@charset "UTF-8";
/*==================================================

  reset

==================================================*/
*:where(:not(html,iframe,canvas,img,svg,video):not(svg*,symbol*)) {
  all: unset;
  display: revert;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, ul, ol, figure, dl, dt, dd {
  margin: 0;
  padding: 0;
}

a, button {
  cursor: revert;
  text-decoration: none;
  color: #424443;
}

ol, ul, menu {
  list-style: none;
}

img {
  max-width: 100%;
  width: 100%;
}

em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable="true"]) {
  -webkit-user-drag: element;
}

/*==================================================

  base

==================================================*/
.pc-only {
  display: block;
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 767px) {
  .sp-only {
    display: inline-block !important;
  }
}

.vw-s-only {
  display: none !important;
}
@media (max-width: 1000px) {
  .vw-s-only {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .vw-s-only {
    display: none !important;
  }
}

html {
  font-size: 62.5%;
  /* 10px */
}

@media all and (max-width: 767px){
  html {
    font-size: clamp(10px,2.66524vw,17px);
  }
}

#wrap {
  background: #FFF;
  position: relative;
  overflow: hidden;
  font-family: YakuHanJP, "Noto Sans JP", メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Malgun Gothic, Yoon Gothic, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;;
  font-weight: 500;
  color: #444444;
  text-align: center;
  min-width: 1040px;
  line-height: 1.666666;
}
@media (max-width: 767px) {
  #wrap {
    min-width: auto;
    width: 100%;
  }
}

#mainCont {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

.inner {
  width: 1040px;
  margin: 0 auto;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .inner {
    width: 100%;
    padding: 6rem 2.5rem;
  }
}

sub {
  font-size: 0.5em;
}

/*==================================================

  space

==================================================*/

.mt60 {
  margin-top: 60px !important;
}

/*-----------------------------------------------
  スクロールアニメーション
-----------------------------------------------*/
/* .section, .cv-area {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}
.section.is-active, .cv-area.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 1s;
} */

/*-----------------------------------------------
  flex
-----------------------------------------------*/
.flex {
  display: flex;
  justify-content: flex-end;
}
.flex .flex-item {
  flex: 1;
}
.flex .flex-item:first-child {
  margin-right: 70px;
}
@media (max-width: 767px) {
  .flex {
    display: block;
  }
  .flex .flex-item {
    margin-bottom: 8vw;
  }
  .flex .flex-item:first-child {
    margin-right: 0;
  }
  .flex .flex-item:last-child {
    margin-bottom: 0;
  }
} 

/*-----------------------------------------------
  txt
-----------------------------------------------*/
.txt-bold {
  font-weight: 700;
}
.main-txt {
  font-size: 2rem;
}
.main-txt.regular {
  font-weight: 400;
}
.main-txt.semibold {
  font-weight: 600;
}
.main-txt2 {
  font-size: 2.4rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .main-txt,
  .main-txt2 {
    line-height: 2;
  }
  .main-txt {
    font-size: 1.4rem;
  }
  .main-txt2 {
    font-size: 2rem;
  }
}
p {
  line-height: 1.8;
}
.taL {
  text-align: left;
}
.red {
  color: #FF001D;
}
.blue {
  color: #002153 !important;
}
.underline {
  text-decoration: underline;
}
.txt-wh {
  color: #FFF;
  font-size: 2rem;
  line-height: 2.2;
  z-index: 1;
  position: relative;
  padding-bottom: 2em;
}
.txt-wh02 {
  padding-top: 2em;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .txt-wh {
    font-size: 3.24vw;
  }
}
.txt-shadow {
  text-shadow: 0 0 25px #1C4E49;
}

/*-----------------------------------------------
  note
-----------------------------------------------*/
ul.note {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: calc(20/14);
}
/* ul.note > li::before {
  content: '※';
} */
/* num */
ul.note-num {
  font-size: 1.8rem;
  font-weight: 500;
}
ul.note-num > li + li {
  margin-top: 0.6em;
}
ul.note-num > li > i {
  font-style: normal;
  margin-right: 0.5em;
}
/* txt */
ul.note-txt {
  font-size: 1.8rem;
  text-align: left;
}
ul.note-txt > li::before {
  content: '・';
  padding: 0 0.25em;
}
ul.note-txt > li {
  padding-left: 1em;
  text-indent: -1em;
}
ul.note-txt > li + li {
  margin-top: 0.25em;
}
@media (max-width: 767px) {
  ul.note {
    font-size: 1.2rem;
    line-height: calc(17/12);
    text-align: left;
  }
  ul.note > li {
    padding-left: 1em;
    text-indent: -1em;
  }
  ul.note-num {
    text-align: left;
  }
  ul.note-num > li {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  ul.note-txt {
    font-size: 1.4rem;
    line-height: 2;
  }
}

/*-----------------------------------------------
  h2-ttl
-----------------------------------------------*/
.h2-ttl {
  display: flex;
  gap: 0.5em;
  align-items: center;
  margin-bottom: 6rem;
  color: #002153;
  font-size: 4.2rem;
  font-weight: 600;
}
.h2-ttl::before,
.h2-ttl::after {
  content: '';
  height: 1px;
  flex-grow: 1;
  background: #002153;
}
.h2-ttl.mult {
  padding-bottom: 10px;
  mix-blend-mode: multiply;
}
.h2-ttl.mult > span {
  color: #10af9c66;
}
@media (max-width: 767px) {
  .h2-ttl {
    margin-bottom: 4rem;
    font-size: 2.4rem;
    line-height: calc(20/14);
  }
}

/*-----------------------------------------------
  h3-ttl
-----------------------------------------------*/
.h3-ttl {
  margin-top: 6rem;
  line-height: 1.5;
}
.h3-ttl,
.h3-ttl * {
  font-size: 30px;
  font-weight: 600;
}
/* style1 */
.h3-ttl.style1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4rem 0 2rem 0;
}
.h3-ttl.style1::before {
  content: "●";
  margin-right: 0.5em;
  color: #007AFF;
  font-size: 1rem;
}
/* style2 */
.h3-ttl.style2 {
  display: flex;
  justify-content: center;
  gap: 0.75em;
  color: #002153;
}
.h3-ttl.style2 > p {
  display: inline-block;
  flex-shrink: 0;
}
.h3-ttl.style2 > p > span {
  border-left: 4px solid #007AFF;
  padding-left: 0.5em;
}
.h3-ttl.style2 > p > span > i {
  margin-left: 0.5em;
  font-style: normal;
}
/* style3 */
.h3-ttl.style3 {
  color: #002153;
  text-align: left;
}
@media (max-width: 767px) {
  .h3-ttl,
  .h3-ttl * {
    font-size: 2rem;
  }
  .h3-ttl.style2 {
    gap: 0.5em;
    text-align: left;
  }
  .h3-ttl.style2 > p > span > i {
    margin-left: 0.25em;
  }
}

/*-----------------------------------------------
  img
-----------------------------------------------*/
.img img {
  max-width: 829px;
}
.img2 img {
  margin-top: 4rem;
  max-width: 720px;
}
@media (max-width: 767px) {
  .img img,
  .img2 img {
    max-width: none;
  }
}

/*-----------------------------------------------
  cv-area
-----------------------------------------------*/
#cv-area .inner {
  padding-top: 0;
}

#cv-area .box {
  padding: 3rem;
  background: #002153;
  border-radius: 2rem;
}

#cv-area .box p {
  color: #FFF;
}

#cv-area .box a {
  display: block;
  padding: 3rem;
  margin-top: 3rem;
  background: #fff;
  border-radius: 1rem;
}

#cv-area .box a p {
  color: #002153;
}

@media (max-width: 767px) {
  #cv-area .box {
    padding: 3rem 2rem;
  }

  #cv-area .box > .main-txt.semibold {
    font-size: 1.5rem;
  }

  #cv-area .box a {
    padding: 2rem 1.5rem;
  }
}

/*-----------------------------------------------
  btn
-----------------------------------------------*/
.link-btn {
  background: #10AF9C;
  border-radius: 50px;
  display: inline-block;
  font-size: 2rem;
}
.link-btn a {
  display: inline-block;
  padding: 20px 80px 20px 60px;
  font-weight: 500;
  color: #FFF;
  background: url("../img/ico_arrow_wh_s.svg") center right 30px no-repeat;
}
.link-btn.btn-s a {
  padding: 10px 60px 10px 40px;
  background-position: center right 20px;
}
@media (max-width: 767px) {
  .link-btn {
    font-size: 3.5vw;
  }
  .link-btn a {
    padding: 5vw 20vw 5vw 15vw;
  }
  .link-btn.btn-s a {
    padding: 2.5vw 13vw 2.5vw 7vw;
  }
}

/*== ボタン共通設定 */
.btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  outline: none;
  transition: ease .2s;
}
.btn a {
  position: relative;
  z-index: 3;
}
.btn:hover a {
  color: #fff;
}
.btn:hover::before {
  animation: skewanime .7s forwards;
}
.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  background: #424443;
  width: 120%;
  height: 100%;
  transform: skewX(-25deg);
}

@keyframes skewanime {
  100% {
    left: -10%;
  }
}
/*==================================================

  header　footer

==================================================*/
/*-----------------------------------------------
  header
-----------------------------------------------*/
.mainHeader {
  background: #fff;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 0 5px #0000001a;
}
.mainHeader .inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 25px 3vw;
}
.mainHeader .logo {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.mainHeader .logo .logo-img {
  width: 130px;
}
.mainHeader .logo .lead {
  font-size: 2.4rem;
  padding: 0;
}
.mainHeader .logo .lead + p {
  font-size: 2rem;
}
@media (max-width: 1180px) {
  .mainHeader .lead .sp-only {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .mainHeader .inner {
    padding: 3vw 4vw;
  }
  .mainHeader .logo .logo-img {
    width: 18vw;
  }
  .mainHeader .logo .lead {
    font-size: 1.4rem;
  }
  .mainHeader .logo .lead + p {
    font-size: 1.1rem;
  }
}
.mainHeader .nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.mainHeader .nav li {
  margin-left: 40px;
}
.mainHeader .nav li a {
  font-size: 1.5rem;
  font-weight: 700;
}
.mainHeader .nav li:first-child {
  margin-left: 0;
}
.mainHeader .nav li.cv {
  width: 200px;
  background: #007AFF;
  border-radius: 9999px;
  display: inline-block;
}
.mainHeader .nav li.cv a {
  display: inline-block;
  padding: 18px 28px;
  font-weight: 500;
  color: #FFF;
}
.mainHeader.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffffe6;
}

/*-----------------------------------------------
  footer
-----------------------------------------------*/
.footer {
  padding: 8.5rem 0;
  background: #424443;
}
.footer .copy {
  font-size: 1.4rem;
  color: #FFF;
  font-weight: 300;
}
@media (max-width: 767px) {
  .footer {
    padding: 7.5rem 0;
    background: #424443;
  }
  .footer .copy {
    font-size: 1.2rem;
  }
}

.pagetop {
  position: fixed;
  bottom: 80px;
  right: 60px;
  opacity: 0.2;
  transition: 1s;
}
.pagetop:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .pagetop {
    display: none !important;
    opacity: 0 !important;
  }
}

/*==================================================

  MV

==================================================*/
.mv-warp {
  position: relative;
  text-align: left;
}
.mv-warp .h1-area {
  position: absolute;
  top: 90px;
  left: 80px;
}
.mv-warp .h1-area .lead {
  color: #FFF;
  font-size: 3.4rem;
  line-height: 1.6;
}
.mv-warp .h1-area h1 {
  color: #FFF;
  font-weight: 500;
  font-size: 9rem;
  position: relative;
  margin-top: 20px;
  text-shadow: 0 3px 10px #1d80744d;
}
.mv-warp .h1-area h1 span {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 13rem;
  font-weight: 300;
  opacity: .4;
  position: absolute;
  left: 0;
  top: 45px;
}
.mv-warp .mv-txt {
  padding: 2rem 0;
  background: #F2F7FD;
  color: #002153;
  text-align: center;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .mv-warp .mv img.sp-only {
    display: block !important;
  }
  .mv-warp .h1-area {
    top: 12vw;
    left: 5vw;
  }
  .mv-warp .h1-area .lead {
    font-size: 5.6vw;
  }
  .mv-warp .h1-area h1 {
    font-size: 12.5vw;
    margin-top: 3vw;
  }
  .mv-warp .h1-area h1 span {
    font-size: 18vw;
    top: 5vw;
  }
  .mv-warp .mv-txt {
    padding: 2rem 40px;
    font-size: 1.4rem;
    line-height: calc(20/14);
  }
}

/*mainVisualBox*/
.mainVisualBox {display: flex;justify-content: space-between;align-items: center;padding: 100px 0;background: url(../img/KV_bg.jpg) no-repeat;color: #FFF;}
.mainVisualBox .txtBox {width: 34%;padding: 50px;}
.mainVisualBox .txtBox .mainTtl {font-size: 46px;}
.mainVisualBox .txtBox .infoTxt.subTtl {font-size: 24px;}
.mainVisualBox .txtBox .infoTxt {font-size: 29px;}
.mainVisualBox .imgBox {max-width: 1175px;width: 66%;}
.mainVisualBox .imgBox video {width: 100%;}

@media screen and (max-width:768px) {
	.mainVisualBox {width: 100%;flex-wrap: wrap;padding: 0;}
	.mainVisualBox .txtBox {width: 100%;padding: 30px;}
	.mainVisualBox .txtBox .mainTtl {font-size: 6.4vw;}
	.mainVisualBox .txtBox .infoTxt {font-size: 4.8vw;}
	.mainVisualBox .imgBox {width: 100%;margin-top: 4vw;}
}

/*==================================================

  section

==================================================*/
.section.bg {
  background: url('../img/bg_section.jpg');
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .section.bg {
    background: url('../img/bg_section_sp.jpg');
    background-size: 100% 100%;
  }
  .section.bg.ver2 {
    background: url('../img/bg_section_sp2.jpg');
    background-size: 100% 100%;
  }
}

/*-----------------------------------------------
  sec01
-----------------------------------------------*/
#sec01.section .h3-ttl {
  margin: 6rem 0;
}

.specialPoint {
  align-items: center;
  margin-top: 60px;
  padding: 30px;
  background: #f7fcff;
  border: 1px solid #d8edff;
}

.specialPoint .specialPoint_ttl {
  font-size: 30px;
  font-weight: 700;
  color: #09479a;
}

.specialPoint .specialPoint_contents {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 60px;
  text-align: left;
}

.specialPoint .specialPoint_contents .specialPoint_content {
  display: flex;
}

.specialPoint .specialPoint_contents .specialPoint_content .specialPoint_num {
  width: 10%;
  font-size: 16px;
}

.specialPoint .specialPoint_contents .specialPoint_content .specialPoint_num .circle {
  width: 65px;
  height: 65px;
  background-color: #0057c7;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 11px;
  font-family: Arial, sans-serif;
}

.specialPoint .specialPoint_contents .specialPoint_content .specialPoint_txt {
  width: 90%;
}

.specialPoint .specialPoint_contents .specialPoint_content .specialPoint_txt .ttl {
  font-size: 20px;
  font-weight: 700;
}

.specialPoint .specialPoint_contents .specialPoint_content .specialPoint_txt .txt {
  font-size: 18px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .specialPoint .specialPoint_contents .specialPoint_content {
    flex-direction: column;
  }
  .specialPoint .specialPoint_contents .specialPoint_content .specialPoint_num {
    width: 100%;
  }
  .specialPoint .specialPoint_contents .specialPoint_content .specialPoint_txt {
    margin-top: 30px;
  }
}

@media (max-width: 567px) {
  
}

@media (max-width: 467px) {
  
}

@media (max-width: 367px) {
  
}

/*-----------------------------------------------
  sec02
-----------------------------------------------*/

#sec02 {
  padding: 100px 0;
  background: #0E0E0E;
}

#sec02 .inner {
  width: 1240px;
  padding: 100px 30px;
  background: #FFF;
  border-radius: 50px;
}

#sec02 .feature {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  margin: 0 auto;
}

#sec02 .feature_item {
  display: flex;
  gap: 24px;
}

#sec02 .feature_img {
  width: 45%;
  height: fit-content;
  border-radius: 8px;
}

#sec02 .feature_txt {
  flex: 1;
  color: #333;
  font-size: 16px;
  text-align: left;
  line-height: 1.8;
}

#sec02 .sample_txt {
  margin-top: 20px;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}

#sec02 .contact,
#sec03 .contact {
  max-width: 960px;
  padding: 3rem;
  margin: 10rem auto 0;
  background: #002153;
  border-radius: 2rem;
}
#sec02 .contact > p,
#sec03 .contact > p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}
#sec02 .contact > a,
#sec03 .contact > a {
  display: block;
  padding: 3rem;
  margin-top: 3rem;
  background: #fff;
  border-radius: 1rem;
}
#sec02 .contact > a > p,
#sec03 .contact > a > p {
  color: #002153;
  font-size: 2.4rem;
  font-weight: 600;
}
#sec02 .main-txt2.blue {
  max-width: 870px;
  margin: 60px auto;
  padding: 25px 44px;
  background: #ffdddd;
  border-radius: 999px;
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  #sec02 {
    padding: 100px 2.5rem;
  }
  #sec02 .inner {
    width: 100%;
    padding: 6rem 2.5rem;
  }
  #sec02 .h3-ttl {
    margin: 3rem 0 2rem 0;
  }
  #sec02 .h3-ttl,
  #sec02 .h3-ttl * {
    font-size: 2rem;
    color: #333;
  }
  #sec02 .feature {
    gap: 30px;
  }
  #sec02 .feature_item {
    flex-direction: column;
  }
  #sec02 .feature_img {
    width: 100%;
  }
  #sec02 .feature_txt {
    text-align: center;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .order-4 {
    order: 4;
  }
  .order-5 {
    order: 5;
  }
  .order-6 {
    order: 6;
  }
  .order-7 {
    order: 7;
  }
  .order-8 {
    order: 8;
  }
  #sec02 .contact,
  #sec03 .contact {
    padding: 3rem 2rem;
    margin-top: 6rem;
  }
  #sec02 .contact > p,
  #sec03 .contact > p {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  #sec02 .contact > a,
  #sec03 .contact > a {
    padding: 2rem 1.5rem;
  }
  #sec02 .contact > a > p,
  #sec03 .contact > a > p {
    font-size: 2rem;
    line-height: 1.4;
  }
  #sec02 .main-txt2.blue {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}

/*-----------------------------------------------
  sec03
-----------------------------------------------*/

#sec03 {
  padding: 100px 0;
  background: #0E0E0E;
}

#sec03 .inner {
  width: 1240px;
  padding: 100px 30px;
  background: #FFF;
  border-radius: 50px;
}

#sec03 .h3-ttl.style2 {
  display: block;
  margin: 60px 0 30px;
  color: #002153;
  text-align: left;
}

#sec03 .reason {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  margin: 0 auto;
}

#sec03 .reason_item {
  display: flex;
  gap: 24px;
}

#sec03 .reason_img {
  width: 45%;
  border-radius: 8px;
}

#sec03 .reason_txt {
  flex: 1;
  color: #333;
  font-size: 18px;
  text-align: left;
  line-height: 1.8;
}

#sec03.section .inner .num {
  color: #FFF;
  -webkit-text-stroke: 2px #002153;
  font-size: 3rem;
  font-weight: bold;
}

#sec03 .examples {
  max-width: 841px;
  margin: 0 auto;
}

#sec03 .examples .imgArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

#sec03 .examples .imgArea img {
  width: 49%;
}

@media (max-width: 767px) {
  #sec03 {
    padding: 0 2.5rem 100px;
  }
  #sec03 .inner {
    width: 100%;
    padding: 6rem 2.5rem;
  }
  #sec03 .main-txt.regular {
    margin-top: 1em;
  }
  #sec03 .reason_item {
    flex-direction: column;
  }
  #sec03 .h3-ttl, .h3-ttl * {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  #sec03 .reason_img {
    width: 100%;
  }
  #sec03 .reason_txt {
    text-align: center;
  }
  #sec03 .examples .imgArea img {
    width: 100%;
  }
}

/*-----------------------------------------------
  sec06
-----------------------------------------------*/
#sec06 .inner {
  padding-top: 0;
}

#sec06 .accordion {
  text-align: left;
  font-size: 1.6rem;
  border: 1px solid #CBE2FF;
  border-radius: 2rem;
  overflow: hidden;
}

#sec06 .accordion li {
  position: relative;
}

#sec06 .accordion li .toggle {
  display: none;
}

/* title */
#sec06 .accordion li .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.8rem 3rem;
  line-height: calc(30/16);
}

#sec06 .accordion li .title span::before {
  display: block;
  content: '';
  flex-shrink: 0;
  width: 1.4rem;
  height: 1.8rem;
  background: url('../img/ico_acc_q.svg') no-repeat center center/cover;
  margin-right: 1rem;
}

/* content */
#sec06 .accordion li .content {
  background: #F6FAFF;
}

#sec06 .accordion li .content p {
  padding: 1.8rem 3rem;
}

/* q a icon */
#sec06 .accordion li .title span,
#sec06 .accordion li .content p {
  display: flex;
  align-items: baseline;
}

#sec06 .accordion li .title span::before,
#sec06 .accordion li .content p::before {
  content: '';
  flex-shrink: 0;
  display: block;
  position: relative;
  top: 0.2rem;
  width: 1.4rem;
  height: 1.8rem;
  margin-right: 1rem;
}

#sec06 .accordion li .title span::before {
  background: url('../img/ico_acc_q.svg') no-repeat center center/cover;
  margin-right: 1rem;
}

#sec06 .accordion li .content p::before {
  background: url('../img/ico_acc_a.svg') no-repeat center center/cover;
}

@media (max-width: 767px) {
  #sec06 .accordion {
    font-size: 1.2rem;
  }

  #sec06 .accordion li .title,
  #sec06 .accordion li .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }

  #sec06 .accordion li .title {
    gap: 1rem;
    padding: 1.5rem;
    cursor: pointer;
  }

  #sec06 .accordion li .title i,
  #sec06 .accordion li .title i * {
    line-height: 1;
  }

  #sec06 .accordion li .title i {
    display: block;
    position: relative;
    flex-shrink: 0;
    background: #444444;
    width: 2rem;
    height: 2rem;
    content: '';
    border-radius: 9999rem;
    font-style: normal;
  }
  
  #sec06 .accordion li .title i::after,
  #sec06 .accordion li .title i::before {
    content: "";
    position: absolute;
    left: 0.9rem;
    top: 0.44rem;
    width: 0.2rem;
    height: 1.2rem;
    background: #fff;
    transition: all 0.3s;
  }
  
  #sec06 .accordion li .title i::after {
    transform: rotate(90deg);
  }

  #sec06 .accordion li .toggle:checked + .title i::before {
    transform: rotate(90deg) !important;
  }

  #sec06 .accordion li .content {
    max-height: 0;
    overflow: hidden;
  }

  #sec06 .accordion li .content p {
    padding: 1.5rem;
  }

  #sec06 .accordion li .title span::before,
  #sec06 .accordion li .content p::before {
    width: 1.1rem;
    height: 1.4rem;
  }

  #sec06 .accordion li .toggle:checked+.title+.content {
    max-height: 50rem;
    transition: all 1.5s;
  }
}

/*-----------------------------------------------
  bg-base
-----------------------------------------------*/
.section.bg-base .h2-ttl > span {
  color: #FFF;
}

/*==================================================

  SP menu

==================================================*/
.hamburger {
  display: none;
}
@media (max-width: 767px) {
  .hamburger {
    display: block;
  }
}

.hamburger {
  width: 25vw;
  min-width: 88px;
  cursor: pointer;
  text-align: center;
  background-color: #007AFF;
  z-index: 100;
  position: relative;
}
.hamburger.active {
  background: none;
}

.hamburger-inner {
  width: 30px;
  height: 30px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 5px;
}

.hamburger span:nth-child(2) {
  top: 15px;
}

.hamburger span:nth-child(3) {
  top: 25px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 10px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .mainHeader {
    display: flex;
    align-items: stretch;
  }
  .mainHeader .nav {
    position: fixed;
    z-index: 2;
    top: -20vw;
    left: 0;
    color: #FFF;
    background: #007AFF;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    height: 80vh;
    display: inline-block;
    text-align: center;
    padding: 15vw 5vw;
  }
  .mainHeader .nav li {
    margin: 0;
    text-align: left;
  }
  .mainHeader .nav li a {
    font-weight: 400;
    color: #FFF;
    padding: 7vw 0;
    display: block;
    border-bottom: 1px solid #FFF;
  }
  .mainHeader .nav li.cv {
    background: #FFF;
    display: inline-block;
    width: auto;
    margin-top: 12vw;
    box-shadow: 0 0 30px #D8E9F3;
  }
  .mainHeader .nav li.cv a {
    display: inline-block;
    padding: 6vw 20vw 6vw 15vw;
    font-weight: 700;
    color: #007AFF;
    border: none;
    background: url(../img/ico_arrow_bl_l.svg) center right 30px no-repeat;
    background-size: 2.75rem;
  }
  .mainHeader .nav::after {
    content: "";
    width: 100%;
    height: 20vw;
    background: url("../img/bg_menu.png") bottom center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -19.8vw;
    left: 0;
    z-index: -1;
  }

  /* このクラスを、jQueryで付与・削除する */
  .nav.active {
    transform: translateY(20vw);
  }
}
#sec07.section .flex-item img {
  width: 300px;
}
/*==================================================

  Print

==================================================*/
