/* CSS Document */
/* ==================================
　　　common
================================== */
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ul {
  list-style: none;
  margin: 0;
}
body {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "MS Pゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "メイリオ", sans-serif;
  color: #333333;
}
html.no-js {
  background: #fffffb;
}
a {
  color: #333333;
  text-decoration: none;
}
section {
  padding: 100px 0;
}
p {
  font-weight: bold;
}
h1 {}
.fv-cai-logo {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 20px;
  top: 6%;
}
h3 {
  font-weight: bold;
  font-size: 1.6rem;
}
h2.sec-title {
  text-align: center;
  padding: 20px 0 40px;
  font-size: 2rem;
}
h2.sec-title span {
  color: #F76F4A;
  font-size: 22px;
  font-family: 'Inter', sans-serif;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    shape-margin: .75rem;
}
.inner {
  width: 86%;
  max-width: 900px;
  margin: 0 auto;
}
.sp {
  display: none !important;
}
.entry-link a {
  color: #fff;
}
/* ==================================
　  FV
================================== */
.bg {
  position: relative;
}
.fv-circle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.fv-title {
  position: absolute;
  color: #fff;
  font-size: 1.2rem;
  background: #403937;
  border-radius: 50px 0px 0px 0px;
  padding: 22px 35px 18px;
  bottom: 0;
  right: 0;
}
.fv-title p {
  line-height: 23px;
  font-size: 14px;
}
.fv-title-text {
  font-size: 1.5rem;
}
.fv-title:hover {
  opacity: 0.8;
}
.mynavi {
  width: 14%;
  position: absolute;
  right: 0;
  bottom: 80px;
  bottom: 0;
  right: 300px;
}
.mynavi:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
    .mynavi {
      width: 150px;
      position: absolute;
      right: 0;
      bottom: 80px;
      bottom: 0;
      right: 210px;
    }
}
.fv-title-text::after {
  font-family: "Font Awesome 5 Free";
  content: "\f103";
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  content: "\f103";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-left: 8px;
  font-size: 1.3rem;
  position: absolute;
  top: 40px;
}
/* ==================================
　  header
================================== */
header {
  width: 100%;
  /*    padding: 10px 4%;*/
  background: #fffffb;
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 200;
  opacity: 0.9;
}
.fv-cai-logo img {
  width: 80px;
  height: auto;
}
.nav-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: 600;
}
.nav-title {
  margin: 0 0 0 30px;
  font-size: 14px;
}
li.nav-title.entry-link {
  background-color: #f56b48;
  padding: 20px;
}
nav {
  margin: 0 0 0 auto;
}
.sp-nav {
  display: none;
}
/*       nav       */
@media screen and (max-width: 640px) {
  .pc-nav {
    display: none;
  }
  /*ナビのスタイル*/
  nav.sp-nav {
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    background: #403937;
    text-align: center;
    width: 100%;
    height: 100%;
    display: none;
  }
  nav.sp-nav ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  nav.sp-nav ul li {
    font-size: 24px;
    list-style-type: none;
    width: 100%;
    padding-bottom: 0px;
    margin: 0 auto;
  }
  nav.sp-nav ul li:last-child {
    padding-bottom: 0;
  }
  nav.sp-nav ul li a {
    display: block;
    color: #fff;
    padding: 15px 0;
    font-weight: bold;
    font-size: 18px;
  }
  /*ボタンのスタイル*/
  .Toggle {
    position: fixed;
    right: 18px;
    top: 3px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 13;
    display: block;
  }
  .Toggle span {
    display: block;
    position: absolute;
    width: 35px;
    border-bottom: solid 4px #C1C1C1;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
  }
  .Toggle span:nth-child(1) {
    top: 9px;
  }
  .Toggle span:nth-child(2) {
    top: 20px;
  }
  .Toggle span:nth-child(3) {
    top: 31px;
  }
  .Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: solid 3px #C1C1C1;
  }
  .Toggle.active span:nth-child(2), .Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 3px #C1C1C1;
  }
}
/* ==================================
　  philosophy
================================== */
.philosophy {
  background-image: url("../../freshers/img/bg_philosophy.jpg");
  padding: 60px 0;
}
.philosophy p {
  text-align: center;
  width: 56%;
  margin: 0 auto;
  font-size: 18px;
}
/* ==================================
　　about
================================== */
.about-wrap {
  position: relative;
}
.about_1, .about_2, .about_3 {
  width: 40%;
  position: absolute;
}
.about_1 {
  left: 18%;
  top: 12%;
  transform: translate(-18%, -12%);
}
.about_2 {
  right: 8%;
  top: 50%;
  transform: translate(-8%, -50%);
}
.about_3 {
  bottom: 10%;
  left: 18%;
  transform: translate(-18%, -10%);
}
.entry {
  margin: 80px auto 0;
  text-align: center;
}
.about-wrap p {
  font-weight: 500;
  font-size: 18px;
}
/* ==================================
　　sec　interview
================================== */
.interview .sec-title {
  background-image: url("../../freshers/img/bg_interview.jpg");
  background-size: cover;
  height: 400px;
}
.slide-items {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.slide-items img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.interview-1 {
  position: relative;
}
.interview-name-wrap {
  top: -21px;
  left: 140px;
  z-index: 500;
}
p.interview-name {
  font-weight: 600;
  font-size: 1rem;
}
.interview-year {
  font-size: 16px;
}
.slick-prev:before, .slick-next:before {
  color: black;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.slick-dots li button:before {
  font-size: 18px;
  top: 6px;
}
.slick-prev:before {
  font-family: "Font Awesome 5 Free";
  content: 'f104';
}
.slick-next {
  right: 0 !important;
}
.slick-prev {
  left: 0 !important;
}
.slick-prev, .slick-next {
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow {
  width: initial !important;
  height: initial !important;
  z-index: 2 !important;
}
.slick-arrow:before {
  font-size: 30px !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #403937;
}
.prev-arrow {
  left: 0;
  z-index: 10;
}
.next-arrow {
  right: 0;
}
.slide-interview {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.interview-img {
  width: 30%;
}
h3.interview-title {
  color: #f76f4a;
  font-size: 22px;
}
p.interview-name {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.2;
}
.interview-year {
  font-size: 20px;
  border-bottom: 1px solid #949494;
}
.interview-text p {
  font-size: 1rem;
  font-weight: 500;
}
/*	boss */
.boss-comment {
  display: flex;
}
.boss-comment-text {
  padding-top: 35px;
}
.boss-comment-text p {
  font-weight: 500;
  font-size: 1rem;
}
p.boss-name {
  text-align: right;
  padding-right: 10px;
  padding-bottom: 5px;
  font-weight: 600;
}
.interview-name-wrap {
  position: relative;
  top: 40px;
  left: 70px;
  z-index: 500;
}
.interview-item {
  width: 50%;
}
/*	hikosaka */
.interview-1-bg {
  background-color: #f7f7f7;
  padding: 120px 0 80px;
}
.interview-1 {
  position: relative;
}
.interview-1::after {
  position: absolute;
  content: ''; /*何も入れない*/
  width: 200px;
  height: 100px;
  background-image: url(../../freshers/img/designer.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: -30%;
  left: 10%;
  transform: translate(-10%, 30%);
}
/*	yamashiro */
.interview-2 {
  position: relative;
  padding: 100px 0;
}
.interview-2 .slide-items::after {
  position: absolute;
  content: ''; /*何も入れない*/
  width: 200px;
  height: 100px;
  background-image: url("../../freshers/img/engineer.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: -35%;
  left: 10%;
  transform: translate(-10%, 30%);
}
/* ==================================
　　sec　date
================================== */
section.date {
  background-color: #FEF0EC;
}
ul.date-wrap {
  display: flex;
  width: 80%;
  flex-wrap: wrap;
  margin: 0 auto;
}
li.date-li {
  width: 33%;
  max-width: 260px;
  padding: 5px 10px;
  list-style: none;
}
.date-li img {
  width: 100%;
}
section#DATE p {
  text-align: center;
  font-size: 14px;
  padding: 5px 0;
}
/* ==================================
　　sec　recruit
================================== */
section.recruit {
  background-color: #F9F9F9;
}
.mynavi-under {
  width: 24%;
  margin: 20px auto;
}
.mynavi-under a:hover {
  opacity: 0.8;
}
/*=========================================== 
	アコーディオンのためのcss 
===================================*/
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}
.accordion-area li {
  margin: 10px 0;
}
.accordion-area section {
  border: 1px solid #ccc;
}
/*アコーディオンタイトル*/
.title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: calc(17px + 5 * (100vw - 375px)/825);
  font-weight: 900;
  padding: 3% 3% 3% 50px;
  transition: all .5s ease;
  background-color: #fffffb;
  text-align: center;
}
/*アイコンの＋と×*/
.title::before, .title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #333;
}
.title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}
.title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.title.close::before {
  transform: rotate(45deg);
}
.title.close::after {
  transform: rotate(-45deg);
}
.accordion-box-wrap {
  background-color: #fffffb;
}
/*=======
/*アコーディオンで現れるエリア*/
.box {
  display: none; /*はじめは非表示*/
  background: #fffffb;
  margin: 0 3% 3% 3%;
  padding: 0 0 6%;
}
/*table*/
table {
  width: 100%;
  border-spacing: 0;
}
table th {
  /*    border-bottom: solid 2px #fb5144;*/
  padding: 16px;
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
}
table th, table td {
  padding: 10px 0;
  text-align: center;
  border-bottom: solid 1px #ddd;
}
table td {
  text-align: left;
  padding: 7px 0 7px 30px;
  width: 85%;
  font-size: 1rem;
}
/*	step  */
ol.step-wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
li.step-item {
  max-width: 50px;
  list-style: none;
  display: block;
  width: 20%;
  max-width: 170px;
  padding: 0 12px;
  list-style: none;
  position: relative;
}
li.step-item::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 16px solid #f56b40;
  border-right: 0;
}
.step-item:last-child::after {
  display: none;
}
/* ==================================
             footer　　
================================== */
footer {
  background-color: #403937;
  color: #fff;
}
.footer-wrap {
  display: flex;
  width: 90%;
  margin: 0 auto;
  justify-content: space-around;
  padding-top: 60px;
}
.footer-left {
  display: flex;
}
.f-right-text {
  /*    line-height: 1.3;*/
  font-size: 14px;
}
.cai-logo {
  width: 25%;
  padding-right: 15px;
}
.cai-logo img {
  width: 100%;
}
.company-name {
  font-size: clamp(20px, 2vw, 25px);
  margin: 0;
  line-height: 1.4;
}
.company-name span {
  font-size: 50%;
}
.company-text {
  font-size: 12px;
  padding: 0;
  margin: 0;
}
/*	right*/
address {
  font-family: var(--font-sub);
  font-size: clamp(14px, 1vw, 14px);
  line-height: 1.5em;
  font-style: normal;
}
.telephone {
  color: #fff;
  text-decoration: none;
}
copy {
  text-align: center;
  display: block;
  padding: 30px;
  font-size: 12px;
  font-family: 'Inter', sans-serif;
}
/*	btn  */
.entry {
  margin: 0 auto;
  text-align: center;
}
.btn {
  /*矢印の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  text-decoration: none;
  background: #f56b48;
  font-weight: 900;
  font-size: 18px;
  color: #fff;
  padding: 10px 40px 10px 30px;
  border-radius: 5px;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease .2s;
  display: inline-block;
  margin-top: 10px;
  width: 30%;
  max-width: 300px
}
.btn:hover {
  /*	background:#403937;*/
  opacity: 0.8;
}
/* 矢印が右に移動 */
.btnarrow1::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 42%;
  right: 13px;
  /*矢印の形状*/
  width: 6px;
  height: 6px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  /*アニメーションの指定*/
  transition: all .3s;
}
/*hoverした際の移動*/
.btnarrow1:hover::after {
  right: 11px;
}
@media screen and (max-width: 860px) {
  li.step-item {
    max-width: 146px;
  }
}
@media screen and (max-width: 820px) {
  p.fv-text {
    font-size: 2.5rem;
  }
  .fv-title-text {
    font-size: 1.3rem;
  }
  .fv-title {
    font-size: 14px;
    border-radius: 60px 0px 0px 0px;
    /*    padding: 25px 45px 10px;*/
    padding: 18px 41px 10px;
  }
  .fv-title-text::after {
    top: 30px;
    padding-left: 5px;
    font-size: 1rem;
  }
  .mynavi-2024 {
    width: 20%;
    right: 258px;
  }
  .fv-title p {
    line-height: 20px;
    font-size: 12px;
  }
  .about_3 {
    bottom: 8%;
    left: 18%;
    transform: translate(-18%, -8%);
  }
  .interview .sec-title {
    height: 300px;
  }
  .interview-item {
    width: 50%;
  }
  .interview-1::after {
    top: -42%;
    left: 10%;
    transform: translate(-10%, 42%);
  }
  .interview-2 .slide-items::after {
    top: -42%;
    left: 11%;
    transform: translate(-11%, 42%);
  }
  li.step-item {
    max-width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .about-wrap p {
    font-size: 14px;
    line-height: 20px;
  }
  .about-text-title {
    font-size: 1.3rem;
  }
  .about-wrap {
    margin-bottom: 40px;
  }
  .about_3 {
    bottom: 10%;
    left: 18%;
    transform: translate(-18%, -10%);
  }
  li.step-item {
    max-width: 125px;
  }
}
@media screen and (max-width: 640px) {
  h2.sec-title {
    font-size: 1.3rem;
  }
  h2.sec-title span {
    font-size: 19px;
  }
  .philosophy p {
    font-size: 1rem;
  }
  .fv-title {
    padding: 16px 16px 10px 24px;
  }
  .fv-title p {
    font-size: 12px;
  }
  .fv-title-text {
    font-size: 1rem;
  }
  .btn {
    font-size: 12px;
    width: 40%;
  }
  .interview .sp {
    display: block !important;
  }
  .interview .pc {
    display: none;
  }
  .inner {
    width: 90%;
  }
  header {
    height: 60px;
  }
  .philosophy p {
    width: 90%;
  }
  .about-1, .about-2, .about-3 {
    left: 0;
  }
  .about-text-title {
    font-size: 1rem;
  }
  .about-wrap p {
    font-size: 12px;
  }
  .interview .sec-title {
    height: 200px;
  }
  ul.date-wrap {
    width: 100%;
  }
  li.date-li {
    width: 50%;
    padding: 6px 10px;
  }
  /*			step   */
  .step-item {
    width: 60%;
  }
  li.step-item {
    max-width: 140px;
    width: 30%;
  }
  .slide-interview {
    justify-content: center;
    flex-direction: column;
  }
  .interview-img {
    width: 90%;
  }
  .interview-item {
    width: 90%;
  }
  .interview-1::after {
    top: -25px;
    left: 30px;
  }
  .interview-2 .slide-items::after {
    top: -4%;
    left: 11%;
    transform: translate(-11%, -4%);
  }
  h3.interview-title {
    padding-top: 10px;
  }
  .boss-comment {
    display: flex;
    flex-direction: column-reverse;
  }
  .boss-img {
    width: 40%;
    margin: 0 auto;
  }
  .boss-comment-text {
    display: flex;
    flex-direction: column-reverse;
    font-size: 15px;
    padding-top: 0;
  }
  ol.step-wrap {
    width: 70%;
  }
  li.step-item::after {
    right: -5px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #f56b40;
  }
}
@media screen and (max-width:480px) {
  /* ==================================
　　　common
================================== */
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  body {
    line-height: 25px;
  }
  .sp-nav a.btn.btnarrow1 {
    width: 50%;
    margin: 10px auto;
  }
  .fv-cai-logo {
    top: 6px;
  }
  section {
    padding: 50px 0;
  }
  h2.sec-title {
    font-size: 1.4rem;
  }
  /*FV*/
  .mynavi-2024 {
    width: 40%;
    bottom: 0;
    left: 10px;
  }
  .fv-circle {
    height: 100px;
  }
  .fv-title {
    /*    padding: 15px 19px 10px;*/
    padding: 14px 32px 10px;
  }
  .fv-title p {
    line-height: 18px;
    font-size: 11px;
  }
  .fv-title-text {
    font-size: 1.2rem;
  }
  .fv-title {
    padding: 19px 24px 10px 30px;
  }
  p.fv-text {
    font-size: 2.4rem;
    bottom: 20%;
    left: 20%;
    transform: translate(-20%, -20%);
  }
  .about .inner {
    width: 100%;
  }
  .about_1, .about_2, .about_3 {
    width: 90%;
  }
  .about_1 {
    left: 50%;
    top: 9%;
    transform: translate(-50%, -7%);
  }
  .about_2 {
    left: 50%;
    top: 45%;
    transform: translate(-50%, -45%);
  }
  .about_3 {
    left: 50%;
    bottom: 15%;
    transform: translate(-50%, -15%);
  }
  .about-text-title {
    font-size: 1.2rem;
  }
  .about-wrap p {
    font-size: 1.05rem;
    line-height: 27px;
  }
  li.step-item {
    width: 78%;
  }
  li.step-item::after {
    top: 126px;
  }
  /*	fv   */
  .bg {
    height: 600px;
  }
  .fv-circle {
    width: 100%;
    top: 128px;
  }
  /*interview	*/
  .interview .sec-title {
    height: 135px;
  }
  .interview p {
    /*    font-size: 15px;*/
  }
  .interview-2 {
    padding: 80px 0;
  }
  .interview-1::after {
    top: -115px;
    left: 30px;
  }
  .interview-2 .slide-items::after {
    top: -23%;
    left: 11%;
    transform: translate(-11%, 18%);
  }
  h3.interview-title {
    font-size: 19px; /*    padding-top: 10px;*/
  }
  p.boss-name {
    text-align: center;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .recruit .inner {
    width: 100%;
  }
  ol.step-wrap {
    width: 60%;
  }
  li.step-item {
    padding: 10px;
  }
  li.step-item::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 140px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 12px solid #f56b40;
    border-bottom: 0;
  }
  .entry {
    margin: 0 auto;
  }
  .btn {
    width: 60%;
  }
  section#RECRUIT table {
    font-size: 14px;
  }
  .btn {
    font-size: 16px;
  }
  section#DATE p {
    padding-top: 4px;
    font-size: 13px;
  }
  .mynavi-2024-under {
    width: 46%;
  }
  /* ==================================
　　　footer
================================== */
  .footer-wrap {
    flex-direction: column;
  }
  .footer-left {
    display: flex;
    flex-direction: column;
  }
  p.fv-text {
    font-size: 2rem;
    color: #fff;
    top: 149%;
    left: 50px;
  }
}
@media screen and (max-width:320px) {
  .about-wrap p {
    font-size: 0.8rem;
    line-height: 22px;
  }
  p {
    font-size: 0.8rem;
  }
  .mynavi-2024 {
    width: 60%;
    bottom: 80px;
    right: 0;
    left: auto;
  }
  li.step-item::after {
    top: 130px;
  }
}