/* ==============================================================================================
Base styles: opinionated defaults
============================================================================================== */
html {
	color: #000;
}

@media screen and (max-width: 670px) {
	body {
		min-width: 320px;
	}
}

::-moz-selection {
	text-shadow: none;
	background-color: #b3d4fc;
}

::selection {
	text-shadow: none;
	background-color: #b3d4fc;
}

em {
		display: inline-block;
		font-style: normal;
}

/* ==============================================================================================
Commmon styles
============================================================================================== */
.wideInr {
	max-width: 1200px;
	margin: 0 auto;
}
.middleInr {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 2em;
}
.sctTtl {
	font-weight: 900;
}
.sctTtl.ltrspace {
	letter-spacing: 0.2em;
}
.sctTtl._wht {
	color: #fff;
}
.sctTtl::after {
		content: '';
		display: block;
		margin-top: 0.6666667em;
		width: 180px;
		height: 2px;
		background-color: #003ba2;
}
@media screen and (max-width: 670px) {
	.comPad {
		padding: 4em 0 6em;
	}
	.comPad-ftr {
		padding: 4em 0 13em;
	}
	.sctTtl {
		font-size: 1.8em;
	}
}
@media screen and (min-width: 671px) {
	.comPad {
		padding: 6em 0 9em;
	}
	.comPad-ftr {
		padding: 6em 0 21em;
	}
	.sctTtl {
		font-size: 3.6em;
	}
}
@media screen and (min-width: 671px) and (max-width: 1050px) {
	.comPad-ftr {
		padding: 6em 0 22em;
	}
	.sctTtl {
		font-size: 2.4em;
	}
}
/* =================================================
Header styles
==================================================== */
.mn-hdr {
	background-color: #000;
}
.mn-hdr_inr.top{
	position: relative;
	max-width: 1540px;
	margin: 0 auto;
	background-image: url(../img/mv-image.png);
	background-repeat: no-repeat;
}
.mn-hdr_nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mn-hdr_logo img {
	width: 100%;
}
.mn-hdr_tell {
	display: flex;
	align-items: center;
	font-weight: 700;
	color: #fff;
}
.mn-hdr_tell img {
	margin-right: 0.5em;
}
.mn-hdr_time {
	color: #fff;
}
.mn-hdr_inquiry {
	padding: 0.3125em 0.5em;
	font-weight: 700;
	color: #fff;
	border: 1px solid #fff;
}
.mv-ttl {
	font-weight: 900;
	color: #fff;
	text-shadow: 0px 0px 5px rgb(0 0 0), 0px 0px 8px rgb(0 0 0), 0px 0px 10px rgb(0 0 0);
}
.mv-txt {
	font-weight: 700;
	line-height: 2;
	color: #fff;
	text-shadow: 0px 0px 5px rgb(0 0 0), 0px 0px 8px rgb(0 0 0), 0px 0px 10px rgb(0 0 0);
}
.mv-lnk dt {
	font-weight: 900;
	color: #000b75;
}
.mv-lnk dt p {
	padding: 0.25em 1em;
	display: inline-block;
	background-color: #FF9800;
}
.mv-lnk dd {
	margin-top: 0.2222222em;
	font-weight: 700;
	color: #fff;
}
.mv-lnk dd a {
	max-width: 480px;
	width: 100%;
	position: relative;
	display: inline-block;
	padding: 0.25em 0.5833333em;
	background: linear-gradient(90deg, rgba(0,69,155,1) 0%, rgba(144 153 237 / 26%) 100%);
}
.mv-lnk dd a img {
	position: absolute;
	top: 0;
	right: 0.5em;
	width: 20px;
}
.mv-square {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	max-width: 1000px;
	width: 100%;
	height: 12px;
	background-color: #2196F3;
}
@media screen and (max-width: 670px) {
	.mn-hdr_inr {
		padding-top: 2em;
		padding-bottom: 3em;
		background-position: center 10%;
		background-size: 100%;
	}
	.mn-hdr_logo {
		margin-left: 1em;
	}
	.mn-hdr_logo img {
		width: 140px;
	}
	.mn-hdr_lst {
		margin-right: 0.5em;
	}
	.mn-hdr_lst li:last-child {
		margin-top: 1em;
	}
	.mn-hdr_tell {
		font-size: 1em;
	}
	.mn-hdr_tell img {
		max-width: 8px;
	}
	.mn-hdr_time {
		font-size: 0.75em;
	}
	.mn-hdr_inquiry {
		margin-right: 2em;
		font-size: 1em;
	}
	.mn-hdr_mv {
		margin-top: 18em;
	}
	.mv-ttl {
		font-size: 2.4em;
	}
	.mv-txt {
		margin-top: 2em;
		font-size: 1.3em;
	}
	.mv-lnk {
		margin-top: 3em;
	}
	.mv-lnk dt {
		font-size: 1.6em;
	}
	.mv-lnk dd {
		font-size: 2em;
	}
	.mv-lnk dd a {
		max-width: 300px;
	}
	.mv-lnk dd a img {
		width: 10px;
	}
}
@media screen and (min-width: 671px) {
	.mn-hdr_inr {
		padding-top: 6.8em;
		padding-bottom: 14em;
		background-position: right bottom;
	}
	.mn-hdr_logo {
		margin-left: 3.6em;
	}
	.mn-hdr_logo img {
		width: 182px;
	}
	.mn-hdr_lst {
		display: flex;
		align-items: center;
	}
	.mn-hdr_tell {
		font-size: 1.6em;
	}
	.mn-hdr_tell img {
		max-width: 14px;
	}
	.mn-hdr_time {
		font-size: 1.2em;
		margin: 0 2em 0 1em;
	}
	.mn-hdr_inquiry {
		margin-right: 2.5em;
		font-size: 1.6em;
	}
	.mn-hdr_mv {
		margin-top: 10em;
	}
	.mv-ttl {
		font-size: 4.6em;
	}
	.mv-txt {
		margin-top: 2.8em;
		font-size: 1.5em;
	}
	.mv-lnk {
		margin-top: 10.7em;
	}
	.mv-lnk dt {
		font-size: 2.3em;
	}
	.mv-lnk dd {
		font-size: 3.6em;
	}
	.mv-lnk dd a {
		max-width: 480px;
	}
	.mv-lnk dd a img {
		width: 20px;
	}
}
@media screen and (min-width: 671px) and (max-width: 1050px) {
	.mn-hdr_mv.middleInr {
		padding: 0 6em;
	}
	.mn-hdr_inr {
		padding-top: 4em;
		padding-bottom: 3em;
		background-position: 70% bottom;
		background-size: cover;
	}
	.mn-hdr_logo {
		margin-left: 3.6em;
	}
	.mn-hdr_logo img {
		width: 182px;
	}
	.mn-hdr_time {
		font-size: 1em;
	}
	.mn-hdr_inquiry {
		margin-right: 1.5em;
	}
	.mn-hdr_mv {
		margin-top: 30em;
	}
	.mv-ttl {
		font-size: 3.8em;
	}
	.mv-txt {
		margin-top: 1.5em;
		font-size: 1.4em;
	}
	.mv-lnk {
		margin-top: 2.5em;
	}
	.mv-lnk dt {
		font-size: 2em;
	}
	.mv-lnk dd {
		font-size: 3em;
	}
	.mv-lnk dd a {
		max-width: 400px;
	}
	.mv-lnk dd a img {
		width: 15px;
	}
}
/* =================================================
Header styles End
==================================================== */

/* =================================================
about styles
==================================================== */
.about-sct_txt {
	margin-top: 2.2222222em;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.1em;
}
.about-sct_lst {
	font-size: 2.4em;
	font-weight: 700;
	letter-spacing: 0.2em;
}
.about-sct_lst .lstStyle {
	color: #003ba2;
}
.about-sct_thumb {
	width: 100%;
	height: auto;
	background-color: #ddd;
	background-image: url(../img/about-thumb.png);
	background-repeat: no-repeat;
	background-position: 85% 50%;
	background-size: cover;
}
.about-sct_thumb_01{
	width: 100%;
	height: auto;
	background-color: #ddd;
	background-image: url(../img/about-thumb01.png);
	background-repeat: no-repeat;
	background-position: 85% 50%;
	background-size: cover;
}
@media screen and (max-width: 670px) {
	.about-sct {
		padding-bottom: 4em;
	}
	.about-sct_inr {
		max-width: 580px;
		margin: 0 auto;
		padding: 4em 2em 2em;
	}
	.about-sct_txt {
		margin-top: 2.2222222em;
		font-size: 1.4em;
	}
	.about-sct_lst {
		margin-top: 1.8em;
		font-size: 1.5em;	
	}
	.about-sct_thumb {
		max-width: 580px;
		padding: 25%;
		margin: 0 auto;
	}
}
@media screen and (min-width: 671px) {
	.about-sct {
		padding-left: 6em;
	}
	.about-sct_inrBox {
		display: flex;
		margin-left: auto;
	}
	.about-sct_inrBox {
		max-width: 1100px;
	}
	.about-sct_inr {
		padding: 9.6em 2em 10.4em 0;
		max-width: 760px;
		width: calc(100% - 440px);
	}
	.about-sct_txt {
		margin-top: 2.2222222em;
		font-size: 1.8em;
	}
	.about-sct_lst {
		margin-top: 2.5em;
		font-size: 2.4em;
	}
	.about-sct_thumb {
		max-width: 440px;
	}
}
@media screen and (min-width: 671px) and (max-width: 1050px) {
	.about-sct {
		padding-left: 0;
	}
	.about-sct_inrBox {
		max-width: 1000px;
	}
	.about-sct_inr {
		padding: 5em 2em;
		min-width: 440px;
	}
	.about-sct_txt {
		margin-top: 1em;
		font-size: 1.6em;
	}
	.about-sct_lst {
		margin-top: 1.6em;
		font-size: 1.8em;
	}
	.about-sct_thumb {
		width: calc(100% - 440px);
	}
}

/* =================================================
about styles End
==================================================== */

/* =================================================
achievement styles
==================================================== */
.achiev-sct {
	background-image: url(../img/achiev-bk.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.achiev-sct .sctTtl::after {
		background-color: #fff;
}
.achiev-lst_itm {
	background-color: rgba(27, 93, 168, 0.5);
	border: 2px solid rgba(255, 255, 255, 0.5);
	color: #fff;
}
.achiev-lst_itm h4 {
	font-weight: 700;
}
.achiev-lst_itm h4 .num,
.achiev-lst_itm h4 .ttl {
	display: block;
}
.achiev-lst_itm h4 .ttl {
	display: flex;
	align-items: center;
}
.achiev-lst_itm p {
	margin-top: 2em;
	font-size: 1.5em;
	line-height: 1.8;
	font-weight: 500;
}
@media screen and (max-width: 670px) {
	.achiev-sct {
		padding: 5em 0 7em;
	}
	.achiev-lst {
		margin-top: 5em;
	}
	.achiev-sct .sctTtl {
		text-align: center;
	}
	.achiev-sct .sctTtl::after {
			margin: 0.6666667em auto 0;
	}
	.achiev-lst_itm {
		max-width: 580px;
		margin: 0 auto;
		padding: 2em;
	}
	.achiev-lst_itm:nth-child(n + 2) {
		margin-top: 2em;
	}
	.achiev-lst_itm h4 {
		font-size: 1.8em;
	}
	.achiev-lst_itm h4 .ttl {
		margin-top: 1em;
		letter-spacing: 0;
	}
	.achiev-lst_itm p {
		margin-top: 1.5em;
		font-size: 1.4em;
	}
}
@media screen and (min-width: 671px) {
	.achiev-sct {
		padding: 8em 0 10em;
	}
	.achiev-lst {
		margin-top: 8em;
		display: flex;
		justify-content: space-between;
	}
	.achiev-lst_itm {
		padding: 4em 1.6em 2em;
		width: calc((100% - 10px) / 3);
		min-height: 400px;
	}
	.achiev-lst_itm h4 {
		font-size: 2.4em;
	}
	.achiev-lst_itm h4 .ttl {
		margin-top: 1.5em;
		letter-spacing: 0.2em;
	}
	.achiev-lst_itm p {
		margin-top: 2em;
		font-size: 1.5em;
	}
}
@media screen and (min-width: 671px) and (max-width: 1050px) {
	.achiev-sct .sctTtl {
		text-align: center;
	}
	.achiev-sct .sctTtl::after {
			margin: 0.6666667em auto 0;
	}
	.achiev-lst_itm h4 {
		font-size: 2em;
	}
	.achiev-lst_itm h4 .ttl {
		margin-top: 1em;
		letter-spacing: 0;
	}
	.achiev-lst_itm p {
		margin-top: 1.5em;
		font-size: 1.4em;
	}
}
/* =================================================
achievement styles End
==================================================== */

/* =================================================
example styles
==================================================== */
.ex-sct_ttlInr {
	background-image: url(../img/ex-bk.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.ex-sct_exItm {
	background-color: #5eb0f1;
}
.ex-sct_ttlInr .sctTtl {
	text-align: center;
}
.ex-txt {
	margin-top: 1.75em;
	font-size: 2.4em;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.ex-sct_ttlInr .sctTtl::after {
		margin: 0.6666667em auto 0;
		background-color: #fdd228;
}
@media screen and (max-width: 670px) {
	.ex-sct_ttlInr,
	.ex-sct_exItm {
		padding: 3em 0 5em;
	}
	.ex-txt {
		font-size: 1.6em;
	}
}
@media screen and (min-width: 671px) {
	.ex-sct_ttlInr,
	.ex-sct_exItm {
		padding: 8em 0 10em;
	}
	.ex-txt {
		font-size: 2.4em;
	}
}
@media screen and (min-width: 671px) and (max-width: 1050px) {
	.ex-sct_ttlInr,
	.ex-sct_exItm {
		padding: 4em 0 5em;
	}
	.ex-txt {
		font-size: 2em;
	}
}

.l-inner {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 3.8em;
	overflow: hidden;
}
[class*=swiper]:focus {
	outline: none;
}
.slide-media {
	position: relative;
	overflow: hidden;
	border: 2px solid #fff;
}
.exSwiper .slide-title {
	margin-top: 0.8em;
	font-size: 1.6em;
	color: #fff;
	text-align: center;
}
.swiper-button-prev, .swiper-button-next {
	display: grid;
	place-content: center;
	width: 6.4em;
	height: 6.4em;
	cursor: pointer;
	transition: .8s var(cubic-bezier(.2, 1, .2, 1));
}
.exSwiper .swiper-wrapper {
	align-items: baseline;
}
.exSwiper .swiper-area {
	position: relative;
}
.exSwiper .swiper-button-prev, .exSwiper .swiper-button-next {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	margin: auto;
}

@media screen and (max-width: 670px) {
	.l-inner {
		padding: 0 3em;
	}
	.exSwiper .swiper-button-prev::before, .exSwiper .swiper-button-next::before {
		background-color: #fdd228;
	}
	.exSwiper .swiper-button-prev::after, .exSwiper .swiper-button-next::after {
		border-color: #003ba2;
	}
	.slide-media img {
		width: 100%;
	}
	.exSwiper .swiper-button-prev {
		right: calc(100% - 3.2em);
	}
	.exSwiper .swiper-button-next {
		left: calc(100% - 3.2em);
	}
	.swiper-button-prev::after, .swiper-button-next::after {
		width: 2em;
		height: 2em;
		content: "";
		border: solid #003ba2;
		border-width: 4px 4px 0 0;
	}
	.swiper-button-prev::after {
		transform: translate3d(25%, 0, 0) rotate(-135deg);
	}
	.swiper-button-next::after {
		transform: translate3d(-25%, 0, 0) rotate(45deg);
	}
	.swiper-button-prev::before, .swiper-button-next::before {
		position: absolute;
		top: 50%;
		left: 50%;
		content: "";
		border-radius: 50%;
		background-color: #fdd228;
		width: 60px;
		height: 60px;
		transform: translate3d(-50%, -50%, 0);
	}
}
@media screen and (min-width: 671px) {
	.swiper-button-prev::before, .swiper-button-next::before {
		transition: .8s var(cubic-bezier(.2, 1, .2, 1));
	}
	.swiper-button-prev:hover::before, .swiper-button-next:hover::before {
		opacity: 0.5;
	}
	.exSwiper .slide {
		transition: .8s var(cubic-bezier(.2, 1, .2, 1));
	}
	.exSwiper .slide img {
		transition: .8s var(cubic-bezier(.2, 1, .2, 1));
	}
}
@media screen and (min-width: 671px) and (max-width: 1050px) {
	.exSwiper .slide-media {
		max-height: 238px;
	}
	.exSwiper .swiper-button-prev {
		right: calc(100% - 3.2em);
	}
	.exSwiper .swiper-button-next {
		left: calc(100% - 3.2em);
	}
	.swiper-button-prev::after, .swiper-button-next::after {
		width: 2em;
		height: 2em;
		content: "";
		border: solid #003ba2;
		border-width: 4px 4px 0 0;
	}
	.swiper-button-prev::after {
		transform: translate3d(25%, 0, 0) rotate(-135deg);
	}
	.swiper-button-next::after {
		transform: translate3d(-25%, 0, 0) rotate(45deg);
	}
	.swiper-button-prev::before, .swiper-button-next::before {
		position: absolute;
		top: 50%;
		left: 50%;
		content: "";
		border-radius: 50%;
		background-color: #fdd228;
		width: 60px;
		height: 60px;
		transform: translate3d(-50%, -50%, 0);
	}
}
@media screen and (min-width: 1051px) {
	.exSwiper .swiper {
		padding: 9em 0;
	}
	.exSwiper .slide-media {
		min-height: 238px;
	}
	.slide-media img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate3d(-50%, -50%, 0);
		object-fit: cover;
	}
	.swiper-slide {
		width: 314px !important;
		height: 238px!important;
	}
	.swiper-slide.swiper-slide-active {
		transform: scale(1.3343949)!important;
		transform-origin: 50% 90%;
	}
	.swiper-slide.swiper-slide-active .slide-media {
		max-height: 317px;
	}
	.exSwiper .swiper-button-prev {
		right: calc(100% + -4em);
	}
	.exSwiper .swiper-button-next {
		left: calc(100% + -4em);
	}
	.swiper-button-prev::after, .swiper-button-next::after {
		position: absolute;
		width: 3em;
		height: 3em;
		content: "";
		border: solid #003ba2;
		border-width: 6px 6px 0 0;
	}
	.swiper-button-prev::after {
		top: -50%;
		left: 50%;
		transform: translate3d(0, -50%, 0) rotate(-135deg);
	}
	.swiper-button-next::after {
		top: -50%;
		right: 50%;
		transform: translate3d(0, -50%, 0) rotate(45deg);
	}
	.swiper-button-prev::before, .swiper-button-next::before {
		position: absolute;
		top: -50%;
		left: 50%;
		content: "";
		background-color: #fdd228;
		width: 107px;
		height: 214px;
		transform: translate3d(-50%, -50%, 0);
	}
	.swiper-button-prev::before {
		border-radius: 0 107px 107px 0;
	}
	.swiper-button-next::before {
		border-radius: 107px 0 0 107px;
	}
}
/* =================================================
example styles End
==================================================== */

/* =================================================
recommendation styles
==================================================== */
.recom-sct_inrBox .sctTtl {
	text-align: center;
}
.recom-sct_inrBox .sctTtl::after {
		margin: 0.6666667em auto 0;
}
.recom-itm {
	margin-top: 7.8em;
	display: flex;
	flex-wrap: wrap;
}
.recom-itm_lst {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}
.recom-itm_lst h4 {
	margin-bottom: 1.7391304em;
	font-size: 2.3em;
}
.recom-itm_lst figure {
	margin-bottom: 3.2em;
}
.recom-itm_lst p {
	font-size: 1.6em;
	font-weight: 500;
}
.recom-sct_bdr {
	margin-top: 8em;
	width: 100%;
	height: 4px;
	background-image: url(../img/border.png);
}
@media screen and (max-width: 670px) {
	.recom-sct {
			padding: 5em 0;
	}
	.recom-itm_lst h4 {
		margin-bottom: 1em;
		font-size: 1.6em;
	}
	.recom-itm_lst {
		padding: 0 1em;
		width: calc( 100% / 2 );
	}
	.recom-itm_lst:nth-child(n + 3)  {
		margin-top: 2em;
	}
	.recom-itm_lst figure {
		margin-bottom: 1em;
	}
	.recom-itm_lst p {
		font-size: 1.3em;
	}
	.recom-sct_bdr {
		margin-top: 4em;
	}
}
@media screen and (min-width: 671px) {
	.recom-sct {
			padding: 8em 0;
	}
	.recom-itm_lst h4 {
		margin-bottom: 1.7391304em;
		font-size: 2.3em;
	}
	.recom-itm_lst {
		padding: 0 1em;
		width: calc( 100% / 4 );
	}
	.recom-itm_lst figure {
		margin-bottom: 3.2em;
	}
	.recom-itm_lst p {
		font-size: 1.6em;
	}
	.recom-sct_bdr {
		margin-top: 8em;
	}
}
@media screen and (min-width: 671px) and (max-width: 1050px) {
	.recom-itm_lst h4 {
		margin-bottom: 1.7391304em;
		font-size: 1.7em;
	}
	.recom-itm_lst figure {
		margin-bottom: 3.2em;
	}
	.recom-itm_lst p {
		font-size: 1.4em;
	}
}
/* =================================================
recommendation styles End
==================================================== */

/* =================================================
estimate styles
==================================================== */
.estim-sct {
	background-color: #f4f4f4;
}
.estim-sct_inrBox .sctTtl {
	text-align: center;
}
.estim-sct_inrBox .sctTtl::after {
		margin: 0.6666667em auto 0;
}
.estim-txt {
	margin-top: 2.6666667em;
	font-size: 1.8em;
	text-align: center;
	font-weight: 500;
}
.estim-stp {
	margin-top: 6em;
}
.estim-stp li {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
}
.estim-stp li:nth-child(1) {
	background-image: url(../img/step1.png);
}
.estim-stp li:nth-child(2) {
	background-image: url(../img/step2.png);
}
.estim-stp li:nth-child(3) {
	background-image: url(../img/step3.png);
}
.estim-stp li:nth-child(4) {
	background-image: url(../img/step4.png);
}
.estim-stp li h4 {
	letter-spacing: 0.2em;
	font-weight: 900;
}
.estim-stp li h4 span {
	margin-top: 4.3478261em;
	display: block;
	font-size: 1.15em;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.estim-stp li p {
	margin-top: 1.75em;
	font-size: 1.6em;
	font-weight: 500;
	line-height: 1.7;
}
@media screen and (max-width: 670px) {
	.estim-sct {
		padding: 5em 0 7em;
	}
	.estim-txt {
		font-size: 1.6em;
	}
	.estim-stp li {
		padding: 4em 1.2em 6em;
	}
	.estim-stp li h4 {
		font-size: 1.7em;
	}
	.estim-stp li h4 span {
		margin-top: 2em;
	}
	.estim-stp li p {
		margin-top: 1.75em;
		font-size: 1.4em;
	}
}
@media screen and (min-width: 671px) {
	.estim-sct {
		padding: 8em 0 10em;
	}
	.estim-txt {
		font-size: 1.8em;
	}
	.estim-stp {
		margin-top: 6em;
		display: flex;
	}
	.estim-stp li {
		padding: 5.8em 1.2em 8.2em;
		width: calc( 100% / 4);
	}
	.estim-stp li h4 {
		font-size: 2em;
	}
	.estim-stp li h4 span {
		margin-top: 4.3478261em;
	}
	.estim-stp li p {
		margin-top: 1.75em;
		font-size: 1.6em;
	}
}
@media screen and (min-width: 671px) and (max-width: 1050px) {
	.estim-stp li h4 {
		font-size: 1.7em;
	}
	.estim-stp li p {
		margin-top: 1.75em;
		font-size: 1.4em;
	}
}

/* =================================================
estimate styles End
==================================================== */

/* =================================================
application styles
==================================================== */
.app-sct {
	background-color: #fdd228;
}
.app-sct_inrBox .app-sct_ttl {
	text-align: center;
	font-weight: 900;
	letter-spacing: 0.2em;
}
.app-sct_lnk {
	position: relative;
	display: block;
	align-items: center;
	margin: 0.9em auto 0;
	padding: 0.6em 0.8em 0.6em 0.9em;
	background-color: #003ba2;
	font-size: 4em;
	font-weight: 900;
	line-height: 1;
	color: #fff;
	letter-spacing: 0.1em;
}
.app-sct_lnk img {
	position: absolute;
	top: 0;
	right: 0.5em;
}
@media screen and (max-width: 670px) {
	.app-sct {
		padding: 5em 0 7em;
	}
	.app-sct_inrBox .app-sct_ttl {
		font-size: 2em;
	}
	.app-sct_lnk {
		max-width: 500px;
		font-size: 2em;
		text-align: center;
	}
	.app-sct_lnk img {
		width: 10px;
	}
}
@media screen and (min-width: 671px) {
	.app-sct {
		padding: 8em 0 10em;
	}
	.app-sct_inrBox .app-sct_ttl {
		font-size: 4em;
	}
	.app-sct_lnk {
		max-width: 680px;
		font-size: 4em;
	}
	.app-sct_lnk img {
		width: 21px;
	}
}
@media screen and (min-width: 671px) and (max-width: 1050px) {
	.app-sct_inrBox .app-sct_ttl {
		font-size: 2.8em;
	}
	.app-sct_lnk {
		max-width: 500px;
		font-size: 2.8em;
		text-align: center;
	}
	.app-sct_lnk img {
		width: 15px;
	}
}

/* =================================================
application styles End
==================================================== */

/* =================================================
footer styles
==================================================== */
.mn-ftr {
	padding: 3.4em 0 3em;
}
.mn-ftr a {
	display: flex;
	justify-content: center;
}
.mn-ftr_lst {
	margin-top: 1.5em;
	font-size: 2.3em;
}
.mn-ftr_itm:nth-child(n + 2) {
	margin-left: 1em;
}
.mn-ftr_lnk {
	display: block;
	text-align: center;
}
.mn-ftr_lnk p {
	padding: 0 1em;
	border-left: solid 1px #333;
	border-right: solid 1px #333;
}
.snsLnk-lst {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	gap: 30px;
}
.copyright {
	text-align: center;
}
@media screen and (max-width: 670px) {
	.mn-ftr_lst {
		font-size: 1.6em;
		text-align: center;
	}
	.mn-ftr_lnk {
		margin-top: 3em;
		font-size: 1.2em;
	}
	.copyright {
		margin-top: 1em;
		font-size: 1.2em;
	}
}
@media screen and (min-width: 671px) {
	.mn-ftr_lst {
		display: flex;
		justify-content: center;
		font-size: 2.3em;
	}
	.mn-ftr_lnk {
		margin-top: 3em;
		font-size: 1.4em;
	}
	.copyright {
		margin-top: 1em;
		font-size: 1.4em;
	}
}
@media screen and (min-width: 671px) and (max-width: 1050px) {
	.mn-ftr_lst {
		font-size: 1.8em;
	}
	.mn-ftr_lnk {
		margin-top: 2em;
		font-size: 1.4em;
	}
	.copyright {
		margin-top: 1em;
		font-size: 1.4em;
	}
}
/* =================================================
footer styles End
==================================================== */

/* =================================================
privacy styles 
==================================================== */
.privacy-sct {
	background-color: #f4f4f4;
	line-height: 2;
}
.privacy-sct_inrBox .sctTtl {
	text-align: center;
}
.privacy-sct_inrBox .sctTtl::after {
	margin: 0.6666667em auto 0;
}
.privacy-txt {
	margin-top: 2.6666667em;
	font-weight: 500;
}
.privacy-sct_inrBox h4 {
	margin-top: 3em;
	text-align: center;
}
.privacy-sct_inrBox h4::after {
	content: '';
	display: block;
	margin: 0.6666667em auto 0;
	width: 100px;
	height: 2px;
	background-color: #003ba2;
}
.privacy-subtxt {
	margin-top: 2.6666667em;
	font-size: 1.6em;
	font-weight: 500;
}
.privacy-sct_dtl {
	margin-top: 4em;
}
.privacy-sct_dtl h5 {
	margin-top: 3em;
}
.privacy-sct_dtl p {
	margin-top: 1em;
}
@media screen and (max-width: 670px) {
	.mn-hdr_inr.privacy-hdr_inr {
		padding: 4em 0;
	}
	.privacy-sct {
			padding: 5em 0 5em;
	}
	.privacy-txt {
		font-size: 1.6em;
	}
	.privacy-subtxt {
		font-size: 1.5em;
	}
	.privacy-sct_inrBox h4 {
		font-size: 1.7em;
	}
	.privacy-sct_dtl h5 {
		font-size: 1.6em;
	}
	.privacy-sct_dtl p {
		font-size: 1.4em;
	}
}
@media screen and (min-width: 671px) {
	.mn-hdr_inr.privacy-hdr_inr {
		padding: 6em 0;
	}
	.privacy-sct {
			padding: 8em 0 8em;
	}
	.privacy-txt {
		font-size: 1.8em;
	}
	.privacy-subtxt {
		font-size: 1.6em;
	}
	.privacy-sct_inrBox h4 {
		font-size: 2.8em;
	}
	.privacy-sct_dtl h5 {
		font-size: 2em;
	}
	.privacy-sct_dtl p {
		font-size: 1.6em;
	}
}
@media screen and (min-width: 671px) and (max-width: 1050px) {
	.mn-hdr_inr.privacy-hdr_inr {
		padding: 4em 0;
	}
	.privacy-sct_inrBox h4 {
		font-size: 2em;
	}
}

/* =================================================
privacy styles End
==================================================== */

/* =================================================
modal styles 
==================================================== */

.modal {
	padding: 2em;
	display: none;
	position: fixed;
	z-index: 8887;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.7);
	transition: all 1s ease-in-out;
}
.modal-container .sctTtl {
	text-align: center;
}
.modal-container .sctTtl::after {
	margin: 0.6666667em auto 0;
}
.modal-container_tbl th,
.modal-container_tbl td {
	padding: 0.5em 1em;
	text-align: left;
	border: 1px solid #575757;
	vertical-align: top;
}
.modal-container_tbl th {
	width: 35.97561%;
	color: #fff;
	background-color: #1693d3;
	font-weight: 700;
}
.modal-container_tbl td {
	width: calc( 100% - 35.97561%);
	font-weight: 500;
}
.modal-content {
	background: #FFF;
	padding: 3em 4em;
	max-width: 1000px;
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: show 0.6s linear 0s;
}
.modal-top {
	border-radius: 50%;
	background-color: #fada5a;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100;
}
.modal-close {
	color: #000;
	text-decoration: none;
	font-weight: 700;
	line-height: 1;
}
.modal-close:hover, .modal-close:focus {
	text-decoration: none;
	cursor: pointer;
}
.modal-title {
	color: #FFF;
}
@keyframes show{
		from{
				opacity: 0;
		}
		to{
				opacity: 1;
		}
}
@media screen and (max-width: 670px) {
	.modal-container .sctTtl {
		font-size: 1.8em;
	}
	.modal-content {
		padding: 1em;
	}
	.modal-container_inr {
		margin-top: 2em;
	}
	.modal-container_img {
		width: 80%;
		margin: 0 auto;
	}
	.modal-container_tbl {
		margin-top: 1em;
		font-size: 1.2em;
	}
	.modal-top {
		width: 60px;
		height: 60px;
		transform: translate(20%, -20%);
	}
	.modal-close {
		font-size: 2em;
	}
}
@media screen and (min-width: 671px) {
	.modal-container .sctTtl {
		font-size: 3em;
	}
	.modal-content {
		padding: 3em 4em;
	}
	.modal-container_inr {
		margin-top: 3.8em;
		display: flex;
		justify-content: space-between;
	}
	.modal-container_img {
		width: 43.478261%;
	}
	.modal-container_tbl {
		width: 53.478261%;
	}
	.modal-container_tbl {
		font-size: 2em;
	}
	.modal-top {
		width: 100px;
		height: 100px;
		transform: translate(50%, -50%);
	}
	.modal-close {
		font-size: 5em;
	}
}
@media screen and (min-width: 671px) and (max-width: 1050px) {
	.modal-container .sctTtl {
		font-size: 2.4em;
	}
	.modal-container_tbl {
		font-size: 1.4em;
	}
	.modal-top {
		width: 70px;
		height: 70px;
		transform: translate(30%, -30%);
	}
	.modal-close {
		font-size: 3em;
	}
}

/* =================================================
modal styles End
==================================================== */

/* ==============================================================================================
Utility classes
============================================================================================== */
.utl-di {
	display: inline;
}

.utl-db {
	display: block;
}

@media screen and (max-width: 670px) {
	.utl-dib {
		display: inline-block;
	}
}

.utl-indent {
	text-indent: -1em;
}

.utl-neg-indent {
	margin-left: 1em;
	text-indent: -1em;
}
@media screen and (min-width: 671px) {
	.utl-ovr {
		transition: opacity 450ms cubic-bezier(0.23, 1, 0.32, 1);
	}
	.utl-ovr:hover {
		opacity: 0.5;
	}
}

.utl-hdn {
	display: none !important;
}

@media screen and (max-width: 670px) {
	.utl-mbl-hdn {
		display: none;
	}
}

@media screen and (min-width: 671px) {
	.utl-pc-hdn {
		display: none;
	}
}

@media screen and (min-width: 671px) and (max-width: 1050px) {
	.utl-tblt-hdn {
		display: none;
	}
}

/* ==============================================================================================
   Print styles
   ============================================================================================== */
@media print {
	*, *::before, *::after, *::first-letter, *::first-line {
		color: #000 !important;
		/* Black prints faster */
		text-shadow: none !important;
		box-shadow: none !important;
		background: transparent !important;
	}
	a, a:visited {
		text-decoration: underline;
	}
	a[href]::after {
		content: ' (" attr(href) ")';
	}
	a[href^="#"]::after, a[href^="javascript:"]::after {
		content: '';
	}
	abbr[title]::after {
		content: ' (" attr(title) ")';
	}
	pre {
		white-space: pre-wrap !important;
	}
	pre,
	blockquote {
		border: solid 1px #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
}