@charset "UTF-8";
/**
* Foundation
* ========================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap");
/*
---------------------------------------
reset
---------------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
* {
  word-break: normal !important;
  word-wrap: break-word;
}

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  min-height: 100%;
  width: 100%;
  font-size: 62.5%;
}

html,
body {
  position: relative;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

input:focus,
textarea:focus,
button:focus {
  outline: 0;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  background: none;
  font-family: inherit;
}

button {
  background: none;
  line-height: 2;
  cursor: pointer;
}

img {
  border: none;
}

ol,
ul {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  font-weight: normal;
}

caption,
th {
  text-align: left;
}

p,
dd,
li,
address {
  font-style: normal;
}

figure {
  line-height: 0;
}

em {
  font-weight: inherit;
}

picture {
  display: block;
  line-height: 0;
}

:root {
  --main-color: #639ff8;
}

body {
  font-family: "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, sans-serif;
  word-wrap: break-word;
  color: #333;
  min-width: 375px;
  line-break: normal;
  font-weight: 400;
  -ms-overflow-style: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  font-size: 16px;
}

.zen {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

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

body::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

@media screen and (max-width: 1136px) {
  body {
    width: 1136px;
  }
}
@media (max-width: 750px) {
  body {
    width: 100%;
  }
}
/* IE */
#top-of-page {
  position: relative;
  overflow: hidden;
  min-width: 1136px;
}
@media (max-width: 750px) {
  #top-of-page {
    min-width: 0;
    margin-top: 0;
  }
}

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

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

.anc {
  padding-top: 96px;
  margin-top: -96px;
}
@media (max-width: 750px) {
  .anc {
    padding-top: 56px;
    margin-top: -56px;
  }
}

.l-contents {
  position: relative;
}

p {
  text-align: justify;
  overflow-wrap: break-word;
}

p,
dt,
dd,
li {
  font-size: 16px;
  line-height: 2.142;
  font-weight: 500;
  line-break: normal;
  word-break: normal !important;
  word-wrap: break-word;
}
@media (max-width: 750px) {
  p,
  dt,
  dd,
  li {
    font-size: 3.3vw;
    font-weight: 400;
  }
}

div {
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

/*
---------------------------------------
link
---------------------------------------
*/
a {
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

/*
---------------------------------------
clear
---------------------------------------
*/
.clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
     height: auto;
     overflow: hidden;
     /**/
}

*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
/*
---------------------------------------
common
---------------------------------------
*/
input[type=text],
input[type=search],
input[type=tel],
input[type=number],
input[type=url],
input[type=email],
input[type=password],
input[type=date],
textarea,
select {
  font-size: 16px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  font-family: inherit;
  background: #fff;
  padding: 0;
}

textarea {
  width: 100%;
  resize: vertical;
}

input::-webkit-input-placeholder {
  color: #ccc;
}

input:-moz-placeholder {
  color: #ccc;
}

textarea::-webkit-input-placeholder {
  color: #ccc;
}

textarea:-moz-placeholder {
  color: #ccc;
}

.logged-in header.normal {
  top: 32px;
}

#wp-admin-bar-customize,
#wp-admin-bar-duplicate-post {
  display: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

.banner {
  position: fixed;
  right: -76px;
  bottom: -60px;
  transition: 0.3s;
  z-index: 14;
}
@media (max-width: 750px) {
  .banner {
    right: -12vw;
    bottom: -27vw;
    opacity: 0;
  }
}
.banner img {
  width: 440px;
}
@media (max-width: 750px) {
  .banner img {
    width: calc(500 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .banner img {
    height: calc(500 / 750 * 100 * 1vw);
  }
}
.banner .close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 86px;
  top: 82px;
  background-image: url(../images/close.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .banner .close {
    width: calc(70 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .banner .close {
    height: calc(70 / 750 * 100 * 1vw);
  }
}
@media (min-width: 751px) {
  .banner .close:hover {
    opacity: 0.7;
  }
}
@media (max-width: 750px) {
  .banner .close {
    right: 14vw;
    top: 5.5vw;
  }
}

.bottom-banner {
  display: flex;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 15;
}
@media (min-width: 751px) {
  .bottom-banner {
    display: none;
  }
}
.bottom-banner a {
  width: 50%;
}
.bottom-banner a img {
  width: 100%;
}

.copy {
  font-size: 16px;
  font-family: "Comfortaa", sans-serif;
  margin-top: 54px;
  position: absolute;
  right: 30px;
  bottom: 0;
}
@media (max-width: 750px) {
  .copy {
    margin-top: calc(46 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .copy {
    font-size: calc(20 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .copy {
    right: initial;
    left: 5%;
    text-indent: -3vw;
    padding-left: 3vw;
  }
}

/*
---------------------------------------
animation
---------------------------------------
*/
@keyframes attentionAnim {
  0% {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(100%);
  }
}
/**
* Object
* ========================== */
/* Common ------------ */
/*	form
---------------------------------*/
@media (max-width: 750px) {
  .sec-form .inner {
    padding: 0 5%;
  }
}

.steps_form {
  max-width: 700px;
  margin: 0 auto 20px;
}
@media (max-width: 750px) {
  .steps_form {
    width: 100%;
    margin: 0 auto 3vw;
  }
}

.sec-form__require {
  color: #e14449;
  font-weight: bold;
  margin-bottom: 2px;
}
@media (max-width: 750px) {
  .sec-form__require {
    font-size: 3.3vw;
    margin-bottom: 0;
  }
}

.wrap_form {
  max-width: 900px;
  margin: 62px auto 0;
  background: #fff;
  padding: 90px 100px 66px;
  border: 7px solid #f0bc9d;
}
@media (max-width: 750px) {
  .wrap_form {
    margin-top: calc(43 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .wrap_form {
    padding-top: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .wrap_form {
    padding-bottom: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .wrap_form {
    padding-inline: calc(20 / 750 * 100vw);
  }
}
.wrap_form .require {
  color: #e14449;
  font-weight: bold;
  font-size: 13px;
  margin-left: 12px;
}
.wrap_form .btn_send_narrow {
  display: block;
  width: 364px;
  padding: 17px 20px;
  margin: 0 auto;
  border: none;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  background-image: url(../images/send.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.7s;
  border-radius: 50px;
  line-height: 2.142;
  color: #fff;
  position: relative;
}
@media (max-width: 750px) {
  .wrap_form .btn_send_narrow {
    width: 95%;
    padding: 3vw 5vw;
    margin: 0 auto;
    font-size: 4.2vw;
  }
}
@media (min-width: 751px) {
  .wrap_form .btn_send_narrow:hover {
    opacity: 0.3;
  }
}
.wrap_form .btn_send_narrow[disabled] {
  opacity: 0.2;
}
.wrap_form button.btn_back_narrow {
  display: block;
  width: 364px;
  padding: 17px 20px;
  margin: 30px auto 0;
  border: none;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  background-color: #808080;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.7s;
  background-image: url(../images/form/btn_arrow_back.svg);
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: left 26px center;
  border-radius: 50px;
  line-height: 2.142;
}
@media (max-width: 750px) {
  .wrap_form button.btn_back_narrow {
    width: 95%;
    padding: 3vw 5vw;
    margin: 7vw auto 0;
    font-size: 4.2vw;
    background-size: 7px;
    background-position: left 8vw center;
  }
}
@media (min-width: 751px) {
  .wrap_form button.btn_back_narrow:hover {
    opacity: 0.3;
  }
}

.table_entry {
  width: 100%;
  line-height: 1.5;
  margin: 0 0 15px;
}
@media (max-width: 750px) {
  .table_entry {
    margin: 0 0 5vw;
    font-size: 3.4vw !important;
  }
}
.table_entry .row {
  display: -ms-flexbox;
  background: #fff;
  margin-bottom: 4px;
  padding: 6px 0;
}
@media (max-width: 750px) {
  .table_entry .row {
    padding: 7px 0;
  }
}
@media (max-width: 750px) {
  .table_entry .row-2 {
    display: block;
    padding: 5px 4vw;
  }
  .table_entry .row-2 .dt {
    width: 100%;
    border-right: none;
    padding: 3.2vw 0 2vw;
  }
  .table_entry .row-2 .dd {
    width: 100%;
    padding: 1.5vw 0;
  }
}
.table_entry .dt {
  font-weight: bold;
  padding: 13px 0 10px 18px;
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 750px) {
  .table_entry .dt {
    padding: 2.7vw 0 2.7vw 4vw;
    font-size: 3.4vw;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
.table_entry .dd {
  flex: 1;
  padding: 3px 18px 0px;
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 750px) {
  .table_entry .dd {
    padding: 1vw 3.5vw;
    font-size: 3.4vw;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
.table_entry .dd .dd-in {
  display: block;
  box-sizing: border-box;
  padding: 7px 5px;
  line-height: 1.5;
}
.table_entry .mark_zip {
  font-size: 16px;
  padding: 2px 0 0;
}
@media (max-width: 750px) {
  .table_entry .mark_zip {
    font-size: 3.4vw;
    padding: 0;
  }
}
.table_entry input[type=text],
.table_entry input[type=email],
.table_entry input[type=tel] {
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  padding: 11px 16px;
  background: none;
  line-height: 1;
  background-color: #f1f1f1;
}
@media (max-width: 750px) {
  .table_entry input[type=text],
  .table_entry input[type=email],
  .table_entry input[type=tel] {
    width: 100%;
    font-size: 3.4vw;
  }
}
.table_entry input[type=text]#age,
.table_entry input[type=email]#age,
.table_entry input[type=tel]#age {
  width: 100px;
}
@media (max-width: 750px) {
  .table_entry input[type=text]#age,
  .table_entry input[type=email]#age,
  .table_entry input[type=tel]#age {
    width: 20%;
  }
}
.table_entry textarea {
  font-size: 16px;
  padding: 11px 16px;
  width: 100%;
  height: 200px;
  background-color: #f1f1f1;
}
@media (max-width: 750px) {
  .table_entry textarea {
    height: 26vw;
    font-size: 3.4vw !important;
  }
}
.table_entry .radio-wrap {
  padding: 8px 0;
}
@media (max-width: 750px) {
  .table_entry .radio-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    padding: 6px 0 0;
  }
}
.table_entry .radio-wrap label {
  cursor: pointer;
  margin-right: 2em;
  line-height: 1.3;
}
@media (max-width: 750px) {
  .table_entry .radio-wrap label {
    margin-right: 0;
    display: inline-block;
  }
}
.table_entry .radio-wrap label input[type=radio],
.table_entry .radio-wrap label input[type=checkbox] {
  margin-right: 0;
  position: relative;
  top: 2px;
}
.table_entry .radio-wrap label input[type=radio].error,
.table_entry .radio-wrap label input[type=checkbox].error {
  display: inline-block;
}
.table_entry #zip {
  height: 32px;
  width: 200px;
  font-size: 16px;
  padding: 0 5px;
}
@media (max-width: 750px) {
  .table_entry #zip {
    height: 9vw;
    width: calc(100% - 5vw);
    font-size: 3.4vw;
  }
}
.table_entry .wpcf7-list-item:first-child {
  margin-left: 0;
}

label.error {
  font-size: 16px;
  color: #e14449;
  display: block;
  margin: 10px 0 10px;
}
@media (max-width: 750px) {
  label.error {
    line-height: 1.5;
    font-size: 3.4vw;
    margin: 5px 0 0;
  }
}

.form_privacy-policy {
  padding: 20px 20px 15px;
  margin-bottom: 45px;
}
@media (max-width: 750px) {
  .form_privacy-policy {
    padding: 4vw 3vw;
    margin-bottom: 4vw;
  }
}
.form_privacy-policy .ttl {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .form_privacy-policy .ttl {
    font-size: 3.4vw;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 2vw;
  }
}
.form_privacy-policy .agree_text p {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 750px) {
  .form_privacy-policy .agree_text p {
    font-size: 3.4vw;
  }
}
.form_privacy-policy .agree_text a {
  text-decoration: underline;
}
.form_privacy-policy .inner_box {
  height: 130px;
  background: white;
  overflow-y: scroll;
  border: 1px solid #b1b1b1;
  padding: 14px;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .form_privacy-policy .inner_box {
    height: 32vw;
    padding: 4vw 3vw;
    margin-bottom: 2vw;
  }
}
.form_privacy-policy .inner_box .ttl {
  font-weight: bold;
  margin-bottom: 0;
}
.form_privacy-policy .inner_box p {
  margin-bottom: 20px;
  line-height: 1.64;
  font-size: 14px;
}
@media (max-width: 750px) {
  .form_privacy-policy .inner_box p {
    font-size: 3.3vw;
    margin-bottom: 3vw;
  }
}
.form_privacy-policy .inner_box ul {
  margin-left: 1em;
  margin-bottom: 20px;
  line-height: 1.64;
  list-style-position: outside;
}
@media (max-width: 750px) {
  .form_privacy-policy .inner_box ul {
    margin-left: 1em;
    margin-bottom: 3vw;
  }
}
.form_privacy-policy .inner_box ul > li {
  line-height: 1.64;
}
.form_privacy-policy .inner_box ul > li > ul {
  margin: 0 0 0 1em;
}
.form_privacy-policy .inner_box ul > li > ul > li {
  line-height: 1.64;
}
.form_privacy-policy .inner_box ul > li > ul > li > ul {
  margin: 0 0 0 1em;
}
.form_privacy-policy .inner_box .right_text {
  text-align: right;
}

.sec-form .sec-form__mailAttention {
  line-height: 1.6;
  text-align: center;
  margin-bottom: 25px;
  font-size: 14px;
}
@media (max-width: 750px) {
  .sec-form .sec-form__mailAttention {
    text-align: left;
    margin-bottom: 8vw;
    font-size: 3.3vw;
  }
}

.require {
  color: #e14449;
  font-weight: bold;
}

.agree_item {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  display: inline-block;
  margin-top: 4px;
}
.agree_item .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 16px;
  font-weight: bold;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

.page-contact .st-footer__pageTop,
.page-entry .st-footer__pageTop {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 30px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 0 5px;
  background-image: url(../images/form/arrow-select.png);
  background-repeat: no-repeat;
  background-position: right center;
  width: 200px;
  font-size: 14px;
}
@media all and (-ms-high-contrast: none) {
  select {
    background-image: url(../images/form/arrow-select.png);
  }
}
@media (max-width: 750px) {
  select {
    width: 100%;
  }
}

select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  /* firefoxハック */
  #contact-table select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.2em;
    background-image: none;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* chromeハック */
  #contact-table select {
    text-indent: 0.2em;
  }
}
@media all and (-ms-high-contrast: none) {
  .wrap_form .btn_send_narrow {
    padding: 17px 20px 12px;
  }
}
.thanks-text {
  margin: 50px 0;
  line-height: 2;
}
@media (max-width: 750px) {
  .thanks-text {
    margin: 9vw 0;
  }
}
.thanks-text.insert {
  font-weight: bold;
}

.thanks_btn {
  text-align: center;
}
.thanks_btn a {
  text-decoration: underline;
}
@media (hover: hover) {
  .thanks_btn a:hover {
    text-decoration: none;
  }
}

#autozip {
  display: none !important;
}

/* Structure ------------ */
/*
---------------------------------------
header
---------------------------------------
*/
@media (min-width: 751px) {
  .logged-in .st-header {
    top: 32px;
  }
}

.st-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  min-width: 1000px;
  transition: all 0.4s;
}
@media (max-width: 750px) {
  .st-header {
    min-width: 0px;
  }
}
.st-header.fixed {
  background: rgba(255, 255, 255, 0.9);
}
.st-header.nav-open {
  background: #fff;
}

.st-header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 0 30px;
  height: 75px;
}
@media (max-width: 750px) {
  .st-header__content {
    height: 56px;
    padding: 0 3vw;
  }
}

.st-header__logo a {
  display: flex;
  align-items: center;
  transition: 0.3s;
}
@media (min-width: 751px) {
  .st-header__logo a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 750px) {
  .st-header__logo img {
    width: 226px;
  }
}

.st-header__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 750px) {
  .st-header__nav {
    display: block;
    padding: 25vw 0 0;
  }
}

.st-header__globalNav {
  display: flex;
  align-items: center;
}
.st-header__globalNav .contact {
  margin-inline: auto;
}
@media (max-width: 750px) {
  .st-header__globalNav .contact {
    width: calc(600 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .st-header__globalNav .contact {
    margin-top: calc(30 / 750 * 100 * 1vw);
  }
}
.st-header__globalNav .contact:last-of-type {
  margin-top: 0;
}
@media (max-width: 750px) {
  .st-header__globalNav {
    display: block;
    margin-bottom: 10vw;
  }
}
.st-header__globalNav li {
  text-align: center;
  padding: 0 10px;
}
.st-header__globalNav li:last-child {
  padding-right: 0;
  padding-left: 16px;
}
@media (max-width: 750px) {
  .st-header__globalNav li {
    text-align: left;
    padding: 0;
  }
  .st-header__globalNav li:not(:last-child) {
    margin-bottom: 10vw;
  }
  .st-header__globalNav li:last-child {
    padding-left: 0;
  }
}

.st-header__globalNav__link {
  display: block;
  padding: 15px 9px;
  transition: all 0.4s;
  position: relative;
  line-height: 1;
}
@media (max-width: 750px) {
  .st-header__globalNav__link {
    padding-top: calc(20 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .st-header__globalNav__link {
    padding-bottom: calc(20 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .st-header__globalNav__link {
    padding-inline: calc(10 / 750 * 100vw);
  }
}
@media (max-width: 750px) {
  .st-header__globalNav__link {
    text-align: center;
  }
}
.st-header__globalNav__link .st-header__globalNav__txt {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-family: "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, sans-serif;
  letter-spacing: 0.1em;
}
.st-header__globalNav__link .st-header__globalNav__txt .hvr {
  width: 252px;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  transition: 0.3s;
}
.st-header__globalNav__link .st-header__globalNav__txt img {
  width: 252px;
}
.st-header__globalNav__link:hover .st-header__globalNav__txt .hvr {
  opacity: 1;
}
.st-header__globalNav__link .st-header__globalNav__txt {
  font-size: 16px;
  letter-spacing: 0.1em;
  transition: all 0.4s;
  font-weight: 700;
}
@media (max-width: 750px) {
  .st-header__globalNav__link .st-header__globalNav__txt {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
@media (min-width: 751px) {
  .st-header__globalNav__link:hover .st-header__globalNav__txt {
    color: #e17a3c;
  }
}
.st-header__globalNav__link--contact {
  border: 1px solid #e17a3c;
  padding: 15px 40px;
}
@media (max-width: 750px) {
  .st-header__globalNav__link--contact {
    max-width: 46%;
    padding: 3.8vw 0;
    margin: 0 auto;
  }
  .st-header__globalNav__link--contact .st-header__globalNav__txt {
    font-size: 3.8vw;
  }
}
@media (min-width: 751px) {
  .st-header__globalNav__link--contact:hover {
    background: #e17a3c;
  }
  .st-header__globalNav__link--contact:hover .st-header__globalNav__txt {
    color: #fff;
  }
}

#sp-btn {
  display: none;
}

@media (max-width: 750px) {
  /* sp-btn */
  .scroll-prevent {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #sp-btn {
    position: fixed;
    z-index: 99999999999;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    transition: all 0.4s;
    background-color: #e17a3c;
  }
  #sp-btn span {
    width: 27px;
    height: 2px;
    transition: all 0.4s;
    background: #fff;
  }
  #sp-btn span:not(:last-child) {
    margin-bottom: 5px;
  }
  #sp-btn #sp-btn-a,
  #sp-btn #sp-btn-a span {
    display: inline-block;
    box-sizing: border-box;
    transition: all 0.4s;
  }
  #sp-btn #sp-btn-a {
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 27px;
    height: 27px;
    background: none;
  }
  #sp-btn #sp-btn-a:hover {
    opacity: 1;
  }
  #sp-btn.active span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  #sp-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #sp-btn.active span:nth-of-type(3) {
    width: 100%;
    transform: translateY(-7px) rotate(45deg);
  }
  /* g-anv */
  #g-nav {
    position: fixed;
    z-index: 9999999;
    top: 56px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    height: calc(100% - 56px);
    background: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    display: none;
  }
}
/*
---------------------------------------
footer
--------------------------------------
*/
.st-footer {
  background: #eee5dc;
  padding: 80px 0 42px;
  position: relative;
}
@media (max-width: 750px) {
  .st-footer {
    padding: 12vw 0;
  }
}
.st-footer .inner {
  max-width: 1066px;
  margin: 0 auto;
  padding: 0 20px;
  word-wrap: break-word;
  word-break: break-all;
  position: relative;
}
@media (max-width: 750px) {
  .st-footer .inner {
    padding: 0 5%;
  }
}
.st-footer .st-footer__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 750px) {
  .st-footer .st-footer__box {
    flex-wrap: wrap;
  }
  .st-footer .st-footer__box .st-footer__left {
    order: 2;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .st-footer .st-footer__box .st-footer__left {
    order: 1;
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__box .st-footer__right {
    order: 1;
    margin-inline: -5.5%;
    padding-inline: 5%;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .st-footer .st-footer__box .st-footer__right {
    padding-bottom: calc(50 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .st-footer .st-footer__box .st-footer__right {
    margin-bottom: calc(50 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .st-footer .st-footer__box .st-footer__right {
    margin-top: calc(50 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .st-footer .st-footer__box .st-footer__right {
    order: 2;
  }
}
.st-footer .st-footer__logo {
  margin-bottom: 35px;
  transition: 0.3s;
}
.st-footer .st-footer__logo p {
  font-weight: 700;
}
@media (min-width: 751px) {
  .st-footer .st-footer__logo:hover {
    opacity: 0.7;
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__logo {
    margin-bottom: 7vw;
    text-align: left;
  }
  .st-footer .st-footer__logo img {
    margin: 0 auto;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .st-footer .st-footer__logo img {
    width: calc(280 / 750 * 100 * 1vw);
  }
}
.st-footer .st-footer__address {
  line-height: 1.8;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 750px) {
  .st-footer .st-footer__address {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
.st-footer .st-footer__address span {
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 750px) {
  .st-footer .st-footer__address span {
    font-size: calc(26 / 750 * 100 * 1vw);
  }
}
.st-footer .st-footer__address a {
  color: #999999;
  transition: 0.3s;
}
@media (min-width: 751px) {
  .st-footer .st-footer__address a:hover {
    opacity: 0.7;
  }
}
.st-footer .st-footer__address a img {
  margin-left: 4px;
}
.st-footer .st-footer__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 480px;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav {
    width: 100%;
    display: block;
  }
}
.st-footer .st-footer__nav li img {
  width: 300px;
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav li {
    text-align: left;
  }
}
@media (min-width: 751px) {
  .st-footer .st-footer__nav li {
    text-align: left;
  }
}
.st-footer .st-footer__nav li span {
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav li span {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav li:nth-of-type(4) {
    margin-left: 0;
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav li:nth-of-type(5) {
    margin-left: 0;
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0;
  }
}
@media (max-width: 750px) {
  .st-footer .st-header__globalNav__link {
    text-align: left;
  }
}
.st-footer .st-footer__nav__item {
  text-align: center;
  padding: 0 10px;
}
.st-footer .st-footer__nav__item a {
  display: block;
  padding: 15px 10px;
  transition: all 0.4s;
  position: relative;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-family: "Sarabun", sans-serif;
}
@media (min-width: 751px) {
  .st-footer .st-footer__nav__item a:hover {
    color: #e17a3c;
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav__item a {
    padding: 13px 2vw;
    font-size: 4vw;
  }
}
.st-footer .st-footer__nav__item--contact {
  padding-right: 0;
}
.st-footer .st-footer__nav__item--contact a {
  border: 1px solid #639ff8;
  padding: 15px 40px;
}
@media (min-width: 751px) {
  .st-footer .st-footer__nav__item--contact a:hover {
    background: #e17a3c;
    color: #fff;
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav__item--contact a {
    padding: 3.8vw 13vw;
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav__item--contact {
    margin-top: 5vw;
    padding-left: 0;
  }
}
.st-footer .st-footer__copyright {
  text-align: right;
}
@media (max-width: 750px) {
  .st-footer .st-footer__copyright {
    text-align: center;
  }
}
.st-footer .st-footer__copyright small {
  font-size: 13px;
  font-family: "Sarabun", sans-serif;
}
@media (max-width: 750px) {
  .st-footer .st-footer__copyright small {
    font-size: 3vw;
  }
}
.st-footer .st-footer__pageTop {
  position: fixed;
  right: 26px;
  bottom: 32px;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
@media (max-width: 750px) {
  .st-footer .st-footer__pageTop {
    right: 3%;
    bottom: 6vw;
    z-index: 10;
  }
}
.st-footer .st-footer__pageTop.fixed {
  opacity: 1;
  visibility: visible;
}
.st-footer .st-footer__pageTop a {
  display: block;
  width: 70px;
  height: 70px;
  text-align: right;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .st-footer .st-footer__pageTop a {
    width: calc(92 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__pageTop a {
    height: calc(92 / 750 * 100 * 1vw);
  }
}
@media (min-width: 751px) {
  .st-footer .st-footer__pageTop a:hover {
    opacity: 0.7;
  }
}

/* Pages ------------ */
/*
---------------------------------------
404
---------------------------------------
*/
.error404 .text_404 {
  text-align: center;
  font-size: 18px;
}
@media (max-width: 750px) {
  .error404 .text_404 {
    font-size: 3.8vw;
  }
}
.error404 .btn-404 {
  text-align: center;
  margin: 30px auto 120px;
}
@media (max-width: 750px) {
  .error404 .btn-404 {
    margin: 10vw auto;
  }
}
.error404 .btn-404 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 240px;
  height: 52px;
  box-sizing: border-box;
  padding: 0 10px 0 10px;
  border: 1px solid #000;
  background: #e6e6e6;
  line-height: 1;
  transition: all 0.5s;
  font-size: 14px;
  margin: 0 auto;
}
.error404 .btn-404 a:after {
  content: "▶︎";
  padding: 0 5px 0 0;
}
@media (max-width: 750px) {
  .error404 .btn-404 a {
    font-size: 3.4vw;
    width: 60vw;
    height: 12vw;
    padding: 0 0 0 3vw;
  }
}
@media (min-width: 751px) {
  .error404 .btn-404 a:hover {
    opacity: 0.6;
  }
}

/*
---------------------------------------
contact
---------------------------------------
*/
#contact {
  background: #eff0f2;
  padding-bottom: 36px;
}
@media (max-width: 750px) {
  #contact {
    padding-bottom: 10vw;
  }
}
#contact .pageTtl {
  padding-bottom: 143px;
}
@media (max-width: 750px) {
  #contact .pageTtl {
    padding-bottom: 17vw;
  }
}

main {
  padding-top: 0;
}

section {
  position: relative;
}

.container {
  max-width: 1100px;
  width: calc(100% - 25px);
  margin-inline: auto;
  position: relative;
}
@media (max-width: 750px) {
  .container {
    width: calc(100% - 14.6vw);
  }
}

.underline {
  border-bottom: 1px solid #e17a3c;
}

.text-orange {
  color: #e37433;
}

.conditions {
  padding-top: 110px;
  padding-bottom: 134px;
  margin-top: -5px;
  background: #eee5dc;
}
@media (max-width: 750px) {
  .conditions {
    padding-bottom: calc(105 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .conditions {
    padding-top: calc(80 / 750 * 100 * 1vw);
  }
}
.conditions h2 {
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  background: #fff;
  margin-inline: auto;
  width: -moz-max-content;
  width: max-content;
  padding: 26px;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
  letter-spacing: 0.1em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 750px) {
  .conditions h2 {
    font-size: calc(50 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .conditions h2 {
    font-size: calc(60 / 750 * 100 * 1vw);
  }
}
.conditions h2 span {
  font-size: 40px;
  font-weight: 500;
}
@media (max-width: 750px) {
  .conditions h2 span {
    font-size: calc(48 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .conditions h2 {
    padding: 5vw 4vw;
    margin-bottom: 8vw;
    line-height: 1.2;
  }
}
.conditions p {
  text-align: center;
  font-size: 34px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.2272727273;
}
@media (max-width: 750px) {
  .conditions p {
    font-size: calc(38 / 750 * 100 * 1vw);
  }
}
.conditions p.merit {
  margin-top: -30px;
}
@media (max-width: 750px) {
  .conditions p.merit {
    margin-top: -4vw;
  }
}
.conditions p.merit + .img {
  margin-top: 80px;
}
@media (max-width: 750px) {
  .conditions p.merit + .img {
    margin-top: 10vw;
  }
}
.conditions p.type {
  margin-top: 120px;
}
@media (max-width: 750px) {
  .conditions p.type {
    margin-top: 10vw;
  }
}
.conditions p span {
  font-size: 44px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 750px) {
  .conditions p span {
    font-size: calc(45 / 750 * 100 * 1vw);
  }
}
.conditions p .orange {
  padding-bottom: 10px;
  color: #e17a3c;
  display: inline-block;
}
.conditions .img2 {
  margin-top: 45px;
  text-align: center;
}
@media (max-width: 750px) {
  .conditions .img2 {
    margin-top: 4vw;
  }
}
.conditions .img2 img {
  width: 1010px;
}
.conditions .img2 + p {
  margin-top: 45px;
  font-size: 28px;
  line-height: 1.7857142857;
}
@media (max-width: 750px) {
  .conditions .img2 + p {
    font-size: calc(40 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .conditions .img2 + p {
    margin-top: 4vw;
  }
}
.conditions .img2 + p span {
  font-size: 28px;
  font-weight: 700;
  background: #e17a3c;
  color: #fff;
  display: inline-block;
  padding: 0px 12px 3px;
  line-height: 1.35;
}
@media (max-width: 750px) {
  .conditions .img2 + p span {
    font-size: calc(40 / 750 * 100 * 1vw);
  }
}

.use_image {
  padding-top: 120px;
  padding-bottom: 160px;
}
@media (max-width: 750px) {
  .use_image {
    padding-top: calc(100 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .use_image {
    padding-bottom: calc(158 / 750 * 100 * 1vw);
  }
}
.use_image h2 {
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  background: #fff;
  margin-inline: auto;
  width: -moz-max-content;
  width: max-content;
  padding: 26px;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
  letter-spacing: 0.1em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 750px) {
  .use_image h2 {
    font-size: calc(50 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .use_image h2 {
    font-size: calc(60 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .use_image h2 {
    width: calc(544 / 750 * 100 * 1vw);
  }
}
.use_image h2 span {
  font-size: 40px;
  font-weight: 500;
}
@media (max-width: 750px) {
  .use_image h2 span {
    font-size: calc(48 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .use_image h2 {
    padding: 5vw 4vw;
    margin-bottom: 8vw;
    line-height: 1.2;
  }
}
.use_image p.sp {
  padding-left: 7.3vw;
  margin-bottom: 3vw;
}
.use_image .scroll {
  width: 1024px;
  margin-inline: auto;
  overflow: auto;
}
@media (max-width: 750px) {
  .use_image .scroll {
    width: 100%;
    padding: 0 0 0 7.3vw;
  }
}
.use_image .overflow {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 60px;
}
@media (max-width: 750px) {
  .use_image .overflow {
    width: -moz-max-content;
    width: max-content;
    margin: 0 7.3vw 0 0;
  }
}
.use_image .overflow + p {
  margin-top: 24px;
  font-size: 14px;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 750px) {
  .use_image .overflow + p {
    font-size: calc(22 / 750 * 100 * 1vw);
  }
}
.use_image table {
  border-radius: 20px;
}
.use_image table th {
  background: #7eb9ee;
  color: #fff;
  padding: 24px 30px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-left: 1px solid #fff;
}
@media (max-width: 750px) {
  .use_image table th {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .use_image table th {
    padding: 3vw;
  }
}
.use_image table th:first-of-type {
  border-left: 0;
}
.use_image table tr:nth-of-type(2) td:nth-of-type(1) {
  background: #474747;
}
.use_image table tr:nth-of-type(3) td:nth-of-type(1) {
  background: #6c6c6c;
}
.use_image table tr:nth-of-type(4) td:nth-of-type(1) {
  background: #919191;
}
.use_image table tr:nth-of-type(5) td:nth-of-type(1) {
  background: #b5b5b5;
}
.use_image table tr:nth-of-type(5) td {
  border-bottom: none !important;
}
.use_image table tr td {
  vertical-align: middle;
}
.use_image table tr td:nth-of-type(1) {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 750px) {
  .use_image table tr td:nth-of-type(1) {
    font-size: calc(35 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .use_image table tr td:nth-of-type(1) {
    padding-inline: 5vw;
  }
}
.use_image table tr td:nth-of-type(2) {
  background: #fffad2;
  font-size: 22px;
  color: #e17a3c;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #474747;
}
@media (max-width: 750px) {
  .use_image table tr td:nth-of-type(2) {
    font-size: calc(35 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .use_image table tr td:nth-of-type(2) {
    padding-inline: 5vw;
  }
}
.use_image table tr td:nth-of-type(2) span {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 750px) {
  .use_image table tr td:nth-of-type(2) span {
    font-size: calc(58 / 750 * 100 * 1vw);
  }
}
.use_image table tr td:nth-of-type(3) {
  background: #ecf4fc;
  padding: 0 48px;
  height: 120px;
  line-height: 1.8;
  border-bottom: 1px solid #7eb9ee;
}
@media (max-width: 750px) {
  .use_image table tr td:nth-of-type(3) {
    font-size: calc(26 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .use_image table tr td:nth-of-type(3) {
    padding: 3vw 5vw;
    height: 25vw;
  }
}

.bold {
  font-weight: 700;
}

.graph .container {
  width: 1024px;
}
@media (max-width: 750px) {
  .graph .container {
    width: 100%;
    padding: 0 7.3vw;
  }
}
.graph .wrapper {
  background: #fffad2;
  position: relative;
  padding-top: 106px;
  padding-bottom: 158px;
}
@media (max-width: 750px) {
  .graph .wrapper {
    padding-top: calc(100 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .graph .wrapper {
    padding-bottom: calc(158 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .graph .wrapper {
    padding-bottom: calc(105 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .graph .wrapper {
    padding-top: calc(105 / 750 * 100 * 1vw);
  }
}
.graph .wrapper:before {
  content: "";
  width: 140%;
  height: 277px;
  display: inline-block;
  border-radius: 50%;
  background: #fffad2;
  position: absolute;
  top: 97px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 750px) {
  .graph .wrapper:before {
    width: 250vw;
    height: 70vw;
    top: 28vw;
  }
}
.graph .wrapper * {
  position: relative;
}
.graph h2 {
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  background: #fff;
  margin-inline: auto;
  width: -moz-max-content;
  width: max-content;
  padding: 26px;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
  letter-spacing: 0.1em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 750px) {
  .graph h2 {
    font-size: calc(50 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .graph h2 {
    font-size: calc(60 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .graph h2 {
    width: 100%;
  }
}
.graph h2 span {
  font-size: 40px;
  font-weight: 500;
}
@media (max-width: 750px) {
  .graph h2 span {
    font-size: calc(48 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .graph h2 {
    padding: 5vw 4vw;
    margin-bottom: 8vw;
    line-height: 1.2;
  }
}
.graph h3 {
  font-size: 34px;
  font-weight: 500;
  color: #474747;
  text-align: center;
  margin-top: 40px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 750px) {
  .graph h3 {
    font-size: calc(38 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .graph h3 {
    line-height: 1.4;
  }
}
.graph h3 span {
  font-size: 44px;
  font-weight: 700;
}
@media (max-width: 750px) {
  .graph h3 span {
    font-size: calc(50 / 750 * 100 * 1vw);
  }
}
.graph h3 + p {
  text-align: center;
  font-size: 26px;
  margin-top: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 750px) {
  .graph h3 + p {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .graph h3 + p {
    width: -moz-max-content;
    width: max-content;
    margin-top: 5vw;
  }
}
.graph .fukidashi {
  position: relative;
  color: #e17a3c;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  font-size: 34px;
  padding: 0 30px;
  font-weight: 700;
  margin-top: 50px;
}
@media (max-width: 750px) {
  .graph .fukidashi {
    font-size: calc(38 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .graph .fukidashi {
    margin-top: 5vw;
  }
}
.graph .fukidashi:after, .graph .fukidashi:before {
  content: "";
  width: 1px;
  height: 60%;
  position: absolute;
  top: 50%;
  background-color: #e17a3c;
}
.graph .fukidashi:before {
  left: 0;
  transform: translate(0, -50%) rotate(-30deg);
}
.graph .fukidashi:after {
  right: 0;
  transform: translate(0, -50%) rotate(30deg);
}
.graph .fukidashi + p {
  font-size: 44px;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 750px) {
  .graph .fukidashi + p {
    font-size: calc(50 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .graph .fukidashi + p {
    line-height: 1.8;
  }
}
.graph .fukidashi + p span {
  font-weight: 700;
  border-bottom: 1px solid #e17a3c;
  line-height: 1.3;
  display: inline-block;
}
.graph .overflow {
  border: 1px solid #7eb9ee;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 56px;
}
@media (max-width: 750px) {
  .graph .overflow {
    margin-top: 6vw;
  }
}
.graph .overflow + p {
  font-size: 14px;
  margin-top: 10px;
}
@media (max-width: 750px) {
  .graph .overflow + p {
    font-size: calc(22 / 750 * 100 * 1vw);
  }
}
.graph .box {
  width: 884px;
  margin-top: 60px;
  margin-inline: auto;
  background: #fff;
  text-align: center;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #7eb9ee;
  border-radius: 20px;
  padding-top: 16px;
}
@media (max-width: 750px) {
  .graph .box {
    width: 100%;
    height: initial;
    padding: 8vw 5vw 4vw;
  }
}
.graph .box .title_label {
  position: absolute;
  background: #7eb9ee;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  width: 238px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0;
  border-radius: 40px;
}
@media (max-width: 750px) {
  .graph .box .title_label {
    font-size: calc(36 / 750 * 100 * 1vw);
  }
}
.graph .box p {
  font-size: 22px;
  font-weight: 700;
  color: #474747;
  text-align: center;
}
@media (max-width: 750px) {
  .graph .box p {
    font-size: calc(36 / 750 * 100 * 1vw);
  }
}
.graph table th {
  background: #7eb9ee;
  color: #fff;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  padding: 16px 16px;
  border-left: 1px solid #fff;
  font-weight: 700;
}
@media (max-width: 750px) {
  .graph table th {
    font-size: calc(29 / 750 * 100 * 1vw);
  }
}
.graph table th span {
  font-weight: 700;
  line-height: 1.4;
  font-size: 16px;
}
@media (max-width: 750px) {
  .graph table th span {
    font-size: calc(26 / 750 * 100 * 1vw);
  }
}
.graph table th:first-of-type {
  border-left: none;
}
.graph table td {
  padding: 16px 16px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  border-left: 1px solid #7eb9ee;
}
@media (max-width: 750px) {
  .graph table td {
    font-size: calc(35 / 750 * 100 * 1vw);
  }
}
.graph table td:first-of-type {
  border-left: none;
}
.graph table td span {
  font-size: 36px;
}
@media (max-width: 750px) {
  .graph table td span {
    font-size: calc(58 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .graph table th,
  .graph table td {
    display: block;
  }
}
.graph .image {
  margin-top: 86px;
}
@media (max-width: 750px) {
  .graph .image {
    margin-top: 15vw;
  }
}

.title-area h2 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 750px) {
  .title-area h2 {
    font-size: calc(56 / 750 * 100 * 1vw);
  }
}
.title-area h2 span {
  font-family: "Comfortaa", sans-serif;
  font-size: 20px;
  color: #e17a3c;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .title-area h2 span {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}

.qa {
  padding-top: 80px;
  overflow: hidden;
}
@media (max-width: 750px) {
  .qa {
    padding-top: calc(100 / 750 * 100 * 1vw);
  }
}
.qa .img {
  text-align: center;
}
.qa .img img {
  width: 986px;
}
.qa .wrapper {
  background: #eee5dc;
  position: relative;
  padding-top: 106px;
  padding-bottom: 158px;
}
@media (max-width: 750px) {
  .qa .wrapper {
    padding-bottom: calc(105 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .qa .wrapper {
    padding-top: calc(105 / 750 * 100 * 1vw);
  }
}
.qa .wrapper:before {
  content: "";
  width: 140%;
  height: 277px;
  display: inline-block;
  border-radius: 50%;
  background: #eee5dc;
  position: absolute;
  top: 97px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 750px) {
  .qa .wrapper:before {
    width: 250vw;
    height: 70vw;
    top: 28vw;
  }
}
.qa .container dl {
  margin-top: 60px;
}
@media (max-width: 750px) {
  .qa .container dl {
    margin-top: 10vw;
  }
}
.qa .container dl:first-of-type {
  margin-top: 50px;
}
@media (max-width: 750px) {
  .qa .container dl:first-of-type {
    margin-top: 8vw;
  }
}
.qa .container dl dt {
  background: #fffad2;
  border: 1px solid #474747;
  border-radius: 50px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 26px;
  color: #474747;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 85px;
  line-height: 2.0555555556;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
}
.qa .container dl dt.blue {
  background: #bedcf6;
}
@media (max-width: 750px) {
  .qa .container dl dt {
    font-size: calc(34 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .qa .container dl dt {
    padding-left: calc(120 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .qa .container dl dt {
    padding-right: calc(54 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .qa .container dl dt {
    padding-top: calc(15 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .qa .container dl dt {
    padding-bottom: calc(20 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .qa .container dl dt {
    line-height: 1.5806451613;
    letter-spacing: 0.05em;
  }
}
.qa .container dl dt:before {
  content: "Q.";
  font-family: "Comfortaa", sans-serif;
  color: #e17a3c;
  font-weight: 500;
  font-size: 30px;
  position: absolute;
  left: 30px;
  top: 13px;
}
@media (max-width: 750px) {
  .qa .container dl dt:before {
    font-size: calc(38 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .qa .container dl dt:before {
    left: calc(43 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .qa .container dl dt:before {
    top: 2vw;
  }
}
.qa .container dl dd {
  padding-top: 30px;
  padding-left: 85px;
  font-size: 20px;
  line-height: 1.875;
  font-weight: 500;
  letter-spacing: 0.08em;
  position: relative;
  font-weight: 500;
}
@media (max-width: 750px) {
  .qa .container dl dd {
    font-size: calc(26 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .qa .container dl dd {
    padding-left: calc(120 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .qa .container dl dd {
    padding-right: calc(20 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .qa .container dl dd {
    padding-top: calc(32 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .qa .container dl dd {
    font-size: calc(26 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .qa .container dl dd {
    letter-spacing: 0.03em;
  }
}
.qa .container dl dd:before {
  content: "A.";
  font-family: "Comfortaa", sans-serif;
  color: #e17a3c;
  font-weight: 500;
  font-size: 30px;
  position: absolute;
  left: 30px;
  top: 18px;
}
@media (max-width: 750px) {
  .qa .container dl dd:before {
    font-size: calc(38 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .qa .container dl dd:before {
    left: calc(47 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .qa .container dl dd:before {
    top: 2.5vw;
  }
}

.form .container {
  padding-top: 117px;
  padding-bottom: 202px;
}
@media (max-width: 750px) {
  .form .container {
    padding-top: calc(105 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .form .container {
    padding-bottom: calc(100 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .form .container {
    width: calc(100% - 14.6vw);
  }
}/*# sourceMappingURL=style.css.map */