@charset "UTF-8";
/*============================
#top
============================*/
#top {
}
a.link-button {
  position: relative;
  padding: 7px 50px 7px 20px;
}
a.link-button::after{
  content:"";
  display:block;
  width:100%;
  height:1px;
  background-color: #707070;
  position:absolute;
  bottom:0;
  left:0px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
a.link-button::before{
  content:"";
  display:block;
  width: 36px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  bottom: 18px;
  right: 0px;
  transform: skewY(45deg);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
a.link-button:hover {
  color: #fff;
}
a.link-button:hover::after{
  background-color: #fff;
}
a.link-button:hover::before{
  background-color: #fff;
}
/*============================
#mainvisual
============================*/
#mainvisual {
  height: 66vh;
  display: block;
  background: url(../img/top-mv.jpg) no-repeat center center;
  background-size: cover;
  background-position: 50% 59%;
}
@media screen and (max-width:639px){
  #mainvisual {
    background-position: 63% 59%;
  }
}

/*============================
#news
============================*/
#news {
}
#news .inner {
position: relative;
overflow: hidden;
}
#news .inner dl {
  margin: 18px 160px 18px 0;
}
#news .inner dl dt {
  margin: 0;
  float: left;
}
#news .inner dl dt time {
}
#news .inner dl dd {
  text-align: left;
  margin: 0;
  padding: 0 0 0 160px;
}
#news .inner .readmore{
  position: absolute;
  top: calc(50% - 15px);
  right: 0;
}
#news .inner .readmore a.link-button:hover {
  color: #E85E9E;
}
#news .inner .readmore a.link-button:hover::after{
  background-color: #E85E9E;
}
#news .inner .readmore a.link-button:hover::before{
  background-color: #E85E9E;
}
@media screen and (max-width:1100px){
  #news .inner{
    padding: 0 40px;
  }
  #news .inner .readmore {
    right: 40px;
  }
  #news .inner dl {
    margin-right: 32%;
    overflow: hidden;
  }
  #news .inner dl dd {
    white-space: nowrap;
  }
}
@media screen and (max-width:639px){
  #news .inner{
    padding: 0 15px;
  }
  #news .inner dl {
    margin: 0;
    padding: 15px 0 55px;
  }
  #news .inner dl dt {
    float: none;
    text-align: left;
  }
  #news .inner dl dd {
    text-align: left;
    padding: 5px 0 0 0px;
    white-space: normal;
    text-decoration: underline;
  }
  #news .inner .readmore {
    position: absolute;
    top: auto;
    bottom: 20px;
    right: 15px;
  }
  a.link-button {
    padding: 7px 25px 5px 5px;
  }
  a.link-button::before {
    bottom: 12px;
    width: 25px;
  }

}
/*============================
#csr
============================*/
#csr {
  display: flex;

}
#csr .csr-content {
  width: 67%;
  background: #91D3E5;
  background: -moz-linear-gradient(top left, #91D3E5 0%, #82D091 100%);
  background: -webkit-gradient(linear, left top, right bottom, from(#91D3E5), to(#82D091));
  background: -webkit-linear-gradient(top left, #91D3E5 0%, #82D091 100%);
  background: -o-linear-gradient(top left, #91D3E5 0%, #82D091 100%);
  background: -ms-linear-gradient(top left, #91D3E5 0%, #82D091 100%);
  background: linear-gradient(to bottom right, #91D3E5 0%, #82D091 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#91D3E5, endColorstr=#82D091,GradientType=1 );
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 100px 70px
}
#csr .csr-content .csr-item-l {
  width: max-content;
  padding: 0 0px;
  white-space: nowrap;
}
#csr .csr-content .csr-item-l p {
  font-size: 44px;
  line-height: 55px;
  font-weight: bold;
  margin-bottom: 50px;
  position: relative;
  margin-right: 70px;
}
#csr .csr-content .csr-item-l p::after{
  content:"";
  display:block;
  width:40%;
  height:1px;
  background-color: #fff;
  position:absolute;
  bottom: -25px;
  left:0px;
}
#csr .csr-content .csr-item-l h2 {
  font-size: 19px;
}
#csr .csr-content .csr-item-r {
  width: 60%;
  position: relative;
  padding: 0 0px;
}
#csr .csr-content .csr-item-r p {
  font-size: 18px;
  font-weight: bold;
  line-height: 31px
}
#csr .csr-content .csr-item-r .readmore {
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: -50px;
}
#csr .csr-content .csr-item-r .readmore a.link-button {
}
#csr .csr-content .csr-item-r .readmore a.link-button {
  color: #fff;
}
#csr .csr-content .csr-item-r .readmore a.link-button::after{
  background-color: #fff;
}
#csr .csr-content .csr-item-r .readmore a.link-button::before{
  background-color: #fff;
}
#csr .csr-content .csr-item-r .readmore a.link-button:hover {
  color: #E85E9E;
}
#csr .csr-content .csr-item-r .readmore a.link-button:hover::after{
  background-color: #E85E9E;
}
#csr .csr-content .csr-item-r .readmore a.link-button:hover::before{
  background-color: #E85E9E;
}
#csr .image {
  margin: 0;
  width: 33%;
  display: block;
  background: url(../img/top-image-01.jpg) no-repeat center center;
  background-size: cover;
  background-position-x: 31%;
}

@media screen and (max-width:1100px){
  #csr .image {
    background-position-x: 40%;
  }
  #csr .csr-content {
    display: block;
    padding: 80px 50px 120px 60px;
  }
  #csr .csr-content .csr-item-l {
    width: 100%;
    margin: 0 0 30px 0;
  }
  #csr .csr-content .csr-item-r .readmore {
    left: 0px;
  }
  #csr .csr-content .csr-item-r {
    width: 100%;
  }
}
@media screen and (max-width:639px){
  #csr {
    display: block;
  }
  #csr .csr-content {
    display: block;
    padding: 50px 20px 80px;
    width: 100%;
  }
  #csr .csr-content .csr-item-l {
    white-space: normal;
  }
  #csr .image {
    display: none;
  }
  #csr .csr-content .csr-item-l p{
    margin-right: 0;
    line-height: 57px;
  }
  #csr .csr-content .csr-item-l h2 {
    font-size: 18px;
  }
  #csr .csr-content .csr-item-r .readmore {
    text-align: right;
}


}

/*============================
#service
============================*/
#service {
  padding: 120px 0 150px;
}
#service h2 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 60px;
  position: relative;
}
#service h2::before{
  content: "SERVICE";
  font-size: 36px;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
}

#service h2::after{
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  width: 50px;
  background-color: #000;
}
#service .inner {
  max-width: 1000px;

}
#service .inner .service-contents {
  position: relative;
  height: 330px;
  margin: 0 0 60px 0;
}
#service .inner .service-contents .text {
  width: 50%;
  padding: 60px 40px;
  background-color: #F7F7F7;
  box-shadow: 0 0 6px rgba(0,0,0,0.25);
  position: absolute;
  height: 100%;
}
#service .inner .service-contents .readmore {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 197px);
  z-index: 2;
}
#service .inner .readmore a.link-button:hover {
  color: #E85E9E;
}
#service .inner .readmore a.link-button:hover::after{
  background-color: #E85E9E;
}
#service .inner .readmore a.link-button:hover::before{
  background-color: #E85E9E;
}
#service .inner .service-contents .text h3 {
  font-size: 23px;
  margin: 0 0 60px 0;
  position: relative;
}
#service .inner .service-contents .text h3::after{
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -30px;
  background-color: #000;
}
#service .inner .service-contents .text p {
  font-size: 18px;
  line-height: 30px;
}
#service .inner .service-contents .image {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: right;
  height: 100%;
  overflow: hidden;
}
#service .inner .service-contents .image img {
  width: 50%;
  box-shadow: 0 0 8px grey;
  position: absolute;
  left: 50%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width:1100px){
  #service .inner .service-contents .text {
    width: calc(50% - 40px);
    margin-left: 40px;
    padding: 40px 25px;
  }
  #service .inner .service-contents {
  }
  #service .inner .service-contents .text h3 {
    margin: 0 0 30px 0;
  }
  #service .inner .service-contents .text h3::after{
    bottom: -15px;
  }
}
@media screen and (max-width:639px){
  #service {
    padding: 110px 0 0px;
  }
  #service h2 {
    margin-bottom: 175px;
  }
  #service h2::before {
    top: -70px;
}
#service h2::after {
    top: -12px;
}
  #service .inner .service-contents:last-child {
    margin-bottom: 60px;
}
  #service .inner .service-contents .text {
    width: 100%;
    margin-left: 0px;
    position: static;
    padding: 40px 25px 70px;
  }
  #service h2::before {
    top: -70px;
}
  #service .inner .service-contents .text h3 {
    font-size: 23px;
    margin: 0 0 60px 0;
    position: relative;
  }
  #service .inner .service-contents .text h3::after{
    content: "";
    width: 60px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -30px;
    background-color: #000;
  }
  #service .inner .service-contents .text p {
    font-size: 18px;
    line-height: 30px;
  }
  #service .inner .service-contents .image {
    width: 100%;
    position: absolute;
    top: -150px;
    left: 0;
    transform: rotateX(0deg);
    text-align: right;
    height: 150px;
  }
  #service .inner .service-contents .image img {
    width: 100%;
    position: static;
  }
  #service .inner .service-contents {
    height: auto;
    margin-bottom: 150px;
  }
  #service .inner .service-contents .readmore {
    left: calc(100% - 145px);
  }
}


/*============================
#contact
============================*/
#contact {
  background: url(../img/contact-bg.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
#contact .inner {
}
#contact .inner h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin:130px 0 0;
  position: relative;
}
#contact .inner h2::before{
  content: "CONTACT US";
  font-size: 36px;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  margin: auto;
}
#contact .inner .contact-wrap {
  padding: 55px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}
#contact .inner .contact-wrap .contact-item {
  width: 50%;
}
#contact .inner .contact-wrap .contact-item p.tell {
  display: inline-block;
    font-size: 3.3125rem;
    font-weight: bold;
    margin-bottom: 16px;
}
#contact .inner .contact-wrap .contact-item p.tell::before {
    content: "";
    background: url(../img/icon-02.png) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 49px;
    height: 44px;
    margin: 0 5px 0px 0px;
}
#contact .inner .contact-wrap .contact-item p.time {
  font-size: 1.5rem;
  margin-bottom: 12px;
}
#contact .inner .contact-wrap .contact-button {
  width: 50%;
}
#contact .inner .contact-wrap .contact-button a {
  font-size: 2.25rem;
  font-weight: bold;
  padding: 24px 0px;
  display: block;
  border: 3px solid #707070;
  border-radius: 20px;
  background-color: rgba(255,255,255,0.3);
}
#contact .inner .contact-wrap .contact-button a:hover{
  border: 3px solid #E85E9E;
  background-color: #E85E9E;
  color: #fff;
}

@media screen and (max-width:1100px){
  #contact .inner {
  }
  #contact .inner .contact-wrap {
    padding: 55px 20px;
  }
  #contact .inner .contact-wrap .contact-item p.tell {
    position: relative;
    font-size: 36px;
  }
  #contact .inner .contact-wrap .contact-item p.tell::before {
    content: "";
    background: url(../img/icon-02.png) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 36px;
    position: absolute;
    top: 8px;
    left: -32px;
  }
  #contact .inner .contact-wrap .contact-item p.time {
    font-size: 1.2rem;
  }
  #contact .inner .contact-wrap .contact-button a {
    font-size: 2rem;
  }
}
@media screen and (max-width:639px){
  #contact .inner h2{
    font-size: 16px;
  }
  #contact .inner .contact-wrap {
    padding: 15px 20px 55px;
    display: block;
  }
  #contact .inner .contact-wrap .contact-item {
    width: 100%;
  }
  #contact .inner .contact-wrap .contact-button {
    width: 100%;
  }
  #contact .inner .contact-wrap .contact-button a {
    font-size: 2rem;
    padding: 6px 0px;
  }
  #contact {
    background-position: 21%;
  }
}
/*============================
blog
============================*/
#blog h2{
  text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
}
#blog h2::before {
  content: "NEWS";
  font-size: 36px;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
}
#blog .no-item{
  text-align: center;
}
#blog .inner {
  padding: 0 0 90px;
}
#blog .inner h2.headline {
}
#blog .inner .blog-wrap {
  width: 100%;
  padding: 0 50px;
  display:flex;
  justify-content: space-between;
  align-items: left;
  margin-bottom: 50px;
}
#blog .inner .blog-wrap figure {
  width: 100%;
  text-align: left;
  background-color: #fff;
  padding: 20px;
  font-size: 1.1rem;
  margin: 0 20px
}
#blog .inner .blog-wrap figure time {
  margin-bottom: 14px;
  display: block;
}
#blog .inner .blog-wrap figure img {
  margin-bottom: 10px;
  width: 100%;
}
#blog .inner .blog-wrap figure figcaption {
}
#blog .inner .blog-wrap figure figcaption h3 {
}
#blog .inner .blog-wrap figure figcaption h3 a{
  font-weight: normal;
}
#blog a.link-button{

}
#blog a.link-button:hover {
  color: #E85E9E;
}
#blog a.link-button:hover::after{
  background-color: #E85E9E;
}
#blog a.link-button:hover::before{
  background-color: #E85E9E;
}
@media screen and (max-width:1024px) {
  #blog .inner .blog-wrap figure:nth-child(3){
    display: none;
  }
  #blog .inner .blog-wrap figure{
    margin: 0 10px;
    padding: 10px;
  }
  #blog .inner .blog-wrap {
    padding: 0 10px;
  }
  #blog .inner .blog-wrap figure figcaption h3 a{
    font-size: 1rem;
  }
  #blog a.link-button{
    margin: 0 0 0 30px;
  }
}
@media screen and (max-width:480px) {
  #blog{
    padding: 60px 0 0;
  }
  #blog h2{
    margin-bottom: 25px;
  }
  #blog h2::before {
    top: -70px;
  }
  #blog .inner {
    padding: 0 0 30px;
  }
  #blog .inner .blog-wrap figure:nth-child(2){
    display: none;
  }
  #blog a.link-button{
  }

}
