@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: "Roboto", sans-serif;
}

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

@media (min-width: 768px) and (max-width: 1179.98px) {
  :root {
    --extend: calc(-50% + 50vw);
  }
}
@media screen and (max-width: 767px) {
  :root {
    --sideW: 6.66vw;
    --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;
  color: #343434;
  letter-spacing: 0.06em;
  text-align: left;
  counter-reset: number 0;
}

.l_container_wrap {
  position: relative;
}

.l_container {
  position: relative;
}

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

.inner, .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 #343434;
  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: #343434;
}

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, .footer .grecaptcha_text a {
  transition: 0.5s;
}
@media (hover: hover) {
  .opacity:hover, .footer .grecaptcha_text a:hover {
    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%;
}

section {
  margin: 0 0 7.5rem;
}
@media screen and (max-width: 767px) {
  section {
    margin: 0 0 5rem;
  }
}

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 rgba(52, 52, 52, 0.5);
  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: #343434;
  inline-size: 1.2em;
  block-size: 1.2em;
}

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

.dlist_form .group {
  display: flex;
  align-items: baseline;
  gap: 1.5em;
}
@media screen and (max-width: 767px) {
  .dlist_form .group {
    flex-direction: column;
    gap: 0.5em;
  }
}
.dlist_form .group:not(:last-of-type) {
  margin-bottom: 2.5em;
}
.dlist_form .group dt {
  width: 260px;
  flex-shrink: 0;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .dlist_form .group dt {
    width: 100%;
  }
}
.dlist_form .group dt.require:after {
  content: "必須";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75em;
  font-weight: 700;
  color: #fff;
  background-color: #343434;
  width: 45px;
  height: 23px;
  margin-left: auto;
}
.dlist_form .group dd {
  flex-grow: 1;
  width: 100%;
}
.dlist_form .group dd .list_kome {
  font-size: 0.875em;
  padding-top: 1em;
}

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

.wpcf7-free-text {
  margin-top: 0.5em;
}

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

.policy_box {
  border: 1px solid #343434;
  border-radius: 10px;
  height: 200px;
  overflow: scroll;
  padding: 2%;
  margin-bottom: 36px;
}
.policy_box dt {
  margin: 2em 0 0.5em;
}

.wpcf7-submit {
  margin: 40px auto 0;
  border-radius: 10px !important;
}

.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 0.5s ease-out forwards;
}

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

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

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

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

.ttl_cmn_01 {
  text-align: center;
  margin-bottom: 20px;
}
.ttl_cmn_01 span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  position: relative;
  padding-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_01 span {
    font-size: 1rem;
  }
}
.ttl_cmn_01 span:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #343434;
  margin: 2px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s 0.5s;
}
.ttl_cmn_01:before {
  content: attr(data-en);
  display: block;
  color: #EDECEB;
  font-family: "Roboto", sans-serif;
  font-size: 140px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.75s ease-out;
  transition: clip-path 0.75s ease-out;
  transition: clip-path 0.75s ease-out, -webkit-clip-path 0.75s ease-out;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_01:before {
    font-size: 5rem;
  }
}
.ttl_cmn_01.js-active:before {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.ttl_cmn_01.js-active span:after {
  height: 4px;
}

.ttl_cmn_02 {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 auto 3rem;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.75s ease-out;
  transition: clip-path 0.75s ease-out;
  transition: clip-path 0.75s ease-out, -webkit-clip-path 0.75s ease-out;
}
.ttl_cmn_02.js-active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
@media screen and (max-width: 767px) {
  .ttl_cmn_02 {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}
.ttl_cmn_02:before {
  content: attr(data-en);
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 70px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_02:before {
    font-size: 3.125rem;
  }
}

.btn_cmn_01, .wpcf7-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 362px;
  height: 74px;
  border-radius: 50px;
  background-color: #343434;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn_cmn_01, .wpcf7-submit {
    height: 56px;
    font-size: 0.875rem;
  }
}
.btn_cmn_01:after, .wpcf7-submit:after {
  content: "";
  display: block;
  width: 25px;
  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: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .btn_cmn_01:after, .wpcf7-submit:after {
    width: 19px;
    right: 8px;
  }
}
@media (hover: hover) {
  .btn_cmn_01:hover, .wpcf7-submit:hover {
    filter: brightness(1.5);
    box-shadow: 0 0 10px rgba(52, 52, 52, 0.8);
  }
}

.list_kome > li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .list_kome > li {
    margin-bottom: 0.75em;
  }
}
.list_kome > li:last-child {
  margin-bottom: 0;
}
.list_kome > li:before {
  content: "※";
}

.list_dot > li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .list_dot > li {
    margin-bottom: 0.75em;
  }
}
.list_dot > li:last-child {
  margin-bottom: 0;
}
.list_dot > li:before {
  content: "・";
}

.list_ast > li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .list_ast > li {
    margin-bottom: 0.75em;
  }
}
.list_ast > li:last-child {
  margin-bottom: 0;
}
.list_ast > li:before {
  content: "＊";
}

.list_round > li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .list_round > li {
    margin-bottom: 0.75em;
  }
}
.list_round > li:last-child {
  margin-bottom: 0;
}
.list_round > li:before {
  content: "●";
}

.list_square > li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .list_square > li {
    margin-bottom: 0.75em;
  }
}
.list_square > li:last-child {
  margin-bottom: 0;
}
.list_square > 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;
}

.header {
  padding: 1.66vw;
  width: 100%;
  height: 100vh;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0;
    margin-bottom: 5rem;
  }
}
.header__container {
  height: 100%;
  padding: 0 5.17%;
  background: url(../images/header_01.jpg) no-repeat center/cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header__container {
    justify-content: flex-end;
    padding-bottom: 17%;
  }
}
.header__container.js-active .header_catch {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.header__container.js-active .header_lead {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.header_ttl {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .header_ttl {
    width: 48%;
    position: absolute;
    top: 14vw;
    left: var(--sideW);
  }
}
.header_catch {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 28px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.625;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.75s ease-out;
  transition: clip-path 0.75s ease-out;
  transition: clip-path 0.75s ease-out, -webkit-clip-path 0.75s ease-out;
}
.header_lead {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5px;
  line-height: 1.625;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.75s 0.75s ease-out;
  transition: clip-path 0.75s 0.75s ease-out;
  transition: clip-path 0.75s 0.75s ease-out, -webkit-clip-path 0.75s 0.75s ease-out;
}
.header_scrolldown {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  position: absolute;
  bottom: 27px;
  right: 40px;
}
.header_scrolldown:before {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 14/211;
  background: url(../images/ico_arrow_bottom_01_textcolor.svg) no-repeat center bottom/100%;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .header_scrolldown {
    bottom: 22px;
    right: 14px;
  }
  .header_scrolldown:before {
    aspect-ratio: 14/70;
  }
}

.page-header .header__container {
  background: none;
  padding: 0 var(--sideW);
  height: var(--headerHeight);
  justify-content: center;
}
.page-header .header_ttl {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .page-header .header_ttl {
    position: static;
    width: 200px;
  }
}

.footer {
  text-align: center;
  padding: 0 0 5rem;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 2.5rem 0 5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_logo {
    display: block;
    width: 258px;
    margin: 0 auto;
  }
}
.footer address {
  margin-top: 40px;
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  line-height: 2;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer address {
    flex-direction: column;
    gap: 1.2em;
    font-size: 0.8125rem;
  }
}
.footer address > div {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer address > div {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .footer address > div:first-child {
    border-right: 1px solid #343434;
  }
}
.footer .copyright {
  margin-top: 40px;
  font-family: "Roboto", sans-serif;
  font-size: 0.8125rem;
}
.footer .grecaptcha_text {
  margin-top: 40px;
  font-size: 0.75rem;
}
.footer .grecaptcha_text a {
  text-decoration: underline;
}

.top_lead {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_lead {
    padding: 0 var(--sideW);
  }
}
.top_lead__logo {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_lead__logo {
    margin-bottom: 30px;
  }
}
.top_lead__text {
  margin-bottom: 40px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .top_lead__text {
    font-size: 0.875rem;
    letter-spacing: 0.06em;
    margin-bottom: 30px;
  }
}
.top_lead__link {
  margin: 0 auto;
}

.top_description .inner_m {
  display: flex;
  align-items: flex-start;
  gap: 4.18%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_description .inner_m {
    flex-direction: column-reverse;
    align-items: unset;
  }
}
.top_description .inner_m:before {
  content: "";
  display: block;
  width: 87.2%;
  height: calc(101% + 120px);
  background: #F7F4F0;
  position: absolute;
  top: 22.4%;
  left: 13%;
}
@media screen and (max-width: 767px) {
  .top_description .inner_m:before {
    width: 75.73%;
    left: 24.27%;
  }
}
.top_description .inner_m .text {
  position: relative;
  flex-shrink: 0;
  width: 50%;
  padding: 7.13% 0 0;
}
@media screen and (max-width: 767px) {
  .top_description .inner_m .text {
    width: 100%;
  }
}
.top_description .inner_m .image {
  position: relative;
  flex-grow: 1;
  margin: 0 var(--extend) 0 0;
}
@media screen and (max-width: 767px) {
  .top_description .inner_m .image {
    margin: 0 var(--extend) 0 var(--sideW);
  }
}
.top_description__ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_description__ttl {
    position: relative;
    z-index: 1;
    margin-top: -2.8em;
    margin-bottom: 40px;
  }
}
.top_description__ttl .en {
  font-family: "Roboto", sans-serif;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.75s ease-out;
  transition: clip-path 0.75s ease-out;
  transition: clip-path 0.75s ease-out, -webkit-clip-path 0.75s ease-out;
}
@media screen and (max-width: 767px) {
  .top_description__ttl .en {
    font-size: 3.75rem;
  }
}
.top_description__ttl .ja {
  margin-top: 0.8em;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  overflow: hidden;
  transform-origin: center left;
  transform: rotateY(90deg);
  transition: 0.5s 0.5s;
}
.top_description__ttl .ja span {
  display: block;
  transform: translateY(100%);
  transition: 0.5s 1s;
}
@media screen and (max-width: 767px) {
  .top_description__ttl .ja {
    margin-top: 1.5em;
  }
}
.top_description__ttl .ja:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #343434;
}
.top_description__ttl.js-active .ja {
  transform: rotateY(0deg);
}
.top_description__ttl.js-active .ja span {
  transform: translateY(0%);
}
.top_description__ttl.js-active .en {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.top_description__catch {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 0.8em;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.75s ease-out;
  transition: clip-path 0.75s ease-out;
  transition: clip-path 0.75s ease-out, -webkit-clip-path 0.75s ease-out;
}
.top_description__catch.js-active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
@media screen and (max-width: 767px) {
  .top_description__catch {
    font-size: 1.75rem;
  }
}
.top_description__para {
  line-height: 2.125em;
}
@media screen and (max-width: 767px) {
  .top_description__para {
    font-size: 0.875rem;
    line-height: 2;
  }
}
.top_description__para p {
  margin-bottom: 1.5em;
}
.top_description__para p:last-child {
  margin-bottom: 0;
}

.top_about {
  position: relative;
}
.top_about__content {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_about__content {
    display: contents;
  }
}
.top_about__content:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 30px;
  left: 0;
}
.top_about__ttl {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_about__ttl {
    margin-bottom: 2em;
  }
}
.top_about__catch {
  position: relative;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.35;
  margin: 0 auto 22px;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.75s ease-out;
  transition: clip-path 0.75s ease-out;
  transition: clip-path 0.75s ease-out, -webkit-clip-path 0.75s ease-out;
}
.top_about__catch.js-active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
@media screen and (max-width: 767px) {
  .top_about__catch {
    font-size: 1.75rem;
  }
}
.top_about__text {
  position: relative;
  margin: 0 0 3.75rem;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .top_about__text {
    padding: 0 var(--sideW);
    font-size: 0.875rem;
    margin: 0 0 3.125rem;
  }
}
.top_about__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: 75px;
  border-radius: 100px;
  background-color: #343434;
  border: 2px solid #343434;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: -38px auto 0;
}
@media screen and (max-width: 767px) {
  .top_about__link {
    width: auto;
    text-align: center;
    height: 102px;
    font-size: 1rem;
    margin: -10px calc(var(--sideW) * 0.5) 0;
  }
}
@media (hover: hover) {
  .top_about__link:hover {
    background-color: #fff;
    color: #343434;
  }
}
.top_about .box_gray {
  position: relative;
  background-color: #EDECEB;
  padding: 5rem 8.36%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_about .box_gray {
    padding: 3.125rem 6.84%;
    margin: 0 calc(var(--sideW) * -0.5);
  }
}
.top_about .box_gray img {
  margin: 0 auto 40px;
}
.top_about .box_gray p {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  border-top: 1px dashed #343434;
  border-bottom: 1px dashed #343434;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .top_about .box_gray p {
    font-size: 1.125rem;
  }
}

.top_price .inner_m {
  display: flex;
  align-items: flex-start;
  gap: 6.56%;
}
@media screen and (max-width: 767px) {
  .top_price .inner_m {
    flex-direction: column;
  }
}
.top_price .inner_m .image {
  flex-grow: 1;
  margin: 0 0 0 var(--extend);
}
@media screen and (max-width: 767px) {
  .top_price .inner_m .image {
    margin: 0 var(--extend);
  }
}
.top_price .inner_m .text {
  flex-shrink: 0;
  width: 50%;
  padding: 11% 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_price .inner_m .text {
    width: 100%;
    padding: 4rem 0 0;
  }
}
.top_price h2 {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  writing-mode: vertical-rl;
  border-right: 1px solid #343434;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .top_price h2 {
    transform: translateY(-50%);
  }
}
.top_price dl dt {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .top_price dl dt {
    font-size: 1.125rem;
  }
}
.top_price dl dt:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #343434;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}
.top_price dl dt.js-active:after {
  height: 4px;
}
@media screen and (max-width: 767px) {
  .top_price dl dd {
    font-size: 0.875rem;
  }
  .top_price dl dd .list_round {
    font-size: 0.8125rem;
  }
}
.top_price dl dd .price {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_price dl dd .price {
    font-size: 1.25rem;
  }
}
.top_price dl dd .price span {
  font-family: "Roboto", sans-serif;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .top_price dl dd .price span {
    font-size: 70px;
    margin-right: 5px;
  }
}
.top_price dl dd .list_square + .list_round {
  margin: 36px 0 0;
  padding: 30px 0 0;
  border-top: 1px dashed #343434;
}
@media screen and (max-width: 767px) {
  .top_price dl dd .list_square + .list_round {
    margin: 26px 0 0;
    padding: 24px 0 0;
  }
}

.top_flow__catch {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin: 0 auto 3.75rem;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.75s ease-out;
  transition: clip-path 0.75s ease-out;
  transition: clip-path 0.75s ease-out, -webkit-clip-path 0.75s ease-out;
}
.top_flow__catch.js-active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
@media screen and (max-width: 767px) {
  .top_flow__catch {
    font-size: 1.75rem;
    margin: 0 auto 3rem;
    padding: 0 0 0 1em;
  }
}
.top_flow__link {
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .top_flow__link {
    width: auto;
    margin: 40px var(--sideW) 0;
  }
}
.top_flow ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 4.42%;
}
.top_flow ul li {
  width: 30.3866666667%;
  background-color: #FAFAFA;
  text-align: center;
  padding: 55px 3% 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_flow ul li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top_flow ul li {
    padding: 48px 3% 30px;
  }
}
.top_flow ul li:after {
  content: "";
  display: block;
  width: 48px;
  aspect-ratio: 48/88;
  background: url(../images/ico_arrow_right_02_gray.svg) no-repeat center/contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 107%;
}
@media screen and (max-width: 767px) {
  .top_flow ul li:after {
    width: 42px;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .top_flow ul li:last-child:after {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .top_flow ul li:nth-child(3n):after {
    content: none;
  }
}
.top_flow ul li span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2;
  padding: 5px 10px 2px;
}
@media screen and (max-width: 767px) {
  .top_flow ul li span {
    font-size: 34px;
    transform: translate(-50%, -45%);
  }
}
.top_flow ul li span:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #343434;
  position: absolute;
  bottom: 0;
  left: 0;
}
.top_flow ul li span:before {
  content: "";
  display: block;
  width: 2px;
  height: 26px;
  background-color: #343434;
  position: absolute;
  bottom: 0;
  right: 0;
}
.top_flow ul li h3 {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .top_flow ul li h3 {
    font-size: 1.25rem;
  }
}
.top_flow ul li p {
  margin-top: 1em;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .top_flow ul li p {
    font-size: 0.8125rem;
  }
}

.top_option__catch {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin: 0 auto 36px;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.75s ease-out;
  transition: clip-path 0.75s ease-out;
  transition: clip-path 0.75s ease-out, -webkit-clip-path 0.75s ease-out;
}
.top_option__catch.js-active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
@media screen and (max-width: 767px) {
  .top_option__catch {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
.top_option ul {
  display: flex;
  flex-wrap: wrap;
  gap: 45px 3.68%;
}
@media screen and (max-width: 767px) {
  .top_option ul {
    padding: 0 var(--sideW);
    gap: 32px;
  }
}
.top_option ul li {
  width: 30.88%;
}
@media screen and (max-width: 767px) {
  .top_option ul li {
    width: 100%;
  }
}
.top_option ul li .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 377/245;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .top_option ul li .image {
    margin-bottom: 20px;
  }
}
.top_option ul li .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_option ul li .movie {
  display: block;
  overflow: hidden;
  aspect-ratio: 377/245;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .top_option ul li .movie {
    margin-bottom: 20px;
  }
}
.top_option ul li .movie iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.top_option ul li h3 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .top_option ul li h3 {
    font-size: 1rem;
  }
}
.top_option ul li h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #343434;
  margin-top: 5px;
}
.top_option ul li p {
  margin-top: 0.75em;
}
@media screen and (max-width: 767px) {
  .top_option ul li p {
    font-size: 0.875rem;
  }
}

.top_faq dl .item {
  background: #FAFAFA;
  padding: 45px 4.5%;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .top_faq dl .item {
    padding: 34px var(--sideW) 30px;
  }
}
.top_faq dl .item:last-child {
  margin-bottom: 0;
}
.top_faq dl .item dt {
  margin-bottom: 22px;
  border-bottom: 1px dashed #343434;
  padding: 0 0 20px 54px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_faq dl .item dt {
    font-size: 1rem;
    padding: 0 0 18px 40px;
    margin-bottom: 18px;
  }
}
.top_faq dl .item dt:before {
  display: block;
  width: 54px;
  content: "Q.";
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: -5px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top_faq dl .item dt:before {
    font-size: 1.875rem;
    top: -3px;
  }
}
.top_faq dl .item dd {
  padding: 0 0 0 54px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_faq dl .item dd {
    font-size: 0.875rem;
    padding: 0 0 0 40px;
  }
}
.top_faq dl .item dd:before {
  display: block;
  width: 54px;
  content: "A.";
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: -5px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top_faq dl .item dd:before {
    font-size: 1.875rem;
    top: -2px;
  }
}

.top_intro {
  text-align: center;
}
.top_intro .image {
  margin: 0 var(--extend) 3.75rem;
}
.top_intro .image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top_intro .image {
    margin-bottom: 40px;
    display: block;
    overflow: hidden;
    height: 230px;
  }
  .top_intro .image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top_intro .logo {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_intro .logo {
    max-width: 258px;
    margin: 0 auto 22px;
  }
}
.top_intro .logo + p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .top_intro .logo + p {
    font-size: 0.875rem;
    text-align: left;
  }
}

.top_contact h2 + p {
  text-align: center;
  margin-bottom: 36px;
}

.content_thanks {
  text-align: center;
}
.content_thanks p {
  line-height: 2;
}
.content_thanks .btn_cmn_01, .content_thanks .wpcf7-submit {
  margin: 50px auto 0;
}