@charset "UTF-8";
/*
theme Name:おとなの学校岡山校
*/
/* CSS Document */
/* all content
* --------------------------------------- */
div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label {
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  list-style: none;
  color: #133C2E;
  /*  letter-spacing: 0.05em;*/
}
a {
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
body {
  margin: 0 auto;
  position: relative;
}
main {
  flex: 1;
}
figure {
  margin: 0 !important;
}
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
a:hover, a:focus {
  opacity: .7;
  text-decoration: none;
  color: #000;
}
::-webkit-selection {
  color: #fff;
  background: #0074BF;
}
::-moz-selection {
  color: #fff;
  background: #0074BF;
}
::selection {
  background-color: #cccccc;
  color: #222;
  text-shadow: none;
}
.main-u-page {
  padding-top: 175px;
}
/* #features, #newspaper, #topics, #volunteer, #service, #review, #newsuse, #nowuse, #access, #visitation,#tour {
  padding-top: 175px;
  margin-top: -175px;
} */
.common-1300-width {
  max-width: 1300px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-1200-width {
  max-width: 1200px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-120-padding {
  padding: 120px 0;
}
.common-100-padding {
  padding: 100px 0;
}
.common-80-padding {
  padding: 80px 0;
}
.common-60-padding {
  padding: 60px 0;
}
.pc_none {
  display: none !important;
}
.common-items__title {
  margin-bottom: 46px;
}
.common-items__title span {
  display: block;
  font-family: "REM", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
  position: relative;
  z-index: 1;
  padding-left: 16px;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}
.common-items__title span::before {
  content: "";
  display: inline-block;
  width: 73px;
  height: 68px;
  background-image: url(../img/title-deco.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -4px;
  z-index: -1;
}
.common-items__title h2 {
  font-size: 21px;
  padding-left: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.common-items__title._white h2 {
  color: #fff;
}
.common-items__title._white span {
  color: #fff;
}
.common-btn__wrap a {
  max-width: 280px;
  color: #fff;
  margin-left: auto;
  padding: 21px 53px 21px 30px;
  box-sizing: border-box;
  border-radius: 100px;
  position: relative;
  font-size: 18px;
  background-color: #008649;
}
.common-btn__wrap a:before {
  content: '';
  background-image: url("../img/arrow-green.svg");
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.common-title__group ._bgi {
  height: 16.66vw;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.common-title__group ._bgi._1ver {
  background-image: url("../img/title-common_pc.jpg");
}
.common-title__group ._bgi._2ver {
  background-image: url("../img/title-volunteer_pc.jpg");
}
.common-title__group h1, .common-title__group h2 {
  color: #fff;
  font-size: 46px;
  background-color: #00552E;
  text-align: right;
  padding: 24px 60px;
  font-weight: 500;
  line-height: 1.5;
}
.common-category__wrap {
  background-color: #F4F9F4;
  padding: 50px 20px;
  box-sizing: border-box;
  border-bottom: solid 5px #008649;
  position: sticky;
  top: 174px;
  z-index: 999;
  background-color: white;
  /* ヘッダー下固定記述追加 */
}
.common-category__wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  justify-content: center;
}
.common-category__wrap ul li a {
  display: flex;
  align-items: center;
  gap: 0 8px;
  font-size: 18px;
  line-height: 1.2;
}
.common-category__wrap ul li a::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 12px;
  background-image: url(../img/icon-links.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.common-category__wrap ul li:not(:last-child) a {
  padding-right: 60px;
  margin-right: 60px;
  border-right: solid 1px #E4E5DC;
}
@media screen and (max-width: 941px) {
  .main-u-page {
    padding-top: 80px;
  }
  /* #features, #newspaper, #topics, #volunteer, #service, #review, #newsuse, #nowuse, #access, #visitation,#tour {
    padding-top: 80px;
    margin-top: -80px;
  } */
  .common-category__wrap {
    padding: 0;
    background-color: #fff;
    border-bottom: solid 3px #008649;
    position: static;
    /* spは固定しない */
  }
  .common-category__wrap ul li {
    width: 50%;
  }
  .common-category__wrap ul li a {
    /* border-top: 1px solid #e4e5db; */
    border-bottom: 1px solid #e4e5db;
    box-sizing: border-box;
  }
  .common-category__wrap ul li:not(:last-child) a {
    padding: 16px 10px;
    margin-right: 0;
    border-right: none;
  }
  .common-category__wrap ul li:nth-child(odd) a {
    border-right: 1px solid #e4e5db;
  }
  .common-category__wrap ul {
    gap: 0;
    justify-content: space-between;
  }
  .common-category__wrap ul li a {
    padding: 16px 10px;
    font-size: 14px;
    margin: 0;
  }
  .common-category__wrap ul li a::before {
    width: 10px;
    height: 9px;
  }
}
@media screen and (max-width: 789px) {
  .pc_none {
    display: block !important;
  }
  .sp_none {
    display: none !important;
  }
  div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label {
    font-size: 15px;
    line-height: 1.5;
  }
  .common-60-padding {
    padding: 46px 0;
  }
  .common-items__title span {
    font-size: 35px;
    margin-bottom: 4px;
    padding-left: 10px;
  }
  .common-items__title span::before {
    width: 44px;
    height: 42px;
  }
  .common-items__title h2 {
    font-size: 17px;
    padding-left: 17px;
    font-weight: 600;
  }
  .common-items__title {
    margin-bottom: 32px;
  }
  .common-btn__wrap a {
    max-width: 260px;
    margin: 0 auto;
    padding: 21px 53px 21px 30px;
    font-size: 16px;
  }
  .common-btn__wrap a:before {
    right: 16px;
  }
  .common-title__group ._bgi {
   /* height: 380px; */
    height: 53.33vw;
  }
  .common-title__group ._bgi._1ver {
    background-image: url("../img/title-common_sp.jpg");
  }
  .common-title__group ._bgi._2ver {
    background-image: url("../img/title-volunteer_sp.jpg");
  }
  .common-title__group h1, .common-title__group h2 {
    font-size: 26px;
    text-align: center;
  }
}
@media screen and (max-width: 426px) {
  .common-80-padding {
    padding: 60px 0;
  }
  .common-title__group h1, .common-title__group h2 {
    font-size: 24px;
  }
  .common-title__group ._bgi {
    /* height: 280px; */
    height: 53.33vw;
  }
}
/* メニュー
* --------------------------------------- */
.global-nav__list {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 0 24px;
}
/*
.global-nav__item:not(:last-child)::after {
  content: ":";
  color: #fff;
}
*/
.hamburger {
  display: none;
  width: 100%;
}
.global-nav__item {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.global-nav {
  width: 100%;
  background-color: #00552E;
}
.header-global__wrap {
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 0;
}
.global-nav__logo {
  background-color: #fff;
}
.global-nav__logo a {
  max-width: 183px;
  margin: 0 auto;
  padding: 10px 0;
}
.global-nav__item a {
  padding: 16px 0;
  color: #fff;
}
@media screen and (max-width: 941px) {
  .global-nav__item:nth-child(1) {
    display: block;
  }
  .sidebarMenu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: #fff;
    z-index: 99;
  }
  .global-nav {
    flex-direction: column;
    position: fixed;
    right: -100vw;
    top: 0;
    width: 100vw;
    height: 100vh;
    padding-top: 100px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
  }
  .hamburger {
    display: block;
    position: absolute;
    right: 15px;
    top: 13px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 300;
    background: #00552E;
    border-radius: 100px;
  }
  .global-nav__list {
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 100%;
  }
  .global-nav__item::after {
    display: none
  }
  .global-nav__item {
    text-align: left;
    width: 100%;
    border-left: none;
    justify-content: center;
  }
  .global-nav__item a {
    display: block;
    padding: 0;
    margin-bottom: 24px;
    text-decoration: none;
    color: #133C2E;
    text-align: center;
  }
  .global-nav__item a:hover {
    background-color: #eee;
  }
  .hamburger__line {
    position: absolute;
    left: 15px;
    width: 20px;
    height: 2px;
    background-color: #fff;
    transition: all .6s;
  }
  .hamburger__line--1 {
    top: 20px;
  }
  .hamburger__line--2 {
    top: 25px;
  }
  .hamburger__line--3 {
    top: 30px;
  }
  /* 表示された時用のCSS */
  .nav-open .global-nav {
    right: 0;
  }
  .nav-open .main_logo {
    display: none;
  }
  .nav-open .black-bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 25px;
  }
  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 25px;
  }
  .gnav-logo a img {
    width: 250px;
  }
  .global-nav__contact a {
    width: 100%;
    background: none;
    color: #000;
  }
  .global-nav__logo a {
    max-width: 120px;
    padding: 0;
    position: fixed;
    top: 10px;
    left: 20px;
    z-index: 1000;
  }
}
@media screen and (max-width: 321px) {
  .gnav-logo a img {
    width: 200px;
  }
  .gnav-logo a {
    top: 13px;
  }
}
/* 
* --------------------------------------- */
.keyvisual-area__group {
  margin-top: 170px;
  background-image: url("../img/common-bgi.png"), url(../img/keyvisual-deco.png), url(../img/keyvisual-image_pc.jpg);
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 100%, cover;
  background-position: bottom center, bottom center, center;
  height: 86vh;
  position: relative;
}
.instagram-banner__wrap {
  position: absolute;
  max-width: 444px;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 941px) {
  .keyvisual-area__group {
    margin-top: 80px;
  }
  .instagram-banner__wrap {
      max-width: 250px;
  }
}
/* @media screen and (max-width: 789px) {
  .instagram-banner__wrap {
      max-width: 250px;
  }
} */
@media screen and (max-width: 426px) {
  .keyvisual-area__group {
    background-image: url(../img/common-bgi.png), url(../img/keyvisual-deco.png), url(../img/keyvisual-image_sp.jpg);
    height: 425px;
  }
}
/* 施設の特徴
* --------------------------------------- */
.features-area__group {
  background-image: url("../img/common-bgi.png"), url("../img/features-deco.jpg");
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
  background-position: bottom center, top center;
  background-color: #EBE7E1;
}
.features-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 0;
}
.features-items__text {
  width: 45%;
}
.features-items__text ._image {
  display: none
}
.features-items__image {
  width: 48%;
}
.features-items__text h1 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 24px;
}
.features-items__text p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 46px;
}
@media screen and (max-width: 789px) {
  .features-items__text ._image {
    display: block
  }
  .features-items__image {
    display: none;
  }
  .features-items__text {
    width: 100%;
  }
  .features-items__text ._image {
    max-width: 215px;
    /* margin-bottom: 24px; */
    margin: 0 auto 24px auto;
  }
  .features-items__text h1 {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 16px;
  }
  .features-items__text h1 br {
    display: none
  }
  .features-items__text p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 32px;
  }
}
/* おとなの学校新聞
* --------------------------------------- */
.newspaper-area__group {
  background-image: url("../img/common-bgi.png"), url("../img/newspaper-top.png"), url("../img/newspaper-bottom.png");
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 100%, 100%;
  background-position: bottom center, top center, bottom center;
}
.newspaper-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.newspaper-items__main {
    width: 43%;
    padding: 0 0 10px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    height: fit-content;
}
.newspaper-items__main img{
	  border-radius: 10px;
}
.newspaper-items__archive {
  width: 55%;
}
.newspaper-items__archive ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 0;
}
.newspaper-items__archive ul li {
 width: 49%;
    background: #fff;
    padding: 0 0 10px;
    box-sizing: border-box;
    border-radius: 10px;
}
.newspaper-items__archive ._thumbnail {
  position: relative;
  overflow: hidden;
  padding-top: 64%;
	    border-radius: 10px;
}
.newspaper-items__archive ._thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.newspaper-area__group .common-1300-width {
  position: relative;
}
.newspaper-btn__wrap {
  position: absolute;
  right: 0;
  top: 90px;
  width: 100%;
	z-index: 100;
}
.newspaper-archive__block {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 2%;
}
.newspaper-archive__box {
  width: 23.5%;
  box-shadow: 0 2px 5px rgb(76 76 76 / 20%);
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
}
.newspaper-archive__box ._thumbnail {
  position: relative;
  overflow: hidden;
  padding-top: 64%;
}
.newspaper-archive__box ._thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.newspaper-items__archive span{
	display: block;
    padding: 0 17px;
    margin-top: 10px;
	font-size: 13px;
}
.newspaper-items__main span{
		display: block;
    padding: 0 17px;
    margin-top: 10px;
	font-size: 13px;
}

.newspaper-archive__box span{
		display: block;
    padding: 0 13px;
    margin-top: 10px;
	font-size: 13px;
}
@media screen and (max-width: 1000px) {
  .newspaper-archive__box {
    width: 32%;
  }
}
@media screen and (max-width: 789px) {
  .newspaper-btn__wrap {
    position: static;
  }
  .newspaper-items__block {
    margin-bottom: 32px;
    gap: 5px 0;
  }
  .newspaper-items__main {
    width: 100%;
    padding: 5px;
  }
  .newspaper-items__archive {
    width: 100%;
  }
  .newspaper-items__archive ul li {
    width: 49%;
    padding: 5px;
  }
  .newspaper-items__archive ul {
    gap: 5px 0;
  }
  .newspaper-archive__box {
    width: 48%;
    padding: 5px;
    border-radius: 2px;
  }
  .newspaper-archive__block {
    justify-content: space-between;
    gap: 16px 0;
  }
}
/* お知らせ
* --------------------------------------- */
.topics-area__group {
  background-image: url("../img/common-bgi.png");
  background-repeat: repeat;
  background-size: auto;
  background-position: bottom center;
  background-color: #EBE7E1;
}
.topics-thumbnail__items ._thumbnail {
  position: relative;
  overflow: hidden;
  padding-top: 60%;
  border-radius: 30px 30px 0 0;
}
.topics-thumbnail__items ._thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topics-items__box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.topics-items__box a:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha( opacity=20 )";
  background: #fff;
}
.topics-items__box {
  margin-left: 24px;
  border-radius: 30px;
  position: relative;
  background: #fff;
}
.topics-text__wrap {
  padding: 30px 20px;
}
.topics-category__block {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.topics-category__block time {
  font-size: 18px;
  font-family: "REM", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1;
}
.topics-category__block ._category {
  font-size: 13px;
  background: #D3EADF;
  color: #008649;
  padding: 2px 10px;
  font-weight: 500;
  border-radius: 5px;
}
.topics-text__wrap h3, .topics-text__wrap h2 {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 500;
}
.topics-text__wrap p {
  font-size: 14px;
  line-height: 1.5;
}
.topics-area__group {
  position: relative;
}
.topics-btn__wrap {
  position: absolute;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  top: 100px;
  right: 21%;
}
.topics-items__wrap .slick-list {
  padding-right: 5% !important;
}
.topics-items__block {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 3.5%;
}
.topics-items__block .topics-items__box {
  width: 31%;
  margin-left: 0;
}
@media screen and (max-width: 789px) {
  .topics-card__wrap {
    margin-bottom: 40px;
  }
  .topics-thumbnail__items {
    width: 100px;
  }
  .topics-thumbnail__items ._thumbnail {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    border-radius: 16px 0 0 16px;
  }
  .topics-thumbnail__items {
    width: 30%;
  }
  .topics-text__wrap {
    width: 70%;
    padding: 20px;
    box-sizing: border-box;
  }
  .topics-category__block time {
    font-size: 16px;
  }
  .topics-category__block ._category {
    font-size: 10px;
  }
  .topics-text__wrap p {
    display: none;
  }
  .topics-text__wrap h3 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .topics-items__block {
    gap: 0;
  }
  .topics-items__box {
    width: 100%;
    display: flex;
    margin-left: 0;
    margin-bottom: 16px;
    border-radius: 16px;
    border: solid 1px #EFEFEF;
  }
  .topics-items__box:nth-last-child(1) {
    margin-bottom: 0;
  }
  .topics-btn__wrap {
    position: static;
  }
  .topics-items__wrap {
    margin: 0 auto 32px;
    width: calc(100% - 40px);
  }
  .topics-items__block {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }
  .topics-items__block .topics-items__box {
    width: 100%;
  }
}
@media screen and (max-width: 426px) {
  .topics-category__block time {
    font-size: 14px;
  }
  .topics-category__block ._category {
    font-size: 8px;
  }
  .topics-category__block {
    margin-bottom: 10px;
  }
	    .topics-thumbnail__items ._thumbnail {
    padding-top: 120%;
    
}
}
@media screen and (max-width: 321px) {
  .topics-thumbnail__items {
    width: 35%;
  }
  .topics-text__wrap {
    width: 65%;
    padding: 16px;
  }
	.topics-text__wrap h3 {
        font-size: 13px;
   
    }
}
/* ボランティアについて
* --------------------------------------- */
.volunteer-area__group {
  background-image: url("../img/common-bgi.png"), url("../img/volunteer-top.png"), url("../img/volunteer-bottom.png");
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 100%, 100%;
  background-position: bottom center, top center, bottom 0 center;
}
.volunteer-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 0;
  align-items: center;
}
.volunteer-items__text {
  width: 44%;
}
.volunteer-items__text ._image {
  display: none
}
.volunteer-items__image {
  width: 48%;
}
.volunteer-items__text h1 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 24px;
}
.volunteer-items__text p {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 46px;
}
@media screen and (max-width: 789px) {
  .volunteer-items__text ._image {
    display: block
  }
  .volunteer-items__image {
    display: none;
  }
  .volunteer-items__text {
    width: 100%;
  }
  .volunteer-items__text ._image {
    max-width: 215px;
    /* margin-bottom: 24px; */
    margin: 0 auto 24px auto;
  }
  .volunteer-items__text h1 {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 16px;
  }
  .volunteer-items__text h1 br {
    display: none
  }
  .volunteer-items__text p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 32px;
  }
  .volunteer-area__group {
    background-position: bottom center, top center, bottom 0 center;
  }
}
/* サービスについて
* --------------------------------------- */
.service-area__group {
  background-image: url("../img/common-bgi.png");
  background-repeat: repeat;
  background-size: auto;
  background-position: bottom center;
  background-color: #EBE7E1;
}
.service-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 0;
  align-items: center;
}
.service-items__text {
  width: 44%;
}
.service-items__text ._image {
  display: none
}
.service-items__image {
  width: 48%;
}
.service-items__text p {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 46px;
}
@media screen and (max-width: 789px) {
  .service-items__text ._image {
    display: block
  }
  .service-items__image {
    display: none;
  }
  .service-items__text {
    width: 100%;
  }
  .service-items__text ._image {
    max-width: 215px;
    /* margin-bottom: 24px; */
    margin: 0 auto 24px auto;

  }
  .service-items__text p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 32px;
  }
}
/* 利用者さんの声
* --------------------------------------- */
.review-area__group {
  background-image: url("../img/common-bgi.png"), url("../img/review-top.png");
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
  background-position: bottom center, top center;
  background-color: #008649;
}
.review-items__text {
  background-color: #FFFFFF;
  padding: 80px 46px 32px;
  border-radius: 30px;
}
.review-items__image {
  max-width: 98px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.review-items__image img {
  height: auto;
  border-radius: 100px;
}
.review-items__box {
  position: relative;
  padding-top: 50px;
  margin-left: 32px;
}
.review-items__box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.review-items__box a:hover {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha( opacity=0 )";
}
.review-items__text h3, .review-items__text h2 {
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 500;
}
.review-items__text p {
  margin-bottom: 16px;
}
.review-items__text span {
  text-align: right;
  display: block;
}
.review-items__wrap .slick-list {
  padding-right: 5% !important;
}
.review-archive__group {
  background-color: #F4F9F4;
}
.review-items__block {
  display: flex;
  flex-wrap: wrap;
  gap: 46px 3.5%;
}
.review-items__block .review-items__box {
  width: 31%;
  margin-left: 0;
}
.review-ohter__group {
  background-color: #F4F9F4;
}
@media screen and (max-width: 789px) {
  .review-items__box {
    margin-left: 20px;
  }
  .review-items__wrap .slick-list {
    padding-right: 13% !important;
  }
  .review-items__text h3, .review-items__text h2 {
    font-size: 21px;
  }
  .review-items__text p {
    margin-bottom: 10px;
  }
  .review-items__text {
    padding: 60px 32px 32px;
  }
  .review-items__image {
    max-width: 75px;
  }
  .review-items__box {
    padding-top: 37px;
  }
  .review-items__block {
    gap: 32px 0;
  }
  .review-items__block .review-items__box {
    width: 100%;
  }
}
/* フローティン
* --------------------------------------- */
.desktop-items__wrap {
  max-width: 600px;
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  z-index: 10000000;
}
.desktop-items__box {
  width: 44%;
}
.desktop-items__box:nth-child(3) {
  width: 13%;
}
.desktop-items__box a {
  min-height: 78px;
  box-sizing: border-box;
  align-items: center;
  font-size: 16px;
  display: flex;
  gap: 0 10px;
  color: #fff;
  padding: 22px 10px;
  justify-content: center;
}
.desktop-items__box:nth-child(1) a {
  background-color: #FFAF00;
}
.desktop-items__box:nth-child(2) a {
  background-color: #6CAE30;
}
.desktop-items__box:nth-child(3) a {
  background-color: #143C2E;
}
.desktop-items__box img {
  width: 20px;
}
.desktop-items__box:nth-last-child(1) img {
  width: 35px;
}
@media screen and (max-width: 769px) {
  .desktop-items__box a {
    font-size: 15px;
    padding: 15px 10px;
    min-height: 65px;
  }
  .desktop-items__box:nth-last-child(1) img {
    width: 30px;
  }
  .desktop-items__box img {
    width: 17px;
  }
}
@media screen and (max-width: 320px) {
  .desktop-items__box a {
    font-size: 13px;
    gap: 0 6px;
  }
  .desktop-items__box img {
    width: 16px;
  }
}
/* パンくず
* --------------------------------------- */
.breadcrumbs_wrap {
  background-image: url(../img/common-bgi.png);
  background-repeat: repeat;
  background-size: auto;
  background-position: bottom center;
}
.breadcrumbs_wrap .common-1200-width {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 32px 0
}
.breadcrumbs_wrap span, .breadcrumbs_wrap a {
  font-size: 15px;
  line-height: 1.5;
}
.breadcrumbs_wrap span[property="name"] {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 769px) {
  .breadcrumbs_wrap span, .breadcrumbs_wrap a {
    font-size: 13px;
  }
  .breadcrumbs_wrap {
    margin-top: 24px
  }
}
/* その他ご案内
* --------------------------------------- */
.info-area__group {
  background-image: url("../img/common-bgi.png"), url("../img/info-top.png");
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
  background-position: bottom center, top center;
}
.info-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 0;
}
.info-items__box {
  width: 31%;
  min-height: 580px;
  background-image: url(../img/common-bgi.png);
  background-repeat: no-repeat;
  background-size: 300px auto;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
}
.info-items__box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 20px;
}
.info-items__box a:hover {
  opacity: 0.1;
  filter: alpha(opacity=10);
  -ms-filter: "alpha( opacity=10 )";
  background: #fff;
}
.info-items__text ._image {
  width: 160px;
  margin: -50px auto 0;
}
.info-items__text {
  margin-top: auto;
}
.info-items__text span {
  display: block;
  font-family: "REM", sans-serif;
  color: #FEFAB7;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 50px;
  text-align: center;
}
.info-items__box ._btn {
  margin-top: auto;
}
.info-items__box._recruit {
  background-color: #1F3F94;
  background-image: url("../img/info-blue.svg");
}
.info-items__box._seifukai {
  background-color: #F6C34D;
  background-image: url("../img/info-yellow.svg");
}
.info-items__box._faq {
  background-color: #DB6C4C;
  background-image: url("../img/info-red.svg");
}
.info-items__box ._btn {
  color: #fff;
  font-weight: 500;
  font-size: 25px;
  text-align: center;
  width: 100%;
  position: relative;
}
.info-items__box ._btn img {
  width: 26px;
  position: absolute;
  right: 0;
  top: 11px;
}
@media screen and (max-width: 1200px) {
  .info-items__box._recruit {
    width: 100%;
  }
  .info-items__box {
    width: 48.5%;
  }
}
@media screen and (max-width: 789px) {
  .info-items__box {
    width: 100%;
  }
  .info-area__group {
    background-image: url("../img/common-bgi.png"), url("../img/info-top_sp.png");
  }
  .info-items__box {
    background-size: 270px auto;
    min-height: 480px;
  }
  .info-items__text span {
    font-size: 45px;
  }
  .info-items__text ._image {
    width: 130px;
  }
  .info-items__box ._btn {
    font-size: 21px;
  }
  .info-items__box ._btn img {
    width: 21px;
    top: 6px;
  }
}
/* フッター
* --------------------------------------- */
.footer-content__wrap {
  background-image: url("../img/common-bgi.png");
  background-repeat: repeat;
  background-size: auto;
  background-position: bottom center;
  background-color: #008649;
  position: relative;
}
.footer-contact__wrap a {
  background-color: #F0F0F0;
  border-radius: 20px;
  position: relative;
  padding: 100px 80px;
  margin-bottom: 80px;
}
.footer-items__btn {
  position: absolute;
  width: 75px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 70px;
}
.footer-items__title span {
  display: block;
  font-family: "REM", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
  position: relative;
  z-index: 1;
  padding-left: 16px;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}
.footer-items__title span::before {
  content: "";
  display: inline-block;
  width: 73px;
  height: 68px;
  background-image: url(../img/title-deco.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -4px;
  z-index: -1;
}
.footer-items__title h2 {
  font-size: 21px;
  padding-left: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.footer-contact__wrap a:hover {
  background-color: #133C2E;
  opacity: 1;
}
.footer-contact__wrap a:hover .footer-items__title span {
  color: #fff;
}
.footer-contact__wrap a:hover .footer-items__title h2 {
  color: #fff;
}
.footer-contact__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer-contact__text ._logo {
  max-width: 370px;
  margin-bottom: 24px;
}
.footer-contact__text h2 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 8px;
}
.footer-contact__text address {
  color: #fff;
  font-size: 18px;
  font-style: normal;
}
.footer-contact__text a {
  color: #fff;
  font-size: 18px;
}
.footer-contact__copy a {
  color: #fff;
  font-size: 18px;
}
.footer-links__wrap {
  background-color: #00552E;
  background-image: url("../img/common-bgi.png");
  background-repeat: repeat;
  background-size: auto;
  background-position: bottom center;
  padding: 40px 0;
}
.footer-links__wrap ul {
  display: flex;
  align-items: center;
  gap: 6px 24px;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-links__wrap ul li {
  display: flex;
  align-items: center;
  gap: 0 24px;
}
.footer-links__wrap ul li a {
  color: #fff;
}
/*
.footer-links__wrap ul li.deco::after {
  content: ":";
  color: #fff;
}
*/
@media screen and (max-width: 789px) {
  .footer-contact__wrap a {
    padding: 46px 32px;
    margin-bottom: 32px;
  }
  .footer-items__title span {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .footer-items__title span::before {
    width: 45px;
    height: 45px;
    top: 4px;
  }
  .footer-items__title h2 {
    font-size: 16px;
  }
  .footer-items__btn {
    right: 32px;
    width: 50px;
  }
  .footer-contact__text h2 {
    font-size: 15px;
  }
  .footer-contact__text address {
    font-size: 15px;
  }
  .footer-contact__text a {
    font-size: 15px;
  }
  .footer-contact__copy a {
    font-size: 15px;
  }
  .footer-contact__block {
    flex-direction: column;
    gap: 16px 0;
  }
  .footer-contact__text ._logo {
    max-width: 283px;
  }
  .footer-contact__text {
    width: 100%;
  }
  .footer-links__wrap ul li.deco::after {
    display: none;
  }
  .footer-links__wrap ul li {
    width: 100%;
    justify-content: center;
  }
  .footer-links__wrap ul {
    gap: 16px 24px;
  }
}
/* 詳細ページ
* --------------------------------------- */
.common-post__title h1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}
.common-post__title span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: solid 1px #008649;
  font-weight: 500;
  margin-bottom: 24px;
}
.common-post__title {
  margin-bottom: 80px;
}
.common-post__title time {
  display: block;
  font-size: 19px;
  font-weight: 500;
  text-align: right;
  font-family: "Quicksand", sans-serif;
}
.common-single__post h2 {
  font-weight: 500;
  font-size: 28px;
  margin-top: 2em;
  margin-bottom: .5em;
  padding: 10px 20px;
  position: relative;
  background-color: #F4F2EE;
  border-left: solid 4px #008649;
}
.common-single__post h3 {
  font-size: 26px;
  margin-top: 1em;
  margin-bottom: .5em;
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: solid 3px #F4F2EE;
  position: relative;
}
.common-single__post h3::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #008649;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.common-single__post ul {
  margin-top: 1em;
  margin-bottom: .5em;
}
.common-single__post ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
  box-sizing: border-box;
  color: #001C0A;
}
.common-single__post ul li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #008649;
  border-radius: 50%;
  top: 10px;
  left: 0;
}
.common-single__post ol {
  margin-top: 1em;
  margin-bottom: .5em;
}
.common-single__post ol li {
  list-style-type: decimal;
  margin-bottom: 5px;
  color: #001C0A;
}
.common-single__post ol {
  padding-left: 20px;
}
.common-single__post p {
  margin-bottom: 1.5em;
  line-height: 1.8;
  font-size: 18px;
}
.common-single__post a {
  display: inline-block;
  text-decoration: underline;
  color: #008649;
  padding: 0 5px;
}
.common-single__post a:hover {
  text-decoration: none;
}
.common-single__post img {
  max-width: 100%;
  height: auto;
}
.common-single__post ._thumbnail {
  position: relative;
  overflow: hidden;
  padding-top: 57%;
  border-radius: 10px;
}
.common-single__post ._thumbnail iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 10;
}

.common-single__post figure{
	margin: 0 24px!important
}
@media screen and (max-width: 769px) {
  .common-post__title h1 {
    font-size: 25px;
  }
  .common-post__title time {
    font-size: 15px;
    margin-top: 10px;
  }
  .common-post__title span {
    font-size: 15px;
    margin-bottom: 16px;
  }
  .common-single__post h2 {
    font-size: 21px;
    padding: 11px 15px;
  }
  .common-single__post h3 {
    font-size: 20px;
  }
  .common-single__post p {
    font-size: 15px;
  }
  .common-post__title {
    margin-bottom: 46px;
  }
}
/* ページング
* --------------------------------------- */
.single-peger-items {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 0 15px;
}
.single-peger-items .pre a {
  border: solid 1px #008649;
  background-color: #008649;
  color: #fff;
}
.single-peger-items .next a {
  border: solid 1px #008649;
  background-color: #008649;
  color: #fff;
}
.single-peger-items li:nth-child(2) a {
  background-color: #00552E;
  color: #fff;
  border: solid 1px #00552E;
}
.single-peger-items li a {
  width: 80px;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 0 10px;
}
.wp-pagenavi .current {
  background-color: #00552E;
  color: #fff;
  border: solid 1px #00552E;
  width: 42px;
  text-align: center;
  padding: 6px 0;
}
.wp-pagenavi a {
  border: solid 1px #008649;
  background-color: #008649;
  color: #fff;
  width: 44px;
  text-align: center;
  padding: 6px 0;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  width: 80px;
  font-size: 14px;
  padding: 8px 0;
}
@media screen and (max-width: 769px) {
  .single-peger-items li a {
    width: 80px;
  }
  .wp-pagenavi a {
    font-size: 14px;
    width: 33px;
    padding: 7px 0;
  }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    width: 60px;
    font-size: 13px;
    padding: 7px 0;
  }
  .wp-pagenavi .current {
    font-size: 13px;
    width: 33px;
    padding: 7px 0;
  }
  .single-peger-items {
    margin-top: 30px;
  }
  .wp-pagenavi {
    display: flex;
    justify-content: center;
    margin-top: 35px;
  }
}
/* よくあるご質問
* --------------------------------------- */
.accordion-list:not(:first-child) {
  margin-top: 24px;
}
.accordion-list {
  border-radius: 20px;
  background: #DB6C4C;
  padding: 46px 40px;
}
.accordion-title {
  cursor: pointer;
  font-size: 20px;
  color: #fff;
  position: relative;
  gap: 0 5px;
  padding-left: 35px;
}
.accordion-title::before {
  content: "Q.";
  position: absolute;
  left: 0;
  font-family: "REM", sans-serif;
  font-size: 26px;
  line-height: 1;
  top: 5px;
  font-weight: 300;
}
.accordion-title.open {
  border-radius: 10px 10px 0 0;
}
.accordion-title span {
  display: block;
  width: 37px;
  height: 37px;
  background-color: #ffffff82;
  border-radius: 100px;
  position: absolute;
  right: 0;
  top: 0;
}
.accordion-title span:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 10px;
  height: 2px;
  width: 17px;
  background: #DB6C4C;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.accordion-title span:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 10px;
  height: 2px;
  width: 17px;
  background: #DB6C4C;
  transition: all .3s ease-in-out;
}
.accordion-title.open span:before {
  transform: rotate(180deg);
}
.accordion-title.open span:after {
  opacity: 0;
}
.accordion-text {
  margin-top: 24px;
  display: none;
}
.accordion-text p {
  color: #fff;
}
@media screen and (max-width: 769px) {
  .accordion-title::before {
    font-size: 19px;
    top: 3px;
    font-weight: 300;
  }
  .accordion-list {
    padding: 16px;
    border-radius: 15px;
  }
  .accordion-title {
    font-size: 16px;
    padding-left: 25px;
    padding-right: 30px;
  }
  .accordion-title span {
    width: 25px;
    height: 25px;
    top: 3px;
  }
  .accordion-title span:before {
    right: 4.9px;
    width: 15px;
  }
  .accordion-title span:after {
    right: 4.9px;
    width: 15px;
  }
  .accordion-list:not(:first-child) {
    margin-top: 10px;
  }
  .accordion-text p {
    font-size: 14px;
  }
}
/* お問い合わせ、面会はこちら
* --------------------------------------- */
.newsuse-area__group {
  background-color: #F7F6F3;
}
.page-items__title {
  margin-bottom: 46px;
}
.page-items__title h2 {
  display: inline-block;
  padding: 0 0 8px 0;
  background: repeat-x left bottom;
  background-size: auto 4px;
  background-image: url("../img/icon-wave.svg");
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.page-items__title p {
  font-size: 18px;
  margin-top: 46px;
}
.newsuse-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 0;
  margin-bottom: 32px;
}
.newsuse-items__box {
  width: 48.5%;
  background-color: #fff;
  padding: 46px 24px;
  box-sizing: border-box;
  border-radius: 20px;
}
.newsuse-items__box h3 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 24px;
  font-weight: 500;
  color: #00552E;
}
.newsuse-items__btn {
  display: flex;
  align-items: center;
  border: solid 2px #00552E;
  border-radius: 100px;
  max-width: 320px;
  margin: 0 auto 24px;
}
.newsuse-items__btn a {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 0 10px;
  color: #00552E;
  font-weight: 500;
}
.newsuse-items__btn._tel a {
  font-size: 27px;
  padding: 9px 10px;
}
.newsuse-items__btn._mail a {
  font-size: 20px;
  padding: 15px 10px;
}
.newsuse-items__btn._tel img {
  width: 27px;
}
.newsuse-items__btn._mail img {
  width: 22px;
}
.newsuse-items__box span {
  display: block;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
}
.newsuse-items__box p {
  max-width: 400px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
}
.newsuse-single__box {
  background-color: #fff;
  padding: 46px 24px;
  box-sizing: border-box;
  border-radius: 20px;
}
.newsuse-single__box span {
  display: block;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
  color: #00552E;
}
.newsuse-single__box p {
  max-width: 500px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  color: #00552E;
}
.newsuse-single__box h3 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 24px;
  font-weight: 500;
  color: #00552E;
}
.newsuse-items__image {
  max-width: 180px;
  margin: 0 auto 24px;
}
.nowuse-single__box {
  background-color: #fff;
  padding: 46px 24px;
  box-sizing: border-box;
  border-radius: 20px;
}
.nowuse-single__box span {
  display: block;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
  color: #00552E;
}
.nowuse-single__box p {
  max-width: 500px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  color: #00552E;
}
.nowuse-single__box h3 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 24px;
  font-weight: 500;
  color: #00552E;
}
.nowuse-area__group {
  background-color: #EBE7E1;
}
.access-items__box ._map {
  margin-bottom: 24px;
}
.access-items__box ._map iframe {
  width: 100%;
  height: 360px;
}
.access-items__box address {
  font-size: 18px;
  font-style: normal;
  text-align: center;
  margin-bottom: 8px;
  font-weight: 500;
}
.access-items__box p {
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
}
.visitation-area__group {
  background-color: #fbfaf9;
  border-top: dashed 1px #707070;
}
@media screen and (max-width: 789px) {
  .page-items__title h2 {
    font-size: 24px;
  }
  .page-items__title {
    margin-bottom: 32px;
  }
  .page-items__title p {
    font-size: 15px;
    margin-top: 32px;
  }
  .newsuse-items__box {
    width: 100%;
    padding: 32px 24px 24px;
  }
  .newsuse-items__box h3 {
    font-size: 21px;
    margin-bottom: 16px;
  }
  .newsuse-items__btn._tel a {
    font-size: 21px;
  }
  .newsuse-items__btn._tel img {
    width: 19px;
  }
  .newsuse-items__btn {
    max-width: 250px;
    margin: 0 auto 16px;
  }
  .newsuse-items__box span {
    font-size: 15px;
  }
  .newsuse-items__box p {
    font-size: 13px;
  }
  .newsuse-items__block {
    gap: 16px 0;
    margin-bottom: 16px;
  }
  .newsuse-items__btn._mail a {
    font-size: 16px;
  }
  .newsuse-items__btn._mail img {
    width: 19px;
  }
  .newsuse-single__box {
    padding: 32px 24px 24px;
  }
  .newsuse-single__box h3 {
    font-size: 21px;
    margin-bottom: 16px;
  }
  .newsuse-items__image {
    display: none;
  }
  .newsuse-single__box span {
    font-size: 15px;
  }
  .newsuse-single__box p {
    font-size: 13px
  }
  .nowuse-single__box {
    padding: 32px 24px 24px;
  }
  .nowuse-single__box span {
    font-size: 15px;
  }
  .nowuse-single__box p {
    font-size: 13px
  }
  .nowuse-single__box h3 {
    font-size: 21px;
    margin-bottom: 16px;
  }
  .access-items__box ._map {
    margin-bottom: １６px;
  }
  .access-items__box ._map iframe {
    width: 100%;
    height: 280px;
  }
  .access-items__box address {
    font-size: 16px;
  }
}
@media screen and (max-width: 426px) {
  .page-items__title h2 {
    font-size: 23px;
    padding: 0 0 12px 0;
  }
}
/* サービスについて
* --------------------------------------- */
.service-flow__area {
  background-color: #F7F6F3;
  border-top: dashed 1px #707070;
}
.service-flow__block {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 24px;
}
.service-flow__block:nth-last-child(1) {
  margin-bottom: 0;
}
.service-flow__text {
  width: 70%;
}
.service-flow__image {
  width: 25%;
}
.service-flow__title {
  display: flex;
  gap: 5px 24px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 16px;
}
.service-flow__title span {
  display: block;
  background-color: #008649;
  color: #fff;
  font-size: 25px;
  padding: 0 14px;
  border-radius: 10px;
}
.service-flow__title h3 {
  font-size: 22px;
  font-weight: 500;
}
.service-flow__image img {
  border-radius: 10px;
}
.service-price__box:not(:last-child) {
  margin-bottom: 80px;
}
.service-table__1ver {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.service-table__1ver th {
  padding: 15px 20px;
  background: #f2f8fe;
  border: solid 2px #fff;
  text-align: left;
  font-weight: 500;
  vertical-align: middle;
  background-color: #EBE7E1;
  color: #362000;
}
.service-table__1ver td {
  padding: 15px 20px;
  color: #362000;
  border: solid 2px #fff;
  text-align: left;
  vertical-align: middle;
}
.service-table__1ver td.rigth {
  text-align: right;
}
.service-table__1ver tr:nth-child(odd){
  background-color: #F7F6F3;
}
.service-table__1ver tr:nth-child(even){
  background-color: #fdfdfc;
}
.service-table__1ver tr:nth-child(2) {}
.service-price__content {
  overflow-x: scroll;
}
.service-transfer__area {
  background-color: #fbfaf9;
  border-top: dashed 1px #707070;
}
@media screen and (max-width: 789px) {
  .service-flow__block {
    padding: 24px 16px;
    margin-bottom: 16px;
    flex-direction: column;
    gap: 10px 0;
  }
  .service-flow__text {
    width: 100%;
  }
  .service-flow__title {
    gap: 5px 10px;
    margin-bottom: 10px;
  }
  .service-flow__title span {
    font-size: 21px;
    padding: 0 10px;
  }
  .service-flow__title h3 {
    font-size: 18px;
  }
  .service-flow__image {
    width: 100%;
  }
  .service-table__1ver {
    width: 789px;
  }
  .service-price__box:not(:last-child) {
    margin-bottom: 46px;
  }
}
/* ローディング
* --------------------------------------- */
#splash {
   position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000000000;
    background: #00552E;
    text-align: center;
    color: #00552E;
}
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#splash_logo img {
    width: 300px;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 789px) {
	#splash_logo img {
    width: 250px;
}
}

/* 0202 */
.fv_copy {
  position: absolute;
  right: 8.9%;
  bottom: 20.4%;
}
.fv_copy_text1 {
  text-align: right;
  font-family: Noto Sans JP;
  font-size: 3.578vw;
  font-weight: 700;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 0px 10px #000000;
  line-height: 1.5;
  margin: 0 0 1.789vw 0;
}
.fv_copy_text2 {
  text-align: right;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 1.285vw;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 0px 10px #000000;
}
@media screen and (max-width: 941px) {
  .fv_copy {
    position: absolute;
    right: 7.1%;
    bottom: 29.1%;
  }
  .fv_copy_text1 {
    font-size: 6.75vw;
    margin: 0 0 2.66vw 0;
  }
  .fv_copy_text2 {
    font-size: 2.487vw;
  }  
}

/* 20250514 */
.contact {
  background: #fff 0% 0% no-repeat padding-box;
}
.contact_area {
  margin: 40px 0 0 0;
}
.contact_block {
  margin: 0 0 30px 0;
}
.contact_title {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
}
.contact_text1 {
  text-align: left;
  font: normal normal bold 18px/18px Noto Sans JP;
  letter-spacing: 0px;
  color: #000;
}
.contact_text1 {
  margin: 0 0 0 10px;
}
.contact_text1:first-child {
  margin: 0;
}
.contact_text1 .required {
  text-align: left;
  font: normal normal bold 16px/16px Noto Sans JP;
  letter-spacing: 0px;
  color: #FF0000;
  margin: 0 0 0 10px;
}
.contact_text2 {
  text-align: left;
  font: normal normal normal 15px/15px Noto Sans JP;
  letter-spacing: 0px;
  color: #000;
  margin: 10px 0 20px 0;
}
.contact_text3 {
  text-align: left;
  font: normal normal bold 15px/15px Noto Sans JP;
  letter-spacing: 0px;
  color: #000;
  margin: 20px 0 10px 0;
}
.contact_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
input.form-control,
select.form-select,
textarea.form-control {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  padding: 20px 2%;
  box-sizing: border-box;
}
input.contact_input1 {
  width: 48%;
  height: 64px;
  margin: 0 2% 0 0;
}
input.contact_input1:last-child {
  margin: 0;
}
input.contact_input2 {
  width: 100%;
  height: 64px;
}
input.contact_input3 {
  width: 55%;
  height: 64px;
  margin: 0 2% 0 0;
}
select.contact_select1 {
  width: 41%;
  height: 64px;
}
select.contact_select2 {
  width: 30%;
  height: 64px;
}
textarea.form-control {
  width: 100%;
  height: 240px !important;
}
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid #707070;
  background-color: white;
  position: relative;
  cursor: pointer;
  margin: 0 5px 0 0 !important;
}
input[type="checkbox"]:checked {
    background-color: #26C3D9;
}
input[type="checkbox"]:checked::after {
    content: "✔";
    font-size: 14px;
    color: #F4F8FD;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
input[type="radio"] {
  margin: 0 3px 0 0;
  width: 20px;
  height: 20px;
}
.radio_content {
  display: flex;
  align-items: center;
  margin: 0 10px 0 0;
}

button.btn-success {
  cursor: pointer;
}
.checkbox {
  text-align: left;
  font: normal normal normal 16px/28px Noto Sans JP;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin: 0 !important;
}
.consent_wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
}
.contact_text4 {
  text-align: center;
  text-decoration: underline;
  font: normal normal bold 14px/14px Noto Sans JP;
  letter-spacing: 0px;
  color: #000;
  margin: 10px 0 0 0;
}

/* validation */

#consent-error {
  position: absolute;
  left: 50%;
  margin-top: 35px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #D30001;
  font-weight: normal;
  font-size: 16px;
}
.validation-block {
  color: #fff;
}
.has-error .validation-block {
  text-align: left;
  color: #D30001;
}

/* bootstrap */
.btn {
  font-size: 15px;
  font-weight: 400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn01 .btn {
  background-color: #009E96;
  width: 120px;
  margin-left: 20px;
  margin-left: 15px;
  color: #fff;
}
.modal-dialog {
    max-width: 600px;
    margin: 250px auto 0;
    width: calc(100% - 40px);
}
.modal-body {
  text-align: center;
}
.modal-footer {
  display: flex;
  justify-content: center;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.btn-primary {
  background: #3958A7;
  color: #fff;
  border: 2px solid #3958A7;
}

.btn_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
}
.btn_more1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 264px;
  text-decoration: none;
  padding: 13px 0;
  background: #00552E 0% 0% no-repeat padding-box;
  border: none;
  box-shadow: none;
  border-radius: 15px;
}
.btn_text1 {
  text-align: center;
  font: normal normal bold 16px/24px Noto Sans JP;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin: 0;
}
.has-error .validation-block {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .contact {
      background-image: url('../img/contact_bg_sp.png');
  }
  input.contact_input1,
  input.contact_input2,
  input.contact_input3,
  textarea.form-control {
    width: 100%;
    margin: 0 0 10px 0;
  }
  select.contact_select1,
  select.contact_select2 {
    width: 100%;
    margin: 0 0 10px 0;
  }
}



#form-preview .row {
  margin-bottom: 10px;
}
#form-preview dt {
  font-weight: bold;
}
#form-preview dd {
  margin-bottom: 0;
}
.modal-body {
  max-height: 400px;
  overflow-y: auto;
}



[id] {
  scroll-margin-top: 175px;
}
@media (max-width: 941px) {
  [id] {
    scroll-margin-top: 80px;
  }
}


.common-single__post ul li ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
  box-sizing: border-box;
  font-size: 18px;
}

.common-single__post ul li ul li::before  {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #008649;
  border-radius: 50%;
  top: 13px;
  left: 0;
}
