@charset "UTF-8";
/* ------------------------------

  vw / vh 計算

------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@font-face { font-family: 'icomoon'; src: url("assets/font/fonts/icomoon.eot?t2g2xy"); src: url("assets/font/fonts/icomoon.eot?t2g2xy#iefix") format("embedded-opentype"), url("assets/font/fonts/icomoon.ttf?t2g2xy") format("truetype"), url("assets/font/fonts/icomoon.woff?t2g2xy") format("woff"), url("assets/font/fonts/icomoon.svg?t2g2xy#icomoon") format("svg"); font-weight: normal; font-style: normal; font-display: block; }

[class^="icon-"], [class*=" icon-"], .btn:before, .btn:after { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon-menu:before { content: "\e90c"; }

.icon-check-1:before { content: "\e900"; }

.icon-check-2:before { content: "\e901"; }

.icon-check-3:before { content: "\e902"; }

.icon-mail:before { content: "\e903"; }

.icon-map:before { content: "\e904"; }

.icon-next:before { content: "\e905"; }

.icon-phone:before { content: "\e906"; }

.icon-search:before { content: "\e907"; }

.icon-star:before { content: "\e908"; }

.icon-symbol .path1:before { content: "\e909"; color: #282a29; }

.icon-symbol .path2:before { content: "\e90a"; margin-left: -1em; color: #6a6f6d; }

.icon-triangle:before { content: "\e90b"; }

/* ------------------------------

  color

------------------------------ */
/* ------------------------------

  shadow

------------------------------ */
/* ------------------------------

  easing

------------------------------ */
/* ------------------------------

  container / breakpoint / mediaQuery

------------------------------ */
/* ------------------------------

  color

------------------------------ */
/* ------------------------------

  shadow

------------------------------ */
/* ------------------------------

  easing

------------------------------ */
/* ------------------------------

  container / breakpoint / mediaQuery

------------------------------ */
/* ------------------------------

  vw / vh 計算

------------------------------ */
/* ------------------------------

  全体

------------------------------ */
html { font-size: 62.5%; }

@media screen and (max-width: 768px) { html { font-size: 52.5%; } }

body { font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; -webkit-font-smoothing: antialiased; font-size: 1.6rem; font-weight: 500; color: #282a29; min-width: 1024px; max-width: 1980px; margin: auto; line-height: 1.5; }

@media screen and (max-width: 1024px) { body { min-width: inherit; line-height: 1.75; } }

a:hover { opacity: 0.75; }

/* ------------------------------

  画像

------------------------------ */
.img-responsive { width: 100%; }

/* ------------------------------

  表示 / 非表示

------------------------------ */
.hidden-tab { display: block; }

@media screen and (max-width: 1024px) { .hidden-tab { display: none; } }

.visible-tab { display: none; }

@media screen and (max-width: 1024px) { .visible-tab { display: block; } }

.hidden-sp { display: block; }

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

.visible-sp { display: none; }

@media screen and (max-width: 768px) { .visible-sp { display: block; } }

/* ------------------------------

  リンクの無効

------------------------------ */
.click-invalid { pointer-events: none; }

.click-invalid a { pointer-events: none; }

/*! Bootstrap Reboot v4.3.1 (https://getbootstrap.com/) Copyright 2011-2019 The Bootstrap Authors Copyright 2011-2019 Twitter, Inc. Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) */
*, *::before, *::after { -webkit-box-sizing: border-box; box-sizing: border-box; }

html { font-family: sans-serif; line-height: 1; -webkit-text-size-adjust: 100%; /*-webkit-font-smoothing: antialiased;*/ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body { margin: 0; text-align: left; letter-spacing: 0; }

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

hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible; }

h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0; }

p { margin-top: 0; margin-bottom: 0; }

abbr[title], abbr[data-original-title] { text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; cursor: help; border-bottom: 0; -webkit-text-decoration-skip-ink: none; text-decoration-skip-ink: none; }

address { margin-bottom: 0; font-style: normal; line-height: inherit; }

ol, ul, dl { list-style: none; padding: 0; margin: 0; }

ol ol, ul ul, ol ul, ul ol { margin-bottom: 0; }

dt { font-weight: 700; }

dd { margin-bottom: 0rem; margin-left: 0; }

blockquote { margin: 0; }

b, strong { font-weight: bolder; }

small { font-size: 80%; }

sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

a { color: #13a5da; text-decoration: none; background-color: transparent; }

a:hover { text-decoration: none; }

a:not([href]):not([tabindex]) { color: inherit; text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus { color: inherit; text-decoration: none; }

a:not([href]):not([tabindex]):focus { outline: 0; }

pre, code, kbd, samp { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 1em; }

pre { margin-top: 0; margin-bottom: 1rem; overflow: auto; }

figure { margin: 0 0 0; }

img { vertical-align: middle; border-style: none; max-width: 100%; display: inline-block; }

svg { overflow: hidden; vertical-align: middle; }

table { border-collapse: collapse; }

caption { padding-top: 0.75rem; padding-bottom: 0.75rem; color: #6c757d; text-align: left; caption-side: bottom; }

th { text-align: inherit; }

label { display: inline-block; margin-bottom: 0.5rem; }

button { border-radius: 0; background-color: transparent; border: none; cursor: pointer; outline: none; padding: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; }

input, button, select, optgroup, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; }

button, input { overflow: visible; }

button, select { text-transform: none; }

select { word-wrap: normal; }

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

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) { cursor: pointer; }

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

input[type="radio"], input[type="checkbox"] { -webkit-box-sizing: border-box; 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 { min-width: 0; padding: 0; margin: 0; border: 0; }

legend { display: block; width: 100%; max-width: 100%; padding: 0; margin-bottom: 0.5rem; font-size: 1.5rem; line-height: inherit; color: inherit; white-space: normal; }

progress { vertical-align: baseline; }

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

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

[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

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

output { display: inline-block; }

summary { display: list-item; cursor: pointer; }

template { display: none; }

[hidden] { display: none !important; }

/*# sourceMappingURL=bootstrap-reboot.css.map */
.container { margin-right: auto; margin-left: auto; max-width: 1120px; }

@media screen and (max-width: 1024px) { .container { padding-right: 24px !important; padding-left: 24px !important; } }

@media screen and (max-width: 768px) { .container { padding-right: 20px !important; padding-left: 20px !important; } }

.footer__logo { max-width: 160px; margin-right: 20px; }

@media screen and (max-width: 1024px) { .footer__logo { max-width: 130px; } }

.footer__top { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 15px 15px; }

.footer__name { font-size: 14px; }

.footer__copyright { display: block; background: #000; color: #fff; text-align: center; font-size: 12px; padding: 15px; }

.header__logo { max-width: 160px; margin-right: 20px; }

@media screen and (max-width: 1024px) { .header__logo { max-width: 130px; } }

.header__top { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 15px 15px; }

.header__name { font-size: 14px; }

.main { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; margin-top: 4rem; }

@media screen and (max-width: 768px) { .main { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; margin-top: 0rem; } }

.main__content { -webkit-flex-basis: 72.2222%; -ms-flex-preferred-size: 72.2222%; flex-basis: 72.2222%; padding-right: 4rem; }

@media screen and (max-width: 768px) { .main__content { padding-right: 0; } }

.main__side { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }

@media screen and (max-width: 768px) { .main__side { margin-top: 4rem; } }

.cta { background: url(../img/cta__bg.jpg) no-repeat center/cover; }

@media screen and (max-width: 1024px) { .cta { background: none; } }

.cta__content { width: 50%; margin-left: auto; padding: 50px 0 40px; }

.cta__content img { width: 100%; }

@media screen and (max-width: 1024px) { .cta__content { width: 100%; padding: 0; } }

.cta__text { color: #fff; margin-top: 10px; }

.cta__btn { display: block; margin-top: 10px; }

@media screen and (max-width: 1024px) { .cta__btn { margin-top: 0px; } }

.faq { padding: 100px 0; }

@media screen and (max-width: 1024px) { .faq { padding: 50px 0; } }

.faq__container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media screen and (max-width: 1024px) { .faq__container { display: block; } }

.faq__headline { margin-bottom: 40px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.faq__card { -webkit-flex-basis: 49%; -ms-flex-preferred-size: 49%; flex-basis: 49%; margin-bottom: 2%; }

.faq__q { position: relative; height: 80px; background-color: #DDC674; padding-left: 95px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.faq__q::before { content: "Q"; background-color: #4C432C; color: #fff; width: 80px; height: 80px; font-size: 2em; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; position: absolute; left: 0; top: 0; }

.faq__q::after { content: ""; display: block; background-image: url(../img/icon-arrow.svg); width: 20px; height: 20px; background-size: contain; background-repeat: no-repeat; position: absolute; right: 4%; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

@media screen and (max-width: 1024px) { .faq__q::after { right: 2%; width: 15px; height: 15px; } }

.faq__a { border: solid 1px #D1D1D1; padding: 24px; display: none; }

.form__body { max-width: 800px; margin: auto; }

.form__input input[type="text"], .form__input input[type="tel"], .form__input input[type="number"], .form__input input[type="email"], .form__input textarea { width: 100%; height: 60px; padding: 2em 24px; font-size: 16px; outline: none; background-color: #f7f9fb; border: 1px solid #e0e5eb; border-radius: 5px; resize: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

@media screen and (max-width: 1024px) { .form__input input[type="text"], .form__input input[type="tel"], .form__input input[type="number"], .form__input input[type="email"], .form__input textarea { padding: 15px; } }

.form__input textarea { padding: 30px; height: 200px; }

.form__input { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin-top: 32px; border-top: solid 1px #ccc; padding-top: 20px; }

@media screen and (max-width: 1024px) { .form__input { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; margin-top: 20px; } }

.form__input dt { -webkit-flex-basis: 32%; -ms-flex-preferred-size: 32%; flex-basis: 32%; font-weight: normal; position: relative; font-weight: bold; }

@media screen and (max-width: 1024px) { .form__input dt { width: 100%; margin-bottom: 10px; } }

.form__input dd { -webkit-flex-basis: 72%; -ms-flex-preferred-size: 72%; flex-basis: 72%; font-weight: normal; display: block; }

@media screen and (max-width: 1024px) { .form__input dd { width: 100%; } }

.form__input .error { background-color: #FFD800; color: #282a29; padding: .8rem 1.6rem; display: block; margin-top: .4rem; font-weight: bold; border-radius: 4px; }

.form__req { position: absolute; top: 50%; right: 20px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 1.2rem; background: #C62F48; display: inline-block; padding: .8em 1.6em; border-radius: 4px; color: #fff; font-weight: bold; }

@media screen and (max-width: 1024px) { .form__req { right: auto; top: auto; -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); position: relative; margin-right: 1.2rem; } }

.form__attention { display: block; font-size: 1.4rem; margin-top: .5em; }

.form__submit { text-align: center; }

.form__submit input { width: 280px; height: 60px; padding: 0 30px; font-size: 18px; outline: none; background: #C62F48; border: none; -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3); box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3); resize: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; margin-top: 4.8rem; font-weight: bold; letter-spacing: .1em; color: #fff; }

@media screen and (max-width: 768px) { .form__submit input { width: 100%; } }

.page__bg { padding-bottom: 100px; }

@media screen and (max-width: 1024px) { .page__bg { padding-bottom: 50px; } }

.page__header { margin: 50px 0; }

.page__slug { font-size: 4.8rem; font-weight: normal; text-transform: uppercase; }

.page__title { text-align: center; font-size: 32px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; letter-spacing: .3em; }

.page__title-text { position: relative; margin-top: 1.4rem; padding-top: 2.8rem; }

.page__title-text::before { content: ""; background: #D2182B; height: 8px; width: 100%; display: block; position: absolute; top: 0; left: 0; border-radius: 1px; }

.page__content { background: #fff; padding: 0rem 4.8rem; border-radius: 4px; }

@media screen and (max-width: 1024px) { .page__content { padding: 0rem 2rem 4rem; } }

.page__content h2 { margin-top: 4rem; font-weight: normal; font-size: 3.2rem; }

.page__content h2 + * { margin-top: 4rem; }

.page__content h3 { margin-top: 4rem; font-weight: normal; font-size: 2.4rem; }

.page__content h3 + * { margin-top: 3.2rem; }

.page__content p { font-weight: normal; font-size: 1.6rem; line-height: 1.8; }

.page__content p + :not(h1):not(h2):not(h3) { margin-top: 2rem; }

.page__content table { width: 100%; }

.page__content table th, .page__content table td { padding: 1.6em; line-height: 1.5; font-weight: normal; }

.page__content table th { width: 42%; border: solid 1px #282a29; }

.page__content table td { width: 58%; border: solid 1px #282a29; }

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