@charset "UTF-8";
@import "../css/normalize.css";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Roboto:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*  --------------------------------------------------------------------------------
  base
--------------------------------------------------------------------------------  */
body {
  color: #231815;
  font-size: 16px;
  line-height: 1.8;
  width: 100%;
}

div, h1, h2, h3, h4, h5, p, li, dl, dt, dd, th, td, article, header, footer, nav, span, a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  height: auto;
  width: auto;
  max-width: 100%;
  line-height: 100%;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

h1, h2, h3, h4, h5 {
  line-height: 1.2;
  margin: 0;
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

p, li, td, th, dt, dd {
  font-weight: normal;
  margin: 0;
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  word-break: break-all;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

::-moz-selection {
  background: #3372a8;
  color: #fff;
}

::selection {
  background: #3372a8;
  color: #fff;
}

/*	PC・SP 表示指定	*/
@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
/*	font	*/
body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}

.f-Serif {
  font-family: "Noto Serif JP", serif;
}

.f-Times {
  font-family: "Times New Roman", serif;
}

.f-Roboto {
  font-family: "Roboto", sans-serif;
}

/*	hover	*/
@media screen and (min-width: 768px) {
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.6;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
/* imgFitBox imgLinkBox */
.imgFitBox {
  overflow: hidden;
}
.imgFitBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: center;";
}
.imgFitBox.contain { /* fit = contain */ }
.imgFitBox.contain img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain; object-position: center;";
}

.imgLinkBox .imgLink-target {
  overflow: hidden;
}
.imgLinkBox .imgLink-target img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (min-width: 768px) {
  .imgLinkBox:hover {
    opacity: 0.7;
  }
  .imgLinkBox:hover .imgLink-target {
    overflow: hidden;
  }
  .imgLinkBox:hover .imgLink-target img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

/*  --------------------------------------------------------------------------------
  common
--------------------------------------------------------------------------------  */
/*	cmn-inner	*/
.cmn-inner01 {
  margin: 0 auto;
  max-width: 1050px;
  width: 100%;
}
.cmn-inner02 {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.cmn-inner03 {
  margin: 0 auto;
  max-width: 680px;
  width: 100%;
}
/*	cmn-secTxt	*/
.cmn-secTxt .cmn-secTxt__ttl + .cmn-secTxt__txt {
  margin-top: 50px;
}
.cmn-secTxt.is-wht .cmn-secTxt__ttl {
  color: #fff;
}
.cmn-secTxt.is-wht .cmn-secTxt__ttl small {
  color: #fff;
}
.cmn-secTxt.is-wht .cmn-secTxt__txt {
  color: #fff;
}
.cmn-secTxt__ttl {
  color: #3372a8;
  font-weight: bold;
  font-size: 65px;
  letter-spacing: 0.07em;
  text-align: center;
}
.cmn-secTxt__ttl small {
  display: block;
  color: #3372A8;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
.cmn-secTxt__ttl.is-lower {
  font-size: 32px;
}
.cmn-secTxt__ttl.is-lower small {
  font-size: 20px;
}
.cmn-secTxt__ttl.is-left {
  text-align: left;
}
.cmn-secTxt__txt {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.026em;
  margin: auto;
  max-width: 670px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cmn-secTxt .cmn-secTxt__ttl + .cmn-secTxt__txt {
    margin-top: 30px;
  }
  .cmn-secTxt__ttl {
    font-size: 30px;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .cmn-secTxt__ttl small {
    font-size: 16px;
    margin-top: 5px;
  }
  .cmn-secTxt__txt {
    font-size: 14px;
  }
}

/*	cmn-bt	*/
.cmn-btFlame {
  margin: 0 auto;
  max-width: 326px;
  width: 100%;
  height: 76px;
}
@media screen and (max-width: 767px) {
  .cmn-btFlame {
    max-width: 280px;
    height: 60px;
  }
}

.cmn-bt {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #0D395C), to(#4894CB));
  background: linear-gradient(to top, #0D395C 35%, #4894CB);
  border-radius: 38px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cmn-bt.is-colorless {
  background: transparent;
  border: solid #fff 1px;
}
@media screen and (min-width: 768px) {
  .cmn-bt:hover {
    opacity: 0.5;
  }
  .cmn-bt:hover.is-colorless {
    background: #fff;
    color: #3372a8;
  }
}
@media screen and (max-width: 767px) {
  .cmn-bt {
    border-radius: 30px;
    font-size: 15px;
  }
}

.cmn-list {
  border-top: solid #e6e6e6 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 20px 5px;
  position: relative;
}
.cmn-list.list02 {
  border-top: solid #fff 1px;
}
.cmn-list.list02:last-child {
  border-bottom: solid #fff 1px;
}
.cmn-list::before {
  background: #9fa0a0;
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 22%;
  height: 1px;
}
.cmn-list:last-child {
  border-bottom: solid #e6e6e6 1px;
}
.cmn-list:last-child::after {
  background: #9fa0a0;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 22%;
  height: 1px;
}
.cmn-list dt {
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  width: 22%;
}
.cmn-list dt.dt02 {
  letter-spacing: 0.3em;
}
.cmn-list dd {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.04em;
  padding-left: 20px;
  width: 78%;
}
@media screen and (max-width: 767px) {
  .cmn-list {
    padding: 20px 5px;
  }
  .cmn-list::before {
    top: -1px;
    width: 24%;
  }
  .cmn-list:last-child::after {
    width: 24%;
  }
  .cmn-list dt {
    font-size: 14px;
    width: 24%;
  }
  .cmn-list dt.dt02 {
    letter-spacing: 0.2em;
  }
  .cmn-list dd {
    font-size: 14px;
    padding-left: 15px;
    width: 76%;
  }
}

.js-fadeIn {
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
}
.js-fadeIn.on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.js-slideIn01 {
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
  opacity: 0;
}
.js-slideIn01.on {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.js-slideIn01_02 {
  -webkit-transition: 0.8s ease 0.4s;
  transition: 0.8s ease 0.4s;
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
  opacity: 0;
}
.js-slideIn01_02.on {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.js-slideIn02 {
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
  opacity: 0;
}
.js-slideIn02.on {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.js-slideIn02_02 {
  -webkit-transition: 0.8s ease 0.4s;
  transition: 0.8s ease 0.4s;
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
  opacity: 0;
}
.js-slideIn02_02.on {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

/*  --------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------  */
.header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 42.9px 70px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header.change-on {
  background: rgba(255, 255, 255, 0.5);
}
.header-logo {
  display: block;
  max-width: 154px;
  width: 100%;
}
.header-nav {
  background: url(../img/cmn/bg_nav01.webp) no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 120px 0 0;
  position: fixed;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -999;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header-nav-logo {
  display: block;
  position: absolute;
  top: 42.9px;
  left: 70px;
  max-width: 154px;
  width: 100%;
}
.header-nav-insta {
  display: block;
  position: absolute;
  top: 41px;
  right: 140px;
  max-width: 22px;
  width: 100%;
}
.header-nav-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  padding: 0 70px;
  max-width: 1140px;
  width: 100%;
}
.header-nav-list li {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: 0.28s ease;
  transition: 0.28s ease;
}
.header-nav-list li + li {
  margin-top: 10px;
}
.header-nav-list li a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0.04em;
}
.header-nav-list li a small {
  font-size: 15px;
  letter-spacing: 0.05em;
  margin-left: 20px;
}
.header-nav-list li.anime-on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header-nav.close {
  opacity: 1;
  visibility: visible;
  z-index: 990;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 15px 20px;
  }
  .header-logo {
    max-width: 100px;
  }
  .header-nav {
    padding: 60px 0 0;
    overflow-y: scroll;
  }
  .header-nav-logo {
    top: 15px;
    left: 20px;
    max-width: 100px;
  }
  .header-nav-insta {
    top: 17px;
    right: 88px;
  }
  .header-nav-list {
    padding: 0 20px;
  }
  .header-nav-list li + li {
    margin-top: 25px;
  }
  .header-nav-list li a {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0.04em;
  }
  .header-nav-list li a small {
    display: block;
    font-weight: normal;
    font-size: 12px;
    margin-left: 0;
  }
}

.navBt {
  cursor: pointer;
  position: fixed;
  top: 51px;
  right: 70px;
  width: 46px;
  height: 16px;
  z-index: 9999;
}
.navBt span {
  background: #fff;
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1.5px;
}
.navBt span:nth-child(1) {
  top: 0;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navBt span:nth-child(2) {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navBt span:nth-child(3) {
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navBt.change-on span {
  background: #231815;
}
.navBt.close span {
  background: #fff;
}
.navBt.close span:nth-child(1) {
  bottom: 0;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.navBt.close span:nth-child(2) {
  left: -100%;
  opacity: 0;
}
.navBt.close span:nth-child(3) {
  top: 0;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
@media screen and (max-width: 767px) {
  .navBt {
    top: 25px;
    right: 20px;
    width: 38px;
    height: 16px;
  }
}

/*  --------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------  */
.footer {
  padding: 20px 40px;
}
.footer__copyright {
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 20px 15px 20px;
  }
}

/*  --------------------------------------------------------------------------------
  top
--------------------------------------------------------------------------------  */
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
}
.loading-bg {
  background: white;
  position: absolute;
  width: 100%;
  height: 50vh;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.loading-bg.is-left {
  top: 0;
  left: 0;
}
.loading-bg.is-right {
  bottom: 0;
  right: 0;
}
.loading-bg.anime-on.is-left {
  left: -100%;
}
.loading-bg.anime-on.is-right {
  right: -100%;
}
.loading-logoBox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 300px;
  width: 100%;
  height: 120px;
  overflow: hidden;
}
.loading-logoBox::before {
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}
.loading-logoBox.anime-on::before {
  right: -100%;
}
@media screen and (max-width: 767px) {
  .loading-bg {
    width: 50%;
    height: 100vh;
  }
  .loading-bg.is-left {
    top: 0;
    left: 0;
  }
  .loading-bg.is-right {
    bottom: 0;
    right: 0;
  }
  .loading-bg.anime-on.is-left {
    top: -100%;
    left: 0;
  }
  .loading-bg.anime-on.is-right {
    bottom: -100%;
    right: 0;
  }
  .loading-logoBox {
    max-width: 200px;
    height: 80px;
  }
}

.mv {
  height: 100vh;
  min-height: 700px;
  max-height: 1080px;
}
.mv .splide__track {
  height: 100%;
}
.mv .splide__slide {
  height: 100%;
}
.mv .splide__slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .mv {
    height: 300px;
    min-height: auto;
    max-height: initial;
  }
  .mv__ttl {
    max-width: 70%;
    width: 100%;
  }
}

#scroll {
  display: block;
  position: absolute;
  width: 2px;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  font-size: 10px;
  color: #fff;
  text-align: center;
}

.on #scroll,
.on2 #scroll {
  -webkit-animation: 1s op1 both;
          animation: 1s op1 both;
}

#scroll .inner {
  position: relative;
  text-align: center;
}

#scroll_line1,
#scroll_line2 {
  width: 2px;
  height: 100px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}

#scroll_line1 {
  top: -100px;
}

#scroll_line2 {
  top: 0px;
}

#scroll_line1::after,
#scroll_line2::after {
  content: "";
  width: 2px;
  height: 200px;
  position: absolute;
  top: -200px;
  left: 0;
}

#scroll_line1::after {
  background: #fff;
  -webkit-animation: scrollanime1 3.5s ease-in 0s infinite;
          animation: scrollanime1 3.5s ease-in 0s infinite;
}

#scroll_line2::after {
  background: #000;
  -webkit-animation: scrollanime2 3.5s ease-in 0s infinite;
          animation: scrollanime2 3.5s ease-in 0s infinite;
}

@-webkit-keyframes scrollanime1 {
  0% {
    top: -200px;
  }
  50% {
    top: 200px;
  }
  100% {
    top: 200px;
  }
}

@keyframes scrollanime1 {
  0% {
    top: -200px;
  }
  50% {
    top: 200px;
  }
  100% {
    top: 200px;
  }
}
@-webkit-keyframes scrollanime2 {
  0% {
    top: -200px;
  }
  20% {
    top: -200px;
  }
  70% {
    top: 200px;
  }
  100% {
    top: 200px;
  }
}
@keyframes scrollanime2 {
  0% {
    top: -200px;
  }
  20% {
    top: -200px;
  }
  70% {
    top: 200px;
  }
  100% {
    top: 200px;
  }
}
.main {
  overflow: hidden;
  padding: 140px 0 0;
}
@media screen and (max-width: 767px) {
  .main {
    padding: 50px 0 10px;
  }
}

.about {
  padding: 0 40px 80px;
}
.about__ttl {
  color: #3372A8;
  font-size: 88px;
  text-align: center;
  margin-bottom: 40px;
}
.about__subTtl {
  color: #3372A8;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 40px;
}
.about__txt {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 0 20px 50px;
  }
  .about__ttl {
    font-size: 45px;
    margin-bottom: 20px;
  }
  .about__subTtl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .about__txt {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 40px;
  }
}

.top-imgBox {
  width: 100%;
  height: 470px;
}
.top-imgBox.is-right {
  margin-left: auto;
}
.top-imgBox.is-left {
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .top-imgBox {
    height: 180px;
  }
}

.carBiz {
  background: #3372A8;
  padding: 80px 0;
}
.carBiz .cmn-secTxt {
  padding: 0 40px;
}
.carBiz-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px 0;
}
.carBiz-list li {
  width: 33.333%;
}
@media screen and (max-width: 767px) {
  .carBiz {
    padding: 50px 0;
  }
  .carBiz .cmn-secTxt {
    padding: 0 20px;
  }
  .carBiz-list {
    margin: 30px 0 40px;
  }
}

.iidaGroup {
  padding: 80px 40px;
}
.iidaGroup-map {
  margin: 50px auto 60px;
  max-width: 625px;
  width: 100%;
}
.iidaGroup-map path.cls-1 {
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.iidaGroup-map circle.cls-6 {
  opacity: 0;
  -webkit-transition: 0.3s ease 0.3s;
  transition: 0.3s ease 0.3s;
}
.iidaGroup-map circle.cls-2 {
  opacity: 0;
  -webkit-transition: 0.8s ease 1.2s;
  transition: 0.8s ease 1.2s;
}
.iidaGroup-map path.cls-3 {
  opacity: 0;
  -webkit-transition: 0.8s ease 1.8s;
  transition: 0.8s ease 1.8s;
}
.iidaGroup-map line.cls-4, .iidaGroup-map polyline.cls-4 {
  opacity: 0;
  -webkit-transition: 0.8s ease 2.4s;
  transition: 0.8s ease 2.4s;
}
.iidaGroup-map circle.cls-3 {
  opacity: 0;
  -webkit-transition: 0.8s ease 3s;
  transition: 0.8s ease 3s;
}
.iidaGroup-map.on path.cls-1 {
  opacity: 1;
}
.iidaGroup-map.on circle.cls-6 {
  opacity: 1;
}
.iidaGroup-map.on circle.cls-2 {
  opacity: 1;
}
.iidaGroup-map.on path.cls-3 {
  opacity: 1;
}
.iidaGroup-map.on circle.cls-3 {
  opacity: 1;
}
.iidaGroup-map.on line.cls-4, .iidaGroup-map.on polyline.cls-4 {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .iidaGroup {
    padding: 50px 20px;
  }
  .iidaGroup-map {
    margin: 30px auto 40px;
  }
}

.iidaGroup {
  padding: 80px 40px;
}
.iidaGroup-map {
  margin: 50px auto 60px;
  max-width: 625px;
  width: 100%;
}
.iidaGroup-map path.cls-3 {
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.iidaGroup-map ellipse.cls-4 {
  opacity: 0;
  -webkit-transition: 0.3s ease 0.3s;
  transition: 0.3s ease 0.3s;
}
.iidaGroup-map circle.cls-4 {
  opacity: 0;
  -webkit-transition: 0.8s ease 1.2s;
  transition: 0.8s ease 1.2s;
}
.iidaGroup-map path.cls-4 {
  opacity: 0;
  -webkit-transition: 0.8s ease 1.8s;
  transition: 0.8s ease 1.8s;
}
.iidaGroup-map path.cls-1 {
  opacity: 0;
  -webkit-transition: 0.8s ease 2.4s;
  transition: 0.8s ease 2.4s;
}
.iidaGroup-map polygon.cls-1, .iidaGroup-map rect.cls-1 {
  opacity: 0;
  -webkit-transition: 0.8s ease 3s;
  transition: 0.8s ease 3s;
}
.iidaGroup-map ellipse.cls-1 {
  opacity: 0;
  -webkit-transition: 0.8s ease 3.5s;
  transition: 0.8s ease 3.5s;
}
.iidaGroup-map.on path.cls-3 {
  opacity: 1;
}
.iidaGroup-map.on ellipse.cls-4 {
  opacity: 1;
}
.iidaGroup-map.on circle.cls-2 {
  opacity: 1;
}
.iidaGroup-map.on path.cls-4 {
  opacity: 1;
}
.iidaGroup-map.on circle.cls-3 {
  opacity: 1;
}
.iidaGroup-map.on path.cls-1 {
  opacity: 1;
}
.iidaGroup-map.on polygon.cls-1, .iidaGroup-map.on rect.cls-1 {
  opacity: 1;
}
.iidaGroup-map.on ellipse.cls-1 {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .iidaGroup {
    padding: 50px 20px;
  }
  .iidaGroup-map {
    margin: 30px auto 40px;
  }
}

.recruit {
  padding: 0;
}
.recruit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recruit-list li {
  width: 50%;
  min-height: 470px;
}
.recruit-list-item {
  background: #3372a8;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -1px;
  padding: 10px;
}
.recruit-list-item h2 {
  font-weight: bold;
  font-size: 55px;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 20px;
}
.recruit-list-item h2 small {
  display: block;
  font-weight: bold;
  font-size: 20px;
  margin-top: 5px;
}
.recruit-list-item p {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.024em;
  margin: 0 auto 40px;
  max-width: 390px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit {
    padding: 0 20px;
  }
  .recruit-list {
    display: block;
  }
  .recruit-list li {
    width: 100%;
    min-height: auto;
  }
  .recruit-list-img {
    height: 200px;
  }
  .recruit-list-item {
    margin-left: 0;
    padding: 25px 20px 35px;
  }
  .recruit-list-item h2 {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 20px;
  }
  .recruit-list-item h2 small {
    font-size: 16px;
  }
  .recruit-list-item p {
    font-size: 14px;
    margin: 0 auto 30px;
  }
}

/*  --------------------------------------------------------------------------------
  lower
--------------------------------------------------------------------------------  */
.lower-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 472px;
}
.lower-mv.is-car {
  background: url(../img/car/mv_car01.webp) no-repeat center;
  background-size: cover;
}
.lower-mv.is-car02 {
  background: url(../img/car/img_car03.webp) no-repeat center;
  background-size: cover;
}
.lower-mv.is-company {
  background: url(../img/company/mv_company01.webp) no-repeat center;
  background-size: cover;
}
.lower-mv.is-recruit {
  background: url(../img/recruit/mv_recruit01.webp) no-repeat center;
  background-size: cover;
}
.lower-mv h2 {
  color: #fff;
  font-family: "Times New Roman", serif;
  font-weight: bold;
  font-size: 45px;
  letter-spacing: 0.07em;
  text-align: center;
}
.lower-mv h2 small {
  display: block;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .lower-mv {
    height: 240px;
  }
  .lower-mv h2 {
    font-size: 28px;
  }
  .lower-mv h2 small {
    font-size: 14px;
    margin-top: 5px;
  }
}

/*  --------------------------------------------------------------------------------
  page car
--------------------------------------------------------------------------------  */
.carLead {
  padding: 80px 40px 40px;
}
.carLead.is-bottomLine {
  position: relative;
}
.carLead.is-bottomLine::before {
  background: #17456c;
  background-size: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1050px;
  width: 100%;
  height: 1px;
}
.carLead.is-blu {
  background: #3372a8;
  color: #fff;
}
.carLead__ttl {
  font-weight: bold;
  font-size: 27px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 50px;
}
.carLead__txt {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.carLead__txt small {
  font-size: 13px;
  letter-spacing: 0.01em;
}
.carLead-img01 {
  margin: 50px 0;
}
.carLead-img03 {
  margin: 50px auto;
  max-width: 215px;
  width: 100%;
}
.carLead-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.carLead-list li {
  width: 32%;
}
.carLead-list p {
  font-weight: 300;
  font-size: 10px;
  line-height: 1.6;
  text-align: center;
  margin-top: 5px;
}
.carLead-list p strong {
  display: block;
  font-weight: normal;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .carLead {
    padding: 50px 20px;
  }
  .carLead__ttl {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .carLead__txt {
    font-size: 14px;
  }
  .carLead-img01 {
    margin: 30px 0;
  }
  .carLead-img03 {
    margin: 30px auto;
  }
  .carLead-spImg {
    margin-bottom: 20px;
    width: 100%;
    height: 210px;
  }
  .carLead-list li {
    width: 48%;
  }
}

.carService {
  padding: 40px 40px 80px;
}
.carService-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 50px;
}
.carService-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-align: center;
  position: relative;
  width: 25%;
  min-height: 120px;
}
.carService-list li p {
  font-weight: normal;
  line-height: 1.6;
}
.carService-list li span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.carService-list li span::before {
  background: #a4b3d1;
  background-size: 100%;
  content: "";
  position: absolute;
}
.carService-list li span::after {
  background: #a4b3d1;
  background-size: 100%;
  content: "";
  position: absolute;
}
.carService-list li span:nth-child(1)::before {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 36px);
  height: 1px;
}
.carService-list li span:nth-child(2)::before {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 36px);
  height: 1px;
}
.carService-list li span:nth-child(2)::after {
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 36px);
  width: 1px;
}
.carService-list li:nth-child(4n+1) span:nth-child(1)::after {
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: calc(100% - 36px);
  width: 1px;
}
.carService-list li:nth-child(n+5) span:nth-child(1)::before {
  content: none;
}
@media screen and (max-width: 767px) {
  .carService {
    padding: 50px 20px;
  }
  .carService-list {
    margin-top: 40px;
  }
  .carService-list li {
    width: 33.3%;
    min-height: 110px;
  }
  .carService-list li p {
    font-size: 12px;
  }
  .carService-list li:nth-child(4n+1) span:nth-child(1)::after {
    width: 0;
  }
  .carService-list li:nth-child(3n+1) span:nth-child(1)::after {
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: calc(100% - 36px);
    width: 1px;
  }
  .carService-list li:nth-child(n+4) span:nth-child(1)::before {
    content: none;
  }
}

.carService-detail {
  margin: 0 auto;
  padding: 0 0 80px;
  max-width: 1440px;
  width: 100%;
}
.carService-detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.carService-detail-list + .carService-detail-list {
  margin-top: 80px;
}
.carService-detail-list:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.carService-detail-list li {
  width: 50%;
}
.carService-detail-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}
.carService-detail-list-item-txt {
  max-width: 420px;
  width: 100%;
}
.carService-detail-list-item-txt p {
  font-weight: normal;
  font-size: 16px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .carService-detail {
    padding: 0 0 50px;
    max-width: 1440px;
    width: 100%;
  }
  .carService-detail-list {
    display: block;
  }
  .carService-detail-list + .carService-detail-list {
    margin-top: 30px;
  }
  .carService-detail-list li {
    width: 100%;
  }
  .carService-detail-list-item {
    display: block;
    padding: 20px;
  }
  .carService-detail-list-item-txt {
    margin: auto;
    max-width: 100%;
  }
  .carService-detail-list-item-txt p {
    font-size: 14px;
    margin-top: 30px;
  }
}

/*  --------------------------------------------------------------------------------
  page company
--------------------------------------------------------------------------------  */
.companyMess {
  padding: 80px 40px 40px;
}
.companyMess-img {
  margin: 50px 0 60px;
}
.companyMess__ttl {
  font-weight: bold;
  font-size: 27px;
  text-align: center;
  margin-bottom: 20px;
}
.companyMess__txt {
  font-weight: normal;
  font-size: 16px;
}
.companyMess__txt .line {
  padding-right: 60px;
  position: relative;
}
.companyMess__txt .line::before {
  background: #231815;
  content: "";
  position: absolute;
  inset: 11px 0 auto auto;
  width: 50px;
  height: 1px;
}
.companyMess__txt .is-right {
  text-align: right;
  display: block;
}
@media screen and (max-width: 767px) {
  .companyMess {
    padding: 50px 20px;
  }
  .companyMess-img {
    margin: 30px 0 30px;
  }
  .companyMess__ttl {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .companyMess__txt {
    font-size: 14px;
  }
}

.company-imgBox {
  margin: 60px auto 40px;
  height: 470px;
}
@media screen and (max-width: 767px) {
  .company-imgBox {
    margin: 40px auto 20px;
    height: 200px;
  }
}

.companyOverview {
  padding: 40px;
}
.companyOverview .cmn-listInner {
  margin-top: 50px;
}
.companyOverview-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 100px;
}
.companyOverview-map {
  margin-top: 100px;
  height: 420px;
}
@media screen and (max-width: 767px) {
  .companyOverview {
    padding: 50px 20px;
  }
  .companyOverview .cmn-listInner {
    margin-top: 40px;
  }
  .companyOverview-list {
    gap: 5px;
    margin-top: 40px;
  }
  .companyOverview-map {
    margin-top: 40px;
    height: 280px;
  }
}

.companyHistory {
  padding: 40px 40px 100px;
}
.companyHistory .cmn-listInner {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .companyHistory {
    padding: 50px 20px;
  }
  .companyHistory .cmn-listInner {
    margin-top: 40px;
  }
}

.companyGroup {
  background: #3372A8;
  padding: 80px 40px 50px;
}
.companyGroup .cmn-secTxt__ttl {
  color: #fff;
}
.companyGroup .cmn-secTxt__ttl small {
  color: #fff;
}
.companyGroup-list {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
.companyGroup-list li {
  margin-bottom: 50px;
  width: 29%;
}
.companyGroup-list p {
  font-weight: normal;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.02em;
}
.companyGroup-list p strong {
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .companyGroup {
    padding: 50px 20px;
  }
  .companyGroup-list {
    margin-top: 40px;
  }
  .companyGroup-list li {
    margin-bottom: 20px;
    width: 48%;
  }
  .companyGroup-list p {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
  .companyGroup-list p strong {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
}

/*  --------------------------------------------------------------------------------
  page recruit
--------------------------------------------------------------------------------  */
.recruitAbout {
  padding: 80px 40px 50px;
}
.recruitAbout__mainTtl {
  color: #3372a8;
  font-weight: bold;
  font-size: 75px;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 50px;
}
.recruitAbout__ttl {
  color: #3372a8;
  font-size: 28px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 50px;
}
.recruitAbout__txt {
  font-size: 21px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruitAbout {
    padding: 50px 20px;
  }
  .recruitAbout__mainTtl {
    font-size: 34px;
    margin-bottom: 30px;
  }
  .recruitAbout__ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .recruitAbout__txt {
    font-size: 14px;
  }
}

.recruitJob {
  background: #e6ebee;
  padding: 80px 40px 40px;
}
.recruitJob .cmn-listInner {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .recruitJob {
    padding: 50px 20px;
  }
  .recruitJob .cmn-listInner {
    margin-top: 30px;
  }
}

.recruitEntry {
  background: #e6ebee;
  padding: 80px 40px 100px;
}
.recruitEntry__txt {
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  margin: 40px 0 20px;
}
.recruitEntry-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruitEntry-list li {
  max-width: 326px;
  width: 100%;
}
.recruitEntry-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 39px;
  margin-bottom: 10px;
  width: 100%;
  height: 78px;
}
.recruitEntry-list li a span {
  font-weight: bold;
  font-size: 35px;
}
.recruitEntry-list li a span.is-tel {
  background-image: url(../img/ico/ico-tel01.svg);
  background-size: 13px 36px;
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 25px;
}
.recruitEntry-list li a span.is-mail {
  background-image: url(../img/ico/ico-mail01.svg);
  background-size: 40px 25px;
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 55px;
}
.recruitEntry-list li p {
  display: block;
  font-weight: normal;
  font-size: 13px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruitEntry {
    padding: 50px 20px 80px;
  }
  .recruitEntry__txt {
    font-size: 14px;
    text-align: center;
    margin: 40px 0 20px;
  }
  .recruitEntry-list {
    display: block;
  }
  .recruitEntry-list li {
    margin: 0 auto;
    max-width: 300px;
  }
  .recruitEntry-list li + li {
    margin-top: 30px;
  }
  .recruitEntry-list li a {
    border-radius: 30px;
    margin-bottom: 5px;
    height: 60px;
  }
  .recruitEntry-list li a span {
    font-size: 24px;
  }
  .recruitEntry-list li a span.is-tel {
    background-size: 10px 33px;
    padding-left: 22px;
  }
  .recruitEntry-list li a span.is-mail {
    background-size: 35px 20px;
    padding-left: 45px;
  }
  .recruitEntry-list li p {
    font-size: 12px;
  }
}

.recruitInterview {
  padding-bottom: 70px;
}
.recruitInterview-mv {
  background: url(../img/recruit/img_recruit01.webp) no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
  position: relative;
  height: 720px;
}
.recruitInterview-mv.is-on {
  background: url(../img/recruit/img_recruit01_02.webp) no-repeat center;
  background-size: cover;
}
.recruitInterview-mv__click {
  cursor: pointer;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.recruitInterview-mv__click.is-close {
  display: none;
}
@media screen and (min-width: 768px) {
  .recruitInterview-mv__click:hover {
    opacity: 0.5;
  }
}
.recruitInterview-mv__ttl {
  color: #fff;
  font-size: 33px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 40px;
}
.recruitInterview-mv__ttl small {
  display: block;
  font-weight: bold;
  font-size: 20px;
  margin-top: 5px;
}
.recruitInterview-inner {
  padding: 0 40px;
}
.recruitInterview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.recruitInterview-list li {
  position: relative;
  width: 28%;
}
.recruitInterview-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.recruitInterview-list li.is-blu::before {
  background: #3372a8;
  block-size: 100%;
  width: 24px;
  height: 24px;
}
.recruitInterview-list li.is-pnk::before {
  background: #cb6894;
  block-size: 100%;
  width: 24px;
  height: 24px;
}
.recruitInterview-list li.is-grn::before {
  background: #7cb12a;
  block-size: 100%;
  width: 24px;
  height: 24px;
}
.recruitInterview-list li p {
  font-weight: 500;
  font-size: 16px;
  margin-top: 10px;
}
.recruitInterview-list li p small {
  display: block;
  font-weight: normal;
  font-size: 11px;
}
.recruitInterview-faqBox {
  border-bottom: solid #c9caca 1px;
  padding: 70px 0;
}
.recruitInterview-faqBox:nth-child(1) {
  border-top: solid #c9caca 1px;
}
.recruitInterview-faqBox__number {
  color: #3372a8;
  font-size: 60px;
  text-align: center;
  margin-bottom: 40px;
}
.recruitInterview-faqBox__question {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
.recruitInterview-faqBox-answer li {
  font-weight: 300;
  font-size: 16px;
  padding-left: 28px;
  position: relative;
}
.recruitInterview-faqBox-answer li + li {
  margin-top: 40px;
}
.recruitInterview-faqBox-answer li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
}
.recruitInterview-faqBox-answer li.is-blu::before {
  background: #3372a8;
  block-size: 100%;
  width: 18px;
  height: 18px;
}
.recruitInterview-faqBox-answer li.is-pnk::before {
  background: #cb6894;
  block-size: 100%;
  width: 18px;
  height: 18px;
}
.recruitInterview-faqBox-answer li.is-grn::before {
  background: #7cb12a;
  block-size: 100%;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 767px) {
  .recruitInterview {
    padding-bottom: 40px;
  }
  .recruitInterview-mv {
    margin-bottom: 80px;
    height: 250px;
  }
  .recruitInterview-mv__ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .recruitInterview-mv__ttl small {
    font-size: 12px;
  }
  .recruitInterview-mv__click {
    inset: 0 0 20px 0;
    width: 60px;
  }
  .recruitInterview-inner {
    padding: 0 20px;
  }
  .recruitInterview-list {
    margin-bottom: 30px;
  }
  .recruitInterview-list li {
    width: 31.5%;
  }
  .recruitInterview-list li.is-blu::before {
    width: 18px;
    height: 18px;
  }
  .recruitInterview-list li.is-pnk::before {
    width: 18px;
    height: 18px;
  }
  .recruitInterview-list li.is-grn::before {
    width: 18px;
    height: 18px;
  }
  .recruitInterview-list li p {
    font-size: 11px;
    margin-top: 5px;
  }
  .recruitInterview-list li p small {
    display: block;
    font-weight: normal;
    font-size: 10px;
  }
  .recruitInterview-faqBox {
    padding: 40px 0;
  }
  .recruitInterview-faqBox__number {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .recruitInterview-faqBox__question {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .recruitInterview-faqBox-answer li {
    font-size: 14px;
    padding-left: 26px;
  }
  .recruitInterview-faqBox-answer li + li {
    margin-top: 25px;
  }
  .recruitInterview-faqBox-answer li::before {
    top: 5px;
  }
  .recruitInterview-faqBox-answer li.is-blu::before {
    width: 16px;
    height: 16px;
  }
  .recruitInterview-faqBox-answer li.is-pnk::before {
    width: 16px;
    height: 16px;
  }
  .recruitInterview-faqBox-answer li.is-grn::before {
    width: 16px;
    height: 16px;
  }
}
/*# sourceMappingURL=style.css.map */