@charset "UTF-8";
/* =================================
  Foundation
================================= */
/*
  Reset
————————————————————————————————————————— */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
*, *::before, *::after {
  box-sizing: border-box;
}
img {
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}
input[type="submit"], input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 0;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}
select::-ms-expand {
  display: none;
}
/*
  Settings
————————————————————————————————————————— */
/*
  Base
————————————————————————————————————————— */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: no4rmal;
  font-stretch: normal;
  color: #000000;
  line-height: 1.6;
  letter-spacing: 0.03em;
  transition: background-color 0.5s ease;
}
h1 {
  font-weight: 700;
  font-size: 3.5rem;
  margin-bottom: 32px;
}
h2 {
  font-weight: 500;
  font-size: 2.3rem;
  margin-bottom: 48px;
}
h3 {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 32px;
}
h4 {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 24px;
}
p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 16px;
}
p.text18 {
  font-size: 1.125rem;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  component(768)
  =========================*/
  body {
    overflow-x: hidden;
  }
  h1 {
    font-size: 2rem;
    margin-bottom: 32px;
  }
  h2 {
    font-size: 1.75rem;
    margin-bottom: 24px;
  }
  h3 {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
  h4 {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
}
/* =================================
  Layout
================================= */
/*
  layout
————————————————————————————————————————— */
.l-main {
  flex: 1;
}
.l-footer {
  padding: 80px 0 0;
  background: #D9D9D9;
  border-top: 1px solid #3F9137;
}
.l-siteWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.l-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.l-wrapper2 {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}
.l-wrapper3 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.l-wrapper4 {
  width: 90%;
  max-width: 860px;
  margin: 0 auto;
}
.l-section {
  padding: 72px 0;
}
.l-section2 {
  padding-top: 72px;
}
.l-section3 {
  padding-top: 126px;
}
.l-section4 {
  /*padding-bottom: 64px;*/
}
.l-section5 {
  padding-top: 128px;
  padding-bottom: 48px;
}
.l-section6 {
  padding: 96px 0;
}
.l-section7 {
  padding: 128px 0;
}
.l-section8 {
  padding-top: 64px;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  layout(992)
  =========================*/
  .l-wrapper, .l-wrapper2, .l-wrapper3 {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  /* ======================
  layout(767)
  =========================*/
  .l-section {
    padding: 48px 0;
  }
  .l-section2 {
    padding-top: 48px;
  }
  .l-section3 {
    padding-top: 96px;
  }
  .l-section4 {
    padding-bottom: 96px;
  }
  .l-section5 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .l-section6 {
    padding: 48px 0;
  }
  .l-section7 {
    padding: 64px 0;
  }
  .l-section4 {
    padding: 32px 0;
  }
  .l-wrapper.-full, .l-wrapper2.-full {
    max-width: 100%;
  }
}
/* =================================
  Object
================================= */
/*
  component
————————————————————————————————————————— */
h2.c-title span {
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #3F9137;
  display: block;
}
h2.c-title.center {
  text-align: center;
}
h3.c-title {
  position: relative;
  padding-top: 8px;
  text-align: center;
}
h3.c-title:before {
  content: "";
  display: inline-block;
  background: #3F9137;
  width: 50px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
h3.c-title.left {
  text-align: left;
}
h3.c-title.left:before {
  left: 0;
  transform: translateX(0);
}

/**/
h4.c-title {
  position: relative;
  padding-top: 8px;
  text-align: center;
}
h4.c-title:before {
  content: "";
  display: inline-block;
  background: #3F9137;
  width: 50px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
h4.c-title.left {
  text-align: left;
}
h4.c-title.left:before {
  left: 0;
  transform: translateX(0);
}

.c-mv {
  position: relative;
  height: 500px;
}
.c-mv:after {
  content: "";
  display: inline-block;
  background: #000;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
}
.c-mv .mv img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.c-mv .wrap {
  position: absolute;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
	width: 100%;
    max-width: 100%;
}
.c-mv .hero {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
}
.c-mv .hero .ja {
  font-weight: 500;
  font-size: 2.25rem;
  color: #fff;
  text-align: center;
}
.c-mv .hero .ticker {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.c-mv .hero .ticker-text {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
}
.c-mv .hero .en {
  font-family: "Karla", sans-serif;
  font-weight: 900;
  font-size: 7.5rem;
  color: #F1F2F2;
  opacity: 0.7;
  line-height: 1.2;
  display: inline-block;
}
.c-breadCrumb {
  margin-top: 20px;
}
.c-breadCrumb ul {
  display: flex;
  align-items: center;
}
.c-breadCrumb li {
  font-size: 0.875rem;
  color: #000000;
  margin: 0 30px 0 0;
  position: relative;
}
.c-breadCrumb li a {
  color: #000000;
}
.c-breadCrumb li:before {
  content: ">";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -20px;
  color: #000000;
  transform: translateY(-50%);
}
.c-breadCrumb li:last-child {
  margin: 0;
}
.c-breadCrumb li:last-child:before {
  display: none;
}
.c-link {
  font-family: "Karla", sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: left;
  color: #000000;
  min-width: 290px;
  padding: 16px 60px 16px 16px;
  display: block;
  width: fit-content;
  margin-inline: auto;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
}
.c-link:hover::after {
  right: 0;
}
.c-link::after {
  content: "";
  display: inline-block;
  background: url(../img/common/arrow.png) no-repeat;
  background-size: contain;
  width: 32px;
  height: 27px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
}
.c-link.white {
  color: #fff;
}
.c-link.left {
  margin-left: 0;
}
.c-link.right {
  margin-right: 0;
}
.c-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.c-hamburger {
  position: fixed;
  top: 22px;
  right: 5%;
  z-index: 50;
  width: 35px;
  height: 20px;
  margin: auto;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-hamburger:hover, .c-hamburger:focus {
  box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.5);
}
.c-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 35px;
  height: 2px;
  background-color: #3F9137;
  -webkit-transition: inherit;
  transition: inherit;
  transition: 0.35s ease-in-out;
}
.c-hamburger__line:before, .c-hamburger__line:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #3F9137;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}
.c-hamburger__line:before {
  top: -10px;
}
.c-hamburger__line:after {
  top: 10px;
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line {
  background-color: transparent;
  transform: translate(-50px, 0);
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:before, .c-hamburger[aria-expanded="true"] .c-hamburger__line:after {
  top: 0;
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:before {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: translate(50px, 0) rotate(315deg);
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:after {
  -webkit-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: translate(50px, 0) rotate(-315deg);
}
.c-pageTOP {
  display: block;
  width: 40px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  component(768)
  =========================*/
  h2.c-title {
    font-size: 1.5rem;
  }
  h2.c-title span {
    font-size: 1.5rem;
  }
  h3.c-title {
    font-size: 1.25rem;
    gap: 8px;
  }
  h3.c-title:before {
    width: 24px;
  }
  .c-link {
    margin-inline: auto;
  }
  .c-link.left {
    margin-inline: auto;
  }
  .c-mv .hero .ja {
    font-size: 2rem;
  }
  .c-mv .hero .en {
    font-size: 6rem;
  }
  .c-breadCrumb ul {
    justify-content: center;
  }
  .c-pageTOP {
    width: 35px;
    right: 15px;
  }
}
/*
  footer
————————————————————————————————————————— */
.p-footer .address {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-bottom: 56px;
  margin-bottom: 26px;
  border-bottom: 1px solid #3F9137;
}
.p-footer .address .logo {
  width: 275px;
  margin-bottom: 16px;
  display: block;
}
.p-footer .address .logo img {
  width: 100%;
}
.p-footer .address address {
  font-size: 0.875rem;
  line-height: 1.2;
}
.p-footer .address .telBox span {
  font-size: 1rem;
  display: block;
  text-align: right;
  line-height: 1;
}
.p-footer .address .telBox .telLink {
  font-weight: 500;
  font-size: 2.25rem;
  color: #000000;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-footer .address .telBox .telLink img {
  width: 35px;
  height: 35px;
}
.p-footer .address .mailLink {
  background: #fff;
  padding: 20px;
  width: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #000000;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
}
.p-footer .address .mailLink svg {
  fill: #3F9137;
}
.p-footer .address .mailLink:hover {
  background: #3F9137;
  color: #fff;
}
.p-footer .address .mailLink:hover svg {
  fill: #fff;
}
.p-footer .nav {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.p-footer .nav .bannerList {
  display: flex;
  gap: 12px;
}
.p-footer .nav .bannerList li {
  width: 80px;
}
.p-footer .nav .footerList {
  display: flex;
  justify-content: space-between;
  gap: 20px 30px;
}
.p-footer .nav .footerList > .item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-footer .nav .footerList a {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #000000;
  transition: all 0.3s ease 0s;
}
.p-footer .nav .footerList a:hover {
  color: #3F9137;
}
.p-footer .nav .footerListChild {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: -8px;
}
.p-footer .en_copy {
  font-family: "Karla", sans-serif;
  font-size: 4.875rem;
  line-height: 1.1;
  color: #000000;
  opacity: 0.28;
  margin-bottom: 0;
  white-space: nowrap;
  font-weight: 900;
  width: fit-content;
  margin-inline: auto;
  margin-top: 32px;
}
.p-footer__copy {
  padding: 14px 0;
  background: #007949;
}
.p-footer__copy small {
  font-size: 0.75rem;
  color: #fff;
  display: block;
  text-align: center;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-footer .address {
    flex-direction: column;
    gap: 32px;
    padding-bottom: 64px;
    margin-bottom: 32px;
  }
  .p-footer .address .logo {
    margin-bottom: 24px;
    margin-inline: auto;
  }
  .p-footer .address address {
    text-align: center;
  }
  .p-footer .address .mailLink {
    width: 300px;
  }
  .p-footer .nav {
    flex-direction: column;
    gap: 64px;
  }
  .p-footer .nav .bannerList {
    justify-content: center;
  }
  .p-footer .nav .footerList {
    flex-wrap: wrap;
    max-width: 300px;
    margin-inline: auto;
  }
  .p-footer .nav .footerList > .item {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .p-footer .nav .footerList .item:nth-child(1) {
    width: 100%;
  }
  .p-footer .nav .footerList .item:last-child {
    width: 100%;
  }
  .p-footer .en_copy {
    font-size: 2.25rem;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .p-footer__copy small {
    line-height: 1.8;
  }
}
/*
  header
————————————————————————————————————————— */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 15px 0;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 10px 10px rgba(170, 169, 160, 0.25);
}
.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  width: 250px;
  transition: all 0.3s ease 0s;
}
.header-menu {
  display: flex;
  gap: 15px;
}
.header-mail a {
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 25px;
  border-radius: 100vmax;
  background: #FBDB13;
  transition: all 0.3s ease 0s;
}
.header-mail a svg {
  fill: #151D70;
  transition: all 0.3s ease 0s;
}
.header-mail a:hover {
  background: #3F9137;
  color: #fff;
}
.header-mail a:hover svg {
  fill: #fff;
}
.header-mail a img {
  width: 22px;
}
.header-list {
  display: flex;
  align-items: center;
}
.header-item a {
  font-size: 0.875rem;
  color: #000000;
  display: block;
  padding: 15px;
  transition: all 0.3s ease 0s;
}
.header-item > a:hover {
  color: #3F9137;
}
.megaMenu {
  background-color: #fff;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  visibility: hidden;
  width: 100%;
  transition: opacity 0.3s, visibility 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
}
.megaMenu-image {
  overflow: hidden;
  aspect-ratio: 1;
  width: 286px;
  border-radius: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.megaMenu-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.megaMenu-list {
  width: calc(100% - 343px);
  display: flex;
  flex-wrap: wrap;
  gap: 9px 30px;
}
.megaMenu-item {
  position: relative;
  width: calc(33.3333333333% - 20px);
  transition: all 0.3s ease-in-out;
}
.megaMenu-item a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 20px 0;
  font-size: 1rem;
  letter-spacing: 0.04em;
  color: #000000;
  border-bottom: 1px solid #D8D8D8;
  position: relative;
}
.megaMenu-item a:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #3F9137;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.megaMenu-item a:hover:after {
  transform: scale(1, 1);
}
/* メニューをhoverした時のスタイル */
.header-item:hover .megaMenu {
  opacity: 1;
  visibility: visible;
}
/* レイアウトのためのスタイル */
a {
  text-decoration: none;
}
#p-globalMenuSp {
  width: 100%;
  height: 100vh;
  background: white;
  position: fixed;
  top: -120%;
  left: 0;
  z-index: -10;
  padding-top: 104px;
  padding-bottom: 40px;
  transition: all 0.6s;
  overflow: auto;
}
#p-globalMenuSp.is-active {
  top: 0;
  z-index: -1;
}
.p-globalMenuSp__list {
  width: 90%;
  margin-inline: auto;
  text-align: left;
  margin-bottom: 24px;
}
.p-globalMenuSp__list .child {
  margin-left: 5%;
}
.p-globalMenuSp__list .child {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin-top: 8px;
}
.p-globalMenuSp__list .child a {
  font-size: 0.875rem;
  color: #000000;
  position: relative;
  padding-left: 32px;
}
.p-globalMenuSp__list .child a:before {
  content: "";
  display: inline-block;
  background: #000;
  width: 16px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-globalMenuSp__item:last-child {
  margin-bottom: 0;
}
.p-globalMenuSp__item > a {
  font-weight: 400;
  font-size: 1rem;
  color: #000000;
  line-height: 1.6;
  padding: 16px 5%;
  display: block;
  border-bottom: solid 1px #E9E9E9;
  position: relative;
}
#p-globalMenuSp .click-menu > a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s ease 0s;
}
#p-globalMenuSp .click-menu > a.open:after {
  transform: translateY(-50%) rotate(225deg);
  top: calc(50% + 5px);
}
#p-globalMenuSp .click-menu .p-menu-content {
  display: none;
}
#p-globalMenuSp .header-mail {
  width: 90%;
  margin-inline: auto;
}
#p-globalMenuSp .header-mail a:hover {
  background: #3F9137;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .header {
    padding: 17px 0;
    position: fixed;
  }
  .header-logo {
    width: 129px;
  }
  .header-nav {
    justify-content: space-between;
    gap: 20px;
  }
  .header-menu {
    display: none;
  }
  .header-tel {
    display: block;
    margin-right: 65px;
  }
  .header-tel img {
    width: 29px;
  }
  .header-mail a {
    padding: 18px;
  }
}
/*
  top
————————————————————————————————————————— */
.p-top__mainvisual {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow-x: hidden;
}
.p-top__mainvisual:after {
  content: "";
  display: inline-block;
  background: #000;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0.0;
}
.p-mainvisual_inner {
  position: relative;
  width: 100vw;
  height: 80vh;
  overflow: hidden;
}
.p-mainvisual_inner video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  z-index: 2;
}
.p-mainvisual_hero {
  position: absolute;
  top: calc(50% + 50px);
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 4;
  background: rgba(0, 0, 0, 0.6);
  padding: 16px 5%;
}
.p-mainvisual_hero h1 {
  font-size: 4.625rem;
  letter-spacing: 0.16em;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.p-mainvisual_hero span {
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0;
  color: #fff;
  display: block;
}
.p-top__about {
  padding: 56px 0 108px;
  position: relative;
  z-index: 8;
}
.p-top__about .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.p-top__about .text {
  width: 50%;
  z-index: 2;
  position: relative;
  margin-right: -20%;
  padding: 2rem;
}
.p-top__about .text .en {
  font-family: "Karla", sans-serif;
  font-size: clamp(16px, 6vw, 96px);
  font-weight: 900;
  line-height: 1.1;
  color: #DFDFDF;
  white-space: nowrap;
  opacity: 0.7;
}
.p-top__about .text .en span {
  font-size: clamp(16px, 4vw, 64px);
  display: block;
}
.p-top__about .image {
  width: 70%;
  position: relative;
  flex: 1;
  margin-top: -100px;
  margin-right: calc(50% - 50vw);
  margin-left: 4%;
}
.p-top__about .c-link {
  margin-top: 36px;
}
.p-top__reason {
  padding: 72px 0 300px;
  position: relative;
  clip-path: inset(0 0 0 0);
  width: 100%;
}
.p-top__reason .fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(../img/top/reason-bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.p-top__reason h1 {
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  color: #3F9137;
  text-align: center;
  z-index: 3;
  position: relative;
}
.p-top__reason h1 span {
  font-weight: 400;
  font-size: 1.5rem;
  display: block;
  color: #fff;
}
.p-top__reason h2 {
  color: #fff;
  margin-bottom: 24px;
}
.p-top__reason .wrap {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.p-top__reason .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.p-top__reason .flex:nth-child(even) {
  flex-direction: row-reverse;
  position: relative;
}
.p-top__reason .flex:nth-child(even) .text {
  position: static;
  width: 30%;
  margin-right: 0;
  margin-left: 0;
}
.p-top__reason .flex:nth-child(even) .text .en {
  direction: rtl;
}
.p-top__reason .flex:nth-child(even) .image {
  width: 70%;
}
.p-top__reason .text {
  width: 50%;
  z-index: 2;
  position: relative;
  margin-right: -20%;
  padding: 2rem;
}
.p-top__reason .text .read {
  color: #fff;
  max-width: 360px;
}
.p-top__reason .text .en {
  font-family: "Karla", sans-serif;
  font-size: clamp(16px, 6vw, 128px);
  font-weight: 900;
  line-height: 1.1;
  color: #DFDFDF;
  white-space: nowrap;
  opacity: 0.7;
}
.p-top__reason .image {
  width: 70%;
  position: relative;
  flex: 1;
}
.p-top__intro {
  position: relative;
}
.p-top__intro:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 300px;
  background: #f8f8f8;
  transform: skewY(8deg);
  transform-origin: top right;
  z-index: 1;
  top: 0;
  left: 0;
}
.p-top__intro ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 56px 60px;
  max-width: 1012px;
  margin-inline: auto;
  position: relative;
  z-index: 3;
}
.p-top__intro ul li {
  margin-top: -100px;
}
.p-top__intro .image {
  border-top: solid 16px #3F9137;
}
.p-top__intro .c-link {
  width: 100%;
  max-width: 100%;
  border-bottom: 1px solid #3F9137;
  padding: 36px;
  background: #fff;
}
.p-top__recruit {
  padding: 128px 0;
}
.p-top__recruit h1 {
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  color: #3F9137;
  text-align: center;
  z-index: 3;
  position: relative;
}
.p-top__recruit h1 span {
  font-weight: 400;
  font-size: 1.5rem;
  display: block;
  color: #000000;
}
.p-top__recruit .wrap {
  position: relative;
}
.p-top__recruit h2 {
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 4.5rem;
  line-height: 1.4;
  text-align: center;
  width: fit-content;
  padding-right: 60px;
  margin-left: auto;
  margin-bottom: 62px;
}
.p-top__recruit h2 span {
  font-size: 1.5rem;
  display: block;
}
.p-top__recruit .box {
  background: #F2FBFF;
  padding: 48px 82px 48px 40%;
  border-radius: 10px;
  width: 90%;
  margin-left: auto;
}
.p-top__recruit .imageBox {
  display: flex;
  position: absolute;
  top: 0;
  left: -4%;
  width: 52%;
}
.p-top__recruit .imageBox img {
  border-radius: 10px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
}
.p-top__recruit .imageBox .image01 {
  width: 55%;
}
.p-top__recruit .imageBox .image02 {
  width: 55%;
  margin-top: 30%;
  margin-left: -80px;
}
.p-top__recruit ul {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
}
.p-top__recruit li:first-child a {
  border-top: 1px solid #047CE8;
}
.p-top__recruit .c-link {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  margin: 0;
  padding: 26px 18px;
  border-bottom: 1px solid #047CE8;
}
.p-top__recruit .c-link::after {
  background: url(../img/common/arrow-blue.png) no-repeat;
  background-size: contain;
}
.p-top__news {
  padding: 120px 0;
  background: #F8F8F8;
}
.p-top__news .titleFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.p-top__news h1 {
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.2;
  color: #3F9137;
  gap: 40px;
  display: flex;
  align-items: center;
  padding-left: 40px;
  margin: 0;
}
.p-top__news h1:after {
  content: "";
  display: inline-block;
  background: #3F9137;
  width: 100px;
  height: 1px;
}
.p-top__news .newsBody {
  background: #fff;
  padding: 30px 60px;
}
.p-top__news .newsList {
  height: 380px;
  overflow-y: scroll;
}
.p-top__news .newsList a {
  display: flex;
  gap: 60px;
  padding: 16px 5%;
  border-bottom: 1px dashed #C0C0C0;
}
.p-top__news .newsList a .date, .p-top__news .newsList a .title {
  line-height: 1.6;
  margin: 0;
}
.p-top__news .newsList a:hover .date, .p-top__news .newsList a:hover .title {
  opacity: 0.7;
}
.p-top__news .date {
  font-size: 0.875rem;
  color: #000000;
  transition: all 0.3s ease 0s;
}
.p-top__news .title {
  font-size: 0.875rem;
  color: #000000;
  line-height: 1.4;
  transition: all 0.3s ease 0s;
}
.p-top__news .linkBtn {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1rem;
  color: #3F9137;
}
.p-top__news .linkBtn::after {
  content: "";
  display: inline-block;
  background: #3F9137;
  width: 20px;
  height: 1px;
  transition: all 0.3s ease 0s;
}
.p-top__news .linkBtn:hover::after {
  transform: translateX(10px);
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-top__mainvisual {
    height: 85vh;
  }
  .p-mainvisual_inner {
    height: 85vh;
  }
  .p-mainvisual_hero {
    top: calc(50% + 30px);
    padding: 32px 5%;
  }
  .p-mainvisual_hero h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .p-mainvisual_hero span {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-top: 16px;
  }
  .p-top__about {
    padding: 64px 0;
  }
  .p-top__about .l-wrapper {
    display: contents;
  }
  .p-top__about .flex {
    flex-direction: column;
    gap: 48px;
  }
  .p-top__about .text {
    width: 100%;
    max-width: 90%;
    margin-inline: auto;
    padding: 0;
  }
  .p-top__about .text .en {
    display: none;
  }
  .p-top__about h2 {
    font-size: 2rem;
    text-align: center;
  }
  .p-top__about .image {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .p-top__about .c-link {
    margin-top: 20px;
  }
  .p-top__reason .fixed {
    background: url(../img/top/reason-bg-sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
  }
  .p-top__reason .l-wrapper {
    display: contents;
  }
  .p-top__reason h1 {
    font-size: 2.875rem;
    white-space: nowrap;
    line-height: 1.1;
    margin-bottom: 72px;
  }
  .p-top__reason h1 span {
    margin-top: 20px;
  }
  .p-top__reason h2 {
    font-size: 2.5rem;
    margin-bottom: 16px;
  }
  .p-top__reason .wrap {
    gap: 98px;
  }
  .p-top__reason .flex {
    flex-direction: column;
    gap: 40px;
  }
  .p-top__reason .flex:nth-child(even) {
    flex-direction: column;
  }
  .p-top__reason .flex:nth-child(even) .text {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .p-top__reason .flex:nth-child(even) .text .en {
    direction: unset;
  }
  .p-top__reason .flex:nth-child(even) .image {
    width: 100%;
  }
  .p-top__reason .text {
    width: 100%;
    margin-right: 0;
    padding: 0 5%;
  }
  .p-top__reason .text .read {
    max-width: 100%;
  }
  .p-top__reason .text p.en {
    display: none;
  }
  .p-top__reason .image {
    width: 100%;
    position: relative;
  }
  .p-top__reason .image .ticker {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .p-top__reason .image .ticker-text {
    display: inline-block;
    white-space: nowrap;
    will-change: transform;
  }
  .p-top__reason .image .en {
    font-family: "Karla", sans-serif;
    font-weight: 900;
    font-size: 6rem;
    color: #F1F2F2;
    opacity: 0.7;
    line-height: 1.2;
    display: inline-block;
  }
  .p-top__intro:before {
    height: 480px;
  }
  .p-top__intro ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-top__intro ul li {
    margin-top: -100px;
  }
  .p-top__intro ul li:nth-child(2n) {
    margin-top: 0;
  }
  .p-top__recruit {
    padding: 120px 0 80px;
  }
  .p-top__recruit .l-wrapper {
    display: contents;
  }
  .p-top__recruit h1 {
    font-size: 2.875rem;
    line-height: 1.1;
    margin-bottom: 60px;
  }
  .p-top__recruit h1 span {
    margin-top: 20px;
  }
  .p-top__recruit h2 {
    font-size: 3rem;
    line-height: 1.6;
    text-align: left;
    padding-right: 0;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 80px;
  }
  .p-top__recruit h2 span {
    margin-top: 40px;
  }
  .p-top__recruit .box {
    padding: 200px 20px 56px 20px;
    width: 100%;
    margin-left: unset;
    margin-top: -120px;
  }
  .p-top__recruit .imageBox {
    position: static;
    top: unset;
    left: unset;
    width: 100%;
  }
  .p-top__recruit .imageBox .image01 {
    width: 55%;
  }
  .p-top__recruit .imageBox .image02 {
    width: 55%;
    margin-top: 30%;
    margin-left: -10%;
  }
  .p-top__recruit ul {
    margin-left: unset;
  }
  .p-top__recruit .c-link {
    font-size: 1.25rem;
  }
  .p-top__news {
    padding: 40px 0;
  }
  .p-top__news .titleFlex {
    display: block;
    margin-bottom: 32px;
  }
  .p-top__news h1 {
    font-size: 2.25rem;
    gap: 16px;
    padding-left: 20px;
  }
  .p-top__news .newsBody {
    padding: 26px 20px;
  }
  .p-top__news .newsList a {
    flex-direction: column;
    gap: 8px;
    padding: 24px 5%;
  }
  .p-top__news .linkBtn {
    justify-content: center;
    margin-top: 32px;
  }
}
/*
  template
————————————————————————————————————————— */
/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}
/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, .modaal-close:before {
  background: #ccc;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #666;
}
/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}
/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
  padding: 0;
}
.p-template .btnFlex {
  display: flex;
  gap: 20px 30px;
  flex-wrap: wrap;
}
.p-template .btnFlex.center {
  justify-content: center;
}
.p-template .btnFlex .c-link {
  margin: 0;
}
.p-template .btnFlex10 {
  display: flex;
  gap: 20px 10px;
  flex-wrap: wrap;
}
.p-template .btnFlex10.center {
  justify-content: center;
}
.p-template .btnFlex10 .c-link {
  margin: 0;
}
.p-template .p-list li {
  font-size: 1.125rem;
  margin-bottom: 9px;
  line-height: 1.4;
  padding-left: 20px;
  position: relative;
}
.p-template .p-list li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 1px;
  background: #000;
}
.p-list2 {
  list-style-type: decimal;
  padding-left: 20px;
}
.p-list2 li {
  font-size: 1.125rem;
  margin-bottom: 9px;
  line-height: 1.4;
}
.p-template .p-list3 {
  list-style-type: circle;
  padding-left: 20px;
}
.p-template .p-list3 li {
  font-size: 1.125rem;
  margin-bottom: 9px;
  line-height: 1.4;
}
.p-template .p-list3.fs24 li {
  font-size: 1.6rem;
  margin-bottom: 16px;
  line-height: 1.8;
}
.p-template section.bg-color01 {
  background: #F8F8F8;
}
.p-template .p-text-center {
  text-align: center;
}
.p-template .mb8 {
  margin-bottom: 8px;
}
.p-template .mb16 {
  margin-bottom: 16px;
}
.p-template .mb24 {
  margin-bottom: 24px;
}
.p-template .mb32 {
  margin-bottom: 32px;
}
.p-template .mb48 {
  margin-bottom: 48px;
}
.p-template .mb64 {
  margin-bottom: 64px;
}
.p-template .mb72 {
  margin-bottom: 72px;
}
.p-template .mb128 {
  margin-bottom: 128px;
}
.p-template .mt8 {
  margin-top: 8px;
}
.p-template .mt16 {
  margin-top: 16px;
}
.p-template .mt24 {
  margin-top: 24px;
}
.p-template .mt32 {
  margin-top: 32px;
}
.p-template .mt64 {
  margin-top: 64px;
}
.p-template .mt72 {
  margin-top: 72px;
}
.p-template .mt128 {
  margin-top: 128px;
}
.p-template .table__scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: hidden;
  display: contents;
}
.p-template .table__scroll::-webkit-scrollbar {
  display: none;
}
.p-template .p-page__table01 {
  border-collapse: collapse;
  width: 100%;
}
.p-template .p-page__table01 tr {
  border-bottom: 1px solid #D8D8D8;
}
.p-template .p-page__table01 tr:first-child {
  border-top: 1px solid #D8D8D8;
}
.p-template .p-page__table01 th, .p-template .p-page__table01 td {
  padding: 20px 0 20px 10px;
  font-size: 0.875rem;
  line-height: 1.4;
}
.p-template .p-page__table01 th {
	white-space: nowrap;
	text-align: left;
}
.p-template .p-page__table02 {
  border-collapse: collapse;
  width: 100%;
}
.p-template .p-page__table02 tr {
  border-bottom: 1px solid #D8D8D8;
}
.p-template .p-page__table02 tr:first-child {
  border-top: 1px solid #D8D8D8;
}
.p-template .p-page__table02 th, .p-template .p-page__table02 td {
  padding: 32px 0 32px 10px;
  font-size: 0.875rem;
  line-height: 1.4;
}
.p-template .p-page__table02 th {
  width: 10em;
  white-space: nowrap;
  text-align: center;
  border-bottom: 1px solid #3F9137;
}
.p-template .p-page__table02 th:first-child {
  border-top: 1px solid #3F9137;
}
.p-template .p-page__table03 {
  border-collapse: collapse;
  width: 100%;
  min-width: 1000px;
}
.p-template .p-page__table03 tr.gray td {
  background: #FBFBFB;
}
.p-template .p-page__table03 th, .p-template .p-page__table03 td {
  font-size: 0.875rem;
  border: solid 1px #D8D8D8;
  padding: 16px 32px;
  text-align: left;
}
.p-template .p-page__table03 th {
  font-weight: 600;
  background: #F6FFED;
}
.p-template .p-page__table03 .center {
  text-align: center;
}
.p-template .p-page__table03 .gallery {
  color: #000000;
}
.p-template .p-page__table03 .gallery:after {
  content: "";
  display: inline-block;
  background: url(../img/common/link_icon02.png) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-top: -1px;
  margin-left: 8px;
}
.p-template .sticky-content .flex {
  display: flex;
  align-items: flex-start;
  gap: 70px;
}
.p-template .sticky-content .image {
  width: 40%;
  position: sticky;
  top: 120px;
}
.p-template .sticky-content .image img {
  border-radius: 5px;
}
.p-template .sticky-content .text {
  width: calc(60% - 70px);
  min-height: 700px;
}
.p-template .fixed-content .block {
  background: #fff;
  width: 100%;
  min-height: 100dvh;
  padding: 22vh 0;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
}
.p-template .fixed-content .block-one {
  z-index: 2;
}
.p-template .fixed-content .block-two {
  z-index: 4;
  background: #F8F8F8;
}
.p-template .fixed-content .block-three {
  z-index: 6;
}
.p-template .fixed-content .flex {
  width: 90%;
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.p-template .fixed-content .flex.rev {
  flex-direction: row-reverse;
}
.p-template .fixed-content .image {
  width: 50%;
}
.p-template .fixed-content .image img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 5px;
}
.p-template .fixed-content .column-outside-right {
  flex: 1;
  margin-right: calc(50% - 50vw);
}
.p-template .fixed-content .column-outside-left {
  flex: 1;
  margin-left: calc(50% - 50vw);
}
.p-template .fixed-content .text {
  width: 40%;
  max-width: 500px;
}
.p-template .fixed-content h1 {
  position: absolute;
  top: -65px;
  left: 45%;
  transform: translateX(-50%);
  text-align: center;
  color: #047CE8;
  font-weight: 900;
  font-size: 4.5625rem;
  white-space: nowrap;
}
.p-template .fixed-content h2 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 32px;
}
.p-template .fixed-content p {
  margin-bottom: 16px;
}
.p-template .parts-content01 .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-template .parts-content01 .flex .image {
  width: 35%;
}
.p-template .parts-content01 .flex .text {
  width: 62%;
}
.p-template .parts-content01 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 16px;
}
.p-template .parts-content01 .list li {
  background: #3F9137;
  text-align: center;
  border-radius: 100vmax;
  color: #fff;
  padding: 12px 24px;
  font-size: 1.125rem;
  line-height: 1.4;
}
.p-template .parts-content02 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 32px;
}
.p-template .parts-content02 .list li {
  background: #F6FFED;
  text-align: center;
  border-radius: 10px;
  padding: 35px;
  font-size: 1.125rem;
  line-height: 1.4;
	vertical-align: middle;
}
.p-template .parts-content03 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-template .parts-content03 .list li {
  background: #3F9137;
  text-align: center;
  border-radius: 100vmax;
  color: #fff;
  padding: 12px 24px;
  font-size: 1.125rem;
  line-height: 1.4;
}
.p-template .step-content .flex {
  display: flex;
  justify-content: space-between;
}
.p-template .step-content .list li {
  display: flex;
  gap: 28px;
  position: relative;
}
.p-template .step-content .list li:before {
  content: "";
  display: inline-block;
  background: #3F9137;
  width: 1px;
  height: calc(100% - 140px);
  position: absolute;
  top: 120px;
  left: 50px;
}
.p-template .step-content .list .number {
  font-size: 2.25rem;
  line-height: 1.2;
  color: #fff;
  background: #3F9137;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.p-template .step-content .list .number span {
  font-size: 1rem;
}
.p-template .step-content .list .content {
  width: calc(100% - 128px);
  padding: 20px 0 40px;
}
.p-template .step-content .stepBox {
  width: 70%;
}
.p-template .step-content .imageBox {
  width: 26%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.p-template .step-content .imageBox img {
  border-radius: 10px;
}
.p-template .check-content .flex {
  display: flex;
  gap: 72px;
}
.p-template .check-content .box {
  width: 100%;
  background: #F8F8F8;
  border-radius: 10px;
  padding: 40px;
}
.p-template .check-content h3 {
  color: #151D70;
}
.p-template .check-content .list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-template .check-content .list li {
  position: relative;
  padding-left: 31px;
}
.p-template .check-content .list li:before {
  content: "";
  display: inline-block;
  background: url(../img/common/check.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 0;
}
.p-template .check-content .p-list3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 8px 48px;
}
.p-template .modaal-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 30px;
}
.p-template .modaal-list .image {
  margin-bottom: 8px;
}
.p-template .modaal-list table {
  width: 100%;
  border-collapse: collapse;
}
.p-template .modaal-list table tr {
  border-bottom: 1px dashed #D9D9D9;
}
.p-template .modaal-list table th, .p-template .modaal-list table td {
  font-size: 0.9rem;
  line-height: 1.6;
  padding: 14px 8px;
}
.p-template .modaal-list table th {
  white-space: nowrap;
	width: 30%;
}
.p-template .loopslide-content {
  overflow: hidden;
  position: relative;
}
.p-template .loopslide-content .list {
  display: flex;
  align-items: center;
  gap: 40px;
  animation: loop-slide 40s linear infinite;
  width: max-content;
}
.p-template .loopslide-content li {
  flex-shrink: 0;
  width: 500px;
}
.p-template .loopslide-content li:nth-child(even) {
  width: 380px;
}
.p-template .loopslide-content li img {
  display: block;
  width: 100%;
  height: auto;
}
@keyframes loop-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.p-template .grid-full {
  margin: 0 0 26px;
}
.p-template .grid-full p {
  font-size: 1rem;
  text-align: center;
  margin: 5px 0 0;
}
.p-template .grid-full .h-type1 {
  object-fit: cover;
  height: 200px;
}
.p-template .parallax-content .parallax_wrap {
  min-height: 400px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
  text-align: center;

  display: flex;
  justify-content: center; /* 水平方向中央 */
  align-items: center;     /* 垂直方向中央 */
	
	    font-family: "Karla", sans-serif;
    font-weight: 500;
    font-size: 3rem;
}
.p-template .parallax-content .front_content {
  padding: 60px;
  background-color: #fff;
}
.p-template .parallax-content .parallax_wrap.img_bg_01 {
  background-image: url("../img/message/parallax01.jpg");
}
.p-template .parallax-content .parallax_wrap.img_bg_02 {
  background-image: url("../img/message/parallax02.jpg");
}

.p-template .parallax-content .parallax_wrap.img_bg_r01 {
  background-image: url("../img/r_job/parallax01.jpg");
}
.p-template .parallax-content .parallax_wrap.img_bg_r02 {
  background-image: url("../img/r_job/parallax02.jpg");
}
.p-template .parallax-content .parallax_wrap.img_bg_r03 {
  background-image: url("../img/r_job/parallax03.jpg");
}
.p-template .parallax-content .parallax_wrap.img_bg_r04 {
  background-image: url("../img/r_job/parallax04.jpg");
}
.p-template .parallax-content .parallax_wrap.img_bg_r05 {
  background-image: url("../img/r_job/parallax05.jpg");
}
.p-template .grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-template .grid p {
  font-size: 1rem;
  margin: 5px 0 0;
	margin-bottom: 16px;
}
.p-template .grid > div {
  margin: 0 0 26px;
}
.p-template .grid .gcol12 {
  width: 100%;
}
.p-template .grid .gcol6 {
  width: 46%;
}
.p-template .grid .gcol4 {
  width: 32%;
}
.p-template .grid .gcol5 {
  width: 46%;
}
.p-template .grid .gcol8 {
  width: 62%;
}
.p-template .grid .gcol3 {
  width: 23.5%;
}
.p-template .grid .h-type1 {
  object-fit: cover;
  height: 200px;
}
.p-template .grid .h-type2 {
  object-fit: cover;
  height: 100px;
}
.p-template .grid.center {
  display: flex;
  justify-content: center;
}
.p-template .grid.center > div {
  margin: 0 2% 26px 0;
}
.p-template .grid.center > div:last-child {
  margin: 0 0 26px;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-template .btnFlex {
    justify-content: center;
  }
	  .p-template .btnFlex10 {
    justify-content: center;
  }
  .p-template .p-list li {
    font-size: 1rem;
    margin-bottom: 6px;
    padding-left: 12px;
  }
  .p-template .p-list2 li {
    font-size: 1.125rem;
    margin-bottom: 6px;
  }
  .p-template .mt128 {
    margin-top: 64px;
  }
  .p-template .mb128 {
    margin-bottom: 64px;
  }
  .p-template .table__scroll {
    display: block;
  }
  .p-template .p-page__table01 th, .p-template .p-page__table01 td {
    display: block;
    padding: 8px 32px;
  }
  .p-template .p-page__table01 th {
    font-weight: 700;
    width: 100%;
    text-align: left;
    padding-bottom: 0;
  }
  .p-template .p-page__table01 td {
    width: 100%;
  }
  .p-template .p-page__table02 tr {
    border-bottom: none;
  }
  .p-template .p-page__table02 tr:first-child {
    border-top: none;
  }
  .p-template .p-page__table02 th, .p-template .p-page__table02 td {
    display: block;
    padding: 8px 32px;
  }
  .p-template .p-page__table02 th {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #D8D8D8;
  }
  .p-template .p-page__table02 th:first-child {
    border-top: none;
  }
  .p-template .p-page__table02 td {
    width: 100%;
    border-bottom: 1px solid #3F9137;
  }
  .p-template .sticky-content .flex {
    flex-direction: column;
    gap: 24px;
  }
  .p-template .sticky-content .image {
    width: 100%;
    position: relative;
    top: unset;
  }
  .p-template .sticky-content .text {
    width: 100%;
    min-height: unse;
  }
  .p-template .fixed-content .block {
    min-height: unset;
    padding: 64px 0;
    position: relative;
    top: unset;
  }
  .p-template .fixed-content .flex {
    flex-direction: column;
    gap: 0;
    align-items: unset;
  }
  .p-template .fixed-content .flex.rev {
    flex-direction: column;
  }
  .p-template .fixed-content .image {
    width: 100%;
    margin-bottom: 24px;
  }
  .p-template .fixed-content .image img {
    aspect-ratio: 1.5;
    object-fit: cover;
    height: auto;
    width: calc(100% + 12%);
    max-width: unset;
    margin-left: -6%;
    border-radius: 0;
  }
  .p-template .fixed-content .column-outside-right {
    margin-right: 0;
    margin-left: 0;
  }
  .p-template .fixed-content .column-outside-left {
    margin-left: 0;
    margin-right: 0;
  }
  .p-template .fixed-content .text {
    width: 90%;
    margin-inline: auto;
    max-width: unset;
  }
  .p-template .fixed-content h1 {
    position: static;
    top: unset;
    left: unset;
    transform: translateX(0);
    text-align: left;
    font-size: 2.75rem;
    line-height: 1.2;
    white-space: unset;
    width: 90%;
    margin-inline: auto;
    margin-top: -55px;
    margin-bottom: 16px;
  }
  .p-template .fixed-content h2 {
    margin-bottom: 24px;
  }
  .p-template .fixed-content .c-link {
    margin-inline: auto;
  }
  .p-template .parts-content01 .flex {
    flex-direction: column;
    gap: 60px;
  }
  .p-template .parts-content01 .flex .image {
    width: 100%;
  }
  .p-template .parts-content01 .flex .text {
    width: 100%;
  }
  .p-template .parts-content01 .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-template .parts-content01 .list li {
    padding: 12px 20px;
    font-size: 1rem;
  }
  .p-template .parts-content02 .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .p-template .parts-content02 .list li {
    font-size: 1rem;
  }
  .p-template .parts-content03 .list {
    gap: 16px;
  }
  .p-template .step-content .flex {
    flex-direction: column;
    gap: 48px;
  }
  .p-template .step-content .list li {
    gap: 20px;
  }
  .p-template .step-content .list li:before {
    height: calc(100% - 106px);
    top: 86px;
    left: 35px;
  }
  .p-template .step-content .list .number {
    font-size: 1.5625rem;
    width: 70px;
    height: 70px;
  }
  .p-template .step-content .list .number span {
    font-size: 0.75rem;
  }
  .p-template .step-content .list .content {
    width: calc(100% - 90px);
    padding: 10px 0 30px;
  }
  .p-template .step-content .stepBox {
    width: 100%;
  }
  .p-template .step-content .imageBox {
    width: 100%;
    gap: 24px;
  }
  .p-template .check-content .flex {
    flex-direction: column;
    gap: 50px;
  }
  .p-template .check-content .box {
    padding: 40px 20px;
  }
  .p-template .check-content .p-list3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-template .modaal-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 72px;
  }
  .p-template .parallax-content .parallax_wrap {
    min-height: 300px;
    background-attachment: unset;
  }
  .p-template .grid-full .h-type1 {
    height: 220px;
  }
  .p-template .grid .gcol6 {
    width: 100%;
  }
  .p-template .grid .gcol4 {
    width: 100%;
  }
  .p-template .grid .gcol5 {
    width: 100%;
  }
  .p-template .grid .gcol8 {
    width: 100%;
  }
  .p-template .grid .gcol3 {
    width: 49%;
  }
  .p-template .grid .h-type1 {
    height: 220px;
  }
  .p-template .grid .h-type2 {
    height: 120px;
  }
  .p-template .order01 {
    order: 1;
  }
  .p-template .order02 {
    order: 2;
  }
}
/*
  news
————————————————————————————————————————— */
.p-news .p-news__article {
  display: flex;
  gap: 60px;
  padding: 16px 5%;
  border-bottom: 1px dashed #C0C0C0;
}
.p-news .p-news__article:hover .date, .p-news .p-news__article:hover .title {
  opacity: 0.7;
}
.p-news .p-news__date {
  font-size: 0.875rem;
  color: #000000;
}
.p-news .p-news__title {
  font-size: 0.875rem;
  color: #000000;
  line-height: 1.4;
}
.p-pagenation {
  margin-top: 80px;
}
.p-pagenation ul {
  display: flex;
  justify-content: center;
}
.p-pagenation li {
  margin-right: 18px;
}
.p-pagenation li:last-child {
  margin: 0;
}
.p-pagenation li .current {
  border-bottom: 1px solid #000000;
}
.p-pagenation a, .p-pagenation span {
  font-weight: 700;
  font-size: 1.125rem;
  color: #000000;
}
.p-single .p-single__date {
  font-size: 1rem;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}
.p-single .p-single__title {
  font-weight: 500;
  font-size: 1.125rem;
}
.p-single .p-single__content img {
  width: auto;
}
.p-single .p-single__content p {
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 2;
}
.p-single .c-link {
  margin-inline: auto;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-news .p-news__article {
    flex-direction: column;
    gap: 8px;
    padding: 24px 5%;
  }
  .p-pagenation {
    margin-top: 32px;
  }
  .p-single .p-single__title {
    font-size: 1rem;
  }
}
/*
  facility
————————————————————————————————————————— */
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
}
/*
  company
————————————————————————————————————————— */
.p-company .history .flex {
  display: flex;
  gap: 32px;
}
.p-company .history .map {
  width: 35%;
}
.p-company .history .map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-company .history .text {
  width: calc(65% - 32px);
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.p-company .history .text h3 {
  margin-bottom: 16px;
}
.p-company .history .text h4 {
  margin-bottom: 8px;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-company .history .flex {
    flex-direction: column;
  }
  .p-company .history .map {
    width: 100%;
  }
  .p-company .history .map iframe {
    height: auto;
    aspect-ratio: 1.5;
  }
  .p-company .history .text {
    width: 100%;
  }
}
/*
  facility
————————————————————————————————————————— */
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
}
/*
  recruit
————————————————————————————————————————— */
.p-recruit .flow ul {
  display: flex;
  gap: 48px;
}
.p-recruit .flow li {
  background: #3F9137;
  border-radius: 100vmax;
  padding: 25px;
  color: #fff;
  text-align: center;
  position: relative;
}
.p-recruit .flow li:after {
  content: "";
  display: inline-block;
  background: #3F9137;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -100%;
  transform: translateY(-50%);
}
.p-recruit .flow li:last-child::after {
  display: none;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-recruit .flow ul {
    flex-direction: column;
    gap: 32px;
  }
  .p-recruit .flow li {
    padding: 20px;
  }
  .p-recruit .flow li:after {
    width: 1px;
    height: 100%;
    top: unset;
    bottom: -100%;
    right: unset;
    left: 50%;
    transform: translate(-50%);
  }
}
/*
  utillity
————————————————————————————————————————— */
.u-screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.u-sp-none992 {
  display: none;
}
.u-sp-none768 {
  display: none;
}
.u-sp-none576 {
  display: none;
}
.u-link-none {
  pointer-events: none;
}
.u-m-auto {
  margin: 0 auto;
}
.u-display-center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.u-position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.u-fade {
  opacity: 0;
  transition: all 1s ease;
}
.u-fade2 {
  transition: all 2s ease;
}
.u-fade.is-active {
  opacity: 1;
  transform: none;
}
.u-fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.u-fade-up.is-active {
  transform: translateY(0);
}
.u-fade-down {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 1s;
}
.u-fade-down.is-active {
  transform: translateY(0);
}
.u-fade-down2 {
  transition: all 2s;
}
.u-fade-lr {
  transform: translate(-100px, 0);
}
.u-fade-rl {
  transform: translate(100px, 0);
}
.u-fade-out {
  opacity: 0;
  transition: opacity 2s ease;
}
.u-mask-bg {
  color: transparent;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.u-mask-bg h2 {
  opacity: 0;
  transition: all 1s ease;
}
.u-mask-bg img {
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateX(-100%);
}
.u-mask-bg:after {
  background: #3F9137;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(110%);
}
.u-mask-bg.-black:after {
  background: #000;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(110%);
}
.u-mask-bg.is-animated:after {
  animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}
.u-mask-bg.is-animated h2 {
  opacity: 1;
}
.u-mask-bg.is-animated img {
  opacity: 1;
  transform: translateX(0);
}
.u-mask-bg.is-active:after {
  animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}
.u-mask-bg.is-active h2 {
  opacity: 1;
}
.u-mask-bg.is-active img {
  opacity: 1;
  transform: translateX(0);
}
@keyframes mask-bg {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(110%);
  }
}
.u-fade-blur {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.u-fade-blur.is-active {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: 0.8s;
}
@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
/*========= 流れるテキスト ===============*/
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}
.slide-in_inner {
  display: inline-block;
}
/* 上下のアニメーション*/
.downAnime {
  opacity: 0;
  /* 事前に透過0 にして消しておく*/
}
.slideAnimeDownUp {
  animation-name: slideTextY100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextY100 {
  from {
    transform: translateY(100%);
    /* 要素を上の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeUpDown {
  animation-name: slideTextY-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextY-100 {
  from {
    transform: translateY(-100%);
    /* 要素を下の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
/*========= ローディング画面のためのCSS ===============*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #3F9137;
  z-index: 9999999;
  text-align: center;
  color: #fff;
}
#splash-logo {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#splash-logo p {
  font-weight: 500;
  font-size: 2.5rem;
  color: #fff;
}
#splash-logo p:last-child {
  font-weight: 400;
  font-size: 1.25rem;
}
#splash-logo img {
  width: 300px;
  display: block;
  margin-inline: auto;
  margin-top: 64px;
  margin-bottom: 64px;
}
/*========= 画面遷移のためのCSS ===============*/
/*画面遷移アニメーション*/
.splashbg {
  display: none;
}
/*bodyにappearクラスがついたら出現*/
body.appear .splashbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleX(0);
  background-color: #3F9137;
  /*伸びる背景色の設定*/
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes PageAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/*画面遷移の後現れるコンテンツ設定*/
#container {
  opacity: 0;
  /*はじめは透過0に*/
}
/*bodyにappearクラスがついたら出現*/
body.appear #container {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (min-width: 992px) {
  /* ======================
  utility(992)
  =========================*/
  .u-sp-none992 {
    display: block;
  }
  .u-pc-none992 {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
    cursor: none;
  }
}
@media screen and (min-width: 768px) {
  /* ======================
  utility(768)
  =========================*/
  .u-sp-none768 {
    display: block;
  }
  .u-pc-none768 {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  /* ======================
  utility(576)
  =========================*/
  .u-sp-none576 {
    display: block;
  }
  .u-pc-none576 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-visuallyHidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
  }
  .u-fade-up-delay1 {
    transition-delay: unset;
  }
  .u-fade-up-delay2 {
    transition-delay: unset;
  }
  .u-fade-up-delay3 {
    transition-delay: unset;
  }
  #splash-logo p {
    font-size: 2rem;
  }
  #splash-logo p:last-child {
    font-size: 1rem;
  }
  #splash-logo img {
    width: 200px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}


/**/
.list-11 {
    list-style-type: disc;
    padding: 1em 1em 1em 2.5em;
    border-left: 5px solid #3F9137;
    background-color: #f2f2f2;
}

.list-11 li {
    padding: .3em .3em .3em 0;
}

.list-11 li::marker {
    color: #3F9137;
    font-size: 1.1em;
}


/* contact, reserve */
/*********************
INPUTS
*********************/
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
	display: block;
	/*height: 40px;*/
	line-height: 40px;
	font-size: 1em;
	color: #5c6b80;
	border-radius: 3px;
	vertical-align: middle;
	box-shadow: none;
	border: 1px solid #ADABAB;
	width: 100%;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fff;
	-webkit-transition: background-color 0.24s ease-in-out;
	transition: background-color 0.24s ease-in-out;
	padding-left: 5px;
}
input[type="text"]:focus, input[type="text"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="datetime"]:focus, input[type="datetime"]:active, input[type="datetime-local"]:focus, input[type="datetime-local"]:active, input[type="date"]:focus, input[type="date"]:active, input[type="month"]:focus, input[type="month"]:active, input[type="time"]:focus, input[type="time"]:active, input[type="week"]:focus, input[type="week"]:active, input[type="number"]:focus, input[type="number"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="search"]:focus, input[type="search"]:active, input[type="tel"]:focus, input[type="tel"]:active, input[type="color"]:focus, input[type="color"]:active, select:focus, select:active, textarea:focus, textarea:active, .field:focus, .field:active {
	background-color: #f7f8fa;
}
input[type="text"].error, input[type="text"].is-invalid, input[type="password"].error, input[type="password"].is-invalid, input[type="datetime"].error, input[type="datetime"].is-invalid, input[type="datetime-local"].error, input[type="datetime-local"].is-invalid, input[type="date"].error, input[type="date"].is-invalid, input[type="month"].error, input[type="month"].is-invalid, input[type="time"].error, input[type="time"].is-invalid, input[type="week"].error, input[type="week"].is-invalid, input[type="number"].error, input[type="number"].is-invalid, input[type="email"].error, input[type="email"].is-invalid, input[type="url"].error, input[type="url"].is-invalid, input[type="search"].error, input[type="search"].is-invalid, input[type="tel"].error, input[type="tel"].is-invalid, input[type="color"].error, input[type="color"].is-invalid, select.error, select.is-invalid, textarea.error, textarea.is-invalid, .field.error, .field.is-invalid {
	color: #FD5659;
	border-color: #FD5659;
	background-color: white;
	background-position: 99% center;
	background-repeat: no-repeat;
	/*background-image: url(../img/common/ask/ask_error.png);*/
	outline-color: #FD5659;
}
input[type="text"].success, input[type="text"].is-valid, input[type="password"].success, input[type="password"].is-valid, input[type="datetime"].success, input[type="datetime"].is-valid, input[type="datetime-local"].success, input[type="datetime-local"].is-valid, input[type="date"].success, input[type="date"].is-valid, input[type="month"].success, input[type="month"].is-valid, input[type="time"].success, input[type="time"].is-valid, input[type="week"].success, input[type="week"].is-valid, input[type="number"].success, input[type="number"].is-valid, input[type="email"].success, input[type="email"].is-valid, input[type="url"].success, input[type="url"].is-valid, input[type="search"].success, input[type="search"].is-valid, input[type="tel"].success, input[type="tel"].is-valid, input[type="color"].success, input[type="color"].is-valid, select.success, select.is-valid, textarea.success, textarea.is-valid, .field.success, .field.is-valid {
	color: #e6efc2;
	border-color: #e6efc2;
	background-color: white;
	background-position: 99% center;
	background-repeat: no-repeat;
	/*background-image: url(../img/common/ask/ask_ok.png);*/
	outline-color: #e6efc2;
}
input[type="text"][disabled], input[type="text"].is-disabled, input[type="password"][disabled], input[type="password"].is-disabled, input[type="datetime"][disabled], input[type="datetime"].is-disabled, input[type="datetime-local"][disabled], input[type="datetime-local"].is-disabled, input[type="date"][disabled], input[type="date"].is-disabled, input[type="month"][disabled], input[type="month"].is-disabled, input[type="time"][disabled], input[type="time"].is-disabled, input[type="week"][disabled], input[type="week"].is-disabled, input[type="number"][disabled], input[type="number"].is-disabled, input[type="email"][disabled], input[type="email"].is-disabled, input[type="url"][disabled], input[type="url"].is-disabled, input[type="search"][disabled], input[type="search"].is-disabled, input[type="tel"][disabled], input[type="tel"].is-disabled, input[type="color"][disabled], input[type="color"].is-disabled, select[disabled], select.is-disabled, textarea[disabled], textarea.is-disabled, .field[disabled], .field.is-disabled {
	cursor: not-allowed;
	border-color: #cfcfcf;
	opacity: 0.6;
}
input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active, input[type="password"][disabled]:focus, input[type="password"][disabled]:active, input[type="password"].is-disabled:focus, input[type="password"].is-disabled:active, input[type="datetime"][disabled]:focus, input[type="datetime"][disabled]:active, input[type="datetime"].is-disabled:focus, input[type="datetime"].is-disabled:active, input[type="datetime-local"][disabled]:focus, input[type="datetime-local"][disabled]:active, input[type="datetime-local"].is-disabled:focus, input[type="datetime-local"].is-disabled:active, input[type="date"][disabled]:focus, input[type="date"][disabled]:active, input[type="date"].is-disabled:focus, input[type="date"].is-disabled:active, input[type="month"][disabled]:focus, input[type="month"][disabled]:active, input[type="month"].is-disabled:focus, input[type="month"].is-disabled:active, input[type="time"][disabled]:focus, input[type="time"][disabled]:active, input[type="time"].is-disabled:focus, input[type="time"].is-disabled:active, input[type="week"][disabled]:focus, input[type="week"][disabled]:active, input[type="week"].is-disabled:focus, input[type="week"].is-disabled:active, input[type="number"][disabled]:focus, input[type="number"][disabled]:active, input[type="number"].is-disabled:focus, input[type="number"].is-disabled:active, input[type="email"][disabled]:focus, input[type="email"][disabled]:active, input[type="email"].is-disabled:focus, input[type="email"].is-disabled:active, input[type="url"][disabled]:focus, input[type="url"][disabled]:active, input[type="url"].is-disabled:focus, input[type="url"].is-disabled:active, input[type="search"][disabled]:focus, input[type="search"][disabled]:active, input[type="search"].is-disabled:focus, input[type="search"].is-disabled:active, input[type="tel"][disabled]:focus, input[type="tel"][disabled]:active, input[type="tel"].is-disabled:focus, input[type="tel"].is-disabled:active, input[type="color"][disabled]:focus, input[type="color"][disabled]:active, input[type="color"].is-disabled:focus, input[type="color"].is-disabled:active, select[disabled]:focus, select[disabled]:active, select.is-disabled:focus, select.is-disabled:active, textarea[disabled]:focus, textarea[disabled]:active, textarea.is-disabled:focus, textarea.is-disabled:active, .field[disabled]:focus, .field[disabled]:active, .field.is-disabled:focus, .field.is-disabled:active {
	background-color: #d5edf8;
}
input[type="password"] {
	letter-spacing: 0.3em;
}

.button {
	width: 380px;
	max-width: 100%;
	text-align: center;
	text-decoration: none;
	padding: 1em 1em;
	color: #000000;
	background: #FFE660;
	border: none;
	box-sizing: border-box;
	text-transform: uppercase;
	border-radius: 5px;
	background-clip: padding-box;
	cursor: pointer;
	font-size: 16px;
}
.button:hover {
	color: #000000;
	background: #FFCD06;
	box-sizing: border-box;
	text-transform: uppercase;
	border-radius: 5px;
	background-clip: padding-box;
	cursor: pointer;
	font-size: 16px;
}
.submit_box {
	margin: 2em 0 1em;
}



/* sitemap */
@media screen and (min-width: 768px) {
	.smap {
		margin-left: 5px;
		margin-bottom: 20px;
	}
	.smap ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.smap li {
		margin: 0;
		padding-bottom: 5px;
	}
	.smap a {
		display: block;
		color: #000000;
		width: 780px;
		padding: 10px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap .nolink {
		display: block;
		color: #000000;
		width: 780px;
		padding: 10px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap a:hover {
		color: #333;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCCCCC;
	}
	.smap ul ul {
		margin-left: 20px;
		padding: 0;
		list-style-type: none;
	}
	.smap li li a {
		display: block;
		color: #333;
		width: 750px;
		padding: 10px 10px;
		margin: 0;
		text-decoration: none;
		border-left-width: 1px;
		border-top-style: none;
		border-bottom-style: dotted;
		border-left-style: solid;
		border-left-color: #CCCCCC;
		border-bottom-width: 1px;
		border-bottom-color: #CCCCCC;
	}
	/* 第一階層 */
	.smap>li>a {
		font-size: 1.6rem;
		font-weight: bold;
	}
}
@media screen and (max-width: 767px) {
	.smap {
		margin-left: 5px;
		margin-bottom: 20px;
	}
	.smap ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.smap li {
		margin: 0;
		padding-bottom: 5px;
	}
	.smap a {
		display: block;
		color: #000000;
		padding: 10px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap .nolink {
		display: block;
		color: #000000;
		padding: 10px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap a:hover {
		color: #333;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCCCCC;
	}
	.smap ul ul {
		margin-left: 20px;
		padding: 0;
		list-style-type: none;
	}
	.smap li li a {
		display: block;
		color: #333;
		padding: 10px 10px;
		margin: 0;
		text-decoration: none;
		border-left-width: 1px;
		border-top-style: none;
		border-bottom-style: dotted;
		border-left-style: solid;
		border-left-color: #CCCCCC;
		border-bottom-width: 1px;
		border-bottom-color: #CCCCCC;
	}
	/* 第一階層 */
	.smap>li>a {
		font-size: 1.6rem;
		font-weight: bold;
	}
}

.gmap{
position: relative;
width: 100%;
height: 0;
padding-top: 80%;/*比率をお好みで*/
}
.gmap iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.policy__textBox {
    border: 1px solid #d0d0d0;
    overflow: hidden;
    padding: 22px 16px;
    max-height: 280px;
    overflow-y: scroll;
    margin-top: 31px;
}
.policy__textBox p {
   	font-size: 0.8rem;
	line-height: 1.6;
}
.policy__textBox h3 {
   	font-size: 1.0rem;
	line-height: 1.6;
}

.center {
	text-align: center;
}

img.rimg {
	border-radius: 10px;
}

.fs24s {
	font-size: 24px!important;
}

.fs24 {
	font-size: 32px!important;
}

/**/
.number {
  background: #f7fbf2;
  padding: 48px 0 24px 0;
}


.count-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
  margin: 0 auto 30px auto;
  padding: 0;
  list-style: none;
}
.count-list li {
  background: transparent;
  text-align: center;
  padding: 30px 10px 20px 10px;
  border-left: 1px solid #cfe2c2;
 
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.count-list li:nth-child(3n+1) {
  border-left: none;
}
.count-list li:nth-child(3n) {
  border-right: none;
}
.count-list .head {
  font-size: 1.1rem;
  color: #7bb662;
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.count-list .icon {
  margin-top: 24px;
  margin-bottom: 10px;
}
.count-list .icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.count-list .number {
  font-size: 2.2rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 0;
  letter-spacing: 0.05em;
}
.count-list .number font {
  color: #F4354B;
}
.count-list .sub {
  font-size: 0.95rem;
  color: #222;
  display: block;
  margin-bottom: 2px;
}
.count-list .flex {
  display: flex;
  justify-content: center;
  gap: 18px;
}
.count-list .box {
  text-align: center;
}
.count-list .text {
  font-size: 0.9rem;
  color: #f89c1c;
  margin-bottom: 4px;
  margin-top: 0;
}
.right {
  text-align: right;
  font-size: 0.95rem;
  color: #888;
  margin-top: 20px;
}



@media (max-width: 600px) {
  .number {
    padding: 30px 0 15px 0;
  }

  .count-list {
    grid-template-columns: 1fr;
    gap: 18px 0;
  }
  .count-list li {
    min-height: 120px;
    padding: 18px 5px 12px 5px;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #cfe2c2;
  }
  .count-list li:last-child {
    border-bottom: none;
  }
  .right {
    font-size: 0.85rem;
    margin-top: 10px;
  }
}



.count-list .number {
  font-size: 1.1rem; /* 単位のサイズ */
  
  line-height: 1.2;
  letter-spacing: 0.05em;
  /* 追加で下に余白をつける場合はpadding-bottomも可 */
}
.count-list .number span[data-count] {
  font-family: 'General Sans', sans-serif;
  font-size: 3.2rem; /* 数字のサイズ */
  font-weight: 400;
 
  vertical-align: sub; /* 数字自体を下げる */
  margin-right: 0.2em; /* 数字と単位の間にスペース */
  display: inline-block;
  line-height: 1;
}

@media (max-width: 600px) {
  .count-list .number {
    font-size: 0.8rem;
  }
  .count-list .number span[data-count] {
    font-size: 1.3rem;
    margin-right: 0.2em;
  }
}

.box {
  margin: 40px auto;
  padding: 0 16px;
}

.c-title.left {
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 12px;
  margin-bottom: 24px;
  color: #222;
}

.faq-item {
  margin-bottom: 18px;
  background: none;
  border: none;
}

.faq-item summary {
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 500;
  padding: 14px 0 14px 18px; 
  color: #1976d2;
  background: none;
  outline: none;
  border-bottom: 1px solid #e0e0e0;
  transition: color 0.2s;
}

/* ▼三角形アイコンを消す */
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::marker {
  padding-right: 12px;
}

.faq-item[open] summary {
  color: #0d47a1;
  background: #f5faff;
}

.faq-answer {
  padding: 12px 0 16px 0;
  color: #333;
  font-size: 1rem;
  background: none;
}

@media (max-width: 700px) {
  .box {
    padding: 0 2vw;
    max-width: 98vw;
  }
  .c-title.left {
    font-size: 1.15rem;
    padding-left: 8px;
  }
  .faq-item summary, .faq-answer {
    font-size: 0.98rem;
    padding-left: 0;
    padding-right: 0;
  }
}