@charset "UTF-8";
/*==================================
レスポンシブ設定 マップ型変数breakpointsを定義
=================================*/
/*==================================
# 色、フォントファミリー
=================================*/
@font-face {
	font-family: 'DIN Condensed Bold';
	src: url("../font/DIN Condensed Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'GenJyuuGothicX-Medium';
	src: url("../font/GenJyuuGothicX-Medium.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

/*==================================
common(一般) - 全体に共通するスタイル
=================================*/
@media screen and (max-width: 767px) {
	.is-pc {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	.is-sp {
		display: none !important;
	}
}

body,
html {
	overflow-x: hidden;
}

body {
	font-size: 16px;
	color: #333;
	font-family: "fot-rodin-pron", sans-serif;
	line-height: 1;
	background: #fff;
	font-weight: 600;
	letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
	body {
		font-size: 14px;
		margin: 0 auto;
	}
	.inner .img {
		position: relative;
	}
	.inner .img p {
		width: 340px;
		position: absolute;
		top: 60%;
		left: 5%;
		line-height: 1.8;
		font-size: 16px;
		border: 1px solid #4d4d4d;
		padding: 16px;
		border-radius: 8px;
	}
	.inner .img p span {
		color:#0074c9;
	}
}

.inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 40px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
@media screen and (min-width: 768px) {
	.inner .img {
		position: relative;
	}
	.inner .img p {
		width: 340px;
		position: absolute;
		top: 22%;
		left: 62%;
		line-height: 1.8;
		font-size: 18px;
		border: 1px solid #4d4d4d;
		padding: 18px;
		border-radius: 8px;
	}
	.inner .img p span {
		color:#0074c9;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
	.inner .img p {
		width: 288px;
		position: absolute;
		top: 22%;
		left: 62%;
		line-height: 1.4;
		font-size: 16px;
		border: 1px solid #4d4d4d;
		padding: 18px;
		border-radius: 8px;
	}
}
@media screen and (max-width: 900px) {
	.inner {
		padding: 0 15px;
	}
}

@media screen and (max-width: 767px) {
	.inner {
		padding: 0 15px;
	}
}

.header-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

@media screen and (max-width: 900px) {
	.header-inner {
		padding: 0 15px;
	}
}

@media screen and (max-width: 767px) {
	.header-inner {
		padding: 0 15px;
	}
}

.top-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

@media screen and (max-width: 900px) {
	.top-inner {
		padding: 0 15px;
	}
}

@media screen and (max-width: 767px) {
	.top-inner {
		padding: 0 15px;
	}
}

img {
	width: 100%;
	vertical-align: bottom;
}

a {
	font-family: "Noto Sans JP", serif;
}

::-webkit-input-placeholder {
	color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
	color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
	color: rgba(62, 62, 62, 0.5);
}

::placeholder {
	color: rgba(62, 62, 62, 0.5);
}

input[type="text"],
input[type="email"],
input[type="submit"],
select,
textarea {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #d3d7e3;
	background: #fafafa;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	width: 100%;
	padding: 0;
	margin: 0;
	outline: none;
	padding: 5px 10px;
}

html {
	scroll-behavior: smooth;
	/* 1行だけでスムーススクロールできる！ */
}

body {
	padding-top: 69px;
}

@media screen and (max-width: 767px) {
	body {
		padding-top: 57.41px;
	}
}

#id1,
#id2 {
	position: relative;
	top: -70px;
}

@media screen and (max-width: 767px) {
	#id1,
	#id2 {
		top: -60px;
	}
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 500;
	background: #fff;
	padding: 11px 0;
}

@media screen and (max-width: 767px) {
	.header {
		padding: 15px 0px;
	}
}

.header .btn a {
	color: #fff;
	font-size: 15px;
	background: #fc6b19;
	border-radius: 30px;
	padding: 15px 30px;
	text-align: center;
	display: block;
	border: 1px solid #fc6b19;
	-webkit-transition: .3s;
	transition: .3s;
}

.header .btn a:hover {
	background: #fff;
	color: #fc6b19;
}

.header .tel {
	color: #0074c9;
	margin-right: 20px;
}

@media screen and (max-width: 1000px) {
	.header .tel {
		margin-right: 10px;
	}
}

.header .tel .text1 {
	font-size: 16.5px;
	font-family: "din-2014", sans-serif;
	margin-bottom: 2px;
	font-weight: 600;
}

@media screen and (max-width: 1000px) {
	.header .tel .text1 {
		font-size: 9px;
	}
}

.header .tel .text2 {
	font-family: "din-2014", sans-serif;
	font-size: 18.5px;
	font-weight: 600;
}

@media screen and (max-width: 1000px) {
	.header .tel .text2 {
		font-size: 13px;
	}
}

.header .logo {
	max-width: 220px;
	position: relative;
	z-index: 500;
}

.header .logo a {
	-webkit-transition: .3s;
	transition: .3s;
}

.header .logo a:hover {
	opacity: .6;
}

@media screen and (max-width: 1100px) {
	.header .logo {
		max-width: 180px;
	}
}

@media screen and (max-width: 1000px) {
	.header .logo {
		max-width: 130px;
	}
}

@media screen and (max-width: 767px) {
	.header .logo {
		max-width: 180px;
	}
}

.header .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header .flex .right {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header .flex .nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header .flex .nav ul li {
	margin-right: 10px;
}

@media screen and (max-width: 1100px) {
	.header .flex .nav ul li {
		margin-right: 5px;
	}
}

.header .flex .nav ul li a {
	font-family: "fot-rodin-pron", sans-serif;
	padding: 0 15px;
	color: #333;
	display: block;
	text-align: center;
	line-height: 1.2;
	position: relative;
	font-size: 14px;
	-webkit-transition: .3s;
	transition: .3s;
}

@media screen and (max-width: 1100px) {
	.header .flex .nav ul li a {
		padding: 0 10px;
		font-size: 12px;
	}
}

@media screen and (max-width: 1000px) {
	.header .flex .nav ul li a {
		padding: 0 5px;
		font-size: 11px;
	}
}

.header .flex .nav ul li a::after {
	-webkit-transition: .3s;
	transition: .3s;
	position: absolute;
	left: 0%;
	bottom: -27px;
	width: 100%;
	content: "";
	background: #e53616;
	height: 5px;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

.header .flex .nav ul li a:hover::after {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.header .flex .nav ul li a.active::after {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.header .flex .nav ul .original::after {
	bottom: -20px;
}

.top {
	background: url(../img/top-bg-a.jpg) no-repeat center center/cover;
	padding: 60px 0 20px;
}

@media screen and (max-width: 767px) {
	.top {
		padding: 40px 0;
		background: url(../img/top-bg-sp.jpg) no-repeat center center/cover;
	}
}

.top .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.top .flex .left {
	width: 50%;
}

.top .flex .right {
	width: 50%;
}

.top .btn {
	margin-top: 20px;
}

.top .btn a {
	display: block;
	color: #fff;
	font-size: 23px;
	font-size: 23px;
	background: #fc6b19;
	border: 1px solid #fc6b19;
	padding: 20px 0;
	border-radius: 40px;
	font-weight: 600;
	max-width: 380px;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 1.5px;
	-webkit-transition: .3s;
	transition: .3s;
}

@media screen and (max-width: 767px) {
	.top .btn a {
		border-radius: 0;
		font-size: 20px;
	}
}

.top .btn a:hover {
	background: #fff;
	color: #fc6b19;
}

.section {
	padding: 100px 0;
}

@media screen and (max-width: 900px) {
	.section {
		padding: 60px 0;
	}
}

@media screen and (max-width: 767px) {
	.section {
		padding: 50px 0;
	}
}

.drawer-icon {
	position: fixed;
	top: 20px;
	right: 15px;
	z-index: 600;
	-webkit-transition: -webkit-transform .5s ease 0s;
	transition: -webkit-transform .5s ease 0s;
	transition: transform .5s ease 0s;
	transition: transform .5s ease 0s, -webkit-transform .5s ease 0s;
}

@media screen and (min-width: 768px) {
	.drawer-icon {
		display: none;
	}
}

.drawer-icon.is-active .drawer-icon-bar1 {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 8px;
	-webkit-transition: .3s;
	transition: .3s;
}

.drawer-icon.is-active .drawer-icon-bar2 {
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
}

.drawer-icon.is-active .drawer-icon-bar3 {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 8px;
	-webkit-transition: .3s;
	transition: .3s;
}

.drawer-icon-bars {
	width: 25px;
	height: 16px;
	display: block;
	position: relative;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
	position: absolute;
	width: 25px;
	height: 2.5px;
	background: #333;
	top: 0;
	left: 0;
}

.drawer-icon-bar1 {
	top: 0;
	-webkit-transition: .3s;
	transition: .3s;
}

.drawer-icon-bar2 {
	top: 8px;
	-webkit-transition: .3s;
	transition: .3s;
}

.drawer-icon-bar3 {
	top: 16px;
	-webkit-transition: .3s;
	transition: .3s;
}

.drawer-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	background: #fff;
	z-index: 250;
	display: none;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.drawer-content.is-active {
	display: block;
}

.drawer-icon-nav {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.drawer-icon-nav ul li {
	margin-bottom: 40px;
}

.drawer-icon-nav ul li a {
	display: block;
	color: #333;
	font-size: 18px;
}

.drawer-icon-nav .tel {
	color: #0074c9;
	margin-bottom: 40px;
}

.drawer-icon-nav .tel .text1 {
	font-size: 18px;
	font-family: "din-2014", sans-serif;
	margin-bottom: 2px;
	font-weight: 600;
}

.drawer-icon-nav .tel .text2 {
	font-family: "din-2014", sans-serif;
	font-size: 26px;
	font-weight: 600;
}

.drawer-icon-nav .btn a {
	color: #fff;
	font-size: 18px;
	background: #fc6b19;
	border-radius: 30px;
	padding: 15px 30px;
	text-align: center;
	display: block;
	border: 1px solid #fc6b19;
	-webkit-transition: .3s;
	transition: .3s;
	max-width: 200px;
	margin: 0 auto;
}

.drawer-icon-nav .btn a:hover {
	background: #fff;
	color: #fc6b19;
}

.section-title {
	margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
	.section-title {
		margin-bottom: 30px;
	}
}

.section-title .section-title-text {
	line-height: 1.3;
	font-size: 38px;
	text-align: center;
}

@media screen and (max-width: 1000px) {
	.section-title .section-title-text {
		font-size: 26px;
	}
}

@media screen and (max-width: 767px) {
	.section-title .section-title-text {
		font-size: 6.5vw;
	}
}

.section-title .section-title-text span {
	font-size: 80%;
}

.section-title .section-title-img {
	max-width: 44px;
	margin: 0 auto;
	margin-top: 15px;
}

@media screen and (max-width: 767px) {
	.section-title .section-title-img {
		max-width: 28px;
		margin-top: 10px;
	}
}

.topAbout1 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 900px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.topAbout1 ul {
		display: block;
	}
}

.topAbout1 ul li {
	width: 29%;
}

@media screen and (max-width: 767px) {
	.topAbout1 ul li {
		width: 80%;
		margin: 0 auto 30px;
	}
}

.topAbout1 ul li .img {
	min-height: 100px;
	position: relative;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.topAbout1 ul li .img {
		margin-bottom: 15px;
		min-height: initial;
		text-align: center;
	}
}

.topAbout1 ul li .img .wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 64px;
}

@media screen and (max-width: 767px) {
	.topAbout1 ul li .img .wrap {
		max-width: 50px;
		position: initial;
		-webkit-transform: initial;
		transform: initial;
		text-align: center;
		margin: 0 auto;
	}
}

.topAbout1 ul li .title {
	font-size: 20px;
	text-align: center;
	color: #0074c9;
	margin-bottom: 20px;
	line-height: 1.3;
}

@media screen and (max-width: 900px) {
	.topAbout1 ul li .title {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.topAbout1 ul li .title {
		font-size: 22px;
	}
}

.topAbout1 ul li .text {
	line-height: 1.7;
	font-size: 19px;
}

@media screen and (max-width: 900px) {
	.topAbout1 ul li .text {
		font-size: 16px;
	}
}

.topAbout2 {
	position: relative;
	background: url(../img/topAbout2-bg.jpg) no-repeat center center/cover;
}

.topAbout2 .attention {
	max-width: 89px;
	position: absolute;
	top: -40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
	.topAbout2 .attention {
		max-width: 50px;
		top: -24px;
	}
}

@media screen and (max-width: 767px) {
	.topAbout2 {
		background: url(../img/topAbout2-bg-sp.jpg) no-repeat top center/cover;
	}
}

.topAbout2 .lead {
	font-size: 22px;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
	.topAbout2 .lead {
		margin-bottom: 30px;
		font-size: 4.1vw;
		text-align: left;
		padding: 0 4vw;
	}
}

.topAbout2 .lead span {
	color: #0074c9;
}

.cta {
	background: url(../img/cta-bg.jpg) no-repeat center center/cover;
	margin-bottom: 30px;
}

.cta .title {
	line-height: 1.3;
	font-size: 37px;
	text-align: center;
	margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
	.cta .title {
		font-size: 26px;
	}
}

@media screen and (max-width: 767px) {
	.cta .title {
		font-size: 6.5vw;
	}
}

.cta .title .small {
	font-size: 85%;
}

.cta .title .blue {
	color: #0074c9;
	font-size: 33px;
}

@media screen and (max-width: 1000px) {
	.cta .title .blue {
		font-size: 23px;
	}
}

@media screen and (max-width: 767px) {
	.cta .title .blue {
		font-size: 6vw;
	}
}

.cta .btn a {
	color: #fff;
	font-size: 25px;
	background: #fc6b19;
	display: block;
	border: 1px solid #fc6b19;
	max-width: 430px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	border-radius: 5px;
	-webkit-transition: .3s;
	transition: .3s;
}

@media screen and (max-width: 767px) {
	.cta .btn a {
		font-size: 20px;
		border-radius: 40px;
	}
}

.cta .btn a:hover {
	background: #fff;
	color: #fc6b19;
}

.cta .btn2 a {
	border-radius: 40px;
}

@media screen and (max-width: 767px) {
	.cta .title .blue {
		font-size: 5vw;
	}
}

.topMovie {
	background: #0074c9;
}

.topMovie .title {
	max-width: 780px;
	margin: 0 auto 30px;
}

@media screen and (max-width: 767px) {
	.topMovie .title {
		margin-bottom: 20px;
		max-width: 280px;
	}
}

.topMovie .movie {
	max-width: 800px;
	margin: 0 auto;
}

.topMovie .movie .wrap {
	position: relative;
	padding-top: 56.25%;
}

.topMovie .movie .wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 768px) {
	.feature1,
	.feature2,
	.feature3 {
		padding: 70px 0;
	}
}

.feature1 {
	background: #0074c9;
	position: relative;
}

.feature1 .section-title .section-title-text {
	color: #fff;
}

.feature1 .blue-bottom {
	max-width: 65px;
	position: absolute;
	top: -40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
	.feature1 .blue-bottom {
		max-width: 50px;
		top: -24px;
	}
}

.feature ul {
	margin: 0 auto;
}

.feature ul li .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.feature ul li .flex {
		display: block;
	}
}

.feature ul li .flex .left {
	width: 600px;
}

@media screen and (max-width: 1000px) {
	.feature ul li .flex .left {
		width: 500px;
	}
}

@media screen and (max-width: 900px) {
	.feature ul li .flex .left {
		width: 400px;
	}
}

@media screen and (max-width: 767px) {
	.feature ul li .flex .left {
		width: 100%;
	}
}

.feature ul li .flex .num {
	font-family: "DIN Condensed Bold", sans-serif;
	color: #fc6b19;
	font-size: 80px;
}

@media screen and (max-width: 767px) {
	.feature ul li .flex .num {
		font-size: 65px;
	}
}

@media screen and (max-width: 767px) {
	.feature ul li .flex .img {
		max-width: 300px;
		margin: 0 auto 30px;
	}
}

.feature ul li .flex .img.add {
	max-width: 230px;
}

@media screen and (max-width: 767px) {
	.feature ul li .flex .img.add4 {
		max-width: 100%;
		margin-top: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

.feature ul li .flex .title {
	font-size: 29px;
	padding-left: 20px;
	position: relative;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 30px;
}

.feature ul li .flex .title.add {
	color: #0074c9;
}

.feature ul li .flex .title.add span {
	color: #fff;
	background: #0074c9;
}

@media screen and (max-width: 767px) {
	.feature ul li .flex .title.add2 {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 900px) {
	.feature ul li .flex .title {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.feature ul li .flex .title {
		font-size: 5vw;
	}
}

.feature ul li .flex .title::before {
	position: absolute;
	top: 4px;
	left: 0;
	width: 6px;
	height: 80px;
	content: "";
	background: #fc6b19;
}

@media screen and (max-width: 767px) {
	.feature ul li .flex .title::before {
		height: 14vw;
		top: .5vw;
	}
}

.feature ul li .flex .title span {
	background: #fff;
	color: #0074c9;
	padding: 3px 0;
}

.feature ul li .flex .text {
	font-size: 21px;
	line-height: 1.7;
	color: #fff;
	padding-left: 20px;
}

.feature ul li .flex .text.black {
	color: #333;
}

@media screen and (max-width: 900px) {
	.feature ul li .flex .text {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.feature ul li .flex .text {
		font-size: 16px;
		padding-left: 0;
	}
}

.feature ul li .flex .text span {
	font-size: 80%;
}

.feature ul li .flex .right {
	width: calc(100% - 640px);
}

@media screen and (max-width: 1000px) {
	.feature ul li .flex .right {
		width: calc(100% - 520px);
	}
}

@media screen and (max-width: 900px) {
	.feature ul li .flex .right {
		width: calc(100% - 460px);
	}
}

.feature ul li .flex .right.add {
	position: relative;
	top: 71px;
}

@media screen and (max-width: 1100px) {
	.feature ul li .flex .right.add {
		top: 101px;
	}
}

@media screen and (max-width: 1000px) {
	.feature ul li .flex .right.add {
		top: 151px;
	}
}

@media screen and (max-width: 900px) {
	.feature ul li .flex .right.add {
		top: 91px;
	}
}

@media screen and (max-width: 900px) {
	.feature ul li .flex .right.add {
		width: calc(100% - 500px);
	}
}

@media screen and (max-width: 767px) {
	.feature ul li .flex .right.add {
		top: 0;
	}
}

.feature ul li .flex .right.add3 {
	width: calc(100% - 600px);
	margin-left: 10px;
}

.feature ul li .flex .right.add3 img {
	max-width: 240px;
	padding-top: 20px;
}

@media screen and (max-width: 1000px) {
	.feature ul li .flex .right.add3 {
		width: calc(100% - 520px);
	}
}

@media screen and (max-width: 900px) {
	.feature ul li .flex .right.add3 {
		width: calc(100% - 460px);
	}
}

.feature1 {
	position: relative;
	z-index: 1;
}

.feature3 {
	background: url(../img/feature3-bg.png) no-repeat bottom center/cover;
	position: relative;
	z-index: 4;
}

@media screen and (min-width: 768px) {
	.feature3 {
		padding-bottom: 100px;
	}
}

@media screen and (max-width: 767px) {
	.feature3 {
		background: #0074c9;
	}
}

.merit {
	background: url(../img/merit-bg.jpg) no-repeat bottom center/cover;
}

.merit ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 940px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.merit ul {
		display: block;
	}
}

.merit ul li {
	width: 32%;
	padding: 30px 20px 30px 70px;
	background: #ecf5fb;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 900px) {
	.merit ul li {
		width: 32.5%;
		padding: 30px 15px 30px 60px;
	}
}

@media screen and (max-width: 767px) {
	.merit ul li {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 20px;
		max-width: 280px;
		padding: 30px 20px 30px 60px;
	}
	.merit ul li:last-child {
		margin-bottom: 0;
	}
}

.merit ul li .person {
	position: absolute;
	top: 60%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 60px;
}

@media screen and (max-width: 767px) {
	.merit ul li .person {
		max-width: 55px;
	}
}

.merit ul li .person.add3 {
	max-width: 75px;
	top: 60%;
}

.merit ul li .title {
	color: #fff;
	background: #fc6b19;
	padding: 10px 0;
	width: 100%;
	max-width: 160px;
	text-align: center;
	border-radius: 20px;
	font-size: 24px;
	margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
	.merit ul li .title {
		font-size: 20px;
	}
}

.merit ul li .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}

.merit ul li .row .check {
	width: 16px;
	position: relative;
	top: 3px;
}

.merit ul li .row .text {
	width: calc(100% - 20px);
	line-height: 1.3;
	font-family: "Noto Sans JP", serif;
	font-size: 18px;
	font-weight: bold;
}

.merit ul li .row .text span {
	color: #0074c9;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #fff));
	background: linear-gradient(transparent 80%, #fff 80%);
}

@media screen and (max-width: 1000px) {
	.merit ul li .row .text {
		font-size: 15px;
	}
}

@media screen and (max-width: 767px) {
	.merit ul li .row .text {
		font-size: 16px;
		padding-left: 15px;
		white-space: nowrap;
	}
}

.bottom-merit {
	margin-top: 80px;
}

@media screen and (max-width: 767px) {
	.bottom-merit {
		margin-top: 60px;
	}
	.bottom-merit .seo-img {
		max-width: 80px;
		margin: 0 auto;
	}
}

.bottom-merit .bottom-merit-title {
	color: #fff;
	font-size: 28px;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.3;
}

@media screen and (max-width: 900px) {
	.bottom-merit .bottom-merit-title {
		font-size: 24px;
	}
}

@media screen and (max-width: 767px) {
	.bottom-merit .bottom-merit-title {
		font-size: 5.7vw;
	}
}

.bottom-merit .bottom-merit-title .wrap {
	display: inline-block;
	position: relative;
}

.bottom-merit .bottom-merit-title .wrap .merit-title-bottom {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.bottom-merit .bottom-merit-title .wrap .merit-title-bottom {
		bottom: -20px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 82%;
	}
}

.bottom-merit .bottom-merit-title span {
	color: #ffce00;
	font-size: 105%;
	position: relative;
	display: inline-block;
}

.bottom-merit .bottom-merit-title span .seo-img {
	max-width: 90px;
	position: absolute;
	top: -35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.bottom-merit .ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 830px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.bottom-merit .ul {
		display: block;
	}
}

.bottom-merit .ul .li {
	width: 32%;
}

@media screen and (max-width: 767px) {
	.bottom-merit .ul .li {
		width: 100%;
		margin-bottom: 30px;
	}
	.bottom-merit .ul .li:last-child {
		margin-bottom: 0;
	}
}

.bottom-merit .ul .title {
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	line-height: 1.3;
}

@media screen and (max-width: 767px) {
	.bottom-merit .ul .title {
		color: #ffce00;
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.bottom-merit .ul .img {
		max-width: 280px;
		margin: 0 auto;
	}
}

.topVoice ul .middle .flex .center {
	letter-spacing: -1px;
}

.topVoice {
	background: #ecf5fb;
}

@media screen and (max-width: 767px) {
	.topVoice .inner {
		padding: 0;
	}
}

.topVoice .atten-text {
	color: #0074c9;
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Noto Sans JP", serif;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	line-height: 1.5;
	margin-top: 30px;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.topVoice .atten-text {
		margin-top: 20px;
	}
}

.topVoice ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.topVoice ul .add-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		background: url(../img/voice-bottom-sp.png) no-repeat bottom center/cover;
	}
}

@media screen and (max-width: 767px) {
	.topVoice ul {
		display: block;
	}
}

.topVoice ul li {
	width: 31.5%;
}

@media screen and (max-width: 767px) {
	.topVoice ul li {
		width: 100%;
		margin-bottom: 80px;
	}
	.topVoice ul li:last-child {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 768px) {
	.topVoice ul li:nth-child(1) .bottom {
		background: url(../img/b-circle1.png) no-repeat bottom center/cover;
	}
	.topVoice ul li:nth-child(2) .bottom {
		background: url(../img/b-circle2.png) no-repeat bottom center/cover;
	}
	.topVoice ul li:nth-child(3) .bottom {
		background: url(../img/b-circle3.png) no-repeat bottom center/cover;
	}
}

.topVoice ul .img {
	border-radius: 5px;
}

@media screen and (max-width: 767px) {
	.topVoice ul .img {
		border-radius: 0;
	}
}

.topVoice ul .img img {
	border-radius: 10px;
}

@media screen and (max-width: 767px) {
	.topVoice ul .img img {
		border-radius: 0;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

.topVoice ul .heading {
	font-family: "DIN Condensed Bold", sans-serif;
	color: #fc6b19;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.topVoice ul .heading {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding: 0 15px;
		color: #0074c9;
		margin-bottom: 5px;
	}
}

.topVoice ul .heading .text {
	font-size: 35px;
	letter-spacing: 0;
}

@media screen and (max-width: 767px) {
	.topVoice ul .heading .text {
		margin-right: 3px;
	}
}

.topVoice ul .heading .num {
	font-size: 77px;
	letter-spacing: -1px;
}

@media screen and (max-width: 767px) {
	.topVoice ul .heading .num {
		font-size: 60px;
		line-height: .7;
	}
}

.topVoice ul .middle {
	padding: 40px 20px 60px;
	background: rgba(255, 255, 255, 0.5);
	position: relative;
	z-index: 2;
	margin: 0 20px;
	margin-top: -20px;
	-webkit-clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
	clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
}

@media screen and (max-width: 767px) {
	.topVoice ul .middle {
		padding: 60px 40px 60px 20px;
		background: #fff;
		width: 48%;
	}
}

.topVoice ul .middle .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.1;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.topVoice ul .middle .flex .left {
	font-family: "Noto Sans JP", serif;
	font-size: 35px;
	font-weight: bold;
	color: #0074c9;
}

@media screen and (max-width: 1000px) {
	.topVoice ul .middle .flex .left {
		font-size: 25px;
		white-space: nowrap;
	}
}

.topVoice ul .middle .flex .center {
	font-family: "DIN Condensed Bold", sans-serif;
	color: #fc6b19;
	font-size: 95px;
	line-height: .5;
}

@media screen and (max-width: 1000px) {
	.topVoice ul .middle .flex .center {
		font-size: 70px;
		white-space: nowrap;
	}
}

.topVoice ul .middle .flex .right {
	font-family: "Noto Sans JP", serif;
	font-size: 35px;
	font-weight: bold;
	color: #0074c9;
}

@media screen and (max-width: 1000px) {
	.topVoice ul .middle .flex .right {
		font-size: 25px;
		white-space: nowrap;
	}
}

.topVoice ul .middle .co-text {
	font-size: 27px;
	font-family: "Noto Sans JP", serif;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}

@media screen and (max-width: 1000px) {
	.topVoice ul .middle .co-text {
		font-size: 22px;
	}
}

.topVoice ul .middle .co-text span {
	font-size: 80%;
}

.topVoice ul .bottom {
	width: 305px;
	height: 305px;
	position: relative;
	border-radius: 50%;
	margin-top: -40px;
}

@media screen and (max-width: 1000px) {
	.topVoice ul .bottom {
		width: 270px;
		height: 270px;
	}
}

@media screen and (max-width: 900px) {
	.topVoice ul .bottom {
		width: 240px;
		height: 240px;
	}
}

@media screen and (max-width: 767px) {
	.topVoice ul .bottom {
		margin-top: 0px;
		width: 49%;
		height: initial;
	}
}

.topVoice ul .bottom .wrap {
	position: absolute;
	top: 55%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.topVoice ul .bottom .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.1;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}

.topVoice ul .bottom .flex .left {
	font-family: "Noto Sans JP", serif;
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
}

@media screen and (max-width: 1000px) {
	.topVoice ul .bottom .flex .left {
		font-size: 25px;
		white-space: nowrap;
	}
}

.topVoice ul .bottom .flex .center {
	font-family: "DIN Condensed Bold", sans-serif;
	color: #fc6b19;
	font-size: 95px;
	line-height: .5;
	letter-spacing: -1px;
}

@media screen and (max-width: 1000px) {
	.topVoice ul .bottom .flex .center {
		font-size: 70px;
		white-space: nowrap;
	}
}

.topVoice ul .bottom .flex .right {
	font-family: "Noto Sans JP", serif;
	font-size: 35px;
	font-weight: bold;
	color: #fc6b19;
}

@media screen and (max-width: 1000px) {
	.topVoice ul .bottom .flex .right {
		font-size: 25px;
		white-space: nowrap;
	}
}

.topVoice ul .bottom .center2 {
	font-size: 70px !important;
}

.topVoice ul .bottom .text-message {
	color: #fff;
	font-family: "Noto Sans JP", serif;
	text-align: center;
	font-size: 27px;
	font-weight: bold;
	line-height: 1.5;
	white-space: nowrap;
}

.topVoice ul .bottom .text-message span {
	background: #fff;
	color: #0074c9;
	padding: 0 5px;
	margin-right: 3px;
}

@media screen and (max-width: 767px) {
	.topVoice ul .add-flex {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 30px 15px;
	}
	.topVoice ul .add-flex .middle {
		margin: 0;
		-webkit-clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 0 0);
		clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 0 0);
	}
	.topVoice ul .middle .flex .left {
		font-size: 5.5vw;
	}
	.topVoice ul .middle .flex .center {
		font-size: 16vw !important;
	}
	.topVoice ul .middle .flex .right {
		font-size: 5.5vw;
	}
	.topVoice ul .middle .co-text {
		font-size: 5vw;
		white-space: nowrap;
		margin-top: 5px;
	}
	.topVoice ul .bottom .flex .left {
		font-size: 5.5vw;
	}
	.topVoice ul .bottom .flex .center {
		font-size: 16vw;
	}
	.topVoice ul .bottom .flex .right {
		font-size: 5.5vw;
	}
	.topVoice ul .bottom .text-message {
		font-size: 5vw;
	}
	.topVoice ul .middle {
		padding: 30px 15px;
	}
	.topVoice ul .bottom .flex {
		margin-bottom: 10px;
	}
	.topVoice ul .middle {
		padding: 30px 25px 30px 15px;
	}
	.topVoice ul .middle {
		width: 49%;
	}
	.topVoice ul .bottom {
		width: 49%;
	}
	.topVoice ul .middle .flex .center {
		margin: 0 3px;
	}
	.topVoice ul .bottom .center2 {
		font-size: 11vw !important;
	}
	.atten-text {
		padding-right: 15px !important;
		font-size: 14px !important;
		margin-top: 10px !important;
	}
	.topVoice .name {
		color: #333;
		font-size: 17px;
		font-weight: 600;
		position: relative;
		margin-left: 4px;
		text-align: left;
		top: -3px;
	}
	.topVoice .name span {
		font-size: 20px;
		color: #0074c9;
		margin-bottom: 5px;
		display: block;
	}
}

@media screen and (max-width: 360px) {
	.topVoice .name {
		color: #333;
		font-size: 15px;
		font-weight: 600;
		position: relative;
		margin-left: 4px;
		text-align: left;
		top: -3px;
	}
	.topVoice .name span {
		font-size: 17px;
		color: #0074c9;
		margin-bottom: 5px;
		display: block;
	}
}

.topImage {
	background: url(../img/topImg-bg.jpg) no-repeat top center/cover;
}

@media screen and (max-width: 767px) {
	.topImage {
		background: url(../img/topImg-bg-sp.jpg) no-repeat top center/cover;
	}
}

.topImage .main-img {
	max-width: 800px;
	margin: 0 auto;
}

.topImage .lead {
	color: #fff;
	font-size: 20px;
	line-height: 1.7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
	.topImage .lead {
		font-size: 4vw;
		margin-top: 20px;
		margin-bottom: 40px;
	}
}

.topImage .bottom-merit-title {
	color: #fff;
	font-size: 28px;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.3;
}

@media screen and (max-width: 900px) {
	.topImage .bottom-merit-title {
		font-size: 24px;
	}
}

@media screen and (max-width: 767px) {
	.topImage .bottom-merit-title {
		font-size: 5.7vw;
	}
}

.topImage .bottom-merit-title .wrap {
	display: inline-block;
	position: relative;
}

.topImage .bottom-merit-title .wrap .merit-title-bottom {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.topImage .bottom-merit-title .wrap .merit-title-bottom {
		bottom: -20px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 82%;
	}
}

.topImage .bottom-merit-title span {
	color: #ffce00;
	font-size: 105%;
	position: relative;
	display: inline-block;
}

.topImage .bottom-merit-title span .seo-img {
	max-width: 90px;
	position: absolute;
	top: -35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.topImage ul {
	max-width: 900px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	.topImage ul {
		display: block;
	}
}

.topImage ul li {
	font-family: "GenJyuuGothicX-Medium";
	font-weight: 600;
	font-size: 22px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 30px;
	padding: 15px;
	text-align: center;
	position: relative;
	width: 49.5%;
	background: #0074c9;
}

@media screen and (max-width: 900px) {
	.topImage ul li {
		font-size: 18px;
	}
}

@media screen and (min-width: 768px) {
	.topImage ul li:nth-child(n + 3) {
		margin-top: 10px;
	}
}

@media screen and (max-width: 767px) {
	.topImage ul li {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 10px;
		font-size: 17px;
		max-width: 320px;
		padding: 10px 0;
	}
}

@media screen and (max-width: 360px) {
	.topImage ul li {
		font-size: 15px;
	}
}

.topImage ul li .check {
	max-width: 60px;
	position: absolute;
	top: -18px;
	right: 6px;
}

@media screen and (max-width: 767px) {
	.topImage ul li .check {
		max-width: 45px;
		right: 0;
		top: -12px;
	}
}

.topImage ul li span {
	color: #ffce00;
}

.topImage .lead2 {
	margin-top: 20px;
	font-size: 26px;
	text-align: center;
	line-height: 1.3;
	color: #fff !important;
}

@media screen and (max-width: 900px) {
	.topImage .lead2 {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.topImage .lead2 {
		font-size: 20px;
		margin-top: 10px;
	}
}

.topImage .triangle {
	max-width: 254px;
	margin: 0 auto;
	margin-top: -80px;
}

@media screen and (max-width: 767px) {
	.topImage .triangle {
		max-width: 190px;
		margin-top: -60px;
	}
}

.Blog {
	background: #ecf5fb;
}

.Blog ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
	.Blog ul li {
		width: calc(33.3333% - 30px * 2/3);
		margin-right: 30px;
	}
	.Blog ul li:nth-child(3n) {
		margin-right: 0;
	}
	.Blog ul li:nth-child(n + 4) {
		margin-top: 40px;
	}
}

@media screen and (max-width: 767px) {
	.Blog ul li {
		width: 100%;
	}
}

.Blog ul li a {
	color: #333;
	-webkit-transition: .3s;
	transition: .3s;
}

.Blog ul li a:hover {
	-webkit-transition: .3s;
	transition: .3s;
	color: #0074c9;
}

.Blog ul li a:hover .thumbnail .wrap img {
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.Blog ul li .thumbnail {
	width: 100%;
	margin-bottom: 20px;
}

.Blog ul li .thumbnail .wrap {
	padding-top: 61%;
	overflow: hidden;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s;
	border-radius: 20px;
}

.Blog ul li .thumbnail .wrap img {
	position: absolute;
	-webkit-transition: .3s;
	transition: .3s;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 20px;
}

.Blog ul li .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.Blog ul li .flex .date {
	white-space: nowrap;
	width: 40px;
}

.Blog ul li .flex .date .row1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Noto Sans JP", serif;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.Blog ul li .flex .date .row1 .num {
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
}

.Blog ul li .flex .date .row1 .text {
	line-height: 1;
	font-size: 10px;
	position: relative;
	top: 1px;
}

.Blog ul li .flex .date .row2 {
	font-size: 28px;
	font-weight: 400;
	font-family: "Noto Sans JP", serif;
	text-align: center;
	margin-bottom: 2px;
}

.Blog ul li .flex .date .row3 {
	font-size: 12px;
	text-align: center;
	font-weight: 400;
	font-family: "Noto Sans JP", serif;
}

.Blog ul li .title {
	font-size: 15px;
	line-height: 1.3;
	width: calc(100% - 57px);
}

.Blog .more-btn {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.Blog .more-btn a {
	text-decoration: underline;
	font-size: 15px;
	color: #333;
	-webkit-transition: .3s;
	transition: .3s;
}

.Blog .more-btn a:hover {
	opacity: .6;
}

.Blog .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	bottom: -35px;
}

.Blog .slick-dots li {
	width: initial;
}

.Blog .slider {
	max-width: 300px;
	margin: 0 auto;
}

@media screen and (max-width: 360px) {
	.Blog .slider {
		max-width: 260px;
	}
}

.Blog .more-btn2 {
	margin-top: 50px;
}

.Blog .more-btn2 a {
	margin: 0 auto;
	border: 2px solid #0074c9;
	color: #0074c9;
	font-size: 18px;
	border-radius: 40px;
	padding: 12px 0;
	display: block;
	text-align: center;
	max-width: 300px;
}

.Blog .slick-dots li button:before {
	font-size: 10px;
}

.Blog .slick-prev:before,
.Blog .slick-next:before {
	opacity: 1;
}

.Blog .slick-prev:before {
	background: url(../img/prev.png) no-repeat center center/cover;
	width: 14px;
	height: 25px;
	content: "";
	display: block;
}

.Blog .slick-next:before {
	background: url(../img/next.png) no-repeat center center/cover;
	width: 14px;
	height: 25px;
	content: "";
	display: block;
}

.Blog .slick-next {
	right: -28px;
	top: 30%;
}

.Blog .slick-prev {
	left: -28px;
	top: 30%;
}

.last-cta {
	background: url(../img/last-cta-bg.png) no-repeat center center/cover;
}

.last-cta .box .heading {
	background: #0074c9;
	color: #fff;
	padding: 20px 0;
	font-size: 32px;
	text-align: center;
	line-height: 1.4;
}

@media screen and (max-width: 900px) {
	.last-cta .box .heading {
		font-size: 28px;
	}
}

@media screen and (max-width: 767px) {
	.last-cta .box .heading {
		font-size: 6vw;
	}
}

.last-cta .box .heading .small {
	font-size: 70%;
}

.last-cta .box .heading .orange {
	font-size: 120%;
	color: #fc6b19;
}

.last-cta .box .bottom {
	background: #ecf5fb;
	padding: 60px 60px;
}

@media screen and (max-width: 900px) {
	.last-cta .box .bottom {
		padding: 60px 20px;
	}
}

@media screen and (max-width: 767px) {
	.last-cta .box .bottom {
		padding: 30px 20px;
	}
}

.last-cta .box .bottom .title {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.last-cta .box .bottom .title .icon {
	width: 12px;
	margin-right: 8px;
}

@media screen and (max-width: 767px) {
	.last-cta .box .bottom .title .icon {
		width: 10px;
	}
}

.last-cta .box .bottom .title .title-text {
	font-size: 26px;
	display: inline-block;
	position: relative;
}

@media screen and (max-width: 900px) {
	.last-cta .box .bottom .title .title-text {
		font-size: 22px;
	}
}

@media screen and (max-width: 767px) {
	.last-cta .box .bottom .title .title-text {
		font-size: 5vw;
	}
}

.last-cta .box .bottom .title .title-text .free {
	width: 67px;
	position: absolute;
	right: -69px;
	top: -39px;
}

@media screen and (max-width: 767px) {
	.last-cta .box .bottom .title .title-text .free {
		width: 50px;
		right: -52px;
		top: -29px;
	}
}

@media screen and (max-width: 360px) {
	.last-cta .box .bottom .title .title-text .free {
		width: 40px;
		right: -42px;
		top: -21px;
	}
}

.last-cta .box .bottom .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.last-cta .box .bottom .flex {
		display: block;
	}
}

.last-cta .box .bottom .flex .item {
	width: 45%;
}

@media screen and (max-width: 900px) {
	.last-cta .box .bottom .flex .item {
		width: 48%;
	}
}

@media screen and (max-width: 767px) {
	.last-cta .box .bottom .flex .item {
		width: 100%;
		margin-bottom: 30px;
	}
	.last-cta .box .bottom .flex .item:last-child {
		margin-bottom: 0;
	}
}

.last-cta .box .bottom .flex .item .tel-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .3s;
	transition: .3s;
}

.last-cta .box .bottom .flex .item .tel-link:hover {
	opacity: .6;
}

@media screen and (max-width: 767px) {
	.last-cta .box .bottom .flex .item .tel-link {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.last-cta .box .bottom .flex .item .tel {
	width: 58px;
	margin-right: 3px;
	position: relative;
	top: -10px;
}

@media screen and (max-width: 767px) {
	.last-cta .box .bottom .flex .item .tel {
		width: 40px;
	}
}

@media screen and (max-width: 360px) {
	.last-cta .box .bottom .flex .item .tel {
		width: 35px;
		top: -6px;
	}
}

.last-cta .box .bottom .flex .item .num {
	color: #0074c9;
	font-size: 63px;
	font-family: "DIN Condensed Bold", sans-serif;
	white-space: nowrap;
}

@media screen and (max-width: 900px) {
	.last-cta .box .bottom .flex .item .num {
		font-size: 60px;
	}
}

@media screen and (max-width: 767px) {
	.last-cta .box .bottom .flex .item .num {
		font-size: 50px;
	}
}

@media screen and (max-width: 360px) {
	.last-cta .box .bottom .flex .item .num {
		font-size: 40px;
	}
}

.last-cta .box .bottom .attention {
	font-family: "Noto Sans JP", serif;
	font-size: 19px;
	font-weight: 500;
	padding-left: 60px;
	margin-top: -10px;
}

@media screen and (max-width: 900px) {
	.last-cta .box .bottom .attention {
		padding-left: 0px;
		margin-top: 0;
	}
}

@media screen and (max-width: 767px) {
	.last-cta .box .bottom .attention {
		font-size: 14px;
		text-align: center;
	}
}

.last-cta .box .bottom .attention span {
	font-size: 80%;
}

.last-cta .box .bottom .attention .span1 {
	font-size: 60%;
	position: relative;
	top: -2px;
	margin: 0 3px;
}

.last-cta .box .web-btn a {
	color: #fff;
	font-size: 25px;
	background: #fc6b19;
	display: block;
	border: 1px solid #fc6b19;
	max-width: 430px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	border-radius: 5px;
	-webkit-transition: .3s;
	transition: .3s;
}

@media screen and (max-width: 767px) {
	.last-cta .box .web-btn a {
		font-size: 20px;
		border-radius: 40px;
		border-radius: 8px;
	}
}

.last-cta .box .web-btn a:hover {
	background: #fff;
	color: #fc6b19;
}

.footer {
	padding: 10px 0 60px;
}

@media screen and (max-width: 767px) {
	.footer {
		padding: 30px 0;
	}
}

.footer .logo {
	max-width: 220px;
	position: relative;
}

.footer .logo a {
	-webkit-transition: .3s;
	transition: .3s;
}

.footer .logo a:hover {
	opacity: .6;
}

@media screen and (max-width: 1100px) {
	.footer .logo {
		max-width: 180px;
	}
}

@media screen and (max-width: 1000px) {
	.footer .logo {
		max-width: 130px;
	}
}

@media screen and (max-width: 767px) {
	.footer .logo {
		max-width: 100px;
		margin-right: 10px;
	}
}

.footer .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer ul {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 750px;
	margin-left: auto;
}

.footer ul li {
	padding: 7px 0;
}

.footer ul li a {
	font-family: "Noto Sans JP", serif;
	font-size: 15px;
	font-weight: 400;
	padding: 0px 20px;
	color: #333;
	display: block;
	-webkit-transition: .3s;
	transition: .3s;
	border-right: 1px solid #333;
}

.footer ul li a:hover {
	opacity: .6;
}

@media screen and (max-width: 767px) {
	.footer ul li a {
		font-size: 9px;
		padding: 0 7px;
	}
}

body {
	-webkit-animation: fadein 3.5s forwards;
	animation: fadein 3.5s forwards;
}

@-webkit-keyframes fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.contact {
	background: url(../img/contact-bg.png) no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
	.contact {
		padding-top: 50px;
	}
}

@media screen and (max-width: 767px) {
	.contact {
		padding-top: 30px;
	}
}

.contact .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.contact .flex {
		display: block;
	}
}

.contact .flex .left {
	width: 46%;
}

@media screen and (max-width: 767px) {
	.contact .flex .left {
		width: 100%;
		margin-bottom: 20px;
	}
}

.contact .flex .left .title {
	font-size: 29px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (max-width: 1150px) {
	.contact .flex .left .title {
		font-size: 22px;
	}
}

@media screen and (max-width: 767px) {
	.contact .flex .left .title {
		font-size: 20px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 360px) {
	.contact .flex .left .title {
		font-size: 18px;
	}
}

.contact .flex .left .title span {
	font-size: 110%;
	color: #0074c9;
}

.contact .flex .left .img {
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.contact .flex .left .img {
		margin-bottom: 10px;
	}
}

.contact .flex .left .text {
	color: #fff;
	background: #fc6b19;
	text-align: center;
	padding: 15px 0;
	font-size: 25px;
	width: 95%;
}

@media screen and (min-width: 768px) {
	.contact .flex .left .text {
		-webkit-clip-path: polygon(94% 0, 100% 50%, 94% 100%, 0 100%, 0 0);
		clip-path: polygon(94% 0, 100% 50%, 94% 100%, 0 100%, 0 0);
	}
}

@media screen and (max-width: 1150px) {
	.contact .flex .left .text {
		font-size: 22px;
	}
}

@media screen and (max-width: 767px) {
	.contact .flex .left .text {
		width: 100%;
		font-size: 20px;
	}
}

.contact .flex .right {
	width: 50%;
}

@media screen and (max-width: 767px) {
	.contact .flex .right {
		width: 100%;
	}
}

.contact .flex .right .box {
	background: #fff;
	padding: 40px 30px;
}

@media screen and (max-width: 767px) {
	.contact .flex .right .box {
		padding: 30px 20px;
	}
}

.contact .flex .right .text1 {
	font-size: 19px;
	font-family: "Noto Sans JP", serif;
	font-weight: 500;
	margin-bottom: 30px;
	line-height: 1.3;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.contact .flex .right .text1 {
		font-size: 14px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 360px) {
	.contact .flex .right .text1 {
		font-size: 13px;
	}
}

.contact .flex .right .text2 {
	font-size: 15px;
	color: #0074c9;
	line-height: 1.7;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.contact .flex .right .text2 {
		font-size: 14px;
	}
}

@media screen and (max-width: 360px) {
	.contact .flex .right .text2 {
		font-size: 13px;
	}
}

.contact .form-wrap {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.contact .form-wrap {
		margin-top: 20px;
	}
}

.contact .form-wrap .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contact .form-wrap .flex .row {
	width: 48%;
}

.contact .form-wrap .row {
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.contact .form-wrap .row {
		margin-bottom: 20px;
	}
}

.contact .form-wrap .row .dt {
	font-size: 16px;
	font-family: "Noto Sans JP", serif;
	font-weight: 500;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact .form-wrap .row .dt .required {
	font-size: 9px;
	background: #fc6b19;
	padding: 7px 7px;
	color: #fff;
	font-weight: 600;
	border-radius: 4px;
	margin-left: 8px;
}

.contact .check {
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 20px;
}

.contact .check a {
	-webkit-transition: .3s;
	transition: .3s;
}

.contact .check a:hover {
	opacity: .6;
}

.contact .check input {
	position: relative;
	top: 1.5px;
}

.contact .submit {
	text-align: center;
}

.contact .submit input[type="submit"] {
	color: #fff;
	background: #0074c9;
	border: 1px solid #0074c9;
	border-radius: 40px;
	padding: 15px 0;
	font-size: 16px;
	font-family: "Noto Sans JP", serif;
	font-weight: 600;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	max-width: 260px;
	margin: 0 auto;
}

.contact .submit input[type="submit"]:hover {
	background: #fff;
	color: #0074c9;
}

.bread {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.3;
	margin-bottom: 60px;
	font-family: "Noto Sans JP", serif;
}

@media screen and (max-width: 767px) {
	.bread {
		margin-bottom: 30px;
	}
}

.bread a {
	color: #333;
	-webkit-transition: .3s;
	transition: .3s;
	font-weight: 400;
}

.bread a:hover {
	opacity: .6;
}

.bread span {
	font-weight: 400;
}

.bread .center {
	margin: 0 5px;
}

@media screen and (max-width: 767px) {
	.drawer-icon-nav .tel a {
		color: #0074c9;
	}
}

.price1 {
	background: #ecf5fb;
}

@media screen and (max-width: 767px) {
	.price1 .img {
		max-width: 430px;
		margin: 0 auto;
	}
}

.price1 .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 800px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.price1 .flex {
		display: block;
		margin-top: 10px;
	}
}

.price1 .flex .btn {
	width: 48%;
}

@media screen and (max-width: 767px) {
	.price1 .flex .btn {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.price1 .flex .btn:last-child {
		margin-bottom: 0;
	}
}

.price1 .flex .btn a {
	display: block;
	padding: 20px 0;
	border-radius: 8px;
	color: #fff;
	font-size: 23px;
	font-weight: 500;
	text-align: center;
	-webkit-transition: .3s;
	transition: .3s;
}

@media screen and (max-width: 767px) {
	.price1 .flex .btn a {
		font-size: 18px;
	}
}

.price1 .flex .btn a span {
	font-size: 80%;
	font-weight: bold;
}

.price1 .flex .btn1 a {
	background: #fc6b19;
	border: 1px solid #fc6b19;
}

.price1 .flex .btn1 a:hover {
	background: #fff;
	color: #fc6b19;
}

.price1 .flex .btn2 a {
	background: #0074c9;
	border: 1px solid #0074c9;
}

.price1 .flex .btn2 a:hover {
	background: #fff;
	color: #0074c9;
}

.common-title-wrap {
	color: transparent;
	-webkit-text-stroke: 2px #b3b3b3;
	text-stroke: 2px #b3b3b3;
	font-family: "DIN Condensed Bold", sans-serif;
	font-size: 100px;
	padding-left: 30px;
	position: absolute;
	top: -45px;
	left: 0;
}

@media screen and (max-width: 767px) {
	.common-title-wrap {
		top: -15px;
		font-size: 45px;
		-webkit-text-stroke: 1px #b3b3b3;
		text-stroke: 1px #b3b3b3;
		padding-left: 15px;
	}
}

.common-title-wrap::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: #fc6b19;
	width: 8px;
	height: 73%;
}

@media screen and (max-width: 767px) {
	.common-title-wrap::before {
		width: 5px;
	}
}

.common-title-wrap2 {
	color: transparent;
	-webkit-text-stroke: 2px #b3b3b3;
	text-stroke: 2px #b3b3b3;
	font-family: "DIN Condensed Bold", sans-serif;
	font-size: 100px;
	padding-right: 30px;
	position: absolute;
	top: -45px;
	right: 0;
}

@media screen and (max-width: 767px) {
	.common-title-wrap2 {
		top: -15px;
		font-size: 45px;
		-webkit-text-stroke: 1px #b3b3b3;
		text-stroke: 1px #b3b3b3;
		padding-right: 15px;
	}
}

.common-title-wrap2::before {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	background: #fc6b19;
	width: 8px;
	height: 73%;
}

@media screen and (max-width: 767px) {
	.common-title-wrap2::before {
		width: 5px;
	}
}

.price3 {
	position: relative;
	z-index: 2;
}

.price2 {
	position: relative;
}

.price2 .price2-bg {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	top: -120px;
}

@media screen and (max-width: 767px) {
	.price2 .price2-bg {
		display: none;
	}
}

.price2 .inner {
	position: relative;
	z-index: 1;
}

.price2 .li-attention {
	padding-top: 8%;
}

@media screen and (max-width: 767px) {
	.price2 .box ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.price2 .box ul li {
		width: calc(50% - 10px * 1/2);
		margin-right: 10px;
	}
	.price2 .box ul li:nth-child(2n) {
		margin-right: 0;
	}
	.price2 .box ul li:nth-child(n + 3) {
		margin-top: 15px;
	}
}

.price2 .ul1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.price2 .ul1 li {
	width: calc(25% - 30px * 2/3);
	margin-right: 30px;
}

.price2 .ul1 li:nth-child(3n) {
	margin-right: 0;
}

.price2 .ul2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}

.price2 .ul2 li {
	width: calc(25% - 30px * 3/4);
	margin-right: 30px;
}

.price2 .ul2 li:nth-child(4n) {
	margin-right: 0;
}

.price2 .area {
	margin-bottom: 80px;
}

.price2 .area:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.price2 .area {
		margin-bottom: 40px;
	}
}

.price2 .box .heading {
	color: #fff;
	text-align: center;
	background: #0074c9;
	font-size: 34px;
	padding: 20px 0;
	position: relative;
}

@media screen and (max-width: 900px) {
	.price2 .box .heading {
		font-size: 26px;
	}
}

@media screen and (max-width: 767px) {
	.price2 .box .heading {
		font-size: 22px;
		padding: 10px 0;
	}
}

.price2 .box .bottom {
	background: #ecf5fb;
	padding: 40px;
}

@media screen and (max-width: 767px) {
	.price2 .box .bottom {
		padding: 30px 20px;
	}
}

.price2 .box .bottom .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 825px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.price2 .box .bottom .flex {
		display: block;
	}
}

.price2 .box .bottom .flex .item {
	width: 43%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.price2 .box .bottom .flex .item {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.price2 .box .bottom .flex .item .icon {
	width: 90px;
	margin-right: 10px;
}

@media screen and (max-width: 767px) {
	.price2 .box .bottom .flex .item .icon {
		width: 40px;
	}
}

.price2 .box .bottom .flex .item .left {
	font-family: "Noto Sans JP", serif;
	font-size: 35px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.price2 .box .bottom .flex .item .left {
		font-size: 23px;
	}
}

.price2 .box .bottom .flex .item .center {
	color: #fc6b19;
	font-family: "DIN Condensed Bold", sans-serif;
	font-size: 100px;
	line-height: .45;
}

@media screen and (max-width: 900px) {
	.price2 .box .bottom .flex .item .center {
		font-size: 80px;
	}
}

@media screen and (max-width: 767px) {
	.price2 .box .bottom .flex .item .center {
		font-size: 80px;
	}
}

.price2 .box .bottom .flex .item2 {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.price2 .box .bottom .flex .blue-arrow {
	max-width: 25px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.price2 .box .bottom .flex .blue-arrow {
		margin: 20px auto;
	}
}

.price2 .box .bottom .flex .text1 {
	font-size: 28px;
	text-align: center;
	line-height: 1.3;
	white-space: nowrap;
}

@media screen and (max-width: 767px) {
	.price2 .box .bottom .flex .text1 {
		font-size: 22px;
	}
}

.price2 .box .bottom .flex .text1 span {
	color: #0074c9;
}

.price2 .box .bottom .flex .orange-box {
	background: #fc6b19;
	color: #fff;
	padding: 15px;
	font-size: 23px;
	margin-right: 10px;
}

@media screen and (max-width: 900px) {
	.price2 .box .bottom .flex .orange-box {
		font-size: 20px;
		white-space: nowrap;
	}
}

@media screen and (max-width: 767px) {
	.price2 .box .bottom .flex .orange-box {
		font-size: 16px;
		padding: 10px;
	}
}

.price2 .attention {
	margin-top: 30px;
	font-family: "Noto Sans JP", serif;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.price2 .attention {
		font-size: 8px;
		margin-top: 10px;
	}
}

@media screen and (max-width: 767px) {
	.inner2 {
		padding: 0;
	}
}

.price3 {
	background: #fff5ef;
}

@media screen and (max-width: 767px) {
	.price3 {
		padding-top: 0;
	}
}

.price3 .main-title {
	font-size: 34px;
	text-align: center;
	color: #fff;
	background: #fc6b19;
	padding: 20px 0;
	margin-bottom: 40px;
	line-height: 1.2;
}

@media screen and (max-width: 900px) {
	.price3 .main-title {
		font-size: 28px;
	}
}

@media screen and (max-width: 767px) {
	.price3 .main-title {
		margin-bottom: 40px;
		font-size: 5.5vw;
	}
}

.price3 .main-title span {
	font-size: 130%;
}

.price3 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	/*justify-content: space-between;*/
	/*2508修正依頼*/
}

@media screen and (max-width: 767px) {
	.price3 ul {
		display: block;
	}
}

.price3 ul li {
	width: 40%;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.price3 ul li {
		width: 100%;
		max-width: 280px;
		margin: 0 auto 50px;
	}
	.price3 ul li:last-child {
		margin-bottom: 0;
	}
}

.price3 ul li .title {
	font-size: 22px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 50px;
}

@media screen and (max-width: 1150px) {
	.price3 ul li .title {
		font-size: 18px;
	}
}

@media screen and (max-width: 800px) {
	.price3 ul li .title {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.price3 ul li .title {
		font-size: 16px;
		white-space: nowrap;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 500px) {
	.price3 ul li .title {
		font-size: 5vw;
		white-space: nowrap;
		margin-bottom: 40px;
	}
}

.price3 ul li .text {
	font-size: 17px;
	line-height: 1.5;
	padding: 0px 20px 0px;
}

@media screen and (max-width: 1150px) {
	.price3 ul li .text {
		font-size: 16px;
	}
}

@media screen and (max-width: 800px) {
	.price3 ul li .text {
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	.price3 ul li .text {
		font-size: 16px;
	}
}

.price3 ul li .white-box {
	background: #fff;
	border-radius: 8px;
	padding: 60px 0px 40px;
}

.price3 ul li .sub-title {
	margin-bottom: 40px;
	margin-top: -88px;
}

@media screen and (max-width: 767px) {
	.price3 ul li .sub-title {
		margin-bottom: 20px;
	}
}

.price3 ul li .img {
	margin-bottom: 30px;
}

.price3 .attention {
	margin-top: 30px;
	font-family: "Noto Sans JP", serif;
	font-size: 11px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.price3 .attention {
		font-size: 8px;
		margin: 0 auto;
		margin-top: 10px;
		max-width: 280px;
	}
}

.schedule {
	background: #ecf5fb;
}

@media screen and (max-width: 767px) {
	.schedule {
		padding: 0;
	}
}

.schedule .sp-area {
	max-width: 500px;
	margin: 0 auto;
}

.schedule .bottom-text {
	color: #0074c9;
	font-size: 23px;
	margin-top: 30px;
	text-align: center;
	line-height: 1.5;
}

@media screen and (max-width: 900px) {
	.schedule .bottom-text {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.schedule .reason-sp {
		max-width: 500px;
		margin: 0 auto;
	}
}

.schedule .atte-box {
	max-width: 800px;
	margin: 0 auto;
	border-radius: 10px;
	border: 4px solid #0074c9;
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.schedule .atte-box {
		margin-top: 20px;
		border-radius: 6px;
		border: 2px solid #666;
	}
}

.schedule .atte-box .heading {
	background: #0074c9;
	padding: 20px 0;
	text-align: center;
	font-size: 25px;
	font-family: "Noto Sans JP", serif;
	font-weight: 500;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.schedule .atte-box .heading {
		background: #666;
		padding: 15px 0;
		font-size: 18px;
	}
}

.schedule .atte-box .bottom {
	padding: 30px 40px;
	background: #fff;
}

@media screen and (max-width: 767px) {
	.schedule .atte-box .bottom {
		padding: 30px 16px 20px;
	}
}

.schedule .atte-box .attention-img {
	max-width: 77px;
	margin: 0 auto 30px;
}

@media screen and (max-width: 767px) {
	.schedule .atte-box .attention-img {
		max-width: 50px;
		margin: 0 auto 15px;
	}
}

.schedule .atte-box .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px;
}

.schedule .atte-box .row .check {
	width: 19px;
	position: relative;
	top: 5px;
}

@media screen and (max-width: 767px) {
	.schedule .atte-box .row .check {
		width: 15px;
		top: 2px;
	}
}

.schedule .atte-box .row .text {
	width: calc(100% - 24px);
	font-size: 19px;
	font-weight: 500;
	font-family: "Noto Sans JP", serif;
	line-height: 1.35;
}

@media screen and (max-width: 767px) {
	.schedule .atte-box .row .text {
		font-size: 14px;
		width: calc(100% - 20px);
	}
}

.schedule .atte-box .text2 {
	font-family: "Noto Sans JP", serif;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.schedule .atte-box .text2 {
		font-size: 10px;
		margin-bottom: 20px;
	}
}

.schedule .atte-box .copyright {
	text-align: center;
	color: #fc6b19;
	font-size: 13px;
}

@media screen and (max-width: 767px) {
	.schedule .atte-box .copyright {
		font-size: 11px;
	}
}

@media screen and (min-width: 768px) {
	.reason {
		margin-top: 60px;
	}
}

.features1 {
	background: #0074c9;
}

@media screen and (min-width: 768px) {
	.features1 {
		margin-bottom: -200px;
	}
}

@media screen and (max-width: 900px) {
	.features1 {
		margin-bottom: -140px;
	}
}

@media screen and (max-width: 767px) {
	.features1 {
		margin-bottom: -80px;
		position: relative;
		z-index: 2;
		-webkit-clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
		clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
	}
}

@media screen and (max-width: 500px) {
	.features1 {
		margin-bottom: -80px;
		padding-bottom: 30px;
	}
}

.features1 .section-title .section-title-text {
	color: #fff;
}

.features1 .img {
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 767px) {
	.features1 .img {
		max-width: 500px;
		margin: 0 auto;
	}
}

.features2 {
	background: #ecf5fb;
	position: relative;
}

.features2 .arrow-white-bottom-dubble {
	max-width: 50px;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.features2 {
		padding-top: 200px;
	}
}

@media screen and (max-width: 767px) {
	.features2 {
		padding-top: 130px;
	}
}

.features2 .heading-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.features2 .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 900px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.features2 .flex {
		display: block;
	}
}

.features2 .flex .left {
	width: 50%;
	background: #f2f2f2;
	padding: 20px;
	border-radius: 10px;
}

@media screen and (max-width: 767px) {
	.features2 .flex .left {
		width: 100%;
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
}

.features2 .flex .left .title {
	font-size: 28px;
	text-align: center;
	line-height: 1.5;
	border-bottom: 3px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.features2 .flex .left .title {
		font-size: 22px;
	}
}

.features2 .flex .left .category {
	margin: 0px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.features2 .flex .left .category .item {
	font-size: 19px;
	background: #4d4d4d;
	color: #fff;
	padding: 5px 20px;
	border-radius: 20px;
	text-align: center;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
}

@media screen and (max-width: 767px) {
	.features2 .flex .left .category .item {
		font-size: 14px;
	}
}

.features2 .flex .img {
	width: 70%;
	margin: 0 auto 30px;
}

.features2 .flex .right {
	width: 50%;
	border: 4px solid #0074c9;
	border-radius: 20px;
}

@media screen and (max-width: 767px) {
	.features2 .flex .right {
		border: 3px solid #0074c9;
		width: 100%;
		border-radius: 10px;
	}
}

.features2 .flex .right .title {
	font-size: 29px;
	text-align: center;
	line-height: 1.5;
	border-bottom: 3px solid transparent;
	padding-bottom: 5px;
	background: #0074c9;
	color: #fff;
	padding-top: 5px;
	border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 767px) {
	.features2 .flex .right .title {
		border-radius: 5px 5px 0 0;
		font-size: 22px;
	}
}

.features2 .flex .right .category {
	margin: 0px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.features2 .flex .right .category .item {
	font-size: 17px;
	background: #fc6b19;
	color: #fff;
	padding: 5px 20px;
	border-radius: 20px;
	text-align: center;
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.features2 .flex .right .category .item {
		font-size: 14px;
	}
}

.features2 .flex .right .bottom {
	background: #fff;
	padding: 20px 20px;
	border-radius: 20px;
}

@media screen and (max-width: 767px) {
	.features2 .flex .right .bottom {
		border-radius: 10px;
	}
}

.features2 .flex .text {
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 1.7;
}

@media screen and (max-width: 767px) {
	.features2 .flex .text {
		font-size: 15.5px;
	}
}

.feaure-common-title {
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	background: #0074c9;
	border-radius: 60px;
	padding: 18px 0;
	margin-bottom: 60px;
	position: relative;
}

@media screen and (max-width: 1000px) {
	.feaure-common-title {
		font-size: 23px;
	}
}

@media screen and (max-width: 767px) {
	.feaure-common-title {
		font-size: 20px;
		border-radius: 0;
	}
}

@media screen and (max-width: 500px) {
	.feaure-common-title {
		font-size: 5vw;
		margin-bottom: 30px;
		padding: 20px 0;
	}
}

.feaure-common-title .sub-title {
	color: transparent;
	-webkit-text-stroke: 2px #b3b3b3;
	text-stroke: 2px #b3b3b3;
	font-family: "DIN Condensed Bold", sans-serif;
	font-size: 64px;
	padding-left: 30px;
	position: absolute;
	top: -50px;
	left: 0;
}

@media screen and (max-width: 767px) {
	.feaure-common-title .sub-title {
		left: 15px;
		top: -32px;
		font-size: 45px;
		-webkit-text-stroke: 1px #b3b3b3;
		text-stroke: 1px #b3b3b3;
		padding-left: 15px;
	}
}

.feaure-common-title .sub-title::before {
	position: absolute;
	top: 14%;
	left: 0;
	content: "";
	background: #fc6b19;
	width: 8px;
	height: 73%;
}

@media screen and (max-width: 767px) {
	.feaure-common-title .sub-title::before {
		width: 5px;
		height: 55%;
	}
}

.features3 {
	background: #fff5ef;
	position: relative;
}

.features3 .main-img {
	max-width: 650px;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 800px) {
	.features3 .main-img {
		max-width: initial;
	}
}

.features3-main-pc-bg {
	position: absolute;
	bottom: 0;
	right: 15%;
	width: 26.5%;
}

@media screen and (max-width: 767px) {
	.features3-main-pc-bg {
		display: none;
	}
}

@media screen and (min-width: 1500px) {
	.features3-main-pc-bg {
		width: 18%;
	}
}

@media screen and (min-width: 1800px) {
	.features3-main-pc-bg {
		width: 16%;
		right: 25%;
	}
}

@media screen and (max-width: 1150px) {
	.features3-main-pc-bg {
		width: 30%;
		right: 12%;
	}
}

@media screen and (max-width: 800px) {
	.features3-main-pc-bg {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.features2 {
		padding-bottom: 180px;
	}
	.features3 {
		padding-bottom: 180px;
		padding-top: 0;
	}
	.features3 .feaure-common-title {
		margin-top: 0px;
		background: #fc6b19;
		position: relative;
		top: -40px;
		margin-bottom: 20px;
	}
	.features3 .feaure-common-title .sub-title::before {
		background: #0074c9;
	}
	.features4 {
		padding-bottom: 180px;
		padding-top: 0;
	}
	.features4 .feaure-common-title {
		margin-top: 0px;
		background: #0074c9;
		position: relative;
		top: -40px;
		margin-bottom: 20px;
	}
	.features4 .feaure-common-title .sub-title::before {
		background: #fc6b19;
	}
	.features3,
	.features4 {
		position: relative;
	}
	.features3 .feaure-common-title,
	.features4 .feaure-common-title {
		margin-top: 0px;
		position: relative;
		top: -40px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	.features3,
	.features4 {
		padding-top: 0;
	}
	.features2 {
		padding-bottom: 80px;
	}
}

.features3 .feaure-common-title {
	background: #fc6b19;
}

.features3 .feaure-common-title .sub-title::before {
	background: #0074c9;
}

.features4 {
	background: #ecf5fb;
}

.features4 .text2 {
	font-size: 16px;
	line-height: 1.5;
	background: #fc6b19;
	color: #fff;
	text-align: center;
	padding: 10px;
	border-radius: 40px;
}

@media screen and (max-width: 767px) {
	.features4 .text2 {
		border-radius: 0;
		font-size: 13px;
		text-align: center;
		margin-bottom: 60px;
		margin-top: -30px;
		padding: 20px 0px;
	}
}

.features4 .check {
	width: 20px;
	display: inline-block;
	position: relative;
	top: -6px;
}

.features4 .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.features4 .row .text {
	width: calc(100% - 25px);
}

.features4 .box {
	background: #fff;
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.features4 .box {
		display: block;
	}
}

.features4 .box .row {
	margin-bottom: 10px;
}

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

.features4 .box .item {
	width: 47%;
}

@media screen and (max-width: 767px) {
	.features4 .box .item {
		width: 100%;
		margin-bottom: 20px;
	}
	.features4 .box .item:last-child {
		margin-bottom: 0;
	}
}

.features4 .box .item .check {
	top: 4px;
}

.features4 .box .item .text {
	line-height: 1.5;
	font-size: 18px;
}

.features4 .box .item .title {
	font-size: 23px;
	font-weight: 700;
	font-family: "Noto Sans JP", serif;
	border-bottom: 3px solid #999;
	line-height: 1.7;
	margin-bottom: 20px;
	position: relative;
	margin-left: 43px;
}

@media screen and (max-width: 900px) {
	.features4 .box .item .title {
		font-size: 20px;
	}
}

.features4 .box .item .title span {
	width: 43px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -43px;
}

@media screen and (max-width: 767px) {
	.features4 .inner3 {
		padding: 0;
	}
}

.features4 .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
	.features4 .flex {
		width: 80%;
		margin: 0 auto 20px;
	}
	.features4 .flex:last-child {
		margin-bottom: 0;
	}
}

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

@media screen and (max-width: 767px) {
	.features4 .flex {
		display: block;
	}
}

.features4 .flex .left {
	width: 46%;
}

@media screen and (max-width: 767px) {
	.features4 .flex .left {
		width: 100%;
	}
}

.features4 .flex .left .title {
	line-height: 1.5;
	font-size: 28px;
	color: #0074c9;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.features4 .flex .left .title {
		font-size: 17px;
		border-bottom: 2px solid #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media screen and (max-width: 360px) {
	.features4 .flex .left .title {
		font-size: 15px;
	}
}

.features4 .flex .left .title.add {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.features4 .flex .left .title .num {
	color: #fff;
	font-family: "DIN Condensed Bold", sans-serif;
	font-size: 70px;
	line-height: .7;
	position: relative;
	top: 10px;
}

.features4 .flex .left .title .num.add {
	margin-right: 10px;
}

.features4 .flex .left .title span {
	font-size: 85%;
}

.features4 .flex .left .text1 {
	line-height: 1.7;
	font-size: 20px;
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	.features4 .flex .left .text1 {
		font-size: 14px;
	}
}

.features4 .flex .right {
	width: 50%;
}

@media screen and (max-width: 767px) {
	.features4 .flex .right {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.features2 .flex .left {
		margin-bottom: 0;
	}
	.features2 .arrow-white-bottom-dubble {
		margin-bottom: 20px;
		margin-top: -29px;
	}
	.features4 .box .item .title {
		font-size: 17px;
		margin-left: 33px;
	}
	.features4 .box .item .title span {
		width: 33px;
	}
	.features4 .box {
		padding: 30px 0;
	}
	.features4 .box .item {
		width: 80%;
		margin: 0 auto 30px;
	}
	.features4 .box .item:last-child {
		margin-bottom: 0;
	}
	.features4 .box .item .text {
		font-size: 14px;
	}
	.features4 {
		padding-bottom: 0;
	}
}

.feature5 .img-bottom {
	max-width: 500px;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.feature5 {
		background: url(../img/reason4-bg.jpg) no-repeat center center/cover;
	}
}

@media screen and (max-width: 767px) {
	.feature5 {
		padding-bottom: 0;
	}
	.feature5 .inner3 {
		width: 80%;
		margin: 0 auto;
	}
}

.feature5 .title-text {
	width: 80%;
	padding-bottom: 10px;
}

.feature5 .left {
	width: 46%;
}

@media screen and (max-width: 767px) {
	.feature5 .left {
		width: 100%;
	}
}

.feature5 .left .title {
	line-height: 1.5;
	font-size: 28px;
	color: #0074c9;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.feature5 .left .title {
		font-size: 17px;
		border-bottom: 2px solid #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media screen and (max-width: 360px) {
	.feature5 .left .title {
		font-size: 15px;
	}
}

.feature5 .left .title.add {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.feature5 .left .title .num {
	color: #fff;
	font-family: "DIN Condensed Bold", sans-serif;
	font-size: 70px;
	line-height: .7;
	position: relative;
	top: 10px;
}

.feature5 .left .title .num.add {
	margin-right: 10px;
}

.feature5 .left .title span {
	font-size: 85%;
}

.feature5 .left .text1 {
	line-height: 1.7;
	font-size: 20px;
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	.feature5 .left .text1 {
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	.features3 {
		padding-bottom: 80px;
	}
	.features4 .box {
		padding-bottom: 80px;
	}
}

.features6 .flex-last {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	max-width: 900px;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.features6 .flex-last .left {
		width: 47%;
	}
	.features6 .flex-last .right {
		width: 45%;
	}
}

@media screen and (max-width: 767px) {
	.features6 .flex-last {
		width: 80%;
		margin: 0 auto;
	}
}

.features6 .title-text2 {
	font-size: 83px;
	letter-spacing: -1px;
	font-family: "DIN Condensed Bold", sans-serif;
	color: #0074c9;
}

@media screen and (max-width: 767px) {
	.features6 .title-text2 {
		font-size: 60px;
		border-bottom: 2px solid #fff;
		padding-bottom: 10px;
		text-align: center;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 767px) {
	.features6 .flex .right {
		width: 80%;
		margin: 0 auto;
	}
	.features6 {
		padding-bottom: 50px;
	}
}

@media screen and (min-width: 768px) {
	.features6 {
		padding-bottom: 100px;
	}
}

.koritu {
	background: #fff5ef;
}

@media screen and (max-width: 767px) {
	.price3 ul li .title {
		position: relative;
	}
	.price3 ul li .title-sp {
		color: #fff;
		font-family: "DIN Condensed Bold", sans-serif;
		font-size: 55px;
		position: absolute;
		top: 60%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
	}
	.b {
		position: relative;
		z-index: 1;
	}
}

@media screen and (max-width: 767px) {
	.categoryBlog ul li {
		margin-bottom: 50px;
	}
}

.categoryBlog .c-row {
	margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
	.categoryBlog .c-row {
		margin-bottom: 70px;
	}
}

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

@media screen and (min-width: 768px) {
	.categoryBlog {
		padding-top: 50px;
	}
}

@media screen and (max-width: 767px) {
	.categoryBlog {
		padding-top: 30px;
	}
}

.categoryBlog .search-box {
	font-family: "Noto Sans JP", serif;
	background: #fff;
	padding: 50px 60px 60px;
	margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
	.categoryBlog .search-box {
		padding: 30px 20px;
		margin-bottom: 30px;
	}
}

.categoryBlog .search-box .lead {
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.categoryBlog .search-box .lead {
		font-size: 16px;
	}
}

@media screen and (max-width: 360px) {
	.categoryBlog .search-box .lead {
		font-size: 14px;
	}
}

.categoryBlog .search-box .s-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.categoryBlog .search-box .s-flex .dt {
	width: 100%;
	margin-right: 20px;
}

.categoryBlog .search-box .s-flex .dt input {
	background: #fff;
	border: 1px solid #333;
	padding: 10px 10px;
	border-radius: 4px;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.categoryBlog .search-box .s-flex .dt {
		margin-right: 10px;
	}
}

.categoryBlog .search-box .s-flex .dd input {
	color: #fff;
	background: #0074c9;
	text-align: center;
	padding: 10px 50px;
	border: 1px solid #0074c9;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	border-radius: 4px;
}

@media screen and (max-width: 767px) {
	.categoryBlog .search-box .s-flex .dd input {
		padding: 10px 20px;
	}
}

.categoryBlog .search-box .s-flex .dd input:hover {
	background: #fff;
	color: #0074c9;
}

.common-title5 {
	font-size: 30px;
	text-align: center;
	padding: 20px 0;
	border-top: 2px solid #cfe6f5;
	border-bottom: 2px solid #cfe6f5;
	color: #666;
	margin-bottom: 60px;
	position: relative;
}

@media screen and (max-width: 767px) {
	.common-title5 {
		font-size: 20px;
		margin-bottom: 30px;
	}
}

.common-title5 .sub-title2 {
	color: transparent;
	-webkit-text-stroke: 2px #cfe6f5;
	text-stroke: 2px #cfe6f5;
	font-family: "DIN Condensed Bold", sans-serif;
	font-size: 64px;
	position: absolute;
	top: -20%;
	left: 0;
	background: #fff;
	padding-left: 10px;
	padding-right: 20px;
	line-height: .7;
}

@media screen and (max-width: 767px) {
	.common-title5 .sub-title2 {
		left: 0px;
		top: -14px;
		font-size: 30px;
		-webkit-text-stroke: 1px #cfe6f5;
		text-stroke: 1px #cfe6f5;
	}
}

.c-row .nav {
	max-width: 630px;
	margin: 0 auto;
}

.c-row a {
	display: block;
}

.c-row .nav {
	margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.c-row .nav {
		margin-top: 30px;
	}
}

.c-row .nav .nav-row1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #333;
	-webkit-transition: .3s;
	transition: .3s;
}

@media screen and (max-width: 767px) {
	.c-row .nav .nav-row1 {
		display: none;
	}
}

.c-row .nav .nav-row1:hover {
	opacity: .6;
}

.c-row .nav .nav-row1.add span {
	margin-right: 0;
	margin-left: 20px;
}

.c-row .nav .nav-row1 span {
	max-width: 8px;
	display: inline-block;
	margin-right: 20px;
}

.c-row .nav .nav-row2 {
	padding: 10px 30px;
	color: #333;
	border-radius: 4px;
}

@media screen and (max-width: 767px) {
	.c-row .nav .nav-row2 {
		padding: 10px 10px;
	}
}

.c-row .nav .cou-num {
	font-size: 15px;
}

.c-row .nav .left {
	border: 1px solid #0074c9;
	color: #0074c9;
	background: transparent;
	-webkit-transition: .3s;
	transition: .3s;
}

.c-row .nav .left:hover {
	background: #0074c9;
	color: #fff;
}

.c-row .nav .right {
	border: 1px solid #0074c9;
	color: #fff;
	background: #0074c9;
	-webkit-transition: .3s;
	transition: .3s;
}

.c-row .nav .right:hover {
	background: transparent;
	color: #0074c9;
}

.jirei-category .section-title .section-title-text {
	color: #666;
}

.jirei-category .q-icon {
	position: absolute;
	width: 10px;
	top: 0px;
	left: 10px;
}

.jirei-category .lead {
	line-height: 1.7;
	font-size: 20px;
	margin-bottom: 60px;
	text-align: center;
	color: #666;
}

@media screen and (max-width: 767px) {
	.jirei-category .lead {
		margin-bottom: 30px;
		font-size: 16px;
	}
}

.jirei-category .jirei-ul .jirei-heading {
	position: relative;
	background: #fff;
	padding: 15px 25px;
	font-size: 18px;
	color: #0074c9;
	line-height: 1.3;
	border-radius: 4px;
	margin-bottom: 20px;
	-webkit-box-shadow: 5px 5px 0 #e6e6e6;
	box-shadow: 5px 5px 0 #e6e6e6;
}

.jirei-category .jirei-ul .jirei-heading .jirei-arrow {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -16px;
	max-width: 24px;
}

.jirei-category .jirei-ul li a {
	color: #666;
}

.jirei-category .jirei-ul li a .thumbnail {
	margin-bottom: 10px;
}

.jirei-category .jirei-ul li a .thumbnail .wrap {
	border-radius: 5px !important;
}

.jirei-category .jirei-ul li a .thumbnail .wrap img {
	border-radius: 5px !important;
}

.jirei-category .jirei-ul .jirei-title {
	line-height: 1.3;
	position: relative;
	padding-left: 10px;
	padding-bottom: 5px;
}

.jirei-category .jirei-ul .jirei-title::before {
	position: absolute;
	content: "";
	background: #fff;
	left: 0;
	top: 0;
	width: 15px;
	height: 100%;
}

.jirei-category .jirei-ul .jirei-title .text1 {
	font-size: 20px;
	color: #0074c9;
	margin-bottom: 7px;
	position: relative;
	z-index: 2;
}

.jirei-category .jirei-ul .jirei-title .text2 {
	color: #666;
	font-size: 18px;
	font-family: "Noto Sans JP", serif;
	font-weight: 500;
	position: relative;
	z-index: 2;
}

.jirei-single1 {
	background: #fff;
}

@media screen and (min-width: 768px) {
	.jirei-single1 {
		padding-bottom: 70px;
	}
}

.single-jirei2 {
	background: #ecf5fb;
	padding-top: 0;
}

.single-jirei2 .title {
	font-size: 30px;
	text-align: center;
	background: #0074c9;
	color: #fff;
	line-height: 1.3;
	border-radius: 10px;
	padding: 20px;
	-webkit-box-shadow: 13px 13px 0 #fff;
	box-shadow: 13px 13px 0 #fff;
	position: relative;
	top: -40px;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.single-jirei2 .title {
		margin-bottom: 0;
		font-size: 14px;
	}
}

.single-jirei2 .title .jirei-arrow-single {
	position: absolute;
	max-width: 50px;
	right: 30%;
	bottom: -49px;
}

@media screen and (max-width: 767px) {
	.single-jirei2 .title .jirei-arrow-single {
		max-width: 30px;
		right: 30%;
		bottom: -29px;
	}
}

@media screen and (max-width: 900px) {
	.single-jirei2 .title {
		padding: 20px;
		font-size: 22px;
	}
}

@media screen and (max-width: 767px) {
	.single-jirei2 .title {
		font-size: 20px;
		-webkit-box-shadow: 7px 7px 0 #fff;
		box-shadow: 7px 7px 0 #fff;
	}
}

.single-jirei2 .thumbnail {
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.single-jirei2 .thumbnail {
		margin-bottom: 10px;
	}
}

.single-jirei2 .jirei-title {
	line-height: 1.3;
	position: relative;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.single-jirei2 .jirei-title {
		margin-bottom: 20px;
	}
}

.single-jirei2 .jirei-title::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 15px;
	height: 100%;
}

.single-jirei2 .jirei-title .text1 {
	font-size: 28px;
	color: #0074c9;
	margin-bottom: 7px;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 767px) {
	.single-jirei2 .jirei-title .text1 {
		font-size: 20px;
	}
}

.single-jirei2 .jirei-title .text2 {
	color: #666;
	font-size: 22px;
	font-family: "Noto Sans JP", serif;
	font-weight: 500;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 767px) {
	.single-jirei2 .jirei-title .text2 {
		font-size: 18px;
	}
}

.jirei-row {
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.jirei-row {
		margin-bottom: 30px;
	}
}

.jirei-row .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.jirei-row .flex {
		display: block;
	}
}

.jirei-row .flex .circle {
	background: #fc6b19;
	font-size: 22px;
	font-family: "Noto Sans JP", serif;
	font-weight: bold;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.jirei-row .flex .circle {
		width: 135px;
		height: 135px;
		min-width: 135px;
		min-height: 135px;
		border-radius: 50%;
		position: relative;
		margin-right: -50px;
	}
}

@media screen and (max-width: 767px) {
	.jirei-row .flex .circle {
		font-size: 20px;
		padding: 10px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-right: 0;
		margin: 0 auto;
		margin-bottom: 0px;
		border-radius: 0;
	}
}

@media screen and (min-width: 768px) {
	.jirei-row .flex .circle .wrap {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
		text-align: center;
	}
}

.jirei-row .flex .circle span {
	font-size: 70%;
	margin-bottom: 8px;
	display: inline-block;
}

.jirei-row .white-box {
	background: #fff;
	font-family: "Noto Sans JP", serif;
	font-weight: 500;
	padding: 20px 0;
	padding-left: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	.jirei-row .white-box {
		padding: 10px 20px;
	}
}

.jirei-row .white-box .item {
	font-size: 18px;
	padding: 10px 30px;
	width: 162px;
	position: relative;
}

@media screen and (max-width: 767px) {
	.jirei-row .white-box .item {
		width: 50%;
		padding: 10px;
	}
}

.jirei-row .white-box .item::after {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 1.5px;
	height: 50px;
	content: "";
	background: #666;
}

@media screen and (max-width: 767px) {
	.jirei-row .white-box .item::after {
		display: none;
	}
}

.jirei-row .white-box .item:last-child:after {
	display: none;
}

.jirei-row .white-box .item .text1 {
	text-align: center;
	margin-bottom: 5px;
	font-size: 16px;
}

.jirei-row .white-box .item .text1 .num {
	font-size: 200%;
	display: inline-block;
	font-family: "din-2014", sans-serif;
	font-weight: 400;
}

.jirei-row .white-box .item .text2 {
	text-align: center;
}

.jirei-row .white-box .item .text2 .num {
	font-size: 200%;
	color: #0074c9;
	font-family: "din-2014", sans-serif;
	font-weight: 400;
}

.jirei-row .white-box .item .gray {
	margin: 0px auto 0;
	max-width: 50px;
}

.jirei-row .white-box2 .text1 {
	min-height: 50px;
	line-height: 1.3;
	position: relative;
}

.jirei-row .white-box2 .text1 .wrap {
	position: absolute;
	text-align: center;
	top: 50%;
	width: auto;
	white-space: nowrap;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: inline-block;
}

.jirei-row .white-box2 .text1 .b-left {
	position: absolute;
	top: -10px;
	left: -15px;
	width: 10px;
}

.jirei-row .white-box2 .text1 .b-right {
	position: absolute;
	top: -10px;
	right: -15px;
	width: 10px;
}

@media screen and (min-width: 768px) {
	.no1,
	.no2,
	.no3 {
		position: absolute;
		top: -53px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 44px;
	}
	.no4,
	.no5 {
		position: absolute;
		top: -45px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 30px;
	}
}

@media screen and (max-width: 767px) {
	.no1,
	.no2,
	.no3 {
		max-width: 40px;
		margin: 0 auto;
	}
	.no4,
	.no5 {
		max-width: 30px;
		margin: 0 auto;
	}
	.jirei-row .white-box {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.jirei-row .flex .circle {
		text-align: center;
	}
	.jirei-row .flex .circle span {
		margin-bottom: 5px;
		font-size: 80%;
	}
}

.jirei-category3 {
	padding: 100px 0;
}

@media screen and (max-width: 767px) {
	.jirei-category3 {
		padding: 50px 0;
	}
}

.qa {
	padding: 70px 0;
}

@media screen and (max-width: 767px) {
	.qa {
		padding: 30px 0;
	}
}

.qa .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.qa .flex {
		display: block;
	}
}

.qa .flex .contents {
	width: 47%;
	position: relative;
}

.qa .flex .contents .text-bg {
	font-family: "DIN Condensed Bold", sans-serif;
	font-size: 360px;
	color: #ecf5fb;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0%;
}

@media screen and (max-width: 767px) {
	.qa .flex .contents .text-bg {
		font-size: 100px;
	}
}

@media screen and (max-width: 767px) {
	.qa .flex .contents {
		width: 100%;
	}
}

.qa .flex .contents .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #0074c9;
	font-size: 24px;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.qa .flex .contents .title {
		font-size: 18px;
		margin-bottom: 20px;
	}
}

.qa .flex .contents .title .icon {
	font-family: "DIN Condensed Bold", sans-serif;
	font-size: 230%;
	margin-right: 10px;
	position: relative;
	top: -10px;
}

.qa .flex .contents .title .title-text {
	line-height: 1.5;
}

.qa .flex .contents .text {
	font-size: 17px;
	line-height: 2;
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
	position: relative;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.qa .flex .contents .text {
		font-size: 15px;
	}
}

.qa .flex .img {
	width: 47%;
}

@media screen and (max-width: 767px) {
	.qa .flex .img {
		width: 100%;
		margin-top: 20px;
	}
}

.qa1 {
	background: #fff;
}

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

.qa2 {
	background: #ecf5fb;
}

.qa2 .text-bg {
	font-family: "DIN Condensed Bold", sans-serif;
	font-size: 360px;
	color: #fff !important;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
	.qa2 .text-bg {
		font-size: 100px;
	}
}

@media screen and (max-width: 767px) {
	.bread {
		-webkit-box-align: initial;
		-ms-flex-align: initial;
		align-items: initial;
	}
	.bread a {
		white-space: nowrap;
		font-size: 11px;
	}
	.bread span {
		font-size: 11px;
	}
}

.jirei-category3-title-add {
	font-size: 22px;
	text-align: center;
	padding: 15px 0;
	color: #666;
	border-top: 2px solid #cfe6f5;
	border-bottom: 2px solid #cfe6f5;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.jirei-category3-title-add {
		font-size: 18px;
		margin-bottom: 30px;
	}
}

.single-head .bread {
	margin-bottom: 0;
}

.single-head {
	background: #ecf5fb;
}

.single-section {
	background: #ecf5fb;
	padding-top: 0;
	font-family: "Noto Sans JP", serif;
	color: #666;
}

.single-section .area-wrap {
	font-family: "Noto Sans JP", serif;
}

.single-section .area-wrap a {
	color: #666;
	-webkit-transition: .3s;
	transition: .3s;
}

.single-section .area-wrap a:hover {
	color: #0074c9;
}

.single-section .area-wrap a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.single-section .area-wrap .date {
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 5px;
}

.single-section .area-wrap .title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
}

.single-section .area-wrap .img {
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.single-section .area-wrap .img {
		margin-bottom: 10px;
	}
}

.single-section .area-wrap .img .wrap {
	-webkit-transition: .3s;
	transition: .3s;
	border-radius: 10px;
	overflow: hidden;
}

.single-section .area-wrap .img .wrap img {
	border-radius: 10px;
	-webkit-transition: .3s;
	transition: .3s;
}

.single-section .area-wrap .area1 {
	margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
	.single-section .area-wrap .area1 {
		margin-bottom: 30px;
	}
}

.single-section .area-wrap .area1 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
	.single-section .area-wrap .area1 ul li {
		width: calc(25% - 15px * 3/4);
		margin-right: 15px;
	}
	.single-section .area-wrap .area1 ul li:nth-child(4n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.single-section .area-wrap .area1 ul li {
		width: 100%;
		margin-bottom: 40px;
	}
	.single-section .area-wrap .area1 ul li:last-child {
		margin-bottom: 0;
	}
}

.single-section .area-wrap .area2 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.single-section .area-wrap .area2 ul li {
	position: relative;
}

.single-section .area-wrap .area2 ul li:nth-child(1)::before {
	position: absolute;
	content: "";
	top: -18px;
	left: -8px;
	background: url(../img/no1-a.png) no-repeat center center/cover;
	width: 40px;
	height: 40px;
	z-index: 10;
}

@media screen and (max-width: 767px) {
	.single-section .area-wrap .area2 ul li:nth-child(1)::before {
		width: 60px;
		height: 60px;
	}
}

.single-section .area-wrap .area2 ul li:nth-child(2)::before {
	position: absolute;
	content: "";
	top: -18px;
	left: -8px;
	background: url(../img/no2-a.png) no-repeat center center/cover;
	width: 40px;
	height: 40px;
	z-index: 10;
}

@media screen and (max-width: 767px) {
	.single-section .area-wrap .area2 ul li:nth-child(2)::before {
		width: 60px;
		height: 60px;
	}
}

.single-section .area-wrap .area2 ul li:nth-child(3)::before {
	position: absolute;
	content: "";
	top: -18px;
	left: -8px;
	background: url(../img/no3-a.png) no-repeat center center/cover;
	width: 40px;
	height: 40px;
	z-index: 10;
}

@media screen and (max-width: 767px) {
	.single-section .area-wrap .area2 ul li:nth-child(3)::before {
		width: 60px;
		height: 60px;
	}
}

.single-section .area-wrap .area2 ul li:nth-child(4)::before {
	position: absolute;
	content: "";
	top: -18px;
	left: -8px;
	background: url(../img/no4-a.png) no-repeat center center/cover;
	width: 30px;
	height: 30px;
	z-index: 10;
}

@media screen and (max-width: 767px) {
	.single-section .area-wrap .area2 ul li:nth-child(4)::before {
		width: 50px;
		height: 50px;
	}
}

.single-section .area-wrap .area2 ul li:nth-child(5)::before {
	position: absolute;
	content: "";
	top: -18px;
	left: -8px;
	background: url(../img/no5-a.png) no-repeat center center/cover;
	width: 30px;
	height: 30px;
	z-index: 10;
}

@media screen and (max-width: 767px) {
	.single-section .area-wrap .area2 ul li:nth-child(5)::before {
		width: 50px;
		height: 50px;
	}
}

@media screen and (min-width: 768px) {
	.single-section .area-wrap .area2 ul li {
		width: calc(20% - 15px * 4/5);
		margin-right: 15px;
	}
	.single-section .area-wrap .area2 ul li:nth-child(5n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.single-section .area-wrap .area2 ul li {
		width: 100%;
		margin-bottom: 30px;
	}
	.single-section .area-wrap .area2 ul li:last-child {
		margin-bottom: 0;
	}
}

.single-section .area-wrap .mai-title {
	text-align: center;
	font-weight: 500;
	font-size: 25px;
	margin-bottom: 40px;
	color: #0074c9;
	padding: 15px 0;
	background: #fff;
}

@media screen and (max-width: 767px) {
	.single-section .area-wrap .mai-title {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

.single-section .white-box {
	max-width: 900px;
	margin: 0 auto;
	background: #fff;
	padding: 60px 40px;
}

@media screen and (max-width: 767px) {
	.single-section .white-box {
		padding: 30px 20px;
	}
}

.single-section h1 {
	font-size: 30px;
	line-height: 1.5;
	margin-bottom: 40px;
}

@media screen and (max-width: 900px) {
	.single-section h1 {
		font-size: 22px;
	}
}

@media screen and (max-width: 767px) {
	.single-section h1 {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

.single-section .lead {
	max-width: 900px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 2;
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.single-section .lead {
		margin-top: 20px;
		font-size: 16px;
	}
}

.single-contents {
	max-width: 900px;
	margin: 0 auto 80px;
}

@media screen and (max-width: 767px) {
	.single-contents {
		margin-bottom: 40px;
	}
}

.single-contents h2 {
	background: #0074c9;
	color: #fff;
	font-size: 32px;
	line-height: 1.5;
	padding: 15px 0;
	font-weight: 500;
	position: relative;
	margin-top: 80px;
	margin-bottom: 60px;
}

@media screen and (max-width: 900px) {
	.single-contents h2 {
		font-size: 25px;
	}
}

@media screen and (max-width: 767px) {
	.single-contents h2 {
		margin-top: 40px;
		font-size: 18px;
		margin-bottom: 20px;
	}
}

.single-contents h2::before {
	position: absolute;
	content: "";
	background: #0074c9;
	height: 100%;
	top: 0;
	width: 1000px;
	left: -1000px;
}

.single-contents h2::after {
	position: absolute;
	content: "";
	background: #0074c9;
	height: 100%;
	top: 0;
	width: 1000px;
	right: -1000px;
}

.single-contents h3 {
	font-size: 28px;
	line-height: 1.5;
	padding-left: 10px;
	border-left: 5px solid #666;
	margin-bottom: 40px;
}

@media screen and (max-width: 900px) {
	.single-contents h3 {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.single-contents h3 {
		font-size: 17px;
		margin-bottom: 20px;
	}
}

.single-contents p {
	font-size: 16px;
	line-height: 2;
}

@media screen and (max-width: 767px) {
	.single-contents p {
		font-size: 14px;
	}
}

.single-contents h4 {
	padding: 20px 40px 20px;
	background: #fff;
	font-size: 20px;
	border-bottom: 1px solid #cfe6f5;
	line-height: 1.5;
}

@media screen and (max-width: 900px) {
	.single-contents h4 {
		font-size: 20px;
		padding: 20px 20px;
	}
}

@media screen and (max-width: 767px) {
	.single-contents h4 {
		font-size: 17px;
	}
}

.single-contents ul {
	padding: 30px 30px;
	line-height: 1.7;
	background: #fff;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.single-contents ul {
		padding: 20px 20px;
		margin-bottom: 20px;
	}
}

.single-contents ul li {
	list-style: disc;
	color: #0074c9;
	font-size: 21px;
	font-weight: bold;
	margin-left: 40px;
}

@media screen and (max-width: 767px) {
	.single-contents ul li {
		font-size: 16px;
		margin-left: 20px;
	}
}

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

.katagaki {
	font-size: 80%;
}

.feature ul li .flex .text {
	font-family: "Noto Sans JP", serif;
	font-weight: 500;
}

.topVoice .atten-text {
	font-family: "Noto Sans JP", serif;
	font-weight: 500;
}

.topImage ul li .check {
	max-width: 60px;
	position: absolute;
	top: 0px;
	right: 6px;
}

@media screen and (max-width: 767px) {
	.topAbout1 ul li {
		width: 100%;
		max-width: 253px;
		margin: 0 auto 30px;
	}
	.topAbout1 ul li .text {
		font-size: 14.7px;
	}
	.topAbout2 .img {
		margin: 0 10px;
	}
	.topVoice ul .heading .text,
	.topVoice ul .heading .num {
		font-weight: 300;
		font-family: "din-condensed", sans-serif;
		font-size: 50px;
		line-height: .8;
	}
	.topVoice ul .heading .num {
		line-height: .6;
		letter-spacing: -4px;
	}
	.topVoice ul .heading .text {
		font-size: 36px;
		position: relative;
		z-index: 1;
	}
	.topVoice .name .text {
		font-family: "Noto Sans JP", serif;
		font-weight: 500;
	}
	.topVoice ul .heading {
		margin-bottom: 13px;
		padding-left: 20px;
		position: relative;
	}
	.topVoice ul .heading::before {
		position: absolute;
		top: 5px;
		left: 17px;
		width: 7px;
		height: 84%;
		content: "";
		background: #fff;
	}
	.topVoice .name span {
		font-family: "Noto Sans JP", serif;
		margin-bottom: 10px;
		font-size: 16px;
	}
	.topVoice .name {
		top: 4px;
	}
	.topVoice .name {
		margin-left: 12px;
	}
	.topVoice .name {
		font-size: 14.5px;
	}
	.span1029 {
		font-size: 5.2vw !important;
		color: #333 !important;
	}
	.cta .title .small {
		font-size: 90%;
	}
	.cta .title {
		font-size: 8vw;
		text-align: left;
		line-height: .9;
		text-align: left;
		max-width: 78vw;
		margin-left: auto;
		margin-right: auto;
		white-space: nowrap;
	}
	.cta .title {
		line-height: .9;
	}
	.b-small {
		color: #333;
		font-size: 5vw !important;
	}
	.cta .btn {
		margin-left: auto;
		margin-right: auto;
		max-width: 90vw;
	}
	.div {
		text-align: center;
		margin-bottom: 10px;
		position: relative;
	}
	.div:before {
		position: absolute;
		content: "";
		width: 2px;
		height: 30px;
		bottom: 0;
		background: #333;
		left: -15px;
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
	.div:after {
		position: absolute;
		content: "";
		width: 2px;
		height: 30px;
		bottom: 0;
		background: #333;
		right: -15px;
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}
	.div2 {
		font-size: 5vw;
		color: #0074c9;
		line-height: 1.5;
	}
	.cta .title .blue {
		font-size: 4.5vw;
	}
	.cta .title .blue {
		font-size: 5vw;
	}
	.topImage ul li .check {
		max-width: 35px;
		position: absolute;
		top: 3px;
		right: 1px;
	}
}

#ez-toc-container.ez-toc-white {
	border: 1px solid #cfe6f5;
}

.ez-toc-title-container {
	text-align: left !important;
	color: #0074c9;
}

#ez-toc-container a {
	border-bottom: 1px solid #cfe6f5;
}

#ez-toc-container ul ul {
	margin: 10px 0;
}

#ez-toc-container ul ul a {
	border-bottom: none;
	color: #0074c9;
}

div#ez-toc-container ul li {
	line-height: 2.2;
}

div#ez-toc-container ul li ul li {
	line-height: 1.8;
}

#ez-toc-container a {
	color: #333;
}

@media screen and (min-width: 768px) {
	#ez-toc-container {
		padding: 40px 60px !important;
	}
}

@media screen and (max-width: 767px) {
	#ez-toc-container {
		padding: 30px 20px !important;
	}
}

div#ez-toc-container ul li {
	font-size: 122% !important;
}

div#ez-toc-container nav ul ul li {
	font-size: 90% !important;
	line-height: 1.4;
}

@media screen and (max-width: 767px) {
	div#ez-toc-container nav ul ul li {
		margin-bottom: 10px;
	}
	div#ez-toc-container nav ul ul li:last-child {
		margin-bottom: 0;
	}
}

.ez-toc-title-container {
	font-size: 130%;
	margin-bottom: 10px;
}

#ez-toc-container a:visited {
	color: initial;
}

#ez-toc-container ul ul a {
	border-bottom: none;
	color: #0074c9 !important;
}

@media screen and (min-width: 768px) {
	.single-jirei2 .thumbnail {
		margin-bottom: 20px;
		max-height: 400px;
	}
	.single-jirei2 .thumbnail img {
		max-height: 400px;
		-o-object-fit: cover;
		object-fit: cover;
		border-radius: 10px;
	}
}

.qa .flex .img {
	position: relative;
	padding-top: 52%;
}

@media screen and (max-width: 767px) {
	.qa .flex .img {
		padding-top: 112%;
	}
}

.qa .flex .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media screen and (min-width: 768px) {
	.jirei-row .flex .circle:after {
		position: absolute;
		content: "";
		top: 72%;
		right: 0px;
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		border-bottom: 20px solid #fc6b19;
		border-top: 0;
		-webkit-transform: rotate(118deg);
		transform: rotate(128deg);
	}
}

@media screen and (max-width: 1060px) and (min-width: 768px) {
	.no1,
	.no2,
	.no3 {
		top: -38px;
	}
	.no4,
	.no5 {
		top: -31px;
	}
	.jirei-row .white-box .item {
		padding: 30px 50px;
	}
}

.single-jirei2 {
	padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
	.single-jirei2 .title {
		padding: 20px 10px;
	}
	.single-jirei2 {
		padding-bottom: 20px;
	}
}

.qa1 .flex .contents .title::before {
	position: absolute;
	content: "";
	width: 90px;
	height: 160px;
	background: #ecf5fb;
	top: -70px;
	left: -20px;
}

@media screen and (max-width: 767px) {
	.qa1 .flex .contents .title::before {
		width: 60px;
		height: 100px;
		top: -60px;
		left: -5px;
	}
}

.qa2 .flex .contents .title::before {
	position: absolute;
	content: "";
	width: 90px;
	height: 160px;
	background: #fff;
	top: -70px;
	left: -20px;
}

@media screen and (max-width: 767px) {
	.qa2 .flex .contents .title::before {
		width: 60px;
		height: 100px;
		top: -60px;
		left: -5px;
	}
}

.qa .flex .img img {
	border-radius: 10px;
}

.qa .flex .contents .title .title-text {
	position: relative;
	z-index: 1;
}

@media screen and (min-width: 768px) {
	.jirei-category .jirei-ul .jirei-heading {
		font-size: 19px;
	}
	.single-jirei2 .jirei-title .text1 {
		margin-bottom: 2px;
	}
	.jirei-row .white-box .item {
		padding-top: 0;
		padding-bottom: 0;
	}
	.no4,
	.no5 {
		top: -38px;
	}
	.no1,
	.no2,
	.no3 {
		top: -43px;
	}
	.jirei-row .white-box .item .text2 .num {
		font-size: 233%;
		letter-spacing: -1px;
	}
}

@media screen and (max-width: 767px) {
	.jirei-row .white-box .item .text2 .num {
		font-size: 235%;
	}
}

.jirei-category .jirei-ul .jirei-heading {
	font-weight: 500;
}

.single-jirei2 .title {
	font-weight: 400;
	font-family: "Noto Sans JP", serif;
}

.jirei-row .white-box .item .text1 .num {
	font-family: "din-condensed", sans-serif;
	font-weight: 400;
}

.jirei-row .white-box .item .text2 .num {
	font-family: "din-condensed", sans-serif;
	font-weight: 400;
}

.schedule .atte-box .text2 {
	font-weight: 400;
}

.price2 .attention,
.price3 .attention {
	font-weight: 400;
}

@media screen and (max-width: 767px) {
	.price3 ul li .title {
		font-size: 4.7vw;
	}
	.price3 ul li .title-sp {
		color: #fff;
		font-family: "DIN Condensed Bold", sans-serif;
		font-size: 98px;
		position: absolute;
		top: 69%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
	}
	.price3 ul li {
		max-width: 290px;
	}
	.price3 ul li .text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.price3 ul li .text {
		padding: 0 12px 0;
		white-space: nowrap;
	}
	.price3 ul li .text2 {
		font-size: 15.5px;
	}
	.last-cta .box .heading .small {
		font-size: 80%;
	}
	.orange-small {
		font-size: 6vw !important;
	}
	.heading-nowrap {
		white-space: nowrap;
	}
	.title-text-rightAdd {
		padding-right: 18px;
	}
}

.download-icon {
	width: 19px;
	display: inline-block;
	position: relative;
	top: -3px;
}

@media screen and (max-width: 767px) {
	.download-icon {
		width: 16px;
	}
}

.last-cta .box .web-btn a:hover {
	background: #fc6b19;
	color: #fff;
	opacity: .5;
}

@media screen and (min-width: 768px) {
	.feature3-a {
		background: url(../img/features3-main-pc-bg-a.jpg) no-repeat center center/cover;
	}
}

.last-cta .box .bottom .title {
	position: relative;
}

.last-cta .box .bottom .title .title-text2 {
	position: initial;
}

.last-cta .box .bottom .title .title-text2 .free {
	right: 0;
}

@media screen and (max-width: 767px) {
	.last-cta .box .bottom .title .title-text2 .free {
		top: -21px;
	}
}

@media screen and (max-width: 767px) {
	.features4 .check {
		top: -2px;
	}
	.features4 .box .item .check {
		top: 2px;
	}
}

div#ez-toc-container .ez-toc-title {
	position: relative;
	padding-left: 35px;
}

@media screen and (max-width: 767px) {
	div#ez-toc-container .ez-toc-title {
		padding-left: 25px;
	}
}

div#ez-toc-container .ez-toc-title::before {
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 55%;
	left: 0;
	content: "";
	background: url(../img/mokuzi-icon.png) no-repeat center center/cover;
	width: 20px;
	height: 14px;
}

@media screen and (max-width: 767px) {
	div#ez-toc-container .ez-toc-title::before {
		width: 15px;
		height: 11px;
	}
}

.single-section h1 {
	font-family: "Noto Sans JP", serif;
	font-weight: 500;
}

.single-section .lead {
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
}

#ez-toc-container ul ul a {
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
}

.single-contents h2 {
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
}

.single-contents h4 {
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
}

.single-contents p {
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
}

.jirei-category .lead {
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
}

.jirei-category .jirei-ul .jirei-title .text1 {
	font-family: "Noto Sans JP", serif;
	font-weight: 500;
}

.jirei-category .jirei-ul .jirei-title .text2 {
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
}

.single-jirei2 .jirei-title .text1 {
	font-family: "Noto Sans JP", serif;
	font-weight: 500;
}

.jirei-row .white-box .item .text2 {
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
}

.jirei-row .white-box2 .text1 .wrap {
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
}

.jirei-row .flex .circle .wrap {
	font-family: "Noto Sans JP", serif;
	font-weight: 500;
}

.feature ul li .flex .text span {
	font-size: 100%;
}

@media screen and (min-width: 768px) {
	.feature ul li .flex .text span {
		letter-spacing: -1.5px;
	}
}

.feature ul li .flex .text .span1 {
	font-size: 80%;
}

@media screen and (min-width: 768px) {
	.feature ul li .flex .text {
		letter-spacing: 2px;
	}
	.feature ul li .flex .text .span2 {
		margin-right: -10px;
		margin-left: -2px;
	}
}

.topVoice .atten-text {
	font-weight: 400;
}

.topVoice-link ul li a {
	-webkit-transition: .3s;
	transition: .3s;
	color: #333;
}

.topVoice-link ul li a:hover {
	opacity: .6;
}

@media screen and (max-width: 767px) {
	.koritu img {
		position: relative;
		left: -1.5%;
	}
}

.features4 .flex {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.features4 .flex-last202411 {
	margin-bottom: 0;
	margin-top: 60px;
}

@media screen and (max-width: 767px) {
	.features4 .flex-last202411 {
		margin-top: 70px;
		padding-bottom: 90px;
	}
}

@media screen and (min-width: 768px) {
	.features4 .flex-last202411 .left {
		width: 42%;
		position: relative;
		top: -41px;
	}
	.features4 .flex-last202411 .right {
		width: 47%;
	}
}

.features4 .box {
	border-radius: 20px;
}

@media screen and (max-width: 767px) {
	.features4 .box {
		border-radius: 0px;
	}
}

@media screen and (min-width: 768px) {
	.features4 .flex .left .text1 {
		line-height: 2;
	}
}

@media screen and (min-width: 768px) {
	.features4 .flex .left .text1 span {
		margin-right: -10px;
	}
	.features4 .flex .left .title {
		padding-bottom: 15px;
		margin-bottom: 35px;
	}
}

@media screen and (max-width: 767px) {
	.features4 .flex .left .text1 span {
		margin-right: -5px;
	}
	.features4 .flex .left .title {
		font-size: 19px;
	}
}

.contact .flex .right .box iframe {
	max-height: 1100px;
}

.contact .flex .right .box .form {
	max-height: 1000px !important;
	height: auto !important;
}

.feature5 {
	background: #fff5ef;
	position: relative;
}

.feature5 .wave {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
}

.feature5 .flex {
	position: relative;
}

.feature5 .flex .left {
	position: relative;
	z-index: 3;
}

.feature5 .right {
	position: absolute;
	width: 50%;
	top: 96%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	z-index: 0;
}

@media screen and (min-width: 1500px) {
	.feature5 .right {
		top: 86%;
	}
}

@media screen and (min-width: 1700px) {
	.feature5 .right {
		top: 76%;
	}
}

@media screen and (min-width: 1800px) {
	.feature5 .right {
		top: 66%;
	}
}

@media screen and (max-width: 1150px) {
	.feature5 .right {
		top: 110%;
	}
}

@media screen and (max-width: 1000px) {
	.feature5 .right {
		top: 120%;
	}
}

@media screen and (max-width: 800px) {
	.feature5 .right {
		top: 130%;
	}
}

.features3, .features4 {
	z-index: 4;
}

.add-section202411 {
	background: #fff5ef;
}

.add-section202411 .feature3-a {
	max-width: 1000px;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.add-section202411 .feature3-a .inner {
		padding: 0;
	}
}

@media screen and (max-width: 1000px) {
	.add-section202411 .feature3-a .inner {
		padding: 0 40px;
	}
}

@media screen and (max-width: 767px) {
	.add-section202411 .feature3-a .inner {
		padding: 0 15px;
	}
}

@media screen and (max-width: 767px) {
	.feature5 {
		padding-bottom: 0;
	}
	.features3, .features4 {
		position: relative;
	}
}

@media screen and (min-width: 768px) {
	.feature3 {
		background: #0074c9;
		position: relative;
	}
	.feature3 .flex {
		position: relative;
	}
	.feature3 .flex .blue20241120 {
		position: absolute;
		bottom: -100px;
		left: 0;
		width: 100%;
		z-index: 1;
	}
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
	.feature3 .flex .blue20241120 {
		left: 50px;
	}
}

@media screen and (min-width: 768px) {
	.top-wave {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 2;
	}
	.left {
		position: relative;
		z-index: 3;
	}
}

/*==================================
レスポンシブ設定 マップ型変数breakpointsを定義
=================================*/
/*==================================
# 色、フォントファミリー
=================================*/
@font-face {
	font-family: 'DIN Condensed Bold';
	src: url("../font/DIN Condensed Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'GenJyuuGothicX-Medium';
	src: url("../font/GenJyuuGothicX-Medium.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

/*==================================
common(一般) - 全体に共通するスタイル
=================================*/
@media screen and (max-width: 767px) {
	.is-pc {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	.is-sp {
		display: none !important;
	}
}

.top2 .left {
	padding-left: 45px;
}

.top2 .btn {
	max-width: 476px;
}

.top2 h1 .heading {
	color: #0074c9;
	font-weight: 600;
	font-size: 26px;
	padding: 13px 20px;
	border: 1.5px solid #0074c9;
	display: inline-block;
	margin-bottom: 20px;
	font-family: "Noto Sans JP", serif;
}

.top2 h1 .heading .small {
	font-size: 80%;
}

.top2 h1 .bottom {
	font-size: 37px;
	font-weight: bold;
	color: #4d4d4d;
	letter-spacing: 1.5px;
	line-height: 1.1;
	margin-bottom: 15px;
}

.top2 h1 .bottom .blue {
	color: #0074c9;
	font-family: "din-2014", sans-serif;
	font-size: 48px;
}

.top2 .lead {
	font-size: 18px;
	line-height: 1.4;
	color: #4d4d4d;
	font-weight: 500;
	margin-bottom: 10px;
	font-family: "Noto Sans JP", serif;
}

.top2 .text1 {
	font-size: 57px;
	font-weight: bold;
	color: #0074c9;
	font-family: "Noto Sans JP", serif;
	margin-bottom: 20px;
}

.top2 .circle-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 476px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.top2 .circle-flex .item {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.6);
	position: relative;
}

.top2 .circle-flex .item .item-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}

.top2 .circle-flex .item .item-text1 {
	font-size: 18.8px;
	color: #4d4d4d;
	font-weight: bold;
	margin-bottom: 10px;
}

.top2 .circle-flex .item .item-text1.add {
	margin-bottom: 0;
}

.top2 .circle-flex .item .item-text1 .wrap {
	display: inline-block;
	border-bottom: 1px solid #4d4d4d;
	padding-bottom: 3px;
}

.top2 .circle-flex .item .item-text2 {
	font-size: 18.8px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0px;
}

.top2 .circle-flex .item .item-text2 .small {
	font-size: 80%;
}

.top2 .circle-flex .item .item-text2 span {
	display: inline-block;
}

.top2 .circle-flex .item .item-text2 .tate {
	font-size: 17px;
	line-height: 1.1;
}

.top2 .circle-flex .item .item-text2 .img {
	max-width: 84px;
	margin-right: -11px;
	margin-top: 2px;
	position: relative;
	top: -2px;
}

.top2 .attent {
	max-width: 476px;
	color: #4d4d4d;
	font-size: 10px;
	text-align: right;
	margin-bottom: 15px;
	margin-top: 15px;
}

.top2 .right {
	position: relative;
}

.top2 .right .mark {
	position: absolute;
	bottom: 14%;
	left: 8%;
}

.top2 .right .mark .mark-wrap {
	position: relative;
	color: #0074c9;
	text-align: center;
}

.top2 .right .mark .mark-wrap .mark-left {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -40px;
	max-width: 90px;
}

.top2 .right .mark .mark-wrap .mark-right {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -40px;
	max-width: 90px;
}

.top2 .right .mark .mark-wrap .text11 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.top2 .right .mark .mark-wrap .text2 {
	font-family: "din-2014", sans-serif;
	font-family: "DIN Condensed Bold", sans-serif;
	font-family: "din-condensed", sans-serif;
	font-size: 62px;
	font-weight: bold;
	letter-spacing: -2px;
	margin-bottom: 5px;
}

.top2 .right .mark .mark-wrap .text2 span {
	font-family: "Noto Sans JP", serif;
	font-size: 20px;
	font-weight: bold;
	margin-left: 2px;
}

.top2 .right .mark .mark-wrap .text3 {
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0;
}

.top2 {
	padding-top: 70px;
}

@media screen and (min-width: 768px) {
	.top .flex .right {
		width: 47%;
	}
}

@media screen and (max-width: 1150px) {
	.top2 .text1 {
		font-size: 50px;
	}
	.top .flex .left {
		width: 100%;
	}
	.top2 .right .mark {
		left: 20%;
	}
}

@media screen and (max-width: 767px) {
	.top2 .right {
		width: 45%;
		margin-left: auto;
	}
	.top2 .flex .left {
		width: 55%;
		padding-left: 0;
	}
	.top2 h1 .heading {
		font-size: 4.2vw;
		text-align: center;
		line-height: 1.3;
	}
	.top2 h1 .bottom {
		font-size: 5.5vw;
	}
	.top2 h1 .bottom {
		font-size: 6vw;
		white-space: nowrap;
		line-height: 1.5;
	}
	.top2 h1 .bottom span {
		font-size: 8.5vw;
	}
	.mark {
		margin-top: 10px;
	}
	.mark .mark-wrap {
		position: relative;
		color: #0074c9;
		text-align: center;
	}
	.mark .mark-wrap .mark-left {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: -40px;
		max-width: 90px;
	}
	.mark .mark-wrap .mark-right {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		right: -40px;
		max-width: 90px;
	}
	.mark .mark-wrap .text11 {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.mark .mark-wrap .text2 {
		font-family: "din-2014", sans-serif;
		font-family: "DIN Condensed Bold", sans-serif;
		font-family: "din-condensed", sans-serif;
		font-size: 62px;
		font-weight: bold;
		letter-spacing: -2px;
		margin-bottom: 5px;
	}
	.mark .mark-wrap .text2 span {
		font-family: "Noto Sans JP", serif;
		font-size: 20px;
		font-weight: bold;
		margin-left: 2px;
	}
	.mark .mark-wrap .text3 {
		font-size: 9px;
		font-weight: 600;
		letter-spacing: 0;
	}
	.mark {
		max-width: 29vw;
		padding-left: 10px;
		margin-bottom: 40px;
	}
	.mark .mark-wrap .text11 {
		font-size: 4vw;
		margin-bottom: 3px;
	}
	.mark .mark-wrap .text2 {
		font-size: 11vw;
		margin-bottom: 2px;
	}
	.mark .mark-wrap .text2 span {
		font-size: 4vw;
	}
	.mark .mark-wrap .text3 {
		font-size: 7px;
	}
	.mark .mark-wrap .mark-right {
		right: -15px;
		max-width: 55px;
	}
	.mark .mark-wrap .mark-left {
		left: -15px;
		max-width: 55px;
	}
	.top2 h1 .bottom span {
		font-size: 8.5vw !important;
	}
	.top2 .text1 {
		white-space: nowrap;
		font-size: 10.8vw;
		text-align: center;
	}
	.top2 .circle-flex {
		max-width: 320px;
		margin: 0 auto 10px;
	}
	.top2 .circle-flex .item {
		width: 100px;
		height: 100px;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.6);
		position: relative;
	}
	.top2 .circle-flex {
		font-size: 6.5px;
	}
	.top2 .circle-flex .item .item-text1 {
		font-size: 12.8px;
		color: #4d4d4d;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.top2 .circle-flex .item .item-text2 {
		font-size: 13px;
	}
	.top2 .circle-flex .item .item-text2 .img {
		max-width: 58px;
	}
	.top2 .circle-flex .item .item-text2 .tate {
		font-size: 12px;
	}
	.top2 h1 .bottom {
		margin-bottom: 35px;
	}
	.top2 .attent {
		font-size: 6.5px;
		margin-top: 10px;
	}
	.top2 h1 .bottom .blue {
		line-height: 0;
	}
	.top2 h1 .heading {
		font-size: 4vw;
		padding: 10px 23px;
		white-space: nowrap;
	}
	.top2 {
		padding-top: 40px;
	}
}

.thanks1 {
	background: #ecf5fb;
}

.thanks1 .movie {
	max-width: 750px;
	margin: 0 auto;
	margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
	.thanks1 .movie {
		margin-bottom: 30px;
	}
}

.thanks1 .movie .wrap {
	position: relative;
	padding-top: 56.25%;
}

.thanks1 .movie .wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.thanks1 .lead {
	line-height: 1.8;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
	.thanks1 .lead {
		font-size: 16px;
		margin-bottom: 25px;
		text-align:left;
		margin-left:10%;
	}
}

@media screen and (max-width: 767px) {
	.thanks1 {
		letter-spacing: 0px;
	}
}

.thanks1 .web-btn a {
	color: #fff;
	font-size: 23px;
	background: #fc6b19;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #fc6b19;
	max-width: 560px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	border-radius: 60px;
	-webkit-transition: .3s;
	transition: .3s;
	letter-spacing: 2px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	.thanks1 .web-btn a {
		font-size: 16px;
		border-radius: 40px;
		line-height: 1.3;
		padding: 10px 0;
	}
}

.thanks1 .web-btn a:hover {
	opacity: .6;
}

.thanks1 .web-btn a .download-icon {
	margin-left: 7px;
}

.thanks1 .btn1 {
	margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
	.thanks1 .btn1 {
		margin-bottom: 50px;
	}
}

.thanks1 .btn2 {
	margin-top: 50px;
}

@media screen and (max-width: 767px) {
	.thanks1 .btn2 {
		margin-top: 25px;
	}
}

.thanks1 .white-box {
	background: #fff;
	padding: 50px 50px 65px;
	letter-spacing: 1px;
	border-radius: 10px;
	margin: 0 auto;
	margin-bottom: 80px;
	max-width: 900px;
}

@media screen and (max-width: 767px) {
	.thanks1 .white-box {
		padding: 30px 20px;
		margin-bottom: 30px;
	}
}

.thanks1 .white-box .text1 {
	font-size: 19px;
	line-height: 2;
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
	.thanks1 .white-box .text1 {
		font-size: 14px;
		margin-bottom: 25px;
	}
}

.thanks1 ul {
	max-width: 700px;
	margin: 0 auto;
}

.thanks1 ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}

.thanks1 ul li:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.thanks1 ul li {
		margin-bottom: 15px;
	}
}

.thanks1 ul li .icon {
	width: 25px;
	position: relative;
	top: 4px;
}

@media screen and (max-width: 767px) {
	.thanks1 ul li .icon {
		width: 20px;
		top: 3px;
	}
}

.thanks1 ul li .list-text {
	line-height: 1.5;
	font-size: 23px;
	font-weight: bold;
	color: #0074c9;
	width: calc(100% - 30px);
}

@media screen and (max-width: 767px) {
	.thanks1 ul li .list-text {
		font-size: 16px;
		width: calc(100% - 25px);
	}
}

.thanks1 .lead2 {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
	.thanks1 .lead2 {
		font-size: 16px;
		margin-bottom: 20px;
		text-align:left;
		margin-left:10%;
	}
}

.thanks1 .btn3 {
	text-align: center;
}

.thanks1 .btn3 a {
	display: inline-block;
	margin: 0 auto;
	color: #0074c9;
	font-size: 22px;
	font-weight: 500;
	-webkit-transition: .3s;
	transition: .3s;
	text-decoration: underline;
	text-underline-offset: 10px;
}

.thanks1 .btn3 a:hover {
	opacity: .6;
}

@media screen and (max-width: 767px) {
	.thanks1 .btn3 a {
		font-size: 16px;
	}
}

.thanks1 .movie2 {
	margin-top: 90px;
	margin-bottom: 125px;
}

@media screen and (max-width: 767px) {
	.thanks1 .movie2 {
		margin-top: 50px;
		margin-bottom: 40px;
	}
}

.thanks1 .movie2 .movie-title {
	max-width: 750px;
	margin: 0 auto;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.thanks1 .movie2 .movie-title {
		margin-bottom: 10px;
	}
}

.thanks1 .movie2 .movie-title .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.thanks1 .movie2 .movie-title .flex .icon2 {
	width: 18px;
	margin-right: 8px;
}

@media screen and (max-width: 767px) {
	.thanks1 .movie2 .movie-title .flex .icon2 {
		margin-right: 3px;
	}
}

.thanks1 .movie2 .movie-title .movie-title-text {
	color: #0074c9;
	font-size: 24px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.thanks1 .movie2 .movie-title .movie-title-text {
		font-size: 18px;
	}
}

.thanks1 .zoom-wrap {
	max-width: 900px;
	margin: 0 auto;
}

.top .thanks-flex {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section.section.thanks1 {
	padding-top: 50px;
}

@media screen and (min-width: 768px) {
	.top.thanks-top {
		padding-top: 0px;
	}
}

.thanks1 .movie2 {
	margin-bottom: 0;
}

.footer-new {
	padding: 60px 0;
}

@media screen and (max-width: 767px) {
	.footer-new {
		padding: 30px 0;
	}
}

.footer-new .copyright {
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.footer-new .copyright {
		font-size: 14px;
		margin-top: 15px;
	}
}

.footer-new .flex {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.immedioSec {
	margin-bottom: 70px;
}
.qa2 + .immedioSec {
	margin-top: 70px;
}
.immedio-txt {
	max-width: 720px;
	margin: 0 auto 30px;
	font-family: "Noto Sans JP", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
}
.immedio {
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	padding-top: 752px;
}
.immedio iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0 !important;
	background: #f4f4f4;
	padding-top: 16px;
	padding-bottom: 16px;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.immedioSec {
		margin: 30px auto !important;
	}
	.immedio-txt {
		font-size: 15px;
	}
}

@media screen and (max-width: 572px) {
	.immedio {
		padding-top: 740px;
	}
}

@media screen and (max-width: 533px) {
	.immedio {
		padding-top: 770px;
	}
}

@media screen and (max-width: 390px) {
	.immedio {
		padding-top: 800px;
	}
}





	@media screen and (min-width:767px){	
.manga-slider {
    max-width: 1000px;
    margin: 40px auto;
    position: relative;
    padding: 0 100px; /* ボタン用のスペースをさらに拡大 */
    /*background: #f5f5f5;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);*/
}}

.slider-container {
    position: relative;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.3s ease-in-out;
    touch-action: pan-y;
}

.slide {
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    padding: 0px 70px;
    box-sizing: border-box;
}

.slide img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: contain;
    /*border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);*/
    max-height: 600px;
    min-height: 200px;
}

.slide-placeholder {
    width: 100%;
    max-width: 800px;
    height: 450px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
    position: relative;
    aspect-ratio: 16/9;
    min-height: 300px;
}

/* 縦長画像対応 */
.slide.portrait .slide-placeholder {
    aspect-ratio: 9/16;
    max-height: 700px;
}

/* 横長画像対応 */
.slide.landscape .slide-placeholder {
    aspect-ratio: 16/10;
    max-height: 500px;
}

/* 正方形画像対応 */
.slide.square .slide-placeholder {
    aspect-ratio: 1/1;
    max-height: 500px;
}

.manga-content {
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
    border-radius: 8px;
    margin: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    color: #333;
}

.controls {
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding: 20px 30px;
    background: white;
    border-top: 1px solid #eee;*/
}

.nav-button {
    background: rgba(74, 144, 226, 0.9);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.nav-button:hover {
    background: rgba(53, 122, 189, 0.95);
    transform: translateY(-50%) scale(1.05);
}

.nav-button#prevBtn {
    left: 10px;
}

.nav-button#nextBtn {
    right: 10px;
}

.page-indicator {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    /*background: #f8f9fa;
    padding: 10px 20px;
    border-radius: 25px;
    border: 2px solid #e9ecef;*/
}

.dots-container {
    display: none;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .manga-slider {
        margin: 20px 10px;
        border-radius: 10px;
        padding: 0 80px; /* モバイルでもしっかりとスペース確保 */
    }

    .slide {
        padding: 0px 55px;
    }

    .slide-placeholder {
        height: 300px;
        margin: 10px;
        min-height: 250px;
    }

    .slide.portrait .slide-placeholder {
        max-height: 400px;
    }

    .slide.landscape .slide-placeholder {
        max-height: 250px;
    }

    .slide img {
        max-height: 400px;
    }

    .nav-button {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .nav-button#prevBtn {
        left: 10px;
    }

    .nav-button#nextBtn {
        right: 10px;
    }

    .controls {
        padding: 15px 20px;
    }

    .manga-content {
        padding: 15px;
        margin: 10px;
        font-size: 14px;
    }
}
	
	.manga-area{
		margin-top:3%;
	}
	.cta-manga .title {
  line-height: 1.3;
  font-size: 37px;
  text-align: center;
  margin-bottom: 20px;
}
	.cta-manga .title .blue {
  color: #0074c9;
  font-size: 33px;
}


@media screen and(max-width:767px)
{
	.pc-features{
		display:none!important;
}
}
@media screen and(min-width:767px){
	.pc-features{
		padding-bottom:3px!important;
	}	
}
@media screen and(max-width:767px){
	.sp-features{
		padding-bottom:3px!important;
}
}
@media screen and(min-width:767px){
	.sp-features{
		display:none!important;
	}	
}

