@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 1.6rem;
  color: #1F1F1F;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  letter-spacing: 0.05em;
  width: 100%;
}

a {
  color: #1F1F1F;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

a:hover {
  color: #1F1F1F;
  text-decoration: none;
  opacity: 0.65;
}

a:active, a:hover {
  outline-width: 0;
}

li {
  margin: 0;
  list-style: none;
}

ul, ol {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, figure, dd, dt, dl {
  margin: 0;
}

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

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  border: none;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/* Grid System width Flex */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-row {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-row-rev {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col;
  flex-direction: col;
}

.flex-col-rev {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col-reverse;
  flex-direction: col-reverse;
}

.flex-nowrap {
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

/*margin*/
.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .mt0 {
    margin-top: 0px;
  }
  .mt5 {
    margin-top: 2.5px;
  }
  .mt10 {
    margin-top: 5px;
  }
  .mt15 {
    margin-top: 7.5px;
  }
  .mt20 {
    margin-top: 10px;
  }
  .mt25 {
    margin-top: 12.5px;
  }
  .mt30 {
    margin-top: 15px;
  }
  .mt35 {
    margin-top: 17.5px;
  }
  .mt40 {
    margin-top: 20px;
  }
  .mt45 {
    margin-top: 22.5px;
  }
  .mt50 {
    margin-top: 25px;
  }
  .mt55 {
    margin-top: 27.5px;
  }
  .mt60 {
    margin-top: 30px;
  }
  .mt65 {
    margin-top: 32.5px;
  }
  .mt70 {
    margin-top: 35px;
  }
  .mt75 {
    margin-top: 37.5px;
  }
  .mt80 {
    margin-top: 40px;
  }
  .mt85 {
    margin-top: 42.5px;
  }
  .mt90 {
    margin-top: 45px;
  }
  .mt95 {
    margin-top: 47.5px;
  }
  .mt100 {
    margin-top: 50px;
  }
  .mb0 {
    margin-bottom: 0px;
  }
  .mb5 {
    margin-bottom: 2.5px;
  }
  .mb10 {
    margin-bottom: 5px;
  }
  .mb15 {
    margin-bottom: 7.5px;
  }
  .mb20 {
    margin-bottom: 10px;
  }
  .mb25 {
    margin-bottom: 12.5px;
  }
  .mb30 {
    margin-bottom: 15px;
  }
  .mb35 {
    margin-bottom: 17.5px;
  }
  .mb40 {
    margin-bottom: 20px;
  }
  .mb45 {
    margin-bottom: 22.5px;
  }
  .mb50 {
    margin-bottom: 25px;
  }
  .mb55 {
    margin-bottom: 27.5px;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  .mb65 {
    margin-bottom: 32.5px;
  }
  .mb70 {
    margin-bottom: 35px;
  }
  .mb75 {
    margin-bottom: 37.5px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .mb85 {
    margin-bottom: 42.5px;
  }
  .mb90 {
    margin-bottom: 45px;
  }
  .mb95 {
    margin-bottom: 47.5px;
  }
  .mb100 {
    margin-bottom: 50px;
  }
}
/* form input*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=number],
select {
  font-size: 16px;
  font-size: 1.6rem;
  background: #FFF;
  border: 1px solid #E8E8E8;
  margin: 2px;
  padding: 0 0.3em;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
select:focus {
  outline: none;
  border-color: #000;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  font-size: 13px;
  font-size: 1.3rem;
  height: 2.5em;
  padding: 0.5em;
  width: auto;
  min-width: 7em;
}

textarea {
  font-size: 16px;
  font-size: 1.6rem;
  background: #FFF;
  border: 1px solid #E8E8E8;
  padding: 0 0.3em;
  resize: vertical;
  width: 100%;
}
textarea :focus {
  outline: none;
  border-color: #000;
}

input[type=checkbox],
input[type=radio] {
  background: #FFF;
  cursor: pointer;
  margin-right: 0.5em;
}

textarea::placeholder,
input::placeholder {
  font-size: 1.4rem;
  color: #C5C5C5;
}

/* wordpress pager */
.pager {
  display: flex;
  height: 35px;
  margin-bottom: 60px;
  max-width: 100%;
  padding: 30px 0;
  position: relative;
}
.pager a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  position: relative;
  line-height: 1.42857143;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  color: #000;
  font-weight: bold;
  margin: 5px;
  padding: 5px 10px;
}

.pc .pager a:active,
.pc .pager a:hover,
.pc .pager a:focus {
  border-color: #000;
  color: #000;
}

.pager .previous, .pager .next,
.pager .back {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pager .previous a {
  padding-left: 1.5em;
}

.pager .previous a:before {
  content: "≪";
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
}

.pager .next a {
  padding-right: 1.5em;
}
.pager .next a:after {
  content: "≫";
  content: "";
  position: absolute;
  right: 5px;
  top: 4px;
}

.pager .back a {
  padding: 5px;
}

/* wordpress pagination */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.pagination > li {
  position: relative;
}

.pagination > li > span,
.pagination > li > a {
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  color: #231815;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.pagination > li > span {
  border-color: #231815;
  cursor: default;
}

.pc .pagination > li > a:active,
.pc .pagination > li > a:hover,
.pc .pagination > li > a:focus {
  border-color: #000;
  color: #000;
}

.pagination > li span.dot {
  border: none;
  width: 1em;
}

/* wordpress wp-pagenavi */
.wp-pagenavi {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  border-radius: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  border: 1px solid #118A32;
  background: #fff;
  color: #118A32;
  filter: drop-shadow(4px 4px 11px rgba(0, 0, 0, 0.25));
  margin: 0 10px;
  width: 60px;
  height: 60px;
  line-height: 1;
  text-decoration: none;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 10vw;
    height: 10vw;
    font-size: clamp(16px, 4vw, 24px);
  }
}
@media screen and (max-width: 425px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    margin: 0 5px;
  }
}
.wp-pagenavi .current {
  border: 0;
  color: #fff;
  background: #118A32;
  font-weight: normal;
}
.wp-pagenavi .extend {
  width: fit-content;
  height: auto;
  border: none;
  filter: none;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  position: relative;
}
.wp-pagenavi .previouspostslink:before, .wp-pagenavi .nextpostslink:before {
  position: absolute;
  content: "";
  width: 21px;
  height: 22px;
  background: url("../img/common/btn-mainform.png") no-repeat center center;
  background-size: cover;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .wp-pagenavi .previouspostslink:before, .wp-pagenavi .nextpostslink:before {
    width: 3.5vw;
    height: 3.3333333333vw;
  }
}
.wp-pagenavi .previouspostslink:before {
  rotate: 180deg;
}

/* wordpress breadcrumbs */
.txt_ellipsis .breadcrumbs span:last-of-type {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 130px;
  display: inline-block;
  vertical-align: bottom;
}

.breadcrumbs {
  margin: 2% 0;
  font-size: 1.2rem;
}
.breadcrumbs .container {
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.breadcrumbs a {
  color: #231815;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #000;
}
.breadcrumbs ul, .breadcrumbs ol {
  list-style: none;
  padding: 0;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li:before {
  content: ">";
  margin: 0 10px;
}
.breadcrumbs li:first-child:before {
  display: none;
}

@media screen and (max-width: 560px) {
  .breadcrumbs {
    font-size: 1rem;
  }
  .breadcrumbs li:before {
    margin: 0 5px;
  }
}
/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img,
.slick-initialized .slick-slide {
  display: block;
}

.slick-slide.slick-loading img,
.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick/slick.eot");
  src: url("./fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick/slick.woff") format("woff"), url("./fonts/slick/slick.ttf") format("truetype"), url("./fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  width: 16px;
  height: 31px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -15px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 0.65;
  color: transparent;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  left: 30px;
  background: url(../img/common/btn-prev.png) no-repeat center center;
}

.slick-next {
  right: 30px;
  background: url(../img/common/btn-next.png) no-repeat center center;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #AAA;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots .slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.slick-archive {
  padding-top: 10px;
  margin: 0 auto;
  width: calc(100% - 50px);
}

.slick-archive__item {
  padding: 5px;
}

.slick-archive__item a {
  display: block;
  max-width: 350px;
  margin: auto;
  color: #231815;
  text-decoration: none;
  position: relative;
}

.slick-archive__item a:hover {
  opacity: 0.65;
}

.slick-archive__date {
  margin-top: 5px;
  display: block;
}

.slick-archive__title {
  display: block;
  font-weight: bold;
}

.slick-archive__label {
  background-color: #464a4c;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0.2em 2em;
}

@media screen and (max-width: 560px) {
  .slick-archive__date,
  .slick-archive__label {
    font-size: 1rem;
  }
  .slick-archive__title {
    font-size: 1.2rem;
  }
}
/***************************

style/header.scss

***************************/
/* toggle button */
.toggle {
  display: none;
}

@media screen and (max-width: 1250px) {
  .toggle {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    right: 20px;
    text-align: center;
    border-radius: 5px;
    top: 50%;
    translate: 0 -50%;
    z-index: 7;
    background: linear-gradient(190deg, #99C41A 10%, #118A32 50%);
  }
  .toggle__bar {
    position: relative;
    margin: 8px auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .toggle__bar, .toggle__bar::before, .toggle__bar::after {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #fff;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .toggle__bar::before, .toggle__bar::after {
    position: absolute;
    content: "";
  }
  .toggle__bar::before {
    top: -8px;
  }
  .toggle__bar::after {
    top: 8px;
  }
}
.toggle.active .toggle__bar {
  background-color: transparent;
}

.toggle.active .toggle__bar::before {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.toggle.active .toggle__bar::after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

/***************************

 header

***************************/
body.hidden {
  overflow: hidden;
}

.header {
  position: relative;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  min-height: 130px;
  display: flex;
  align-items: center;
  transition: all 0.6s;
}
@media screen and (max-width: 425px) {
  .header {
    min-height: 100px;
  }
}
.header.fixedmenu {
  min-height: 100px;
}
@media screen and (max-width: 425px) {
  .header.fixedmenu {
    min-height: 80px;
  }
}
@media screen and (max-width: 1250px) {
  .header.fixedmenu .gnav {
    top: 100px;
    height: calc(100lvh - 100px);
  }
}
@media screen and (max-width: 425px) {
  .header.fixedmenu .gnav {
    top: 80px;
    height: calc(100lvh - 80px);
  }
}
.header-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  padding-left: clamp(20px, 2.6666666667vw, 40px);
  padding-right: clamp(20px, 2.6666666667vw, 40px);
}
.header-overlay {
  position: fixed;
  width: 100%;
  height: 100lvh;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.header-overlay.show {
  opacity: 1;
}
.header .logo {
  max-width: 373px;
  width: 100%;
}
@media screen and (max-width: 1350px) {
  .header .logo {
    max-width: 285px;
  }
}
@media screen and (max-width: 425px) {
  .header .logo {
    max-width: 230px;
  }
}

.gnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.gnav.active {
  translate: 0 0;
}
@media screen and (min-width: 1501px) {
  .gnav {
    max-width: 890px;
    width: 100%;
  }
}
@media screen and (min-width: 1351px) and (max-width: 1500px) {
  .gnav {
    max-width: 890px;
    width: calc(100% - 375px);
  }
}
@media screen and (max-width: 1350px) {
  .gnav {
    max-width: 890px;
    width: calc(100% - 285px);
  }
}
@media screen and (max-width: 1250px) {
  .gnav {
    display: block;
    max-width: 500px;
    width: 100%;
    height: calc(100lvh - 130px);
    background: #fff;
    position: fixed;
    top: 130px;
    right: 0;
    padding: 30px 20px;
    translate: 100% 0;
    transition: all 0.6s;
  }
}
@media screen and (max-width: 425px) {
  .gnav {
    height: calc(100lvh - 100px);
    top: 100px;
  }
}

.btn-request {
  max-width: 200px;
  width: 100%;
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 48px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  background: linear-gradient(190deg, #99C41A 10%, #118A32 50%);
}
.btn-request:hover {
  color: #fff;
}
.btn-request.pc {
  display: none;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  right: 73px;
  translate: 0 -50%;
}
@media screen and (max-width: 1250px) {
  .btn-request.pc {
    display: flex;
  }
}
@media screen and (max-width: 600px) {
  .btn-request.pc {
    display: none;
  }
}

.main-nav {
  display: flex;
  gap: 20px clamp(10px, 2vw, 30px);
}
@media screen and (max-width: 1250px) {
  .main-nav {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
}
.main-nav li {
  position: relative;
}
.main-nav li.current > a {
  color: #118A32;
}
.main-nav li a {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
.main-nav .switch {
  position: relative;
  cursor: pointer;
  padding-right: 1.5em;
}
.main-nav .switch:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
  rotate: 45deg;
  right: 0;
  top: 45%;
  translate: 0 -50%;
  z-index: 2;
}

@media screen and (min-width: 1251px) {
  .switch-fiexd {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    top: 100%;
    left: 50%;
    translate: -50% 0;
    transition: all 0.6s;
    z-index: 10;
    padding-top: 20px;
  }
  .switch-fiexd:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    background: linear-gradient(320deg, transparent 50%, #fff 50%);
    top: 15px;
    left: 50%;
    translate: -50% 0;
    z-index: 2;
    rotate: 45deg;
  }
  .switch-fiexd-nav {
    min-width: 300px;
    width: 100%;
    background: #fff;
    box-shadow: 2px 2px 0 rgba(17, 138, 50, 0.4);
    border: 1px solid #aaa;
    padding: 10px 20px;
  }
  .switch-fiexd-nav li {
    padding: 10px 0;
  }
  .switch-fiexd-nav li:not(:last-child) {
    border-bottom: 1px solid #aaa;
  }
  .switch-fiexd-nav li a:hover {
    opacity: 1;
    color: #118A32;
  }
}
@media screen and (max-width: 1250px) {
  .switch-fiexd {
    display: none;
  }
  .switch-fiexd-nav {
    margin-top: 10px;
  }
  .switch-fiexd-nav li {
    position: relative;
    padding: 10px 0;
    padding-left: 1.5em;
  }
  .switch-fiexd-nav li:before {
    position: absolute;
    content: "";
    width: 1em;
    height: 2px;
    background: #118A32;
    left: 0;
    top: 50%;
    translate: 0 -50%;
  }
}
.switch-fiexd.hov {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

/***************************

style/footer.scss

***************************/
.footer {
  width: 100%;
}
.footer-sub {
  position: relative;
  width: calc(100% - 60px);
  margin-left: auto;
  background: #118A32;
  border-top-left-radius: 36px;
  padding-top: 50px;
  display: flex;
}
@media screen and (max-width: 900px) {
  .footer-sub {
    width: calc(100% - 30px);
    flex-direction: column;
    padding-top: 30px;
  }
}
@media screen and (max-width: 425px) {
  .footer-sub {
    border-top-left-radius: 26px;
  }
}
.footer-sub:before {
  position: absolute;
  content: "";
  width: 51%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  background: linear-gradient(215deg, #BFD413 -30%, transparent 50%);
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .footer-sub:before {
    width: 80%;
    background: linear-gradient(215deg, #BFD413 -30%, transparent 40%);
  }
}
@media screen and (max-width: 425px) {
  .footer-sub:before {
    width: 100%;
    border-top-left-radius: 26px;
  }
}
.footer-contact {
  position: relative;
  z-index: 3;
  width: calc(100% - 450px);
  padding: 80px 0;
  padding-left: clamp(20px, 4.6666666667vw, 70px);
  padding-right: clamp(20px, 4.6666666667vw, 70px);
  display: flex;
  align-items: flex-start;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 1024px) {
  .footer-contact {
    width: calc(100% - 350px);
  }
}
@media screen and (max-width: 900px) {
  .footer-contact {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
@media screen and (max-width: 768px) {
  .footer-contact {
    flex-direction: column;
  }
}
.footer-contact-ttl {
  width: 65px;
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .footer-contact-ttl {
    display: flex;
    align-items: flex-end;
    writing-mode: tb-rl;
    border-left: 2px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact-ttl {
    width: fit-content;
    border-bottom: 2px solid #fff;
    margin-bottom: 20px;
  }
}
.footer-join {
  position: relative;
  z-index: 3;
  max-width: 450px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/common/foot-join-back.png") no-repeat bottom right 25px;
  background-size: 181px 102px;
}
@media screen and (max-width: 1024px) {
  .footer-join {
    max-width: 350px;
  }
}
@media screen and (max-width: 900px) {
  .footer-join {
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: clamp(20px, 4.6666666667vw, 70px);
    padding-right: clamp(20px, 4.6666666667vw, 70px);
  }
}
.footer-main {
  width: 100%;
  background: #F4F4F4;
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .footer-main {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.footer-main-add {
  position: relative;
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 45px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .footer-main-add {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 25px;
    margin-bottom: 35px;
  }
}
.footer-main-add:after {
  position: absolute;
  content: "";
  max-width: calc(100% + 20px);
  width: 100%;
  height: 1px;
  background: #E6E6E6;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  z-index: 2;
}
.footer-main-add h3 {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .footer-main-add h3 br {
    display: none;
  }
}
.footer-main-menu {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  gap: 25px 50px;
}
@media screen and (max-width: 1024px) {
  .footer-main-menu {
    gap: 25px 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer-main-menu {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 425px) {
  .footer-main-menu {
    flex-direction: column;
    gap: 15px;
  }
}
.footer-main-menu ul li a {
  font-size: 1.5rem;
  font-weight: 700;
}
.footer-main-menu ul li:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (max-width: 425px) {
  .footer-main-menu ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.footer-main-menu ul li.under a {
  font-size: 1.3rem;
  font-weight: 400;
  color: #545454;
}
.footer-main-menu ul li.under a.blank {
  position: relative;
}
.footer-main-menu ul li.under a.blank:after {
  position: absolute;
  content: "\f08e";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 0.8rem;
  color: #111;
  opacity: 0.3;
  top: 50%;
  right: -10px;
  translate: 0 -50%;
}
.footer-main-menu ul li.under:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 425px) {
  .footer-main-menu ul li.under:not(:last-child) {
    margin-bottom: 5px;
  }
}
.footer small {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: #B9B9B9;
}

.btn-mainform {
  position: relative;
  max-width: 600px;
  width: 100%;
  min-height: 80px;
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  color: #118A32;
  padding: 15px 65px 15px 45px;
  background: #fff;
  border-radius: 80px;
  filter: drop-shadow(4px 4px 10px rgba(131, 7, 17, 0.4));
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .btn-mainform {
    margin-top: 30px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 425px) {
  .btn-mainform {
    padding: 15px 45px 15px 25px;
    min-height: 65px;
  }
}
.btn-mainform:before {
  position: absolute;
  content: "";
  width: 21px;
  height: 20px;
  top: 50%;
  right: 40px;
  translate: 0 -50%;
  z-index: 2;
  background: url("../img/common/btn-mainform.png") no-repeat center center;
  background-size: cover;
  transition: all 0.6s;
}
@media screen and (max-width: 425px) {
  .btn-mainform:before {
    width: 16px;
    height: 15px;
    right: 20px;
  }
}
.btn-mainform:hover {
  color: #118A32;
}
.btn-mainform:hover:before {
  translate: 10px -50%;
}

.btn-join {
  position: relative;
  max-width: 300px;
  width: 100%;
  background: #FFFA1A;
  border-radius: 15px;
  padding: 40px 30px 70px;
}
@media screen and (max-width: 900px) {
  .btn-join {
    max-width: 100%;
    padding: 30px 20px 40px;
  }
}
.btn-join:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 16px;
  background: url("../img/common/btn-join.png") no-repeat center center;
  background-size: cover;
  right: 30px;
  bottom: 35px;
  z-index: 2;
  transition: all 0.6s;
}
@media screen and (max-width: 900px) {
  .btn-join:after {
    bottom: 25px;
  }
}
.btn-join:hover {
  opacity: 1;
}
.btn-join:hover:after {
  translate: 10px 0;
}
.btn-join h3 {
  font-size: 2.2rem;
  padding-top: 50px;
  text-align: center;
  margin-bottom: 20px;
  background: url("../img/common/member-icn.png") no-repeat center top;
  background-size: 25px 33px;
}
.btn-join p {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .btn-join p {
    text-align: center;
  }
}

.fixed-banner {
  position: fixed;
  z-index: 10;
  bottom: 20px;
  right: 30px;
}
@media screen and (max-width: 425px) {
  .fixed-banner {
    width: 50vw;
    right: 15px;
    bottom: 10px;
  }
}
.fixed-banner .close {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 3;
  width: 30px;
  height: 30px;
  background: url("../img/common/site-banner-close.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 425px) {
  .fixed-banner .close {
    width: 20px;
    height: 20px;
    top: -5px;
    right: -5px;
  }
}
.fixed-banner .close:hover {
  cursor: pointer;
}

/*////////////////////////

 user common css

////////////////////////*/
main {
  margin-top: 130px;
}
@media screen and (max-width: 425px) {
  main {
    margin-top: 100px;
  }
}

.wrap1280 {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 425px) {
  .wrap1280 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.wrap1200 {
  max-width: 1240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 425px) {
  .wrap1200 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sp550 {
  display: none;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.vt_at {
  vertical-align: top;
}

.wd100 {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
@media screen and (min-width: 651px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 650px) {
  a[href^="tel:"] {
    text-decoration: underline;
    display: inline-block;
  }
}
@media screen and (max-width: 550px) {
  .pc550 {
    display: none;
  }
  .sp550 {
    display: block;
  }
}
/*////////////////////////

fonts

////////////////////////*/
.ls5 {
  letter-spacing: 0.05em;
}

.lh2 {
  line-height: 2;
}

.lh18 {
  line-height: 1.8;
}

.lh1 {
  line-height: 1;
}

.thin {
  font-weight: 100;
}

.ex-light {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.sm-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.ex-bold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

.fz32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .fz32 {
    font-size: clamp(2.6rem, 4.1666666667vw, 3.2rem);
  }
}

.fz20 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .fz20 {
    font-size: clamp(1.8rem, 2.6041666667vw, 2rem);
  }
}

.fz18 {
  font-size: 1.8rem;
}

.fz13 {
  font-size: 1.3rem;
}

.col_white {
  color: #fff;
}

.col_green {
  color: #118A32;
}

.basic-list01 li {
  position: relative;
  padding-left: 1.875em;
  line-height: 1.6;
}
.basic-list01 li:before {
  position: absolute;
  content: "";
  width: 0.625em;
  height: 0.625em;
  background: #118A32;
  border-radius: 100%;
  left: 5px;
  top: 0.4875em;
}

.symbol01 {
  position: relative;
  padding-left: 1.25em;
  line-height: 2;
}
.symbol01:before {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #118A32;
  border-radius: 100%;
  left: 5px;
  top: 0.75em;
}

/***************************

object/project/effects.scss

***************************/
/*ロード時にフェードイン*/
.fadein {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*スクロールフェードイン*/
.fadeInTop {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
  visibility: visible !important;
}

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInBottom {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom;
  visibility: visible !important;
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInLeft {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  visibility: visible !important;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  visibility: visible !important;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes aboutText {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes openBox {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@-webkit-keyframes openBox {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@keyframes openText {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes openText {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes faq {
  0% {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  100% {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.8;
    visibility: visible;
  }
}
/*////////////////////////

btn

////////////////////////*/
.btn-A {
  position: relative;
  max-width: 315px;
  width: 100%;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #fff;
  background: #118A32;
  border-radius: 80px;
  padding: 10px 55px;
  filter: drop-shadow(4px 4px 10px rgba(10, 80, 29, 0.25));
}
.btn-A.yellow {
  background: #FFFA1A;
  color: #1f1f1f;
}
.btn-A.yellow:after {
  background: url("../img/common/arrow02.png") no-repeat center center;
  background-size: cover;
}
.btn-A.blank:after {
  width: 15px;
  height: 15px;
  background: url("../img/common/blank.png") no-repeat center center;
  background-size: cover;
  opacity: 0.95;
}
@media screen and (max-width: 768px) {
  .btn-A {
    min-height: 65px;
    padding: 10px 35px;
  }
}
.btn-A:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/common/arrow01.png") no-repeat center center;
  background-size: cover;
  top: 50%;
  right: 40px;
  translate: 0 -50%;
  z-index: 3;
  transition: all 0.6s;
}
@media screen and (max-width: 768px) {
  .btn-A:after {
    width: 12px;
    height: 12px;
    right: 20px;
  }
}
.btn-A:hover {
  color: #fff;
}
.btn-A:hover:after {
  translate: 10px -50%;
}

.btn-center {
  margin-left: auto;
  margin-right: auto;
}

.btn-right {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .tab-center {
    margin-left: auto;
    margin-right: auto;
  }
}
/*////////////////////////

hdg__

////////////////////////*/
.hdg01 {
  display: flex;
  align-items: flex-end;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .hdg01 {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.hdg01 .en {
  width: fit-content;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.2em;
  color: #118A32;
}
@media screen and (min-width: 769px) {
  .hdg01 .en {
    writing-mode: tb-rl;
    border-left: 2px solid #118A32;
  }
}
@media screen and (max-width: 768px) {
  .hdg01 .en {
    border-bottom: 2px solid #118A32;
    font-size: clamp(1.7rem, 2.6041666667vw, 2rem);
  }
}
.hdg01 .ja {
  font-size: 4rem;
  color: #118A32;
}
@media screen and (max-width: 768px) {
  .hdg01 .ja {
    font-size: clamp(3rem, 5.2083333333vw, 4rem);
  }
}

.hdg02 {
  position: relative;
  padding-left: 1em;
}
.hdg02.red {
  color: #E83F31;
}
.hdg02.red:before {
  background: #E83F31;
}
.hdg02.sky {
  color: #0CA6E0;
}
.hdg02.sky:before {
  background: #0CA6E0;
}
.hdg02.blue {
  color: #1F73D1;
}
.hdg02.blue:before {
  background: #1F73D1;
}
.hdg02.orange {
  color: #FC811A;
}
.hdg02.orange:before {
  background: #FC811A;
}
.hdg02.green {
  color: #0EAD59;
}
.hdg02.green:before {
  background: #0EAD59;
}
.hdg02.purple {
  color: #8E4BA1;
}
.hdg02.purple:before {
  background: #8E4BA1;
}
.hdg02:before {
  position: absolute;
  content: "";
  width: 0.75em;
  height: 0.75em;
  background: #1f1f1f;
  border-radius: 100%;
  left: 0;
  top: 0.225em;
  z-index: 2;
}

.hdg03 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .hdg03 {
    gap: 15px;
  }
}
.hdg03 .en {
  width: fit-content;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: #118A32;
  letter-spacing: 0.2em;
  padding-bottom: 10px;
  border-bottom: 2px solid #118A32;
}
.hdg03 .ja {
  font-size: 3.6rem;
  font-weight: 700;
  color: #118A32;
}
@media screen and (max-width: 768px) {
  .hdg03 .ja {
    font-size: clamp(2.8rem, 4.6875vw, 3.6rem);
  }
}

/***************************

object/top.scss

***************************/
.mv {
  position: relative;
  width: 100%;
  padding-bottom: 70px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .mv {
    padding-bottom: 40px;
  }
}
.mv:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 80%;
  background: #F6F6F6;
  bottom: 0;
  left: 0;
}
.mv-flag .fz26 {
  font-size: 2.6rem;
}
@media screen and (max-width: 1500px) {
  .mv-flag .fz26 {
    font-size: clamp(20px, 1.7333333333vw, 26px);
  }
}
@media screen and (max-width: 768px) {
  .mv-flag .fz26 {
    font-size: 2.2rem;
  }
}
.mv-flag .fz22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 1500px) {
  .mv-flag .fz22 {
    font-size: clamp(16px, 1.4666666667vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .mv-flag .fz22 {
    font-size: 1.8rem;
  }
}
.mv-flag .fz18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 1500px) {
  .mv-flag .fz18 {
    font-size: clamp(12px, 1.2vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .mv-flag .fz18 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .mv-flag {
    position: absolute;
    top: 0;
    right: 25px;
    z-index: 10;
    width: 312px;
    height: 312px;
    background: url("../img/top/mv-flag.png") no-repeat center center;
    background-size: cover;
  }
}
@media screen and (min-width: 769px) and (max-width: 1500px) {
  .mv-flag {
    width: clamp(212px, 20.8vw, 312px);
    height: clamp(212px, 20.8vw, 312px);
    aspect-ratio: 1/1;
    background-size: 100%;
  }
}
@media screen and (min-width: 769px) {
  .mv-flag a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1500px) {
  .mv-flag a {
    gap: clamp(5px, 1vw, 15px);
  }
}
@media screen and (min-width: 769px) {
  .mv-flag a h3 {
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.03em;
    color: #fff;
  }
  .mv-flag a .btn {
    width: 42%;
  }
}
@media screen and (max-width: 768px) {
  .mv-flag {
    position: relative;
    z-index: 3;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-top: 20px;
    background: url("../img/top/mv-news-back.png") repeat center center;
    background-size: contain;
    border-radius: 15px 0 0 15px;
    padding: 10px 20px;
  }
  .mv-flag a h3 {
    color: #fff;
  }
  .mv-flag a h3 br {
    display: none;
  }
  .mv-flag a .btn {
    width: fit-content;
    margin-left: auto;
    margin-top: 10px;
  }
}

.main-visual {
  position: relative;
  max-width: calc(100% - 70px);
  width: 100%;
  margin-left: auto;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .main-visual {
    max-width: calc(100% - 40px);
  }
}
.main-visual .mvSlider .swiper-slide img {
  width: 100%;
  border-radius: 36px 0 0 36px;
}
@media screen and (max-width: 768px) {
  .main-visual .mvSlider .swiper-slide img {
    height: 70lvh;
    object-fit: cover;
  }
}
.main-visual .mvSlider-pagination {
  width: fit-content !important;
  left: inherit !important;
  right: 65px;
  top: inherit !important;
  bottom: 0 !important;
}
.main-visual .mvSlider-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  border-radius: 5px;
  background: #fff;
  opacity: 1;
}
.main-visual .mvSlider-pagination .swiper-pagination-bullet-active {
  background: #118A32;
}
.main-visual-inner {
  position: absolute;
  width: 100%;
  bottom: 30px;
  right: 0;
  z-index: 10;
  padding: 40px;
}
@media screen and (max-width: 425px) {
  .main-visual-inner {
    padding: 30px 20px;
  }
}
.main-visual-inner h3 {
  font-size: clamp(9rem, 8vw, 12rem);
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1501px) {
  .main-visual-inner h3 {
    font-size: 15rem;
  }
}
@media screen and (max-width: 1024px) {
  .main-visual-inner h3 {
    font-size: clamp(7rem, 6vw, 9rem);
  }
}
@media screen and (max-width: 768px) {
  .main-visual-inner h3 {
    font-size: clamp(4rem, 9.1145833333vw, 7rem);
  }
}
@media screen and (max-width: 425px) {
  .main-visual-inner h3 {
    font-size: 8.9411764706vw;
  }
}

.t-about {
  position: relative;
  width: 100%;
  padding-top: 240px;
  padding-bottom: 190px;
}
@media screen and (max-width: 768px) {
  .t-about {
    padding-top: 120px;
    padding-bottom: 90px;
  }
}
.t-about:after {
  position: absolute;
  content: "";
  width: clamp(364px, 37.6vw, 564px);
  height: auto;
  aspect-ratio: 564/709;
  top: -20px;
  left: 0;
  z-index: 2;
  background: url("../img/top/about-back-flag.png") no-repeat top right;
  background-size: clamp(384px, 38.9333333333vw, 584px) auto;
}
@media screen and (max-width: 425px) {
  .t-about:after {
    width: 60vw;
    background-size: 62vw auto;
    top: 0;
  }
}
.t-about-block {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: clamp(40px, 6vw, 90px);
  padding-right: clamp(40px, 6vw, 90px);
  gap: clamp(50px, 8.6666666667vw, 130px);
}
@media screen and (max-width: 1000px) {
  .t-about-block {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}
.t-about-visual {
  position: relative;
  max-width: 575px;
  width: 100%;
}
.t-about-visual:before {
  position: absolute;
  content: "";
  z-index: 2;
  bottom: -5%;
  left: -12%;
  width: 117%;
  aspect-ratio: 671/269;
  background: url("../img/top/about-image-deco.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .t-about-visual:before {
    width: calc(100% + 40px);
    left: 50%;
    translate: -50% 0;
  }
}
@media screen and (max-width: 600px) {
  .t-about-visual:before {
    width: calc(100% + 20px);
  }
}
.t-about-visual-ttl {
  position: absolute;
  z-index: 3;
  top: 40px;
  left: 35px;
  width: 30px;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #fff;
  writing-mode: tb-rl;
  border-left: 2px solid #fff;
}
.t-about-visual img {
  border-radius: 30px;
}
.t-about-text {
  max-width: 345px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .t-about-text {
    max-width: 100%;
  }
}
.t-about-text h3 {
  font-size: 3.2rem;
  line-height: 1.8;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  color: #118A32;
}
@media screen and (min-width: 1001px) {
  .t-about-text h3 {
    writing-mode: tb-rl;
  }
}
@media screen and (max-width: 1000px) {
  .t-about-text h3 {
    text-align: center;
  }
  .t-about-text h3 .pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .t-about-text h3 {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 425px) {
  .t-about-text h3 .pc {
    display: block;
  }
}
.t-about-text p {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .t-about-text p {
    margin-bottom: 30px;
  }
}
.t-about-text .btn-A {
  max-width: 275px;
}

.t-overview {
  position: relative;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .t-overview {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
.t-overview:before {
  position: absolute;
  content: "";
  width: 267px;
  height: 184px;
  background: url("../img/top/overview-box-deco.png") no-repeat center center;
  background-size: cover;
  top: -70px;
  right: 30px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .t-overview:before {
    width: 33vw;
    height: auto;
    aspect-ratio: 267/184;
    top: -9vw;
  }
}
.t-overview:after {
  position: absolute;
  content: "";
  width: 600px;
  height: 223px;
  background: url("../img/top/overview-map-under.png") no-repeat center right;
  background-size: 659px auto;
  bottom: 200px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .t-overview:after {
    width: 50vw;
    height: auto;
    aspect-ratio: 600/223;
    bottom: 16vw;
    background-size: 55vw auto;
  }
}
@media screen and (max-width: 1024px) {
  .t-overview:after {
    bottom: -30px;
  }
}
.t-overview-back {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: 100%;
  background: #F7F8E9;
  border-radius: 0 36px 36px 0;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .t-overview-back {
    width: calc(100% - 20px);
  }
}
.t-overview .wrap1280 {
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .t-overview .wrap1280 {
    padding-right: 40px;
  }
}
.t-overview-head {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px 50px;
}
.t-overview-block {
  margin-top: 60px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .t-overview-block {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .t-overview-block {
    margin-bottom: 40px;
    margin-top: 30px;
  }
}
.t-overview-map {
  max-width: 660px;
  width: 52%;
}
@media screen and (max-width: 1024px) {
  .t-overview-map {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.t-overview-area {
  max-width: 540px;
  width: 42%;
}
@media screen and (max-width: 1024px) {
  .t-overview-area {
    max-width: 100%;
    width: 100%;
  }
}
.t-overview-area-block {
  width: 100%;
  border-radius: 17px;
  background: #fff;
  padding: 25px;
}
.t-overview-area-block:not(:last-child) {
  margin-bottom: 10px;
}
.t-overview-area-block ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}
.t-overview-area-block ul li {
  border-bottom: 1px solid;
}

.t-news {
  width: 100%;
  padding: 130px 0;
}
@media screen and (max-width: 768px) {
  .t-news {
    padding: 60px 0;
  }
}
.t-news .news-list {
  margin: 70px 0;
}
@media screen and (max-width: 768px) {
  .t-news .news-list {
    margin: 40px 0;
  }
}
.t-news .news-link {
  display: flex;
  justify-content: center;
  gap: 20px 40px;
}
@media screen and (max-width: 768px) {
  .t-news .news-link {
    flex-direction: column;
    align-items: center;
  }
}

.news-list {
  width: 100%;
}
.news-list-block {
  padding: 40px 0;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (max-width: 768px) {
  .news-list-block {
    padding: 20px 0;
  }
}
.news-list-block:first-child {
  border-top: 1px solid #E2E2E2;
}
.news-list-block a {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .news-list-block a {
    flex-direction: column;
    gap: 20px;
    padding-right: 0;
  }
}
.news-list-block a:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 17px;
  background: url("../img/common/arrow02.png") no-repeat center center;
  background-size: cover;
  top: 10px;
  right: 30px;
  z-index: 2;
  pointer-events: none;
  transition: all 0.6s;
}
.news-list-block a:hover:after {
  translate: 10px 0;
}
.news-list-block a .data {
  width: 290px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 425px) {
  .news-list-block a .data {
    width: 100%;
    padding-right: 50px;
  }
}
.news-list-block a .data .day {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #B9B9B9;
}
.news-list-block a .data .cat {
  width: 160px;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #118A32;
  border: 1px solid #118A32;
  border-radius: 34px;
}
.news-list-block a .data .cat.hero {
  font-size: 0.9rem;
}
.news-list-block a .cont {
  width: calc(100% - 290px);
}
@media screen and (max-width: 768px) {
  .news-list-block a .cont {
    width: 100%;
  }
}
.news-list-block a .cont h3 {
  font-size: 2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 425px) {
  .news-list-block a .cont h3 {
    font-size: 1.8rem;
  }
}
.news-list-block a .cont h3 span {
  border-bottom: 1px solid;
}
.news-list-block a .cont p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
}

.t-faq {
  max-width: 1380px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  padding: 110px 0;
  background: #F7F8E9;
  border-radius: 36px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .t-faq {
    padding: 60px 0;
  }
}

.faq-list {
  width: 100%;
  margin-top: 60px;
}
.faq-list-block {
  width: 100%;
}
.faq-list-block:hover {
  cursor: pointer;
}
.faq-list-block:not(:last-child) {
  margin-bottom: 10px;
}
.faq-list-block dt {
  position: relative;
  width: 100%;
  display: flex;
  gap: 10px;
  line-height: 2;
  padding: 25px 60px 25px 45px;
  background: #fff;
  border-radius: 18px;
}
@media screen and (max-width: 768px) {
  .faq-list-block dt {
    padding: 15px 40px 15px 25px;
  }
}
@media screen and (max-width: 425px) {
  .faq-list-block dt {
    flex-direction: column;
    gap: 0;
  }
}
.faq-list-block dt:before, .faq-list-block dt:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background: #111;
  right: 40px;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .faq-list-block dt:before, .faq-list-block dt:after {
    right: 20px;
  }
}
.faq-list-block dt:after {
  rotate: 90deg;
  transition: all 0.6s;
}
.faq-list-block dt .num {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.3;
  font-size: 2.4rem;
  color: #118A32;
}
@media screen and (max-width: 768px) {
  .faq-list-block dt .num {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.faq-list-block dt.open {
  border-radius: 18px 18px 0 0;
  background: #118A32;
  color: #fff;
}
.faq-list-block dt.open:before, .faq-list-block dt.open:after {
  background: #fff;
}
.faq-list-block dt.open:after {
  rotate: 180deg;
}
.faq-list-block dt.open .num {
  color: #fff;
}
.faq-list-block dd {
  display: none;
  width: 100%;
  background: #fff;
  padding: 25px 45px;
  border-radius: 0 0 18px 18px;
}
@media screen and (max-width: 768px) {
  .faq-list-block dd {
    padding: 10px 25px;
  }
}
.faq-list-block dd .inner {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 425px) {
  .faq-list-block dd .inner {
    flex-direction: column;
    gap: 0;
  }
}
.faq-list-block dd .num {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
  font-weight: 600;
}
.faq-list-block dd p {
  font-size: 1.5rem;
  line-height: 2;
}

/***************************

object/subpage.scss

***************************/
.subpage {
  width: 100%;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .subpage {
    margin-bottom: 50px;
  }
}
.subpage-main {
  position: relative;
  width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  background-color: #F7F8E9;
  padding: 80px 0;
  border-radius: 31px;
}
@media screen and (max-width: 768px) {
  .subpage-main {
    width: calc(100% - 40px);
    padding: 40px 0 80px;
  }
}
@media screen and (max-width: 425px) {
  .subpage-main {
    width: calc(100% - 20px);
    border-radius: 16px;
  }
}
.subpage-ttl {
  font-size: 4.8rem;
  font-weight: 700;
  color: #118A32;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .subpage-ttl {
    font-size: clamp(3.6rem, 6.25vw, 4.8rem);
  }
}
@media screen and (max-width: 425px) {
  .subpage-ttl {
    margin-bottom: 35px;
  }
}
.subpage-sub-ttl {
  width: fit-content;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #118A32;
  letter-spacing: 0.2em;
  padding-bottom: 15px;
  border-bottom: 2px solid #118A32;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .subpage-sub-ttl {
    font-size: clamp(1.8rem, 3.125vw, 2.4rem);
  }
}
@media screen and (max-width: 425px) {
  .subpage-sub-ttl {
    margin-bottom: 20px;
  }
}
.subpage-ankerLink {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 30px;
}
.subpage-ankerLink li {
  padding-bottom: 10px;
  border-bottom: 1px solid;
}
.subpage-ankerLink a {
  position: relative;
  padding-right: 20px;
  font-weight: 700;
}
.subpage-ankerLink a:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 15px;
  background: url("../img/subpage/anker-arrow.png") no-repeat center center;
  background-size: cover;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  transition: all 0.6s;
}
.subpage-ankerLink a:hover:after {
  translate: 0 -10%;
}

.bread-list {
  max-width: 1320px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 10px 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.bread-list li {
  position: relative;
}
.bread-list li:not(:last-child):after {
  position: absolute;
  content: "／";
  font-size: 1.3rem;
  right: -1.25em;
  top: 50%;
  translate: 0 -45%;
}
.bread-list li:not(:last-child) a {
  font-weight: 700;
  border-bottom: 1px solid;
}
.bread-list li:last-child a {
  color: #aaa;
}
.bread-list li a {
  font-size: 1.3rem;
}

.u-section {
  width: 100%;
}
.u-section:not(:last-of-type) {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .u-section:not(:last-of-type) {
    margin-bottom: 70px;
  }
}
.u-section:last-of-type {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .u-section:last-of-type {
    margin-bottom: 80px;
  }
}

/***************************

object/about.scss

***************************/
#about .subpage-main {
  background-image: url(../img/about/subpage-back.png);
  background-position: bottom right clamp(20px, 4.6666666667vw, 70px);
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  #about .subpage-main {
    background-size: 30vw auto;
  }
}
@media screen and (max-width: 425px) {
  #about .subpage-main {
    background-size: 35vw auto;
  }
}
#about .subpage-main:after {
  position: absolute;
  content: "";
  width: 167px;
  height: 94px;
  background: url("../img/about/subpage-deco.png") no-repeat center center;
  background-size: cover;
  bottom: -10px;
  right: clamp(20px, 4.6666666667vw, 70px);
}
@media screen and (max-width: 768px) {
  #about .subpage-main:after {
    width: 127px;
    aspect-ratio: 167/94;
    background-size: 100% auto;
    bottom: -15px;
  }
}

.about-head-box {
  width: 100%;
  border-radius: 31px;
  background: #118A32;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .about-head-box {
    padding: 25px;
  }
}
@media screen and (max-width: 425px) {
  .about-head-box {
    border-radius: 16px;
  }
}
.about-head-box.motto {
  display: flex;
  padding: 0;
}
@media screen and (max-width: 425px) {
  .about-head-box.motto {
    flex-direction: column;
  }
}
.about-head-box.motto h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 185px;
  padding: 50px 20px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .about-head-box.motto h4 {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 425px) {
  .about-head-box.motto h4 {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
}
.about-head-box.motto p {
  width: calc(100% - 185px);
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .about-head-box.motto p {
    padding: 25px;
  }
}
@media screen and (max-width: 425px) {
  .about-head-box.motto p {
    width: 100%;
  }
}

.about-cont {
  width: 100%;
}
.about-cont:not(:last-of-type) {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .about-cont:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.about-cont-block {
  padding: 50px 0;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (max-width: 768px) {
  .about-cont-block {
    padding: 25px 0;
  }
}
.about-cont-block:first-child {
  padding-top: 0;
}
.about-cont-block:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.about-cont-flex {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .about-cont-flex {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.about-cont-flex .text {
  max-width: 660px;
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .about-cont-flex .text {
    max-width: 100%;
    width: 100%;
  }
}
.about-cont-flex .image {
  max-width: 480px;
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .about-cont-flex .image {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
.about-cont-flex .image img {
  border-radius: 32px;
}
@media screen and (max-width: 425px) {
  .about-cont-flex .image img {
    border-radius: 16px;
  }
}
.about-cont-flex .movie {
  max-width: 480px;
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .about-cont-flex .movie {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
.about-cont-last {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 150px;
}
@media screen and (max-width: 1024px) {
  .about-cont-last {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .about-cont-last {
    margin-top: 70px;
    gap: 20px;
  }
}
.about-cont-last .ttl {
  width: 295px;
  font-size: 3.6rem;
  color: #118A32;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .about-cont-last .ttl {
    width: 100%;
  }
  .about-cont-last .ttl .pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .about-cont-last .ttl {
    font-size: clamp(2.6rem, 4.6875vw, 3.6rem);
  }
}
.about-cont-last .text {
  max-width: 790px;
  width: calc(100% - 335px);
}
@media screen and (max-width: 1024px) {
  .about-cont-last .text {
    max-width: 100%;
    width: 100%;
  }
}
.about-cont-last .text p {
  line-height: 2;
}
.about-cont-last .text .link {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .about-cont-last .text .link {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}

.about-heart-flex {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .about-heart-flex {
    flex-direction: column;
  }
}
.about-heart-flex .box {
  padding: 25px 35px;
  border-radius: 31px;
  background: #F7F8E9;
}
@media screen and (max-width: 425px) {
  .about-heart-flex .box {
    border-radius: 16px;
    padding: 15px 25px;
  }
}
.about-heart-flex .box .ttl {
  font-size: 1.8rem;
  line-height: 1.8;
  display: flex;
  align-items: center;
  gap: 10px;
}

.club-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 30px;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .club-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .club-list {
    grid-template-columns: 100%;
  }
}
.club-list-box {
  position: relative;
  border-radius: 31px;
  padding: 50px 20px 40px;
}
@media screen and (max-width: 425px) {
  .club-list-box {
    border-radius: 16px;
  }
}
.club-list-box.sky {
  background: #4C8FCC;
}
.club-list-box.sky .icn {
  border-color: #4C8FCC;
}
.club-list-box.sky .time:after {
  background: #4C8FCC;
}
.club-list-box.orange {
  background: #F98504;
}
.club-list-box.orange .icn {
  border-color: #F98504;
}
.club-list-box.orange .time:after {
  background: #F98504;
}
.club-list-box.green {
  background: #118A32;
}
.club-list-box.green .icn {
  border-color: #118A32;
}
.club-list-box.green .time:after {
  background: #118A32;
}
.club-list-box.blue {
  background: #00205B;
}
.club-list-box.blue .icn {
  border-color: #00205B;
}
.club-list-box.blue .time:after {
  background: #00205B;
}
.club-list-box.red {
  background: #DA291C;
}
.club-list-box.red .icn {
  border-color: #DA291C;
}
.club-list-box.red .time:after {
  background: #DA291C;
}
.club-list-box.deepgreen {
  background: #178066;
}
.club-list-box.deepgreen .icn {
  background: #178066;
  border-color: #fff;
}
.club-list-box.deepgreen .time:after {
  background: #178066;
}
.club-list-box .icn {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  top: -50px;
  left: 50%;
  translate: -50% 0;
  z-index: 2;
}
.club-list-box h5 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}
.club-list-box .time {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  padding: 5px 15px;
}
.club-list-box .time:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 30px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  mix-blend-mode: multiply;
  opacity: 0.5;
  z-index: 1;
}
.club-list-box .time span {
  position: relative;
  z-index: 3;
}
.club-list-box p {
  color: #fff;
  line-height: 2;
  padding: 0 5px;
}

.about-info {
  width: 100%;
}
.about-info-block {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (max-width: 768px) {
  .about-info-block {
    padding: 15px 0;
  }
}
@media screen and (max-width: 600px) {
  .about-info-block {
    flex-direction: column;
  }
}
.about-info-block:first-child {
  border-top: 1px solid #E2E2E2;
}
.about-info-block dt {
  width: 175px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .about-info-block dt {
    width: 100%;
  }
}
.about-info-block dd {
  width: calc(100% - 175px);
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .about-info-block dd {
    width: 100%;
  }
}
.about-info-block dd.flex {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .about-info-block dd.flex {
    flex-direction: column;
  }
}
.about-info-block dd .map {
  max-width: 485px;
  position: relative;
  aspect-ratio: 97/65;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .about-info-block dd .map {
    max-width: 100%;
  }
}
.about-info-block dd .map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.about-ttl01 {
  position: relative;
  padding-left: 30px;
  font-size: 2.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .about-ttl01 {
    font-size: clamp(2.2rem, 3.3854166667vw, 2.6rem);
  }
}
.about-ttl01:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2em;
  background: linear-gradient(250deg, #99C41A, #118A32);
  border-radius: 10px;
  left: 0;
  top: -0.1em;
}

/***************************

object/overview.scss

***************************/
#overview .subpage-main {
  background-image: url(../img/overview/subpage-back.png);
  background-position: bottom right clamp(20px, 3.3333333333vw, 50px);
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  #overview .subpage-main {
    background-size: 35vw auto;
  }
}
@media screen and (max-width: 425px) {
  #overview .subpage-main {
    background-size: 40vw auto;
  }
}
#overview .subpage-main:after {
  position: absolute;
  content: "";
  width: 193px;
  height: 107px;
  background: url("../img/overview/subpage-deco.png") no-repeat center center;
  background-size: cover;
  bottom: -15px;
  right: clamp(20px, 4.6666666667vw, 70px);
}
@media screen and (max-width: 768px) {
  #overview .subpage-main:after {
    width: 147px;
    height: auto;
    aspect-ratio: 193/107;
    background-size: 100% auto;
    bottom: -20px;
  }
}

.overview-areamap {
  width: 100%;
  border: 1px solid #E2E2E2;
  border-radius: 32px;
  margin-top: 60px;
}
.overview-areamap img {
  border-radius: 32px;
}
@media screen and (max-width: 768px) {
  .overview-areamap img {
    min-width: 730px;
  }
}

.troop-block {
  width: 100%;
}
.troop-block:not(:last-of-type) {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .troop-block:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.troop-block.hiroshima .troop-ttl:before {
  background: #E93F30;
}
.troop-block.hiroshima .troop-info-box .image .area {
  border-color: #E93F30;
  color: #E93F30;
}
.troop-block.hiroshima .modal-area {
  color: #E93F30;
}
.troop-block.asa .troop-ttl:before {
  background: #10AAE4;
}
.troop-block.asa .troop-info-box .image .area {
  border-color: #10AAE4;
  color: #10AAE4;
}
.troop-block.asa .modal-area {
  color: #10AAE4;
}
.troop-block.kure .troop-ttl:before {
  background: #2A75D0;
}
.troop-block.kure .troop-info-box .image .area {
  border-color: #2A75D0;
  color: #2A75D0;
}
.troop-block.kure .modal-area {
  color: #2A75D0;
}
.troop-block.aki .troop-ttl:before {
  background: #FA821F;
}
.troop-block.aki .troop-info-box .image .area {
  border-color: #FA821F;
  color: #FA821F;
}
.troop-block.aki .modal-area {
  color: #FA821F;
}
.troop-block.bingo .troop-ttl:before {
  background: #12AF5D;
}
.troop-block.bingo .troop-info-box .image .area {
  border-color: #12AF5D;
  color: #12AF5D;
}
.troop-block.bingo .modal-area {
  color: #12AF5D;
}
.troop-block.saeki .troop-ttl:before {
  background: #8F4BA2;
}
.troop-block.saeki .troop-info-box .image .area {
  border-color: #8F4BA2;
  color: #8F4BA2;
}
.troop-block.saeki .modal-area {
  color: #8F4BA2;
}

.troop-ttl {
  position: relative;
  padding-left: 30px;
  font-size: 2.6rem;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .troop-ttl {
    font-size: clamp(2.2rem, 3.3854166667vw, 2.6rem);
    margin-bottom: 20px;
  }
}
.troop-ttl:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2em;
  background: #111;
  border-radius: 10px;
  left: 0;
  top: -0.1em;
}

.troop-info {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 40px;
}
@media screen and (max-width: 1024px) {
  .troop-info {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .troop-info {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 425px) {
  .troop-info {
    grid-template-columns: 100%;
  }
}
.troop-info-box .image {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.troop-info-box .image img {
  border-radius: 18px;
  width: 100%;
}
.troop-info-box .image .area {
  position: absolute;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 26px;
  background: #fff;
  border: 1px solid #111;
  padding: 5px 3px;
  writing-mode: tb-rl;
  right: 10px;
  top: 10px;
  z-index: 2;
}
.troop-info-box .ttl {
  font-size: 2rem;
  margin-bottom: 20px;
}
.troop-info-box .data {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E2E2E2;
}
.troop-info-box .data-block {
  display: flex;
  gap: 5px;
}
.troop-info-box .data-block:not(:last-child) {
  margin-bottom: 8px;
}
.troop-info-box .data-block dt {
  width: 70px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  color: #6A7D66;
  background: #ECEDE4;
  border-radius: 4px;
}
.troop-info-box .data-block dd {
  width: calc(100% - 75px);
  font-size: 1.4rem;
  line-height: 1.6;
}
.troop-info-box .btn-modal {
  position: relative;
  display: flex;
  width: fit-content;
  padding-right: 25px;
  font-weight: 700;
  color: #118A32;
  margin-left: auto;
}
.troop-info-box .btn-modal:hover {
  cursor: pointer;
}
.troop-info-box .btn-modal:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: url("../img/overview/btn-modal.png") no-repeat center center;
  background-size: cover;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}

.modal-body {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  width: 100vw;
  height: 100lvh;
  z-index: 20;
  top: 0;
  left: 0;
  overflow: scroll;
  display: flex;
  justify-content: center;
  padding: 60px 20px;
  transition: all 0.3s;
}
.modal-body.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  z-index: 2;
}

.modal-main {
  position: relative;
  max-width: 900px;
  width: 100%;
  padding-top: 50px;
  z-index: 5;
}

.modal-close {
  position: absolute;
  width: 28px;
  height: 28px;
  background: url("../img/overview/modal-close.png") no-repeat center center;
  background-size: cover;
  top: 0;
  right: 0;
  z-index: 2;
}
.modal-close:hover {
  cursor: pointer;
}

.modal-block {
  border-radius: 31px;
  background: #fff;
  border: 1px solid #118A32;
  padding: 70px clamp(20px, 6.6666666667vw, 100px);
}
@media screen and (max-width: 768px) {
  .modal-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.modal-area {
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 30px;
}

.modal-name {
  font-size: 3.6rem;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .modal-name {
    font-size: clamp(2.6rem, 4.6875vw, 3.6rem);
  }
}

.modal-club {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 40px;
}
.modal-club li {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  line-height: 2;
  padding: 1px 15px;
  border-radius: 30px;
}
.modal-club li.sky {
  background: #4D8FCC;
}
.modal-club li.orange {
  background: #F88504;
}
.modal-club li.green {
  background: #128A31;
}
.modal-club li.blue {
  background: #00205B;
}
.modal-club li.red {
  background: #DA281C;
}

.modal-image {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.modal-image .modalSlider {
  overflow: visible;
}
.modal-image .modalSlider-pagination {
  width: fit-content !important;
  left: 50% !important;
  top: inherit !important;
  bottom: -30px !important;
  translate: -50% 0;
}
.modal-image .modalSlider-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  border-radius: 5px;
  background: #cacaca;
  opacity: 1;
}
.modal-image .modalSlider-pagination .swiper-pagination-bullet-active {
  background: #118A32;
}
.modal-image img {
  width: 100%;
  border-radius: 20px;
}

.modal-active-flex {
  display: flex;
  gap: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .modal-active-flex {
    flex-direction: column;
    gap: 0;
  }
}
.modal-active-flex ul {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .modal-active-flex ul {
    width: 100%;
  }
}

.modal-message {
  padding: 20px 25px;
  background: #F7F8EA;
  border-radius: 16px;
  margin-bottom: 60px;
}
.modal-message .name {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  margin-top: 15px;
}
@media screen and (max-width: 425px) {
  .modal-message .name {
    flex-direction: column;
    align-items: flex-end;
  }
}
.modal-message .name span {
  font-size: 1.2rem;
  font-weight: 500;
}

.modal-info {
  width: 100%;
  margin-bottom: 50px;
}
.modal-info-block {
  display: flex;
  padding: 20px;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (max-width: 425px) {
  .modal-info-block {
    flex-direction: column;
    padding: 10px 0;
  }
}
.modal-info-block:first-child {
  border-top: 1px solid #E2E2E2;
}
.modal-info-block dt {
  width: 125px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 425px) {
  .modal-info-block dt {
    width: 100%;
  }
}
.modal-info-block dd {
  width: calc(100% - 125px);
  line-height: 2;
}
@media screen and (max-width: 425px) {
  .modal-info-block dd {
    width: 100%;
  }
}
.modal-info-block dd .modal-club {
  margin-bottom: 0;
}
.modal-info-block .fee-block {
  display: flex;
  gap: 5px 20px;
  padding: 10px 0;
}
.modal-info-block .fee-block:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.modal-info-block .fee-block:first-child {
  padding-top: 0;
}
.modal-info-block .fee-block:last-child {
  padding-bottom: 0;
}
.modal-info-block .fee-block .name {
  width: 90px;
}
.modal-info-block .fee-block .text {
  width: calc(100% - 120px);
}

.inner-close {
  position: relative;
  display: block;
  width: 80px;
  font-weight: 700;
  color: #118A32;
  border-bottom: 2px solid #118A32;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0;
}
.inner-close:hover {
  cursor: pointer;
}
.inner-close:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 14px;
  background: url("../img/overview/inner-close.png") no-repeat center center;
  background-size: cover;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}

/***************************

object/news.scss

***************************/
#news .subpage-main {
  background-image: url(../img/news/subpage-back.png);
  background-position: bottom right clamp(20px, 4.6666666667vw, 70px);
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  #news .subpage-main {
    background-size: 35vw auto;
  }
}
@media screen and (max-width: 425px) {
  #news .subpage-main {
    background-size: 40vw auto;
  }
}
#news .subpage-main:after {
  position: absolute;
  content: "";
  width: 139px;
  height: 117px;
  background: url("../img/news/subpage-deco.png") no-repeat center center;
  background-size: cover;
  bottom: -15px;
  right: clamp(20px, 4.6666666667vw, 70px);
}
@media screen and (max-width: 768px) {
  #news .subpage-main:after {
    width: 119px;
    height: auto;
    aspect-ratio: 139/117;
    background-size: 100% auto;
    bottom: -20px;
  }
}
#news .news-list-block a .cont p {
  max-width: 800px;
}

.cat-archive {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px 25px;
  margin-top: 80px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .cat-archive {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .cat-archive {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .cat-archive {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 425px) {
  .cat-archive {
    grid-template-columns: 100%;
  }
}
.cat-archive li {
  width: 100%;
}
.cat-archive li.current a {
  background: #118A32;
  color: #fff;
  pointer-events: none;
}
.cat-archive li.hero a {
  font-size: 1.2rem;
}
.cat-archive li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  border: 1px solid #118A32;
  color: #118A32;
  background: #fff;
  border-radius: 50px;
}
@media screen and (max-width: 425px) {
  .cat-archive li a {
    min-height: 40px;
  }
}
.cat-archive li a:hover {
  background: #118A32;
  color: #fff;
}

.wp-pagenavi-control {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi-control {
    margin-top: 30px;
  }
}

.news-detail-head {
  width: 100%;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 25px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .news-detail-head {
    margin-bottom: 30px;
  }
}
.news-detail-head .data {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .news-detail-head .data {
    flex-wrap: wrap;
    gap: 5px 20px;
  }
}
.news-detail-head .data .day {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #B8B8B8;
}
@media screen and (max-width: 768px) {
  .news-detail-head .data .day {
    font-size: clamp(1.8rem, 3.125vw, 2.4rem);
  }
}
.news-detail-head .data .cat {
  min-width: 220px;
  min-height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  color: #118A32;
  border: 1px solid #118A32;
  border-radius: 35px;
}
.news-detail-head .ttl {
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .news-detail-head .ttl {
    font-size: clamp(2.6rem, 4.6875vw, 3.6rem);
  }
}

.news-detail-editor {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 60px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .news-detail-editor {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.news-detail-editor p {
  line-height: 2;
}

.news-back {
  position: relative;
  max-width: 315px;
  width: 100%;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #fff;
  background: #118A32;
  border-radius: 80px;
  padding: 10px 55px;
  filter: drop-shadow(4px 4px 10px rgba(10, 80, 29, 0.25));
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .news-back {
    min-height: 65px;
    padding: 10px 35px;
  }
}
.news-back:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 17px;
  background: url("../img/common/arrow01.png") no-repeat center center;
  background-size: cover;
  top: 50%;
  left: 40px;
  translate: 0 -50%;
  z-index: 2;
  pointer-events: none;
  rotate: 180deg;
  transition: all 0.6s;
}
@media screen and (max-width: 768px) {
  .news-back:before {
    left: 20px;
  }
}
.news-back:hover {
  color: #fff;
}
.news-back:hover:before {
  translate: -10px -50%;
}

/***************************

object/login.scss

***************************/
#login .subpage-main {
  background-image: url(../img/login/subpage-back.png);
  background-position: bottom right clamp(20px, 4.6666666667vw, 70px);
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  #login .subpage-main {
    background-size: 35vw auto;
  }
}
@media screen and (max-width: 425px) {
  #login .subpage-main {
    background-size: 40vw auto;
  }
}
#login .subpage-main:after {
  position: absolute;
  content: "";
  width: 139px;
  height: 117px;
  background: url("../img/news/subpage-deco.png") no-repeat center center;
  background-size: cover;
  bottom: -15px;
  right: clamp(20px, 4.6666666667vw, 70px);
}
@media screen and (max-width: 768px) {
  #login .subpage-main:after {
    width: 119px;
    height: auto;
    aspect-ratio: 139/117;
    background-size: 100% auto;
    bottom: -20px;
  }
}

.wpmem_login_form {
  margin-top: 60px;
}
.wpmem_login_form #wpmem_restricted_msg {
  display: none;
}
.wpmem_login_form .login_status {
  border: 1px solid #E2E2E2 !important;
  border-radius: 26px !important;
  padding: 50px 80px !important;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .wpmem_login_form .login_status {
    padding: 50px clamp(20px, 5.859375vw, 60px) !important;
  }
}
.wpmem_login_form .login_status a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 315px;
  width: 100%;
  min-height: 80px;
  font-weight: 700;
  background: #FFFA1A;
  border: none;
  border-radius: 80px;
  filter: drop-shadow(4px 4px 10px rgba(159, 60, 6, 0.25));
  padding: 10px 55px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .wpmem_login_form .login_status a {
    min-height: 65px;
    padding: 10px 35px;
  }
}
.wpmem_login_form .login_status a:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 17px;
  background: url("../img/common/arrow02.png") no-repeat center center;
  background-size: cover;
  top: 50%;
  right: 40px;
  translate: 0 -50%;
  transition: all 0.6s;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .wpmem_login_form .login_status a:after {
    right: 20px;
  }
}
.wpmem_login_form .login_status a:hover:after {
  translate: 10px -50%;
}
.wpmem_login_form fieldset {
  border: 1px solid #E2E2E2 !important;
  border-radius: 26px !important;
  padding: 50px 80px !important;
}
@media screen and (max-width: 1024px) {
  .wpmem_login_form fieldset {
    padding: 50px clamp(20px, 5.859375vw, 60px) !important;
  }
}
.wpmem_login_form legend {
  display: none;
}
.wpmem_login_form label {
  display: inline-block;
  line-height: 2;
  margin-bottom: 10px;
}
.wpmem_login_form input[type=text], .wpmem_login_form input[type=password] {
  width: 100%;
  min-height: 65px;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  background: #F6F6F6;
  margin-bottom: 30px;
}
.wpmem_login_form .wpmem_login_submit {
  position: relative;
  max-width: 315px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wpmem_login_form .wpmem_login_submit:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 17px;
  background: url("../img/common/arrow02.png") no-repeat center center;
  background-size: cover;
  top: 50%;
  right: 40px;
  translate: 0 -50%;
  transition: all 0.6s;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .wpmem_login_form .wpmem_login_submit:after {
    right: 20px;
  }
}
.wpmem_login_form .wpmem_login_submit:hover:after {
  translate: 10px -50%;
}
.wpmem_login_form input[type=submit] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 80px;
  font-weight: 700;
  background: #FFFA1A;
  border: none;
  border-radius: 80px;
  filter: drop-shadow(4px 4px 10px rgba(159, 60, 6, 0.25));
  padding: 10px 55px;
}
@media screen and (max-width: 768px) {
  .wpmem_login_form input[type=submit] {
    min-height: 65px;
    padding: 10px 35px;
  }
}
.wpmem_login_form input[type=submit]:hover {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg {
    width: 100% !important;
  }
}

/***************************

object/contact.scss

***************************/
#contact .subpage-main {
  background-image: url(../img/contact/subpage-back.png);
  background-position: bottom right clamp(20px, 4.6666666667vw, 70px);
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  #contact .subpage-main {
    background-size: 35vw auto;
  }
}
@media screen and (max-width: 425px) {
  #contact .subpage-main {
    background-size: 40vw auto;
  }
}
#contact .subpage-main:after {
  position: absolute;
  content: "";
  width: 118px;
  height: 118px;
  background: url("../img/contact/subpage-deco.png") no-repeat center center;
  background-size: cover;
  bottom: -15px;
  right: clamp(20px, 6.6666666667vw, 100px);
}
@media screen and (max-width: 768px) {
  #contact .subpage-main:after {
    width: 88px;
    height: auto;
    aspect-ratio: 1/1;
    background-size: 100% auto;
    bottom: -20px;
  }
}

.contact01 {
  width: 100%;
}
.contact01 .hdg03 {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .contact01 .hdg03 {
    margin-top: 60px;
  }
}

.contact-tel {
  width: 100%;
  border: 1px solid #E2E2E2;
  border-radius: 25px;
  padding: 60px 20px 50px;
  text-align: center;
}
.contact-tel a {
  width: fit-content;
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 1.36;
  gap: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .contact-tel a {
    font-size: clamp(3.6rem, 6.25vw, 4.8rem);
  }
}
@media screen and (max-width: 425px) {
  .contact-tel a {
    font-size: 7.5294117647vw;
  }
}
.contact-tel p {
  font-size: 1.4rem;
  line-height: 2;
}

.mailform-wrap {
  width: 100%;
  border: 1px solid #E2E2E2;
  border-radius: 25px;
  padding: 70px clamp(20px, 7.8125vw, 80px);
}
@media screen and (max-width: 768px) {
  .mailform-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.mailform-list {
  width: 100%;
  margin-bottom: 30px;
}
.mailform-list-block {
  width: 100%;
}
.mailform-list-block:not(:last-child) {
  margin-bottom: 30px;
}
.mailform-list-block dt {
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 2;
  gap: 10px;
  margin-bottom: 15px;
}
.mailform-list-block dt span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 21px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 3px;
  background: #ddd;
  color: #777;
}
.mailform-list-block dt span:after {
  display: inline-block;
  content: "任意";
}
.mailform-list-block dt span.eq {
  background: #F13C21;
  color: #fff;
}
.mailform-list-block dt span.eq:after {
  content: "必須";
}
.mailform-list-block dd {
  width: 100%;
}
.mailform-list-block dd input[type=text],
.mailform-list-block dd input[type=email],
.mailform-list-block dd input[type=tel] {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  width: 100%;
  min-height: 65px;
  border: 1px solid #E2E2E2;
  background: #F6F6F6;
  border-radius: 4px;
  margin: 0;
  padding: 10px 25px;
}
.mailform-list-block dd input[type=text]::placeholder,
.mailform-list-block dd input[type=email]::placeholder,
.mailform-list-block dd input[type=tel]::placeholder {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #aaa;
}
.mailform-list-block dd input.p-region {
  display: none;
}
.mailform-list-block dd textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  width: 100%;
  min-height: 300px;
  border: 1px solid #E2E2E2;
  background: #F6F6F6;
  border-radius: 4px;
  margin: 0;
  padding: 25px 25px;
}
.mailform-list-block dd textarea::placeholder {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #aaa;
}
.mailform-list-block dd.radio-flex .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.mailform-list-block dd.radio-flex .wpcf7-list-item {
  max-width: 250px;
  width: 100%;
  min-height: 65px;
  display: flex;
  align-items: center;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  padding: 10px 15px;
  margin-left: 0;
}
.mailform-list-block dd.radio-flex .wpcf7-list-item input {
  display: none;
}
.mailform-list-block dd.radio-flex .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
  opacity: 1;
}
.mailform-list-block dd.radio-flex .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 40px;
}
.mailform-list-block dd.radio-flex .wpcf7-list-item-label:before {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  border: 1px solid #E2E2E2;
  background: #F6F6F6;
  border-radius: 100%;
  left: 0;
  top: 50%;
  z-index: 2;
  translate: 0 -50%;
}
.mailform-list-block dd.radio-flex .wpcf7-list-item-label:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #118A32;
  border-radius: 100%;
  z-index: 3;
  top: 50%;
  left: 5.5px;
  translate: 0 -50%;
  opacity: 0;
}
.mailform-list-block dd.birth-flex {
  display: flex;
  align-items: center;
  gap: 10px 15px;
}
@media screen and (max-width: 600px) {
  .mailform-list-block dd.birth-flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.mailform-list-block dd.birth-flex select {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #777;
  min-height: 65px;
  margin: 0;
  padding: 10px 30px 10px 20px;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  background-image: url(../img/contact/select-arrow.png);
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 8px 5px;
  background-color: #F6F6F6;
  appearance: none;
}
.mailform-list-block-flex {
  display: flex;
  align-items: center;
  gap: 5px;
}
.mailform-list-block-flex .text {
  line-height: 2;
}
.mailform-list-block-flex.select-year select {
  width: 150px;
}
@media screen and (max-width: 600px) {
  .mailform-list-block-flex.select-year select {
    width: 45vw;
  }
}
.mailform-list-block-flex.select-month select, .mailform-list-block-flex.select-day select {
  width: 100px;
}
@media screen and (max-width: 600px) {
  .mailform-list-block-flex.select-month select, .mailform-list-block-flex.select-day select {
    width: 45vw;
  }
}
@media screen and (max-width: 425px) {
  .mailform-list-block-flex.zip-cord {
    flex-wrap: wrap;
  }
}
.mailform-list-block-flex.zip-cord input[type=text] {
  width: 150px;
  padding: 10px 20px;
}
.mailform-list-block-flex.zip-cord button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  min-height: 40px;
  font-weight: 700;
  color: #fff;
  background: #333;
  border-radius: 5px;
  border: none;
  margin-left: 20px;
}
@media screen and (max-width: 425px) {
  .mailform-list-block-flex.zip-cord button {
    margin-left: calc(1em + 5px);
  }
}
.mailform-list-block-flex.zip-cord button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.privacy-block {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #E2E2E2;
  margin-bottom: 50px;
}
.privacy-block .scroll-area {
  max-height: 300px;
  padding: 25px 30px;
}
.privacy-block .scroll-area h3 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.privacy-block .scroll-area h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 2;
}
.privacy-block .scroll-area p {
  line-height: 2;
}
.privacy-block .scroll-area p:not(:last-of-type) {
  margin-bottom: 30px;
}
.privacy-block .scroll-area ul {
  line-height: 2;
}
.privacy-block .scroll-area ul:not(:last-child) {
  margin-bottom: 30px;
}
.privacy-block .scroll-area ul li:not(:last-child) {
  margin-bottom: 10px;
}
.privacy-block .scroll-area ul li ul {
  margin-bottom: 0;
  margin-top: 5px;
  padding-left: 1.5em;
}
.privacy-block .simplebar-track.simplebar-vertical {
  width: 16px;
}
.privacy-block .simplebar-scrollbar:before {
  width: 10px;
  background: #aaa;
  border-radius: 10px;
  opacity: 1 !important;
}

.submit-block {
  position: relative;
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.submit-block:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 18px;
  background: url("../img/contact/arrow.png") no-repeat center center;
  background-size: cover;
  top: 50%;
  right: 45px;
  translate: 0 -50%;
  z-index: 3;
  pointer-events: none;
  transition: all 0.6s;
}
@media screen and (max-width: 768px) {
  .submit-block:before {
    right: 25px;
  }
}
@media screen and (max-width: 425px) {
  .submit-block:before {
    width: 14px;
    height: 15px;
    background-size: 100% auto;
    right: 15px;
  }
}
.submit-block:hover:before {
  translate: 10px -50%;
}
.submit-block input {
  width: 100%;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 60px;
  border-radius: 100px;
  border: none;
  font-size: 1.8rem;
  font-weight: 700;
  white-space: wrap;
  color: #fff;
  line-height: 1.2;
  background: linear-gradient(35deg, #118A32 75%, #94C21B);
  transition: all 0.6s;
}
@media screen and (max-width: 768px) {
  .submit-block input {
    min-height: 80px;
    padding: 10px 40px;
  }
}
@media screen and (max-width: 425px) {
  .submit-block input {
    padding: 10px 30px 10px 15px;
  }
}
.submit-block input:hover {
  cursor: pointer;
  opacity: 0.6;
}
.submit-block .wpcf7-spinner {
  display: none;
}

#thanks .subpage-main {
  background-image: url(../img/contact/subpage-back.png);
  background-position: bottom right clamp(20px, 4.6666666667vw, 70px);
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  #thanks .subpage-main {
    background-size: 35vw auto;
  }
}
@media screen and (max-width: 425px) {
  #thanks .subpage-main {
    background-size: 40vw auto;
  }
}
#thanks .subpage-main:after {
  position: absolute;
  content: "";
  width: 98px;
  height: 118px;
  background: url("../img/contact/subpage-thanks-deco.png") no-repeat center center;
  background-size: cover;
  bottom: -15px;
  right: clamp(20px, 6.6666666667vw, 100px);
}
@media screen and (max-width: 768px) {
  #thanks .subpage-main:after {
    width: 78px;
    height: auto;
    aspect-ratio: 98/118;
    background-size: 100% auto;
    bottom: -20px;
  }
}

.home-back {
  position: relative;
  max-width: 315px;
  width: 100%;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 55px;
  font-weight: 700;
  color: #fff;
  background: #118A32;
  border-radius: 80px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .home-back {
    min-height: 65px;
    margin-top: 40px;
    padding: 10px 35px;
  }
}
.home-back:hover {
  color: #fff;
}
.home-back:hover:before {
  translate: -10px -50%;
}
.home-back:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 18px;
  background: url("../img/contact/arrow.png") no-repeat center center;
  background-size: cover;
  top: 50%;
  left: 40px;
  translate: 0 -50%;
  z-index: 3;
  pointer-events: none;
  rotate: 180deg;
  transition: all 0.6s;
}
@media screen and (max-width: 768px) {
  .home-back:before {
    left: 20px;
  }
}/*# sourceMappingURL=style.css.map */