@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 16px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  line-height: 1.9;
  overflow: auto;
}
.hamopen {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
a {
  text-decoration: none;
  transition: .4s;
}
a:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
button:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
ul, ol {
  list-style: none;
  padding: 0;
}
/*main section*/
main {
  display: block;
  position: relative;
  overflow: hidden;
  counter-reset: number 0;
}
main section {
  padding: 90px 0 115px;
  position: relative;
  counter-increment: number 1;
}
main section.stb {
  padding: 120px 0;
}
@media (max-width: 550px) {
  main section {
    padding: 50px 0 70px;
  }
  main section.stb {
    padding: 65px 0;
  }
}
.pdb {
  padding-bottom: 55px !important;
}
.pdb0 {
  padding-bottom: 1px !important;
}
@media (max-width: 550px) {
  .pdb {
    padding-bottom: 20px !important;
  }
}
/*img*/
img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%;
  transition: .4s;
}
.rounded img {
  border-radius: 10px;
}
p {
  margin-bottom: 10px;
}
.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.45em;
  text-decoration-color: rgba(191, 227, 205, 0.4);
  text-underline-offset: -0.05em;
  text-decoration-skip-ink: none;
}
/*中央寄せ*/
.center {
  text-align: center;
}
@media (max-width:750px) {
  .spcenter {
    text-align: center !important;
  }
}
.fitc {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/* 見出し */
/*01*/
.maintitle {
  font-weight: 700;
  margin-bottom: 60px;
  display: block;
  text-align: center;
  line-height: 1.5;
  position: relative;
  font-size: clamp(1.5rem, 0.875rem + 2vw, 2rem);
}
.maintitle::before {
  content: "0"counter(number);
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 75%;
  display: block;
  letter-spacing: 0.13em;
  line-height: 1;
  color: #2b7543;
  margin-bottom: -15px;
}
.whitetext.maintitle::before, .whitetext .maintitle::before {
  color: #fff;
}
.maintitle .mf {
  color: #2b7543;
  text-transform: capitalize;
  white-space: nowrap;
  font-size: 50%;
  line-height: 0;
}
.maintitle .sf {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  margin-top: 15px;
}
.maintitle.mtleft {
  text-align: left;
}
.txtmgb {
  margin-bottom: 35px !important;
}
@media (max-width: 550px) {
  .maintitle {
    margin-bottom: 40px;
  }
  .txtmgb {
    margin-bottom: 25px !important;
  }
  .maintitle .sf {
    margin-top: 10px;
  }
}
/*02*/
.mtitle {
  font-weight: 700;
  position: relative;
  border-radius: 3px;
  margin-bottom: 17px;
  letter-spacing: 0.1em;
  font-size: clamp(1.2rem, 0.6375rem + 1.8vw, 1.65rem);
  line-height: 1.7;
  background: #2b7543;
  color: #fff;
  padding: 10px 25px 15px 12px;
  border-left: 6px solid rgba(255, 255, 255, 0.4);
}
.mtitle::after {
  content: '';
  width: 20px;
  height: 2px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.4);
  pointer-events: none;
}
@media (max-width: 550px) {
  .mtitle {
    margin-bottom: 15px;
  }
}
/*03*/
.stitle {
  font-weight: 500;
  position: relative;
  font-size: clamp(1.15rem, 0.775rem + 1.2vw, 1.45rem);
  padding-left: 2px;
  line-height: 1.65;
  padding-bottom: 12px;
  margin-bottom: 23px;
  border-bottom: 1px dashed #5f8776;
}
.stitle .en {
  display: block;
  color: #5f8776;
  text-transform: capitalize;
  white-space: nowrap;
  font-size: 60%;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  margin-bottom: 5px;
}
.stitle .en span {
  font-size: 120%;
}
/* ボタン */
.mainbtn a {
  position: relative;
  vertical-align: middle;
  margin: 0 auto;
  padding: 27px 0;
  display: inline-block;
  width: 100%;
  max-width: 270px;
  z-index: 1;
  overflow: hidden;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  background: #2b7543;
  border-radius: 50px;
}
.mainbtn a:hover {
  background: #2b4533;
}
section .mainbtn a::before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: bold;
  line-height: 1;
  font-size: 0.65rem;
  color: #fff;
  background: transparent;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 2px;
  transition: .4s;
  z-index: 2;
  pointer-events: none;
  border: 2px dotted #fff;
}
section .mainbtn a:hover::before {
  font-size: 0.57rem;
  transform: translateY(-50%) scale(1.2);
}
/**/
.tbtn {
  margin-top: 35px;
}
/**/
.btnflex {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.btnflex a {
  margin: 5px 7px;
  display: inline-block;
}
@media (max-width: 550px) {
  .mainbtn a {
    max-width: 240px;
    padding: 23px 0;
  }
  .tbtn {
    margin-top: 27px;
  }
}
/* flex要素 */
.flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aic {
  align-items: center;
}
.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .flexbox {
    display: block;
  }
  .flexbox img {
    width: 100%;
  }
  .flexbox div {
    width: 100%;
  }
  .spmgb {
    margin-bottom: 23px;
  }
}
/* 幅 */
.inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .inner02 {
    max-width: 1500px;
    width: 92%;
    margin: 0 auto;
  }
}
@media (max-width: 1999px) {
  .inner02 {
    max-width: 100%;
    width: 100%;
  }
  .mauto {
    margin-left: auto;
    margin-right: auto;
  }
  .mauto.w48 {
    width: 42%;
  }
  .mauto.w43 {
    width: 37%;
  }
}
@media (max-width: 750px) {
  .inner02 {
    width: 88%;
    margin: 0 auto;
  }
  .mauto.w48, .mauto.w43 {
    width: 100%;
  }
}
.w65 {
  width: 65%;
}
.w55 {
  width: 55%;
}
.w48 {
  width: 48%;
}
.w41 {
  width: 41%;
}
.w32 {
  width: 32%;
}
/*background*/
.bg_gray::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f5f5f5;
  z-index: -100;
}
.bg_green::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #5f8776;
  z-index: -100;
}
.bg_graphpaper::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -99;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #ededed calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #ededed calc(100% - 1px));
  background-size: 26px 26px;
  background-repeat: repeat;
  background-position: center center;
}
.bg_graphpaper.bg_green::before {
  opacity: 0.1;
}
.whitetext, .whitetext span {
  color: #fff !important;
}
.whitetext .mainbtn a {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.whitetext .mainbtn a:hover {
  background: rgba(255, 255, 255, .15);
}
/* illust ==============================*/
.psr {
  position: relative;
}
/**/
.tl, .tr, .bl, .br {
  position: absolute !important;
  z-index: 1;
  pointer-events: none;
}
.tl img, .tr img, .bl img, .br img {
  border-radius: 0 !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
  box-shadow: none !important;
}
/**/
.tl, .tr, .bl, .br {
  width: fit-content !important;
}
.tl img, .tr img, .bl img, .br img {
  width: auto !important;
  height: 220px !important;
  filter: drop-shadow(0.7px 0.7px 0px white) drop-shadow(0.7px 0.7px 0px white) drop-shadow(-0.7px 0.7px 0px white) drop-shadow(0.7px -0.7px 0px white);
}
/*Safari*/
_::-webkit-full-page-media, _:future, :root .tl img, _::-webkit-full-page-media, _:future, :root .tr img, _::-webkit-full-page-media, _:future, :root .bl img, _::-webkit-full-page-media, _:future, :root .br img {
  filter: drop-shadow(1px 1px 0px white) drop-shadow(-1px -1px 0px white) drop-shadow(-1px 1px 0px white) drop-shadow(1px -1px 0px white);
}
/**/
.psr .tl, .psr .tr, .psr .bl, .psr .br {
  width: 42% !important;
  max-width: 210px;
}
.psr .tl img, .psr .tr img, .psr .bl img, .psr .br img {
  width: 100% !important;
  height: auto !important;
  mask-image: none !important;
}
/*位置*/
.tl {
  top: -90px;
  left: 1.5%;
}
.tr {
  top: -90px;
  right: 1.5%;
}
.bl {
  bottom: -90px;
  left: 1.5%;
}
.br {
  bottom: -90px;
  right: 1.5%;
}
.psr .tl {
  top: -10px;
  left: -15px;
}
.psr .tr {
  top: -10px;
  right: -15px;
}
.psr .bl {
  bottom: -10px;
  left: -15px;
}
.psr .br {
  bottom: -10px;
  right: -15px;
}
@media (max-width: 1090px) {
  .tl img, .tr img, .bl img, .br img {
    height: 160px !important;
  }
}
@media (max-width: 550px) {
  .tl img, .tr img, .bl img, .br img {
    height: 30vw !important;
    max-height: 115px;
  }
  .tl {
    top: -60px;
  }
  .tr {
    top: -60px;
  }
  .bl {
    bottom: -40px;
  }
  .br {
    bottom: -40px;
  }
}
/* アニメーション ============*/
/* flowup */
.flowup {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 1.3s, transform 0.8s;
  transition-delay: 0.35s;
}
.flowup.inview {
  opacity: 1;
  transform: translateY(0);
}
.flowup.mainbtn {
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 1.3s, transform 1.1s;
  transition-delay: 0.35s;
}
.flowup.mainbtn.inview {
  opacity: 1;
  transform: scale(1);
}
/*delay*/
.delay01 {
  transition-delay: 0.45s;
}
.delay02 {
  transition-delay: 0.6s;
}
@media (max-width: 750px) {
  .delay01, .delay02 {
    transition-delay: 0.3s !important;
  }
}
/*=== 共通部分ここまで ===*/
/* header ================================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 35px 0 0;
}
.header_inner {
  position: relative;
  width: 96%;
  margin: 0 auto;
  max-width: calc(100% - 170px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media(max-width:1125px) {
  .header_inner {
    max-width: 100%;
  }
}
/* logo */
.header h1 {
  line-height: 1;
}
.header_title a:hover {
  opacity: 0.6;
}
.header_title {
  width: 260px;
}
.header_title a {
  filter: brightness(0) invert(1);
}
.change .header_title a {
  filter: none;
}
.header::after {
  content: '';
  width: 100%;
  height: 55px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -100;
}
.header::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  bottom: -35px;
  filter: brightness(0) invert(1);
  background: url(../img/header.png);
  background-position: bottom center;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 55px;
  background-size: 3000px 55px;
  background-repeat: repeat-x;
}
.header::after, .header::before {
  opacity: 0;
  transition: all .5s;
}
.header.change::after, .header.change::before {
  opacity: 0.95;
}
/* menu */
.header_nav {
  width: fit-content;
  margin-left: auto;
}
.header_nav ul {
  display: flex;
  text-align: center;
}
.header_nav ul li {
  padding: 2px 13px;
  position: relative;
  line-height: 1.6;
}
.header_nav ul li:last-child {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.header_nav ul li a {
  display: block;
  width: 100%;
  position: relative;
  top: 0;
  line-height: 1.5;
  font-size: 1rem;
  color: #fff;
  white-space: nowrap;
}
.header_nav ul li a:hover {
  opacity: 0.6;
}
.change .header_nav ul li a {
  color: #333;
}
/**/
.header_item {
  display: flex;
  align-items: center;
  margin-left: auto;
  width: fit-content;
  margin-bottom: 15px;
}
.header_item > div {
  margin: 0 3px;
}
.header_item .mainbtn {
  margin-right: 7px;
}
.header_item .mainbtn a {
  width: 215px;
  line-height: 1;
  padding: 12px 0;
  font-size: 0.95rem;
}
/*icon*/
.iconbtn a {
  font-size: 130%;
  padding: 7px 8px 8px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  width: fit-content;
  background: #ddd;
  color: #333;
  margin-left: 23px;
}
.iconbtn a:hover {
  opacity: 0.6;
}
/* hamburger ================================= */
.header__inner {
  display: none;
}
.hamburger {
  position: fixed;
  display: block;
  z-index: 9999;
  height: 33px;
  width: 60px;
  border: none;
  background-color: transparent;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  background: #333 !important;
  top: 0;
  transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
  background: #333 !important;
  pointer-events: none;
  top: 0;
  transform: rotate(-45deg);
}
.hamburger__line {
  display: block;
  height: 1px;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: inherit;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
  background: #fff;
}
.change .hamburger__line, .change .hamburger__line:before, .change .hamburger__line:after {
  background: #333;
}
.hamburger__line:before {
  top: -9px;
}
.hamburger__line:after {
  top: 9px;
}
/**/
.hamburger__text {
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  letter-spacing: 0.01em;
  font-size: 0.95rem;
  text-align: center;
}
.hamburger__text::before {
  content: "menu";
  text-transform: capitalize;
  color: #fff;
  transition: .3s all;
}
.change .hamburger__text::before {
  color: #333;
}
.hamburger.-active .hamburger__text::before {
  content: 'close';
  position: relative;
  bottom: -4px;
  color: #333 !important;
}
.header__nav-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh; /* fallback */
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #ededed calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #ededed calc(100% - 1px));
  background-size: 26px 26px;
  background-repeat: repeat;
  background-position: center center;
}
.header__nav-area.-active {
  opacity: 1;
  visibility: visible;
}
.global-navigation {
  margin: auto;
  height: fit-content;
  width: 85%;
  max-width: 620px;
}
.global-navigation__list {
  margin-bottom: 17px;
}
.global-navigation__list li a {
  border-bottom: 1px dashed #5f8776;
  margin: 3px 0;
  font-size: 1.1rem;
  transition: .35s;
  line-height: 1.7;
  display: block;
  padding: 16px 0 19px;
  color: #333;
}
.global-navigation__list a:hover {
  opacity: 0.6;
}
/*btn*/
.global-navigation .mainbtn {
  margin-bottom: 4px;
}
@media (max-width:990px) {
  .header_title {
    width: 250px;
  }
  .header {
    padding: 15px 23px 0;
  }
  .header_nav, .header_item {
    display: none;
  }
  .header__inner {
    display: block;
  }
  .header_inner {
    width: 100%;
    display: block;
  }
  .hamburger {
    top: 15px;
    right: 12px;
  }
  .header_inner .iconbtn a {
    position: fixed;
    top: 81px;
    right: 23px;
    margin: 0;
  }
  .header::after {
    height: 44px;
  }
  .header::before {
    bottom: -45.5px;
  }
}
@media (max-width: 550px) {
  .header_title {
    width: 195px;
  }
  .header {
    padding: 15px 13px 0;
  }
  .hamburger {
    top: 10px;
    right: 4px;
  }
  .header_inner .iconbtn a {
    top: 76px;
    right: 15px;
  }
  .global-navigation__list li a {
    font-size: 0.93rem;
    padding: 15px 0 17px;
  }
  .global-navigation .mainbtn a {
    font-size: 0.9rem;
    max-width: 180px;
    padding: 15px 0;
  }
  .header::after {
    height: 23px;
  }
  .header::before {
    bottom: -31px;
  }
}
/* footer ================================================*/
.wide img {
  object-fit: cover;
  width: 100%;
  height: 370px;
}
@media (max-width: 1200px) {
  .wide img {
    height: 25vw;
  }
}
@media (max-width: 1050px) {
  .wide img {
    height: 35vw;
  }
}
@media (max-width: 550px) {
  .wide img {
    height: 52vw;
  }
}
/**/
.footer_contact {
  padding: 60px 0 35px;
  background: #5f8776;
}
.footer_contact .inner {
  max-width: 1042px;
}
/* logo */
.flogo {
  width: 82%;
  max-width: 275px;
  margin-bottom: 10px;
  filter: brightness(0) invert(1);
}
.ib {
  display: inline-block;
}
/* btns */
.footer_contact .mainbtn {
  font-family: "Lato", sans-serif;
  font-weight: 900;
}
.footer_contact .btnflex {
  display: flex;
  justify-content: center;
}
.fax {
  background: rgba(43, 69, 51, 0.35) !important;
  pointer-events: none;
}
/* copyright */
.copyright {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 750px) {
  .flogo {
    margin-left: auto;
    margin-right: auto;
  }
  .f_text {
    text-align: center;
  }
  .footer_contact .btnflex {
    margin-top: 27px;
  }
}
@media (max-width: 550px) {
  .footer_contact {
    padding: 45px 0 35px;
  }
  .footer_contact .btnflex {
    display: block;
  }
  .copyright {
    margin-top: 35px;
    font-size: 0.8rem;
  }
}
/*ページ上に戻るボタン*/
.go_top {
  display: block;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: #2b4533;
  padding-top: 30px;
  text-align: center;
  letter-spacing: -1px;
  font-size: 85%;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 79;
  border-radius: 50px;
}
.go_top::before {
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  color: #fff;
  font-size: 0.85rem;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.go_top:hover {
  opacity: 0.6;
}
.tfade {
  position: relative;
  z-index: 79;
}
@media(max-width:550px) {
  .go_top {
    width: 53px;
    height: 53px;
    right: 15px;
    bottom: 10px;
  }
  .go_top::before {
    font-size: 0.7rem;
  }
}
/* スライド ========================================*/
.topslide {
  overflow: hidden;
  position: relative;
}
.topslide::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #111;
  z-index: 1;
  opacity: 0.2;
}
.slide_items {
  position: relative;
  width: 100%;
}
.slide_items img {
  width: 100%;
  height: 100vh;
  min-height: 520px;
  object-fit: cover;
}
/*スライドアニメーション*/
@keyframes fadezoom {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.slick-animation {
  animation: fadezoom 14s linear 0s normal both;
}
/* === text ===*/
.catchcopy {
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(1.45rem, -0.3625rem + 5.8vw, 2.9rem);
  letter-spacing: 0.08em;
  color: #fff;
  z-index: 2;
  line-height: 1.5;
  font-weight: 700;
}
.catchcopy span {
  position: relative;
}
.catchcopy span::after {
  content: '';
  width: 97%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px dashed #fff;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 550px) {
  .slide_items img {
    height: calc(100vh - 55px);
    min-height: auto;
  }
}
/* TOP 右側のサイドバー ============*/
.sidebar {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 990;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.sidebar ul {
  counter-reset: number 0;
}
.sidebar ul li:not(:first-of-type) {
  counter-increment: number 1;
}
.sidebar a {
  width: 240px;
  height: 33.5px;
  transform: translateX(190px);
  font-size: 0.85rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
  color: #333;
  background: transparent;
  text-decoration: none;
}
.sidebar a::before, .sidebar a::after {
  transition: .3s all;
}
.sidebar a::before {
  display: flex;
  justify-content: center;
  align-items: center;
  /*content: "0"counter(number);*/
  font-family: "Font Awesome 6 Free";
  content: "\f06c";
  transform: rotate(-20deg);
  font-weight: bold;
  letter-spacing: 0.13em;
  height: 100%;
  min-width: 40px;
  color: #cccccc;
  text-align: center;
  margin-right: 10px;
  font-size: 110%;
  z-index: 1;
}
.sidebar a::after {
  content: '';
  height: 100%;
  min-width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
}
.sidebar a:hover {
  background: #fff;
  transform: translateX(0);
}
.sidebar a:hover::before {
  color: #fff !important;
}
.sidebar a:hover::after {
  background: #2b7543;
}
.sidebar a.current::before {
  color: #2b7543;
}
/*ページトップ*/
.sidebar ul li:first-of-type a::before {
  content: "top";
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  transform: rotate(0);
}
.sidebar ul li:first-of-type a:hover::before {
  background: #2b7543 !important;
  color: #fff !important;
}
.sidebar ul li:first-of-type a.current::before {
  color: #cccccc;
  background: transparent;
}
@media (max-width: 1125px) {
  .sidebar {
    display: none;
  }
}
/* について ============*/
.aboutus {
  overflow: hidden;
}
.aboutus .inner {
  max-width: 1020px;
}
.aboutus::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -300px;
  left: 0;
  clip-path: ellipse(70% 100% at bottom);
  z-index: -99;
  background: #f5f5f5;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #ededed calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #ededed calc(100% - 1px));
  background-size: 26px 26px;
  background-repeat: repeat;
  background-position: center center;
}
.autext {
  max-width: 840px;
}
/*img*/
.welcomeimg {
  position: relative;
  flex-wrap: nowrap;
  margin: 85px 0 70px;
}
.welcomeimg .psr {
  width: 55%;
}
.welcomeimg .psr:first-child {
  margin-top: -30px;
  margin-right: -25px;
  transform: rotate(-4deg)
}
.welcomeimg .psr:last-child {
  margin-bottom: -30px;
  margin-left: -25px;
  transform: rotate(4deg)
}
/*illust*/
.auillust {
  max-width: 435px;
  width: 75%;
  margin: -110px auto 35px;
}
@media (max-width: 1550px) {
  .aboutus::before {
    clip-path: ellipse(100% 100% at bottom);
  }
}
@media (max-width: 750px) {
  .aboutus::before {
    clip-path: ellipse(200% 100% at bottom);
  }
  .welcomeimg {
    margin: 35px 0;
  }
  .welcomeimg .psr:first-child, .welcomeimg .psr:last-child {
    margin: 0;
    width: 75%;
  }
  .welcomeimg .psr:last-child {
    margin-left: auto;
    margin-top: -15px;
  }
}
@media (max-width: 550px) {
  .auillust {
    margin: -15px auto 25px;
  }
}
/* 施設・サービス紹介 ============*/
.introduction .inner {
  max-width: 1230px;
}
.introduction .flexbox:first-of-type {
  margin-bottom: 75px;
  position: relative;
}
/*img*/
.fleximg {
  display: flex;
}
.fleximg img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
/*title 縦書き*/
.intr {
  display: flex;
}
.intr h3 {
  line-height: 2.2;
  font-size: clamp(1.5rem, 0.75rem + 2.4vw, 2.1rem);
  font-weight: 700;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-right: 40px;
}
.intr h3 span {
  position: relative;
  padding-right: 0;
  height: fit-content;
  display: inline-block;
}
.intr h3 span::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px dashed #5f8776;
  pointer-events: none;
  z-index: -1;
}
.intr h3 span.small {
  padding-right: 1.3%;
  color: #2b7543;
  display: block;
  font-size: 60%;
}
/*illust*/
.intrillust {
  max-width: 250px;
  width: 45% !important;
  position: absolute;
  top: -165px;
  right: 0;
}
.intrillust img {
  filter: drop-shadow(0.7px 0.7px 0px white) drop-shadow(0.7px 0.7px 0px white) drop-shadow(-0.7px 0.7px 0px white) drop-shadow(0.7px -0.7px 0px white);
}
/**/
.intr_mini {
  max-width: 1010px;
  margin: auto;
}
.imbox {
  width: 46%;
}
.imbox:last-of-type {
  margin-top: 50px;
}
.imbox h3 {
  margin-top: 7px;
  font-size: clamp(1.2rem, 0.7625rem + 1.4vw, 1.55rem);
  font-weight: 700;
  margin-bottom: 15px;
  border-bottom: 1px dashed #5f8776;
  padding-bottom: 13px;
}
.imbox h3 .target {
  font-size: 65%;
  display: flex;
  flex-wrap: wrap;
}
.imbox h3 .target span {
  margin-top: 0.6%;
  font-size: 90%;
  background: #2b7543;
  border-radius: 50px;
  color: #fff;
  padding: 0 18px 2px;
  margin-right: 7px;
}
@media (max-width: 1320px) {
  .introduction .flexbox:first-of-type {
    padding-top: 170px;
  }
  .intr {
    display: block;
  }
  .intr h3 {
    text-align: center;
    line-height: 1.8;
    margin-right: 0;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .intr h3 span {
    border-bottom: 1px dashed #5f8776;
    padding-bottom: 5px;
    padding-right: 0 !important;
  }
  .intr h3 span::after {
    content: none;
  }
  .intrillust {
    max-width: 18vw;
    top: 3vw;
  }
}
@media (max-width: 750px) {
  .introduction .flexbox:first-of-type {
    margin-bottom: 50px;
    padding-top: 0;
  }
  .intr h3 {
    width: fit-content;
    margin: 0 auto 35px;
    position: initial;
    transform: translateX(0);
  }
  .intr .rounded {
    margin-bottom: 25px;
  }
  .intr {
    position: relative;
  }
  .intrillust {
    max-width: 210px;
    top: auto;
    bottom: -10px;
  }
  .imbox {
    width: 100%;
  }
}
/* はぐくむ力 ============*/
.nurture .flexbox {
  justify-content: center;
}
.nurture .inner {
  max-width: 1320px;
}
/**/
.feabox {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  width: 32%;
  margin: 0 0.6% 20px;
}
/**/
.feaimg {
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #5f8776;
}
.featitle {
  font-weight: 500;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-right: 15px;
  font-size: clamp(1.3rem, 0.925rem + 1.2vw, 1.6rem);
  line-height: 1.45;
}
.featitle .fea {
  font-size: 55%;
  margin-left: 5px;
  display: block;
  text-transform: capitalize;
  color: #5f8776;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}
@media (max-width: 1260px) {
  .feabox {
    margin: 0 1% 20px;
    width: 47.5%;
  }
}
@media (max-width:750px) {
  .feabox {
    margin: 0 0 20px;
    width: 100%;
  }
  .feaimg {
    padding-bottom: 15px;
    margin-bottom: 13px;
  }
  .feabox:last-child {
    margin-bottom: 0 !important;
  }
  .feabox:nth-child(2n) .feaimg {
    flex-direction: row-reverse;
  }
  .feabox:nth-child(2n) .featitle {
    margin-right: 0;
    margin-left: 15px;
  }
}
@media (max-width: 550px) {
  .feabox {
    padding: 15px;
  }
}
/* スタッフ募集中 ============*/
.recruit {
  padding: 70px 0 10px;
}
.recruit .inner {
  width: 94%;
  max-width: 100%;
}
.recbox {
  padding: 75px 20px 85px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.recruit .maintitle, .recbox p {
  text-shadow: 0px 2.5px 3px rgb(0 0 0 / 10%), 0px -2.5px 3px rgb(0 0 0 / 5%);
}
.recbox::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #111;
  opacity: 0.53;
  z-index: -1;
}
.recbox::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/recruit.webp);
  background-size: cover;
  background-position: 52% 30%;
  background-attachment: fixed;
  z-index: -2;
}
/*Safari*/
_::-webkit-full-page-media, _:future, :root .recbox::after {
  background-attachment: scroll;
}
@media (max-width:550px) {
  .recruit {
    padding: 45px 0 25px;
  }
  .recbox {
    padding: 45px 15px 50px;
  }
}
/* 下層ページトップ ===========================================================================================================*/
.fv {
  padding: 150px 0 100px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.fv .inner {
  width: 97%;
}
.fv::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/fv.webp);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 30%;
  z-index: -1;
}
.fv::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #111;
  opacity: 0.42;
  z-index: 1;
}
.fv h2 {
  text-align: center;
  margin-bottom: 17px !important;
  font-size: clamp(1.5rem, 0.25rem + 4vw, 2.5rem);
  line-height: 1.5;
  z-index: 1;
  position: relative;
  color: #fff;
  font-weight: 700;
}
@media(max-width:990px) {
  .fv {
    padding: 90px 0 70px;
  }
}
@media(max-width:550px) {
  .fv {
    padding: 70px 0 30px;
  }
}
/* breadcrumb */
.binner {
  font-weight: 700;
  line-height: 1.4;
  width: 97%;
  font-size: 0.95rem;
  position: relative;
  color: #fff;
}
.breadcrumb {
  z-index: 1;
  background: transparent;
  position: relative;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
  position: relative;
  top: -0.1em;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb li a {
  text-decoration: none;
  color: #fff;
}
.breadcrumb li:first-child a::before {
  font-family: "Font Awesome 6 Free";
  content: '\f015';
  font-weight: bold;
  font-size: 90%;
  position: relative;
  top: -0.05em;
}
@media(max-width:850px) {
  .binner {
    font-size: 0.8rem;
  }
}
/* ことの葉についてページ ===========================================================================================================*/
/* 私たちについて */
@media (max-width:750px) {
  .SP_displayContents {
    padding: 50px 0 55px !important;
  }
  .SP_displayContents .inner {
    display: flex;
    flex-direction: column;
  }
  .SP_displayContents .flexbox, .SP_dc {
    display: contents;
  }
  .SP_displayContents .maintitle {
    order: -1;
    margin-bottom: 37px !important;
  }
}
/* コンセプト */
/*text*/
.concept p {
  text-align: center;
}
.constr {
  color: #2b7543;
  margin-bottom: 20px;
  border-bottom: 1px dashed #5f8776;
  font-size: clamp(1.25rem, 0.4375rem + 2.6vw, 1.9rem);
  font-weight: 700;
}
/*illust*/
.conimg {
  margin: 40px auto 0;
  max-width: 565px;
  width: 90%;
}
/*background*/
.concept::after {
  z-index: -101;
}
.concept::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -235px;
  left: 0;
  clip-path: ellipse(70% 100% at bottom);
  z-index: -100;
  background: #f5f5f5;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #ededed calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #ededed calc(100% - 1px));
  background-size: 26px 26px;
  background-repeat: repeat;
  background-position: center center;
}
@media (max-width: 1550px) {
  .concept::before {
    clip-path: ellipse(100% 100% at bottom);
  }
}
@media (max-width: 750px) {
  .concept::before {
    bottom: -215px;
    clip-path: ellipse(150% 100% at bottom);
  }
  .concept p {
    text-align: left;
  }
  .concept p br {
    display: none;
  }
}
@media(max-width:550px) {
  .concept::before {
    bottom: -150px;
  }
  .conimg {
    margin-top: 30px;
  }
}
/* ことの葉が目指すもの */
.vision .stitle {
  margin-bottom: 13px;
}
@media(max-width:750px) {
  .vision .rounded {
    margin-bottom: 13px;
  }
}
/* 運営施設 */
.facility .maintitle {
  margin-bottom: 43px;
}
.facility .flexbox {
  margin-bottom: 65px;
}
.facility .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
@media(max-width:550px) {
  .facility .maintitle {
    margin-bottom: 35px;
  }
}
/* 発達支援アイリーページ =======================================================================================================*/
/* アイリーについて */
.irie p.fitc {
  max-width: 920px;
  margin-bottom: 55px;
}
/*児童発達支援・放課後等デイサービスとは？*/
.irietitle {
  position: relative;
  font-weight: 700;
  font-size: clamp(1.2rem, 0.575rem + 2vw, 1.7rem);
  margin-bottom: 53px;
  color: #2b7543;
}
/*
.irietitle::before {
  display: block;
  line-height: 1.4;
  content: "\f059";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  text-align: center;
  font-size: clamp(2.15rem, 1.7125rem + 1.4vw, 2.5rem);
}
*/
.irie .imbox:last-of-type {
  margin-top: 0;
}
.irie .imbox {
  width: 47%;
}
@media(max-width:750px) {
  .irie .imbox {
    width: 100%;
    margin-bottom: 45px;
  }
  .irie .imbox:last-of-type {
    margin-bottom: 0;
  }
}
@media(max-width:550px) {
  .irie p.fitc {
    margin-bottom: 35px;
  }
  .irietitle {
    margin-bottom: 25px;
  }
}
/* 主な支援内容 */
/**/
.ser_details {
  margin-bottom: 85px;
}
.ser_details div {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
}
.ser_details div h2 {
  font-weight: 700;
  font-size: clamp(1.1rem, 0.85rem + 0.8vw, 1.3rem);
  margin-bottom: 10px;
}
.ser_details div h2::before {
  font-family: "Font Awesome 6 Free";
  content: "\f06c";
  font-weight: bold;
  color: #2b7543;
  transform: rotate(-20deg);
  display: inline-block;
  margin-right: 5px;
}
.ser_details div .acheck li {
  border-bottom: 1px dashed #5f8776;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
@media(max-width:750px) {
  .ser_details div {
    margin-bottom: 13px;
  }
}
@media(max-width:550px) {
  .ser_details {
    margin-bottom: 60px;
  }
}
/**/
.ser_contents .flexbox {
  margin-bottom: 55px;
}
.ser_contents .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
.sc_vertical {
  display: flex;
}
.sc_vertical img {
  width: 100%;
  height: auto;
  min-height: 335px;
  object-fit: cover;
}
.sc_vertical h2 {
  line-height: 1.2;
  padding-right: 10px;
  height: fit-content;
  font-size: clamp(1.45rem, 0.825rem + 2vw, 1.95rem);
  font-weight: 700;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-right: 40px;
  border-right: 1px dashed #5f8776;
}
.sc_vertical h2:first-letter {
  color: #2b7543;
}
/*FireFox*/
_:lang(x)::-moz-placeholder, .sc_vertical h2:first-letter {
  vertical-align: sub;
}
.ser_contents .w55 {
  height: fit-content;
  margin-top: auto;
  margin-bottom: auto;
}
@media(max-width:1165px) {
  .ser_contents .w41, .ser_contents .w55 {
    width: 48%;
  }
}
@media(max-width:750px) {
  .sc_vertical img {
    min-height: 76vw;
  }
  .ser_contents .w41, .ser_contents .w55 {
    width: 100%;
  }
  .sc_vertical h2 {
    margin-right: 27px;
  }
}
/* サービス利用の流れ */
.flows .inner {
  max-width: 1800px;
  width: 97%;
}
.flows .fitc {
  margin-bottom: 55px;
}
.flow {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  counter-reset: number 0;
}
.flow .flowbox {
  /*width: 18%;*/
  width: 23%;
  margin: 0 1% 0;
  position: relative;
  counter-increment: number 1;
}
.flow .flowbox p {
  color: #fff;
}
/*img*/
.flow .flowbox div {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.flow .flowbox div p {
  white-space: nowrap;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  margin: -40px 0 0;
  padding: 7px 20px 10px 15px;
  background: #fff;
  max-width: 245px;
  width: 97%;
  border-radius: 0 10px 0 0;
  color: #333;
}
.flow .flowbox div p::before {
  content: "0"counter(number);
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 107%;
  border-right: 1px dashed #5f8776;
  padding-right: 10px;
  margin-right: 10px;
  color: #5f8776;
}
/*
@media(max-width:1800px) {
  .flows .inner {
    width: 88%;
  }
  .flow .flowbox {
    width: 31%;
  }
  .flow .flowbox div p {
    font-size: 120%;
  }
}
*/
@media(max-width:1350px) {
  .flows .inner {
    width: 88%;
  }
  .flow .flowbox {
    width: 48%;
    margin: 0 1% 35px;
  }
}
@media(max-width:1050px) {
  .flow .flowbox div p {
    font-size: 100%;
  }
}
@media(max-width:750px) {
  .flow {
    display: block;
  }
  .flow .flowbox {
    width: 100%;
    margin: 0 0 35px;
  }
  .flow .flowbox:last-of-type {
    margin-bottom: 0;
  }
}
@media(max-width:550px) {
  .flows .fitc {
    margin-bottom: 37px;
  }
}
/* サービス概要 */
.overview .maintitle {
  margin-bottom: 25px;
}
.ovib .ib {
  display: block;
}
@media(max-width:550px) {
  .overview .maintitle {
    margin-bottom: 10px;
  }
}
/*list*/
.acheck li {
  padding-left: 21px;
  position: relative;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.acheck li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.acheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  font-weight: bold;
  display: inline-block;
  color: #2b7543;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
.dots.acheck li {
  padding-left: 13px;
}
.dots.acheck li::before {
  content: "\f111";
  font-size: .3em;
  top: 2.25em;
}
/* アクセスマップ */
.map iframe {
  width: 100%;
  height: 450px;
  border-radius: 10px;
  border: 1px solid #ddd !important;
}
@media (max-width:550px) {
  .map iframe {
    height: 280px;
  }
}
/* 情報公開 */
.data .maintitle {
  margin-bottom: 45px;
}
.data .cotitle {
  font-size: clamp(1.05rem, 0.6125rem + 1.4vw, 1.4rem);
}
@media(max-width:750px) {
  .data .maintitle {
    margin-bottom: 30px;
  }
}
.data .inner {
  max-width: 1155px;
}
.data .flexbox .w48 {
  margin-bottom: 40px;
}
.data .flexbox .w48:last-of-type {
  margin-bottom: 0 !important;
}
.datalist {
  margin-bottom: 30px;
}
.datalist:last-child {
  margin-bottom: 0;
}
.datalist div {
  margin-bottom: 10px;
}
/**/
.datalist a {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  height: 100%;
  margin-bottom: 7px;
}
.datalist a:hover {
  background: #f7f7f7;
}
.datalist a span {
  position: relative;
  padding-left: 20px;
  display: inline-block;
}
.datalist a span::before {
  font-family: "Font Awesome 6 Free";
  content: "\f1c1";
  font-weight: bold;
  display: inline-block;
  color: #eb441e;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
@media(max-width:750px) {
  .datalist div {
    margin-bottom: 5px;
  }
  .datalist a {
    padding: 10px 8px;
  }
}
/* 法人情報ページ ===========================================================================================================*/
/* ご挨拶 */
.grebox {
  background: #fff;
  border-radius: 10px;
  padding: 45px 35px;
}
.grebox .fitc {
  max-width: 1030px;
}
.grebox p:not(:nth-child(4)) {
  max-width: 1009px;
}
.glast {
  text-align: right;
  margin-top: 23px;
}
@media(max-width:550px) {
  .grebox {
    padding: 30px 17px 20px;
  }
}
/* 法人概要 */
/*table*/
.info_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.info_table tr {
  border-bottom: 1px dashed #5f8776;
}
.info_table th {
  background: transparent;
  width: 35%;
}
.info_table th, .info_table td {
  font-weight: 500;
  padding: 23px 0;
}
.info_table td {
  padding-left: 10px;
  padding-right: 10px;
  width: 65%;
  background: transparent;
}
@media(max-width: 550px) {
  .info_table tr {
    border-bottom: none;
  }
  .info_table td {
    border-bottom: 1px dashed #5f8776;
    margin-bottom: 0;
  }
  .info_table td, .info_table th {
    width: 100%;
    padding: 8px 0 18px;
    display: block;
  }
  .info_table th {
    text-align: left;
    padding-bottom: 0;
    padding-top: 13px;
    font-weight: 700;
    font-size: 107%;
  }
}
/* 求人情報 */
/*img*/
.abflex {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}
.abflex div {
  width: 32%;
  position: relative;
}
.abflex div:nth-child(1) {
  transform: rotate(-7deg);
}
.abflex div:nth-child(2) {
  top: -25px;
  z-index: 2;
}
.abflex div:nth-child(3) {
  transform: rotate(7deg);
}
@media(max-width: 1120px) {
  .abflex {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 130%;
  }
}
@media(max-width: 550px) {
  .abflex {
    margin-top: 55px;
  }
  .abflex img {
    border-radius: 7px;
  }
}
/* 募集要項 */
.reqbox {
  margin-bottom: 80px;
}
.reqbox:last-of-type {
  margin-bottom: 0 !important;
}
.reqbox .info_table .acheck li {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.reqbox .mtitle {
  margin-bottom: 10px;
}
@media(max-width: 550px) {
  .reqbox {
    margin-bottom: 60px;
  }
  .reqbox .info_table .mini {
    font-size: 91%;
  }
  .reqbox .mtitle {
    margin-bottom: 5px;
  }
}
/* お問い合わせページ ===========================================================================================================*/
.contact_sec section .inner {
  max-width: 1050px;
}
/**/
.contop {
  margin-bottom: 60px;
}
@media (max-width: 550px) {
  .contop {
    margin-bottom: 40px;
    font-size: 94%;
  }
}
/* 電話・FAX */
/*title*/
.cotitle {
  font-weight: 500;
  position: relative;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: clamp(1.15rem, 0.8375rem + 1vw, 1.4rem);
  line-height: 1.55;
  padding-left: 17px;
  padding-bottom: 3px;
}
.cotitle:after, .cotitle:before {
  content: '';
  position: absolute;
  height: 50%;
  width: 6px;
  left: 0;
  background: #2b7543;
}
.cotitle:before {
  top: 0;
}
.cotitle:after {
  bottom: 0;
  opacity: 0.7;
}
@media (max-width: 550px) {
  .cotitle {
    margin-bottom: 17px;
  }
}
/*box*/
.telbox {
  background: #f5f5f5;
  padding: 30px;
  border-radius: 10px;
}
@media (max-width:750px) {
  .telbox {
    margin-bottom: 10px;
  }
  .telbox:last-child {
    margin-bottom: 0;
  }
}
@media (max-width:550px) {
  .telbox {
    padding: 17px;
  }
}
/* 番号 */
.telbox a {
  font-size: clamp(1.4rem, 1.15rem + 0.8vw, 1.6rem);
  color: #333;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}
.telbox a i {
  color: #2b7543;
}
.telbox a:hover {
  opacity: 0.6;
}
.telwrap {
  margin-top: 0 !important;
}
.telwrap p {
  margin-top: 5px;
  margin-bottom: 0;
}
/*fax*/
.telboxwrap {
  margin-top: 50px;
}
.telboxwrap .telbox a {
  margin-right: 40px;
}
.telboxwrap .telbox p {
  margin-bottom: 4px;
}
.telboxwrap .telbox p i {
  color: #5f8776;
}
.telboxwrap .telbox {
  display: flex;
  align-items: center;
}
.fcheck {
  display: flex;
}
.fcheck li {
  padding-left: 18px;
  margin-right: 20px;
  position: relative;
}
.fcheck li:last-child {
  margin-right: 0;
}
.fcheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  display: inline-block;
  color: #2b7543;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
@media (max-width: 965px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox a {
    margin-right: 0;
  }
  .telboxwrap .telbox p {
    margin-top: 7px;
  }
}
@media (max-width:550px) {
  .telboxwrap .telbox p, .fcheck li {
    font-size: 90%;
  }
}
@media (max-width: 500px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox p {
    margin-bottom: 7px;
  }
  .fcheck {
    display: block;
  }
  .fcheck li {
    margin-right: 0;
  }
}
/* メール */
.mnote {
  max-width: 905px;
  margin: auto;
  margin-top: 50px;
}
@media(max-width:550px) {
  .mnote {
    margin-top: 40px;
  }
}
.mailform {
  max-width: 1100px;
  margin: 40px auto 0;
}
@media (max-width: 850px) {
  .mailform {
    margin: 50px auto 0;
  }
}
@media (max-width: 450px) {
  .mailform {
    margin-top: 0;
  }
}
.mailform .row {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.mailform .row:not(.last) {
  border-bottom: 0.9px dotted #333;
}
.mailform .row div {
  text-align: left;
}
.mailform .row div:nth-child(1) {
  width: 28%;
  font-size: 97%;
}
.mailform .row div:nth-child(2) {
  width: 70%;
  line-height: 1.5;
}
.mailform .row span {
  color: #fff;
  background: #2b7543;
  padding: 6px 5px 5px;
  margin-right: 5px;
  font-size: 12px;
  border-radius: 3px;
}
.mailsp {
  background: #fff !important;
  border: 1px solid #2b7543;
  color: #2b7543 !important;
}
.mailform .row small {
  display: block;
  margin-top: 3px;
}
.mailform .box, .mailform textarea {
  border: 1px solid #ddd;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 5px;
  background: #fff;
}
.mailform button {
  display: block;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  color: #fff;
  background: #2b7543;
  border: 1px solid #2b7543;
  width: 260px;
  padding: 24px 0;
  transition: .4s;
  border-radius: 50px;
}
.mailform button:hover {
  background: #fff;
  color: #2b7543;
}
.mailform button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 10px;
}
.mails {
  padding-bottom: 60px;
}
/*チェックボックス*/
.mailform input[type=checkbox] {
  display: none;
}
.mailform input[type=checkbox] + label {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
.mailform input[type=checkbox] + label::before {
  background: #fff;
  border: 1px solid #b5b5b5;
  content: '';
  display: block;
  position: absolute;
  top: 55%;
  transform: translate(0, -50%);
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
.mailform input[type=checkbox] + label::after {
  border-right: 3px solid #2b7543;
  border-bottom: 3px solid #2b7543;
  content: '';
  display: block;
  height: 13px;
  width: 7px;
  opacity: 0;
  position: absolute;
  top: 25%;
  left: 4px;
  transform: rotate(45deg);
  transition: .1s;
}
.mailform input[type=checkbox]:checked + label::after {
  opacity: 1;
}
@media (max-width: 550px) {
  .mailform input[type=checkbox] + label {
    display: block;
  }
}
@media (max-width: 800px) {
  .mailform .row {
    padding: 20px 0;
    flex-direction: column;
  }
  .mailform .row div:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .mailform .row div:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .mails {
    padding-bottom: 35px;
  }
  .mailform button {
    width: 220px;
    padding: 17px 0;
  }
  .selection small {
    font-size: 0.8rem;
  }
}
/* 個人情報の取り扱いについて */
.privacy {
  padding-top: 0;
}
/*アコーディオン全体*/
/*アコーディオンタイトル*/
.accordion-title {
  position: relative;
  cursor: pointer;
  font-size: clamp(1rem, 0.5625rem + 1.4vw, 1.35rem);
  padding: 15px 35px 15px 15px;
  transition: all .5s ease;
  background: #5f8776;
  color: #fff;
  line-height: 1.5;
  border-radius: 7px;
  font-weight: 500;
}
.privacy .accordion-title span {
  position: relative;
  padding-left: 27px;
  display: inline-block;
}
.privacy .accordion-title span::before {
  font-family: "Font Awesome 6 Free";
  content: "\f023";
  font-weight: bold;
  margin-right: 10px;
  font-size: 80%;
  position: absolute;
  top: 0.15em;
  left: 0;
}
/*アイコンの＋と×*/
.privacy .accordion-title::before, .privacy .accordion-title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background: #fff;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}
.privacy .accordion-title::before {
  transform: rotate(0deg);
}
.privacy .accordion-title::after {
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.privacy .accordion-title.close::before {
  transform: rotate(45deg);
}
.privacy .accordion-title.close::after {
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.accordion-text {
  display: none; /*はじめは非表示*/
  background: #fff;
  padding: 13px 25px;
  font-size: 95%;
}
.accordion-text span {
  font-size: 103%;
}
.accordion-text span::before {
  content: "■";
  display: inline-block;
  font-size: 80%;
  margin-right: 0.35em;
  transform: translateY(-2px);
  color: #5f8776;
}
@media (max-width: 550px) {
  .privacy .accordion-title::before, .privacy .accordion-title::after {
    width: 11px;
  }
  .privacy .accordion-title span {
    padding-left: 20px;
  }
  .accordion-text {
    padding: 13px;
    font-size: 90%;
  }
}




/* 250225更新対応 TOP 情報公開欄の作成 ======================================*/
.top_disclosure .inner {
  max-width: 950px;
}
.tdcl_box {
  margin-bottom: 40px;
}
.tdcl_box:last-of-type {
  margin-bottom: 0 !important;
}
.tdcl_box .cotitle {
  margin-bottom: 13px;
  background: #f5f5f5;
  padding: 5px 7px 5px 17px;
}
.tdcl_box h3 {
  width: fit-content;
  font-weight: 500;
  font-size: clamp(0.9rem, 0.84rem + 0.2133vw, 1rem);
  line-height: 1.55;
  border-radius: 100px;
  background: #2b7543;
  padding: 5px 15px;
  color: #fff;
  margin-bottom: 7px;
}
.data_pdf {
  padding-left: 5px;
  margin-bottom: 27px;
}
.data_pdf:last-of-type {
  margin-bottom: 0 !important;
}
.data_pdf li {
  border-bottom: 1px dashed #5f8776;
  padding-bottom: 7px;
  margin-bottom: 7px;
  position: relative;
  padding-left: 22px;
}
.data_pdf li a {
  color: #333;
}
.data_pdf li a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f1c1";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  color: #2b7543;
}
.data_pdf li a:hover {
  opacity: 0.6;
}