@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=Gabarito:wght@400..900&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;
}

@media screen and (max-width: 1240px) {
  body {
    width: 1240px;
  }
}
@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: 0;
  bottom: 0;
  transition: 0.3s;
  z-index: 14;
}
.banner.on {
  opacity: 0 !important;
  pointer-events: none;
}
@media (max-width: 750px) {
  .banner {
    bottom: 11vw;
  }
}
.banner img {
  width: 260px;
}
@media (max-width: 750px) {
  .banner img {
    width: calc(400 / 750 * 100 * 1vw);
  }
}
.banner img.hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}
.banner:hover img.hover {
  opacity: 1;
}
.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: 14px;
  font-family: "Gabarito", sans-serif;
  margin-top: 54px;
}
@media (max-width: 750px) {
  .copy {
    margin-top: calc(46 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .copy {
    font-size: calc(20 / 750 * 100 * 1vw);
  }
}

b {
  font-weight: 700;
}

/*
---------------------------------------
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: 48px auto 20px;
}
@media (max-width: 750px) {
  .steps_form {
    width: 100%;
    margin: 4vw auto 3vw;
  }
}

.p-txt {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 750px) {
  .p-txt {
    margin-bottom: 4vw;
  }
}

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

.wrap_form {
  max-width: 700px;
  margin: 0 auto;
}
.wrap_form .require {
  color: #c1272d;
  font-weight: bold;
}
.wrap_form .btn_send_narrow {
  display: block;
  width: 364px;
  padding: 17px 20px;
  margin: 0 auto;
  border: none;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  background-color: #f36d52;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.7s;
  background-image: url(../images/form/btn_arrow.svg);
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: right 26px center;
  border-radius: 50px;
  line-height: 2.142;
}
@media (max-width: 750px) {
  .wrap_form .btn_send_narrow {
    width: 95%;
    padding: 3vw 5vw;
    margin: 0 auto;
    font-size: 4.2vw;
    background-size: 7px;
    background-position: right 8vw center;
  }
}
@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,
.table_entry dl {
  display: flex;
  background: #fff;
  margin-bottom: 4px;
  padding: 6px 0;
}
@media (max-width: 750px) {
  .table_entry .row,
  .table_entry dl {
    padding: 7px 0;
  }
}
@media (max-width: 750px) {
  .table_entry .row-2,
  .table_entry dl-2 {
    display: block;
    padding: 5px 4vw;
  }
  .table_entry .row-2 .dt,
  .table_entry .row-2 dt,
  .table_entry dl-2 .dt,
  .table_entry dl-2 dt {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 3.2vw 0 2vw;
  }
  .table_entry .row-2 .dd,
  .table_entry .row-2 dd,
  .table_entry dl-2 .dd,
  .table_entry dl-2 dd {
    width: 100%;
    padding: 1.5vw 0;
  }
}
.table_entry .dt,
.table_entry dt {
  font-weight: bold;
  padding: 13px 0 10px 18px;
  font-size: 14px;
  width: 155px;
  line-height: 1;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 750px) {
  .table_entry .dt,
  .table_entry dt {
    padding: 2.7vw 0 2.7vw 4vw;
    width: 28vw;
    font-size: 3.4vw;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
.table_entry .dd,
.table_entry dd {
  flex: 1;
  padding: 3px 18px 0px;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 750px) {
  .table_entry .dd,
  .table_entry dd {
    padding: 1vw 3.5vw;
    font-size: 3.4vw;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
.table_entry .dd .dd-in,
.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: 4px 5px;
  background: none;
  line-height: 1;
}
@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: 5px 5px;
  width: 100%;
  height: 200px;
}
@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;
}
@media (max-width: 750px) {
  .table_entry .wpcf7-list-item {
    display: block;
    margin-top: 2vw;
  }
  .table_entry .wpcf7-list-item.first {
    margin-top: 0;
  }
}

label.error {
  font-size: 16px;
  color: #c1272d;
  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 {
  background: #e2dccf;
  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;
}
@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: #c1272d;
  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;
  }
}

.nav-open {
  background-color: #fff;
}

.st-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  min-width: 1240px;
  transition: all 0.5s;
}
@media (max-width: 750px) {
  .st-header {
    min-width: 0px;
  }
}
.st-header.fixed {
  background: rgb(255, 255, 255);
}

.st-header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 0 30px;
  height: 90px;
}
@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;
  }
}
.st-header__logo img {
  width: 297px;
}
@media (max-width: 750px) {
  .st-header__logo img {
    width: calc(420 / 750 * 100 * 1vw);
  }
}

.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;
}
@media (max-width: 750px) {
  .st-header__globalNav {
    width: calc(640 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .st-header__globalNav {
    margin-inline: auto;
  }
}
.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;
}
@media (max-width: 750px) {
  .st-header__globalNav li {
    border-bottom: 1px solid #d7d8d9;
    width: 100%;
    margin-left: 0;
    margin-bottom: 2vw;
    padding-bottom: 2vw;
  }
  .st-header__globalNav li a {
    text-align: center;
  }
  .st-header__globalNav li:nth-last-of-type(2), .st-header__globalNav li:last-of-type {
    border-bottom: none;
  }
  .st-header__globalNav li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.st-header__globalNav li:last-child {
  padding-right: 0;
  padding-left: 16px;
}
@media (max-width: 750px) {
  .st-header__globalNav li:last-child img {
    width: calc(640 / 750 * 100 * 1vw);
  }
}
.st-header__globalNav li:last-child a {
  padding-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
}
@media (max-width: 750px) {
  .st-header__globalNav li {
    text-align: left;
    padding: 0;
  }
  .st-header__globalNav li:last-child {
    margin-top: 2.2vw;
  }
  .st-header__globalNav li:last-child {
    padding-left: 0;
  }
}

.st-header__globalNav__link {
  display: block;
  padding: 15px 5px;
  transition: all 0.4s;
  position: relative;
  line-height: 1;
}
@media (max-width: 750px) {
  .st-header__globalNav__link {
    padding-top: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .st-header__globalNav__link {
    padding-bottom: calc(30 / 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;
    margin-bottom: 0;
  }
}
.st-header__globalNav__link .st-header__globalNav__txt {
  font-size: 15px;
  letter-spacing: 0.04em;
  transition: all 0.4s;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
@media (max-width: 750px) {
  .st-header__globalNav__link .st-header__globalNav__txt {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
.st-header__globalNav__link .st-header__globalNav__txt .hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}
.st-header__globalNav__link:hover .st-header__globalNav__txt .hover {
  opacity: 1;
}
@media (min-width: 751px) {
  .st-header__globalNav__link:hover .st-header__globalNav__txt {
    color: #e37433;
  }
}
.st-header__globalNav__link--contact {
  border: 1px solid #e37433;
  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: #e37433;
  }
  .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: linear-gradient(60deg, #90c2cd 0%, #1b85b3 85%);
  }
  #sp-btn:before {
    content: "menu";
    font-size: 12px;
    display: block;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px;
    text-align: center;
    transition: all 0.4s;
    font-weight: 700;
    font-family: "Gabarito", sans-serif;
  }
  /* g-anv */
}
@media (max-width: 750px) and (max-width: 750px) {
  #sp-btn:before {
    font-size: 12px;
    bottom: 10px;
  }
}
@media (max-width: 750px) {
  #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;
    margin-bottom: 10px;
  }
  #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-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: #fff;
  padding: 80px 0 42px;
  position: relative;
}
@media (max-width: 750px) {
  .st-footer {
    padding: 6vw 0;
  }
}
.st-footer .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 750px) {
  .st-footer .inner {
    padding: 0 5%;
  }
}
.st-footer .st-footer__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 750px) {
  .st-footer .st-footer__box {
    flex-wrap: wrap;
  }
  .st-footer .st-footer__box .st-footer__left {
    order: 2;
  }
  .st-footer .st-footer__box .st-footer__right {
    order: 1;
    margin-inline: -5.5%;
    padding-inline: 5%;
    border-bottom: 1px solid #ccc;
  }
}
@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);
  }
}
.st-footer .st-footer__logo {
  margin-bottom: 35px;
  transition: 0.3s;
}
@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;
  width: 749px;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav li {
    border-bottom: 1px solid #d7d8d9;
    width: 100%;
    margin-left: 0;
    margin-bottom: 2vw;
    padding-bottom: 2vw;
  }
  .st-footer .st-footer__nav li a {
    text-align: center;
  }
  .st-footer .st-footer__nav li:nth-last-of-type(2), .st-footer .st-footer__nav li:last-of-type {
    border-bottom: none;
  }
  .st-footer .st-footer__nav li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.st-footer .st-footer__nav li:first-of-type {
  margin-left: auto;
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav li:first-of-type {
    margin-left: 0;
  }
}
.st-footer .st-footer__nav li:last-of-type {
  margin-left: auto;
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav li:last-of-type {
    margin-left: 0;
  }
}
.st-footer .st-footer__nav li:last-of-type a span {
  position: relative;
  display: inline-block;
}
.st-footer .st-footer__nav li:last-of-type a .hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}
.st-footer .st-footer__nav li:last-of-type a:hover .hover {
  opacity: 1;
}
@media (min-width: 751px) {
  .st-footer .st-footer__nav li {
    text-align: left;
    margin-left: 18px;
  }
}
.st-footer .st-footer__nav li span {
  font-weight: 700;
}
@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.04em;
  font-family: "Gabarito", sans-serif;
}
@media (min-width: 751px) {
  .st-footer .st-footer__nav__item a:hover {
    color: #e37433;
  }
}
@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: #e37433;
    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: "Gabarito", 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;
}
.st-footer .st-footer__pageTop.on {
  bottom: 276px;
}
@media (max-width: 750px) {
  .st-footer .st-footer__pageTop {
    right: 3%;
    bottom: 6vw !important;
    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);
  }
}

.conditions {
  background-color: #f3f5f7;
  padding-bottom: 50vw;
  margin-top: 170px;
}
.conditions .container {
  width: 1024px;
  transform: translate(0, -70px);
  margin-top: 70px;
  margin-bottom: -70px;
}
@media (max-width: 750px) {
  .conditions .container {
    width: calc(100% - 14.6vw);
  }
}
.conditions ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .conditions ul {
    margin-top: -2vw;
  }
}
.conditions ul li {
  width: 321px;
  height: 219px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 0 42px;
}
.conditions ul li:nth-of-type(1), .conditions ul li:nth-of-type(2), .conditions ul li:nth-of-type(3) {
  margin-bottom: 28px;
}
@media (max-width: 750px) {
  .conditions ul li:nth-of-type(1), .conditions ul li:nth-of-type(2), .conditions ul li:nth-of-type(3) {
    margin-bottom: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .conditions ul li {
    height: calc(237 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .conditions ul li {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 750px) {
  .conditions ul li {
    margin-bottom: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .conditions ul li:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 750px) {
  .conditions ul li {
    padding-left: calc(203 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .conditions ul li {
    padding-right: calc(50 / 750 * 100 * 1vw);
  }
}
.conditions ul li h3 {
  font-size: 20px;
  color: #1e78d2;
  font-weight: 700;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 750px) {
  .conditions ul li h3 {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .conditions ul li h3 {
    text-align: left;
    width: 100%;
  }
}
.conditions ul li img {
  width: 90px;
}
@media (max-width: 750px) {
  .conditions ul li img {
    width: calc(120 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .conditions ul li img {
    left: 7vw;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.conditions ul li p {
  margin-top: 10px;
  line-height: 1.4;
  font-size: 14px;
}
@media (max-width: 750px) {
  .conditions ul li p {
    font-size: calc(26 / 750 * 100 * 1vw);
  }
}

.group-info {
  max-width: 100%;
  padding-top: 60px;
  padding-bottom: 128px;
  margin-top: calc(-50vw + 50px);
  position: relative;
  background-image: url(../images/bg-01.webp);
  background-size: cover;
  background-position: top 40px center;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  .group-info {
    padding-top: calc(55 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .group-info {
    padding-bottom: calc(105 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .group-info {
    background-image: url(../images/bg-01-sp.webp);
  }
}
.group-info:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1300/570;
  background-image: url(../images/bg-wave.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
.group-info:before {
  top: 0;
}
@media (max-width: 750px) {
  .group-info .container {
    padding-top: 10vw;
  }
}
.group-info ul {
  margin-top: 60px;
}
@media (max-width: 750px) {
  .group-info ul {
    margin-top: 4vw;
  }
}
.group-info ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  .group-info ul li {
    display: block;
    padding-bottom: 8vw;
    margin-bottom: 8vw;
  }
}
.group-info ul li > div {
  width: 444px;
}
@media (max-width: 750px) {
  .group-info ul li > div {
    width: 100%;
  }
}
.group-info ul li > img {
  width: 550px;
}
@media (max-width: 750px) {
  .group-info ul li > img {
    width: 100%;
    margin-top: 4vw;
  }
}
.group-info h3 {
  font-size: 23px;
  font-weight: 700;
  color: #f36d52;
  margin-top: 25px;
}
@media (max-width: 750px) {
  .group-info h3 {
    font-size: calc(34 / 750 * 100 * 1vw);
  }
}
.group-info p {
  margin-top: 25px;
}
@media (max-width: 750px) {
  .group-info p {
    margin-top: 4vw;
  }
}
.group-info p.label {
  font-family: "Gabarito", sans-serif;
  background: #f36d52;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1s;
  width: 132px;
  height: 42px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 40px;
  margin-top: 0;
  position: relative;
}
.group-info p.label:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 0 0 20px 20px;
  background: #f36d52;
  position: absolute;
  left: 18px;
  bottom: -5px;
}
@media (max-width: 750px) {
  .group-info p.label {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    line-height: 1;
  }
}
@media (max-width: 750px) {
  .group-info p.label {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .group-info p.label {
    width: calc(195 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .group-info p.label {
    height: calc(60 / 750 * 100 * 1vw);
  }
}
.group-info .container {
  position: relative;
  height: 100%;
}
.group-info .fukidashi {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  max-width: 457px;
}
@media (max-width: 750px) {
  .group-info .fukidashi {
    width: calc(450 / 750 * 100 * 1vw);
  }
}

.member {
  padding-top: 128px;
  background-image: url(../images/bg-profile.webp);
  background-size: cover;
  position: relative;
  z-index: 2;
  background-position: center;
}
@media (max-width: 750px) {
  .member {
    padding-top: calc(105 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .member {
    background-size: contain;
  }
}
.member .container {
  width: 984px;
}
@media (max-width: 750px) {
  .member .container {
    width: calc(100% - 14.66vw);
  }
}
.member h2 {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  min-width: -moz-max-content;
  min-width: max-content;
  text-align: center;
}
@media (max-width: 750px) {
  .member h2 {
    font-size: calc(26 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .member h2 {
    font-size: calc(40 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .member h2 {
    text-align: center;
  }
}
.member h2 span {
  font-size: 20px;
  color: #f36d52;
  letter-spacing: 0.1em;
  font-family: "Gabarito", sans-serif;
  font-weight: 600;
}
@media (max-width: 750px) {
  .member h2 span {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
.member iframe {
  width: 100%;
  aspect-ratio: 950/534;
  height: initial;
  margin-top: 50px;
  margin-bottom: 50px;
}
.member ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
}
.member ul li {
  width: 270px;
  margin-top: 40px;
}
@media (max-width: 750px) {
  .member ul li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 5vw;
  }
}
.member ul li h3 {
  font-size: 46px;
  color: #e37433;
  letter-spacing: 0.1em;
  font-family: "Gabarito", sans-serif;
  margin-top: 12px;
}
@media (max-width: 750px) {
  .member ul li h3 {
    font-size: calc(86 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .member ul li h3 {
    margin-top: 8vw;
    order: 1;
  }
}
@media (max-width: 750px) {
  .member ul li img {
    width: calc(380 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .member ul li img {
    order: 2;
    margin-left: auto;
  }
}
.member ul li p {
  margin-top: 20px;
}
@media (max-width: 750px) {
  .member ul li p {
    margin-top: 2vw;
    order: 3;
  }
}
@media (max-width: 750px) {
  .member ul li p {
    margin-top: calc(20 / 750 * 100 * 1vw);
  }
}

.anchor {
  margin-top: -100px;
  padding-top: 100px;
}
@media (max-width: 750px) {
  .anchor {
    padding-top: calc(100 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .anchor {
    padding-bottom: calc(100 / 750 * 100 * 1vw);
  }
}

.example {
  background: #fffae1;
  padding-top: 180px;
  margin-top: -144px;
  padding-bottom: 60px;
}
@media (max-width: 750px) {
  .example {
    padding-top: calc(140 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .example {
    margin-top: calc(-120 / 750 * 100 * 1vw);
  }
}
.example p span {
  font-weight: 700;
}
.example .title-area {
  display: flex;
}
@media (max-width: 750px) {
  .example .title-area {
    display: block;
  }
}
.example .title-area > div {
  padding-left: 50px;
}
@media (max-width: 750px) {
  .example .title-area > div {
    padding-left: 0;
  }
}
.example .container {
  width: 1024px;
}
@media (max-width: 750px) {
  .example .container {
    width: calc(100% - 14.6vw);
  }
}
.example .btn {
  margin-top: 65px;
}
@media (max-width: 750px) {
  .example .btn {
    margin-top: 4vw;
  }
}
.example h2 {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media (max-width: 750px) {
  .example h2 {
    font-size: calc(26 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .example h2 {
    font-size: calc(40 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .example h2 {
    text-align: center;
  }
}
.example h2 span {
  font-size: 20px;
  color: #f36d52;
  letter-spacing: 0.1em;
  font-family: "Gabarito", sans-serif;
  font-weight: 600;
}
@media (max-width: 750px) {
  .example h2 span {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
.example .fukidashi {
  font-size: 18px;
  color: #f36d52;
  font-weight: 700;
}
@media (max-width: 750px) {
  .example .fukidashi {
    margin-top: calc(20 / 750 * 100 * 1vw);
  }
}
.example ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 48px;
}
.example ul li {
  width: 500px;
  border: 1px solid #d7d8d9;
  background: #fff;
  border-radius: 0 16px 16px;
  position: relative;
  margin-top: 64px;
  padding: 34px 44px;
}
@media (max-width: 750px) {
  .example ul li {
    width: 100%;
    padding: 5vw 8vw;
  }
}
@media (min-width: 751px) {
  .example ul li:nth-of-type(1), .example ul li:nth-of-type(2) {
    margin-top: 34px;
  }
}
@media (max-width: 750px) {
  .example ul li li {
    margin-top: calc(5vw + 34px);
  }
  .example ul li li:nth-of-type(1) {
    margin-top: 34px;
  }
}
.example ul li > img {
  position: absolute;
  right: 20px;
  top: -20px;
}
@media (max-width: 750px) {
  .example ul li > img {
    right: -4vw;
    top: -7vw;
    width: 27vw;
  }
}
.example ul li .num {
  position: absolute;
  left: -1px;
  top: -34px;
  color: #f36d52;
}
.example ul li .num span {
  position: absolute;
  left: 50%;
  top: 50%;
  font-weight: 700;
  transform: translate(calc(-50% - 16px), -50%);
  font-family: "Gabarito", sans-serif;
  font-size: 20px;
}
@media (max-width: 750px) {
  .example ul li .num span {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
.example ul li .title {
  color: #f36d52;
  font-weight: 700;
  font-size: 18px;
  display: inline-flex;
  align-items: flex-start;
}
@media (max-width: 750px) {
  .example ul li .title {
    font-size: calc(27 / 750 * 100 * 1vw);
  }
}
.example ul li .title:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #f36d52;
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: 14px;
}
@media (max-width: 750px) {
  .example ul li .title:before {
    margin-right: 1vw;
    width: 3vw;
    height: 3vw;
  }
}
.example ul li dl {
  display: flex;
}
.example ul li dl + dl {
  margin-top: 6px;
}
@media (max-width: 750px) {
  .example ul li dl + dl {
    margin-top: 1vw;
  }
}
.example ul li dl dt {
  width: 70px;
  height: 26px;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  color: #f36d52;
  background-color: #fffae1;
}
@media (max-width: 750px) {
  .example ul li dl dt {
    font-size: calc(21 / 750 * 100 * 1vw);
  }
}
.example ul li dl dd {
  padding-left: 20px;
  line-height: 1.7142857143;
}
@media (max-width: 750px) {
  .example ul li dl dd {
    font-size: calc(21 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .example ul li dl dd {
    padding-left: 2vw;
  }
}
.example ul li dl:first-of-type {
  margin-top: 10px;
}
.example ul li dl:first-of-type dd {
  width: 195px;
}
@media (max-width: 750px) {
  .example ul li dl:first-of-type dd {
    width: 32vw;
  }
}
.example ul li dl:last-of-type {
  border-bottom: 3px dotted #f36d52;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .example ul li dl:last-of-type {
    padding-bottom: calc(45 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .example ul li dl:last-of-type {
    margin-bottom: calc(45 / 750 * 100 * 1vw);
  }
}
.example ul li h3 {
  color: #1e78d2;
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 700;
}
@media (max-width: 750px) {
  .example ul li h3 {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
.example ul li h3 + p {
  margin-top: 20px;
}
@media (max-width: 750px) {
  .example ul li h3 + p {
    margin-top: 1vw;
  }
}
.example ul li h3 + p span {
  font-weight: 700;
  background: linear-gradient(transparent 60%, #d2e4f6 0%);
  display: inline;
  padding: 0 1px 0px;
}

.tv {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  background-image: url(../images/bg-02.jpg);
  background-size: 90px;
  background-repeat: repeat;
}
@media (max-width: 750px) {
  .tv {
    padding-top: calc(125 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .tv {
    padding-bottom: calc(150 / 750 * 100 * 1vw);
  }
}
.tv .title-area {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .tv .title-area {
    display: block;
  }
}
.tv .title-area > img {
  padding-left: 50px;
  width: 388px;
}
@media (max-width: 750px) {
  .tv .title-area > img {
    width: calc(537 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .tv .title-area > img {
    margin-top: 5vw;
  }
}
.tv .title-area > div {
  width: 575px;
  margin-top: 30px;
}
@media (max-width: 750px) {
  .tv .title-area > div {
    width: 100%;
    margin-top: 3vw;
  }
}
.tv .title-area > div p:last-of-type {
  margin-top: 20px;
}
@media (max-width: 750px) {
  .tv .title-area > div p:last-of-type {
    margin-top: 2vw;
  }
}
.tv h2 {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media (max-width: 750px) {
  .tv h2 {
    font-size: calc(26 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .tv h2 {
    font-size: calc(40 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .tv h2 {
    text-align: center;
  }
}
.tv h2 span {
  font-size: 20px;
  color: #f36d52;
  letter-spacing: 0.1em;
  font-family: "Gabarito", sans-serif;
  font-weight: 600;
}
@media (max-width: 750px) {
  .tv h2 span {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
.tv h3 {
  text-align: center;
  color: #373c3f;
  font-size: 23px;
  margin-top: 160px;
  margin-bottom: 10px;
  width: 477px;
  margin-inline: auto;
  padding-block: 8px;
  border-left: 1px solid #373c3f;
  border-right: 1px solid #373c3f;
  position: relative;
  font-weight: 700;
}
@media (max-width: 750px) {
  .tv h3 {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .tv h3 {
    margin-top: 10vw;
  }
}
@media (max-width: 750px) {
  .tv h3 {
    font-size: calc(32 / 750 * 100 * 1vw);
  }
}
.tv h3:before, .tv h3:after {
  content: "";
  width: 8px;
  height: 98%;
  display: block;
  position: absolute;
  top: 0;
  border-top: 1px solid #373c3f;
  border-bottom: 1px solid #373c3f;
}
.tv h3:before {
  left: 0;
}
.tv h3:after {
  right: 0;
}
.tv h3 span {
  font-size: 16px;
  display: inline-block;
  margin-top: 16px;
  font-weight: 500;
}
@media (max-width: 750px) {
  .tv h3 span {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
.tv .fukidashi {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #f36d52;
  position: relative;
  width: 761px;
  margin-inline: auto;
  margin-top: 75px;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .tv .fukidashi {
    font-size: calc(34 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .tv .fukidashi {
    margin-top: 0;
    margin-bottom: 3vw;
    width: -moz-max-content;
    width: max-content;
    padding-inline: 10vw;
  }
}
.tv .fukidashi:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-left: 3px dotted #f36d52;
  transform: rotate(-38deg) translate(0, -50%);
  position: absolute;
  left: 0;
  top: 50%;
}
@media (max-width: 750px) {
  .tv .fukidashi:before {
    height: 70%;
  }
}
.tv .fukidashi:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-left: 3px dotted #f36d52;
  transform: rotate(38deg) translate(0, -50%);
  position: absolute;
  right: 0;
  top: 50%;
}
@media (max-width: 750px) {
  .tv .fukidashi:after {
    height: 70%;
  }
}
.tv .container {
  width: 1024px;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  .tv .container {
    width: calc(100% - 14.6vw);
  }
}
.tv ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 750px) {
  .tv ul {
    display: block;
  }
}
.tv ul li {
  width: 320px;
  margin-top: 80px;
}
@media (max-width: 750px) {
  .tv ul li {
    width: 100%;
    margin-top: 8vw;
  }
}

@media (max-width: 750px) {
  .overflow {
    overflow: auto;
  }
  .overflow img {
    max-width: initial;
    width: 200%;
  }
}

@media (max-width: 750px) {
  .scroll {
    width: calc(476 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .scroll {
    margin-block: 3vw;
  }
}

.function {
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: #fffae3;
  position: relative;
}
@media (max-width: 750px) {
  .function {
    padding-top: calc(125 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .function {
    padding-bottom: calc(50 / 750 * 100 * 1vw);
  }
}
.function .title-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
@media (max-width: 750px) {
  .function .title-area {
    display: block;
  }
}
.function .title-area p {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 750px) {
  .function .title-area p {
    margin-top: 3vw;
  }
}
.function .title-area + .scroll + .overflow {
  margin-top: 50px;
}
.function .title-area + .scroll + .overflow + p {
  color: #f36d52;
  font-size: 18px;
  margin-top: 20px;
  font-weight: 700;
  border-bottom: 3px dotted #f36d52;
  padding-bottom: 8px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  font-weight: 700;
}
@media (max-width: 750px) {
  .function .title-area + .scroll + .overflow + p {
    font-size: calc(27 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .function .title-area + .scroll + .overflow + p {
    width: 100%;
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.function .title-area + .scroll + .overflow + p span {
  font-weight: 700;
}
@media (max-width: 750px) {
  .function .title-area + .scroll + .overflow + p span {
    border-bottom: 3px dotted #f36d52;
    display: block;
    text-align: center;
    padding-block: 1vw;
  }
}
.function h2 {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media (max-width: 750px) {
  .function h2 {
    font-size: calc(26 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .function h2 {
    font-size: calc(40 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .function h2 {
    text-align: center;
  }
}
.function h2 span {
  font-size: 20px;
  color: #f36d52;
  letter-spacing: 0.1em;
  font-family: "Gabarito", sans-serif;
  font-weight: 600;
}
@media (max-width: 750px) {
  .function h2 span {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
.function .container {
  width: 1024px;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  .function .container {
    width: calc(100% - 14.6vw);
  }
}
.function .btn {
  margin-top: 30px;
}

.price {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 750px) {
  .price {
    padding-top: calc(100 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .price {
    padding-bottom: calc(100 / 750 * 100 * 1vw);
  }
}
.price .title-area h2 {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  min-width: -moz-max-content;
  min-width: max-content;
  text-align: center;
}
@media (max-width: 750px) {
  .price .title-area h2 {
    font-size: calc(26 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .price .title-area h2 {
    font-size: calc(40 / 750 * 100 * 1vw);
  }
}
.price .title-area h2 span {
  font-size: 20px;
  color: #f36d52;
  letter-spacing: 0.1em;
  font-family: "Gabarito", sans-serif;
  font-weight: 600;
}
@media (max-width: 750px) {
  .price .title-area h2 span {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
.price .title-area h2 + p {
  text-align: center;
  margin-top: 30px;
}
.price table {
  border-collapse: collapse;
  border: 1px solid #d7d7d7;
  margin-top: 50px;
}
@media (max-width: 750px) {
  .price table {
    margin-left: -5vw;
    width: calc(100% + 10vw);
    margin-top: 4vw;
  }
}
.price table th,
.price table td {
  border: 1px solid #d7d7d7;
  padding: 34px;
  text-align: center;
}
@media (max-width: 750px) {
  .price table th,
  .price table td {
    font-size: calc(23 / 750 * 100 * 1vw);
  }
}
.price table th {
  padding: 20px 10px;
  width: 160px;
  background-color: #f3f5f7;
}
@media (max-width: 750px) {
  .price table th {
    padding: 2vw 1vw;
    width: 6vw;
  }
}
.price table th div {
  vertical-align: middle;
  font-weight: 700;
}
@media (max-width: 750px) {
  .price table th div { /* 古い Safari 用 */
    writing-mode: vertical-rl; /* 標準 */
    text-orientation: upright;
    min-height: -moz-max-content;
    min-height: max-content;
  }
}
@media (max-width: 750px) {
  .price table td {
    padding: 1vw 0;
    vertical-align: middle;
  }
}
.price table tr:last-of-type th {
  background-color: #f36d52;
  color: #fff;
  font-weight: 700;
}
.price table tr:last-of-type td {
  font-size: 22px;
  font-weight: 700;
  color: #f36d52;
  background: #fef0ee;
}
@media (max-width: 750px) {
  .price table tr:last-of-type td {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
.price .trial {
  margin-top: 80px;
  border: 1px solid #f36d52;
  padding: 76px 90px 45px;
  position: relative;
  background-color: #fffae3;
}
@media (max-width: 750px) {
  .price .trial {
    padding-left: calc(40 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .price .trial {
    padding-right: calc(40 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .price .trial {
    padding-top: calc(80 / 750 * 100 * 1vw);
  }
}
.price .trial h2 {
  background-image: linear-gradient(45deg, #f36d52, #f3a252);
  display: inline-block;
  font-size: 42px;
  font-weight: 700;
  padding: 10px 38px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 750px) {
  .price .trial h2 {
    font-size: calc(40 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .price .trial h2 {
    padding: 2vw 6vw;
  }
}
.price .trial h2 + p {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 750px) {
  .price .trial h2 + p {
    font-size: calc(27 / 750 * 100 * 1vw);
  }
}
.price .trial h2 + p span {
  font-size: 23px;
  color: #f36d52;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
@media (max-width: 750px) {
  .price .trial h2 + p span {
    font-size: calc(34.5 / 750 * 100 * 1vw);
  }
}
.price .trial h2 + p span:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  border-bottom: 3px dotted #f36d52;
}
.price .trial dl {
  display: flex;
  align-items: center;
  padding: 26px 36px;
  margin-top: 30px;
  background: #fff;
}
@media (max-width: 750px) {
  .price .trial dl {
    align-items: flex-start;
    padding: 4vw 5vw;
    margin-top: 2vw;
  }
}
.price .trial dl dt {
  font-weight: 700;
}
@media (max-width: 750px) {
  .price .trial dl dt {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
.price .trial dl dd {
  display: flex;
  margin-left: 24px;
  padding-left: 24px;
  border-left: 1px solid #d7d8d9;
}
@media (max-width: 750px) {
  .price .trial dl dd {
    display: block;
  }
}
.price .trial dl dd p {
  margin-right: 60px;
}
@media (max-width: 750px) {
  .price .trial dl dd p {
    font-size: calc(25 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .price .trial dl dd p {
    margin-right: 0;
  }
}
.price .trial dl dd p:last-of-type {
  margin-right: 0;
}

.qa {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f3f5f7;
  z-index: 2;
}
@media (max-width: 750px) {
  .qa {
    padding-bottom: calc(105 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .qa {
    padding-top: calc(105 / 750 * 100 * 1vw);
  }
}
.qa .container .title-area {
  position: relative;
}
.qa .container .title-area .qa-01 {
  position: absolute;
  bottom: 0;
  width: 250px;
  left: 160px;
}
@media (max-width: 750px) {
  .qa .container .title-area .qa-01 {
    width: calc(211 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .qa .container .title-area .qa-01 {
    left: calc(10 / 750 * 100 * 1vw);
  }
}
.qa .container .title-area .qa-02 {
  position: absolute;
  bottom: 0;
  width: 250px;
  right: 160px;
}
@media (max-width: 750px) {
  .qa .container .title-area .qa-02 {
    width: calc(211 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .qa .container .title-area .qa-02 {
    right: calc(10 / 750 * 100 * 1vw);
  }
}
.qa .container h2 {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media (max-width: 750px) {
  .qa .container h2 {
    font-size: calc(26 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .qa .container h2 {
    font-size: calc(40 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .qa .container h2 {
    text-align: center;
  }
}
.qa .container h2 span {
  font-size: 20px;
  color: #f36d52;
  letter-spacing: 0.1em;
  font-family: "Gabarito", sans-serif;
  font-weight: 600;
}
@media (max-width: 750px) {
  .qa .container h2 span {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
.qa .container h2 + p {
  text-align: center;
}
.qa .container dl {
  margin-top: 50px;
}
@media (max-width: 750px) {
  .qa .container dl {
    margin-top: 4vw;
  }
}
.qa .container dl:first-of-type {
  margin-top: 50px;
}
@media (max-width: 750px) {
  .qa .container dl:first-of-type {
    margin-top: 5vw;
  }
}
.qa .container dl dt {
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d7d8d9;
  padding-left: 75px;
  line-height: 2.0555555556;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  cursor: pointer;
}
@media (max-width: 750px) {
  .qa .container dl dt {
    font-size: calc(31.3 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .qa .container dl dt {
    padding-left: calc(85 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .qa .container dl dt {
    padding-right: calc(50 / 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 {
  font-family: "Gabarito", sans-serif;
  content: "Q.";
  color: #1e78d2;
  font-weight: 500;
  font-size: 30px;
  position: absolute;
  left: 30px;
  top: 17px;
  margin-right: 8px;
  line-height: 1;
}
@media (max-width: 750px) {
  .qa .container dl dt:before {
    font-size: calc(49 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .qa .container dl dt:before {
    left: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .qa .container dl dt:before {
    top: 1.5vw;
  }
}
.qa .container dl dt .toggle {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.qa .container dl dt .toggle:before, .qa .container dl dt .toggle:after {
  width: 100%;
  height: 2px;
  content: "";
  display: block;
  background-color: #f36d52;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.qa .container dl dt .toggle:after {
  transform: rotate(90deg) translate(0, 0%);
  transition: 0.4s;
}
.qa .container dl dt.on .toggle:after {
  transform: rotate(0deg) translate(0, -50%);
}
.qa .container dl dd {
  padding-top: 30px;
  padding-bottom: 42px;
  padding-right: 30px;
  padding-left: 75px;
  line-height: 1.875;
  font-weight: 500;
  letter-spacing: 0.08em;
  position: relative;
  font-weight: 500;
  background: #fff;
  display: none;
}
@media (max-width: 750px) {
  .qa .container dl dd {
    padding-left: calc(111 / 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 {
    padding-bottom: calc(40 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .qa .container dl dd {
    padding-left: calc(85 / 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: "Gabarito", sans-serif;
  color: #f36d52;
  font-weight: 500;
  font-size: 30px;
  position: absolute;
  left: 30px;
  top: 27px;
  line-height: 1;
  margin-right: 8px;
}
@media (max-width: 750px) {
  .qa .container dl dd:before {
    font-size: calc(49 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .qa .container dl dd:before {
    left: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .qa .container dl dd:before {
    top: 4vw;
  }
}

.form {
  background-color: #fffae1;
  background-size: cover;
  background-position: center;
}
@media (max-width: 750px) {
  .form {
    background-size: contain;
  }
}
.form .container {
  padding-top: 117px;
  padding-bottom: 202px;
}
@media (max-width: 750px) {
  .form .container {
    padding-top: calc(54 / 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);
  }
}
.form .container h2 {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  min-width: -moz-max-content;
  min-width: max-content;
  text-align: center;
}
@media (max-width: 750px) {
  .form .container h2 {
    font-size: calc(26 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .form .container h2 {
    font-size: calc(40 / 750 * 100 * 1vw);
  }
}
.form .container h2 span {
  font-size: 20px;
  color: #f36d52;
  letter-spacing: 0.1em;
  font-family: "Gabarito", sans-serif;
  font-weight: 600;
}
@media (max-width: 750px) {
  .form .container h2 span {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
.form .container h2 + p {
  text-align: center;
}

.btn {
  text-align: center;
}
@media (max-width: 750px) {
  .btn {
    width: calc(100% + 20vw);
    margin-left: -10vw;
  }
}
.btn a {
  position: relative;
  display: inline-block;
}
.btn a img {
  width: 809px;
}
.btn a .hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}
.btn a:hover .hover {
  opacity: 1;
}

.marker {
  background: linear-gradient(transparent 60%, #fafacc 0%);
  display: inline;
  padding: 0 1px 0px;
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */