@charset "UTF-8";
:root {
  --black: 51,51,51;
  --red: 255,0,0;
  --border: rgba(var(--black),.6);
  --contents_width: 1000px;
  --body_padding_side: 60px;
  --contents_width_with_padding: 1060px;
  --sidebar_width: 250px;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  word-break: break-all;
}

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

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

h1, h2, h3, h4, h5, h6 {
  word-break: break-word;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

ul:not([class]),
ol:not([class]) {
  padding-left: 1.25em;
}

ul[class],
ol[class] {
  list-style: none;
}

span {
  font-weight: inherit;
}

blockquote, q {
  quotes: none;
}

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

a {
  color: inherit;
}
@media all and (min-width: 768px) {
  a:hover {
    text-decoration: none;
  }
}

a[class] {
  text-decoration: none;
}

ins {
  background-color: #ff9;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

address {
  font-style: normal;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgb(var(--border));
  margin: 1em 0;
  padding: 0;
}

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

iframe {
  max-width: 100%;
}

/* form
================================================== */
input[type=text], input[type=email], input[type=tel], textarea, button, select, option {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  outline: none;
  border: 1px solid;
  border-radius: 0;
  background: none;
}
@media all and (max-width: 767px) {
  input[type=text], input[type=email], input[type=tel], textarea, button, select, option {
    font-size: 1.6rem;
  }
}

input[type=text], input[type=email], input[type=tel], textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

input[type=radio], input[type=checkbox] {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

textarea {
  resize: vertical;
}

button {
  cursor: pointer;
}

/* 02_base
================================================ */
html {
  overflow: auto;
  scroll-behavior: smooth;
}

body {
  min-width: 375px;
  font-family: "Noto Sans JP", serif;
  color: rgb(var(--black));
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  overflow: hidden;
  font-weight: 500;
}
@media all and (min-width: 768px) {
  body {
    min-width: var(--contents_width_with_padding);
    font-size: 1.7rem;
    line-height: 2;
  }
}

.l-wrapper {
  position: relative;
}

/* sp <--> tb ~ pc
-------------------------------------- */
.u-media-query {
  display: none;
  font-family: "sp";
}
@media all and (min-width: 768px) {
  .u-media-query {
    font-family: "tb";
  }
}
@media all and (min-width: 1060px) {
  .u-media-query {
    font-family: "pc";
  }
}

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

@media all and (min-width: 768px) {
  .u-view-sp {
    display: none !important;
  }
}

/* link
-------------------------------------- */
a.u-alpha {
  display: block;
  text-decoration: none;
}
@media all and (min-width: 768px) {
  a.u-alpha {
    transition: all 0.3s ease;
  }
  a.u-alpha:hover {
    opacity: 0.7;
  }
}

.u-font-serif {
  font-family: "Noto Serif JP", serif;
}

.u-marker {
  background: linear-gradient(transparent 50%, #ffff44 50%);
}

/* layout
-------------------------------------- */
.u-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
@media all and (min-width: 768px) {
  .u-inner {
    width: 100%;
    max-width: var(--contents_width);
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

/* .c-btn01
================================================== */
.c-btn01 {
  margin: 48px auto 0;
  max-width: 390px;
}
.c-btn01__link {
  background-color: #C40009;
  color: #fff;
  font-size: 2.4rem;
  display: block;
  text-align: center;
  padding: 20px;
  transition: all 0.3s ease;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
.c-btn01__link:hover {
  background-color: #ee3e46;
}
.c-btn01__txt {
  padding-right: 38px;
  position: relative;
  background: url(../img/home/ico_arrow01.png) no-repeat right center/24px;
}

/*  .c-faq01
================================================== */
.c-faq01 {
  padding: 0 25px;
  background-color: #fff;
}
.c-faq01 + .c-faq01 {
  margin-top: 20px;
}
.c-faq01 dt {
  position: relative;
  padding: 21px 20px 23px 57px;
  background: url(../img/home/ico_q01.png) no-repeat left top 19px/41px;
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
}
.c-faq01 dt::before, .c-faq01 dt::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  display: block;
  width: 16px;
  height: 3px;
  margin-top: -1px;
  background: #C6A424;
  transition: all 0.3s ease;
}
.c-faq01 dt::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.c-faq01 dt.is-active::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.c-faq01 dd {
  font-weight: 400;
  border-top: 1px solid #cbcbcb;
  position: relative;
  padding: 21px 0 22px 57px;
  letter-spacing: 0;
}
@media all and (max-width: 767px) {
  .c-faq01 {
    padding: 0 17px;
  }
  .c-faq01 dt {
    font-size: 1.5rem;
    background-size: 34px;
    background-position: left 0 top 12px;
    padding: 15px 25px 15px 45px;
  }
  .c-faq01 dt::before, .c-faq01 dt::after {
    top: 26px;
    right: 0;
    margin-top: 0;
  }
  .c-faq01 dd {
    font-size: 1.5rem;
    padding: 15px 15px 15px 45px;
  }
}

/* .c-form
================================================== */
input.c-form-parts, select.c-form-parts, textarea.c-form-parts, button.c-form-parts {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  font-size: 1.6rem;
  background-color: #fff;
  border-color: #CBCBCB;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
}

textarea.c-form-parts {
  height: 200px;
  resize: vertical;
}

.c-form-parts-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
.c-form-parts-list .c-form-parts {
  margin-right: 20px;
}

/* .c-form.is-default
================================================== */
.c-form.is-default th, .c-form.is-default td {
  padding: 10px;
  border-style: solid;
  border-width: 1px 0;
  border-color: #DBBF61;
}
.c-form.is-default th {
  font-weight: 700;
  text-align: left;
  background: #FFF8E5;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
.c-form.is-default td {
  background: #fff;
}
.c-form.is-default ::-webkit-input-placeholder {
  color: #999999;
}
.c-form.is-default ::-moz-placeholder {
  color: #999999;
}
.c-form.is-default :-ms-input-placeholder {
  color: #999999;
}
.c-form.is-default ::-ms-input-placeholder {
  color: #999999;
}
.c-form.is-default ::placeholder {
  color: #999999;
}
@media all and (max-width: 767px) {
  .c-form.is-default th, .c-form.is-default td {
    vertical-align: middle;
  }
  .c-form.is-default th {
    font-size: 1.3rem;
    width: 130px;
    padding: 10px;
  }
  .c-form.is-default td {
    padding: 10px;
  }
}
@media all and (min-width: 768px) {
  .c-form.is-default th, .c-form.is-default td {
    padding: 20px;
  }
  .c-form.is-default th {
    width: 250px;
  }
}

/* .c-form-label
================================================== */
.c-form-label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 10px;
  background: rgb(var(--black));
  color: #fff;
  font-size: 1.2rem;
  border-radius: 2px;
  font-family: "Noto Sans JP", sans-serif;
}
.c-form-label.is-required {
  background: #C40009;
}
@media all and (max-width: 767px) {
  .c-form-label {
    padding: 0 5px;
    right: 10px;
  }
}

/* 確認画面
================================================ */
.mw_wp_form_confirm .c-form-postcode .c-form-postcode__prefix,
.is-confirm .c-form-postcode .c-form-postcode__prefix {
  max-width: none;
  flex-basis: 0;
  padding-top: 0;
}
.mw_wp_form_confirm .c-form-postcode .c-form-postcode__input,
.is-confirm .c-form-postcode .c-form-postcode__input {
  max-width: none;
  flex-basis: 0;
}

/* .c-form-item
================================================== */
.c-form-item {
  display: flex;
}
.c-form-item + .c-form-item {
  margin-top: 10px;
}
.c-form-item .c-form-parts {
  width: 100px;
}
.c-form-item__prefix {
  min-width: 20px;
  margin-right: 10px;
  padding-top: 5px;
}
.c-form-item__suffix {
  min-width: 20px;
  margin-left: 10px;
  padding-top: 5px;
}
@media all and (min-width: 1060px) {
  .c-form-item {
    display: inline-flex;
  }
  .c-form-item + .c-form-item {
    margin: 0 0 0 20px;
  }
  .c-form-item__input {
    width: 200px;
  }
}

/* 確認画面
================================================ */
.mw_wp_form_confirm .c-form-item .c-form-item__prefix,
.mw_wp_form_confirm .c-form-item .c-form-item__suffix,
.is-confirm .c-form-item .c-form-item__prefix,
.is-confirm .c-form-item .c-form-item__suffix {
  min-width: 0;
  padding-top: 0;
}
.mw_wp_form_confirm .c-form-item .c-form-item__input,
.is-confirm .c-form-item .c-form-item__input {
  width: auto;
}

/* .c-form-agreement
================================================== */
.c-form-agreement {
  margin-top: 15px;
  text-align: center;
}

.mw_wp_form_confirm .c-form-agreement {
  display: none;
}

/* .c-form-btn
================================================== */
.c-form-area-btn {
  margin-top: 30px;
}
@media all and (min-width: 768px) {
  .c-form-area-btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.c-form-btn {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 60px;
  padding: 5px 10px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  cursor: pointer;
  background-color: #C40009;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 1.6rem;
}
.c-form-btn + .c-form-btn {
  margin-top: 10px;
}
.c-form-btn.is-back {
  background-color: #666;
}
@media all and (min-width: 768px) {
  .c-form-btn {
    font-size: 1.8rem;
    max-width: 390px;
    height: 84px;
  }
  .c-form-btn + .c-form-btn {
    margin-top: 0;
    margin-left: 20px;
  }
}

/* .c-form
================================================ */
.c-form .c-radio {
  display: block;
}
.c-form .c-radio + .c-radio {
  margin-top: 10px;
}
.c-form .c-radio label {
  display: block;
  cursor: pointer;
}
.c-form .c-radio input {
  display: none;
}
.c-form .c-radio .c-radio__text {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  vertical-align: top;
}
.c-form .c-radio .c-radio__text::before {
  box-sizing: border-box;
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #CBCBCB;
  border-radius: 50%;
}
.c-form .c-radio input:checked + .c-radio__text::after {
  box-sizing: border-box;
  position: absolute;
  top: 4px;
  left: 1px;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #C40009;
}
@media all and (min-width: 768px) {
  .c-form .c-radio .c-radio__text::before {
    top: 5px;
  }
  .c-form .c-radio input:checked + .c-radio__text::after {
    top: 6px;
  }
}

.c-radio-list {
  display: flex;
  flex-wrap: wrap;
}
.c-radio-list .c-radio {
  display: inline-block;
  margin-right: 20px;
}
.c-radio-list .c-radio + .c-radio {
  margin-top: 0;
}

/* .c-form .mwform-checkbox-field
================================================ */
.c-form .c-checkbox {
  display: block;
}
.c-form .c-checkbox + .c-checkbox {
  margin-top: 10px;
}
.c-form .c-checkbox label {
  display: block;
  cursor: pointer;
}
.c-form .c-checkbox input {
  display: none;
}
.c-form .c-checkbox .c-checkbox__text {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  vertical-align: top;
}
.c-form .c-checkbox .c-checkbox__text::before {
  box-sizing: border-box;
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #CBCBCB;
}
.c-form .c-checkbox input:checked + .c-checkbox__text::after {
  position: absolute;
  top: 7px;
  left: 5px;
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-color: #C40009;
}
@media all and (min-width: 768px) {
  .c-form .c-checkbox .c-checkbox__text::before {
    top: 5px;
  }
  .c-form .c-checkbox input:checked + .c-checkbox__text::after {
    top: 9px;
  }
}

.c-checkbox-list {
  display: flex;
  flex-wrap: wrap;
}
.c-checkbox-list .c-checkbox {
  display: inline-block;
  margin-right: 20px;
}
.c-checkbox-list .c-checkbox + .c-checkbox {
  margin-top: 0;
}

/* .c-form-thanks
================================================ */
.c-form-thanks__txt {
  margin-bottom: 10px;
}

/* .c-head01
================================================== */
.c-head01 {
  font-size: 4.2rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 24px;
  background: url(../img/home/bg_head01.png) no-repeat center bottom/337px;
}
@media all and (max-width: 767px) {
  .c-head01 {
    font-size: 2.8rem;
    padding-bottom: 20px;
    margin-bottom: 25px;
    background-size: 200px;
  }
}

/*  .c-table01
================================================== */
.c-table01 {
  font-weight: 700;
  font-size: 1.8rem;
  text-align: left;
}
.c-table01 tr {
  border-bottom: 1px solid #CBCBCB;
}
.c-table01 th {
  width: 140px;
  padding: 15px 0;
}
.c-table01 td {
  padding: 15px 0 15px 70px;
}
@media all and (max-width: 767px) {
  .c-table01 {
    font-size: 1.5rem;
  }
  .c-table01 tr:first-child {
    border-top: 1px solid #CBCBCB;
  }
  .c-table01 th {
    width: 40%;
    padding: 18px 0;
  }
  .c-table01 td {
    padding: 18px 0;
  }
}

/* .l-footer
================================================ */
.l-footer {
  position: relative;
  background: #FFF8E5;
  text-align: center;
}
.l-footer::before {
  content: "";
  position: absolute;
  top: -175px;
  left: 0;
  width: 100%;
  height: calc(175px + 100%);
  background: url(../img/home/bg_footer01_pc.png) no-repeat center top/contain;
  pointer-events: none;
}
.l-footer__inner {
  padding-top: 56px;
  padding-bottom: 58px;
}
.l-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.l-footer__nav-item {
  border-right: 1px solid;
  line-height: 1.3;
}
.l-footer__nav-item:first-child {
  border-left: 1px solid;
}
.l-footer__nav-item a {
  display: block;
  text-decoration: none;
  padding: 0 20px;
  transition: all 0.3s ease;
}
.l-footer__nav-item a:hover {
  opacity: 0.7;
}
.l-footer__info {
  line-height: 1.5;
}
@media all and (max-width: 767px) {
  .l-footer::before {
    top: -67px;
    height: calc(67px + 100%);
    background: url(../img/home/bg_footer01_sp.png) no-repeat center top/contain;
  }
  .l-footer__inner {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .l-footer__nav {
    margin-bottom: 5px;
  }
  .l-footer__nav-item {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .l-footer__info {
    font-size: 1.4rem;
  }
  .l-footer__btn {
    width: 276px;
    height: 60px;
    margin: 40px auto 0;
  }
  .l-footer__btn a {
    display: block;
  }
}

/* .l-header
================================================ */
.l-header {
  min-width: 320px;
  z-index: 2000;
}
@media all and (min-width: 768px) {
  .l-header {
    min-width: var(--contents_width_with_padding);
  }
}

/* .l-main-img
================================================ */
.l-main-img__btn {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 82px;
  height: 318px;
  z-index: 10;
  background-color: #fff;
  transition: all 0.3s ease;
}
@media all and (min-width: 768px) {
  .l-main-img__btn {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .l-main-img__btn.is-hidden {
    right: -100px;
  }
}
@media all and (max-width: 767px) {
  .l-main-img__btn {
    bottom: 25px;
    top: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 276px;
    height: 60px;
    opacity: 1;
    visibility: visible;
  }
  .l-main-img__btn.is-hidden {
    bottom: -100px;
    opacity: 0;
    visibility: hidden;
  }
}

.js-c-toggle-trigger {
  cursor: pointer;
}

.js-c-toggle-content {
  display: none;
}
.js-c-toggle-content.is-show {
  display: block;
}

/* .home-recommend
================================================ */
.home-recommend {
  background-color: #FEF8E5;
  position: relative;
}
.home-recommend__ttl {
  font-size: 4.6rem;
  font-weight: 900;
  margin-bottom: 12px;
}
.home-recommend__box {
  -webkit-transform: translateY(-8vw);
  transform: translateY(-8vw);
  margin-bottom: -18vw;
  padding: 17px 55px 40px;
  text-align: center;
  border: 6px solid #DBBF61;
  background: #fff;
}
.home-recommend__box::before, .home-recommend__box::after {
  content: "";
  position: absolute;
  width: 106px;
  height: 106px;
  background: url(../img/home/bg_recommend01.png) no-repeat center/contain;
}
.home-recommend__box::before {
  top: 4px;
  left: 4px;
}
.home-recommend__box::after {
  bottom: 4px;
  right: 4px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.home-recommend__list {
  display: inline-block;
}
.home-recommend__item {
  text-align: left;
  font-size: 2.6rem;
  font-weight: 700;
  position: relative;
  padding-left: 60px;
}
.home-recommend__item + .home-recommend__item {
  margin-top: 12px;
}
.home-recommend__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 51px;
  background: url(../img/home/ico_check01.png) no-repeat center/contain;
}
@media all and (max-width: 767px) {
  .home-recommend__ttl {
    font-size: 2rem;
    margin-bottom: 5px;
  }
  .home-recommend__box {
    padding: 6px 0 15px 15px;
    border-width: 3px;
    -webkit-transform: translateY(-15vw);
    transform: translateY(-15vw);
    margin-bottom: -34vw;
  }
  .home-recommend__box::before, .home-recommend__box::after {
    width: 37px;
    height: 37px;
  }
  .home-recommend__box::before {
    top: 1px;
    left: 1px;
  }
  .home-recommend__box::after {
    bottom: 1px;
    right: 1px;
  }
  .home-recommend__item {
    font-size: 1.3rem;
    padding-left: 18px;
  }
  .home-recommend__item + .home-recommend__item {
    margin-top: 10px;
  }
  .home-recommend__item::before {
    width: 16px;
    height: 17px;
    background-image: url(../img/home/ico_check01_sp.png);
  }
}

/* .home-intro
================================================ */
.home-intro {
  position: relative;
  background: linear-gradient(to bottom, #fff 0%, #FFF8E5 30%, #FFF8E5 100%);
}
.home-intro__inner {
  padding-top: 105px;
  padding-bottom: 100px;
}
.home-intro__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-intro__item {
  width: 150px;
}
.home-intro__txt {
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-top: 10px;
}
.home-intro__note {
  text-align: right;
  font-size: 1.5rem;
  position: relative;
  z-index: 1;
  margin-top: 10px;
}
.home-intro__set {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.home-intro__set::before {
  content: "";
  position: absolute;
  top: -86px;
  left: -217px;
  width: 325px;
  height: 149px;
  background: url(../img/home/bg_intro03.png) no-repeat center/contain;
}
.home-intro__set + .home-intro__set {
  margin-top: 40px;
}
.home-intro__set-img {
  text-align: center;
  width: 426px;
  position: relative;
  z-index: 1;
}
.home-intro__set-area-txt {
  width: 530px;
  position: relative;
  z-index: 1;
}
.home-intro__set-head {
  font-size: 2.4rem;
  margin-bottom: 16px;
  font-weight: 900;
  line-height: 1.7;
}
.home-intro__set-txt {
  font-weight: 500;
}
.home-intro__set:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.home-intro__set:nth-child(2n+1)::before {
  top: -66px;
  left: auto;
  right: -228px;
  width: 452px;
  height: 210px;
  background: url(../img/home/bg_intro02.png) no-repeat center/contain;
}
@media all and (max-width: 767px) {
  .home-intro__inner {
    padding-top: 26px;
    padding-bottom: 36px;
  }
  .home-intro__item {
    width: 30%;
  }
  .home-intro__item:nth-child(n+4) {
    margin-top: 20px;
  }
  .home-intro__txt {
    margin-top: 10px;
    font-size: 1.3rem;
    line-height: 1.38;
  }
  .home-intro__note {
    margin-top: 14px;
    font-size: 1.2rem;
  }
  .home-intro__set {
    margin-top: 30px;
    display: block;
  }
  .home-intro__set::before {
    top: 37px;
    left: -59px;
    width: 172px;
    height: 80px;
  }
  .home-intro__set + .home-intro__set {
    margin-top: 30px;
  }
  .home-intro__set-img {
    width: auto;
    margin-bottom: 10px;
  }
  .home-intro__set:nth-child(2n+1)::before {
    top: 48px;
    right: -63px;
    width: 172px;
    height: 80px;
  }
  .home-intro__set-area-txt {
    width: auto;
  }
  .home-intro__set-head {
    line-height: 1.55;
    font-size: 1.8rem;
    margin-bottom: 12px;
    position: relative;
  }
  .home-intro__set-txt {
    line-height: 1.73;
  }
}

/* .home-about
================================================ */
.home-about {
  background: url(../img/home/bg_about01_pc.png) no-repeat center/cover;
}
.home-about__inner {
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}
.home-about__inner::before {
  content: "";
  position: absolute;
  bottom: 45px;
  left: -193px;
  width: 367px;
  height: 302px;
  background: url(../img/home/img_about06.png) no-repeat center/contain;
  z-index: 1;
  pointer-events: none;
}
.home-about__ttl {
  max-width: 892px;
  margin: 0 auto 20px;
}
.home-about__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.home-about__item {
  width: 232px;
}
.home-about__item + .home-about__item {
  margin-left: 64px;
}
.home-about__set {
  margin-top: 72px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.home-about__set-area-txt {
  width: 530px;
}
.home-about__set-head {
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 15px;
  line-height: 1.7;
}
.home-about__set-img {
  text-align: center;
  width: 426px;
}
.home-about__detail {
  margin-top: 45px;
  position: relative;
  background: #fff url(../img/home/bg_about02.png) no-repeat center/cover;
  border: 6px solid #C6AA4D;
  padding: 29px 0 63px;
}
.home-about__detail::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 2px solid #C6AA4D;
  pointer-events: none;
}
.home-about__detail-ttl {
  font-weight: 900;
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 22px;
}
.home-about__detail-img {
  width: 300px;
  height: 496px;
  position: absolute;
  top: 24px;
  left: 80px;
}
.home-about__detail-list {
  padding-left: 443px;
}
.home-about__detail-item {
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.home-about__detail-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 35px;
  width: 3px;
  height: 100%;
  background-color: #0075C2;
  pointer-events: none;
}
.home-about__detail-item + .home-about__detail-item {
  padding-top: 17px;
}
.home-about__detail-item .time {
  background-color: #0075C2;
  color: #fff;
  margin-right: 15px;
  width: 71px;
  white-space: nowrap;
  text-align: center;
}
.home-about__btn {
  margin: 48px auto 0;
  max-width: 390px;
}
@media all and (max-width: 767px) {
  .home-about {
    background: url(../img/home/bg_about01_sp.png) no-repeat center top/100%;
    position: relative;
  }
  .home-about::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
    background: url(../img/home/bg_about02_sp.png) no-repeat center bottom/100%;
    pointer-events: none;
  }
  .home-about__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home-about__inner::before {
    width: 160px;
    height: 100px;
    left: -41px;
    bottom: 85px;
  }
  .home-about__ttl {
    max-width: 317px;
    margin-bottom: 28px;
  }
  .home-about__item {
    width: 33%;
  }
  .home-about__item + .home-about__item {
    margin-left: 0.5%;
  }
  .home-about__set {
    margin-top: 20px;
    flex-direction: column-reverse;
  }
  .home-about__set-area-txt {
    width: auto;
  }
  .home-about__set-head {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .home-about__set-img {
    margin: auto;
    width: auto;
    margin-bottom: 18px;
  }
  .home-about__detail {
    padding: 20px 10px 20px 18px;
    border-width: 3px;
    background-image: url(../img/home/bg_about03_sp.png);
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .home-about__detail::before {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-width: 1px;
  }
  .home-about__detail-ttl {
    font-size: 2.1rem;
    margin-bottom: 19px;
  }
  .home-about__detail-img {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    margin-right: 20px;
  }
  .home-about__detail-list {
    width: auto;
    margin: 0;
    padding: 0;
  }
  .home-about__detail-item {
    font-size: 1.4rem;
  }
  .home-about__detail-item::before {
    left: 24px;
  }
  .home-about__detail-item .time {
    width: 48px;
    padding: 0 2px;
    margin-right: 8px;
  }
  .home-about__detail-item + .home-about__detail-item::before {
    width: 2px;
  }
  .home-about__btn {
    position: relative;
    width: 300px;
    margin-top: 23px;
    z-index: 1;
  }
}

/* .home-support
================================================ */
.home-support {
  background: url(../img/home/bg_support01.png) no-repeat center top/cover;
}
.home-support__inner {
  padding-top: 70px;
  padding-bottom: 130px;
  position: relative;
}
.home-support__inner::before {
  content: "";
  position: absolute;
  top: -62px;
  left: calc(50% + 290px);
  width: 417px;
  height: 348px;
  background: url(../img/home/bg_support02.png) no-repeat center/contain;
}
.home-support__ttl {
  font-size: 3.8rem;
  font-weight: 900;
  margin-bottom: 25px;
  text-align: center;
}
.home-support__set {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-support__set-img {
  text-align: center;
  width: 426px;
}
.home-support__set-area-txt {
  width: 530px;
}
.home-support__case {
  margin-top: 60px;
}
.home-support .splide.is-initialized:not(.is-active) .splide__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-support__item {
  width: 228px;
}
.home-support__item-ttl {
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.home-support__item-ttl strong {
  color: #C40009;
  font-size: 2.1rem;
}
.home-support__item-txt {
  font-size: 1.6rem;
  line-height: 1.9;
}
@media all and (max-width: 767px) {
  .home-support {
    background-image: url(../img/home/bg_support01_sp.png);
  }
  .home-support__inner {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .home-support__inner::before {
    width: 153px;
    height: 128px;
    top: -40px;
    left: auto;
    right: -25px;
  }
  .home-support__ttl {
    font-size: 2.4rem;
    margin-bottom: 15px;
    position: relative;
  }
  .home-support__set {
    display: block;
  }
  .home-support__set-img {
    width: auto;
    margin-bottom: 16px;
  }
  .home-support__set-area-txt {
    width: auto;
  }
  .home-support__case {
    margin-top: 30px;
  }
  .home-support__case .splide {
    padding-bottom: 40px;
  }
  .home-support__case .splide__arrow {
    background: #fff;
  }
  .home-support__case .splide__arrow--prev {
    left: 0;
  }
  .home-support__case .splide__arrow--next {
    right: 0;
  }
  .home-support__case .splide__pagination__page {
    bottom: 0;
    margin: 3px 6px;
    background-color: #bbb;
  }
  .home-support__case .splide__pagination__page.is-active {
    background: #C40009;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .home-support__item {
    width: 48%;
    padding: 0 50px;
    text-align: center;
  }
  .home-support__item-ttl {
    text-align: left;
    font-size: 1.4rem;
  }
  .home-support__item-ttl strong {
    font-size: 1.6rem;
  }
  .home-support__item-txt {
    text-align: left;
    font-size: 1.4rem;
    font-weight: 400;
  }
}

/* .home-message
================================================ */
.home-message {
  background-color: #FEF8E5;
}
.home-message__inner {
  padding-top: 52px;
  padding-bottom: 95px;
  position: relative;
}
.home-message__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -357px;
  width: 612px;
  height: 523px;
  background: url(../img/home/bg_message01.png) no-repeat center/contain;
  pointer-events: none;
}
.home-message__ttl {
  position: relative;
}
.home-message__set {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-message__set-area-txt {
  width: 619px;
  margin-top: -10px;
}
.home-message__set-txt {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2;
}
.home-message__set-txt + .home-message__set-txt {
  margin-top: 1.5em;
}
.home-message__set-img {
  width: 288px;
}
.home-message__set-img figcaption {
  text-align: right;
  margin-top: 15px;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .home-message__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home-message__inner::before {
    background-image: url(../img/home/bg_message01_sp.png);
    width: 330px;
    height: 328px;
    left: -140px;
    top: -26px;
    -webkit-transform: rotate(13deg);
    transform: rotate(13deg);
  }
  .home-message__set {
    flex-direction: column-reverse;
    justify-content: center;
    align-content: center;
  }
  .home-message__set-area-txt {
    width: auto;
    margin-top: 20px;
  }
  .home-message__set-txt {
    font-size: 1.5rem;
  }
  .home-message__set-txt.name {
    text-align: right;
  }
  .home-message__set-img {
    width: 176px;
    margin: auto;
  }
  .home-message__set-img figcaption {
    display: none;
  }
}

/* .home-requirements
================================================ */
.home-requirements {
  background-image: url(../img/home/bg_requirements01_pc.png), url(../img/home/bg_requirements02_pc.png);
  background-position: top 52px right -49px, left -57px bottom -10px;
  background-repeat: no-repeat, no-repeat;
  background-size: 492px 311px, 520px 329px;
}
.home-requirements__inner {
  padding-top: 47px;
  padding-bottom: 110px;
}
@media all and (max-width: 767px) {
  .home-requirements {
    background-image: url(../img/home/bg_requirements01_sp.png), url(../img/home/bg_requirements02_sp.png);
    background-size: 375px auto, 375px auto;
    background-position: top right, left bottom;
  }
  .home-requirements__inner {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}

/* .home-faq
================================================ */
.home-faq {
  background-image: url(../img/home/bg_faq01_pc.png), url(../img/home/bg_faq02_pc.png);
  background-position: top 72px left 28px, right -102px top 700px;
  background-repeat: no-repeat, no-repeat;
  background-size: 325px 148px, 452px 210px;
  background-color: #FEF8E5;
}
.home-faq__inner {
  padding-top: 50px;
  padding-bottom: 90px;
}
@media all and (max-width: 767px) {
  .home-faq {
    background-image: url(../img/home/bg_faq01_sp.png), url(../img/home/bg_faq02_sp.png);
    background-size: 375px auto, 375px auto;
    background-position: top 40px left, right bottom;
  }
  .home-faq__inner {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

/* .home-entry
================================================ */
.home-entry__inner {
  padding-top: 48px;
  padding-bottom: 90px;
}
.home-entry__thanks-txt {
  text-align: center;
}
@media all and (max-width: 767px) {
  .home-entry__inner {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}