@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bellefair&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

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

/*html, body {
    height: 100%;
}*/
button, input[type=text], textarea {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-align: inherit;
  vertical-align: middle;
}

::-webkit-input-placeholder {
  color: #d1d1d1;
  opacity: 1; /* Firefox対策 */
  font-weight: 400;
}

::-moz-placeholder {
  color: #d1d1d1;
  opacity: 1; /* Firefox対策 */
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #d1d1d1;
  opacity: 1; /* Firefox対策 */
  font-weight: 400;
}

::-ms-input-placeholder {
  color: #d1d1d1;
  opacity: 1; /* Firefox対策 */
  font-weight: 400;
}

::placeholder {
  color: #d1d1d1;
  opacity: 1; /* Firefox対策 */
  font-weight: 400;
}

/*=================================================
電話
=================================================*/
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
} /*pc*/
/*=================================================
共通要素
=================================================*/
main a.border {
  border-bottom: 1px solid #245233;
}

html {
  font-size: 62.5%;
}

body {
  color: #1F1F1F;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
body a {
  text-decoration: none;
  color: #1F1F1F;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
body .pc {
  display: block;
}
body .sp {
  display: none;
}
body .breadcrumbs {
  margin-top: 30px;
  color: #a3a3a3;
}
body .breadcrumbs a {
  color: #a3a3a3;
  font-size: 1.3rem;
}
body .breadcrumbs a:hover {
  opacity: 1;
}
body .breadcrumbs span {
  color: #245233;
  font-size: 1.3rem;
}
body .list li {
  font-family: "Shippori Mincho", serif;
  list-style: none;
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.6;
}
body .list li:after {
  position: absolute;
  top: 10px;
  left: 0;
  content: "●";
  font-size: 0.4rem;
}
body ol.list {
  padding-left: 20px;
}
body ol.list li {
  list-style: auto;
}
body ol.list li:after {
  display: none;
}
body .link_none {
  pointer-events: none;
}
body .wt {
  color: #F7F7F2;
}
body .table_normal {
  width: 100%;
  border-bottom: 1px solid #BFBFBA;
  border-top: 1px solid #BFBFBA;
  margin-top: 50px;
}
body .table_normal th {
  color: #245233;
  font-family: "Shippori Mincho", serif;
  background: #E3E7DF;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #BFBFBA;
}
body .table_normal th.w200 {
  width: 200px;
}
body .table_normal td {
  font-size: 1.4rem;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
  border-bottom: 1px solid #BFBFBA;
}
body .table_normal td span {
  line-height: 1.6;
  display: block;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
body .table_normal td span:last-child {
  margin-bottom: 0px;
}
body .table_normal.yoko {
  margin-top: 20px;
}
body .table_normal.yoko th {
  padding: 12px 20px;
}
body .table_normal.yoko td {
  padding: 12px 20px;
}
body .table_normal.yoko td:first-child {
  text-align: center;
}
body .contact_btn {
  background: #F7F7F2;
  border-radius: 90px;
  font-size: 1.8rem;
  font-family: "Shippori Mincho", serif;
  padding: 20px 80px 20px 40px;
  position: relative;
  width: 100%;
  max-width: 300px;
  margin-top: 30px;
  display: block;
}
body .contact_btn:after {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: "";
  background-image: url("../img/common/page_link.svg");
  width: 16px;
  height: 15px;
}
body .contact_btn:hover {
  background: #245233;
  color: #F7F7F2;
}
body .contact_btn:hover:after {
  background-image: url("../img/common/page_link_beige.svg");
}
body .link_txt {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
body .link_txt:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #7fa58c;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
body .link_txt:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
body .link_txt:hover {
  color: #7fa58c;
}
body .map {
  padding-right: 30px;
  position: relative;
}
body .map:before {
  position: absolute;
  content: "";
  background-image: url("../img/common/map.svg");
  width: 14px;
  height: 20px;
  right: 0;
  top: 0;
}

.inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.sec {
  margin-top: 80px;
  position: relative;
}

.midashi {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(2.5rem, 5vw + 1rem, 4.2rem);
  line-height: 1;
  font-weight: 400;
}
.midashi span {
  font-family: "Bellefair", serif;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 3px 24px 2px;
  margin-bottom: 27px;
  display: block;
  background: #245233;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #F7F7F2;
}
.midashi.wt {
  color: #F7F7F2;
}
.midashi.wt span {
  background: #F7F7F2;
  color: #245233;
}

.midashi_s {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  color: #245233;
  line-height: 1.4;
  font-weight: 400;
}
.midashi_s.en {
  font-family: "Bellefair", serif;
  font-weight: normal;
  margin-bottom: 13px;
  letter-spacing: 0.02em;
}

.article dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  border-bottom: 1px solid #BFBFBA;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.article dl dt {
  color: #245233;
  width: 100px;
}

.p_center {
  text-align: center;
}

/*SPレイアウトここから*/
@media (max-width: 768px) {
  body {
    padding-top: 70px;
  }
  body .pc {
    display: none;
  }
  body .sp {
    display: block;
  }
  body .breadcrumbs {
    display: none;
  }
  body.no-scroll {
    overflow: hidden;
  }
  body .table_normal {
    width: 740px;
    margin-top: 40px;
  }
  body .table_normal.yoko {
    width: 100%;
  }
  body .table_normal.yoko td {
    padding: 10px;
  }
  body .table_normal.w100p {
    width: 100%;
  }
  body .table_normal td {
    font-size: 1.3rem;
  }
  body .table_normal td span {
    font-size: 1.3rem;
  }
  body .table_normal th.w200 {
    width: 100%;
  }
  body .scroll {
    width: 100%;
    overflow: scroll;
  }
  body .kome {
    color: #7fa58c;
    font-size: 1.2rem;
    margin-top: 30px;
  }
  body .contact_btn {
    max-width: 100%;
    margin: 30px auto 0;
  }
  .midashi {
    font-size: 2.6rem;
  }
  .midashi span {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .midashi_s {
    font-size: 2rem;
  }
  .sec {
    margin-top: 60px;
  }
  .article dl {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .article dl dt {
    margin-bottom: 10px;
  }
  .article dl dd {
    line-height: 1.5;
  }
}
/*=================================================
flex
=================================================*/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .flex {
    display: block;
  }
  .flex_center {
    display: block;
  }
  .flex_space {
    display: block;
  }
}
/*=================================================
アコーディオン
=================================================*/
.details {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #BFBFBA;
  margin-top: 50px;
}

.details-summary {
  position: relative;
  display: block;
  padding: 20px;
  font-size: 1.6rem;
  font-family: "Shippori Mincho", serif;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 1.5;
}
.details-summary:hover {
  cursor: pointer;
  color: #245233;
}
.details-summary .btn {
  position: absolute;
  top: 37%;
  right: 20px;
  width: 18px;
  height: 18px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.details-summary .btn:before, .details-summary .btn:after {
  content: "";
  background-color: #245233;
  width: 16px;
  height: 1px;
  position: absolute;
  top: 7px;
  right: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.details-summary .btn:before {
  width: 1px;
  height: 16px;
  top: 0;
  left: 10px;
}
.details-summary.is-active .btn {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.details-summary.is-active .btn:before {
  content: none;
}

.details-summary::-webkit-details-marker {
  display: none;
}

.details-content {
  padding: 20px;
}
.details-content h3 {
  position: relative;
  display: block;
  padding: 20px;
  font-size: 1.7rem;
  font-family: "Shippori Mincho", serif;
  background: #E3E7DF;
  color: #245233;
  font-weight: normal;
  margin-bottom: 19px;
  line-height: 1.3;
}

/*SPレイアウトここから*/
@media (max-width: 768px) {
  .details {
    width: 100%;
    max-width: 100%;
  }
  .details-summary {
    line-height: 1.6;
    padding-right: 50px;
    padding: 15px 20px;
  }
  .details-content {
    padding: 4px 20px 20px;
  }
  .details-content h3 {
    padding: 12px;
  }
}
/*=================================================
フォント、色
=================================================*/
.honbun {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
}

.jp_font {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}

.en_font {
  font-family: "Bellefair", serif;
  font-weight: 500;
}

ul, li, dl, dt, dd, table, th, td, td span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}

.green {
  color: #245233;
}

/*SPレイアウトここから*/
@media (max-width: 768px) {
  .honbun, .read {
    font-size: 1.4rem;
  }
  ul, li, dl, dt, dd, table, th, td, td span {
    font-size: 1.4rem;
  }
}
/*=================================================
margin
=================================================*/
/*PCレイアウトここから*/
@media (min-width: 769px) {
  .mt0 {
    margin-top: min(0px, 40px);
  }
  .mb0 {
    margin-bottom: min(0px, 40px);
  }
  .mt1 {
    margin-top: min(1px, 40px);
  }
  .mb1 {
    margin-bottom: min(1px, 40px);
  }
  .mt2 {
    margin-top: min(2px, 40px);
  }
  .mb2 {
    margin-bottom: min(2px, 40px);
  }
  .mt3 {
    margin-top: min(3px, 40px);
  }
  .mb3 {
    margin-bottom: min(3px, 40px);
  }
  .mt4 {
    margin-top: min(4px, 40px);
  }
  .mb4 {
    margin-bottom: min(4px, 40px);
  }
  .mt5 {
    margin-top: min(5px, 40px);
  }
  .mb5 {
    margin-bottom: min(5px, 40px);
  }
  .mt6 {
    margin-top: min(6px, 40px);
  }
  .mb6 {
    margin-bottom: min(6px, 40px);
  }
  .mt7 {
    margin-top: min(7px, 40px);
  }
  .mb7 {
    margin-bottom: min(7px, 40px);
  }
  .mt8 {
    margin-top: min(8px, 40px);
  }
  .mb8 {
    margin-bottom: min(8px, 40px);
  }
  .mt9 {
    margin-top: min(9px, 40px);
  }
  .mb9 {
    margin-bottom: min(9px, 40px);
  }
  .mt10 {
    margin-top: min(10px, 40px);
  }
  .mb10 {
    margin-bottom: min(10px, 40px);
  }
  .mt11 {
    margin-top: min(11px, 40px);
  }
  .mb11 {
    margin-bottom: min(11px, 40px);
  }
  .mt12 {
    margin-top: min(12px, 40px);
  }
  .mb12 {
    margin-bottom: min(12px, 40px);
  }
  .mt13 {
    margin-top: min(13px, 40px);
  }
  .mb13 {
    margin-bottom: min(13px, 40px);
  }
  .mt14 {
    margin-top: min(14px, 40px);
  }
  .mb14 {
    margin-bottom: min(14px, 40px);
  }
  .mt15 {
    margin-top: min(15px, 40px);
  }
  .mb15 {
    margin-bottom: min(15px, 40px);
  }
  .mt16 {
    margin-top: min(16px, 40px);
  }
  .mb16 {
    margin-bottom: min(16px, 40px);
  }
  .mt17 {
    margin-top: min(17px, 40px);
  }
  .mb17 {
    margin-bottom: min(17px, 40px);
  }
  .mt18 {
    margin-top: min(18px, 40px);
  }
  .mb18 {
    margin-bottom: min(18px, 40px);
  }
  .mt19 {
    margin-top: min(19px, 40px);
  }
  .mb19 {
    margin-bottom: min(19px, 40px);
  }
  .mt20 {
    margin-top: min(20px, 40px);
  }
  .mb20 {
    margin-bottom: min(20px, 40px);
  }
  .mt21 {
    margin-top: min(21px, 40px);
  }
  .mb21 {
    margin-bottom: min(21px, 40px);
  }
  .mt22 {
    margin-top: min(22px, 40px);
  }
  .mb22 {
    margin-bottom: min(22px, 40px);
  }
  .mt23 {
    margin-top: min(23px, 40px);
  }
  .mb23 {
    margin-bottom: min(23px, 40px);
  }
  .mt24 {
    margin-top: min(24px, 40px);
  }
  .mb24 {
    margin-bottom: min(24px, 40px);
  }
  .mt25 {
    margin-top: min(25px, 40px);
  }
  .mb25 {
    margin-bottom: min(25px, 40px);
  }
  .mt26 {
    margin-top: min(26px, 40px);
  }
  .mb26 {
    margin-bottom: min(26px, 40px);
  }
  .mt27 {
    margin-top: min(27px, 40px);
  }
  .mb27 {
    margin-bottom: min(27px, 40px);
  }
  .mt28 {
    margin-top: min(28px, 40px);
  }
  .mb28 {
    margin-bottom: min(28px, 40px);
  }
  .mt29 {
    margin-top: min(29px, 40px);
  }
  .mb29 {
    margin-bottom: min(29px, 40px);
  }
  .mt30 {
    margin-top: min(30px, 40px);
  }
  .mb30 {
    margin-bottom: min(30px, 40px);
  }
  .mt31 {
    margin-top: min(31px, 40px);
  }
  .mb31 {
    margin-bottom: min(31px, 40px);
  }
  .mt32 {
    margin-top: min(32px, 40px);
  }
  .mb32 {
    margin-bottom: min(32px, 40px);
  }
  .mt33 {
    margin-top: min(33px, 40px);
  }
  .mb33 {
    margin-bottom: min(33px, 40px);
  }
  .mt34 {
    margin-top: min(34px, 40px);
  }
  .mb34 {
    margin-bottom: min(34px, 40px);
  }
  .mt35 {
    margin-top: min(35px, 40px);
  }
  .mb35 {
    margin-bottom: min(35px, 40px);
  }
  .mt36 {
    margin-top: min(36px, 40px);
  }
  .mb36 {
    margin-bottom: min(36px, 40px);
  }
  .mt37 {
    margin-top: min(37px, 40px);
  }
  .mb37 {
    margin-bottom: min(37px, 40px);
  }
  .mt38 {
    margin-top: min(38px, 40px);
  }
  .mb38 {
    margin-bottom: min(38px, 40px);
  }
  .mt39 {
    margin-top: min(39px, 40px);
  }
  .mb39 {
    margin-bottom: min(39px, 40px);
  }
  .mt40 {
    margin-top: min(40px, 40px);
  }
  .mb40 {
    margin-bottom: min(40px, 40px);
  }
  .mt41 {
    margin-top: min(41px, 40px);
  }
  .mb41 {
    margin-bottom: min(41px, 40px);
  }
  .mt42 {
    margin-top: min(42px, 40px);
  }
  .mb42 {
    margin-bottom: min(42px, 40px);
  }
  .mt43 {
    margin-top: min(43px, 40px);
  }
  .mb43 {
    margin-bottom: min(43px, 40px);
  }
  .mt44 {
    margin-top: min(44px, 40px);
  }
  .mb44 {
    margin-bottom: min(44px, 40px);
  }
  .mt45 {
    margin-top: min(45px, 40px);
  }
  .mb45 {
    margin-bottom: min(45px, 40px);
  }
  .mt46 {
    margin-top: min(46px, 40px);
  }
  .mb46 {
    margin-bottom: min(46px, 40px);
  }
  .mt47 {
    margin-top: min(47px, 40px);
  }
  .mb47 {
    margin-bottom: min(47px, 40px);
  }
  .mt48 {
    margin-top: min(48px, 40px);
  }
  .mb48 {
    margin-bottom: min(48px, 40px);
  }
  .mt49 {
    margin-top: min(49px, 40px);
  }
  .mb49 {
    margin-bottom: min(49px, 40px);
  }
  .mt50 {
    margin-top: min(50px, 40px);
  }
  .mb50 {
    margin-bottom: min(50px, 40px);
  }
  .mt51 {
    margin-top: min(51px, 40px);
  }
  .mb51 {
    margin-bottom: min(51px, 40px);
  }
  .mt52 {
    margin-top: min(52px, 40px);
  }
  .mb52 {
    margin-bottom: min(52px, 40px);
  }
  .mt53 {
    margin-top: min(53px, 40px);
  }
  .mb53 {
    margin-bottom: min(53px, 40px);
  }
  .mt54 {
    margin-top: min(54px, 40px);
  }
  .mb54 {
    margin-bottom: min(54px, 40px);
  }
  .mt55 {
    margin-top: min(55px, 40px);
  }
  .mb55 {
    margin-bottom: min(55px, 40px);
  }
  .mt56 {
    margin-top: min(56px, 40px);
  }
  .mb56 {
    margin-bottom: min(56px, 40px);
  }
  .mt57 {
    margin-top: min(57px, 40px);
  }
  .mb57 {
    margin-bottom: min(57px, 40px);
  }
  .mt58 {
    margin-top: min(58px, 40px);
  }
  .mb58 {
    margin-bottom: min(58px, 40px);
  }
  .mt59 {
    margin-top: min(59px, 40px);
  }
  .mb59 {
    margin-bottom: min(59px, 40px);
  }
  .mt60 {
    margin-top: min(60px, 40px);
  }
  .mb60 {
    margin-bottom: min(60px, 40px);
  }
  .mt61 {
    margin-top: min(61px, 40px);
  }
  .mb61 {
    margin-bottom: min(61px, 40px);
  }
  .mt62 {
    margin-top: min(62px, 40px);
  }
  .mb62 {
    margin-bottom: min(62px, 40px);
  }
  .mt63 {
    margin-top: min(63px, 40px);
  }
  .mb63 {
    margin-bottom: min(63px, 40px);
  }
  .mt64 {
    margin-top: min(64px, 40px);
  }
  .mb64 {
    margin-bottom: min(64px, 40px);
  }
  .mt65 {
    margin-top: min(65px, 40px);
  }
  .mb65 {
    margin-bottom: min(65px, 40px);
  }
  .mt66 {
    margin-top: min(66px, 40px);
  }
  .mb66 {
    margin-bottom: min(66px, 40px);
  }
  .mt67 {
    margin-top: min(67px, 40px);
  }
  .mb67 {
    margin-bottom: min(67px, 40px);
  }
  .mt68 {
    margin-top: min(68px, 40px);
  }
  .mb68 {
    margin-bottom: min(68px, 40px);
  }
  .mt69 {
    margin-top: min(69px, 40px);
  }
  .mb69 {
    margin-bottom: min(69px, 40px);
  }
  .mt70 {
    margin-top: min(70px, 40px);
  }
  .mb70 {
    margin-bottom: min(70px, 40px);
  }
  .mt71 {
    margin-top: min(71px, 40px);
  }
  .mb71 {
    margin-bottom: min(71px, 40px);
  }
  .mt72 {
    margin-top: min(72px, 40px);
  }
  .mb72 {
    margin-bottom: min(72px, 40px);
  }
  .mt73 {
    margin-top: min(73px, 40px);
  }
  .mb73 {
    margin-bottom: min(73px, 40px);
  }
  .mt74 {
    margin-top: min(74px, 40px);
  }
  .mb74 {
    margin-bottom: min(74px, 40px);
  }
  .mt75 {
    margin-top: min(75px, 40px);
  }
  .mb75 {
    margin-bottom: min(75px, 40px);
  }
  .mt76 {
    margin-top: min(76px, 40px);
  }
  .mb76 {
    margin-bottom: min(76px, 40px);
  }
  .mt77 {
    margin-top: min(77px, 40px);
  }
  .mb77 {
    margin-bottom: min(77px, 40px);
  }
  .mt78 {
    margin-top: min(78px, 40px);
  }
  .mb78 {
    margin-bottom: min(78px, 40px);
  }
  .mt79 {
    margin-top: min(79px, 40px);
  }
  .mb79 {
    margin-bottom: min(79px, 40px);
  }
  .mt80 {
    margin-top: min(80px, 40px);
  }
  .mb80 {
    margin-bottom: min(80px, 40px);
  }
  .mt81 {
    margin-top: min(81px, 40px);
  }
  .mb81 {
    margin-bottom: min(81px, 40px);
  }
  .mt82 {
    margin-top: min(82px, 40px);
  }
  .mb82 {
    margin-bottom: min(82px, 40px);
  }
  .mt83 {
    margin-top: min(83px, 40px);
  }
  .mb83 {
    margin-bottom: min(83px, 40px);
  }
  .mt84 {
    margin-top: min(84px, 40px);
  }
  .mb84 {
    margin-bottom: min(84px, 40px);
  }
  .mt85 {
    margin-top: min(85px, 40px);
  }
  .mb85 {
    margin-bottom: min(85px, 40px);
  }
  .mt86 {
    margin-top: min(86px, 40px);
  }
  .mb86 {
    margin-bottom: min(86px, 40px);
  }
  .mt87 {
    margin-top: min(87px, 40px);
  }
  .mb87 {
    margin-bottom: min(87px, 40px);
  }
  .mt88 {
    margin-top: min(88px, 40px);
  }
  .mb88 {
    margin-bottom: min(88px, 40px);
  }
  .mt89 {
    margin-top: min(89px, 40px);
  }
  .mb89 {
    margin-bottom: min(89px, 40px);
  }
  .mt90 {
    margin-top: min(90px, 40px);
  }
  .mb90 {
    margin-bottom: min(90px, 40px);
  }
  .mt91 {
    margin-top: min(91px, 40px);
  }
  .mb91 {
    margin-bottom: min(91px, 40px);
  }
  .mt92 {
    margin-top: min(92px, 40px);
  }
  .mb92 {
    margin-bottom: min(92px, 40px);
  }
  .mt93 {
    margin-top: min(93px, 40px);
  }
  .mb93 {
    margin-bottom: min(93px, 40px);
  }
  .mt94 {
    margin-top: min(94px, 40px);
  }
  .mb94 {
    margin-bottom: min(94px, 40px);
  }
  .mt95 {
    margin-top: min(95px, 40px);
  }
  .mb95 {
    margin-bottom: min(95px, 40px);
  }
  .mt96 {
    margin-top: min(96px, 40px);
  }
  .mb96 {
    margin-bottom: min(96px, 40px);
  }
  .mt97 {
    margin-top: min(97px, 40px);
  }
  .mb97 {
    margin-bottom: min(97px, 40px);
  }
  .mt98 {
    margin-top: min(98px, 40px);
  }
  .mb98 {
    margin-bottom: min(98px, 40px);
  }
  .mt99 {
    margin-top: min(99px, 40px);
  }
  .mb99 {
    margin-bottom: min(99px, 40px);
  }
  .mt100 {
    margin-top: min(100px, 40px);
  }
  .mb100 {
    margin-bottom: min(100px, 40px);
  }
} /*pc-end*/
/*SPレイアウトここから*/
@media (max-width: 768px) {
  .mt0 {
    margin-top: min(0px, 40px);
  }
  .mb0 {
    margin-bottom: min(0px, 40px);
  }
  .mt1 {
    margin-top: min(1px, 40px);
  }
  .mb1 {
    margin-bottom: min(1px, 40px);
  }
  .mt2 {
    margin-top: min(2px, 40px);
  }
  .mb2 {
    margin-bottom: min(2px, 40px);
  }
  .mt3 {
    margin-top: min(3px, 40px);
  }
  .mb3 {
    margin-bottom: min(3px, 40px);
  }
  .mt4 {
    margin-top: min(4px, 40px);
  }
  .mb4 {
    margin-bottom: min(4px, 40px);
  }
  .mt5 {
    margin-top: min(5px, 40px);
  }
  .mb5 {
    margin-bottom: min(5px, 40px);
  }
  .mt6 {
    margin-top: min(6px, 40px);
  }
  .mb6 {
    margin-bottom: min(6px, 40px);
  }
  .mt7 {
    margin-top: min(7px, 40px);
  }
  .mb7 {
    margin-bottom: min(7px, 40px);
  }
  .mt8 {
    margin-top: min(8px, 40px);
  }
  .mb8 {
    margin-bottom: min(8px, 40px);
  }
  .mt9 {
    margin-top: min(9px, 40px);
  }
  .mb9 {
    margin-bottom: min(9px, 40px);
  }
  .mt10 {
    margin-top: min(10px, 40px);
  }
  .mb10 {
    margin-bottom: min(10px, 40px);
  }
  .mt11 {
    margin-top: min(11px, 40px);
  }
  .mb11 {
    margin-bottom: min(11px, 40px);
  }
  .mt12 {
    margin-top: min(12px, 40px);
  }
  .mb12 {
    margin-bottom: min(12px, 40px);
  }
  .mt13 {
    margin-top: min(13px, 40px);
  }
  .mb13 {
    margin-bottom: min(13px, 40px);
  }
  .mt14 {
    margin-top: min(14px, 40px);
  }
  .mb14 {
    margin-bottom: min(14px, 40px);
  }
  .mt15 {
    margin-top: min(15px, 40px);
  }
  .mb15 {
    margin-bottom: min(15px, 40px);
  }
  .mt16 {
    margin-top: min(16px, 40px);
  }
  .mb16 {
    margin-bottom: min(16px, 40px);
  }
  .mt17 {
    margin-top: min(17px, 40px);
  }
  .mb17 {
    margin-bottom: min(17px, 40px);
  }
  .mt18 {
    margin-top: min(18px, 40px);
  }
  .mb18 {
    margin-bottom: min(18px, 40px);
  }
  .mt19 {
    margin-top: min(19px, 40px);
  }
  .mb19 {
    margin-bottom: min(19px, 40px);
  }
  .mt20 {
    margin-top: min(20px, 40px);
  }
  .mb20 {
    margin-bottom: min(20px, 40px);
  }
  .mt21 {
    margin-top: min(21px, 40px);
  }
  .mb21 {
    margin-bottom: min(21px, 40px);
  }
  .mt22 {
    margin-top: min(22px, 40px);
  }
  .mb22 {
    margin-bottom: min(22px, 40px);
  }
  .mt23 {
    margin-top: min(23px, 40px);
  }
  .mb23 {
    margin-bottom: min(23px, 40px);
  }
  .mt24 {
    margin-top: min(24px, 40px);
  }
  .mb24 {
    margin-bottom: min(24px, 40px);
  }
  .mt25 {
    margin-top: min(25px, 40px);
  }
  .mb25 {
    margin-bottom: min(25px, 40px);
  }
  .mt26 {
    margin-top: min(26px, 40px);
  }
  .mb26 {
    margin-bottom: min(26px, 40px);
  }
  .mt27 {
    margin-top: min(27px, 40px);
  }
  .mb27 {
    margin-bottom: min(27px, 40px);
  }
  .mt28 {
    margin-top: min(28px, 40px);
  }
  .mb28 {
    margin-bottom: min(28px, 40px);
  }
  .mt29 {
    margin-top: min(29px, 40px);
  }
  .mb29 {
    margin-bottom: min(29px, 40px);
  }
  .mt30 {
    margin-top: min(30px, 40px);
  }
  .mb30 {
    margin-bottom: min(30px, 40px);
  }
  .mt31 {
    margin-top: min(31px, 40px);
  }
  .mb31 {
    margin-bottom: min(31px, 40px);
  }
  .mt32 {
    margin-top: min(32px, 40px);
  }
  .mb32 {
    margin-bottom: min(32px, 40px);
  }
  .mt33 {
    margin-top: min(33px, 40px);
  }
  .mb33 {
    margin-bottom: min(33px, 40px);
  }
  .mt34 {
    margin-top: min(34px, 40px);
  }
  .mb34 {
    margin-bottom: min(34px, 40px);
  }
  .mt35 {
    margin-top: min(35px, 40px);
  }
  .mb35 {
    margin-bottom: min(35px, 40px);
  }
  .mt36 {
    margin-top: min(36px, 40px);
  }
  .mb36 {
    margin-bottom: min(36px, 40px);
  }
  .mt37 {
    margin-top: min(37px, 40px);
  }
  .mb37 {
    margin-bottom: min(37px, 40px);
  }
  .mt38 {
    margin-top: min(38px, 40px);
  }
  .mb38 {
    margin-bottom: min(38px, 40px);
  }
  .mt39 {
    margin-top: min(39px, 40px);
  }
  .mb39 {
    margin-bottom: min(39px, 40px);
  }
  .mt40 {
    margin-top: min(40px, 40px);
  }
  .mb40 {
    margin-bottom: min(40px, 40px);
  }
  .mt41 {
    margin-top: min(41px, 40px);
  }
  .mb41 {
    margin-bottom: min(41px, 40px);
  }
  .mt42 {
    margin-top: min(42px, 40px);
  }
  .mb42 {
    margin-bottom: min(42px, 40px);
  }
  .mt43 {
    margin-top: min(43px, 40px);
  }
  .mb43 {
    margin-bottom: min(43px, 40px);
  }
  .mt44 {
    margin-top: min(44px, 40px);
  }
  .mb44 {
    margin-bottom: min(44px, 40px);
  }
  .mt45 {
    margin-top: min(45px, 40px);
  }
  .mb45 {
    margin-bottom: min(45px, 40px);
  }
  .mt46 {
    margin-top: min(46px, 40px);
  }
  .mb46 {
    margin-bottom: min(46px, 40px);
  }
  .mt47 {
    margin-top: min(47px, 40px);
  }
  .mb47 {
    margin-bottom: min(47px, 40px);
  }
  .mt48 {
    margin-top: min(48px, 40px);
  }
  .mb48 {
    margin-bottom: min(48px, 40px);
  }
  .mt49 {
    margin-top: min(49px, 40px);
  }
  .mb49 {
    margin-bottom: min(49px, 40px);
  }
  .mt50 {
    margin-top: min(50px, 40px);
  }
  .mb50 {
    margin-bottom: min(50px, 40px);
  }
  .mt51 {
    margin-top: min(51px, 40px);
  }
  .mb51 {
    margin-bottom: min(51px, 40px);
  }
  .mt52 {
    margin-top: min(52px, 40px);
  }
  .mb52 {
    margin-bottom: min(52px, 40px);
  }
  .mt53 {
    margin-top: min(53px, 40px);
  }
  .mb53 {
    margin-bottom: min(53px, 40px);
  }
  .mt54 {
    margin-top: min(54px, 40px);
  }
  .mb54 {
    margin-bottom: min(54px, 40px);
  }
  .mt55 {
    margin-top: min(55px, 40px);
  }
  .mb55 {
    margin-bottom: min(55px, 40px);
  }
  .mt56 {
    margin-top: min(56px, 40px);
  }
  .mb56 {
    margin-bottom: min(56px, 40px);
  }
  .mt57 {
    margin-top: min(57px, 40px);
  }
  .mb57 {
    margin-bottom: min(57px, 40px);
  }
  .mt58 {
    margin-top: min(58px, 40px);
  }
  .mb58 {
    margin-bottom: min(58px, 40px);
  }
  .mt59 {
    margin-top: min(59px, 40px);
  }
  .mb59 {
    margin-bottom: min(59px, 40px);
  }
  .mt60 {
    margin-top: min(60px, 40px);
  }
  .mb60 {
    margin-bottom: min(60px, 40px);
  }
  .mt61 {
    margin-top: min(61px, 40px);
  }
  .mb61 {
    margin-bottom: min(61px, 40px);
  }
  .mt62 {
    margin-top: min(62px, 40px);
  }
  .mb62 {
    margin-bottom: min(62px, 40px);
  }
  .mt63 {
    margin-top: min(63px, 40px);
  }
  .mb63 {
    margin-bottom: min(63px, 40px);
  }
  .mt64 {
    margin-top: min(64px, 40px);
  }
  .mb64 {
    margin-bottom: min(64px, 40px);
  }
  .mt65 {
    margin-top: min(65px, 40px);
  }
  .mb65 {
    margin-bottom: min(65px, 40px);
  }
  .mt66 {
    margin-top: min(66px, 40px);
  }
  .mb66 {
    margin-bottom: min(66px, 40px);
  }
  .mt67 {
    margin-top: min(67px, 40px);
  }
  .mb67 {
    margin-bottom: min(67px, 40px);
  }
  .mt68 {
    margin-top: min(68px, 40px);
  }
  .mb68 {
    margin-bottom: min(68px, 40px);
  }
  .mt69 {
    margin-top: min(69px, 40px);
  }
  .mb69 {
    margin-bottom: min(69px, 40px);
  }
  .mt70 {
    margin-top: min(70px, 40px);
  }
  .mb70 {
    margin-bottom: min(70px, 40px);
  }
  .mt71 {
    margin-top: min(71px, 40px);
  }
  .mb71 {
    margin-bottom: min(71px, 40px);
  }
  .mt72 {
    margin-top: min(72px, 40px);
  }
  .mb72 {
    margin-bottom: min(72px, 40px);
  }
  .mt73 {
    margin-top: min(73px, 40px);
  }
  .mb73 {
    margin-bottom: min(73px, 40px);
  }
  .mt74 {
    margin-top: min(74px, 40px);
  }
  .mb74 {
    margin-bottom: min(74px, 40px);
  }
  .mt75 {
    margin-top: min(75px, 40px);
  }
  .mb75 {
    margin-bottom: min(75px, 40px);
  }
  .mt76 {
    margin-top: min(76px, 40px);
  }
  .mb76 {
    margin-bottom: min(76px, 40px);
  }
  .mt77 {
    margin-top: min(77px, 40px);
  }
  .mb77 {
    margin-bottom: min(77px, 40px);
  }
  .mt78 {
    margin-top: min(78px, 40px);
  }
  .mb78 {
    margin-bottom: min(78px, 40px);
  }
  .mt79 {
    margin-top: min(79px, 40px);
  }
  .mb79 {
    margin-bottom: min(79px, 40px);
  }
  .mt80 {
    margin-top: min(80px, 40px);
  }
  .mb80 {
    margin-bottom: min(80px, 40px);
  }
  .mt81 {
    margin-top: min(81px, 40px);
  }
  .mb81 {
    margin-bottom: min(81px, 40px);
  }
  .mt82 {
    margin-top: min(82px, 40px);
  }
  .mb82 {
    margin-bottom: min(82px, 40px);
  }
  .mt83 {
    margin-top: min(83px, 40px);
  }
  .mb83 {
    margin-bottom: min(83px, 40px);
  }
  .mt84 {
    margin-top: min(84px, 40px);
  }
  .mb84 {
    margin-bottom: min(84px, 40px);
  }
  .mt85 {
    margin-top: min(85px, 40px);
  }
  .mb85 {
    margin-bottom: min(85px, 40px);
  }
  .mt86 {
    margin-top: min(86px, 40px);
  }
  .mb86 {
    margin-bottom: min(86px, 40px);
  }
  .mt87 {
    margin-top: min(87px, 40px);
  }
  .mb87 {
    margin-bottom: min(87px, 40px);
  }
  .mt88 {
    margin-top: min(88px, 40px);
  }
  .mb88 {
    margin-bottom: min(88px, 40px);
  }
  .mt89 {
    margin-top: min(89px, 40px);
  }
  .mb89 {
    margin-bottom: min(89px, 40px);
  }
  .mt90 {
    margin-top: min(90px, 40px);
  }
  .mb90 {
    margin-bottom: min(90px, 40px);
  }
  .mt91 {
    margin-top: min(91px, 40px);
  }
  .mb91 {
    margin-bottom: min(91px, 40px);
  }
  .mt92 {
    margin-top: min(92px, 40px);
  }
  .mb92 {
    margin-bottom: min(92px, 40px);
  }
  .mt93 {
    margin-top: min(93px, 40px);
  }
  .mb93 {
    margin-bottom: min(93px, 40px);
  }
  .mt94 {
    margin-top: min(94px, 40px);
  }
  .mb94 {
    margin-bottom: min(94px, 40px);
  }
  .mt95 {
    margin-top: min(95px, 40px);
  }
  .mb95 {
    margin-bottom: min(95px, 40px);
  }
  .mt96 {
    margin-top: min(96px, 40px);
  }
  .mb96 {
    margin-bottom: min(96px, 40px);
  }
  .mt97 {
    margin-top: min(97px, 40px);
  }
  .mb97 {
    margin-bottom: min(97px, 40px);
  }
  .mt98 {
    margin-top: min(98px, 40px);
  }
  .mb98 {
    margin-bottom: min(98px, 40px);
  }
  .mt99 {
    margin-top: min(99px, 40px);
  }
  .mb99 {
    margin-bottom: min(99px, 40px);
  }
  .mt100 {
    margin-top: min(100px, 40px);
  }
  .mb100 {
    margin-bottom: min(100px, 40px);
  }
} /*sp-end*/
/*=================================================
アニメーション
=================================================*/
.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-filter: blur(8px);
          filter: blur(8px);
  -webkit-transition: opacity 1.4s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1.4s cubic-bezier(0.16, 1, 0.3, 1), -webkit-filter 1.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1.4s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1.4s cubic-bezier(0.16, 1, 0.3, 1), -webkit-filter 1.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1.4s cubic-bezier(0.16, 1, 0.3, 1), transform 1.4s cubic-bezier(0.16, 1, 0.3, 1), filter 1.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1.4s cubic-bezier(0.16, 1, 0.3, 1), transform 1.4s cubic-bezier(0.16, 1, 0.3, 1), filter 1.4s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1.4s cubic-bezier(0.16, 1, 0.3, 1), -webkit-filter 1.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.fadeUp.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.delay1 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay2 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.delay3 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.delay4 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.delay5 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.delay6 {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.delay7 {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

.delay8 {
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s;
}

.delay9 {
  -webkit-transition-delay: 3.6s;
          transition-delay: 3.6s;
}

.delay10 {
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}

/*=================================================
header
=================================================*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  padding: 30px 70px 30px 40px;
}
#header .menu-trigger {
  display: none;
}

/*PCレイアウトここから*/
@media (min-width: 769px) {
  #header {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #header .logo {
    width: 245px;
    display: block;
  }
  #header .logo img {
    width: 100%;
    display: block;
  }
  #header .logo img.scroll {
    display: none;
  }
  #header nav {
    background: rgba(255, 255, 255, 0.88);
    padding: 10px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 90px;
  }
  #header .global_nav li .dropdown {
    display: none;
  }
  #header .global_nav li a {
    padding-left: 20px;
    margin-left: 20px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    border-left: 1px solid #1F1F1F;
    line-height: 1;
    display: block;
  }
  #header .global_nav li a:hover {
    color: #245233;
  }
  #header .global_nav li:first-child a {
    padding-left: 0;
    margin-left: 0;
    border: none;
  }
  #header .global_nav .logo {
    display: none;
  }
  #header.is-scrolled {
    z-index: 100;
    padding: 10px 40px 10px 40px;
    background: #F7F7F2;
  }
  #header.is-scrolled nav {
    background: rgba(36, 82, 51, 0.8901960784);
    padding: 10px 30px 10px;
  }
  #header.is-scrolled nav a {
    color: #F7F7F2;
    border-left: 1px solid rgba(247, 247, 242, 0.431372549);
    font-size: 1.5rem;
  }
  #header.is-scrolled nav a:hover {
    color: #F7F7F2;
    opacity: 0.7;
  }
  #header.is-scrolled .logo {
    width: 170px;
    padding: 7px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #header.is-scrolled .logo img.normal {
    display: none;
  }
  #header.is-scrolled .logo img.scroll {
    display: block;
  }
}
/*SPレイアウトここから*/
@media (max-width: 768px) {
  #header {
    height: 70px;
    padding: 7px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
  }
  #header .logo {
    width: 194px;
    display: block;
    margin-top: 4px;
  }
  #header .logo .normal {
    display: block;
    width: 100%;
  }
  #header .logo .scroll {
    display: none;
    width: 100%;
  }
  #header .global_nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(36, 82, 51, 0.9411764706);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 20px;
    -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.18, 1);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.18, 1);
    z-index: 1001;
    overflow-y: auto;
  }
  #header .global_nav.open {
    left: 0;
    padding-top: 90px;
  }
  #header .global_nav .logo {
    padding: 0;
    margin: 0;
    background: none;
    border-radius: 0;
    width: 90%;
    margin-bottom: 20px;
  }
  #header .global_nav .logo a {
    padding: 0;
    margin: 0;
    background: none;
    border-radius: 0;
    width: 100%;
    border: none !important;
  }
  #header .global_nav .logo a:after {
    display: none;
  }
  #header .global_nav .logo a img {
    width: 195px;
    display: block;
  }
  #header .global_nav .dropdown {
    max-height: 300px;
    overflow: hidden;
  }
  #header .global_nav .dropdown li {
    width: 100%;
    margin-bottom: 0;
    text-align: left;
  }
  #header .global_nav .dropdown a {
    background: none;
    border-bottom: 2px dotted #ececec;
    border-radius: 0;
  }
  #header .global_nav .sp.open > a::after {
    content: "";
    width: 25px;
    height: 25px;
    top: 0;
    position: relative;
    right: -2px;
  }
  #header .global_nav .sp.open .dropdown {
    max-height: 300px;
  }
  #header .global_nav a {
    text-decoration: none;
    font-weight: 500;
    display: block;
    padding: 20px;
    width: 100%;
    position: relative;
    font-family: "Shippori Mincho", serif;
    color: #F7F7F2;
    font-weight: 400;
    text-align: center;
  }
  #header .menu-trigger {
    display: block;
    background: #245233;
    border-radius: 90px;
    width: 45px;
    height: 45px;
    position: absolute;
    cursor: pointer;
    z-index: 9999;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-radius: 90%;
    right: 10px;
    bottom: 13px;
  }
  #header .menu-trigger span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 56%;
    height: 1px;
    -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.18, 1);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.18, 1);
    background: #fff;
  }
  #header .menu-trigger span:nth-child(1) {
    top: 15px;
  }
  #header .menu-trigger span:nth-child(2) {
    top: 23px;
  }
  #header .menu-trigger span:nth-child(3) {
    top: 31px;
  }
  #header .menu-trigger.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 22px;
    left: 9px;
  }
  #header .menu-trigger.active span:nth-child(2) {
    opacity: 0;
  }
  #header .menu-trigger.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 22px;
    left: 9px;
  }
  #header.is-scrolled {
    background: #F7F7F2;
  }
  #header.is-scrolled .logo img.normal {
    display: none;
  }
  #header.is-scrolled .logo img.scroll {
    display: block;
  }
}
/*=================================================
footer
=================================================*/
#footer {
  padding: 60px 0;
  position: relative;
  background: #3F3F3F;
  margin-top: 100px;
}
#footer .copy {
  text-align: right;
  font-size: 1.2rem;
  margin-top: 30px;
  color: rgba(247, 247, 242, 0.3490196078);
}
#footer #top_arrow {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  cursor: pointer;
}
#footer #top_arrow.is-stopped {
  position: absolute;
  bottom: calc(100% + 30px);
}
#footer nav {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #BFBFBA;
}
#footer nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#footer nav ul li a {
  font-size: 1.4rem;
  color: #F7F7F2;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  border-right: 1px solid #F7F7F2;
  padding-right: 15px;
  margin-right: 15px;
}
#footer nav ul li a:hover {
  opacity: 0.6;
}
#footer nav ul li:last-child a {
  border: none;
  padding-right: 0;
  margin-right: 0;
}

@media (max-width: 768px) {
  #footer {
    padding: 40px 0;
  }
  #footer nav {
    display: none;
  }
  #footer .copy {
    margin-top: 40px;
    font-size: 1rem;
    font-weight: 200;
    text-align: center;
  }
  #footer #top_arrow {
    bottom: 20px;
    right: 20px;
  }
  #footer #top_arrow img {
    width: 40px;
  }
}
/*=================================================
フォーム周り
=================================================*/
form dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #BFBFBA;
  gap: 30px;
}
form dl:first-of-type {
  border-top: 1px solid #BFBFBA;
}
form dt {
  font-family: "Shippori Mincho", serif;
  color: #245233;
  font-size: 1.8rem;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
}
form dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 0;
}
form .block {
  display: block !important;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
  font-size: 16px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: none;
}

.form-container {
  max-width: 650px;
  margin: 40px auto;
  padding: 20px;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.form-row .form-label {
  width: 200px;
  font-weight: bold;
  padding-top: 10px;
}
.form-row .form-input {
  width: calc(100% - 200px);
  margin: 0;
}
@media (max-width: 600px) {
  .form-row .form-label,
  .form-row .form-input {
    width: 100%;
  }
  .form-row .form-label {
    padding-bottom: 8px;
  }
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.checkbox-group .wpcf7-form-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px 15px;
}
.checkbox-group .wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}
.checkbox-group .wpcf7-form-control label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.checkbox-group .wpcf7-form-control label input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  vertical-align: middle;
}
.checkbox-group .wpcf7-form-control label input[type=checkbox]:focus {
  outline: none;
}
.checkbox-group .wpcf7-form-control label input[type=checkbox]:checked {
  background-color: #245233;
  border-color: #245233;
}
.checkbox-group .wpcf7-form-control label input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 7px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.select-wrap {
  position: relative;
  width: 100%;
}
.select-wrap select {
  width: auto;
  padding: 10px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px 10px;
  position: relative;
}

.submit-area {
  text-align: center;
  margin-top: 40px;
}
.submit-area input[type=submit],
.submit-area button[type=button],
.submit-area button[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #245233;
  border: 1px solid #245233;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  padding: 15px 50px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.05em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 1;
}
.submit-area input[type=submit]:hover,
.submit-area button[type=button]:hover,
.submit-area button[type=submit]:hover {
  background: #fff;
  color: #245233;
}
.submit-area input[type=submit].back,
.submit-area button[type=button].back,
.submit-area button[type=submit].back {
  background: #f3f3f3;
  color: #1F1F1F;
  border: 1px solid #f3f3f3;
}

@media (max-width: 768px) {
  form dl {
    display: block;
  }
  form dt {
    width: 100%;
  }
  form dd {
    padding: 15px 0;
  }
  form input[type=text], form input[type=email], form input[type=tel], form textarea {
    padding: 18px;
  }
  form .checkbox-group label {
    font-size: 1.3rem;
  }
  form input[type=text],
  form input[type=email],
  form input[type=tel],
  form textarea,
  form input[type=checkbox],
  form select {
    border: 1px solid #f5f5f5 !important;
    font-size: 1.3rem !important;
  }
  form .wpcf7-list-item-label {
    font-size: 1.3rem !important;
  }
  .submit-area input[type=submit],
  .submit-area button[type=button],
  .submit-area button[type=submit] {
    width: 90%;
    margin-bottom: 15px;
    margin: 15px auto 0;
  }
}/*# sourceMappingURL=base.css.map */