@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@font-face {
  font-family: "Mobo";
  src: url("../fonts/MOBO.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
/*-------------------------------------------------------------------------------------------------*/
/* リセット
 ------------------------------------------*/
body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  box-sizing: border-box;
  color: #3e3a39;
}
@media screen and (max-width: 1440px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
  }
}
@media screen and (max-width: 736px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
  }
}

a {
  text-decoration: none;
  outline: none;
  border: none;
  opacity: 1;
  transition: 0.2s;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

a img, img {
  border: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, p, pre, span, td, th, ul {
  margin: 0;
  padding: 0;
}

abbr, acronym {
  border: 0;
}

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

caption, th {
  text-align: left;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

* + html code, kbd, pre, samp, tt {
  font-size: 108%;
}

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

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

button, fieldset, form, input, label, legend, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; /*table-layout:fixed;*/
}

table td {
  vertical-align: top;
}

br.pc,
img.pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  br.pc,
  img.pc {
    display: none;
  }
}

br.sp,
img.sp {
  display: none;
}
@media screen and (max-width: 736px) {
  br.sp,
  img.sp {
    display: block;
  }
}

br.tablet,
img.tablet {
  display: none;
}
@media screen and (max-width: 1024px) {
  br.tablet,
  img.tablet {
    display: block;
  }
}

.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.green {
  color: #1eaa39;
}

.yellow {
  color: #f9ed32;
}

.bold {
  font-weight: bold;
}

.mobo {
  font-family: "Mobo", sans-serif;
}

.btn-box {
  text-align: center;
}
.btn-box a.btn-top {
  display: inline-block;
  color: #fff;
  background-color: #1eaa39;
  padding: 15px 80px;
  border-radius: 100px;
  position: relative;
}
.btn-box a.btn-top::after {
  content: "→";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 28px;
}
@media screen and (max-width: 736px) {
  p {
    font-size: 14px;
  }
}

body {
  background-color: #fff;
}

.menu-icon {
  display: none;
}
@media screen and (max-width: 1024px) {
  .menu-icon {
    background-color: #1eaa39;
    position: fixed;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
    border-radius: 5px;
  }
}
.menu-icon .line {
  width: 18px;
  height: 2px;
  margin: 2px 0;
  background-color: #fff;
  transition: all 0.3s ease;
}
.menu-icon.open {
  background-color: transparent;
}
.menu-icon.open .line:nth-child(1) {
  transform: rotate(45deg) translate(4px, 5px);
  background-color: #fff;
}
.menu-icon.open .line:nth-child(2) {
  opacity: 0;
}
.menu-icon.open .line:nth-child(3) {
  transform: rotate(-45deg) translate(3.4px, -5px);
  background-color: #fff;
}

header {
  width: 90%;
  max-width: 1200px;
  margin: 0px auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  top: 30px;
  left: 50%;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  header {
    left: -100%;
    top: 0;
    transform: none;
    transition: 0.2s;
    width: 100%;
    height: 100dvh;
  }
}
header.fixed-nav {
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
header ul {
  background-image: url(../img/top/bg-menu.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  border-radius: 100px;
}
@media screen and (max-width: 1024px) {
  header ul {
    background-image: url(../img/top/bg-about.svg);
    width: 100%;
    height: 100dvh;
    border-radius: 0;
    flex-wrap: wrap;
    padding: 30px 15px;
  }
}
@media screen and (max-width: 1024px) {
  header ul li {
    width: 100%;
  }
}
header ul li a {
  font-size: 18px;
  color: #fff;
  padding: 20px 15px;
  display: block;
  position: relative;
}
@media screen and (max-width: 1024px) {
  header ul li a {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding-left: 30px;
  }
}
header ul li a::after {
  content: "｜";
  position: absolute;
  right: -10px;
}
@media screen and (max-width: 1024px) {
  header ul li a::after {
    display: none;
  }
}
header ul li:last-of-type a::after {
  display: none;
}

#float-banner-box {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 9;
}
@media screen and (max-width: 1024px) {
  #float-banner-box {
    top: 15px;
    left: 15px;
    bottom: auto;
    right: auto;
  }
}
#float-banner-box a {
  display: block;
  width: 240px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  #float-banner-box a {
    width: 240px;
  }
}
@media screen and (max-width: 736px) {
  #float-banner-box a {
    width: 250px;
  }
}
#float-banner-box a.pc {
  display: block;
}
@media screen and (max-width: 736px) {
  #float-banner-box a.pc {
    display: none;
  }
}
#float-banner-box a.sp {
  display: none;
}
@media screen and (max-width: 736px) {
  #float-banner-box a.sp {
    display: block;
  }
}
#float-banner-box a img {
  width: 100%;
  height: 100%;
}

footer {
  padding: 80px 0;
  background-image: url(../img/top/bg-about.svg);
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 736px) {
  footer {
    padding-top: 30px;
  }
}
footer .box {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
footer .box .footer-top {
  margin-bottom: 10px;
}
footer .box .footer-top h2 {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top h2 {
    text-align: center;
    line-height: 2em;
  }
}
footer .box .footer-top h2 span {
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
  color: #1eaa39;
  padding: 5px 20px;
  margin-right: 20px;
  border-radius: 100px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top h2 span {
    margin-right: 0px;
  }
}
footer .box .footer-bottom {
  display: flex;
  justify-content: space-between;
}
footer .box .footer-bottom .footer-left {
  width: 48%;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom .footer-left {
    width: 18em;
    margin: 0 auto;
  }
}
footer .box .footer-bottom .footer-left p {
  color: #fff;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom .footer-left p {
    font-size: 16px;
  }
}
footer .box .footer-bottom .footer-left p a {
  color: #fff;
}
footer .box .footer-bottom .footer-right {
  width: 48%;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom .footer-right {
    display: none;
  }
}
footer .box .footer-bottom .footer-right ul {
  display: flex;
  flex-wrap: wrap;
}
footer .box .footer-bottom .footer-right ul li {
  margin-bottom: 10px;
}
footer .box .footer-bottom .footer-right ul li a {
  color: #fff;
  font-size: 14px;
  padding: 0px 15px;
  border-right: 1px solid #fff;
  font-size: 14px;
}
footer .box .footer-copy p {
  color: #fff;
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
}

/* モーダルの基本スタイル */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.9);
}

/* モーダルコンテンツ */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* 閉じるボタン */
.modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #3e3a39;
  font-size: 40px;
  font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.breadcrumb {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 10px;
}
.breadcrumb span {
  font-size: 13px;
}
.breadcrumb span a {
  text-decoration: underline;
}

.under-page {
  padding: 200px 0;
}
@media screen and (max-width: 736px) {
  .under-page {
    padding: 30px 0;
  }
}
.under-page .under-title-box {
  max-width: 1200px;
  width: 90%;
  margin: 30px auto 50px;
}
@media screen and (max-width: 736px) {
  .under-page .under-title-box {
    margin: 60px auto 20px;
  }
}
.under-page .under-title-box h1.title {
  font-size: 50px;
  font-weight: bold;
  color: #1eaa39;
}
@media screen and (max-width: 736px) {
  .under-page .under-title-box h1.title {
    font-size: 24px;
    text-align: center;
  }
}
.under-page .under-box {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.under-page#news-list .under-box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.under-page#news-list .under-box ul li {
  width: 32%;
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  .under-page#news-list .under-box ul li {
    width: 100%;
  }
}
.under-page#news-list .under-box ul li img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  .under-page#news-list .under-box ul li img {
    border-radius: 15px;
  }
}
.under-page#news-list .under-box ul li h3 {
  font-family: "Mobo", sans-serif;
}
.under-page#news-list .under-box ul li span.date {
  color: #ccc;
  font-size: 14px;
}

.under-page#news-detail .under-box .news-title-box {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.under-page#news-detail .under-box .news-title-box h2 {
  font-size: 40px;
  font-weight: bold;
  color: #1eaa39;
  margin-right: 30px;
}
.under-page#news-detail .under-box .news-title-box span.date {
  color: #ccc;
  font-size: 14px;
}
.under-page#news-detail .under-box img {
  margin-bottom: 30px;
  border-radius: 5px;
}
.under-page#news-detail .under-box p {
  margin-bottom: 30px;
}

.under-page#contact .under-box article.under-contents {
  padding-left: 0;
}
.under-page#contact .under-box article.under-contents p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents p {
    font-size: 14px;
  }
}
.under-page#contact .under-box article.under-contents #contact-box {
  background-color: #fffffa;
  border-radius: 20px;
  padding: 80px 30px;
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents #contact-box {
    padding: 30px 15px;
  }
}
.under-page#contact .under-box article.under-contents #contact-box form table {
  margin: 0 auto;
}
.under-page#contact .under-box article.under-contents #contact-box form table tr th {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.06em;
  text-align: left;
  width: 24em;
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents #contact-box form table tr th {
    display: block;
    width: 100%;
  }
}
.under-page#contact .under-box article.under-contents #contact-box form table tr th span {
  padding: 4px 20px 4px 20px;
  border-radius: 100px;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.3em;
  text-align: center;
  margin-left: 15px;
}
.under-page#contact .under-box article.under-contents #contact-box form table tr th span.req {
  background-color: #1eaa39;
  color: #fff;
}
.under-page#contact .under-box article.under-contents #contact-box form table tr th span.opt {
  background-color: #bbb;
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents #contact-box form table tr th p {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents #contact-box form table tr td {
    display: block;
    width: 100%;
  }
}
.under-page#contact .under-box article.under-contents #contact-box form table tr td span.label {
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents #contact-box form table tr td span.label {
    margin-bottom: 0;
  }
}
.under-page#contact .under-box article.under-contents #contact-box form table tr td span.wpcf7-list-item {
  display: block;
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents #contact-box form table tr td span.wpcf7-list-item-label {
    font-size: 13px;
  }
}
.under-page#contact .under-box article.under-contents #contact-box form table tr td span.gray {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.06em;
  text-align: left;
  margin-bottom: 15px;
  color: #7F8786;
  width: 100%;
  display: block;
}
.under-page#contact .under-box article.under-contents #contact-box form table tr td span.gray.bt {
  padding-top: 15px;
  border-top: 1px solid #ccc;
}
.under-page#contact .under-box article.under-contents #contact-box form table tr td input[type=radio] {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: left;
}
.under-page#contact .under-box article.under-contents #contact-box form table tr td input[type=text],
.under-page#contact .under-box article.under-contents #contact-box form table tr td input[type=email],
.under-page#contact .under-box article.under-contents #contact-box form table tr td input[type=tel],
.under-page#contact .under-box article.under-contents #contact-box form table tr td textarea {
  padding: 20px 16px;
  border-radius: 6px;
  border: none;
  background-color: #F5F5F5;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents #contact-box form table tr td input[type=text],
  .under-page#contact .under-box article.under-contents #contact-box form table tr td input[type=email],
  .under-page#contact .under-box article.under-contents #contact-box form table tr td input[type=tel],
  .under-page#contact .under-box article.under-contents #contact-box form table tr td textarea {
    width: 100%;
    box-sizing: border-box;
  }
}
.under-page#contact .under-box article.under-contents #contact-box form table tr td select {
  padding: 20px 18px;
  border-radius: 6px;
  border: 1px solid #ccc;
  width: 80%;
  margin-bottom: 20px;
}
.under-page#contact .under-box article.under-contents #contact-box form table tr td ::-moz-placeholder {
  color: #ccc;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.06em;
  text-align: left;
}
.under-page#contact .under-box article.under-contents #contact-box form table tr td ::placeholder {
  color: #ccc;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.06em;
  text-align: left;
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents #contact-box form .btn-box {
    display: block;
    margin: 30px auto;
  }
}
.under-page#contact .under-box article.under-contents #contact-box form .btn-box p {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.under-page#contact .under-box article.under-contents #contact-box form .btn-box p input[type=submit],
.under-page#contact .under-box article.under-contents #contact-box form .btn-box p input[type=button] {
  font-size: 16px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: left;
  padding: 15px 80px;
  border-radius: 100px;
  border: 1px solid #3e3a39;
  position: relative;
  background-color: #1eaa39;
  cursor: pointer;
  border: none;
  opacity: 1;
  transition: 0.2s;
  color: #fff;
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents #contact-box form .btn-box p input[type=submit],
  .under-page#contact .under-box article.under-contents #contact-box form .btn-box p input[type=button] {
    width: 100%;
    text-align: center;
  }
}
.under-page#contact .under-box article.under-contents #contact-box form .btn-box p input[type=submit]:hover,
.under-page#contact .under-box article.under-contents #contact-box form .btn-box p input[type=button]:hover {
  opacity: 0.7;
}
.under-page#contact .under-box article.under-contents #contact-box form .btn-box p input[type=button] {
  background-color: #bbb;
  display: inline-block !important;
  margin-right: 15px;
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents #contact-box form .btn-box p input[type=button] {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents #contact-box.confirm-box form table tr th {
    margin-top: 0;
  }
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents #contact-box.confirm-box form table tr th p {
    font-weight: 500;
    margin-bottom: 0;
  }
}
.under-page#contact .under-box article.under-contents #contact-box.thanks-box {
  margin-bottom: 80px;
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents #contact-box.thanks-box {
    margin-bottom: 0;
  }
}
.under-page#contact .under-box article.under-contents #contact-box.thanks-box p.thanks-message {
  text-align: center;
}
.under-page#contact .under-box article.under-contents #contact-box.thanks-box .btn-box {
  text-align: center;
  margin: 50px auto 80px;
}
.under-page#contact .under-box article.under-contents #contact-box.thanks-box .btn-box a {
  font-size: 16px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: left;
  padding: 15px 80px;
  border-radius: 100px;
  border: 1px solid #333;
  position: relative;
}/*# sourceMappingURL=under.css.map */