@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: inherit;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  padding: 0;
  border: none;
  background-color: transparent;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: "Jost", sans-serif;
}

:root {
  --extend: min(calc(( 50vw - 50% ) * -1), 0px);
  --sideW: min(4.66vw, 70px);
  --headerHeight: 120px;
  --sectionWrap: 5em;
  --contentsWideS: 1016px;
  --contentsWideM: 1220px;
  --contentsWideL: 1360px;
}

@media screen and (max-width: 767px) {
  :root {
    --sideW: 6.4vw;
    --headerHeight: 82px;
    --sectionWrap: 3.75em;
  }
}
html {
  width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--headerHeight);
}

body {
  font: 400 16px/1.8 "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.06em;
  color: #343434;
  text-align: left;
  counter-reset: number 0;
}

.l_container_wrap {
  position: relative;
  padding-top: var(--headerHeight);
}
@media screen and (max-width: 1023px) {
  .l_container_wrap {
    overflow: hidden;
  }
}

.l_container {
  position: relative;
}

.section_wrap {
  padding: var(--sectionWrap) 0 0;
}

.inner, .hero, .inner_l, .inner_m, .inner_s {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--sideW);
}

.inner_s {
  max-width: calc(var(--contentsWideS) + var(--sideW) * 2);
}

.inner_m {
  max-width: calc(var(--contentsWideM) + var(--sideW) * 2);
}

.inner_l {
  max-width: calc(var(--contentsWideL) + var(--sideW) * 2);
}

.add_ttl {
  border-left: 3px solid #24464E;
  margin-bottom: 1em;
  padding-left: 0.5em;
  line-height: 1.6;
  font-size: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .add_ttl {
    font-size: 1.3em;
  }
}

.add_ttl_02 {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.5em;
  line-height: 1.6;
  font-size: 1.3em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .add_ttl_02 {
    font-size: 1.2em;
  }
}
.add_ttl_02:before {
  position: absolute;
  content: "●";
  left: 0;
  top: 0;
  color: #24464E;
}

a.add_link {
  text-decoration: underline;
}
a.add_link:hover {
  opacity: 0.7;
}

.login h1 a {
  width: 100px !important;
  height: 100px !important;
  background: url(../images/login_logo.png) no-repeat center/contain !important;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: inherit;
  line-height: 1.5;
}

label {
  cursor: pointer;
}

button {
  padding: 0;
  border: none;
  color: inherit;
}

picture {
  display: contents;
}
picture img {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: auto;
}

.opacity, .gnavi ul li:not(:has(.btn_cmn_01)) {
  transition: 0.5s;
}
@media (hover: hover) {
  .opacity:hover, .gnavi ul li:hover:not(:has(.btn_cmn_01)) {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.img_only {
  display: block;
}
.img_only img {
  display: block;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 1.1em;
  border-radius: 0;
  border: 1px solid #343434;
  background: #fff;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  font-size: 16px !important;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 0.5em 28px 0.5em 0.5em;
  border-radius: 0;
  border: 1px solid #343434;
  background: url(../images/icon_tri_select.svg) no-repeat center right 10px/10px 8px #fff;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  font-size: 16px !important;
}

textarea {
  height: 15em;
}

input[type=checkbox] {
  accent-color: #24464E;
  inline-size: 1.2em;
  block-size: 1.2em;
  border-radius: 0;
}

input[type=radio] {
  accent-color: #24464E;
  inline-size: 1.2em;
  block-size: 1.2em;
}

.dlist_form .group {
  display: flex;
  align-items: baseline;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .dlist_form .group {
    flex-direction: column;
  }
}
.dlist_form .group:not(:last-of-type) {
  margin-bottom: 30px;
}
.dlist_form .group dt {
  width: 260px;
  flex-shrink: 0;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .dlist_form .group dt {
    width: 100%;
  }
}
.dlist_form .group dt.require:before {
  content: "必須";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75em;
  font-weight: 700;
  color: #fff;
  background-color: #24464E;
  width: 45px;
  height: 22px;
  margin-right: 1em;
  padding-bottom: 0.5px;
}
.dlist_form .group dd {
  flex-grow: 1;
}
.dlist_form .group dd .list_kome {
  font-size: 0.875em;
  padding-top: 1em;
}

.wpcf7-response-output,
.wpcf7-spinner {
  display: none !important;
}

span[data-name=your-content] .wpcf7-form-control .wpcf7-list-item {
  display: block;
  margin: 0 0 15px;
}
span[data-name=your-content] .wpcf7-form-control .wpcf7-list-item:last-child {
  margin: 0;
}
span[data-name=your-content] .wpcf7-form-control .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

span[data-name=your-method] .wpcf7-form-control .wpcf7-list-item {
  display: block;
  margin: 0 0 15px;
}
span[data-name=your-method] .wpcf7-form-control .wpcf7-list-item:last-child {
  margin: 0;
}
span[data-name=your-method] .wpcf7-form-control .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.wpcf7-submit {
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 380px;
  height: 75px;
  border-radius: 50px;
  background-color: #24464E;
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  position: relative;
}
.wpcf7-submit:after {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 14/10;
  background: url(../images/ico_arrow_02_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}
@media (hover: hover) {
  .wpcf7-submit:hover {
    background-color: #6E9098;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

@keyframes fade_in {
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
[class^=fade_anim] {
  opacity: 0;
}
[class^=fade_anim].js-active {
  animation: fade_in 1s ease-out forwards;
}

.fade_anim.js-active {
  animation: fade_in 1s ease-in forwards;
}

.fade_anim_bottom {
  transform: translate(0, 60px);
}

.fade_anim_left {
  transform: translate(-40px, 0);
}

.fade_anim_right {
  transform: translate(60px, 0);
}

.btn_cmn_01 {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: #24464E;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  position: relative;
}
.btn_cmn_01:after {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/ico_arrow_right_01_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .btn_cmn_01 {
    height: 60px;
    font-size: 1rem;
  }
  .btn_cmn_01:after {
    width: 28px;
  }
}
@media (hover: hover) {
  .btn_cmn_01:hover {
    background-color: #6E9098;
  }
}

.list_kome > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_kome > li:before {
  content: "※";
}

.list_dot > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_dot > li:before {
  content: "・";
}

.list_ast > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_ast > li:before {
  content: "＊";
}

.list_maru > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_maru > li:before {
  content: "●";
}

.list_number {
  counter-reset: number 0;
}
.list_number > li {
  counter-increment: number 1;
}
.list_number > li:before {
  content: counter(number);
}

.loading {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.loading.end {
  opacity: 0;
  visibility: hidden;
}

.hbm_btn {
  padding: 0;
  border: none;
  background-color: transparent;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 60px;
  aspect-ratio: 1/1;
  position: relative;
  background-color: #343434;
  border-radius: 50%;
}
@media screen and (max-width: 1179px) {
  .hbm_btn {
    display: flex;
  }
}
.hbm_btn .box {
  display: block;
  width: 60%;
  position: relative;
}
.hbm_btn .box .bar {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: 0.5s;
}

[data-hbm-bar="3"] .box {
  aspect-ratio: 2/1;
  margin: 15% 0;
}
[data-hbm-bar="3"] .bar:nth-child(1) {
  top: 0;
}
[data-hbm-bar="3"] .bar:nth-child(2) {
  top: 50%;
}
[data-hbm-bar="3"] .bar:nth-child(3) {
  top: 100%;
}
[data-hbm-bar="3"].js-active .bar:nth-child(1) {
  top: 50%;
  transform: rotate(135deg);
}
[data-hbm-bar="3"].js-active .bar:nth-child(2) {
  top: 50%;
  transform: rotateY(90deg);
}
[data-hbm-bar="3"].js-active .bar:nth-child(3) {
  top: 50%;
  transform: rotate(-135deg);
}

[data-hbm-bar="2"] .box {
  aspect-ratio: 3/1;
  margin: 15% 0;
}
[data-hbm-bar="2"] .bar:nth-child(1) {
  top: 0;
}
[data-hbm-bar="2"] .bar:nth-child(2) {
  top: 100%;
}
[data-hbm-bar="2"].js-active .bar:nth-child(1) {
  top: 50%;
  transform: rotate(160deg);
}
[data-hbm-bar="2"].js-active .bar:nth-child(2) {
  top: 50%;
  transform: rotate(-160deg);
}

.header {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
}
.header .inner, .header .hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 calc(var(--sideW) / 2);
}
.header__logo {
  flex-shrink: 0;
  width: 100%;
  max-width: 240px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    max-width: 160px;
  }
}
.header__logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 2/1;
  border-radius: 0 0 20px 20px;
  background: rgba(255, 255, 255, 0.77);
}
.header__logo a img {
  width: 59.17%;
}

.gnavi {
  margin-left: auto;
}
.gnavi ul {
  display: flex;
  align-items: center;
  gap: 2em;
  font-family: "Jost", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.gnavi ul li a {
  padding: 0 1em;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.gnavi ul li:has(.btn_cmn_01) {
  width: 316px;
}
.gnavi ul li:has(.btn_cmn_01) a {
  text-shadow: none;
}
@media screen and (max-width: 1179px) {
  .gnavi {
    transition: transform 0.5s;
    transform: translateX(100%);
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    max-width: 400px;
    height: 100%;
    background-color: #343434;
    padding: 0 var(--sideW);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .gnavi.js-active {
    transform: translateX(0);
  }
  .gnavi ul {
    flex-direction: column;
    width: 100%;
  }
  .gnavi ul li a {
    color: #fff;
    text-shadow: none;
  }
  .gnavi ul li:has(.btn_cmn_01) {
    width: 100%;
  }
  .gnavi ul li:has(.btn_cmn_01) a {
    text-shadow: none;
  }
}

.footer {
  padding: 100px 0;
  text-align: center;
}
.footer__logo {
  margin-bottom: 28px;
}
.footer__address {
  margin-bottom: 28px;
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  line-height: 2;
}
.footer .copyright {
  font-size: 0.8125;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}
.footer .grecaptcha_text {
  font-size: 0.75rem;
}
.footer .grecaptcha_text a {
  text-decoration: underline;
}

.follow_btn {
  position: fixed;
  bottom: 0;
  left: 50%;
  display: grid;
  place-content: center;
  width: 100%;
  max-width: 500px;
  height: 72px;
  border-radius: 40px 40px 0 0;
  background-color: #E2FF00;
  text-align: center;
  color: #24464E;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  transform: translate(-50%, 100%);
}
.follow_btn.js-active {
  transform: translate(-50%, 0);
}
.follow_btn span {
  display: block;
  font-size: 0.75em;
}
.follow_btn:after {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/ico_arrow_right_01_maincolor.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
@media (hover: hover) {
  .follow_btn:hover {
    background: #6E9098;
    color: #fff;
  }
  .follow_btn:hover:after {
    background: url(../images/ico_arrow_right_01_white.svg) no-repeat center/contain;
  }
}

.home .l_container_wrap {
  padding-top: 0;
}

.hero {
  width: 100%;
  height: 100vh;
  background: url(../images/hero_01.jpg) no-repeat center/cover;
  display: flex;
  align-items: center;
}
.hero__content {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.hero__content p span {
  color: #24464E;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: 0.75s;
  transform-origin: center left;
  transform: rotateY(90deg);
  position: relative;
  background-color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px;
  margin-bottom: 10px;
}
.hero__content p span:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .hero__content p span {
    font-size: 1.8rem;
  }
}
.hero__content p span:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  transition: width 0.75s 0.75s;
}
@media screen and (max-width: 1023px) {
  .hero__content p.pconly {
    display: none !important;
  }
}
.hero__content p.tab {
  display: none;
}
@media screen and (max-width: 1023px) {
  .hero__content p.tab {
    display: block !important;
  }
}
.hero__content:before {
  content: "";
  display: block;
  width: 100%;
  max-width: 508px;
  aspect-ratio: 508/146;
  background: url(../images/hero_02.svg) no-repeat top left/contain;
  position: absolute;
  top: 30px;
  left: 290px;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.5s 1.5s ease-out;
  transition: clip-path 0.5s 1.5s ease-out;
  transition: clip-path 0.5s 1.5s ease-out, -webkit-clip-path 0.5s 1.5s ease-out;
}
@media screen and (max-width: 1023px) {
  .hero__content:before {
    top: 90%;
    left: 10%;
  }
}
.hero__content.js-active p span {
  transform: rotateY(0deg);
}
.hero__content.js-active p span:after {
  width: 0;
}
.hero__content.js-active:before {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.lead {
  background-color: #24464E;
  color: #fff;
  text-align: center;
  padding: 5em 0 7.5em;
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  line-height: 1.88;
}
.lead p {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .lead {
    font-size: 1rem;
  }
}

.sec_worries {
  margin: -3.75rem 0 100px;
}
@media screen and (max-width: 767px) {
  .sec_worries {
    margin: -3.75rem 0 80px;
  }
}
.sec_worries .inner_s {
  padding: 0 calc(var(--sideW) / 2);
}
.sec_worries .question {
  background-color: #fff;
  border-radius: 40px 40px 0 0;
  padding: 45px 6.62% 134px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec_worries .question {
    padding-bottom: 110px;
  }
}
.sec_worries .question:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 33px solid transparent;
  border-left: 33px solid transparent;
  border-top: 58px solid #24464E;
  border-bottom: 0;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec_worries .question:after {
    bottom: 30px;
    border-right: 26px solid transparent;
    border-left: 26px solid transparent;
    border-top: 46px solid #24464E;
  }
}
.sec_worries .question h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec_worries .question h2 {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.sec_worries .question h2 span {
  border-bottom: 3px solid #24464E;
  display: inline;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.sec_worries .question h2 + ul {
  margin-top: 30px;
}
.sec_worries .question h2 + ul li {
  padding: 12px 0 12px 80px;
  position: relative;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .sec_worries .question h2 + ul li {
    padding: 10px 0 10px 64px;
    margin-bottom: 14px;
  }
}
.sec_worries .question h2 + ul li:last-child {
  margin-bottom: 0;
}
.sec_worries .question h2 + ul li:before {
  content: "";
  display: block;
  width: 58px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/ico_mark_check_maincolor.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sec_worries .question h2 + ul li:before {
    width: 46px;
  }
}
.sec_worries .question h2 + ul li span {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec_worries .question h2 + ul li span {
    font-size: 1.2rem;
  }
}
.sec_worries .question h3 {
  margin-top: 50px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.sec_worries .question h3 span {
  border-bottom: 3px solid #24464E;
}
@media screen and (max-width: 767px) {
  .sec_worries .question h3 {
    font-size: 1.2em;
    line-height: 2;
    text-align: left;
    padding-left: 26.85%;
    margin-right: calc(var(--sideW) * -1);
  }
}
.sec_worries .question .flex {
  margin-top: 42px;
  display: flex;
  align-items: flex-start;
  gap: 6.15%;
}
@media screen and (max-width: 767px) {
  .sec_worries .question .flex {
    flex-direction: column;
    position: relative;
  }
}
.sec_worries .question .flex .image {
  flex-shrink: 0;
  width: 26.85%;
}
@media screen and (max-width: 767px) {
  .sec_worries .question .flex .image {
    width: 24%;
    position: absolute;
    bottom: calc(100% + 20px);
    left: calc(var(--sideW) * -0.5);
  }
}
.sec_worries .question .flex ul {
  flex-grow: 1;
  margin-right: calc(var(--sideW) * -1);
}
@media screen and (max-width: 767px) {
  .sec_worries .question .flex ul {
    margin: 0 calc(var(--sideW) * -0.5);
  }
}
.sec_worries .question .flex ul li {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #6E9098;
  color: #fff;
  padding: 0.6em 0.5em;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 20px;
}
.sec_worries .question .flex ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec_worries .question .flex ul li {
    width: 100%;
    padding: 0.6em 1em;
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.sec_worries .answer {
  margin: 0 var(--extend);
  padding: 100px var(--sideW);
  background: url(../images/sec_worries_02.jpg) no-repeat center/cover;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec_worries .answer {
    padding: 80px var(--sideW);
  }
}
.sec_worries .answer p {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.625;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_worries .answer p {
    font-size: 1.6rem;
  }
}
.sec_worries .answer:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 70, 78, 0.48);
  position: absolute;
  top: 0;
  left: 0;
}

.sec_can {
  margin-bottom: 5rem;
}
.sec_can .content01 {
  display: flex;
  gap: 5.24%;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .sec_can .content01 {
    flex-direction: column;
    gap: 2.5rem;
    margin-bottom: 5rem;
  }
}
.sec_can .box_left {
  width: 100%;
}
.sec_can .box_left h2 {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .sec_can .box_left h2 {
    font-size: 1.6rem;
    gap: 20px;
    margin-bottom: 26px;
  }
}
.sec_can .box_left h2 img {
  display: block;
  width: 141px;
}
@media screen and (max-width: 767px) {
  .sec_can .box_left h2 img {
    width: 120px;
  }
}
.sec_can .box_left p {
  letter-spacing: 0.06em;
  line-height: 2;
  margin-bottom: 24px;
}
.sec_can .box_left .en {
  color: #E3E3E3;
  font-family: "Jost", sans-serif;
  font-style: italic;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec_can .box_left .en {
    font-size: 2em;
  }
}
.sec_can .box_right {
  width: 100%;
}
.sec_can .box_right ul {
  counter-reset: number 0;
}
.sec_can .box_right ul li {
  counter-increment: number 1;
  margin-bottom: 40px;
}
.sec_can .box_right ul li:last-child {
  margin-bottom: 0;
}
.sec_can .box_right ul li h3 {
  padding: 0 0 16px 110px;
  margin-bottom: 20px;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  border-bottom: 1px solid #24464E;
}
@media screen and (max-width: 767px) {
  .sec_can .box_right ul li h3 {
    padding: 0 0 16px 88px;
    font-size: 1.2rem;
  }
}
.sec_can .box_right ul li h3:before {
  content: "0" counter(number);
  display: block;
  color: #E3E3E3;
  font-family: "Jost", sans-serif;
  font-style: italic;
  font-size: 5rem;
  font-weight: 200;
  letter-spacing: 0.06em;
  line-height: 1;
  position: absolute;
  top: -4px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sec_can .box_right ul li h3:before {
    font-size: 3.75rem;
  }
}
.sec_can .box_right ul li p {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .sec_can .box_right ul li p {
    font-size: 0.9375rem;
  }
}
.sec_can .content02 {
  position: relative;
  padding-bottom: 134px;
}
@media screen and (max-width: 767px) {
  .sec_can .content02 {
    padding-bottom: 110px;
  }
}
.sec_can .content02:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 33px solid transparent;
  border-left: 33px solid transparent;
  border-top: 58px solid #24464E;
  border-bottom: 0;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec_can .content02:after {
    bottom: 30px;
    border-right: 26px solid transparent;
    border-left: 26px solid transparent;
    border-top: 46px solid #24464E;
  }
}
.sec_can .content02 h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .sec_can .content02 h2 {
    font-size: 1.6rem;
  }
}
.sec_can .content02 h2.svg {
  margin-bottom: 40px;
}
.sec_can .content02 h2 + p {
  text-align: center;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sec_can .content02 h2 + p {
    font-size: 1rem;
  }
}
.sec_can .content02 ul {
  max-width: 942px;
  margin: 0 auto;
  border-top: 3px solid #24464E;
  border-bottom: 3px solid #24464E;
  padding: 40px 4.25% 30px;
}
.sec_can .content02 ul li {
  padding: 12px 0 12px 80px;
  position: relative;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .sec_can .content02 ul li {
    padding: 10px 0 10px 64px;
    margin-bottom: 14px;
  }
}
.sec_can .content02 ul li:last-child {
  margin-bottom: 0;
}
.sec_can .content02 ul li:before {
  content: "";
  display: block;
  width: 58px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/ico_mark_check_maincolor.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sec_can .content02 ul li:before {
    width: 46px;
  }
}
.sec_can .content02 ul li span {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec_can .content02 ul li span {
    font-size: 1.2rem;
  }
}
.sec_can .content02 ul + p {
  margin-top: 20px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec_can .content02 ul + p {
    font-size: 1.2rem;
  }
}
.sec_can .solution {
  padding: 80px 0;
  background: url(../images/sec_can_01.jpg) no-repeat center/cover;
  color: #fff;
  position: relative;
}
.sec_can .solution p {
  position: relative;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .sec_can .solution p {
    font-size: 1rem;
  }
}
.sec_can .solution p > span {
  display: inline-block;
  background-color: #24464E;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 0.25em 0.25em 0.25em 0.5em;
}
@media screen and (max-width: 767px) {
  .sec_can .solution p > span {
    font-size: 1.8rem;
    padding: 0.25em 0.5em;
  }
}
.sec_can .solution p:last-child {
  margin-bottom: 0;
}
.sec_can .solution:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: rgba(36, 70, 78, 0.48);
  position: absolute;
  top: 0;
  left: 0;
}

.sec_plan {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .sec_plan {
    margin-bottom: 5rem;
  }
}
.sec_plan__ttl {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 28px;
}
.sec_plan__ttl:before {
  content: attr(data-en);
  display: block;
  color: #E3E3E3;
  font-size: 5rem;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.06em;
  word-break: break-all;
  line-height: 1;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .sec_plan__ttl:before {
    font-size: 3rem;
    margin: 0 var(--extend) 24px;
  }
}
.sec_plan__text {
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sec_plan__text {
    font-size: 0.9375rem;
  }
}
.sec_plan__list {
  margin: 0 -46px 100px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec_plan__list {
    display: block;
    margin: 0 var(--extend) 70px;
  }
}
.sec_plan__list > li {
  width: 100%;
  padding: 40px 3.34%;
  padding: 40px var(--sideW);
}
.sec_plan__list > li h3 {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.28;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .sec_plan__list > li h3 {
    font-size: 1.4rem;
    margin-bottom: 0.75em;
    padding-bottom: 0.75em;
  }
}
.sec_plan__list > li h3:before {
  content: "PLAN";
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .sec_plan__list > li h3:before {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}
.sec_plan__list > li .price {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .sec_plan__list > li .price {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_plan__list > li .price + p {
    font-size: 0.9375rem;
  }
}
.sec_plan__list > li dl {
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}
.sec_plan__list > li dl dt {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #24464E;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.5em 1em;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .sec_plan__list > li dl dt {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_plan__list > li dl dd {
    font-size: 0.9375rem;
  }
}
.sec_plan__list > li dl + p {
  margin-top: 1em;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_plan__list > li dl + p {
    font-size: 1rem;
  }
}
.sec_plan__list > li:nth-child(1) {
  background-color: #56838E;
  color: #fff;
}
.sec_plan__list > li:nth-child(2) {
  background-color: #ECF8FA;
}
.sec_plan__list > li:nth-child(2) h3 {
  border-color: #24464E;
}
.sec_plan__list > li:nth-child(2) h3:before {
  color: #24464E;
}
.sec_plan__list > li:nth-child(2) dl {
  border-color: #24464E;
}
.sec_plan__subttl {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.71;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .sec_plan__subttl {
    font-size: 1.4rem;
  }
}
.sec_plan__para {
  line-height: 2;
}
.sec_plan__para p {
  text-align: center;
  margin-bottom: 1.25em;
}
.sec_plan__para p:last-child {
  margin-bottom: 0;
}
.sec_plan__link {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110px;
  border-radius: 100px;
  background-color: #24464E;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec_plan__link {
    font-size: 1.2rem;
    height: 80px;
  }
}
.sec_plan__link:after {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/ico_arrow_right_01_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec_plan__link:after {
    width: 32px;
    right: 24px;
  }
}

.sec_reason {
  background: url(../images/sec_reason_01.jpg) no-repeat center/cover;
  padding: 100px 0;
  color: #fff;
  position: relative;
}
.sec_reason:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(52, 52, 52, 0.79);
  position: absolute;
  top: 0;
  left: 0;
}
.sec_reason .inner_s {
  position: relative;
}
.sec_reason h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #fff;
  color: #343434;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.125em 0.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .sec_reason h2 {
    font-size: 1.8rem;
    text-align: center;
    padding: 0.25em 0.5em;
    margin-bottom: 1.5em;
  }
}
.sec_reason .para {
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_reason .para {
    font-size: 1rem;
    text-align: left;
  }
}
.sec_reason .para p {
  margin-bottom: 1.25em;
}
.sec_reason .para p:last-child {
  margin-bottom: 0;
}

.sec_faq {
  margin-bottom: 7.5rem;
  padding: 100px 0;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #E7F7EA calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #E7F7EA calc(100% - 1px));
  background-size: 40px 40px;
  background-repeat: repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .sec_faq {
    padding: 80px 0;
    margin-bottom: 5rem;
    background-size: 32px 32px;
  }
}
.sec_faq .inner_s {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sec_faq .inner_s {
    flex-direction: column;
    gap: 2.5em;
  }
}
.sec_faq .inner_s h2 {
  flex-shrink: 0;
  width: 256px;
}
@media screen and (max-width: 767px) {
  .sec_faq .inner_s h2 {
    width: 100%;
  }
}
.sec_faq .inner_s dl {
  width: 100%;
}
.sec_faq h2 span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-bottom: 4px solid #343434;
  padding-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .sec_faq h2 span {
    font-size: 1rem;
  }
}
.sec_faq h2:before {
  content: attr(data-en);
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0.06;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sec_faq h2:before {
    font-size: 4rem;
  }
}
.sec_faq dl {
  padding-top: 2%;
}
.sec_faq dl dt {
  position: relative;
  padding-left: 40px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .sec_faq dl dt {
    font-size: 1.125rem;
  }
}
.sec_faq dl dt:before {
  content: "Q.";
  color: #24464E;
  font-family: "Jost", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
}
.sec_faq dl dd {
  position: relative;
  padding-left: 40px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .sec_faq dl dd {
    font-size: 0.9375rem;
  }
}
.sec_faq dl dd:last-child {
  margin-bottom: 0;
}
.sec_faq dl dd:before {
  content: "A.";
  color: #24464E;
  font-family: "Jost", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
}

.sec_contact h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 42px;
}
.sec_contact h2:after {
  content: attr(data-en);
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .sec_contact h2 {
    font-size: 1.8rem;
  }
}

.content_thanks {
  text-align: center;
}
.content_thanks h1 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-bottom: 3px solid #24464E;
  padding-bottom: 0.5em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2.5rem;
}
.content_thanks p {
  line-height: 2;
  margin-bottom: 2.5rem;
}
.content_thanks .btn_cmn_01 {
  max-width: 380px;
  margin: 0 auto;
}