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

html {
  font-size: 62.5%; 
}

html:focus {
  outline: none; 
}
body {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: #040000 !important;
  margin: 0;
  overflow-x: hidden; 
}

address {
  font-style: normal; 
}

.pc {
  display: block !important; 
}

.sp {
  display: none !important; 
}
.tablet{
	display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.tablet{
		display: block!important;
	}
	.sp {
   		 display: none!important; 
	} 
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important; 
	}
  .sp {
    display: block !important; 
	} 
	.tablet{
		display: block!important;
	}
}
/* ----------------------------------- */
/* コンテナ
/* ----------------------------------- */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  transition: ease-in .1s;
  max-width: 1100px !important;
}
.container.main_container{
	max-width: 1170px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    max-width: 970px !important; 
    padding-left: 5%;
    padding-right: 5%; 
	} 
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 750px !important; 
	} 
}
/* ----------------------------------- */
/* clearfix
/* ----------------------------------- */
.clearfix:before, .clearfix:after, .container:before, .container:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after {
  clear: both; }

/* ----------------------------------- */
/* リンク */
/* ----------------------------------- */
a {
  color: #00F;
  text-decoration: underline;
  transition: all ease .3s; }

a:hover, a:focus {
  color: #F00;
  text-decoration: none;
  transition: all ease .3s; }

a:focus, a:active, a:hover {
  outline: 0;
  text-decoration: none; }

a img:hover {
  opacity: 0.8; }

/* ---------------------------------------------------------------- */
/* ヘッダー */
/* ---------------------------------------------------------------- */
#header_top {
  height: 90px; 
}
@media screen and (max-width: 767px) {
  	#header_top {
    	height: auto;
	} 
}
header {
  height: 90px;
  padding-bottom: 5px;
  width: 100%;
  margin: 0 auto;
  z-index: 5;
  top: 0;
  transition: ease-in .1s;
  transition: all ease .3s;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0; 
}
@media screen and (max-width: 767px) {
 header {
    position: fixed;
    height: 45px; } 
}
header .container {
  max-width: 100% !important;
  padding: 0 15px; }

header.fixed {
  position: fixed; }

header h1 {
  margin: 0;
  display: inline-block; }

header .header_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 90px; 
}
header .logo_area {
  	width: 320px; 
}
header .logo_area a {
    text-decoration: none;
    color: #040000;
    font-size: 20px;
    font-weight: 400; 
}
header .logo_area a h1 {
   display: flex;
   align-items: center;
   font-size: 20px;
   font-weight: 400; 
}
header .logo_area a h1 img {
    max-width: 180px; 
}
header .logo_area a h1 span {
    font-size: 30px;
    margin-right: 15px;
    color: #707070; 
}
header .logo_area img {
  margin-right: 14px; 
}
header .logo_area p {
  width: 60px;
  height: 55px;
  background: #ED9F22;
  color: #fff;
  font-size: 13px;
  text-align: center;
  display: inline-block;
  margin: 0;
  padding-top: 7px;
  border-radius: 4px; 
}

header .headerCnt {
  width: auto;
  position: relative;
  padding-right: 0; 
}

header .headerCnt #mainNavi ul {
  margin: 0;
  padding: 0;
  display: flex; 
}

header .headerCnt #mainNavi ul li {
  display: block;
  margin-left: 20px; 
}

header .headerCnt #mainNavi ul li a {
  font-size: 14px;
  color: #111111;
  text-decoration: none;
  height: 40px;
  line-height: 43px;
  display: block;
  font-weight: bold;
  letter-spacing: 0.03em; 
}

header .headerCnt #mainNavi ul li.type2 a {
  background: #D62042;
  padding: 0 30px;
  border-radius: 30px;
  color: #fff; 
}

header .headerCnt #mainNavi ul li.type2 a:hover {
  opacity: 0.6;
  color: #fff !important; 
}

header .headerCnt #mainNavi ul li.type3 {
  margin-right: 0;
  position: relative; 
}

header .headerCnt #mainNavi ul li.type3 .menu-button {
  background: #D62042;
  padding: 0 0 0 0;
  border-radius: 4px 0 0 4px;
  color: #fff;
  display: block;
  width: 40px;
  background: #D62042 url("../images/tel.svg") no-repeat;
  background-position: center;
  height: 40px; 
}

header .headerCnt #mainNavi ul li.type3 .menu-button:hover {
  opacity: 0.6; 
}

header .headerCnt #mainNavi ul li.type4 {
  margin-left: 0; 
}
header .headerCnt #mainNavi ul li.type4 a {
  background: #040000;
  padding: 0 23px 40px 40px;
  border-radius: 0 4px 4px 0;
  color: #fff;
  display: block;
  background: #040000 url("../images/mail.svg") no-repeat;
  background-position: center left 13px;
  background-size: 13px;
  color: #fff; 
}
header .headerCnt #mainNavi ul li.type4 a:hover {
  color: #fff;
  background: #D62042 url("../images/mail.svg") no-repeat;
  background-position: center left 13px;
  background-size: 12px; 
}
header .headerContact {
  display: block;
  width: 120px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  padding-top: 30px;
  background: #0094D3 url("../images/Contact.svg") no-repeat;
  background-position: top 10px center;
  background-size: 18px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }

  header .headerContact:hover {
  	opacity: 0.8; 
  }

@media screen and (max-width: 1200px) {
  header .headerCnt {
    margin-right: 48px; 
　}
  header .headerCnt #mainNavi ul li {
    display: none; 
　}
　header .headerCnt #mainNavi ul li.type2 {
    display: block !important; 
　}
  header .headerCnt #mainNavi ul li.type3 {
    display: block !important; 
　}
　header .headerCnt #mainNavi ul li.type4 {
    display: block !important;
　}
　header .headerCnt #mainNavi ul li a:hover {
  	color: #D62042;
  	text-decoration: none;
　}
}
@media screen and (max-width: 768px) {
    header .header_inner {
    	height: 45px; 
	}
	header .logo_area {
		width: 200px;
		padding-right: 80px; 
	}
	header .logo_area a h1 {
		font-size: 14px; 
	}
	header .logo_area a h1 img {
		max-width: 106px; 
	}
	header .logo_area a h1 span {
		font-size: 20px;
		margin-right: 12px; 
	}
	#header .headerCnt #mainNavi {
    	display: none; 
	} 
	header {
    	height: 80px; 
	}
	header .headerCnt {
    	display: none; 
	}

	header .logo_area {
		width: auto;
		position: relative;
		padding-right: 73px; 
	}
   header .logo_area p {
		background: #364966;
		position: absolute;
		bottom: 0;
		right: 0;
		font-size: 12px;
		width: 60px;
		height: 40px;
		padding-top: 3px;
		line-height: 1.3; 
   }
}
#header #headerCnt {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 15px; 
}

#header #headerCnt #logoArea {
  flex-basis: 180px;
  width: 180px;
  align-self: center; 
}

#header #headerCnt #logoArea a {
  display: block;
  width: 100%;
  height: 50px;
  max-width: 180px;
  text-align: center;
  text-decoration: none; 
}

#header #headerCnt #logoArea a img {
  max-width: 240px;
  height: auto; 
}

#header #headerCnt #headerContact {
  display: inline-flex;
  margin-left: auto;
}

#header #headerCnt #headerContact .header_contact {
  display: flex;
  align-items: center; 
}

@media screen and (min-width: 1025px) {
  #header #headerCnt {
    max-width: 1200px; 
　} 
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #header #headerCnt {
    max-width: 970px;
    padding-left: 5%;
    padding-right: 5%; 
　}

 #header #headerCnt #headerContact #mainNaviArea ul li a {
    font-size: 10px; 
　}
}
@media screen and (max-width: 767px) {
  #header {
    height: 45px; 
　}

  #header #headerCnt {
    max-width: 750px;
    justify-content: space-between;
    height: 78px;
    padding: 0; 
　}

  #header #headerCnt #logoArea #logo {
    margin: 0 0 0 15px; 
　}

  #header #headerCnt #mainNaviArea {
    display: none; 
　}
}
/* ----------------------------------- */
/* PCメニュー */
/* ----------------------------------- */
#drawerNaviWrap {
  display: none; 
}

@media screen and (max-width: 1300px) {
  #mainNaviArea {
    display: none; 
	}

  #drawerNaviWrap {
    display: block; 
  } 
}
#drawerNaviWrap .d_link {
  background: #D62042;
  padding: 0 30px;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  height: 40px;
  line-height: 43px;
  display: block;
  font-weight: bold;
  text-align: center; 
}

#drawerNaviWrap .link_fa {
  display: flex;
  margin-top: 40px; 
}

#drawerNaviWrap .link_fa .t_link {
  padding: 0 0 0 0;
  border-radius: 4px 0 0 4px;
  color: #fff;
  display: block;
  width: 40px;
  background: #D62042 url("../images/tel.svg") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: center;
  height: 40px; 
}

#drawerNaviWrap .link_fa .m_link {
  padding: 0 23px 40px 62px;
  border-radius: 0 4px 4px 0;
  color: #fff;
  display: block;
  background: #040000 url("../images/mail.svg") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: center left 30px;
  background-size: 12px;
  color: #fff;
  height: 40px;
  line-height: 43px;
  text-decoration: none;
  width: calc(100% - 40px); 
}
/* ---------------------------------------------------------------- */
/* ヘッダーメニュー */
/* ---------------------------------------------------------------- */
/* SPメニュー */
/* ----------------------------------- */
.admin-bar #navi_contents.navi_contents-on {
  padding-top: 46px !important; }

@media screen and (max-width: 1300px) {
  .openSpNavi {
    width: 100%;
    height: 100%;
    overflow: hidden !important; 
	} 
}
#drawerNaviWrap {
  position: fixed;
  top: 8px;
  right: 30px;
  font-weight: 400;
  display: none; 
}

@media screen and (max-width: 768px) {
  	#drawerNaviWrap {
		position: fixed;
		top: 0 !important;
		right: 0 !important;
		font-weight: 400;
		display: none; 
	} 
}
#drawerNaviWrap .drawerNaviBtnWrap {
  width: 45px;
  height: 45px;
  position: relative;
  cursor: pointer; 
}

#drawerNaviWrap .drawerNaviBtn {
  display: block;
  position: absolute;
  top: 15px;
  left: 50%;
  width: 25px;
  margin-left: -15px;
  height: 17px;
  transition: all .5s;
  z-index: 3; 
}

#drawerNaviWrap .drawerNaviBtn span {
  display: block;
  position: absolute;
  left: 0;
  width: 25px;
  height: 2px;
  background-color: #27282B;
  border-radius: 2px;
  transition: all .5s; 
}

#drawerNaviWrap .drawerNaviBtn span:nth-child(1) {
  top: 0; 
}

#drawerNaviWrap .drawerNaviBtn span:nth-child(2) {
  top: 7px;
}

#drawerNaviWrap .drawerNaviBtn span:nth-child(3) {
  bottom: 0; 
}

#drawerNaviWrap .drawer-nav {
  display: block;
  position: fixed;
  top: 0;
  right: -300px;
  bottom: 0;
  width: 300px;
  height: 100vh;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 999;
  opacity: 0; 
}

#drawerNaviWrap .drawer-nav .drawerInner {
  padding: 0; 
}

#drawerNaviWrap #overlay {
  display: none;
  transition: all .5s; 
}

#drawerNaviWrap.open#drawerNaviWrap {
  position: relative;
  right: 125px; 
}

#drawerNaviWrap.open .drawerNaviBtnWrap {
  border: none;
  z-index: 10;
  width: 50px;
  height: 50px;
  display: none; 
}

#drawerNaviWrap.open .drawerNaviBtn {
  top: 10px;
  left: 10px;
  margin-left: 0; 
}

#drawerNaviWrap .drawerNavClose {
  font-size: 0px; 
}

#drawerNaviWrap.open .drawerNavClose {
  font-size: 28px;
  line-height: 1;
  color: #000;
  border: 1px solid #fff;
  background-color: #fff;
  position: fixed;
  width: 50px;
  height: 50px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  cursor: pointer; 
}

#drawerNaviWrap.open .drawerNavClose span {
  position: relative;
  top: -1px; 
}

#drawerNaviWrap.open .drawerNavClose:after {
  content: "";
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  position: absolute;
  width: 30px;
  color: #fff;
  display: block;
  font-size: 10px;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
}

#drawerNaviWrap.open .drawer-nav {
  right: 0;
  opacity: 1;
  background: #fff; 
}

#drawerNaviWrap.open #overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: .6;
  z-index: 2; 
}

@media screen and (max-width: 1200px) {
  #drawerNaviWrap {
    display: block;
    position: absolute;
    top: 24px;
    right: 2px;
    font-weight: 400; 
	} 
}
.nav_area {
  padding: 44px 15px 30px;
  box-sizing: border-box; 
}
.globalNavList_s {
  margin: 20px auto 20px;
  padding: 0;
  width: 100%; 
}
.globalNavList_s li {
  padding: 0;
  width: 100%;
  -webkit-transition: .4s all;
  transition: .4s all;
  border-bottom: 1px solid #EFEFEF;
  list-style: none; 
}

.globalNavList_s li a {
  display: block;
  color: #333333 !important;
  padding: 10px 0;
  text-decoration: none;
  font-size: 14px !important;
  transition: .4s all; 
}

.globalNavList_s li a:hover {
  background: #eee; 
}

/* ---------------------------------------------------------------- */
/* フッターエリア */
/* ---------------------------------------------------------------- */
footer {
  width: 100%;
  text-align: center;
  background: #F7F7F7;
  padding: 65px 0 23px; 
}
footer .inner {
    display: grid;
    grid-template-columns: 290px 1fr;
}
footer .inner .box {
   display: flex;
   align-items: flex-end;
   flex-direction: column; 
}
footer .inner .box .Navi {
   margin-bottom: 45px; 
}
footer .inner .box .Navi ul {
   display: flex;
   justify-content: flex-end;
   margin: 0;
   padding: 0;
   list-style: none; 
}
footer .inner .box .Navi ul li {
  	margin-left: 20px; 
}
footer .inner .box .Navi ul li a {
   text-decoration: none;
   color: #5A5A5A;
   font-size: 14px;
   font-weight: 500;
   letter-spacing: 0.03em; 
}
footer .inner .box .col {
   display: flex;
   align-items: flex-end;
}
footer .inner .box .col .footer_pp_box {
   margin-right: 50px; 
}
footer .inner .box .col .footer_pp_box a {
   font-size: 11px;
   font-weight: 500;
   text-decoration: none;
   color: #040000;
   letter-spacing: 0.02em; 
}
footer .inner .box .col #copyright p {
   font-size: 11px;
   font-weight: 500;
   margin: 0;
   letter-spacing: 0.02em; 
}

@media screen and (max-width: 767px) {
  	footer {
   	 	padding: 50px 0; 
	}
	footer .inner{
		grid-template-columns: 1fr;
	}
    footer .inner .box {
      display: block; 
	}
    footer .inner .box .Navi ul {
        display: block;
        max-width: 200px;
        margin: 0 auto; 
	}
    footer .inner .box .Navi ul li {
          text-align: left;
          padding-bottom: 15px; 
	}
    footer .inner .box .logoArea {
        margin-bottom: 65px;
	}
    footer .inner .box .logoArea a img {
          margin: 0 auto;
          text-align: center;
          display: block; 
	}
    footer .inner .box .col {
        display: block; 
	}
    footer .inner .box .col .footer_pp_box {
          margin-right: 0; 
	} 
}
/* ---------------------------------------------------------------- */
/* effectFade */
/* ---------------------------------------------------------------- */
.effectFade.effectFadeUp {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.2s ease; }

.effectFade.effectFirst {
  opacity: 0;
  transition: opacity 2s linear, transform 5s linear; }

.effectFade.effectFadeDown {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 1.2s ease;
  transition: opacity 2s linear, transform 5s linear; }

.effectFade.effectActive {
  opacity: 1;
  transform: translate(0, 0); }

.effectFade.td1 {
  transition-delay: 0.1s; }

.effectFade.td2 {
  transition-delay: 0.2s; }

.effectFade.td3 {
  transition-delay: 0.3s; }

.effectFade.td4 {
  transition-delay: 0.4s; }

.effectFade.effectShow {
  opacity: 1;
  transition-delay: 0s;
  transition: .3s ease-in; }

@media screen and (max-width: 767px) {
  .effectFade {
    transition-delay: 0s !important; 
 } 
}
/* for IE */

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); 
	} 
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden; 
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0; 
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both; }

.scroll-infinity__item {
  width: calc(100vw / 6); 
}

.scroll-infinity__item > img {
  width: 100%; 
}

@media screen and (max-width: 767px) {
  	.title_style3 {
    	font-size: 28px;
	} 
}
/* ---------------------------------------------------------------- */
/* home_page */
/* ---------------------------------------------------------------- */
.home_page {
  background: url("../images/shutterstock_1559872439.webp") no-repeat;
  background-position: bottom right -310px;
  background-size: auto 160%;
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.home_page::before{
	position: absolute;
	content: "";
	width: 70%;
	height: 100%;
	right: 0;
	top: 0;
	background-image: linear-gradient(45deg, rgba(64, 143, 222, .45), rgba(222, 247, 41, .45) 60%, rgba(237, 26, 36, .45));
	display: block;
	z-index: -1;
}
.home_page::after{
	content: "";
	position: absolute;
	width: 75%;
	top: 0;
	left: -245px;
	height: 100%;
	display: block;
	background-image: linear-gradient(90deg, rgba(255, 98, 0, 1), rgba(231, 60, 39, 1) 55%, rgba(214, 33, 66, 1));
	transform:skewX(26deg);
	z-index: -1;
}
.home_page .mv_box{
	width: 100%;
	height: 100%;
	position: relative;
}
.home_page .mv_box::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: url("../images/pc_top_gif_0612_2.gif") no-repeat;
    background-position: center bottom;
    background-size: 650px;
	bottom: 0;
	margin-left: -280px;
}
.home_page h1 {
  font-size: 18px;
  margin: 45px 0 0;
  padding: 0; 
}

.home_page h1 img {
  margin: 30px 0 0; 
}

.home_page main {
  padding: 27px 0 0; 
}
@media screen and (max-width: 1100px) {
	.home_page::after{
		left: -230px;
	}
}
@media screen and (max-width: 950px) {
  .home_page {
	height: 1100px;
    background-position: right -60px bottom -70px;
    background-size: 160% auto;
  }
  .home_page::before{
		position: absolute;
		content: "";
		width: 100%;
		height: 50%;
		left: 0;
		right: 0;
		top: auto;
		bottom: 0;
		background-image: linear-gradient(180deg, rgba(237, 26, 36, .45), rgba(222, 247, 41, .45) 60%, rgba(64, 143, 222, .45));
		display: block;
		z-index: -1;
	 }
	.home_page::after{
		content: "";
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		height: 50%;
		display: block;
		background-image: linear-gradient(90deg, rgba(255, 98, 0, 1), rgba(231, 60, 39, 1) 55%, rgba(214, 33, 66, 1));
		transform:skewX(0deg);
		z-index: -1;
	}
}
.main_v_inner {
  height: 700px;
  display: grid;
  grid-template-columns: 1fr 530px;
  align-items: center;
}
.main_v_inner .txtbox{
	position: relative;
	top: -90px;
}
.main_v_inner .txtbox .txt01{
   font-size: 94px;
   font-weight: 700;
   color: #fff;
   text-align: center;
   line-height: 1.1;
   letter-spacing: .23em;
   margin-bottom: 20px;
   padding-left: 20px;
}
.main_v_inner .txtbox .txt04{
   font-size: 42px;
	line-height: 1;
	font-weight: 700;
	display: block;
	text-align: center;
	color: #fff;
	letter-spacing: .3em;
}
.main_v_inner .txtbox .txt02{
   font-size: 20px;
   font-weight: 700;
   color: #fff;
   text-align: center;
   border-top: #fff solid 2px;
   border-bottom: #fff solid 2px;
   max-width: 450px;
   margin: 0 auto 12px;
   display: flex;
   justify-content: center;
   align-items: center;
   line-height: 1.7;
}
.main_v_inner .txtbox .txt03{
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.7;
}
.main_v_inner .main_v_formbox .form_inner{
	width: 400px;
	height: auto;
	padding: 15px 20px;
	background: #fff;
	margin-left: auto;
    margin-right: 0;
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
.main_v_inner .main_v_formbox .form_inner .imgbox{
	margin: 0 auto 14px;
	text-align: center;
	display: block;
}
.main_v_inner .main_v_formbox .form_inner .imgbox img{
	border: #707070 solid 1px;
}
.main_v_inner .main_v_formbox .form_inner p{
	font-size: 17px;
	font-weight: 700;
	color: #D62142;
	text-align: center;
}
.main_v_inner .main_v_formbox .form_inner .form-group{
	margin-bottom: 0;
	position: relative;
}
.main_v_inner .main_v_formbox .form_inner .form-control{
	border-radius: 0px;
}
.main_v_inner .main_v_formbox .form_inner .form-group .text-danger{
	font-size: 9px;
    position: absolute;
    top: 3px;
    left: 4px;
}
.main_v_inner .main_v_formbox .form_inner .form-group .form-control::placeholder{
	font-size: 14px;
	font-size: 500;
	color: #707070;
}
.namebox{
	display: flex;
}
.namebox .form-group{
	width: 50%;
}
.main_v_inner .main_v_formbox .form_inner .form-group.form-group-tel{
	margin-bottom: 12px;
}
.main_v_inner .main_v_formbox .form_inner .submitbox .btn{
	margin: 0 auto;
	text-align: center;
	display: block;
	background: #D62142;
	border-radius: 23px;
	font-size: 18px;
	font-weight: 700;
	width: 240px;
	height: 46px;
	position: relative;
	border: #D62142 solid 1px;
	box-shadow: 0 4px 6px rgba(0,0,0,.16);
}
.main_v_inner .main_v_formbox .form_inner .submitbox .btn::after{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	display: block;
	background: url("../images/b_arrow.svg") no-repeat;
	background-position: center;
	background-size: 18px;
	top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	right: 15px;
}
.form-check-label{
	font-size: 14px;
}
a:not([href]):not([tabindex]) {
	color: #ED1A24 !important;
}
[type=checkbox]{
	width: 20px;
	height: 20px;
	border: #B7B7B7 solid 1px;
}
.form-check-input{
	margin-top: .06rem !important;
	margin-left: -1.60rem !important;
}
.fade-in {
  opacity: 0;
  animation: fadeIn 1s ease forwards;
  animation-delay: 1.5s;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 1200px) {
	.main_v_inner .txtbox .txt01{
	   font-size: 70px;
	}
	.main_v_inner .txtbox .txt04{
		font-size: 35px;
	}
	.main_v_inner .txtbox .txt02{
		font-size: 18px;
		max-width: 420px;
        margin: 0 auto 8px;
	}
	.main_v_inner .txtbox .txt03{
		font-size: 18px;
	}
}
@media screen and (max-width: 950px) {
	.home_page .mv_box::before{
		display: none;
	}
	.main_v_inner {
	   grid-template-columns: repeat(1, 1fr);
	   padding-top: 70px;
	   height: 1060px;
	   align-items: start;
	}
	.main_v_inner .txtbox{
		top: 0;
	}
	.main_v_inner .txtbox .txt01{
	   font-size: 40px;
		padding-left: 5px;
	}
	.main_v_inner .txtbox .txt04{
		font-size: 26px;
		margin-bottom: 10px;
	}
	.main_v_inner .txtbox .txt02{
		font-size: 14px;
		max-width: 322px;
	}
	.main_v_inner .txtbox .txt03{
		font-size: 14px;
	}
	.main_v_inner .txtbox::after{
		display: none;
	}
	.main_v_inner .main_v_formbox .form_inner{
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
  		-webkit-transform: translateX(-50%);
		width: 100%;
		top: 45%;
		height: 420px;
		padding: 70px 20px 25px;
	}
	.main_v_inner .main_v_formbox .form_inner::after{
		position: absolute;
		content: "";
		width: 100%;
		height: 190px;
		background: url("../images/pc_top_gif_0612_2.gif") no-repeat;
		background-position: center bottom;
		background-size: 410px;
		top: -190px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
	.main_v_inner .main_v_formbox .form_inner .imgbox{
		margin: 0 auto;
		position: absolute;
		top: -50px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		z-index: 2;
	}
	.main_v_inner .main_v_formbox .form_inner p{
		font-size: 15px;
		margin-bottom: 8px;
	}
	.form-check{
		display: flex !important;
		justify-content: center;
		align-items: center;
		margin-bottom: 20px !important;
	}
	.fade-in {
		opacity: 1;
		animation: none;
	 }
}
/* ---------------------------------------------------------------- */
/* page */
/* ---------------------------------------------------------------- */
#page01, #page02, #page03, #page04, #page05, #page06, #page07, #page08 {
  height: 1px;
  display: block;
  padding-top: 80px;
  margin-top: -80px; 
}
/* ---------------------------------------------------------------- */
/* content */
/* ---------------------------------------------------------------- */
.content {
  padding: 120px 0; 
}
.content h2{
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 60px;
 	line-height: 1.4;
	text-align: center;
	color: #040000;
	letter-spacing: .1em;
}
.content .sub-title{
	font-size: 70px;
	font-weight: 600;
	margin: 0 0 20px;
	letter-spacing: .05em;
	display: block;
	text-align: center;
	line-height: 1;
	color: #533D14;
	font-family: "Montserrat", sans-serif;
}
.content .desc {
   font-size: 20px;
   font-weight: 500;
   text-align: center;
   margin: 0 0 55px;
}
@media screen and (max-width: 768px) {
   	.content {
    		padding: 60px 0; 
  	}
  	.content h2{
		font-size: 24px;
		font-weight: 700;
	  	margin: 0 0 25px;
 	}
	.content .sub-title{
		font-size: 49px;
	}
	.content .desc {
	   font-size: 16px;
	   margin: 0 0 40px;
	}
}
/* ---------------------------------------------------------------- */
/* press-section */
/* ---------------------------------------------------------------- */
.press-section h2{
	font-weight: 500;
}
.press-intro {
    display: grid;
	grid-template-columns: 1fr 380px;
    gap: 0 60px;
    justify-content: center;
	margin-bottom: 140px;
}
.press-intro .image{
	border-radius: 6px;
}
.press-intro .image img{
	border-radius: 6px;
}
.press-intro .text {
  text-align: justify;
  line-height: 30px;
}

.press-intro .text p {
   font-size: 16px;
	font-weight: 500;
}

.press-intro h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.press-subtitle {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 60px;
  line-height: 1.4;
}

.press-card-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 32px; /* row-gap 32px / column-gap 28px */
}
.press-card-head {
  background-image: linear-gradient(90deg, rgba(255, 98, 0, 1), rgba(231, 60, 39, 1) 60%, rgba(214, 33, 66, 1));
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  width: 100%;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
  border-radius: 6px 6px 0 0;
}
.press-card .press-card-imgbox{
	position: relative;
	width: 100%;
	padding-bottom: 170px;
	overflow: hidden;
 	border-radius: 0 0 6px 6px;
	margin-bottom: 12px;
}
.press-card .press-card-imgbox img {
  position: absolute;
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 0 0 6px 6px;
}

.press-card p {
  font-size: 14px;
  text-align: justify;
  width: 100%;
  font-weight: 500;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1210px) {
	.press-intro {
		gap: 0 30px;
	}
	.press-card-wrap {
	  grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 768px) {
  .press-intro {
     grid-template-columns: 1fr;
     gap: 0;
	 margin-bottom: 80px;
  }
  .press-section h2 {
	  font-size: 21px;
  }
  .press-card {
    width: 100%;
  }
  .press-intro .text p {
    font-size: 15px;
    margin-bottom: 0;
  }

  .press-intro .image img {
    display: none;
  }
  .press-subtitle {
    margin: 0 0 25px;
    font-size: 22px;
  }
  .press-card-wrap {
    grid-template-columns: repeat(2, 1fr);
	gap: 16px 10px;
  }

 .press-card {
    box-sizing: border-box;
  }

  .press-card-head {
    height: 56px;
    font-size: 16px;
    line-height: 20px;
  }
  .press-card .press-card-imgbox{
	 padding-bottom: 60%;
	 margin-bottom: 10px;
  }
  .press-title {
    font-size: 26px;
    margin: 0 0 24px;
  }
  
}
/* ---------------------------------------------------------------- */
/* #why_area */
/* ---------------------------------------------------------------- */
#why_area {
  background: #F7EDDA;
  padding: 80px 0px; 
}
#why_area h2{
	font-weight: 500;
}
#why_area .inner {
    display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0 35px;
}
#why_area .inner .box {
  padding: 20px 31px 44px 31px;
  border-radius: 12px;
  min-height: 412px;
}
#why_area .inner .box h3{
  	font-size: 24px;
	font-weight: 500;
	text-align: center;
	margin: 0 0 20px;
	line-height: 1.4;
}
#why_area .inner .box .imgbox{
	margin-bottom: 20px;
}
#why_area .inner .box .imgbox img{
	margin: 0 auto;
	text-align: center;
	display: block;
}
#why_area .inner .box p{
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	line-height: 1.7;
}
/* 背景色だけ個別に指定 */
.box.orange {
  background: #FFCE8D;
}
.box.blue {
  background: #A1C5E2;
}
.box.green {
  background: #AEE0DD;
}

@media screen and (min-width: 768px) and (max-width: 1210px) {
  	#why_area .inner {
		grid-template-columns: repeat(2, 1fr);
		flex-wrap: wrap;
		gap: 35px;
	}
	#why_area .inner .box {
	  padding: 20px 31px 20px 31px;
	  min-height: auto;
	}
}

@media screen and (max-width: 768px) {
	#why_area h2{
		font-size: 21px;
	}
  	#why_area .inner {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px 0;
	}
	#why_area .inner .box {
	  padding: 14px;
	  min-height: 303px;
	}
	#why_area .inner .box h3{
		font-size: 20px;
		margin: 0 0 12px;
	}
	#why_area .inner .box .imgbox{
		margin-bottom: 12px;
	}
}
/* ---------------------------------------------------------------- */
/* service */
/* ---------------------------------------------------------------- */
.service-section {
   background-image: linear-gradient(180deg, rgba(255, 98, 0, 1), rgba(231, 60, 39, 1) 60%, rgba(214, 33, 66, 1));
}
.service-section  h2 {
	color: #fff;
}
.service-inner {
 	display: grid;
	grid-template-columns: 1fr 400px;
	gap: 0 30px;
	margin-bottom: 110px;
	align-items: center;
}
.service-inner .image{
	border-radius: 6px;
}
.service-inner .image img{
	border-radius: 6px;
}
.service-section .service-inner .text p {
	font-size: 20px;
    font-weight: 700;
	line-height: 36px;
	color: #fff;
	letter-spacing: .1em;
	margin: 0;
}
.service-section .service-heading {
	text-align: center;
	font-size: 70px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #F7EDDA;
	margin-bottom: 10px;
	font-family: "Montserrat", sans-serif;
}
.service-section .service-subheading {
   text-align: center;
   font-size: 30px;
   font-weight: 700;
   margin-bottom: 50px;
   color: #fff;
   letter-spacing: .1em;
}
.service-box {
  background: #fff;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr 258px;
  gap: 0 40px;
  margin-bottom: 30px;
  padding: 32px 42px 32px 90px;
  position: relative;
}
.service-box::before{
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	display: block;
	background: url("../images/karts_icon.svg")no-repeat;
	background-position: center;
	background-size: 38px;
	left: 40px;
	top: 32px;
}
.service-box .service-text span.service-label {
  color: #D62142;
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
.service-text h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 17px;
  line-height: 1.4;
  letter-spacing: .1em;
}

.service-text p {
  font-size: 14px;
  margin: 0;
  font-weight: 500;
  letter-spacing: .1em;
}
.service-box .service-image{
	position: relative;
	padding-bottom: 165px;
	overflow: hidden;
	width: 100%;
}
.service-box .service-image img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
  .service-inner {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px 0;
		margin-bottom: 60px;
  }
  .service-section .service-inner .text p {
	 font-size: 16px;
	 line-height: 25px;
  }
  .service-inner .image img{
	  max-width: 290px;
	  margin: 0 auto;
	  text-align: center;
	  display: block;
  }
  .service-section .service-heading {
	text-align: center;
	font-size: 49px;
  }
  .service-section .service-subheading {
	   font-size: 24px;
  }
  .service-box {
	  grid-template-columns: 1fr;
	  gap: 20px 0;
	  margin-bottom: 20px;
	  padding: 25px 17px;
  }
  .service-box::before{
	  top: 25px;
	  left: 20px;
  }
  .service-box .service-text span.service-label {
	  padding-left: 50px;
	  font-size: 13px;
  }
  .service-box .service-text h3 {
	  font-size: 20px;
	  padding-left: 50px;
	  margin-bottom: 15px;
  }
  .service-box .service-image{
	max-width: 160px;
	  margin: 0 auto;
	  text-align: center;
	  display: block;
	  padding-bottom: 100px;
 }
  .service-box .service-image img{
	left: 0;
 }
}
/* ---------------------------------------------------------------- */
/* case */
/* ---------------------------------------------------------------- */
.case-section {
   background: #F7EDDA;
   padding-bottom: 80px;
}
.case-section h2{
	font-size: 36px;
}
.case-section .sub-title{
	font-size: 70px;
	font-weight: 600;
	margin: 0 0 20px;
	display: block;
	text-align: center;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
}
.case-section h2{
	margin-bottom: 20px;
}
.case-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.case-card {
  background: #fff;
  border-radius: 30px;
  /* margin: 0 auto; */
  box-sizing: border-box;
  box-shadow: 0 4px 6px rgba(0,0,0,.16);
}
.case-card-inner{
	padding: 22px 25px 55px;
}
.case-label,
.case-label2,
.case-label3 {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px 20px 0 0;
  padding: 14px;
  color: #533D14;
}
.case-label {
  background-color: #fcd8a0;
}
.case-label2 {
  background-color: #A1C5E2;
}
.case-label3 {
  background-color: #AFE0DD;
}
.case-icon-text {
   display: grid;
   grid-template-columns: 74px 1fr;
   gap: 0 24px;
   margin-bottom: 25px;
   align-items: center;
}
.case-icon-text img{
	max-width: 74px;
}
.case-icon-text .case-title-sub {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
}
/* 共通スタイル */
.case-info,
.case-info2,
.case-info3 {
    border-radius: 10px;
	padding: 20px;
	margin-bottom: 18px;
}
.case-info {
  background: rgba(255,206,141,.6);
}
.case-info2 {
  background: #C7DCEE;
}
.case-info3 {
  background: rgba(173,224,221,.6);
}
.info-row {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 0 12px;
  align-items: center;
  margin-bottom: 28px;
}

.info-row:last-child {
  margin-bottom: 0;
}

.info-row .info-label {
  background: #533D14;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  white-space: nowrap;
  font-weight: 500;
  width: 100%;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-row .info-content {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  text-align: justify;
}
.case-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 27px;
  height: 140px;
  letter-spacing: 0.1em;
}
.case-image{
  width: 100%;
  border-radius: 6px;
  position: relative;
  height: 100%;
  max-width: 310px;
  padding-bottom: 174px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	display: block;
}
.case-image img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
	left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1210px) {
	.case-text {
		height: auto;
	}
}
@media screen and (max-width: 768px) {
	.case-section{
		padding-bottom: 45px;
	}
	.case-section .sub-title{
		font-size: 49px;
	}
	.case-section h2{
		font-size: 26px;
		margin-bottom: 12px;
	}
	.case-list {
	  display: grid;
	  grid-template-columns: repeat(1, 1fr);
	  gap: 20px 0;
	}
	.case-card-inner{
		padding: 20px 20px 28px;
	}
	.case-label,
	.case-label2,
	.case-label3 {
		font-size: 16px;
		padding: 7px;
	}
	.case-icon-text{
		grid-template-columns: 57px 1fr;
		gap: 0 8px;
		margin-bottom: 20px;
	}
	.case-icon-text img{
		max-width: 57px;
	}
	.case-icon-text .case-title-sub{
		font-size: 16px;
	}
	.info-row {
	  display: grid;
	  grid-template-columns: 100px 1fr;
	  gap: 0 8px;
	  margin-bottom: 17px;
	}
	.case-info,
	.case-info2,
	.case-info3 {
		padding: 16px 12px;
		margin-bottom: 22px;
	}
	.info-row .info-label {
	  font-size: 13px;
	}
	.case-text{
		height: auto;
		padding: 0 5px;
	}
	.case-image{
		position: relative;
		width: 100%;
		padding-bottom: 150px;
		overflow: hidden;
		max-width: 280px;
	}
	.case-image img{
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
		left: 0;
	}
}
/* ---------------------------------------------------------------- */
/* CTA */
/* ---------------------------------------------------------------- */
#ctaArea{
	background: #F7EDDA;
	padding: 0 0 120px;
}
#ctaArea.ctaArea02{
	background: #F7F7F7;
}
#ctaArea .cta_title{
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 50px;
	line-height: 1.4;
}
.cta_img{
	margin: 0 auto 50px;
	text-align: center;
	display: block;
}
#ctaArea .inner{
	background: url("../images/dot_pc.svg")no-repeat;
	background-position: top center;
	background-size: 100% auto;
	padding: 10px 65px;
	margin: 0 auto 54px;
	max-width: 930px;
}
.cta_info{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 45px;
	margin-bottom: 45px;
}
.cta_info .cta_info_imgbox{
	border: #707070 solid 1px;
}
.cta_info .cta_info_imgbox img{
	max-width: 320px;
}
.cta_info .cta_info_txtbox p{
	font-size: 32px;
	font-weight: 700;
	color: #D62142;
	margin: 0;
}
.inner .cta_btnbox{
	margin: 0 auto;
	text-align: center;
	display: block;
}
.inner .cta_btnbox a{
	width: 100%;
	max-width: 300px;
	height: 60px;
	display:flex;
	line-height: 1.7;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	margin: 0 auto;
	font-weight: 700;
	background: #D11821;
	text-decoration: none;
	color: #fff;
	border-radius: 27px;
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
.inner .cta_btnbox a img{
	margin-left: 20px;
}
#ctaArea .cta_box{
	 background-image: linear-gradient(180deg, rgba(255, 98, 0, 1), rgba(231, 60, 39, 1) 60%, rgba(214, 33, 66, 1));
	width: 95%;
	padding: 34px 155px;
	border-radius: 20px;
	margin: 0 auto;
}
#ctaArea .cta_box .cta_box_txt{
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 16px;
	text-align: center;
	color: #fff;
}
#ctaArea .cta_box .cta_box_txt02{
	font-size: 40px;
	font-weight: 700;
	padding: 10px 0;
	text-align: center;
	border-bottom: #fff solid 5px;
	border-top: #fff solid 5px;
	max-width: 615px;
    margin: 0 auto 20px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.4;
}
.cta_box_inner{
	display: flex;
    justify-content: center;
	gap: 0 28px;
}
.cta_box_btn a{
	width: 250px;
	max-width: 250px;
	height: 60px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
	text-decoration: none;
	color: #040000;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 20px 40px 20px 50px;
	position: relative;
}
.cta_box_btn a:hover{
	color: #040000;
	text-decoration: none;
}
.cta_box_btn a::after{
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	background: url("../images/red_arrow.svg")no-repeat;
	background-position: center;
	background-size: 21px;
	top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	right: 15px;
	display: block;
}
@media screen and (min-width: 768px) and (max-width: 1210px) {
	#ctaArea .inner{
		max-width: 100%;
		padding: 10px 40px;
	}
	.cta_info{
		display: flex;
		flex-wrap: wrap;
		gap: 0 50px;
		margin-bottom: 25px;
		justify-content: center;
	}
	.cta_info .cta_info_txtbox{
		margin-bottom: 25px;
	}
	.cta_info .cta_info_imgbox{
		max-width: 200px;
	}
	.cta_info .cta_info_imgbox img{
		max-width: 200px;
	}
	#ctaArea .cta_box{
		padding: 35px;
	}
}
@media screen and (max-width: 768px) {
	#ctaArea{
		padding-bottom: 80px;
	}
	#ctaArea .cta_title{
		font-size: 22px;
		line-height: 1.4;
	}
	#ctaArea .inner{
		padding: 10px 30px;
		margin-bottom: 35px;
		max-width: 100%;
		background: url("../images/dot_sp.svg")no-repeat;
		background-position: top center;
		background-size: 100% auto;
	}
	.cta_info{
		display: flex;
		flex-wrap: wrap;
		gap: 0 25px;
		margin-bottom: 25px;
		justify-content: center;
	}
	.cta_info .cta_info_txtbox{
		order: 1;
		margin-bottom: 25px;
	}
	.cta_info .cta_info_imgbox{
		order: 2;
		max-width: 180px;
	}
	.cta_info .cta_info_imgbox img{
		max-width: 180px;
	}
	.cta_info .cta_info_txtbox p{
		font-size: 22px;
	}
	.inner .cta_btnbox a{
		font-size: 18px;
		max-width: 280px;
	}
	#ctaArea .cta_box{
		padding: 24px 28px;
	}
	#ctaArea .cta_box .cta_box_txt{
		font-size: 20px;
	}
	#ctaArea .cta_box .cta_box_txt02{
		font-size: 28px;
		max-width: 260px;
		margin: 0 auto 28px;
	}
	.cta_box_inner{
		gap: 0 22px;
		align-items: center;
	}
	.cta_box_btn a{
		width: 120px;
		max-width: 120px;
		height: 89px;
		background: #fff;
		border-radius: 20px;
		box-shadow: 0 3px 6px rgba(0,0,0,.16);
		text-decoration: none;
		color: #040000;
		font-size: 17px;
		font-weight: 500;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		padding: 13px 8px 15px;
		position: relative;
		text-align: center;
		line-height: 1.2;
	}
	.cta_box_btn:first-child a{
		padding: 25px 8px 15px;
	}
	.cta_box_btn a::after{
		background: url("../images/red_arrow.svg")no-repeat;
		background-position: center;
		background-size: 18px;
		top: auto;
		transform: translateY(0%) translateX(-50%);
		-webkit-transform: translateY(0%) translateX(-50%);
		right: auto;
		left: 50%;
		bottom: 7px;

	}
}
/* ---------------------------------------------------------------- */
/* #bg_scroll */
/* ---------------------------------------------------------------- */
#bg_scroll{
	height: 500px;
	width: 100%;
	background: url("../images/bg_scroll.jpg")no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	position: relative;
}
#bg_scroll._02{
	background: url("../images/bg_scroll02.jpg")no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}
#bg_scroll::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background-image: linear-gradient(270deg, rgba(237, 26, 36, .45), rgba(222, 247, 41, .45) 60%, rgba(64, 143, 222, .45));
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}
@media screen and (max-width: 768px) {
	#bg_scroll{
		background: none;
		position: relative;
	}
	#bg_scroll .bg_scroll_bg{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		clip-path: inset(0);
	}
	#bg_scroll .bg_scroll_bg .bg_inner{
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: url("../images/bg_scroll_sp.jpg")no-repeat;
		background-size: cover;
		background-position: center;
		z-index: -1;
	}
	#bg_scroll._02{
		background: none;
		position: relative;
	}
	#bg_scroll._02 .bg_scroll_bg{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		clip-path: inset(0);
	}
	#bg_scroll._02 .bg_scroll_bg .bg_inner{
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: url("../images/bg_scroll02_sp.jpg")no-repeat;
		background-size: cover;
		background-position: center;
		z-index: -1;
	}
}
/* ---------------------------------------------------------------- */
/* plan */
/* ---------------------------------------------------------------- */
.plan-section {
  background: #F7F7F7;
  padding-bottom: 80px;
}
.plan-section h2{
	margin-bottom: 16px;
}
.plan-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
}
.plan-a {
  background: #FFCE8D;
}
.plan-b {
  background: #A1C5E2;
}
.plan-c {
  background: #AFE0DD;
}
.plan-card { 
	padding: 70px 17px 24px;
	border-radius: 10px;
	position: relative;
}
.plan-badge {
  background: #533D14;
  color: white;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  border-radius: 0 0 8px 8px;
  text-align: center;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 175px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
   font-family: "Montserrat", sans-serif;
}
.plan-sub {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.1em;
}
.plan-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 20px;
  text-align: center;
}
.plan-support{
	border: #040000 solid 2px;
	font-size: 16px;
	border-radius: 4px;
	font-weight: 500;
	padding: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 20px;
}
.plan-img {
  text-align: center;
  margin-bottom: 20px;
  min-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plan-img img.plan-a-img{
	max-width: 200px;
  	height: auto;
}
.plan-img img.plan-b-img{
	max-width: 200px;
  	height: auto;
}
.plan-img img.plan-c-img{
	max-width: 250px;
  	height: auto;
}
.plan-list {
  list-style: none;
  padding-left: 0;
  font-size: 14px;
  line-height: 2;
}
.plan-list li {
  position: relative;
  padding-left: 20px;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
}
.plan-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
}
.plan-list li.dots::before{
	background: #FFCE8D;
}
.plan-list li.dots02::before{
	background: #A1C5E2;
}
.dots03{
	margin-left: 37px;
	position: relative;
}
.dots03::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 3px;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
}

/* スマホ用表示設定 */
@media screen and (max-width: 768px) {
	.plan-section{
		padding-bottom: 45px;
	}
	.plan-wrapper {
	  display: grid;
	  grid-template-columns: repeat(1, 1fr);
	  gap: 20px 0;
	}
  	.plan-card {
	  padding: 50px 17px 24px;
	  border-radius: 10px;
	}
	.plan-badge{
	  font-size: 14px;
	  height: 35px;
	  width: 175px;
	}
	.plan-sub{
		font-size: 14px;
	}
	.plan-title{
		margin-bottom: 15px;
		font-size: 16px;
	}
	.plan-list{
		line-height: 1.7;
	}
	.plan-img {
	  margin-bottom: 15px;
	  /*min-height: 150px;*/
	}
	/*.plan-img img.plan-a-img,
	.plan-img img.plan-b-img{
		max-width: 130px;
		height: auto;
	}
	.plan-img img.plan-c-img{
		max-width: 150px;
		height: auto;
	}*/
	.plan-support{
		margin-bottom: 15px;
		font-size: 14px;
	}
	.plan-list li {
		font-size: 14px;
	}
	.plan-list li::before{
		top: 4px;
	}
}
/* ---------------------------------------------------------------- */
/* processArea */
/* ---------------------------------------------------------------- */
#processArea{
	background: #F7EDDA;
	padding-bottom: 80px;
}
#processArea h2{
	margin-bottom: 
}
#processArea .inner{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}
#processArea .inner .box{
	display: grid;
	grid-template-columns: 100px 1fr;
	background: #fff;
	border-radius: 10px;
	padding: 10px 28px 10px 0;
}
#processArea .inner .box .number{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #D62142;
	font-family: "Montserrat", sans-serif;
	line-height: 1;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 0.05em;
}
#processArea .inner .box .txtbox .tll{
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 8px;
}
#processArea .inner .box .txtbox .txt{
	font-size: 14px;
	font-weight: 500;
	margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1210px) {
	#processArea .inner .box{
		align-items: center;
	}
}
@media screen and (max-width: 768px) {
	#processArea{
		padding-bottom: 55px;
	}
	#processArea .inner{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 12px 0;
	}
	#processArea .inner .box{
		padding: 8px 14px 8px 0;
		grid-template-columns: 45px 1fr;
		align-items: flex-start;
	}
	#processArea .inner .box .number{
		font-size: 22px;
	}
	#processArea .inner .box .txtbox .tll{
		font-size: 16px;
	}
}
/* ---------------------------------------------------------------- */
/* web */
/* ---------------------------------------------------------------- */
#web_area {
  background: #fff; 
}
#web_area h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 50px;
    text-align: center;
    letter-spacing: 0.08em; 
}
#web_area .inner {
    max-width: 840px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#web_area .inner .imgbox {
      max-width: 270px;
      flex-basis: 270px; 
}
#web_area .inner .txtbox {
    max-width: calc(100% - 320px);
    flex-basis: calc(100% - 320px); 
}
#web_area .inner .txtbox p {
   font-size: 16px;
   font-weight: 400;
   margin: 0;
   letter-spacing: 0.04em; 
}
 #web_area .btnWrap {
    margin: 0 0 40px; 
}
 #web_area .btnWrap a {
      max-width: 300px;
      height: 36px;
      border-radius: 20px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 14px;
      font-weight: 700;
      text-align: center;
      color: #D62142;
      text-decoration: none;
      margin: 0 auto;
      letter-spacing: 0.07em; 
	  border: #D62142 solid 2px;
}
 #web_area .txt {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    text-align: center;
    letter-spacing: 0.08em; 
}
 #web_area .inner02 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 18px;
    grid-row-gap: 0; 
	max-width: 1200px;
	 padding: 0 15px;
	 margin: 0 auto;
}
#web_area .inner02 .box .imgbox{
	margin-bottom: 10px;
}
#web_area .inner02 .box P {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 0;
    letter-spacing: 0.05em; 
}
@media screen and (max-width: 1170px) {
	#web_area .inner02 {
		grid-template-columns: repeat(2, 1fr);
		gap: 18px; 
	}
	#web_area .inner02 .box .imgbox{
		position: relative;
		width: 100%;
		padding-bottom: 60%;
		overflow: hidden;
	}
	#web_area .inner02 .box .imgbox img{
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
@media screen and (max-width: 768px) {
  	#web_area h2 {
		font-size: 20px;
		margin: 0 0 30px; 
	}
  	#web_area .inner {
		max-width: 100%;
		margin: 0 auto 80px;
		padding: 0 35px;
	}
    #web_area .inner .imgbox {
      max-width: 100%;
      flex-basis: 100%;
      margin-bottom: 40px; 
	}
    #web_area .inner .imgbox img {
        margin: 0 auto;
        text-align: center;
        display: block; 
	}
    #web_area .inner .txtbox {
      max-width: 100%;
      flex-basis: 100%; 
	}
 	#web_area .inner02 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 15px;
		grid-row-gap: 45px;
		padding: 0 15px; 
	}
    #web_area .inner02 .box .imgbox {
      position: relative;
      width: 100%;
      padding-bottom: 86px;
      overflow: hidden;
      margin-bottom: 10px; 
	}
      #web_area .inner02 .box .imgbox img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover; 
	}
    #web_area .inner02 .box P {
      font-size: 13px; 
	} 
}
/*--------------------*/
/*    アニメーション   */
/*--------------------*/
.anim1 {
  animation-delay: 0.5s !important; }

.anim2 {
  animation-delay: 0.8s !important; }

.anim3 {
  animation-delay: 1.1s !important; }

.plan_box {
  margin: 60px auto 120px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 60px 15px 60px;
  border-radius: 4px;
  overflow: hidden; 
}
.plan_box h3 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 10px; 
}
.plan_box h3 span {
      font-size: 20px; 
}
@media screen and (max-width: 768px) {
    .plan_box h3 {
      text-align: center;
      font-size: 24px; 
	}
    .plan_box h3 span {
        font-size: 18px; 
	} 
}
.plan_box .text_type2 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin: -14px 0 20px; 
} 
.plan_box .text_type2 .span1 {
      font-family: "Oswald", sans-serif;
      font-optical-sizing: auto;
      font-weight: bold;
      font-style: normal;
      font-size: 80px; 
}
 .plan_box .text_type2 .span2 {
      font-size: 18px; 
}
@media screen and (max-width: 768px) {
     .plan_box .text_type2 .span3 {
        display: block;
        text-align: center;
        margin: -19px 0 -33px; 
	} 
}
  .plan_box .text_type3 {
    text-align: center;
    font-size: 20px; 
}
  .plan_box .text_type4 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px; }
  .plan_box .text_type5 {
    text-align: center; 
  }
  @media screen and (max-width: 768px) {
    .plan_box .text_type3 {
      text-align: center;
      font-size: 16px; 
	}
    .plan_box .text_type4 {
      text-align: center;
      font-size: 16px;
      margin-bottom: 30px; 
	}
    .plan_box .text_type5 {
      text-align: center; 
	} 
}
.plan_box a {
    display: block;
    width: 100%;
    max-width: 345px;
    height: 80px;
    background: #D62042;
    border-radius: 50px;
    padding: 10px 15px 20px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    line-height: 1.3;
    margin: 10px auto 10px;
    z-index: 1; 
}
@media screen and (min-width: 767px) {
 	.plan_box a:hover {
      opacity: 0.8; 
	} 
}
.plan_box a span {
    font-size: 16px; 
}
.plan_box a::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 100px;
    height: 100%;
    background: url("../images/btn_icon.svg") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: 14px;
    background-position: center right 25px; 
}

@media screen and (max-width: 768px) {
  .plan_box {
    margin: 37px auto 20px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 12px 15px 28px;
    border-radius: 4px;
    overflow: hidden; 
	} 
}
.c_bk {
  background: #F5F5F5; 
}

.menu {
  opacity: 0;
  position: absolute;
  top: 70px;
  left: 50%;
  margin-left: -120px;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.8);
  width: 240px;
  padding: 0 10px 10px;
  text-align: center; 
}
 .menu a {
    text-align: center;
    font-size: 23px !important;
    font-weight: 900;
    background: url("../images/tel_b.svg") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: top 13px left;
    background-size: 23px;
    display: inline-block !important;
    padding-left: 37px;
    transition: all ease .3s; 
}
.menu p {
    text-align: center;
    font-size: 14px;
    margin: 0 0 0; 
}

.menu.open {
  opacity: 1;
  transition: all ease .3s; 
}

.hiki {
  background: url("../images/hiki.svg") no-repeat;
  background-position: center;
  background-size: 314px;
  margin: 0;
  padding: 43px 0; 
}

#fixedBtnSpArea {
  width: 95%;
  opacity: 0;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  position: fixed;
  bottom: -48px;
  height: 48px;
  transition: .6s;
  background-image: linear-gradient(180deg, #ed1a24, #e2232b 50%, #770d12);
  border-radius: 12px 12px 0 0; 
}
#fixedBtnSpArea #fixedBtnSp {
    display: none !important; 
}
#fixedBtnSpArea #fixedBtnSp a {
      width: 100%;
      height: 48px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 0.04em;
      position: relative; 
}
#fixedBtnSpArea #fixedBtnSp a::after {
        content: "";
        position: absolute;
        width: 22px;
        height: 22px;
        display: block;
        background: url("../images/b_arrow.svg") no-repeat;
        background-position: center;
        background-size: 22px;
        right: 40px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%); 
}
@media screen and (max-width: 768px) {
    #fixedBtnSpArea.fixedsp {
      opacity: 1;
      transition: .6s;
      bottom: 0; 
	}
    #fixedBtnSpArea #fixedBtnSp {
      display: block !important; 
	} 
}
.sub_con{
	margin-top: 60px;
}
.sub_con_thanks{
	height: 70vh;
}