@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* common 
******************************************************************************************/
body {
  position: relative;
  font-size: 15px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  letter-spacing: .1rem;
  color: #404040;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  padding: 0; }

a {
  text-decoration: none;
  display: block;
  color: #404040; }

li {
  list-style: none; }

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0; }

.wrap{display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.en{font-family: "Poppins", serif; font-weight: 600;}

.fadein {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s;
  animation-delay: 3s; }

.fadein.scrollin {
  opacity: 1;
  transform: translateY(0); }


/*-------header-------------------------------------*/
header {
  position: fixed;
  top: 0;
  height: 80px;
  width: 100%;
  margin: 0 auto;
  z-index: 100; }
  header .header_inner {
	  max-width: 1200px;
	  width: 100%;
	  margin: 0 auto;
	  position: relative;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
	align-items: center;
    flex-wrap: nowrap; }
    header .header_inner #logo {
      width: 180px;
      margin: auto 0; }
    header .header_inner #pc_navi {
      width: 55%; }
      header .header_inner #pc_navi nav ul.pc_nav_li {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        padding: 0;
        margin: 0;
        align-items: center; }
        header .header_inner #pc_navi nav ul.pc_nav_li li a {
			color: #fff;
          display: block;
		  font-size: 14px;}
header .header_inner #pc_navi nav ul.pc_nav_li li.online_btn a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #404040;
	padding: 8px 20px;
	color: #fff;
	font-size: 12px;
	transition: all.3s;
}
header .header_inner #pc_navi nav ul.pc_nav_li li.online_btn a p{padding-right: 8px;}
header .header_inner #pc_navi nav ul.pc_nav_li li.online_btn a img{width: 20px; height: 100%;}
   
header .header_inner #pc_navi nav ul.pc_nav_li li.online_btn a:hover{opacity: 0.7;}


header .header_inner #pc_navi nav ul.pc_nav_li li a{
	background-image: linear-gradient(to right, rgba(22,44,78,0) 50%, rgba(22,44,78,1) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: 0.5s;
}
header .header_inner #pc_navi nav ul.pc_nav_li li a:hover{
	background-position: -100% 0;
  color: #fff;
}
.header.change-color {
  background-color: rgba(22,44,78,1); }



/*-------kv-------------------------------------*/
.kv{position: relative;}
.slick-img{
  height: 95vh;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}
.slick-img.img1{
	background: url("../img/kv_img_01.jpg") no-repeat center;
	background-size: cover;
}
.slick-img.img2{
	background: url("../img/kv_img_02.jpg") no-repeat center;
	background-size: cover;
}
.kv .kv_msg{
	position: absolute;
	top: 50%;
	left: 10%;
	color: #fff;
}
.kv h2.en_ttl{
	font-size: 40px;
	font-family: "Zen Kaku Gothic New", serif;
	line-height: 1.5;
	color: #fff;
}
.kv h2.en_ttl span{
	margin-left: 25px;
	display: block;
	font-size: 15px;
	font-family: "Poppins", serif; font-weight: 600;
}
.kv h2.en_ttl span::before{
	background: #fff;
}
.c-text {
  position: absolute;
  bottom: -82px;
  opacity: 0.3;
  overflow: hidden;
  display: flex;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}

.c-text__item {
  flex-shrink: 0;
  letter-spacing: .3rem;
  white-space: nowrap;
	color: transparent;
  -webkit-text-stroke: 2px #fff;
	font-size: 140px;}

  .c-text__item:nth-child(odd) {
    animation: MoveLeft 34s -17s infinite linear;
  }

  .c-text__item:nth-child(even) {
    animation: MoveLeft2 34s infinite linear;
  }
@keyframes MoveLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes MoveLeft2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.kv .kv_msg a{
	width: 350px;
	padding: 20px 0;
	text-align: center;
	position: relative;
	background: #fff;
	color: #152B4D;
	font-weight: bold;
	margin-top: 30px;
	border-radius: 50px;
}
.kv .kv_msg a.line_btn::before{
	position: absolute;
	content: "";
	background: url("../img/line_icon.png") no-repeat center;
	background-size: cover;
	width: 35px;
	height: 35px;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
}
.kv .kv_msg a::after{
	position: absolute;
	content: "";
	background: url("../img/arrow.png") no-repeat center;
	background-size: cover;
	width: 35px;
	height: 35px;
	top: 50%;
	right: 8%;
	transform: translateY(-50%);
}


/*-------about-------------------------------------*/
.about-us{
	text-align: center;
}
.en_ttl{
	color: #152B4C;
	font-size: 15px;
	font-family: "Poppins", serif;
}
.en_ttl span{
	position: relative;
}
.en_ttl span::before{
	position: absolute;
	content: "";
	background: #152B4C;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	left: -25px;
	top: 5px;
}
.about-us h4{
	font-size: 25px;
	margin: 0 0 35px;
}
.content_txt{
	max-width: 680px;
	margin: 0 auto 20px;
}
.about-us .wrap{
	justify-content: center;
}
.about-us .wrap p{
	border: 1px solid #393939;
    border-radius: 50%;
    width: 300px;
    margin: 0 20px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*------scroll_img-------------------------------------*/
@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
	padding-bottom: 6px;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 30s infinite linear 0.3s both;
}
.scroll-infinity__item {
  width: calc(100vw / 4 - 10px);
  margin: 0 10px;
}
.scroll-infinity__item:nth-child(odd){margin-top: 40px;}
.scroll-infinity__item>img {
  width: 100%;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}


/*-----------トップサービス----------------*/
.top_feature{
	background: linear-gradient(#162C4E, #365482);
	margin-top: 100px;
	color: #fff;
}
.top_feature .en_ttl{
	color: #fff;
	max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0 0 0;
}
.common_ttl .en_ttl{
	font-size: 30px;
	font-family: "Zen Kaku Gothic New", serif;
	line-height: 1.5;
}
.common_ttl .en_ttl span{
	margin-left: 25px;
	display: block;
	font-size: 15px;
	font-family: "Poppins", serif; font-weight: 600;
}
.top_feature .en_ttl span::before{
	background: #fff;
}
.top_feature .inner{
	display: flex;
	justify-content: space-between;
	position: relative;
	flex-direction: row-reverse;
	padding: 0;
}

.top_feature h4{
	font-size: 25px;
	padding: 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;
}
.top_feature p.feature_num img{
	width: 110px;
}
.top_feature .contents p{
	line-height: 2;
}
/*コンテンツのブロック*/
.top_feature .contents{ width: 50%; }
.top_feature .contents div{ padding-top: 45vh; }
.top_feature .contents div:last-child{ padding-bottom: 50vh; }
.top_feature .contents div.view_btn{
	padding: 0!important;
}
/*画像のブロック*/
.images{
	width: 40%;
	height: 90vh;
	display: flex;
	align-items: center;
	position: sticky;
	position: -webkit-sticky;
	top:0;
}
.images p {
	height: 400px;
	margin: auto;
	display: block;
	visibility: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	/* フェード速度 */
	transition: .8s;
	opacity: 0;
}
.images p img{
	width: 100%;
}
.images p:first-child,
.images p.active {
	visibility: visible;
	opacity: 1;
}


/*-----------できること----------------*/
.top_service .en_ttl{
	text-align: center;
}
.top_service .en_ttl span::before{
	left: 45.5%;
}
.top_service .service_main{
	margin-top: 35px;
}
.top_service .service_main .service_box .img_area{
	position: relative;
}
.top_service .service_main .service_box .img_area img{
	width: 95%;
}
.top_service .service_main .service_box.box_2{
	margin: 80px 0;
}
.top_service .service_main .service_box.box_2 .img_area{
	text-align: right;
}
.top_service .service_main .service_box .img_area h4{
	position: absolute;
	bottom: 0;
	display: inline-block;
	background: #fff;
	font-size: 22px;
	padding: 20px;
}
.top_service .service_main .service_box.box_1 .img_area h4{
	left: 0;
}
.top_service .service_main .service_box.box_2 .img_area h4{
	right: 0;
}
.top_service .service_main .service_box .img_area .num_img{
	position: absolute;
	bottom: 0;
	width: 150px;
	display: inline-block;
}
.top_service .service_main .service_box.box_1 .img_area .num_img{
	right: 0;
}
.top_service .service_main .service_box.box_2 .img_area .num_img{
	left: 0;
}
.top_service .service_main .service_box .contents{
	width: 93%;
    margin: 25px 0 0 25px;
}

/*-------work-------------------------------------*/
.work{
	background: #f5f5f5;
}
.work .inner{
	padding-bottom: 300px;
}
.work .en_ttl{
	text-align: center;
}
.work .en_ttl span::before{
	left: 45.5%;
}

.work .work_list .work_detail{
	width: 48%;
	background: #fff;
	position: relative;
	padding: 80px 25px 50px;
	margin-top: 100px;
}
.work .work_list .work_detail h4{
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px;
}
.work .work_list .work_detail{
	position: relative;
}
.work .work_list .work_detail .icon{
	position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
	width: 110px;
}


/*-------contact-------------------------------------*/
.contact{
	background: linear-gradient(#162C4E, #365482);
	margin-left: 8%;
	padding: 100px 60px;
	position: relative;
	top: -130px;
}
.common_ttl .en_ttl{
	font-size: 30px;
	font-family: "Zen Kaku Gothic New", serif;
	line-height: 1.5;
}
.common_ttl .en_ttl span{
	margin-left: 25px;
	display: block;
	font-size: 15px;
	font-family: "Poppins", serif; font-weight: 600;
}
.contact .en_ttl{
	color: #fff;
	font-size: 25px;
}
.contact .en_ttl span::before{
	background: #fff;
}
.contact .wrap{
	align-items: flex-start;
	margin-top: 20px;
}
.contact .wrap p{
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
	width: 30%;
}
.contact .wrap .cta_btn{
	width: 68%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact .wrap .cta_btn a{
	width: 48%;
	padding: 25px 0;
	text-align: center;
	position: relative;
	background: #fff;
	color: #152B4D;
	font-weight: bold;
}
.contact .wrap .cta_btn a.line_btn::before{
	position: absolute;
	content: "";
	background: url("../img/line_icon.png") no-repeat center;
	background-size: cover;
	width: 35px;
	height: 35px;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
}
.contact .wrap .cta_btn a.form_btn::before{
	position: absolute;
	content: "";
	background: url("../img/mail_icon.png") no-repeat center;
	background-size: cover;
	width: 32px;
	height: 23px;
	top: 50%;
	left: 8%;
	transform: translateY(-50%);
}
.contact .wrap .cta_btn a::after{
	position: absolute;
	content: "";
	background: url("../img/arrow.png") no-repeat center;
	background-size: cover;
	width: 35px;
	height: 35px;
	top: 50%;
	right: 8%;
	transform: translateY(-50%);
}


/*-------footer-------------------------------------*/
footer .inner{
	padding-top: 0;
}
footer .inner .logo{
	width: 28%;
}
footer .inner .logo img{
	width: 180px;
}
footer .inner .logo p{
	font-size: 14px;
}
footer .inner .footer_btn{
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
footer .inner .footer_btn a{
	width: 280px;
    text-align: center;
    padding: 20px 0;
    background: #02C100;
    color: #fff;
    font-weight: bold;
	position: relative;
}
footer .inner .footer_btn a.youtube_btn{
	background: #172D50;
	margin-left: 30px;
}
footer .inner .footer_btn a.line_btn::before{
	position: absolute;
	content: "";
	background: url("../img/line_icon_green.png") no-repeat center;
	background-size: cover;
	width: 35px;
	height: 35px;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
}
footer .inner .footer_btn a.youtube_btn::before{
	position: absolute;
	content: "";
	background: url("../img/youtube_icon.png") no-repeat center;
	background-size: cover;
	width: 32px;
	height: 23px;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
}
footer .inner .footer_btn a.line_btn::after{
	position: absolute;
	content: "";
	background: url("../img/arrow_line.png") no-repeat center;
	background-size: cover;
	width: 28px;
	height: 28px;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
}
footer .inner .footer_btn a.youtube_btn::after{
	position: absolute;
	content: "";
	background: url("../img/arrow_youtube.png") no-repeat center;
	background-size: cover;
	width: 28px;
	height: 28px;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
}

footer .copyright{
	background: #F4F4F4;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}
footer .copyright .inner_wrap{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
footer .copyright .wrap{
	justify-content: flex-start
}
footer .copyright .wrap a{
	color: #787C81;
	text-decoration: underline;
}
footer .copyright .wrap a:nth-child(1){
	position: relative;
	padding-right: 50px;
}
footer .copyright .wrap a:nth-child(1)::after{
	position: absolute;
	content: "/";
	right: 15px;
	top: 0;
	font-size: 14px;
	
}
footer .copyright p.en{
	color: #152B4D;
	font-weight: normal;
	font-size: 12px;
}


/*-------サブページ共通KV-------------------------------------*/
.subkv{padding-top: 50px;}
.subkv h2{font-size: 70px; text-align: center; position: relative; bottom: -50px; z-index: 1;}


/*--------コンタクト------------------------------------*/
.cta_main .inner{
	padding-bottom: 200px;
	max-width: 900px;
}
.cta_main .inner .bold{
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 20px;
}
.cta_main .inner a{
	background: #172D50;
	width: 280px;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    font-weight: bold;
    position: relative;
	margin: 30px auto 0;
}
.cta_main .inner a::after {
    position: absolute;
    content: "";
    background: url(../img/arrow_youtube.png) no-repeat center;
    background-size: cover;
    width: 28px;
    height: 28px;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}
.youtube_img{
	width: 80%;
    margin: 0 auto 50px;
}
.youtube_img a{
	transition: all.3s;
}
.youtube_img a:hover{
	opacity: 0.7;
}


@media (max-width: 767px) {
	.sp_none{display: none;}
  #pc_navi {
    display: none; }

  header .header_inner #logo a {
    width: 10rem; }

  header .header_inner #logo a img {
    width: 100%;
    margin-left: 1rem; }

  #nav-toggle {
    position: fixed;
    top: -10px;
    right: 15px;
    height: 45px;
    cursor: pointer;
    padding: 10px; }
    #nav-toggle > div {
      position: relative;
      width: 30px; }
    #nav-toggle span {
	  display: inline-block;
      transition: all .4s;/*アニメーションの設定*/
      position: absolute;
      left: 0;
      height: 4px;
      background: #fff;}
      #nav-toggle span:nth-child(1) {
		top:3px; width: 100%;}
      #nav-toggle span:nth-child(2) {
        top:11px; width: 100%;}
	#nav-toggle span:nth-child(3){
		height: 0;
		top: 16px;
		font-size: 12px;
		color: #fff;
		font-weight: 600;
		left: -4px;
		font-family: "Poppins", serif;
	}

  .open #nav-toggle span {
    background: #fff; }
    .open #nav-toggle span:nth-child(1) {
	top: 5px;
    left: 5px;
    transform: translateY(6px) rotate(-135deg);
    width: 70%;}
    .open #nav-toggle span:nth-child(2) {
      top: 17px;
    left: 5px;
    transform: translateY(-6px) rotate(135deg);
    width: 70%;}
	.open #nav-toggle span:nth-child(3) {
		display: none;
	}

  #nav-toggle {
    z-index: 1000; }

  #gloval-nav {
    background: linear-gradient(#162C4E, #365482);
    color: #fff;
    position: fixed;
    top: -20px;
    left: 0;
    right: 0;
    bottom: 0;
	height: 100vh;
    padding-left: 30px;
	padding-right: 30px;
    padding-top: 60px;
    z-index: 990;
    display: flex;
    visibility: hidden;
    font-size: 18px;
    opacity: 0;
    transition: opacity .4s ease, visibility .4s ease; }
	
	#gloval-nav nav{width: 100%;}
	
	#gloval-nav ul li.border_none a{
		border: none;
	}

  #gloval-nav a {
	 border-bottom: 1px solid #fff;
	font-size: 20px;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 25px 0;
	 line-height: 1.3;
	  font-family: "Zen Kaku Gothic New", serif;
	  font-weight: bold;}
	#gloval-nav ul li:nth-child(5) a{border-bottom: none;}
	#gloval-nav a span{
		font-size: 12px;
		font-family: "Poppins", serif;
		position: relative;
		display: block;
		margin-left: 15px;
        font-weight: 500;
	}
	#gloval-nav a span::before{
		position: absolute;
		content: "";
		background: #fff;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		left: -15px;
        top: 4px;
	}
  #gloval-nav ul {
    list-style: none;
    padding: 0; }
	
	#gloval-nav ul li.head_btn{
		margin-top: 30px;
	}
	
	#gloval-nav ul li.head_btn a{
		padding: 25px 0;
		text-align: center;
		position: relative;
		background: #fff;
		color: #152B4D;
		font-weight: bold;
		font-size: 16px;
	}
	#gloval-nav ul li.head_btn.line_btn a::before{
		position: absolute;
		content: "";
		background: url("../img/line_icon.png") no-repeat center;
		background-size: cover;
		width: 32px;
		height: 32px;
		top: 50%;
		left: 8%;
		transform: translateY(-50%);
	}
	#gloval-nav ul li.head_btn.form_btn a::before{
		position: absolute;
		content: "";
		background: url("../img/mail_icon.png") no-repeat center;
		background-size: cover;
		width: 30px;
		height: 21px;
		top: 50%;
		left: 5%;
		transform: translateY(-50%);
	}
	#gloval-nav ul li.head_btn a::after{
		position: absolute;
		content: "";
		background: url("../img/arrow.png") no-repeat center;
		background-size: cover;
		width: 30px;
		height: 30px;
		top: 50%;
		right: 5%;
		transform: translateY(-50%);
	}
	

  /* open */
  .open {
    overflow: hidden; }
    .open #gloval-nav {
      visibility: visible;
      opacity: 1; }
    .open #gloval-nav ul {
      padding: 0; }
    .open #gloval-nav li {
      opacity: 1;
      transform: translateX(0);
      transition: transform 1s ease, opacity .9s ease; }
	
	.inner{margin: 0 15px; padding: 60px 0;}
	a.btn{width: 250px; margin: 0 auto;}
	
	
/*-----------KV---------------------------*/
	.kv h2.en_ttl{
		font-size: 22px;
		left: 15px;
	}
	.en_ttl span{
		font-weight: 600;
	}
	.en_ttl span::before {
		width: 10px;
		height: 10px;
		left: -20px;
	}
	.en_ttl, .common_ttl .en_ttl span{
		font-size: 14px;
	}
	.kv_msg p{
		font-size: 14px;
	}
	
	
/*-----------about---------------------------*/
	.about-us .inner{
		padding-bottom: 30px;
	}
	.c-text__item{font-size: 100px;}
	.c-text{bottom: -55px;}
	.about-us h4{
		font-size: 20px;
	}
	.scroll-infinity__item{
		width: calc(100vw / 2 - 10px);
	}
	
	.common_ttl .en_ttl{
		font-size: 25px;
	}
	.about-us .wrap p {
		margin: 0 8px 20px;
		font-size: 16px;
	}
	
/*-----------こだわり---------------------------*/
	.top_feature .contents{
		width: 100%;
	}
	.top_feature .contents img{
		width: 100%;
	}
	.top_feature .en_ttl{
		margin: 0 15px;
	}
	.images{
		display: none;
	}
	.top_feature .contents div{
		padding-top: 30px;
	}
	.top_feature h4{
		font-size: 20px;
        padding: 10px;
	}
	.top_feature p.feature_num img{
		width: 90px;
	}
	.top_feature .contents div:last-child{
		padding-bottom: 60px;
	}
	
/*-----------できること---------------------------*/
	
	.top_service .en_ttl span::before{
		left: 35.5%;
	}
	.top_service .service_main .service_box .contents{
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	.top_service .service_main .service_box .img_area{
		height: 250px;
	}
	.top_service .service_main .service_box .img_area h4{
		margin: 0;
		font-size: 18px;
		padding: 15px;
		bottom: 0;
	}
	.top_service .service_main .service_box .img_area img{
		object-fit: cover;
		height: 250px;
		width: 100%;
	}
	.top_service .service_main .service_box .img_area .num_img {
		bottom: 0;
		width: 86px;
		height: 80px;
	}
	.top_service .service_main .service_box.box_2 .img_area .num_img{
		width: 98px;
	}
	.top_service .service_main .service_box .img_area .num_img img{
		height: 80px;
	}
	.top_service .service_main .service_box.box_2 .img_area{
		text-align: left;
	}
	.top_service .service_main .service_box.box_2{
		margin-top: 50px;
	}
		
/*-----------実績---------------------------*/
	.work .inner {
		padding-bottom: 220px;
	}
	.work .en_ttl span::before{
		left: 35.5%;
	}
	.work .work_list .work_detail{
		width: 100%;
	}
	.work .work_list .work_detail .icon{
		width: 100px;
	}
	.work .work_list .work_detail{
		padding: 60px 15px 30px;
	}
	
	
/*-----------contact---------------------------*/
	.contact{
		margin-left: 15px;
		padding: 60px 30px;
	}
	.contact .wrap p, .contact .wrap .cta_btn, .contact .wrap .cta_btn a{
		width: 100%;
	}
	.contact .wrap .cta_btn a{
		margin-top: 20px;
	}
	.contact .wrap .cta_btn a::after {
		width: 30px;
		height: 30px;
		right: 5%;
	}
	.contact .wrap .cta_btn a.line_btn::before{
		left: 6%;
	}
	.contact .wrap .cta_btn a.form_btn::before {
		width: 27px;
		height: 21px;
		left: 5%;
	}
	
		
/*-----------footer---------------------------*/
	footer .inner{padding: 0;}
	footer .inner .wrap.footer_detail{
		position: relative;
    	top: -60px;
	}
	footer .inner .wrap .logo{
		text-align: center;
		width: 100%;
	}
	footer .inner .footer_btn{
		justify-content: center;
	}
	footer .inner .footer_btn a{
		margin-top: 20px;
	}
	footer .inner .footer_btn a.youtube_btn{
		margin-left: 0;
	}
	footer .copyright .inner_wrap{
		margin: 0 15px;
		flex-wrap: wrap;
		justify-content: center;
	}
	footer .copyright .inner_wrap .wrap{
		justify-content: center;
	}
	footer .copyright p.en{
		margin-top: 15px;
		font-size: 10px;
	}
	
	
		
/*-----------subcommon---------------------------*/
	.subkv{padding-top: 60px;}
	.subkv h2{font-size: 45px; bottom: -32px;}
	.subkv .kv_img img, .subkv .kv_img{height: 250px;}
	.breadcrumb .inner.wrap{padding: 30px 0;}
	.kv .kv_msg{
		left: 15px;
		top: 45%;
	}
	.slick-img{
		height: 88vh;
	}
	.youtube_img{
		width: 100%;
		margin: 0 auto 30px;
	}
}
@media (min-width: 768px) {
  .pc_none {
    display: none; }
	
	.sp_img{
		display: none;
	}
	
  header .header_inner #logo {
    margin-left: 2em; }

  #sp_navi {
    display: none; }
}


/*--------------contactform----------------------*/
.cf7__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
	margin-top: 30px;
}

.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
  margin-top: 30px;
}

.cf7__list dt {
  width: 30%;
  padding-top: 15px;
}

.cf7__list dd {
  width: 70%;
}

/* 必須・任意 */
.cf7__required,
.cf7__optional {
  margin-right: 15px;
  padding: 6px 14px;
  color: #fff;
  font-size: 12px;
  vertical-align: 1px;
}

.cf7__required {
  background: #BE1D1D;
}

.cf7__optional {
  background: #878D8E;
}

/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
  width: 100%;
  padding: 15px 20px;
  background: #F4F4F4;
}

/* ドロップダウンメニュー */
.cf7__select {
  position: relative;
}
.cf7__select:before {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: '';
}

.cf7__select select {
  width: 100%;
  padding: 19px 20px;
  background: #F4F4F4;
  color: #a5a5a5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
  margin-top: 18px;
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
  color: #a5a5a5;
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
  color: #a5a5a5;
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
  color: #a5a5a5;
}

/* 送信ボタン */
.cf7__button {
  padding-left: 72px;
  text-align: center;
}

input[type="submit"] {
  width: 260px;
  height: 60px;
  background: #172D50;
  color: #fff;
  transition: opacity .6s;
}

input[type="submit"]:hover {
  opacity: .6;
}

/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}

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

  .cf7__list dt {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
  }

  .cf7__list dd {
    width: 100%;
  }

  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 0;
  }

  .cf7__list dd .wpcf7-checkbox,
  .cf7__list dd .wpcf7-radio {
    padding: 15px 0 0;
  }

  /* 送信ボタン */
  input[type="submit"] {
    width: 180px;
    height: 56px;
  }

}



/*# sourceMappingURL=style.css.map */
