@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1000px;
  }
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* add at 2018-1-8 */
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* add at 2018-8-28 border-box */
*, *:before, *:after {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

a {
  color: #634530;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  opacity: .7;
}

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

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #634530;
}

body.show-menu {
  overflow: hidden;
}

.l-main {
  margin-bottom: 180px;
}

@media screen and (max-width: 768px) {
  .l-main {
    margin-bottom: 13.06667%;
  }
}

.l-section {
  padding: 115px calc(50% - 500px);
  background: #EFFFE3;
}

.l-section--serv {
  background: #E3EAC5;
}

.l-section--servco {
  background: #E3EAC5;
  font-size: 24px;
  text-align: center;
}
.l-section--servco ul li a {
  text-decoration: underline;
}

.l-section--inq {
  padding-bottom: 180px;
}

@media screen and (max-width: 768px) {
  .l-section {
    padding: 13.33333% 9.33333%;
  }
  .l-section--co {
    padding-top: 17.6vw;
  }
  .l-section--servco {
    font-size: calc(16px + ((1vw - 3.2px) * 0.8929));
    line-height: 24px;
  }
  .l-section--inq {
    padding: 13.33333% 9.33333%;
  }
}

@media screen and (max-width: 570px) {
  .l-section {
    padding: 17.54386% 9.33333%;
  }
}

@media screen and (max-width: 430px) {
  .l-section {
    padding: 23.25581% 9.33333%;
  }
  .l-section--co {
    padding-top: 26.04651vw;
  }
}

@media screen and (max-width: 380px) {
  .l-section {
    padding: 26.31579% 9.33333%;
  }
  .l-section--serv {
    padding: 26.31579% 5.26316%;
  }
}

#topAccess {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.c-access {
  margin-top: 20px;
  font-size: 20px;
  line-height: 24px;
}
.c-access span {
  width: 100px;
  -moz-text-align-last: justify;
  text-align-last: justify;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .c-access {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
  }
  .c-access span {
    width: 60px;
  }
}

.c-hamburger {
  font-size: 0;
  /*ハンバーガーアイコンをCSSだけで表現*/
  /*チェックが入ったらハンバーガーアイコン変更*/
}

@media screen and (min-width: 769px) {
  .c-hamburger {
    display: none;
  }
}

.c-hamburger__icon {
  display: inline-block;
  width: 6.35467vw;
  height: 4.26667vw;
  vertical-align: middle;
}

.c-hamburger__icon-line {
  display: block;
  position: absolute;
  top: 20px;
  right: 10px;
  transition: all 0.3s;
  transform: rotate(0deg);
  width: 6.35467vw;
  /*長さ*/
  height: 0.8vw;
  /*線の太さ*/
  background: #fff;
  color: #00703F;
  cursor: pointer;
}

.c-hamburger__icon-line--middle {
  transform: translateY(2.66667vw);
}

@media screen and (max-width: 375px) {
  .c-hamburger__icon-line {
    height: 3px;
    /*線の太さ*/
  }
}

.c-hamburger__input:checked ~ .c-hamburger__icon .c-hamburger__icon-line--top {
  transform: rotate(45deg);
}

.c-hamburger__input:checked ~ .c-hamburger__icon .c-hamburger__icon-line--middle {
  transform: rotate(-45deg);
}

.c-logo {
  width: 225px;
  height: 45px;
}

.c-logo--footer {
  width: 225px;
  height: 45px;
}

@media screen and (max-width: 768px) {
  .c-logo {
    width: 30vw;
    min-width: 156px;
    height: 6vw;
    min-height: 31px;
  }
  .c-logo--footer {
    width: 35.2vw;
    min-width: 156px;
    height: 7.06667vw;
    min-height: 31px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.c-mv {
  position: relative;
  width: 100%;
  height: 45.85938vw;
  margin-top: 100px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", 'Noto Serif JP', serif;
  letter-spacing: 0.1em;
  overflow:hidden;
}

.c-mv__img {
  height: 100%;
  width:auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-mv__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 38.90625vw;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
}

.c-mv__news {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 400px;
  height: 60px;
  border-bottom: 1px solid #E3EAC5;
  border-radius: 50px 0 0 0;
  background-color: #EFFFE3;
  font-weight: 300;
  font-size: 36px;
}

.c-mv__news-list {
  position: absolute;
  top: 50%;
  left: 45px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #634530;
}

.c-mv__news-list::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 29px;
  margin-left: 10px;
  background-image: url(../img/arrow.png);
  background-size: cover;
  vertical-align: baseline;
}

@media screen and (max-width: 768px) {
  .c-mv {
    height: 78.26667vw;
    margin-top: 80px;
    overflow: hidden;
  }
  .c-mv__img {
     height: 78.26667vw;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
  }
  .c-mv__copy {
    width: 43.73333vw;
    min-width: 240px;
    font-size: 5.33333vw;
    line-height: 6.4vw;
  }
  .c-mv__news {
    width: 50.13333vw;
    height: 7.6vw;
    min-height: 30px;
    font-size: calc(16px + ((1vw - 3.2px) * 3.5714));
  }
  .c-mv__news-list {
    left: 7.33333vw;
  }
  .c-mv__news-list::after {
    width: 1.86667vw;
    height: 3.73333vw;
  }
}

.c-map {
  width: 100%;
  height: 540px;
}

@media screen and (max-width: 768px) {
  .c-map {
    height: 60vw;
  }
}

.c-title {
  margin-bottom: 50px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", 'Noto Serif JP',serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center;
}

.c-title__ja {
  font-size: 36px;
  line-height: 56px;
}

.c-title__ja--news,
.c-title__ja--single {
  padding-top: 5px;
  line-height: 42px;
}

.c-title__en {
  position: relative;
  font-size: 18px;
  line-height: 36px;
}

.c-title__en::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #634530;
  width: 80px;
  height: 3px;
  border-radius: 10px;
}

.c-title__en--white::before {
  background: #fff;
}

.c-title__en--news::before,
.c-title__en--single::before {
  height: 2px;
}

.c-title--news,
.c-title--single {
  padding-top: 90px;
  background: #EFFFE3;
  margin: 100px 0 0;
}

/*@media screen and (max-width: 1000px) {
  .c-title__ja--news {
    font-size: 30px;
    line-height: 78px;
  }
  .c-title__en--news {
    font-size: 24px;
    line-height: 40px;
  }
  .c-title--news {
    width: 400px;
    height: 131px;
  }
}*/

@media screen and (max-width: 768px) {
  .c-title {
    margin-bottom: 6.66667vw;
  }
  .c-title__ja {
    font-size: calc(24px + ((1vw - 3.2px) * 2.6786));
    line-height: calc(32px + ((1vw - 3.2px) * 4.4643));
  }
  .c-title__ja--news,
  .c-title__ja--single {
    padding-top: 3px;
    font-size: 4.8vw;
    line-height: 5.6vw;
  }
  .c-title__en {
    font-size: calc(12px + ((1vw - 3.2px) * 1.3393));
    line-height: calc(24px + ((1vw - 3.2px) * 1.7857));
  }
  .c-title__en--news,
  .c-title__en--single {
    font-size: 2.4vw;
    line-height: 4.53333vw;   
  }
  .c-title__en--news::before,
  .c-title__en--single::before {
    width: 10.66667vw;
    height: 1px;
  }
  .c-title--news,
  .c-title--single {
    padding: 30px 0;
    margin: 80px 0 0;
  }
}

.c-top-inq {
  display: block;
  position: relative;
}

.c-top-inq::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 20px;
  height: 40px;
  background-image: url(../img/arrow_g.png);
  background-size: cover;
  vertical-align: baseline;
}

.c-top-inq-wrap {
  margin:0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 120px;
  border: 3px solid #00703F;
  border-radius: 100px;
  background: #fff;
  color: #00703F;
  font-weight: 300;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", 'Noto Serif JP',serif;
  letter-spacing: 0.1em;
}

.c-top-inq__ja {
  font-size: 30px;
  line-height: 40px;
}

.c-top-inq__en {
  font-size: 18px;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .c-top-inq::after {
    width: 3.46667vw;
    height: 6.66667vw;
    right: 10%;
  }
  .c-top-inq-wrap {
    width: 80vw;
    height: 19.33333vw;
  }
  .c-top-inq__ja {
    font-size: 5.33333vw;
    line-height: 6.66667vw;
  }
  .c-top-inq__en {
    font-size: calc(12px + ((1vw - 3.2px) * 1.3393));
    line-height: calc(22px + ((1vw - 3.2px) * 1.7857));
  }
}

.c-totop {
  position: fixed;
  width: 85px;
  height: 85px;
  right: 20px;
  bottom: 20px;
  background: #fff;
  border: 1px solid #00703F;
  border-radius: 100px;
  cursor: pointer;
}

.c-totop::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 3.90625vw;
  height: 2.89062vw;
  background-image: url(../img/totop.png);
  background-size: cover;
}

@media (min-width: 1281px) {
  .c-totop {
    width: 85px;
    height: 85px;
  }
  .c-totop::after {
    width: 50px;
    height: 37px;
  }
}

@media (max-width: 768px) {
  .c-totop {
    width: 11.33333vw;
    height: 11.33333vw;
    right: 9.33333%;
    bottom: 10px;
  }
  .c-totop::after {
    width: 6.66667vw;
    height: 4.93333vw;
  }
}

.p-company {
  width: 100%;
  font-size: 24px;
  line-height: 30px;
}

.p-company tr {
  text-align:center;
  border-bottom: 2px solid #E3EAC5;
}

.p-company th {
  display: flex;
  justify-content: space-between;
  width: 120px;
  margin-right: 80px;
  padding: 15px 0;
}

.p-company td {
  width: 80%;
  padding: 15px 0;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-company {
    font-size: calc(16px + ((1vw - 3.2px) * 1.7857));
  }
  .p-company tr{text-align:left;}
  .p-company th {
    width: 21.2vw;
    margin-right: 6.25vw;
    padding: 2vw 0;
  }
  .p-company td {
    padding: 2vw 0;
  }
}

.p-footer {
  display: flex;
  justify-content: space-between;
  padding: 60px 75px 53px 140px;
  background: #00703F;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", 'Noto Serif JP',serif;
  color: #fff;
}

.p-footer p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-footer p {
    color:white;
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 30px;
  }
}

.p-footer-wrap {
  display: flex;
  justify-content: space-between;
}

.p-footer__menu {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-left: 50px;
}

.p-footer__menu li {
  margin-bottom: 10px;
}
.p-footer__menu li.sub{
  margin-left:1em;
}
.p-footer__menu li a {
  color: #E3EAC5;
}

.p-footer__menu .fmenu-bold {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.p-footer__menu .fmenu-bold a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 54px 0 0 0;
  }
  .p-footer-wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 0 6.66667%;
  }
  .p-footer__menu {
    display: flex;
    flex-direction: column;
    font-size: 2.66667vw;
    line-height: 3.2vw;
    margin: 0 15px;
  }
  .p-footer__menu li {
    margin-bottom: 1.33333vw;
  }
}

.p-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  width: 100%;
  height: 100px;
  padding-left: 140px;
  background-color: #00703F;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", 'Noto Serif JP',serif;
  font-size: 18px;
  font-weight: 400;
}

.p-header__nav-wrap {
  display: flex;
  align-items: center;
}

.p-header__nav {
  display: flex;
  align-items: center;
}

.p-header__nav li {
  border-right: 1px solid #fff;
  line-height: 56px;
}

.p-header__nav li:last-child {
  border-right: 0;
}

.p-header__nav li a {
  margin: 0 30px;
  color: #fff;
}

@media screen and (max-width: 855px) {
  .p-header {
    padding-left: 3.125vw;
  }
}

@media screen and (max-width: 768px) {
  .p-header {
    justify-content: center;
    height: 80px;
  }
  .p-header__nav-wrap {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    /*最前面に*/
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 14vw;
    overflow-y: auto;
    background: #00703F;
    /*背景色*/
    font-size: 32px;
    transition: .3s ease-in-out;
    /*滑らかに表示*/
    transform: translateY(-40%);
    /*上に隠しておく*/
  }
  .p-header__nav-wrap.is-active {
    opacity: .95;
    visibility: visible;
    transform: translateY(0%);
    /*中身を表示（下へスライド）*/
  }
  .p-header__nav {
    flex-direction: column;
    z-index: 50;
    margin: 0 auto;
  }
  .p-header__nav li {
    border-right: 0;
  }
  .p-header__nav li a {
    margin: 0;
  }
  .p-header__hamburger {
    z-index: 50;
  }
}

.p-inq {
  padding-top: 155px;
}

@media screen and (max-width: 768px) {
  .p-inq {
    padding-top: 125px;
  }
}

.p-inq__text {
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-inq__text {
    font-size: calc(16px + ((1vw - 3.2px) * 0.8929));
  }
}

.p-inq__form,.wp-block-contact-form-7-contact-form-selector {
  display: flex;
  flex-direction: column;
  margin: 50px 15.625% 0;
}

@media screen and (max-width: 768px) {
  .p-inq__form,.wp-block-contact-form-7-contact-form-selector {
    margin: 50px 0 0;
  }
}

.p-inq__label {
  margin-bottom: 10px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .p-inq__label {
    font-size: calc(16px + ((1vw - 3.2px) * 0.8929));
  }
}

.p-inq__input {
  width: 100%;
  margin-bottom: 30px;
  padding: 10px 20px;
  border: 1px solid #634530;
  border-radius: 10px;
  background-color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

@media screen and (max-width: 768px) {
  .p-inq__input {
    font-size: calc(14px + ((1vw - 3.2px) * 0.8929));
  }
}

.p-inq__btn {
  width: 200px;
  height: 50px;
  margin: 20px auto 0;
  border-radius: 100px;
  background-color: #00703F;
  color: #fff;
  font-size: 20px;
}

.p-inq__btn:hover {
  opacity: 0.6;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .p-inq__btn {
    font-size: calc(16px + ((1vw - 3.2px) * 0.8929));
  }
}

.p-services {
  position: relative;
}

.p-services-co {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 420px;
  height: 60px;
  margin: 0 auto 120px;
  border-radius: 100px;
  background: #00703F;
  color: #fff;
  font-size:24px;
  letter-spacing: 0.05em;
}

.p-services-co::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateY(100%);
  width: 2px;
  height: 50px;
  background: #634530;
}

.p-services__wrap {
  display: flex;
  justify-content: space-between;
}

.p-services__parent {
  position: relative;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background: #fff;
}

.p-services__parent::before {
  content: "";
  position: absolute;
  top: -112px;
  left: 50%;
  transform: translateY(100%);
  width: 2px;
  height: 50px;
  background: #634530;
}

.p-services__parent::after {
  content: "";
  position: absolute;
  top: -60px;
  transform: translateY(-100%);
  width: 113%;
  height: 2px;
  background: #634530;
}

.p-services__parent-start::after {
  left: 50%;
  width: 63%;
}

.p-services__parent-end::after {
  right: 50%;
  width: 63%;
}

.p-services__parent .dep {
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-services__wrap > div:nth-child(5) .dep {
  line-height: 20px;
}
.p-services__wrap > div:nth-child(5) .dep img {
  width: 50px;
  display: block;
  margin: 5px auto 0;
}

.p-services__child {
  width: 130px;
  margin: 10px auto 0;
  font-size: 14px;
  line-height: 20px;
}

.p-services__child .content {
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-services-co {
    width: 80vw;
    height: 8.4vw;
    min-height: 40px;
    margin: 0 auto 10px;
    font-size: calc(18px + ((1vw - 3.2px) * 1.3393));
  }
  .p-services-co::after {
    content: none;
  }
  .p-services__wrap {
    display: flex;
    flex-direction: column;
    background-image: url(../img/spborder.png);
    background-repeat: no-repeat;
    background-size: 63.06667vw auto;
    background-position: top 0 center;
  }
  .p-services__wrap--3 {
    display: flex;
    justify-content: space-between;
    margin-top: 13.33333vw;
    margin-bottom: 4.66667vw;
    padding: 0 13.33333%;
  }
  .p-services__wrap--4 {
    display: flex;
    justify-content: space-between;
  }
  .p-services__wrap--4 > div:nth-child(3) .dep {
    line-height: 100%;
    margin-top: 5px;
  }
  .p-services__wrap--4 > div:nth-child(3) .dep img {
    width: 30px;
    display: block;
    margin: 5px auto 0;
  }
  .p-services__parent {
    width: 17.93333vw;
    height: 17.93333vw;
  }
  .p-services__parent::before {
    content: none;
  }
  .p-services__parent::after {
    content: none;
  }
  .p-services__parent .dep {
    font-size: 1.66667vw;
    line-height: 4vw;
    text-align: center;
  }
  .p-services__child {
    width: 16vw;
    margin: 10px auto 0;
    font-size: 2.13333vw;
    line-height: 2.66667vw;
  }
  .p-services__child .content {
    margin-bottom: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .p-services__wrap {
    background-size: 63.06667vw 55%;
    background-position: top 0 center;
  }
  .p-services__wrap--3 {
    margin-top: 14.60938vw;
  }
  .p-services__wrap--4 {
    margin-top: 1.5625vw;
  }
}

@media screen and (max-width: 380px) {
  .p-services__wrap {
    background-size: 69.21053vw 55%;
    background-position: top 0 center;
  }
  .p-services__wrap--3 {
    margin-top: 18.75vw;
    padding: 0 12.63158%;
  }
  .p-services__wrap--4 {
    margin-top: 4.6875vw;
  }
  .p-services__parent {
    width: 20.52632vw;
    height: 20.52632vw;
  }
  .p-services__child {
    width: 18.42105vw;
    line-height: 3.59375vw;
  }
  .p-services__child .content {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 330px) {
  .p-services__wrap--3 {
    margin-top: 21.09375vw;
  }
  .p-services__wrap--4 {
    margin-top: 2.34375vw;
  }
}

.p-single {
  margin-top: -36px;
  padding: 8.90625% 10.9375%;
  background: #EFFFE3;
}

.p-single__title {
  margin-bottom: 30px;
  padding: 0 7.8125% 15px;
  border-bottom: 2px solid #4D4D4D;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
}

.p-single__text {
  padding: 0 7.8125%;
  font-size: 20px;
  line-height: 36px;
}

.p-single--archive {
  margin-top: -130px;
  padding: 140px 20.70312%;
}

.p-single--archive__list {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #E3EAC5;
  font-size: 20px;
  line-height: 2.34375vw;
}

.p-single--archive__date {
  width: 15.3125vw;
}

.p-single--archive__title {
  width: 42.1875vw;
}

@media screen and (max-width: 1000px) {
  .p-single--archive {
    margin-top: -116px;
  }
}

@media screen and (max-width: 768px) {
  .p-single {
    margin-top: -11.2vw;
    padding: 11.33333% 10% 7.06667%;
  }
  .p-single__title {
    padding: 0 4% 15px;
    font-size: calc(18px + ((1vw - 3.2px) * 2.2321));
    line-height: calc(22px + ((1vw - 3.2px) * 3.125));
  }
  .p-single__text {
    padding: 0;
    font-size: calc(14px + ((1vw - 3.2px) * 1.3393));
    line-height: calc(20px + ((1vw - 3.2px) * 3.5714));
  }
  .p-single--archive {
    margin-top: -15.33333vw;
    padding: 11.2% 10% 8.53333%;
  }
  .p-single--archive__list {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #E3EAC5;
    font-size: calc(14px + ((1vw - 3.2px) * 2.2321));
    line-height: calc(20px + ((1vw - 3.2px) * 2.2321));
  }
  .p-single--archive__date {
    width: 21.2vw;
    min-width: 90px;
    margin-right: 1.5625vw;
  }
  .p-single--archive__title {
    width: 58.66667vw;
  }
}

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

.u-only-sp {
  display: none;
}

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

@media screen and (max-width: 768px) {
  .u-only-sp--inline {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  .u-only-sp--flex {
    display: flex;
  }

}

/* contact 追加 */

.btn_box {
  display: block;
  position: relative;
}
.btn_box:after {
  content: "send";
  width: 100%;
  font-size: 15px;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 28px;
  left: 0;
  pointer-events: none;
}
.wpcf7-submit {
    width: 200px;
    height: 55px;
    margin: 20px auto 0;
    border-radius: 100px;
    background-color: #00703F;
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
    cursor:pointer;
    display: block;
}
.wpcf7-form .wpcf7-text,.wpcf7-form textarea,.wpcf7-select{
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #634530;
    border-radius: 10px;
    background-color: #fff;
    font-size: 18px;
    line-height: 1.4;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;

}
.name-box{
  display:flex;
}
.name-box input{
  width:96% !important;
}
.p-inq__label { margin-top: 30px; }
.p-inq__label span:first-child { font-weight:normal;}
.p-inq__label span.hissu { font-size: 14px; color: #f00; margin-left: 10px; }
.wpcf7-submit { padding-bottom: 20px; margin-top: 30px; }
.wpcf7-form .p-inq__text { font-size: 16px; line-height: 30px; text-align: left; margin-top: 20px; }

@media screen and (max-width: 768px) {
.name-box{display:block;} .name-box input{margin-bottom:10px; width:100% !important;}
}

.wpcf7-response-output {
  text-align: center;
}

/* reCAPTCHA v3の表示設定 */
.grecaptcha-badge {
   visibility: hidden; 
  }
.p-footer .grecaptcha-p{
  font-size: 14px;
  width: 80%;
}
.grecaptcha-p a{
  color: white;
}