@charset "UTF-8";
@media screen and (max-width:767px) {
	.main_img .main_copy{

	}
}

@font-face {
  font-family: 'DIN';
  src: url('../font/D-DIN-Condensed-Bold.ttf.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
	font-family: acumin-pro, sans-serif;
	font-style: normal;
	font-weight: 700;
}


/************************************
base
************************************/
html,body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: "ヒラギノ角ゴ Pro W4","Hiragino Kaku Gothic Pro","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",sans-serif;

	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 0.05em;
	color: #3B4043;
	background: rgba(205,214,221,0.15);
	word-wrap: break-word;
	overflow-wrap: break-word
}
.cf:after {
	content: "";
	clear: both;
	display: block;
}
* {
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all  0.3s;
	color:#333;
}
img {
	vertical-align: bottom;
	width: 60%;
	height: auto;
}

.sp {
	display: none;
}
.pc {
	display: block;
}

.fadein_fast{
	opacity : 0;
  transform : translate(0, 50px);
  transition : all 500ms;
}

.fadein_fast.sscrollin{
	opacity : 1;
  transform : translate(0, 0);
}

.fadein {
  opacity : 0;
  transform : translate(0, 50px);
  transition : all 1000ms;
}
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}


.fadeleft{
	opacity : 0;
  transform : translate(-100px, 0);
  transition : all 1000ms;
}

.fadeleft.scrollin{
	opacity : 1;
  transform : translate(100px, 0);
}

.faderight{
	opacity : 0;
  transform : translate(200px, 0);
  transition : all 1000ms;
}

.faderight.scrollin{
	opacity : 1;
  transform : translate(100px, 0);
}

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

#service .service_content02_item:nth-child(even) .fadeleft{
	transform : translate(100px, 0);
}

#service .service_content02_item:nth-child(even) .fadeleft.scrollin{
	transform : translate(-100px, 0);
}

#service .service_content02_item:nth-child(even) .faderight{
	transform : translate(-200px, 0);
}

#service .service_content02_item:nth-child(even) .faderight.scrollin{
	transform : translate(-100px, 0);
}

.banner{
	position: relative;
}

.banner img.link_banner{
	position: fixed;
	bottom: 86px;
    left: 10px;
	width: 300px;
	z-index: 1000;
}

.banner img.close{
	width: 25px;
	height: 25px;
	position: fixed;
    bottom: 350px;
    left: 295px;
	cursor: pointer;
	z-index: 1001;
}
/************************************
header
************************************/
header {
	position: relative;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	margin: 0 auto;
	padding: 17px 0;
	background: #fff;
}

header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
    background: #fff;
}

header.fixed .globalnav__contact .globalnav__link span{
  color: #fff;
}

.header__in {
  width: 95%;
  margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
}

header .logo{
  width: 224px;
}

.logo a {
  color: #fff;
  font-weight: bold;
}

.nav {
	display: block;
	position: relative;
	width: 70%;
	top: 0;
	text-align: left;
	padding: 80;
}

.globalnav__list {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.globalnav__item {
	margin: 0 0 0 4%;
  line-height: 1.4;
}

.globalnav__item:first-child {
	margin: 0;
}

.globalnav__link{
	font-size: 14px;
	display: block;
	text-align: center;
}

.globalnav__link:hover{
}

.globalnav__link p{
	font-weight: bold;
	position: relative;
}

.globalnav__link p::after{
	content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0%;
  height: 1px;
  background: #37a7ca;
  z-index: -1;
  transition: all 0.4s;
}

.globalnav__link:hover p:after{
	width: 100%;
}

.spnavButton.sp {
	display: none;
}

.globalnav__contact .globalnav__link {
	color: #fff;
	background: #37a7ca;
  border: 1px solid #37a7ca;
	padding: 10px 30px;
  border-radius: 4px;
}

.globalnav__contact .globalnav__link:hover{
  background: #fff;
  color: #37a7ca;
}

.globalnav__contact .globalnav__link:hover a{
  color: #37a7ca;
}


/************************************
スクロール
************************************/

.scroll_bar {
    display: inline-block;
    right: 40px;
    top: 60%;
    z-index: 2;
    overflow: hidden;
    color: #37a7ca;
    line-height: 1;
    letter-spacing: .2em;
    writing-mode: vertical-lr;
  }
  .scroll_bar::after {
    content: '';
    position: absolute;
    top: 94%;
    left: 50%;
    width: 2px;
    height: 102px;
    background: #37a7ca;
  }

  .scroll_bar::before {
    content: '';
    position: absolute;
    top: 94%;
    left: 50%;
    width: 2px;
    height: 102px;
    background: rgba(255, 255, 255, .4);
  }
  .scroll_bar::after {
    animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  }
  @keyframes sdl {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    50.1% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }
/************************************
main
************************************/
.main_fv_txt{
	width:100%;
}

.top_main_img_content{
	text-align: center;
    align-content: center;
    align-items: center;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 800px;
    justify-content: center;
    width: 100%;
    max-width: 100%;
}

.main_img{
	max-width: 100%;
    display: flex;
    width: 100%;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin: 30px 0px 0px 40px;
    z-index: 1;
	height: 800px;
}

.main_img .main_copy{
  position: relative;
	margin-left: 39px;
}

.main_fv_txt_content {
	font-weight: bold;
	padding: 150px 0;
	width: 77%;
	position: relative;
	margin: 47px auto;
	text-align: left;
}

.main_fv_txt_content h2{
/* 	font-size: 34px; */
	position: relative;
	margin: 37px auto;
}
	.main_title{
		font-size: 68px;
		letter-spacing: 0.001em;
		margin-bottom: 30px;
		font-family: acumin-pro, sans-serif;
	}

#main_title {
    font-size: 72px;
    font-weight: bold;
    letter-spacing: 0.001em;
    padding-top: 49px;
}


	.main_sabutitle{
		font-size: 20px;
		letter-spacing: 0.3em;
		font-weight: bold;
		margin-left: 37px;
	}

#main_sabutitle{
	font-size: 34px;
	letter-spacing: 0.2em;
	font-weight: bold;
}


.main_logo{
	width: 10%;
	position: relative;
	align-content: center;
	align-items: center;
	justify-content: center;
	margin: 26px 0px 0px 40px;
	z-index: 1;
	max-width: 100%;
}

.main_txt{
  width: 100%;
  background: #fff;
  /* box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1); */
	margin-top: 50px;
	position: relative;
}

.main_txt_content{
	font-weight: bold;
	padding: 75px 0;
	width: 100%;
	position: relative;
	background: #fff;
	max-width: 100%;
}

.box {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
/* アニメーション設定 */
.arrowWrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -220px;
  z-index: 8;
}

.arrowInner p {
  font-size: 14px;
  color: #37a7ca;
  -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
  margin: 0 0 10px 0;
  font-weight: bold;
  letter-spacing: 2px;
}

.arrow {
  width: 2px;
  height: 80px;
  margin: 0 auto 0;
  background-color: #CDD6DD;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.arrow::before {
  content: '';
  width: 4px;
  height: 80px;
  margin: 50px auto 0;
  background-color: #37a7ca;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}

.main_txt_content h2{
	text-align: center;
	line-height: 1.7;
	font-size: 36px;
	position: relative;
	margin-bottom: 40px;
}

.main_txt_content  p {
	font-size: 18px;
    line-height: 2.3;
    text-align: center;
    letter-spacing: 0.04em;
    position: relative;
}

/* .main_txt_content h2:after{
	position: absolute;
	top: 90px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  content: '';
  width: 80px;
  border-bottom: 2px solid #37a7ca; */
}

section{
  padding: 100px 0;
}

section .section_ttl{
  text-align: center;
  margin-bottom: 36px;
}

section .section_ttl h2{
  font-size: 14px;
}

section .section_ttl h2 span{
  display: block;
  font-size: 45px;
  line-height: 1;
  margin-bottom: 5px;
	font-family: acumin-pro, sans-serif;
}

.inner_min{
  width: 1020px;
  margin: 0 auto;
	max-width: 100%;
}

.top_link_btn a{
  color: #fff;
  background: #37a7ca;
	border: 1px solid #37a7ca;
  width: 220px;
  height: 50px;
  display: block;
  line-height: 50px;
  text-align: center;
  border-radius: 10px;
  margin: 0 auto;
	font-weight: bold;
  position: relative;
  padding-right: 20px;
}

.top_link_btn a img{
  position: absolute;
  top: 51%;
  right: 13%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  transition: 0.5s;
}

.top_link_btn a:hover img:nth-of-type(2) {
  opacity: 0;
}

.cta_content .top_link_btn a{
	width: 380px;
	height: 80px;
	line-height: 80px;
	font-size: 22px;
	font-weight: bold;
	border-radius: 4px;
  border: 1px solid #fff;
  padding-right: 20px;
}

.cta2_content .top_link_btn a{
	width: 380px;
	height: 80px;
	line-height: 80px;
	font-size: 22px;
	font-weight: bold;
	border-radius: 40px;
  border: 1px solid #fff;
  padding-right: 20px;
}

.cta_content .top_link_btn a img{
	width: 25px;
  height: 25px;
  vertical-align: middle;
  margin: 0 0 4px 10px;
  right: 22%;
}

.cta2_content .top_link_btn a img{
	width: 25px;
  height: 25px;
  vertical-align: middle;
  margin: 0 0 4px 10px;
  right: 22%;
}

.page_company .cta2_content .top_link_btn a{
  padding-right: 40px;
}

.top_link_btn a img{
  width: 17px;
  height: 17px;
  vertical-align: middle;
  margin: 0 0 2px 7px;
  right: 13%;
}

.top_link_btn a:hover{
	background: #fff;
	color: #37a7ca;
  border: 1px solid #37a7ca;
}

.page_company .cta2_content .top_link_btn a img{
  right: 13%;
}

.news_content .top_link_btn{
	margin-top: 76px;
}
.news_content .top_link_btn a{
  padding-right: 20px;
}

.news_content .top_link_btn a img{
  /* right: 20%; */
}

#media .media_content_wrap{
	display: flex;
	margin-bottom: 40px;
	margin-top: 50px;
}

#media .slick-list draggable{
	margin: 0 auto;
   width: 100%;
}

#media .media_content_wrap .info__item{
	width: 26%
	justify-content: space-evenly;
	margin: 0px 20px 0px 20px;
}

#media .media_content_wrap .info__item .info__ttl{
	font-weight: bold;
	padding: 0px 11px 15px 11px;
}

#media .media_content_wrap .info__item .cat{
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	margin-bottom: 10px;
}

#media .media_content_wrap .info__item .cat p{
	color: #37a7ca;
	border: 1px solid #37a7ca;
	border-radius: 30px;
	padding: 2px 7px;
	font-size: 12px;
	margin-left: 10px;
}

#media .media_content_wrap .info__item .cat p:first-child{
	margin-left: 0;
}
#media h2{
	font-size: 36px;
	position: relative;
}
#media h2:after {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    content: '';
    width: 80px;
    border-bottom: 2px solid #37a7ca;
}
#media p{
	text-align: center;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 2px;
    font-weight: bold;
    margin: -10px 0 -25px;	
}


achievements{
	color: #37A6CA;
	padding: 15px 11px 15px 11px;
}

#service{
	padding-top: 0;
  padding-bottom: 0;
	background: #fff;
}

#service .section_content_wrap{
  background: url(../img/top_bg_serv.png);
  padding: 182px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	max-width: 100%; */
	width: 100%;
	align-content: center;
    align-items: center;
    margin: 0px 0px 0px 0px;
    z-index: 1;
}

#service .section_content_wrap h2,
#service .section_content_wrap p{
  color: #fff;
}

#service .section_content_wrap p{
  font-weight: bold;
  text-align: center;
	font-size: 18px;
	line-height: 2.3;
}

#service .section_content_wrap p:first-child{
  font-size: 40px;
}

.service_txt_sp

{ display: none ;  /* 非表示にする */

}

/* スマホだけに適用するCSS */

@media screen and ( max-width:479px )

{

.service_txt_sp

{ display: block ; /* 表示にする */ }

}



#service .service_content01_wrap{
	position: relative;
	z-index: 10;
}

#service .service_content01{
  width: 100%;
  background: #fff;
  /* box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1); */
	padding: 132px 0px 80px 0px;
}

#service .service_content01 .service_content01_item_wrap{
  display: flex;
/*   flex-wrap: wrap; */
	margin-bottom: 20px;
	max-width: 100%;
   flex-wrap: nowrap;
   overflow-x: auto;
	height: 100%;
   padding: 0px 100px 0px 70px;
}
.service_content01 .service_content01_item_wrap::-webkit-scrollbar{
  display:none;
}

#service .service_content01 .service_content01_item{
	margin-left: 30px;
  max-width: 390px;
	border-radius: 25px;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(0, 13, 56, 0.14);
	margin-bottom: 50px;
   flex: 0 0 auto;
}

#service .service_content01 .service_content01_item:nth-child(even){
	margin-left: 30px;
}

#service .service_content01 .service_content01_item p:first-child{
	color: #fff;
	background: #98A6B5;
	text-align: center;
	font-weight: bold;
	border-radius: 20px 20px 0 0;
	padding: 5px 0;
	font-family: 'DIN';
}

#service .service_content01 .service_content01_item img{
	width: 60%;
	display: block;
	margin: 46px auto 0;
}

#service .service_content01 .service_content01_item h3{
	text-align: center;
	font-size: 16px;
	margin: 28px 0 5px;
	letter-spacing: 0.5px;
}

#service .service_content01 .service_content01_item h3 span{
	background-image: linear-gradient(transparent 60%, #FFF100 0%)
}

#service .service_content01 .service_content01_item p:last-child{
	padding: 1px 42px 50px 42px;
  font-size: 14px;
	letter-spacing: 1px;
}

#service .service_content02_item{
	background: url(../img/service02_bg_l.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 40px 0;
}

#service .service_content02_item:nth-child(even){
	background: url(../img/service02_bg_r.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#service .service_content02_item_inner.pc{
	/* width: 90%; */
	margin: 0 auto;
	display: flex;
	align-items: center;
	max-width: 1243px;
}

#service .service_content02_item:nth-child(even) .service_content02_item_inner{
	flex-flow: row-reverse;
}

#service .service_content02_item:nth-child(even) .service_content02_item_txt{
	/* margin-right: 100px; */
	margin-left: 0;
}

#service .service_content02_item_img{
	width: 611px;
	margin: 9px -50px 7px;
}

#service .service_content02_item .service_content02_item_txt{
	width: 450px;
	margin: 42px;
}

#service .service_content02_item .service_content02_item_txt p:first-child{
	color: #37a7ca;
	border-bottom: 1px solid #37a7ca;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	font-family: 'DIN';
}

#service .service_content02_item .service_content02_item_txt h3{
	color: #37a7ca;
	font-size: 27px;
	margin-top: 55px;
	line-height: 1.7;
}

#service .service_content02_item .service_content02_item_txt p:nth-of-type(2){
	font-weight: bold;
	margin: 6px 0 45px;
	line-height: 2;
	font-size: 16px;
	letter-spacing: .04em;
}

#service .service_content02_item .service_content02_item_txt .top_link_btn a{
	margin: 0 auto 0 0;
}

#introduction{
	background: #fff;
	padding: 100px 0;
}

#introduction h2{
	font-size: 36px;
	position: relative;
}

#introduction h2:after{
	position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  content: '';
  width: 80px;
  border-bottom: 2px solid #37a7ca;
}

#introduction{
	padding-top: 120px;
	padding-bottom: 120px;
}

#introduction h2:after{
  top: 60px;
}

#introduction p{
	text-align: center;
	font-size: 16px;
	line-height: 34px;
	letter-spacing: 2px;
	font-weight: bold;
	margin: 0px 0 -25px;
}

#introduction p span{
	color: #CDD6DD;
}

#introduction p span:nth-of-type(1){
	margin-right: 10px;
}

#introduction p span:nth-of-type(2){
	margin-left: 10px;
}

#introduction .introduction_logo{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 21px;
}

#introduction .introduction_logo2{
	text-align: center;
	margin-top: 0px;
}


/* #introduction .introduction_logo img{
	width: 60%;
} */

#introduction .introduction_logo{
	display: flex;
  overflow: hidden;
}

#introduction .slider_loop{
	display: flex;
	animation :infinity-scroll-left 700s infinite linear 0.5s both;
	margin-top: 30px;
}

#introduction .slider_loop img{
	width: 5000px;
}

#introduction .introduction_logo2{
	display: flex;
  overflow: hidden;
}

#introduction .slider_loop2{
	display: flex;
	animation :infinity-scroll-left 700s infinite linear -11.5s both;
	animation-direction: reverse;
	margin-top: 0px;
}

#introduction .slider_loop2 img{
	width: 5000px;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}

#report{
	width: 100%;
  background: #F0F2F9;
  /* box-shadow: 6px 6px 10px rgb(0 0 0 / 10%); */
	padding: 108px 0px;
}

#report .report_content_wrap{
	display: flex;
	justify-content: center;
	margin-bottom: 70px;
}

#report .report_content_wrap .info__item{
	margin-left: 30px;
	position: relative;
  width: 345px;
}

#report .report_content_wrap .info__item:hover img{
  transform:scale(1.2,1.2);
  transition: 0.5s all;
}

#report .report_content_wrap .info__item img{
   transition: 0.5s all;
}

#report .info__item_txt{
	width: 90%;
	padding: 15px;
	background: #fff;
	border: 2px solid #F0F2F9;
	position: absolute;
	bottom: -50px;
	left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#report .info__name{
  color: #707F89;
  font-size: 12px;
  margin-top: 10px;
}

#userguide{
	background: url(../img/userguide.png);
	background-size: contain;
	background-repeat: no-repeat;
	padding-top: 109px;
	padding-bottom: 150px;
}

#userguide img.guide_bg_l{
	position: absolute;
	top: -50px;
	left: 0;
	width: 20%;
	z-index: 7;
	filter: brightness(90%);
}

#userguide img.guide_bg_r{
	position: absolute;
	bottom: -50px;
	right: 0;
	width: 20%;
	z-index: 7;
	filter: brightness(90%);

}

section#userguide .section_ttl{
	text-align: left;
}

.section_content_wrap{
	position: relative;
	z-index: 10;
}




 #cta{
  background: url(../img/cta_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 166px 0;
}


 #cta2{
	background: url(../img/cta_bg2.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 190px 0;
}


/* #page #cta .page_company {
	background: url(../img/cta_bg2.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 150px 0;
}
 */


#cta .cta_content p{
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 30px;
}

#cta .cta_content p span{
  text-decoration: underline;
}

#cta .cta_content p:first-child{
  font-size: 40px;
  font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.7;
	padding: 0px 20px;
	position: relative;
	margin-bottom: 0px;
}

 #cta2 .cta2_content p{
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 30px;
}

#cta2 .cta2_content p span{
  text-decoration: underline;
}

#cta2 .cta2_content p:first-child{
  font-size: 40px;
  font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.7;
	padding: 0px 20px;
	position: relative;
	margin-bottom: 16px;
}



#top_main_img_content{
	padding-top: 69px;
	padding-bottom: 140px;
}


#media {
    padding-top: 100px;
    padding-bottom: 100px;
}

#recruit{
	position: relative;
  background: url(../img/recruit.png);
	background-size: contain;
	background-repeat: no-repeat;
	padding-top: 129px;
	padding-bottom: 120px;
}

.recruit_item_wrap{
  display: flex;
	justify-content: space-evenly;
}

.recruit_item{
  width: 450px;
  border-radius: 15px;
  text-align: center;
  padding: 100px 0;
}

.recruit_item:hover p{
	transform:scale(1.2,1.2);
	transition: all 0.3s;
}

.recruit_item p{
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 40px;
  position: relative;
	letter-spacing: 0.1em;
}

.recruit_item p::after{
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  content: '';
  width: 80px;
  border-bottom: 2px solid #37a7ca;
}

#recruit img.recruit_bg_l{
	position: absolute;
	top: 50px;
	left: 0;
	width: 20%;
	z-index: -1;
}

#recruit img.recruit_bg_r{
	position: absolute;
	bottom: 50px;
	right: 0;
	width: 20%;
	z-index: -1;
}
/************************************
下層ページ
************************************/
#page{
	background: #F0F2F9;
	padding: 100px 0;
	padding-bottom: 150px;
}

#page .under_inner{
	width: 1020px;
	margin: 80px auto 0;
}

#page .page_content_wrap{
	background: #fff;
	padding: 120px 90px;
}

#page .page_ttl_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #98A6B5;
	padding-bottom: 30px;
}

#page .page_ttl h1{
	color: #37a7ca;
	font-size: 30px;
}

#page .page_ttl_logo{
	width: 15%;
	padding-bottom: 7px;
}

#pagelp{
	background: #F0F2F9;
	padding: 100px 0;
	padding-bottom: 150px;
}
.company_item dl{
	display: flex;
	border-bottom: 1px solid #CDD6DD;
	padding: 15px 0;
	padding: 37px 0;
}

.company_item dl dt{
	color: #707F89;
	width: 100px;
}

.company_item dl:last-child dd a{
	color: #37a7ca;
	text-decoration: underline;
}

.company_item dl:last-child dd a:hover{
	text-decoration: none;
}

#page .txt_content h2{
	font-size: 20px;
	margin: 30px 0 10px;
}

.legal_content dl{
	border-bottom: 1px solid #CDD6DD;
	padding: 30px 0;
}

.legal_content dt{
	font-weight: bold;
	font-size: 20px;
}

.legal_content dd a{
	color: #37a7ca;
	text-decoration: underline;
}

.legal_content dd a:hover{
	text-decoration: none;
}

.form__content{
	margin-top: 30px;
}

.form__list{
	display: flex;
	margin-bottom: 20px;
}

.form__list:last-child{
	display: block;
}

.form__term{
	font-weight: bold;
	width: 30%;
}

.form__term .form__req{
	color: #FF0000;
}

.form__description{
	width: 70%;
}

.form__list:last-child .form__description{
	width: 100%;
}

.form__list select{
	border: 1px solid #CDD6DD;
	width: 100%;
	height: 50px;
	padding: 10px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="textarea"],
textarea{
	width: 100%;
	height: 50px;
	border: 1px solid #CDD6DD;
	padding: 10px;
}

textarea{
	height: 140px;
	font-family: inherit;
}

.acceptance{
	text-align: center;
}

.acceptance a{
	text-decoration: underline;
  color: #37a7ca;
  font-weight: 600;
}

.recaptcha{
	text-align: center;
	font-size: 12px;
	margin-top: 50px;
}

.recaptcha a{
  color: #37a7ca;
  font-weight: 600;
}

.acceptance a:hover{
	text-decoration: none;
}

.action{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

input[type="submit"]{
	width: 280px;
	height: 50px;
	border: 2px solid #37a7ca;
	background: #fff;
	color: #37a7ca;
	font-weight: bold;
	border-radius: 30px;
	cursor: pointer;
}

input[type="submit"]:hover{
	background: #37a7ca;
	color: #fff;
}

.select_wrap{
  position: relative;
}

.select_wrap select{
  -webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を非表示 */
}

.select_wrap::before{
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 5px;
  height: 5px;
  border: 2px solid;
  border-color: transparent transparent #CDD6DD #CDD6DD;
  transform: rotate(-45deg);
  display: inline-block;
  vertical-align: middle;
  z-index: 9;
}

.wpcf7-spinner{
	display: none !important;
}

.thx_content{
	text-align: center;
}

.thx_content p{
  color: #707F89;
  font-weight: bold;
  margin-bottom: 10px;
}

.thx_content p:nth-of-type(1){
  font-size: 40px;
}

.thx_content img{
	width: 15%;
	margin: 30px 0;
}

.thx_content a:hover{
	text-decoration: underline;
}
/************************************
お知らせ
************************************/
#news #page{
	padding-top: 50px;
	background: #fff;
}

#news section{
	padding-bottom: 0;
}

#news .page_ttl_content.archive{
	background: #37a7ca;
	padding: 80px 0;
}

#news .page_ttl_content.archive h1{
	color: #fff;
	font-size: 30px;
	text-align: center;
}

#news .news_items{
	border-top: 1px solid #98A6B5;
	padding: 30px 0 100px;
}

#news .news_item{
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px solid #CDD6DD;
	padding: 30px 0;
}

#news time{
	color: #3B4043;
}

.pagenavi{
	text-align: center;
}

.pagenavi span.current{
	width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
	background: #3B4043;
  color: #fff;
	margin-top: 70px;
}

.pagenavi a{
	margin-left: 20px;
	font-weight: bold;
}

.pagenavi .previouspostslink,
.pagenavi .nextpostslink{
	color: #98A6B5;
	font-weight: bold;
}

#news #single_news .page_ttl_content{
	background: #F0F2F9;
	padding: 80px 0 30px;
}

#news #single_news .page_ttl_content time{
	font-size: 24px;
}

#news #single_news .page_ttl_content h1{
	font-size: 30px;
}

#news #single_news .single_news_content{
	border-bottom: 1px solid #CDD6DD;
	padding: 50px 0 100px;
}

#news #single_news .post_link a{
	width: 100%;
	display: block;
	background: #CDD6DD;
	border: 1px solid #CDD6DD;
	border-radius: 30px;
	text-align: center;
	padding: 10px 0;
	margin-top: 50px;
}

#news #single_news .post_link a:hover{
	background: #fff;
	color: #CDD6DD;
}
/************************************
footer
************************************/
.home footer{
  background: #707070;
	padding-top: 71px;
	padding-bottom: 50px;
}

footer{
	background: #fff;
	padding-top: 71px;
	padding-bottom: 50px;
}

.footer__in{
  padding: 24px 0 0px;
  width: 90%;
  margin: 0 auto;
}

.footer__top{
  display: flex;
  justify-content: space-between;
  padding-bottom: 87px;
}

.footernav__list{
  display: flex;
}

.footernav .footernav__list a{
  padding: 0 15px;
	font-size: 14px;
  font-weight: bold;
}

.footernav .footernav__list a:hover{
  text-decoration: underline;
}

.footernav .footernav__list:first-child{
  margin-bottom: 20px;
}

.footernav .footernav__list:first-child li a{
  color: #FFFFFF;
  border-right: 1px solid #CCCCCC;
}

.footernav .footernav__list:first-child li:last-child a{
  border-right: none;
}

.footernav .footernav__list:last-child li a{
  color: #CCCCCC;
  border-right: 1px solid #CCCCCC;
  font-weight: normal;
}

.footernav .footernav__list:last-child li:last-child a{
  border-right: none;
}

.footer__logo{
  width: 10%;
	position: relative;
}

.footer__logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  transition: 0.5s;
}
.footer__logo:hover img:nth-of-type(2) {
  opacity: 0;
}

.footer__bottom{
  border-top: 1px solid #CCCCCC;
  padding-top: 8px;
}

.footer__bottom .footer__bottom_in{
  text-align: right;
}

.footer__bottom .footer__bottom_in small{
  color: #CCCCCC;
  font-size: 13px;
}
/************************************
LP共通　セールス
************************************/
#lp{
  background: #fff;
  color: #3B4043;
  overflow-x: hidden;
}

#lp header{
  padding: 20px 0;
}

#lp .contact-btn_sp{
  display: none;
}

#lp .globalnav__item{
  margin: 0 0 0 10px;
}

/* ヘッダー */
.g-nav-1 {
  width: 95%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  background-color: #fff;
}

.g-nav-header li {
  display: inline-block;
  justify-content: flex-end;
  list-style: none;
  margin-right: 10px;
}

.g-nav-header {
  list-style-type: none;
}

.g-nav-header .contact-menu {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}

.g-nav-header .contact-menu:hover{
  color: #37a7ca;
}

.g-navi-1-flex1 {
  width: 15%;
}

.g-navi-1-flex1 img {
  width: 100%;
}

.g-navi-1-flex2 {
  margin-left: auto;
}

.contact-menu {
  margin-right: 10px;
}

/* ナビボタン */

.contact-btn1{
  margin-left: 20px;
}

.contact-btn1 a {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  width: 200px;
  color: #fff;
  font-size: 16px;
  height: 50px;
  font-weight: 600;
  background-color: #142c8c;
  border-radius: 50vh;
}

.contact-btn1 a img{
  width: 20px;
  margin-right: 5px;
}

.contact-btn1 a:hover{
  background: #3956D3;
}

.contact-btn1 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.contact-btn2 a {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px 10px 65px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background-color: #3c4444;
  border-radius: 50vh;
  width: 200px;
  height: 50px;
  border: 1px solid #3B4043;
  position: relative;
}

.contact-btn2 a img{
  width: 15px;
  position: absolute;
  left: 20px;
  top: 15px;
  z-index: 10;
}

.contact-btn2 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.contact-btn2 a:hover {
  background-color: #fff;
  border: 1px solid #3B4043;
  color: #3B4043;
}

.contact-btn2 a:hover img:nth-of-type(2){
  opacity: 0;
}

.contact-btn2 a:hover:after{
  border-top: 2px solid #3B4043;
  border-right: 2px solid #3B4043;
}





.contact-cta1 a {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  width: 200px;
  color: #fff;
  font-size: 16px;
  height: 50px;
  font-weight: 600;
  background-color: #142c8c;
  border-radius: 50vh;
}

.contact-cta1 a img{
  width: 20px;
  margin-right: 5px;
}

.contact-cta1 a:hover{
  background: #3956D3;
  border: 1px solid #3956D3;
}

.contact-cta1 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.contact-cta2 a {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px 10px 65px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background-color: #3c4444;
  border-radius: 50vh;
  width: 200px;
  height: 50px;
  border: 1px solid #3B4043;
  position: relative;
}

.contact-cta2 a img{
  width: 23px;
    position: absolute;
    left: 30px;
    top: 20px;
    z-index: 10;
}

.contact-cta2 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.contact-cta2 a:hover {
  background-color: #fff;
  border: 1px solid #3B4043;
  color: #3B4043;
}

.contact-cta2 a:hover img:nth-of-type(2){
  opacity: 0;
}

.contact-cta2 a:hover:after{
  border-top: 2px solid #3B4043;
  border-right: 2px solid #3B4043;
}

.cta_link_btn a {
    color: #fff;
    background: #37a7ca;
    border: 1px solid #37a7ca;
    width: 220px;
    height: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
    border-radius: 30px;
    margin: 0 auto;
    font-weight: bold;
    position: relative;
    padding-right: 20px;
}




/* トップ画面 */
.top {
  position: relative;
}



.triangle {
  width: 0;
  height: 0;
  border-right: 240px solid transparent;
  border-left: 240px solid transparent;
  border-top: 90px solid #f0f8ff;
  margin: 0 auto;
  margin-bottom: 80px;
}

.steps-bg1 {
  vertical-align: bottom;
  line-height: 1.0em;
  margin: 0;
  padding: 0;
  height: 600px;
  object-fit: cover;
}

.top-text {
  position: absolute;
  color: #fff;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  margin: 0;
  font-size: 22px;
  text-align: center;
  width: 900px;
}

.top-text p {
  font-size: 30px;
  margin: 0;
  font-weight: bold;
}

.top-text h1 {
  font: 2.9em sans-serif;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.top-image {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  text-align: center;
  width: 1020px;
}

.top-image_item{
  width: 320px;
  position: relative;
}

.top-image_item p{
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
  width: 100%;
  height: 55px;
}

.top-image_item:nth-of-type(1) p{
  bottom: -20px;
}

.top-image_item:nth-of-type(2) p{
  bottom: -20px;
}

.top-image_item:nth-of-type(2){
  margin: 0 30px;
}

.top-image img {
  width: 100%;
}

.top-image-text {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  text-align: center;
}

.top-image-text p {
  margin: 1px;
  font: 1.2em sans-serif;
  width: 20%;
}

.cause {
  position: relative;
}


.sause-title {
  margin: 0 auto;
  width: 500px;
  margin-bottom: 80px;
}

/* cause */
.cause {
  background-image: url(../img/lp/02.png);
  background-size: cover;
  object-position: 50% 50%;
  max-width: 100%;
  margin: 0 auto;
}

.cause-contents{
  width: 1080px;
  margin: 0 auto;
}

.steps-bg2 {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.cause-contents1 {
  position: relative;
  margin-bottom: 30px;
}

.cause-contents1-flex {
  width: 95%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 60%;
  left: 50%;
  transform: translate(-43%, -50%);
}

.cause-contents1-textsub {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 4px;
  color: #3C2C26;
  width: 270px;
  line-height: 1.4;
  margin-left: -30px;
}

.cause-contents1-textsub span{
  color: #37a7ca;
}

.cause-contents1-text {
  font-size: 1em;
  margin: 0;
  width: 47%;
  font-weight: 600;
  margin-left: 50px;
  line-height: 1.8;
}

.cause-contents1-text span{
  color: #BF2119;
  background: #FFF880;
}

.cause-contents2 {
  position: relative;
  margin-bottom: 30px;
}

.cause-contents2-flex {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  top: 60%;
  left: 50%;
  transform: translate(-48%, -50%);
  gap: 0px 240px;
}

.cause-contents2-textsub {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 4px;
  width: 270px;
  color: #3C2C26;
  line-height: 1.4;
  margin-right: 20px;
}

.cause-contents2-textsub span{
  color: #37a7ca;
}

.cause-contents2-text {
  font-size: 1em;
  margin: 0;
  width: 50%;
  font-weight: 600;
  margin-left: 50px;
  line-height: 1.8;
}

.cause-contents2-text span{
  color: #BF2119;
  background: #FFF880;
  font-weight: 600;
}

.cause-contents3 {
  position: relative;
  margin-bottom: 100px;
}

/* 運用フロー */

.steps {
  position: relative;
  background: url(../img/lp/03.png);
  background-repeat: no-repeat;
  background-size: 100% 950px;
  height: 1000px;
}

.steps-image {
  width: 330px;
  height: 330px;
}

.steps-bg3 {
  width: 100%;
}

.steps-titles {
  width: 330px;
  margin: 0 auto;
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4em;
  margin: 0;
  font-weight: bold;
  text-align: center;
}

.steps-flex {
  width: 1080px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  z-index: 10;
}

img.dotline{
  position: absolute;
  width: 100%;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.steps-flex p {
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
}

.steps-title1 {
  width: 300px
}

.steps-title2 {
  width: 120px;
}

.steps-title3 {
  width: 160px;
}

.steps-contents1 {
  width: 30%;

}

.steps-contents1 p {
}

.steps-contents2 {
  width: 30%;
  margin: 60px 60px 0;

}

.steps-contents3 {
  width: 30%;
}

/* プラン */

.plan {
  position: relative;
  margin-bottom: 150px;
}

.plan-bg {
  width: 1080px;
  margin: 0 auto;
}

.plan-title p{
  position: absolute;
  font-size: 30px;
  font-weight: bold;
  top: 230px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 70%;
  margin-top: 68px;
}

.plan-title-w p{
  position: absolute;
  font-size: 30px;
  font-weight: bold;
  top: 230px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 70%;
  margin-top: 68px;
}

.plan-money {
  width: 500px;
  position: absolute;
  text-align: center;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* FAQ */
.FAQ {
  background-image: url(../img/lp/faq_back_s.png);
  background-size: 100% auto;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
}

.FAQ-title {
  width: 250px;
  margin: 60 auto;
}

.accordion {
  margin: 0 auto;
  width: 1000px;
}

.content_a{
  border-top: 1px dashed #98A6B4;
  padding: 20px 0;
}

.content_a p{
  width: 90%;
  display: inline-block;
  vertical-align: top;
}

.content_a img{
  vertical-align: top;
}

img.qa{
  width: 30px;
  margin-right: 10px;
  vertical-align: middle;
}

/* アコーディオンメニュー */
/*ベース*/
.toggle {
  display: none;
}

.accordion-flex {
  display: flex;
}

.accordion-flex img {
  width: 5%;
}

.accordion-border {
  border: 1px solid #CDD6DD;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}

.Label {
  /*タイトル*/
  padding: 20px 20px 20px 20px;
  display: block;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

.Label p{
  width: 90%;
  display: inline-block;
  vertical-align: middle;
}

.Label::before {
  /*タイトル横の矢印*/
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid #37a7ca;
  border-right: 3px solid #37a7ca;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  transform: rotate(135deg);
}

.content {
  /*本文*/
  background: #fff;
  margin-bottom: 10px;
  padding: 0 20px;
  display: none;
}

.Label.open::before {
  transform: rotate(-45deg) !important;
}

/*  */
/* お問合わせ/資料請求 */

.contact {
  background-image: url(../img/lp/contact_back_s.png);
  width: 100%;
  background-size: cover;
  padding: 300px 0 120px;
}

.contact-title {
  width: 40%;
  margin: 0 auto;
  padding-top: 150px;
  display: block;
}

.contact-form-box {
  margin: 150px auto 0;
  width: 1080px;
  padding: 100px;
  background: #fff;
}

#lp .form__list{
  display: block;
}

#lp .form__term{
  width: 100%;
  margin-bottom: 5px;
}

#lp .form__term span:nth-of-type(1){
  color: #37a7ca;
  margin-right: 5px;
}

#lp .form__description{
  width: 100%;
}

.contact-form-contents input {
  height: 30px;
  width: 100%;
}

textarea {
  width: 100%;
}

.contact-form-text {
  margin: 0 auto;
  text-align: center;
}

.contact-form-contents span {
  /* color:#142c8c; */
}

.contact-form-button {
  margin: 40px auto;
  text-align: center;
}

.contact-form-button a {
  text-decoration: none;
  justify-content: space-between;
  align-items: center;
  padding: 0.7em 1.4em;
  width: 300px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #142c8c;
  border-radius: 50vh;
}

.contact-form-button a:hover {
  text-decoration: none;
  background-color: #142c74;
}

#lp .action{
  position: relative;
  width: 280px;
  margin: 20px auto 0;
}

#lp .action::before{
  content: '';
  background: url(../img/lp/01-1.png);
  display: inline-block;
  width: 21px;
  height: 15px;
  position: absolute;
  left: 30px;
  top: 23px;
  background-size: contain;
  background-repeat: no-repeat;
}

#lp .action::after{
  content: '';
  width: 7px;
  height: 7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 30px;
  top: 25px;
}

#lp .acceptance{
  font-size: 14px;
  text-align: left;
  font-weight: bold;
}

#lp input[type="submit"]{
  background: #37a7ca;
  color: #fff;
  font-size: 24px;
  height: 60px;
}

#lp input[type="submit"]:hover{
  background: #3956D3;
  border: 1px solid #3956D3;
}

/* フッター */
 #lp footer {
  width: 80%;
  margin: 0 auto;
  padding: 50px 0;
}

#lp footer img {
  width: 18%;
  margin-bottom: 30px;
}

#lp .g-nav-footer {
  list-style-type: none;
  margin-bottom: 20px;
}

#lp .g-nav-footer li {
  display: inline-block;
  justify-content: flex-end;
  list-style: none;
  margin-right: 20px;
}

#lp .nav-2-border {
  border-right: 2px solid #3B4043;
  padding-right: 10px;
}

#lp .g-nav-footer a {
  text-decoration: none;
}

#lp .g-nav-footer a:hover{
  color: #37a7ca;
}
/************************************
LP　記事
************************************/
#ad-lp .g-nav-header .contact-menu:hover{
  color: #FC4878;
}
#ad-lp .contact-btn1 a img{
  position: absolute;
  left: 12px;
  top: 15px;
  z-index: 10;
}

#ad-lp .contact-btn1 a{
  background: -moz-linear-gradient(left, #F85282, #EB86C8);
  background: -webkit-linear-gradient(left, #F85282, #EB86C8);
  background: linear-gradient(to right, #F85282, #EB86C8);
  position: relative;
  padding: 10px 15px 10px 52px;
  border: 1px solid #F85282;
}

#ad-lp .contact-btn1 a:hover{
  background: #fff;
  color: #FC4878;
  border: 1px solid #FC4878;
}
#ad-lp .contact-btn1 a:hover::after{
  border-top: 2px solid #FC4878;
  border-right: 2px solid #FC4878;
}
#ad-lp .contact-btn1 a:hover img:nth-of-type(2){
  opacity: 0;
}
#ad-lp .contact-btn2 a{
  background: #fff;
  color: #FC4878;
  border: 1px solid #FC4878;
}


#ad-lp .contact-btn2 a::after{
  border-top: 2px solid #FC4878;
  border-right: 2px solid #FC4878;
}

#ad-lp .contact-btn2 a:hover{
  background: #FC4878;
  color: #fff;
}

#ad-lp .contact-btn2 a:hover::after{
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#ad-lp .square{
  background: #FFF8F7;
}

#ad-lp .triangle{
  border-top: 90px solid #FFF8F7;
}

#ad-lp .steps{
  background: url(../img/ad-lp/03.png);
  background-repeat: no-repeat;
  background-size: 100% 950px;
}

#ad-lp .FAQ{
  background-image: url(../img/ad-lp/faq_back_s.png);
}

#ad-lp .contact{
  background-image: url(../img/ad-lp/contact_back_s.png);
  width: 100%;
  background-size: cover;
}

#ad-lp .form__term span:nth-of-type(1){
  color: #FC4878;
}

#ad-lp .acceptance a{
  color: #FC4878;
}

#ad-lp input[type="submit"]{
  background: -moz-linear-gradient(left, #F85282, #EB86C8);
  background: -webkit-linear-gradient(left, #F85282, #EB86C8);
  background: linear-gradient(to right, #F85282, #EB86C8);
  border: none;
}
#ad-lp input[type="submit"]{
  background: -moz-linear-gradient(left, #F85282, #EB86C8);
  background: -webkit-linear-gradient(left, #F85282, #EB86C8);
  background: linear-gradient(to right, #F85282, #EB86C8);
  border: 1px solid #FC4878;
}

#ad-lp input[type="submit"]:hover{
  background: #fff;
  color: #FC4878;
  border: 1px solid #FC4878;
}

#ad-lp .action:hover::before{
  background: url(../img/ad-lp/01-2-sp.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#ad-lp .action:hover::after{
  border-top: 3px solid #FC4878;
  border-right: 3px solid #FC4878;
}

#ad-lp .g-nav-footer a:hover{
  color: #FC4878;
}

/************************************
LP　ライティング
************************************/
#ghost-writing{

}
#ghost-writing .g-nav-header .contact-menu:hover{
  color: #2BB6D3;
}

#ghost-writing .contact-btn2 a{
  background: #35B6D1;
  color: #fff;
  border: 1px solid #35B6D1;
}

#ghost-writing .contact-btn2 a::after{
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;;
}

#ghost-writing .contact-btn2 a:hover{
  background: #fff;
  color: #35B6D1;
  border: 1px solid #35B6D1;
}

#ghost-writing .contact-btn2 a:hover::after{
  border-top: 2px solid #35B6D1;
  border-right: 2px solid #35B6D1;
}


#ghost-writing .top-text-g{
  width: 834px;
  transform: translate(-61%, -66%);
}


#ghost-writing .top-text-g p{
  text-align: left;
}

#ghost-writing .top-text-g h1{
	background: #03257E;
	margin-top: 10px;
	font-size: 75px;
}



#ghost-writing .square{
  background: #F4FDFF;
}

#ghost-writing .triangle{
  border-top: 90px solid #F4FDFF;
}

#ghost-writing .steps{
  background: url(../img/ghost-writing/03.png);
  background-repeat: no-repeat;
  background-size: 100% 1047px;
}

#ghost-writing .FAQ{
  background-image: url(../img/ghost-writing/faq_back_s.png);
	padding-top: 100px;
}

#ghost-writing .contact{
  background-image: url(../img/ghost-writing/contact_back_s.png);
  width: 100%;
  background-size: cover;
}

#ghost-writing .plan_txt_wrap{
  width: 900px;
  position: absolute;
  top: 356px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}

#ghost-writing .plan_txt_content{
  width: 430px;
  height: 200px;
  border: 4px solid #152D8A;
  background: #fff;
  text-align: center;
  line-height: 190px;
  cursor: pointer;
}

#ghost-writing .plan_txt_content p{
  color: #152D8A;
  font-size: 30px;
  font-weight: bold;
  position: relative;
}

#ghost-writing .plan_txt_content p::before{
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid #37a7ca;
  border-right: 3px solid #37a7ca;
  position: absolute;
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: rotate(135deg);
}

#ghost-writing .plan_txt_content .plan_txt_price{
  background: #fff;
  border: 4px solid #EDF0F8;
  display: none;
}

#ghost-writing .plan_txt_content .plan_txt_price li{
  height: 65px;
  line-height: 65px;
  text-align: right;
  font-weight: bold;
  border-bottom: 4px solid #EDF0F8;
  padding: 0 30px;
}

#ghost-writing .plan_txt_content .plan_txt_price li:last-child{
  border-bottom: none;
}

#ghost-writing .cause-contents1-textsub{
  width: 310px;
  font-size: 28px;
}

#ghost-writing .g-nav-footer a:hover{
  color: #35B6D1;
}



/************************************
LP　ダイヒツ
************************************/
#note-writing{

}
#note-writing .g-nav-header .contact-menu:hover{
  color: #00AD8C;
}

#note-writing .contact-btn1 a{
  background: #FFC455;
  border: 1px solid #FFC455;
  position: relative;
  padding: 10px 15px 10px 55px;
}

#note-writing .contact-btn1 a img{
  position: absolute;
  left: 20px;
  top: 15px;
  z-index: 10;
}

#note-writing .contact-btn1 a:hover{
  background: #fff;
  color: #FFC455;
}

#note-writing .contact-btn1 a:hover img:nth-of-type(2){
  opacity: 0;
}

#note-writing .contact-btn2 a{
  background: #fff;
  color: #00AD8C;
  border: 1px solid #00AD8C;
}

#note-writing .contact-btn2 a::after{
  border-top: 2px solid #00AD8C;
  border-right: 2px solid #00AD8C;
}

#note-writing .contact-btn2 a:hover{
  background: #00AD8C;
  color: #fff;
}

#note-writing .contact-btn2 a:hover::after{
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#note-writing .top-text p{
  color: #212324;
}

#note-writing .top-text h1{
  color: #00AD8C;
}

#note-writing .square{
  background: #00AD8C;
}

#note-writing .triangle{
  border-top: 90px solid #00AD8C;
}

#note-writing .steps{
  background: url(../img/note-writing/03.png);
  background-repeat: no-repeat;
  background-size: 100% 950px;
}

#note-writing .FAQ{
  background-image: url(../img/note-writing/faq_back_s.png);
}

#note-writing .Label::before{
  border-top: 3px solid #00AD8C;
  border-right: 3px solid #00AD8C;
}

#note-writing .contact{
  background-image: url(../img/note-writing/contact_back_s.png);
  width: 100%;
  background-size: cover;
}

#note-writing .form__term span:nth-of-type(1){
  color: #FFC455;
}

#note-writing .acceptance a{
  color: #FFC455;
}

#note-writing input[type="submit"]{
  background: #FFC455;
  border: 1px solid #FFC455;;
}

#note-writing input[type="submit"]:hover{
  background: #fff;
  color: #FFC455;
  border: 1px solid #FFC455;
}

#note-writing .action:hover::before{
  background: url(../img/note-writing/01-4.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#note-writing .action:hover::after{
  border-top: 3px solid #FFC455;
  border-right: 3px solid #FFC455;
}

#note-writing .g-nav-footer a:hover{
  color: #00AD8C;
}

