@charset "UTF-8";
/* テンプレート */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap");
.only__pc,
.only__mobile,
.only__sp {
  display: none;
}

@media screen and (min-width: 829px) {
  .only__pc {
    display: block;
  }
}
@media screen and (max-width: 828px) {
  .only__mobile {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .only__sp {
    display: block;
  }
}
/* reset
*********************************************************/
* {
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none !important;
}

div {
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

@media screen and (max-width: 450px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br {
    display: none;
  }
}
figure {
  margin: 0;
}

/* common
*********************************************************/
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (max-width: 1200px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-feature-settings: "palt";
}

p {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 828px) {
  p {
    font-size: 1.5rem;
  }
  p br {
    display: none;
  }
}
a {
  color: #333;
  display: inline-block;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1230px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  box-sizing: border-box;
}

.columns {
  display: flex;
  margin: -20px;
  flex-wrap: wrap;
}

.columns .column {
  padding: 20px;
  box-sizing: border-box;
}

.columns__has2 .column {
  max-width: 50%;
  flex-basis: 50%;
}

.columns__has3 .column {
  max-width: 33.3%;
  flex-basis: 33.3%;
}

@media screen and (min-width: 829px) {
  .columns.swap {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 828px) {
  .columns__has2 {
    flex-direction: column;
  }
  .columns__has2 .column {
    max-width: 100%;
    flex-basis: 100%;
  }
  .columns__has3 .column {
    max-width: 50%;
    flex-basis: 50%;
  }
}
@media screen and (max-width: 450px) {
  .columns__has3 .column {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.image--inline {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-danger {
  color: #a94442;
}

.wp-pagenavi {
  margin-top: 60px;
  padding: 0;
  background: none;
  font-size: 1.6rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.wp-pagenavi.var01 {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  min-width: 35px;
  line-height: 1.6;
  padding: 8px 12px 6px;
  background: #fff;
  box-sizing: border-box;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
  padding: 0;
  margin: 0;
}

.wp-pagenavi a {
  border: 1px solid #ccc;
  background: none;
  color: #333;
  margin: 0;
}
.wp-pagenavi a img {
  max-width: 35px;
  vertical-align: middle;
}

.wp-pagenavi span.pages {
  padding: 0 10px;
  display: none;
}

.wp-pagenavi span.current {
  border-color: #0F7047;
  background: #0F7047;
  color: #fff;
  margin: 0;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #ccc;
}

.bg-danger {
  padding: 5px;
  background-color: #f2dede;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
  cursor: default;
}

a[href^=tel]:hover {
  opacity: 1;
}

@media screen and (min-width: 829px) {
  a[href^=tel] {
    pointer-events: none;
  }
}
.lazy {
  position: relative;
  opacity: 0;
  transform: translate(0%, 50px);
}

.lazy-show {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 1s;
}

.flickWrap {
  width: 100%;
}

@media screen and (max-width: 828px) {
  .flickWrap {
    padding: 5px 0;
    white-space: nowrap;
    overflow: auto;
  }
  .flickWrap::before {
    margin-bottom: 20px;
    color: #f55;
    font-size: 1.4rem;
    content: "※表が見切れる場合は横スクロールでご覧ください。";
  }
  .flickWrap::-webkit-scrollbar {
    height: 5px;
  }
  .flickWrap::-webkit-scrollbar-track,
  .flickWrap::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}
/* Header
*********************************************************/
a.menu-trigger {
  display: none;
  position: fixed;
  right: 10px;
  top: 15px;
  width: 40px;
  height: 40px;
  background: rgba(15, 112, 71, 0.75);
  z-index: 600;
}

@media screen and (max-width: 1200px) {
  a.menu-trigger {
    display: inline-block;
  }
  a.menu-trigger:hover {
    opacity: 1;
  }
  a.menu-trigger span {
    position: absolute;
    left: 5px;
    box-sizing: border-box;
    transition: all 0.4s;
    width: 30px;
    height: 3px;
    border-radius: 0;
    background-color: #fff;
  }
  a.menu-trigger span:nth-of-type(1) {
    top: 10px;
  }
  a.menu-trigger span:nth-of-type(2) {
    top: 48%;
  }
  a.menu-trigger span:nth-of-type(3) {
    bottom: 8px;
  }
  a.menu-trigger.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-315deg);
  }
  a.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  a.menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-9px) rotate(315deg);
  }
}
/* GlobalNavi
*********************************************************/
.main__menu a {
  color: #333;
  font-size: 1.7rem;
  text-decoration: none;
}

@media screen and (min-width: 1201px) {
  .main__menu ul {
    display: flex;
  }
  .main__menu li + li {
    margin-left: 1em;
  }
  .header .pc__only {
    display: block;
  }
  .header .sp__only {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .header .pc__only {
    display: none;
  }
  .header .sp__only {
    display: block;
  }
  .main__menu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    z-index: 100;
    overflow: hidden;
    opacity: 0;
  }
  .main__menu .container {
    position: relative;
    width: 100vw;
    height: 100vh;
    padding: 0;
    overflow: auto;
  }
  .main__menu ul {
    display: block;
    position: absolute;
    right: -100vw;
    top: 50px;
    border: none;
    width: 100vw;
    padding-left: 0;
    padding-bottom: 200px;
    z-index: 110;
    transition: all 0.75s;
    box-sizing: border-box;
  }
  .main__menu li,
  .main__menu li:first-of-type {
    display: block;
    float: none;
    width: 100%;
    padding-left: 0;
    border: none;
    border-bottom: 1px dotted #fff;
  }
  .main__menu li a,
  .main__menu li:first-of-type a {
    border: none;
  }
  .main__menu li a small,
  .main__menu li:first-of-type a small {
    display: none;
  }
  .main__menu li + li {
    margin-left: 0;
  }
  .main__menu li a {
    display: block;
    width: 100%;
    padding: 20px 0;
    border: none;
    color: #fff;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
  }
  .main__menu.active {
    display: block;
    animation-name: fadein;
    animation-duration: 0.75s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    overflow-y: scroll;
  }
  .main__menu.active ul {
    right: 0;
    animation-name: slidein;
    animation-duration: 0.75s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
  }
}
@media screen and (max-width: 828px) {
  .activeNav {
    height: 100%;
    overflow: hidden;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slidein {
  0% {
    right: -100vw;
  }
  100% {
    right: 0;
  }
}
/* Breadcrumbs
*********************************************************/
.bread {
  margin-bottom: 45px;
  padding: 15px 0;
  font-size: 1.4rem;
  line-height: 1.6;
}

.bread a {
  font-size: inherit;
}

@media screen and (max-width: 828px) {
  .bread {
    height: auto;
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
}
/* Content
*********************************************************/
/* sidebar
*********************************************************/
/* Footer
*********************************************************/
.footer__copy {
  font-size: 1.3rem;
  font-weight: 500;
  padding: 15px 0;
  box-sizing: border-box;
}

.footer-nav {
  margin-bottom: 30px;
}

.footer-nav ul {
  display: flex;
  margin: -24px;
  justify-content: flex-end;
}

.footer-nav li {
  display: block;
  padding: 24px;
  box-sizing: border-box;
}

.footer-nav a {
  font-size: 1.6rem;
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1200px) {
  .footer__copy {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 828px) {
  .footer__copy {
    padding-bottom: 80px;
  }
  .footer-nav {
    margin: 0 -30px 32px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .footer-nav ul {
    display: block;
    margin: 0;
  }
  .footer-nav li {
    display: block;
    float: left;
    width: 50%;
    margin: 0;
    padding: 5px;
    border-bottom: solid 1px #ccc;
    text-align: center;
    box-sizing: border-box;
  }
  .footer-nav li:first-of-type {
    display: none;
  }
  .footer-nav li:nth-child(odd) {
    border-left: solid 1px #ccc;
  }
  .footer-nav li:nth-child(odd):last-child {
    border-right: none;
    width: 100%;
  }
  .footer-nav a {
    display: block;
    padding: 5px;
    writing-mode: horizontal-tb;
    font-weight: 400;
  }
  .footer-nav li:first-of-type a {
    display: none;
  }
  .footer-nav li:last-of-type {
    width: 100%;
  }
  .footer__copy {
    text-align: center;
  }
}
@media screen and (max-width: 828px) {
  footer {
    text-align: center;
  }
}
/* WP default
*********************************************************/
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
}

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

.rtt {
  display: block;
  position: fixed;
  right: 24px;
  bottom: 24px;
}
@media screen and (max-width: 828px) {
  .rtt {
    right: 0;
    bottom: -5px;
  }
}

.rtt img {
  width: 35px;
  height: 35px;
  border: 1px solid #ccc;
  background: #fff;
}

.over--left {
  margin-left: calc((100vw - 1215px) / 2);
  padding: 0;
  width: auto;
  max-width: none;
}

.over--right {
  margin-right: calc((100vw - 1215px) / 2);
  padding: 0;
  width: auto;
  max-width: none;
}

@media screen and (max-width: 1200px) {
  .over--left,
  .over--right {
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    max-width: 1230px;
  }
}
.btn__wrap {
  margin-top: 80px;
}

.btn__link {
  display: block;
  max-width: 300px;
  width: 100%;
  line-height: 60px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: #333;
  margin: auto;
}

@media screen and (max-width: 828px) {
  .btn__wrap {
    margin-top: 40px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: auto !important;
  border: none;
  box-sizing: border-box;
}

table tbody,
table tr {
  width: 100%;
  height: auto !important;
  border: none;
  box-sizing: border-box;
}

table th,
table td {
  padding: 18px 35px;
  border-top: 1px solid #ccc;
  background: none;
  font-size: 1.6rem;
  line-height: 1.7;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
  word-break: break-all;
}

table th {
  background: none;
  border-top: 2px solid #0F7047;
  width: 250px;
  text-align: center;
}

table tr:last-of-type th {
  border-bottom: 2px solid #0F7047;
}

table tr:last-of-type td {
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 828px) {
  table th,
  table td {
    display: block;
    width: 100%;
    padding: 15px;
    text-align: left;
  }
  table tr:last-of-type th {
    border-bottom: none;
  }
  table tr:last-of-type td {
    border-bottom: 2px solid #0F7047;
  }
}
/* anchorlink */
.anchorlink {
  margin-bottom: 70px;
  padding: 0;
  background: none;
}

.anchorlink ul {
  display: flex;
  margin: -15px;
  justify-content: center;
}
@media screen and (max-width: 828px) {
  .anchorlink ul {
    display: block;
    margin: 0;
  }
}

.anchorlink li {
  display: block;
  padding: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 828px) {
  .anchorlink li {
    padding: 10px 0;
  }
}

.anchorlink li a:hover, .anchorlink li.current_page_item a {
  font-weight: bold;
  opacity: 1;
  background: url(../../../uploads/2023/03/ico-arrow-white-1.png) no-repeat 7% 50% #B79B76;
  color: #fff;
}

.anchorlink li a {
  background: url(../../../uploads/2023/03/ico-arrow-brown-1.png) no-repeat 7% 50% #fff;
  background-size: auto;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  border: 1px solid #B79B76;
  width: 230px;
  line-height: 52px;
}
@media screen and (max-width: 828px) {
  .anchorlink li a {
    width: 100%;
  }
}

/* pagenation */
.pagination {
  position: relative;
  clear: both;
  padding: 20px 0;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

.pagination-box {
  display: inline-block;
}

.pagination span,
.pagination a {
  display: block;
  float: left;
  width: auto;
  margin: 2px 2px 2px 0;
  padding: 10px 15px 10px 15px;
  background: #d2d2d2;
  color: #333;
  text-decoration: none;
}

.pagination a:hover {
  background: #dc1d1e;
  color: #fff;
}

.pagination .current {
  padding: 10px 15px 10px 15px;
  background: #dc1d1e;
  color: #fff;
}

@media screen and (max-width: 450px) {
  .pagination {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .pagination span,
  .pagination a,
  .pagination .current {
    padding: 8px 10px 8px 10px;
  }
}
/*************************************************

CONTENTS

****************************************************/
/* Contact
*********************************************************/
.sect__contact .catch01 {
  padding: 30px 0 22px;
  width: 100%;
  background: none;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
  box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto 70px;
  border: 4px solid #EEE;
}

.sect__contact .catch01 span {
  display: inline-block;
  font-size: 3.4rem;
}

.sect__contact .catch01 span + span {
  margin-left: 40px;
  color: #0F7047;
}

.sect__contact .catch01 span a {
  color: #0F7047;
  font-size: inherit;
}

.sect__contact .catch01 small {
  font-size: 1.4rem;
}

.sect__contact .mw_wp_form_confirm .check-agree {
  display: none;
}

.sect__contact .text01 + .text01 {
  margin-top: 20px;
}

.sect__contact .ttl__style {
  font-size: 2.4rem;
  color: #0F7047;
  margin-bottom: 14px;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 829px) and (max-width: 1200px) {
  .sect__contact table table,
  .sect__contact table table tbody,
  .sect__contact table table tr,
  .sect__contact table table th,
  .sect__contact table table td {
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 828px) {
  .sect__contact .catch01 span {
    font-size: 2rem;
    display: inline-block;
  }
  .sect__contact .catch01 span + span {
    padding-left: 0;
  }
  .sect__contact h2 {
    font-size: 2rem;
  }
  .sect__contact .mw_wp_form_confirm .wrap-form {
    padding: 10px 10px 40px;
  }
  .sect__contact .check-agree {
    text-align: left;
  }
  .sect__contact .check-agree .agree-wrap {
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  .sect__contact .mwform-radio-field {
    display: block;
  }
  .sect__contact .catch01 span + span {
    margin: 0;
  }
  .sect__contact .ttl__style,
  .sect__contact .text01 {
    text-align: left;
  }
  .sect__contact .catch01 span {
    display: block;
  }
  .sect__contact .catch01 span + br {
    display: none;
  }
}
.mw_wp_form {
  margin-top: 32px;
  padding: 90px;
  background: #F1F1F1;
}

.mw_wp_form li {
  display: inline-block;
}

.mw_wp_form th,
.mw_wp_form td {
  padding: 15px;
  border: none;
  background: none;
  font-size: 1.6rem;
  vertical-align: middle;
  text-align: left;
}

.mw_wp_form th {
  position: relative;
  width: 250px;
  padding-top: 29px;
  padding-bottom: 0;
  color: #333;
  vertical-align: top;
}

.mw_wp_form tr:last-of-type th,
.mw_wp_form tr:last-of-type td {
  border-bottom: none;
}

.mw_wp_form th span {
  display: inline-block;
  position: absolute;
  top: 22px;
  right: 25px;
  padding: 8px 15px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
}

.mw_wp_form th span.required {
  background: #c50000;
}

.mw_wp_form th span.any {
  background: #999;
}

.mw_wp_form label {
  font-weight: normal;
}

.mw_wp_form table {
  width: 100%;
  border: none;
  margin: 0;
}

.mw_wp_form table table th,
.mw_wp_form table table td {
  border: none;
  background: none;
}

.mw_wp_form table table th {
  width: 190px;
  padding: 15px 15px 15px 0;
  color: #333;
  font-weight: normal;
  vertical-align: middle;
}

.mw_wp_form table table td {
  padding: 15px 0;
}

.mw_wp_form table table tr:first-child th,
.mw_wp_form table table tr:first-child td {
  padding-top: 0;
}

.mw_wp_form table table tr:last-child th,
.mw_wp_form table table tr:last-child td {
  padding-bottom: 0;
}

.mw_wp_form.mw_wp_form_confirm table th {
  padding: 15px;
}

.mw_wp_form.mw_wp_form_confirm table th span.required, .mw_wp_form.mw_wp_form_confirm table th span.any {
  top: 12px;
}

.mw_wp_form.mw_wp_form_confirm table table th {
  width: 190px;
  padding: 15px 15px 15px 0;
  color: #333;
  font-weight: normal;
  vertical-align: middle;
}

.mw_wp_form .check-agree {
  padding: 0 15px;
  font-size: 1.6rem;
}

.mw_wp_form .check-agree a {
  color: #0F7047;
}

.mw_wp_form .check-agree .agree-wrap {
  margin: 30px 0 35px;
  padding: 10px;
  font-size: 1.6rem;
  box-sizing: border-box;
}

.mw_wp_form input[type=text], .mw_wp_form input[type=email], .mw_wp_form input[type=tel], .mw_wp_form input[type=number] {
  max-width: 500px;
  width: 100%;
  padding: 15px;
  background: #fff;
}

.mw_wp_form input[type=text].var01, .mw_wp_form input[type=email].var01, .mw_wp_form input[type=tel].var01 {
  max-width: 10em;
}

.mw_wp_form input[type=text].var02, .mw_wp_form input[type=text].var03, .mw_wp_form input[type=email].var02, .mw_wp_form input[type=email].var03, .mw_wp_form input[type=tel].var02, .mw_wp_form input[type=tel].var03, .mw_wp_form input[type=number].var02 {
  max-width: 5em;
}

.mw_wp_form input[type=checkbox] {
  display: inline-block;
  margin-right: 0.5em;
}

.mw_wp_form input[type=checkbox] + label {
  display: inline-block;
  margin-bottom: 5px;
}

.mw_wp_form input[type=radio] {
  display: none;
}

.mw_wp_form input[type=radio] + .mwform-radio-field-text {
  position: relative;
  margin-right: 20px;
  padding-left: 20px;
}

.mw_wp_form input[type=radio] + .mwform-radio-field-text::before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #fff;
  content: "";
  box-sizing: border-box;
  transform: translateY(-50%);
}

.mw_wp_form input[type=radio]:checked + .mwform-radio-field-text::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #605834;
  content: "";
  transform: translateY(-50%);
}

.mw_wp_form input[type=button],
.mw_wp_form input[type=text],
.mw_wp_form input[type=number],
.mw_wp_form input[type=email],
.mw_wp_form input[type=submit],
.mw_wp_form input[type=image],
.mw_wp_form textarea,
.mw_wp_form select {
  border-radius: 0;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333;
  box-sizing: border-box;
}

.mw_wp_form select {
  max-width: 20em;
  height: 48px;
  margin-right: 5px;
  padding: 0 45px 0 15px;
  background: url(../images/common/ico_arrow_select.png) no-repeat right 10px center #fff;
}

.mw_wp_form select::-ms-expand {
  display: none;
}

.mw_wp_form textarea {
  max-width: 790px;
  width: 100%;
  height: 10em;
  padding: 15px;
  background: #fff;
  box-sizing: border-box;
}

.mw_wp_form .bg-danger {
  margin-top: 5px;
  padding: 10px;
}

.mw_wp_form .btnWrap01 {
  padding: 25px 0 0;
  overflow: hidden;
}

.mw_wp_form .btnWrap01 p {
  font-size: 1.4rem;
}

.mw_wp_form .check-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  margin: -10px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.mw_wp_form .check-flex > * {
  margin: 10px;
}

.mw_wp_form input[type=submit],
.mw_wp_form .btnWrap01 a,
.mw_wp_form .fm-modoru,
.mw_wp_form .btn03 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  max-width: 255px;
  min-width: 255px;
  width: 100%;
  line-height: 52px;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  background: url(../../../uploads/2023/03/ico-arrow-white-1.png) no-repeat 7% 50% #B79B76;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.mw_wp_form input[type=submit]:hover,
.mw_wp_form .btnWrap01 a:hover,
.mw_wp_form .fm-modoru:hover {
  opacity: 0.6;
  transition: all 0.3s;
}

.mw_wp_form .fm-modoru {
  background: #666 !important;
  color: #fff;
}

.mw_wp_form a.btn01 {
  background: #666 !important;
  color: #fff;
}

.mw_wp_form .wrap03 {
  margin-bottom: 20px;
  padding: 0 15px;
}

.mw_wp_form .wrap03 p {
  padding: 15px;
  background: #ededed;
  font-size: 0.9rem;
}

.mw_wp_form .error {
  display: inline-block;
  margin: 5px 0;
  padding: 10px;
  background-color: #f2dede;
  color: #c50000;
}

.mw_wp_form .mwform-checkbox-field input[type=checkbox] {
  display: none;
}

.mw_wp_form .mwform-checkbox-field input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  background: url(../images/common/checkon.png) no-repeat 0 0;
}

.mw_wp_form .mwform-checkbox-field .mwform-checkbox-field-text::before {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  background: url(../images/common/checkoff.png) no-repeat 0 0;
  vertical-align: middle;
  content: "";
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  font-size: 1.3rem;
}

.thanks .mw_wp_form,
.submit .mw_wp_form {
  display: none;
}

.thanks .btnWrap01,
.submit .btnWrap01 {
  margin-top: 40px;
}

.thanks .btn03,
.submit .btn03 {
  display: block;
  max-width: 255px;
  width: 100%;
  line-height: 52px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: url(../../../uploads/2023/03/ico-arrow-white-1.png) no-repeat 7% 50% #B79B76;
  margin: auto;
}

@media screen and (max-width: 828px) {
  .mw_wp_form {
    padding: 50px 10px;
  }
  .mw_wp_form table th,
  .mw_wp_form table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .mw_wp_form table th {
    padding: 15px 15px 15px 60px;
    vertical-align: middle;
  }
  .mw_wp_form table th span.required, .mw_wp_form table th span.any {
    top: 50%;
    transform: translateY(-50%);
    right: auto;
    left: 0;
    padding: 3px 10px;
  }
  .mw_wp_form table td {
    padding: 15px 0;
  }
  .mw_wp_form table td.var03 + br + input.var01 {
    margin-top: 20px;
  }
  .mw_wp_form input[type=file] {
    width: 100%;
    box-sizing: border-box;
  }
  .mw_wp_form input[type=text], .mw_wp_form input[type=email], .mw_wp_form input[type=tel] {
    width: 100%;
    box-sizing: border-box;
  }
  .mw_wp_form input[type=text].var01 {
    width: 100%;
    margin-bottom: 10px;
  }
  .mw_wp_form.var02 {
    max-width: 6em;
    width: 80px;
    box-sizing: border-box;
    padding: 15px 10px;
  }
  .mw_wp_form .btnWrap01 {
    text-align: center;
  }
  .mw_wp_form input[type=submit],
  .mw_wp_form .btnWrap01 a,
  .mw_wp_form .fm-modoru {
    width: 100%;
    min-width: 1px;
    margin-left: auto;
    margin-right: auto;
  }
  .mw_wp_form.mw_wp_form_confirm table th {
    padding: 0 15px 0 60px;
  }
}
@media screen and (max-width: 450px) {
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
  }
}
.page__policy dt,
.page__policy dd {
  font-size: 1.6rem;
  margin-bottom: 45px;
  line-height: 2;
}

.page__policy dt {
  margin-bottom: 15px;
  font-weight: bold;
}

.page__policy li {
  position: relative;
  padding-left: 15px;
  font-size: 1.6rem;
  line-height: 1.7;
}

.page__policy li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.page__news .section01 {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px dotted #ddd;
}

.page__news .section01 .columns {
  justify-content: space-between;
}

.page__news .section01 .news__img {
  flex-basis: 38%;
}

.page__news .section01 .news__txt {
  flex-basis: 56%;
}

.page__news .section01 .news__txt--only {
  flex-basis: 100%;
}

.page__news .section01 .news__date {
  display: block;
  margin-bottom: 10px;
  color: #0F7047;
  font-size: 1.6rem;
  font-weight: bold;
}

.page__news .section01 .news__title {
  padding-bottom: 11px;
  border-bottom: 2px solid #0F7047;
  color: #333;
  font-size: 2.6rem;
  margin-bottom: 36px;
}

.page__news .section01 .news__title a {
  color: inherit;
  text-decoration: none;
}

.page__news .section01:last-of-type, .page__news .section01.var01 {
  margin-bottom: 0;
  border: none;
}

.page__news .section01 .inner01 {
  font-size: 1.6rem;
  line-height: 1.8;
}

.page__news .section01 .wp-pagenavi a,
.page__news .section01 .wp-pagenavi span {
  padding: 0;
}

.page__news .section01 .wp-pagenavi span.pages {
  padding: 0 10px !important;
}

.page__news .section01.news-single .wp-pagenavi {
  display: flex;
  justify-content: space-between;
}

.page__news .section01.news-single .wp-pagenavi a,
.page__news .section01.news-single .wp-pagenavi span {
  line-height: 1.6;
}

.page__news .section01.news-single .wp-pagenavi div {
  flex-basis: 47%;
}

.page__news .section01.news-single .wp-pagenavi__next {
  text-align: right;
}

.page__not .title-404 {
  font-size: 18rem;
  line-height: 1.1;
  margin-bottom: 18px;
  color: #ddd;
}

.page__not .title-404 small {
  font-size: 7rem;
  display: block;
  color: #B9B9B9;
  font-weight: bold;
}

.page__not .catch {
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
  line-height: 1.7;
  margin-bottom: 50px;
}

.page__not .not__menu {
  margin-top: 50px;
}

.page__not .not__menu a {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
}

.page__not .not__menu li {
  padding: 0 20px;
}

.page__not .not__menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 828px) {
  .page__news.news-single .wp-pagenavi {
    flex-direction: column;
    align-items: center;
  }
  .page__news.news-single .wp-pagenavi div {
    flex-basis: 100%;
  }
  .page__news.news-single .wp-pagenavi__next {
    text-align: center;
  }
  .page__not .title-404 {
    font-size: 11rem;
    margin-bottom: 30px;
  }
  .page__not .title-404 small {
    font-size: 3.5rem;
  }
  .page__not .catch {
    font-size: 2rem;
  }
  .page__not .not__menu {
    margin-top: 20px;
  }
  .page__not .not__menu a {
    font-size: 1.5rem;
    text-align: center;
  }
  .page__not .not__menu li {
    padding: 10px 0;
  }
  .page__not .not__menu ul {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .page__news .section01 .columns {
    flex-direction: column;
  }
  .page__news .section01 .news__img {
    margin-bottom: 20px;
  }
  .page__not .catch,
  .page__not p {
    text-align: left;
  }
}
@media screen and (max-width: 828px) {
  body #swipebox-close {
    left: 0;
    right: auto;
  }
} 
/* 共通 */
body,
html {
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

.noto-serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.pc__only {
  display: block;
}
@media screen and (max-width: 828px) {
  .pc__only {
    display: none;
  }
}

.sp__only {
  display: none;
}
@media screen and (max-width: 828px) {
  .sp__only {
    display: block;
  }
}

.spbr {
  display: inline-block;
}

.header {
  background: #0F7047;
  padding: 48px 0 43px;
}
@media screen and (max-width: 1200px) {
  .header {
    padding: 12px 0;
  }
}
.header .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 1300px) {
  .header .flex {
    gap: 20px;
  }
}
.header .flex ul {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1200px) {
  .header .flex ul {
    gap: 20px;
  }
}
.header .flex ul a {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
.header .flex ul a span {
  font-size: 1.6rem;
  color: #fff;
  display: block;
}
.header__logo .image {
  max-width: 303px;
}
@media screen and (max-width: 1200px) {
  .header__logo .image {
    max-width: 218px;
  }
}

.pc__only {
  display: block;
}
@media screen and (max-width: 1200px) {
  .pc__only {
    display: none;
  }
}

.sp__only {
  display: none;
}
@media screen and (max-width: 1200px) {
  .sp__only {
    display: block;
  }
}

.cta {
  margin-top: 130px;
  background-image: url(../../../uploads/2023/03/bg-cta-scaled.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 65px 0 75px;
  color: #fff;
}
@media screen and (max-width: 828px) {
  .cta {
    margin-top: 60px;
    background-position: top;
    padding: 40px 0 55px;
  }
}
.cta .page__ttl {
  margin-bottom: 36px;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 828px) {
  .cta .page__ttl {
    margin-bottom: 24px;
    font-size: 1.8rem;
  }
}
.cta .page__ttl.big {
  margin-bottom: 6px;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 828px) {
  .cta .page__ttl.big {
    font-size: 3.2rem;
  }
}
.cta h3 {
  font-size: 2.6rem;
  margin-bottom: 36px;
}
@media screen and (max-width: 828px) {
  .cta h3 {
    margin-bottom: 8px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .cta h3 {
    text-align: left;
  }
}
.cta__columns {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 828px) {
  .cta__columns {
    display: block;
  }
}
.cta-btn__style {
  letter-spacing: 0.1em;
  font-size: 2rem;
  font-weight: 600;
  background: #fff;
  width: 358px;
  line-height: 76px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
@media screen and (max-width: 828px) {
  .cta-btn__style {
    margin: 24px auto 0;
    max-width: 328px;
    width: 100%;
  }
}
@media screen and (max-width: 828px) {
  .cta-tel p {
    font-size: 1.6rem;
    text-align: center;
  }
}
.cta-tel a {
  font-size: 5rem;
  letter-spacing: 0.05em;
  display: flex;
  align-items: baseline;
  gap: 6px;
}
@media screen and (max-width: 828px) {
  .cta-tel a {
    justify-content: center;
    letter-spacing: 0;
    font-size: 4.5rem;
    gap: 8px;
  }
}

@media screen and (max-width: 828px) {
  .cta .cta-tel p {
    text-align: center;
  }
}

.footer {
  margin-top: 45px;
}
@media screen and (max-width: 828px) {
  .footer {
    margin-top: 0;
  }
}
.footer__columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 828px) {
  .footer__columns {
    flex-direction: column-reverse;
  }
}
.footer__column {
  flex-basis: 344px;
}
@media screen and (max-width: 828px) {
  .footer__column {
    flex-basis: auto;
  }
}
.footer__column + .column {
  flex-basis: 465px;
}
@media screen and (max-width: 828px) {
  .footer__column + .column {
    flex-basis: initial;
  }
}
.footer__txt {
  font-size: 1.6rem;
  margin: 40px 0;
}
@media screen and (max-width: 828px) {
  .footer__txt {
    margin: 32px 0;
  }
}
.footer__img .flex {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer__img .flex a {
  flex-basis: 49%;
  box-sizing: border-box;
}
.footer__img .image {
  max-width: 100%;
  margin: 0;
}
@media screen and (max-width: 828px) {
  .footer__img .image {
    margin: 0 auto;
    width: 100%;
  }
}
.footer__logo .image {
  max-width: 303px;
}

/* トップページ */
.home__body + footer #cta {
  margin-top: 0;
}

/* mv */
.hero-image {
  position: relative;
}
.hero-image .image {
  width: 100%;
}
.hero-image .slick-dots {
  bottom: 10px;
}
@media screen and (max-width: 828px) {
  .hero-image .slick-dots {
    bottom: 16px;
  }
}
.hero-image .slick-dots li {
  margin: 0 8px;
  width: auto;
  height: auto;
}
@media screen and (max-width: 828px) {
  .hero-image .slick-dots li {
    margin: 0 6px;
  }
}
@media screen and (max-width: 450px) {
  .hero-image .slick-dots li {
    margin: 0 4px;
  }
}
.hero-image .slick-dots li.slick-active button {
  color: #0F7047;
  background: #0F7047;
}
.hero-image .slick-dots li.slick-active button:before {
  display: none;
  opacity: 0;
}
.hero-image .slick-dots li button {
  font-size: 0;
  line-height: 4px;
  height: 4px;
  display: block;
  width: 58px;
  content: "";
  border: none;
  box-sizing: border-box;
  background: #fff;
  cursor: pointer;
  color: #fff;
  outline: none;
  padding: 0;
}
.hero-image .slick-dots li button:before {
  display: none;
  opacity: 0;
}
.hero-image .position__text {
  position: absolute;
  bottom: 20px;
  left: 80px;
}
@media screen and (max-width: 828px) {
  .hero-image .position__text {
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 284px;
    text-align: center;
  }
}
.hero-image .position__text span {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  color: #0F7047;
  background: rgba(255, 255, 255, 0.85);
  padding: 1px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 828px) {
  .hero-image .position__text span {
    font-size: 2.1rem;
    padding: 1px 16px;
  }
}
.hero-image .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.hero-image .wrap1 {
  position: relative;
}
.hero-image .wrap1__ttl {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.45);
  padding: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 828px) {
  .hero-image .wrap1__ttl {
    padding: 3px;
  }
}
.hero-image .wrap1__ttl span {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 828px) {
  .hero-image .wrap1__ttl span {
    font-size: 1rem;
    writing-mode: vertical-rl;
  }
}

.home {
  /* common */
  /* .pc__only {
      display: block;

      @include mobile {
          display: none;
      }
  } */
  /* .sp__only {
      display: none;

      @include mobile {
          display: block;
      }
  } */
  /* contents */
}
.home .btn__link {
  display: block;
  max-width: 255px;
  width: 100%;
  line-height: 52px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: url(../../../uploads/2023/03/ico-arrow-white-1.png) no-repeat 7% 50% #B79B76;
  margin: auto;
}
.home .page__ttl {
  margin-bottom: 35px;
}
.home .btn__wrap {
  margin-top: 56px;
}
@media screen and (max-width: 828px) {
  .home p {
    font-size: 1.6rem;
    text-align: left;
  }
  .home p br {
    display: none;
  }
}
.home .sect__about {
  background-image: url(../../../uploads/2023/03/bg-about-scaled.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
@media screen and (max-width: 828px) {
  .home .sect__about {
    background-position: 16%;
    padding: 46px 0 182px;
  }
}
@media screen and (max-width: 450px) {
  .home .sect__about {
    background-image: url(../../../uploads/2023/03/bg-about-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.home .sect__about .container > * {
  color: #fff;
}
.home .sect__about .page__ttl.big {
  color: #fff;
}
.home .sect__works {
  padding: 56px 0;
}
.home .sect__works .columns {
  margin: 0 -30px;
  gap: 0;
}
.home .sect__works .columns .column {
  flex-basis: 50%;
  padding: 0 30px;
  box-sizing: border-box;
}
.home .sect__works .columns .column a {
  position: relative;
  display: block;
}
.home .sect__works .columns .column a .label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0F7047;
  display: inline-block;
  line-height: 70px;
  width: 230px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 828px) {
  .home .sect__works .columns .column a .label {
    line-height: 54px;
    width: 141px;
  }
}
.home .sect__works .columns .column a .label span {
  font-size: 2.6rem;
  font-weight: 500;
  color: #fff;
}
.home .sect__recruit {
  margin-bottom: 355px;
}
@media screen and (max-width: 828px) {
  .home .sect__recruit {
    margin-bottom: 0;
  }
}
.home .sect__recruit--img {
  position: relative;
}
.home .sect__recruit--img .image {
  width: 100%;
}
.home .sect__recruit .wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  max-width: 662px;
  width: 100%;
  margin: auto;
  background: #fff;
  padding: 48px 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 828px) {
  .home .sect__recruit .wrap {
    position: static;
    transform: unset;
    max-width: 100%;
    padding: 40px 15px 64px;
    box-sizing: border-box;
  }
  .home .sect__recruit .wrap p {
    text-align: left;
  }
  .home .sect__recruit .wrap p br {
    display: none;
  }
}
.home .sect__recruit .btn__wrap .flex {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
  justify-content: center;
}
@media screen and (max-width: 828px) {
  .home .sect__recruit .btn__wrap .flex {
    flex-direction: column;
  }
}
.home .sect__recruit .btn__wrap .flex__column {
  padding: 12px;
  flex-basis: 255px;
  box-sizing: border-box;
}
@media screen and (max-width: 828px) {
  .home .sect__recruit .btn__wrap .flex__column {
    flex-basis: auto;
  }
}
.home .sect__company {
  padding-bottom: 100px;
}
@media screen and (max-width: 828px) {
  .home .sect__company {
    padding-bottom: 56px;
  }
}
.home .sect__company .label span {
  display: block;
  font-size: 2.4rem;
  margin-top: 13px;
}
@media screen and (max-width: 828px) {
  .home .sect__company .label span {
    font-size: 1.8rem;
    margin-top: 6px;
  }
}
.home .sect__company .wrapper {
  margin-top: 48px;
}
@media screen and (max-width: 828px) {
  .home .sect__company p {
    text-align: left;
  }
  .home .sect__company .columns {
    margin: -8px;
  }
  .home .sect__company .column {
    padding: 8px;
  }
}
.home .sect__news {
  padding: 85px 0;
  background: #F1F1F1;
}
.home .sect__news .btn__wrap {
  text-align: right;
  margin-top: 5px;
}
.home .sect__news .btn__wrap a {
  text-decoration: underline;
  font-size: 1.6rem;
  font-weight: bold;
  color: #0F7047;
}
.home .sect__news--columns {
  margin: -35px;
}
.home .sect__news--column {
  padding: 35px;
}
.home .sect__news--list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.home .sect__news--tab {
  display: flex;
  gap: 22px;
}
.home .sect__news--time {
  font-size: 1.6rem;
  color: #0F7047;
  font-weight: bold;
}
.home .sect__news--link {
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (max-width: 828px) {
  .home .sect__news {
    padding: 56px 0;
  }
  .home .sect__news--columns {
    margin: 0;
    flex-direction: column;
  }
  .home .sect__news--column {
    padding: 0;
  }
  .home .sect__news .page__ttl {
    text-align: center;
  }
  .home .sect__news--list {
    gap: 28px;
  }
  .home .sect__news--tab {
    flex-direction: column;
    gap: 10px;
  }
  .home .sect__news .btn__wrap {
    margin-top: 24px;
  }
}

/* 下層ページ */
.page {
  /* &__data {
      .space {
          border: 2px solid #ddd;
          border-top: none;
          padding: 68px 30px 24px;
          box-sizing: border-box;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;
          gap: 30px;
      }
      .sect__data--wrapper {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
      }
      .sect__data--wrap {
          .flex {
              display: flex;
              align-items: center;
              gap: 8px;
          }
      }
      .sect__data--number-mid {
          font-size: 5.6rem;
      }
      .sect__data--smalltxt-mid {
          font-size: 2.4rem;
      }
      .--blood {
          .sect__data--wrapper {
              display: flex;
              flex-wrap: wrap;
              justify-content: space-between;
          }
      }
  } */
}
.page__ttl {
  margin-bottom: 80px;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 500;
  color: #0F7047;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 828px) {
  .page__ttl {
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
}
.page__ttl.big {
  display: block;
  margin-bottom: 10px;
  font-size: 3.6rem;
  color: #333;
  letter-spacing: 0;
}
@media screen and (max-width: 828px) {
  .page__ttl.big {
    font-size: 2.5rem;
  }
}
.page__message-columns {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 828px) {
  .page__message-columns {
    flex-direction: column;
    gap: 40px;
  }
}
.page__message-column {
  flex-basis: 68%;
}
.page__message-column p {
  line-height: 2;
  font-weight: 500;
  color: #000;
}
.page__message-column .ceo {
  font-size: 1.8rem;
}
.page__message-column .ceo span {
  font-size: 2.4rem;
  margin-left: 12px;
}
.page__message-column + .page__message-column {
  flex-basis: 26%;
}
.page__underline {
  position: relative;
  font-size: 3.2rem;
  margin-bottom: 75px;
  letter-spacing: 0.05em;
}
.page__underline::before {
  position: absolute;
  content: "";
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  background: #0F7047;
  height: 3px;
  width: 40px;
}
.page__outline .wrap.__img {
  margin: 80px 0 85px;
}
.page__access iframe {
  width: 100%;
}
.page__access .wrap + .wrap {
  margin-top: 73px;
}
.page__access .wrap p {
  margin-bottom: 13px;
}
.page__access .middle__ttl {
  font-size: 2.4rem;
  font-weight: 500;
  color: #0F7047;
  margin-bottom: 11px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 828px) {
  .page__access p br {
    display: block;
  }
}
.page__personality .wrapper {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 828px) {
  .page__personality .wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
.page__personality .wrapper + .wrapper {
  margin-top: 100px;
}
.page__personality .wrapper .wrap {
  flex-basis: 61%;
}
.page__personality .wrapper .wrap + .wrap {
  flex-basis: 33%;
}
.page__personality .wrapper.rv {
  flex-direction: row-reverse;
}
@media screen and (max-width: 828px) {
  .page__personality .wrapper.rv {
    flex-direction: column;
    gap: 40px;
  }
}
.page__personality .wrapper.rv .wrap {
  flex-basis: 50%;
}
.page__personality .wrapper.rv .wrap + .wrap {
  flex-basis: 45%;
}
.page__personality .wrap__ttl {
  font-size: 2.6rem;
  color: #0F7047;
  margin-bottom: 16px;
}
@media screen and (max-width: 828px) {
  .page__personality .wrap__ttl {
    font-size: 2rem;
  }
}
.page__interview .section-1:nth-of-type(even) {
  background: #F1F1F1;
  margin: 80px 0;
  padding: 80px 0;
}
@media screen and (max-width: 828px) {
  .page__interview .section-1:nth-of-type(even) {
    margin: 40px 0;
    padding: 40px 0;
  }
}
.page__interview .wrapper {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 828px) {
  .page__interview .wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
.page__interview .wrapper + .wrapper {
  margin-top: 56px;
}
.page__interview .wrapper .wrap {
  flex-basis: 61%;
}
.page__interview .wrapper .wrap + .wrap {
  flex-basis: 33%;
}
.page__interview .wrapper.rv {
  flex-direction: row-reverse;
}
@media screen and (max-width: 828px) {
  .page__interview .wrapper.rv {
    flex-direction: column;
    gap: 40px;
  }
}
.page__interview .wrap__ttl {
  font-size: 2.2rem;
  color: #0F7047;
  margin-bottom: 24px;
}
@media screen and (max-width: 828px) {
  .page__interview .wrap__ttl {
    font-size: 2rem;
  }
}
.page__interview .wrap__ttl-label {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 56px;
  display: block;
}
@media screen and (max-width: 828px) {
  .page__interview .wrap__ttl-label {
    margin-bottom: 35px;
  }
}
.page__interview .q__txt {
  color: #0F7047;
  font-size: 1.6rem;
  margin-bottom: 16px;
}
.page__interview .wrap__child + .wrap__child {
  margin-top: 40px;
}
.page__requirements .post-requirements + .post-requirements {
  margin-top: 75px;
}
.page__requirements .ttl__under {
  font-size: 2.6rem;
  padding-bottom: 7px;
  border-bottom: 2px solid #0F7047;
  margin-bottom: 30px;
}
.page__requirements .ttl__style {
  font-size: 2.2rem;
  color: #0F7047;
  margin-bottom: 11px;
}
.page__requirements .wrap + .wrap {
  margin-top: 36px;
}
.page__requirements th, .page__requirements td {
  padding: 15px;
  border: 5px solid #fff;
  background: #F1F1F1;
  vertical-align: middle;
}
@media screen and (max-width: 828px) {
  .page__requirements th, .page__requirements td {
    display: block;
    width: 100%;
    border: none;
  }
}
.page__requirements th {
  background: #48886D;
  color: #fff;
  width: 215px;
}
@media screen and (max-width: 828px) {
  .page__requirements th {
    width: 100%;
  }
}
.page__requirements tr:last-of-type td {
  border-bottom: none;
}
@media screen and (max-width: 828px) {
  .page__requirements .wrap.yoko table {
    min-width: 500px;
  }
  .page__requirements .wrap.yoko table th, .page__requirements .wrap.yoko table td {
    display: table-cell;
    min-width: 200px;
    border: 5px solid #fff;
    text-align: center;
  }
}
.page__requirements .btn__wrap {
  margin-top: 56px;
}
.page__requirements .btn__link {
  display: block;
  max-width: 255px;
  width: 100%;
  line-height: 52px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: url(../../../uploads/2023/03/ico-arrow-white-1.png) no-repeat 7% 50% #B79B76;
  margin: auto;
}
.page__about-us {
  margin-bottom: 260px;
}
@media screen and (max-width: 1200px) {
  .page__about-us {
    margin-bottom: 0;
  }
}
.page__about-us .container {
  overflow: visible;
}
.page__about-us .section-1 + .section-1 {
  margin-top: 240px;
}
@media screen and (max-width: 1200px) {
  .page__about-us .section-1 + .section-1 {
    margin-top: 100px;
  }
}
.page__about-us .wrapper {
  display: flex;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .page__about-us .wrapper {
    flex-direction: column;
  }
}
.page__about-us .wrapper.rv {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1200px) {
  .page__about-us .wrapper.rv {
    flex-direction: column;
  }
}
.page__about-us .wrapper.rv .card.txt {
  top: 64px;
  left: 0;
}
.page__about-us .wrapper.rv .card.txt p {
  line-height: 2;
}
.page__about-us .wrapper .card {
  flex-basis: 55%;
}
.page__about-us .wrapper .card.txt {
  position: absolute;
  max-width: 55%;
  z-index: 1;
  top: 64px;
  right: 0;
  border: 2px solid #0F7047;
  padding: 56px;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .page__about-us .wrapper .card.txt {
    position: static;
    max-width: 100%;
    padding: 30px 20px;
  }
}
.page__about-us .wrapper .card.txt p {
  line-height: 2;
}
.page__about-us .ttl__style {
  font-size: 2.6rem;
  color: #0F7047;
  margin-bottom: 16px;
}
@media screen and (max-width: 828px) {
  .page__about-us .ttl__style {
    font-size: 2.2rem;
  }
}
.page__news .news__list {
  display: flex;
  gap: 46px;
  align-items: center;
  padding: 25px;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 828px) {
  .page__news .news__list {
    gap: 10px;
    flex-wrap: wrap;
    padding: 15px;
  }
}
.page__news ul:last-of-type li {
  border-bottom: 1px solid #ccc;
}
.page__news .news__date {
  font-size: 1.6rem;
  color: #0F7047;
  font-weight: bold;
}
.page__news .news__title a {
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: underline;
}
.page__news.news-single .columns {
  flex-direction: column-reverse;
}
.page__news.news-single .news__img .image {
  margin: 0;
}
.page__news.news-single .btn__link {
  display: block;
  max-width: 255px;
  width: 100%;
  line-height: 52px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: url(../../../uploads/2023/03/ico-arrow-white-1.png) no-repeat 7% 50% #B79B76;
  margin: auto;
}
@media screen and (max-width: 828px) {
  .page__news.news-single .news__title {
    font-size: 2rem;
  }
}
.page__not .btn__link {
  display: block;
  max-width: 255px;
  width: 100%;
  line-height: 52px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: url(../../../uploads/2023/03/ico-arrow-white-1.png) no-repeat 7% 50% #B79B76;
  margin: auto;
}

.visual_contents img {
  width: 100%;
}

.sect {
  /* &__data {
      &--ttl {
          background: #0F7047;
          font-size: 2rem;
          color: #fff;
          line-height: 49px;
          box-sizing: border-box;
      }
      &--smalltxt {
          font-size: 3.6rem;
          color: #0F7047;
          font-weight: bold;
      }
      &--number {
          font-size: 9rem;
          font-weight: bold;
          color: #0F7047;
      }
  } */
}
.sect__works .columns {
  margin: -20px -15px;
}
@media screen and (max-width: 828px) {
  .sect__works .columns {
    flex-wrap: wrap;
  }
}
.sect__works .columns .column {
  padding: 20px 15px;
  flex-basis: 25%;
  overflow: hidden;
}
@media screen and (max-width: 828px) {
  .sect__works .columns .column {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 450px) {
  .sect__works .columns .column {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 828px) {
  .sect__works .hover__link {
    display: block;
  }
}
.sect__works-label {
  display: flex;
  gap: 10px;
}
.sect__works-label li {
  font-size: 1.4rem;
  color: #707070;
  border: 1px solid #707070;
  display: inline-block;
  padding: 5px 8px;
  box-sizing: border-box;
}
.sect__works-ttl {
  font-size: 1.8rem;
  color: #0F7047;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  margin: 10px 0;
}
.sect__works-image {
  overflow: hidden;
}
.sect__works-image .image {
  transition: 0.8s;
  width: 278px;
  height: 196px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sect__works .hover__link:hover {
  opacity: 1;
}
.sect__works .hover__link:hover .image {
  opacity: 0.8;
  transform: scale(1.1);
}
.sect__works .anchorlink li a {
  text-align: center;
}
.sect__works .anchor__wrap {
  background: #F1F1F1;
  padding: 18px 0;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.sect__works .anchor__wrap ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 828px) {
  .sect__works .anchor__wrap ul {
    flex-direction: column;
    text-align: center;
  }
}
.sect__works .anchor__wrap ul li {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #707070;
}
@media screen and (max-width: 828px) {
  .sect__works .anchor__wrap ul li {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.sect__works .anchor__wrap ul li:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
@media screen and (max-width: 828px) {
  .sect__works .anchor__wrap ul li:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.sect__works .anchor__wrap ul li .current_child_item {
  font-weight: bold;
  color: #B79B76;
}
.sect__works .anchor__wrap ul li.current_child_item a {
  font-weight: bold;
  color: #B79B76;
}
.sect__works .anchor__wrap ul a {
  font-size: 1.6rem;
  font-weight: 500;
}
.sect__works #stage,
.sect__works #thumbnails ul {
  display: flex;
}
.sect__works .table__wrap {
  margin-top: 54px;
}
.sect__works .btn__wrap {
  margin-top: 54px;
}
.sect__works .btn__link {
  display: block;
  max-width: 255px;
  width: 100%;
  line-height: 52px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: url(../../../uploads/2023/03/ico-arrow-white-1.png) no-repeat 7% 50% #B79B76;
  margin: auto;
}
.sect__works .wrapper {
  max-width: 800px;
  margin: 48px auto 0;
}
.sect__works #thumbnails {
  margin-top: 5px;
}
.sect__works #thumbnails .slick-prev,
.sect__works #thumbnails .slick-next {
  display: none !important;
}
.sect__works #thumbnails li {
  padding: 0 2.5px;
  box-sizing: border-box;
}
.sect__works #stage .slick-prev {
  height: 61px;
  width: 33px;
  background: url(../../../uploads/2023/03/ico_left-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  left: -100px;
}
.sect__works #stage .slick-prev:before {
  display: none;
}
.sect__works #stage .slick-next {
  background: url(../../../uploads/2023/03/ico_right-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  right: -100px;
  height: 61px;
  width: 33px;
}
.sect__works #stage .slick-next:before {
  display: none;
}
.sect__works .anchorlink li .current_page_item {
  background: url(../../../uploads/2023/03/ico-arrow-white-1.png) no-repeat 7% 50% #B79B76;
  color: #fff;
}
.sect__data--columns {
  display: flex;
  flex-wrap: wrap;
  margin: -19px;
}
.sect__data--column {
  max-width: 33.3%;
  flex-basis: 33.3%;
  padding: 19px;
  box-sizing: border-box;
}
@media screen and (max-width: 828px) {
  .sect__data--column {
    max-width: 50%;
    flex-basis: 50%;
  }
}
@media screen and (max-width: 450px) {
  .sect__data--column {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.sect__data--ttl {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  line-height: 50px;
  box-sizing: border-box;
  background: #0f7047;
}
.sect__data--inner {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: calc(100% - 50px);
  padding: 40px 30px 20px;
  box-sizing: border-box;
  text-align: center;
  border: #ddd 2px solid;
  border-top: none;
}
.sect__data--txt {
  font-size: 3.6rem;
  color: #0f7047;
  font-weight: bold;
}
.sect__data--caption {
  font-size: 2.4rem;
}
.sect__data--default {
  font-size: 1.6rem;
}
.sect__data--large {
  font-size: 9rem;
  line-height: 1;
}
.sect__data--middle {
  font-size: 5.6rem;
  line-height: 1;
}
.sect__data--small {
  font-size: 4.8rem;
  line-height: 1;
}
.sect__data--flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sect__data--field {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.sect__data--flex .sect__data--txt {
  max-width: 50%;
  flex-basis: 50%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 828px) {
  .sect__data--flex .sect__data--txt.blood {
    max-width: 40%;
    flex-basis: 40%;
  }
}
.sect__data--flex .sect__data--field {
  max-width: 100%;
  flex-basis: unset;
}
@media screen and (max-width: 828px) {
  .sect__data--flex .sect__data--field {
    gap: 5px;
  }
}
.sect__data--unit {
  color: #333;
}
.sect__data--label {
  display: flex;
  text-align: left;
  align-items: center;
  font-weight: bold;
}
.sect__data--label + .sect__data--label {
  margin-top: 12px;
}
.sect__data--title {
  max-width: 66px;
  flex-basis: 66px;
}
.sect__data--school {
  display: block;
  font-size: 2.4rem;
  color: #0f7047;
}
@media screen and (max-width: 828px) {
  .sect__data--school {
    font-size: 1.8rem;
  }
}

.works-single .sect__works-ttl {
  font-size: 3.2rem;
  margin: 0 0 20px;
}
@media screen and (max-width: 828px) {
  .works-single .sect__works-ttl {
    font-size: 2.6rem;
  }
}
.works-single .sect__works-label {
  gap: 20px;
  justify-content: center;
}

.pv-pc__only {
  display: block;
}
@media screen and (max-width: 450px) {
  .pv-pc__only {
    display: none;
  }
}

.pv-sp__only {
  display: none;
}
@media screen and (max-width: 450px) {
  .pv-sp__only {
    display: block;
  }
}

.btn__link {
  display: block;
  max-width: 255px;
  width: 100%;
  line-height: 52px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: url(../../../uploads/2023/03/ico-arrow-white-1.png) no-repeat 7% 50% #B79B76;
  margin: auto;
}/*# sourceMappingURL=customize.css.map */