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

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

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

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

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

html {
  width: 100%;
  overscroll-behavior: none;
}

body {
  font: 700 16px/1.5 "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #1A1311;
  text-align: left;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

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

:root {
  --extend: min(calc(( 50vw - 50% ) * -1), 0px);
  --sideW: min(5.5vw, 80px);
  --headerHeight: 80px;
  --sectionWrap: 7.5em;
  --minWidth: 1000px;
}

@media screen and (max-width: 767px) {
  :root {
    --sideW: 6.4vw;
    --headerHeight: 60px;
    --sectionWrap: 3.75em;
    --minWidth: 1px;
  }
}
picture {
  display: block;
}
picture img {
  display: block;
}

button {
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--headerHeight);
}

.container_wrap {
  padding-top: var(--headerHeight);
}

.l_container {
  position: relative;
}

.section_wrap {
  position: relative;
}

.opacity {
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.7;
}

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

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

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

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

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

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

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

.c_red {
  color: #DC000C;
}

.c_white {
  color: #fff;
}

.fw_500 {
  font-weight: 500;
}

.fw_700 {
  font-weight: 700;
}

.fw_900 {
  font-weight: 900;
}

.bg_green {
  background-color: #6CAF7F;
}

.bg_beige {
  background-color: #F4E6C3;
}

.bg_lime {
  background-color: #F7F7E4;
}

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

.ttl_cmn_01 {
  padding: 26px 0;
  text-align: center;
  position: relative;
}
.ttl_cmn_01:before {
  content: "";
  display: block;
  width: 150px;
  aspect-ratio: 150/106;
  background: no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ttl_cmn_01 span {
  font-size: 2.1875em;
  font-weight: 700;
  position: relative;
}

.ttl_style_01 {
  color: #fff;
}
.ttl_style_01:before {
  background-image: url(../images/ico_note_01.svg);
}

.ttl_style_02:before {
  background-image: url(../images/ico_note_02.svg);
}

.has_bar:before {
  content: "＼";
}
.has_bar:after {
  content: "／";
}
@media screen and (max-width: 767px) {
  .has_bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.25em;
  }
}

.link_text {
  text-decoration: underline !important;
}

.btn_cmn_01 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 160px;
  border-radius: 50px;
  border: 1px solid #DC000C;
  text-align: center;
  padding: 0.32em 2em;
  color: #DC000C;
  font-weight: 700;
  background: #fff url(../images/ico_arrow_right_01_red.svg) no-repeat center right 0.75em/10px;
}
.btn_cmn_01:hover {
  background: #DC000C url(../images/ico_arrow_right_01_white.svg) no-repeat center right 0.75em/10px;
  color: #fff;
}
.btn_cmn_01.narrow {
  min-width: unset;
}
.btn_cmn_01.no_arrow {
  background-image: none !important;
}

.btn_cmn_02 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 160px;
  border-radius: 50px;
  border: 1px solid #DC000C;
  text-align: center;
  padding: 0.32em 2em;
  color: #fff;
  font-weight: 700;
  background: #DC000C url(../images/ico_arrow_right_01_white.svg) no-repeat center right 0.75em/10px;
}
.btn_cmn_02:hover {
  background: #fff url(../images/ico_arrow_right_01_red.svg) no-repeat center right 0.75em/10px;
  color: #DC000C;
}
.btn_cmn_02.narrow {
  min-width: unset;
}

.paragraph p {
  text-align: center;
  line-height: 2;
}
.paragraph p:not(:last-child) {
  margin-bottom: 1em;
}

.nav_cmn_01 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 2.5em;
}
.nav_cmn_01 li {
  margin-bottom: 0.8em;
}

.dlist_point {
  font-weight: 700;
}
.dlist_point .group {
  padding: 0 214px 0 54px;
  background: no-repeat center right 15px;
}
@media screen and (max-width: 767px) {
  .dlist_point .group {
    padding: 0 0 3em 0;
    background-position: bottom right;
  }
}
.dlist_point .group:not(:last-of-type) {
  margin-bottom: 3.75em;
}
@media screen and (max-width: 767px) {
  .dlist_point .group:not(:last-of-type) {
    margin-bottom: 5em;
  }
}
.dlist_point .group dt {
  font-size: 1.875em;
  margin-bottom: 0.5em;
  position: relative;
}
.dlist_point .group dt:before {
  content: attr(data-num);
  font-family: "Quicksand", sans-serif;
  font-size: 4em;
  color: rgba(166, 208, 139, 0.5);
  position: absolute;
  top: 50%;
  left: -54px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .dlist_point .group dt:before {
    top: 0;
    left: 0;
  }
}
.dlist_point .group dt span {
  position: relative;
}
.dlist_point .group dd {
  position: relative;
  line-height: 1.8;
}

.list_step > li {
  display: flex;
  align-items: flex-start;
  gap: 4%;
}
@media screen and (max-width: 767px) {
  .list_step > li {
    flex-direction: column;
    gap: 1.5em;
  }
}
.list_step > li:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .list_step > li:nth-child(even) {
    flex-direction: column;
  }
}
.list_step > li:not(:last-child) {
  margin-bottom: 5em;
}
.list_step > li .box_image {
  flex-shrink: 0;
  width: 52%;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list_step > li .box_image {
    width: 100%;
  }
}
.list_step__ttl {
  font-size: 1.875em;
  font-weight: 700;
  margin-bottom: 0.375em;
}
.list_step__ttl:before {
  content: attr(data-en);
  display: block;
  font-family: "Quicksand", sans-serif;
  color: #DC000C;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .list_step__ttl:before {
    margin-bottom: 0.125em;
  }
}
.list_step__description {
  line-height: 2;
}
.list_step__action {
  margin-top: 2em;
}

.dlist_faq .group {
  background-color: #fff;
  border-radius: 12px;
  padding: 25px 4.1%;
}
.dlist_faq .group:not(:last-child) {
  margin-bottom: 1.25em;
}
.dlist_faq dt {
  cursor: pointer;
  padding: 0 1.5em 0 0;
  position: relative;
}
.dlist_faq dt:before, .dlist_faq dt:after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: #CEBC8F;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
}
.dlist_faq dt:after {
  transition: 0.3s;
  transform: rotate(90deg);
}
.dlist_faq dt.is-active:after {
  transform: rotate(180deg);
}
.dlist_faq dt span {
  display: flex;
  align-items: center;
  gap: 1em;
  width: 100%;
  font-size: 1.125em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .dlist_faq dt span {
    gap: 0.5em;
  }
}
.dlist_faq dt span:before {
  flex-shrink: 0;
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  aspect-ratio: 2/1;
  padding-bottom: 4px;
  border-radius: 50px;
  background-color: #DC000C;
  font-family: "Quicksand", sans-serif;
  font-size: 1.11em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .dlist_faq dt span:before {
    width: 30px;
    aspect-ratio: 1/1;
  }
}
.dlist_faq dd {
  overflow: hidden;
  transition: height 0.3s;
}
.dlist_faq dd .wrap {
  margin-top: 1.5em;
  padding: 1.5em 0 0;
  border-top: 2px solid #DC000C;
  display: flex;
  align-items: baseline;
  gap: 1em;
  width: 100%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .dlist_faq dd .wrap {
    gap: 0.5em;
  }
}
.dlist_faq dd .wrap:before {
  flex-shrink: 0;
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  aspect-ratio: 2/1;
  padding-bottom: 4px;
  border-radius: 50px;
  background-color: #DC000C;
  font-family: "Quicksand", sans-serif;
  font-size: 1.11em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .dlist_faq dd .wrap:before {
    width: 30px;
    aspect-ratio: 1/1;
  }
}

.header {
  position: fixed;
  z-index: 2;
  top: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.header .inner, .header .inner_l, .header .inner_m, .header .inner_s {
  height: var(--headerHeight);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .header_logo {
    width: 180px;
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .header_right {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.header_right nav {
  display: flex;
  align-items: center;
  gap: 3em;
}

.list_nav_01 {
  display: flex;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .list_nav_01 {
    width: 100%;
    gap: 0;
  }
  .list_nav_01 li {
    width: 50%;
  }
  .list_nav_01 li .btn_cmn_01 {
    border-radius: 0;
    width: 100%;
    padding: 0.5em;
  }
  .list_nav_01 li .btn_cmn_02 {
    border-radius: 0;
    width: 100%;
    padding: 0.5em;
  }
}

.footer {
  position: relative;
  background-color: #fff;
  padding: 3.5em 0 1.5em;
}
.footer .logo {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2em;
}
.footer .list_sns {
  margin-bottom: 2.5em;
}
.footer .copy {
  text-align: center;
  font-size: 0.933em;
  line-height: 1.8;
}
.footer__nav {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    flex-direction: column;
  }
}
.footer__nav li {
  padding: 0 1.5em;
}
.footer__nav li:not(:last-child) {
  border-right: 1px solid #1A1311;
}
@media screen and (max-width: 767px) {
  .footer__nav li:not(:last-child) {
    border: none;
  }
}

.main_visual {
  position: relative;
  aspect-ratio: 1440/600;
}
@media screen and (max-width: 767px) {
  .main_visual {
    aspect-ratio: 375/300;
  }
}
.main_visual img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_visual .text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 var(--sideW);
}
@media screen and (max-width: 767px) {
  .main_visual .text {
    top: 50%;
    text-shadow: 0 0 10px rgb(255, 255, 255);
  }
}
.main_visual .text .catch {
  font-size: max(3.47vw, 50px);
}
@media screen and (max-width: 767px) {
  .main_visual .text .catch {
    font-size: 2.58em;
  }
}
.main_visual .text .sub {
  margin-top: 1em;
  font-size: max(1.11vw, 16px);
}
.main_visual .link_action {
  position: absolute;
  z-index: 1;
  top: 100%;
  right: 0;
  transform: translateY(-50%);
  background: #DC000C;
  border-radius: 50px 0 0 50px;
  padding: 0.33em var(--sideW) 0.33em 2em;
  font-size: 1.5625em;
  font-weight: 700;
  color: #fff;
  display: flex;
  gap: 1em;
  border: 1px solid #DC000C;
}
@media screen and (max-width: 767px) {
  .main_visual .link_action {
    font-size: 1.28em;
  }
}
.main_visual .link_action:after {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_right_01_white.svg) no-repeat center/contain;
}
.main_visual .link_action:hover {
  background: #fff;
  color: #DC000C;
}
.main_visual .link_action:hover:after {
  background: url(../images/ico_arrow_right_01_red.svg) no-repeat center/contain;
}

.sec_about .ttl_cmn_01 {
  margin-bottom: 1.25em;
}
.sec_about .ornament:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 332px;
  aspect-ratio: 332/376;
  background: url(../images/about_01.svg) no-repeat center/contain;
  margin: 3.75em auto 0;
}
@media screen and (max-width: 767px) {
  .sec_about .ornament:after {
    width: 60%;
  }
}

.sec_point {
  margin-top: 5.625em;
}
.sec_point .ttl_cmn_01 {
  margin-bottom: 5em;
}

.sec_structure .ttl_cmn_01 {
  margin-bottom: 2.5em;
}
.sec_structure__figure_01 {
  max-width: 910px;
  margin: 4.375em auto 0;
}

.sec_step .ttl_cmn_01 {
  margin-bottom: 5em;
}
.sec_step .link_account {
  margin: 3.125em auto 0;
  font-size: 1.25em;
  background-size: 16px;
}

.sec_faq {
  margin-top: 7.5em;
}
.sec_faq .ttl_cmn_01 {
  margin-bottom: 5em;
}

.sec_message .ttl_cmn_01 {
  margin-bottom: 3.75em;
}