@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;
}

/*-----------------------------------------------
  スクロールアニメーション
-----------------------------------------------*/
/* .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
-----------------------------------------------*/
.main-txt {
  font-size: 1.8rem;
}
.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;
}
.blue {
  color: #007AFF !important;
}
.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: 6rem 0 2rem 0;
  line-height: 1.5;
}
.h3-ttl,
.h3-ttl * {
  font-size: 2.4rem;
  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,
.img-round img {
  margin-top: 4rem;
  max-width: 720px;
}
.img-round img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .img img,
  .img2 img,
  .img-round img {
    max-width: none;
  }
}

/*-----------------------------------------------
  cv-area
-----------------------------------------------*/
#cv-area .inner {
  padding-top: 0;
}

#cv-area .box {
  padding: 3rem;
  background: #F5F5F5;
  border-radius: 2rem;
}

#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 {
    font-size: 1.4rem;
    line-height: calc(20/14);
  }
}

/*==================================================

  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 .solution-warp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 970px;
  margin: 0 auto;
}
#sec01.section .solution-warp .solution {
  width: 450px;
  height: 450px;
  margin: 0 0 70px;
  position: relative;
}
#sec01.section .solution-warp .solution .num {
  position: absolute;
  font-size: 26rem;
  font-weight: 300;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #FFF;
}
#sec01.section .solution-warp .solution .txt-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}
#sec01.section .solution-warp .solution .txt-cont .lead {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  padding-bottom: 8px;
}
#sec01.section .solution-warp .solution .txt-cont .catch {
  font-size: 3.2rem;
  font-weight: 400;
  color: #10AF9C;
  line-height: 1.5;
}
#sec01.section .solution-warp .solution .txt-cont .catch em {
  font-weight: 700;
}
#sec01.section .solution-warp .solution .txt-cont .txt {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 8px 76px 0;
  text-align: left;
}
#sec01.section .solution-warp .solution .txt-cont .link-btn {
  margin-top: 20px;
  font-size: 1.8rem;
}
#sec01.section .solution-warp .solution01 {
  background: url("../img/bg_sec01_01.png") center no-repeat;
}
#sec01.section .solution-warp .solution01 .num {
  bottom: -30px;
  left: 15px;
}
#sec01.section .solution-warp .solution02 {
  background: url("../img/bg_sec01_02.png") center no-repeat;
}
#sec01.section .solution-warp .solution02 .num {
  right: 50px;
  top: -115px;
}
#sec01.section .solution-warp .solution03 {
  background: url("../img/bg_sec01_03.png") center no-repeat;
}
#sec01.section .solution-warp .solution03 .num {
  right: 45px;
  top: -95px;
}
#sec01.section .solution-warp .solution04 {
  background: url("../img/bg_sec01_04.png") center no-repeat;
}
#sec01.section .solution-warp .solution04 .num {
  right: 20px;
  bottom: 15px;
}
@media (max-width: 767px) {
/*
  #sec01.section .inner {
    padding: 10vw 0 15vw;
  }
*/
  #sec01.section .solution-warp {
    background: url("../img/bg_water.png") right top no-repeat, url("../img/bg_water.png") left 14vw bottom 13vw no-repeat;
    background-size: 43vw;
    width: 100%;
  }
  #sec01.section .solution-warp .solution {
    width: 100%;
    height: auto;
    min-height: 70vw;
    margin-bottom: -15vw;
  }
  #sec01.section .solution-warp .solution .num {
    font-size: 35.7vw;
  }
  #sec01.section .solution-warp .solution .txt-cont {
    position: relative;
    top: unset;
    left: unset;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    text-align: left;
    padding: 0 13vw;
    line-height: 1.4;
  }
  #sec01.section .solution-warp .solution .txt-cont .lead {
    font-size: 4.5vw;
  }
  #sec01.section .solution-warp .solution .txt-cont .catch {
    font-size: 6.5vw;
  }
  #sec01.section .solution-warp .solution .txt-cont .txt {
    padding: 4vw 0 0;
    font-size: 3.1vw;
    line-height: 2;
  }
  #sec01.section .solution-warp .solution .txt-cont .link-btn {
    margin-top: 3vw;
    font-size: 3.4vw;
  }
  #sec01.section .solution-warp .solution01 {
    background-position: -10vw 0;
    background-size: 63vw;
    padding: 12vw 0 0 0;
  }
  #sec01.section .solution-warp .solution01 .num {
    bottom: 23vw;
    left: 1vw;
  }
  #sec01.section .solution-warp .solution02 {
    background: url("../img/bg_sec01_02_2.png") right -10vw top no-repeat;
    background-size: 63vw;
    padding: 23vw 0 0 0;
  }
  #sec01.section .solution-warp .solution02 .txt-cont {
    text-align: right;
  }
  #sec01.section .solution-warp .solution02 .num {
    right: 2vw;
    top: -19vw;
  }
  #sec01.section .solution-warp .solution03 {
    background: url("../img/bg_sec01_03_2.png") -10vw top no-repeat;
    background-size: 63vw;
    padding: 6vw 0 0 0;
  }
  #sec01.section .solution-warp .solution03 .num {
    right: auto;
    top: -20vw;
    left: 1vw;
  }
  #sec01.section .solution-warp .solution04 {
    background: url("../img/bg_sec01_04.png") right -10vw top no-repeat;
    background-size: 63vw;
    padding: 13vw 0 0 0;
    margin-bottom: 0;
  }
  #sec01.section .solution-warp .solution04 .txt-cont {
    text-align: right;
  }
  #sec01.section .solution-warp .solution04 .num {
    right: 2vw;
    bottom: auto;
    top: -20vw;
  }
}

/*-----------------------------------------------
  sec02
-----------------------------------------------*/
#sec02 .contact {
  padding: 3rem;
  margin-top: 10rem;
  background: #002153;
  border-radius: 2rem;
}
#sec02 .contact > p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}
#sec02 .contact > a {
  display: block;
  padding: 3rem;
  margin-top: 3rem;
  background: #fff;
  border-radius: 1rem;
}
#sec02 .contact > a > p {
  color: #002153;
  font-size: 2.4rem;
  font-weight: 600;
}
#sec02 .main-txt2.blue {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  #sec02 .contact {
    padding: 3rem 2rem;
    margin-top: 6rem;
  }
  #sec02 .contact > p {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  #sec02 .contact > a {
    padding: 2rem 1.5rem;
  }
  #sec02 .contact > a > p {
    font-size: 2rem;
    line-height: 1.4;
  }
  #sec02 .main-txt2.blue {
    margin-top: 3rem;
  }
}

/*-----------------------------------------------
  sec03
-----------------------------------------------*/
#sec03 {
  text-align: left;
}
#sec03 .h2-ttl {
  text-align: center;
}
#sec03 .point {
  padding: 3rem;
  margin-top: 4rem;
  background: #EBF4FF;
  border-radius: 2rem;
}
#sec03 .point .h3-ttl {
  display: flex;
  align-items: center;
  margin-top: 0;
}
#sec03 .point .h3-ttl > i {
  content: url('../img/ico_point.svg');
  margin-right: 1rem;
  font-style: normal;
}
#sec03 .point .h3-ttl + p.main-txt {
  margin-bottom: 2rem;
}
#sec03 .point .white-block > li > div {
  padding: 2rem;
  background: #fff;
  border-radius: 1rem;
}
#sec03 .point .white-block > li + li::before {
    content: url('../img/ico_arrow_bl_d.svg');
    display: block;
    margin: 2rem auto;
    text-align: center;
}
#sec03 .point .white-block > li > div > ul + p.main-txt {
  margin-top: 0.75em;
}
#sec03 .point .white-block > li > div > ul {
  font-size: 1.6rem;
}
#sec03 .point .white-block > li > div > ul > li {
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767px) {
  #sec03 .point {
    padding: 3rem 2rem;
  }
  #sec03 .point .h3-ttl {
    flex-direction: column;
    align-items: baseline;
  }
  #sec03 .point .h3-ttl > i {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  #sec03 .point .white-block > li > div {
    padding: 2rem 1.8rem;
  }
  #sec03 .point .white-block > li > div > ul {
    font-size: 1.2rem;
    line-height: calc(20/12);
  }
}

/*-----------------------------------------------
  sec04
-----------------------------------------------*/
#sec04 ul.merit {
  margin: 6rem 0;
}

#sec04 ul.merit > li {
  display: flex;
}

#sec04 ul.merit > li + li {
  margin-top: 4rem;
}

/* catrgory */
#sec04 ul.merit > li .category {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 224px;
  background: #002153;
  border-radius: 2rem 0 0 2rem;
}

#sec04 ul.merit > li .category .main-txt2 {
  color: #fff;
  line-height: calc(35/24);
}

#sec04 ul.merit > li .category .main-txt {
  margin-top: 0.5em;
  color: #fff;
  line-height: calc(30/18);
}

/* detail */
#sec04 ul.merit > li .detail {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 2rem;
  background: #F5F5F5;
  border-radius: 0 2rem 2rem 0;
}
#sec04 ul.merit > li .detail .text {
  flex-grow: 1;
}
#sec04 ul.merit > li .detail .text .main-txt {
  text-align: left;
}
#sec04 ul.merit > li .detail .text ul.note-txt {
  font-weight: 400;
}
#sec04 ul.merit > li .detail .text ul.note-txt + .main-txt {
  margin-top: 1em;
}
#sec04 ul.merit > li .detail picture {
  flex-shrink: 0;
  width: 236px;
}
#sec04 ul.merit > li .detail picture img {
  border-radius: 1rem;
}

@media (max-width: 767px) {
  #sec04 .main-txt.regular {
    margin-top: 1em;
  }
  #sec04 ul.merit {
    margin: 4rem 0 3rem 0;
  }
  #sec04 ul.merit > li {
    flex-direction: column;
  }
  #sec04 ul.merit > li .category {
    padding: 3rem;
    width: 100%;
    border-radius: 2rem 2rem 0 0;
  }
  #sec04 ul.merit > li .detail {
    flex-direction: column;
    gap: 2rem;
    border-radius: 0 0 2rem 2rem;
  }
  #sec04 ul.merit > li .detail .text .main-txt {
    font-weight: 500;
  }
  #sec04 ul.merit > li .detail picture {
    width: 100%;
  }
}

/*-----------------------------------------------
  sec05
-----------------------------------------------*/
#sec05 .inner {
  padding-top: 0;
  padding-bottom: 0;
}

/*-----------------------------------------------
  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;
  }
}

/*-----------------------------------------------
  sec07
-----------------------------------------------*/
#sec07.section {
  background: #F1F3E7 url("../img/bg_sec07_pc.jpg") top center no-repeat;
  background-size: 100%;
}
#sec07.section .flex {
  margin-bottom: 70px;
}
#sec07.section .flex-item {
  margin-right: 35px;
  padding-right: 35px;
  margin-bottom: 0;
  border-right: 1px solid #10AF9C;
}
#sec07.section .flex-item:last-child {
  margin-right: 0;
  padding-right: 0;
  margin-top: 100px;
  margin-bottom: 0;
  border: none;
}
#sec07.section .flex-item:nth-child(2) {
  margin-top: 0;
  margin-bottom: 0;
}
#sec07.section .flex-item .ttl {
  color: #10AF9C;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: left;
  padding: 25px 0 20px;
}
#sec07.section .flex-item .txt {
  text-align: left;
}
@media (max-width: 767px) {
  #sec07.section {
    background: #F1F3E7 url("../img/bg_sec07_sp.png") top center no-repeat;
    background-size: contain;
  }
  #sec07.section .inner {
    padding-top: 19vw;
  }
  #sec07.section .flex-item {
    border: none;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 15vw;
  }
  #sec07.section .flex-item img {
    width: 70vw;
  }
  #sec07.section .flex-item .ttl {
    text-align: center;
    font-size: 4.6vw;
    padding: 4vw 0 3vw;
  }
  #sec07.section .flex-item:nth-child(2) {
    margin-top: 0;
    margin-bottom: 15vw;
  }
  #sec07.section .flex-item:last-child {
    margin-top: 0;
  }
}

/*-----------------------------------------------
  sec08 - 免責事項セクション
-----------------------------------------------*/
#sec08.section {
  background: #fff;
  text-align: left;
}

#sec08 .disclaimer {
  max-width: 1040px;
  margin: 0 auto;
}

#sec08 .h2-ttl {
  justify-content: center;
  font-size: 3rem;
  margin-bottom: 2rem;
}

#sec08 .note {
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
  padding-left: 0;
}
#sec08 .note li {
  margin-bottom: 1.5rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 767px) {
  #sec08 .note {
    font-size: 1.2rem;
    line-height: calc(17/12);
  }
}

/*-----------------------------------------------
  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

==================================================*/
