@charset "UTF-8";
/* base
==================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr {
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

.sp {
	display: none !important;
}

.pc {
	display: block !important;
}


@media (max-width: 800px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}

a {
  color: #121212;
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #121212;
}
a:hover {
  color: #121212;
  text-decoration: none;
}
a:active {
  color: #121212;
}
a.tel {
  pointer-events: none;
  cursor: default;
}

.jost {
	font-family: "Jost", serif;
}

@media (max-width: 900px) {
	a.tel {
	  pointer-events: initial;
	  cursor: auto;
	}
}

/* main
==================================*/
main {
  display: block; /*IE対策*/
  overflow: hidden;
}

/*　Retina対応時のCSS↓　*/
/* header
==================================*/
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	width: 100%;
	transition: background .5s ease;
}

.header_inner {
	height: 70px;
	display: flex;
	justify-content: space-between;
}

.header_inner .logo {
	padding: 20px 5px 20px 33px;
	position: relative;
	/* width: 100%; */
	height: 100%;
}

.header_inner .logo a {
	display: block;
	width: 337px;
	position: relative;
}

.header_inner .logo picture {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
}

.header_links dl {
	display: flex;
	height: 100%;
	align-items: center;
}

.header_links dl dt,
.header_links dl dd {
	height: 100%;
	display: flex;
	align-items: center;
}


.header_links dt a {
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.02em;
	display: flex;
	justify-content: center;
	padding: 0 24px;
	color: #fe4200;
}

.home .header_links dt a {
	color: #fff;
}

.header_links dt a span {
	display: inline-flex;
	align-items: center;
}

.header_links dt a span::before {
	content: '';
	width: 32px;
	height: 28px;
	background: url('../images/common/icon_tel_black.svg') center no-repeat;
	background-size: 100% 100%;
	margin-right: 5px;
}

.home .header_links dt a span::before {
	width: 32px;
	height: 28px;
	background: url('../images/top/icon_tel.svg') center no-repeat;
	background-size: 100% 100%;
}

.header_links dd a {
	background: #fe4200;
	height: 100%;
	display: flex;
	justify-content: center;
	padding: 0 24px;
	border-bottom-left-radius: 8px;
	align-items: center;
	transition: background .5s ease;
}

.header_links dd a span {
	display: inline-flex;
	align-items:  center;
}

.header_links dd a span::before {
	content: '';
	width: 26.5px;
	height: 21px;
	background: url('../images/top/icon_email.svg') center no-repeat;
	background-size: 100% 100%;
	margin-right: 10px;
}

.header_links dd a picture {
	display: inline-block;
	width: 182px;
	line-height: 0;
}

.home header.scroll  {
	background: #fff;
	transition: background .5s ease;
}

.home header.scroll .logo .show {
	opacity: 0;
	transition: opacity .5s ease;
}

.home header .logo .is_show {
	opacity: 0;
	transition: opacity .5s ease;
}

.home header.scroll .logo .is_show {
	opacity: 1;
	transition: opacity .5s ease;
	
}

.home header.scroll .header_links dt a {
	color: #fe4200;
	transition: color .5s ease;
}

.home header.scroll .header_links dt a span::before {
	content: '';
	width: 32px;
	height: 28px;
	background: url('../images/common/icon_tel_black.svg') center no-repeat;
	background-size: 100% 100%;
	transition: background .5s ease;
}

@media (min-width: 960px) {
	.header_links dd a:hover {
		transition: background .5s ease;
		background: #ffaa24;
	}
}

@media (max-width: 1088px) {
	.header_links dt a span::before  {
		width: 28px;
		height: 26px;
	}
	
	header.scroll .header_links dt a span::before {
	    width: 28px;
	    height: 26px;
	}
	
	.header_links dd a span::before {
	    width: 24px;
	    height: 18px;
	}
	
	.header_links dt a {
		font-size: 28px;
		padding: 0 30px;
	}
	
	.header_links dd a {
	    padding: 0 30px;
	}
}

@media (max-width: 960px) {
	
	.header_links dt a {
		font-size: 26px;
		padding: 0 20px;
	}
	
	.header_links dd a {
	    padding: 0 20px;
	}
}

@media (max-width: 910px) {
	.header_inner .logo a {
	    width: 300px;
	}
}

@media (max-width: 870px) {
	.header_inner .logo a {
	    width: 280px;
	}
	
	.header_links dt a {
		font-size: 20px;
		padding: 0 16px;
	}
	
	.header_links dt a span::before  {
		width: 24px;
		height: 20px;
	}
	
	.header_links dd a span::before {
	    width: 20px;
	    height: 18px;
	}
	
	header.scroll .header_links dt a span::before {
	    width: 24px;
	    height: 20px;
	}
	
	.header_links dd a picture {
	    width: 160px;
	    line-height: 0;
	}
}

@media (max-width: 800px) {
	header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 999;
		width: 100%;
		transition: background .5s ease;
	}
	
	.header_inner {
		height: 60px;
		display: block;
	}
	
	.header_inner .logo {
		padding: 16px 14px;
	}
	
	.header_inner .logo a {
		max-width: 346px;
		width: 100%;
		position: relative;
		margin: 0 auto;
		display: block;
	}
	
	.header_inner .logo picture {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 3;
		width: 100%;
	}
	
	.header_links {
		position: fixed;
		width: 100%;
		bottom: 0;
		z-index: 100;
		
		opacity: 0;
		transition: opacity .5s ease;
		pointer-events: none;
	}
	
	header.scroll .header_links {
		opacity: 1;
		transition: opacity .5s ease;
		pointer-events: initial;
	}
	
	.header_links dl {
		display: flex;
		height: 60px;
		align-items: center;
		background: #fe4200;
	}
	
	.header_links dl dt,
	.header_links dl dd {
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 50%;
	}
	
	.header_links dt {
		border-right: 1px solid #fff;
	}
	
	.header_links dt a {
		height: 100%;
		font-size: 20px;
		letter-spacing: 0em;
		color: #fff;
		padding: 0 10px;
	}
	
	.header_links dt a span {
		display: inline-flex;
		align-items: center;
	}
	
	.home header.scroll .header_links dt a {
	    color: #fff;
	    transition: none;
	}
	
	.header_links dt a span::before {
		width: 16px;
		height: 15px;
		background: url('../images/top/icon_tel.svg') center no-repeat;
		background-size: 100% 100%;
		margin-right: 5px;
	}
	
	.home .header_links dt a span::before {
		width: 16px;
		height: 15px;
		background: url('../images/top/icon_tel.svg') center no-repeat;
		background-size: 100% 100%;
		transition: none;
	}
	
	.home header.scroll .header_links dt a span::before {
		width: 16px;
		height: 15px;
		background: url('../images/top/icon_tel.svg') center no-repeat;
		background-size: 100% 100%;
		 transition: none;
	}
	
	.header_links dd a {
		background: transparent;
		height: 100%;
		display: flex;
		justify-content: center;
		padding: 10px;
		border-bottom-left-radius: 0;
		align-items: center;
		transition: background .5s ease;
	}
	
	.header_links dd a span {
		display: inline-flex;
	}
	
	.header_links dd a span::before {
		content: '';
		width: 18px;
		height: 15px;
		background: url('../images/top/icon_email.svg') center no-repeat;
		background-size: 100% 100%;
		margin-right: 10px;
	}
	
	.header_links dd a picture {
		display: inline-block;
		width: 134px;
	}
	
	
	header.scroll .header_links dt a {
		color: #fff;
	}
	
	header.scroll .header_links dt a span::before {
		width: 16px;
		height: 15px;
		background: url('../images/top/icon_tel.svg') center no-repeat;
		background-size: 100% 100%;
		transition: background .5s ease;
	}
	
}

@media (max-width: 374px) {
	.header_links dt a {
		font-size: 18px;
	}
	
	.header_links dd a picture {
		display: inline-block;
		width: 126px;
	}
}
/* footer
==================================*/
footer {
	background: #383838;
	padding: 84px 0 67px;
	position: relative;
}

.footer_inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.footer_info {
	width: 558px;
}

.footer_logo a {
	display: block;
	width: 100px;
	transition: opacity .5s ease;
	margin-bottom: 30px;
}

.footer_info .info,
.footer_info .info a{
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 1.8;
	color: #fff;
	font-weight: 500;
}

.footer_info .info font.pc {
	display: inline !important;
}

.footer_box {
	width: 280px;
	
}

.footer_box .footer_links a {
	max-width: 280px;
	width: 100%;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	letter-spacing: 0.05em;
	font-weight: 700;
	color: #fff;
	background: #575757;
	border-radius: 32px;
	transition: background .3s ease;
}

.copy {
	margin-top: 55px;
	font-family: "Lato", sans-serif;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.05em;
	font-weight: 700;
	text-align: right;
}

#pageTop {
	/* opacity: 0; */
	/* position: fixed; */
	position: absolute;
	right: 25px;
	top: 0;
	z-index: 888;
	transform: translateY(-100%);
	transition: 0.3s;
	width: 55px;
	height: 55px;
	margin-top: -25px;
}

#pageTop.active {
  opacity: 1;
}

#pageTop a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background: url('../images/top/pagetop.svg') #383838 no-repeat center;
	background-size: 15px 16px;
	transition: background .3s ease;
}


@media (min-width: 960px) {
	.footer_logo a:hover {
		opacity: 0.7;
		transition: opacity .5s ease;
	}
	
	.footer_box .footer_links a:hover {
		background: #6f6f6f;
		transition: background .3s ease;
	}
	
	#pageTop a:hover {
		background: url('../images/top/pagetop.svg') #5d5d5d no-repeat center;
		background-size: 15px 16px;
		transition: background .3s ease;
	}
	
}

@media (max-width: 800px) {
	footer {
		padding: 66px 0 108px;
	}
	
	.footer_inner {
		display: block;
	}
	
	.footer_info {
		width: 100%;
		text-align: center;
	}
	
	.footer_logo a {
		max-width: 100px;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 25px;
	}
	
	.footer_info .info,
	.footer_info .info a {
		font-size: 16px;
		letter-spacing: 0.06em;
		line-height: 1.7;
	}
	
	
	.footer_info .info font.pc {
		display: none !important;
	}
	
	
	.footer_box {
		width: 100%;
		margin-top: 30px;
	}
	
	.footer_box .footer_links a {
		max-width: 275px;
		width: 100%;
		height: 60px;
		margin: 0 auto;
	}
	
	.copy {
		margin-top: 39px;
		text-align: center;
	}
	
	#pageTop {
		/* opacity: 0; */
		/* position: fixed; */
		right: 20px;
		top: 20px;
		z-index: 888;
		transform: translateY(0);
		width: 55px;
		height: 55px;
		margin-top: 0;
	}
	
}

@media (max-width: 374px) {
	.footer_info .info, .footer_info .info a {
		font-size: 15px;
	}
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-up {
  transform: translate(0, 30px);
  opacity: 0;
  transition: 1s ease;
}

.move {
  transform: translate(0, 0);
  opacity: 1;
  
}

.delay1 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.delay2 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.delay3 {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}

.delay4 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

.delay5 {
  -moz-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
}

.delay6 {
  -moz-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
}

.delay7 {
  -moz-transition-delay: 2100ms;
  -webkit-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
}

.delay8 {
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
}

/*==================================
  Component
==================================*/

html {
  overflow: auto;
  font-size: 62.5%;
}

html.no_move {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".png"], img[src$=".jpg"] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.container {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}

@media (max-width: 1000px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* @media (max-width: 800px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
} */

.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.row .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  box-sizing: border-box;
}
.row .col.col_4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

/*==================================
	リスト系
==================================*/
.news_ul {
  margin: 0 0 19px;
}
.news_ul .news_li {
  border-bottom: 1px solid #e8e8e8;
  padding: 22px 14px;
}
.news_ul .news_li > a {
  display: flex;
  align-items: center;
}
.news_ul .news_li > a .date {
  font-size: 16px;
  color: #919191;
  margin-right: 24px;
}
.news_ul .news_li > a .img_wrap {
  margin-right: 17px;
}
@media (min-width: 960px) {
  .news_ul .news_li > a .title {
    background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
    transition: background 0.4s ease;
  }
  .news_ul .news_li > a:hover .title {
    background-size: 100% 1px;
  }
}
@media (max-width: 800px) {
  .news_ul .news_li {
    padding: 14px 0;
  }
  .news_ul .news_li > a {
    display: block;
    position: relative;
    padding-left: 80px;
  }
  .news_ul .news_li > a .img_wrap {
    margin-right: 0;
    position: absolute;
    top: 0;
    left: -5px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
  }
  .news_ul .news_li > a .img_wrap img {
    max-width: 57px;
  }
  .news_ul .news_li > a .date,
.news_ul .news_li > a .title {
    display: block;
  }
  .news_ul .news_li > a .date {
    font-size: 14px;
    margin: 0 0 7px;
  }
  .news_ul .news_li > a .title {
    font-size: 16px;
    line-height: 1.3;
  }
}

/*==================================
	ページナビ
==================================*/
.page_navigation .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 45px 0 50px;
}
@media (max-width: 800px) {
  .page_navigation .wp-pagenavi {
    margin: 30px 0 40px;
  }
}
.page_navigation .wp-pagenavi > .page,
.page_navigation .wp-pagenavi .current {
  font-size: 16px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 5px;
}
.page_navigation .wp-pagenavi > .page:not(.current),
.page_navigation .wp-pagenavi .current:not(.current) {
  background-color: #f3f3f3;
}
@media (min-width: 960px) {
  .page_navigation .wp-pagenavi > .page:not(.current):hover,
.page_navigation .wp-pagenavi .current:not(.current):hover {
    color: #fff;
    background-color: #131313;
  }
}
.page_navigation .wp-pagenavi > .page.current,
.page_navigation .wp-pagenavi .current.current {
  background-color: #131313;
  color: #fff;
}
.page_navigation .wp-pagenavi .nextpostslink,
.page_navigation .wp-pagenavi .previouspostslink {
  position: relative;
  font-weight: 500;
  box-sizing: border-box;
}
.page_navigation .wp-pagenavi .nextpostslink::before,
.page_navigation .wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 14px;
  background-image: url(../images/common/pager_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
.page_navigation .wp-pagenavi .nextpostslink.previouspostslink,
.page_navigation .wp-pagenavi .previouspostslink.previouspostslink {
  padding-left: 33px;
  margin-right: 30px;
}
.page_navigation .wp-pagenavi .nextpostslink.previouspostslink::before,
.page_navigation .wp-pagenavi .previouspostslink.previouspostslink::before {
  left: 0;
  transform: scale(-1, 1);
}
@media (min-width: 960px) {
  .page_navigation .wp-pagenavi .nextpostslink.previouspostslink:hover::before,
.page_navigation .wp-pagenavi .previouspostslink.previouspostslink:hover::before {
    left: -5px;
  }
}
.page_navigation .wp-pagenavi .nextpostslink.nextpostslink,
.page_navigation .wp-pagenavi .previouspostslink.nextpostslink {
  padding-right: 33px;
  margin-left: 30px;
}
.page_navigation .wp-pagenavi .nextpostslink.nextpostslink::before,
.page_navigation .wp-pagenavi .previouspostslink.nextpostslink::before {
  right: 0;
}
@media (min-width: 960px) {
  .page_navigation .wp-pagenavi .nextpostslink.nextpostslink:hover::before,
.page_navigation .wp-pagenavi .previouspostslink.nextpostslink:hover::before {
    right: -5px;
  }
}
.page_navigation .wp-pagenavi .list_back {
  margin-left: 58px;
  margin-right: 58px;
}
.page_navigation .wp-pagenavi .list_back > a {
  font-weight: 500;
}
.page_navigation .wp-pagenavi .list_back > a > .list_icon {
  display: inline-block;
  padding-left: 24px;
  position: relative;
}
.page_navigation .wp-pagenavi .list_back > a > .list_icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  background-image: url(../img/news/list_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.page_navigation > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 45px 0 50px;
}
.page_navigation > ul .link_page,
.page_navigation > ul .current_page {
  font-size: 16px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 5px;
}
.page_navigation > ul .link_page:not(.current_page),
.page_navigation > ul .current_page:not(.current_page) {
  background-color: #f3f3f3;
}
@media (min-width: 960px) {
  .page_navigation > ul .link_page:not(.current_page):hover,
.page_navigation > ul .current_page:not(.current_page):hover {
    color: #fff;
    background-color: #131313;
  }
}
.page_navigation > ul .link_page.current_page,
.page_navigation > ul .current_page.current_page {
  background-color: #131313;
  color: #fff;
}

/*==================================
  Top
==================================*/
/*==================================
  News
==================================*/
#News main#Blog .pager_wrap {
  max-width: 560px;
  margin: 80px auto 0;
}
#News main#Blog .pager_wrap ul {
  position: relative;
}
#News main#Blog .pager_wrap ul li a:hover {
  opacity: 0.7;
}
#News main#Blog .pager_wrap ul .list a {
  font-weight: 500;
  display: block;
  width: 210px;
  color: #002344;
  border: 2px solid #002344;
  letter-spacing: 0.2em;
  line-height: 34px;
  border-radius: 19px;
  font-size: 18px;
  text-align: center;
  margin: auto;
}
#News main#Blog .pager_wrap ul .prev, #News main#Blog .pager_wrap ul .next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 32px;
}
#News main#Blog .pager_wrap ul .prev a, #News main#Blog .pager_wrap ul .next a {
  display: inline-block;
  position: relative;
  font-weight: 500;
  width: 32px;
  height: 32px;
  border: 1px solid #000;
  box-sizing: border-box;
}
#News main#Blog .pager_wrap ul .prev a::before, #News main#Blog .pager_wrap ul .next a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transition: all 0.3s ease;
}
#News main#Blog .pager_wrap ul .prev {
  left: 90px;
}
#News main#Blog .pager_wrap ul .prev a::before {
  border-right: 8px solid #000;
}
#News main#Blog .pager_wrap ul .next {
  right: 90px;
}
#News main#Blog .pager_wrap ul .next a::before {
  border-left: 8px solid #000;
}

/*==================================
  Contact_reset
==================================*/
#Contact {
  /*------ Reset CSS ------*/
  /*------ Reset END ------*/
}
#Contact input {
  -webkit-appearance: none;
}
#Contact input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
#Contact input[type=radio] {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
}
#Contact input[type=radio]:checked + label {
  background: #ff0000;
}
#Contact input[type=checkbox] {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
}
#Contact input[type=checkbox]:checked + label {
  background: #ff0000;
}
#Contact input::-moz-placeholder {
  color: #b4b4b4;
}
#Contact input::placeholder {
  color: #b4b4b4;
}
#Contact input:-ms-input-placeholder {
  color: #b4b4b4;
}
#Contact input::-webkit-input-placeholder {
  color: #b4b4b4;
}
#Contact button,
#Contact input[type=button],
#Contact input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
#Contact textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 0;
}
#Contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
}

/*==================================
  Contact_base
==================================*/
/* input, textarea
--------------------------------*/
/* radio_button
--------------------------------*/
#Contact {
  /*------ Form Base ------*/
  /*------ Form Base END ------*/
}
@-webkit-keyframes onAutoFillStart {}
@keyframes onAutoFillStart {}
#Contact span.error {
  color: #cc0303;
  display: block;
  margin: 7px 0 0;
  font-size: 18px;
  font-weight: 500;
}
#Contact input:-webkit-autofill {
  -webkit-animation-name: onAutoFillStart;
          animation-name: onAutoFillStart;
  background: rgb(255, 255, 255) !important;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}
#Contact input[type=text]:focus,
#Contact input[type=email]:focus,
#Contact input[type=tel]:focus,
#Contact input[type=search]:focus,
#Contact input[type=url]:focus,
#Contact textarea:focus {
  color: #131313;
  background-color: #f9f9f9;
}
#Contact .ERR {
  color: #cc0303;
}
#Contact input[type=text] {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  padding: 12px 21px;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  box-sizing: border-box;
  color: #131313;
  width: 100%;
}
#Contact input[type=text].zip {
  max-width: 247px;
  width: 100%;
}
#Contact .zip-wrap {
  background: #f9f9f9;
  display: inline-block;
  position: relative;
  max-width: 247px;
  width: 100%;
  margin-right: 3px;
}
#Contact .zip-wrap::before {
  content: "〒";
  font-size: 18px;
  position: absolute;
  top: 0.8em;
  left: 24px;
  margin: auto;
}
#Contact .zip-wrap input {
  padding: 12px 21px 12px 55px;
  width: 100%;
}
#Contact input[type=button] {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #131313;
  max-width: 140px;
  width: 100%;
  background: #f9f9f9;
  border: 3px solid #f9f9f9;
  padding: 10px 19px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  cursor: pointer;
}
#Contact input[type=button]:hover {
  background: none;
}
/* #Contact input[type=checkbox] + label {
  padding-left: 29px;
  position: relative;
  margin-right: 29px;
  cursor: pointer;
}
#Contact input[type=checkbox] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  box-sizing: border-box;
}
#Contact input[type=checkbox] + label::after {
  content: "";
  opacity: 0;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  display: block;
  height: 9px;
  left: 7px;
  margin-top: -8px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
#Contact input[type=checkbox]:checked + label {
  background: none;
}
#Contact input[type=checkbox]:checked + label::after {
  opacity: 1;
} */
/* #Contact input[type=radio] + label {
  padding-left: 27px;
  position: relative;
  margin-right: 27px;
  cursor: pointer;
}
#Contact input[type=radio] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  box-sizing: border-box;
  border-radius: 50%;
}
#Contact input[type=radio] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  background: #000;
  border-radius: 50%;
  opacity: 0;
}
#Contact input[type=radio]:checked + label {
  background: none;
}
#Contact input[type=radio]:checked + label::after {
  opacity: 1;
} */
#Contact .select-box {
  overflow: hidden;
  width: 60%;
  text-align: center;
  position: relative;
  border-radius: 2px;
  background: #f9f9f9;
}
#Contact .select-box select {
  font-size: 16px;
  color: #131313;
  letter-spacing: 0.035em;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 12px 38px 12px 21px;
}
#Contact .select-box select::-ms-expand {
  display: none;
}
/* #Contact .select-box::before {
  position: absolute;
  top: 1.25em;
  right: 21px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  pointer-events: none;
} */
#Contact textarea {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 21px;
  min-height: 174px;
}
#Contact .overscroll {
  overflow-y: scroll;
  height: 237px;
  padding: 25px 21px;
  background: #f9f9f9;
}
#Contact .overscroll ul > li {
  margin-bottom: 25px;
}
#Contact .overscroll ul > li strong {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.03em;
  display: block;
  margin-bottom: 5px;
  color: #131313;
}
#Contact .overscroll ul > li p {
  font-size: 14px;
  line-height: 1.42;
}
#Contact .overscroll ul > li > ol {
  margin-top: 5px;
}
#Contact .overscroll ul > li > ol li {
  text-indent: -1.25em;
  padding-left: 1.25em;
}
#Contact .overscroll ul > li:first-child strong {
  margin-bottom: 20px;
}
#Contact .overscroll ul > li:last-child {
  margin-bottom: 0;
}
/* #Contact .submit_area {
  margin-top: 85px;
  text-align: center;
}
#Contact .submit_area span {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #131313;
  width: 262px;
  background: #f9f9f9;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #f9f9f9;
  transition: all 0.3s ease;
}
#Contact .submit_area span input[type=submit] {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #131313;
  cursor: pointer;
  width: 100%;
  height: 58px;
  box-sizing: border-box;
}

#Contact .submit_area span:hover {
  background: none;
}

#Contact .submit_area span:hover input[type=submit] {
  color: #131313;
} */

/* #Contact .submit_area ul.koumoku {
  max-width: 590px;
  margin: 20px auto 0;
}
#Contact .submit_area ul.koumoku li {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #131313;
  width: 262px;
  background: #5f4b08;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #5f4b08;
  transition: all 0.3s ease;
}

#Contact .submit_area ul.koumoku li input[type=submit] {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #131313;
  cursor: pointer;
  width: 100%;
  height: 58px;
  box-sizing: border-box;
}

#Contact .submit_area ul.koumoku li:hover {
  background: none;
}

#Contact .submit_area ul.koumoku li:hover input[type=submit] {
  color: #131313;
}

#Contact .submit_area ul.koumoku li:hover svg path {
  fill: #000;
}

#Contact .btn_back {
  margin-top: 25px;
  text-align: center;
}

#Contact .btn_back input {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #fff;
  width: 262px;
  background: #f9f9f9;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #f9f9f9;
  transition: all 0.3s ease;
  height: 58px;
  padding: 15px 15px 14px;
}

#Contact .contact_back {
  margin-top: 25px;
  text-align: center;
}

#Contact .contact_back a {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #fff;
  width: 262px;
  background: #f9f9f9;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #f9f9f9;
  transition: all 0.3s ease;
  height: 58px;
  padding: 15px 15px 14px;
}

#Contact .contact_back a:hover {
  color: #131313;
  background: none;
} */

/*==================================
  Contact
==================================*/
#Contact .container {
  margin: auto;
}
#Contact .container p > a {
  background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
  background-size: 100% 1px;
  padding-bottom: 2px;
  display: inline;
}
#Contact .container p > a:hover {
  color: #704f00;
  background: linear-gradient(#704f00, #704f00) 0 100%/0 1px no-repeat;
  background-size: 100% 1px;
}
#Contact .agree_area {
  margin: 30px 0 0;
  text-align: center;
}
#Contact .need {
  color: #cc0303;
}
#Contact table {
  display: block;
}
#Contact table tbody {
  display: block;
}
#Contact table tr {
  display: block;
  margin-bottom: 30px;
}

#Contact table tr th {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 500;
  display: block;
  text-align: left;
  margin-bottom: 13px;
}

#Contact table tr td {
  display: block;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-size: 18px;
}

#Contact table tr td .text02 {
  margin-top: 8px;
}
#Contact .check-list {
  padding-left: 0;
}
#Contact .check-list li {
  display: inline-block;
}
#Contact .form_wrap > p {
  margin-top: 0 !important;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
  margin-bottom: 50px;
  text-align: center;
}
#Contact.sfm2 td p {
  overflow-wrap: break-word;
}

/*==========================================
  Common
==========================================*/
#AllBox {
	word-break: break-all;
}

.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: .2s;
}

.bounceIn {
    -webkit-animation-name: bounceIn02;
    animation-name: bounceIn02;
}

@keyframes bounceIn02 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.head_box {
	text-align: center;
	margin-bottom: 35px;
}

.head_box .head_box__inner {
	display: inline-block;
	position: relative;
	padding-bottom: 15px;
}

.head_box .head_box__inner::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 0;
	height: 3px;
	background: linear-gradient(to right, #fb8200 50%, rgba(255, 255, 255, 0) 0%);
	background-position: left bottom;
	background-size: 10px 3px;
	background-repeat: repeat-x;
	transition: width .4s ease-out;
}

.head_box.move .head_box__inner::before {
	width: 100%;
}

.head_box p {
	font-size: 53px;
	line-height: 1.41;
	letter-spacing: 0.05em;
	font-weight: 700;
	overflow: hidden;
}

/* .head_box.move {
	transform: none;
}
 */

.head_box span {
	display: inline-block;
	transform: translateY(103%);
	transition: transform 1s ease .3s;
	
}

.head_box.move span {
	transform: translateY(0);
	transition: transform 1s ease .3s;
}

.head_box font {
	color: #fb8200;
}

.head_box .small {
	font-size: 40px;
	display: block;
	line-height: 1.8;
}

.common_text ,
.common_text p {
	font-size: 19px;
	letter-spacing: 0.05em;
	line-height: 2;
	font-weight: 500;
	text-align: center;
}

@media (max-width: 1150px) {
	.head_box .head_box__inner {
		padding-bottom: 10px;
	}

	.head_box p {
		font-size: 45px;
	}
	
	.head_box .small {
		font-size: 30px;
		line-height: 1.6;
	}
}

@media (max-width: 1050px) {
	.head_box p {
		font-size: 40px;
	}
	
	.head_box .small {
		font-size: 28px;
		line-height: 1.6;
	}
}

@media (max-width: 980px) {
	.head_box p {
		font-size: 35px;
	}
	
	.head_box .small {
		font-size: 26px;
	}
}

@media (max-width: 800px) {
	.head_box {
		text-align: center;
		margin-bottom: 35px;
	}

	.head_box .head_box__inner {
		padding-bottom: 5px;
	}
	
	.head_box p {
		font-size: 32px;
		line-height: 1.4;
		white-space: nowrap;
	}
	
	.head_box .small {
		font-size: 22px;
		line-height: 1.3;
	}
	
	.common_text ,
	.common_text p {
		font-size: 18px;
		line-height: 1.8;
		font-weight: 500;
		text-align: left;
	}
}

/* mainVisual */

.main_visual {
	background: -webkit-linear-gradient(left, #ff9c3d, #ff795e);
}

.main_visual_inner {
	max-width: 1250px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	/* padding-top: 168px;
	padding-bottom: 89px; */
	padding: 168px 33px 89px;
}

.main_visual_words {
	position: relative;
	width: 747px;
	z-index: 10;
	animation-delay: 0.9s;
}

.fade_left {
	opacity: 0;
	-webkit-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px);
	transition: 1s ease;
}

.move.fade_left {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	transition: 1s ease;
}



.main_visual_words .words01,
.main_visual_words .words01 img {
	width: 100%;
}

.main_visual_words .words02 {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	animation-duration: 0.9s;
}

.main_visual_words .words02.animated {
	animation-delay: 0.2s;
}

.main_visual_images {
	position: absolute;
	right: 50%;
	transform: translateX(50%);
	margin-right: -450px;
	top: 52px;
	border-radius: 100%;
	height: 695px;
	width: 695px;
	overflow: hidden;
}

.main_visual_bg {
	position: absolute;
	width: 648px;
	height: 695px;
	left: 0;
	top: 0;
	z-index: 3;
}

.main_visual_bg.orange {
	z-index: 5;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	overflow: hidden;
	background: url('../images/top/main_bg_orange.webp') no-repeat;
	background-size: cover;
}


.main_visual_bg.grey {
	width: 594px;
	height: 594px;
	border: 51px;
	border-radius: 100%;
	border: 50px solid #efefef;
	background: #fff;
	border-radius: 100%;
	overflow: hidden;
	left: 50%;
	top: 50%;
	margin-top: -297px;
	margin-left: -297px;

	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.main_visual_bg.ribbon {
	width: 490px;
	height: auto;
	left: 50%;
	margin-left: -245px;
	z-index: 10;
	top: 60px;
}

.main_visual_bg.people,
.main_visual_bg.hand {
	top: auto;
	bottom: 0;
	height: 466px;
	/* z-index: 10; */
}

.main_visual_bg.people {
	opacity: 0;
	visibility: visible !important;
}

.main_visual_bg.people.move {
	visibility: visible !important;
    animation-name: fadeInUp !important;
	animation-delay: 0.55s !important;
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.main_visual_bg.people p {
	position: absolute;
	left: 43px;
	bottom: 50px;
	z-index: 5;
}

.main_visual_bg.hand {
	z-index: 10;
}

.main_visual_bg.hand p {
	position: absolute;
	left: 43px;
	bottom: 50px;/* 
	opacity: 0;
	transition: opacity ease; */
}

.main_visual_bg picture {
	display: inline-block;
}

.main_visual_bg.orange.animated {
	animation-delay: 0.2s;
}

.main_visual_bg.grey.animated {
    animation-delay: 0.3s;
}

.main_visual_bg.grey {
	/* animation-name: bounceIn03; */
}

@keyframes bounceIn03 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}



.main_visual_bg.people.animated,
.main_visual_bg.hand.animated {
    animation-delay: 0.45s;
}

.main_visual_bg.ribbon.animated {
    animation-delay: 0.5s;
}

@media (max-width: 1350px) {
	.main_visual_words {
	    width: 700px;
	}
	
	.main_visual_images {
	    margin-right: -385px;
			width: 655px;
	    height: 655px;
	}
	
	.main_visual_bg.grey {
	    width: 550px;
	    height: 550px;
	    margin-top: -275px;
	    margin-left: -275px;
	}
	
	.main_visual_bg {
	    width: 614px;
	}
}

@media (max-width: 1260px) {
	.main_visual_words {
	    width: 650px;
	}
	
	.main_visual_images {
	    margin-right: -352px;
		width: 640px;
	    height: 640px;
	}
	
	.main_visual_bg.grey {
	    width: 530px;
	    height: 530px;
	    margin-top: -265px;
	    margin-left: -265px;
	}
	
	.main_visual_bg {
	    width: 566px;
	}
}

@media (max-width: 1190px) {
	.main_visual_words {
	    width: 650px;
	}
	
	.main_visual_images {
	    margin-right: -340px;
		width: 620px;
	    height: 620px;
	}
	
	.main_visual_bg.grey {
	    width: 520px;
	    height: 520px;
	    margin-top: -260px;
	    margin-left: -260px;
	}
	
	.main_visual_bg {
	    width: 550px;
	}
}

@media (max-width: 1190px) {
	.main_visual_words {
		width: 600px;
	}
		
	.main_visual_images {
	    height: 630px;
	    width: 630px;
	}
	
	.main_visual_bg.grey {
	    width: 520px;
	    height: 520px;
	    margin-top: -260px;
	    margin-left: -260px;
	}
	
	.main_visual_bg {
	    position: absolute;
	    width: 540px;
	    height: 700px;
	}
}

@media (max-width: 1000px) {
	.main_visual_words {
		width: 540px;
	}
		
	.main_visual_images {
	    height: 600px;
	    width: 600px;
	}
	
	.main_visual_bg.grey {
	    width: 500px;
	    height: 500px;
	    margin-top: -250px;
	    margin-left: -250px;
	}
	
	.main_visual_bg {
	    position: absolute;
	    width: 483px;
	    height: 695px;
	}
}

@media (max-width: 950px) {
	.main_visual_words {
		width: 500px;
	}
		
	.main_visual_images {
	    height: 540px;
	    width: 540px;
		 margin-right: -276px;
	}
	
	.main_visual_bg.grey {
	    width: 460px;
	    height: 460px;
	    margin-top: -230px;
	    margin-left: -230px;
	}
	
	.main_visual_bg {
	    width: 450px;
	}
	
	.main_visual_bg.ribbon {
	    width: 441px;
	    margin-left: -241px;
	    top: 32px;
	}
}

@media (max-width: 866px) {
	.main_visual_words {
		width: 460px;
	}
		
	.main_visual_images {
	    height: 500px;
	    width: 500px;
		 margin-right: -250px;
	}
	
	.main_visual_bg.grey {
	    width: 420px;
	    height: 420px;
	    margin-top: -210px;
	    margin-left: -210px;
	}
	
	.main_visual_bg {
	    width: 450px;
	}
	
	.main_visual_bg.people p,
	.main_visual_bg.hand p {
	    bottom: 36px;
	}
	
	.main_visual_bg.ribbon {
	    width: 400px;
	    margin-left: -201px;
	    top: 32px;
	}
}


@media (max-width: 800px) {
	/* mainVisual */
	
	.main_visual {
		background: -webkit-linear-gradient(left, #ff9b10, #ff7d4f);
		overflow: hidden;
	}
	
	.main_visual_inner {
		max-width: 1250px;
		width: 100%;
		margin: 0 auto;
		position: relative;
		padding-top: 182px;
		padding: 182px 14px 143px;
	}
	
	.main_visual_words {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 94px;
		z-index: 15;
		/* width: calc(100% - 25px); */
		padding: 0 14px;
		max-width: 540px;
		width: 100%;
		margin: 0 auto;
		height: calc(100% - 129px);
	}
	
	.fade_left {
		opacity: 0;
		-webkit-transform: translateX(-60%);
		-ms-transform: translateX(-60%);
		transform: translateX(-60%);
	}
	
	.move.fade_left {
		opacity: 1;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	/* 
	.main_visual_words_wrap {
		max-width: 540px;
		width: 100%;
		position: absolute;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		z-index: 1;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: ;
	} */
	
	
	.main_visual_words .words01,
	.main_visual_words .words01 img {
		width: 100%;
	}
	
	.main_visual_words .words01,
	.main_visual_words .words02,
	.main_visual_words .words03 {
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		padding: 0 14px;
	}
	
	.main_visual_words .words02.animated {
		animation-delay: .5s;
	}
	
	.main_visual_words .words03 {
		top: auto;
		bottom: 0;
	}
	
	.main_visual_images {
		position: relative;
		right: auto;
		left: 50%;
		transform: none;
		margin-right: 0;
		top: auto;
		border-radius: 100%;
		width: 434.5px;
		height: 368px;
		margin: 0 auto;
		
		margin-left: -217.25px;
		overflow: hidden;
	}
	
	.main_visual_bg {
		position: absolute;
		width: auto;
		height: auto;
		left: 0;
		top: 0;
		z-index: 3;
	}
	
	.main_visual_bg.orange {
		z-index: 5;
		border-radius: 100%;
		width: 434.5px;
		height: 368px;
		border-radius: 100%;
		overflow: hidden;
		background: url('../images/top/sp/main_bg_orange.webp') no-repeat;
		background-size: cover;
		
	}
	
	.main_visual_bg.grey {
		width: 377px;
		height: 320px;
		border: none;
		border-radius: 100%;
		border: none;
		border-radius: 100%;
		overflow: hidden;
		left: 50%;
		top: 50%;
		margin-top: -160px;
		margin-left: -188px;
		background: url('../images/top/sp/main_bg_grey.webp') no-repeat;
		background-size: cover;
		
	}
	
	.main_visual_bg.ribbon {
		width: 314px;
		height: auto;
		left: 50%;
		margin-left: -157px;
		z-index: 10;
		top: 12px;
	}
	
	.main_visual_bg.people, .main_visual_bg.hand {
		position: absolute;
		left: 50%;
		width: 417.32px;
		height: auto;
		margin: 0 auto;
		top: auto;
		bottom: 0;
		margin-left: -232px;
		margin-bottom: -34px;
	}
	
	
	.main_visual_bg.people p {
		position: absolute;
		left: 43px;
		bottom: 50px;
		z-index: 5;
	}
	
	.main_visual_bg.hand {
		z-index: 10;
	}
	
	.main_visual_bg.hand p {
		position: absolute;
		left: 43px;
		bottom: 50px;/* 
		opacity: 0;
		transition: opacity ease; */
	}
	
}

/*==========================================
  Layout
==========================================*/

/* sec01 */
.lp_sec.sec01 {
	padding: 185px 0 50px;
	position: relative;
}

.lp_sec.sec01 .container {
	position: relative;
}

.lp_sec.sec01 .care_illust {
	position: absolute;
	z-index: 2;
	top: 0;
	transform: translateY(-50%);
}

.lp_sec.sec01 .care_illust.illust01 {
	left: 60px;
	width: 185px;
}

.lp_sec.sec01 .care_illust.illust02 {
	right: 10px;
	width: 243px;
}

.merit_list {
	margin-top: 93px;
	margin-left: -40px;
	display: flex;
	flex-wrap: wrap;
}

.merit_item {
	width: calc(50% - 40px);
	margin-left: 40px;
	position: relative;
	margin-bottom: 60px;
}


.merit_item:before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: #e8e8e8;
}

.merit_item .eng {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 150px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px 20px 20px 0;
	transform: translateY(-50%);
	background: -webkit-linear-gradient(left, #ff9b10, #ff7d4f);
	font-size: 19px;
	line-height: 1;
	letter-spacing: 0.05em;
	font-weight: 600;
	color: #fff;
}

.merit_item .merit_info {
	padding: 35px;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	border: 4px solid #ffa82b;
}
.merit_item .merit_info h3 {
	font-size: 55px;
	font-weight: 900;
	line-height: 1.36;
	color: #ff5050;
	font-style: italic;
}

.merit_item .merit_info h3 span {
	display: inline-block;
	line-height: 1.25;
	background: linear-gradient(#fff600, #fff600) 0 100%/0 2px no-repeat;
	background-size: 100% 15px;
}

.merit_item .merit_info .text {
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 10px;
}

.merit_item .merit_info .text small {
	font-size: 17px;
}

@media (max-width: 1100px) {
	.lp_sec.sec01 .care_illust.illust01 {
		left: 50px;
		width: 170px;
	}
	
	.lp_sec.sec01 .care_illust.illust02 {
		right: 5px;
		width: 230px;
	}
}

@media (max-width: 1080px) {
	.lp_sec.sec01 .care_illust.illust01 {
		left: 40px;
		width: 160px;
	}
	
	.lp_sec.sec01 .care_illust.illust02 {
		width: 220px;
	}

	.merit_item .merit_info {
	    padding: 35px 20px;
	}
}



@media (max-width: 1040px) {
	.lp_sec.sec01 .care_illust.illust01 {
		left: 35px;
		width: 150px;
	}
	
	.lp_sec.sec01 .care_illust.illust02 {
		width: 210px;
		margin-top: 15px;
	}
	
	.merit_item .merit_info .text {
	    font-size: 20px;
	}
	
	.merit_list {
	    margin-left: -30px;
	}
	
	.merit_item {
	    width: calc(50% - 30px);
	    margin-left: 30px;
	    margin-bottom: 40px;
	}
}

@media (max-width: 1000px) {
	.lp_sec.sec01 .care_illust.illust01 {
		left: 25px;
		width: 120px;
	}
	
	.lp_sec.sec01 .care_illust.illust02 {
		width: 200px;
	}
}

@media (max-width: 900px) {
	.lp_sec.sec01 .care_illust.illust01 {
		left: 10px;
		width: 110px;
	}
	
	.lp_sec.sec01 .care_illust.illust02 {
		right: 0;
		width: 180px;
		margin-top: -20px;
	}
}


@media (max-width: 900px) {
	.lp_sec.sec01 .care_illust.illust02 {
		width: 170px;
		margin-top: -20px;
	}
}


@media (max-width: 800px) {
	/* sec01 */
	.lp_sec.sec01 {
		padding: 75px 0 29px;
		position: relative;
	}
	
	
	.lp_sec.sec01 .head_box {
		margin-bottom: 5px;
	}
	
	.lp_sec.sec01 .container {
		position: relative;
	}
	
	.care_illust_wrap {
		display: flex;
		justify-content: center;
		align-items: flex-end;
		margin-bottom: 25px;
		padding: 0 20px;
	}
	
	.lp_sec.sec01 .care_illust {
		position: relative;
		z-index: 2;
		top: auto;
		transform: translateY(0);
	}
	
	.lp_sec.sec01 .care_illust.illust01 {
		width: 124px;
		left: auto;
	}
	
	.lp_sec.sec01 .care_illust.illust02 {
		width: 171px;
		right: auto;
	}
	
	.merit_list {
		margin-top: 40px;
		margin-left: 0;
		display: block;
	}
	
	.merit_item {
		width: 100%;
		margin-left: 0;
		margin-bottom: 36px;
	}
	
	.merit_item:before {
		top: 6px;
	}
	
	.merit_item .eng {
		width: 138px;
		height: 32px;
		border-radius: 10px 20px 20px 0;
	}
	
	.merit_item .merit_info {
		padding: 27px 9px;
		border: 3px solid #ffa82b;
	}
	
	.merit_item .merit_info h3 {
		font-size: 36px;
		line-height: 1.33;
	}
	
	.merit_item .merit_info h3 span {
		background-size: 100% 10px;
	}
	
	.merit_item .merit_info .text {
		font-size: 20px;
		line-height: 1.5;
		margin-top: 18px;
	}
	
	.merit_item .merit_info .text small {
		font-size: 14px;
	}
}

/*  sec02  */
.lp_sec.sec_grey {
	background: #f7f5f3;
}

.lp_sec.sec02 {
	padding-top: 135px;
	position: relative;
}


.lp_sec.sec02 .head_box {
	margin-bottom: 15px;
}

.lp_sec.sec02 .head_box .head_box__inner {
	padding-right: 73px;
}


.lp_sec.sec02 .head_box.move .head_box__inner::before {
    width: calc(100% - 73px);
    transition: width 1s ease;
}

.lp_sec.sec02 .head_box .head_box__inner::after {
	content: '';
	position: absolute;
	right: 0;
	top: 2px;
	width: 64.5px;
	height: 98.5px;
	background: url('../images/top/icon_mark.png') no-repeat;
	background-size: 100% 100%;
	/* transform: translateX(100%); */
	opacity: 0;
	transition: opacity 0.5s ease 1s;
}


.lp_sec.sec02 .head_box.move .head_box__inner::after {
	opacity: 1;
}

.lp_sec.sec02::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: calc(100% + 32px);
	background: #f7f5f3;
}

.trouble_wrap {
	position: relative;
}

.question_team {
	padding-bottom: 380px;
}

.trouble_illust {
	position: absolute;
	bottom: 35px;
	z-index: 1;
	width: 577.5px;
	left: 50%;
	transform: translateX(-50%);
}


@media (max-width: 1150px) {
	.lp_sec.sec02 .head_box .head_box__inner {
		padding-right: 62px;
	}

	.lp_sec.sec02 .head_box.move .head_box__inner::before {
    width: calc(100% - 62px);
	}

	.lp_sec.sec02 .head_box .head_box__inner::after {
	    width: 54.5px;
	    height: 83.5px;
	}
}

@media (max-width: 1050px) {
	.lp_sec.sec02 .head_box .head_box__inner {
		padding-right: 55px;
	}

	.lp_sec.sec02 .head_box.move .head_box__inner::before {
    width: calc(100% - 55px);
	}

	.lp_sec.sec02 .head_box .head_box__inner::after {
	    width: 48.5px;
	    height: 73.5px;
	}
}

@media (max-width: 980px) {
  .lp_sec.sec02 .head_box .head_box__inner {
		padding-right: 48px;
	}

	.lp_sec.sec02 .head_box.move .head_box__inner::before {
    width: calc(100% - 48px);
	}

	.lp_sec.sec02 .head_box .head_box__inner::after {
	    width: 42.5px;
	    height: 65px;
	}
}

@media (max-width: 800px) {
	/*  sec02  */
	
	.lp_sec.sec02 {
		padding-top: 80px;
	}
	
	.lp_sec.sec02::before {
		height: calc(100% + 28px);
	}
	
	.lp_sec.sec02 .head_box {
		position: relative;
	}
	
	.lp_sec.sec02 .head_box::after {
		content: '';
		position: absolute;
		right: 50%;
		transform: translateX(50%);
		margin-right: -125px;
		bottom: 8px;
		width: 35px;
		height: 54px;
		background: url('../images/top/icon_mark.png') no-repeat;
		background-size: 100% 100%;
		/* transform: translateX(100%); */
		opacity: 0;
	}
	
	.lp_sec.sec02 .head_box.move:after {
		opacity: 1;
	    transition: opacity 0.5s ease 1s;
	}
	
	.lp_sec.sec02 .head_box .head_box__inner {
		padding-bottom: 10px;
		position: relative;
		padding-right: 0;
	}
	
	.lp_sec.sec02 .head_box .head_box__inner::after {
		content: unset;
	}
	
	.lp_sec.sec02 .head_box .head_box__inner::before {
		bottom: 0;
	}
	
	.lp_sec.sec02 .head_box.move .head_box__inner::before {
	    width: 100%;
	}
	
	.lp_sec.sec02::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		width: 100%;
		height: calc(100% + 32px);
		background: #f7f5f3;
	}
	
	.question_team {
		width: calc(100% + 100px);
		margin-left: -50px;
		padding-bottom: 213px;
	}
	
	.trouble_illust {
		bottom: 28px;
		width: 306px;
		transform: translateX(-50%);
	}
	
	
}
/* cv */

.lp_cv {
	padding: 70px 0;
	background: -webkit-linear-gradient(left, #ff6646, #ff7c52);
	position: relative;
	
	clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%, calc(50% + 26px) 0%, 50% 31px, calc(50% - 26px) 0%);
}

.lp_cv .container {
	position: relative;
}

.lp_cv .container::after {
	content: '';
	position: absolute;
	right: 70px;
	bottom: -70px;
	z-index: 5;
	height: 181px;
	width: 155px;
	background: url('../images/top/cv_illust.svg') no-repeat;
	background-size: cover;
}

.lp_cv h3 {
	text-align: center;
	margin-bottom: 45px;
	font-weight: 900;
	font-size: 40px;
	letter-spacing: 0.02em;
	line-height: 1.32;
	color: #fff;
}

.lp_cv h3.large {
	font-size: 49px;
	line-height: 1.5;
}

.lp_cv dl {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 102px;
}

.lp_cv dl dt {
	width: 380px;
}

.lp_cv dl dd {
	width: 425px;
}

.lp_cv dt a {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.lp_cv dt a span {
	font-size: 46px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
	letter-spacing: 0.05em;
	display: block;
	text-align: center;
}

.lp_cv dt a picture {
	display: inline-block;
	max-width: 255px;
	width: 100%;
}

.lp_cv dt a span,
.lp_cv dd a span {
	display: inline-flex;
	align-items: center;
	line-height: 1;
}

.lp_cv dt a span::before {
    content: '';
    width: 30px;
    height: 32px;
    background: url(../images/top/icon_tel.svg) center no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
}

.lp_cv dd {
	margin-left: 24px;
	
}

.lp_cv dd a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 425px;
	height: 80px;
	background: #ef3e00;
	border-radius: 40px;
	border: 1px solid #fff;
	transition: background .3s ease;
	
	padding: 0 10px;
}

.lp_cv dd a picture {
	display: inline-block;
	max-width: 293px;
	width: 100%;
}

.lp_cv dd a span::before {
    content: '';
    width: 26.5px;
    height: 21px;
    background: url(../images/top/icon_email.svg) center no-repeat;
    background-size: 100% 100%;
    margin-right: 16px;
}

@media (min-width: 960px) {
	.lp_cv dd a:hover {
		transition: background .3s ease;
		background: #ffaa24;
	}
}


@media (max-width: 1350px) {
	.lp_cv h3 {
	    font-size: 36px;
	}
	
	.lp_cv h3.large {
		font-size: 45px;
	}
}

@media (max-width: 1300px) {

	.lp_cv .container::after {
	   transform: scale(0.95);
	   transform-origin: right bottom;
	}
	
	.lp_cv dt a span {
	    font-size: 40px;
	}
	
	.lp_cv dl dt {
		width: 380px;
	}
	
	.lp_cv dl dd {
		width: 400px;
	}
	
	.lp_cv dd a {
	    width: 400px;
	    height: 75px;
	}
}

@media (max-width: 1230px) {
	.lp_cv h3 {
	    font-size: 30px;
	}
	
	.lp_cv h3.large {
		font-size: 40px;
	}
}

@media (max-width: 1200px) {

	.lp_cv .container::after {
		right: 50px;
		transform: scale(0.8);
	}
	
	.lp_cv dt a span {
	    font-size: 36px;
	}
	
	.lp_cv dl dt {
		width: 360px;
	}
	
	.lp_cv dl dd {
		width: 375px;
	}
	
	.lp_cv dd a {
	    width: 375px;
	    height: 75px;
	}
}


@media (max-width: 1060px) {
	.lp_cv h3 {
		font-size: 28px;
	}
	
	.lp_cv h3.large {
		font-size: 35px;
	}
	
	.lp_cv .container::after {
		right: 45px;
		transform: scale(0.75);
	}
	
	.lp_cv dt a span {
	    font-size: 30px;
	}
	
	.lp_cv dt a span::before {
	    width: 23px;
	    height: 24px;
	    margin-right: 5px;
	}
	
	.lp_cv dl dt {
		width: 360px;
	}
	
	.lp_cv dl dd {
		width: 360px;
	}
	
	.lp_cv dd a {
	    width: 360px;
	    height: 70px;
	}
}


@media (max-width: 980px) {
	.lp_cv h3 {
		font-size: 26px;
	}
	
	.lp_cv h3.large {
		font-size: 30px;
	}
		
	.lp_cv .container::after {
		right: 40px;
		transform: scale(0.75);
	}
	
	.lp_cv dt a span {
	    font-size: 30px;
	}
	
	.lp_cv dl dt {
		width: 300px;
	}
	
	.lp_cv dl dd {
		width: 335px;
	}
	
	.lp_cv dd a {
	    width: 355px;
	    height: 70px;
	}
	
	.lp_cv dd a picture {
	   max-width: 287px;
	    width: 100%;
	}
}

@media (max-width: 960px) {
	.lp_cv h3 {
		font-size: 24px;
	}
	
	.lp_cv h3.large {
		font-size: 28px;
	}
		
	.lp_cv .container::after {
		transform: scale(0.65);
		right: 35px;
	}
	
	.lp_cv dt a span {
	    font-size: 26px;
	}
	
	.lp_cv dd a {
	    width: 330px;
	    height: 65px;
	}
	
	.lp_cv dd a picture {
	   max-width: 260px;
	}
	
	.lp_cv dd a span::before {
	    width: 24px;
	    height: 18px;
	    margin-right: 10px;
	}
	
}

@media (max-width: 900px) {
	.lp_cv .container::after {
		right: 35px;
	}
	
	.lp_cv dt a span {
	    font-size: 24px;
	}
	
	.lp_cv dd a {
	    width: 330px;
	    height: 65px;
	}
	
	.lp_cv dd a picture {
	   max-width: 250px;
	}
	
}


@media (max-width: 890px) {
	.lp_cv h3 {
		font-size: 22px;
	}
	
	.lp_cv h3.large {
		font-size: 26px;
	}
		
	.lp_cv .container::after {
		right: 7px;
	}
	
	.lp_cv dl {
		padding: 0;
	}
	
	.lp_cv dt a span {
	    font-size: 24px;
	}
	
	.lp_cv dd a {
	    width: 330px;
	    height: 65px;
	}
	
	.lp_cv dd a picture {
	   max-width: 250px;
	}
	
}

@media (max-width: 800px) {
	.lp_cv {
		padding: 54px 0 50px;
		background: -webkit-linear-gradient(left, #ff6646, #ff7c52);
		position: relative;
		
		clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%, calc(50% + 27px) 0%, 50% 24px, calc(50% - 27px) 0%);
	}
	
	
	.lp_cv .container::after {
		content: unset;
	}
	
	.lp_cv h3 {
		width: calc(100% + 40px);
		margin: 0 -20px 30px;
		font-size: 27px;
		letter-spacing: 0.04em;
	}
	
	.lp_cv h3.large {
		font-size: 27px;
		line-height: 1.4;
	}
	
	.lp_cv dl {
		display: block;
		padding: 0;
	}
	
	.lp_cv dt a span {
		font-size: 37px;
	}
	
	.lp_cv dt a picture {
		max-width: 250px;
		width: 100%;
	}
	
	.lp_cv dt a span::before {
	    content: '';
	    width: 26px;
	    height: 29px;
	}
	
	.lp_cv dd {
		margin-left: 0;
		margin-top: 30px;
		
	}
	
	.lp_cv dl dt,
	.lp_cv dl dd {
		width: 100%;
	}
	
	.lp_cv dd a {
		max-width: 335px;
		width: 100%;
		height: 70px;
		border-radius: 35px;
		padding: 0 10px;
		margin: 0 auto;
	}
	
	.lp_cv dd a picture {
		max-width: 242px;
		width: 100%;
	}
	
	.lp_cv dd a span::before {
	    width: 24px;
	    height: 18px;
	    margin-right: 7px;
	}
}

@media (max-width: 374px) {
	.lp_cv h3 {
		font-size: 24px;
	}
	
	.lp_cv h3.large {
		font-size: 25px;
		line-height: 1.4;
	}
		
	.lp_cv dt a span {
		font-size: 35px;
	}
	
	.lp_cv dd a picture {
		max-width: 226px;
		width: 100%;
	}
}

/* lp_sec sec03 */

.lp_sec.sec03 {
	padding: 130px 0 115px;
}

.sec03_wrap {
	display: flex;
	margin-top: 60px;
}

.sec03_wrap .image_wrap {
	width: 520px;
	margin-right: 45px;
}

.sec03_wrap .info_item {
	width: calc(100% - 565px);
}

.sec03_wrap .info_item .common_text, 
.sec03_wrap .info_item .common_text p {
	text-align: left;
	font-size: 17px;
	line-height: 2.4;
}

.button_link {
	margin-top: 43px;
}

.button_link a {
	max-width: 350px;
	width: 100%;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: -webkit-linear-gradient(left, #ff9b3f , #ff7b5d);
	border-radius: 38px;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	position: relative;
	
	background-image: linear-gradient(to right, #ff9b3f, #ff7b5d, #ff8d6e, #ffbf5a);
	background-size: 300% 100%;
	transition: all .4s ease-in-out;
}


@media (min-width: 960px) {
	
	.button_link a:hover {
	    background-position: 100% 0;
	    transition: all .4s ease-in-out;
	}
}

@media (max-width: 1070px) {
	.sec03_wrap .image_wrap {
		width: calc(100% - 500px);
		margin-right: 50px;
	}
	
	.sec03_wrap .info_item {
		width: 450px;
	}
	
}

@media (max-width: 968px) {
	.sec03_wrap .image_wrap {
		width: calc(100% - 430px);
		margin-right: 30px;
	}
	
	.sec03_wrap .info_item {
		width: 400px;
	}
	
	.sec03_wrap .info_item .common_text, .sec03_wrap .info_item .common_text p {
	    text-align: left;
	    font-size: 16px;
	    line-height: 2;
	}
	
}

@media (max-width: 800px) {
	/* lp_sec sec03 */
	
	.lp_sec.sec03 {
		padding: 80px 0 65px;
	}
	
	.sec03_wrap {
		display: block;
		margin-top: 43px;
	}
	
	.sec03_wrap .image_wrap {
		max-width: 315px;
		width: 100%;
		margin: 0 auto;
	}
	
	.sec03_wrap .info_item {
		width: 100%;
		margin-top: 24px;
	}
	
	.sec03_wrap .info_item .common_text, 
	.sec03_wrap .info_item .common_text p {
		text-align: left;
		font-size: 16px;
		line-height: 1.8;
	}
	
	.button_link {
		margin-top: 30px;
	}
	
	.button_link a {
		max-width: 280px;
		margin: 0 auto;
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: -webkit-linear-gradient(left, #ff9b3f , #ff7b5d);
		border-radius: 30px;
		font-size: 17px;
	}
	
}

/* lp_sec sec04 */
.lp_sec.sec04 {
	padding: 115px 0 112px;
	position: relative;
}

.lp_sec.sec04::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: calc(100% + 32px);
	background: #f7f5f3;
}

.lp_sec.sec04 .common_text {
	padding: 0 165px;
}

.chart_wrap {
	margin-top: 54px;
	padding: 86px 50px 77px;
	border-radius: 10px;
	background: #fff;
	position: relative;
}

.reason_illust {
	position: absolute;
	right: 34px;
	top: 0;
	z-index: 3;
	width: 130px;
	transform: translateY(-100%);
}

.chart_wrap h3 {
	text-align: center;
	font-size: 35px;
	letter-spacing: 0.06em;
	line-height: 1.4;
	margin-bottom: 48px;
}

.chart_list {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 50px;
}


.chart_item .title {
	margin-bottom: 30px;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.reason_wrap {
	margin-top: 70px;
	display: flex;
	flex-wrap: wrap;
	gap: 45px 0;
	margin-left: -40px;
}

.reason_item {
	width: calc(50% - 40px);
	margin-left: 40px;
	position: relative;
}

.reason_item .number {
	color: #fb8200;
	font-size: 27px;
	font-weight: 600;
	line-height: 1;
	width: 74px;
	height: 74px;
	background: url('../images/top/icon_pop.svg') no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	transform: translate(-20px,-20px);
}

.reason_item .title {
	font-size: 28px;
	letter-spacing: 0.06em;
	font-weight: 900;
	line-height: 1.75;
	text-align: center;
	padding: 20px;
	background: -webkit-linear-gradient(left, #ff9b3f , #ff7b5d);
	color: #fff;
	border-radius: 10px 10px 0 0;
}

.reason_item .info {
	background: #FFFFFF;
	border-radius: 10px;
}

.reason_item .text {
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 2;
	font-weight: 500;
	padding: 28px 50px;
	padding: 28px 56px 36px 56px;
	border: 3px dotted #ff9247;
	border-radius: 0 0 10px 10px;
	border-top: none;
	position: relative;
	overflow: hidden;
}

.reason_item .text p {
	line-height: 2;
}

@media (max-width: 1300px) {
	.reason_item .title {
	    font-size: 26px;
		padding: 15px 42px;
	}
}

@media (max-width: 1200px) {
	.reason_item .title {
	    font-size: 20px;
	}
}

@media (max-width: 1100px) {
	.reason_item .title {
		padding: 15px 35px;
	}
	
	.reason_item .number {
		width: 52px;
		height: 52px;
		font-size: 24px;
	}
	
	.reason_illust {
		right: 0px;
		width: 120px;
		height: 250px;
		overflow: hidden;
	}
	
	.chart_item .title {
	    font-size: 20px;
	}
}

@media (max-width: 1030px) {
	.reason_item .text {
	    padding: 20px 30px;
	}
	.reason_item .number {
	    left: 10px;
	}
}

@media (max-width: 980px) {
	.reason_item .title {
		font-size: 18px;
	}
}

@media (max-width: 950px) {
	.reason_illust {
		right: 0px;
		width: 100px;
		height: 190px;
		overflow: hidden;
	}
	
	.lp_sec.sec04 .common_text {
	    padding: 0 100px;
	}
	
	.chart_wrap {
	    padding: 86px 30px 77px;
	}
	
	.chart_list {
	    gap: 35px;
	}
}

@media (max-width: 920px) {
	.reason_item .title {
		padding: 16px 28px;
	}
}

@media (max-width: 875px) {
	.chart_item .title {
	    font-size: 18px;
		letter-spacing: 0;
		padding: 16px 20px;
	}
	
	.reason_wrap {
	    gap: 30px 0;
	    margin-left: -30px;
	}
	
	.reason_item {
	    width: calc(50% - 30px);
	    margin-left: 30px;
	}

}

@media (max-width: 810px) {
	.reason_item .title {
		font-size: 16px;
	}
}

@media (max-width: 800px) {
	.lp_sec.sec04 {
		padding: 65px 0 57px;
		position: relative;
	}
	
	.lp_sec.sec04::before {
		height: calc(100% + 28px);
	}
	
	.lp_sec.sec04 .common_text {
		padding: 0;
	}
	
	.chart_wrap {
		margin-top: 35px;
		padding: 38px 14px 48px;
	}
	
	.reason_illust {
		position: absolute;
		right: 34px;
		top: 0;
		z-index: 3;
		width: 70px;
		height: 117px;
		overflow: hidden;
		transform: translateY(-10px);
	}
	
	.chart_wrap h3 {
		font-size: 24px;
		line-height: 1.2;
		margin-bottom: 4px;
	}
	
	.chart_list {
		display: block;
	}
	
	.chart_item+.chart_item {
		margin-top: 30px;
	}
	
	.chart_item .title {
		margin-bottom: 0;
		font-size: 17px;
		line-height: 1.7;
	}
	
	.reason_wrap {
		margin-top: 26px;
		display: block;
		margin-left: 0;
	}
	
	.reason_item {
		width: 100%;
		margin-left: 0;
	}
	
	.reason_item+.reason_item {
		margin-top: 20px;
	}
	
	.reason_item .number {
		font-size: 20px;
		width: 52px;
		height: 52px;
		
		position: absolute;
		left: 0;
		top: 0;
		z-index: 3;
		transform: translate(-8px,-8px);
	}
	
	.reason_item .title {
		font-size: 22px;
		line-height: 1.3;
		text-align: center;
		padding: 15px 0;
	}
	
	.reason_item .text {
		font-size: 17px;
		line-height: 1.7;
		font-weight: 500;
		padding: 23px 25px;
		border: none;
	}

	.reason_item .text p {
		line-height: 1.7;
	}
	
	
	.reason_item .text::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: calc(100% - 13px);
		pointer-events: none;
		background: url('../images/top/img_dots.webp') repeat-y center bottom;
		background-size: 100% auto;
		z-index: 2;
	}
	
	
	.reason_item .text .dots {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 14px;
		z-index: 2;
	}
	
	.reason_item .text .dots::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 16px;
		pointer-events: none;
		background: url('../images/top/img_dots_bottom.webp') no-repeat bottom left;
		background-size: 100% auto;
	}
	
}

@media (max-width: 374px) {
	.chart_wrap h3 {
		font-size: 20px;
	}
}

/* lp_sec sec05 */
.lp_sec.sec05 {
	padding-top: 135px;
}

.strengths_wrap {
	position: relative;
	margin-top: 107px;
}

.strengths_wrap .strengths_illust {
	position: absolute;
	right: -25px;
	width: 369px;
	z-index: 3;
	top: -100px;
}

.strengths_item+.strengths_item {
	margin-top: 30px;
}

.strengths_item:nth-child(even) {
	flex-direction: row-reverse;
}

.strengths_item {
	display: flex;
	align-items: center;
	background: #f7f5f3;
	border-radius: 10px;
	padding: 40px 0;
}

.strengths_image {
	width: 495px;
	position: relative;
}

.strengths_image picture {
	display: inline-block;
	border-radius: 10px;
	overflow: hidden;
}

.strengths_image .number_wrap {
	position: absolute;
	left: -20px;
	top: -20px;
	z-index: 3;
	width: 97.5px;
	height: 97.5px;
	border-radius: 100%;
	background: -webkit-linear-gradient(left, #FFA337 , #FF7364);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	color: #fff;
}

.strengths_item:nth-child(even) .strengths_image .number_wrap {
	left: auto;
	right: -20px;
}

.strengths_image .number_wrap .eng {
	font-size: 10px;
	line-height: 1;
	padding:5px 0 0 0;
}

.strengths_image .number_wrap .number {
	font-size: 30px;
	line-height: 1;
	padding:4px 0 0 0;
}

.strengths_item:nth-child(odd) {
	padding-left: 40px;
}

.strengths_item:nth-child(even) {
	padding-right: 40px;
}

.strengths_item:nth-child(even) .strengths_info {
	padding-left: 65px;
}

.strengths_item:nth-child(odd) .strengths_info {
	padding-right: 65px;
}

.strengths_item:nth-child(odd) .strengths_image {
	margin-right: 55px;
}

.strengths_item:nth-child(even) .strengths_image {
	margin-left: 55px;
}

.strengths_info {
	width: calc(100% - 550px);
}

.strengths_info h3 {
	font-size: 37px;
	letter-spacing: 0.05em;
	line-height: 1.39;
	font-weight: 700;
}

.strengths_info h3 span {
	color: #fb8200;
}

.strengths_info h3 font {
	font-size: 22px;
}

.strengths_info .text {
	margin-top: 24px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

@media (max-width: 1400px) {
	.strengths_wrap .strengths_illust {
		right: 0;
		width: 345px;
	}
}

@media (max-width: 1380px) {
	.strengths_info h3 {
	    font-size: 30px;
	}
}

@media (max-width: 1300px) {
	.strengths_wrap .strengths_illust {
		right: 0;
		width: 320px;
	}
}
/* 
@media (max-width: 1280px) {
	.strengths_wrap .strengths_illust {
		right: 0;
		width: 320px;
	}
} */

@media (max-width: 1280px) {
	
	
	.strengths_item:nth-child(odd) .strengths_info {
	    padding-right: 20px;
	}
	
	.strengths_item:nth-child(even) .strengths_info {
	    padding-left: 20px;
	}
}


@media (max-width: 1170px) {
	.strengths_info h3 {
	    font-size: 28px;
	}
	
	.strengths_image {
	    width: 450px;
	    position: relative;
	}
	
	.strengths_item:nth-child(odd) .strengths_image {
	    margin-right: 50px;
	}

	.strengths_item:nth-child(even) .strengths_image {
		margin-left: 50px;
	}

	.strengths_info {
		width: calc(100% - 500px);
	}
}

@media (max-width: 1100px) {
	.strengths_wrap .strengths_illust {
		right: 0;
		width: 290px;
	}
}

@media (max-width: 930px) {
	.strengths_image {
	    width: 400px;
	    position: relative;
	}
	
	.strengths_item:nth-child(odd) .strengths_image {
	    margin-right: 20px;
	}

	.strengths_item:nth-child(even) .strengths_image {
		margin-left: 20px;
	}

	.strengths_info {
		width: calc(100% - 420px);
	}
}

@media (max-width: 800px) {
	/* lp_sec sec05 */
	.lp_sec.sec05 {
		padding-top: 60px;
	}
	
	.lp_sec.sec05 .head_box p:first-child {
        padding-bottom: 0;
        font-size: 32px;
        line-height: 1.3;
        white-space: nowrap;
    }
	
	.lp_sec.sec05 .head_box p:first-child::before {
		content: unset;
	}
	
	.strengths_wrap {
		margin-top: 60px;
	}
	
	.strengths_wrap .strengths_illust {
		position: relative;
		max-width: 280px;
		width: 100%;
		margin: 0 auto 28px;
		right: auto;
		z-index: 3;
		top: auto;
	}
	
	.strengths_item+.strengths_item {
		margin-top: 15px;
	}
	
	.strengths_item:nth-child(even) {
		flex-direction: row-reverse;
	}
	
	.strengths_item {
		display: block;
		align-items: center;
		background: #f7f5f3;
		border-radius: 10px;
		padding: 16px 14px;
	}
	
	.strengths_image {
		width: 100%;
	}
	
	.strengths_image .number_wrap {
		left: -7px;
		top: -7px;
		width: 65px;
		height: 65px;
		padding-top: 5px;
	}
	
	.strengths_item:nth-child(even) .strengths_image .number_wrap {
		left: -7px;
		right: auto;
	}
	
	.strengths_image .number_wrap .eng {
		font-size: 8px;
		letter-spacing: 0;
	}
	
	.strengths_image .number_wrap .number {
		font-size: 25px;
		line-height: 1;
		margin-top: 2px;
	}
	
	.strengths_item:nth-child(odd) {
		padding-left: 16px;
	}
	
	.strengths_item:nth-child(even) {
		padding-right: 16px;
	}
	
	.strengths_item:nth-child(even) .strengths_info {
		padding-left: 0;
	}
	
	.strengths_item:nth-child(odd) .strengths_info {
		padding-right: 0;
	}
	
	.strengths_item:nth-child(odd) .strengths_image {
		margin-right: 0;
	}
	
	.strengths_item:nth-child(even) .strengths_image {
		margin-left: 0;
	}
	
	.strengths_info {
		width: 100%;
		margin-top: 13px;
	}
	
	.strengths_info h3 {
		font-size: 23px;
		line-height: 1.4;
		letter-spacing: 0;
	}
	
	.strengths_info h3 font {
		font-size: 14px;
	}
	
	.strengths_info .text {
		margin-top: 8px;
		font-size: 17px;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 1.8;
	}
	
}

@media (max-width: 374px) {
	.strengths_info h3 {
	    font-size: 22px;
	}
}

/* lp_sec sec06 */

.lp_sec.sec06 {
	margin-top: 130px;
}

.lp_sec.sec06 .head_box .small {
    position: relative;
	padding: 0 45px;
	display: inline-block;
}

.lp_sec.sec06 .head_box {
    margin-bottom: 46px;
}

.lp_sec.sec06 .head_box .small::before,
.lp_sec.sec06 .head_box .small::after {
	content: '';
	position: absolute;
	left: 0;
	top: 22px;
	z-index: 1;
	width: 2px;
	height: 42px;
	background: #fb8200;
	transform-origin: left top;
	transform: rotate(-36.66deg);
}


.lp_sec.sec06 .head_box .small::after {
	left: auto;
	right: 0;
	
	transform: rotate(36.66deg);
	transform-origin: right top;
}

.lp_sec.sec06 .container {
	position: relative;
	padding-bottom: 130px;
}

.lp_sec.sec06 .strengths_illust {
	position: absolute;
	left: 22px;
	top: 0;
	z-index: 2;
	width: 233px;
}

.fountain_table {
	margin-top: 73px;
	display: flex;
}

.fountain_table tr th,
.fountain_table tr td {
	display: block;
}


.fountain_table .table01 {
	width: 720px;
}


.fountain_table table,
.fountain_table table tbody {
	display: block;
}

.fountain_table .table01 tr {
	display: flex;
}

.fountain_table .table01 tr th {
	width: 242px;
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.08em;
	background: #777777;
	color: #fff;
	padding: 20px 30px;
	border-bottom: 1px solid #969696;
}

.fountain_table .table01 tr:last-child th {
	border-bottom: 1px solid #777777;
}

.fountain_table .table01 tr:first-child th:nth-child(2),
.fountain_table .table01 tr td {
	width: calc(100% - 242px);
}

.fountain_table .table01 tr td {
	text-align: center;
	border-bottom: 1px solid #a8a8a8;
	font-size: 19px;
	letter-spacing: 0.08em;
	font-weight: 500;
	color: #131313;
	display: flex;
	align-items: center;
	justify-content: center;
	
	height: 60px;
}

.fountain_table .table01 tr:first-child th {
	background: #777777;
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.08em;
	line-height: 1;
	height: 62px;
	
	justify-content: center;
}

.fountain_table .table01 tr:first-child th:first-child {
	background: transparent;
}

.fountain_table .table01 tr th {
	font-size: 18px;
	letter-spacing: 0.08em;
	line-height: 1;
}

.fountain_table .table02 {
	/* font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.08em; */
	width: calc(100% - 720px);
	position: relative;
}

.fountain_table .table02 tbody {
	position: relative;
	z-index: 2;
	border-radius: 0 0 10px 10px;
}

.fountain_table .table02 tbody::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: calc(100% + 6px);
	border: 3px solid #ff6646;
	border-top: none;
	border-radius: 0 0 10px 10px;
	background: #ffedde;
}

.fountain_table .table02 tr,
.fountain_table .table02 tr th,
.fountain_table .table02 tr td {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
	z-index: 3;
}

.fountain_table .table02 tr th {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	position: relative;
	height: 62px;
	padding-top: 5px;
	align-items: flex-start;
}

.fountain_table .table02 tr th br {
	display: none;
}

@media (max-width: 1130px) {
	.fountain_table .table02 tr th {
		position:relative;
		top:-15px;
		left:0;
		line-height: 1.3;
	}
	.fountain_table .table02 tr th br {
		display: block !important;
	}
	
}

.fountain_table .table02 tr:first-child {
	position: relative;
	z-index: 3;
}

.fountain_table .table02 tr:first-child::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: calc(100% + 19px);
	background: -webkit-linear-gradient(right, #ff8243, #ff8543 14%, #ff6646 61%);
	border-radius: 10px 10px 0 0;
}

.fountain_table .table02 tr td {
    text-align: center;
    /* border-bottom: 1px solid #a8a8a8; */
    font-size: 20px;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #131313;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 20px 30px;
	height: 60px;
	
	background: linear-gradient(to right, #fb8200 50%, rgba(255, 255, 255, 0) 0%) 0 100%/0 3px repeat-x;
	background-position: left bottom;
	background-size: 6px 1px;
}

.fountain_table .table02 tr:last-child td {
	background: none;
}

.fountain_table .table02 tr:nth-child(2) td,
.fountain_table .table02 tr:nth-child(3) td {
	color: #fb6a00;
	font-weight: 700;
	font-size: 25px;
}

.fountain_table .table02 tr:nth-child(2) td span {
	font-size: 37px;
}


.fountain_table .table02 tr:nth-child(3) td span {
	font-size: 37px;
}

@media (max-width: 1150px) {
	.lp_sec.sec06 .head_box .small {
	    padding: 0 30px;
	}
	
	.lp_sec.sec06 .head_box .small::before,
	.lp_sec.sec06 .head_box .small::after {
		top: 15px;
		z-index: 1;
		height: 39px;
	}
}

@media (max-width: 1300px) {
	.fountain_table .table01 {
	    width: 700px;
	}
	
	.fountain_table .table02 {
	    width: calc(100% - 700px);
	}
}

@media (max-width: 1260px) {
	.fountain_table .table01 {
	    width: 680px;
	}
	
	.fountain_table .table02 {
	    width: calc(100% - 680px);
	}
}

@media (max-width: 1230px) {
	.fountain_table .table01 {
	    width: 620px;
	}
	
	.fountain_table .table02 {
	    width: calc(100% - 620px);
	}
}

@media (max-width: 1170px) {
	.fountain_table .table01 {
	    width: 600px;
	}
	
	.fountain_table .table02 {
	    width: calc(100% - 600px);
	}
}

@media (max-width: 1150px) {
	.fountain_table .table01 {
	    width: 580px;
	}
	
	.fountain_table .table02 {
	    width: calc(100% - 580px);
	}
}

@media (max-width: 1130px) {
	.fountain_table .table02 th {
	    font-size: 20px;
	}
	
	.fountain_table .table02 tr:nth-child(2) td, 
	.fountain_table .table02 tr:nth-child(3) td {
	    font-size: 20px;
	}
	
	.fountain_table .table02 tr td {
	    font-size: 18px;
	}
}

@media (max-width: 1070px) {
	.lp_sec.sec06 .strengths_illust {
	    width: 200px;
		height: 200px;
		overflow: hidden;
	}
	
	.fountain_table .table01 {
	    width: 520px;
	}
	
	.fountain_table .table02 {
	    width: calc(100% - 520px);
	}
}

@media (max-width: 1008px) {
	.fountain_table .table01 {
	    width: 500px;
	}
	
	.fountain_table .table02 {
	    width: calc(100% - 500px);
	}
}

@media (max-width: 930px) {
	.fountain_table .table01 {
	    width: 480px;
	}
	
	.fountain_table .table02 {
	    width: calc(100% - 480px);
	}
	
	.fountain_table .table01 tr:first-child th {
	    font-size: 18px;
	}
}

@media (max-width: 910px) {
	.fountain_table .table02 tr:nth-child(2) td, 
	.fountain_table .table02 tr:nth-child(3) td {
		font-size: 18px;
	}
	
	.fountain_table .table02 tr:nth-child(2) td span {
	    font-size: 30px;
	}
}

@media (max-width: 880px) {
	.lp_sec.sec06 .strengths_illust {
		width: 180px;
		height: 180px;
	}
		
	.fountain_table .table01 {
	    width: 450px;
	}
	
	.fountain_table .table02 {
	    width: calc(100% - 450px);
	}
	
	.fountain_table .table01 tr th {
	    width: 200px;
	}
	
	.fountain_table .table01 tr th {
	    padding: 20px 10px;
	}
	
	.fountain_table .table01 tr:first-child th:nth-child(2), 
	.fountain_table .table01 tr td {
	    width: calc(100% - 200px);
	}
	
	.fountain_table .table01 tr th {
	    font-size: 16px;
	}
}


@media (max-width: 880px) {
	.fountain_table .table01 {
	    width: 400px;
	}
	
	.fountain_table .table02 {
	    width: calc(100% - 400px);
	}
	
	.fountain_table .table01 tr th {
	    width: 180px;
	}
	
	.fountain_table .table01 tr:first-child th:nth-child(2),
	.fountain_table .table01 tr td {
	    width: calc(100% - 180px);
	}
	
}


@media (max-width: 800px) {
	/* lp_sec sec06 */
	
	.lp_sec.sec06 {
		margin-top: 68px;
	}
	
	.lp_sec.sec06 .head_box .small {
		padding: 0 15px;
		font-size: 20px;
		letter-spacing: 0;
		margin-bottom: 10px;
	}
	
	.lp_sec.sec06 .head_box {
	    margin-bottom: 35px;
	}
	
	.lp_sec.sec06 .head_box p:nth-child(1) {
		padding-bottom: 0;
		line-height: 1.3;
	}
	
	.lp_sec.sec06 .head_box p:nth-child(1)::before {
		content: unset;
	}
		
	.lp_sec.sec06 .head_box .small::before,
	.lp_sec.sec06 .head_box .small::after {
		top: 7px;
		height: 23px;
	}

	.lp_sec.sec05 .head_box .small,
	.lp_sec.sec07 .head_box .small {
		margin-bottom: 5px;
	}
	
	
	.lp_sec.sec06 .container {
		padding-bottom: 63px;
	}
	
	.lp_sec.sec06 .strengths_illust {
		display: none;
	}
	
	.fountain_table {
		margin-top: 38px;
		display: block;
	}
	
	.fountain_table tr th,
	.fountain_table tr td {
		display: block;
	}
	
	
	.fountain_table .table01 {
		width: 100%;
	}
	
	.fountain_table table,
	.fountain_table table tbody {
		display: block;
	}
	
	.fountain_table .table01 tr {
		display: flex;
	}
	
	.fountain_table .table01 tr th {
		width: 150px;
		font-size: 16px;
		letter-spacing: 0;
		padding: 10px;
		border-bottom: 1px solid #969696;
		display: flex;
		align-items: center;
		text-align: left;
	}
	
	.fountain_table .table01 tr:last-child th {
		border-bottom: 1px solid #777777;
	}
	
	.fountain_table .table01 tr:first-child th:nth-child(2),
	.fountain_table .table01 tr td {
		width: calc(100% - 150px);
	}
	
	.fountain_table .table01 tr td {
		text-align: left;
		border-bottom: 1px solid #a8a8a8;
		border-right: 1px solid #a8a8a8;
		font-size: 17px;
		letter-spacing: 0.08em;
		font-weight: 500;
		color: #131313;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		
		height: auto;
		padding: 10px 14px;
	}
	
	.fountain_table .table01 tr:first-child th:first-child {
		display: none;
	}
	
	.fountain_table .table01 tr:first-child th {
		background: #777777;
		color: #fff;
		font-size: 18px;
		letter-spacing: 0.08em;
		line-height: 1;
		height: auto;
		justify-content: center;
		padding: 16px 10px;
		
	}
	
	.fountain_table .table01 tr:first-child th:nth-child(2) {
		width: 100%;
		text-align: center;
	}
	
	.fountain_table .table01 tr:first-child th:first-child {
		background: transparent;
	}
	
	
	.fountain_table .table02 {
		/* font-size: 19px; */
		width: 100%;
		position: relative;
		margin-top: 22px;
	}
	
	.fountain_table .table02 tbody {
		position: relative;
		z-index: 2;
		border-radius: 10px;
		overflow: hidden;
	}
	
	.fountain_table .table02 tbody::before {
		width: 100%;
		height: 100%;
		border: 3px solid #ff6646;
		border-top: none;
		border-radius: 0 0 10px 10px;
	}
	
	.fountain_table .table02 tr,
	.fountain_table .table02 tr th,
	.fountain_table .table02 tr td {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		position: relative;
		z-index: 3;
	}
	
	.fountain_table .table02 tr th {
		font-size: 22px;
		line-height: 1.2;
		height: auto;
		padding: 10px;
		align-items: center;
		top:0;
	}
	
	.fountain_table .table02 tr:first-child {
		position: relative;
		z-index: 3;
		background: -webkit-linear-gradient(left, #ff6646, #ff7f44);
		border-radius: 10px 10px 0 0;
	}
	
	.fountain_table .table02 tr:first-child::before {
		content: unset;
	}
	
	.fountain_table .table02 tr td {
	    text-align: center;
	    /* border-bottom: 1px solid #a8a8a8; */
	    font-size: 19px;
		padding: 10px;
		height: 60px;
		
		background: linear-gradient(to right, #f35527 50%, rgba(255, 255, 255, 0) 0%) 0 100%/0 3px repeat-x;
		background-position: left bottom;
		background-size: 6px 1px;
	}
	
	.fountain_table .table02 tr:last-child td {
		background: none;
	}
	
	.fountain_table .table02 tr:nth-child(2) td {
		color: #fb6a00;
		font-weight: 700;
		font-size: 22px;
		letter-spacing: 0;
		line-height: 1.2;
		height:80px;
		display: block;
	}

	.fountain_table .table02 tr:nth-child(2) td span.bk {
		display: block;
		font-size:18px;
	}

	.fountain_table .table02 tr:nth-child(3) td {
		color: #fb6a00;
		font-weight: 700;
		font-size: 22px;
		letter-spacing: 0;
	}
	
	.fountain_table .table02 tr:nth-child(2) td span {
		font-size: 33px;
	}
	.fountain_table .table02 tr:nth-child(3) td {
		font-size: 22px;
	}
	.fountain_table .table02 tr:nth-child(3) td span.sp {
		font-size: 22px;
	}
	.fountain_table .table02 tr:nth-child(3) td span.jost {
		font-size: 33px;
	}
	
	
}

@media (max-width: 374px) {
	.fountain_table .table01 tr td {
		font-size: 16px;
	}
}

/* lp_sec sec07 */

.lp_sec.sec07 {
	padding: 170px 0 150px;
}

.success_wrap {
	background: #f7f5f3;
	border-radius: 10px;
	position: relative;
	margin-top: 70px;
	padding: 80px 10px 95px;
}

.success_illust {
	position: absolute;
	top: 0;
	z-index: 2;
	transform: translateY(-100%);
}

.success_illust.illust01 {
	width: 165px;
	height: 238px;
	overflow: hidden;
	left: 70px;
}

.success_illust.illust02 {
	width: 310px;
	right: 7px;
	margin-top: 36px;
}

.success_wrap h3 {
	text-align: center;
	margin-bottom: 62px;
}

.success_wrap h3 p {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 55px;
	padding: 0 35px;
	border-radius: 27px;
	background: -webkit-linear-gradient(left, #FFA337, #FF7364);
	color: #fff;
	font-size: 32px;
	letter-spacing: 0.05em;
	line-height: 1;
}

.success_wrap h3 p .number {
	font-size: 50px;
	letter-spacing: -0.01em;
}

.success_wrap_head {
	display: flex;
	/* align-items: center; */
	justify-content: center;
}

.success_wrap_head dt {
	text-align: center;
}

.success_wrap_head dt .name {
	font-size: 21px;
	letter-spacing: 0.05em;
	line-height: 1;
	font-weight: 700;
	display: block;
}

.success_wrap_head dt .title {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	display: block;
	border-bottom: 9px double #fb5e00;
}

.success_wrap_head dd {
	margin-left: 20px;
	display: flex;
	align-items: center;
}

.success_wrap_head dd .title01 {
	font-size: 37.97px;
	color: #fb5e00;
	font-weight: 700;
	line-height: 35px;
	display: block;
	margin-right: 15px;
	
}

.success_wrap_head dd .title02 {
	color: #fb5e00;
	font-size: 64.5px;
	line-height: 1;
	letter-spacing: 0.05em;
	font-weight: 900;
	display: block;
}

.success_wrap_head dd .title02 font {
	font-size: 110px;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1;
	display: inline-block;
} 

.success_wrap_head dd .title02 font.animated {
    animation-delay: 1s;
}

.success_item .success_info {
	max-width: 622px;
	width: 100%;
	margin: 60px auto 0;
	position: relative;
}

.success_info .bar_chart {
	position: relative;
}

.success_info .bar_chart .chart_up {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 507px;
	clip-path: inset(0 100% 0 0);
	transition: clip-path 0.8s ease;
}

.success_item .success_illust03,
.success_item .rate_info {
	position: absolute;
	z-index: 2;
}

.success_item .success_illust03 {
	left: 0;
	transform: translateX(-110%);
	width: 237px;
	bottom: -74px;
}

.success_item .rate_info {
	right: 0;
	top: 50%;
	transform: translate(110%,-50%);
	width: 187px;
	height: 187px;
	border-radius: 100%;
	background: #fe4200;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.success_item .rate_info .title {
	font-size: 24px;
	letter-spacing: 0.05em;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 6px;
	display: inline-block;
}

.success_item .rate_info .text {
	font-size: 28px;
	letter-spacing: 0.06em;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	margin-top: 15px;
	text-align: center;
}

.success_item .rate_info .text span {
	font-size: 42px;
}

.success_item .rate_info .text span font {
	font-size: 30.5px;
}

.success_key {
	margin-top: 65px;
	text-align: center;
}

.success_key p {
	display: inline-block;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	background: #fff;
	padding: 15px 50px;
}

@media (min-width: 960px) {
	.success_info .bar_chart .chart_up.animated {
		clip-path: inset(0 0 0 0);
		transition: clip-path 0.8s 0.5s ease;
	}
}

@media (max-width: 1250px) {
	.success_illust.illust01 {
		width: 155px;
		left: 65px;
	}
	
	.success_illust.illust02 {
		width: 300px;
		right: 0;
	}
	
	.success_item .success_info {
	    max-width: 580px;
	}
	
	.success_item .success_illust03 {
	    transform: translateX(-90%);
	    width: 200px;
	}
	
}

@media (max-width: 1180px) {
	.success_wrap_head dt .title {
	    font-size: 36px;
	}
	
	.success_wrap_head dd .title01 {
	    font-size: 36px;
	    line-height: 36px;
	}
	
	.success_wrap_head dd .title02 {
	    font-size: 60px;
	}
	
	.success_wrap_head dd .title02 font {
	    font-size: 100px;
	}
	
	.success_illust.illust01 {
		width: 140px;
		left: 50px;
	}
	
	.success_illust.illust02 {
		width: 280px;
	}
	
	.success_item .rate_info {
		transform: translate(100%,-50%);
		width: 160px;
		height: 160px;
	}
	
	.success_item .rate_info .title {
		font-size: 20px;
	}
	
	.success_item .rate_info .text {
		font-size: 24px;
		margin-top: 10px;
	}
	
	.success_item .rate_info .text span {
		font-size: 38px;
	}
	
	.success_item .rate_info .text span font {
		font-size: 28px;
	}
	
	.success_key p {
	    font-size: 20px;
	    padding: 15px 30px;
	}
}

@media (max-width: 1095px) {
	.success_wrap_head dt .title {
	    font-size: 30px;
	}
	
	.success_wrap_head dd .title01 {
	    font-size: 30px;
	    line-height: 30px;
	}
	
	.success_wrap_head dd .title02 {
	    font-size: 50px;
	}
	
	.success_wrap_head dd .title02 font {
	    font-size: 90px;
	}
}

@media (max-width: 1030px) {
	.success_item .success_info {
		max-width: 520px;
	}
	
	.success_info .bar_chart .chart_up {
	    width: 460px;
	}
}

@media (max-width: 980px) {
	.success_illust.illust01 {
		width: 130px;
		left: 10px;
	}
	
	.success_illust.illust02 {
		width: 250px;
		margin-top: 67px;
	}
}

@media (max-width: 970px) {
	.success_item .success_info {
		max-width: 480px;
	}
	
	.success_info .bar_chart .chart_up {
	    width: 420px;
	}
	
	.success_item .success_illust03 {
		width: 160px;
	}
}

@media (max-width: 959px) {
	.success_info .bar_chart .chart_up {
		clip-path: inset(0 100% 0 0);
		transition: clip-path 0.8s ease;
	}
	
	
	.success_item.move .success_info .bar_chart .chart_up {
		clip-path: inset(0 0 0 0);
		transition: clip-path 0.8s ease .3s;
	}
}

@media (max-width: 895px) {
	.success_wrap_head dt .title {
	    font-size: 26px;
	}
	
	.success_wrap_head dd .title01 {
	    font-size: 26px;
	    line-height: 26px;
	}
	
	.success_wrap_head dd .title02 {
	    font-size: 40px;
	}
	
	.success_wrap_head dd .title02 font {
	    font-size: 80px;
	}
}

@media (max-width: 870px) {
	.success_item .rate_info {
		transform: translate(100%,-50%);
		width: 150px;
		height: 150px;
	}
	
	.success_item .rate_info .title {
		font-size: 20px;
	}
	
	.success_item .rate_info .text {
		font-size: 20px;
	}
	
	.success_item .rate_info .text span {
		font-size: 30px;
	}
	
	.success_item .rate_info .text span font {
		font-size: 20px;
	}
}

@media (max-width: 840px) {
	.success_item .success_info {
		max-width: 450px;
	}
	.success_item .success_illust03 {
		width: 150px;
	}
		
	.success_item .rate_info {
		transform: translate(100%,-50%);
		width: 130px;
		height: 130px;
	}
}

@media (max-width: 800px) {
	/* lp_sec sec07 */
	
	.lp_sec.sec07 {
		padding: 75px 0 65px;
	}
	
	
	.lp_sec.sec07 .head_box p:first-child::before {
		content: unset;
	}
	.success_wrap {
		margin-top: 150px;
		padding: 36px 10px 36px;
	}
	
	.success_illust {
		position: absolute;
		top: 0;
		z-index: 2;
		transform: translateY(-100%);
	}
	
	.success_illust.illust01 {
		width: 83px;
		height: 112px;
		left: 36px;
	}
	
	.success_illust.illust02 {
		width: 186px;
		right: 4px;
		margin-top: 17px;
	}
	
	.success_wrap h3 {
		text-align: center;
		margin-bottom: 19px;
	}
	
	.success_wrap h3 p {
		height: auto;
		padding: 5px 13px;
		border-radius: 20px;
		font-size: 17px;
		display: inline-block;
		letter-spacing: 0;
	}
	
	.success_wrap h3 p .number {
		font-size: 28px;
	}
	
	.success_wrap_head {
		display: block;
	}
	
	.success_wrap_head dt {
		text-align: center;
	}
	
	.success_wrap_head dt .name {
		font-size: 15px;
		margin-bottom: 10px;
	}
	
	.success_wrap_head dt .title {
		font-size: 25px;
		line-height: 1.48;
		padding-bottom: 6px;
		border-bottom: 6px double #fb5e00;
		display: inline-block;
	}
	
	.success_wrap_head dd {
		margin-left: 0;
		margin-top: 15px;
		justify-content: center;
	}
	
	.success_wrap_head dd .title01 {
		font-size: 20px;
		line-height: 20px;
		margin-right: 5px;
	}
	
	.success_wrap_head dd .title02 {
		font-size: 35px;
		line-height: 1.5;
	}
	
	.success_wrap_head dd .title02 font {
		font-size: 60px;
		font-weight: 500;
		line-height: 1;
	} 
	
	.success_item .success_info {
		max-width: 325px;
		width: 100%;
		margin: 140px auto 0;
	}
	
	.success_info .bar_chart {
		position: relative;
	}
	
	.success_info .bar_chart .chart_up {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		width: 255px;
		clip-path: inset(0 100% 0 0);
		transition: clip-path 0.8s ease;
	}
	
	
	.success_item.move .success_info .bar_chart .chart_up {
		clip-path: inset(0 0 0 0);
		transition: clip-path 0.8s ease .3s;
	}
	
	.success_item .success_illust03,
	.success_item .rate_info {
		position: absolute;
		z-index: 2;
	}
	
	.success_item .success_illust03 {
		left: 0;
		width: 150px;
		height: 150px;
		overflow: hidden;
		bottom: auto;
		top: 0;
		transform: translate(0,-100%);
		z-index: 3;
		margin-top: 30px;
	}
	
	.success_item .rate_info {
		right: auto;
		left: auto;
		right: 0;
		top: 0;
		transform: translate(0,-100%);
		width: auto;
		height: auto;
		border-radius: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		padding: 10px;
		margin-top: -23px;
		z-index: 2;
	}
	
	.success_item .rate_info .title {
		font-size: 14px;
		letter-spacing: 0;
		color: #fff;
		border-bottom: 1px solid #fff;
		padding-bottom: 4px;
		text-align: center;
		display: block;
		width: 100%;
	}
	
	.success_item .rate_info .text {
		font-size: 20px;
		margin-top: 6px;
	}
	
	.success_item .rate_info .text span {
		font-size: 28.5px;
	}
	
	.success_item .rate_info .text span font {
		font-size: 20px;
	}
	
	.success_key {
		margin-top: 65px;
		text-align: center;
	}
	
	.success_key p {
		display: block;
		font-size: 18px;
		font-weight: 700;
		letter-spacing: 0.05em;
		line-height: 1;
		background: transparent;
		padding: 0;
	}
	
	.success_key p span {
		display: inline-block;
		margin-bottom: 7px;
		padding: 10px;
		background: #fff;
	}
	/* 
	.success_key p span + span {
		margin-top: 6px;
	} */
}

@media (max-width: 374px) {
	.success_key p {
		font-size: 14px;
	}
	
	.success_wrap h3 p {
		padding: 5px 10px;
		font-size: 16px;
	}
	
	.success_wrap h3 p .number {
		font-size: 24px;
	}
	
	.success_wrap_head dt .title {
		font-size: 21px;
	}
	
	.success_wrap_head dd .title02 {
		font-size: 30px;
	}
	
	.success_wrap_head dd .title02 font {
		font-size: 56px;
	}
	
	.success_item .success_illust03 {
		width: 110px;
		height: 124px;
	}
}

/* lp_sec sec08 */

.lp_sec.sec08 {
	padding: 103px 0;
}

.message_section {
	display: flex;
	background: #fff;
	padding: 86px 66px;
	border-radius: 10px;
}

.message_section .head_box {
	text-align: left;
	margin-bottom: 20px;
}

.message_section .head_box p {
	font-size: 48px;
}

.message_section .image_wrap {
	width: 345px;
	margin-right: 80px;
}

.message_section .info {
	width: calc(100% - 425px);
}

.message_section .text01 {
	font-size: 18px;
	line-height: 2;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.message_section .text02 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.68;
	margin-top: 10px;
}

.message_section .text02 span {
	color: #fb8200;
}

.message_item {
	display: flex;
	align-items: center;
	background: #fff;
	padding: 45px 66px 45px 84px;
	margin-top: 25px;
	border-radius: 10px;
}

.message_item_name {
	width: 240px;
}

.message_item_name .title {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
}

.message_item_name .name {
	font-size: 27px;
	letter-spacing: 0.2em;
	font-weight: 700;
	line-height: 1;
	margin-top: 20px;
}

.message_item_name .eng {
	font-size: 12px;
	letter-spacing: 0.2em;
	line-height: 1;
	font-weight: 900;
	font-family: "Lato", sans-serif;
	margin-top: 27.5px;
	word-break: break-all;
}

.message_item_info {
	width: calc(100% - 240px);
	padding: 10px 0 10px 80px;
	border-left: 1px solid #dbdbdb;
}

.message_item_info .title {
	font-size: 20px;
	letter-spacing: 0.06em;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 15px;
}

.message_item_info .text {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 2.18;
	text-align: justify;
}

@media (max-width: 1100px) {
	.message_section {
		padding: 86px 50px;
	}
	
	.message_section .head_box p {
		font-size: 42px;
	}
	
	.message_section .image_wrap {
		width: 320px;
		margin-right: 60px;
	}
	
	.message_section .info {
		width: calc(100% - 380px);
	}
}

@media (max-width: 950px) {
	.message_section {
		padding: 40px 30px;
	}
	
	.message_section .head_box p {
		font-size: 40px;
	}
	
	.message_section .image_wrap {
		width: 300px;
		margin-right: 20px;
	}
	
	.message_section .info {
		width: calc(100% - 320px);
	}
}

@media (max-width: 850px) {
	.message_section .head_box p {
		font-size: 36px;
	}
	
	.message_section .text01 {
	    font-size: 16px;
	}
	
	.message_section .text02 {
	    font-size: 18px;
	}
	
}


@media (max-width: 800px) {
	/* lp_sec sec08 */
	
	.lp_sec.sec08 {
		padding: 58px 0;
	}
	
	.message_section {
		display: block;
		padding: 18px 15px 32px;
		border-radius: 10px;
	}
	
	.message_section .head_box {
		text-align: center;
		margin-bottom: 20px;
		margin-top: 25px;
	}
	
	.message_section .head_box p {
		font-size: 31px;
	}
	
	.message_section .image_wrap {
		max-width: 315px;
		width: 100%;
		margin: 0 auto;
	}
	
	.message_section .info {
		width: 100%;
		padding: 0 5px;
	}
	
	.message_section .text01 {
		font-size: 17px;
		line-height: 1.7;
	}
	
	.message_section .text02 {
		font-size: 20px;
		font-weight: 700;
		line-height: 1.6;
		margin-top: 10px;
	}
	
	
	.message_section .text02 span {
		font-size: 20px;
	}
	
	.message_item {
		display: block;
		padding: 35px 14px 29px;
		margin-top: 15px;
	}
	
	.message_item_name {
		width: 100%;
		padding-bottom: 22px;
	}
	
	
	.message_item_name .title01 {
		font-size: 20px;
		letter-spacing: 0.06em;
		font-weight: 700;
		line-height: 1;
		margin-bottom: 15px;
	}
	
	.message_item_name .title {
		font-size: 14px;
		margin-bottom: 10px;
	}
	
	.message_item_name .name {
		font-size: 22px;
		letter-spacing: 0.2em;
		font-weight: 700;
		line-height: 1;
		margin-top: 13px;
		display: inline;
	}
	
	.message_item_name .eng {
		font-size: 12px;
		letter-spacing: 0.2em;
		line-height: 1;
		font-weight: 900;
		font-family: "Lato", sans-serif;
		margin-top: 0;
		word-break: break-all;
		display: inline;
	}
	
	.message_item_info {
		width: 100%;
		padding: 15px 0 0;
		border-top: 1px solid #dbdbdb;
		border-left: none;
	}
	
	
	.message_item_info .text {
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 0.06em;
		line-height: 1.8;
		text-align: justify;
	}
	
	
}


@media (max-width: 800px) {
	.message_item_name .name {
		font-size: 19px;
	}
	
	.message_item_name .eng {
		font-size: 11px;
	}
}
/* lp_sec sec09 */

.lp_sec.sec09 {
	padding: 155px 0 130px;
}

.lp_sec.sec09 .head_box {
    margin-bottom: 89px;
}

.lp_sec.sec09 .head_box p {
	font-size: 45px;
	line-height: 1.6;
}

.form_wrap {
	max-width: 1100px;
}

#Contact input[type=text] {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.06em;
    padding: 24px 27px;
    border: 1px solid #d2d2d2;
    background: #f9f9f9;
    box-sizing: border-box;
    color: #131313;
	font-weight: 500;
    width: 100%;
	outline: none;
	border-radius: 5px;
}

#Contact .select-box {
    overflow: hidden;
    max-width: 449px;
    width: 100%;
    text-align: center;
    position: relative;
    /* background: #f9f9f9; */
}

#Contact .select-box select {
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.06em;
	color: #131313;
	font-weight: 500;
	width: 100%;
	padding: 24px 27px;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #f9f9f9;
	border: 1px solid #d2d2d2;
	background: #f9f9f9;
	
	border-radius: 5px;
}

#Contact .select-box select option {
	background: #f9f9f9;
	color: #131313;
}


#Contact textarea {
    min-height: 250px;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.06em;
	padding: 24px 27px;
	border: 1px solid #d2d2d2;
	background: #f9f9f9;
	box-sizing: border-box;
	color: #131313;
	font-weight: 500;
	width: 100%;
	outline: none;
	border-radius: 5px;
}

#Contact textarea::placeholder {
	color: #b4b4b4;
}

#Contact .check-list {
	display: flex;
}

#Contact .check-list li {
	position: relative;
	font-size: 19px;
	letter-spacing: 0.08em;
	line-height: 1;
	font-weight: 700;
}


#Contact .check-list li input[type=radio] {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

#Contact .check-list input[type=checkbox] + label,
#Contact .check-list input[type=radio] + label {
    padding-left: 56px;
    position: relative;
    margin-right: 58px;
    cursor: pointer;
	font-size: 19px;
	letter-spacing: 0.08em;
	line-height: 1;
	font-weight: 700;
	
	display: inline-flex;
	align-items: center;
	height: 37px;
	
	
	min-width: 160px;
}

#Contact .check-list input[type=checkbox] + label::before,
#Contact .check-list input[type=radio] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 37px;
  height: 37px;
  background: url('../images/top/icon_radio.svg') no-repeat;
  background-size: cover;
  border-radius: 50%;
}

#Contact .check-list input[type=checkbox] + label::after,
#Contact .check-list input[type=radio] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 37px;
  height: 37px;
  background: url('../images/top/icon_radio_check.svg') no-repeat;
  background-size: cover;
  opacity: 0;
}

#Contact .check-list input[type=checkbox]:checked + label,
#Contact .check-list input[type=radio]:checked + label {
  background: none;
}

#Contact .check-list input[type=checkbox]:checked + label::after,
#Contact .check-list input[type=radio]:checked + label::after {
  opacity: 1;
}

#Contact .select-box::before {
    content: "";
    position: absolute;
    top: 29px;
    right: 21px;
    width: 14px;
    height: 10px;
	clip-path: polygon(0 0, 50% 100%, 100% 0, 12px 0, 50% 8px, 2px 0, 0 0);
    pointer-events: none;
	background: #787878;
}

#Contact table tr th {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 700;
    text-align: left;
    margin-bottom: 17.5px;
}

#Contact table tr td {
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.08em;
	font-weight: 500;
}

#Contact table tr .checkbox {
	margin-top: 25px;
}

#Contact .anything,
#Contact .need {
    color: #fff;
	min-width: 50px;
	height: 23px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-right: 13px;
}

#Contact .anything {
	background: #787878;
}

#Contact .need {
	background: #fb8200;
}

#Contact .agree_area {
    margin: 54px 0 0;
    text-align: center;
}

#Contact .agree_area a {
	position: relative;
}

#Contact .agree_area a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% + 10px);
	
	background: linear-gradient(#131313, #131313) 0 100%/0 1px no-repeat;
	transition: background 0.4s ease;
	background-position: left bottom;
	background-size: 100% 1px;
	pointer-events: none;
}

#Contact .agree_area input[type=checkbox] + label {
	padding-left: 60px;
	position: relative;
	font-weight: 500;
	cursor: pointer;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1;
	font-weight: 700;
	display: flex;
	align-items: center;
}

#Contact .agree_area input[type=checkbox] + label::before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
    background: url('../images/top/icon_check_bg.svg') no-repeat;
    background-size: 40px 40px;
}

#Contact .agree_area input[type=checkbox] + label::after {
    content: "";
    opacity: 0;
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 2;
    width: 40px;
    height: 40px;
    background: url(../images/top/icon_check.svg) no-repeat;
    background-size: 40px 40px;
}

#Contact .agree_area input[type=checkbox]:checked + label {
  background: none;
}

#Contact .agree_area input[type=checkbox]:checked + label::after {
  opacity: 1;
}

#Contact .submit_area {
	text-align: center;
	margin-top: 80px;
}

#Contact .submit_area span {
    box-sizing: border-box;
    font-feature-settings: "palt";
    position: relative;
    display: inline-flex;
	align-items: center;
	justify-content: center;
    text-align: center;
	
	max-width: 350px;
	width: 100%;
	height: 75px;
	/* display: flex;
	align-items: center;
	justify-content: center; */
	border-radius: 38px;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	position: relative;
	background-image: linear-gradient(to right, #ff9b3f, #ff7b5d, #ffbf5a, #ffbf5a);
	background-size: 300% 100%;
	transition: all .4s ease-in-out;
	
	cursor: pointer;
}

#Contact .submit_area input {
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
	width: 100%;
	height: 100%;
}


#Contact .submit_area ul.koumoku {
  max-width: 750px;
  margin: 20px auto 0;
}

#Contact .submit_area ul.koumoku li {
	max-width: 350px;
	width: 100%;
	height: 75px;
	/* display: flex;
	align-items: center;
	justify-content: center; */
	border-radius: 38px;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	position: relative;
	background-image: linear-gradient(to right, #ff9b3f, #ff7b5d, #ffbf5a, #ffbf5a);
	background-size: 300% 100%;
	transition: all .4s ease-in-out;
}

#Contact .submit_area ul.koumoku li input[type=submit] {
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
	width: 100%;
	height: 75px;
	box-sizing: border-box;
}

#Contact .contact_back a {
	margin: 0 auto;
}

@media (min-width: 960px) {
	
	#Contact .submit_area span:hover {
	    background-position: 100% 0;
	    transition: all .4s ease-in-out;
	}
	
	#Contact .submit_area ul.koumoku li:hover {
	    background-position: 100% 0;
	    transition: all .4s ease-in-out;
	}
	
	#Contact .agree_area a:hover::before {
		background-size: 0% 1px;
		
		transition: background .4s ease;
	}
}

@media (max-width: 1150px) {
	.lp_sec.sec09 {
	    padding: 120px 0 110px;
	}
	
    .lp_sec.sec09 .head_box p {
        font-size: 45px;
    }
}

@media (max-width: 1050px) {
    .lp_sec.sec09 .head_box p {
        font-size: 40px;
    }
}

@media (max-width: 980px) {
    .lp_sec.sec09 .head_box p {
        font-size: 35px;
    }
	
	#Contact .check-list input[type=checkbox] + label,
	#Contact .check-list input[type=radio] + label {
	    margin-right: 45px;
		min-width: 160px;
	}
}

@media (max-width: 800px) {
	/* lp_sec sec09 */
	
	.lp_sec.sec09 {
		padding: 60px 0 75px;
	}
	
	.lp_sec.sec09 .head_box {
	    margin-bottom: 49px;
	}
	
	.lp_sec.sec09 .head_box p {
		font-size: 32px;
	}
	
	#Contact input[type=text] {
	    font-size: 17px;
	    padding: 20px;
	}
	
	#Contact .select-box {
	    max-width: 231px;
	}
	
	#Contact .select-box select {
		font-size: 17px;
		padding: 20px;
	}
	
	#Contact textarea {
	    min-height: 330px;
		font-size: 17px;
		padding: 20px;
	}
	
	
	#Contact .check-list {
		display: block;
	}
	
	#Contact .check-list li {
		font-size: 17px;
		display: block;
	}
	
	#Contact .check-list li+li {
		margin-top: 20px;
	}
	
	#Contact .check-list input[type=checkbox] + label,
	#Contact .check-list input[type=radio] + label {
	    padding-left: 50px;
	    position: relative;
	    margin-right: 0;
	    cursor: pointer;
		font-size: 17px;
		
		height: 33px;
	}
	
	#Contact .check-list input[type=checkbox] + label::before,
	#Contact .check-list input[type=radio] + label::before {
	  top: 2px;
	  width: 33px;
	  height: 33px;
	}
	
	#Contact .check-list input[type=checkbox] + label::after,
	#Contact .check-list input[type=radio] + label::after {
	  top: 2px;
	  width: 33px;
	  height: 33px;
	}
	
	
	#Contact .select-box::before {
	    top: 26px;
	    right: 17px;
	}
	
	#Contact table tr th {
	    margin-bottom: 15px;
	}
	
	#Contact table tr td {
	    font-size: 17px;
	}
	
	#Contact table tr .checkbox {
		margin-top: 15px;
		margin-bottom: 28px;
	}
	
	
	#Contact .agree_area {
	    margin: 35px 0 0;
	    text-align: left;
	}
	
	#Contact .agree_area  input[type=checkbox] + label {
		padding-left: 65px;
		font-size: 17px;
		position: relative;
		display: block;
		line-height: 2.1;
	}
	
	#Contact .agree_area a::before {
		height: calc(100% + 3px);
	}
	
	#Contact .agree_area .need {
		margin-right: 0;
		margin-bottom: 5px;
	}
	
	#Contact .agree_area input[type=checkbox] + label::before {
	    top: 8px;
	    left: 0;
	}
	
	#Contact .agree_area input[type=checkbox] + label::after {
	    top: 8px;
	}
	
	#Contact .submit_area {
		margin-top: 30px;
	}
	
	#Contact.sfm2 .submit_area {
		margin-top: 20px;
	}
	
	#Contact .submit_area span {
		max-width: 310px;
		width: 100%;
		height: 65px;
		/* display: flex;
		align-items: center;
		justify-content: center; */
		border-radius: 32px;
		font-size: 18px;
	}
	
	#Contact .submit_area input {
		font-size: 18px;
	}
	
	#Contact .submit_area ul.koumoku {
	  max-width: 310px;
	  margin: 20px auto 0;
	  
	  display: flex;
	  flex-direction: column-reverse;
	}
	
	#Contact .submit_area ul.koumoku li.btn_back {
		margin-top: 20px;
	}
	
	#Contact .submit_area ul.koumoku li {
		height: 65px;
		font-size: 18px;
	}
	
	
	#Contact .submit_area ul.koumoku li input[type=submit] {
		height: 65px;
		font-size: 18px;
	}
	
}

/* lp_thanks */


.lp_thanks {
	padding: 0 0 100px 0;
	    background-size: 200% 100%;
}

.sec_thanks {
	padding:30px 0 0 0;
}

.thanks_main {
	min-height: calc(100vh - 408px);
}