@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  margin: 0;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  opacity: 0;
  position: relative;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 16px;
  -webkit-print-color-adjust: exact;
  line-height: 1.8;
}

header,
footer {
  line-height: 100%;
}

a {
  color: currentColor;
  text-decoration: none;
  /* FireFoxで無駄な枠線を表示しないよう追加 */
  outline: none !important;
  word-wrap: break-word;
}
a[onclick] {
  cursor: pointer;
}
a[href^=tel] {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
a[href^=tel]:hover {
  opacity: 1;
}

figcaption {
  margin-top: 5px;
  line-height: 1.6;
  text-align: center;
}

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

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

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  main {
    display: block;
  }
  section section {
    margin-top: 60px;
  }
  a:hover {
    opacity: 0.7;
  }
  a:hover,
  a:hover p {
    text-decoration: none;
  }
  a:focus {
    outline: none !important;
  }
  p {
    font-size: 18px;
  }
}
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  body {
    border-width: 4px;
    width: 100%;
    height: 100%;
  }
  main {
    display: block;
  }
  section section {
    margin-top: 50px;
  }
}
/* =======================================- */
/* ▼▼　ヘッダー
/* =======================================- */
header a {
  color: inherit;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
}
.header h1 {
  margin: 0;
}
.header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header li {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 18px;
}
.header li:nth-of-type(2) {
  background-color: #584632;
  color: #fff;
  border-radius: 4px;
  position: relative;
}
.header li:nth-of-type(2)::before {
  content: "";
  position: absolute;
  background-image: url("../img/mail-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 16px;
}
.header li:nth-of-type(2):hover {
  opacity: 0.7;
}
.header li:nth-of-type(2):hover a {
  opacity: 0.7;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .header {
    padding: 13px 20px 14px;
    height: 75px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header h1 img {
    width: 239px;
    height: 34px;
  }
  .header ul {
    gap: 20px;
  }
  .header li:nth-of-type(1) {
    width: 149px;
  }
  .header li:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 20px 12px;
  }
  .header li:nth-of-type(2) span {
    padding-left: 29px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .header {
    height: 75px;
    padding: 10px;
  }
  .header h1 {
    margin: auto 0;
  }
  .header h1 img {
    width: 160px;
    height: 23px;
  }
  .header ul {
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header li {
    font-size: 18px;
  }
  .header li:nth-of-type(1) {
    width: 129px;
  }
  .header li:nth-of-type(2) {
    border-radius: 4px;
    width: 41px;
    height: 40px;
    padding: 10px;
  }
  .header li:nth-of-type(2) a {
    display: block;
    height: 100%;
  }
  .header li:nth-of-type(2)::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header li:nth-of-type(2)::after {
    display: block;
  }
}
/* =======================================- */
/* ▼▼　footer
/* =======================================- */
.footer {
  text-align: center;
  background-color: #fff;
}

.copyright {
  color: #666666;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 2.4;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .footer {
    padding: 60px 68px 45px;
  }
  .footer a {
    display: block;
    margin-bottom: 60px;
  }
  .footer img {
    width: 278px;
    height: 39px;
  }
  .copyright {
    border-top: 1px solid rgba(102, 102, 102, 0.4);
    padding-top: 20px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .footer {
    padding: 60px 20px 41px;
  }
  .footer a {
    display: block;
    margin-bottom: 60px;
  }
  .footer img {
    width: 278px;
    height: 39px;
  }
  .copyright {
    border-top: 1px solid #C1C0BB;
    padding-top: 20px;
  }
}
/* =======================================- */
/* ▼▼　コンテンツエリア
/* =======================================- */
/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .container {
    margin: 0 auto;
    width: 1000px;
  }
}
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  /* =======================================- */
  /* ▼▼　SP:コンテンツエリア
  /* =======================================- */
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
.pageHeader {
  background: rgba(0, 0, 0, 0.55);
  color: #ffffff;
  padding: 98px 0;
}
.pageHeader-ttl {
  font-size: 44px;
  line-height: 100%;
  text-align: center;
}

/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .pageHeader {
    padding: 40px 0;
  }
  .pageHeader-ttl {
    font-size: 24px;
  }
}
/* パンくず */
.pankuzu .pankuzu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pankuzu .pankuzu-item {
  margin: 0;
  padding: 0;
}
.pankuzu .pankuzu-item:before {
  display: none;
}
.pankuzu .pankuzu-item:nth-child(n+2):before {
  background: none;
  content: ">";
  display: inline-block;
  height: 1em;
  margin: 0;
  padding: 0 6px;
  text-align: center;
  vertical-align: top;
  width: 1em;
}
.pankuzu .pankuzu-item .pankuzu-link {
  font-size: 13px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .pankuzu {
    padding: 10px 0;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  /* パンくず */
  .pankuzu {
    margin-left: -15px;
    padding: 5px 20px;
  }
}
/* ボタン系
==================================- */
/*
@include btn(backgorund-color, color, width);背景色・文字色・幅
*/
.btn_blue {
  background: #005bab;
  color: #fff;
  width: 260px;
  display: block;
  text-decoration: none;
  margin: 0 auto;
  position: relative;
  padding: 10px 0;
  font-size: 18px;
  border-radius: 5px;
}

.btn {
  background: #fff;
  color: #1a1a1a;
  border: 1px solid #000;
  display: block;
  padding: 8px 15px;
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* ページトップ */
.pageTop {
  position: fixed;
  right: 20px;
  bottom: 38px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.pageTop-link {
  background: #584632;
  display: table-cell;
  font-weight: bold;
  width: 106px;
  height: 106px;
  vertical-align: middle;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.3;
}
.pageTop-link::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 5px auto 0;
  position: absolute;
  top: 13px;
}
.pageTop.is-show {
  opacity: 1;
}

/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .pageTop {
    bottom: 15px;
  }
  .pageTop-link {
    width: 84px;
    height: 84px;
    font-size: 12px;
  }
  .pageTop-link::before {
    width: 6px;
    height: 6px;
  }
}
.lead {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 40px;
  text-align: center;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .lead {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.heading {
  -webkit-transition: all 1s cubic-bezier(0.06, 0.59, 0.2, 0.79);
  transition: all 1s cubic-bezier(0.06, 0.59, 0.2, 0.79);
}
.heading-l {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #333;
  text-align: center;
}
.heading-m {
  font-size: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #999;
  line-height: 1.3;
  padding-bottom: 0.5em;
}
.heading-s {
  font-size: 16px;
  border-left: 5px solid #999;
  line-height: 1;
  margin-bottom: 20px;
  padding-left: 10px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .heading {
    -webkit-transition: all 1s cubic-bezier(0.06, 0.59, 0.2, 0.79);
    transition: all 1s cubic-bezier(0.06, 0.59, 0.2, 0.79);
  }
  .heading-l {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 25px;
  }
  .heading-m {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .heading-s {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.media-figure + p {
  margin-top: 15px;
}
.media-row + .media-row {
  margin-top: 50px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .media-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .media-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .media-row-col2 .media-sub--type1 {
    width: calc(50% - 30px / 2);
    margin: 0 30px 0 0;
  }
  .media-row-col2 .media-sub--type2 {
    width: 320px;
    margin: 0 30px 0 0;
  }
  .media-row-col3 {
    margin-left: -30px;
  }
  .media-row-col3 .media-col {
    width: calc((100% - 90px) / 3);
    margin-left: 30px;
  }
  .media-row-col4 {
    margin-left: -30px;
  }
  .media-row-col4 .media-col {
    width: calc((100% - 120px) / 4);
    margin-left: 30px;
  }
  .media-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .media-row-reverse .media-sub--type1 {
    margin: 0 0 0 30px;
  }
  .media-row-reverse .media-sub--type2 {
    margin: 0 0 0 30px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .media-row + .media-row {
    margin-top: 30px;
  }
  .media-col + .media-col {
    margin-top: 30px;
  }
}
/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row-col2 {
    margin-left: -30px;
  }
  .row-col2 .col {
    width: calc(50% - 60px / 2);
    margin: 0 0 0 30px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .row .col + .col {
    margin-top: 50px;
  }
}
.list-item {
  position: relative;
  padding-left: 1em;
}
.list-item + .list-item {
  margin-top: 0.5em;
}
.list-item::before {
  content: "";
  top: 13px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  background: #999;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.list-child {
  margin-top: 0.5em;
}
.list-order .list-item {
  list-style: decimal;
  list-style-position: inside;
  padding-left: 0;
}
.list-order .list-item::before {
  content: none;
}
.list-child .list-item {
  padding-left: 1em;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
.definitionList-head {
  border-bottom: 1px dotted #333;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 0.5em;
  margin-bottom: 10px;
}
.definitionList-text {
  margin: 0 0 1em;
}
.definitionList-text + .definitionList-head {
  margin-top: 2em;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
.linkWrap + .linkWrap {
  margin-top: 10px;
}

.link {
  position: relative;
  padding-left: 1.2em;
  display: inline-block;
}
.link::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  border-top: 1px solid;
  border-right: 1px solid;
}
.link-bg-gray {
  background: #e8e8e8;
  padding: 5px 25px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
.caution {
  padding-left: 25px;
}
.caution::before {
  content: "※";
  display: inline-block;
  margin: 0 10px 0 -1.5em;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
.box {
  padding: 30px;
}
.box-bg-red {
  background: #fff9f9;
}
.box-border-red {
  border: 1px solid #f00;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
.table {
  width: 100%;
}
.table-cell, .table-head {
  padding: 25px 20px;
  text-align: left;
}
.table-cell {
  border-bottom: 1px solid #ccc;
}
.table-head {
  background: #e8e8e8;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .table:first-of-type .table-cell, .table:first-of-type .table-head {
    border-top: 1px solid #ccc;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .table tr:first-of-type {
    border-top: 1px solid #ccc;
  }
  .table-cell {
    display: block;
  }
  .table-scroll {
    table-layout: fixed;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    width: calc(100% + 20px);
  }
  .table-scroll .table-cell {
    display: inline-block;
  }
}
.form {
  font-family: "Noto Sans JP", sans-serif;
}
.form input,
.form textarea,
.form select {
  background-color: #fff;
  padding: 10px;
}
.form select {
  padding-left: 28px;
  padding-right: 28px;
}
.form-item .form-head-label, .form-item-2 .form-head-label {
  font-weight: 500;
}
.form-input, .form-textarea {
  padding: 10px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.form-textarea {
  height: 200px;
}
.form input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 21px;
  height: 21px;
  border: 1px solid #C1C0BB;
  border-radius: 50% !important;
  cursor: pointer;
  background-color: #fff;
  position: relative;
  vertical-align: sub;
  margin-right: 10px;
  margin-left: 0;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.form input[type=radio]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #0078C6;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.form input[type=radio]:checked::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.form select {
  font-size: 18px;
  letter-spacing: 1.08px;
  line-height: 1.8;
  max-width: 247px;
  width: 100%;
  color: #000;
}
.form input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 21px;
  height: 21px;
  position: relative;
  border: 1px solid #C1C0BB;
  border-radius: 2px;
  cursor: pointer;
  background-color: #fff;
  vertical-align: sub;
  margin: 0 10px 0 0;
}
.form input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 12px;
  border-right: 2px solid #0078C6;
  border-bottom: 2px solid #0078C6;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.form input[name=postcode] {
  width: 187px;
}
.form [data-name=addr1] {
  position: relative;
}
.form [data-name=addr1]::after {
  content: "";
  position: absolute;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 5px;
  height: 5px;
  right: 8px;
  top: 11px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.form input[type=checkbox]:checked::after {
  opacity: 1;
}

select:has(option[value="0"]:checked),
select:has(option[value=""]:checked) {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #A4A4A4;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.wpcf7-radio,
.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  color: red;
  width: 100%;
  display: block;
}

.wpcf7-response-output {
  color: red;
  text-align: center;
  margin-top: 10px;
}

.sent .wpcf7-response-output {
  color: currentColor;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .form {
    margin-top: 46px;
  }
  .form-item, .form-item-2 {
    padding: 15px 0;
    border-bottom: 1px solid #C1C0BB;
  }
  .form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form-item .form-head {
    width: 236px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 48px;
    margin-right: 40px;
  }
  .form-item .form-head p:nth-child(2) {
    width: 68px;
  }
  .form-item .form-head-label {
    width: 70%;
    width: 168px;
  }
  .form-item .form-head-label span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 2;
    font-weight: 500;
    display: inline-block;
  }
  .form-item .form-head .form-required {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.4;
    text-align: center;
    width: 68px;
    color: #fff;
    background-color: #584632;
    border-radius: 5px;
    margin-left: 10px;
    padding: 4px 0 5px;
    display: inline-block;
    font-weight: 500;
  }
  .form-item .form-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .form-item .form-body input,
  .form-item .form-body textarea,
  .form-item .form-body select {
    border-radius: 5px;
    border: 1px solid #C1C0BB;
  }
  .form-item-2 .form-head {
    margin-bottom: 11px;
  }
  .form-item-2 .form-head .form-required {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
    text-align: center;
    display: inline-block;
    max-width: 68px;
    width: 100%;
    height: 31px;
    color: #fff;
    background-color: #584632;
    border-radius: 5px;
    margin-left: 10px;
    padding: 4px;
  }
  .form-item-2 .form-head p {
    display: inline-block;
  }
  .form-item-2 .form-body.radio-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 30px;
  }
  .form-item-2 .wpcf7-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 30px;
  }
  .form .wpcf7-submit, .form-btn {
    font-size: 20px;
    letter-spacing: 6.4px;
    line-height: 1.5;
    font-weight: bold;
    display: block;
    max-width: 255px;
    width: 100%;
    border: 1px solid #312D27;
    padding: 25px;
    margin: 50px auto 0;
    background: none;
    color: #312D27;
  }
  .form .wpcf7-submit:hover, .form-btn:hover {
    opacity: 0.7;
  }
  .form .wpcf7-submit:disabled, .form-btn:disabled {
    opacity: 0.5;
    pointer-events: none;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .form {
    margin-top: 46px;
  }
  .form-item, .form-item-2 {
    padding-bottom: 26px;
    border-bottom: none;
  }
  .form-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-item .form-head {
    max-width: 236px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 21px;
  }
  .form-item .form-head-label {
    font-size: 18px;
    letter-spacing: 1.08px;
    line-height: 1.8;
    width: 70%;
  }
  .form-item .form-head-label span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 2;
    font-weight: 500;
  }
  .form-item .form-head p:nth-child(2) {
    font-size: 16px;
    letter-spacing: 0.96px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 29%;
    height: 31px;
    color: #fff;
    background-color: #584632;
    border-radius: 5px;
    margin-left: 10px;
    padding: 4px;
  }
  .form-item .form-body {
    padding-left: 0;
    width: 100%;
  }
  .form-item .form-body input,
  .form-item .form-body textarea,
  .form-item .form-body select {
    border-radius: 5px;
    border: 1px solid #C1C0BB;
  }
  .form-item .form-body select {
    font-size: 18px;
    letter-spacing: 1.08px;
    line-height: 1.8;
    max-width: 247px;
    width: 100%;
    color: #000;
  }
  .form-item:nth-last-of-type(1) .form-body label {
    display: block;
    padding-left: 42px;
    text-indent: -42px;
  }
  .form-item-2 .form-head {
    margin-bottom: 25px;
  }
  .form-item-2 .form-head-label {
    font-size: 18px;
    letter-spacing: 1.08px;
    line-height: 1.8;
    font-weight: bold;
    width: 70%;
  }
  .form-item-2 .form-head-label span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 2;
    font-weight: 500;
  }
  .form-item-2 .form-head .form-required {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
    text-align: center;
    max-width: 68px;
    width: 100%;
    height: 31px;
    color: #fff;
    background-color: #584632;
    border-radius: 5px;
    margin-left: 10px;
    padding: 4px;
  }
  .form-item-2 .form-body.radio-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 30px;
  }
  .form-item-2 .wpcf7-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 30px;
  }
  .form .wpcf7-submit, .form-btn {
    font-size: 20px;
    letter-spacing: 6.4px;
    line-height: 1.5;
    font-weight: bold;
    display: block;
    max-width: 255px;
    width: 100%;
    border: 1px solid #312D27;
    padding: 25px;
    margin: 50px auto 0;
    background: none;
    color: #312D27;
  }
  .form .wpcf7-submit:hover, .form-btn:hover {
    opacity: 0.7;
  }
}
.faq-accordion {
  border-bottom: 1px solid #C1C0BB;
}
.faq-accordion:nth-last-of-type(1) {
  border-bottom: none;
}
.faq-accordion-heading::before, .faq-accordion-body::before {
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 34px;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-indent: 0;
}
.faq-accordion-heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.faq-accordion-heading::before {
  content: "Q";
}
.faq-accordion-heading::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) center/24px 3px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) center/3px 24px no-repeat;
  background: linear-gradient(#000, #000) center/24px 3px no-repeat, linear-gradient(#000, #000) center/3px 24px no-repeat;
  pointer-events: none;
}
.faq-accordion-heading.js-open::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) center/24px 3px no-repeat;
  background: linear-gradient(#000, #000) center/24px 3px no-repeat;
}
.faq-accordion-body {
  position: relative;
}
.faq-accordion-body::before {
  content: "A";
  top: 16px;
  color: #00514D;
}
.faq-accordion-body p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .faq-accordion {
    padding: 0 70px;
  }
  .faq-accordion-heading {
    font-size: 22px;
    letter-spacing: 1.32px;
    line-height: 2.5;
    padding: 28px 70px 28px 49px;
  }
  .faq-accordion-heading::after {
    width: 24px;
    height: 24px;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) center/24px 3px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) center/3px 24px no-repeat;
    background: linear-gradient(#000, #000) center/24px 3px no-repeat, linear-gradient(#000, #000) center/3px 24px no-repeat;
  }
  .faq-accordion-heading.js-open::after {
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) center/24px 3px no-repeat;
    background: linear-gradient(#000, #000) center/24px 3px no-repeat;
  }
  .faq-accordion-body {
    padding: 0 60px 28px 49px;
  }
  .faq-accordion-body::before {
    content: "A";
    top: 16px;
    color: #00514D;
  }
  .faq-accordion-body p {
    font-size: 18px;
    letter-spacing: 1.08px;
    line-height: 1.7;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .faq-accordion {
    padding: 0 17px 0 19px;
  }
  .faq-accordion-heading {
    font-size: 18px;
    line-height: 1.7;
    padding: 25px 39px 22px 47px;
  }
  .faq-accordion-heading::after {
    width: 12px;
    height: 12px;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) center/12px 1px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) center/1px 12px no-repeat;
    background: linear-gradient(#000, #000) center/12px 1px no-repeat, linear-gradient(#000, #000) center/1px 12px no-repeat;
  }
  .faq-accordion-heading.js-open::after {
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) center/12px 1px no-repeat;
    background: linear-gradient(#000, #000) center/12px 1px no-repeat;
  }
  .faq-accordion-body {
    padding: 0 23px 25px 47px;
  }
  .faq-accordion-body::before {
    content: "A";
    top: 23px;
  }
  .faq-accordion-body p {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 2;
  }
}
.news-item + .news-item {
  margin-top: 35px;
}
.news-date {
  width: 115px;
  font-size: 14px;
}
.news-label {
  background: #333;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  width: 88px;
  color: #fff;
  margin-left: 5px;
  display: inline-block;
}
.news-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-btn {
  width: 260px;
  margin: 35px auto 0 auto;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .news-title {
    padding-left: 20px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
.pagenation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagenation-link {
  color: #666666;
  background: #DEDEDE;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-right: 12px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.pagenation-link:hover {
  background: #333;
  color: #fff;
  opacity: 1;
}
.pagenation-active {
  background: #333;
  color: #fff;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .pagenation-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .pagenation {
    margin-bottom: -20px;
  }
  .pagenation-link {
    margin-bottom: 20px;
  }
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.align-justify {
  text-align: justify;
}
.align-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.display-none {
  display: none;
}

@media screen and (min-width: 768px) {
  .display-pc-none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .display-sp-none {
    display: none;
  }
}
.mt-0 {
  margin-top: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

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

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

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

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

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

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

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

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

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

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

@media screen and (min-width: 768px) {
  .mt-pc-0 {
    margin-top: 0px !important;
  }
  .ml-pc-0 {
    margin-left: 0px !important;
  }
  .mr-pc-0 {
    margin-right: 0px !important;
  }
  .mb-pc-0 {
    margin-bottom: 0px !important;
  }
  .mt-pc-10 {
    margin-top: 10px !important;
  }
  .ml-pc-10 {
    margin-left: 10px !important;
  }
  .mr-pc-10 {
    margin-right: 10px !important;
  }
  .mb-pc-10 {
    margin-bottom: 10px !important;
  }
  .mt-pc-20 {
    margin-top: 20px !important;
  }
  .ml-pc-20 {
    margin-left: 20px !important;
  }
  .mr-pc-20 {
    margin-right: 20px !important;
  }
  .mb-pc-20 {
    margin-bottom: 20px !important;
  }
  .mt-pc-30 {
    margin-top: 30px !important;
  }
  .ml-pc-30 {
    margin-left: 30px !important;
  }
  .mr-pc-30 {
    margin-right: 30px !important;
  }
  .mb-pc-30 {
    margin-bottom: 30px !important;
  }
  .mt-pc-40 {
    margin-top: 40px !important;
  }
  .ml-pc-40 {
    margin-left: 40px !important;
  }
  .mr-pc-40 {
    margin-right: 40px !important;
  }
  .mb-pc-40 {
    margin-bottom: 40px !important;
  }
  .mt-pc-50 {
    margin-top: 50px !important;
  }
  .ml-pc-50 {
    margin-left: 50px !important;
  }
  .mr-pc-50 {
    margin-right: 50px !important;
  }
  .mb-pc-50 {
    margin-bottom: 50px !important;
  }
  .mt-pc-60 {
    margin-top: 60px !important;
  }
  .ml-pc-60 {
    margin-left: 60px !important;
  }
  .mr-pc-60 {
    margin-right: 60px !important;
  }
  .mb-pc-60 {
    margin-bottom: 60px !important;
  }
  .mt-pc-70 {
    margin-top: 70px !important;
  }
  .ml-pc-70 {
    margin-left: 70px !important;
  }
  .mr-pc-70 {
    margin-right: 70px !important;
  }
  .mb-pc-70 {
    margin-bottom: 70px !important;
  }
  .mt-pc-80 {
    margin-top: 80px !important;
  }
  .ml-pc-80 {
    margin-left: 80px !important;
  }
  .mr-pc-80 {
    margin-right: 80px !important;
  }
  .mb-pc-80 {
    margin-bottom: 80px !important;
  }
  .mt-pc-90 {
    margin-top: 90px !important;
  }
  .ml-pc-90 {
    margin-left: 90px !important;
  }
  .mr-pc-90 {
    margin-right: 90px !important;
  }
  .mb-pc-90 {
    margin-bottom: 90px !important;
  }
  .mt-pc-100 {
    margin-top: 100px !important;
  }
  .ml-pc-100 {
    margin-left: 100px !important;
  }
  .mr-pc-100 {
    margin-right: 100px !important;
  }
  .mb-pc-100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-0 {
    margin-top: 0px !important;
  }
  .ml-sp-0 {
    margin-left: 0px !important;
  }
  .mr-sp-0 {
    margin-right: 0px !important;
  }
  .mb-sp-0 {
    margin-bottom: 0px !important;
  }
  .mt-sp-10 {
    margin-top: 10px !important;
  }
  .ml-sp-10 {
    margin-left: 10px !important;
  }
  .mr-sp-10 {
    margin-right: 10px !important;
  }
  .mb-sp-10 {
    margin-bottom: 10px !important;
  }
  .mt-sp-20 {
    margin-top: 20px !important;
  }
  .ml-sp-20 {
    margin-left: 20px !important;
  }
  .mr-sp-20 {
    margin-right: 20px !important;
  }
  .mb-sp-20 {
    margin-bottom: 20px !important;
  }
  .mt-sp-30 {
    margin-top: 30px !important;
  }
  .ml-sp-30 {
    margin-left: 30px !important;
  }
  .mr-sp-30 {
    margin-right: 30px !important;
  }
  .mb-sp-30 {
    margin-bottom: 30px !important;
  }
  .mt-sp-40 {
    margin-top: 40px !important;
  }
  .ml-sp-40 {
    margin-left: 40px !important;
  }
  .mr-sp-40 {
    margin-right: 40px !important;
  }
  .mb-sp-40 {
    margin-bottom: 40px !important;
  }
  .mt-sp-50 {
    margin-top: 50px !important;
  }
  .ml-sp-50 {
    margin-left: 50px !important;
  }
  .mr-sp-50 {
    margin-right: 50px !important;
  }
  .mb-sp-50 {
    margin-bottom: 50px !important;
  }
  .mt-sp-60 {
    margin-top: 60px !important;
  }
  .ml-sp-60 {
    margin-left: 60px !important;
  }
  .mr-sp-60 {
    margin-right: 60px !important;
  }
  .mb-sp-60 {
    margin-bottom: 60px !important;
  }
  .mt-sp-70 {
    margin-top: 70px !important;
  }
  .ml-sp-70 {
    margin-left: 70px !important;
  }
  .mr-sp-70 {
    margin-right: 70px !important;
  }
  .mb-sp-70 {
    margin-bottom: 70px !important;
  }
  .mt-sp-80 {
    margin-top: 80px !important;
  }
  .ml-sp-80 {
    margin-left: 80px !important;
  }
  .mr-sp-80 {
    margin-right: 80px !important;
  }
  .mb-sp-80 {
    margin-bottom: 80px !important;
  }
  .mt-sp-90 {
    margin-top: 90px !important;
  }
  .ml-sp-90 {
    margin-left: 90px !important;
  }
  .mr-sp-90 {
    margin-right: 90px !important;
  }
  .mb-sp-90 {
    margin-bottom: 90px !important;
  }
  .mt-sp-100 {
    margin-top: 100px !important;
  }
  .ml-sp-100 {
    margin-left: 100px !important;
  }
  .mr-sp-100 {
    margin-right: 100px !important;
  }
  .mb-sp-100 {
    margin-bottom: 100px !important;
  }
}
.pt-0 {
  padding-top: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

@media screen and (min-width: 768px) {
  .pt-pc-0 {
    padding-top: 0px !important;
  }
  .pl-pc-0 {
    padding-left: 0px !important;
  }
  .pr-pc-0 {
    padding-right: 0px !important;
  }
  .pb-pc-0 {
    padding-bottom: 0px !important;
  }
  .pt-pc-10 {
    padding-top: 10px !important;
  }
  .pl-pc-10 {
    padding-left: 10px !important;
  }
  .pr-pc-10 {
    padding-right: 10px !important;
  }
  .pb-pc-10 {
    padding-bottom: 10px !important;
  }
  .pt-pc-20 {
    padding-top: 20px !important;
  }
  .pl-pc-20 {
    padding-left: 20px !important;
  }
  .pr-pc-20 {
    padding-right: 20px !important;
  }
  .pb-pc-20 {
    padding-bottom: 20px !important;
  }
  .pt-pc-30 {
    padding-top: 30px !important;
  }
  .pl-pc-30 {
    padding-left: 30px !important;
  }
  .pr-pc-30 {
    padding-right: 30px !important;
  }
  .pb-pc-30 {
    padding-bottom: 30px !important;
  }
  .pt-pc-40 {
    padding-top: 40px !important;
  }
  .pl-pc-40 {
    padding-left: 40px !important;
  }
  .pr-pc-40 {
    padding-right: 40px !important;
  }
  .pb-pc-40 {
    padding-bottom: 40px !important;
  }
  .pt-pc-50 {
    padding-top: 50px !important;
  }
  .pl-pc-50 {
    padding-left: 50px !important;
  }
  .pr-pc-50 {
    padding-right: 50px !important;
  }
  .pb-pc-50 {
    padding-bottom: 50px !important;
  }
  .pt-pc-60 {
    padding-top: 60px !important;
  }
  .pl-pc-60 {
    padding-left: 60px !important;
  }
  .pr-pc-60 {
    padding-right: 60px !important;
  }
  .pb-pc-60 {
    padding-bottom: 60px !important;
  }
  .pt-pc-70 {
    padding-top: 70px !important;
  }
  .pl-pc-70 {
    padding-left: 70px !important;
  }
  .pr-pc-70 {
    padding-right: 70px !important;
  }
  .pb-pc-70 {
    padding-bottom: 70px !important;
  }
  .pt-pc-80 {
    padding-top: 80px !important;
  }
  .pl-pc-80 {
    padding-left: 80px !important;
  }
  .pr-pc-80 {
    padding-right: 80px !important;
  }
  .pb-pc-80 {
    padding-bottom: 80px !important;
  }
  .pt-pc-90 {
    padding-top: 90px !important;
  }
  .pl-pc-90 {
    padding-left: 90px !important;
  }
  .pr-pc-90 {
    padding-right: 90px !important;
  }
  .pb-pc-90 {
    padding-bottom: 90px !important;
  }
  .pt-pc-100 {
    padding-top: 100px !important;
  }
  .pl-pc-100 {
    padding-left: 100px !important;
  }
  .pr-pc-100 {
    padding-right: 100px !important;
  }
  .pb-pc-100 {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-0 {
    padding-top: 0px !important;
  }
  .pl-sp-0 {
    padding-left: 0px !important;
  }
  .pr-sp-0 {
    padding-right: 0px !important;
  }
  .pb-sp-0 {
    padding-bottom: 0px !important;
  }
  .pt-sp-10 {
    padding-top: 10px !important;
  }
  .pl-sp-10 {
    padding-left: 10px !important;
  }
  .pr-sp-10 {
    padding-right: 10px !important;
  }
  .pb-sp-10 {
    padding-bottom: 10px !important;
  }
  .pt-sp-20 {
    padding-top: 20px !important;
  }
  .pl-sp-20 {
    padding-left: 20px !important;
  }
  .pr-sp-20 {
    padding-right: 20px !important;
  }
  .pb-sp-20 {
    padding-bottom: 20px !important;
  }
  .pt-sp-30 {
    padding-top: 30px !important;
  }
  .pl-sp-30 {
    padding-left: 30px !important;
  }
  .pr-sp-30 {
    padding-right: 30px !important;
  }
  .pb-sp-30 {
    padding-bottom: 30px !important;
  }
  .pt-sp-40 {
    padding-top: 40px !important;
  }
  .pl-sp-40 {
    padding-left: 40px !important;
  }
  .pr-sp-40 {
    padding-right: 40px !important;
  }
  .pb-sp-40 {
    padding-bottom: 40px !important;
  }
  .pt-sp-50 {
    padding-top: 50px !important;
  }
  .pl-sp-50 {
    padding-left: 50px !important;
  }
  .pr-sp-50 {
    padding-right: 50px !important;
  }
  .pb-sp-50 {
    padding-bottom: 50px !important;
  }
  .pt-sp-60 {
    padding-top: 60px !important;
  }
  .pl-sp-60 {
    padding-left: 60px !important;
  }
  .pr-sp-60 {
    padding-right: 60px !important;
  }
  .pb-sp-60 {
    padding-bottom: 60px !important;
  }
  .pt-sp-70 {
    padding-top: 70px !important;
  }
  .pl-sp-70 {
    padding-left: 70px !important;
  }
  .pr-sp-70 {
    padding-right: 70px !important;
  }
  .pb-sp-70 {
    padding-bottom: 70px !important;
  }
  .pt-sp-80 {
    padding-top: 80px !important;
  }
  .pl-sp-80 {
    padding-left: 80px !important;
  }
  .pr-sp-80 {
    padding-right: 80px !important;
  }
  .pb-sp-80 {
    padding-bottom: 80px !important;
  }
  .pt-sp-90 {
    padding-top: 90px !important;
  }
  .pl-sp-90 {
    padding-left: 90px !important;
  }
  .pr-sp-90 {
    padding-right: 90px !important;
  }
  .pb-sp-90 {
    padding-bottom: 90px !important;
  }
  .pt-sp-100 {
    padding-top: 100px !important;
  }
  .pl-sp-100 {
    padding-left: 100px !important;
  }
  .pr-sp-100 {
    padding-right: 100px !important;
  }
  .pb-sp-100 {
    padding-bottom: 100px !important;
  }
}
.width-1 {
  width: 1% !important;
}

.width-2 {
  width: 2% !important;
}

.width-3 {
  width: 3% !important;
}

.width-4 {
  width: 4% !important;
}

.width-5 {
  width: 5% !important;
}

.width-6 {
  width: 6% !important;
}

.width-7 {
  width: 7% !important;
}

.width-8 {
  width: 8% !important;
}

.width-9 {
  width: 9% !important;
}

.width-10 {
  width: 10% !important;
}

.width-11 {
  width: 11% !important;
}

.width-12 {
  width: 12% !important;
}

.width-13 {
  width: 13% !important;
}

.width-14 {
  width: 14% !important;
}

.width-15 {
  width: 15% !important;
}

.width-16 {
  width: 16% !important;
}

.width-17 {
  width: 17% !important;
}

.width-18 {
  width: 18% !important;
}

.width-19 {
  width: 19% !important;
}

.width-20 {
  width: 20% !important;
}

.width-21 {
  width: 21% !important;
}

.width-22 {
  width: 22% !important;
}

.width-23 {
  width: 23% !important;
}

.width-24 {
  width: 24% !important;
}

.width-25 {
  width: 25% !important;
}

.width-26 {
  width: 26% !important;
}

.width-27 {
  width: 27% !important;
}

.width-28 {
  width: 28% !important;
}

.width-29 {
  width: 29% !important;
}

.width-30 {
  width: 30% !important;
}

.width-31 {
  width: 31% !important;
}

.width-32 {
  width: 32% !important;
}

.width-33 {
  width: 33% !important;
}

.width-34 {
  width: 34% !important;
}

.width-35 {
  width: 35% !important;
}

.width-36 {
  width: 36% !important;
}

.width-37 {
  width: 37% !important;
}

.width-38 {
  width: 38% !important;
}

.width-39 {
  width: 39% !important;
}

.width-40 {
  width: 40% !important;
}

.width-41 {
  width: 41% !important;
}

.width-42 {
  width: 42% !important;
}

.width-43 {
  width: 43% !important;
}

.width-44 {
  width: 44% !important;
}

.width-45 {
  width: 45% !important;
}

.width-46 {
  width: 46% !important;
}

.width-47 {
  width: 47% !important;
}

.width-48 {
  width: 48% !important;
}

.width-49 {
  width: 49% !important;
}

.width-50 {
  width: 50% !important;
}

.width-51 {
  width: 51% !important;
}

.width-52 {
  width: 52% !important;
}

.width-53 {
  width: 53% !important;
}

.width-54 {
  width: 54% !important;
}

.width-55 {
  width: 55% !important;
}

.width-56 {
  width: 56% !important;
}

.width-57 {
  width: 57% !important;
}

.width-58 {
  width: 58% !important;
}

.width-59 {
  width: 59% !important;
}

.width-60 {
  width: 60% !important;
}

.width-61 {
  width: 61% !important;
}

.width-62 {
  width: 62% !important;
}

.width-63 {
  width: 63% !important;
}

.width-64 {
  width: 64% !important;
}

.width-65 {
  width: 65% !important;
}

.width-66 {
  width: 66% !important;
}

.width-67 {
  width: 67% !important;
}

.width-68 {
  width: 68% !important;
}

.width-69 {
  width: 69% !important;
}

.width-70 {
  width: 70% !important;
}

.width-71 {
  width: 71% !important;
}

.width-72 {
  width: 72% !important;
}

.width-73 {
  width: 73% !important;
}

.width-74 {
  width: 74% !important;
}

.width-75 {
  width: 75% !important;
}

.width-76 {
  width: 76% !important;
}

.width-77 {
  width: 77% !important;
}

.width-78 {
  width: 78% !important;
}

.width-79 {
  width: 79% !important;
}

.width-80 {
  width: 80% !important;
}

.width-81 {
  width: 81% !important;
}

.width-82 {
  width: 82% !important;
}

.width-83 {
  width: 83% !important;
}

.width-84 {
  width: 84% !important;
}

.width-85 {
  width: 85% !important;
}

.width-86 {
  width: 86% !important;
}

.width-87 {
  width: 87% !important;
}

.width-88 {
  width: 88% !important;
}

.width-89 {
  width: 89% !important;
}

.width-90 {
  width: 90% !important;
}

.width-91 {
  width: 91% !important;
}

.width-92 {
  width: 92% !important;
}

.width-93 {
  width: 93% !important;
}

.width-94 {
  width: 94% !important;
}

.width-95 {
  width: 95% !important;
}

.width-96 {
  width: 96% !important;
}

.width-97 {
  width: 97% !important;
}

.width-98 {
  width: 98% !important;
}

.width-99 {
  width: 99% !important;
}

.width-100 {
  width: 100% !important;
}

@media screen and (min-width: 768px) {
  .width-pc-0 {
    width: 0% !important;
  }
  .width-pc-1 {
    width: 1% !important;
  }
  .width-pc-2 {
    width: 2% !important;
  }
  .width-pc-3 {
    width: 3% !important;
  }
  .width-pc-4 {
    width: 4% !important;
  }
  .width-pc-5 {
    width: 5% !important;
  }
  .width-pc-6 {
    width: 6% !important;
  }
  .width-pc-7 {
    width: 7% !important;
  }
  .width-pc-8 {
    width: 8% !important;
  }
  .width-pc-9 {
    width: 9% !important;
  }
  .width-pc-10 {
    width: 10% !important;
  }
  .width-pc-11 {
    width: 11% !important;
  }
  .width-pc-12 {
    width: 12% !important;
  }
  .width-pc-13 {
    width: 13% !important;
  }
  .width-pc-14 {
    width: 14% !important;
  }
  .width-pc-15 {
    width: 15% !important;
  }
  .width-pc-16 {
    width: 16% !important;
  }
  .width-pc-17 {
    width: 17% !important;
  }
  .width-pc-18 {
    width: 18% !important;
  }
  .width-pc-19 {
    width: 19% !important;
  }
  .width-pc-20 {
    width: 20% !important;
  }
  .width-pc-21 {
    width: 21% !important;
  }
  .width-pc-22 {
    width: 22% !important;
  }
  .width-pc-23 {
    width: 23% !important;
  }
  .width-pc-24 {
    width: 24% !important;
  }
  .width-pc-25 {
    width: 25% !important;
  }
  .width-pc-26 {
    width: 26% !important;
  }
  .width-pc-27 {
    width: 27% !important;
  }
  .width-pc-28 {
    width: 28% !important;
  }
  .width-pc-29 {
    width: 29% !important;
  }
  .width-pc-30 {
    width: 30% !important;
  }
  .width-pc-31 {
    width: 31% !important;
  }
  .width-pc-32 {
    width: 32% !important;
  }
  .width-pc-33 {
    width: 33% !important;
  }
  .width-pc-34 {
    width: 34% !important;
  }
  .width-pc-35 {
    width: 35% !important;
  }
  .width-pc-36 {
    width: 36% !important;
  }
  .width-pc-37 {
    width: 37% !important;
  }
  .width-pc-38 {
    width: 38% !important;
  }
  .width-pc-39 {
    width: 39% !important;
  }
  .width-pc-40 {
    width: 40% !important;
  }
  .width-pc-41 {
    width: 41% !important;
  }
  .width-pc-42 {
    width: 42% !important;
  }
  .width-pc-43 {
    width: 43% !important;
  }
  .width-pc-44 {
    width: 44% !important;
  }
  .width-pc-45 {
    width: 45% !important;
  }
  .width-pc-46 {
    width: 46% !important;
  }
  .width-pc-47 {
    width: 47% !important;
  }
  .width-pc-48 {
    width: 48% !important;
  }
  .width-pc-49 {
    width: 49% !important;
  }
  .width-pc-50 {
    width: 50% !important;
  }
  .width-pc-51 {
    width: 51% !important;
  }
  .width-pc-52 {
    width: 52% !important;
  }
  .width-pc-53 {
    width: 53% !important;
  }
  .width-pc-54 {
    width: 54% !important;
  }
  .width-pc-55 {
    width: 55% !important;
  }
  .width-pc-56 {
    width: 56% !important;
  }
  .width-pc-57 {
    width: 57% !important;
  }
  .width-pc-58 {
    width: 58% !important;
  }
  .width-pc-59 {
    width: 59% !important;
  }
  .width-pc-60 {
    width: 60% !important;
  }
  .width-pc-61 {
    width: 61% !important;
  }
  .width-pc-62 {
    width: 62% !important;
  }
  .width-pc-63 {
    width: 63% !important;
  }
  .width-pc-64 {
    width: 64% !important;
  }
  .width-pc-65 {
    width: 65% !important;
  }
  .width-pc-66 {
    width: 66% !important;
  }
  .width-pc-67 {
    width: 67% !important;
  }
  .width-pc-68 {
    width: 68% !important;
  }
  .width-pc-69 {
    width: 69% !important;
  }
  .width-pc-70 {
    width: 70% !important;
  }
  .width-pc-71 {
    width: 71% !important;
  }
  .width-pc-72 {
    width: 72% !important;
  }
  .width-pc-73 {
    width: 73% !important;
  }
  .width-pc-74 {
    width: 74% !important;
  }
  .width-pc-75 {
    width: 75% !important;
  }
  .width-pc-76 {
    width: 76% !important;
  }
  .width-pc-77 {
    width: 77% !important;
  }
  .width-pc-78 {
    width: 78% !important;
  }
  .width-pc-79 {
    width: 79% !important;
  }
  .width-pc-80 {
    width: 80% !important;
  }
  .width-pc-81 {
    width: 81% !important;
  }
  .width-pc-82 {
    width: 82% !important;
  }
  .width-pc-83 {
    width: 83% !important;
  }
  .width-pc-84 {
    width: 84% !important;
  }
  .width-pc-85 {
    width: 85% !important;
  }
  .width-pc-86 {
    width: 86% !important;
  }
  .width-pc-87 {
    width: 87% !important;
  }
  .width-pc-88 {
    width: 88% !important;
  }
  .width-pc-89 {
    width: 89% !important;
  }
  .width-pc-90 {
    width: 90% !important;
  }
  .width-pc-91 {
    width: 91% !important;
  }
  .width-pc-92 {
    width: 92% !important;
  }
  .width-pc-93 {
    width: 93% !important;
  }
  .width-pc-94 {
    width: 94% !important;
  }
  .width-pc-95 {
    width: 95% !important;
  }
  .width-pc-96 {
    width: 96% !important;
  }
  .width-pc-97 {
    width: 97% !important;
  }
  .width-pc-98 {
    width: 98% !important;
  }
  .width-pc-99 {
    width: 99% !important;
  }
  .width-pc-100 {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .width-sp-0 {
    width: 0% !important;
  }
  .width-sp-1 {
    width: 1% !important;
  }
  .width-sp-2 {
    width: 2% !important;
  }
  .width-sp-3 {
    width: 3% !important;
  }
  .width-sp-4 {
    width: 4% !important;
  }
  .width-sp-5 {
    width: 5% !important;
  }
  .width-sp-6 {
    width: 6% !important;
  }
  .width-sp-7 {
    width: 7% !important;
  }
  .width-sp-8 {
    width: 8% !important;
  }
  .width-sp-9 {
    width: 9% !important;
  }
  .width-sp-10 {
    width: 10% !important;
  }
  .width-sp-11 {
    width: 11% !important;
  }
  .width-sp-12 {
    width: 12% !important;
  }
  .width-sp-13 {
    width: 13% !important;
  }
  .width-sp-14 {
    width: 14% !important;
  }
  .width-sp-15 {
    width: 15% !important;
  }
  .width-sp-16 {
    width: 16% !important;
  }
  .width-sp-17 {
    width: 17% !important;
  }
  .width-sp-18 {
    width: 18% !important;
  }
  .width-sp-19 {
    width: 19% !important;
  }
  .width-sp-20 {
    width: 20% !important;
  }
  .width-sp-21 {
    width: 21% !important;
  }
  .width-sp-22 {
    width: 22% !important;
  }
  .width-sp-23 {
    width: 23% !important;
  }
  .width-sp-24 {
    width: 24% !important;
  }
  .width-sp-25 {
    width: 25% !important;
  }
  .width-sp-26 {
    width: 26% !important;
  }
  .width-sp-27 {
    width: 27% !important;
  }
  .width-sp-28 {
    width: 28% !important;
  }
  .width-sp-29 {
    width: 29% !important;
  }
  .width-sp-30 {
    width: 30% !important;
  }
  .width-sp-31 {
    width: 31% !important;
  }
  .width-sp-32 {
    width: 32% !important;
  }
  .width-sp-33 {
    width: 33% !important;
  }
  .width-sp-34 {
    width: 34% !important;
  }
  .width-sp-35 {
    width: 35% !important;
  }
  .width-sp-36 {
    width: 36% !important;
  }
  .width-sp-37 {
    width: 37% !important;
  }
  .width-sp-38 {
    width: 38% !important;
  }
  .width-sp-39 {
    width: 39% !important;
  }
  .width-sp-40 {
    width: 40% !important;
  }
  .width-sp-41 {
    width: 41% !important;
  }
  .width-sp-42 {
    width: 42% !important;
  }
  .width-sp-43 {
    width: 43% !important;
  }
  .width-sp-44 {
    width: 44% !important;
  }
  .width-sp-45 {
    width: 45% !important;
  }
  .width-sp-46 {
    width: 46% !important;
  }
  .width-sp-47 {
    width: 47% !important;
  }
  .width-sp-48 {
    width: 48% !important;
  }
  .width-sp-49 {
    width: 49% !important;
  }
  .width-sp-50 {
    width: 50% !important;
  }
  .width-sp-51 {
    width: 51% !important;
  }
  .width-sp-52 {
    width: 52% !important;
  }
  .width-sp-53 {
    width: 53% !important;
  }
  .width-sp-54 {
    width: 54% !important;
  }
  .width-sp-55 {
    width: 55% !important;
  }
  .width-sp-56 {
    width: 56% !important;
  }
  .width-sp-57 {
    width: 57% !important;
  }
  .width-sp-58 {
    width: 58% !important;
  }
  .width-sp-59 {
    width: 59% !important;
  }
  .width-sp-60 {
    width: 60% !important;
  }
  .width-sp-61 {
    width: 61% !important;
  }
  .width-sp-62 {
    width: 62% !important;
  }
  .width-sp-63 {
    width: 63% !important;
  }
  .width-sp-64 {
    width: 64% !important;
  }
  .width-sp-65 {
    width: 65% !important;
  }
  .width-sp-66 {
    width: 66% !important;
  }
  .width-sp-67 {
    width: 67% !important;
  }
  .width-sp-68 {
    width: 68% !important;
  }
  .width-sp-69 {
    width: 69% !important;
  }
  .width-sp-70 {
    width: 70% !important;
  }
  .width-sp-71 {
    width: 71% !important;
  }
  .width-sp-72 {
    width: 72% !important;
  }
  .width-sp-73 {
    width: 73% !important;
  }
  .width-sp-74 {
    width: 74% !important;
  }
  .width-sp-75 {
    width: 75% !important;
  }
  .width-sp-76 {
    width: 76% !important;
  }
  .width-sp-77 {
    width: 77% !important;
  }
  .width-sp-78 {
    width: 78% !important;
  }
  .width-sp-79 {
    width: 79% !important;
  }
  .width-sp-80 {
    width: 80% !important;
  }
  .width-sp-81 {
    width: 81% !important;
  }
  .width-sp-82 {
    width: 82% !important;
  }
  .width-sp-83 {
    width: 83% !important;
  }
  .width-sp-84 {
    width: 84% !important;
  }
  .width-sp-85 {
    width: 85% !important;
  }
  .width-sp-86 {
    width: 86% !important;
  }
  .width-sp-87 {
    width: 87% !important;
  }
  .width-sp-88 {
    width: 88% !important;
  }
  .width-sp-89 {
    width: 89% !important;
  }
  .width-sp-90 {
    width: 90% !important;
  }
  .width-sp-91 {
    width: 91% !important;
  }
  .width-sp-92 {
    width: 92% !important;
  }
  .width-sp-93 {
    width: 93% !important;
  }
  .width-sp-94 {
    width: 94% !important;
  }
  .width-sp-95 {
    width: 95% !important;
  }
  .width-sp-96 {
    width: 96% !important;
  }
  .width-sp-97 {
    width: 97% !important;
  }
  .width-sp-98 {
    width: 98% !important;
  }
  .width-sp-99 {
    width: 99% !important;
  }
  .width-sp-100 {
    width: 100% !important;
  }
}
.main-visual {
  position: sticky;
  top: 0;
  height: calc(100dvh - 75px);
  z-index: 1;
  overflow: hidden;
}
.main-visual .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  opacity: 0.8;
}
.main-visual .text-box span {
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  color: #312D27;
}
.main-visual .ttl-deco::before,
.main-visual .ttl-deco::after,
.main-visual .ttl-deco span::before,
.main-visual .ttl-deco span::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.main-visual .ttl-deco::before {
  top: 0;
  left: 0;
  background-image: url("../img/title-deco-white01.png");
}
.main-visual .ttl-deco::after {
  bottom: 0;
  right: 0;
  background-image: url("../img/title-deco-white04.png");
}
.main-visual .ttl-deco span::before {
  top: 0;
  right: 0;
  background-image: url("../img/title-deco-white02.png");
}
.main-visual .ttl-deco span::after {
  bottom: 0;
  left: 0;
  background-image: url("../img/title-deco-white03.png");
}

.contact {
  color: #fff;
  background-color: #00514D;
  background-image: url("../img/bg-img-green.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-inner {
  width: 100%;
  margin: 0 auto;
}

.support {
  background-color: #34281B;
  background-image: url("../img/bg-img-brown.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.service {
  background-color: #fff;
  background-image: url("../img/bg-img-white.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.service-inner {
  width: 100%;
  padding: 0 26px;
  margin: 0 auto;
}
.service-ttl {
  text-align: center;
  color: #312D27;
}
.service-ttl span > span {
  font-size: 40px;
  letter-spacing: 2.4px;
  color: #312D27;
}
.service-ttl + P {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: left;
  color: #312D27;
}
.service-ttl + P span {
  font-weight: 500;
}
.service-ttl,
.service .ttl-deco {
  display: block;
  position: relative;
}
.service-ttl::before, .service-ttl::after,
.service .ttl-deco::before,
.service .ttl-deco::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.service-ttl::before {
  top: 0;
  left: 0;
  background-image: url("../img/title-deco01.png");
}
.service-ttl::after {
  bottom: 0;
  right: 0;
  background-image: url("../img/title-deco04.png");
}
.service .ttl-deco::before {
  top: 0;
  right: 0;
  background-image: url("../img/title-deco02.png");
}
.service .ttl-deco::after {
  bottom: 0;
  left: 0;
  background-image: url("../img/title-deco03.png");
}
.service h3 {
  text-align: center;
  color: #312D27;
  position: relative;
}
.service h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../img/title-line.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.service .genre-item {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #312D27;
}
.service .genre-item h4 {
  font-weight: 400;
  border-bottom: 1px solid #C1C0BB;
}
.service .genre-item p {
  line-height: 1.7;
}
.service .desc {
  color: #312D27;
}

.choosing {
  background-color: #34281B;
  background-image: url("../img/bg-img-brown.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.choosing h2 {
  text-align: center;
  position: relative;
  color: #fff;
}
.choosing h2 span:nth-of-type(1) {
  font-weight: bold;
}
.choosing h2 span:nth-of-type(3) {
  font-weight: bold;
}
.choosing h2::before {
  content: "";
  background-image: url("../img/choosing-img05.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.choosing .slider {
  margin: 0 auto;
  color: #fff;
  overflow: hidden;
}
.choosing .slider .img {
  width: 100%;
}
.choosing .slider-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-bottom: 1px solid #DFDBD5;
}
.choosing .slider-ttl span {
  font-weight: bold;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 100%;
}
.choosing .slider-ttl p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
.choosing .slider p {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.review {
  background-color: #FDF9EE;
  color: #312D27;
}
.review-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.review h2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  display: inline-block;
}
.review h2 span {
  font-weight: 700;
}
.review ul {
  position: relative;
  z-index: 5;
  width: 100%;
}
.review ul::before {
  content: "";
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -250px;
  right: 0;
}
.review li {
  position: relative;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 3px 4px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 3px 4px 0px rgba(0, 0, 0, 0.1019607843);
}
.review li::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 28px;
  height: 23px;
  background-image: url("../img/review-img01.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.review li::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 28px;
  height: 23px;
  background-image: url("../img/review-img02.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.review li p:nth-of-type(2) {
  font-family: "ZenKaku Gothic New", sans-serif;
  text-align: right;
  color: #888888;
}

.service-flow {
  background-color: #fff;
  background-image: url("../img/bg-img-white.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #312D27;
}
.service-flow-inner {
  width: 100%;
  margin: 0 auto;
}
.service-flow .ttl-deco::before,
.service-flow .ttl-deco::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.service-flow .ttl-deco::before {
  top: 0;
  right: 0;
  background-image: url("../img/title-deco02.png");
}
.service-flow .ttl-deco::after {
  bottom: 0;
  left: 0;
  background-image: url("../img/title-deco03.png");
}
.service-flow .service-ttl + P {
  font-weight: 500;
}
.service-flow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.service-flow li:nth-last-of-type(1) .flow-number::before {
  display: none;
}
.service-flow .flow-number {
  position: relative;
  color: #fff;
  background-color: #584632;
  border-radius: 100%;
}
.service-flow .flow-number span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 26px;
  letter-spacing: 1.56px;
  line-height: 2.1;
  font-weight: bold;
  text-align: center;
}
.service-flow .flow-content {
  width: 90%;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.service-flow .flow-content h3 {
  font-weight: 500;
  border-bottom: 1px solid #C1C0BB;
  padding-bottom: 14px;
  margin-bottom: 15px;
}

.faq {
  background-color: #584632;
  background-image: url("../img/bg-img-brown.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.faq-inner {
  width: 100%;
  margin: 0 auto;
}
.faq-ttl {
  text-align: center;
  color: #fff;
}
.faq-ttl + P {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  color: #fff;
}
.faq-content {
  color: #312d27;
  background-color: #fcf8ec;
}

.info {
  background-color: #00514D;
  background-image: url("../img/bg-img-green.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}
.info-inner {
  width: 100%;
  margin: 0 auto;
}
.info h2 {
  position: relative;
}
.info h2::after {
  content: "";
  width: 226px;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../img/title-line-w.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.info h2 + p {
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 500;
}
.info h2 + p br {
  display: none;
}
.info p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 1.08px;
  line-height: 1.7;
  font-weight: 400;
}
.info-box {
  border: 1px solid #fff;
  padding: 20px;
}
.info-box p:nth-of-type(1) span {
  font-size: 22px;
  letter-spacing: 1.32px;
  line-height: 1.6;
}
.info-box p:nth-of-type(2) span {
  font-size: 46px;
  letter-spacing: 2.76px;
  line-height: 0.6;
  position: relative;
  font-weight: 500;
}
.info-box p:nth-of-type(2) span::before {
  content: "";
  background-image: url("../img/tell-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 51%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-area {
  background-color: #FDF9EE;
  color: #312D27;
}
.contact-area-inner {
  width: 100%;
  margin: 0 auto;
}
.contact-area h2 {
  font-weight: bold;
  text-align: center;
}
.contact-area h2 + p {
  font-weight: 500;
}
.contact-area p {
  letter-spacing: 1.08px;
  line-height: 2.3;
}
.contact-area a {
  color: #0078C6;
  text-decoration: underline;
}
.contact-area .form-lv2 {
  font-weight: 700;
  margin-bottom: 15px;
  border-left: 6px solid #584632;
  font-size: 20px;
  line-height: 1;
  padding: 10px;
  margin: 60px 0 20px;
}
.contact-area-thanks {
  font-family: "Noto Sans JP", sans-serif;
}
.contact-area-thanks h2, .contact-area-thanks p {
  text-align: left;
  font-weight: 400;
}
.contact-area-thanks h2 + p {
  font-weight: 400;
}

.contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-box .contact-item {
  text-align: center;
  position: relative;
  border: 1px solid #312D27;
}
.contact-box .contact-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.contact-box .contact-item span {
  font-weight: 500;
  position: relative;
  color: #312D27;
}
.contact-box .contact-item:nth-of-type(1) span {
  font-family: "ZenKaku Gothic New", sans-serif;
}
.contact-box .contact-item:nth-of-type(1) span::before {
  background-image: url("../img/mail-icon-b.svg");
}
.contact-box .contact-item:nth-of-type(1):hover {
  opacity: 0.7;
}
.contact-box .contact-item:nth-of-type(2) span::before {
  background-image: url("../img/tell-icon-b.svg");
}
.contact-box .contact-item span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-box.white .contact-item {
  border: 1px solid #fff !important;
}
.contact-box.white .contact-item span {
  color: #fff !important;
}
.contact-box.white .contact-item:nth-of-type(1) span::before {
  background-image: url("../img/mail-icon.svg");
}
.contact-box.white .contact-item:nth-of-type(2) span::before {
  background-image: url("../img/tell-icon.svg");
}

.over {
  position: relative;
  z-index: 10;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .main-visual::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/main-visual.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
  }
  .main-visual .text-box {
    top: 50%;
    left: 47%;
    -webkit-transform: translate(-47%, -50%);
            transform: translate(-47%, -50%);
    padding: 43px 70px 20px;
    max-width: 300px;
  }
  .main-visual .text-box span {
    font-size: 36px;
    letter-spacing: 3.6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 238px;
    width: 100%;
  }
  .main-visual .text-box .ttl-deco::before,
  .main-visual .text-box .ttl-deco::after,
  .main-visual .text-box .ttl-deco span::before,
  .main-visual .text-box .ttl-deco span::after {
    width: 30px;
    height: 30px;
  }
  .main-visual .text-box .ttl-deco::before {
    top: -30px;
    left: -30px;
    background-image: url("../img/title-deco-white01.png");
  }
  .main-visual .text-box .ttl-deco::after {
    bottom: -30px;
    right: -30px;
    background-image: url("../img/title-deco-white04.png");
  }
  .main-visual .text-box .ttl-deco span::before {
    top: -30px;
    right: -30px;
    background-image: url("../img/title-deco-white02.png");
  }
  .main-visual .text-box .ttl-deco span::after {
    bottom: -30px;
    left: -30px;
    background-image: url("../img/title-deco-white03.png");
  }
  .contact {
    text-align: center;
    padding: 60px 0;
  }
  .contact-inner {
    max-width: 1100px;
  }
  .contact p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    line-height: 2.27;
    width: 100%;
    padding: 0 5.37%;
    margin: 0 auto;
  }
  .support {
    padding-top: 83px;
  }
  .support-inner {
    overflow: hidden;
    padding: 0 42px;
  }
  .support h2 {
    color: #fff;
    text-align: center;
    font-size: 34px;
    letter-spacing: 3.4px;
    line-height: 1.7;
    font-weight: 500;
    margin-bottom: 45px;
    font-weight: 400;
  }
  .support h2 span {
    font-size: 50px;
    letter-spacing: 5px;
    line-height: 0.86;
  }
  .support-content {
    width: 100%;
    max-width: 1440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 22px;
    margin: 0 auto;
  }
  .support-content img {
    height: 100%;
  }
  .service-inner {
    max-width: 1048px;
    padding: 100px 26px 124px;
  }
  .service-ttl {
    font-size: 34px;
    letter-spacing: 3.4px;
    margin-bottom: 64px;
  }
  .service-ttl span > span {
    font-size: 40px;
    letter-spacing: 2.4px;
  }
  .service-ttl + P {
    line-height: 2.3;
  }
  .service .ttl-deco {
    font-weight: bold;
    padding: 20px 0;
  }
  .service-ttl::before, .service-ttl::after,
  .service .ttl-deco::before,
  .service .ttl-deco::after {
    width: 30px;
    height: 30px;
  }
  .service h3 {
    font-size: 30px;
    letter-spacing: 1.8px;
    line-height: 1.3;
    font-weight: bold;
    padding-bottom: 30px;
    margin: 60px 0 50px;
  }
  .service h3::after {
    width: 226px;
    height: 12px;
  }
  .service .genre-item {
    gap: 20px;
  }
  .service .genre-item .genre-visual {
    max-width: 130px;
  }
  .service .genre-item div:nth-last-of-type(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .service .genre-item h4 {
    font-size: 26px;
    letter-spacing: 3.12px;
    line-height: 1.8;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .service .desc {
    margin-top: 75px;
  }
  .choosing {
    padding: 90px 0 118px;
  }
  .choosing h2 {
    font-size: 30px;
    letter-spacing: 3px;
    font-weight: 700;
    margin-bottom: 44px;
    font-weight: 500;
  }
  .choosing h2 span:nth-of-type(1) {
    font-size: 76px;
    letter-spacing: 7.6px;
    line-height: 1.1;
  }
  .choosing h2 span:nth-of-type(2), .choosing h2 span:nth-of-type(4) {
    font-size: 40px;
    letter-spacing: 4px;
    line-height: 2;
  }
  .choosing h2 span:nth-of-type(3) {
    font-size: 35px;
    letter-spacing: 3.5px;
    line-height: 2.2;
  }
  .choosing h2::before {
    width: 698px;
    height: 89px;
  }
  .choosing .slider {
    padding: 0 80px;
  }
  .choosing .slider li {
    width: 300px;
    margin-right: 79px;
  }
  .choosing .slider .img {
    width: 100%;
  }
  .choosing .slider-ttl {
    padding-bottom: 20px;
    margin: 28px 0 15px;
  }
  .choosing .slider-ttl span {
    font-size: 20px;
    width: 42px;
    height: 42px;
  }
  .choosing .slider-ttl p {
    font-size: 22px;
    letter-spacing: 1.32px;
    line-height: 1.4;
    padding-left: 18px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .choosing .slider-ttl + p {
    letter-spacing: 1.5px;
    line-height: 1.7;
  }
  .choosing .slick-list {
    overflow: visible;
  }
  .choosing .slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    padding-top: 69px;
  }
  .choosing .slider-nav button {
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
  }
  .choosing .slider-nav .progress-bar {
    position: relative;
    width: 129px;
    height: 5px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
  }
  .choosing .slider-nav .progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #1b8c82;
    width: 0%;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
  }
  .choosing .slider-nav .current,
  .choosing .slider-nav .total {
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 22px;
    letter-spacing: 1.32px;
    line-height: 2;
    font-weight: bold;
  }
  .choosing .slider-nav .arrow {
    width: 12px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }
  .choosing .slider-nav .arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .choosing .slider-nav .arrow.prev::before {
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
            transform: translate(-50%, -50%) rotate(-135deg); /* ← 左矢印 */
  }
  .choosing .slider-nav .arrow.next::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); /* → 右矢印 */
  }
  .review {
    padding: 155px 0 140px;
  }
  .review-inner {
    max-width: 1247px;
    width: 100%;
    padding-left: 20px;
    margin: 0 auto;
    gap: 20px;
  }
  .review h2 {
    font-size: 34px;
    letter-spacing: 3.4px;
    line-height: 1.47;
    display: inline-block;
    position: sticky;
    top: 100px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin: 0;
  }
  .review h2 span {
    font-size: 50px;
    letter-spacing: 5px;
  }
  .review ul {
    padding-left: 2.04%;
    margin-top: 250px;
  }
  .review ul::before {
    background-image: url("../img/review-img01.jpg");
    max-width: 1081px;
    width: 100%;
    height: 100%;
  }
  .review li {
    max-width: 992px;
    padding: 32px 30px;
  }
  .review li:nth-of-type(even) {
    margin-right: auto;
  }
  .review li:nth-of-type(odd) {
    margin-left: auto;
  }
  .review li:nth-of-type(1) {
    padding-right: 18px;
  }
  .review li:nth-of-type(1) p:nth-of-type(2) {
    padding-right: 12px;
  }
  .review li:nth-of-type(4) {
    padding-right: 18px;
  }
  .review li:nth-of-type(4) p:nth-of-type(2) {
    padding-right: 12px;
  }
  .review li p:nth-of-type(1) {
    font-size: 22px;
    letter-spacing: 2.2px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .review li p:nth-of-type(2) {
    font-size: 16px;
    font-weight: 500;
  }
  .review li + li {
    margin-top: 31px;
  }
  .service-flow .service-ttl .ttl-deco span > span {
    font-size: 35px;
    letter-spacing: 3.5px;
    line-height: 1.6;
  }
  .service-flow .service-ttl::before,
  .service-flow .service-ttl::after,
  .service-flow .ttl-deco::before,
  .service-flow .ttl-deco::after {
    width: 30px;
    height: 30px;
  }
  .service-flow-inner {
    max-width: 1048px;
    padding: 100px 20px 77px;
  }
  .service-flow .service-ttl + P {
    font-size: 22px;
    letter-spacing: 1.32px;
    line-height: 1.3;
    text-align: center;
  }
  .service-flow ul {
    margin-top: 68px;
  }
  .service-flow li {
    max-width: 857px;
    padding-bottom: 36px;
  }
  .service-flow li:nth-last-of-type(1) .flow-number::before {
    display: none;
  }
  .service-flow li + li {
    margin-top: 20px;
  }
  .service-flow .flow-number {
    width: 69px;
    height: 69px;
  }
  .service-flow .flow-number::before {
    content: "";
    position: absolute;
    bottom: -88px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 4px;
    height: 70px;
    background-image: radial-gradient(circle, #2E2E2E 2px, transparent 2px);
    background-size: 4px 12px;
    background-repeat: repeat-y;
    background-position: center bottom;
  }
  .service-flow .flow-content {
    width: 90%;
    padding-left: 90px;
  }
  .service-flow .flow-content h3 {
    font-size: 24px;
    letter-spacing: 1.44px;
    line-height: 1.46;
  }
  .service-flow .flow-content p {
    font-size: 18px;
    letter-spacing: 1.08px;
    line-height: 1.6;
    min-height: 56px;
    font-weight: 500;
  }
  .faq {
    padding: 100px 0 124px;
  }
  .faq-inner {
    max-width: 1160px;
    padding: 0 20px;
  }
  .faq-ttl {
    font-size: 34px;
    letter-spacing: 2.04px;
    line-height: 1.6;
    margin-bottom: 37px;
  }
  .faq-ttl + P {
    font-size: 22px;
    letter-spacing: 1.32px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
  }
  .faq-content {
    color: #312d27;
    background-color: #fcf8ec;
    padding: 46px 0 46px;
    margin: 45px 0 50px;
  }
  .info-inner {
    text-align: center;
    max-width: 794px;
    padding: 95px 0 98px;
  }
  .info h2 {
    font-size: 26px;
    letter-spacing: 1.56px;
    line-height: 1.1;
    padding-bottom: 34px;
  }
  .info h2 + p {
    font-size: 40px;
    letter-spacing: 4px;
    margin-top: 36px;
  }
  .info p + p {
    margin-top: 16px;
  }
  .info-box {
    margin-top: 49px;
  }
  .info-box p:nth-of-type(1) span {
    font-size: 22px;
    letter-spacing: 1.32px;
    line-height: 1.6;
  }
  .info-box p:nth-of-type(2) span {
    padding-left: 63px;
  }
  .info-box .br-addr {
    display: none;
  }
  .contact-area-inner {
    max-width: 953px;
    padding: 89px 0 120px;
  }
  .contact-area h2 {
    font-size: 34px;
    letter-spacing: 3.4px;
    line-height: 1.6;
    margin-bottom: 35px;
  }
  .contact-area a {
    color: #0078C6;
    text-decoration: underline;
  }
  .contact-box {
    gap: 40px;
    padding-top: 47px;
  }
  .contact-box .contact-item {
    width: calc(50% - 40px);
  }
  .contact-box .contact-item span {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
    padding-left: 57px;
  }
  .contact-box .contact-item:nth-of-type(1) {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
  }
  .contact-box .contact-item:nth-of-type(1) span::before {
    width: 27px;
    height: 22px;
  }
  .contact-box .contact-item:nth-of-type(2) {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
  }
  .contact-box .contact-item:nth-of-type(2) span::before {
    width: 24px;
    height: 24px;
  }
  .contact-box .contact-item a {
    padding: 20px 0;
    display: block;
  }
  .contact-box.white .contact-item {
    border: 1px solid #fff !important;
  }
  .contact-box.white .contact-item span {
    color: #fff !important;
  }
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .row-2 {
    gap: 60px 40px;
  }
  .row-2 .col {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .review {
    padding: 73px 0 80px;
  }
  .review-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0 20px;
    margin-left: auto;
  }
  .review h2 {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.1;
    display: inline-block;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    position: relative;
    top: 0;
    margin: 0;
    margin-bottom: 23px;
  }
  .review h2 span {
    font-size: 26px;
    letter-spacing: 2.6px;
    line-height: 1.1;
  }
  .review ul {
    margin-top: 272px;
    padding-left: 0;
  }
  .review ul::before {
    background-image: url("../img/review-img01-sp.jpg");
    background-size: cover;
    width: calc(100% - 20px);
    height: 197px;
    top: -272px;
  }
  .review li {
    width: 100%;
    padding: 30px 20px;
  }
  .review li p:nth-of-type(1) {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 1.8;
    margin-bottom: 25px;
  }
  .review li p:nth-of-type(2) {
    font-size: 16px;
    line-height: 0.9;
  }
  .review li + li {
    margin-top: 50px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .main-visual {
    height: 441px;
  }
  .main-visual::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 516px;
    background-image: url("../img/main-visual-sp.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
  }
  .main-visual img {
    z-index: 1;
    opacity: 0;
  }
  .main-visual .text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 24px 24px 10px;
    min-width: 108px;
    max-width: 109px;
  }
  .main-visual .text-box span {
    font-size: 22px;
    letter-spacing: 2.4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 200px;
    width: 100%;
  }
  .main-visual .ttl-deco::before,
  .main-visual .ttl-deco::after,
  .main-visual .ttl-deco span::before,
  .main-visual .ttl-deco span::after {
    width: 16px;
    height: 16px;
  }
  .main-visual .ttl-deco::before {
    top: -16px;
    left: -16px;
  }
  .main-visual .ttl-deco::after {
    bottom: -16px;
    right: -16px;
  }
  .main-visual .ttl-deco span::before {
    top: -16px;
    right: -16px;
  }
  .main-visual .ttl-deco span::after {
    bottom: -16px;
    left: -16px;
  }
  .contact {
    padding: 53px 0 60px;
  }
  .contact-inner {
    width: 100%;
    padding: 0 17px 0 19px;
  }
  .contact p {
    font-size: 18px;
    letter-spacing: 0.1px;
    line-height: 2.5;
    font-weight: 500;
  }
  .support {
    padding-top: 72px;
  }
  .support h2 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 35px;
  }
  .support h2 span {
    font-size: 26px;
    letter-spacing: 2.6px;
    line-height: 1.3;
  }
  .service-inner {
    width: 100%;
    padding: 72px 23px 70px 19px;
  }
  .service-ttl {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.7;
    margin-bottom: 26px;
  }
  .service-ttl span > span {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
  .service-ttl + P {
    letter-spacing: 0.96px;
    line-height: 2.3;
  }
  .service .ttl-deco {
    padding: 15px 0;
  }
  .service-ttl::before, .service-ttl::after,
  .service .ttl-deco::before,
  .service .ttl-deco::after {
    width: 12px;
    height: 12px;
  }
  .service h3 {
    font-size: 20px;
    letter-spacing: 2.4px;
    line-height: 1.4;
    font-weight: bold;
    padding-bottom: 21px;
    margin: 50px 0 43px;
  }
  .service h3::after {
    width: 226px;
    height: 12px;
  }
  .service .genre-item {
    gap: 28px;
  }
  .service .genre-item .genre-visual {
    max-width: 86px;
    width: 100%;
  }
  .service .genre-item h4 {
    font-size: 18px;
    letter-spacing: 2.16px;
    line-height: 2.1;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .service .desc {
    font-size: 18px;
    letter-spacing: 1.08px;
    line-height: 2.3;
    margin-top: 59px;
  }
  .choosing {
    padding: 71px 0 76px;
  }
  .choosing h2 {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.3;
    font-weight: 500;
  }
  .choosing h2 span:nth-of-type(1) {
    font-size: 50px;
    letter-spacing: 5px;
    line-height: 1;
  }
  .choosing h2 span:nth-of-type(2), .choosing h2 span:nth-of-type(4) {
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 1.7;
  }
  .choosing h2 span:nth-of-type(3) {
    font-size: 22px;
    letter-spacing: 2.2px;
    line-height: 2.4;
  }
  .choosing h2::before {
    max-width: 298px;
    width: 100%;
    height: 38px;
  }
  .choosing .slider {
    padding: 0 12px;
  }
  .choosing .slider li {
    width: 100%;
  }
  .choosing .slider-ttl {
    padding-bottom: 20px;
    margin: 0 8px 15px;
  }
  .choosing .slider-ttl span {
    font-size: 18px;
    width: 38px;
    height: 38px;
  }
  .choosing .slider-ttl p {
    font-size: 20px;
    line-height: 1.8;
    padding-left: 17px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .choosing .slider-ttl + p {
    font-size: 18px;
    letter-spacing: 1.08px;
    line-height: 2.3;
    padding-left: 8px;
  }
  .choosing .slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    padding-top: 40px;
  }
  .choosing .slider-nav button {
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
  }
  .choosing .slider-nav .progress-bar {
    position: relative;
    width: 129px;
    height: 5px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
  }
  .choosing .slider-nav .progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #1b8c82;
    width: 0%;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
  }
  .choosing .slider-nav .current,
  .choosing .slider-nav .total {
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 2;
    font-weight: bold;
  }
  .choosing .slider-nav .arrow {
    width: 12px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }
  .choosing .slider-nav .arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .choosing .slider-nav .arrow.prev::before {
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
            transform: translate(-50%, -50%) rotate(-135deg); /* ← 左矢印 */
  }
  .choosing .slider-nav .arrow.next::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); /* → 右矢印 */
  }
  .review {
    padding: 73px 0 80px;
  }
  .review-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0 20px;
    margin-left: auto;
  }
  .review h2 {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.1;
    display: inline-block;
    top: 100px;
    margin: 0;
    margin-bottom: 23px;
  }
  .review h2 span {
    font-size: 26px;
    letter-spacing: 2.6px;
    line-height: 1.1;
  }
  .review ul {
    margin-top: 272px;
  }
  .review ul::before {
    background-image: url("../img/review-img01-sp.jpg");
    background-size: cover;
    width: calc(100% - 20px);
    height: 197px;
    top: -272px;
  }
  .review li {
    width: 100%;
    padding: 30px 20px;
  }
  .review li p:nth-of-type(1) {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 25px;
  }
  .review li p:nth-of-type(2) {
    font-size: 16px;
    line-height: 0.9;
    font-weight: 500;
  }
  .review li + li {
    margin-top: 50px;
  }
  .service-flow-ttl::before, .service-flow-ttl::after,
  .service-flow .ttl-deco::before,
  .service-flow .ttl-deco::after {
    width: 12px;
    height: 12px;
  }
  .service-flow-inner {
    width: 100%;
    padding: 73px 20px 48px;
    margin: 0 auto;
  }
  .service-flow .service-ttl + P {
    font-size: 18px;
    letter-spacing: 1.32px;
    line-height: 1.6;
  }
  .service-flow ul {
    margin-top: 31px;
  }
  .service-flow li {
    width: 100%;
    padding-bottom: 24px;
  }
  .service-flow li + li {
    margin-top: 20px;
  }
  .service-flow .flow-number {
    width: 69px;
    height: 69px;
    position: relative;
  }
  .service-flow .flow-number::before {
    content: "";
    position: absolute;
    bottom: -86px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 4px;
    height: 70px;
    background-image: radial-gradient(circle, #2E2E2E 2px, transparent 2px);
    background-size: 4px 12px;
    background-repeat: repeat-y;
    background-position: center bottom;
  }
  .service-flow .flow-content {
    width: 85%;
    padding-left: 32px;
  }
  .service-flow .flow-content h3 {
    font-size: 20px;
    letter-spacing: 1.2px;
    margin-bottom: 14px;
    line-height: 1.45;
    padding-bottom: 7px;
  }
  .service-flow .flow-content p {
    font-size: 18px;
    line-height: 1.6;
    min-height: 116px;
  }
  .faq {
    padding: 72px 0 79px;
  }
  .faq-inner {
    padding: 0 20px;
  }
  .faq-ttl {
    font-size: 24px;
    letter-spacing: 2.4px;
    line-height: 1.2;
    margin-bottom: 29px;
  }
  .faq-ttl + P {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 1.8;
    text-align: left;
  }
  .faq-content {
    padding: 25px 0 25px;
    margin-top: 45px;
  }
  .info-inner {
    text-align: left;
    width: 100%;
    padding: 70px 20px 81px;
  }
  .info h2 {
    font-size: 22px;
    letter-spacing: 1.32px;
    line-height: 1.4;
    text-align: center;
    padding-bottom: 24px;
  }
  .info h2 + p {
    font-size: 24px;
    letter-spacing: 2.4px;
    line-height: 1.3;
    margin-top: 46px;
    text-align: center;
  }
  .info h2::after {
    bottom: -10px;
  }
  .info h2 + p + p {
    letter-spacing: 1.8px;
  }
  .info p {
    font-size: 18px;
    letter-spacing: 1.08px;
    line-height: 1.7;
  }
  .info p + p {
    margin-top: 21px;
  }
  .info-box {
    margin-top: 49px;
  }
  .info-box p:nth-of-type(1) {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 2.3;
    text-align: center;
  }
  .info-box p:nth-of-type(1) span {
    font-size: 22px;
    letter-spacing: 1.32px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) and (max-width: 419px) {
  .info-box p:nth-of-type(1) {
    line-height: 1.5;
  }
  .info-box p:nth-of-type(1) span {
    margin-bottom: 8px;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .info-box p:nth-of-type(2) {
    text-align: center;
  }
  .info-box p:nth-of-type(2) span {
    font-size: clamp(1rem, 2.625rem, 42px);
    letter-spacing: 0;
    line-height: 0.7;
    padding-left: 45px;
  }
}
@media screen and (max-width: 767px) and (min-width: 420px) {
  .info-box .br-addr {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .contact-area-inner {
    padding: 69px 20px 80px;
  }
  .contact-area h2 {
    font-size: 24px;
    letter-spacing: 2.4px;
    line-height: 2.4;
    margin-bottom: 30px;
  }
  .contact-area h2 + p {
    font-size: 18px;
    letter-spacing: 1.08px;
    line-height: 2.3;
  }
  .contact-area .form-lv2 {
    font-size: 18px;
    line-height: 1.5;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 30px;
  }
  .contact-area-thanks h2 {
    font-size: 20px;
  }
  .contact-area-thanks h2 + p {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 1.8;
  }
  .contact-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding-top: 37px;
  }
  .contact-box .contact-item {
    width: 100%;
  }
  .contact-box .contact-item span {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 500;
    padding-left: 33px;
    padding: 20px;
    padding-left: 46px;
    display: block;
  }
  .contact-box .contact-item span::before {
    left: 21.2%;
  }
  .contact-box .contact-item:nth-of-type(1) span::before {
    width: 17px;
    height: 14px;
  }
  .contact-box .contact-item:nth-of-type(2) {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
  }
  .contact-box .contact-item:nth-of-type(2) span::before {
    width: 15px;
    height: 15px;
  }
  .contact-box .contact-item a {
    display: block;
  }
  .contact-box.white .contact-item {
    border: 1px solid #fff !important;
  }
  .contact-box.white .contact-item span {
    color: #fff !important;
  }
}
@media screen and (max-width: 410px) {
  .info h2 + p br {
    display: block;
  }
}
@media screen and (max-width: 381px) {
  .service-ttl {
    letter-spacing: 1.8px;
  }
  .service-ttl span > span {
    letter-spacing: 1.8px;
  }
  .info h2 + p br {
    display: block;
  }
}
@media screen and (max-width: 374px) {
  .service-ttl {
    font-size: 16px;
    letter-spacing: 0.7px;
  }
  .service-ttl span > span {
    font-size: 20px;
    letter-spacing: 0.7px;
  }
  .contact-box .contact-item span::before {
    left: 14%;
  }
}
/*# sourceMappingURL=style.css.map */