@charset "UTF-8";
/****************************************************
 * Stylesheet
 *
 * 1.リセット
 * 2.共通設定
 * 3.レイアウト設定
 * 4.テンプレートスタイル
 * 5.コンテンツスタイル
 * 6.装飾
 * 7.印刷用調整
 * 
 ****************************************************/
/****************************************************
 * 1.リセット
 ****************************************************/
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  color: #000;
  background: #FFF;
  line-height: 1.5;
}

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

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

fieldset, img, svg {
  border: 0;
}

address, caption, cite, dfn, em, strong, th {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

abbr {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

input[type=submit], input[type=button], input[type=reset] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

article, aside, footer, header, nav, section {
  display: block;
}

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

a, a:focus, a:hover {
  text-decoration: none;
  color: inherit;
  outline: none;
}

/****************************************************
 * 2.共通
 ****************************************************/
html {
  background-color: transparent;
  background-image: none;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  color: #404040;
  scroll-behavior: smooth;
  scroll-padding-top: 14.4rem;
}
@media only screen and (max-width: 1099px) {
  html {
    font-size: 9px;
  }
}
@media only screen and (max-width: 900px) {
  html {
    scroll-padding-top: 7.2rem;
  }
}
@media only screen and (max-width: 780px) {
  html {
    height: 100%;
    font-size: 10px;
  }
}

body {
  font-size: 1.6rem;
  background-color: #F7F7F7;
}
@media only screen and (max-width: 780px) {
  body {
    font-size: 1.5rem;
    -webkit-text-size-adjust: 100%;
  }
}

a {
  color: #404040;
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  text-decoration: none;
}

@media only screen and (max-width: 900px) {
  .pc {
    display: none !important;
  }
}

@media only screen and (max-width: 1279px) {
  .pc2 {
    display: none !important;
  }
}

@media only screen and (max-width: 780px) {
  .pc_tb {
    display: none !important;
  }
}

@media only screen and (min-width: 901px) {
  .tb_sp {
    display: none !important;
  }
}

@media only screen and (min-width: 781px) {
  .sp {
    display: none !important;
  }
}

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

.midashi01 {
  margin-bottom: 1em;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.1;
}
@media only screen and (max-width: 780px) {
  .midashi01 {
    font-size: 2.2rem;
  }
}
.midashi01.left {
  text-align: left;
}
.midashi01 span {
  margin-bottom: 0.6em;
  font-family: "Poppins", sans-serif;
  font-size: 0.56em;
  color: #CED1CB;
  display: block;
}
@media only screen and (max-width: 780px) {
  .midashi01 span {
    font-size: 0.68em;
  }
}

.btn01 {
  width: 35.5rem;
  padding: 0.9em;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  color: #ffffff !important;
  background-color: #504B3C;
  background-image: url("../img/icon_arrow01.png");
  background-size: 1.33em auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.88em) center;
  border-radius: 99px;
  display: inline-block;
}
@media only screen and (min-width: 781px) {
  .btn01 {
    transition: background-position 0.3s;
  }
  .btn01:hover {
    background-position: calc(100% - 0.44em) center;
  }
}
@media only screen and (max-width: 780px) {
  .btn01 {
    width: 26.6rem;
    font-size: 1.5rem;
  }
}

.btn02 {
  width: 35.5rem;
  padding: 0.9em;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  background-color: #ffffff;
  background-image: url("../img/icon_arrow02.png");
  background-size: 1.33em auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.88em) center;
  border-radius: 99px;
  display: inline-block;
}
@media only screen and (min-width: 781px) {
  .btn02 {
    transition: background-position 0.3s;
  }
  .btn02:hover {
    background-position: calc(100% - 0.44em) center;
  }
}
@media only screen and (max-width: 780px) {
  .btn02 {
    width: 26.6rem;
    font-size: 1.5rem;
  }
}

.btn03 {
  padding: 1em;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  background-color: #F2F1EC;
  border-radius: 0.8rem;
  display: inline-block;
}
@media only screen and (min-width: 781px) {
  .btn03:hover {
    background-color: #EBE8DB;
  }
}
@media only screen and (max-width: 780px) {
  .btn03 {
    padding: 0.6em 0.1em;
    font-size: 2.1rem;
    border-radius: 0.4rem;
  }
}
.btn03:before {
  width: 1.88em;
  height: 1.88em;
  margin-right: 0.44em;
  content: "";
  background-image: url("../img/icon_mail01.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.44em;
}
@media only screen and (max-width: 780px) {
  .btn03:before {
    width: 2.28em;
    height: 2.28em;
    vertical-align: -0.64em;
  }
}

.cta {
  max-width: 1600px;
  margin: 0 auto 7rem auto;
  padding: 5.6rem 0;
  background-color: #EDEFEC;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 780px) {
  .cta {
    margin-bottom: 12.8rem;
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 901px) {
  .cta .inner {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 901px) {
  .cta .contact {
    display: flex;
  }
}
.cta dl {
  text-align: center;
  background-color: #ffffff;
  border-radius: 0.8rem;
  position: relative;
}
@media only screen and (min-width: 901px) {
  .cta dl {
    width: 48%;
    padding: 4rem 2rem 3rem 2rem;
  }
}
@media only screen and (max-width: 900px) {
  .cta dl {
    padding: 3.2rem 2.4rem 2.4rem 2.4rem;
  }
  .cta dl + dl {
    margin-top: 2rem;
  }
}
.cta dl:before {
  width: 48%;
  height: 0.8rem;
  content: "";
  background-color: #8DB56B;
  border-radius: 0 0 0.8rem 0.8rem;
  position: absolute;
  top: 0;
  left: 26%;
}
@media only screen and (max-width: 780px) {
  .cta dl:before {
    width: 45%;
    height: 0.6rem;
    left: 27.5%;
  }
}
@media only screen and (max-width: 900px) {
  .cta dl:nth-child(1) dd .btn03 {
    background-color: #EDEFEC;
  }
  .cta dl:nth-child(1) dd .btn03:before {
    background-image: url("../img/icon_tel02.png");
  }
}
.cta dl:nth-child(2):before {
  background-color: #DED196;
}
@media only screen and (min-width: 901px) {
  .cta dl:nth-child(2) {
    margin-left: 4%;
  }
}
.cta dl:nth-child(2) dt span:before, .cta dl:nth-child(2) dt span:after {
  background-color: #DED196;
}
.cta dl dt {
  margin-bottom: 0.5em;
}
.cta dl dt span {
  padding: 0 1em;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .cta dl dt span {
    font-size: 1.8rem;
  }
}
.cta dl dt span:before, .cta dl dt span:after {
  width: 0.4em;
  height: 0.4em;
  margin-top: -0.2em;
  content: "";
  background-color: #8DB56B;
  border-radius: 50%;
  position: absolute;
  top: 50%;
}
.cta dl dt span:before {
  right: 100%;
}
.cta dl dt span:after {
  left: 100%;
}
.cta dl dd .time {
  margin-top: 0.6em;
  font-size: 1.2rem;
}
.cta dl dd .num {
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  color: #8DB56B;
}
.cta dl dd .num:before {
  width: 1.13em;
  height: 1.13em;
  margin-right: 0.3em;
  content: "";
  background-image: url("../img/icon_tel01.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.2em;
}
@media only screen and (min-width: 901px) {
  .cta dl dd .btn03 {
    width: 34.2rem;
  }
}
@media only screen and (max-width: 900px) {
  .cta dl dd .btn03 {
    width: 100%;
    max-width: 36rem;
    margin: 0 auto;
  }
}

/*フェードイン*/
.fadeIn {
  visibility: hidden;
  animation: fadeIn 1s ease-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*フォームベース*/
.form_area .input_field_area {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 780px) {
  .form_area .input_field_area {
    margin-bottom: 2.5rem;
  }
}
.form_area .input_field_area .input_field {
  margin-bottom: 2em;
}
.form_area .input_field_area .input_field .input_label {
  margin-bottom: 0.75em;
  font-size: 1.125em;
  font-weight: 500;
}
.form_area .input_field_area .input_field .input_label span {
  margin-left: 1em;
  padding: 0 0.5em;
  font-size: 0.7em;
  font-weight: 400;
  color: #8DB56B;
  border: solid 1px #8DB56B;
  border-radius: 0.4rem;
  display: inline-block;
  vertical-align: 0;
}
.form_area .input_field_area .input_field .input_area.row {
  display: flex;
  justify-content: space-between;
}
.form_area .input_field_area .input_field .input_area.row .col {
  width: 48%;
}
.form_area .input_field_area .input_field .input_area .annotation {
  margin-top: 1em;
  font-size: 0.875em;
}
.form_area .privacy {
  margin-bottom: 5rem;
  padding: 2.5em;
  border: solid 1px #C4C4C4;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 780px) {
  .form_area .privacy {
    margin-bottom: 2.5rem;
    padding: 1.5em;
  }
}
.form_area .privacy .box {
  height: 24rem;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 780px) {
  .form_area .privacy .box {
    height: 14rem;
  }
}
.form_area .privacy .box .scroll {
  width: 100%;
  height: 100%;
  padding-right: 1em;
  overflow: auto;
}
.form_area .privacy .box h3 {
  margin-bottom: 1.5em;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 780px) {
  .form_area .privacy .box h3 {
    font-size: 1.6rem;
  }
}
.form_area .privacy .box h4 {
  margin-bottom: 0.5em;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.form_area .privacy .box p {
  margin-bottom: 2em;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.form_area .privacy .check {
  text-align: right;
}
.form_area .submit {
  text-align: center;
}
.form_area .submit input[type=submit] {
  width: 35.5rem;
  padding: 0.9em;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  color: #ffffff !important;
  background-color: #8DB56B;
  background-image: url("../img/icon_arrow03.png");
  background-size: 1.33em auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.88em) center;
  border-radius: 99px;
  display: inline-block;
}
@media only screen and (min-width: 781px) {
  .form_area .submit input[type=submit] {
    transition: background-position 0.3s;
  }
  .form_area .submit input[type=submit]:hover {
    background-position: calc(100% - 0.44em) center;
  }
}
@media only screen and (max-width: 780px) {
  .form_area .submit input[type=submit] {
    width: 26.6rem;
    font-size: 1.5rem;
  }
}
.form_area .submit input[type=submit]:disabled {
  opacity: 0.3 !important;
}
.form_area .wpcf7-text {
  width: 100%;
  padding: 1em 1.5em;
  background-color: #F7F7F7;
  border-radius: 0.8rem;
}
.form_area .wpcf7-text::-moz-placeholder {
  color: #CED1CB;
}
.form_area .wpcf7-text::placeholder {
  color: #CED1CB;
}
.form_area .wpcf7-textarea {
  width: 100%;
  height: 16em;
  padding: 1em 1.5em;
  background-color: #F7F7F7;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 780px) {
  .form_area .wpcf7-textarea {
    height: 8em;
  }
}
.form_area .wpcf7-textarea::-moz-placeholder {
  color: #CED1CB;
}
.form_area .wpcf7-textarea::placeholder {
  color: #CED1CB;
}
.form_area .wpcf7-select {
  width: 100%;
  padding: 1em 1.5em;
  background-color: #F7F7F7;
  background-image: url("../img/form_select_icon.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 2rem) center;
  background-size: 1rem auto;
  border-radius: 0.8rem;
}
.form_area .wpcf7-radio {
  margin-bottom: -1em;
  display: block;
  letter-spacing: -0.4em;
}
.form_area .wpcf7-radio > * {
  display: inline-block;
  letter-spacing: normal;
}
.form_area .wpcf7-radio > * {
  margin-right: 1em !important;
  margin-bottom: 1em !important;
}
.form_area .wpcf7-radio label input {
  visibility: hidden;
  position: absolute;
  left: -9999999px;
}
.form_area .wpcf7-radio label input:checked + span:after {
  content: "";
}
.form_area .wpcf7-radio label input + span {
  padding-left: 4rem;
  display: inline-block;
  position: relative;
}
.form_area .wpcf7-radio label input + span:before {
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  background-color: #ffffff;
  border: solid 1px #CED1CB;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.form_area .wpcf7-radio label input + span:after {
  width: 1.4rem;
  height: 1.4rem;
  content: none;
  background-color: #8DB56B;
  border-radius: 50%;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}
.form_area .wpcf7-checkbox, .form_area .wpcf7-acceptance {
  margin-bottom: -1em;
  display: block;
  letter-spacing: -0.4em;
}
.form_area .wpcf7-checkbox > *, .form_area .wpcf7-acceptance > * {
  display: inline-block;
  letter-spacing: normal;
}
.form_area .wpcf7-checkbox > *, .form_area .wpcf7-acceptance > * {
  margin-right: 1em !important;
  margin-bottom: 1em !important;
}
.form_area .wpcf7-checkbox label input, .form_area .wpcf7-acceptance label input {
  visibility: hidden;
  position: absolute;
  left: -9999999px;
}
.form_area .wpcf7-checkbox label input:checked + span:after, .form_area .wpcf7-acceptance label input:checked + span:after {
  content: "";
}
.form_area .wpcf7-checkbox label input + span, .form_area .wpcf7-acceptance label input + span {
  padding-left: 4rem;
  display: inline-block;
  position: relative;
}
.form_area .wpcf7-checkbox label input + span:before, .form_area .wpcf7-acceptance label input + span:before {
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  background-color: #ffffff;
  border: solid 1px #CED1CB;
  border-radius: 0.4rem;
  position: absolute;
  top: 0;
  left: 0;
}
.form_area .wpcf7-checkbox label input + span:after, .form_area .wpcf7-acceptance label input + span:after {
  width: 1.6rem;
  height: 1rem;
  content: none;
  border-left: solid 0.2rem #8DB56B;
  border-bottom: solid 0.2rem #8DB56B;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  transform: rotate(-45deg);
}

/****************************************************
 * 3.レイアウト設定
 ****************************************************/
.container {
  width: 100%;
  padding-top: 14.4rem;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .container {
    padding-top: 7.2rem;
  }
}

/****************************************************
 * 4.テンプレートスタイル
 ****************************************************/
/*ヘッダーブロック*/
#header {
  width: 100%;
  height: 14.4rem;
  padding: 0 2.4rem;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1279px) {
  #header {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 900px) {
  #header {
    height: 7.2rem;
    padding: 0 0 0 1.2rem;
    background-color: #ffffff !important;
    position: fixed !important;
  }
}
#header .logo {
  width: 20.7rem;
}
@media only screen and (max-width: 1099px) {
  #header .logo {
    width: 18rem;
  }
}
@media only screen and (max-width: 1099px) and (max-width: 900px) {
  #header .logo {
    width: 14.5rem;
  }
}
#header .header_right {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi {
    margin-right: 2em;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1279px) {
  #header .header_right .navi {
    margin-right: 1em;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi {
    width: 100%;
    height: calc(100vh - 7.2rem);
    padding: 6.4rem 0;
    background-color: rgba(255, 255, 255, 0.94);
    position: absolute;
    top: 100%;
    left: 100%;
    transition: left 0.3s;
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi ul {
    letter-spacing: -0.4em;
  }
  #header .header_right .navi ul > * {
    display: inline-block;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 780px) {
  #header .header_right .navi ul {
    width: 90%;
    margin: 0 auto 2rem auto;
  }
}
#header .header_right .navi ul li {
  text-align: center;
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi ul li {
    padding: 0 1.5em;
    vertical-align: top;
    border-right: solid 1px #CDD1CA;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1279px) {
  #header .header_right .navi ul li {
    padding: 0 1em;
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi ul li:last-child {
    border-right: none;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi ul li {
    margin-bottom: 2.5em;
  }
}
#header .header_right .navi ul li a {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  display: inline-block;
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi ul li a {
    font-size: 2rem;
  }
}
#header .header_right .navi ul li a span {
  margin-top: 0.5em;
  font-family: "Poppins", sans-serif;
  font-size: 0.75em;
  font-weight: 500;
  color: #CED1CB;
  display: block;
}
#header .header_right .navi ul li a:hover {
  color: #6DA286;
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi .contact {
    width: 80%;
    max-width: 36rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi .contact a {
    display: block;
  }
  #header .header_right .navi .contact a:nth-child(1) {
    color: #ffffff;
    background-color: #8DB56B;
  }
  #header .header_right .navi .contact a:nth-child(1):before {
    background-image: url("../img/icon_tel02.png");
  }
  #header .header_right .navi .contact a:nth-child(2) {
    margin-top: 0.8em;
    background-color: #DED196;
  }
}
#header .header_right .header_contact {
  width: 9.6rem;
  height: 9.6rem;
}
@media only screen and (max-width: 900px) {
  #header .header_right .header_contact {
    width: 4.8rem;
    height: 4.8rem;
  }
}
#header .header_right .header_contact a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("../img/header_contact.png");
  background-size: cover;
}
@media only screen and (max-width: 900px) {
  #header .header_right .header_contact a {
    background-image: url("../img/header_contact_sp.png");
  }
}
#header .header_right .header_contact a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 900px) {
  #header .header_right .sp_menu_btn {
    width: 4.8rem;
    height: 4.8rem;
    margin-left: 0.5rem;
    background-image: url("../img/sp_menu_open.png");
    background-size: cover;
  }
}
@media only screen and (max-width: 900px) {
  #header.open .header_right .navi {
    left: 0;
  }
}
@media only screen and (max-width: 900px) {
  #header.open .header_right .sp_menu_btn {
    background-image: url("../img/sp_menu_close.png");
  }
}

.home #header:not(.scroll) {
  background-color: transparent;
  position: absolute;
}

/*フッターブロック*/
.sns_link {
  width: 6.4rem;
  position: fixed;
  right: 1.6%;
  bottom: calc(1.6% + 8.8rem);
  z-index: 90;
  display: none;
}
@media only screen and (max-width: 780px) {
  .sns_link {
    width: 4.5rem;
    height: 4.5rem;
    bottom: 18rem;
  }
}
.sns_link a {
  display: block;
}
.sns_link a + a {
  margin-top: 0.8rem;
}
@media only screen and (max-width: 780px) {
  .sns_link a + a {
    margin-top: 0.4rem;
  }
}

.pagetop {
  width: 6.4rem;
  height: 6.4rem;
  position: fixed;
  right: 1.6%;
  bottom: 1.6%;
  z-index: 90;
  display: none;
}
@media only screen and (max-width: 780px) {
  .pagetop {
    width: 4.5rem;
    height: 4.5rem;
    bottom: 7rem;
  }
}
.pagetop a {
  width: 100%;
  height: 100%;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("../img/pagetop.png");
  background-size: cover;
  display: block;
}
.pagetop a:hover {
  background-image: url("../img/pagetop_hover.png");
}

.use_link {
  position: fixed;
  z-index: 90;
}
@media only screen and (min-width: 781px) {
  .use_link {
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
}
@media only screen and (max-width: 780px) {
  .use_link {
    width: 88%;
    left: 6%;
    bottom: 1%;
  }
}
.use_link a {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #ffffff;
  background-color: #86A04F;
  display: block;
}
@media only screen and (min-width: 781px) {
  .use_link a {
    font-size: 1.8rem;
    border-radius: 0.4rem 0 0 0.4rem;
  }
}
@media only screen and (max-width: 780px) {
  .use_link a {
    padding: 1em;
    text-align: center;
  }
}
.use_link a:before {
  width: 1em;
  height: 1em;
  content: "";
  background-image: url("../img/icon_bird01.png");
  background-size: cover;
  display: inline-block;
}
@media only screen and (min-width: 781px) {
  .use_link a:before {
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 780px) {
  .use_link a:before {
    margin-right: 0.5em;
    vertical-align: -0.1em;
  }
}
@media only screen and (min-width: 781px) {
  .use_link a {
    padding: 1.5em 0.5em;
    writing-mode: vertical-rl;
  }
  .use_link a:hover {
    background-color: #6DA286;
  }
}

#footer {
  padding: 10.2rem 0 6rem 0;
  color: #ffffff;
  background-color: #8DB56B;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 780px) {
  #footer {
    padding: 5.5rem 0 25rem 0;
  }
}
#footer .inner {
  position: relative;
}
#footer .inner:before {
  width: 64.15rem;
  height: 25.45rem;
  content: "";
  background-image: url("../img/footer_illust01.png");
  background-size: cover;
  position: absolute;
  top: -29.4rem;
  right: 95rem;
}
@media only screen and (max-width: 780px) {
  #footer .inner:before {
    width: 32rem;
    height: 12.7rem;
    top: -15rem;
    right: auto;
    left: -8rem;
  }
}
@media only screen and (min-width: 781px) {
  #footer .footer_top {
    margin-bottom: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 781px) {
  #footer .footer_top .logo_area {
    width: 35rem;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1099px) {
  #footer .footer_top .logo_area {
    width: 25rem;
  }
}
@media only screen and (min-width: 781px) and (max-width: 900px) {
  #footer .footer_top .logo_area {
    width: 18rem;
  }
}
#footer .footer_top .logo_area .logo {
  width: 20.7rem;
}
@media only screen and (max-width: 1099px) {
  #footer .footer_top .logo_area .logo {
    width: 18rem;
  }
}
#footer .footer_top .logo_area p {
  margin-top: 0.88em;
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (min-width: 781px) {
  #footer .footer_top .navi {
    width: calc(100% - 35rem);
    text-align: right;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1099px) {
  #footer .footer_top .navi {
    width: calc(100% - 25rem);
  }
}
@media only screen and (min-width: 781px) and (max-width: 900px) {
  #footer .footer_top .navi {
    width: calc(100% - 18rem);
  }
}
@media only screen and (max-width: 780px) {
  #footer .footer_top .navi {
    width: 111%;
    margin: 0 -5.5% 2em -5.5%;
  }
}
@media only screen and (min-width: 781px) {
  #footer .footer_top .navi ul {
    letter-spacing: -0.4em;
  }
  #footer .footer_top .navi ul > * {
    display: inline-block;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 781px) {
  #footer .footer_top .navi ul li {
    padding: 0 1.5em;
    border-right: solid 1px #ffffff;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1099px) {
  #footer .footer_top .navi ul li {
    padding: 0 1em;
  }
}
@media only screen and (min-width: 781px) {
  #footer .footer_top .navi ul li:last-child {
    border-right: none;
  }
}
@media only screen and (max-width: 780px) {
  #footer .footer_top .navi ul li {
    text-align: center;
    border-top: solid 1px #BAD6A2;
  }
  #footer .footer_top .navi ul li:last-child {
    border-bottom: solid 1px #BAD6A2;
  }
}
#footer .footer_top .navi ul li a {
  font-weight: 500;
  color: #ffffff;
}
@media only screen and (max-width: 780px) {
  #footer .footer_top .navi ul li a {
    padding: 1em;
    display: block;
  }
}
#footer .footer_top .navi ul li a:hover {
  text-decoration: underline;
}
#footer .footer_contact {
  padding: 1.5em;
  color: #404040;
  background-color: #ffffff;
  border-radius: 0.8rem;
}
@media only screen and (min-width: 901px) {
  #footer .footer_contact {
    margin-bottom: 3.2rem;
    padding: 2.4rem 2.8rem;
    display: flex;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_contact {
    margin-bottom: 3.6rem;
  }
}
#footer .footer_contact dl {
  text-align: center;
}
@media only screen and (min-width: 901px) {
  #footer .footer_contact dl {
    width: 50%;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_contact dl + dl {
    margin-top: 2rem;
  }
  #footer .footer_contact dl + dl:before {
    width: 50%;
    height: 1px;
    margin: 0 auto 2rem auto;
    content: "";
    background-color: #EFEFEF;
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_contact dl:nth-child(1) dd .btn03 {
    background-color: #EDEFEC;
  }
  #footer .footer_contact dl:nth-child(1) dd .btn03:before {
    background-image: url("../img/icon_tel02.png");
  }
}
@media only screen and (min-width: 901px) {
  #footer .footer_contact dl:nth-child(2) dt {
    margin-bottom: 1em;
  }
}
#footer .footer_contact dl:nth-child(2) dt span:before, #footer .footer_contact dl:nth-child(2) dt span:after {
  background-color: #DED196;
}
#footer .footer_contact dl dt {
  margin-bottom: 0.6em;
}
#footer .footer_contact dl dt span {
  padding: 0 1em;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 780px) {
  #footer .footer_contact dl dt span {
    font-size: 1.8rem;
  }
}
#footer .footer_contact dl dt span:before, #footer .footer_contact dl dt span:after {
  width: 0.4em;
  height: 0.4em;
  margin-top: -0.2em;
  content: "";
  background-color: #8DB56B;
  border-radius: 50%;
  position: absolute;
  top: 50%;
}
#footer .footer_contact dl dt span:before {
  right: 100%;
}
#footer .footer_contact dl dt span:after {
  left: 100%;
}
#footer .footer_contact dl dd .time {
  margin-top: 0.5em;
  font-size: 1.2rem;
}
#footer .footer_contact dl dd .num {
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  color: #8DB56B;
}
#footer .footer_contact dl dd .num:before {
  width: 1.13em;
  height: 1.13em;
  margin-right: 0.3em;
  content: "";
  background-image: url("../img/icon_tel01.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.2em;
}
@media only screen and (min-width: 901px) {
  #footer .footer_contact dl dd .btn03 {
    width: 24.6rem;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_contact dl dd .btn03 {
    width: 100%;
    max-width: 36rem;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 901px) {
  #footer .fooer_bottom {
    display: flex;
  }
}
@media only screen and (max-width: 780px) {
  #footer .fooer_bottom .logo_area {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 780px) {
  #footer .fooer_bottom .logo_area .logo {
    width: 16.3rem;
    margin: 0 auto 0.5em auto;
  }
}
@media only screen and (max-width: 780px) {
  #footer .fooer_bottom .logo_area p {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
  }
}
@media only screen and (min-width: 901px) {
  #footer .fooer_bottom .left {
    width: 36.7rem;
    border-right: solid 1px #BAD6A2;
  }
}
@media only screen and (min-width: 781px) {
  #footer .fooer_bottom .left .company_name {
    margin-bottom: 1em;
    font-weight: 500;
  }
}
@media only screen and (min-width: 781px) and (max-width: 900px) {
  #footer .fooer_bottom .left .company_name {
    text-align: center;
  }
}
#footer .fooer_bottom .left address {
  font-size: 1.2rem;
  line-height: 1.75;
}
@media only screen and (max-width: 900px) {
  #footer .fooer_bottom .left address {
    margin-bottom: 3.5rem;
    text-align: center;
  }
}
@media only screen and (min-width: 901px) {
  #footer .fooer_bottom .right {
    width: calc(100% - 36.7rem);
    padding-left: 5.6rem;
  }
}
@media only screen and (max-width: 900px) {
  #footer .fooer_bottom .right {
    width: 97%;
    margin: 0 auto;
    text-align: center;
  }
}
#footer .fooer_bottom .right dl dt {
  margin-bottom: 1em;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  #footer .fooer_bottom .right dl dt {
    font-size: 1.4rem;
  }
}
#footer .fooer_bottom .right dl dd {
  font-size: 1.2rem;
  line-height: 1.75;
}
@media only screen and (max-width: 780px) {
  #footer .fooer_bottom .right dl dd {
    text-align: left;
  }
}

/****************************************************
 * 5.コンテンツスタイル
 ****************************************************/
/*TOPページ*/
.p-top__mv {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 781px) {
  .p-top__mv {
    width: calc(100% - 5rem);
    margin: 0 auto 8.8rem auto;
    max-width: 187rem;
    height: 91.2rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__mv {
    width: calc(100% - 3rem);
    height: 47.2rem;
    margin: 0 auto 4.8rem auto;
    padding-top: 1.6rem;
  }
}
.p-top__mv .inner {
  max-width: 1360px;
}
@media only screen and (min-width: 781px) {
  .p-top__mv h1 {
    width: 51.5rem;
    padding-top: 19rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__mv h1 {
    width: 24rem;
    padding-top: 17rem;
  }
}
.p-top__mv .img {
  border-radius: 0.8rem;
  position: absolute;
  right: 0;
  z-index: -1;
  overflow: hidden;
}
.p-top__mv .img > img, .p-top__mv .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 781px) {
  .p-top__mv .img {
    width: calc(100% - 4rem);
    height: 100%;
    top: 0;
  }
  .p-top__mv .img img {
    -o-object-position: 0 80%;
    object-position: 0 80%;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__mv .img {
    width: calc(100% - 2.5rem);
    height: calc(100% - 1.6rem);
    top: 1.6rem;
  }
  .p-top__mv .img img {
    -o-object-position: 73% 0;
    object-position: 73% 0;
  }
}
.p-top__mv .copyright {
  width: 2rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 780px) {
  .p-top__mv .copyright {
    width: 1.5rem;
  }
}
.p-top__mv .scroll_object {
  position: absolute;
  bottom: -2.5rem;
  right: 19rem;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .scroll_object {
    bottom: 0;
    right: 4rem;
  }
}
.p-top__mv .scroll_object:before {
  width: 0.9rem;
  height: 0.9rem;
  margin-left: -0.45rem;
  content: "";
  background-color: #404040;
  border-radius: 50%;
  position: absolute;
  bottom: 18rem;
  left: 50%;
  z-index: 1;
  animation: scroll_object 1.5s infinite ease-in-out;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .scroll_object:before {
    bottom: 13.5rem;
  }
}
.p-top__mv .scroll_object:after {
  width: 1px;
  height: 18rem;
  margin: 0 auto;
  content: "";
  background-color: #404040;
  position: absolute;
  bottom: 0;
  left: 50%;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .scroll_object:after {
    height: 13.5rem;
  }
}
.p-top__mv .scroll_object span {
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  transform: rotate(90deg);
  position: absolute;
  top: -17rem;
  right: -5rem;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .scroll_object span {
    font-size: 1.4rem;
    top: -12rem;
    right: -4rem;
  }
}
@keyframes scroll_object {
  0% {
    bottom: 18rem;
    @media only screen and (max-width: 780px) {
      .p-top__mv {
        bottom: 13.5rem;
      }
    }
  }
  100% {
    bottom: 0;
  }
}
.p-top__intro {
  margin-bottom: 8.8rem;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-top__intro {
    margin-bottom: 4.8rem;
  }
}
.p-top__intro .text {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 781px) {
  .p-top__intro .text {
    width: 45%;
    min-height: 40rem;
    padding-top: 2.5rem;
    padding-left: 4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__intro .text {
    margin-bottom: 3.6rem;
    padding: 0 5rem;
  }
}
.p-top__intro .text .ttl {
  margin-bottom: 3.8rem;
}
@media only screen and (max-width: 780px) {
  .p-top__intro .text .ttl {
    margin-bottom: 2.4rem;
  }
}
.p-top__intro .text .ttl h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 4.6rem;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 780px) {
  .p-top__intro .text .ttl h2 {
    font-size: 3.2rem;
  }
}
.p-top__intro .text .ttl h2 span {
  font-size: 1.2em;
  color: #6DA286;
}
.p-top__intro .text .ttl > span {
  font-size: 1.8rem;
  font-weight: 500;
  white-space: nowrap;
  color: #CED1CB;
  position: absolute;
  top: 9em;
  right: 105%;
  transform: rotate(90deg);
  transform-origin: right bottom;
}
@media only screen and (max-width: 780px) {
  .p-top__intro .text .ttl > span {
    font-size: 1.3rem;
    right: 98%;
  }
}
.p-top__intro .text p {
  max-width: 42rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 2.38;
}
@media only screen and (max-width: 780px) {
  .p-top__intro .text p {
    max-width: none;
    font-size: 1.7rem;
    line-height: 1.8;
  }
}
.p-top__intro .text .fig01 {
  width: 10.8rem;
  position: absolute;
  top: 23.7rem;
  right: 105%;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-top__intro .text .fig01 {
    width: 6.4rem;
    top: 0;
    left: auto;
    right: 0;
  }
}
.p-top__intro .text .fig02 {
  width: 18.6rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-top__intro .text .fig02 {
    width: 11.7rem;
    top: auto;
    bottom: 0;
    right: auto;
    left: -3%;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__intro .img {
    width: 50%;
    height: 100%;
    border-radius: 0.8rem 0 0 0.8rem;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
  }
  .p-top__intro .img > img, .p-top__intro .img > video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__intro .img {
    width: 111%;
    margin: 0 -5.5%;
  }
}
.p-top__service {
  margin-bottom: 11.2rem;
  padding-bottom: 8rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-top__service {
    margin-bottom: 4.8rem;
    padding-bottom: 4.8rem;
  }
}
.p-top__service:after {
  width: 100%;
  height: calc(100% - 12rem);
  content: "";
  background-color: #8DB56B;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-top__service:after {
    height: calc(100% - 18.5rem);
  }
}
.p-top__service .inner {
  max-width: 1600px;
  padding: 8rem 0;
  background-color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .p-top__service .inner {
    width: 94%;
    padding: 4.4rem 0;
    border-radius: 0.8rem;
  }
}
.p-top__service .inner .inner_in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  .p-top__service .inner .inner_in {
    width: 86.8%;
  }
}
.p-top__service .midashi01 + p {
  margin-bottom: 1.5em;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (min-width: 781px) {
  .p-top__service .midashi01 + p {
    text-align: center;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__service ul {
    max-width: 104rem;
    margin: 0 auto 5.6rem auto;
    display: flex;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__service ul {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__service ul li {
    width: 50%;
    padding: 0 4rem;
  }
  .p-top__service ul li:last-child {
    border-left: solid 1px #EFEFEF;
  }
}
.p-top__service ul li .img {
  margin-bottom: 1.5em;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .p-top__service ul li:last-child {
    margin-top: 3.2rem;
  }
}
.p-top__service ul li:last-child h3 span:before, .p-top__service ul li:last-child h3 span:after {
  background-color: #DED196;
}
.p-top__service ul li h3 {
  margin-bottom: 1em;
  text-align: center;
}
.p-top__service ul li h3 span {
  padding: 0 1em;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-top__service ul li h3 span {
    font-size: 1.8rem;
  }
}
.p-top__service ul li h3 span:before, .p-top__service ul li h3 span:after {
  width: 0.4em;
  height: 0.4em;
  margin-top: -0.2em;
  content: "";
  background-color: #8DB56B;
  border-radius: 50%;
  position: absolute;
  top: 50%;
}
.p-top__service ul li h3 span:before {
  right: 100%;
}
.p-top__service ul li h3 span:after {
  left: 100%;
}
.p-top__service ul li p {
  line-height: 1.8;
}
.p-top__service .btn {
  text-align: center;
}
.p-top__use {
  margin-bottom: 9.6rem;
}
@media only screen and (max-width: 780px) {
  .p-top__use {
    margin-bottom: 5.6rem;
  }
}
.p-top__use .inner {
  max-width: 1200px;
}
@media only screen and (min-width: 781px) {
  .p-top__use .inner {
    display: flex;
    align-items: center;
  }
}
.p-top__use .img {
  border-radius: 0.8rem;
  overflow: hidden;
}
@media only screen and (min-width: 781px) {
  .p-top__use .img {
    width: 48%;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__use .img {
    margin-bottom: 2.4rem;
  }
}
.p-top__use .text {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 781px) {
  .p-top__use .text {
    width: 44%;
    margin-left: 8%;
  }
}
.p-top__use .text p {
  margin-bottom: 2em;
  font-family: "Noto Serif JP", serif;
  line-height: 1.875;
}
@media only screen and (max-width: 780px) {
  .p-top__use .text .btn {
    text-align: center;
  }
}
.p-top__use .text .fig01 {
  width: 17.4rem;
  position: absolute;
  top: 1rem;
  right: 3rem;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-top__use .text .fig01 {
    width: 13.3rem;
    right: 0;
  }
}
.p-top__company {
  margin-bottom: 10.4rem;
}
@media only screen and (max-width: 780px) {
  .p-top__company {
    margin-bottom: 4.8rem;
  }
}
.p-top__company .inner {
  max-width: 1000px;
  display: flex;
  overflow: hidden;
}
@media only screen and (min-width: 781px) {
  .p-top__company .inner {
    border-radius: 0.8rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__company .inner {
    width: 100%;
  }
}
.p-top__company .text {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 781px) {
  .p-top__company .text {
    width: 50%;
    padding: 6rem 0 6rem 8rem;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1099px) {
  .p-top__company .text {
    padding: 4.8rem 0 4.8rem 4.8rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__company .text {
    width: 57%;
    padding: 2.8rem 0 2.8rem 2.4rem;
  }
}
.p-top__company .text:after {
  width: 140%;
  height: auto;
  aspect-ratio: 705/824;
  content: "";
  background-color: #8DB56B;
  border-radius: 0 50% 50% 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 780px) {
  .p-top__company .text:after {
    width: 156%;
    aspect-ratio: 705/930;
  }
}
.p-top__company .text .midashi01 {
  color: #ffffff;
}
.p-top__company .text .midashi01 span {
  color: #ffffff;
}
@media only screen and (min-width: 781px) {
  .p-top__company .text .midashi01 {
    transform: translateX(2.4rem);
  }
}
.p-top__company .text p {
  margin-bottom: 2em;
  font-family: "Noto Serif JP", serif;
  line-height: 1.875;
  color: #ffffff;
}
@media only screen and (min-width: 781px) {
  .p-top__company .text p {
    transform: translateX(2.4rem);
  }
}
@media only screen and (max-width: 780px) {
  .p-top__company .text p {
    line-height: 1.4;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__company .text .btn {
    width: 166%;
    margin: 0 -66% 0 0;
    text-align: center;
  }
}
.p-top__company .img {
  width: 50%;
  overflow: hidden;
}
.p-top__company .img > img, .p-top__company .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 780px) {
  .p-top__company .img {
    width: 43%;
  }
}
/*下層ページ*/
.pagetitle {
  padding: 9.6rem 0;
  background-image: url("../img/pagetitle_bg.jpg");
  background-size: cover;
  background-position: 80% center;
}
@media only screen and (max-width: 780px) {
  .pagetitle {
    padding: 4rem 0;
  }
}
.pagetitle .inner {
  max-width: 1200px;
}
.pagetitle h1 {
  padding-left: 2.36em;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-weight: 500;
  background-image: url("../img/pagetitle_fig01.png");
  background-repeat: no-repeat;
  background-size: 1.58em auto;
  background-position: 0 0;
}
@media only screen and (max-width: 780px) {
  .pagetitle h1 {
    font-size: 2.4rem;
  }
}
.pagetitle h1.left {
  text-align: left;
}
.pagetitle h1 span {
  margin-bottom: 0.3em;
  font-family: "Poppins", sans-serif;
  font-size: 0.5em;
  color: #8DB56B;
  display: block;
}
@media only screen and (max-width: 780px) {
  .pagetitle h1 span {
    font-size: 0.68em;
  }
}

.pankuzu {
  margin: 2.7rem 0 7.2rem 0;
  font-size: 1.4rem;
}
@media only screen and (max-width: 780px) {
  .pankuzu {
    margin: 2rem 0 3rem 0;
  }
}
.pankuzu .inner {
  max-width: 1200px;
  letter-spacing: -0.4em;
}
.pankuzu .inner > * {
  display: inline-block;
  letter-spacing: normal;
}
.pankuzu a:after {
  width: 1.14em;
  height: 1.14em;
  margin: 0 1em;
  content: "";
  background-image: url("../img/icon_arrow04.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.14em;
}
.pankuzu span {
  color: #CED1CB;
}

.p-service__service {
  position: relative;
  z-index: 1;
}
.p-service__service .fig01 {
  width: 17.4rem;
  position: absolute;
  top: 5rem;
  left: 0;
}
.p-service__service .fig02 {
  width: 11.2rem;
  position: absolute;
  bottom: -1rem;
  right: -11.2rem;
}
.p-service__service .inner {
  padding-bottom: 8.8rem;
  position: relative;
}
.p-service__service .midashi01 span {
  color: #8DB56B;
}
.p-service__service .midashi01 small {
  font-size: 0.875em;
}
.p-service__service .midashi01 big {
  font-size: 1.4375em;
}
.p-service__service .midashi01 + p {
  margin-bottom: 3.5em;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-service__service .midashi01 + p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 781px) {
  .p-service__service ul {
    max-width: 104rem;
    margin: 0 auto;
    display: flex;
  }
}
@media only screen and (min-width: 781px) {
  .p-service__service ul li {
    width: 50%;
    padding: 0 4rem;
  }
}
.p-service__service ul li .img {
  margin-bottom: 1.5em;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .p-service__service ul li:last-child {
    margin-top: 3.2rem;
  }
}
.p-service__service ul li:last-child h3 span:before, .p-service__service ul li:last-child h3 span:after {
  background-color: #DED196;
}
.p-service__service ul li h3 {
  margin-bottom: 1em;
  text-align: center;
}
.p-service__service ul li h3 span {
  padding: 0 1em;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-service__service ul li h3 span {
    font-size: 1.8rem;
  }
}
.p-service__service ul li h3 span:before, .p-service__service ul li h3 span:after {
  width: 0.4em;
  height: 0.4em;
  margin-top: -0.2em;
  content: "";
  background-color: #8DB56B;
  border-radius: 50%;
  position: absolute;
  top: 50%;
}
.p-service__service ul li h3 span:before {
  right: 100%;
}
.p-service__service ul li h3 span:after {
  left: 100%;
}
.p-service__service ul li p {
  line-height: 1.8;
}
.p-service__feature {
  margin-bottom: 10.4rem;
  padding: 7.2rem 0 8rem 0;
  color: #ffffff;
  background-color: #8DB56B;
}
@media only screen and (max-width: 780px) {
  .p-service__feature {
    margin-bottom: 5rem;
    padding: 4rem 0;
  }
}
.p-service__feature .midashi01 span {
  color: #ffffff;
}
.p-service__feature .midashi01 + p {
  margin-bottom: 3.5em;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-service__feature .midashi01 + p {
    margin-bottom: 1.5em;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 781px) {
  .p-service__feature ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-service__feature ul li {
  color: #404040;
  background-color: #ffffff;
  border-radius: 0.8rem;
  box-shadow: 0 0 3rem rgba(171, 175, 164, 0.06);
}
@media only screen and (min-width: 781px) {
  .p-service__feature ul li {
    width: 48%;
    margin: 0 4% 4rem 0;
    padding: 3.2rem;
  }
  .p-service__feature ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-service__feature ul li {
    padding: 2rem;
  }
  .p-service__feature ul li + li {
    margin-top: 3rem;
  }
}
.p-service__feature ul li .img {
  border-radius: 0.8rem;
  overflow: hidden;
}
.p-service__feature ul li h3 {
  margin: 1em 0;
  padding-left: 1em;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-service__feature ul li h3 {
    font-size: 1.8rem;
  }
}
.p-service__feature ul li h3:before {
  width: 0.4rem;
  height: 100%;
  content: "";
  background-color: #8DB56B;
  border-radius: 0.4rem;
  position: absolute;
  top: 0;
  left: 0;
}
.p-service__feature ul li p {
  letter-spacing: 0.06em;
}
.p-service__oneday {
  margin-bottom: 8.8rem;
}
@media only screen and (max-width: 780px) {
  .p-service__oneday {
    margin-bottom: 4.4rem;
  }
}
.p-service__oneday .midashi01 {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 780px) {
  .p-service__oneday .midashi01 {
    margin-bottom: 5rem;
  }
}
.p-service__oneday .midashi01 span {
  color: #8DB56B;
}
@media only screen and (min-width: 901px) {
  .p-service__oneday .schedule {
    display: flex;
    justify-content: center;
  }
}
.p-service__oneday .schedule dl {
  width: 49.2rem;
  max-width: 100%;
  padding: 6.6rem 4rem 4rem 4rem;
  background-color: #ffffff;
  border-radius: 0.8rem;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .p-service__oneday .schedule dl {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 780px) {
  .p-service__oneday .schedule dl {
    padding: 4rem 2rem 2rem 2rem;
  }
}
@media only screen and (min-width: 901px) {
  .p-service__oneday .schedule dl + dl {
    margin-left: 4.8rem;
  }
}
@media only screen and (max-width: 900px) {
  .p-service__oneday .schedule dl + dl {
    margin-top: 8rem;
  }
}
.p-service__oneday .schedule dl:nth-child(1) dt {
  background-color: #6DA286;
}
.p-service__oneday .schedule dl:nth-child(2) dt {
  background-color: #86A04F;
}
.p-service__oneday .schedule dl dt {
  width: 94%;
  padding: 0.3em;
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
  border-radius: 0.8rem;
  color: #ffffff;
  position: absolute;
  top: -2.5rem;
  left: 3%;
}
@media only screen and (max-width: 780px) {
  .p-service__oneday .schedule dl dt {
    font-size: 2.2rem;
    top: -1.5rem;
  }
}
.p-service__oneday .schedule dl dd ul li {
  padding: 4rem 0;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-service__oneday .schedule dl dd ul li {
    padding: 2rem 0;
  }
}
.p-service__oneday .schedule dl dd ul li:first-child {
  padding-top: 0;
}
.p-service__oneday .schedule dl dd ul li:last-child {
  padding-bottom: 0;
}
.p-service__oneday .schedule dl dd ul li:last-child:after {
  content: none;
}
.p-service__oneday .schedule dl dd ul li:last-child .fig:after {
  content: none;
}
.p-service__oneday .schedule dl dd ul li:after {
  width: calc(100% - 12rem);
  height: 0;
  content: "";
  border-bottom: dashed 1px #E2E2E2;
  position: absolute;
  top: 100%;
  right: 0;
}
@media only screen and (max-width: 780px) {
  .p-service__oneday .schedule dl dd ul li:after {
    width: calc(100% - 6rem);
  }
}
.p-service__oneday .schedule dl dd ul li .fig {
  width: 12rem;
  padding-right: 4rem;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-service__oneday .schedule dl dd ul li .fig {
    width: 8rem;
    padding-right: 2rem;
  }
}
.p-service__oneday .schedule dl dd ul li .fig:after {
  width: 0.3em;
  height: 5rem;
  content: "";
  background-color: #E2E2E2;
  position: absolute;
  bottom: -6.5rem;
  left: 3.85rem;
}
@media only screen and (max-width: 780px) {
  .p-service__oneday .schedule dl dd ul li .fig:after {
    height: 2.5rem;
    left: 2.85rem;
    bottom: -3.25rem;
  }
}
.p-service__oneday .schedule dl dd ul li .text {
  width: calc(100% - 12rem);
  padding-top: 2.8rem;
  display: flex;
}
@media only screen and (max-width: 780px) {
  .p-service__oneday .schedule dl dd ul li .text {
    width: calc(100% - 8rem);
    padding-top: 1.6rem;
  }
}
.p-service__oneday .schedule dl dd ul li .text .time {
  width: 8rem;
  font-family: "Poppins", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  color: #86A04F;
}
@media only screen and (max-width: 780px) {
  .p-service__oneday .schedule dl dd ul li .text .time {
    width: 6rem;
    font-size: 1.8rem;
  }
}
.p-service__oneday .schedule dl dd ul li .text p {
  width: calc(100% - 8rem);
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-service__oneday .schedule dl dd ul li .text p {
    width: calc(100% - 6rem);
    font-size: 1.8rem;
  }
}
.p-service__oneday .schedule dl dd ul li .text p span {
  font-size: 0.72em;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-service__oneday .schedule dl dd ul li .text p span {
    margin-left: 1em;
    display: inline-block;
  }
}
.p-service__time {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 780px) {
  .p-service__time {
    margin-bottom: 8rem;
  }
}
.p-service__time .inner {
  max-width: 1200px;
}
@media only screen and (min-width: 781px) {
  .p-service__time ul {
    display: flex;
    justify-content: space-between;
  }
}
.p-service__time ul li {
  padding: 4rem 3.8rem;
  background-color: #EDEFEC;
  border-radius: 0.8rem;
}
@media only screen and (min-width: 781px) {
  .p-service__time ul li {
    width: 32%;
  }
}
@media only screen and (max-width: 780px) {
  .p-service__time ul li {
    margin-bottom: 3rem;
  }
}
.p-service__time ul li h3 {
  margin-bottom: 0.5em;
  text-align: center;
}
.p-service__time ul li h3 span {
  padding: 0 1em;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-service__time ul li h3 span {
    font-size: 1.8rem;
  }
}
.p-service__time ul li h3 span:before, .p-service__time ul li h3 span:after {
  width: 0.4em;
  height: 0.4em;
  margin-top: -0.2em;
  content: "";
  background-color: #8DB56B;
  border-radius: 50%;
  position: absolute;
  top: 50%;
}
.p-service__time ul li h3 span:before {
  right: 100%;
}
.p-service__time ul li h3 span:after {
  left: 100%;
}
.p-service__time ul li p {
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-service__time ul li p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-service__time ul li:last-child p {
    text-align: left;
  }
}
@media only screen and (max-width: 780px) {
  .p-service__time ul li:last-child {
    margin-bottom: 0;
  }
}
.p-service__record {
  margin-bottom: 10.4rem;
}
@media only screen and (max-width: 780px) {
  .p-service__record {
    margin-bottom: 5rem;
  }
}
.p-service__record .midashi01 span {
  color: #8DB56B;
}
.p-service__record .midashi01 small {
  font-size: 0.75em;
}
.p-service__record .midashi01 + p {
  margin-bottom: 2.5em;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-service__record .midashi01 + p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-service__record .slide .slick-arrow {
  width: 4.8rem;
  height: 4.8rem;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("../img/icon_arrow02.png");
  background-size: cover;
  position: absolute;
  top: 25%;
  z-index: 10;
}
@media only screen and (max-width: 780px) {
  .p-service__record .slide .slick-arrow {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.p-service__record .slide .slick-arrow.slick-prev {
  left: 22%;
  transform: rotate(180deg);
}
@media only screen and (max-width: 1599px) {
  .p-service__record .slide .slick-arrow.slick-prev {
    left: 15%;
  }
}
@media only screen and (max-width: 1279px) {
  .p-service__record .slide .slick-arrow.slick-prev {
    left: 10%;
  }
}
@media only screen and (max-width: 900px) {
  .p-service__record .slide .slick-arrow.slick-prev {
    left: 5%;
  }
}
.p-service__record .slide .slick-arrow.slick-next {
  right: 22%;
}
@media only screen and (max-width: 1599px) {
  .p-service__record .slide .slick-arrow.slick-next {
    right: 15%;
  }
}
@media only screen and (max-width: 1279px) {
  .p-service__record .slide .slick-arrow.slick-next {
    right: 10%;
  }
}
@media only screen and (max-width: 900px) {
  .p-service__record .slide .slick-arrow.slick-next {
    right: 5%;
  }
}
.p-service__record .slide .slick-dots {
  margin-top: 4.8rem;
  text-align: center;
  letter-spacing: -0.4em;
}
.p-service__record .slide .slick-dots > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-service__record .slide .slick-dots li {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 0.5em;
  vertical-align: 0;
}
.p-service__record .slide .slick-dots li:only-child {
  display: none;
}
.p-service__record .slide .slick-dots li button {
  width: 100%;
  height: 100%;
  background-color: #C4C4C4;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}
.p-service__record .slide .slick-dots li.slick-active {
  width: 1rem;
  height: 1rem;
  vertical-align: -0.2rem;
}
.p-service__record .slide .slick-dots li.slick-active button {
  background-color: #8DB56B;
}
.p-service__record .slide .box {
  padding: 0 1.2rem;
}
.p-service__record .slide .box .img {
  width: 100%;
  height: 26.8rem;
  background-color: #ffffff;
  border: solid 0.8rem #ffffff;
  border-radius: 0.8rem;
  overflow: hidden;
  box-shadow: 0 0 3rem rgba(185, 185, 185, 0.26);
}
.p-service__record .slide .box .img > img, .p-service__record .slide .box .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-service__record .slide .box .img img {
  border-radius: 0.4rem;
}
.p-service__record .slide .box h3 {
  width: 90%;
  max-width: 26.4rem;
  margin: 0 auto;
  padding: 0.5em;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  background-color: #EBE8DB;
  border-radius: 99px;
  position: relative;
  z-index: 1;
  transform: translateY(-50%);
}
@media only screen and (max-width: 780px) {
  .p-service__record .slide .box h3 {
    font-size: 1.8rem;
  }
}
.p-service__record .slide .box p {
  text-align: center;
}
.p-service__about {
  max-width: 1600px;
  margin: 0 auto 13.6rem auto;
  padding: 8.8rem 0;
  background-color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .p-service__about {
    margin-bottom: 5rem;
    padding: 4rem 0;
  }
}
.p-service__about .inner {
  max-width: 1200px;
}
.p-service__about .midashi01 span {
  color: #8DB56B;
}
.p-service__about .midashi01 small {
  font-size: 0.75em;
}
.p-service__about .midashi01 + p {
  margin-bottom: 2.5em;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-service__about .midashi01 + p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-service__about ul {
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 780px) {
  .p-service__about ul {
    margin-bottom: 3rem;
    flex-wrap: wrap;
  }
}
.p-service__about ul li {
  padding: 4rem 1rem 2rem 1rem;
  text-align: center;
  background-color: #F7F7F7;
  border-radius: 0.8rem;
}
@media only screen and (min-width: 781px) {
  .p-service__about ul li {
    width: 18.6%;
  }
}
@media only screen and (max-width: 780px) {
  .p-service__about ul li {
    width: 49%;
    margin-bottom: 1rem;
  }
}
.p-service__about ul li .img {
  width: 50%;
  max-width: 8.8rem;
  margin: 0 auto 1rem auto;
}
.p-service__about ul li p {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.3;
}
.p-service__about ul li p.row2 {
  padding-top: 0.5em;
}
.p-service__about .bottom_text {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-service__about .bottom_text {
    font-size: 2rem;
  }
}

.p-use__first .inner {
  max-width: 1200px;
  padding-top: 9.6rem;
  padding-bottom: 15.6rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-use__first .inner {
    padding: 8rem 0;
  }
}
.p-use__first h2 {
  margin-bottom: 0.7em;
  font-family: "Noto Serif JP", serif;
  font-size: 4.6rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-use__first h2 {
    font-size: 3rem;
  }
}
.p-use__first h2 span {
  font-size: 0.6em;
  display: block;
}
.p-use__first p {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.38;
}
@media only screen and (max-width: 780px) {
  .p-use__first p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-use__first .img01 {
  width: 50.6rem;
  position: absolute;
  top: 0;
  right: 57.8%;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-use__first .img01 {
    width: 25.3rem;
  }
}
.p-use__first .img02 {
  width: 38.9rem;
  position: absolute;
  bottom: 8rem;
  right: 76.25%;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-use__first .img02 {
    width: 19.5rem;
    bottom: 0;
  }
}
.p-use__first .img03 {
  width: 32.8rem;
  position: absolute;
  top: 6.5rem;
  left: 72%;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-use__first .img03 {
    width: 16.4rem;
    top: 0;
  }
}
.p-use__step {
  margin-bottom: 9rem;
  padding: 7.5rem 0 8.5rem 0;
  background-color: #EDEFEC;
}
@media only screen and (max-width: 780px) {
  .p-use__step {
    margin-bottom: 5rem;
    padding: 4rem 0;
  }
}
.p-use__step .inner {
  max-width: 1200px;
}
.p-use__step .midashi01 span {
  color: #8DB56B;
}
.p-use__step .midashi01 small {
  font-size: 0.75em;
}
.p-use__step .midashi01 + p {
  margin-bottom: 8rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-use__step .midashi01 + p {
    margin-bottom: 5rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 781px) {
  .p-use__step ol {
    margin-bottom: 2em;
    display: flex;
    justify-content: space-between;
  }
}
.p-use__step ol li {
  background-color: #ffffff;
  border-radius: 0.8rem;
  box-shadow: 0 0 3rem rgba(206, 209, 203, 0.06);
  position: relative;
}
@media only screen and (min-width: 781px) {
  .p-use__step ol li {
    width: 24%;
    padding: 4rem 2.4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-use__step ol li {
    margin-bottom: 3rem;
    padding: 3rem 1.5rem 2rem 1.5rem;
  }
}
.p-use__step ol li .num {
  width: 4.8rem;
  height: 4.8rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 4.8rem;
  text-align: center;
  color: #ffffff;
  background-color: #8DB56B;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-use__step ol li .fig {
  width: 40%;
  max-width: 8.9rem;
  margin: 0 auto;
}
.p-use__step ol li h3 {
  margin: 0.7em 0;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-use__step ol li h3 {
    font-size: 1.8rem;
  }
}
.p-use__step ol li p {
  letter-spacing: 0.06em;
  line-height: 1.375;
}
.p-use__step .annotation {
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 781px) {
  .p-use__step .annotation {
    text-align: right;
  }
}
@media only screen and (max-width: 780px) {
  .p-use__step .annotation {
    font-size: 1.3rem;
  }
}
.p-use__faq {
  margin-bottom: 13.6rem;
}
@media only screen and (max-width: 780px) {
  .p-use__faq {
    margin-bottom: 6rem;
  }
}
.p-use__faq .midashi01 span {
  color: #8DB56B;
}
.p-use__faq .midashi01 small {
  font-size: 0.75em;
}
.p-use__faq .midashi01 + p {
  margin-bottom: 3em;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-use__faq .midashi01 + p {
    margin-bottom: 2em;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-use__faq ul li {
  padding: 3.2rem 4rem;
  background-color: #ffffff;
  border-radius: 0.8rem;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-use__faq ul li {
    padding: 2rem;
  }
}
.p-use__faq ul li:before {
  width: 0.6rem;
  height: calc(100% - 6.4rem);
  content: "";
  background-color: #E2E2E2;
  border-radius: 0 0.8rem 0.8rem 0;
  position: absolute;
  top: 3.2rem;
  left: 0;
}
@media only screen and (max-width: 780px) {
  .p-use__faq ul li:before {
    height: calc(100% - 4rem);
    top: 2rem;
  }
}
.p-use__faq ul li + li {
  margin-top: 2.4rem;
}
@media only screen and (max-width: 780px) {
  .p-use__faq ul li + li {
    margin-top: 2rem;
  }
}
.p-use__faq ul li .faq_q {
  padding-left: 6.5rem;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-use__faq ul li .faq_q {
    padding-left: 4rem;
    font-size: 2rem;
  }
}
.p-use__faq ul li .faq_q:before {
  width: 4rem;
  height: 4rem;
  margin: 0 2.5rem 0 -6.5rem;
  content: "Q";
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 4rem;
  color: #ffffff;
  background-color: #8DB56B;
  border-radius: 50%;
  display: inline-block;
  vertical-align: 0.1em;
}
@media only screen and (max-width: 780px) {
  .p-use__faq ul li .faq_q:before {
    width: 3rem;
    height: 3rem;
    margin: 0 1rem 0 -4rem;
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
.p-use__faq ul li .faq_a {
  margin-top: 1em;
  padding-left: 6.5rem;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-use__faq ul li .faq_a {
    padding-left: 4rem;
  }
}
.p-use__faq ul li .faq_a:before {
  width: 4rem;
  height: 4rem;
  margin: 0 2.5rem 0 -6.5rem;
  content: "A";
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 4rem;
  color: #ffffff;
  background-color: #DED196;
  border-radius: 50%;
  display: inline-block;
  vertical-align: 0.2em;
}
@media only screen and (max-width: 780px) {
  .p-use__faq ul li .faq_a:before {
    width: 3rem;
    height: 3rem;
    margin: 0 1rem 0 -4rem;
    font-size: 1.6rem;
    line-height: 3rem;
  }
}

.p-company__message {
  margin-bottom: 9rem;
}
@media only screen and (max-width: 780px) {
  .p-company__message {
    margin-bottom: 5rem;
  }
}
.p-company__message .inner {
  max-width: 1200px;
}
@media only screen and (min-width: 781px) {
  .p-company__message .inner {
    display: flex;
  }
}
.p-company__message .text {
  position: relative;
}
@media only screen and (min-width: 781px) {
  .p-company__message .text {
    width: 61%;
    padding-left: 10rem;
    padding-right: 1em;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__message .text {
    margin-bottom: 3rem;
    padding-left: 4rem;
  }
}
.p-company__message .text .ttl {
  margin-bottom: 3.8rem;
}
@media only screen and (max-width: 780px) {
  .p-company__message .text .ttl {
    margin-bottom: 2.4rem;
  }
}
.p-company__message .text .ttl h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 4.6rem;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 780px) {
  .p-company__message .text .ttl h2 {
    font-size: 3.2rem;
  }
}
.p-company__message .text .ttl > span {
  font-size: 1.8rem;
  font-weight: 500;
  white-space: nowrap;
  color: #CED1CB;
  position: absolute;
  top: 17em;
  right: 95%;
  transform: rotate(90deg);
  transform-origin: right bottom;
}
@media only screen and (max-width: 780px) {
  .p-company__message .text .ttl > span {
    font-size: 1.3rem;
    right: 98%;
  }
}
.p-company__message .text p {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 2.38;
}
@media only screen and (min-width: 781px) {
  .p-company__message .text p {
    max-width: 56.2rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__message .text p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 781px) {
  .p-company__message .img {
    width: 39%;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__message .img {
    max-width: 46.8rem;
    margin: 0 auto;
  }
}
.p-company__overview {
  max-width: 1600px;
  margin: 0 auto 15rem auto;
  padding: 10rem 0;
  background-color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .p-company__overview {
    margin-bottom: 6rem;
    padding: 4rem 0;
  }
}
.p-company__overview .midashi01 {
  margin-bottom: 4.8rem;
}
.p-company__overview table {
  width: 100%;
  max-width: 96.8rem;
  margin: 0 auto;
}
.p-company__overview table tbody tr:first-child td {
  border-top: solid 1px #E2E2E2;
}
.p-company__overview table tbody tr:first-child td:first-child {
  border-top: solid 1px #8DB56B;
}
.p-company__overview table tbody tr td {
  padding: 2em 3em;
  letter-spacing: 0.06em;
  vertical-align: top;
  border-bottom: solid 1px #E2E2E2;
}
@media only screen and (max-width: 780px) {
  .p-company__overview table tbody tr td {
    padding: 1em 0;
  }
}
.p-company__overview table tbody tr td:first-child {
  width: 16.5rem;
  padding: 1.6em 0;
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: solid 1px #8DB56B;
}
@media only screen and (max-width: 780px) {
  .p-company__overview table tbody tr td:first-child {
    width: 30%;
    padding: 0.8em 0;
    font-size: 1.6rem;
  }
}
.p-company__history {
  margin-bottom: 24rem;
}
@media only screen and (max-width: 780px) {
  .p-company__history {
    margin-bottom: 12rem;
  }
}
.p-company__history ul {
  border-left: solid 1px #E2E2E2;
}
@media only screen and (min-width: 781px) {
  .p-company__history ul li:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__history ul li {
    margin-bottom: 1.5rem;
  }
}
.p-company__history ul li .year {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  position: relative;
}
@media only screen and (min-width: 781px) {
  .p-company__history ul li .year {
    width: 12.5rem;
    padding-left: 4rem;
    font-size: 4rem;
    float: left;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__history ul li .year {
    padding-left: 2rem;
    font-size: 2.4rem;
  }
}
.p-company__history ul li .year:before {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  background-color: #8DB56B;
  border-radius: 50%;
  position: absolute;
  top: 0.55em;
  left: -0.6rem;
}
@media only screen and (min-width: 781px) {
  .p-company__history ul li .text {
    width: calc(100% - 16rem);
    float: right;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__history ul li .text {
    padding-left: 2rem;
  }
}
.p-company__history ul li .text > div {
  padding: 1.7rem 0 2.2rem 0;
  letter-spacing: 0.06em;
  border-bottom: solid 1px #E2E2E2;
}
@media only screen and (max-width: 780px) {
  .p-company__history ul li .text > div {
    padding: 0 0 1.5rem 0;
  }
}
.p-company__history ul li .text > div + div {
  margin-top: 0.5rem;
}
@media only screen and (max-width: 780px) {
  .p-company__history ul li .text > div + div {
    margin-top: 1.5rem;
  }
}
.p-company__history ul li .text > div .month {
  margin-bottom: 0.8em;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-company__history ul li .text > div .month {
    font-size: 1.6rem;
    margin-bottom: 0.5em;
  }
}
.p-company__history ul li .text > div p {
  font-size: 1.5rem;
}
@media only screen and (max-width: 780px) {
  .p-company__history ul li .text > div p {
    font-size: 1.4rem;
  }
}

.p-contact__tel_line {
  margin-bottom: 8rem;
}
.p-contact__tel_line .inner {
  background-color: #EDEFEC;
  border-radius: 0.8rem;
}
@media only screen and (min-width: 781px) {
  .p-contact__tel_line .inner {
    padding: 4.8rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-contact__tel_line .inner {
    padding: 2.4rem;
  }
}
.p-contact__tel_line h2 {
  margin-bottom: 1.3em;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-contact__tel_line h2 {
    font-size: 2rem;
  }
}
.p-contact__tel_line h2:after {
  width: 19.4rem;
  height: 0.3rem;
  margin: 0.66em auto 0 auto;
}
@media only screen and (min-width: 901px) {
  .p-contact__tel_line .tel_line {
    display: flex;
  }
}
.p-contact__tel_line dl {
  text-align: center;
  background-color: #ffffff;
  border-radius: 0.8rem;
  position: relative;
}
@media only screen and (min-width: 901px) {
  .p-contact__tel_line dl {
    width: 48%;
    padding: 4rem 2rem 3rem 2rem;
  }
}
@media only screen and (max-width: 900px) {
  .p-contact__tel_line dl {
    padding: 3.2rem 2.4rem 2.4rem 2.4rem;
  }
  .p-contact__tel_line dl + dl {
    margin-top: 2rem;
  }
}
.p-contact__tel_line dl:before {
  width: 48%;
  height: 0.8rem;
  content: "";
  background-color: #8DB56B;
  border-radius: 0 0 0.8rem 0.8rem;
  position: absolute;
  top: 0;
  left: 26%;
}
@media only screen and (max-width: 780px) {
  .p-contact__tel_line dl:before {
    width: 45%;
    height: 0.6rem;
    left: 27.5%;
  }
}
@media only screen and (max-width: 900px) {
  .p-contact__tel_line dl:nth-child(1) dd .btn03 {
    background-color: #EDEFEC;
  }
  .p-contact__tel_line dl:nth-child(1) dd .btn03:before {
    background-image: url("../img/icon_tel02.png");
  }
}
.p-contact__tel_line dl:nth-child(2):before {
  background-color: #02B902;
}
@media only screen and (min-width: 901px) {
  .p-contact__tel_line dl:nth-child(2) {
    margin-left: 4%;
  }
}
.p-contact__tel_line dl:nth-child(2) dt span:before, .p-contact__tel_line dl:nth-child(2) dt span:after {
  background-color: #02B902;
}
.p-contact__tel_line dl:nth-child(2) dd .btn .btn03 {
  background-color: #E4EDE4;
}
.p-contact__tel_line dl:nth-child(2) dd .btn .btn03:before {
  background-image: url("../img/icon_line01.png");
}
.p-contact__tel_line dl dt {
  margin-bottom: 0.5em;
}
.p-contact__tel_line dl dt span {
  padding: 0 1em;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-contact__tel_line dl dt span {
    font-size: 1.8rem;
  }
}
.p-contact__tel_line dl dt span:before, .p-contact__tel_line dl dt span:after {
  width: 0.4em;
  height: 0.4em;
  margin-top: -0.2em;
  content: "";
  background-color: #8DB56B;
  border-radius: 50%;
  position: absolute;
  top: 50%;
}
.p-contact__tel_line dl dt span:before {
  right: 100%;
}
.p-contact__tel_line dl dt span:after {
  left: 100%;
}
.p-contact__tel_line dl dd .time {
  margin-top: 0.6em;
  font-size: 1.2rem;
}
.p-contact__tel_line dl dd .num {
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  color: #8DB56B;
}
.p-contact__tel_line dl dd .num:before {
  width: 1.13em;
  height: 1.13em;
  margin-right: 0.3em;
  content: "";
  background-image: url("../img/icon_tel01.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.2em;
}
@media only screen and (min-width: 901px) {
  .p-contact__tel_line dl dd .btn03 {
    width: 34.2rem;
  }
}
@media only screen and (max-width: 900px) {
  .p-contact__tel_line dl dd .btn03 {
    width: 100%;
    max-width: 36rem;
    margin: 0 auto;
  }
}
.p-contact__mail {
  padding: 8.8rem 0 10rem 0;
  background-color: #ffffff;
}
.p-contact__mail .inner {
  max-width: 1000px;
}

/****************************************************
 * 6.装飾
 ****************************************************/
.underline {
  text-decoration: underline;
}

.bold {
  font-weight: 700;
}

/****************************************************
 * 7.印刷用調整
 ****************************************************/
@media print {
  @page {
    /* A4縦サイズ */
    size: 210mm 297mm;
  }
  html {
    font-size: 10pt !important;
  }
  body {
    margin: 0 !important;
    padding: 0 !important;
  }
  * {
    -webkit-print-color-adjust: exact;
  }
  .container {
    padding: 0 !important;
  }
  #header {
    position: static !important;
  }
  img {
    display: block !important;
  }
}