@charset "UTF-8";
a {
  color: #05724bb5;
}

.header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header__pc {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 0 3vw;
}

.header__sp {
  display: none;
}

.header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header__logo {
  width: 13.54%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__nav01 {
  float: right;
  height: 50px;
}

.header__nav01-items {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.header__nav01-item {
  margin: 0 1rem;
}

.header__nav01 a {
  color: #333;
  text-decoration: none;
  font-size: 1.4rem;
}

.header__nav01 a:hover {
  color: #999;
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all  0.3s ease;
  transition: all  0.3s ease;
}

.header__nav02 {
  width: 100%;
  padding: 0 3vw 0 0;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header__nav02-items {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.header__nav02-item {
  margin: 0 2rem;
  position: relative;
}

.header__nav02-item:last-of-type::after {
  display: none;
}

.header__nav02-item::after {
  content: '';
  background: url(../images/dist/nav02_space.svg) 0 center;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: -3rem;
}

.header__nav02 a {
  color: #05724b;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header__nav02 a::after {
  position: absolute;
  bottom: -.5rem;
  left: 50%;
  content: '';
  width: 0;
  border-bottom: solid 2px #05724b;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header__nav02 a:hover::after {
  width: 100%;
}

.header__nav02-item:first-child a::after {
  width: 100% !important;
  position: absolute;
  bottom: -.5rem;
  left: 50%;
  content: '';
  width: 0;
  border-bottom: solid 2px #05724b;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  height: 100%;
}

.hero__release {
  width: 100%;
  height: 100%;
  position: relative;
}

.hero__release-inner {
  overflow: hidden;
  height: 100%;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
}

.hero__release-inner.-visible:before {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.hero__release-inner:before {
  display: block;
  position: absolute;
  top: 0;
  left: 3vw;
  width: 94vw;
  height: 100%;
  background: #F2F8F6;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: -webkit-transform cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.8s;
  transition: -webkit-transform cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.8s;
  transition: transform cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.8s;
  transition: transform cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.8s, -webkit-transform cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.8s;
  content: '';
}

.hero__release .slider__item {
  position: relative;
  max-width: 380px;
  height: 436px;
  margin: 24px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px -9px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 30px -9px rgba(0, 0, 0, 0.6);
}

.hero__release .slider__item:hover .slider__item-more::after {
  right: 5px;
}

.hero__release .slider__item a {
  display: block;
  text-decoration: none;
  color: #333;
}

.hero__release .slider__item-more {
  float: right;
  margin-right: 2rem;
  background: #05724B;
  color: #fff;
  position: relative;
  width: 180px;
  padding: .6rem 40px;
  font-size: 1.2rem;
  text-align: center;
}

.hero__release .slider__item-more::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 14px;
  position: absolute;
  top: calc(50% - 7px);
  right: 15px;
  background: url(../images/dist/contact_arrow.svg) no-repeat 0 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.hero__release .slider__item::before {
  z-index: 100;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  border-top: 3px solid #05724b;
  border-left: 3px solid #05724b;
  width: 30px;
  height: 30px;
  content: '';
  display: inline-block;
}

.hero__release .slider__item-fig {
  position: relative;
  width: 100%;
  /*　トリミングしたい枠の幅（固定にしたい場合はサイズを入力）　*/
  padding-top: 75%;
  /*　トリミングしたい枠の高さを比率で指定。（固定にしたい場合はサイズを入力）　*/
  margin: 0 auto;
  background: url(../images/dist/top/slider_item_fig.jpg) 0 0 no-repeat;
  background-size: contain;
  overflow: hidden;
}

.hero__release .slider__item-fig img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero__release .slider__item-ttl {
  padding: 2rem;
  background: #fff;
  overflow: hidden;
  width: 100%;
}

.hero__release .slider__item-ttl p.slider__item-ttl_txt {
  font-size: 1.8rem;
  height: 6.48rem;
  line-height: 1.8;
  position: relative;
  overflow: hidden;
}

.hero__release .slider__item-ttl p.slider__item-ttl_txt:before, .hero__release .slider__item-ttl p.slider__item-ttl_txt:after {
  background: #fff;
  position: absolute;
}

.hero__release .slider__item-ttl p.slider__item-ttl_txt:before {
  content: "...";
  top: 3.24rem;
  right: 0;
}

.hero__release .slider__item-ttl p.slider__item-ttl_txt:after {
  content: "";
  height: 100%;
  width: 100%;
}

.slick-slider {
  width: 100%;
  padding: 1.5vw 0;
}

.slick-list {
  opacity: 0;
  -webkit-animation: media 0.8s ease 1.3s 1 forwards;
  animation: media 0.8s ease 1.3s 1 forwards;
}

.slick-dots {
  bottom: -10px !important;
}

.slick-dots li {
  width: auto !important;
  height: auto !important;
  margin-right: .5rem !important;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots li.slick-active button {
  background: #05724B !important;
}

.slick-dots li button {
  width: 40px !important;
  height: 3px !important;
  background: #9BC7B7 !important;
  padding: 0 !important;
}

.slick-dots li button::before {
  content: '' !important;
}

.content {
  position: relative;
  padding-left: 20vw;
}

.content__sec {
  margin-bottom: 15vw;
  padding-left: 60px;
}

.content__sec:first-child {
  margin-top: 0;
}

.content__sec:last-of-type {
  margin-bottom: 5vw;
}

.content__sec-head {
  z-index: 10;
  position: relative;
  margin-left: -60px;
}

.content__sec-ttl_sm {
  font-weight: 400;
  font-size: 30px;
  font-size: 1.5625vw;
}

.content__sec-ttl_big {
  color: #05724b;
  font-size: 4rem;
  margin-bottom: 2rem;
  margin-left: 6rem;
  letter-spacing: .4rem;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

.content__sec-ttl_big.fw500 {
  font-weight: 500;
}

.content__sec-ttl_big.is-active {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.content__sec-ttl_big.fw500 {
  font-weight: 500;
}

.content__sec-ttl_big.enfonts {
  font-size: 90px;
  font-size: 4.6875vw;
}

.news {
  margin-top: 60px;
  margin-bottom: 80px;
  position: relative;
}

.news__body {
  background: #F2F8F6;
  position: relative;
  margin-bottom: 10rem;
}

.news__body::before {
  content: '';
  border-top: 3px solid #05724b;
  border-left: 3px solid #05724b;
  width: 60px;
  height: 60px;
  content: '';
  display: inline-block;
}

.news__body-inner {
  padding: 1vw 3vw 5vw 5vw;
}

.news__body .js-scroll {
  padding-right: 2vw;
  height: 35vw;
  overflow-y: scroll;
  position: relative;
}

.news__body .js-scroll .ps__rail-x {
  display: none !important;
}

.news__body-items {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #05724b2b;
}

.news__body-date {
  font-size: 2.1rem;
  color: #666;
}

.news__body-ttl {
  font-size: 2.1rem;
}

.news__body-ttl a {
  text-decoration: none;
  color: #333;
}

.news__body-ttl a:hover {
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all  0.3s ease;
  transition: all  0.3s ease;
  color: #aaa;
}

.news__more {
  position: absolute;
  right: 5vw;
  bottom: -1.5vw;
}

.news__more a {
  display: block;
  background: #05724b;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  width: 25rem;
  text-align: center;
  padding: 1.5rem 2rem;
  font-size: 1.6rem;
  font-family: 'Josefin Sans', sans-serif;
  position: relative;
}

.news__more a::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 14px;
  position: absolute;
  top: calc(50% - 7px);
  right: 15px;
  background: url(../images/dist/contact_arrow.svg) no-repeat 0 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.news__more a:hover::after {
  right: 5px;
}

.news__sns {
  max-width: 250px;
  margin: 0 auto;
}

.news__sns-ttl {
  color: #333;
  font-size: 2.1rem;
  font-weight: 500;
  text-align: center;
}

.news__sns-items {
  padding: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.news__sns-item {
  width: 80px;
}

.ps__thumb-y {
  background-color: #0E724B !important;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  opacity: 0;
}

.business {
  position: relative;
  margin-bottom:5vw;
  padding-bottom:5vw;
}

.business__head {
  /*position: absolute;
  top: -80px;
  left: 20vw;*/
}

.business .content__sec-lead {
  margin-left: 12rem;
  padding:20px 20px 50px 1.5vw;
  font-size:2.2rem;
  font-weight: bold;
  border-left:2px solid #05724b;
  box-sizing: border-box;
}

.business__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

.business__items:after {
  content:'';
  display:block;
  position:absolute;
  top:5vw;
  left:-20vw;
  width:calc(100% + 20vw);
  height:100%;
  background:#f2f8f6;
  box-sizing: border-box;
  z-index: -1;
}

.business__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width:32%;
  background: #fff;
}

.business__item a {
  text-decoration: none;
}

.business__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.business__item-body_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: calc(100% - 70px);
  padding-top: 0.7rem;
  padding-left: 1.5vw;
  color:#05724b;
  font-size: 2.2rem;
  font-weight: bold;
  line-height:1.1;
  box-sizing: border-box;
}

.business__item-body_more {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  background: #05724b;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  font-size: 0.83333vw;
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;
  text-decoration: none;
}

.business__item-body_more::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 14px;
  position: absolute;
  top: calc(50% - 7px);
  right: 15px;
  background: url(../images/dist/contact_arrow.svg) no-repeat 0 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.business__item a:hover .business__item-body_more::after {
  right: 5px;
}

.business__item-summary {
  padding:1.5vw;
  color:#333;
  font-size: 1.8rem;
  line-height:1.8;
  box-sizing: border-box;
}

.business__item-ph {
  width: 100%;
}

/* 2022.03.23 TOP改修（メッセージ追加）*/
.content.philosophy {
  position: relative;
  margin-bottom: 5vw;
  padding-top:10vw;
  padding-bottom: 5vw;
  padding-left: calc(20vw + 60px);
  border-bottom:1px solid #bcbcbc;
  box-sizing: border-box;
}

.content.philosophy .content__sec-head {
  position: absolute;
  top: 5vw;
}

.content.philosophy .content__sec-ttl_sm {
  font-weight: 400;
  font-size: 30px;
  font-size: 1.5625vw;
}

.content.philosophy .content__sec-ttl_big {
  margin-left: 0;
}

.content.philosophy .content__sec-ttl_big.enfonts {
  margin-bottom: 7rem;
  color: #05724b;
  font-size: 4.6875vw;
  margin-top: -1rem;
  letter-spacing: .4rem;
}

.content.philosophy .content__sec-ph.is-animated::after {
  -webkit-animation: mask-bg 1s cubic-bezier(0.8, 0, 0.17, 1);
  animation: mask-bg 1s cubic-bezier(0.8, 0, 0.17, 1);
}

.content.philosophy .content__sec-ph::after {
  background: #EBF3F0;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

.content.philosophy .content__sec-ph {
  display: inline-block;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0ms 450ms;
  transition: color 0ms 450ms;
  width: 100%;
  padding-top: 46.333%;
}

.content.philosophy .content__sec-ph img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.content.philosophy .content__sec-ph.is-animated img {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.content.philosophy .content__sec-lead {
  margin-top: -15vw;
  position: relative;
  width: 52.56%;
  background: #fff;
  margin-top: -350px;
  margin-left: -60px;
  z-index: 100;
}
.content.philosophy .content__sec-lead {
    margin-top: -15vw;
}

.content.philosophy .content__sec-lead::before {
  content: '';
  border-top: 3px solid #05724b;
  border-left: 3px solid #05724b;
  width: 60px;
  height: 60px;
  content: '';
  display: inline-block;
}

.content.philosophy .content__sec-lead_inner {
  background: #fff;
  padding: 0 60px;
  width: 100%;
}

.content.philosophy .content__sec-lead-name {
  font-size: 18px;
  font-size: 0.9375vw;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
}

.content.philosophy .content__sec-lead-name .big {
  font-size: 31px;
  font-size: 1.61458vw;
  font-size: 3.1rem;
  font-weight: 700;
}

.content.philosophy .content__sec-lead-name::after {
  content: "";
  display: block;
  width: 105px;
  height: 3px;
  background-color: #05724b;
  position: absolute;
  bottom: 0;
  left: 0px;
}

.content.philosophy .content__sec-lead-body {
  font-weight: 700;
  font-size: 30px;
  font-size: 1.5625vw;
}

.content.philosophy .content__sec-box {
  font-size: 1.8rem;
  line-height: 2;
  margin-right: 5vw;
}

.content.philosophy .content__sec-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}

.content.philosophy .content__sec-more {
  position: relative;
  margin:4vw 2vw 0 0;
  padding:12px;
  width: 250px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #05724B;
  box-sizing: border-box;
}

.content.philosophy .content__sec-more::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 14px;
  position: absolute;
  top: calc(50% - 7px);
  right: 15px;
  background: url(../images/dist/contact_arrow.svg) no-repeat 0 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.content.philosophy .content__sec-more:hover::after {
  right: 5px;
}

@-webkit-keyframes mask-bg {
  0% {
    -webkit-transform: translate(0, 101%);
    transform: translate(0, 101%);
  }
  40%, 60% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}

@keyframes mask-bg {
  0% {
    -webkit-transform: translate(0, 101%);
    transform: translate(0, 101%);
  }
  40%, 60% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}

/* じわっと画像が表示される ---------　一度追加していたら不要*/
@keyframes fadeIn {
  /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
  0% {
    opacity: 0;
  }
  /* 始め */
  100% {
    opacity: 1;
  }
  /* 終わり */
}

/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


@-webkit-keyframes media {
  100% {
    opacity: 1;
  }
}

@keyframes media {
  100% {
    opacity: 1;
  }
}

@media screen and (min-width: 1921px) {
  .business .content__sec-lead {
    font-size:1.15vw;
  }
  
  .business__item-body_ttl {
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 1199px) {
  .header__nav01 a {
    font-size: 1.2rem;
  }
  .content {
    padding-left: calc(15vw - 40px);
  }
  .content__sec-head {
    margin-left: -40px;
  }
  .business .content__sec-lead br {
    display:none;
  }
  .content.philosophy {
    padding-left: 15vw;
  }
  .content.philosophy .content__sec-lead {
    margin-left: -40px;
  }
  .content.philosophy .content__sec-lead::before {
    width: 40px;
    height: 40px;
  }
  .content.philosophy .content__sec-lead_inner {
    padding: 0 40px 40px;
  }
  .content.philosophy .content__sec-lead-name {
    font-size: 16px;
    font-size: 1.33333vw;
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
  .content.philosophy .content__sec-lead-name .big {
    font-size: 31px;
    font-size: 2.58333vw;
  }
  .content.philosophy .content__sec-lead-body {
    font-size: 28px;
    font-size: 2.33333vw;
  }
}

@media screen and (max-width: 979px) {
  .hero {
    display: block;
  }
  .hero__release-inner {
    margin: 0 1vw 3vw 1vw;
    padding: 5vw 0;
  }
  .hero__release .slider__item {
    margin: 15px;
    -webkit-box-shadow: 0px 0px 15px -9px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 15px -9px rgba(0, 0, 0, 0.6);
  }
  .hero__release .slider__item-ttl {
    padding: 2rem;
    font-size: 18px;
    font-size: 2.34375vw;
  }
  .content {
    padding-left: 40px;
  }
  .content__sec {
    padding-left: 60px;
  }
  .content__sec-head {
    z-index: 10;
    position: relative;
    margin-left: -25px;
  }
  .business .content__sec-lead {
    margin-left: 7vw;
  }
  .content__sec-ttl_sm {
    font-size: 30px;
    font-size: 3.06122vw;
  }
  .content__sec-ttl_big {
    margin-left: 0;
    font-size: 3rem;
  }
  .content__sec-ttl_big.enfonts {
    font-size: 90px;
    font-size: 9.18367vw;
  }
  .news__body {
    margin-bottom: 10rem;
  }
  .news__body-inner {
    padding: 1vw 3vw 13vw 5vw;
  }
  .news__body .js-scroll {
    height: 50vw;
  }
  .news__more {
    bottom: -3vw;
  }
  .news__more a {
    display: block;
    background: #05724b;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    width: 25rem;
    text-align: center;
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
    font-family: 'Josefin Sans', sans-serif;
    position: relative;
  }
  .news__more a::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    right: 15px;
    background: url(../images/dist/contact_arrow.svg) no-repeat 0 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .news__more a:hover::after {
    right: 5px;
  }
  .news__sns {
    max-width: 250px;
    margin: 0 auto;
  }
  .news__sns-ttl {
    color: #05724b;
    font-size: 2.1rem;
    font-weight: 500;
  }
  .news__sns-items {
    padding: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .news__sns-item {
    width: 80px;
  }
  .business {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
  .content.business .content__sec-ttl_big {
    font-size: 60px;
    font-size: 6.12245vw;
  }
  .business__item {
    width:100%;
  }
  .business__item + .business__item {
    margin-top:30px;
  }
  .business__items:after {
    top: 60px;
  }
  .content.philosophy {
    margin-bottom: 60px;
    padding-bottom: 60px;
    padding-left: 40px;
  }
  .content.philosophy .content__sec-head {
    top: 0;
  }
  .content.philosophy .content__sec-lead {
    margin-left: -25px;
  }
  .content.philosophy .content__sec-lead_inner {
    padding: 0 40px 0;
  }
  .content.philosophy .content__sec-ttl_sm {
    font-size: 3.06122vw;
  }
  .content.philosophy .content__sec-ttl_big.enfonts {
    font-size: 80px;
    font-size: 8.16327vw;
  }
}

@media screen and (max-width: 767px) {
  .header {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 15px;
    height: 50px;
  }
  .header__pc {
    display: none;
  }
  .header__sp {
    display: block;
  }
  .header__logo {
    width: 30.63%;
  }
  .hero__release-inner:before {
    display: block;
    position: absolute;
    top: 0;
    left: 5vw;
    width: 90vw;
    height: 100%;
    background: #F2F8F6;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: -webkit-transform cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.8s;
    transition: -webkit-transform cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.8s;
    transition: transform cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.8s;
    transition: transform cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.8s, -webkit-transform cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.8s;
    content: '';
  }
  .hero__release .slider__item {
    max-width: 240px;
    height: 290px;
  }
  .hero__release .slider__item-ttl p.slider__item-ttl_txt {
    font-size: 1.4rem;
    height: 3.92rem;
    line-height: 1.4;
    position: relative;
    overflow: hidden;
  }
  .hero__release .slider__item-ttl p.slider__item-ttl_txt:before, .hero__release .slider__item-ttl p.slider__item-ttl_txt:after {
    background: #fff;
    position: absolute;
  }
  .hero__release .slider__item-ttl p.slider__item-ttl_txt:before {
    content: "...";
    top: 1.96rem;
    right: 0;
  }
  .hero__release .slider__item-ttl p.slider__item-ttl_txt:after {
    content: "";
    height: 100%;
    width: 100%;
  }
  .hero__release .slider__item-more {
    width: 150px;
    padding: .5rem 15px !important;
    font-size: 1.2rem;
  }
  .hero__release .slider__item-more::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 11.2px;
    position: absolute;
    top: calc(50% - 6px);
    right: 10px;
    background: url(../images/dist/contact_arrow.svg) no-repeat 0 0;
    background-size: 24px 11.2px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .slick-dots {
    bottom: -5px !important;
  }
  .slick-dots li:last-child {
    margin-right: 0;
  }
  .slick-dots li button {
    width: 20px !important;
    height: 2px !important;
  }
  .content {
    padding-left: 5vw;
  }
  .content__sec {
    margin-bottom: 15vw;
    padding-left: 60px;
  }
  .content__sec-head {
    z-index: 10;
    position: relative;
    margin-left: 0;
  }
  .content__sec-ttl_sm {
    font-size: 30px;
    font-size: 3.90625vw;
    margin-bottom: 1.5rem;
  }
  .content__sec-ttl_big {
    font-size: 2rem;
    line-height: 1;
  }
  .content__sec-ttl_big.enfonts {
    font-size: 90px;
    font-size: 11.71875vw;
  }
  .news__body {
    margin-bottom: 10rem;
  }
  .news__body::before {
    content: '';
    border-top: 3px solid #05724b;
    border-left: 3px solid #05724b;
    width: 20px;
    height: 20px;
    content: '';
    display: inline-block;
  }
  .news__body-inner {
    padding: 1vw 3vw 13vw 5vw;
  }
  .news__body-date {
    font-size: 1.6rem;
  }
  .news__body-ttl {
    font-size: 1.6rem;
  }
  .news__body .js-scroll {
    height: 120vw;
  }
  .news__more {
    bottom: -5vw;
  }
  .news__more a {
    display: block;
    background: #05724b;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    width: 25rem;
    text-align: center;
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
    font-family: 'Josefin Sans', sans-serif;
    position: relative;
  }
  .news__more a::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    right: 15px;
    background: url(../images/dist/contact_arrow.svg) no-repeat 0 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .news__more a:hover::after {
    right: 5px;
  }
  .news__sns {
    max-width: 250px;
    margin: 0 auto;
    padding-right: 5vw;
  }
  .news__sns-ttl {
    color: #05724b;
    font-size: 2.1rem;
    font-weight: 500;
  }
  .news__sns-items {
    padding: 2rem 7rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .news__sns-item {
    width: 50px;
  }
  .business__item-body_ttl {
    padding-left: 20px;
    font-size: 1.8rem;
    width: calc(100% - 60px);
  }
  .business__item-body_more {
    width: 50px;
    height: 50px;
  }
  .business__item-body_more::after {
    right: 10px;
  }
  .business__item-summary {
    padding: 20px;
    font-size: 1.4rem;
  }
  .business .content__sec-lead {
    padding: 20px 20px 40px 3vw;
    font-size: 30px;
    font-size: 3.90625vw;
  }
  .content.philosophy {
    position: relative;
    margin-bottom: 10vw;
    padding-bottom: 10vw;
  }
  .content.philosophy .content__sec-ph {
    padding-top: 61.33333%;
  }
  .content.philosophy .content__sec-lead {
    width: 90%;
    margin-top: -50px;
    margin-bottom: 2.5rem;
    margin-left: -10px;
  }
  .content.philosophy .content__sec-lead::before {
    width: 20px;
    height: 20px;
  }
  .content.philosophy .content__sec-lead_inner {
    padding: 0 10px 10px;
  }
  .content.philosophy .content__sec-lead-name {
    font-size: 16px;
    font-size: 2.08333vw;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .content.philosophy .content__sec-lead-name .big {
    font-size: 31px;
    font-size: 4.03646vw;
  }
  .content.philosophy .content__sec-lead-body {
    font-size: 30px;
    font-size: 3.90625vw;
  }
  .content.philosophy .content__sec-more {
    margin: 0 2vw 0 0;
    width:60%;
    font-size: 1.3rem;
  }
}
