@charset "UTF-8";
.bg_01{
  /* background: url(./img/bg_01.png);
  background-size: cover;
  background-position: 50% 50%; */
}
.eachTextAnime span,.main_ttl02,.fv_fade .ttl02,.fv_fade .ttl02 span{opacity: 0;}
.eachTextAnime.appeartext span,
.main_ttl02,.fv_fade .ttl02,.fv_fade .ttl02 span{
  animation:text_anime_on 1.5s ease-out forwards;
  animation-duration : 5s;
}
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}
.block{display: block;}
.btn {
  max-width: 320px;
  width: 320px;
  display: block;
  text-align: center;
  background: #54a200;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 30px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  font-family: "yugothic-b";
}
.btn:hover{box-shadow: 0px 0px 0px rgb(0 0 0 / 50%);}
.btn_area,.institution-slide #thumbnail-list{
  max-width: 1000px;
  width: 90%;
  margin: auto;
}
h3.ttl{margin: 80px 0 40px;}
.btn span {
  line-height: 1;
  padding: 20px 0px;
  display: inline-block;
  font-size: 1.5rem;
  position: relative;
  width: 90%;
}
.btn span:after {
  width: 16px;
  height: 17px;
  background: url(./img/icon_arrow.png);
  background-size: cover;
  content: "";
  position: absolute;
  right: -3px;
  top: 50%;
  margin-top: -8.5px;
}
@media screen and (max-width: 767px) {
  .btn_area{
    width: 100%;
  }
  .btn span:after {
    width: 12px;
    height: 13px;
    margin-top: -6.5px;
  }
}

.ttl {
  display: flex;
  align-items: flex-end;
  margin-bottom: 70px;
  position: relative;
  padding-left: 20px;
}
.ttl::before{
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  background: rgba(179, 220, 23, 1);
  box-sizing: 3px;
}
@media screen and (max-width: 767px) {
  .ttl {
    display: block;
    margin-bottom: 30px;
  }
  .ttl::before{
    height: 100%;
  }
}
.ttl .jp {
  font-size: 2.5rem;
  color: #2b2b2b;
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding-right: 10px;
  margin-right:0px;
  line-height: 1;
  /* font-weight: bold; */
}
@media screen and (max-width: 767px) {
  .ttl .jp {
    font-size: 1.8rem;
    display: block;
    border: none;
  }
}
.ttl .eng {
  font-size: 1.8rem;
  color: #508e0d;
  line-height: 1;
    font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .ttl .eng {
    font-size: 1.3rem;
    padding-left: 10px;
    padding-top: 10px;
    display: block;
    border-left: 1px solid #2c2c2c;
    margin-top: 10px;
    width: 150px;
  }
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    transform: scale(1.05);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(1.05);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

.fv {
  position: relative;
  text-align: center;
  padding: 0;
  background: #f3f3f3;
  height: calc(100vh - 100px);
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .fv {
    background: url(./img/fv.png);
    background-size: cover;
    background-position: center;
    margin-top: 70px;
    height: calc(100vh - 80px);
  }
}
.fv_fade{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    animation:fv_fade 2s ease-out forwards;
    opacity: 1;
    animation-duration : 4.5s;
  }
@keyframes fv_fade {
    0% {opacity:1;}
    50% {opacity:1;}
    100% {opacity:0;}
  }
.fv_fade,
.fv .fv_fade .ttl02{
  z-index: 20;
}
.fv_fade .ttl02 .white span{
  color: #000;
}
.fv .scroll {
  position: absolute;
  left: 30px;
  bottom: 50px;
  z-index: 100;
}

@media screen and (max-width: 1400px) {
  .fv .scroll {
    left: 5%;
    bottom: 5%;
    width: 10px;
  }
}

.fv .fv-img {
  overflow: hidden;
  position: relative;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .fv .fv-img {
    height: 100%;
    min-height: 300px;
  }
}

.fv .fv-img .main_img {
  z-index: 10;
  opacity: -1;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime We 24s 0s infinite;
  animation: anime 24s 0s infinite;
}
.fv .fv-img .main_img .copy{
  position: absolute;
  top:46%;
  width: 100%;
  text-align: center;
  right:initial;
  left: 0%;
  font-family: "游明朝体","Sawarabi Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 6rem;
  color: #fff;
  letter-spacing: 3px;
  padding: 10px;
  text-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
  -webkit-animation: anime_ttl We 24s 0s infinite;
  animation: anime_ttl 24s 0s infinite;
}
@keyframes anime_ttl {
  0% {transform: scale(1);}
  100% {transform: scale(.7);}
}
.fv .fv-img .main_img .copy span{
  font-size: 2rem;
  display: block;
}
@keyframes anime {
  0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         z-index:9;
    }
    30%{
      transform: scale(1.2) ;
    }
    100% { opacity: 0 }
}
.fv .fv-img .main_img:nth-of-type(1) {
  background-image: url(./img/fv01.png);
}
.fv .fv-img .main_img:nth-of-type(2) {
  background-image: url(./img/fv02.png);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.fv .fv-img .main_img:nth-of-type(3) {
  background-image: url(./img/fv03.png);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.fv .fv-img .main_img:nth-of-type(4) {
  background-image: url(./img/fv04.png);
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

@media screen and (max-width: 1024px) {
  .fv .fv-img .main_img:nth-of-type(1) {
    background-image: url(./img/fv01_sp.png);
  }
  .fv .fv-img .main_img:nth-of-type(2) {
    background-image: url(./img/fv02_sp.png);
  }

  .fv .fv-img .main_img:nth-of-type(3) {
    background-image: url(./img/fv03_sp.png);
  }

  .fv .fv-img .main_img:nth-of-type(4) {
    background-image: url(./img/fv04_sp.png);
  }

}

.fv .ttl02{
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 95%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  z-index: 100;
  text-align: right;
  z-index: 19;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .fv .fv-img .main_img .copy{
    font-size: 2rem;
  }
  .fv .ttl02 {
    left: 2.5%;
    width: 95%;
  }
}
.fv .ttl02 .white {
  display: inline-block;
  font-family: "游明朝体","Sawarabi Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 6rem;
  color: #fff;
  letter-spacing: 3px;
  padding: 10px;
  text-shadow: 0px 0px 8px rgba(255,255,255,0.7);
}
@media screen and (max-width: 767px) {
  .fv .ttl02 .white {font-size: 8vw;}
}
.fv .ttl02 .eng {color: #4e8e0e;}
.fv_nav {
  background: #4e8e0e;
  padding-bottom: 40px;
}
.fv_nav .container {max-width: 1000px;}
.fv_nav h2 {
  text-align: center;
  color: #fff;
  font-size: 3rem;
  border-bottom: 1px solid #fff;
  padding: 15px 10px;
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 18px;
}
.fv_nav ul li {
  float: left;
  width: 25%;
  border-right: 1px solid #fff;
  text-align: center;
}

.fv_nav ul li:last-child {
  border: none;
}

.fv_nav ul li span {
  font-size: 1.6rem;
  color: #fff;
  display: block;
  line-height: 1.4em;
  padding: 13px 0;
}

.guidance {
  margin: 75px auto 95px;
}

.blog {
  padding: 95px 0 80px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .blog {
    padding: 50px 0 30px;
  }
}

.blog:before {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: url(./img/line.png);
  background-size: 100%;
}

.blog h3 {
  font-size: 2.4rem;
  color: #2c2c2c;
  font-family: "游明朝体","Sawarabi Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 90px;
  line-height: 1.8em;
}

@media screen and (max-width: 767px) {
  .blog h3 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.blog-slide {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .blog-slide {
    margin-top: 30px;
  }
}

.blog-slide .slick-track{
  display: flex;
}
.blog-slide .slick-slide{
  height: auto !important;
}

.blog-slide li {
  /* padding: 0 20px; */
  padding: 0;
}
@media screen and (max-width: 767px) {
  .blog-slide li + li {
    margin-top: 9.375vw;
  }
}
.blog-slide li > div{
  background: #F8F8F8;
  padding:  20px 20px 30px;
  margin: 0 10px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .blog-slide li>div {
    margin: 0;
    padding: 3.75vw 3.75vw 6.25vw;
  }
}
.blog-slide li figure {
  position: relative;
  overflow: hidden;
  /* height: 280px; */
  width: 100%;
  aspect-ratio: 1 / 0.75;
}

@media screen and (max-width: 767px) {
  .blog-slide li figure {
    /* height: 200px; */
  }
}

.blog-slide li figure img {
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* -webkit-transform: translate(-50%, -50%); */
  /* transform: translate(-50%, -50%); */
  /* max-width: none; */
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-slide li .flex {
  display: flex;
  align-items: center;
}

.blog-slide li .flex {
  margin-top: 12px;
  display: flex;
  align-items: center;
}

.blog-slide li .flex .cate {
  /* margin-right: 5px; */
  font-size: 1.2422rem;
  color: #535556;
  /* line-height: 1; */
  /* font-family: "yugothic-b"; */
  padding: 0 5px;
  /* border: 1px solid; */
  text-align: center;
  white-space: nowrap;

}

@media screen and (max-width: 767px) {
  .blog-slide li .flex .cate {
    font-size: 2.813vw;
    padding: 0 5px 1px;
  }
}
.blog-slide li .flex .cate::before{
  content: "| ";
}
.blog-slide li .flex .date {
  font-size: 1.2422rem;
  color: #535556;
}
@media screen and (max-width: 767px) {
  .blog-slide li .flex .date {
    font-size: 2.813vw;
  }
}
.blog-slide li h4 {
  font-size: 2.4rem;
  color: #2c2c2c;
  margin: 10px auto 0px;
  font-family: "yugothic-b";
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .blog-slide li h4 {
    font-size: 1.8rem;
  }
}

.blog-slide li .txt {
  font-size: 1.3rem;
  color: #2c2c2c;
  line-height: 1.8em;
}

.blog .slide-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(-50%, 0);
  z-index: 10;
  width: 75px;
  height: 75px;
  background-size: 10.5px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  margin-top: -15px;
  border: 2px solid #54A202;
  border-radius: 10px;
}

.blog .slide-arrow.next-arrow {
  right: calc(-8% - 40px);
  background-image: url(./img/next-arrow.png);
}
@media screen and (max-width: 959px){
  .blog .slide-arrow.next-arrow {
      right: 0;
    }
}

.blog .slide-arrow.prev-arrow {
  left: calc(-2% - 40px);
  background-image: url(./img/prev-arrow.png);
}
@media screen and (max-width: 959px) {
.blog .slide-arrow.prev-arrow {
    left: 8%;
  }
}
.news {
  padding: 70px 0 65px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .news {
    padding: 50px 0 30px;
  }
}

.news:before {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: url(./img/line.png);
  background-size: 100%;
}

.news ul {
  margin: 0 auto 60px;
  max-width: 845px;
}

.news ul li {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .news ul li {
    margin-bottom: 20px;
  }
}

.news ul li .flex {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.news ul li .date {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "yugothic-b";
}

@media screen and (max-width: 767px) {
  .news ul li .date {
    font-size: 1.4rem;
  }
}

.news ul li .cate {
  font-size: 1.4rem;
  padding: 3px 10px;
  color: #2c2c2c;
  border: 1px solid #2c2c2c;
  margin-left: 8px;
  min-width: 80px;
  line-height: 1;
  display: inline-block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .news ul li .cate {
    font-size: 1.2rem;
  }
}

.news ul li h3 {
  padding-top: 10px;
  font-size: 1.6rem;
  color: #2c2c2c;
  padding-bottom: 5px;
  border-top: 1px solid #2c2c2c;
}

@media screen and (max-width: 767px) {
  .news ul li h3 {
    font-size: 1.4rem;
  }
}
.column-links {
  margin: 70px auto 100px;
}


.column-links ul li {
  width: calc(50% - 10px);
  margin-bottom: 9px;
}

@media screen and (max-width: 767px) {
  .column-links {
    margin: 30px auto;
  }
  .column-links ul li {
    margin-bottom: 10px;
  }
}
.column-links ul li:nth-child(odd) {
  float: left;
}

.column-links ul li:nth-child(even) {
  float: right;
}

.column-links ul li a {
  position: relative;
  display: block;
}
.column-links ul li a figure{
  overflow: hidden;
}
.column-links ul li a img {
  filter: opacity(100%);
  max-width: none;
  width: 100%;
}

.column-links ul li a img:hover {
  opacity: 1 !important;
  transform: scale(1.1);
}

.column-links ul li a .icon_arrow {
  position: absolute;
  right: 30px;
  bottom: 30px;
  filter: drop-shadow(5px 5px 5px #000);
}

@media screen and (max-width: 767px) {
  .column-links ul li a .icon_arrow {
    right: 10px;
    bottom: 10px;
    width: 8px;
  }
}

.column-links ul li a:before {
  width: 58px;
  height: 58px;
  content: "";
  position: absolute;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .column-links ul li a:before {
    width: 40px;
    height: 40px;
  }
}

.column-links ul li a.active img {
  filter: opacity(100%);
}

.column-links ul li a:hover {
  opacity: 1;
}

.column-links ul li a:hover img {
  filter: opacity(100%);
}

.column-links ul li a.before-none:before {
  display: none;
}

.column-links ul li h3 {
  margin-top: 3px;
  color: #2c2c2c;
  font-size: 2.3rem;
  text-align: center;
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .column-links ul li h3 {
    margin-top: 0;
    font-size: 1.5rem;
  }
}

.column-links ul li h3 span {
  font-size: 1.8rem;
  font-family: "yugothic-r";
  font-weight: normal;
  color: #4e8e0e;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .column-links ul li h3 span {
    margin-left: 0;
    display: block;
    font-size: 1rem;
  }
}

.column-links ul li:nth-child(1) a:before {
  right: -9px;
  bottom: -31px;
  background: rgba(179, 220, 23, 1);
  border-radius: 5px 5px 0 5px;
  transition : .3s;
  opacity: .5;
}

.column-links ul li:nth-child(1) a.active:before {
  opacity: 1;
}

.column-links ul li:nth-child(1) a:hover:before {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .column-links ul li:nth-child(1) h3 {
    text-align: left;
  }
}

.column-links ul li:nth-child(2) a:before {
  left: -9px;
  bottom: -31px;
  background: rgba(80, 142, 13, 1);
  border-radius: 5px 5px 5px 0;
  transition : .3s;
  opacity: .5;
}

.column-links ul li:nth-child(2) a.active:before {
  opacity: 1;
}

.column-links ul li:nth-child(2) a:hover:before {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .column-links ul li:nth-child(2) h3 {
    text-align: right;
  }
}

.column-links ul li:nth-child(3) {
  margin-bottom: 0;
}

.column-links ul li:nth-child(3) a:before {
  right: -9px;
  top: -33px;
  background: rgba(80, 142, 13, 1);
  border-radius: 5px 0 5px 5px;
  transition : .3s;
  opacity: .5;
}

.column-links ul li:nth-child(3) a.active:before {
  opacity: 1;
}

.column-links ul li:nth-child(3) a:hover:before {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .column-links ul li:nth-child(3) h3 {
    text-align: left;
  }
}

.column-links ul li:nth-child(4) {
  margin-bottom: 0;
}

.column-links ul li:nth-child(4) a:before {
  left: -9px;
  top: -33px;
  background: rgba(179, 220, 23, 1);
  border-radius: 0 5px 5px 5px;
  transition : .3s;
  opacity: .5;
}

.column-links ul li:nth-child(4) a.active:before {
  opacity: 1;
}
.column-links ul li:nth-child(4) a:hover:before {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .column-links ul li:nth-child(4) h3 {
    text-align: right;
  }
}

.origin {
  /* background: #f3f3f3; */
  background: url(./img/origin_bg.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .origin {
    padding: 30px 0;
  }
}

.origin .inner {
  padding: 48px 0 50px;
  max-width: 1350px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .origin .inner {
    padding: 30px 0;
  }
}

.origin .inner .origin-img {
  display:block;
  width:70% !important;
  max-width: 600px !important;
  margin: 0px auto 60px;

}

@media screen and (max-width: 767px) {
  .origin .inner .origin-img {

  }
}

.origin-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.dpib{
  display: inline-block;
}
.origin-flex  .txt{
  text-align:center;
  font-size: 1.5rem;
  font-size: 20px;
  line-height: 2.4;
  margin-bottom:70px;
}
.origin-flex  .catch h3{
  text-align: center;
  font-size: 2.9rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .origin-flex {
    display: block;
  }
  .origin-flex  .txt{
    font-size: 1.1rem;
    margin-bottom:20px;
  }
  .origin-flex  .catch h3{
    font-size: 1.6rem;
  }
}

.origin-flex .fl {
  width: 50%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .origin-flex .fl {
    width: 100%;
    display: block;
  }
}

.origin-flex .fl .origin-list {
  margin: 0 50px 0 0;
}

@media screen and (max-width: 767px) {
  .origin-flex .fl .origin-list {
    margin: 0 auto 15px;
  }
}

.origin-flex .fl .origin-list h3 {
  font-size: 2.5rem;
  color: #2c2c2c;
  font-family: "游明朝体","Sawarabi Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 5px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .origin-flex .fl .origin-list h3 {
    font-size: 1.8rem;
  }
}

.origin-flex .fl .origin-list .green {
  font-size: 1.6rem;
  color: #508e0d;
  font-family: "游明朝体","Sawarabi Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .origin-flex .fl .origin-list .green {
    font-size: 1.4rem;
  }
}

.origin-flex .fl .origin-list:last-child {
  margin-right: 0;
}

.origin-flex .fr {
  width: 40%;
  font-size: 1.6rem;
  color: #2c2c2c;
  line-height: 1.8em;
}

@media screen and (max-width: 767px) {
  .origin-flex .fr {
    width: 100%;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .origin-flex .fr br {
    display: none;
  }
}

.origin.philosophy {
  padding: 40px 0;
}

.origin.philosophy .inner {
  max-width: none;
}

@media screen and (max-width: 767px) {
  .origin.philosophy .inner .ttl {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .origin.philosophy .inner .ttl .jp {
    padding-right: 0;
  }
}

.origin.last {
  padding: 0 0 100px;
}

@media screen and (max-width: 767px) {
  .origin.last {
    padding: 0 0 50px;
  }
}

.origin.last .inner {
  padding: 100px 0 70px;
}

@media screen and (max-width: 767px) {
  .origin.last .inner {
    padding: 50px 0;
  }
}

.facility {
  border-bottom: 100px solid #f3f3f3;
  background: rgba(255,255,255,1);
  padding: 80px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .facility {
    padding: 30px 0;
    border-bottom: 30px solid #f3f3f3;
  }
}

.facility h3 {
  font-size: 2.4rem;
  color: #2c2c2c;
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin: 150px auto;
}

@media screen and (max-width: 767px) {
  .facility h3 {
    font-size: 2rem;
    margin: 20px auto;
  }
}

.facility .txt {
  font-size: 1.6rem;
  color: #2c2c2c;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .facility .txt {
    margin-bottom: 30px;
  }
}

.facility .fl {
  width: 48%;
  margin-right: 2%;
  float: left;
  max-width: 400px;
  padding-top: 70px;
}
.facility_map_sec .fl{
  width: 30%;
}
@media screen and (max-width: 767px) {
  .facility .fl {
    width: 100%;
    padding-top: 0;
    margin-right: 0;
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .facility .fl .btn {
    display: none;
  }
}
.facility_map_sec.facility .fr{
  width: 65%;
}
.facility .fr {
  width: 50%;
  float: right;
}

@media screen and (max-width: 767px) {
  .facility .fr,
  .facility_map_sec.facility .fr {
    width: 100%;
    float: none;
  }
}

.facility .fr .map_txt.vsp {
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  font-size: 1.8rem;
  margin: auto;
}

.facility .fr .facility_map {
  position: relative;
}

.facility .fr .facility_map .map_txt {
  position: absolute;
  left: -100px;
  top: 61%;
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  color: #2c2c2c;
}
.facility_map_sec .map_txt{
  font-size: 1.6rem;
  margin-top: 75%;
}
@media screen and (max-width: 1200px) {
  .facility .fr .facility_map .map_txt,
  .facility_map_sec .map_txt {
    font-size: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .facility_map_sec .map_txt {
    font-size: 2vw;
    left: 0;
  }
  .facility .fl .map_txt{
    font-size: 4vw;
    margin-top: 0%;
  }
}

.facility .fr .facility_map a {
  font-size: 1.3rem;
  color: #508e0d;
  font-weight: 100;
  border-radius: 20px;
  padding: 3px 7px;
  line-height: 1;
  display: block;
  text-align: center;
  background: #fff;
  position: absolute;
}

@media screen and (max-width: 1200px) {
  .facility .fr .facility_map a {
    font-size: 0.6vw;
  }
}

@media screen and (max-width: 767px) {
  .facility .fr .facility_map a {
    min-width: 11vw;
    font-size: 2vw;
  }
}

.facility .fr .facility_map a:before {
  width: 22px;
  height: 22px;
  background-size: cover;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -11px;
  display: none;
}

@media screen and (max-width: 1200px) {
  .facility .fr .facility_map a:before {
    width: 15px;
    height: 15px;
    margin-top: -7.5px;
  }
}

.facility .fr .facility_map a:hover {
  opacity: 1;
  color: #fff;
  background: #828282;
}

.facility .fr .facility_map a.kobekita {
  top: 35%;
  left: 19%;
}

.facility .fr .facility_map a.kobekita:before {
  left: -25px;
  background-image: url(./img/clover_kobekita.png);
}

@media screen and (max-width: 1200px) {
  .facility .fr .facility_map a.kobekita:before {
    left: -20px;
  }
}

.facility .fr .facility_map a.suminoe {
    top: 55%;
    left: 37%;
}

.facility .fr .facility_map a.suminoe:before {
  right: -25px;
  background-image: url(./img/clover_suminoe.png);
}

@media screen and (max-width: 1200px) {
  .facility .fr .facility_map a.suminoe {
    top: 51%;
    left: 40%;
  }
  .facility .fr .facility_map a.suminoe:before {
    right: -20px;
  }
}

.facility .fr .facility_map a.kadoma {
  top:42%;
  right:30%;
}

.facility .fr .facility_map a.kadoma:before {
  left: -25px;
  background-image: url(./img/clover_kadoma.png);
}

@media screen and (max-width: 1200px) {
  .facility .fr .facility_map a.kadoma:before {
    left: -20px;
  }
}

.facility .fr .facility_map a.takatsuki-e {
  top:18%;
  right:30%;
}

@media screen and (max-width: 767px) {
  .facility .fr .facility_map a.takatsuki-e {
    top: 17%;
  }
}

.facility .fr .facility_map a.takatsuki-e:before {
  left: -25px;
  background-image: url(./img/clover_takatsuki-e.png);
}

@media screen and (max-width: 1200px) {
  .facility .fr .facility_map a.takatsuki-e:before {
    left: -20px;
  }
}

.facility .fr .facility_map a.takatsuki-w {
  top:24%;
  right:28%;
}

.facility .fr .facility_map a.takatsuki-w:before {
  left: -25px;
  background-image: url(./img/clover_takatsuki-w.png);
}

@media screen and (max-width: 1200px) {
  .facility .fr .facility_map a.takatsuki-w:before {
    left: -20px;
  }
}

.facility .fr .facility_map a.kawanishi {
  top:20%;
  right:57%;
}

@media screen and (max-width: 767px) {
  .facility .fr .facility_map a.kawanishi {
    top: 25%;
    right: 64%;
  }
}

.facility .fr .facility_map a.kawanishi:before {
  right: -25px;
  background-image: url(./img/clover_kawanishi.png);
}

@media screen and (max-width: 1200px) {
  .facility .fr .facility_map a.kawanishi:before {
    right: -20px;
  }
}

.facility .fr .facility_map a.ibaraki {
  top:30%;
  right:35%;
}

.facility .fr .facility_map a.ibaraki:before {
  left: -25px;
  background-image: url(./img/clover_ibaraki.png);
}

@media screen and (max-width: 1200px) {
  .facility .fr .facility_map a.ibaraki:before {
    left: -20px;
  }
}

.facility .fr .facility_map a.ikeda {
  top:25%;
  right:48%;
}

.facility .fr .facility_map a.ikeda:before {
  right: -25px;
  background-image: url(./img/clover_ikeda.png);
}

@media screen and (max-width: 1200px) {
  .facility .fr .facility_map a.ikeda:before {
    right: -20px;
  }
}

.facility .fr .facility_map a.toyonaka {
  top:31%;
  right:47%;
}

@media screen and (max-width: 767px) {
  .facility .fr .facility_map a.toyonaka {
    top: 33%;
    right: 48%;
  }
}

.facility .fr .facility_map a.toyonaka:before {
  right: -25px;
  background-image: url(./img/clover_toyonaka.png);
}

@media screen and (max-width: 1200px) {
  .facility .fr .facility_map a.toyonaka:before {
    right: -20px;
  }
}

.facility .fr .facility_map a.higashiyodogawa {
  top:42%;
right:40%;
}

.facility .fr .facility_map a.higashiyodogawa:before {
  left: -25px;
  background-image: url(./img/clover_higashiyodogawa.png);
}

@media screen and (max-width: 1200px) {
  .facility .fr .facility_map a.higashiyodogawa {
    top: 42%;
    right: 44%;
  }
  .facility .fr .facility_map a.higashiyodogawa:before {
    left: -20px;
  }
}

.facility .fr .facility_map a.higashiosaka {
  top:49%;
  right:31%;
}

.facility .fr .facility_map a.higashiosaka:before {
  left: -25px;
  background-image: url(./img/clover_higashiosaka.png);
}

@media screen and (max-width: 1200px) {
  .facility .fr .facility_map a.higashiosaka {
    top: 49%;
    right: 26%;
  }
  .facility .fr .facility_map a.higashiosaka:before {
    left: -20px;
  }
}

.facility .fr .facility_map a.higashinari {
  top:54%;
  right:37%;
}

.facility .fr .facility_map a.higashinari:before {
  left: -25px;
  background-image: url(./img/clover_higashinari.png);
}

@media screen and (max-width: 1200px) {
  .facility .fr .facility_map a.higashinari:before {
    left: -20px;
  }
}

.facility .fr .facility_map a.sumiyoshi {
  top:60%;
left:50%;
}

.facility .fr .facility_map a.sumiyoshi:before {
  left: -25px;
  background-image: url(./img/clover_sumiyoshi.png);
}

@media screen and (max-width: 1200px) {
  .facility .fr .facility_map a.sumiyoshi:before {
    left: -20px;
  }
}

.facility .fr .facility_map a.kanmaki {
  top:65%;
  right:23%;
}

.facility .fr .facility_map a.kanmaki:before {
  left: -25px;
  background-image: url(./img/clover_kanmaki.png);
}

@media screen and (max-width: 1200px) {
  .facility .fr .facility_map a.kanmaki:before {
    left: -20px;
  }
}

.facility .fr .facility_map a.matsubara {
  top:66%;
right:40%;
}

.facility .fr .facility_map a.matsubara:before {
  left: -25px;
  background-image: url(./img/clover_matsubara.png);
}

@media screen and (max-width: 1200px) {
  .facility .fr .facility_map a.matsubara:before {
    left: -20px;
  }
}

.facility .fr .facility_map a.kawachinagano {
  bottom:10%;
  right:50%;
}

.facility .fr .facility_map a.kawachinagano:before {
  right: -25px;
  background-image: url(./img/clover_kawachinagano.png);
}

@media screen and (max-width: 1200px) {
  .facility .fr .facility_map a.kawachinagano:before {
    right: -20px;
  }
}

.facility .btn {
  margin: auto;
}

.facility .btn.vsp {
  margin: 30px auto 0;
  display: none;
}

@media screen and (max-width: 767px) {
  .facility .btn.vsp {
    display: block;
  }
}

.recruit {
  padding: 70px 0 65px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .recruit {
    padding: 50px 0 0px;
  }
}

.recruit:before {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: url(./img/line.png);
  background-size: 100%;
}

.recruit .flex {
  display: flex;
  width: 100%;
  justify-content:space-between;
}


@media screen and (max-width: 767px) {
  .recruit .flex {
    display: block;
  }
}
.recruit .flex .fl {
  width: calc(100% - 400px);
}
.recruit .flex .fl img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: left top;
}

@media screen and (max-width: 767px) {
  .recruit .flex .fl {
    width: 100%;
  }
}

.recruit .flex .fr {
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: -moz-linear-gradient(90deg, #00b48c 0%, #0cb879 33%, #18bb65 100%);
  background-image: -webkit-linear-gradient(90deg, #00b48c 0%, #0cb879 33%, #18bb65 100%);
  background-image: -ms-linear-gradient(90deg, #00b48c 0%, #0cb879 33%, #18bb65 100%);
}

@media screen and (max-width: 767px) {
  .recruit .flex .fr {
    width: 100%;
    padding: 30px 0;
    display: block;
  }
}

.recruit .flex .fr h2 {
  font-size: 3.6rem;
  color: #fff;
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .recruit .flex .fr h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

.recruit .flex .fr .btn {
  font-size: 1.6rem;
  background: #fff;
  color: #2c2c2c;
  font-family: "yugothic-b";
}

@media screen and (max-width: 767px) {
  .recruit .flex .fr .btn {
    margin: auto;
    display: block;
  }
}

.recruit .flex .fr .btn span:after {
    background-image: url(./img/icon_arrow_b.png);
    position: absolute;
}

.under_fv {
  min-height: 380px;
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 160px;
}
.under_fv.institution{
  height: 80vh;
  position: relative;
  background-size: cover;
  background-position: center;
  margin-top: 130px;
  background-size: 100%;
  background-position: 800px center;
}

@media screen and (max-width: 767px) {
  .under_fv {
    min-height: 200px;
    margin-top: 75px;
  }
  .under_fv.institution{
    min-height: 200px;
    margin-top: 75px;
    height: 70vh;
  }
  header .head_fl .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
/*
.under_fv.privacy_fv {
  background-image: url(./img/privacy_fv.png);
}

.under_fv.news_fv {
  background-image: url(./img/news_fv.png);
}

.under_fv.news_fv02 {
  background-image: url(./img/news02_fv.png);
}

.under_fv.blog_fv {
  background-image: url(./img/blog_fv.png);
}

.under_fv.company_fv {
  background-image: url(./img/company_fv.png);
}

.under_fv.service_fv {
  background-image: url(./img/service_fv.png);
}

.under_fv.activities_fv {
  background-image: url(./img/activity_fv.png);
}

.under_fv.flow_fv {
  background-image: url(./img/flow_fv.png);
}

.under_fv.contact_fv {
  background-image: url(./img/contact_fv.png);
}

.under_fv.institution_fv {
  background-image: url(./img/institution_fv.png);
}

.under_fv.recruit_fv {
  background-image: url(./img/recruit_fv.png);
}
*/
.under_fv .container{
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0px auto;
    z-index: 2;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 140px;
}
.under_fv .container .logo{
  position: absolute;
  left: 20px;
  top:0px;
  width: 145px;
}
.under_fv .shadow{
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,.4);
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
  z-index: 1;
}
.under_fv .typeinfo{
  color:#fff;
  text-align: center;
  width: 700px;
  display: inline-block;
  margin: 0px auto 25px;
  font-size: 1.7rem;
  letter-spacing:4px;
  text-align: center;
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.under_fv .tokucho{
  background-color: #f3f3f3;
  padding: 20px;
  position: absolute;
  left:20px;
  bottom:20px;
}
.under_fv .tokucho ul{
  display: block;
}
.under_fv .tokucho ul li{
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #2c2c2c;
  letter-spacing: 0.1em;
  font-size: 2rem;
  line-height: 1;
  margin: 10px 0px;
}
.under_fv .tokucho ul li:before{
  content:'●';
  margin-right: 10px;
}
.under_fv .sub_fv_ttl {
  width: 100%;
  padding: 10px 0px;
  margin: 0px;
  text-align: center;
  z-index: 2;
}
.under_fv .sub_fv_ttl #title{
  margin-bottom: 10px;
}
.under_fv .sub_fv_ttl small{
  color: #508e0d;
  font-size: 14px;
}
.under_fv h2{
  background: rgba(255, 255, 255, 0.3);
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 4rem;
  text-align: center;
  line-height: 1;
  padding: 20px 20px;
}
.under_fv h2 span{
  display: inline-block;
  color: #2c2c2c;
  letter-spacing: 0.1em;
  line-height: 1;
  white-space: nowrap
}
.under_fv h2 span.en{
  font-size: 3rem;
  text-transform:none;
  white-space: initial;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .under_fv h2 {
    width: 95%;
    margin: auto;
    padding: 0;
  }
  .under_fv .container {
    padding-bottom: 60px;
  }
  .under_fv h2 span.en {
    font-size: 1.2rem !important;
  }
  .under_fv .sub_fv_ttl small{
    font-size: 10px;
  }
  .under_fv .typeinfo{
    width: 80%;
    margin: 0px auto;
    font-size: 1rem;
  }
  .under_fv .container .logo {
    width: 80px;
    left: 20px;
  }
  .under_fv .tokucho ul li{
    font-size: 1rem;
  }
  .under_fv .tokucho {
    width: 90%;
    left: 5%;
    margin: 0px auto;
    padding: 10px;
  }
  .under_fv h2 span {
    font-size: 2rem;
    white-space:initial;
  }
}
.breadcrumb {
  padding: 7px 0;
}

.breadcrumb ul li {
  float: left;
  font-size: 1.6rem;
  color: #508e0d;
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .breadcrumb ul li {font-size: 1rem;}
}
.breadcrumb ul li a {
  font-size: 1.6rem;
  color: #2b2b2b;
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
}
@media screen and (max-width: 767px) {
  .breadcrumb ul li a {font-size: 1rem;}
}
.breadcrumb ul li a:before {
  content: '>';
  position: absolute;
  right: -14px;
  top: 16px;
  font-size: 10px;
  margin-top: -10px;
}

.privacy-wrap {
  border-top: 40px solid #f3f3f3;
  border-bottom: 40px solid #f3f3f3;
}

@media screen and (max-width: 767px) {
  .breadcrumb ul li a:before {
    margin-top:-13px;
  }
  .privacy-wrap {
    border-top: 30px solid #f3f3f3;
    border-bottom: 30px solid #f3f3f3;
  }
}

.privacy-wrap .container {
  padding: 60px 0;
  max-width: 1130px;
}

@media screen and (max-width: 767px) {
  .privacy-wrap .container {
    padding: 30px 0;
  }
}

.privacy-wrap .txt {
  font-size: 1.6rem;
  color: #2b2b2b;
  margin-bottom: 30px;
  line-height: 2em;
}

@media screen and (max-width: 767px) {
  .privacy-wrap .txt {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

.privacy-wrap dl {
  margin-bottom: 30px;
}

.privacy-wrap dl dt {
  font-size: 2.4rem;
  color: #2b2b2b;
  margin-bottom: 10px;

  font-family: "游明朝体","Sawarabi Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
  .privacy-wrap dl dt {
    font-size: 1.8rem;
  }
}

.privacy-wrap dl dd p {
  font-size: 1.6rem;
  color: #2b2b2b;
  font-weight: 300;
  line-height: 2em;
}

.privacy-wrap dl dd ul {
  margin: 40px auto;
}

@media screen and (max-width: 767px) {
  .privacy-wrap dl dd ul {
    margin: 20px auto;
  }
  .privacy-wrap dl dd ul li {
    font-size: 1.1rem !important;
  }
  .privacy-wrap dl dd p {
    font-size: 1.1rem !important;
  }
}

.privacy-wrap dl dd ul li {
  font-size: 1.6rem;
  color: #2b2b2b;
  margin-bottom: 10px;
}

.privacy-wrap dl dd ul li:last-child {
  margin-bottom: 0;
}

.archive-news {
  border-top: 40px solid #f3f3f3;
  border-bottom: 40px solid #f3f3f3;
  padding: 87px 0 62px;
}

@media screen and (max-width: 767px) {
  .archive-news {
    border-top: 30px solid #f3f3f3;
    border-bottom: 30px solid #f3f3f3;
    padding: 30px 20px;
  }
}

.archive-news ul {
  margin: auto;
  max-width: 1136px;
}

.archive-news ul li {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .archive-news ul li {
    margin-bottom: 30px;
  }
}

.archive-news ul li .flex {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.archive-news ul li .date {
  font-size: 1.8rem;
  font-weight: bold;
}

.archive-news ul li .cate {
  font-size: 1.4rem;
  padding: 3px 10px;
  color: #2c2c2c;
  border: 1px solid #2c2c2c;
  margin-left: 8px;
  min-width: 80px;
  line-height: 1;
  display: inline-block;
  text-align: center;
}

.archive-news ul li h3 {
  padding-top: 10px;
  font-size: 1.6rem;
  color: #2c2c2c;
  padding-bottom: 5px;
  border-top: 1px solid #2c2c2c;
}

.news-detail {
  border-top: 40px solid #f3f3f3;
  border-bottom: 40px solid #f3f3f3;
  padding-bottom: 105px;
  padding-top: 70px;
}

@media screen and (max-width: 767px) {
  .news-detail {
    border-top: 30px solid #f3f3f3;
    border-bottom: 30px solid #f3f3f3;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

.news-detail-ttl {
  font-size: 3rem;
  color: #2c2c2c;
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding-bottom: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .news-detail-ttl {
    font-size: 2.4rem;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 0;
  }
}

.news-detail-ttl .flex {
  display: flex;
  align-items: center;
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .news-detail-ttl .flex {
    margin-right: 0;
    margin-top:10px;
    justify-content:flex-start;
  }
  .news-detail-ttl .date {
    font-size: 1.4rem;
}
}

.news-detail-ttl .date {
  font-size: 1.8rem;
}

.news-detail-ttl .cate {
  font-size: 1.4rem;
  padding: 3px 10px;
  color: #2c2c2c;
  border: 1px solid #2c2c2c;
  margin-left: 8px;
  min-width: 80px;
  line-height: 1;
  display: inline-block;
  text-align: center;
}

.news-detail-cont {
  margin: 50px auto 86px;
}

@media screen and (max-width: 767px) {
  .news-detail-cont {
    margin: 30px auto;
  }
}

.news-detail-cont p {
  font-size: 1.6rem;
  color: #2c2c2c;
  font-family: "yugothic-r";
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .news-detail-cont p {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

.news-detail-cont img {
  max-width: 690px;
  width: 95%;
  margin: auto;
  display: block;
}

.news-detail .btn {
  margin: auto;
}

.blog-cate {
  padding-top: 85px;
  border-top: 40px solid #f3f3f3;
}

@media screen and (max-width: 767px) {
  .blog-cate {
    padding-top: 30px;
    border-top: 30px solid #f3f3f3;
  }
}

.blog-cate ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1148px;
  margin: auto;
}

.blog-cate ul lI {
  margin: 0 10px 15px;
}

.blog-cate ul lI a {
  font-size: 1.6rem;
  font-family: "yugothic-r";
  color: #fff;
  /* background: #2c2c2c; */
  background: #adadad;
  padding: 5px 30px;
}

.blog-cate ul lI a:hover {
  color: #fff;
  background: #828282 !important;
}

.blog-cate ul lI.active a {
  color: #fff;
  background: #508e0d;
}

.blog-cate ul lI.all.none a {
  color: #fff;
  background: #2c2c2c;
}

.blog-cate ul lI.nonactive a {
  color: #fff;
  /* background: #2c2c2c; */
  background: #adadad;
}

.blog-cate-sp {
  margin-top: 30px;
}

.blog-cate-sp li a {
  margin: 0 auto 10px;
  max-width: 250px;
  width: 100%;
  display: block;
  text-align: center;
  /* background: #2c2c2c; */
  background: #adadad;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 30px;
  padding: 16px 30px;
  font-size: 1.4rem;
  position: relative;
}

.blog-cate-sp li a:before {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transform: rotate(135deg);
}

.blog-cate-sp li.active a {
  background: #54a200;
}

.blog-cate-sp .hidden {
  display: none;
}

.archive-blog {
  margin: 80px auto;
  padding-bottom: 50px;
  border-bottom: 30px solid #f3f3f3;
}

@media screen and (max-width: 767px) {
  .archive-blog {
    margin: 30px auto 80px;
  }
}

.archive-blog .container{
  max-width: 1386.7px;
}
.archive-blog ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
    gap: 40px;
}

.archive-blog li {
  /* float: left; */
  width: calc((100% - 80px) / 3);
  /* margin: 0 1% 80px 0; */
  background: #F8F8F8;
  padding: 20px 20px 30px;
}

@media screen and (max-width: 767px) {
  .archive-blog li {
    width: 100%;
    /* margin: 0 1% 20px; */
  }
}

/* .archive-blog li:nth-child(4n) {
  margin: 0 0 80px 0;
}

@media screen and (max-width: 767px) {
  .archive-blog li:nth-child(4n) {
    margin: 0 1% 20px;
  }
} */

/* .archive-blog li:nth-last-child(-n+4) {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .archive-blog li:nth-last-child(-n+4) {
    margin: 0 1% 20px;
  }
} */

.archive-blog li figure {
  position: relative;
  overflow: hidden;
  /* height: 0; */
  /* padding-top: 87%; */
  aspect-ratio: 1 / 0.75;
  width: 100%;
}

.archive-blog li figure img {
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* -webkit-transform: translate(-50%, -50%); */
  /* transform: translate(-50%, -50%); */
  /* max-width: none; */
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.archive-blog li .flex {
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.archive-blog li .flex .cate::before {
  content: "|";
}
.archive-blog li .flex .cate {
  margin-right: 5px;
  font-size: 1.2422rem;
  color: #535556;
  line-height: 1;
  font-family: "yugothic-b";
  padding: 3px 5px;
  /* border: 1px solid #828282; */
  min-width: 63px;
  text-align: center;
}
.archive-blog li .flex .cate  a{
  margin: 0px 5px;
}

.archive-blog li .flex .date {
  font-size: 1.2422rem;
  color: #535556;
}
.new,
.archive-blog li .flex .new {
  color: #fff;
  font-size: 1.2rem;
  /* border-radius: 8px; */
  background: #508e0d;
  font-weight: bold;
  padding: 2px 10px;
  display: inline-block;
  /* margin-left: 5px; */
  margin-top: 20px;
}

.archive-blog li h4 {
  font-size: 1.5528rem;
  color: #535556;
  font-weight: 600;
  margin: 10px auto 0px;
  font-family: "yugothic-b";
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .archive-blog li h4 {
    font-size: 18px;
  }
}
.archive-blog li .txt {
  font-size: 1.3rem;
  color: #2c2c2c;
  line-height: 1.8em;
}

.pager {
  margin-top: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .pager {
    margin-top: 40px;
  }
}

a.page-numbers,
.pager .current {
  height: 40px;
  border: 1px solid #508e0d;
  border-radius: 5px;
  line-height: 40px;
  text-align: center;
  margin: 0 5px;
  padding: 0 15px;
  font-size: 1.6rem;
  color: #2c2c2c;
  font-family: "yugothic-b";
  display: block;
}

a.page-numbers:hover,
.pager .current:hover {
  background: #508e0d;
  border: solid 1px solid #508e0d;
  color: #fff;
  opacity: 1;
}

.pager .current {
  background: #508e0d;
  border: solid 1px solid #508e0d;
  color: #fff;
}

.vision {
  padding-top: 67px;
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .vision {
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .vision .ttl {
    display: flex;
  }
  h3.ttl {
    margin: 10px 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .vision .ttl .jp {
    padding-right: 0;
  }
}

.vision-box {
  max-width: 1120px;
  margin: auto;
}
.vision-box h3{
  font-size: 2.4rem;
  margin:1em 0px 1em;
  color: #2c2c2c;
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.vision-box h3:before{
  content:'●';
  color:#def097;
  margin-right: 5px;
}
.vision-box h3 .eng{
  font-size: 1.8rem;
  color: #508e0d;
  line-height: 1;
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
}
.vision-box ul {
  border: 1px solid #ccc;
  padding: 42px 73px;
}

@media screen and (max-width: 767px) {
  .vision-box ul {
    padding: 20px 15px;
  }
  .vision-box h3 {
    font-size: 1.8rem;
  }
  .vision-box h3 .eng{
    font-size: 1.1rem;
  }
}

.vision-box ul li {
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #2c2c2c;
  padding-left: 2em;
  position: relative;
}

.vision-box ul li span {
  position: absolute;
  left: 0px;
  top: 0;
}

.vision-box ul li:last-child {
  margin-bottom: 0;
}

.vision-box .txt {
  margin-top: 25px;
  font-size: 1.6rem;
  color: #2c2c2c;
}

@media screen and (max-width: 767px) {
  .vision-box ul li {
    font-size: 1.6rem;
    padding: 0px 20px;
  }
  .vision-box ul li p{
    font-size: 1rem;
  }
  .vision-box ul li span {
    position: absolute;
    left: -10px;
    top: 0;
  }
  .vision-box .txt {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}

.company-wrap {
  border-top: 50px solid #f3f3f3;
  border-bottom: 45px solid #f3f3f3;
  padding-top: 67px;
  padding-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .company-wrap {
    padding: 30px 0;
    border-top: 30px solid #f3f3f3;
    border-bottom: 30px solid #f3f3f3;
  }
}

@media screen and (max-width: 767px) {
  .company-wrap .ttl {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .company-wrap .ttl .jp {
    padding-right: 0;
  }
}

.company-wrap .company-inner {
  max-width: 1099px;
  margin: auto;
}

.company-wrap .company-inner table {
  width: 100%;
}

.company-wrap .company-inner table tr {
  border-bottom: 2px solid #d8d8d8;
}

@media screen and (max-width: 767px) {
  .company-wrap .company-inner table tr {
    border: none;
  }
}

.company-wrap .company-inner table th {
  width: 280px;
  padding: 15px 28px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .company-wrap .company-inner table th {
    width: 100%;
    display: block;
    padding: 0;
  }
}

.company-wrap .company-inner table th span {
  display: block;
  background: #f3ffd2;
  text-align: center;
  color: #2c2c2c;
  font-size: 1.8rem;
  padding: 12px 0;
  font-family: "yugothic-b";
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .company-wrap .company-inner table th span {
    padding: 2px 0;
    font-size: 1.6rem;
  }
}

.company-wrap .company-inner table td {
  width: calc(100% - 280px);
  padding: 16px 25px;
  font-size: 1.6rem;
  color: #2c2c2c;
}

@media screen and (max-width: 767px) {
  .company-wrap .company-inner table td {
    padding: 16px 5px;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .company-wrap .company-inner table td span {
    display: inline-block;
    text-align: left;
  }
}

.service-links {
  margin: 0px auto 100px;
  border-top: 50px solid #f3f3f3;
  padding-top: 70px;
}

@media screen and (max-width: 767px) {
  .service-links {
    border-top: 30px solid #f3f3f3;
    padding-top: 30px;
    margin: 0 auto 30px;
  }
}

.service-txt {
  font-size: 1.6rem;
  font-family: "yugothic-r";
  color: #2c2c2c;
  margin-bottom: 57px;
}

@media screen and (max-width: 767px) {
  .service-txt {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
}

.panel-wrap {
  margin-top: 50px;
}

.panel-wrap .tab_panel h2 {
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #2c2c2c;
  font-size: 4rem;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .panel-wrap .tab_panel h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}

.panel-wrap .tab_panel h2 span {
  font-size: 1.6rem;
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .panel-wrap .tab_panel h2 span {
    margin-left: 0;
    display: block;
    margin-top: 20px;
    font-size: 1.4rem;
  }
}

.panel-wrap .tab_panel .list {
  margin-bottom: 165px;
}

@media screen and (max-width: 767px) {
  .panel-wrap .tab_panel .list {
    margin-bottom: 30px;
  }
}

.panel-wrap .tab_panel .list:last-child {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .panel-wrap .tab_panel .list:last-child {
    margin-bottom: 30px;
  }
}

.panel-wrap .tab_panel .list .fl {
  float: left;
}

@media screen and (max-width: 767px) {
  .panel-wrap .tab_panel .list .fl {
    float: none;
  }
}

.panel-wrap .tab_panel .list .fr {
  float: right;
}

@media screen and (max-width: 767px) {
  .panel-wrap .tab_panel .list .fr {
    float: none;
  }
}

.panel-wrap .tab_panel .list .thum {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .panel-wrap .tab_panel .list .thum {
    width: 100%;
  }
}

.panel-wrap .tab_panel .list .detail {
  width: 50%;
  padding: 0 50px 0 0;
}

@media screen and (max-width: 767px) {
  .panel-wrap .tab_panel .list .detail {
    width: 100%;
    padding: 0;
  }
}

.panel-wrap .tab_panel .list .detail.fr {
  padding: 0  0 0 50px;
}
.panel-wrap .tab_panel .list .detail.fr br.sp{
  display: none;
}

@media screen and (max-width: 767px) {
  .panel-wrap .tab_panel .list .detail.fr {
    padding: 0;
  }
  .panel-wrap .tab_panel .list .detail.fr br.sp{
    display: block;
  }
}

.panel-wrap .tab_panel .list .detail h3 {
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #2c2c2c;
  font-size: min(3vw, 3rem);
  margin: 25px auto 50px;
}
.panel-wrap .tab_panel .list .detail.jinzai h3 {
  text-align: center;
}
.panel-wrap .tab_panel .list .detail.jinzai h3 + p{
  text-align: center;
}

@media screen and (max-width: 767px) {
  .panel-wrap .tab_panel .list .detail h3 {
    font-size: 2rem;
    margin: 20px auto;
  }
}

.panel-wrap .tab_panel .list .detail .txt {
  font-size: 1.6rem;
  color: #2c2c2c;
}

@media screen and (max-width: 767px) {
  .panel-wrap .tab_panel .list .detail .txt {
    font-size: 1.4rem;
  }
}

.blog-detail {
  border-top: 40px solid #f3f3f3;
  border-bottom: 40px solid #f3f3f3;
  padding-bottom: 105px;
  padding-top: 70px;
}

@media screen and (max-width: 767px) {
  .blog-detail {
    border-top: 30px solid #f3f3f3;
    border-bottom: 30px solid #f3f3f3;
    padding: 30px 15px;
  }
}

.blog-detail-ttl {
  font-size: 4rem;
  color: #2c2c2c;
  font-family: "yugothic-b";
  padding-bottom: 57px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1140px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .blog-detail-ttl {
    font-size: 2.4rem;
    padding-bottom: 20px;
  }
}

.blog-detail .date {
  font-size: 1.8rem;
  max-width: 1140px;
  margin: 0 auto 36px;
}

@media screen and (max-width: 767px) {
  .blog-detail .date {
    font-size: 1.4rem;
    margin: 0 auto 15px;
  }
}

.blog-detail .thum {
  display: block;
  margin: auto;
  text-align: center;
}

.blog-detail-cont {
  margin: 50px auto 86px;
  max-width: 1140px;
}

@media screen and (max-width: 767px) {
  .blog-detail-cont {
    margin: 20px auto;
  }
}

.blog-detail-cont :where(*) {
  font-size: 1.6rem;
  color: #2c2c2c;
  font-family: "yugothic-r";
  margin-bottom: 35px;
}
@media (min-width: 960px) {
  .blog-detail-cont :where(*) {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .blog-detail-cont :where(*) {
    font-size: 16px;
  }
}

.blog-detail-cont p {
  font-size: 1.6rem;
  color: #2c2c2c;
  font-family: "yugothic-r";
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .blog-detail-cont p {
    font-size: 16px;
  }
}

.blog-detail-cont img {
  margin: auto;
  display: block;
}

.blog-detail .btn {
  margin: auto;
}

.flow-wrap {
  background: #f3f3f3;
  padding: 50px 0 60px;
}

@media screen and (max-width: 767px) {
  .flow-wrap {
    padding: 30px 0;
  }
}

.flow-wrap-inner {
  max-width: 1345px;
  margin: auto;
  background: #fff;
  padding: 85px 0 70px;
}

@media screen and (max-width: 767px) {
  .flow-wrap-inner {
    padding: 30px 0;
  }
}

.flow-list {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .flow-list {
    margin-bottom: 30px;
  }
}

.flow-list:last-of-type {
  margin-bottom: 0;
}

.flow-list .ttl {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .flow-list .ttl {
    display: flex;
    padding-right: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .flow-list ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.flow-list ul li {
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .flow-list ul li {
    float: left;
    width: 100%;
    margin: 0 1% 20px;
  }
}
@media screen and (max-width: 767px) {
  .flow-list ul li:last-child {margin: 0 1% 20px;}
  .flow-list .flex{display: block;}
}
.flow-list ul li h3 {
  color: #2c2c2c;
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.3rem;
  display: flex;
  align-items: center;
  line-height: 1;
  margin: 15px auto;
}
.flow-list .flex{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
  width: 100%;
  margin-bottom: 10%;
}
.flow-list ul li figure{
  max-width: 300px;
  width: 100%;
  margin-right: 5%;
}
.flow-list ul li:last-child {margin-right: 0;}
@media screen and (max-width: 900px) {
  .flow-list ul li figure{max-width: unset;}
  .flow-list ul li figure img{width: 100%;}
  .flow-list .flex{display: block;}
}
@media screen and (max-width: 767px) {
  .flow-list ul li h3 {
    font-size: 1.8rem;
  }
}

.flow-list ul li h3 span {
  font-weight: bold;
  font-family: "yugothic-b";
  padding-right: 15px;
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .flow-list ul li h3 span {
    font-size: 2rem;
    padding-right: 5px;
  }
}

.flow-list ul li .txt {
  font-size: 1.5rem;
  color: #2c2c2c;
}

.faq {
  margin: 70px auto;
}

@media screen and (max-width: 767px) {
  .faq {
    margin: 30px auto;
  }
}

@media screen and (max-width: 767px) {
  .faq .ttl {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .faq .ttl .jp {
    padding-right: 0;
  }
}

.faq dl {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .faq dl {
    margin-bottom: 30px;
  }
}

.faq dl dt {
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 30px;
  background-image: -moz-linear-gradient(180deg, #508e0d 0%, #0d8e37 100%);
  background-image: -webkit-linear-gradient(180deg, #508e0d 0%, #0d8e37 100%);
  background-image: -ms-linear-gradient(180deg, #508e0d 0%, #0d8e37 100%);
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .faq dl dt {
    font-size: 1.5rem;
    padding: 5px 15px;
    margin-bottom: 20px;
  }
}

.faq dl dd {
  padding: 0 60px;
  font-size: 1.6rem;
  color: #2c2c2c;
  line-height: 2em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .faq dl dd {
    font-size: 1.4rem;
    padding: 0 0px 0 40px;
  }
}

.faq dl dd:before {
  position: absolute;
  left: 15px;
  top: 0;
  content: "A.";
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #2c2c2c;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .faq dl dd:before {
    font-size: 1.6rem;
  }
}

.contact-wrap {
  padding: 50px 0 70px;
  border-top: 40px solid #f3f3f3;
  border-bottom: 50px solid #f3f3f3;
}

@media screen and (max-width: 767px) {
  .contact-wrap {
    padding: 30px 0;
    border-top: 30px solid #f3f3f3;
    border-bottom: 30px solid #f3f3f3;
  }
}

@media screen and (max-width: 767px) {
  .contact-wrap .ttl {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .contact-wrap .ttl .jp {
    padding-right: 0;
  }
}

.contact-wrap .contact-box {
  max-width: 1215px;
  margin-left: auto;
}

.contact-wrap .contact-choice {
  font-size: 1.8rem;
  color: #2c2c2c;
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 25px;
}

.contact-wrap dl {
  border: 1px solid #2c2c2c;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .contact-wrap dl {
    position: relative;
    border-bottom: 30px solid #2c2c2c;
  }
}

.contact-wrap dl dt {
  position: relative;
  padding: 10px 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .contact-wrap dl dt {
    padding: 10px 20px 30px;
    display: block;
  }
}

.contact-wrap dl dd {
  display: none;
}

.contact-wrap dl dd ul li {
  position: relative;
  padding: 10px 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .contact-wrap dl dd ul li {
    padding: 10px 20px;
    display: block;
  }
}

.contact-wrap dl h3 {
  font-size: 1.8rem;
  width: 50%;
  color: #2c2c2c;
  position: relative;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .contact-wrap dl h3 {
    font-size: 1.6rem;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    padding-left: 20px;
  }
}

.contact-wrap dl h3 .pin {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 10px;
  height: 10px;
  background: #729AE4;
  margin-top: -5px;
}

.contact-wrap dl .contact-list {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .contact-wrap dl .contact-list {
    width: 100%;
  }
}

.contact-wrap dl .tel-btn {
  background: #54a200;
  color: #fff;
  font-size: 1.8rem;
  padding: 18px 0px 18px 30px;
  line-height: 1;
  display: inline-block;
  font-family: "yugothic-b";
  max-width: 290px;
  text-align: center;
  width: 48%;
  background-image: url(./img/icon_tel.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
}
.contact-wrap dl .info-btn {
  background: #54a200;
  color: #fff;
  font-size: 1.8rem;
  padding: 18px;
  line-height: 1;
  display: inline-block;
  font-family: "yugothic-b";
  max-width: 290px;
  text-align: center;
  width: 48%;
}

@media screen and (max-width: 767px) {
  .contact-wrap dl .tel-btn,.contact-wrap dl .info-btn {
    font-size: 1.1rem;
    padding: 10px;
    background-size: 15px;
    background-position: left 5px center;
    text-align: center;
  }
}

.contact-wrap dl .acobtn {
  position: absolute;
  right: 30px;
  top: 30px;
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 15px solid #2c2c2c;
  transition: .6s;
}

@media screen and (max-width: 767px) {
  .contact-wrap dl .acobtn {
    position: absolute;
    right: 50%;
    top: auto;
    bottom: -30px;
    border-top: 15px solid #fff;
  }
}

.contact-wrap dl .acobtn.op {
  transform: rotateZ(180deg);
}

.contact-form {
  padding: 50px 0 70px;
  border-bottom: 50px solid #f3f3f3;
}

@media screen and (max-width: 767px) {
  .contact-form {
    padding: 30px 0 30px;
    border-bottom: 30px solid #f3f3f3;
  }
}

@media screen and (max-width: 767px) {
  .contact-form .ttl {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .contact-form .ttl .jp {
    padding-right: 0;
  }
}

.contact-form .contact-txt {
  font-size: 1.6rem;
  color: #2c2c2c;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .contact-form .contact-txt {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

.contact-form .contact-txt .red {
  color: #ff0000;
}

.contact-form .contact-table {
  max-width: 1020px;
  margin: auto;
}

.contact-form .contact-table table {
  width: 100%;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .contact-form .contact-table table {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .contact-form .contact-table table tr {
    display: flex;
    border-bottom: 1px solid #ccc;
    align-items: center;
  }
}

.contact-form .contact-table table th {
  font-size: 1.6rem;
  color: #2c2c2c;
  font-weight: 700;
  width: 265px;
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .contact-form .contact-table table th {
    width: 40%;
    font-size: 1.4rem;
  }
}

.contact-form .contact-table table th .hissu {
  font-size: 1.4rem;
  width: 55px;
  display: block;
  text-align: center;
  color: #fff;
  background: #ff0000;
  margin-bottom: 5px;
}

.contact-form .contact-table table th.vat {
  vertical-align: top;
}

.contact-form .contact-table table td {
  width: calc(100% - 265px);
  padding: 10px 0;
  font-size: 1.6rem;
  color: #2c2c2c;
  text-transform:none;
}

@media screen and (max-width: 767px) {
  .contact-form .contact-table table td {
    width: 60%;
    font-size: 1.4rem;
  }
}

.contact-form .contact-table table td input[type="text"] {
  background: #fff;
  border: 1px solid #ccc;
  font-size: 1.8rem;
  padding: 15px;
  width: 100%;
  text-transform: none;
}

@media screen and (max-width: 767px) {
  .contact-form .contact-table table td input[type="text"] {
    font-size: 1.6rem;
    padding: 5px;
  }
}

.contact-form .contact-table table td textarea {
  background: #fff;
  border: 1px solid #ccc;
  font-size: 1.8rem;
  padding: 15px;
  width: 100%;
  min-height: 230px;
}

.contact-form .contact-table table td.summary .mwform-radio-field {
  margin: 0 .5em;
}

@media screen and (max-width: 767px) {
  .contact-form .contact-table table td.summary .mwform-radio-field {
    display: block;
  }
}

.contact-form .contact-table table td.summary input[type=radio] {
  appearance: none;
  display: none;
}

.contact-form .contact-table table td.summary input[type=radio] + span {
  position: relative;
  cursor: pointer;
  font-size: 1.6rem;
  color: #2c2c2c;
  padding-left: 40px;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .contact-form .contact-table table td.summary input[type=radio] + span {
    margin-bottom: 10px;
    padding-left: 30px;
    margin-right: 0;
    font-size: 16px;
  }
}

.contact-form .contact-table table td.summary input[type=radio] + span:before {
  content: "";
  border: 1px solid #2c2c2c;
  border-radius: 30px;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
}

@media screen and (max-width: 767px) {
  .contact-form .contact-table table td.summary input[type=radio] + span:before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}

.contact-form .contact-table table td.summary input[type=radio]:checked + span:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 26px;
  height: 26px;
  background: #2c2c2c;
  border-radius: 30px;
  margin-top: -12px;
}

@media screen and (max-width: 767px) {
  .contact-form .contact-table table td.summary input[type=radio]:checked + span:after {
    width: 16px;
    height: 16px;
    margin-top: -7px;
    left: 3px;
  }
}

.contact-form .contact-table table td.type .mwform-radio-field {
  margin: 0 .5em;
}

.contact-form .contact-table table td.type input[type=radio] {
  appearance: none;
  display: none;
}

.contact-form .contact-table table td.type input[type=radio] + span {
  width: 200px;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-size: 1.8rem;
  color: #999999;
  border: 2px solid #999999;
  border-radius: 10px;
  font-family: "yugothic-b";
  padding: 8px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .contact-form .contact-table table td.type input[type=radio] + span {
    margin-right: 0;
    margin-bottom: 10px;
    width: 120px;
    font-size: 1.4rem;
    padding: 3px;
    border-radius: 5px;
  }
}

.contact-form .contact-table table td.type input[type=radio]:checked + span {
  color: #2c2c2c;
  border: 2px solid #2c2c2c;
}

.contact-form .contact-table table td .flex {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  margin-bottom: 10px;
  width: 50%;
}

.contact-form .contact-table table td .flex .address01,
.contact-form .contact-table table td .flex .address02 {
  width: 110px;
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .contact-form .contact-table table td .flex .address01,
  .contact-form .contact-table table td .flex .address02 {
    width: 60px;
  }
}

.contact-form .tac {
  text-align: center;
  position: relative;
  margin: 0 auto 50px;
}

@media screen and (max-width: 767px) {
  .contact-form .tac {
    margin: 0 auto 30px;
  }
}

.contact-form .tac .horizontal-item {
  display: inline-block;
}

.contact-form .tac input[type="checkbox"] {
  display: none;
}

.contact-form .tac input[type="checkbox"] + span.mwform-checkbox-field-text {
  display: inline-block;
  position: relative;
  /* margin-left: 10px; */
  padding: 15px 0px 8px 40px;
  border-radius: 2px;
  color: #000;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .contact-form .tac input[type="checkbox"] + span.mwform-checkbox-field-text {
    padding: 15px 0px 8px 15px;
    font-size: 1.3rem;
  }
}

.contact-form .tac input[type="checkbox"] + span.mwform-checkbox-field-text:before {
  position: absolute;
  top: 50%;
  left: -10px;
  width: 25px;
  height: 25px;
  content: "";
  margin-top: -10px;
  border: 1px solid #cccccc;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .contact-form .tac input[type="checkbox"] + span.mwform-checkbox-field-text:before {
    width: 15px;
    height: 15px;
    left: -5px;
    margin-top: -5.5px;
  }
}

.contact-form .tac input[type="checkbox"]:checked + span.mwform-checkbox-field-text::after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -8px;
  left: -1px;
  width: 8px;
  height: 14px;
  border-right: 3px solid #2c2c2c;
  border-bottom: 3px solid #2c2c2c;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .contact-form .tac input[type="checkbox"]:checked + span.mwform-checkbox-field-text::after {
    margin-top: -6px;
    left: 0px;
    width: 5px;
    height: 10px;
  }
}

.contact-form .submit_wrap {
  display: flex;
  margin: 50px auto;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .contact-form .submit_wrap {
    margin: 30px auto;
  }
}

.contact-form .submit_wrap input[type="submit"].send_btn {
  position: relative;
  color: #fff;
  font-weight: 500;
  transition: 0.6s;
  background-image: url(./img/icon_arrow.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
  max-width: 250px;
  width: 100%;
  display: block;
  text-align: center;
  background-color: #54a200;
  color: #fff;
  line-height: 1;
  padding: 19px 30px;
  font-size: 1.6rem;
  border-radius: 30px;
  font-weight: bold;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

.contact-form .mw_wp_form_confirm .tac {
  display: none;
}

.comp_box {
  max-width: 750px;
  width: 95%;
  margin: auto;
}

.comp_box h2 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin: 110px auto 40px;
  line-height: 1;
}

.comp_box .txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2em;
}

.comp_box .btn {
  margin: 30px auto;
  padding:10px;
  font-size: 1.8rem !important;
}

.under-facility .area-list {
  max-width: 400px;
}

.under-facility .area-list li {
  width: calc(50% - 5px);
  margin-bottom: 12px;
}

.under-facility .area-list li:nth-child(odd) {
  float: left;
}

.under-facility .area-list li:nth-child(even) {
  float: right;
}

.under-facility .area-list li a {
  position: relative;
  display: block;
}

.under-facility .area-list li a .icon_arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  filter: drop-shadow(5px 5px 5px #000);
}

.under-facility .area-list li a:before {
  width: 50px;
  height: 50px;
  content: "";
  position: absolute;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .under-facility .area-list li a:before {
    width: 40px;
    height: 40px;
  }
}

.under-facility .area-list li h3 {
  margin-top: 10px;
  color: #2c2c2c;
  font-size: 1.5rem;
  text-align: center;
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 15px;
}

.under-facility .area-list li:nth-child(1) a:before {
  right: -4px;
  bottom: -28px;
  background: rgba(179, 220, 23, 0.5);
  border-radius: 5px 5px 0 5px;
}

.under-facility .area-list li:nth-child(1) a:hover:before {
  background: rgba(179, 220, 23, 0.8);
}

.under-facility .area-list li:nth-child(2) a:before {
  left: -4px;
  bottom: -28px;
  background: rgba(80, 142, 13, 0.5);
  border-radius: 5px 5px 5px 0;
}

.under-facility .area-list li:nth-child(2) a:hover:before {
  background: rgba(80, 142, 13, 0.8);
}

.under-facility .area-list li:nth-child(3) {
  margin-bottom: 0;
}

.under-facility .area-list li:nth-child(3) a:before {
  right: -4px;
  top: -28px;
  background: rgba(80, 142, 13, 0.5);
  border-radius: 5px 0 5px 5px;
}

.under-facility .area-list li:nth-child(3) a:hover:before {
  background: rgba(80, 142, 13, 0.8);
}

.under-facility .area-list li:nth-child(4) {
  margin-bottom: 0;
}

.under-facility .area-list li:nth-child(4) a:before {
  left: -4px;
  top: -28px;
  background: rgba(179, 220, 23, 0.5);
  border-radius: 0 5px 5px 5px;
}

.under-facility .area-list li:nth-child(4) a:hover:before {
  background: rgba(179, 220, 23, 0.8);
}

.area-wrap {
  background: #f3f3f3;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .area-wrap {
    padding-bottom: 30px;
  }
}

.area-wrap .inner {
  max-width: 1348px;
  background: #fff;
  padding: 70px 0 120px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 767px) {
  .area-wrap .inner {
    padding: 50px 0 0;
    margin: 0 auto 30px;
  }
}

.area-wrap .inner .area-section {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .area-wrap .inner .area-section {
    margin-bottom: 30px;
  }
}

.area-wrap .inner .area-section:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .area-wrap .inner .area-section .ttl {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .area-wrap .inner .area-section .ttl .jp {
    padding-right: 0;
    margin-right: 0;
  }
}

.area-wrap .inner .area-section ul li {
  float: left;
  width: calc(100% / 3);
  padding: 0px 10px;
  margin-bottom:25px;
}

@media screen and (max-width: 767px) {
  .area-wrap .inner .area-section ul li {
    width: 100%;
    margin: 0 0 20px;
  }
}

.area-wrap .inner .area-section ul li:nth-child(4n) {
  margin-right: 0;
}

.area-wrap .inner .area-section ul li a {
  position: relative;
  overflow: hidden;
  display: block;
}

.area-wrap .inner .area-section ul li a .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  /* 絶対位置指定 */
  top: 0;
  left: 0;
  opacity: 0;
  /* マスクを表示しない */
  background-color: rgba(0, 0, 0, 0.6);
  /* マスクは半透明 */
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.area-wrap .inner .area-section ul li a .caption {
  font-size: 1.4rem;
  color: #fff;
  padding: 0 30px;
  background: url(./img/icon_arrow.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.area-wrap .inner .area-section ul li a:hover {
  opacity: 1;
}

.area-wrap .inner .area-section ul li a:hover .mask {
  opacity: 1;
}

.area-wrap .inner .area-section ul li h3 {
  font-size: 1.6rem;
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #2c2c2c;
  margin-top: 10px;
}

.area-wrap .tel-announcement {
  max-width: 600px;
  width: 95%;
  padding: 20px 20px 20px 115px;
  /* background-image: url(./img/icon_tel_orange.png); */
    background-image: url(./img/0922/tel_icon.png);
  background-size: 57px;
  background-repeat: no-repeat;
  background-position: left 30px center;
  background-color: #fff;
  border-radius: 5px;
  margin: auto;
  font-size: 1.6rem;
  color: #2c2c2c;
  border: 1px solid #cbe8ca;
  display: block;
}

@media screen and (max-width: 767px) {
  .area-wrap .tel-announcement {
    padding: 80px 20px 20px;
    background-image: url(./img/icon_tel_orange.png);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: top 10px center;
    margin-bottom: 0;
  }
}

.institution-wrap {
  background: #f3f3f3;
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .institution-wrap {
    padding: 30px 0 1px;
  }
}

.institution-wrap .inner {
  max-width: 1348px;
  background: #fff;
  padding: 70px 0;
  margin: 0 auto 80px;
}
.institution-wrap .inner .ttl_head_wrapper{
  display:block;
  margin: 0px auto 70px;
  text-align: center;
}
.institution-wrap .inner .ttl_head_wrapper .ttl_head{
  text-align:center;
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3rem;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;

}
/* .institution-wrap .inner .ttl_head_wrapper .ttl_head:before{
  content: "";
  background: url(./img/clover.png);
  background-size: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
} */
.institution-wrap .inner .ttl_head_wrapper .ttl_head .icon{
  width: 41px;
  height: 45px;
  margin-right: 10px;
}

.new_ttl_wrapper{
  display:block;
  margin: 0px auto 70px;
  text-align: center;

}

.new_ttl_wrapper .ttl{
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
}
.new_ttl_wrapper .ttl:before{
  display: none;
}
.new_ttl_wrapper .ttl .jp{
  text-align:center;  font-size: 3rem;
  letter-spacing: 3px;
  position: relative;
  text-transform: none;
  border:none;
  padding: 0px;
  margin: 0px;
  font-weight: normal;
}
.new_ttl_wrapper .ttl .jp:before{
  content:'';
  border-bottom: 2px solid #000;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0%;
}
.new_ttl_wrapper .ttl .eng{
  color: #ccc;
  font-size: 3rem;
  position: relative;
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  /* margin-left: 120px; */
  text-transform: none;
  text-align: right;
  width: 100%;
  margin-right: -20%;
}
.ttl{
  position: relative;
  padding-left: 20px;
}
.ttl:before{
  background: none;
  background: url(./img/ttl_bg.png);
  background-size: cover;
  width: 200px;
  height: 14px;
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  position: absolute;
  left: 0px;
  bottom: -2;
  top: initial;
  bottom: -13px;
}
.top.ttl{
  position: relative;
  padding-left: 40px;
}
.top .ttl:before{
  background: none;
  background: url(./img/ttl_bg.png);
  background-size: cover;
  width: 200px;
  height: 14px;
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  position: absolute;
  left: 0px;
  bottom: -2;
  top: initial;
  bottom: -13px;
}


@media screen and (max-width: 767px) {
  .institution-wrap .inner {
    padding: 30px 0;
    margin: 0 auto 40px;
  }
  .new_ttl_wrapper{
    text-align: left;
      padding-left: 10px;
      margin: 0px;

  }
  .new_ttl_wrapper .ttl{
    text-align: left;
    padding: 0px;
  }
  .new_ttl_wrapper .ttl .jp{
    font-size: 2rem;
  }
  .new_ttl_wrapper .ttl .eng {
    font-size: 2rem;
    border: none;
    padding: 0px;
    margin: 0px !important;
    text-align: left;
  }

}
.institution-wrap .inner h3 {
  text-align: center;
    font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 767px) {
  .institution-wrap .inner h3 {
    text-align: left;
  }
}

.institution-wrap .inner h3 span {
  font-family: "yugothic-r";
  padding-bottom: 2px;
  display: inline;
  font-size: 2.4rem;
  color: #2c2c2c;
}

@media screen and (max-width: 767px) {
  .institution-wrap .inner h3 span {
    font-size: 1.5rem;
    width: 90%;
    border-bottom: none;
  }
  .institution-wrap .inner h3 .dpib{
    display: inline !important;
  }
}

.institution-wrap .inner .txt {
  margin-top: 67px;
  font-size: 1.6rem;
  color: #2c2c2c;
  text-align: center;
  line-height: 2em;
}

@media screen and (max-width: 767px) {
  .institution-wrap .inner .txt {
    margin-top: 30px;
    font-size: 1.4rem;
    text-align: left;
  }
}

#slider {
  opacity: 0;
  height: 0;
}

#slider .slick-list {
  max-height: 0;
  overflow: hidden;
}

#slider.on {
  opacity: 1;
  height: auto;
}

#slider.on .slick-list {
  max-height: initial;
}

#slider.other {
  opacity: 1;
  height: auto;
}

#slider.other .slick-list {
  max-height: none;
  overflow: hidden;
}

.institution-slide {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .institution-slide {
    padding-top: 30px;
  }
  .institution-slide #thumbnail-list {
    width: 95%;
  }
}
.institution-slide #thumbnail-list .thumbnail-item {
  width: calc(50% - 10px);
  margin-bottom: 2px;
  position: relative;
}

.institution-slide #thumbnail-list .thumbnail-item:nth-child(odd) {
  float: left;
}

.institution-slide #thumbnail-list .thumbnail-item:nth-child(even) {
  float: right;
}

.institution-slide #thumbnail-list .thumbnail-item figure {
  position: relative;
  display: block;
  cursor: pointer;
  background: #1a1a1a;
  overflow: hidden;
}

.institution-slide #thumbnail-list .thumbnail-item figure img {
  filter: opacity(100%);
  max-width: none;
  width: 100%;
}

.institution-slide #thumbnail-list .thumbnail-item figure .icon_arrow {
  position: absolute;
  right: 30px;
  bottom: 30px;
  filter: drop-shadow(5px 5px 5px #000);
}

@media screen and (max-width: 767px) {
  .institution-slide #thumbnail-list .thumbnail-item figure .icon_arrow {
    right: 10px;
    bottom: 10px;
    width: 8px;
  }
}

.institution-slide #thumbnail-list .thumbnail-item:before {
  width: 58px;
  height: 58px;
  content: "";
  position: absolute;
  z-index: 10;
}


@media screen and (max-width: 767px) {
  .institution-slide #thumbnail-list .thumbnail-item:before {
    width: 40px;
    height: 40px;
  }
}

.institution-slide #thumbnail-list .thumbnail-item figure:hover img {
  filter: opacity(100%);
  transform: scale(1.1);
}

.institution-slide #thumbnail-list .thumbnail-item figure.thumbnail-current img {
  filter: opacity(100%);
}

.institution-slide #thumbnail-list .thumbnail-item h3 {
  color: #2c2c2c;
  font-size: 3rem;
  text-align: center;
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.institution-slide #thumbnail-list .thumbnail-item h3:before{
  display: none;
}

@media screen and (max-width: 767px) {
  .institution-slide #thumbnail-list .thumbnail-item h3 {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}

.institution-slide #thumbnail-list .thumbnail-item h3 span {
  font-size: 1.8rem;
  font-family: "yugothic-r";
  font-weight: normal;
  color: #4e8e0e;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .institution-slide #thumbnail-list .thumbnail-item h3 span {
    margin-left: 0;
    display: block;
    font-size: 1rem;
  }
}

.institution-slide #thumbnail-list .thumbnail-item:nth-child(1):before {
  right: -9px;
  bottom: 24px;
  background: rgba(179, 220, 23, 0.5);
  border-radius: 5px 5px 0 5px;
}

.institution-slide #thumbnail-list .thumbnail-item:nth-child(1):hover:before {
  background: #b3dc17;
}

.institution-slide #thumbnail-list .thumbnail-item:nth-child(1) figure.thumbnail-current:before {
  background: #b3dc17;
}

.institution-slide #thumbnail-list .thumbnail-item:nth-child(1).thumbnail-current figure:before {
  background: #b3dc17;
}

@media screen and (max-width: 767px) {
  .institution-slide #thumbnail-list .thumbnail-item:nth-child(1) h3 {
    text-align: left;
  }
}

.institution-slide #thumbnail-list .thumbnail-item:nth-child(2):before {
  left: -9px;
  bottom: 24px;
  background: rgba(80, 142, 13, 0.5);
  border-radius: 5px 5px 5px 0;
}

.institution-slide #thumbnail-list .thumbnail-item:nth-child(2):hover:before {background: #508e0d;}
.institution-slide #thumbnail-list .thumbnail-item:nth-child(2) figure.thumbnail-current:before {background: #508e0d;}
.institution-slide #thumbnail-list .thumbnail-item:nth-child(2).thumbnail-current figure:before {
  background: #508e0d;
}
@media screen and (max-width: 767px) {
  .institution-slide #thumbnail-list .thumbnail-item:nth-child(2) h3 {text-align: right;}
}
.institution-slide #thumbnail-list .thumbnail-item:nth-child(3) {margin-bottom: 0;}
.institution-slide #thumbnail-list .thumbnail-item:nth-child(3):before {
  right: -9px;
  top: -24px;
  background: rgba(80, 142, 13, 0.5);
  border-radius: 5px 0 5px 5px;
}
.institution-slide #thumbnail-list .thumbnail-item:nth-child(3):hover:before {background: #508e0d;}
.institution-slide #thumbnail-list .thumbnail-item:nth-child(3) figure.thumbnail-current:before {
  background: #508e0d;
}

.institution-slide #thumbnail-list .thumbnail-item:nth-child(3).thumbnail-current figure:before {
  background: #508e0d;
}

@media screen and (max-width: 767px) {
  .institution-slide #thumbnail-list .thumbnail-item:nth-child(3) h3 {
    text-align: left;
  }
}

.institution-slide #thumbnail-list .thumbnail-item:nth-child(4) {
  margin-bottom: 0;
}

.institution-slide #thumbnail-list .thumbnail-item:nth-child(4):before {
  left: -9px;
  top: -24px;
  background: rgba(179, 220, 23, 0.5);
  border-radius: 0 5px 5px 5px;
}

.institution-slide #thumbnail-list .thumbnail-item:nth-child(4):hover:before {
  background: #b3dc17;
}

.institution-slide #thumbnail-list .thumbnail-item:nth-child(4) figure.thumbnail-current:before {
  background: #b3dc17;
}

.institution-slide #thumbnail-list .thumbnail-item:nth-child(4).thumbnail-current figure:before {
  background: #b3dc17;
}

@media screen and (max-width: 767px) {
  .institution-slide #thumbnail-list .thumbnail-item:nth-child(4) h3 {
    text-align: right;
  }
}

.institution-slide #thumbnail-list .thumbnail-item.thumbnail-current figure img {
  filter: opacity(100%);
}

.slidecont01 .property-wrap {
  margin: 130px auto 120px;
}

@media screen and (max-width: 767px) {
  .slidecont01 .property-wrap {
    margin: 50px auto;
  }
}

.slidecont01 .property-wrap h3 {
  font-size: 2.4rem;
  color: #2c2c2c;
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 57px;
}

@media screen and (max-width: 767px) {
  .slidecont01 .property-wrap h3 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

.slidecont01 .property-wrap table {
  max-width: 930px;
  width: 100%;
  margin: auto;
}

.slidecont01 .property-wrap table tr {
  display: flex;
  margin-bottom: 27px;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .slidecont01 .property-wrap table tr {
    display: block;
    margin: 10px auto;
  }
}

.slidecont01 .property-wrap table tr th {
    width: 280px;
    padding: 15px 28px;
    vertical-align: top;
    display: block;
    background: #f3ffd2;
    text-align: center;
    color: #2c2c2c;
    font-size: 1.8rem;
    padding: 12px 0;
    font-family: "yugothic-b";
    font-weight: bold;
}

@media screen and (max-width: 767px) {
  .slidecont01 .property-wrap table tr th {
    width: 100%;
    display: block;
    padding: 0;
  }
}

.slidecont01 .property-wrap table tr td {
  width: calc(100% - 280px);
  padding: 16px 25px;
  font-size: 1.6rem;
  color: #2c2c2c;
}

@media screen and (max-width: 767px) {
  .slidecont01 .property-wrap table tr td {
    padding: 16px 5px;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 1.4rem;
  }
}

  .slidecont01 .property-wrap table tr {
    border-bottom: 2px solid #d8d8d8;
    padding-bottom: 10px;
}


.slidecont01 .safe-equipment {
  margin-bottom: 180px;
  margin-top:50px;
}

@media screen and (max-width: 767px) {
  .slidecont01 .safe-equipment {
    margin-bottom: 50px;
  }
}

.slidecont01 .safe-equipment h2.green {
  background-image: -moz-linear-gradient(180deg, #508e0d 0%, #0d8e37 100%);
  background-image: -webkit-linear-gradient(180deg, #508e0d 0%, #0d8e37 100%);
  background-image: -ms-linear-gradient(180deg, #508e0d 0%, #0d8e37 100%);
  color: #fff;
  text-align: center;
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  padding: 10px 0;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .slidecont01 .safe-equipment h2.green {
    margin-bottom: 30px;
  }
}

.slidecont01 .safe-equipment h2.safe-ttl {
  font-size: 2.4rem;
  color: #2c2c2c;
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .slidecont01 .safe-equipment h2.safe-ttl {
    margin-bottom: 30px;
  }
}

.slidecont01 .safe-equipment .safe-box {
  max-width: 800px;
  margin: 50px auto;
}

@media screen and (max-width: 767px) {
  .slidecont01 .safe-equipment .safe-box {
    width: 95%;
    margin: 30px auto;
  }
}

.slidecont01 .safe-equipment .safe-box p {
  font-size: 1.6rem;
  color: #2c2c2c;
  padding: 20px 10px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .slidecont01 .safe-equipment .safe-box p {
    font-size: 1.4rem;
    padding: 15px 10px;
  }
}

.slidecont01 .safe-equipment .safe-box p:last-of-type {
  border-bottom: none;
}

.slidecont01 .safe-equipment ul {
  display: flex;
  flex-wrap: wrap;
}

.slidecont01 .safe-equipment ul li {
  width: 48%;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .slidecont01 .safe-equipment ul li {
    margin-bottom: 30px;
  }
}

.slidecont01 .safe-equipment ul li:nth-child(odd) {
  float: left;
  margin-right: 2%;
}

.slidecont01 .safe-equipment ul li:nth-child(even) {
  float: right;
  margin-left: 2%;
}

.slidecont01 .safe-equipment ul li h3 {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-family: "yugothic-b";
  color: #2c2c2c;
}

.slidecont01 .safe-equipment ul li .txt {
  font-size: 1.4rem;
  font-family: "yugothic-r";
  color: #2c2c2c;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .slidecont01 .safe-equipment ul li .txt {
    font-size: 1.2rem;
    margin-top: 20px;
  }
}

.slidecont01 .safe-equipment-img {
  text-align: center;
}

.slidecont01 .subject-wrap {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .slidecont01 .subject-wrap {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .slidecont01 .subject-wrap h2 {
    font-size: 1.6rem;
    padding: 5px 0;
    margin-bottom: 30px;
  }
}
.institution-slide h3{
  font-size: 2.4rem;
  color: #2c2c2c;
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.institution-slide.single h3:before{
  content:'●';
  color:#def097;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .slidecont01 .subject-wrap h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.slidecont01 .subject-wrap .fl {
  float: left;
  padding-top: 54px;
  font-size: 1.6rem;
  color: #2c2c2c;
  line-height: 2.4em;
}

@media screen and (max-width: 767px) {
  .slidecont01 .subject-wrap .fl {
    float: none;
    padding-top: 0;
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}

.slidecont01 .subject-wrap .fr {
  float: right;
  padding-right: 113px;
}

@media screen and (max-width: 767px) {
  .slidecont01 .subject-wrap .fr {
    float: none;
    padding-right: 0;
  }
}

.slidecont01 .access-wrap {
  padding-top: 75px;
  position: relative;
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .slidecont01 .access-wrap {
    padding: 50px 0 30px;
  }
}

.slidecont01 .access-wrap:before {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: url(./img/line.png);
  background-size: 100%;
}

.slidecont01 .access-wrap h3 {
  font-size: 2.4rem;
  color: #2c2c2c;
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 64px;
}

@media screen and (max-width: 767px) {
  .slidecont01 .access-wrap h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.slidecont01 .access-wrap .map-wrap {
  position: relative;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .slidecont01 .access-wrap .map-wrap {
    margin-bottom: 20px;
  }
}

.slidecont01 .access-wrap .map-wrap .ggmap {
  position: relative;
  display: block;
  margin: 0px auto 40px;
  min-height: 500px;
  max-width: 1000px;
  overflow: hidden;
}


.slidecont01 .access-wrap .map-wrap .ggmap iframe, .slidecont01 .access-wrap .map-wrap .ggmap object, .slidecont01 .access-wrap .map-wrap .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slidecont01 .access-wrap .map-wrap .copybtn {
  position: relative;
  display: block;
  margin: 20px auto;
  padding: 5px 5px 5px 40px;
  border: none;
  border-radius: 5px;
  background: #eee;
  background-image: url(./img/icon_link.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center left 10px;
  cursor: pointer;
  font-size: 1.2rem;
}

.slidecont01 .access-wrap table {
  max-width:1000px;
  margin: 0 auto 60px;
}
.slidecont01 .access-wrap table tr{
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .slidecont01 .access-wrap table {
    margin-bottom: 20px;
  }
}

.slidecont01 .access-wrap table th {
  font-size: 1.6rem;
  font-family: "yugothic-b";
  font-weight: bold;
  color: #2c2c2c;
}

@media screen and (max-width: 767px) {
  .slidecont01 .access-wrap table th {
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    display: block;
  }
}

.slidecont01 .access-wrap table td {
  font-size: 1.6rem;
  font-weight: 500;
  color: #2c2c2c;
  display: block;
  margin-bottom:2px;
}

@media screen and (max-width: 767px) {
  .slidecont01 .access-wrap table td {
    font-size: 1.4rem;
    width: 100%;
    text-align: center;
    display: block;
  }
}

.institution-slide .tel-announcement {
  max-width: 600px;
  width: 95%;
  padding: 11px 8px 11px 75px;
  background-image: url(./img/0922/tel_icon.png);
  background-size: 57px;
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-color: #fff;
  border-radius: 5px;
  margin: 0 auto 105px;
  font-size: 1.4rem;
  line-height: 1;
  color: #2c2c2c;
  border: 1px solid #cbe8ca;
}

@media screen and (max-width: 767px) {
.institution-slide .tel-announcement {
    padding: 80px 10px 20px;
    background-image: url(./img/icon_tel_orange.png);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: top 10px center;
    margin-bottom: 30px;
  }
}

.institution-slide .tel-announcement a {
  margin-top: 10px;
  display: block;
  text-align: center;
  font-family: "yugothic-b";
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
.institution-slide .tel-announcement a {
    font-size: 2rem;
  }
}

.institution-slide .links {
  display: flex;
  justify-content: space-between;
  max-width: 768px;
  margin: auto;
}


.institution-slide .links.green .btn{
  background-color: #b3dc17;
  border-radius: 0px;
  box-shadow: initial;
}
.institution-slide .links.green .btn span:after{
  display: none;
}
.institution-slide .links.green .btn span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color:#000;
  width: auto;
}
.institution-slide .links.green .btn span img{
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
.institution-slide .links {
    display: block;
  }
}

@media screen and (max-width: 767px) {
.institution-slide .links .btn {
    margin: 0 auto 10px;
  }
}

.slidecont02 .support-wrap {
  margin: 110px auto 120px;
}

@media screen and (max-width: 767px) {
  .slidecont02 .support-wrap {
    margin-top: 50px;
  }
}

.slidecont02 .support-wrap .txt {
  font-size: 1.6rem;
  color: #2c2c2c;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .slidecont02 .support-wrap .txt {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

.slidecont02 .support-wrap .slide-support {
  text-align: center;
}

.slidecont02 .support-wrap .slide-support img {
  display: block;
  margin: auto;
}

.slidecont03 .property-wrap {
  margin: 130px auto 100px;
}
.slidecont02 .support-wrap .slide-support {
  margin: 70px auto;
}

@media screen and (max-width: 767px) {
  .slidecont02 .support-wrap .slide-support {
    margin: 40px auto;
  }
  .slidecont03 .property-wrap {
    margin: 50px auto 30px;
  }
}

.slidecont03 .property-wrap h3 {
  font-size: 2.4rem;
  color: #2c2c2c;
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 57px;
}

@media screen and (max-width: 767px) {
  .slidecont03 .property-wrap h3 {
    margin-bottom: 20px;
  }
}

.slidecont03 .property-wrap table {
  max-width: 930px;
  width: 100%;
  margin: auto;
}

.slidecont03 .property-wrap table tr {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #d8d8d8;
  margin-bottom: 27px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .slidecont03 .property-wrap table tr {
    margin-bottom: 20px;
    display: block;
  }
}

.slidecont03 .property-wrap table tr th {
  font-size: 1.8rem;
  color: #000;
  background: #d9ee94;
  width: 230px;
  padding: 10px;
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .slidecont03 .property-wrap table tr th {
    font-size: 1.4rem;
    width: 120px;
    padding: 2px 0;
  }
}

.slidecont03 .property-wrap table tr td {
  padding: 5px 10px 5px 5vw;
  width: calc(100% - 230px);
  font-size: 1.6rem;
  color: #2c2c2c;
}

@media screen and (max-width: 767px) {
  .slidecont03 .property-wrap table tr td {
    padding: 5px;
    width: 100%;
    font-size: 1.4rem;
    display: block;
  }
}


.slidecont03 .property-wrap table tr.center {
  align-items: initial;
}

.slidecont03 .property-wrap table tr.center th {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slidecont03 .property-wrap table tr.center td {
  padding-top: 30px;
  padding-bottom: 30px;
}

.slidecont03 .property-wrap table tr.center td .hope {
  font-size: 1.8rem;
  color: #2c2c2c;
  font-weight: 700;
  display: inline-block;
  border-bottom: 1px solid #729ae4;
  font-family: "yugothic-b";
}

.slidecont03 .property-wrap table tr.center td .price {
  margin: 20px auto;
  font-family: "yugothic-b";
  font-size: 1.8rem;
  color: #2c2c2c;
  font-weight: 700;
}

.slidecont03 .links {
  display: flex;
  justify-content: space-between;
  max-width: 610px;
  margin: auto;
}
.slidecont03 .links a{
  margin: 0px 10px;
}
@media screen and (max-width: 767px) {
  .slidecont03 .links {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .slidecont03 .links .btn {
    margin: 0 auto 10px;
  }
}

.slidecont04 .medical-wrap {
  margin-top: 130px;
}

@media screen and (max-width: 767px) {
  .slidecont04 .medical-wrap {
    margin-top: 50px;
  }
}

.slidecont04 h2.green {
  background-image: -moz-linear-gradient(180deg, #508e0d 0%, #0d8e37 100%);
  background-image: -webkit-linear-gradient(180deg, #508e0d 0%, #0d8e37 100%);
  background-image: -ms-linear-gradient(180deg, #508e0d 0%, #0d8e37 100%);
  color: #fff;
  text-align: center;
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  padding: 10px 0;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .slidecont04 h2.green {
    font-size: 1.6rem;
    padding: 5px 0;
    margin-bottom: 30px;
  }
}

.slidecont02 .line_txt {
  margin: 0 auto 75px;
}
.slidecont02 .line_txt>p{

}
.slidecont02 .line_txt>p:before{
  content:'・';
}

@media screen and (max-width: 767px) {
  .slidecont02 .line_txt {
    margin: 0 auto 30px;
    width: 95%;
  }
}

.slidecont02 .line_txt p {
  padding: 10px 20px;
  font-size: 1.6rem;
  color: #2c2c2c;
  position: relative;
}
.slidecont02 .line_txt p:before{
  content:'・';
  position: absolute;
  left: -20px;
}

@media screen and (max-width: 767px) {
  .slidecont02 .line_txt p {
    padding: 10px 0px;
    font-size: 1.4rem;
  }
}

.slidecont02 .line_txt p:last-of-type {
  border: none;
}

@media screen and (max-width: 767px) {
  .slidecont02 .line_txt p:last-of-type {
    border-bottom: 1px solid #ccc;
  }
}

.slidecont02 .cooperation .container {
  position: relative;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .slidecont02 .cooperation .container {
    padding-bottom: 30px;
  }
}

.slidecont02 .cooperation .container:before {
  position: absolute;
  right: -34px;
  bottom: 55px;
  width: 400px;
  height: 655px;
  content: "";
  background: url(./img/bgclover.png);
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .slidecont02 .cooperation .container:before {
    display: none;
  }
}

.slidecont02 .cooperation h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2c2c2c;
  font-family: "yugothic-b";
  display: inline-block;
  width: 100%;
  padding: 0px 20px;
  margin: 20px auto;
}
.slidecont02 .cooperation h3:before{
  display: none;
}

@media screen and (max-width: 767px) {
  .slidecont02 .cooperation h3 {
    margin-bottom: 20px;
  }
}

/* サポート体制協力医療機関 */
.slidecont02 .cooperation dl {
  width: 100%;
  padding:0px 20px 35px;
  margin: auto;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .slidecont02 .cooperation dl {
    padding-bottom: 25px;
  }
}

.slidecont02 .cooperation dl:last-of-type {
  border-bottom: none;
}

.slidecont02 .cooperation dl dt {
  font-size: 1.8rem;
  color: #2c2c2c;
  font-family: "yugothic-b";
  display: flex;
  align-items: center;
  color: #2c2c2c;
  padding: 10px 0px;
}

@media screen and (max-width: 767px) {
  .slidecont02 .cooperation dl dt {
    display: block;
    margin-top: 20px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .slidecont02 .cooperation dl dt .btn {
    display: inline-block;
  }
}

.slidecont02 .cooperation dl dd {
  margin-top: 24px;
  font-size: 1.6rem;
  font-family: "yugothic-r";
  color: #2c2c2c;
}

@media screen and (max-width: 767px) {
  .slidecont02 .cooperation dl dd {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}

.slidecont02 .cooperation dl .btn {
margin-left: 48px;
max-width: initial;
width: auto;
background: none;
color: #54a200;
text-align: left;
line-height: 1;
border-radius:initial;
box-shadow: none;
border-bottom:1px solid #54a200;
}

.slidecont02 .cooperation dl .btn span {
  padding: 8px 0px;
  display: inline-block;
  font-size: 1.4rem;
  width: auto;
}

.slidecont02 .cooperation dl .btn span:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .slidecont02 .cooperation dl .btn {
    margin: 20px auto 0;
  }
}

.slidecont02 .cooperation dl .btn.sponly {
  display: none;
}

@media screen and (max-width: 767px) {
  .slidecont02 .cooperation dl .btn.sponly {
    display: block;
  }
}

.graybg {
  background: #f3f3f3;
  padding: 50px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .graybg {
    padding: 20px 0;
  }
}

.graybg .btn {
  margin: auto;
}

.recruit-ttl {
  font-size: 2.4rem;
  color: #2c2c2c;
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .recruit-ttl {
    font-size: 1.8rem;
    margin-bottom: 30px;
    text-align: left;
  }
}

.recruit-table h3 {
  font-size: 2.4rem;
  color: #2c2c2c;
  margin-bottom: 60px;
  text-align: center;
  font-family: "游明朝体","Sawarabi Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
  .recruit-table h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
    text-align: left;
  }
}

.recruit-table table {
  max-width: 930px;
  width: 100%;
  margin: auto;
}

.recruit-table table tr {
  display: flex;
  margin-bottom: 27px;
  align-items:flex-start;
}

@media screen and (max-width: 767px) {
  .recruit-table table tr {
    display: block;
    margin-bottom: 0;
  }
}

.recruit-table table tr.ait {
  align-items: flex-start;
}

.recruit-table table tr.other {
  align-items: stretch;
}

.recruit-table table tr.other th {
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit-table table tr {
    border-bottom: 2px solid #d8d8d8;
}

.recruit-table table tr th {
  font-size: 1.8rem;
  color: #fff;
  background: #828282;
  width: 106px;
  display: block;
  text-align: center;
  padding: 12px 0;
  font-family: "yugothic-b";
  font-weight: bold;
  width: 280px;
  padding: 15px 28px;
  margin-bottom:10px;
}

@media screen and (max-width: 767px) {
  .recruit-table table tr th {
    font-size: 1.4rem;
    width: 100%;
    padding: 2px 0;
  }
}

.recruit-table table tr td {
  width: calc(100% - 280px);
  padding: 10px 25px;
  font-size: 1.6rem;
  color: #2c2c2c;
}

@media screen and (max-width: 767px) {
  .recruit-table table tr td {
    padding: 16px 10px;
    width: 100%;
    font-size: 1.4rem;
    display: block;
  }
}

.recruit-table .txt {
  max-width: 930px;
  width: 100%;
  margin: auto;
  font-size: 1.6rem;
  color: #2c2c2c;
  line-height: 2em;
}

@media screen and (max-width: 767px) {
  .recruit-table .txt {
    font-size: 1.4rem;
    line-height: 1.8em;
  }
}

.recruit-table .btn {
  margin: 60px  auto 0;
}
/* 20210922追加分 */
.slidecont01 .subject-wrap .kyoyo_container{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.slidecont01 .subject-wrap .kyoyo_container .block{
  width: 45%;
  padding: 20px 25px;
}
.slidecont01 .subject-wrap .kyoyo_container .block .midashi{
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom:2em;
}
.slidecont01 .subject-wrap .kyoyo_container .block .txt{
  margin: 20px 0px;
  font-size: 1.2rem;
  line-height: 2;
}
.slidecont01 .access-wrap .return{
  max-width: 610px;
  margin:80px auto 0;
  text-align: center;
}
.slidecont01 .access-wrap .return .btn{
  display: inline-block;
  margin: 0px auto;
}
.sumai h3{
  margin: 3em auto;
}
.sumai .image{
  margin: 20px auto;
  padding: 0px 20px;
  text-align: center;
}
.medical-wrap .image{
  display: block;
}
.medical-wrap .biko{
  max-width: 600px;
  font-size: 1.3rem;
  margin: 30px auto;
}
.mb50{
  margin-bottom:50px;
}

.institutionlink{
  display: flex;
  align-items:center;
  justify-content: center;
  margin:30px auto;
}
.rec-info{

}
.rec-info img{
  display: block;
  text-align: center;
  margin: 0px auto 100px;
}
.rec-info img.mb150{
  margin-bottom:150px;
}
.pdf{
  font-size: 1.2rem;
  color:#000;
  padding: 5px 20px;
  border: 1px solid #eee;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
}
.pdf:before{
  content:'';
  background:url(./img/pdf_icon.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .recruit-table .btn {
    margin: 30px  auto 0;
  }
  .recruit-table .btn span:after {
    right: 10px;
  }
  .btn span {
    padding: 16px 20px;
    font-size: 1.4rem;
  }
  .slidecont01 .access-wrap .return{
    margin: 0 auto;
  }
  .rec-info img{
    margin-bottom:50px;
  }
  .slidecont01 .subject-wrap .kyoyo_container .block{
    width: 48%;
    padding: 20px 0px;
  }
  .rec-info img.mb150{
    margin-bottom:50px;
  }
  .ttl{
    display: flex;
    flex-direction: row;
  }
  .companycont .ttl{
    display: flex;
    flex-direction: row;
  }
  .ttl .eng{
    width: auto;
    display: block;
  }
  .companycont .ttl .eng{
    width: auto;
  }
  .companycont .vision-box h3 .eng{
    display: block;
    padding-left: 40px;
  }
}
.mw_wp_form .error {
    font-size: 22px !important;
}
.slick-slide img {
    margin: 0px auto;
}
