@charset "UTF-8";
/*==================================================
reset
==================================================*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

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

* {
  font-size: inherit;
  line-height: inherit;
}

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

span {
  line-height: inherit;
  font-size: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
  font-weight: inherit;
}

body {
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

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

em,
strong,
em *,
strong * {
  font-weight: bold;
}

/*--form初期化--*/
input[type=submit],
button {
  cursor: pointer;
}

button,
input[type=text],
input[type=image],
input[type=password],
input[type=file],
input[type=submit],
input[type=reset],
input[type=button],
input[type=email],
input[type=tel],
textarea {
  font-family: inherit;
}

::-moz-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

a {
  text-decoration: none;
  border: none;
  color: inherit;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
}

button {
  outline: none;
  border: 0;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  button:hover {
    opacity: 0.7;
  }
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

th {
  text-align: left;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  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 {
    box-sizing: border-box;
  }
  textarea,
input[type=email],
input[type=text],
input[type=image],
input[type=password] {
    -webkit-appearance: none;
  }
}
address {
  font-style: normal;
}

/*==================================================
sp pc
==================================================*/
@media all and (max-width: 1200px) {
  .pc-only {
    display: none !important;
  }
}

@media all and (min-width: 1201px) {
  .sp-tb-only {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .tb-only {
    display: none !important;
  }
}
@media all and (min-width: 1201px) {
  .tb-only {
    display: none !important;
  }
}

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

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

/*==================================================
leyout
==================================================*/
:root {
  /*size*/
  --site-width: 1240px;
  --site-padding: 40px;
  /*color*/
  --body-color: #323936;
  --light-color: #E5F5F4;
  --main-color: #0A9B90;
  --main-color-gr: #009fb5;
  --main-color-gr2: #00cb7d;
  --orange: #DB6A29;
  --blue: #4FB6DB;
  --green: #008555;
  --purple: #BF83BD;
  --red: #D85D78;
  /*font*/
  --font-base: 1.6rem;
  --font-middle: 1.8rem;
  --font-large: 2.4rem;
  --font-small: 1.4rem;
  --font-extra-small: 1.2rem;
  --font-jp: "M PLUS 1p", sans-serif;
  --font-en: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  --font-weight-base: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --base-line: 1.6;
  /*z-index*/
  --z-index-modal-close: 100;
  --z-index-modal: 90;
  --z-index-modal-bg: 80;
  --z-index-nav: 70;
  --z-index-simulation: 60;
}

@media all and (min-width: 768px) and (max-width: 1080px) {
  :root {
    /*size*/
    --site-padding: 40px;
  }
}
@media all and (max-width: 767px) {
  :root {
    /*size*/
    --site-padding: 20px;
  }
}
/*--------------------------------------
html,body,wrapper
----------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: var(--body-color);
  font-family: var(--font-jp);
  font-size: var(--font-base);
  font-weight: var(--font-weight-base);
  line-height: var(--base-line);
  overflow-wrap: anywhere;
  position: relative;
}
body::before {
  background: url(/assets/img/mv-bg.jpg) center top/cover no-repeat;
  content: "";
  height: 450px;
  position: absolute;
  width: 100%;
  z-index: -1;
}

/*--------------------------------------
l-header
----------------------------------------*/
.l-header {
  padding-top: 20px;
}
.l-header__logo {
  display: inline-block;
}
.l-header__logo-img {
  height: 40px;
  width: auto;
}
@media screen and (max-width: 1080px) {
  .l-header__logo-img {
    height: 33px;
  }
}
.l-header__logo-ttl {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 8px;
}
@media all and (max-width: 767px) {
  .l-header__logo-ttl {
    gap: 10px;
  }
}
.l-header__logo-ttl-main {
  color: var(--main-color);
  font-size: 2.4rem;
  font-weight: var(--font-weight-medium);
  line-height: 1;
}
@media all and (max-width: 767px) {
  .l-header__logo-ttl-main {
    font-size: 2.2rem;
  }
}
.l-header__logo-ttl-label {
  background-color: var(--main-color);
  border-radius: 10em;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: var(--font-weight-medium);
  line-height: 30px;
  padding: 0 1.5em;
}
@media all and (max-width: 767px) {
  .l-header__logo-ttl-label {
    font-size: 1.4rem;
    line-height: 24px;
  }
}

/*--------------------------------------
l-footer
----------------------------------------*/
.l-footer__head {
  background-color: var(--light-color);
  margin-bottom: 36px;
  padding: 32px 0 20px;
}
@media all and (max-width: 767px) {
  .l-footer__head {
    padding: 30px 0 15px;
  }
}
.l-footer__head-txt {
  display: flex;
  gap: 4px;
  justify-content: center;
  margin-bottom: 8px;
}
@media all and (max-width: 767px) {
  .l-footer__head-txt {
    display: block;
    margin-bottom: 1em;
  }
}
.l-footer__body {
  margin-bottom: 40px;
}
.l-footer__logo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .l-footer__logo-list {
    gap: 16px;
  }
}
.l-footer__logo-item {
  flex: 0 0 auto;
}
@media all and (max-width: 767px) {
  .l-footer__logo-item {
    width: 90%;
    max-width: 350px;
  }
}
.l-footer__logo-item-address {
  font-size: 14px;
  line-height: 1.4;
  margin: 8px auto;
}
.l-footer__contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.l-footer__contact-item {
  border: 1px solid #E7E7E7;
  padding: 20px 0;
  text-align: center;
  width: 280px;
}
.l-footer__contact-item_label {
  display: flex;
  align-items: center;
}
.l-footer__contact-ttl {
  margin-bottom: 0.3em;
}
.l-footer__contact-tel {
  color: var(--main-color);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.08em;
}
.l-footer__contact-txt {
  font-size: 1.4rem;
}
.l-footer__foot {
  padding-bottom: 20px;
}
.l-footer__foot-link {
  color: var(--main-color);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 24px;
}
.l-footer__foot-copy {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  text-align: center;
}
@media all and (max-width: 767px) {
  .l-footer__foot-copy {
    font-size: 1rem;
    letter-spacing: 0;
  }
}

/*--------------------------------------
l-nav
----------------------------------------*/
.l-nav {
  bottom: 30px;
  display: none;
  position: fixed;
  right: 30px;
  z-index: var(--z-index-nav);
}
@media all and (max-width: 1023px) {
  .l-nav {
    display: block;
    height: 160px;
    max-width: 350px;
    right: 60px;
    top: 8px;
    transform: translateX(100%);
    transition: transform 0.3s;
    width: 100%;
  }
  .l-nav::after {
    background: url(/assets/img/nav-bg.svg) right top/100% no-repeat;
    content: "";
    filter: drop-shadow(0 16px 16px rgba(0, 0, 0, 0.12));
    height: 100%;
    opacity: 0.9;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .l-nav.-show {
    transform: translateX(60px);
  }
}
.l-nav__toggle {
  display: none;
}
@media all and (max-width: 1023px) {
  .l-nav__toggle {
    background: url(/assets/img/common/ico-arrow-left-wh.svg) center/12px no-repeat;
    cursor: pointer;
    display: grid;
    height: 60px;
    place-content: center;
    position: relative;
    width: 60px;
  }
}
@media all and (max-width: 1023px) {
  .l-nav__list {
    margin-top: -60px;
    padding: 20px 20px 20px 90px;
  }
}
.l-nav__item:not(:last-child) {
  margin-bottom: 10px;
}
@media all and (max-width: 1023px) {
  .l-nav__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.l-nav__link {
  align-items: center;
  background-color: #E8E8E8;
  border-radius: 16px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  font-weight: var(--font-weight-medium);
  justify-content: center;
  line-height: 1.4;
  padding: 0.9em 0;
  text-align: center;
  width: 120px;
}
@media all and (max-width: 1023px) {
  .l-nav__link {
    background-color: #fff;
    border-radius: 8px;
    font-size: 1.4rem;
    gap: 4px;
    height: 50px;
    justify-content: flex-start;
    padding: 0 1em;
    text-align: left;
    width: 100%;
  }
}
.l-nav__link.-orange {
  background-color: var(--orange);
  color: #fff;
}
@media all and (max-width: 1023px) {
  .l-nav__link.-orange {
    background-color: #fff;
    color: var(--orange);
  }
}
.l-nav__link.-blue {
  background-color: var(--blue);
  color: #fff;
}
@media all and (max-width: 1023px) {
  .l-nav__link.-blue {
    background-color: #fff;
    color: var(--blue);
  }
}
.l-nav__link.-green {
  background-color: var(--green);
  color: #fff;
}
@media all and (max-width: 1023px) {
  .l-nav__link.-green {
    background-color: #fff;
    color: var(--green);
  }
}
.l-nav__link.-purple {
  background-color: var(--purple);
  color: #fff;
}
@media all and (max-width: 1023px) {
  .l-nav__link.-purple {
    background-color: #fff;
    color: var(--purple);
  }
}
.l-nav__link.-red {
  background-color: var(--red);
  color: #fff;
}
@media all and (max-width: 1023px) {
  .l-nav__link.-red {
    background-color: #fff;
    color: var(--red);
  }
}
.l-nav__link.-main {
  background-color: var(--main-color);
  color: #fff;
}
@media all and (max-width: 1023px) {
  .l-nav__link.-main {
    background-color: #fff;
    color: var(--main-color);
  }
}
.l-nav__link.-pdf {
  background-color: #fff;
  border: 4px solid;
  color: var(--red);
  padding: 10px 0 12px;
}
@media all and (max-width: 1023px) {
  .l-nav__link.-pdf {
    border: none;
    height: 50px;
    padding: 0 0.75em;
  }
}
@media all and (max-width: 1023px) {
  .l-nav__link-img {
    height: 24px;
    width: 24px;
  }
}
.l-nav__link-txt {
  display: block;
  flex: 100%;
  margin-top: 0.2em;
  text-align: center;
}
@media all and (max-width: 1023px) {
  .l-nav__link-txt {
    flex: auto;
    margin-top: 0;
    text-align: left;
  }
}

/*==================================================
module
==================================================*/
/*--------------------
space
--------------------*/
.m-block-space-s {
  margin-bottom: 1em;
}

.m-block-space-m {
  margin-bottom: 2em;
}

.m-block-space-l {
  margin-bottom: 4em;
}

/*--------------------
m-headline
--------------------*/
.m-headline {
  font-size: 4rem;
  font-weight: var(--font-weight-base);
  line-height: 1.2;
  padding: 60px 0 70px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .m-headline {
    font-size: 3.2rem;
    padding: 45px 0 35px;
  }
}

/*--------------------
box
--------------------*/
.m-box {
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid var(--main-color);
  padding: 60px 90px;
}
@media all and (max-width: 1023px) {
  .m-box {
    border-radius: 0;
    border-left: none;
    border-right: none;
    padding: 30px var(--site-padding);
  }
}

/*--------------------
ttl
--------------------*/
.m-ttl {
  color: var(--main-color);
  font-size: 2.8rem;
  font-weight: var(--font-weight-base);
  line-height: 1.4;
  margin-bottom: 1em;
}
@media all and (max-width: 767px) {
  .m-ttl {
    font-size: 2.4rem;
  }
}
.m-ttl.-sm {
  font-size: 1.8rem;
}

.m-ttl-2 {
  font-size: 1.8rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.4;
  margin-bottom: 1.25em;
}
@media all and (max-width: 767px) {
  .m-ttl-2 {
    text-align: center;
  }
}

/*--------------------
text
--------------------*/
.m-text {
  font-weight: var(--font-weight-base);
}
.m-text.-xs {
  font-size: var(--font-extra-small);
}
.m-text.-sm {
  font-size: var(--font-small);
}
.m-text.-md {
  font-size: var(--font-middle);
}
.m-text.-lg {
  font-size: var(--font-large);
}
.m-text.-indent {
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
.m-text.-indent-2 {
  line-height: 1.5;
  padding-left: 1.9em;
  text-indent: -1.9em;
}
.m-text + .m-text {
  margin-top: 1em;
}

.m-text__wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}
.m-text__wrap p {
  margin: 0 !important;
}

.m-under {
  text-decoration: underline;
}

.m-tc {
  text-align: center;
}

.m-tr {
  text-align: right;
}

.m-bold {
  font-weight: var(--font-weight-bold);
}

.m-main-color {
  color: var(--main-color);
}

.m-red-color {
  color: var(--red);
}

.m-gray-color {
  color: #838786;
}

/*--------------------
btn
--------------------*/
.m-btn {
  align-items: center;
  border-radius: 10em;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: var(--font-weight-medium);
  gap: 8px;
  line-height: 1.2;
  min-height: 60px;
  padding: 0.5em 0.8em;
  position: relative;
  width: 100%;
}
.m-btn span small {
  font-size: 1.5rem;
}
.m-btn::after {
  background: center/100% no-repeat;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 20px;
  margin-left: auto;
  width: 12px;
}
.m-btn.-sm {
  font-size: 1.6rem;
}
.m-btn.-main {
  background-color: var(--main-color);
  color: #fff;
}
.m-btn.-main::after {
  background-image: url(/assets/img/common/ico-arrow-wh.svg);
}
.m-btn.-gray {
  background-color: #E8E8E8;
}
.m-btn.-gray::after {
  background-image: url(/assets/img/common/ico-arrow.svg);
}
.m-btn.-white {
  background-color: #fff;
}
.m-btn.-white::after {
  background-image: url(/assets/img/common/ico-arrow.svg);
}
.m-btn.-gr {
  background-image: linear-gradient(45deg, #009fb5, #00cb7d);
  color: #fff;
}
.m-btn.-gr::after {
  background-image: url(/assets/img/common/ico-arrow-wh.svg);
}
.m-btn.-link {
  box-shadow: none;
  text-decoration: underline;
}
.m-btn.-link::after {
  background-image: url(/assets/img/common/ico-arrow.svg);
}
.m-btn.-width-sm {
  max-width: 260px;
}
.m-btn.-tc {
  justify-content: center;
}
.m-btn.-tc::after {
  margin-left: 0.5em;
  margin-right: -0.5em;
}
.m-btn-wrap {
  margin: 1em 0;
  text-align: center;
}
.m-btn-wrap.-flex {
  display: flex;
  gap: 24px;
  justify-content: center;
}
@media all and (max-width: 767px) {
  .m-btn-wrap.-flex {
    flex-direction: column;
  }
  .m-btn-wrap.-flex .m-btn {
    margin: 0 auto;
  }
}

/*--------------------
link
--------------------*/
.m-link {
  font-weight: var(--font-weight-medium);
}
.m-link img {
  margin-right: 0.2em;
}

/*--------------------
badge
--------------------*/
.m-badge {
  border-radius: 10em;
  color: #fff;
  display: inline-block;
  font-size: var(--font-small);
  line-height: 1.2;
  padding: 0.2em 0.6em;
}
.m-badge.-red {
  background-color: var(--red);
}

/*--------------------
list
--------------------*/
.m-list-decimal {
  line-height: 1.6;
  counter-reset: decimal;
  padding-left: 1em;
  text-indent: -1em;
}
.m-list-decimal li {
  counter-increment: decimal;
}
.m-list-decimal li::before {
  color: var(--main-color);
  content: counter(decimal);
  font-weight: var(--font-weight-bold);
  margin-right: 0.35em;
}
.m-list-decimal li + li {
  margin-top: 0.5em;
}

/*--------------------
dl
--------------------*/
.m-dl__list {
  display: grid;
  grid-template-columns: 200px 1fr;
}
.m-dl__list:not(:last-child) {
  margin-bottom: 2em;
}
.-hoten .m-dl__list {
  grid-template-columns: 320px 1fr;
  gap: 20px;
  margin-bottom: 0;
}
@media all and (max-width: 1023px) {
  .m-dl__list {
    grid-template-columns: 1fr;
  }
  .-hoten .m-dl__list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.m-dl__list.-width-full .m-dl__body .m-dl .m-dl__list .form-sub__block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.m-dl__ttl {
  line-height: 1.4;
  margin-top: 0.4em;
}
@media all and (max-width: 1023px) {
  .m-dl__ttl {
    margin: 0 0 0.5em;
  }
  .-hoten .m-dl__ttl {
    margin: 0;
  }
}
.-option .m-dl__body {
  align-self: flex-end;
}
.m-dl .m-dl .m-dl__list {
  grid-template-columns: 110px 1fr;
  margin-bottom: 1.5em;
}
@media all and (max-width: 1023px) {
  .m-dl .m-dl .m-dl__list {
    grid-template-columns: 1fr;
  }
}

.ml20 {
  padding-left: 20px;
}
@media all and (max-width: 767px) {
  .ml20 {
    padding: 0;
  }
}

.--row {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em !important;
}
.--row .m-dl__body {
  margin-top: 20px;
}

.-disable-form {
  opacity: 0.5;
  pointer-events: none;
}
.-disable-form.form-message {
  display: none;
}

/*--------------------
row
--------------------*/
.m-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*--------------------
inner
--------------------*/
.m-inner {
  width: 100%;
  max-width: var(--site-width);
  margin: 0 auto;
  padding-inline: var(--site-padding);
}
.m-inner.-size-s {
  max-width: 1060px;
}
.m-inner.-size-l {
  max-width: 1366px;
}
@media all and (max-width: 1023px) {
  .m-inner.-sp-tb-none {
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .m-inner.-sp-none {
    padding: 0;
  }
}

/*--------------------
margin-top
--------------------*/
.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

@media all and (max-width: 767px) {
  .smt0 {
    margin-top: 0 !important;
  }
  .smt10 {
    margin-top: 10px !important;
  }
  .smt20 {
    margin-top: 20px !important;
  }
  .smt30 {
    margin-top: 30px !important;
  }
  .smt40 {
    margin-top: 40px !important;
  }
  .smt50 {
    margin-top: 50px !important;
  }
}
/*==================================================
modal
==================================================*/
.modal {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: var(--z-index-modal);
  transition: 0.3s;
}
.modal.-active {
  opacity: 1;
  visibility: visible;
}
.modal__dialog {
  margin: 70px auto;
  width: 980px;
}
@media all and (max-width: 1023px) {
  .modal__dialog {
    width: calc(100% - 40px);
  }
}
.modal__dialog.image_only {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.modal-close {
  background: url(/assets/img/common/ico-close-wh.svg) center/100% no-repeat;
  cursor: pointer;
  height: 40px;
  position: fixed;
  right: 40px;
  top: 30px;
  width: 40px;
  z-index: var(--z-index-modal-close);
}
@media (hover: hover) and (pointer: fine) {
  .modal-close:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 1023px) {
  .modal-close {
    height: 30px;
    right: 20px;
    top: 20px;
    width: 30px;
  }
}
.modal-trigger {
  background: url(/assets/img/common/ico-question.svg) left/20px no-repeat;
  cursor: pointer;
  display: inline-flex;
  height: 20px;
  transition: opacity 0.2s;
  padding-left: 25px;
}
@media (hover: hover) and (pointer: fine) {
  .modal-trigger:hover {
    opacity: 0.7;
  }
}

.modal_image_full {
  width: 100%;
}

/*==================================================
hoten
==================================================*/
.hoten {
  margin-bottom: 140px;
}
@media all and (max-width: 767px) {
  .hoten {
    margin-bottom: 80px;
  }
}
.hoten__head {
  border-radius: 8px 8px 0 0;
  color: #fff;
  padding: 15px 0;
  text-align: center;
}
.hoten__head-ttl {
  font-size: 4rem;
  font-weight: var(--font-weight-base);
  line-height: 1.2;
}
@media all and (max-width: 767px) {
  .hoten__head-ttl {
    font-size: 2.8rem;
  }
}
.hoten__head-txt {
  font-weight: var(--font-weight-medium);
  line-height: 1.4;
  margin-top: 0.2em;
}
.hoten__content {
  border-radius: 0 0 8px 8px;
  border: 2px solid;
  border-top: none;
  padding-bottom: 50px;
}
.hoten__body {
  padding: 30px 40px 0;
}
@media all and (max-width: 767px) {
  .hoten__body {
    padding: 20px 20px 0;
  }
}
.hoten__body-txt {
  text-align: left;
  margin-bottom: 2em;
}
@media all and (max-width: 767px) {
  .hoten__body-txt {
    text-align: left;
  }
}
.hoten__foot-txt {
  font-size: 1.8rem;
  margin-bottom: 2em;
  text-align: center;
}
.hoten__foot-label {
  background-color: #fff;
  border: 1px solid;
  border-radius: 8px;
  display: block;
  font-size: 2.4rem;
  line-height: 1.4;
  margin: 0.5em auto;
  padding: 0.5em;
  width: 250px;
}
.hoten__foot-pdf {
  text-align: center;
}
@media all and (max-width: 767px) {
  .hoten__foot-pdf {
    padding: 0 20px;
    text-align: left;
  }
}
.hoten__foot-pdf-label {
  background-color: #fff;
  border-radius: 40px;
  display: inline-block;
  padding: 0.5em 2em;
}
@media all and (max-width: 767px) {
  .hoten__foot-pdf-label {
    border-radius: 20px;
    padding: 0.5em 1em;
  }
}
.hoten__list {
  display: grid;
  gap: 20px 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 2em;
}
@media all and (max-width: 767px) {
  .hoten__list {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.hoten__list-item {
  display: grid;
}
.hoten__list.--center {
  display: flex;
  justify-content: center;
}
.hoten__list.--center li {
  width: 278px;
}
@media all and (max-width: 767px) {
  .hoten__list.--center li {
    width: 100%;
  }
}
.hoten__box {
  background-color: #fff;
  border-radius: 8px;
  padding: 1em 0;
}
.hoten__box-ttl {
  font-size: 1.8rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.5;
  margin-bottom: 0.2em;
  min-height: 3em;
  padding: 0 20px;
  place-content: center;
  text-align: center;
  color: var(--red);
}
.hoten__box-img {
  display: block;
  margin: 0 auto 0.5em;
}
.hoten__box-txt {
  padding: 0 20px;
}
.hoten__note {
  margin-bottom: 2em;
}
.hoten__note-item {
  color: #666666;
  font-size: 1.4rem;
}
.hoten__note-item + .hoten__note-item {
  margin-top: 0.4em;
}
.hoten.-kikai .hoten__head {
  background-color: var(--orange);
}
.hoten.-kikai .hoten__content {
  background-color: #FCFAF1;
  border-color: var(--orange);
}
.hoten.-kikai .hoten__foot-label {
  color: var(--orange);
}
.hoten.-kyugyo .hoten__head {
  background-color: var(--red);
}
.hoten.-kyugyo .hoten__content {
  background-color: #fcf5f7;
  border-color: var(--red);
}
.hoten.-kyugyo .hoten__foot-label {
  color: var(--red);
}
.hoten.-urikake .hoten__head {
  background-color: var(--blue);
}
.hoten.-urikake .hoten__content {
  background-color: #F1F8FA;
  border-color: var(--blue);
}
.hoten.-urikake .hoten__foot-label {
  color: var(--blue);
}
.hoten.-kega .hoten__head {
  background-color: var(--green);
}
.hoten.-kega .hoten__content {
  background-color: #f4f8f5;
  border-color: var(--green);
}
.hoten.-kega .hoten__foot-label {
  color: var(--green);
}
.hoten.-pamphlet .hoten__head {
  background-color: var(--main-color);
}
.hoten.-pamphlet .hoten__content {
  background-color: #FFF;
  border-color: var(--main-color);
}
.hoten.-pamphlet .hoten__foot-label {
  color: var(--main-color);
}

/*==================================================
cta
==================================================*/
.cta {
  margin-bottom: 90px;
}
@media all and (max-width: 767px) {
  .cta {
    margin-bottom: 80px;
  }
}
.cta__box {
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 260px;
  margin-bottom: 40px;
  padding: 30px 60px;
  position: relative;
  z-index: 0;
}
.cta__box::before {
  background-image: linear-gradient(60deg, #00cb7d, #009fb5);
  border-radius: 19px;
  box-shadow: 0 16px 16px rgba(0, 0, 0, 0.12);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  border: solid 4px #ffffff;
}
@media all and (max-width: 1023px) {
  .cta__box {
    gap: 16px;
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 767px) {
  .cta__box {
    margin-bottom: 30px;
    padding: 20px;
  }
}
.cta__body-list {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media all and (max-width: 1023px) {
  .cta__body-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 767px) {
  .cta__body-list .m-btn {
    border-radius: 20px;
    flex-direction: column;
    font-size: 1.6rem;
    letter-spacing: -0.04em;
    padding: 8px 0 13px;
    text-align: center;
  }
  .cta__body-list .m-btn::after {
    display: none;
  }
}
.cta__ttl {
  color: #fff;
  font-size: 3.2rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.4;
  margin-bottom: 0.5em;
}
@media all and (max-width: 1023px) {
  .cta__ttl {
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .cta__ttl {
    font-size: 1.8rem;
    font-weight: var(--font-weight-bold);
  }
}
.cta__txt {
  color: #fff;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.08em;
}
@media all and (max-width: 767px) {
  .cta__txt {
    line-height: 1.4;
  }
}
.cta__list {
  display: flex;
  gap: 40px;
  justify-content: center;
}
@media all and (max-width: 1023px) {
  .cta__list {
    flex-wrap: wrap;
    gap: 16px;
    padding: 0 20px;
  }
}
.cta__list-item {
  flex: 1;
  max-width: 300px;
}
@media all and (max-width: 1023px) {
  .cta__list-item {
    flex: 100%;
  }
}
@media all and (max-width: 767px) {
  .cta__list-item .m-btn {
    font-size: 1.6rem;
    min-height: 48px;
  }
}

/*==================================================
form
==================================================*/
.form-item:not(:last-child) {
  margin-bottom: 2em;
}
.form-item p {
  margin-bottom: 1em;
}
.form-item__child {
  padding-left: 40px;
}
@media all and (max-width: 767px) {
  .form-item__child {
    padding-left: 15px;
  }
}
.form-item__option-ttl {
  color: #666666;
  font-size: 1.4rem;
  font-weight: var(--font-weight-base);
  line-height: 1;
  padding: 0.5em 0;
}
.form-item__option-body {
  border-left: 2px solid #E2E2E2;
  margin-left: 13px;
  padding-left: 30px;
}
@media all and (max-width: 767px) {
  .form-item__option-body {
    padding-left: 15px;
  }
}
.form-item__row {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 400px;
}
@media all and (max-width: 1023px) {
  .form-item__row {
    gap: 0;
    grid-template-columns: 1fr;
  }
}
.form-ttl {
  border-left: 4px solid var(--main-color);
  font-size: 1.6rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.4;
  margin-bottom: 1em;
  padding-left: 8px;
}
.form-select__item {
  display: block;
  position: relative;
  width: 400px;
}
@media all and (max-width: 767px) {
  .form-select__item {
    width: 100%;
  }
}
.form-select__item.-width-sm {
  width: 280px;
}
.form-select__item::after {
  content: "";
  background: url(/assets/img/common/ico-select-arrow.svg) center/100% no-repeat;
  margin-top: -12px;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 24px;
  height: 24px;
  pointer-events: none;
}
.form-select__row {
  display: flex;
  gap: 1em;
  margin-bottom: 0.5em;
}
.form-select__date {
  align-self: center;
  display: block;
  flex-shrink: 0;
}
.form-select select {
  padding-right: 40px;
}
.form-radio, .form-checkbox {
  position: relative;
}
.form-radio input, .form-checkbox input {
  opacity: 0;
  position: absolute;
  display: none;
}
.form-radio input + label:before, .form-checkbox input + label:before {
  border: 1px solid #CDD6DD;
  content: "";
  display: block;
  height: 30px;
  width: 30px;
}
.form-radio label, .form-checkbox label {
  display: grid;
  grid-template-columns: 40px 1fr;
  font-size: 1.6rem;
  line-height: 1.45;
}
.form-radio label:hover, .form-checkbox label:hover {
  cursor: pointer;
}
.form-radio__txt, .form-checkbox__txt {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.form-radio__txt-sm, .form-checkbox__txt-sm {
  display: block;
  line-height: 1.3;
  margin-top: 0.2em;
}
@media all and (max-width: 767px) {
  .form-radio__txt-sm, .form-checkbox__txt-sm {
    font-size: 1.4rem;
  }
}
.form-radio {
  display: inline-block;
  margin: 0 1.5em 0.5em 0;
}
.form-radio input + label:before {
  border-radius: 50%;
}
.form-radio input:checked + label:before {
  background-color: var(--main-color) !important;
  box-shadow: inset 0 0 0 4px #fff;
}
.form-checkbox {
  display: block;
}
.form-checkbox + .form-checkbox {
  margin-top: 14px;
}
.form-checkbox input + label:before {
  background: url(/assets/img/common/ico-check-wh.svg) center/90% no-repeat;
  background-color: #fff;
  border-radius: 8px;
}
.form-checkbox input:checked + label:before {
  background-color: var(--main-color) !important;
}
.form-message {
  color: #666666;
  display: block;
  font-size: 1.4rem;
  margin-top: 0.5em;
}
.form-message.-red {
  color: var(--red);
}
.form-message-errow {
  color: var(--red);
  display: none;
  font-size: 1.4rem;
  margin-top: 0.5em;
}

input,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #CDD6DD;
  color: var(--body-color);
  font-family: var(--font-jp);
  font-size: 1.6rem;
  height: 50px;
  margin: 0;
  outline: none;
  padding: 0 1em;
  width: 100%;
}
input:focus,
select:focus {
  border-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px var(--main-color);
}
input::-moz-placeholder, select::-moz-placeholder {
  color: #CDD6DD;
}
input::placeholder,
select::placeholder {
  color: #CDD6DD;
}
input[type=date],
select[type=date] {
  position: relative;
}
input[type=date]::-webkit-calendar-picker-indicator,
select[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  z-index: 1;
}
input[type=date]::after,
select[type=date]::after {
  background: url(/assets/img/common/ico-calendar.svg) center/100% no-repeat;
  content: "";
  height: 24px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.-sm input,
.-sm select,
.-sm label {
  font-size: var(--font-small);
}

.-md input,
.-md select,
.-md label {
  font-size: var(--font-middle);
}

.-width-sm input {
  width: 220px;
}

.-width-md input {
  width: 300px;
}
@media all and (max-width: 767px) {
  .-width-md input {
    width: 100%;
  }
}

.-width-xl {
  width: 340px;
}
@media all and (max-width: 767px) {
  .-width-xl {
    width: 100%;
  }
}
.-width-xl select {
  width: 340px;
}
@media all and (max-width: 767px) {
  .-width-xl select {
    width: 100%;
  }
}

.-disabled input,
.-disabled select,
.-disabled label,
.-disabled .form-select__item::after {
  opacity: 0.5;
  pointer-events: none;
}

.-errow input,
.-errow select,
.-errow .form-radio label:before,
.-errow .form-checkbox label:before, .-errow.form-radio label:before, .-errow.form-checkbox label:before {
  border-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px var(--red);
}
.-errow .form-message-errow,
.-errow ~ .form-message-errow {
  display: block;
}

ruby rt {
  font-size: 9px;
}

.no-act {
  pointer-events: none;
}

.smb20 {
  margin-bottom: 20px;
}

.m-dl .m-dl .m-dl__list.form-sub__block__wrap {
  grid-template-columns: unset;
}

.form-sub__block {
  display: grid;
  grid-template-columns: 120px 1fr;
}
@media all and (max-width: 767px) {
  .form-sub__block {
    grid-template-columns: 1fr;
  }
}

.c-err__block {
  margin: 24px 0;
  padding: 16px 24px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--red);
  border: 2px dotted;
  border-radius: 16px;
}

/*SASS MODULE*/
/*# sourceMappingURL=style.css.map */