@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);
@import url(https://fonts.googleapis.com/css2?family=Spartan:wght@400;700&display=swap);

:root {
	--easing: cubic-bezier(.2, 1, .2, 1);
	--transition: .8s var(--easing);
	--color-base: #f8f8f8;
	--color-gray: #ddd;
	--color-theme: #f5695f;
	--color-theme-darken: #f12617;
	--box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
	--box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
	--box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
	--box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff, .2);
}

html {
	font-family: "Spartan", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
	font-size: 62.5%;
	line-height: 1.8;
	height: 100%;
	word-break: break-word;
	color: #333;
	background-color: var(--color-base);
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
	color: #fff;
	background: var(--color-theme);
}

::selection {
	color: #fff;
	background: var(--color-theme);
}

img {
	border: 0;
	margin: 0;
}

figure {
	margin: 0;
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #333;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1.6rem;
	margin: 0;
	padding: 0;
}

main {
	display: block;
}

.l-inner {
	position: relative;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10rem;
}

.l-section {
	border-top: 1px solid #eee;
}

.l-section .l-inner {
	padding-top: 8rem;
	padding-bottom: 8rem;
}

[class*=swiper]:focus {
	outline: none;
}

.slide-media,
.thumb-media {
	position: relative;
	overflow: hidden;
}

.slide-media img,
.thumb-media img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}


.swiper-button-prev, .swiper-button-next {
	display: grid;
	place-content: center;
	width: 6.4rem;
	height: 6.4rem;
	cursor: pointer;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

.swiper-button-prev::before, .swiper-button-next::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	border-radius: 50%;
	-webkit-box-shadow: var(--box-shadow);
	box-shadow: var(--box-shadow);
}

.swiper-button-prev::after, .swiper-button-next::after {
	width: 1.2rem;
	height: 1.2rem;
	content: "";
	border: solid var(--color-gray);
	border-width: 3px 3px 0 0;
}

.swiper-button-prev::after {
	margin-left: 0.4rem;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.swiper-button-next::after {
	margin-right: 0.4rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.swiper-button-disabled {
	pointer-events: none;
	opacity: 0;
}

.mv01 {
	margin-bottom: 16rem;
}

.mv01 .l-inner {
	padding-bottom: 0;
}

.mv01 .swiper-fade .swiper-slide {
	-webkit-transition-property: opacity, -webkit-transform !important;
	transition-property: opacity, -webkit-transform !important;
	transition-property: opacity, transform !important;
	transition-property: opacity, transform, -webkit-transform !important;
	pointer-events: none;
}

.mv01 .swiper-fade .swiper-slide-active {
	pointer-events: auto;
}

.mv01 .swiper-pagination {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 3.2rem;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	margin: auto;
}

.mv01 .swiper-pagination-bullet {
	display: block;
	width: 3px;
	height: 4rem;
	cursor: pointer;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	background-color: rgba(255, 255, 255, 0.4);
}

.mv01 .swiper-pagination-bullet:not(:first-child) {
	margin-top: 0.8rem;
}

.mv01 .swiper-pagination-bullet-active {
	background-color: var(--color-theme);
}

.mv01 .slide-media {
	height: 100vh;
}

.mv01 .slide-media img {
	-webkit-transition: 7s 1s ease-out;
	transition: 7s 1s ease-out;
}

.mv01 .slide-title {
	font-size: 4rem;
	font-weight: normal;
	line-height: 1.6;
	position: absolute;
	right: 8rem;
	bottom: 15%;
	margin-left: 16rem;
	text-align: right;
	color: #fff;
}

.mv01 .swiper-slide[class*=-active] .slide-media img {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.mv01 .swiper-slide[class*=-active] .slide-title {
	-webkit-animation: mv01-fadeIn 2s 0.5s var(--easing) both;
	animation: mv01-fadeIn 2s 0.5s var(--easing) both;
}

@-webkit-keyframes mv01-fadeIn {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0;
		-webkit-filter: blur(300px);
		filter: blur(300px);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		-webkit-filter: blur(0);
		filter: blur(0);
	}
}

@keyframes mv01-fadeIn {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0;
		-webkit-filter: blur(300px);
		filter: blur(300px);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		-webkit-filter: blur(0);
		filter: blur(0);
	}
}

@media only screen and (max-width: 1024px) {
	html {
		-webkit-text-size-adjust: 100%;
	}

	.l-inner {
		padding: 0 4rem;
	}

	.pc {
		display: none !important;
	}

	.mv01 {
		margin-bottom: 8rem;
	}

	.mv01 .slide-media {
		height: max(70vh, 70vw);
	}
}

@media only screen and (max-width: 599px) {
	html {
		font-size: 50%;
	}

	.pc-tab {
		display: none !important;
	}

	.mv01 .slide-title {
		font-size: 2.8rem;
		right: 4rem;
		margin-left: 6rem;
	}
}

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

	.swiper-button-prev::before, .swiper-button-next::before {
		-webkit-transition: var(--transition);
		transition: var(--transition);
	}

	.swiper-button-prev:hover::before, .swiper-button-next:hover::before {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

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

/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th {
	text-align: left;
}

q:before, q:after {
	content: '';
}

object, embed {
	vertical-align: top;
}

legend {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

img, abbr, acronym, fieldset {
	border: 0;
}

.text-bold {
	font-weight: 500;
	font-size: 2.5rem;
}

.text-bold-red {
	font-weight: 500;
	font-size: 2rem;
	color: #ffb6c1;
}

body {
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	color: #fff;
	background: #3366aa;
	margin: 0;
	padding: 0;
}

.contents ul {
	padding: 0.5em 1em 0.5em 2.3em;
	position: relative;
}

.contents ul li {
	line-height: 1.5;
	padding: 0.5em 0;
	list-style-type: none !important;
	/*ポチ消す*/
}

.contents ul li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	/* 必須: Free版のSolidアイコンにはこの指定が必要 */
	content: "\f00c";
	position: absolute;
	left: 1em;
	/*左端からのアイコンまで*/
	color: #c71585;
	/*アイコン色*/
}

.contents-light ul li:before {
	content: "\f0eb";
	color: #f0e68c;
	/*アイコン色*/
}


a {
	color: #aaaaff;
	text-decoration: none;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	/* 半透明の黒 */
	z-index: 1;
}

a:hover, .active {
	text-decoration: underline;
}

a:active, a:focus, input:active, input:focus {
	outline: 0;
}


/* ヘッダー
------------------------------------------------------------*/
header h2 {
	padding: 80px 0 20px;
	font-size: 3rem;
	font-weight: normal;
	text-align: center;
}

#header {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 568px;
}

#header img {
	position: absolute;
	left: 50%;
	width: 1280px;
	height: 568px;
	margin-left: -640px;
	object-fit: cover;
}

.problem {
	padding: 0 40px;
}

.mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #3366aa;
	pointer-events: none;
	transition: background 0.2s ease;
	z-index: 1;
}


#slogan {
	position: absolute;
	top: 70%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	line-height: 1.2;
	text-align: left;
	margin: 0 10%;
	z-index: 1;
}

.about-info {
	padding: 10px;
}

#slogan h1 {
	font-size: 8rem;
	margin-bottom: 20px;
	font-weight: bold;
}

.bg0 {
	background-color: rgba(0, 0, 0, 0.2);
}

#slogan h2 {
	font-size: 3rem;
	font-weight: normal;
	text-align: center;
	padding: 0;
}


/* フッター
------------------------------------------------------------*/
#footer {
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/
h1, h2 {
	font-family: 'Josefin Sans', 'Noto Sans JP', serif;
}

img {
	width: 100%;
	height: auto;
}

section {
	clear: both;
}

section h2 {
	font-size: 22px;
	font-weight: normal;
	text-align: center;
}

#sec04 p {
	text-align: center;
}

.inner {
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.col2 li {
	display: inline-block;
	width: 100%;
	margin: 20px 0 20px 0;
}


/* SEC01 VISION
------------------------------------------------------------*/

.vision {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 80px;
}


.wrap {
	clear: both;
	width: 100%;
	background: #3366aa;
}

.bg {
	line-height: 0;
}

.txt h2 {
	padding: 0 0 20px !important;
}


/* SEC03 SERVICE MESSAGE STORY
------------------------------------------------------------*/
.col3 li {
	margin-bottom: 50px;
}

.col3 img {
	max-width: 288px;
	display: block;
	margin: -5px auto 20px;
}


/* SEC04 STORY & SUCCESS
------------------------------------------------------------*/
#sec04 {
	background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	color: #fff;
}


#sec02, #sec05 {
	padding-top: 50px;
}

#sec05 dl {
	line-height: 1.2;
}

#sec05 dt {
	clear: left;
	float: left;
	display: block;
	width: 30%;
	/*margin-right: 10%;*/
	margin-bottom: 20px;
	/*text-align: right;*/
	line-height: 1.6em;
}

#sec05 dd {
	/*width: 60%;*/
	/*float: left;*/
	/*text-align: left;*/
	margin-bottom: 15px;
	line-height: 1.6em;
}

#sec05 header {
	display: none;
}

#map {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

#map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}



.fadeInBlock {
	margin-top: 100px;
}

/* ブロックの共通CSS */
.block {
	width: 100%;
}

/* 右から左に移動しながらフェードイン */
.fadeIn-action {
	opacity: 0;
	animation-name: fadeIn;
	animation-duration: 3s;
	animation-fill-mode: forwards;
}

.fadeInLeft-action {
	transform: translateX(-200px);
	animation-duration: 2s;
}

.fadeInBlock .title {
	font-size: 3rem;
}

.fadeInBlock .contents {
	font-size: 2rem;
}

/* フェードインアニメーション */
@keyframes fadeIn {
	0% {}

	100% {
		opacity: 1;
		transform: translate(0);
	}
}


.normal-box7 {
	width: 80%;
	margin: auto;
	padding: 1em;
	background: radial-gradient(400px, #7199e1, #3366aa);
}

.box8 {
	padding: 1.5em 1em;
	margin: 1em 0;
	color: #ffffff;
	background: #005AB7;
	border-left: solid 10px #f0e68c;
}

.box26 {
	position: relative;
	margin: 2em 0;
	padding: 0.5em 1em;
	border: solid 3px #95ccff;
	border-radius: 8px;
}

.box26 .box-title {
	top: -13px;
	left: 10px;
	padding: 0px 9px;
	line-height: 1;
	font-weight: bold;
}

.sg-hp {
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
}

.sg-hp a {
	color: #ffffff;
}


@media only screen and (min-width: 1200px) {

	.normal-box7 {
		width: 60%;
	}

	.fadeInBlock .title {
		font-size: 3rem;
	}

	.block {
		color: #fff;
		text-align: center;
		background-color: #33f;
		padding: 20px 20px;
		width: 60%;
	}

	.problem {
		text-align: left;
		font-size: 2.4rem;
	}

	header h2 {
		padding: 100px 0 20px;
		font-size: 22px;
		font-weight: normal;
		text-align: center;
	}

	#header {
		height: 100vh;
	}

	#header img {
		left: 0;
		width: 100%;
		height: 100%;
		margin-left: 0;
	}

	.inner {
		width: 1024px;
	}

	section h2 {
		padding: 70px 0 20px;
	}

	.txt h2 {
		padding: 0 0 20px !important;
		font-size: 3rem;
	}
}

@media only screen and (min-width: 800px) {
	body {
		font-size: 16px;
	}

	.about-info {
		font-size: 18px;
		padding: 100px;
	}

	a#menu {
		display: none;
	}

	.panel {
		display: block !important;
	}

	#mainnav {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 500;
		background: rgba(255, 255, 255, .5);
	}

	#mainnav ul {
		text-align: right;
		padding-right: 30px;
	}

	#mainnav li {
		display: inline-block;
		padding: 25px 10px 20px;
		font-size: 18px;
		font-weight: 500;
	}

	#mainnav a {
		color: #333333;
	}

	#mainnav.changeNav {
		background: rgba(255, 255, 255, .9);
		border-bottom: 1px solid #d1d1d1;
	}

	#mainnav.changeNav li {
		padding: 20px 10px;
	}

	.bg {
		width: 50%;
		float: left;
		display: table;
		background: #3366aa;
	}

	.txt {
		width: 50%;
		float: left;
		display: table;
		background: #4682b4;
	}

	.txt-color-2 {
		background: #3366aa;
	}

	#sec02_02 .txt, #sec02_02 .bg {
		float: right;
	}

	.vMid {
		display: table-cell;
		padding: 0 70px;
		vertical-align: middle;
	}

	/* SEC03 SERVICE MESSAGE STORY
	-----------------*/
	.col3 {
		text-align: center;
	}

	.col3 li {
		display: inline-block;
		width: 25%;
		padding: 0 1.5%;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}

	#sec02, #sec05 {
		padding-top: 150px;
	}

	#footer {
		padding: 30px 10px 70px 0;
	}
}

@media only screen and (min-width: 641px) {
	.col2 li {
		width: 45%;
		padding: 0 3%;
		vertical-align: top;
	}
}

@media only screen and (max-width: 640px) {
	#map iframe {
		width: 96% !important;
		left: 2%;
	}
}

@media only screen and (max-width: 799px) {
	#slogan {
		margin-left: 0;
		top: 50%;
	}

	#slogan h1 {
		font-size: 31px;
	}

	#slogan h2 {
		font-size: 16px;
	}

	a#menu {
		display: inline-block;
		position: relative;
		width: 40px;
		height: 40px;
		margin: 10px;
	}

	#menuBtn {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 18px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #fff;
		transition: .2s;
	}

	#menuBtn:before, #menuBtn:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 18px;
		height: 2px;
		background: #fff;
		transition: .3s;
	}

	#menuBtn:before {
		margin-top: -7px;
	}

	#menuBtn:after {
		margin-top: 5px;
	}

	a#menu .close {
		background: transparent;
	}

	a#menu .close:before, a#menu .close:after {
		margin-top: 0;
	}

	a#menu .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}

	.panel {
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		text-align: right;
		z-index: 500;
	}

	#mainnav ul {
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a {
		position: relative;
		display: block;
		padding: 15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.col3 li {
		margin: 0 auto;
		display: block;
		max-width: 288px;
	}
}

@media only screen and (max-width: 1199px) {

	section h2 {
		padding: 50px 0 20px 0;
	}

	#sec01 h2 {
		padding: 70px 0 20px;
	}

	.vMid {
		padding: 0 20px;
	}
}