/*----- breakpoint -----*/
/*----- responsive -----*/
/*----- flexbox -----*/
/*----- grid -----*/
/*----- breakpoint -----*/
/*----- responsive -----*/
/*----- flexbox -----*/
/*----- grid -----*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 120px;
  }
}
@media screen and (max-width: 426px) {
  html {
    scroll-padding-top: 80px;
  }
}

body {
  background: #fff;
  color: #222;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  min-width: 100%;
  word-wrap: break-word;
}
body::before {
  content: "";
  background: url(../image/bg.jpg) no-repeat center/cover;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

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

*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

button,
input[type=submit],
input[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

p,
li,
a,
dt,
dd,
span,
th,
td {
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 320px) {
  p,
  li,
  a,
  dt,
  dd,
  span,
  th,
  td {
    font-size: 1.4rem;
  }
}

a {
  color: #111;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
}

img {
  display: block;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

/*----- breakpoint -----*/
/*----- responsive -----*/
/*----- flexbox -----*/
/*----- grid -----*/
/* ---------- .u-mb ---------- */
.u-mb10 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .u-mb30 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .u-mb30 {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb30 {
    margin-bottom: 12px;
  }
}

.u-mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .u-mb40 {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .u-mb40 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb40 {
    margin-bottom: 16px;
  }
}

.u-mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .u-mb50 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .u-mb50 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb50 {
    margin-bottom: 20px;
  }
}

.u-mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .u-mb60 {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .u-mb60 {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb60 {
    margin-bottom: 24px;
  }
}

.u-mb70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 1200px) {
  .u-mb70 {
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 1024px) {
  .u-mb70 {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb70 {
    margin-bottom: 28px;
  }
}

.u-mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .u-mb80 {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .u-mb80 {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb80 {
    margin-bottom: 32px;
  }
}

.u-mb90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 1200px) {
  .u-mb90 {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 1024px) {
  .u-mb90 {
    margin-bottom: 54px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb90 {
    margin-bottom: 36px;
  }
}

.u-mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .u-mb100 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .u-mb100 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb100 {
    margin-bottom: 40px;
  }
}

.u-mb110 {
  margin-bottom: 110px;
}
@media screen and (max-width: 1200px) {
  .u-mb110 {
    margin-bottom: 88px;
  }
}
@media screen and (max-width: 1024px) {
  .u-mb110 {
    margin-bottom: 66px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb110 {
    margin-bottom: 44px;
  }
}

.u-mb120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 1200px) {
  .u-mb120 {
    margin-bottom: 96px;
  }
}
@media screen and (max-width: 1024px) {
  .u-mb120 {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb120 {
    margin-bottom: 48px;
  }
}

.u-mb130 {
  margin-bottom: 130px;
}
@media screen and (max-width: 1200px) {
  .u-mb130 {
    margin-bottom: 104px;
  }
}
@media screen and (max-width: 1024px) {
  .u-mb130 {
    margin-bottom: 78px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb130 {
    margin-bottom: 52px;
  }
}

.u-mb140 {
  margin-bottom: 140px;
}
@media screen and (max-width: 1200px) {
  .u-mb140 {
    margin-bottom: 112px;
  }
}
@media screen and (max-width: 1024px) {
  .u-mb140 {
    margin-bottom: 84px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb140 {
    margin-bottom: 56px;
  }
}

.u-mb150 {
  margin-bottom: 150px;
}
@media screen and (max-width: 1200px) {
  .u-mb150 {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .u-mb150 {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb150 {
    margin-bottom: 60px;
  }
}

.u-mb160 {
  margin-bottom: 160px;
}
@media screen and (max-width: 1200px) {
  .u-mb160 {
    margin-bottom: 128px;
  }
}
@media screen and (max-width: 1024px) {
  .u-mb160 {
    margin-bottom: 96px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb160 {
    margin-bottom: 64px;
  }
}

.u-mb170 {
  margin-bottom: 170px;
}
@media screen and (max-width: 1200px) {
  .u-mb170 {
    margin-bottom: 136px;
  }
}
@media screen and (max-width: 1024px) {
  .u-mb170 {
    margin-bottom: 102px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb170 {
    margin-bottom: 68px;
  }
}

.u-mb180 {
  margin-bottom: 180px;
}
@media screen and (max-width: 1200px) {
  .u-mb180 {
    margin-bottom: 144px;
  }
}
@media screen and (max-width: 1024px) {
  .u-mb180 {
    margin-bottom: 108px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb180 {
    margin-bottom: 72px;
  }
}

/* ---------- .u-font ---------- */
.u-font__text--24 {
  font-size: clamp(1.5rem, 2.2vw, 2.4rem);
  line-height: 1.8;
}
@media screen and (max-width: 320px) {
  .u-font__text--24 {
    font-size: 1.4rem;
  }
}
.u-font__text--28 {
  font-size: clamp(1.5rem, 2.5vw, 2.8rem);
  line-height: 1.7;
}
@media screen and (max-width: 426px) {
  .u-font__text--28 {
    letter-spacing: -0.1rem;
  }
}
@media screen and (max-width: 320px) {
  .u-font__text--28 {
    font-size: 1.4rem;
    letter-spacing: -0.18rem;
  }
}
.u-font__text--30 {
  font-size: clamp(1.6rem, 2.5vw, 3rem);
  line-height: 1.7;
}
@media screen and (max-width: 320px) {
  .u-font__text--30 {
    font-size: 1.4rem;
  }
}
.u-font__text--34 {
  font-size: clamp(1.6rem, 2.5vw, 3.4rem);
  line-height: 1.7;
}
@media screen and (max-width: 320px) {
  .u-font__text--34 {
    font-size: 1.4rem;
    letter-spacing: -0.1rem;
  }
}
.u-font__text_weight--400 {
  font-weight: 400;
}
.u-font__text_weight--500 {
  font-weight: 500;
}
.u-font__text_weight--700 {
  font-weight: 700;
}
.u-font__color--brown {
  color: #b19538;
}
.u-font__color--red {
  color: #dc1c1c;
}
.u-font__color--white {
  color: #fff;
}
.u-font__color--blue {
  color: #3d477f;
}
.u-font__family--serif {
  font-family: "Noto Serif JP", serif;
}
.u-font__family--sans {
  font-family: "Noto Sans JP", sans-serif;
}

.u-only--pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-only--pc {
    display: none;
  }
}
.u-only--pcsp {
  display: block;
}
@media screen and (max-width: 426px) {
  .u-only--pcsp {
    display: none;
  }
}
.u-only--sp {
  display: none;
}
@media screen and (max-width: 426px) {
  .u-only--sp {
    display: block;
  }
}
.u-only--sptub {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-only--sptub {
    display: block;
  }
}

.u-text__align--center {
  text-align: center;
}
.u-text__align--center__left {
  text-align: center;
}
@media screen and (max-width: 426px) {
  .u-text__align--center__left {
    text-align: left;
  }
}
.u-text__align--left {
  text-align: left;
}
.u-text__align--right {
  text-align: right;
}
.u-text__margin--center {
  margin-left: auto;
  margin-right: auto;
}

/*----- breakpoint -----*/
/*----- responsive -----*/
/*----- flexbox -----*/
/*----- grid -----*/
/*------------------------------------------
c-wrapper
------------------------------------------*/
.c-card {
  padding-top: clamp(6rem, 10vw, 10rem);
  padding-bottom: clamp(6rem, 10vw, 10rem);
}

/* ---------- wrapper ---------- */
.c-wrapper--800 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 clamp(1.5rem, 2vw, 3rem);
  max-width: 860px;
}

.c-wrapper--850 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 clamp(1.5rem, 2vw, 3rem);
  max-width: 910px;
}

.c-wrapper--900 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 clamp(1.5rem, 2vw, 3rem);
  max-width: 960px;
}

.c-wrapper--1000 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 clamp(1.5rem, 2vw, 3rem);
  max-width: 1060px;
}

.c-wrapper--1100 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 clamp(1.5rem, 2vw, 3rem);
  max-width: 1160px;
}

/*----- breakpoint -----*/
/*----- responsive -----*/
/*----- flexbox -----*/
/*----- grid -----*/
/* ------------------------------------------------------------
p-form
------------------------------------------------------------ */
.p-form {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 2rem 4rem;
}
@media screen and (max-width: 426px) {
  .p-form {
    padding: 2rem;
  }
}
.p-form__text {
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 426px) {
  .p-form__text {
    font-size: 1.4rem;
    letter-spacing: -0.15rem;
  }
}
.p-form__text span {
  color: #dc1939;
  font-weight: 700;
}
.p-form__text span::before {
  vertical-align: middle;
  content: "";
  background: url(../image/form_mail_icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-bottom: 0.1em;
  margin-right: 0.2em;
}
.p-form__textarea {
  border: 3px solid #0eae46;
  display: block;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  padding: 18px;
  margin-right: auto;
  margin-left: auto;
  width: min(80%, 800px);
}
@media screen and (max-width: 768px) {
  .p-form__textarea {
    border: 3px solid #0eae46;
    font-size: 1.4rem;
    padding: 17px 10px;
    width: 90%;
  }
}
@media screen and (max-width: 426px) {
  .p-form__textarea {
    width: 100%;
  }
}
.p-form__textarea::-webkit-input-placeholder {
  text-align: center;
}
.p-form__textarea::-moz-placeholder {
  text-align: center;
}
.p-form__textarea:-ms-input-placeholder {
  text-align: center;
}
.p-form__textarea::-ms-input-placeholder {
  text-align: center;
}
.p-form__textarea::placeholder {
  text-align: center;
}
.p-form .entry_checkBox {
  text-align: center;
  color: #393939;
  text-indent: -1em;
}
.p-form .entry_checkBox label {
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  .p-form .entry_checkBox label {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 580px) {
  .p-form .entry_checkBox label {
    margin-right: 0;
  }
}
.p-form .entry_checkBox label .check_agreement {
  display: none;
}
.p-form .entry_checkBox label .check_agreement:checked + .check_agreement-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 4px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 3px solid #ec0206;
  border-right: 3px solid #ec0206;
}
@media screen and (max-width: 426px) {
  .p-form .entry_checkBox label .check_agreement:checked + .check_agreement-parts::after {
    height: 11px;
    top: -1px;
    width: 5px;
  }
}
.p-form .entry_checkBox label .check_agreement-parts {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 1.6;
  padding-left: 20px;
  position: relative;
  margin-right: 0px;
}
@media screen and (max-width: 426px) {
  .p-form .entry_checkBox label .check_agreement-parts {
    font-size: 14px;
    font-size: 3.2941176471vw;
    padding-left: 18px;
  }
}
.p-form .entry_checkBox label .check_agreement-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #393939;
}
@media screen and (max-width: 426px) {
  .p-form .entry_checkBox label .check_agreement-parts::before {
    width: 10px;
    height: 10px;
  }
}
.p-form .entry_checkBox label .check_agreement-parts a {
  border-bottom: 1px solid #393939;
  color: #393939;
  font-size: 100%;
  padding-bottom: 0.1em;
}

/* ------------------------------------------------------------
p-btn_area
------------------------------------------------------------ */
.p-btn_area__btn {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 538px;
}
.p-btn_area__btn button {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p-btn_area__btn:hover {
  opacity: 0.8;
}

/* ------------------------------------------------------------
p-form_zoom
------------------------------------------------------------ */
.p-form_zoom {
  -webkit-animation-name: zoom_btn;
          animation-name: zoom_btn;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-transform: scale(0.94, 0.94);
          transform: scale(0.94, 0.94);
}

@-webkit-keyframes zoom_btn {
  0% {
    -webkit-transform: scale(0.94, 0.94);
            transform: scale(0.94, 0.94);
  }
  50% {
    -webkit-transform: scale(0.94, 0.94);
            transform: scale(0.94, 0.94);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes zoom_btn {
  0% {
    -webkit-transform: scale(0.94, 0.94);
            transform: scale(0.94, 0.94);
  }
  50% {
    -webkit-transform: scale(0.94, 0.94);
            transform: scale(0.94, 0.94);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
/*------------------------------------------
p-cv_area
------------------------------------------*/
.p-cv_area {
  background: url(../image/cv_area_short_bg_pc.jpg) center center no-repeat;
  background-size: cover;
  padding: clamp(3rem, 5vw, 6rem) 0;
}
@media screen and (max-width: 768px) {
  .p-cv_area {
    background: url(../image/cv_area_short_bg_sp.jpg) center center no-repeat;
  }
}
.p-cv_area img {
  width: 100%;
  max-width: 997px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-cv_area img {
    width: 90%;
  }
}
@media screen and (max-width: 426px) {
  .p-cv_area img {
    width: 100%;
  }
}
.p-cv_area__btn_area {
  width: 100%;
  max-width: 538px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-cv_area__btn_area {
    width: 70%;
  }
}
@media screen and (max-width: 426px) {
  .p-cv_area__btn_area {
    width: 100%;
  }
}
.p-cv_area__btn_area:hover {
  opacity: 0.9;
}

/*------------------------------------------
p-arrow
------------------------------------------*/
.p-arrow {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 72px;
  -webkit-animation: arrow 0.5s infinite alternate ease-in-out;
          animation: arrow 0.5s infinite alternate ease-in-out;
}
@-webkit-keyframes arrow {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
}
@keyframes arrow {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
}
@media screen and (max-width: 768px) {
  .p-arrow {
    max-width: 50px;
  }
}
@media screen and (max-width: 426px) {
  .p-arrow {
    max-width: 30px;
  }
}

/*------------------------------------------
p-background__text
------------------------------------------*/
.p-background__text {
  text-align: center;
}
.p-background__text p {
  color: #fff;
  display: inline;
  font-size: clamp(1.9rem, 2.7vw, 3.6rem);
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  padding: 0.03em 0.25em 0;
  background: #877127;
  line-height: 2;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/*------------------------------------------
p-listbox
------------------------------------------*/
.p-listbox {
  background: #fff;
  border: 4px solid #877127;
  border-radius: 1rem;
  padding: clamp(2rem, 5vw, 5rem) clamp(2rem, 4vw, 5rem) clamp(3rem, 8vw, 8rem);
}
@media screen and (max-width: 768px) {
  .p-listbox {
    border: 5px solid #877127;
  }
}
@media screen and (max-width: 426px) {
  .p-listbox {
    border: 3px solid #877127;
  }
}
.p-listbox ul li {
  background: url(../image/question_check.png) left 0.2em top 0.5em no-repeat;
  background-size: 29px auto;
  font-size: clamp(1.6rem, 2.5vw, 3rem);
  font-weight: 500;
  line-height: 1.7;
  padding-bottom: 0.2em;
  padding-left: 2.2em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1024px) {
  .p-listbox ul li {
    background-size: 25px auto;
  }
}
@media screen and (max-width: 768px) {
  .p-listbox ul li {
    background-size: 22px auto;
  }
}
@media screen and (max-width: 426px) {
  .p-listbox ul li {
    background-size: 20px auto;
  }
}
.p-listbox ul li:last-child {
  margin-bottom: 0;
}
.p-listbox ul li strong {
  color: #dc1939;
  font-size: 105%;
  font-weight: 600;
}

/*------------------------------------------
p-box
------------------------------------------*/
.p-box {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 clamp(1.5rem, 2vw, 3rem);
}

/*------------------------------------------
p-annotation
------------------------------------------*/
.p-annotation {
  text-align: left;
}
.p-annotation p {
  font-size: clamp(1.1rem, 1.5vw, 1.6rem);
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}

/*----- breakpoint -----*/
/*----- responsive -----*/
/*----- flexbox -----*/
/*----- grid -----*/
.l-header {
  padding: 16px;
  background: transparent;
  position: absolute;
  width: 100%;
}
.l-header__wrap {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header__wrap__logo {
  width: min(133px, 20%);
  margin-right: 20px;
}
@media screen and (max-width: 426px) {
  .l-header__wrap__logo {
    max-width: 100px;
  }
}
.l-header__wrap__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 426px) {
  .l-header__wrap__contact {
    gap: 10px;
  }
}
.l-header__wrap__contact__tel_wrap__tel a {
  line-height: 1.2;
  font-size: clamp(2.2rem, 3vw, 3rem);
  font-weight: 500;
  text-align: center;
  display: block;
  color: #ffffff;
}
.l-header__wrap__contact__tel_wrap__tel a:hover {
  opacity: 0.7;
  color: #ffffff;
}
.l-header__wrap__contact__tel_wrap__time {
  color: #ffffff;
  line-height: 1.2;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  font-weight: 400;
  text-align: center;
}
.l-header__wrap__contact__mail a {
  font-size: clamp(1.6rem, 2.6vw, 2.6rem);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2em;
  color: #ffffff;
}
.l-header__wrap__contact__mail a::before {
  content: "";
  background: url(../image/contact_mail.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1em;
  height: 1em;
}
@media screen and (max-width: 426px) {
  .l-header__wrap__contact__mail a::before {
    width: 35px;
    height: 35px;
  }
}
.l-header__wrap__contact__mail a span {
  font-size: clamp(1.6rem, 2.6vw, 2.6rem);
  font-weight: 700;
}
@media screen and (max-width: 426px) {
  .l-header__wrap__contact__mail a span {
    display: none;
  }
}

/* ------------------------------------------------------------
l-fv
------------------------------------------------------------ */
.l-fv {
  background: url(../image/fv_bg_pc.jpg) center center no-repeat;
  background-size: cover;
  padding: 90px 0;
}
.l-fv img {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-fv img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 426px) {
  .l-fv img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ------------------------------------------------------------
l-lead
------------------------------------------------------------ */
.l-lead__question {
  padding: clamp(4rem, 10vw, 13rem) 0;
  background: url(../image/lead_question_bg_pc.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .l-lead__question {
    background: url(../image/lead_question_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
.l-lead__question__bgtext {
  color: #fff;
  display: inline;
  font-size: clamp(1.9rem, 4vw, 5rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  padding: 0.02em 0.25em 0;
  background: #0a2b50;
  line-height: 1.8;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.l-lead__question__bgtext span {
  color: #f3df9a;
  font-size: 110%;
}
@media screen and (max-width: 320px) {
  .l-lead__question__bgtext {
    font-size: 1.6rem;
  }
}
.l-lead__cause {
  padding-bottom: clamp(4rem, 10vw, 12rem);
}
.l-lead__cause__arrow {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-lead__cause__arrow {
    width: 35%;
  }
}
@media screen and (max-width: 426px) {
  .l-lead__cause__arrow {
    width: 40%;
  }
}
.l-lead__cause__img01 {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-lead__cause__img01 {
    width: 90%;
  }
}
@media screen and (max-width: 426px) {
  .l-lead__cause__img01 {
    width: 100%;
  }
}
.l-lead__cause__bordertext {
  font-size: clamp(1.6rem, 3vw, 3.4rem);
  font-weight: 700;
  text-align: center;
}
.l-lead__cause__bordertext span {
  color: #b19538;
  border-bottom: #b19538 4px solid;
  font-size: 120%;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 426px) {
  .l-lead__cause__bordertext span {
    border-bottom: #b19538 2px solid;
  }
}
.l-lead__example {
  background: #f9f5e5;
  padding-bottom: clamp(4rem, 8vw, 10rem);
}
.l-lead__example__arrow {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-lead__example__arrow {
    width: 35%;
  }
}
@media screen and (max-width: 426px) {
  .l-lead__example__arrow {
    width: 40%;
  }
}
.l-lead__example__text {
  font-size: clamp(1.7rem, 3vw, 3.4rem);
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.6;
}
.l-lead__example__text span {
  color: #dc1c1c;
  font-size: 120%;
  font-weight: 700;
}
@media screen and (max-width: 320px) {
  .l-lead__example__text span {
    font-size: 100%;
  }
}
.l-lead__example__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-lead__example__figure__item {
  width: 48%;
}
@media screen and (max-width: 426px) {
  .l-lead__example__figure__item {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }
}
.l-lead__example__bordertext {
  text-align: center;
}
.l-lead__example__bordertext p {
  display: inline;
  color: #dc1c1c;
  font-size: clamp(1.7rem, 3vw, 3.4rem);
  font-weight: 700;
  border-bottom: #dc1c1c 4px solid;
}
@media screen and (max-width: 768px) {
  .l-lead__example__bordertext p {
    border-bottom: #dc1c1c 3px solid;
  }
}
@media screen and (max-width: 426px) {
  .l-lead__example__bordertext p {
    border-bottom: #dc1c1c 2px solid;
  }
}
@media screen and (max-width: 320px) {
  .l-lead__example__bordertext p {
    font-size: 1.6rem;
    letter-spacing: -0.1rem;
  }
}
.l-lead__example__img01 {
  width: 100%;
  max-width: 904px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-lead__example__img01 {
    width: 90%;
  }
}
.l-lead__summary {
  background: url(../image/lead_summary_bg_pc.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .l-lead__summary {
    background: url(../image/lead_summary_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .l-lead__summary img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 426px) {
  .l-lead__summary img {
    width: 90%;
  }
}

/* ------------------------------------------------------------
l-attention
------------------------------------------------------------ */
.l-attention {
  background: url(../image/section_attention_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: clamp(5rem, 10vw, 14rem) 0;
}
.l-attention img {
  max-width: 1025px;
}

/* ------------------------------------------------------------
l-method
------------------------------------------------------------ */
.l-method {
  background: url(../image/method_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: clamp(5rem, 10vw, 14rem) 0;
}
.l-method__blowing {
  background-color: #fff;
  text-align: center;
  padding: 20px 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-method__blowing {
    padding: 20px 0;
  }
}
.l-method__blowing::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #fff transparent transparent transparent;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}
@media screen and (max-width: 768px) {
  .l-method__blowing::after {
    border-width: 25px 25px 0 25px;
    bottom: -15px;
  }
}
.l-method__blowing p {
  color: #222;
  display: inline-block;
  text-align: center;
  font-size: clamp(1.5rem, 2.5vw, 2.8rem);
  font-weight: 700;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (max-width: 320px) {
  .l-method__blowing p {
    font-size: 1.4rem;
    letter-spacing: -0.1rem;
  }
}
.l-method__blowing p span {
  color: #dc1c1c;
  font-size: 110%;
  font-weight: 700;
  line-height: 1.6;
}
.l-method__img01 {
  width: 100%;
  max-width: 974px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-method__img01 {
    width: 90%;
  }
}
@media screen and (max-width: 426px) {
  .l-method__img01 {
    width: 100%;
  }
}
.l-method__box {
  background: #f4f4ef;
  border: #efd687 4px solid;
  padding: clamp(2rem, 5vw, 5rem) clamp(1.5rem, 5vw, 5rem);
}
@media screen and (max-width: 768px) {
  .l-method__box {
    border: #efd687 3px solid;
  }
}
@media screen and (max-width: 426px) {
  .l-method__box {
    border: #efd687 2px solid;
  }
}
.l-method__box__title p {
  font-size: clamp(1.9rem, 3.5vw, 4.4rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 320px) {
  .l-method__box__title p {
    font-size: 1.7rem;
    letter-spacing: -0.1rem;
  }
}
.l-method__box__title p span {
  font-size: 110%;
  font-weight: 700;
  color: #fff;
  display: inline;
  font-weight: 500;
  padding: 0.01em 0.25em 0;
  background: #9c7f20;
  line-height: 1;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.l-method__box__wrap {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 2rem;
  padding: clamp(1.5rem, 5vw, 5rem);
}
.l-method__box__wrap__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: #b3ab91 1px solid;
  padding: 3% 0;
}
.l-method__box__wrap__item:last-child {
  border: none;
}
.l-method__box__wrap__item__number {
  width: 12%;
}
.l-method__box__wrap__item__text {
  width: 82%;
}
.l-method__box__wrap__item__text p {
  font-size: clamp(1.6rem, 3vw, 3.2rem);
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}
.l-method__box__wrap__item__text p span {
  color: #dc1c1c;
  font-size: 100%;
  font-weight: 500;
  line-height: 1.5;
}

/* ------------------------------------------------------------
l-ebook
------------------------------------------------------------ */
.l-ebook {
  padding: clamp(4rem, 10vw, 12rem) 0 clamp(3rem, 8vw, 10rem);
}
.l-ebook__box {
  background: #fff;
  border-radius: 2rem;
  padding: clamp(1.5rem, 3vw, 3.5rem);
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 426px) {
  .l-ebook__box {
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.35);
  }
}
.l-ebook__box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-ebook__box__inner__text {
  width: 80%;
}
@media screen and (max-width: 426px) {
  .l-ebook__box__inner__text {
    width: 100%;
  }
}
.l-ebook__box__inner__img {
  width: 15%;
}
@media screen and (max-width: 426px) {
  .l-ebook__box__inner__img {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-ebook__img01 {
  width: 100%;
  max-width: 939px;
  margin-left: auto;
  margin-right: auto;
}
.l-ebook__img02 {
  width: 100%;
  max-width: 1077px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-ebook__img02 {
    width: 80%;
  }
}
@media screen and (max-width: 426px) {
  .l-ebook__img02 {
    width: 90%;
  }
}
.l-ebook__img_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
}
@media screen and (max-width: 768px) {
  .l-ebook__img_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-ebook__img_text__img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .l-ebook__img_text__img {
    width: 50%;
  }
}
.l-ebook__img_text__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-ebook__img_text__text p:first-child {
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-ebook__img_text__text p:first-child br {
    display: none;
  }
}
.l-ebook__img_text__text p:first-child strong {
  font-size: 120%;
  color: #9e8212;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #f0d0d0));
  background: linear-gradient(transparent 70%, #f0d0d0 30%);
}
.l-ebook__img_text__text p:last-child {
  margin-top: 1em;
  font-size: 1.6rem;
}

/* ------------------------------------------------------------
l-achievements
------------------------------------------------------------ */
.l-achievements__chart {
  background: #f9f5e5;
  padding: clamp(4rem, 10vw, 12rem) 0;
}
.l-achievements__chart__wrap {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 clamp(1.5rem, 2vw, 3rem);
}
.l-achievements__chart img {
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.l-achievements__summary {
  padding: clamp(4rem, 10vw, 12rem) 0;
}
.l-achievements__summary img {
  width: 100%;
  max-width: 956px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-achievements__summary img {
    width: 90%;
  }
}
@media screen and (max-width: 426px) {
  .l-achievements__summary img {
    width: 100%;
  }
}

/* ------------------------------------------------------------
l-chance
------------------------------------------------------------ */
.l-chance {
  padding: clamp(7rem, 10vw, 15rem) 0;
  background: url(../image/chance_bg_pc.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .l-chance {
    background: url(../image/chance_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
.l-chance__img01 {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-chance__img01 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 426px) {
  .l-chance__img01 {
    width: 100%;
  }
}
.l-chance__flex {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-chance__flex__img {
  width: 20%;
}
.l-chance__flex__text {
  width: 75%;
}
.l-chance__flex__text p {
  font-size: clamp(1.5rem, 2.3vw, 2.8rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 320px) {
  .l-chance__flex__text p {
    font-size: 1.3rem;
  }
}
.l-chance__img02 {
  width: 100%;
  max-width: 757px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-chance__img02 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 426px) {
  .l-chance__img02 {
    width: 90%;
  }
}

/*------------------------------------------
l-qa
------------------------------------------*/
.l-qa {
  padding: clamp(3rem, 6vw, 10rem) 0;
}
.l-qa h2 {
  text-align: center;
}
.l-qa h2 span {
  background: #9c7f20;
  color: #fff;
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  padding: 0.2rem 1rem;
}
.l-qa__box__item {
  background: #fff;
  border: 1px solid #c0d1dd;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .l-qa__box__item {
    margin-bottom: 20px;
  }
}
.l-qa__box__item__q {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  padding: 20px 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-qa__box__item__q {
    padding: 15px 25px;
  }
}
@media screen and (max-width: 426px) {
  .l-qa__box__item__q {
    padding: 10px 15px;
  }
}
.l-qa__box__item__q::after {
  content: "";
  position: absolute;
  top: 35px;
  right: 35px;
  display: block;
  width: 17px;
  height: 17px;
  border-top: 3px solid #9c7f20;
  border-right: 3px solid #9c7f20;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .l-qa__box__item__q::after {
    top: 27px;
    right: 25px;
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 426px) {
  .l-qa__box__item__q::after {
    top: 22px;
    right: 18px;
    width: 9px;
    height: 9px;
  }
}
.l-qa__box__item__q span {
  width: 100%;
  max-width: 43px;
}
@media screen and (max-width: 768px) {
  .l-qa__box__item__q span {
    max-width: 33px;
  }
}
@media screen and (max-width: 426px) {
  .l-qa__box__item__q span {
    max-width: 25px;
  }
}
.l-qa__box__item__q p {
  padding-left: 20px;
  position: relative;
  top: 1px;
  max-width: 88%;
}
@media screen and (max-width: 768px) {
  .l-qa__box__item__q p {
    padding-left: 14px;
  }
}
@media screen and (max-width: 426px) {
  .l-qa__box__item__q p {
    padding-left: 9px;
  }
}
.l-qa__box__item__a {
  display: none;
  padding: 0 35px 20px;
}
@media screen and (max-width: 768px) {
  .l-qa__box__item__a {
    padding: 0 25px 15px;
  }
}
@media screen and (max-width: 426px) {
  .l-qa__box__item__a {
    padding: 0 15px 10px;
  }
}
.l-qa__box__item__a__inner {
  border-top: 1px solid #c0d1dd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}
.l-qa__box__item__a__inner span {
  width: 100%;
  max-width: 43px;
}
@media screen and (max-width: 768px) {
  .l-qa__box__item__a__inner span {
    max-width: 33px;
  }
}
@media screen and (max-width: 426px) {
  .l-qa__box__item__a__inner span {
    max-width: 25px;
  }
}
.l-qa__box__item__a__inner p {
  font-size: 1.7rem;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .l-qa__box__item__a__inner p {
    font-size: 1.4rem;
    padding-left: 14px;
  }
}
@media screen and (max-width: 426px) {
  .l-qa__box__item__a__inner p {
    font-size: 1.3rem;
    padding-left: 10px;
  }
}

/* ------------------------------------------------------------
l-contact
------------------------------------------------------------ */
.l-contact {
  background: url(../image/contact_bg_pc.jpg) no-repeat center/cover;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-contact {
    background: url(../image/contact_bg_sp.jpg) no-repeat center/cover;
  }
}
.l-contact h2 {
  font-size: clamp(1.6rem, 2.3vw, 2.6rem);
  line-height: 1.9;
}
.l-contact__contents {
  margin-right: auto;
  margin-left: auto;
  max-width: min(92%, 1000px);
}
.l-contact__contents__text {
  font-size: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .l-contact__contents__text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .l-contact__contents__text {
    font-size: 1.8rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 580px) {
  .l-contact__contents__text {
    font-size: 1.6rem;
  }
}
.l-contact__contents__flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-contact__contents__flex_box h3 {
  color: #222;
  font-size: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .l-contact__contents__flex_box h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 580px) {
  .l-contact__contents__flex_box h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 320px) {
  .l-contact__contents__flex_box h3 {
    font-size: 1.8rem;
  }
}
.l-contact__contents__flex_box__tel {
  width: 48%;
  background-color: rgba(251, 251, 240, 0.9);
  padding: clamp(1.5rem, 3vw, 4rem) clamp(1.5rem, 2vw, 3rem);
}
@media screen and (max-width: 426px) {
  .l-contact__contents__flex_box__tel {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.l-contact__contents__flex_box__tel img {
  max-width: 78px;
}
@media screen and (max-width: 768px) {
  .l-contact__contents__flex_box__tel img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media screen and (max-width: 580px) {
  .l-contact__contents__flex_box__tel img {
    margin-bottom: 1rem;
  }
}
.l-contact__contents__flex_box__tel p a {
  color: #9c7f20;
  font-family: serif;
  font-weight: 700;
  font-size: 6rem;
}
@media screen and (max-width: 1024px) {
  .l-contact__contents__flex_box__tel p a {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .l-contact__contents__flex_box__tel p a {
    font-size: 4rem;
  }
}
@media screen and (max-width: 580px) {
  .l-contact__contents__flex_box__tel p a {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 320px) {
  .l-contact__contents__flex_box__tel p a {
    font-size: 3rem;
  }
}
.l-contact__contents__flex_box__tel p a:hover {
  color: #ad9957;
}
.l-contact__contents__flex_box__tel p b {
  color: #222;
  font-size: 2rem;
}
@media screen and (max-width: 426px) {
  .l-contact__contents__flex_box__tel p b {
    font-size: 1.6rem;
    line-height: 1;
  }
}
.l-contact__contents__flex_box__tel p span {
  color: #222;
  font-size: 2rem;
}
@media screen and (max-width: 426px) {
  .l-contact__contents__flex_box__tel p span {
    font-size: 1.5rem;
  }
}
.l-contact__contents__flex_box__mail {
  width: 48%;
  background-color: rgba(251, 251, 240, 0.9);
  padding: clamp(1.5rem, 3vw, 4rem) clamp(1.5rem, 2vw, 3rem);
}
@media screen and (max-width: 426px) {
  .l-contact__contents__flex_box__mail {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-contact__contents__flex_box__mail img {
  max-width: 78px;
}
@media screen and (max-width: 768px) {
  .l-contact__contents__flex_box__mail img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media screen and (max-width: 580px) {
  .l-contact__contents__flex_box__mail img {
    margin-bottom: 1rem;
  }
}
.l-contact__contents__flex_box__mail a {
  background: #9c7f20;
  color: #fff;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  padding: 0.5em 1.5em;
  margin-right: auto;
  margin-left: auto;
  max-width: 330px;
}
@media screen and (max-width: 1024px) {
  .l-contact__contents__flex_box__mail a {
    font-size: 1.8rem;
    padding: 0.5em 1em;
  }
}
@media screen and (max-width: 580px) {
  .l-contact__contents__flex_box__mail a {
    border: 1px solid #fff;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 320px) {
  .l-contact__contents__flex_box__mail a {
    font-size: 1.3rem;
  }
}
.l-contact__contents__flex_box__mail a:hover {
  background: #ad9957;
  color: #222;
}

/* ------------------------------------------------------------
l-form
------------------------------------------------------------ */
.l-form__main {
  background: url(../image/fv_short_bg_pc.jpg) no-repeat center/cover;
  padding: clamp(3rem, 10vw, 11rem) clamp(1.5rem, 5vw, 5rem);
}
@media screen and (max-width: 768px) {
  .l-form__main {
    background: url(../image/fv_short_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
.l-form__main img {
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
.l-form__bg {
  background: #f9f5e5;
  padding: clamp(3rem, 5vw, 6rem) clamp(1.5rem, 2vw, 3rem);
}
.l-form__bg__img01 {
  width: 100%;
  max-width: 703px;
  margin-left: auto;
  margin-right: auto;
}

/* ------------------------------------------------------------
l-footer
------------------------------------------------------------ */
.l-footer {
  background: #fff;
  padding: 8rem 0 3rem;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 3rem 2rem;
  }
}
.l-footer__logo {
  border-bottom: 1px solid #222;
  margin-right: auto;
  margin-bottom: 2em;
  margin-left: auto;
  max-width: 1000px;
  width: 90%;
}
@media screen and (max-width: 580px) {
  .l-footer__logo {
    width: 100%;
  }
}
.l-footer__logo a img {
  padding-bottom: 1em;
  margin-left: 0;
  max-width: 337px;
}
@media screen and (max-width: 768px) {
  .l-footer__logo a img {
    padding-bottom: 1em;
    width: 35%;
  }
}
@media screen and (max-width: 426px) {
  .l-footer__logo a img {
    width: 45%;
  }
}
.l-footer__menu {
  margin-right: auto;
  margin-left: auto;
  width: min(92%, 1000px);
}
@media screen and (max-width: 580px) {
  .l-footer__menu {
    padding-left: 1rem;
    width: 100%;
  }
}
.l-footer__menu__text p {
  font-size: clamp(1.1rem, 1.5vw, 1.6rem);
  line-height: 1.5;
}
.l-footer__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l-footer__menu ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.l-footer__menu ul li {
  padding-right: 1.5em;
  padding-left: 1.5em;
}
@media screen and (max-width: 768px) {
  .l-footer__menu ul li {
    padding-left: 0;
  }
}
.l-footer__menu ul li a {
  color: #222;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
}
.l-footer__menu ul li:hover {
  opacity: 0.7;
}
.l-footer__copyright small {
  color: #aaa;
  display: block;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  padding-right: 2rem;
  padding-left: 2rem;
  text-align: center;
}

.head_cls{
	margin-left:20px;
}
.section_cls{
	display:none;
}