.pc{
  display: block;
}
.sp{
  display: none;
}
@media screen and (max-width:767px){
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
}

/* letter-spacing */
.ls_50{
  letter-spacing: 0.05em;
}
.ls_100{
  letter-spacing: 0.1em;
}
.ls_200{
  letter-spacing: 0.2em;
}


/* sec01共通 */
.sec01_ttl img{
  position: absolute;
  max-width: 622px;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.sec01{
  height: 530px;
  position: relative;
  text-align: center;
}
.information .sec01{
  background: url("../images/about/vision_sec01_bg.jpg") center top / cover;
  height: 35vw;
}
.sec01_inner{
  height: 100%;
}
.sec01_inner .text_area{
  padding-top: 190px;
}
.sec01_inner h2 span{
  display: block;
  padding-top: 10px;
}
.sec01_number{
  position: absolute;
  bottom: 20px;
  right: calc(50% - 480px);
  width:240px;
}
@media screen and (max-width:1250px){
  .sec01_number{
    bottom:10px;
  }
}
@media screen and (max-width:767px){
  .sec01_ttl img{
    max-width: 84vw;
    margin: auto !important;
  }
  .sec01{
    height: 570px;
  }
  .information .sec01{
    background: url("../images/about/vision_sec01_bg-sp.jpg") center / cover;
    background-position: 0 40%;
    height: 48vh;
  }
  .sec01_inner .text_area{
    padding-top: 220px;
  }
  .sec01_number{
    width:145px;
    right: 0;
    bottom:40px;
  }
  .information .sec01_inner h2 span{
    padding-top: 0;
    font-size: 13px!important;
    font-size: 0.8rem!important;
  }
}
@media screen and (max-width:375px){
  .wave_sec01{
    margin-top: -8%;
  }
}
/* そのほか共通 */
.about a{
  transition: .3s;
}
.about a[href]:hover{
  opacity: .7;
}
.about br.sp{
  display: none;
}
@media screen and (max-width:767px){
  .about br.sp{
    display: block;
  }
  .about br.pc{
    display: none;
  }
}

/* sec02 */
.sec02 .sec_inner img{
  margin-top: -38px;
}



/* information */
.sec03 .sec_inner{
  max-width: 1100px;
  padding: 0 !important;
}

.information{
  color: #000;
  line-height: 2;
	font-size: 20px !important;
	font-size: 1.25rem !important;
  overflow: hidden;
}
.information .text_area {
    line-height: 1.3;
}
.information .sec02 .sec_inner{
	max-width: 1100px;
}
.information .sec_inner {
    max-width: 960px;
    margin: 0 auto;
  	padding: 0 70px;
}
.information .sp{
	display: none;
}
.information .sec_inner h3 {
    font-size: 56px !important;
    font-size: 3.5rem !important;
    letter-spacing: 0.1em;
    text-align: center;
	  line-height: 1.2;
}
.information .sec_inner h3 span {
    display: block;
    font-size: 32px !important;
    font-size: 2rem !important;
    line-height: 1.5;
}
.information .sec02 {
    padding-top: 100px;
    padding-bottom: 150px;
}
.information .sec02 .text {
    text-align: right;
    font-size: 15px !important;
    font-size: 0.9375rem !important;
}
.information .sec03 {
    background-color: #F6FCFE;
    padding-top: 90px;
    padding-bottom: 85px;
}
.information .sec03_table {
    width: 100%;
  	margin-top: 40px;
    margin-left: -2px;
    border-spacing: 14px;
}
.sec03_table th{
    font-weight: bold;
    text-align: left;
    background: #2EAAB8;
    color: #ffffff;
    vertical-align: middle;
    padding: 0 20px;
    border-radius: 8px;
}
.information .sec_inner th {
    width: 180px;
}
.information .sec_inner td {
    padding: 0;
}
.information .sec_inner dd{
	padding: 10px;
	text-align: center;
	background: #f1f5f6;
	margin-top: 4px;
  border-radius: 0 0 8px 8px;
}
.information .img01,.information .img02 {
    max-width: 697.5px;
    margin: 0 auto;
}
.information .img01 {
    margin: 35px auto;
}
.information .img01 + .text {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
    text-align: left;
    width: 200px;
    margin: 0 0 0 auto;
}
.information .img02{
	margin: 60px auto;
}
.information .sec04 {
    padding-top: 90px;
	  padding-bottom: 115px;
}
.information .sec04_box {
    margin-top: 50px;
}
.information .sec04_box div + div {
    margin-top: 55px;
}
.information .sec04_box .col02 {
    display: flex;
}
.information .sec04_box .col02 dl{
	width: calc((100% - 50px)/2);
}
.information .sec04_box .col02 dl + dl{
	margin-left: 50px;
}
.sec03_table td li {
    position: relative;
    padding-left: 20px;
    text-indent: -20px;
}
.sec03_table td li:before {
    content: "・";
}
@media screen and (max-width:767px){
  .sec02 .sec_inner img{
    margin-top: -10px;
  }
  .text{
    display: none;
  }
  .information .sec02 {
    padding-bottom: 0;
  }
  .sec03_table th,
  .sec03_table td{
    display: block;
  }
	.information {
	font-size: 12px !important;
	font-size: 0.75rem !important;
	}
	.information .pc{
	display: none;
	}
	.information .sp{
	display: block;
  margin: 0 auto;
	}
	.information .sec_inner {
	padding: 0 15px;
	}
	.information .sec02 .sec_inner {
	padding: 0px;
	}
	.information .sec_inner h3 {
	font-size: 28px !important;
	font-size: 1.75rem !important;
	}
	.information .sec_inner h3 span {
	font-size: 16px !important;
	font-size: 1rem !important;
	}
	.information .sec02 {
	padding-top: 50px;
	}
	.information .sec03 {
	padding: 50px 15px 25px;
	}
	.information .sec03_table {
	margin-top: 18px;
  border-spacing: 0;
	}
	.information .sec_inner th, .information .sec_inner dt {
  font-size: 16px;  
	padding: 0px;
	}
  .information .sec_inner dd{
  font-size: 14px;
  }
	.information .sec_inner th {
  font-size: 16px;
	width: auto;
	min-width: 105px;
  padding: 0 15px;
	}
	.information .sec_inner td {
  font-size: 14px;  
	padding: 8px 8px 8px 0;
	}
	.information .sec04_box .col02 dl{
		width: 100%;
	}
	.information .sec04_box .col02 dl + dl {
		margin: 20px 0 0 0;
	}
	.information .sec04_box div + div {
		margin-top: 20px;
	}
	.information .sec04_box .col02 {
		display: block;
	}
	.information .img01 + .text {
		width: 100%;
		font-size: 10px !important;
		font-size: 0.625rem !important;
	}
	.information .img01 {
		margin: 10px auto;
	}
	.information .img02 {
		margin: 30px auto;
	}
	.information .sec04 {
		padding: 55px 15px 20px;
	}
.sec03_table td li {
    padding-left: 12px;
    text-indent: -12px;
}
}
@media screen and (max-width:360px){
	.information .sec_inner h3 {
		font-size: 26px !important;
		font-size: 1.625rem !important;
	}
	.information .sec_inner h3 span {
		font-size: 14px !important;
		font-size: 0.875rem !important;
	}
}

/* 共通 */
/* recommended */
.sec04 .sec_inner{
  padding: 0 !important;
}
.col02 dt, .col01 dt {
  font-weight: bold;
  text-align: center;
  background: #2EAAB8;
  color: #ffffff;
  vertical-align: middle;
  padding: 3px 0;
  margin-bottom: -4px;
  border-radius: 8px 8px 0 0;
}
.rec_ttl_img{
  max-width: 760px !important;
  margin: 0 auto;
}
.img01{
  max-width: 650px !important;
}
.img01 img{
  margin: -10px 0 -20px;
}
.img02{
  max-width: 580px !important;
}
.img02 img{
  margin: -35px 0;
}

.recommended_section {
	text-align: center;
}
.rec_inner {
  padding: 40px 20px 55px;
}
.rec_inner h3 {
  letter-spacing: 0.2em;
}
.rec_inner > p{
  letter-spacing: 0.1em;
  position: relative;
  left: -15px;
	color: #4d4d4d;
}
.rec_inner > p::after{
  content: "";
  height: 2.5px;
  width:35px;
  background: #4d4d4d;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  margin-left: 20px;
}






/* slide-box */
.slide-box {
  position: relative;
}

/* slide */
.slide .item img {
  margin: auto;
  max-width: 90%;
}
.thumb-item{
  margin: 60px 12% !important;
}
.slick-next::before,
.slick-prev::before{
  opacity: 1!important;
  cursor: pointer;
  display: inline-block;
  background-size: contain;
  width: 125px;
  height: 70px;
}
.slick-next::before{
  content:"" !important;
  background: url(../images/about/arrow_right.png) no-repeat;
  background-size: 125px;
}
.slick-prev::before{
  content:"" !important;
  background: url(../images/about/arrow_left.png) no-repeat;
  background-size: 125px;
}
.slick-next.slick-next:hover,
.slick-prev.slick-prev:hover{
  opacity: .7;
}
.slick-next{
  right: -11% !important;
  top: 50% !important;
  z-index: 10;
}
.slick-prev{
  left: -11% !important;
  top: 50% !important;
  z-index: 10;
}
.slick-list.draggable{
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .slick-next{
    right: -15% !important;
  }
  .slick-prev{
    left: -15% !important;
  }
}
@media screen and (max-width: 1000px) {
  .slick-next::before{
    background-size: 90px;
  }
  .slick-prev::before{
    background-size: 90px;
  }
  .slick-next{
    right: -19% !important;
    top: 60% !important;
  }
  .slick-prev{
    left: -14% !important;
    top: 60% !important;
  }
}

@media screen and (max-width: 767px) {
  .slick-next::before{
    content:"" !important;
    background: url(../images/about/arrow_right_sp.png) no-repeat;
    background-size: 30px;
  }
  .slick-prev::before{
    content:"" !important;
    background: url(../images/about/arrow_left_sp.png) no-repeat;
    background-size: 30px;
  }
  .slick-next::before,
  .slick-prev::before{
  width: 30px;
  height: 60px;
}
.slick-next{
  right: -2% !important;
}
.slick-prev{
  left: -2% !important;
}
.rec_ttl_img{
  max-width: 70vw !important;
}
.thumb-item{
  margin: 30px 0 -5px !important;
}

}
@media screen and (max-width:370px){
    .slick-list.draggable{
      width:90vw;
    }
}


/* pagetop */
.pagetop{
  display: none;
}
@media screen and (max-width:767px){
  .pagetop{
    display: block;
    max-width: 50px;
    top:-25px;
    right: -5px;
    position: relative;
    margin-left: auto!important;
    z-index: 10;
  }
}

/* btn area */
.btn_inner {
    padding: 60px 20px 40px;
}
.btn_inner a {
    max-width: 550px;
    display: block;
    margin: 0 auto;
	transition: 0.3s;
}
.btn_inner a[href]:hover {
    opacity: 0.7;
}
@media screen and (max-width:767px){
  .btn_inner{
    padding: 23px 14px 67px;
  }
  .btn_inner a {
    max-width: 400px;
  }
}