@charset "UTF-8";

html {
	height: 100%;
}

body {
	color: #192b64;
	background: #fff;
	height: 100%;
	font-size: 16px;
	font-family: "Noto Sans CJK JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
}


/* フェードイン
------------------------------ */
.animate {
  opacity: 0;
  transform: translateY(10px);
  transition: all 1.0s;
}

.animate.show {
  opacity: 1;
  transform: translateY(0);
}

.animate.delay01.show {
  transition-delay: 0.1s;
}

.animate.delay02.show {
  transition-delay: 0.4s;
}

.animate.delay03.show {
  transition-delay: 0.8s;
}

.animate.delay04.show {
  transition-delay: 1.0s;
}


/* link
------------------------------ */
a, a:visited {
	color: inherit;
	border: medium none;
	text-decoration: none;
}

a:hover {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}


/* etc
------------------------------ */
@media screen and (min-width: 620px) {
	.show_pc {
	  display: block;
	}
	.show_mb {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.show_pc {
		display: none;
	}
	.show_mb {
		display: block;
	}
}


/* contents
------------------------------ */
#wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  text-align: left;
  margin: 0 auto;
  font-size: 100%;
}


header {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

@media screen and (min-width: 1921px) {
	header {
		width: 15.63vw;
	}
}

@media screen and (max-width: 1920px) and (min-width: 1400px) {
	header {
		width: 21.43vw;
	}
}

@media screen and (max-width: 1399px) and (min-width: 837px) {
	header {
		width: 13.8vw;
	}
}

@media screen and (max-width: 836px) and (min-width: 769px) {
	header {
		width: 25.1vw;
	}
}

@media screen and (max-width: 768px) {
	header {
		width: 54.93vw;
	}
}


header a {
	display: block;
	text-align: center;
}

@media screen and (min-width: 1921px) {
	header a {
		padding: 1.04vw 1.82vw;
	}
}

@media screen and (max-width: 1920px) and (min-width: 1400px) {
	header a {
		padding: 1.29vw 2.36vw;
	}
}

@media screen and (max-width: 1399px) and (min-width: 837px) {
	header a {
		padding: 0.93vw 1.57vw;
	}
}

@media screen and (max-width: 836px) and (min-width: 769px) {
	header a {
		padding: 1.56vw 2.6vw;
	}
}

@media screen and (max-width: 768px){
	header a {
		display: block;
		text-align: center;
		padding: 4vw 6.4vw;
	}
}

header a img {
	width: 100%;
}


#main_visual {
	position: relative;
	background: url(../images/main.png)no-repeat;
	background-size: cover;
	background-position: bottom center;
}

@media screen and (min-width: 1921px){
	#main_visual {
		min-height: 715px;
		background-position: center;
	}
	#main_visual:before {
		content: '';
		display: block;
		padding-top: 40%;
	}
}

@media screen and (max-width: 1920px) and (min-width: 1400px){
	#main_visual {
		height: 715px;
	}
}

@media screen and (max-width: 1399px) and (min-width: 769px){
	#main_visual {
		height: 460px;
	}
}

@media screen and (max-width: 820px) and (min-width: 769px){
	#main_visual {
		background-position: bottom left -36vw;
	}
}

@media screen and (max-width: 768px){
	#main_visual {
		background: url(../images/main_mb.png)no-repeat;
		background-size: cover;
		background-position: bottom center;
		height: 491px;
	}
}


@media screen and (max-width: 768px){
	.main_subtitle {
		margin-left: 10px;
	}
}

.main_subtitle img {
  width: 100%;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 768px){
	.main_subtitle img {
		position: relative;
		z-index: 100;
	}
}


.main_text p {
	color: #fff;
	font-weight: 700;
	background: url(../images/comment_bg.png) no-repeat;
	background-size: contain;
	background-position: bottom center;
	text-align: center;
}

.main_text p:nth-of-type(2) {
	background: url(../images/comment_l_bg.png) no-repeat;
	background-size: contain;
	background-position: bottom center;
}

@media screen and (min-width: 1921px) {
	.main_textbox {
		width: 42.71vw;
    position: absolute;
    top: 7.03vw;
    left: 16.41vw;
	}

	.main_text {
		position: relative;
	}

	.main_text p {
		font-size: 0.75vw;
		line-height: 1.4;
    position: absolute;
		width: 320px;
	  padding: 30px 0 35px;
	}

	.main_text .text01 {
		top: -20px;
    left: 60px;
	}

	.main_text .text02 {
		top: 55px;
		right: 100px;
		padding: 25px 0 30px;
	}

	.main_text .text03 {
		top: 130px;
    left: 170px;
    padding: 30px 0 45px;
	}
}

@media screen  and (max-width: 1920px) and (min-width: 1400px) {
	.main_textbox {
		width: 55.43vw;
    position: absolute;
    top: 7vw;
    left: 16.67vw;
    max-width: 830px;
	}

	.main_text {
		position: relative;
	}

	.main_text p {
		font-size: 1.05vw;
		line-height: 1.4;
    position: absolute;
		width: 320px;
    padding: 25px 0 30px;
	}

	.main_text .text01 {
		top: -15px;
	  left: 45px;
	  padding: 20px 0 35px;
	}

	.main_text .text02 {
		top: 40px;
		right: 95px;
	}

	.main_text .text03 {
		top: 100px;
    left: 140px;
    padding: 35px 0 45px;
	}
}

@media screen and (max-width: 1399px) and (min-width: 1120px){
	.main_textbox {
		width: 48.67vw;
    position: absolute;
    top: 5.2vw;
    left: 12.3vw;
	}

	.main_text {
		position: relative;
	}

	.main_text p {
		font-size: 1.1vw;
    line-height: 1.4;
    padding: 12px 0;
    position: absolute;
    width: 20.65vw;
    padding: 1.3vw 0 1.95vw;
	}

	.main_text .text01 {
		top: -0.68vw;
		left: 1.43vw;
	}

	.main_text .text02 {
		top: 2.14vw;
		right: 3.5vw;
	}

	.main_text .text03 {
		top: 5.72vw;
		left: 6.15vw;
		padding: 1.75vw 0 2.5vw;
	}
}


@media screen and (max-width: 1119px) and (min-width: 920px){
	.main_textbox {
		width: 51.67vw;
		position: absolute;
		top: 7.72vw;
		left: 12.3vw;
	}

	.main_text {
		position: relative;
	}

	.main_text p {
		font-size: 1.4vw;
    line-height: 1.4;
    padding: 12px 0;
    position: absolute;
    width: 24vw;
    padding: 1.22vw 0 2.4vw;
	}

	.main_text .text01 {
		top: -0.36vw;
		left: 1.43vw;
	}

	.main_text .text02 {
		top: 2.14vw;
		right: 4.64vw;
	}

	.main_text .text03 {
		top: 7.72vw;
    left: 4.15vw;
    padding: 2vw 0 3vw;
	}
}

@media screen and (max-width: 919px) and (min-width: 769px){
	.main_textbox {
		width: 63.33vw;
    position: absolute;
    top: 10vw;
    left: 2.6vw;
	}

	.main_text {
		position: relative;
	}

	.main_text p {
		font-size: 1.82vw;
    line-height: 1.4;
    padding: 12px 0;
    position: absolute;
    width: 30.3vw;
    padding: 1.82vw 0 2.99vw;
	}

	.main_text .text01 {
		top: -0.65vw;
    left: 2.6vw;
	}

	.main_text .text02 {
		top: 3.9vw;
    right: 2.99vw;
	}

	.main_text .text03 {
		top: 10.4vw;
		left: 7.41vw;
		padding: 2.6vw 0 4.16vw;
	}
}

@media screen and (max-width: 768px) and (min-width: 442px){
	#main_visual {
		background-size: 110%;
		background-position: bottom right -10vw;
	}

	.main_textbox {
		width: 63.33vw;
    position: absolute;
    top: 18vw;
    left: 1.6vw;
	}

	.main_text {
		position: relative;
	}

	.main_text p {
		font-size: 1.82vw;
    line-height: 1.4;
    padding: 12px 0;
    position: absolute;
    width: 30.3vw;
    padding: 1.82vw 0 2.99vw;
	}

	.main_text .text01 {
		top: -0.65vw;
    left: 0;
	}

	.main_text .text02 {
		top: 5.9vw;
    right: 2.99vw;
	}

	.main_text .text03 {
		top: 13.4vw;
		left: 3.41vw;
		padding: 2.6vw 0 4.16vw;
	}
}

@media screen and (max-width: 530px) and (min-width: 401px){
	.main_textbox {
    top: 24vw;
	}

	.main_text p {
		width: 37.3vw;
	}

	.main_text .text02 {
		top: 7.9vw;
		right: -4vw;
	}

	.main_text .text03 {
		top: 16.4vw;
	}
}

@media screen and (max-width: 441px) and (min-width: 401px){
	.main_text {
		position: relative;
	}

	.main_textbox {
		width: 93.8vw;
    position: absolute;
    top: 19.67vw;
    left: 8.2vw;
	}

	.main_text {
		position: relative;
	}

	.main_text p {
		font-size: 3.2vw;
		line-height: 1.4;
		padding: 3.2vw 0 5.33vw;
	}

	.main_text .text01 {
		width: 57.33vw;
    top: -1.33vw;
    left: -6.47vw;
    padding: 2.67vw 0 4.4vw;
    position: absolute;
	}

	.main_text .text02 {
		width: 53.07vw;
		top: 9.33vw;
		right: 4.87vw;
		padding: 2.85vw 0 5vw;
		position: absolute;
 	}

	.main_text .text03 {
		width: 46.67vw;
    top: 20.13vw;
    left: 0.67vw;
    padding: 4.27vw 0 6vw;
    position: absolute;
	}
}


@media screen and (max-width: 400px){
	.main_text {
		position: relative;
	}

	.main_textbox {
		width: 96.8vw;
    position: absolute;
    top: 22.67vw;
    left: 3.2vw;
	}

	.main_text {
		position: relative;
	}

	.main_text p {
		font-size: 3.2vw;
		line-height: 1.4;
		padding: 3.2vw 0 5.33vw;
	}

	.main_text .text01 {
		width: 57.33vw;
		top: -1.33vw;
    left: 0.53vw;
		padding: 2.67vw 0 4vw;
    position: absolute;
	}

	.main_text .text02 {
		width: 53.07vw;
		top: 9.33vw;
		right: 1.87vw;
		padding: 2.67vw 0 5.33vw;
    position: absolute;
 	}

	.main_text .text03 {
		width: 46.67vw;
		top: 22.13vw;
		left: 6.67vw;
		padding: 4.27vw 0 6vw;
	  position: absolute;
	}
}


.contents_inner {
	margin: 0 auto;
	max-width: 1140px;
	width: 80%;
}

@media screen and (max-width: 768px){
	.contents_inner {
		width: 95%;
	}
}


#contact_top {
	padding: 55px 0 120px;
	text-align: center;
}

@media screen and (max-width: 768px){
	#contact_top {
		padding: 50px 0 60px;
	}
}


.contact p {
	font-size: 42px;
	font-weight: 900;
	line-height: 1.4;
}

@media screen and (max-width: 768px){
	.contact p {
		font-size: 18px;
	}
}


.contact_btn a {
	position:relative;
	top:0;
	padding:30px 0;
	margin-top: 30px;
	font-size: 24px;
	font-weight: 700;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	outline: none;
	transition: all .3s;
	color: #fff;
	background: rgb(255,157,0);
	background: -moz-linear-gradient(left,  rgba(255,157,0,1) 0%, rgba(255,120,0,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,157,0,1) 0%,rgba(255,120,0,1) 100%);
	background: linear-gradient(to right,  rgba(255,157,0,1) 0%,rgba(255,120,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d00', endColorstr='#ff7800',GradientType=1 );
	border-radius: 40px;
	width: 400px;
}

@media screen and (max-width: 768px){
	.contact_btn a {
		font-size: 18px;
		width: 85%;
		margin-top: 25px;
		padding: 20px 0;
	}
}


.contact_btn a:hover {
  top: -6px;
  box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.3);
}


#feature {
	background: #e9effd;
	padding: 150px 0;
}

@media screen and (max-width: 768px){
	#feature {
		padding: 55px 0 60px;
	}
}


.sub_title {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}

@media screen and (max-width: 768px){
	.sub_title {
		font-size: 14px;
	}
}


#feature h2 {
	font-size: 72px;
	font-weight: 500;
	text-align: center;
	padding-top: 20px;
}

@media screen and (max-width: 768px){
	#feature h2 {
		font-size: 43px;
		padding-top: 15px;
	}
}


#feature h2 span {
  display: inline-block;
}

#feature h2 span::after {
  content: "";
  display: block;
  height: 6px;
  background: linear-gradient(to right, #4FE0D3 0%, #7DB9E8 100%);
	margin-top: 15px;
}

@media screen and (max-width: 768px){
	#feature h2 span::after {
	  height: 3.5px;
	}
}


.feature_block {
	background: #fff;
	border-radius: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 80px;
	padding: 60px;
}

.feature_block.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.feature_block:first-of-type {
	margin-top: 60px;
}

@media screen and (max-width: 768px){
	.feature_block {
		margin-top: 30px;
		padding: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.feature_block:first-of-type {
		margin-top: 30px;
	}
	.feature_block.reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}


.feature_block_l {
	text-align: center;
	width: 45%;
}

@media screen and (max-width: 768px){
	.feature_block_l {
		width: 100%;
	}
}


.feature_block_r {
	width: 45%;
}

@media screen and (max-width: 768px){
	.feature_block_r {
		padding-top: 30px;
		width: 100%;
	}
}


.feature_block_r img {
	width: 100%;
}

.block_number {
	color: #41c3d3;
	display: inline-block;
	font-size: 38px;
	font-weight: 500;
}

.block_number::after {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(to right, #4FE0D3 0%, #7DB9E8 100%);
	margin-top: 10px;
}

.block_title {
	color: #4d4d4d;
	font-size: 36px;
	font-weight: 900;
	text-align: center;
	padding-top: 30px;
}

@media screen and (max-width: 768px){
	.block_title {
		font-size: 24px;
	}
}


.block_text {
	color: #4d4d4d;
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
	padding-top: 30px;
}

@media screen and (max-width: 768px){
	.block_text {
		font-size: 15px;
	}
}


#middle_visual {
	overflow: hidden;
	background: #e9effd;
}

.middle_visual_inner {
	position: relative;
	width: 100%;
}

@media screen and (max-width: 1199px){
	.middle_visual_inner {
		height: 534px;
	}
}

@media screen and (max-width: 768px){
	.middle_visual_inner {
		height: 213px;
	}
}


.middle_img img {
  width: 100%;
}

@media screen and (max-width: 1199px){
	.middle_img img {
	  position: absolute;
	  left: 50%;
	  top: 50%;
	  transform: translate(-50%, -50%);
	  width: auto;
	}
}

@media screen and (max-width: 768px){
	.middle_img img {
	  height: 100%;
  	width: 100%;
	}
}


.middle_visual_inner p {
	color: #fff;
  font-size: 41px;
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -55%);
  width: 100%;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 768px){
	.middle_visual_inner p {
	  font-size: 16px;
	}
}


.middle_visual_inner .large {
	border-bottom: 4px solid #fff;
	color: #fff;
	font-size: 58px;
}

@media screen and (max-width: 768px){
	.middle_visual_inner .large {
		border-bottom: 2px solid #fff;
		font-size: 23px;
	}
}


.middle_visual_inner .large:last-of-type {
	letter-spacing: 4px;
}

@media screen and (max-width: 768px){
	.middle_visual_inner .large:last-of-type {
		letter-spacing: 2px;
	}
}


.middle_visual_inner .small {
	font-size: 41px;
}

@media screen and (max-width: 768px){
	.middle_visual_inner .small {
		font-size: 16px;
	}
}


.area02 {
	background: #e9effd;
	padding: 115px 0 150px;
	margin-top: -35px;
}

@media screen and (max-width: 768px){
	.area02 {
		padding: 60px 0;
		margin-top: -15px;
	}
}


.area_title {
	font-size: 36px;
	font-weight: 700;
  line-height: 1.6;
	text-align: center;
}

@media screen and (max-width: 768px){
	.area_title {
		font-size: 18px;
		letter-spacing: -1px;
	}
}


.area_img {
	padding: 40px 0;
	text-align: center;
}

@media screen and (max-width: 768px){
	.area_img {
		padding: 25px 0;
	}
}


.area_img img {
	font-size: 28px;
	font-weight: 500;
	width: 32%;
	padding: 0 2%;
}

@media screen and (max-width: 768px){
	.area_img img {
		padding: 0 0.5%;
	}
}

.example {
	background: #fff;
	padding: 35px 0;
	text-align: center;
	width: 85%;
	margin: 0 auto;
}

@media screen and (max-width: 768px){
	.example {
		padding: 20px 0 30px;
		width: 90%;
	}
}


.example_title {
	font-size: 28px;
	font-weight: 500;
	text-align: center;
	padding-bottom: 15px;
	position: relative;
	display: inline-block;
}

@media screen and (max-width: 768px){
	.example_title {
		font-size: 17px;
		padding-bottom: 10px;
	}
}


.example_title img {
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translate(-50%, 0);
  width: 100%;
}

@media screen and (max-width: 768px) {
	.example_title img {
	    bottom: -10px;
	}
}

.example ul {
	padding-top: 20px;
	text-align: left;
	width: 90%;
	margin: 0 auto;
}

@media screen and (max-width: 768px){
	.example ul {
		padding-top: 20px;
	}
}

.example ul li {
	display: inline-block;
	font-size: 18px;
	font-weight: 900;
	width: 26%;
	padding: 15px 0 15px 35px;
	background: url(../images/icon_check.png) no-repeat left center;
}

.example ul li:nth-child(4),
.example ul li:nth-child(4n+3) {
	width: 22%;
}

.example ul li:last-child {
	width: 24%;
}


@media screen and (max-width: 1260px) and (min-width: 1105px){
	.example ul li {
		font-size: 15px;
	}
}

@media screen and (max-width: 1105px) and (min-width: 992px){
	.example ul li {
		font-size: 13px;
		width: 25.5%;
	}
}

@media screen and (max-width: 992px) and (min-width: 546px){
	.example ul li {
		font-size: 13px;
		background-size: 20px;
		padding-left: 25px;
		width: 32%;
	}

	.example ul li:nth-child(4),
	.example ul li:nth-child(4n+3),
	.example ul li:last-child {
		width: 32%;
	}
}

@media screen and (max-width: 545px) and (min-width: 500px){
	.example ul li,
	.example ul li:nth-child(4),
	.example ul li:nth-child(4n+3),
	.example ul li:last-child {
		font-size: 13px;
		width: 45%;
	}
}

@media screen and (max-width: 499px){
	.example ul li,
	.example ul li:nth-child(4),
	.example ul li:nth-child(4n+3),
	.example ul li:last-child {
		font-size: 11px;
		padding: 8px 0 8px 20px;
		background-size: 15px;
		width: 30%;
	}

	.example ul li:first-child,
	.example ul li:nth-child(2) {
		width: 45%;
	}

	.example ul li:nth-child(4) {
		width: 28%;
	}

	.example ul li:nth-child(7) {
		width: 38%;
	}

	.example ul li:last-child {
		position: relative;
		width: 27%;
	}

	.example ul li:last-child span {
		position: absolute;
		right: 0;
		bottom: -10px;
		font-size: 8px;
	}
}



.line_block {
  width: 300px;
  height: auto;
  padding: 8px;
  text-align: center;
	background: rgb(79,224,211);
	background: -moz-linear-gradient(left,  rgba(79,224,211,1) 0%, rgba(51,192,255,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(79,224,211,1) 0%,rgba(51,192,255,1) 100%);
	background: linear-gradient(to right,  rgba(79,224,211,1) 0%,rgba(51,192,255,1) 100%);
	border-radius: 15px;
	position: relative;
	width: 85%;
	margin: 110px auto 0;
}


@media screen and (max-width: 768px){
	.line_block {
	  width: 90%;
	  padding: 4px;
		margin: 70px auto 0;
	}
}


.line_block_inner {
  display: block;
	background: #fff;
	border-radius: 8px;
	padding: 90px 0 60px;
}

@media screen and (max-width: 768px){
	.line_block_inner {
		border-radius: 8px;
		padding: 45px 20px 30px;
	}
}


.line_block_img {
	position: absolute;
	left: 50%;
	top: -75px;
	transform: translate(-50%, 0);
}

@media screen and (max-width: 768px){
	.line_block_img {
		top: -35px;
		width: 70px;
	}
	.line_block_img img {
		width: 100%;
	}
}


.line_block_title {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
}

@media screen and (max-width: 768px){
	.line_block_title {
		font-size: 18px;
	}
}


.line_block_text {
	font-size: 16px;
	font-family: "Noto Sans Mono CJK JP Subset", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	line-height: 1.8;
  text-align: left;
  padding: 30px 88px 0;
}

@media screen and (max-width: 768px){
	.line_block_text {
		font-size: 15px;
  	padding: 20px 0 0;
	}
}


.area03 {
	padding: 150px 0;
}

@media screen and (max-width: 768px){
	.area03 {
		padding: 55px 0 60px;
	}
}


.area_text {
	font-family: "Noto Sans Mono CJK JP Subset", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	width: 70%;
	margin: 0 auto;
	padding-top: 30px;
	line-height: 1.8;
}

@media screen and (max-width: 768px){
	.area_text {
		width: 90%;
	  padding-top: 25px;
	  text-align: justify;
	}
}


.map {
	width: 100%;
}

@media screen and (max-width: 768px){
	.map {
		width: 90%;
		margin: 0 auto;
	}
}

.map img {
	padding-top: 55px;
	width: 100%;
}

@media screen and (max-width: 768px){
	.map img {
		padding-top: 25px;
	}
}


.area03 .line_block {
	margin-top: 140px;
}

@media screen and (max-width: 768px){
	.area03 .line_block {
		margin-top: 70px;
	}

	.area03 .line_block_inner {
	  border-radius: 12px;
	  padding: 45px 0 30px;
	}

	.area03 .line_block_text {
	  padding: 20px 20px 0;
	  text-align: justify;
	}
}


#faq {
	background: #e9effd;
	padding: 150px 0;
}

@media screen and (max-width: 768px){
	#faq {
		padding: 60px 0;
	}
}


#faq .contents_inner {
	background: #fff;
	padding: 35px 95px 50px;
	text-align: center;
}

@media screen and (max-width: 768px){
	#faq .contents_inner {
		padding: 18px 18px 30px;
	}
}


.faq_title {
	font-size: 28px;
	font-weight: 500;
	text-align: center;
	padding-bottom: 15px;
	position: relative;
	display: inline-block;
}

@media screen and (max-width: 768px){
	.faq_title {
		font-size: 16px;
		padding-bottom: 10px;
	}
}


.faq_title img {
	position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translate(-50%, 0);
  width: 100%;
}

@media screen and (max-width: 768px){
	.faq_title img {
	  bottom: -10px;
	}
}


.faq_area {
	padding-top: 20px;
}

@media screen and (max-width: 768px){
	.faq_area {
		padding-top: 10px;
	}
}


.faq_box {
	border-bottom: 1px solid #a3a3a3;
	padding: 25px 0;
	text-align: left;
}

@media screen and (max-width: 768px){
	.faq_box {
		padding: 17px 0;
	}
}


.question {
	background: url(../images/icon_q.svg) no-repeat left top 2px;
	color: #41c3d3;
	font-size: 20px;
	font-weight: 700;
	padding-left: 30px;
	line-height: 1.6;
}

@media screen and (max-width: 768px){
	.question {
		font-size: 15px;
		padding-left: 22px;
		background-size: 19px;
	}
}


.answer {
	background: url(../images/icon_a.svg) no-repeat left top 5px;
	color: #4d4d4d;
	font-size: 20px;
	font-weight: 700;
	padding: 5px 0 0 30px;
	line-height: 1.5;
}

@media screen and (max-width: 768px){
	.answer {
		font-size: 15px;
		padding: 5px 0 0 22px;
		background-size: 19px;
	}
}

.answer a {
	color: #335ae1;
	font-weight: 700;
	text-decoration: underline;
}

.answer a:hover {
	opacity: 0.7;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}


.faq_box .memo {
	font-size: 16px;
	font-weight: 700;
	padding-left: 30px;
}

@media screen and (max-width: 768px){
	.faq_box .memo {
		font-size: 12px;
    line-height: 1.4;
		padding-left: 22px;
	}
}


.faq_box .memo li {
	background: url(../images/icon_round.svg) no-repeat left top 3px;
	padding-left: 15px;
	line-height: 1.4;
}

@media screen and (max-width: 768px){
	.faq_box .memo li {
		background: url(../images/icon_round.svg) no-repeat left top 2px;
		padding-left: 13px;
		line-height: 1.6;
	}
}



#contact_bottom {
	padding: 145px 0 150px;
	text-align: center;
}

@media screen and (max-width: 768px){
	#contact_bottom {
		padding: 60px 0;
	}
}


#contact_bottom p {
	font-size: 41px;
	font-weight: 900;
	line-height: 2.5;
}

@media screen and (max-width: 768px){
	#contact_bottom p {
		font-size: 18px;
	}
}


#contact_bottom p .large {
	font-size: 57px;
	font-weight: 900;
	line-height: 1.2;
	display: inline-block;
}

@media screen and (max-width: 768px){
	#contact_bottom p .large {
		font-size: 26px;
	}
}


#contact_bottom p .large::after {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(to right, #4FE0D3 0%, #7DB9E8 100%);
}

@media screen and (max-width: 768px){
	#contact_bottom p .large::after {
	  height: 2px;
	}
}


#contact_bottom p .large:last-of-type {
	letter-spacing: 4px;
}

@media screen and (max-width: 768px){
	#contact_bottom p .large:last-of-type {
		letter-spacing: 2px;
	}
}


#contact_bottom p .small {
	font-size: 41px;
}

@media screen and (max-width: 768px){
	#contact_bottom p .small {
		font-size: 18px;
	}

	#contact_bottom .contact_btn a {
		margin-top: 55px;
	}
}


#contact_fix {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 1000;
}

@media screen and (max-width: 768px){
	#contact_fix {
		position: fixed;
		right: 10px;
		bottom: 20px;
		width: 57%;
	}
	#contact_fix  img {
		width: 100%;
	}
}

#contact_fix #close {
	position: absolute;
	right: -10px;
	top: 8px;
}

#contact_fix #close:hover {
	cursor: pointer;
}

#contact_fix a:hover {
	opacity: 0.8;
}


/* footer
------------------------------ */
footer {
	width: 100%;
	background: #192b64;
}

.footer_inner {
	max-width: 1140px;
	margin: 0 auto;
	padding: 50px 0 30px;
	text-align: center;
}

@media screen and (max-width: 768px){
	.footer_inner {
		max-width: 100%;
		padding: 25px 0 20px;
	}
}


footer ul {
	width: 740px;
	margin: 0 auto 50px;
	overflow: hidden;
}

@media screen and (max-width: 768px){
	footer ul {
		width: 100%;
		margin: 0 auto 25px;
	}
}


footer ul li {
	display: inline-block;
  border-right: 1px solid #fff;
  color: #fff;
}

footer ul li:last-child {
  border-right: none;
}

@media screen and (max-width: 768px){
	footer ul li {
		display: block;
  	border: none;
	}
}


footer ul li a {
	display: block;
  padding: 0 2em;
  font-size: 18px;
  font-weight: 700;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.5em;
}

@media screen and (max-width: 768px){
	footer ul li a {
	  font-size: 14px;
	  line-height: 2.2em;
	}
}


footer ul li a:after {
	display: block;
  content: "";
  bottom: 0;
  width: 0;
  border-bottom: 1px solid #fff;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

footer ul li a:hover:after {
  width: 100%;
}

#footer_logo {
	width: 322px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 768px){
	#footer_logo {
		width: 50%;
	  margin: 0 auto 15px;
	}

	#footer_logo img {
		width: 100%;
	}
}


#copyright {
	font-size: 18px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #fff;
}

@media screen and (max-width: 768px){
	#copyright {
		font-size: 10px;
	}
}

