@charset "UTF-8";
/* About */
.title__box {
  margin: 0 0 0 0;
}
.map_box {
  text-align: center;
}
.map_box iframe {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 767px) {
  .map_box iframe {
    height: 300px;
  }
}
#main a {
  text-decoration: none;
}

/* Contact */
.contact{
  padding: 8rem 0;
  text-align: center;
}
.contact__img{
  margin: 0 0 3rem;
  border-radius: 1rem;
  overflow: hidden;
}
.contact__inner{
  border-radius: 1rem;
  background: #FAF8E2;
  padding: 4rem;
}
.contact__head{
  border-bottom: 1px solid #D4D6DE;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 2.5rem 0;
  margin: 0 0 2rem;
}
.contact__tit{
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
  color: #255D40;
  margin: 0 1.5rem;
}
.contact__tel {
  margin: 0 1.5rem;
}
.contact__tel a{
  font-size: 3.7rem;
  font-weight: bold;
  line-height: 1;
  color: #4D4D4D;
  display: flex;
  align-items: center;
  font-family: "BIZ UDPMincho", serif;
}
.contact__tel span{
  margin-left: 1rem;
}
.contact__time{
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.28;
  margin: 0 0 1.2rem;
}
.contact__info{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.contact__phone{
  margin: 0 2rem;
  display: flex;
  list-style: none;
  padding: 0;
}
.contact__phone li:nth-of-type(1){
  margin: 0 2rem 0 0;
}
.contact__phone a{
  color: #255D40;
  font-size: 2.1rem;
  line-height: 1.41;
  font-weight: bold;
}
.contact__phone span{
  margin: 0 0.6rem 0 0;
  position: relative;
  top: 0.3rem;
}
.contact__add{
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 2rem;
}

@media screen and (max-width: 767px) {
  .contact{
    padding: 4rem 0;
  }
  .contact__img{
    margin: 0 0 2rem;
    border-radius: 6px;
  }
  .contact__inner{
    border-radius: 6px;
    padding: 2rem;
  }
  .contact__tit{
    font-size: min(4vw,2.5rem);
    margin: 0 0 1rem;
  }
  .contact__tel{
    margin: 0;
  }
  .contact__tel a{
    font-size: min(7vw,3.7rem);
  }
  .contact__tel img{
    width: 10vw;
    max-width: 54px;
  }
  .contact__info{
    display: block;
  }
  .contact__time{
    line-height: 1.6;
    font-size: min(3.4vw,1.4rem);
  }
  .contact__phone{
    margin: 0 0 1.5rem;
    display: block;
  }  
  .contact__phone li:nth-of-type(1){
    margin: 0 0 5px;
  }
  .contact__add{
    margin: 0;
    font-size: min(3.4vw,2rem);
  }
}

/* Route */
.route{
  padding: 5rem 2rem;
  background: #fff;
}
.route__wrap{
  max-width: 1505px;
  margin: 0 auto;  
  width: 100%;
}
.route__tit{
  margin: 0 0 5rem;
  text-align: center;
}
.route__tit span{
  font-size: 2rem;
  margin: 0 0.3em;
}
.route__list{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -2rem;
}
.route__list .img{
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 1rem;
}

.route__list .tit{
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  color: #4D4D4D;
  line-height: 1.5;
  padding: 0 0 0 3rem;
}
.route__list .num{
  position: absolute; 
  top: 0; 
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  background: #255D40;
  color: #fff;
  text-align: center;
  display: block;
  line-height: 1.7;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 400;
}
.route__list .cap{
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0 0 0 3rem;
  margin: 5px 0 0 0;
}

@media screen and (min-width: 768px) {
  .route__list .item{
    width: 23.26%;
    max-width: 350px;
    margin: 0 2.32% 2rem 0;
  }
  .route__list .item:nth-of-type(4n){
    margin-right: 0;  
  }
}

@media screen and (max-width: 1600px) {
  .route__wrap{
    max-width: 1200px;
  }
}

@media screen and (max-width: 767px) {
  .route{
    padding: 4rem 2rem;
  }
  .route__tit{
    margin: 0 0 3rem;
  }
  .route__tit span{
    margin: 0.5em 0 0 0;
    display: block;
    font-size: 0.6em;
  }
  .route__list .item{
    width: 48.5%;
    margin: 0 3% 2rem 0;
  }
  .route__list .item:nth-of-type(2n){
    margin-right: 0;  
  }
  .route__list .img{
    border-radius: 6px;
  }
  .route__list .img img{
    width: 100%;
  }
  .route__list .num{
    font-size: 1.3rem;
    width: 2rem;
    height: 2rem;    
  }
  .route__list .tit{
    font-size: 1.4rem;
  }
  .route__list .cap{
    font-size: 1rem;
  }
}

/* About Box */
.about__box {
  margin: 4rem auto 8rem auto;
}
.about__box p {
  text-align: center;
  display: block;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .about__box {
    margin: 4rem auto 6rem auto;
  }
  .about__box p {
    font-size: 1.8rem;
  }
}
.about__box .link__box {
  width: 370px;
  margin: 3rem auto 0 auto;
  max-width: 100%;
}
.about__box .link__box a {
  display: flex;
  background: #255d40;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75em;
  height: 6.6rem;
  align-items: center;
  text-decoration: none;
}
.about__box .link__box a .material-icons {
  font-size: 2.4rem;
}
.about__box .link__box a:hover {
  background: #053826;
}
.about__box .btn__box {
  margin: 4rem auto 0 auto;
  width: 100%;
  max-width: 960px;
}
.about__box .btn__box ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  gap: 2rem 0;
}
.about__box .btn__box ul li {
  max-width: 430px;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .about__box .btn__box ul li {
    width: 100%;
    margin: 0 auto;
  }
}
.about__box .btn__box ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: white;
  color: #255d40;
  font-size: 2.4rem;
  height: 12rem;
  gap: 1rem;
  font-family: "BIZ UDPMincho", serif;
  text-decoration: none;
  font-weight: 600;
  border: 2px solid white;
  transition: all 0.3s ease-in 0s;
}
.about__box .btn__box ul li a .material-icons {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .about__box .btn__box ul li a {
    font-size: 2rem;
    height: 8rem;
  }
  .about__box .btn__box ul li a .material-icons {
    font-size: 2.5rem;
  }
}
.about__box .btn__box ul li a .logo {
  margin: 0 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .about__box .btn__box ul li a .logo {
    flex-basis: min(6em, 10.5vw);
  }
}
.about__box .btn__box ul li a:hover {
  border: 2px solid #255d40;
}
/* support__box */
.support__box .title__suppport {
  margin: 0 0 3rem 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  font-size: 3.4rem;
  color: #255D40;
  font-weight: bold;
  font-family: "BIZ UDPMincho", serif;
}
.support__box .support__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 3rem;
}
.support__box .support__inner .support__item {
  width: 48.75%;
  background: #fff;
  padding: 3rem 3rem 3rem 3rem;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.support__inner .support__item .ttl__item {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 20px 0;
  width: 100%;
}
.support__item .ttl__item h3 {
  font-size: 2.6rem;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
}
.support__item .ttl__item h3 b {
  color: #842C2F;
}
.support__item .ttl__item h3 span {
  font-size: 0.5769em;
  color: #255D40;
  font-family: "BIZ UDPMincho", serif;
  display: block;
  line-height: 1.4;
  margin: 0 0 5px 0;
}
.support__item .item__txt {
  width: 52.380952%;
  font-size: 1.6rem;
  line-height: 1.7;
}
.support__item .item__img {
  width: 43.80952%;
}
@media (min-width: 768px) and (max-width: 992px) {
  .support__item__moreform .ttl__item img {
    width: 12.5vw;
  }
}
@media screen and (max-width: 767px) {
  .support__box {
    margin: 0 0 2rem 0;
  }
  .support__box .title__suppport {
    flex-direction: column;
    font-size: 2.8rem;
  }
  .support__box .title__suppport img {
    width: 130px;
  }
  .support__box .support__inner .support__item {
    width: 100%;
  }
  .support__item .item__txt {
    width: 100%;
    font-size: 1.4rem;
  }
  .support__box .support__inner .support__item {
    padding: 2rem 2rem 2rem 2rem;
  }
  .support__item .ttl__item h3 {
    font-size: 2rem;
  }
  .support__item .item__img {
    width: 100%;
    margin: 2rem 0 0 0;
    display: flex;
    justify-content: center;
  }
  .support__item__moreform .ttl__item img {
    width: 130px;
  }
}