@charset "utf-8";
/* CSS Document */

/* トップページ専用のスタイル
----------------------------------------------------------- */
.slider {
	position: relative;
}
.slide_box {
	position: relative;
  height: auto;
  overflow: hidden;
}
.slider .slide_box .slide_box_in ,
.slider .slide_box .slide_box_in div {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
}
.slider .slide_box .slide_box_in picture {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex !important;
	align-items: center;
}
.slider .slide_box .slide_box_in img {
	display: block;
	object-fit: cover;
	height: 100%;
	width: 100%;
   margin-top: 65px;/**/
}
.slider .slide_box .catch {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 1100px;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.slider .slide_box .catch h3 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.slider .slide_box .catch h3 span {
  display: block;
  background: #F9F8F8DB;
  font-size: 3.0rem;
  line-height: 1.2;
  letter-spacing: 0.2em;
  color: #333333;
  padding: 1em .4em;
  -webkit-font-feature-settings: normal;
  -moz-font-feature-settings: normal;
  -ms-font-feature-settings: normal;
  -o-font-feature-settings: normal;
  font-feature-settings: normal;
}
.slider .slide_box .catch h3 span:not(:last-of-type) {
  margin-left: .4em;
}



.top main .news {
  background: rgba(0, 0, 0, 1.00);
  padding: 25px 0;
}
.top main .news .box {
  display: flex;
  align-items: center;
}
.top main .news .box .box_l {
  width: 270px;
  border-right: solid 1px #FFF;
  display: flex;
  justify-content: flex-end;
  padding-right: 40px;
}
.top main .news .box .box_l .box_in h3 {
  margin-bottom: 10px;
}
.top main .news .box .box_l .box_in h3 span ,
.top main .news .box .box_l .box_in h3 em {
  display: block;
  text-align: center;
  font-weight: 700;
  color: #FFF;
  line-height: 1.2;
}
.top main .news .box .box_l .box_in h3 span {
  font-size: 4.5rem;
  margin-bottom: .2em;
}
.top main .news .box .box_l .box_in h3 em {
  font-size: 1.4rem;
}
.top main .news .box .box_l .box_in p {
  text-align: center;
}
.top main .news .box .box_l .box_in p a {
  display: block;
  background: #FFF;
  border: solid 1px #FFF;
  font-size: 1.4rem;
  font-weight: 700;
  color: #006fd0;
  padding: .3em 1.2em .2em;
}
.top main .news .box .box_l .box_in p a:hover {
  background: #006fd0;
  border: solid 1px #FFF;
  color: #FFF;
}
.top main .news .box .box_r {
  width: calc(100% - 270px);
  padding-left: 40px;
  font-size: 1.4rem;
  color: #FFF;
}
.top main .news .box .box_r p a{
  color: #FFF;
}

.top main .bg {
 /* /*background: url(../images/bg.jpg) no-repeat center center;*/
  background-size: cover;
  padding-bottom: 70px;
  /*background: rgba(237,236,213,0.3);*/
background: rgba(40, 212, 221, 0.09);
}



.top main .bg .about {
  position: relative;
  margin-bottom: 60px;
}
.top main .bg .about::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 335px;
   /*background: rgba(0, 111, 208, .3);*/
  content: '';
}
.top main .bg .about .w1000 {
  position: relative;
  z-index: 2;
  padding: 0 100px;
  padding-top: 70px;
}
.top main .bg .about .w1000::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 50%;
  height: 335px;
   /*background: rgba(0, 111, 208, .3);*/
  content: '';
}
.top main .bg .about .w1000 h3 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: .4em;
}
.top main .bg .about .w1000 .comment {
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 3.5em;
}
.top main .bg .about .w1000 .box {
  display: flex;
  flex-wrap: wrap;
  counter-reset: number;
}
.top main .bg .about .w1000 .box section {
  position: relative;
  width: 30%;
}
.top main .bg .about .w1000 .box section:not(:last-of-type) {
  margin-right: 5%;
}
.top main .bg .about .w1000 .box section:before {
  position: absolute;
	top: -.6em;
  left: 50%;
	transform: translateX(-50%);
  z-index: 1;
  display: inline-block;
  white-space: nowrap;
  background: #313131;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
  padding: .3em;
  color: #FFF;
  counter-increment: number;
  content: counter(number , decimal-leading-zero) '';  
}
.top main .bg .about .w1000 .box section h4 {
  position: relative;
  background: #FFF;
  border: solid 3px #006fd0;
  margin-bottom: 10px;
}
.top main .bg .about .w1000 .box section h4::before {
  display: block;
  padding-top: 100%;
  content: '';
}
.top main .bg .about .w1000 .box section h4 span {
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  display: block;
}
.top main .bg .about .w1000 .box section h4 span em ,
.top main .bg .about .w1000 .box section h4 span i {
  display: block;
  text-align: center;
  line-height: 1.3;
  font-weight: 700;
}
.top main .bg .about .w1000 .box section h4 span em {
  font-size: 3.5rem;
  color: #006fd0;
}
.top main .bg .about .w1000 .box section h4 span i {
  font-size: 2.0rem;
  color: #898989;
}

.top main .bg .business {
  position: relative;
  margin-bottom: 80px;
}
.top main .bg .business::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 335px;
  /*background: rgba(0, 111, 208, 1);*/
  content: '';
}
.top main .bg .business .w1000 {
  position: relative;
  z-index: 2;
  padding: 0 100px;
  padding-top: 70px;
}
.top main .bg .business .w1000::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 50%;
  height: 335px;
  /*background: rgba(0, 111, 208, 1);*/
  content: '';
}
.top main .bg .business .w1000 .box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.top main .bg .business .w1000 .box .box_l {
  border-right: solid 1px rgba(0, 0, 0, 1.00);
  padding-right: 30px;
  white-space: nowrap;
}
.top main .bg .business .w1000 .box .box_l h3 {
  font-size: 7.0rem;
  font-weight: bolder;
  color: #FFF;
  line-height: 1.2;
  margin-bottom: .1em;
}
.top main .bg .business .w1000 .box .box_l dl {
  display: flex;
  align-items: center;
}
.top main .bg .business .w1000 .box .box_l dl dt {
  font-size: 2.0rem;
  font-weight: 700;
  color: #FFF;
  list-style: 1.2;
  margin-right: .5em;
}
.top main .bg .business .w1000 .box .box_l dl dd {
  margin-left: auto;
}
.top main .bg .business .w1000 .box .box_l dl dd a {
  display: block;
  background:rgba(0, 0, 0, 1.00);
  border: solid 1px rgba(0, 0, 0, 1.00);
  font-size: 1.4rem;
  font-weight: 700;
  color:  #FFFFFF;
  padding: .3em 1.2em .2em;
}
.top main .bg .business .w1000 .box .box_l dl dd a:hover {
  background: #FFFFFF;
  border: solid 1px #006fd0;
  color:  #006fd0;
}
.top main .bg .business .w1000 .box .box_r {
  padding-left: 30px;
  font-size: 1.5rem;
  color: #FFF;
}
.top main .bg .business .w1000 .btn {
  display: flex;
  flex-wrap: wrap;
}
.top main .bg .business .w1000 .btn section {
  position: relative;
  width: 30%;
  background: #FFF;
}
.top main .bg .business .w1000 .btn section:not(:last-of-type) {
  margin-right: 5%;
}
.top main .bg .business .w1000 .btn section a {
  position: relative;
  display: block;
}
.top main .bg .business .w1000 .btn section a h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.top main .bg .business .w1000 .btn section a h4  span {
  display: block;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro','Noto Serif JP',serif;
  font-size: 6.0rem;
  line-height: 1.2;
  color: rgba(255, 255, 255, .6);
  margin-bottom: -.1em;
  letter-spacing: .2em;
  -webkit-font-feature-settings: normal;
  -moz-font-feature-settings: normal;
  -ms-font-feature-settings: normal;
  -o-font-feature-settings: normal;
  font-feature-settings: normal;
}

.top main .bg .banner {
  display: flex;
}
.top main .bg .banner section {
  width: 47.5%;
  background: #FFF;
}
.top main .bg .banner section:first-of-type {
  margin-right: 5%;
}
.top main .bg .banner section a {
  position: relative;
  display: block;
}
.top main .bg .banner section a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 30%;
  height: 100%;
  display: block;
  background:rgba(0, 0, 0, 1.00);
  content: '';
}
.top main .bg .banner section a p {
}
.top main .bg .banner section a h4 {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.top main .bg .banner section a h4 span ,
.top main .bg .banner section a h4 em {
  display: block;
  font-weight: 700;
  color: #FFF;
}
.top main .bg .banner section a h4 span {
  font-size: 4.0rem;
  margin-bottom: .2em;
}
.top main .bg .banner section a h4 em {
  font-size: 1.6rem;
}
.top main .loop .slick-slide {
  width: 250px;
}
@media screen and (max-width: 1000px) {
  .slider .slide_box .catch {
    width: calc(100vw - (20px * 2));
  }
  

  .top main .news {
    padding-left: 20px;
    padding-right: 20px;
  }
  

  .top main .bg .about .w1000 {
    padding-left: 20px;
    padding-right: 20px;
  }

  
  .top main .bg .business .w1000 {
    padding-left: 20px;
    padding-right: 20px;
  }

}






@media screen and (max-width: 920px) {
  

  .top main .loop .slick-slide {
    width: 350px;
  }


}



/* sp
----------------------------------------------------------- */
@media screen and (max-width: 767px) {

  .slider {
    height: auto;
  }
  .slider .slide_box .slide_box_in ,
  .slider .slide_box .slide_box_in div {
    /*height: 100vh;*/
	height: auto;
  }
  .slider .slide_box .catch {
    width: 100vw;
    padding: 0 4%;
  }
  .slider .slide_box .catch h3 span {
    font-size: 2.0rem;
    padding: 1em .4em;
	letter-spacing: 0.2em;
  }



  .top main .news {
    padding: 10vw 4%;
  }
  .top main .news .box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .top main .news .box .box_l {
    width: 100%;
    border-right: none;
    border-bottom: solid 1px #FFF;
    display: flex;
    justify-content: flex-start;
    padding-right: 0;
    padding-bottom: 4vw;
  }
  .top main .news .box .box_l .box_in {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .top main .news .box .box_l .box_in h3 {
    margin-bottom: 0;
    margin-right: 5vw;
  }
  .top main .news .box .box_l .box_in h3 span {
    font-size: 2.5rem;
    margin-bottom: .2em;
  }
  .top main .news .box .box_l .box_in h3 em {
    font-size: 1.4rem;
  }
  .top main .news .box .box_l .box_in p {
    text-align: center;
    margin-left: auto;
  }
  .top main .news .box .box_l .box_in p a {
    font-size: 1.4rem;
    padding: .3em 2.5em .2em;
  }
  .top main .news .box .box_l .box_in p a:hover {
    background: #006fd0;
    border: solid 1px #FFF;
    color: #FFF;
  }
  .top main .news .box .box_r {
    width: 100%;
    padding-left: 0;
    padding-top: 4vw;
    font-size: 1.4rem;
  }
  

  .top main .bg {
   /*  /*background: url(../images/bg_sp.jpg) no-repeat center center;*/*/
    background-size: cover;
    padding-bottom: 20vw;
  }



  .top main .bg .about {
    margin-bottom: 10vw;
  }
  .top main .bg .about::after {
    height: 45vh;
  }
  .top main .bg .about .w1000 {
    padding: 0 4%;
    padding-top: 10vw;
  }
  .top main .bg .about .w1000::before {
    height: 45vh;
  }
  .top main .bg .about .w1000 h3 {
    font-size: 3.0rem;
    margin-bottom: .4em;
  }
  .top main .bg .about .w1000 .comment {
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 3.5em;
  }
  .top main .bg .about .w1000 .box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    counter-reset: number;
  }
  .top main .bg .about .w1000 .box section {
    width: 100%;
  }
  .top main .bg .about .w1000 .box section:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 10vw;
  }
  .top main .bg .about .w1000 .box section:before {
    font-size: 3.0rem;
  }
  .top main .bg .about .w1000 .box section h4 {
    margin-bottom: 5vw;
    padding: 10vw 4vw 5vw;
  }
  .top main .bg .about .w1000 .box section h4::before {
    display: none;
  }
  .top main .bg .about .w1000 .box section h4 span {
    position: relative;
    top: inherit;
    left: inherit;
    transform: translate(0, 0);
    display: block;
  }
  .top main .bg .about .w1000 .box section h4 span em {
    font-size: 3.0rem;
  }
  .top main .bg .about .w1000 .box section h4 span i {
    font-size: 2.0rem;
  }

  .top main .bg .business {
    margin-bottom: 10vw;
  }
  .top main .bg .business::after {
    height: 60vh;
  }
  .top main .bg .business .w1000 {
    padding: 0 4%;
    padding-top: 10vw;
  }
  .top main .bg .business .w1000::before {
    height: 60vh;
  }
  .top main .bg .business .w1000 .box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 5vw;
  }
  .top main .bg .business .w1000 .box .box_l {
    border-right: none;
    border-bottom: solid 1px #006fd0;
    padding-right: 0;
    padding-bottom: 5vw;
    white-space: wrap;
    width: 100%;
  }
  .top main .bg .business .w1000 .box .box_l h3 {
    font-size: 3.0rem;
  }
  .top main .bg .business .w1000 .box .box_l dl {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .top main .bg .business .w1000 .box .box_l dl dt {
    font-size: 2.0rem;
    margin-right: .5em;
  }
  .top main .bg .business .w1000 .box .box_l dl dd a {
    font-size: 1.4rem;
    padding: .3em 2.5em .2em;
  }
  .top main .bg .business .w1000 .box .box_r {
    padding-left: 0;
    padding-top: 5vw;
  }
  .top main .bg .business .w1000 .btn {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .top main .bg .business .w1000 .btn section {
    width: 100%;
  }
  .top main .bg .business .w1000 .btn section:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 10vw;
  }
  .top main .bg .business .w1000 .btn section a h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
  .top main .bg .business .w1000 .btn section a h4  span {
    font-size: 4.0rem;
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    -ms-font-feature-settings: "palt";
    -o-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }

  .top main .bg .banner {
    display: flex;
    flex-direction: column;
  }
  .top main .bg .banner section {
    width: 100%;
  }
  .top main .bg .banner section:first-of-type {
    margin-right: 0;
    margin-bottom: 6vw;
  }
  .top main .bg .banner section a h4 {
    top: 3vw;
    left: 3vw;
  }
  .top main .bg .banner section a h4 span {
    font-size: 3.0rem;
  }
  .top main .bg .banner section a h4 em {
    font-size: 1.6rem;
  }
  

  .top main .loop .slick-slide {
    width: 50vw;
  }

}
	