@charset "UTF-8";
/*------------------------------------------------------------------------------------------------------------------------------
common
------------------------------------------------------------------------------------------------------------------------------*/
@font-face {
  font-display: swap;
  font-weight: 200;
  font-style: normal;
  font-family: "ZenMaruGothic";
  src: url("../fonts/ZenMaruGothic-Light.woff2") format("woff2"), url("../fonts/ZenMaruGothic-Light.woff") format("woff"), url("../fonts/ZenMaruGothic-Light.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-weight: 300;
  font-style: normal;
  font-family: "ZenMaruGothic";
  src: url("../fonts/ZenMaruGothic-Light.woff2") format("woff2"), url("../fonts/ZenMaruGothic-Light.woff") format("woff"), url("../fonts/ZenMaruGothic-Light.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  font-family: "ZenMaruGothic";
  src: url("../fonts/ZenMaruGothic-Regular.woff2") format("woff2"), url("../fonts/ZenMaruGothic-Regular.woff") format("woff"), url("../fonts/ZenMaruGothic-Regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  font-family: "ZenMaruGothic";
  src: url("../fonts/ZenMaruGothic-Medium.woff2") format("woff2"), url("../fonts/ZenMaruGothic-Medium.woff") format("woff"), url("../fonts/ZenMaruGothic-Medium.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-weight: 600;
  font-style: normal;
  font-family: "ZenMaruGothic";
  src: url("../fonts/ZenMaruGothic-bold.woff2") format("woff2"), url("../fonts/ZenMaruGothic-bold.woff") format("woff"), url("../fonts/ZenMaruGothic-bold.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-family: "ZenMaruGothic";
  src: url("../fonts/ZenMaruGothic-Bold.woff2") format("woff2"), url("../fonts/ZenMaruGothic-Bold.woff") format("woff"), url("../fonts/ZenMaruGothic-Bold.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-weight: 900;
  font-style: normal;
  font-family: "ZenMaruGothic";
  src: url("../fonts/ZenMaruGothic-Black.woff2") format("woff2"), url("../fonts/ZenMaruGothic-Black.woff") format("woff"), url("../fonts/ZenMaruGothic-Black.ttf") format("truetype");
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  color: #353535;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", "游ゴシック", sans-serif;
}

html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: 1.5;
  color: #353535;
  font-family: "Zen Kaku Gothic New", "游ゴシック", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 62.5%;
}

body {
  overflow: hidden;
  font-size: 1.6rem;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

ruby > rt {
  font-size: 40%;
}

/* 
//Adobeフォントの読み込みチラつき防止 
html {
	visibility: hidden;
}

html.wf-active,
html.loading-delay {
visibility: visible;
}
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul, li {
  list-style: none;
  font-size: 1.6rem;
}

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

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  font-size: 1.6rem;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  -webkit-hyphens: none;
  hyphens: none;
  quotes: none;
}

a {
  text-decoration: none;
  color: #3367c9;
  outline: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -webkit-tap-highlight-color: transparent;
  font-size: 1.6rem;
}

a:hover {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

a:focus {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

a:hover,
a:active {
  outline: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

a img {
  border: 0;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden; /* 隙間対応 */
  font-size: 0.1em; /* 隙間対応 */
  line-height: 0; /* 隙間対応 */
}

.both {
  clear: both;
}

.both hr {
  display: none;
}

p, li, a {
  font-size: 1.6rem;
}

img {
  max-width: 100%;
  display: block;
}

input[type=submit] {
  border-radius: 0;
  -webkit-appearance: none;
}

.fadeIn {
  transform: translate3d(0, 3rem, 0);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  opacity: 0;
}

.fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.eng {
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.maru {
  font-family: "ZenMaruGothic", sans-serif;
  font-weight: 500;
}

::-moz-selection {
  background-color: #FDA612;
  color: #fff;
}

::selection {
  background-color: #FDA612;
  color: #fff;
}

::-webkit-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: none;
}

.page_link_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5208333333vw;
  width: 100%;
  max-width: 46.5rem;
  min-height: 9.3rem;
  background: #F84200;
  padding: 0 2rem;
  margin: 0 auto;
  border-radius: 5rem;
  color: #ffffff;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
  box-shadow: 0px 4px 0 rgba(53, 53, 53, 0.25);
}
.page_link_btn span {
  color: inherit;
}
.page_link_btn:hover {
  opacity: 0.7;
  text-decoration: none;
}

.sm_only {
  display: none;
}

.md_only {
  display: none;
}

.fadeIn_swiper {
  transform: translate3d(0, 3rem, 0) !important;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  opacity: 0;
}

.fadeIn_swiper.swiper-initialized.animated {
  transform: translate3d(0, 0, 0) !important;
  opacity: 1;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*------------------------------------------------------------------------------------------------------------------------------
common end
------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------
header
------------------------------------------------------------------------------------------------------------------------------*/
.noscroll {
  overflow: hidden;
}

.site-header-main {
  position: absolute;
  inset: 0 auto auto;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: min(3rem, 1.5625vw) min(2rem, 1.0416666667vw) 0 min(3rem, 1.5625vw);
}
.site-header-main .site-branding {
  height: -moz-fit-content;
  height: fit-content;
}
.site-header-main .site-branding_logo {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #F88400;
}

.logged-in .site-header-main {
  transform: translate(0, 3.2rem);
}

.navigation {
  width: calc(100% - 34rem);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3rem;
}
.navigation .page_link_btn {
  min-height: min(6rem, 3.125vw);
  font-size: min(1.8rem, 0.9375vw);
  margin: unset;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.navigation .page_link_btn::before {
  content: "";
  display: block;
  width: 1.9rem;
  aspect-ratio: 19/14.25;
  background: url(../images/mail.png) no-repeat 50% 50%/contain;
}
.navigation .page_link_btn::after {
  content: "";
  display: block;
  width: 0.7rem;
  aspect-ratio: 7/10;
  background: url(../images/arrow.png) no-repeat 50% 50%/contain;
}
.navigation .page_link_btn_link {
  background: #FA7140;
  display: flex;
}
.navigation .page_link_btn_link::before {
  display: none;
}
.navigation .page_link_btn_link img {
  width: 1.1979166667vw;
}
.navigation .tel-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #353535;
  font-weight: 700;
  font-size: min(3.2rem, 1.6666666667vw);
  line-height: 1;
  white-space: nowrap;
}
.navigation .tel-link img {
  width: 3.2rem;
  aspect-ratio: 1/1;
}

/*------------------------------------------------------------------------------------------------------------------------------
header end
------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------------------------------------------------------*/
.site-footer {
  padding: 9.8rem 0 0;
}
.site-footer iframe {
  display: block;
  width: calc(100% - 4rem);
  max-width: 108rem;
  height: auto;
  aspect-ratio: 1080/350;
  border-radius: 3rem;
  margin: 0 auto 10rem;
}

.footer-info {
  max-width: 108rem;
  width: calc(100% - 4rem);
  margin: 0 auto 10rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 2rem;
}
.footer-info h3 {
  color: #F88400;
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: 700;
}
.footer-info .box {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 72.5rem;
  width: 100%;
  margin: 0 auto;
}
.footer-info .box h4 {
  display: flex;
  align-items: center;
  min-height: 5rem;
  width: 100%;
  padding: 0 1.7rem;
  background: #F88400;
  color: #FFFFFF;
  border-radius: 1rem;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
}
.footer-info .box .box_item {
  display: flex;
  align-items: center;
  gap: 4.6875vw;
  border-bottom: 1px solid #C7C7C7;
  padding-bottom: 2.9rem;
}
.footer-info .box .box_item h5 {
  min-width: 9rem;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #F88400;
}
.footer-info .box .box_item p {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FDA612;
  width: 100%;
  min-height: 3.5rem;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 700;
  color: #FFFFFF;
}

/*------------------------------------------------------------------------------------------------------------------------------
footer end
------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------
page_content
------------------------------------------------------------------------------------------------------------------------------*/
.site-content {
  position: relative;
}

.section {
  position: relative;
}

.section_wrapper {
  position: relative;
  margin: 0 auto;
}

/*------------------------------------------------------------------------------------------------------------------------------
page_content end
------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------
front-page_content
------------------------------------------------------------------------------------------------------------------------------*/
.kv_area {
  position: relative;
}
.kv_area::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  z-index: -1;
  background: url(../images/kv_bg01.png) no-repeat 50% 0/contain;
  width: min(131.1rem, 68.28125vw);
  height: auto;
  aspect-ratio: 1311/900;
}
.kv_area::after {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  z-index: -1;
  background: url(../images/kv_bg02.png) no-repeat 50% 0/contain;
  width: min(160.1rem, 83.3854166667vw);
  height: auto;
  aspect-ratio: 1601/1105;
}

.kv {
  display: flex;
  align-items: center;
  width: 100%;
  aspect-ratio: 1920/900;
  padding-top: 10rem;
}
.kv h2 {
  max-width: 46.6rem;
  width: 24.2708333333vw;
  margin: 0 auto 1.40625vw;
}

.kv_img {
  position: relative;
  width: 100%;
  height: 100%;
}
.kv_img .anime_img {
  position: absolute;
  animation: float 4s ease-in-out infinite;
}
.kv_img .anime_img01 {
  inset: 0.625vw 6.0416666667vw auto auto;
  width: 43.0208333333vw;
  max-width: 82.6rem;
  height: auto;
  aspect-ratio: 826/771;
}
.kv_img .anime_img02 {
  inset: 3.125vw 2.3958333333vw auto auto;
  width: 14.5833333333vw;
  max-width: 28rem;
  height: auto;
  aspect-ratio: 280/271;
}
.kv_img .anime_img03 {
  inset: auto 34.375vw 0.5208333333vw auto;
  width: 13.9583333333vw;
  max-width: 26.8rem;
  height: auto;
  aspect-ratio: 268/260;
}
.kv_img .anime_img04 {
  inset: auto 1.5625vw 0 auto;
  width: 19.0625vw;
  max-width: 36.6rem;
  height: auto;
  aspect-ratio: 366/446;
}

.anime_img01 {
  animation-delay: 0s;
}

.anime_img02 {
  animation-delay: 1.5s;
}

.anime_img03 {
  animation-delay: 3s;
}

.anime_img04 {
  animation-delay: 4.5s;
}

@keyframes float {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(0, -10px) scale(1);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
.kv_text {
  width: 100%;
  max-width: 90rem;
  margin-left: 4.3229166667vw;
  width: 46.875vw;
}
.kv_text .link_area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.40625vw;
}
.kv_text .page_link_btn {
  width: 21.3541666667vw;
  font-size: 1.4583333333vw;
  min-height: 4.84375vw;
  gap: 0.9375vw;
}
.kv_text .page_link_btn::before {
  content: "";
  display: block;
  width: 2.7rem;
  aspect-ratio: 27/21;
  background: url(../images/mail.png) no-repeat 50% 50%/contain;
}
.kv_text .page_link_btn::after {
  content: "";
  display: block;
  width: 0.9rem;
  aspect-ratio: 9/13;
  background: url(../images/arrow.png) no-repeat 50% 50%/contain;
}
.kv_text .page_link_btn_link {
  background: #FA7140;
  display: flex;
  width: 24.21875vw;
  font-size: 1.4583333333vw;
  min-height: 4.84375vw;
}
.kv_text .page_link_btn_link::before {
  display: none;
}
.kv_text .page_link_btn_link img {
  width: 1.8229166667vw;
}

.kv_ttl {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90rem;
  margin-bottom: 1.71875vw;
  width: 46.875vw;
}

.kv_point_box {
  display: flex;
  gap: 0.625vw;
  margin-bottom: 1.7708333333vw;
}

.kv_point {
  width: 8.4375vw;
  aspect-ratio: 162/162;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 50%;
  border: 2px solid #FDA612;
  text-align: center;
}
.kv_point p {
  font-size: min(2.8rem, 1.4583333333vw);
  line-height: 130%;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: #F88400;
}
.kv_point:nth-of-type(4) p {
  font-size: min(2.8rem, 1.3020833333vw);
  letter-spacing: unset;
}
.kv_point:nth-of-type(5) p {
  font-size: min(2.8rem, 1.3020833333vw);
  letter-spacing: unset;
}

.safe_area {
  padding: 11rem 2rem;
  display: flex;
  justify-content: center;
}
.safe_area .safe_img {
  position: relative;
  max-width: 60rem;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.safe_area .safe_img picture:nth-of-type(2) {
  position: absolute;
  inset: auto 1.8rem -2.6rem auto;
  max-width: 19.4rem;
  width: 32.3333333333%;
  aspect-ratio: 194/204;
}
.safe_area .safe_text {
  max-width: 63rem;
  width: 100%;
  padding-top: 2.4479166667vw;
  margin-left: -2.4479166667vw;
}
.safe_area .safe_text h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 4.5rem;
  padding: 1.4rem 2.8rem 1.3rem;
  background: #FDA612;
  color: #FFFFFF;
  border-radius: 2rem;
  font-size: 4.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.safe_area .safe_text .explanation {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding-left: 17.4603174603%;
}

.worries_area {
  background: #FDA612;
  padding: 10.4rem 2rem 10rem;
}
.worries_area h2 {
  margin: 0 auto 3.8rem;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 61.9rem;
}
.worries_area .worries_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.4rem 3rem;
  max-width: 108rem;
  margin: 0 auto;
}
.worries_area .worries_box .box_item {
  width: 100%;
  max-width: 34rem;
}

.rely_area {
  position: relative;
  padding: 10rem 2rem;
}
.rely_area::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  background: url(../images/rely_bg01.png) no-repeat 50% 50%/contain;
  width: 32.34375vw;
  height: auto;
  aspect-ratio: 621/194;
}
.rely_area::after {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  background: url(../images/rely_bg02.png) no-repeat 50% 50%/contain;
  width: 31.6145833333vw;
  height: auto;
  aspect-ratio: 607/153;
}
.rely_area h2 {
  max-width: 48.3rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4.6rem;
}
.rely_area .dummy {
  width: 760px;
  margin: 0 auto;
}

@media screen and (max-width: 767px){
  .rely_area .dummy {
      width: 100%;
    }
}

.reason_area {
  padding: 10rem 2rem;
  background: #FFF7EF;
}
.reason_area h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4.5rem;
  color: #F88400;
  font-size: 4.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.reason_area .reason_box {
  display: flex;
  justify-content: center;
  gap: 3rem;
  max-width: 108rem;
  margin: 0 auto;
}
.reason_area .reason_box .reason_box_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  width: calc(33.3333333333% - 3rem);
  padding: 2rem;
  background: #FFFFFF;
  border-radius: 1.5rem;
  border: 1px solid #FDA612;
}
.reason_area .reason_box .reason_box_item > img {
  max-width: 18.2rem;
  width: -moz-fit-content;
  width: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 182/112;
}
.reason_area .reason_box .reason_box_item h3 {
  max-width: 32rem;
  width: -moz-fit-content;
  width: fit-content;
}
.reason_area .reason_box .reason_box_item .explanation {
  font-size: 1.5rem;
  line-height: 160%;
  font-weight: 500;
  letter-spacing: 0.05em;
  min-height: 12rem;
}

.trust_area {
  padding: 10rem 2rem;
  background: url(../images/trust_bg.png) no-repeat 50% 50%/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10rem 0;
}

.trust_text {
  max-width: 80rem;
  width: 100%;
  padding: 5.3rem 7.6041666667vw 5.3rem 5.2083333333vw;
  background: #FDA612;
  border-radius: 3rem;
}
.trust_text h2 {
  margin-bottom: 3.2rem;
  font-size: 4.2rem;
  line-height: 150%;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #FFFFFF;
}
.trust_text .trust_point_list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.2rem;
}
.trust_text .trust_point_list .trust_point {
  background: #FFFFFF;
  border-radius: 1.5rem;
  padding: 0.5rem 1rem 0.4rem;
  color: #F84200;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.trust_text .explanation {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  font-weight: 700;
}

.trust_img {
  position: relative;
  max-width: 57.9rem;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: -5.2083333333vw;
}
.trust_img picture:nth-of-type(2) {
  position: absolute;
  inset: auto 0 -5.3rem auto;
  max-width: 22.9rem;
  width: 39.5509499136%;
  aspect-ratio: 229/241;
}

.trust_link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.1666666667vw;
  width: 100%;
}
.trust_link .page_link_btn {
  margin: unset;
}
.trust_link .page_link_btn::before {
  content: "";
  display: block;
  width: 2.7rem;
  aspect-ratio: 27/21;
  background: url(../images/mail.png) no-repeat 50% 50%/contain;
}
.trust_link .page_link_btn::after {
  content: "";
  display: block;
  width: 0.9rem;
  aspect-ratio: 9/13;
  background: url(../images/arrow.png) no-repeat 50% 50%/contain;
}
.trust_link .page_link_btn_link {
  background: #FA7140;
  display: flex;
}
.trust_link .page_link_btn_link::before {
  display: none;
}
.trust_link .page_link_btn_link img {
  width: 1.8229166667vw;
}

.welcome_area {
  padding: 10rem 2rem 14.8rem;
  background: #FFF7EF;
  display: flex;
  justify-content: center;
  gap: 4.4rem;
}
.welcome_area .welcome_img {
  position: relative;
  max-width: 60rem;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.welcome_area .welcome_img picture:nth-of-type(2) {
  position: absolute;
  inset: auto auto -7.4rem 0;
  max-width: 22.2rem;
  width: 37%;
  aspect-ratio: 222/271;
}
.welcome_area .welcome_text {
  width: 100%;
  max-width: 53.5rem;
}
.welcome_area .welcome_text h2 {
  margin-bottom: 3.6rem;
  font-size: 4.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  color: #F88400;
}
.welcome_area .welcome_text .explanation {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 500;
}
.welcome_area .welcome_text .explanation .emphasis {
  color: #F84200;
  font-size: 2rem;
  line-height: 2;
  font-weight: 700;
}

.subsidy_area {
  position: relative;
  padding: 9.3rem 2rem 9.2rem;
}
.subsidy_area::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  z-index: -1;
  background: url(../images/kv_bg01.png) no-repeat 50% 0/contain;
  width: min(131.1rem, 68.28125vw);
  height: auto;
  aspect-ratio: 1311/900;
}
.subsidy_area::after {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  z-index: -1;
  background: url(../images/kv_bg02.png) no-repeat 50% 0/contain;
  width: min(160.1rem, 83.3854166667vw);
  height: auto;
  aspect-ratio: 1601/1105;
}
.subsidy_area h2 {
  max-width: 58.8rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 6.5rem;
}
.subsidy_area .subsidy_text {
  max-width: 90rem;
  margin: 0 auto 3.5rem;
}
.subsidy_area .subsidy_text .explanation {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.subsidy_area .subsidy_text .explanation .emphasis {
  font-size: 2.2rem;
  line-height: 2;
  font-weight: 700;
  color: #F84200;
}
.subsidy_area .subsidy_img {
  position: relative;
  max-width: 90rem;
  margin: 0 auto;
}
.subsidy_area .subsidy_img picture:nth-of-type(2) {
  position: absolute;
  inset: auto -3.6rem -1.8rem auto;
  max-width: 22.1rem;
  width: 24.5555555556%;
  aspect-ratio: 221/232;
}

.support_area {
  background: #FFF7EF;
  padding: 10rem 2rem;
}

.support_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.5rem;
  max-width: 108rem;
  margin: 0 auto;
}
.support_box .support_img {
  width: 100%;
  max-width: 50rem;
}
.support_box .support_text {
  width: 100%;
  max-width: 53.5rem;
}
.support_box .support_text h2 {
  display: flex;
  gap: 2.1rem;
  margin-bottom: 3.5rem;
}
.support_box .support_text h2 picture:nth-of-type(1) {
  width: 100%;
  max-width: 35rem;
}
.support_box .support_text h2 picture:nth-of-type(2) {
  width: 100%;
  max-width: 16.3rem;
}
.support_box .support_text .support_point_box {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.3rem;
}
.support_box .support_text .support_point {
  width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1.8rem 0.4rem 1rem;
  border-radius: 1.5rem;
  background: #FDA612;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  font-weight: 700;
}
.support_box .support_text .explanation {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.contact_area {
  background: #FDA612;
  padding: 10rem 2rem;
}
.contact_area h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4rem;
  color: #FFFFFF;
  font-size: 4.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.contact_area .page_link_btn_link {
  max-width: 57.5rem;
  min-height: 11.5rem;
  border-radius: 7rem;
  margin-bottom: 6.5rem;
  gap: 1.0416666667vw;
  background: #FA7140;
  font-size: 3.4rem;
}
.contact_area .page_link_btn_link::after {
  content: "";
  display: block;
  width: 0.9rem;
  aspect-ratio: 9/13;
  background: url(../images/arrow.png) no-repeat 50% 50%/contain;
}
.contact_area .page_link_btn_link img {
  width: 2.03125vw;
}

.contact_form {
  max-width: 108rem;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 3rem;
  padding: 4.2rem 4.2rem 4rem;
}
.contact_form .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* ===== フォームリセットCSS ===== */
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select,
.wpcf7 label {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  line-height: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* テキスト系inputとtextarea */
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=url],
.wpcf7 input[type=number],
.wpcf7 input[type=date],
.wpcf7 input[type=search],
.wpcf7 textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: unset;
  font-size: 16px;
  background-color: #fff;
}

/* チェックボックス・ラジオ */
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
  margin-right: 8px;
}

/* セレクトボックス */
.wpcf7 select {
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: #fff;
}

/* ボタン */
.wpcf7 input[type=submit],
.wpcf7 button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 32rem;
  min-height: 8.2rem;
  background: #F84200;
  padding: 0 2rem;
  margin: 0 auto;
  border-radius: 5rem;
  color: #ffffff;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
  box-shadow: 0px 4px 0 rgba(53, 53, 53, 0.25);
}

/* エラー時 */
.wpcf7-not-valid {
  border-color: #f00;
  background-color: #fff0f0;
}

.wpcf7-response-output {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
  font-size: 14px;
}

.contact-form_row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 3.8rem;
}
.contact-form_row p {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.contact-form_row p:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 27rem;
  width: 100%;
}
.contact-form_row p:nth-of-type(1) span {
  background: #E53935;
  padding: 0 1.5rem;
  line-height: inherit;
  font-weight: 700;
  color: #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 0.2rem;
  font-size: 1.6rem;
}
.contact-form_row p:nth-of-type(1) .optional {
  background: #B4B4B4;
}
.contact-form_row p:nth-of-type(2) {
  width: calc(100% - 30.8rem);
  font-size: 1.6rem;
}
.contact-form_row .wpcf7-form-control-wrap {
  display: block;
}
.contact-form_row textarea {
  display: block;
  height: 0;
  min-height: 7.5rem;
  resize: none;
}

.submit-button {
  margin-top: 1.7rem;
}
.submit-button p {
  flex-direction: column;
  align-items: center;
}

/*------------------------------------------------------------------------------------------------------------------------------
front-page_content end
------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------
page_content
------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------
page_content end
------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------
404-page_content
------------------------------------------------------------------------------------------------------------------------------*/
.not_found_content .section .section_wrapper {
  padding-left: 0;
  padding-right: 0;
}
.not_found_content .explanation {
  max-width: calc(100% - 6rem);
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 auto 6rem;
}
.not_found_content .page_link_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 34rem;
  width: calc(100% - 6rem);
  margin: 0 auto 12rem;
  min-height: 9rem;
  border-radius: 5rem;
  font-size: 2.5rem;
  font-weight: 600;
}

/*------------------------------------------------------------------------------------------------------------------------------
404-page_content end
------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------
hover
------------------------------------------------------------------------------------------------------------------------------*/
@media (any-hover: hover) {
  *:hover {
    text-decoration: none;
  }
  a:hover {
    opacity: 0.7 !important;
  }
}
/*------------------------------------------------------------------------------------------------------------------------------
hover end
------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  /*------------------------------------------------------------------------------------------------------------------------------
  header
  ------------------------------------------------------------------------------------------------------------------------------*/
  .site-header-main .site-branding_logo {
    font-size: 2.05078125vw;
  }
  .navigation {
    width: calc(100% - 27.34375vw);
    gap: 2.34375vw;
  }
  .navigation .tel-link {
    font-size: min(1.8rem, 2.24609375vw);
  }
  .navigation .page_link_btn {
    min-height: auto;
    height: min(6rem, 5.859375vw);
    font-size: min(1.6rem, 1.5625vw);
  }
  .navigation .page_link_btn_link {
    font-size: min(1.2rem, 1.5625vw);
  }
  .navigation .page_link_btn_link img {
    width: min(2.3rem, 2.24609375vw);
  }
  /*------------------------------------------------------------------------------------------------------------------------------
  header end
  ------------------------------------------------------------------------------------------------------------------------------*/
  /*------------------------------------------------------------------------------------------------------------------------------
  footer
  ------------------------------------------------------------------------------------------------------------------------------*/
  .footer-info {
    flex-direction: column;
    align-items: center;
    gap: 6.4rem;
    margin-bottom: 3rem;
  }
  .site-footer iframe {
    aspect-ratio: 4/3;
  }
  /*------------------------------------------------------------------------------------------------------------------------------
  footer end
  ------------------------------------------------------------------------------------------------------------------------------*/
  /*------------------------------------------------------------------------------------------------------------------------------
  // content_log.scssの中身
  ------------------------------------------------------------------------------------------------------------------------------*/
  /*------------------------------------------------------------------------------------------------------------------------------
  front-page_content
  ------------------------------------------------------------------------------------------------------------------------------*/
  .kv_area::before {
    width: 136vw;
  }
  .kv_area::after {
    width: 136vw;
  }
  .kv {
    flex-direction: column;
    padding-top: 14rem;
    gap: 3.2rem;
  }
  .kv_text {
    max-width: 72rem;
    width: calc(100% - 4rem);
    margin: unset;
  }
  .kv_ttl {
    max-width: unset;
    width: calc(100% - 4rem);
    margin: 0 auto 2.4rem;
  }
  .kv_point_box {
    justify-content: center;
    margin-bottom: 3.2rem;
    gap: min(2rem, 1.953125vw);
  }
  .kv_point {
    width: 15.8203125vw;
  }
  .kv_point p {
    font-size: min(2.4rem, 2.34375vw);
  }
  .kv_point:nth-of-type(4) p {
    font-size: min(2rem, 1.953125vw);
  }
  .kv_point:nth-of-type(5) p {
    font-size: min(2rem, 1.953125vw);
  }
  .kv h2 {
    width: 100%;
    max-width: 42rem;
    margin-bottom: 2.4rem;
  }
  .kv_text .page_link_btn {
    width: 100%;
    max-width: 42rem;
    min-height: 9.3rem;
    font-size: 2.8rem;
  }
  .kv_img {
    min-height: 42vw;
  }
  .kv_img .anime_img01 {
    inset: 1rem 26vw auto;
  }
  .kv_img .anime_img02 {
    inset: 3rem 26vw auto auto;
  }
  .kv_img .anime_img03 {
    inset: auto auto 1rem 24vw;
  }
  .kv_img .anime_img04 {
    inset: auto 24vw 0 auto;
  }
  .kv_text .link_area {
    flex-direction: column;
    gap: 2.34375vw;
  }
  .kv_text .page_link_btn {
    min-height: auto;
    aspect-ratio: 420/93;
  }
  .kv_text .page_link_btn_link img {
    width: 3.41796875vw;
  }
  .safe_area {
    flex-direction: column;
    align-items: center;
    gap: 8.4rem;
  }
  .safe_area .safe_text h2 {
    margin: 0 auto 4.5rem;
    font-size: 3.2rem;
  }
  .safe_area .safe_text {
    padding: unset;
    margin: unset;
  }
  .safe_area .safe_text .explanation {
    padding: unset;
  }
  .reason_area .reason_box {
    flex-direction: column;
    align-items: center;
    max-width: 46rem;
  }
  .reason_area .reason_box .reason_box_item {
    width: 100%;
  }
  .trust_area {
    flex-direction: column;
    gap: 6.4rem;
  }
  .trust_text h2 {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 3.2rem;
  }
  .trust_text .trust_point_list {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 2.4rem;
  }
  .trust_img {
    margin: 0 auto;
  }
  .trust_link {
    flex-direction: column;
  }
  .trust_link .page_link_btn_link img {
    width: 3.5rem;
  }
  .welcome_area {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .welcome_area .welcome_img {
    order: 1;
  }
  .welcome_area .welcome_text {
    max-width: 72rem;
  }
  .subsidy_area::before {
    width: 136vw;
  }
  .subsidy_area::after {
    width: 136vw;
  }
  .subsidy_area .subsidy_img {
    width: calc(100% - 8rem);
  }
  .support_box {
    flex-direction: column;
    max-width: 72rem;
  }
  .support_box .support_img {
    order: 1;
  }
  .support_box .support_text {
    max-width: 72rem;
  }
  .support_box .support_text h2 {
    justify-content: center;
  }
  .support_box .support_text .support_point_box {
    justify-content: center;
  }
  .contact_area .page_link_btn_link img {
    width: 3.2rem;
  }
  /*------------------------------------------------------------------------------------------------------------------------------
  front-page_content end
  ------------------------------------------------------------------------------------------------------------------------------*/
}
@media screen and (max-width: 768px) {
  /*------------------------------------------------------------------------------------------------------------------------------
  header
  ------------------------------------------------------------------------------------------------------------------------------*/
  .site-header-main .site-branding_logo {
    font-size: 2.1rem;
  }
  .header_bottom {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 999999;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 2vw;
    width: 100vw;
    background: #fff7ef;
    padding: 2vw;
  }
  .header_bottom a {
    width: calc(50% - 1vw);
  }
  .header_bottom .tel-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
    font-size: 3vw;
    font-weight: 700;
  }
  .header_bottom .tel-link img {
    width: 10vw;
  }
  .header_bottom .page_link_btn {
    font-size: 3vw;
    max-width: none;
    width: -moz-fit-content;
    width: fit-content;
    min-height: auto;
    padding: 2vw 4vw;
    gap: 1.2vw;
  }
  .header_bottom .page_link_btn::after {
    content: "";
    display: block;
    width: 0.9rem;
    aspect-ratio: 9/13;
    background: url(../images/arrow.png) no-repeat 50% 50%/contain;
  }
  /*------------------------------------------------------------------------------------------------------------------------------
  header end
  ------------------------------------------------------------------------------------------------------------------------------*/
  /*------------------------------------------------------------------------------------------------------------------------------
  footer
  ------------------------------------------------------------------------------------------------------------------------------*/
  .site-footer {
    padding-bottom: 14.0625vw;
  }
  .footer-info h3 {
    font-size: 2.8rem;
  }
  .footer-info .box h4 {
    font-size: 2.2rem;
    justify-content: center;
  }
  /*------------------------------------------------------------------------------------------------------------------------------
  footer end
  ------------------------------------------------------------------------------------------------------------------------------*/
  .pc_only {
    display: none;
  }
  .md_only {
    display: block;
  }
  /*------------------------------------------------------------------------------------------------------------------------------
  page_content
  ------------------------------------------------------------------------------------------------------------------------------*/
  /*------------------------------------------------------------------------------------------------------------------------------
  page_content end
  ------------------------------------------------------------------------------------------------------------------------------*/
  /*------------------------------------------------------------------------------------------------------------------------------
  front-page_content
  ------------------------------------------------------------------------------------------------------------------------------*/
  .kv {
    padding-top: 10rem;
  }
  .kv h2 {
    max-width: 32rem;
  }
  .kv_text .page_link_btn {
    min-height: auto;
    aspect-ratio: 465/93;
  }
  .kv_text .page_link_btn:before {
    width: 3.515625vw;
  }
  .kv_point p {
    font-size: min(2.4rem, 3.125vw);
  }
  .kv_point:nth-of-type(4) p {
    font-size: min(1.8rem, 2.34375vw);
  }
  .kv_point:nth-of-type(5) p {
    font-size: min(1.8rem, 2.34375vw);
  }
  .kv_img {
    min-height: 80vw;
  }
  .kv_img .anime_img01 {
    inset: 1rem 11vw auto;
    width: 78vw;
  }
  .kv_img .anime_img02 {
    width: 28vw;
    inset: 3rem 11vw auto auto;
  }
  .kv_img .anime_img03 {
    inset: auto auto 1rem 11vw;
    width: 28vw;
  }
  .kv_img .anime_img04 {
    inset: auto 7vw 0 auto;
    width: 30vw;
  }
  .safe_area .safe_text h2 {
    font-size: 2.4rem;
    margin-bottom: 3.2rem;
    padding: 0.8rem 1.4rem 0.7rem;
    border-radius: 1rem;
  }
  .safe_area .safe_text .explanation {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .worries_area h2 {
    max-width: 48rem;
  }
  .reason_area h2 {
    font-size: 3.2rem;
  }
  .reason_area .reason_box .reason_box_item > img {
    max-width: 14rem;
  }
  .trust_text {
    padding: 4.8rem 1.2rem;
    border-radius: 2rem;
  }
  .trust_text h2 {
    font-size: 3.2rem;
  }
  .trust_text .trust_point_list .trust_point {
    font-size: 1.8rem;
    border-radius: 1rem;
  }
  .trust_text .explanation {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .welcome_area .welcome_text h2 {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 3.2rem;
  }
  .welcome_area .welcome_text .explanation {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .welcome_area .welcome_text .explanation .emphasis {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .subsidy_area h2 {
    max-width: 48rem;
    margin-bottom: 4.8rem;
  }
  .subsidy_area .subsidy_text .explanation {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .subsidy_area .subsidy_text .explanation .emphasis {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .support_box .support_text .support_point_box {
    flex-direction: column;
    align-items: center;
    margin-bottom: 3.6rem;
  }
  .support_box .support_text .support_point {
    font-size: 1.8rem;
  }
  .support_box .support_text .explanation {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .contact_area .page_link_btn_link {
    max-width: 48rem;
    font-size: 3.2rem;
  }
  .contact_area h2 {
    font-size: 3.2rem;
  }
  .contact_form .wpcf7-form {
    gap: 2.4rem;
  }
  .contact-form_row {
    flex-direction: column;
    gap: 1.2rem;
  }
  .contact-form_row p:nth-of-type(1) {
    max-width: none;
    width: 100%;
  }
  .contact-form_row p:nth-of-type(2) {
    max-width: none;
    width: 100%;
  }
  .wpcf7-radio {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }
  /*------------------------------------------------------------------------------------------------------------------------------
  front-page_content end
  ------------------------------------------------------------------------------------------------------------------------------*/
}
@media screen and (max-width: 599px) {
  /*------------------------------------------------------------------------------------------------------------------------------
  header
  ------------------------------------------------------------------------------------------------------------------------------*/
  .header_bottom {
    display: flex !important;
    gap: 3.5vw;
    padding: 3.5vw;
  }
  .header_bottom a {
    width: calc(50% - 1.75vw);
  }
  .header_bottom .tel-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.4vw;
    font-size: 4.1vw;
    font-weight: 700;
    white-space: nowrap;
  }
  .header_bottom .tel-link img {
    width: 12vw;
  }
  .header_bottom .page_link_btn {
    font-size: 4vw;
    max-width: none;
    width: -moz-fit-content;
    width: fit-content;
    min-height: auto;
    padding: 3.4vw 6vw;
  }
  /*------------------------------------------------------------------------------------------------------------------------------
  header end
  ------------------------------------------------------------------------------------------------------------------------------*/
  /*------------------------------------------------------------------------------------------------------------------------------
  footer
  ------------------------------------------------------------------------------------------------------------------------------*/
  .site-footer {
    padding-bottom: 20.0333889816vw;
  }
  /*------------------------------------------------------------------------------------------------------------------------------
  footer end
  ------------------------------------------------------------------------------------------------------------------------------*/
  /*------------------------------------------------------------------------------------------------------------------------------
  page_content
  ------------------------------------------------------------------------------------------------------------------------------*/
  .sm_only {
    display: block;
  }
  /*------------------------------------------------------------------------------------------------------------------------------
  page_content end
  ------------------------------------------------------------------------------------------------------------------------------*/
  /*------------------------------------------------------------------------------------------------------------------------------
  front-page_content
  ------------------------------------------------------------------------------------------------------------------------------*/
  .site-header-main .site-branding_logo {
    font-size: 1.8rem;
  }
  .kv_text .page_link_btn {
    font-size: 1.8rem;
    max-width: 32rem;
  }
  .kv_text .page_link_btn:after {
    width: 1.5025041736vw;
  }
  .kv_text .page_link_btn_link img {
    width: 4.5075125209vw;
  }
  .safe_area .safe_text h2 {
    font-size: 2.1rem;
  }
  .rely_area h2 {
    max-width: 32rem;
  }
  .reason_area h2 {
    font-size: 2.3rem;
  }
  .trust_text {
    padding: 2.4rem 1.2rem;
  }
  .trust_text h2 {
    font-size: 2.4rem;
  }
  .trust_link .page_link_btn {
    max-width: 32rem;
    min-height: auto;
    aspect-ratio: 320/65;
    font-size: 1.8rem;
    gap: 1rem;
  }
  .trust_link .page_link_btn_link img {
    width: 2.9rem;
  }
  .welcome_area .welcome_text h2 {
    font-size: 2.8rem;
  }
  .support_box .support_text h2 {
    align-items: center;
  }
  .support_box .support_text h2 picture:nth-of-type(2) {
    max-width: 14rem;
    width: 50%;
  }
  .contact_area .page_link_btn_link {
    font-size: 5.3422370618vw;
    min-height: auto;
    aspect-ratio: 575/115;
  }
  .contact_area .page_link_btn_link img {
    width: 5.3422370618vw;
  }
  /*------------------------------------------------------------------------------------------------------------------------------
  front-page_content end
  ------------------------------------------------------------------------------------------------------------------------------*/
}
@media screen and (max-width: 400px) {
  /*------------------------------------------------------------------------------------------------------------------------------
  header
  ------------------------------------------------------------------------------------------------------------------------------*/
  .header_bottom {
    display: flex !important;
    gap: 3.5vw;
    padding: 3.5vw;
  }
  .header_bottom a {
    width: calc(50% - 1.75vw);
  }
  .header_bottom .tel-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.4vw;
    font-size: 4.1vw;
    font-weight: 700;
    white-space: nowrap;
  }
  .header_bottom .tel-link img {
    width: 12vw;
  }
  .header_bottom .page_link_btn {
    font-size: 4vw;
    max-width: none;
    width: -moz-fit-content;
    width: fit-content;
    min-height: auto;
    padding: 3.4vw 6vw;
  }
  /*------------------------------------------------------------------------------------------------------------------------------
  header end
  ------------------------------------------------------------------------------------------------------------------------------*/
  /*------------------------------------------------------------------------------------------------------------------------------
  footer
  ------------------------------------------------------------------------------------------------------------------------------*/
  .site-footer {
    padding-bottom: 20.0333889816vw;
  }
  /*------------------------------------------------------------------------------------------------------------------------------
  footer end
  ------------------------------------------------------------------------------------------------------------------------------*/
  /*------------------------------------------------------------------------------------------------------------------------------
  page_content
  ------------------------------------------------------------------------------------------------------------------------------*/
  .sm_only {
    display: block;
  }
  /*------------------------------------------------------------------------------------------------------------------------------
  page_content end
  ------------------------------------------------------------------------------------------------------------------------------*/
  /*------------------------------------------------------------------------------------------------------------------------------
  front-page_content
  ------------------------------------------------------------------------------------------------------------------------------*/
  .site-header-main .site-branding_logo {
    font-size: 1.8rem;
  }
  .kv_text .page_link_btn {
    font-size: 1.8rem;
    max-width: 32rem;
  }
  .kv_text .page_link_btn:after {
    width: 1.5025041736vw;
  }
  .kv_text .page_link_btn_link img {
    width: 4.5075125209vw;
  }
  .safe_area .safe_text h2 {
    font-size: 2.1rem;
  }
  .rely_area h2 {
    max-width: 32rem;
  }
  .reason_area h2 {
    font-size: 2.3rem;
  }
  .trust_text {
    padding: 2.4rem 1.2rem;
  }
  .trust_text h2 {
    font-size: 2.4rem;
  }
  .trust_link .page_link_btn {
    max-width: 32rem;
    min-height: auto;
    aspect-ratio: 320/65;
    font-size: 1.8rem;
    gap: 1rem;
  }
  .trust_link .page_link_btn_link img {
    width: 2.9rem;
  }
  .welcome_area .welcome_text h2 {
    font-size: 2.8rem;
  }
  .support_box .support_text h2 {
    align-items: center;
  }
  .support_box .support_text h2 picture:nth-of-type(2) {
    max-width: 14rem;
    width: 50%;
  }
  .contact_area .page_link_btn_link {
    font-size: 5.3422370618vw;
    min-height: auto;
    aspect-ratio: 575/115;
  }
  .contact_area .page_link_btn_link img {
    width: 5.3422370618vw;
  }
  /*------------------------------------------------------------------------------------------------------------------------------
  front-page_content end
  ------------------------------------------------------------------------------------------------------------------------------*/
}/*# sourceMappingURL=style.css.map */