@charset "UTF-8";
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
:root {
  --white: #ffffff;
  --text-color: #000000;
  --main: #185AA5;
  --sub: #C11414;
  --cta: #FCCA00;
  --bg: #F5F5F5;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
:root {
  --inner_width: 120rem;
  --pi: 5rem;
  --transition: 0.5s;
}

/* -------------------------------------------*/
:root {
  --text-base: "Zen Kaku Gothic New","Noto Sans JP",
              "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
              "游ゴシック",YuGothic,
              "メイリオ",Meiryo,
              sans-serif;
  --antique: "Zen Kaku Gothic Antique", sans-serif;
  --eng: "Zen Maru Gothic", sans-serif;
  --mincho: "Zen Antique Soft",serif;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
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 {
  border: 0;
  font-size: 100%;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

html {
  -ms-overflow-style: scrollbar;
  font-size: 62.5%;
  overflow: auto;
}

body {
  color: var(--text-color);
  font-family: var(--text-base);
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  height: 100%;
  letter-spacing: 0;
  line-height: 1;
  overflow: hidden;
  position: relative;
}

body:not(.home) {
  background-color: var(--bg);
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

section {
  position: relative;
  width: 100%;
}

hgroup {
  position: relative;
}

a,
button {
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
  transition: var(--transition);
}
a::before,
button::before {
  transition: var(--transition);
}

picture {
  display: block;
}

img {
  height: 100%;
  vertical-align: middle;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

em {
  font-style: normal;
}

svg:not(:root) {
  overflow: hidden;
}

input,
button,
select,
optgroup,
textarea {
  background-color: transparent;
  border: none;
  border: none;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  position: relative;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  border-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

address {
  font-style: normal;
}
/* スクロールバーのトラックの背景色 */
::-webkit-scrollbar-track {
  background-color: transparent;
}

/* スクロールバーのスクロール部分 */
::-webkit-scrollbar-thumb {
  background-color: #19274e;
  border-radius: 5px;
}

/* スクロールバーの上部ボタン */
::-webkit-scrollbar-button:start {
  display: none;
}

/* スクロールバーの下部ボタン */
::-webkit-scrollbar-button:end {
  display: none;
}

/* -------------------------------------------*/
/* layout
-------------------------------------------------------*/
/**
 * input
 *
 */
input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
  border: none;
  border: none;
  border: none;
  border-radius: 5px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 17px 18px;
  position: relative;
  width: 100%;
}

input[type=number] {
  -moz-appearance: textfield;
}

/**
 * textarea
 *
 */
textarea {
  border: none;
  border: none;
  border-radius: 5px;
  height: 200px;
  letter-spacing: 0.1em;
  padding: 10px;
  position: relative;
  width: 100%;
}

input[type=text]:disabled {
  background: transparent;
  cursor: not-allowed;
}
input[type=text]:disabled::-moz-placeholder {
  opacity: 1;
}
input[type=text]:disabled::placeholder {
  opacity: 1;
}

/**
 * radio
 *
 */
input[type=radio] {
  display: none;
  vertical-align: middle;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

input[type=radio] + .mwform-radio-field-text {
  cursor: pointer;
  display: inline-block;
  margin: 0 20px 10px 0;
  padding: 10px 10px 10px 40px;
  position: relative;
  transition: var(--transition);
  vertical-align: middle;
}

input[type=radio] + .mwform-radio-field-text::before {
  border: 1px solid #7f7f7f;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s ease;
  width: 20px;
  z-index: 2;
}

input[type=radio] + .mwform-radio-field-text::after {
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 12px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  z-index: 5;
}

input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

/**
 * checkbox
 *
 */
input[type=checkbox] {
  opacity: 0;
  vertical-align: middle;
}

input[type=checkbox] + label {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0 0 0 35px;
  position: relative;
  transition: var(--transition);
}

input[type=checkbox] + label::before {
  border: 2px #818181 solid;
  box-sizing: border-box;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  z-index: 2;
}

input[type=checkbox] + label::after {
  content: "";
  display: block;
  height: 5px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  transition: var(--transition);
  width: 10px;
  z-index: 3;
}

input[type=checkbox]:checked + label::after {
  opacity: 1;
}

/**
 * tel(column)
 *
 */
.mwform-tel-field {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.mwform-tel-field > input {
  flex: 1;
  width: 100% !important;
}

/**
 * select
 *
 */
.select-parts {
  border: 1px solid var(--text-color);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.select-parts::after {
  background: url(../img/contact/select_arrow.png) no-repeat top center/contain;
  content: "";
  height: 10px;
  margin-top: 2px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  z-index: 5;
}
.select-parts select {
  background: #fbefe3;
  border: none;
  border: none;
  box-shadow: none;
  color: #7f7f7f;
  cursor: pointer;
  font-size: 2rem;
  height: 45px;
  letter-spacing: 0.1em;
  padding: 0 20px 0 15px;
  position: relative;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}

/**
 * file
 *
 */
input[type=file] + label {
  margin: 0 10px 0 0;
  padding: 15px 0;
  width: 160px;
}
input[type=file] + label:after {
  left: 170px;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
.l-footer {
  background-color: var(--bg);
  padding-block: 3.4rem 8.2rem;
  padding-inline: var(--pi);
}

.l-footer__inner {
  margin-inline: auto;
  max-width: 82rem;
}

.l-footer__image {
  aspect-ratio: 326/44;
  margin-inline: auto;
  width: 32.6rem;
}

.l-footer__name {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4444444444;
  margin-top: 2rem;
  text-align: center;
}

.l-footer__menu-container {
  display: flex;
  gap: 3em;
  margin-inline: auto;
  margin-top: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
}

.l-footer__menu {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
}
.l-footer__menu::before {
  content: "|";
  display: block;
  left: -1.5em;
  position: absolute;
}
.l-footer__menu:first-child::before {
  display: none;
}

.l-footer__menu a {
  display: inline;
  font-weight: 500;
}

.l-footer__snsBlock {
  display: grid;
  gap: 1.9rem;
  grid-template-columns: 1fr 1fr;
  margin-inline: auto;
  margin-top: 3.8rem;
  width: 8.5rem;
}

.l-footer__sns-image {
  aspect-ratio: 1;
}

.l-footer__siteLink {
  display: grid;
  gap: 7.1951219512%;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 4.6rem;
}

.l-footer__linkColumn-ttl {
  line-height: 1.5;
  padding-left: 2.1rem;
  position: relative;
}
.l-footer__linkColumn-ttl::before {
  aspect-ratio: 1;
  background-image: url(../images/common/footer-icon.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1.2rem;
}

.l-footer__link-container {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  margin-top: 1rem;
  padding-left: 1rem;
}

.l-footer__link {
  font-size: 1.5rem;
  line-height: 1.4;
  padding-left: 0.5em;
  position: relative;
}
.l-footer__link::before {
  content: "-";
  display: block;
  left: 0;
  position: absolute;
}

.l-footer__menu-container02 {
  display: flex;
  gap: 1.5em;
  margin-inline: auto;
  margin-top: 5.2rem;
  width: -moz-fit-content;
  width: fit-content;
}

.l-footer__menu02 {
  font-size: 1.5rem;
  line-height: 1.4;
  position: relative;
}
.l-footer__menu02::before {
  content: "|";
  display: block;
  left: -1em;
  position: absolute;
}
.l-footer__menu02:first-child::before {
  display: none;
}

.l-footer__copy {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 5.2rem;
  text-align: center;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-header {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.l-header__container {
  align-items: center;
  display: flex;
  gap: 3.8rem;
  padding-inline: var(--pi);
  padding-top: 4.1rem;
}

.l-header__logoBox {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 21.3rem 9.5rem;
}

.l-header__logo-image img {
  -o-object-fit: contain;
  object-fit: contain;
}

.l-header__hogosuru-image {
  border: 1px solid var(--main);
  padding: 1.2rem;
}
.l-header__hogosuru-image img {
  -o-object-fit: contain;
  object-fit: contain;
}

.l-header__menu-container {
  display: flex;
  gap: 3em;
}

.l-header__menu a {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.4705882353;
  position: relative;
}
.l-header__menu a::before {
  content: "|";
  left: -1.5em;
  position: absolute;
}

.l-header__menu:first-child a::before {
  display: none;
}

.l-header__sideBtnBox {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: fixed;
  right: -26.5rem;
  top: 4.8rem;
}

.l-header__sideBtn a {
  align-content: center;
  background-color: var(--cta);
  border-radius: 100px 0 0 100px;
  height: 7.8rem;
  padding-left: 2.9rem;
  width: 34.1rem;
}
.l-header__btnText {
  font-weight: 500;
  padding-left: 4.6rem;
  position: relative;
}
.l-header__btnText::before {
  aspect-ratio: 21.5/16;
  background-image: url(../images/common/mail-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 2.15rem;
}

.l-header__btnImg {
  aspect-ratio: 71/16;
  padding-left: 4.9rem;
  position: relative;
  width: 12rem;
}
.l-header__btnImg img {
  -o-object-fit: contain;
  object-fit: contain;
}
.l-header__btnImg::before {
  aspect-ratio: 25.3/38.4;
  background-image: url(../images/common/tebukuro-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 2.5rem;
}

.l-header__menuBtn {
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: max(0.4166666667vw, 3px);
}
.l-header__menuBtn span {
  aspect-ratio: 1;
  background-color: var(--main);
  border-radius: 50%;
  display: block;
  pointer-events: none;
  width: max(0.6666666667vw, 3px);
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-main {
  position: relative;
}

.l-main-low {
  padding-top: 13.4rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
.c-btn a {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4444444444;
  padding-left: 3.6rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.c-btn a span {
  position: relative;
}
.c-btn a span::before {
  aspect-ratio: 1;
  background-image: url(../images/common/arrow-bgYellow.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  left: -3.6rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1.7rem;
}

/* -------------------------------------------*/
.c-cta {
  background-color: var(--main);
  color: var(--white);
  padding-block: 7.7rem 7.5rem;
  padding-inline: var(--pi);
  position: relative;
}
.c-cta::before {
  aspect-ratio: 342/307;
  background-image: url(../images/common/guide-decole.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 1rem;
  width: 21.375%;
  z-index: 0;
}

.c-cta__inner {
  margin-inline: auto;
  max-width: var(--inner_width);
}

.c-cta__topBlock {
  align-items: flex-end;
  border-bottom: 1px solid var(--white);
  display: grid;
  gap: 6.4166666667%;
  grid-template-columns: 36% 1fr;
  padding-bottom: 6rem;
}

.c-cta__topBlock-textBox {
  padding-bottom: 2.6rem;
}

.c-cta__topBlock-ttl {
  font-size: 3.6rem;
  font-weight: 700;
}

.c-cta__topBlock-text {
  font-size: 2.4rem;
  line-height: 1.6458333333;
  margin-top: 3.7rem;
}

.c-cta__topBlock-telBox {
  align-items: center;
  display: flex;
  gap: 1rem;
  padding-left: 2.23rem;
}

.c-cta__topBlock-telLink {
  font-size: 5.2rem;
  font-weight: 500;
  line-height: 1.4423076923;
  vertical-align: bottom;
}

.c-cta__topBlock-tel {
  font-size: 2.5rem;
  font-weight: 500;
}

.c-cta__topBlock-info {
  font-weight: 500;
  line-height: 1.4375;
  padding-top: 10px;
}

.c-cta__topBlock-btnBox {
  display: flex;
  gap: 2.8rem;
  margin-top: 3.3rem;
}

.c-cta__secBtn {
  padding-bottom: 1.2rem;
}

.c-cta__secBtn a {
  align-content: center;
  background-color: var(--white);
  border: 3px solid var(--cta);
  border-radius: 100px;
  color: var(--text-color);
  font-size: 1.7rem;
  font-weight: 500;
  height: 6.9rem;
  text-align: center;
}
.c-cta__secBtn a span::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}

.c-cta__secBtn--contact {
  width: 52.0984081042%;
}

.c-cta__secBtn--contact a span {
  padding-left: 8.0555555556%;
  position: relative;
}
.c-cta__secBtn--contact a span::before {
  aspect-ratio: 1;
  background-image: url(../images/common/contact-icon.svg);
  width: 2rem;
}

.c-cta__secBtn--download {
  width: 43.4153400868%;
}

.c-cta__secBtn--download a span {
  padding-left: 7.6666666667%;
  position: relative;
}
.c-cta__secBtn--download a span::before {
  aspect-ratio: 1;
  background-image: url(../images/common/download-icon.svg);
  width: 1.6rem;
}

.c-cta__bottomBlock {
  padding-top: 4.45rem;
}

.c-cta__bottomBlock-imgBox {
  align-items: center;
  display: grid;
  gap: 5.3333333333%;
  grid-template-columns: 18rem 1fr;
}

.c-cta__bottomBlock-image {
  aspect-ratio: 180/247;
}

.c-cta__bottomBlock-captionInner {
  align-items: flex-end;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: 1fr 28.7656903766%;
}

.c-cta__bottomBlock-ttlTetx {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4545454545;
}

.c-cta__bottomBlock-ttl {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4444444444;
  margin-top: 0.8rem;
}

.c-cta__bottomBlock-text {
  font-size: 2.4rem;
  line-height: 1.6458333333;
  margin-top: 3.7rem;
}

.c-cta__secBtn--downloadBottom a span {
  padding-left: 7.6363636364%;
  position: relative;
}
.c-cta__secBtn--downloadBottom a span::before {
  aspect-ratio: 1;
  background-image: url(../images/common/download-icon.svg);
  width: 1.6rem;
}

.c-bread {
  background-color: var(--white);
  border-radius: 29px;
  margin-inline: auto;
  padding: 1.6rem 2.5rem;
  width: 93.75%;
}

.c-bread__list {
  display: flex;
  font-size: 1.8rem;
  gap: 1.5em;
  line-height: 1.4444444444;
}

.c-bread__item {
  font-weight: 500;
  position: relative;
}
.c-bread__item:not(.c-bread__item:last-child)::before {
  content: ">";
  display: block;
  position: absolute;
  right: -1em;
}

.c-bread__link {
  font-weight: 500;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-sec-ttl {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.4444444444;
  padding-left: 4.2rem;
  position: relative;
}
.c-sec-ttl::before {
  background-color: var(--main);
  content: "";
  display: block;
  height: 0.7rem;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 2.4rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.u-db {
  display: block;
}

.u-dn {
  display: none;
}

.u-820 {
  display: none;
}

.u-480 {
  display: none;
}

.u-768 {
  display: none;
}

.u-inner {
  margin-inline: auto;
  max-width: var(--inner_width);
}

.u-upp {
  text-transform: uppercase;
}

.u-color-red {
  color: #C11414;
}

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

.u-ff-eng {
  font-family: var(--eng);
}

.u-fw-700 {
  font-weight: 700;
}

.u-fw-500 {
  font-weight: 500;
}

@media not all and (max-width: 1600px){
  html {
    font-size: 70%;
  }
}

@media (max-width: 1200px){
  .l-header__container {
    justify-content: space-between;
    --pi: 2rem 1.8rem;
    padding-top: 2.8rem;
  }
  .l-header__hogosuru-image {
    display: none;
  }
  .l-header__menu-container {
    display: none;
  }
  .l-header__sideBtnBox {
    display: none;
  }
  .l-header__menuBtn {
    display: flex;
  }
  .l-main-low {
    padding-top: 7.5rem;
  }
  .c-cta__topBlock {
    align-items: flex-start;
    gap: 4.9rem;
    grid-template-columns: 1fr;
  }
  .c-cta__topBlock-text {
    font-size: max(2vw, 15px);
    margin-top: max(2.6666666667vw, 17px);
  }
  .c-cta__topBlock-btnBox {
    margin-top: max(2.75vw, 20px);
  }
  .c-cta__bottomBlock-captionInner {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }
  .c-cta__bottomBlock-ttlTetx {
    font-size: max(1.8333333333vw, 15px);
  }
  .c-cta__bottomBlock-ttl {
    font-size: max(3vw, 25px);
    margin-top: 0.6rem;
  }
  .c-cta__bottomBlock-text {
    font-size: max(2vw, 15px);
  }
  .c-cta__secBtn--downloadBottom a {
    width: 33.5rem;
  }
}

@media screen and (max-width: 1080px){
  html {
    font-size: 57.5%;
  }
  input[type=text],
  input[type=date],
  input[type=password],
  input[type=email],
  input[type=time],
  input[type=tel],
  input[type=number] {
    padding: 10px;
  }
  textarea {
    height: 170px;
  }
  input[type=radio] + .mwform-radio-field-text {
    margin: 0;
    padding: 10px 5px 12px 23px;
  }
  input[type=radio] + .mwform-radio-field-text::before {
    height: 15px;
    width: 15px;
  }
  input[type=radio] + .mwform-radio-field-text::after {
    content: "";
    height: 9px;
    left: 3px;
    width: 9px;
  }
  input[type=checkbox] + label {
    padding-left: 30px;
  }
}

@media (max-width: 820px){
  .u-820 {
    display: block;
  }
}

@media (max-width: 768px){
  .l-footer {
    padding-block: 4.3rem 2.4rem;
  }
  .l-footer__image {
    width: 16.2rem;
  }
  .l-footer__copy {
    font-size: 1.3rem;
    margin-top: 2.4rem;
  }
  .l-header__logoBox {
    display: block;
    width: min(38.1333333333vw, 214px);
  }
  .c-cta {
    padding-block: 4.6rem 3rem;
  }
  .c-cta::before {
    top: 0.5rem;
    width: 50.1333333333%;
  }
  .c-cta__topBlock {
    border: unset;
    padding-bottom: 6.6rem;
  }
  .c-cta__topBlock-textBox {
    padding-bottom: 0;
    text-align: center;
  }
  .c-cta__topBlock-ttl {
    font-size: 3rem;
  }
  .c-cta__topBlock-telBox {
    flex-direction: column;
    padding-left: 0;
  }
  .c-cta__topBlock-telLink {
    font-size: 3.9rem;
  }
  .c-cta__topBlock-tel {
    font-size: 1.9rem;
  }
  .c-cta__topBlock-info {
    font-size: 1.5rem;
    padding-top: 0;
  }
  .c-cta__topBlock-btnBox {
    align-items: center;
    flex-direction: column;
    gap: 1.9rem;
  }
  .c-cta__secBtn {
    padding-bottom: 0;
  }
  .c-cta__secBtn a {
    font-size: 1.4rem;
    font-weight: 400;
    height: 6.4rem;
  }
  .c-cta__secBtn--contact {
    width: 33.5rem;
  }
  .c-cta__secBtn--download {
    width: 33.5rem;
  }
  .c-cta__bottomBlock {
    padding-top: 0;
  }
  .c-cta__bottomBlock-caption,
  .c-cta__bottomBlock-captionTextBox {
    display: contents;
  }
  .c-cta__bottomBlock-imgBox {
    gap: 1.1rem 1.5rem;
    grid-template-areas: "g-1 g-2" "g-3 g-3" "g-4 g-4";
    grid-template-columns: 26.8656716418% 1fr;
  }
  .c-cta__bottomBlock-image {
    grid-area: g-1;
  }
  .c-cta__bottomBlock-ttlBox {
    grid-area: g-2;
  }
  .c-cta__bottomBlock-captionInner {
    display: contents;
  }
  .c-cta__bottomBlock-text {
    font-weight: 500;
    grid-area: g-3;
    margin-top: 2.1rem;
  }
  .c-cta__secBtn--downloadBottom {
    grid-area: g-4;
    margin-inline: auto;
  }
  .c-cta__bottomBlock-image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-cta__bottomBlock-ttlBox {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .c-cta__bottomBlock-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .c-cta__secBtn--downloadBottom {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .c-sec-ttl {
    font-size: max(4.6875vw, 25px);
    padding-left: max(5.46875vw, 37px);
  }
  .c-sec-ttl::before {
    height: 0.6rem;
    width: 2.1rem;
  }
}

@media not all and (max-width: 768px){
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 768px){
  :root {
    --pi: 2rem;
  }
  html {
    font-size: 62.5%;
  }
  .c-btn a {
    align-content: center;
    background-color: var(--white);
    border: 2px solid var(--cta);
    border-radius: 60px;
    font-size: 1.4rem;
    font-weight: 400;
    height: 6.4rem;
    text-align: center;
    width: 33.5rem;
  }
  .u-768__up {
    display: none !important;
  }
  .u-768 {
    display: block;
  }
}

@media (max-width: 480px){
  .u-480 {
    display: block;
  }
}

@media (hover: hover) and (pointer: fine){
  a:hover,
  button:hover {
    opacity: 0.7;
  }
  .l-header__sideBtn a:hover {
    opacity: 1;
    translate: -15.7rem;
  }
}

@media all and (-ms-high-contrast: none){
  html,
  body {
    display: none;
  }
}
/*# sourceMappingURL=maps/style.css.map */
