@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');

/*
font-family: 'Zen Maru Gothic', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/

/* ----------------------------------------
- RESET BROWSER EFFECT
---------------------------------------- */
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
	margin: 0;
	padding: 0;
	line-height: 1
}

article, main, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

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

fieldset, img {
	border: 0
}

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

ol, ul {
	list-style: none
}

caption, th {
	text-align: left
}

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

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

abbr, acronym {
	border: 0
}

img {
	vertical-align: top
}

/* ----------------------------------------
- MODULE
---------------------------------------- */

/* tel
----------------------------------------------------- */
a.tel,
.pc a.tel {
	text-decoration: none !important;
}

.sd a.tel {
	text-decoration: underline !important;
}

/* ----------------------------------------
- FORMAT
---------------------------------------- */
html {
	font-size: 62.5%;
	height: 100%;
	overflow-y: scroll;
}

body {
	position: relative;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #2d303b;
	line-height: 1.5em;
	width: 100%;
	background-color: #fff;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	box-sizing: border-box;
	font-feature-settings: "palt";
	letter-spacing: 1px;
	overflow-x: hidden;
}

body * {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	line-height: 1.5em;
	box-sizing: border-box;
	font-feature-settings: "palt";
	letter-spacing: 1px;
}

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

p {
	text-align: left;
	line-height: 1.7em;
}

a {
	text-decoration: none;
	outline: none;
	color: #3051ba;
	transition: 0.5s;
}

a:hover {
	text-decoration: underline;
}

a img {
	-moz-transition: opacity 0.5s ease-out;
	-webkit-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

a:hover img {
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-ms-opacity: 0.5;
	opacity: 0.5;
}

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

span, em, strong, small, i, a {
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
	color: inherit;
	line-height: inherit;
	text-decoration: inherit;
	letter-spacing: inherit;
}

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	/* 1 */
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit;
	/* 2 */
}

[type="checkbox"] {
	-webkit-appearance: checkbox;
	appearance: checkbox;
}

[type="radio"] {
	-webkit-appearance: radio;
	appearance: radio;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
	cursor: default;
}

textarea {
	overflow: auto;
}

.fs12 {
	font-size: 1.2rem;
}

.fs13 {
	font-size: 1.3rem;
}

.fs14 {
	font-size: 1.4rem;
}

.fs15 {
	font-size: 1.5rem;
}

.fs16 {
	font-size: 1.6rem;
}

.fs18 {
	font-size: 1.8rem;
}

.fs20 {
	font-size: 2.0rem;
}

.fs22 {
	font-size: 2.2rem;
}

.fs24 {
	font-size: 2.4rem;
}

.fs26 {
	font-size: 2.6rem;
}

.fs28 {
	font-size: 2.8rem;
}

.fs30 {
	font-size: 3.0rem;
}

.fs35 {
	font-size: 3.5rem;
}

.fs40 {
	font-size: 4.0rem;
}

.fs45 {
	font-size: 4.5rem;
}

.fs50 {
	font-size: 5.0rem;
}

@media only screen and (min-width: 380px) {
	.fs22 {
		font-size: 2.4rem;
	}

	.fs24 {
		font-size: 2.6rem;
	}

	.fs26 {
		font-size: 2.8rem;
	}
}

@media only screen and (min-width: 480px) {
	.fs18 {
		font-size: 2.0rem;
	}

	.fs20 {
		font-size: 2.6rem;
	}

	.fs22 {
		font-size: 2.8rem;
	}

	.fs24 {
		font-size: 3rem;
	}

	.fs26 {
		font-size: 3.4rem;
	}
}

.fw400 {
	font-weight: 400;
}

.fw500 {
	font-weight: 500;
}

.fw600 {
	font-weight: 600;
}

.fw700 {
	font-weight: 700;
}

.fw900 {
	font-weight: 900;
}

.taCenter {
	text-align: center;
}

.taLeft {
	text-align: left;
}

.taRight {
	text-align: right;
}

.col1 {
	color: #3051ba;
}

.col2 {
	color: #3e4c7a;
}

.col3 {
	color: #fff;
}

.col4 {
	color: #ba9530;
}

.bgcol1 {
	background-color: #3051ba;
}

.bgcol2 {
	background-color: #3e4c7a;
}

.bgcol3 {
	background-color: #fff;
}

.bgcol4 {
	background-color: #000;
}

.bgcol5 {
	background-color: #eaedf8;
}

.mt05 {
	margin-top: 0.5rem;
}

.mt10 {
	margin-top: 1rem;
}

.mt15 {
	margin-top: 1.5rem;
}

.mt20 {
	margin-top: 2.0rem;
}

.mt25 {
	margin-top: 2.5rem;
}

.mt30 {
	margin-top: 3.0rem;
}

.mt35 {
	margin-top: 3.5rem;
}

.mt50 {
	margin-top: 5.0rem;
}

.mt75 {
	margin-top: 7.5rem;
}

.mt100 {
	margin-top: 10rem;
}

.mb05 {
	margin-bottom: 0.5rem;
}

.mb10 {
	margin-bottom: 1rem;
}

.mb15 {
	margin-bottom: 1.5rem;
}

.mb20 {
	margin-bottom: 2.0rem;
}

.mb25 {
	margin-bottom: 2.5rem;
}

.mb30 {
	margin-bottom: 3.0rem;
}

.mb35 {
	margin-bottom: 3.5rem;
}

.mb50 {
	margin-bottom: 5.0rem;
}

.mb75 {
	margin-bottom: 7.5rem;
}

.mb100 {
	margin-bottom: 10rem;
}

.pt05 {
	padding-top: 0.5rem;
}

.pt10 {
	padding-top: 1.0rem;
}

.pt15 {
	padding-top: 1.5rem;
}

.pt20 {
	padding-top: 2.0rem;
}

.pt25 {
	padding-top: 2.5rem;
}

.pt30 {
	padding-top: 3.0rem;
}

.pt35 {
	padding-top: 3.5rem;
}

.pt50 {
	padding-top: 5.0rem;
}

.pt75 {
	padding-top: 7.5rem;
}

.pt100 {
	padding-top: 10.0rem;
}

.pb05 {
	padding-bottom: 0.5rem;
}

.pb10 {
	padding-bottom: 1rem;
}

.pb15 {
	padding-bottom: 1.5rem;
}

.pb20 {
	padding-bottom: 2.0rem;
}

.pb25 {
	padding-bottom: 2.5rem;
}

.pb30 {
	padding-bottom: 3.0rem;
}

.pb35 {
	padding-bottom: 3.5rem;
}

.pb50 {
	padding-bottom: 5.0rem;
}

.pb75 {
	padding-bottom: 7.5rem;
}

.pb100 {
	padding-bottom: 10rem;
}

@media only screen and (min-width: 480px) {
	.mt25 {
		margin-top: 3.5rem;
	}

	.mt35 {
		margin-top: 4.5rem;
	}

	.mb25 {
		margin-bottom: 3.5rem;
	}

	.mb35 {
		margin-bottom: 4.5rem;
	}

	.pt25 {
		padding-top: 4rem;
	}

	.pt35 {
		padding-top: 5rem;
	}

	.pt50 {
		padding-top: 6.5rem;
	}

	.pt75 {
		padding-top: 8rem;
	}

	.pb25 {
		padding-bottom: 4rem;
	}

	.pb35 {
		padding-bottom: 5rem;
	}

	.pb50 {
		padding-bottom: 6.5rem;
	}

	.pb75 {
		padding-bottom: 8rem;
	}
}

@media only screen and (min-width: 840px) {
	.mt25 {
		margin-top: 4.5rem;
	}

	.mt35 {
		margin-top: 5.5rem;
	}

	.mb25 {
		margin-bottom: 4.5rem;
	}

	.mb35 {
		margin-bottom: 5.5rem;
	}

	.pt25 {
		padding-top: 4.5rem;
	}

	.pt35 {
		padding-top: 5.5rem;
	}

	.pt50 {
		padding-top: 7.5rem;
	}

	.pt75 {
		padding-top: 9rem;
	}

	.pb25 {
		padding-bottom: 4.5rem;
	}

	.pb35 {
		padding-bottom: 5.5rem;
	}

	.pb50 {
		padding-bottom: 7.5rem;
	}

	.pb75 {
		padding-bottom: 9rem;
	}
}

.mlrAuto {
	margin-left: auto;
	margin-right: auto;
}

.textIndent {
	display: inline-block;
	font-size: inherit;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}

br.tabOnly {
	display: none;
}

@media only screen and (min-width: 480px) {
	br.spOnly {
		display: none;
	}

	br.tabOnly {
		display: block;
	}
}

@media only screen and (min-width: 768px) {
	br.spTabOnly {
		display: none;
	}

	br.tabOnly {
		display: none;
	}
}

#wrapper {
	position: relative;
	z-index: 1;
}

.contactPage {
	background-color: #000;
	height: auto;
}

/* Main Visual */
#mvArea {
	position: relative;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	min-height: 100vh;
	min-height: 100dvh;
	background-color: #000;
	z-index: 1;
}

#mvArea .bgImg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: top left 17.5%;
	background-size: auto 95vh;
	animation: bgAnime 10s infinite;
}

#mvArea .src1 {
	background-image: url('../images/mv3.jpg?ver=1.0.2');
	animation-delay: 0s;
}

#mvArea .src2 {
	background-image: url('../images/mv4.jpg?ver=1.0.4');
	animation-delay: 5s;
}

@keyframes bgAnime {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 1;
	}

	50% {
		opacity: 1;
	}

	75% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

#mvArea .mvFlex {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	z-index: 4;
}

#mvArea .mvInner {
	position: relative;
	min-height: 80vh;
	min-height: 80dvh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	text-align: center;
	z-index: 4;
}

#mvArea .mvInner .mvTitle {
	width: 90%;
	margin: 3.5rem auto 0;
}

#mvArea .mvInner .mvMark {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 12.5rem auto 0;
	padding: 0;
	width: 115px;
	height: 115px;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	font-family: 'Zen Maru Gothic', sans-serif;
	text-align: center;
}

#mvArea .mvInner .scrollDown {
	margin: auto auto 0;
	width: 12.5%;
	max-width: 52px;
}

@media only screen and (min-width: 480px) {
	#mvArea .mvInner .mvTitle {
		width: 80%;
		max-width: 540px;
		margin: 4rem auto 0
	}

	#mvArea .mvInner .mvMark {
		width: 125px;
		height: 125px;
		font-size: 1.5rem;
	}
}

@media only screen and (min-width: 768px) {
	#mvArea .bgImg {
		background-position: top center;
	}

	#mvArea .mvInner {
		min-height: 70vh;
	}

	#mvArea .mvInner .mvMark {
		margin: 1.5rem auto 0;
		width: 145px;
		height: 145px;
		font-size: 1.8rem;
	}

	#mvArea .mvInner .scrollDown {
		max-width: 64px;
	}
}

@media only screen and (min-width: 1080px) {
	#mvArea {
		min-height: 920px;
	}

	#mvArea .bgImg {
		background-position: center center;
		background-size: cover;
	}

	#mvArea .mvFlex {
		max-width: 1200px;
		margin: 0 auto;
		flex-direction: row;
		gap: 0 7.5rem;
	}

	#mvArea .mvInner {
		flex: 2;
		margin-top: 10rem;
		height: fit-content;
		min-height: inherit;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 0 3.5rem;
	}

	#mvArea .mvInner .mvTitle {
		flex: 3.5;
		margin: inherit;
	}

	#mvArea .mvInner .mvMark {
		flex: 1;
		margin: inherit;
		max-width: 135px;
		max-height: 135px;
	}

	#mvArea .mvInner .scrollDown {
		display: none;
	}
}

#mvForm {
	display: none;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 10rem;
}

#mvForm .mvFormInner {
	background-color: #eaeaea;
	border-radius: 1rem;
	padding: 2.5rem 1.5rem;
}

#mvForm .mvFormInner h2 {
	padding: 0;
	text-align: center;
}

#mvForm .mvFormInner p {
	margin-top: 1.5rem;
	margin-bottom: 3.5rem;
	padding: 0;
}

@media only screen and (min-width: 480px) {
	#mvForm {
		width: 92.5%;
	}

	#mvForm .mvFormInner {
		padding: 3rem 2.5rem;
	}

	#mvForm .mvFormInner p {
		text-align: center;
	}
}

@media only screen and (min-width: 1080px) {
	#mvForm {
		display: block;
		width: 100%;
		flex: 1.5;
		padding-top: 10rem;
	}

	#mvForm .mvFormInner {
		padding: 3.5rem 3.5rem;
	}
}

.request_form {
	display: flex;
	text-align: left;
	flex-wrap: wrap;
}

.request_form dl {
	width: 100%;
	display: flex;
	flex-direction: column;
	text-align: left;
}

.request_form dl.harf {
	width: 50%;
}

.request_form dl dt {
	position: relative;
	padding: 0;
	z-index: 2;
	text-align: right;
}

.request_form dl dt label {
	display: none;
}

.request_form dl dt .attention {
	position: absolute;
	display: inline-block;
	background-color: #ba9530;
	font-size: 1.2rem;
	border-radius: 9999px;
	margin-right: 0.25rem;
	padding: 0.5rem 1.25rem;
	color: #fff;
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
	right: 16px;
	top: 0;
	transform: translateY(-50%);
}

.request_form dl .privacy-label .attention {
	margin-right: 0;
	transform: translateY(0%);
}

.request_form dl dd {
	position: relative;
	padding: 0 0 2.25rem;
	font-size: 1em;
	font-weight: 400;
	z-index: 1;
}

.request_form dl.left dt,
.request_form dl.left dd {
	padding-right: 0.75rem;
}

.request_form dl.right dt,
.request_form dl.right dd {
	padding-left: 0.75rem;
}

.request_form input[type="text"],
.request_form input[type="tel"],
.request_form input[type="email"] {
	width: 100%;
	text-align: left;
	font-size: 1.6rem;
	border-radius: 0.5rem;
	transition: border 0.25s ease-in-out;
	ime-mode: active;
	padding: 1.75rem 1.25rem 1.75rem 1.25rem;
	border: 1px solid #ccc;
	background-color: #fff;
}

.request_form input[type="text"]:focus::placeholder {
	color: rgba(0, 0, 0, 0.35);
}

.request_form input[type="text"]:focus,
.request_form input[type="tel"]:focus,
.request_form input[type="email"]:focus,
.request_form textarea:focus {
	outline: none;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}

.request_form .select-wrapper {
	position: relative;
}

.request_form .select-wrapper::before {
	border-bottom: 4px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	content: "";
	position: absolute;
	right: 12px;
	bottom: 55%;
	width: 0;
}

.request_form .select-wrapper::after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 4px solid #666;
	content: "";
	position: absolute;
	right: 12px;
	top: 55%;
	width: 0;
}

.request_form select {
	width: 100%;
	border: 1px solid #ccc;
	font-size: 1em;
	border-radius: 0.5rem;
	padding: 1rem 1.25rem 1rem 1.25rem;
	transition: .3s ease;
	min-height: 3rem;
	cursor: pointer;
	background-color: #fff;
}

.request_form select::-ms-expand {
	display: none;
}

.request_form select:focus {
	outline: none;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}

.request_form select option:first-child {
	color: rgba(0, 0, 0, 0.35);
}

.request_form select option {
	color: rgba(0, 0, 0, 0.35);
}

.request_form .checkbox-item {
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	white-space: nowrap;
	margin-top: 0.35rem;
	transition: all 0.25s ease-in-out;
}

.request_form .checkbox-item .privacy-check {
	appearance: none;
	position: relative;
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: 2px solid #999;
	background-color: #fff;
	border-radius: 0.25rem;
}

.request_form .checkbox-item .privacy-check:checked::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 1px;
	width: 13px;
	height: 7px;
	border-bottom: 2px solid #3e4c7a;
	border-left: 2px solid #3e4c7a;
	transform: rotate(-45deg);
}

.request_form .note {
	display: block;
	margin-top: 0.35rem;
	padding: 0;
	font-size: 1.3rem;
}

.request_form .form-btn {
	width: 100%;
}

.request_form .form-btn ul {
	display: flex;
	justify-content: center;
}

.request_form .form-btn ul li .submit-button {
	position: relative;
	background-color: #3e4c7a;
	color: #fff;
	border: none;
	border-radius: 9999px;
	margin: 0 auto;
	padding: 1.25rem 4.25rem;
	font-size: 1.5rem;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.request_form .select-wrapper {
		margin-bottom: 1.5rem;
	}

	.request_form .note {
		margin-top: 0.75rem;
	}

	.request_form .form-btn {
		margin-top: 1rem;
	}
}

@media only screen and (min-width: 1080px) {
	.request_form .select-wrapper {
		margin-bottom: 0.25rem;
	}

	.request_form dl dd.privacy-input {
		text-align: left;
		padding-left: 1rem;
	}
}

#header {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
	height: auto;
	padding-bottom: 0;
	gap: 0;
	z-index: 100;
}

#header .logoArea,
#header .contactArea {
	display: flex;
	width: 100%;
	gap: 0.75rem;
}

#header .logoArea {
	flex: 1.5;
	min-width: 180px;
	max-width: 220px;
	padding: 2rem 0 1.5rem 0.75rem;
}

#header .logoArea h1 {
	min-width: 100%;
}

#header .logoArea h1 a {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 0;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	text-decoration: none;
}

#header .logoArea h1 a em {
	-moz-transition: opacity 0.5s ease-out;
	-webkit-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

#header .logoArea h1 a:hover em {
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-ms-opacity: 0.5;
	opacity: 0.5;
}

#header .logoArea h1 a img {
	display: block;
}

#header .logoArea h1 a span:nth-child(1) {
	flex: 1;
}

#header .logoArea h1 a span:nth-child(2) {
	display: none;
}

#header .logoArea h1 a span:nth-child(3) {
	flex: 4;
	min-width: auto;
	min-height: 30px;
	overflow: hidden;
	background-image: url('../images/head_comname2.png?ver=1.4.3');
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
}

#header .logoArea h1 a span:nth-child(3) em {
	display: none;
}

#header .contactArea {
	justify-content: flex-end;
	align-items: stretch;
	flex: 1;
}

#header .contactArea .tel {
	margin-top: 1.5rem;
}

#header .contactArea .tel dt {
	margin-bottom: 0.75rem;
	font-size: 3vw;
}

#header .contactArea .tel dd a {
	display: flex;
	justify-content: center;
	text-decoration: none;
}

#header .contactArea .tel dd a i {
	display: block;
	width: 1.8rem;
	height: 1.8rem;
	font-size: 0.7rem;
	font-weight: bold;
	line-height: 1.8rem;
	border: 1px solid #fff;
	border-radius: 50%;
	margin-right: 0.25rem;
}

#header .contactArea .tel dd a em {
	display: block;
	font-size: 4.6vw;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: -0.1px;
}

#header .contactArea .mail {
	margin-left: 1.25rem;
	background-color: #3051ba;
}

#header .contactArea .mail a {
	display: flex;
	align-items: stretch;
	text-decoration: none;
	height: 100%;
	padding: 0.75rem;
}

#header .contactArea .mail a i {
	font-size: 1.8rem;
	font-weight: bold;
	margin: auto auto;
}

#header .contactArea .mail a em {
	display: none;
}


#header-fix {
	position: absolute;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 800;
}

#header-fix.is-show {
	position: fixed;
	animation: slideinTop 0.75s forwards;
	background-color: #fff;
	box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
}

@keyframes slideinTop {
	0% {
		transform: translateY(-100px);
	}

	100% {
		transform: translateY(0);
	}
}

#header-fix.is-show .logoArea h1 a {
	color: #3051ba;
}

#header-fix.is-show .logoArea h1 a img {
	visibility: hidden;
}

#header-fix.is-show .logoArea h1 a span:nth-child(1) {
	text-indent: -9999px;
	background-image: url('../images/head_commark_blue.png?ver=1.3.5');
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
}

#header-fix.is-show .logoArea h1 a span:nth-child(3) {
	background-image: url('../images/head_comname2_blue.png?ver=1.3.5');
}

#header-fix.is-show .contactArea a {
	color: #3051ba;
}

#header-fix.is-show .contactArea i {
	border: 1px solid #3051ba;
}

@media only screen and (min-width: 380px) {
	#header .contactArea .tel dd a i {
		width: 2rem;
		height: 2rem;
		font-size: 0.8rem;
		line-height: 1.85rem;
	}
}

@media only screen and (min-width: 480px) {
	#header .logoArea {
		padding: 2rem 0 1.5rem 1.25rem;
	}

	#header .contactArea .tel {
		margin-top: 2rem;
	}

	#header .contactArea .tel dt {
		margin-bottom: 1rem;
		font-size: 1.5rem;
	}

	#header .contactArea .tel dd a i {
		width: 2.2rem;
		height: 2.2rem;
		font-size: 0.85rem;
		line-height: 2rem;
		margin-right: 0.5rem;
	}

	#header .contactArea .tel dd a em {
		font-size: 3rem;
	}

	#header .contactArea .mail {
		margin-left: 2.5rem;
	}

	#header .contactArea .mail a {
		padding: 1.75rem;
	}

	#header .contactArea .mail a i {
		font-size: 2.6rem;
	}
}

@media only screen and (min-width: 768px) {
	#header .logoArea {
		max-width: 300px;
		padding: 2.5rem 0 2rem 2rem;
	}

	#header .logoArea h1 a span:nth-child(3) {
		min-height: 40px;
	}
}

@media only screen and (min-width: 1080px) {
	#header .logoArea {
		max-width: 460px;
		padding: 2.5rem 3rem 2rem 3rem;
	}

	#header .logoArea h1 a span:nth-child(2) {
		display: block;
		flex: 3.5;
	}

	#header .logoArea h1 a span:nth-child(3) {
		flex: 3;
		background-image: none;
		overflow: visible;
	}

	#header .logoArea h1 a span:nth-child(3) em {
		display: block;
		white-space: nowrap;
		padding: 0.25rem 0 0 1rem;
	}

	#header .contactArea {
		align-items: flex-end;
		margin: 2.5rem 3.5rem 0 0;
	}

	#header .contactArea .tel {
		margin-top: 0;
		margin-left: 2rem;
		order: 2;
	}

	#header .contactArea .tel dt {
		font-size: 1.6rem;
	}

	#header .contactArea .tel dd a i {
		width: 2.6rem;
		height: 2.6rem;
		font-size: 1.2rem;
		line-height: 2.4rem;
		margin-right: 0.75rem;
	}

	#header .contactArea .tel dd a em {
		font-size: 3.2rem;
	}

	#header .contactArea .mail {
		margin-left: 0;
		order: 1;
		background-color: transparent;
	}

	#header .contactArea .mail a {
		padding: 0;
	}

	#header .contactArea .mail a em {
		display: block;
		font-size: 1.8rem;
		font-weight: 500;
	}

	#header .contactArea .mail a i {
		width: 2.6rem;
		height: 2.6rem;
		font-size: 1.2rem;
		font-weight: bold;
		line-height: 2.4rem;
		border: 1px solid #fff;
		border-radius: 50%;
		margin-right: 0.75rem;
	}

	#header .contactArea a:hover {
		color: #fff;
	}

	#header .contactArea .tel dd a:hover i,
	#header .contactArea .mail a:hover i {
		border: 1px solid #fff;
	}

	#header-fix.is-show .logoArea h1 a span:nth-child(2) {
		background-image: url('../images/head_comname_blue.png?ver=1.3.5');
		background-size: cover;
		background-position: left center;
		background-repeat: no-repeat;
	}

	#header-fix.is-show .logoArea h1 a span:nth-child(3) {
		background-image: none;
	}

	#header-fix.is-show .contactArea a:hover {
		color: #3051ba;
	}

	#header-fix.is-show .contactArea .tel dd a:hover i,
	#header-fix.is-showr .contactArea .mail a:hover i {
		border: 1px solid #3051ba;
	}
}

.pageArea {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

@media only screen and (min-width: 380px) {
	.pageArea {
		width: 90%;
	}
}

@media only screen and (min-width: 480px) {
	.pageArea {
		width: 92.5%;
		max-width: 1200px;
	}

	.pageArea.thanks {
		max-width: 680px;
	}
}

.titleArea {
	position: relative;
	text-align: center;
}

.titleArea h1 {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	line-height: 1;
	font-size: 1.6rem;
}

.titleArea h1 span {
	position: relative;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	padding-bottom: 1.5rem;
	opacity: 0.5;
}

.titleArea h1 span::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 3rem);
	display: inline-block;
	width: 6rem;
	border-bottom: 3px solid #3e4c7a;
}

.titleArea h1 em {
	position: relative;
	font-size: 2em;
	font-weight: 700;
	white-space: nowrap;
	;
}

.titleArea h1 .ltr-spce01 {
	letter-spacing: 2.5rem;
	text-indent: 2.5rem;
}

.titleArea h1 .ltr-spce02 {
	letter-spacing: 0.75rem;
	text-indent: 0.75rem;
}

.titleArea h1 {
	color: #3e4c7a;
}

.bgcol2 .titleArea h1 {
	color: #fff;
}

.bgcol2 .titleArea h1 span::after {
	border-bottom: 3px solid #fff;
}

@media only screen and (min-width: 480px) {
	.titleArea h1 {
		gap: 2rem;
	}
}

@media only screen and (min-width: 768px) {
	.titleArea h1 {
		gap: 2.5rem;
	}

	.titleArea h1 .ltr-spce01 {
		letter-spacing: 3.5rem;
		text-indent: 3.5rem;
	}

	.titleArea h1 .ltr-spce02 {
		letter-spacing: 2rem;
		text-indent: 2rem;
	}
}


/* section 01 */
#sec01 {
	position: relative;
	z-index: 2;
}

#sec01 .sec01-title {
	position: relative;
	text-align: center;
}

#sec01 .sec01-title h1 {
	display: inline-block;
	transform: translateY(-50%);
	background-color: #fff;
	letter-spacing: 0.2rem;
	text-indent: 0.2rem;
}

#sec01 .sec01-title h1 em {
	font-size: 1.4em;
}

#sec01 .sec01-title span {
	background: linear-gradient(transparent 60%, #efe67f 60%);
	font-weight: 700;
}

#sec01 .brackets {
	position: relative;
	display: inline-block;
	padding: 3rem 2.5rem 2rem;
}

#sec01 .brackets::before,
#sec01 .brackets::after {
	position: absolute;
	content: '';
	top: 0;
	width: 10px;
	height: 100%;
	border-top: 2px solid #3e4c7a;
	border-bottom: 2px solid #3e4c7a;
}

#sec01 .brackets::before {
	border-left: 2px solid #3e4c7a;
	left: 0;
}

#sec01 .brackets::after {
	border-right: 2px solid #3e4c7a;
	right: 0;
}

@media only screen and (min-width: 768px) {
	#sec01 .sec01-title h1 {
		letter-spacing: 0.35rem;
		text-indent: 0.35rem;
	}
}

@media only screen and (min-width: 1080px) {
	#sec01 .sec01-title h1 {
		letter-spacing: 0.5rem;
		text-indent: 0.5rem;
	}

	#sec01 .brackets::before,
	#sec01 .brackets::after {
		width: 14px;
		border-top: 3px solid #3e4c7a;
		border-bottom: 3px solid #3e4c7a;
	}

	#sec01 .brackets::before {
		border-left: 3px solid #3e4c7a;
	}

	#sec01 .brackets::after {
		border-right: 3px solid #3e4c7a;
	}
}

#sec01 .flexWrap {
	display: flex;
	flex-direction: column;
	padding-top: 2.5rem;
	gap: 5rem;
}

#sec01 .flexWrap .flexBox {
	border-radius: 2rem;
	padding: 0 2.5rem 2.5rem 2.5rem;
	background-color: #eaedf8;
}

#sec01 .flexWrap .flexBox .icon {
	max-width: 25vw;
	margin: -4rem auto 1rem;
}

#sec01::after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: calc(50% - 80px);
	border: 80px solid transparent;
	border-top: 40px solid #fff;
}

@media only screen and (min-width: 480px) {
	#sec01 .flexWrap {
		padding: 3.5rem 3.5rem;
		gap: 7.5rem;
	}

	#sec01 .flexWrap .flexBox {
		padding: 0 2.5rem;
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		gap: 3.5rem;
	}

	#sec01 .flexWrap .flexBox .icon {
		flex: 1;
		margin: inherit;
		min-width: 80px;
	}

	#sec01 .flexWrap .flexBox .icon img {
		transform: scale(1.3);
	}

	#sec01 .flexWrap .flexBox p {
		flex: 4.5;
	}
}

@media only screen and (min-width: 768px) {
	#sec01 .flexWrap {
		flex-direction: row;
		padding: 3.5rem 2.5rem;
		gap: 3rem;
	}

	#sec01 .flexWrap .flexBox {
		padding: 0 2.5rem 3.5rem;
		flex-direction: column;
		gap: 2.5rem;
	}

	#sec01 .flexWrap .flexBox .icon {
		width: 60%;
		max-width: 100px;
		margin-top: -3.5rem;
	}

	#sec01 .flexWrap .flexBox .icon img {
		transform: scale(1);
	}

	#sec01::after {
		left: calc(50% - 120px);
		border: 120px solid transparent;
		border-top: 40px solid #fff;
	}
}

@media only screen and (min-width: 1080px) {
	#sec01 .flexWrap {
		padding: 5rem 0;
		gap: 4.5rem;
	}

	#sec01 .flexWrap .flexBox {
		padding: 0 2.5rem;
		flex-direction: row-reverse;
		gap: 2.5rem;
		min-height: 150px;
	}

	#sec01 .flexWrap .flexBox .icon {
		width: 220px;
		max-width: 220px;
		margin-top: 0;
	}

	#sec01 .flexWrap .flexBox .icon img {
		transform: scale(1.3) translateX(15%) translateY(-5%);
	}

	#sec01 .flexWrap .flexBox p {
		flex: 2;
	}
}

#sec02 {
	position: relative;
	z-index: 1;
}

#sec02::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../images/sec02-bg.jpg?ver=1.0.2');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.35;
	z-index: 2;
}

#sec02 .pageArea {
	position: relative;
	z-index: 3;
}

#sec02 .pageArea .title {
	display: flex;
	width: 100%;
	height: max-content;
	justify-content: center;
	align-items: center;
}

#sec02 h1 {
	background-image: url('../images/fukidashi1.png');
	background-repeat: no-repeat;
	background-size: 50vw;
	background-position: center bottom;
	padding-bottom: 3.5rem;
}

@media only screen and (min-width: 480px) {
	#sec02 h1 {
		background-size: 280px;
		padding-bottom: 4.5rem;
	}
}

#sec03 .flexWrap {
	display: flex;
	flex-direction: column;
	padding-top: 7.5rem;
	gap: 3.5rem;
}

#sec03 .flexWrap .flexBox {
	background-color: #fff;
	border-radius: 2rem;
	padding: 3.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#sec03 .flexWrap .flexBox .icon {
	display: block;
	width: 50vw;
	max-width: 180px;
}

#sec03 .flexWrap .flexBox figure {
	border-radius: 50%;
	overflow: hidden;
}

#sec03 .flexWrap .flexBox h2 {
	font-size: 5.4vw;
	background-image: url('../images/namisen.png');
	background-size: 12px 12px;
	background-repeat: repeat-x;
	background-position: center bottom;
	margin: 2.5rem auto 1.5rem;
	padding-bottom: 2.5rem;
}

@media only screen and (min-width: 480px) {
	#sec03 .flexWrap .flexBox h2 {
		font-size: 2.4rem;
	}

	#sec03 .flexWrap .flexBox .spPcOnly {
		display: none;
	}
}

@media only screen and (min-width: 768px) {
	#sec03 .flexWrap .flexBox {
		flex-direction: row;
		padding: 4.5rem;
		gap: 5rem;
	}

	#sec03 .flexWrap .flexBox .icon {
		flex: 1;
		width: auto;
		max-width: inherit;
	}

	#sec03 .flexWrap .flexBox .text {
		flex: 3;
	}

	#sec03 .flexWrap .flexBox h2 {
		margin-top: 0;
	}
}

@media only screen and (min-width: 1080px) {
	#sec03 .flexWrap {
		flex-direction: row;
		padding-top: 10rem;
	}

	#sec03 .flexWrap .flexBox {
		flex: 1;
		flex-direction: column;
		padding: 3.5rem;
		gap: 3.5rem;
	}

	#sec03 .flexWrap .flexBox h2 {
		font-size: 2.2rem;
	}

	#sec03 .flexWrap .flexBox:last-child h2 {
		margin-top: 1.5em;
	}

	#sec03 .flexWrap .flexBox .icon {
		width: 160px;
	}

	#sec03 .flexWrap .flexBox .spPcOnly {
		display: block;
	}
}


#sec04 .flexWrap {
	display: flex;
	flex-direction: column;
	padding-top: 7.5rem;
	gap: 6rem;
}

#sec04 .flexWrap .flexBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 3.5rem;
}

#sec04 .flexWrap .flexBox .num {
	width: 100%;
	text-align: center;
}

#sec04 .flexWrap .flexBox .num span {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	justify-content: center;
	gap: 0.35rem;
	width: 86px;
	height: 86px;
	background-color: #949cb9;
	border-radius: 50%;
	font-size: 1.4rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	color: #fff;
}

#sec04 .flexWrap .flexBox .num span em {
	font-size: 2em;
}

#sec04 .flexWrap .flexBox .text {
	width: 100%;
	text-align: center;
}

#sec04 .flexWrap .flexBox .text h3 {
	text-align: center;
}

#sec04 .flexWrap .flexBox .text h3 span {
	display: inline-block;
	border: 1px solid #3e4c7a;
	border-radius: 9999px;
	padding: 1rem 2rem;
}

#sec04 .flexWrap .flexBox .text h2 {
	margin: 2.5rem auto 1.5rem;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 3rem;
}

#sec04 .flexWrap .flexBox .text h2 span {
	position: relative;
	white-space: nowrap;
	background-color: #3e4c7a;
	color: #fff;
	font-size: 1.3rem;
	padding: 1rem 0.5rem 1rem 1rem;
}

#sec04 .flexWrap .flexBox .text h2 span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	border: 2rem solid transparent;
	border-left: 1rem solid #3e4c7a;
}

#sec04 .flexWrap .flexBox .text h2 em {
	line-height: 1.6;
	text-align: left;
}

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

@media only screen and (min-width: 768px) {
	#sec04 .flexWrap {
		padding-top: 10rem;
		gap: 7.5rem;
	}

	#sec04 .flexWrap .flexBox {
		justify-content: flex-start;
		align-items: flex-start;
		gap: 0;
	}

	#sec04 .flexWrap .flexBox .num {
		width: 20%;
		text-align: center;
	}

	#sec04 .flexWrap .flexBox .num span {
		margin: auto auto auto 0;
		justify-content: center;
		width: 96px;
		height: 96px;
		font-size: 1.5rem;
	}

	#sec04 .flexWrap .flexBox .text {
		width: 80%;
		text-align: left;
	}

	#sec04 .flexWrap .flexBox .text h3 {
		text-align: left;
	}

	#sec04 .flexWrap .flexBox .text h2 {
		margin-left: 0;
		justify-content: flex-start;
	}

	#sec04 .flexWrap .flexBox figure {
		margin: 2rem 0 0 auto;
		width: 80%;
	}
}

@media only screen and (min-width: 1080px) {
	#sec04 .flexWrap .flexBox {
		justify-content: flex-start;
		align-items: flex-start;
		gap: 3.5rem;
	}

	#sec04 .flexWrap .flexBox .num {
		flex: 1;
		width: auto;
	}

	#sec04 .flexWrap .flexBox .text {
		flex: 5;
		width: auto;
	}

	#sec04 .flexWrap .flexBox figure {
		margin: 0;
		flex: 3;
		width: auto;
	}
}


#sec05 .flexWrap {
	display: flex;
	flex-direction: column;
	padding-top: 7.5rem;
	gap: 0;
}

#sec05 .flexWrap .flexBox {
	position: relative;
	display: flex;
	justify-content: center;
	gap: 2rem;
}

#sec05 .flexWrap .flexBox .num {
	position: relative;
	flex: 1;
	text-align: center;
	z-index: 2;
}

#sec05 .flexWrap .flexBox:not(:last-child) .num::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: calc(100% - 6px);
	border-left: 2px dotted #3e4c7a;
	z-index: -1;
	opacity: 0.35;
}

#sec05 .flexWrap .flexBox:not(:last-child) .num::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border: 6px solid transparent;
	border-top: 6px solid #3e4c7a;
}

#sec05 .flexWrap .flexBox .num .num-text {
	display: flex;
	flex-direction: row;
	gap: 0.35rem;
	justify-content: center;
	align-items: baseline;
	font-size: 1.3rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	color: #3e4c7a;
	padding: 0.25rem 0 0.5rem;
	background-color: #fff;
}

#sec05 .flexWrap .flexBox .num .num-text em {
	font-size: 1.4em;
}

#sec05 .flexWrap .flexBox .num figure {
	background-color: #3e4c7a;
	border-radius: 50%;
	padding: 1.25rem;
}

#sec05 .flexWrap .flexBox .text {
	flex: 4;
	text-align: left;
	padding: 0;
}

#sec05 .flexWrap .flexBox:not(:last-child) .text {
	padding-bottom: 3.5rem;
}

#sec05 .flexWrap .flexBox .text dt {
	font-size: 1.8rem;
	font-weight: 700;
	color: #3e4c7a;
}

#sec05 .flexWrap .flexBox .text dd {
	font-size: 1.6rem;
	font-weight: 400;
	background-color: #eaedf8;
	padding: 1.5rem;
	margin-top: 1rem;
	border-radius: 1rem;
}

@media only screen and (min-width: 480px) {
	#sec05 .flexWrap .flexBox {
		gap: 3rem;
	}

	#sec05 .flexWrap .flexBox .num .num-text {
		font-size: 1.4rem;
	}

	#sec05 .flexWrap .flexBox .num figure {
		padding: 1.5rem;
	}

	#sec05 .flexWrap .flexBox .text {
		flex: 6;
	}

	#sec05 .flexWrap .flexBox .text dd {
		padding: 1.5rem;
	}
}

@media only screen and (min-width: 768px) {
	#sec05 .flexWrap {
		max-width: 820px;
		padding-top: 10rem;
		margin-left: auto;
		margin-right: auto;
	}

	#sec05 .flexWrap .flexBox {
		gap: 4.5rem;
	}

	#sec05 .flexWrap .flexBox .num figure {
		padding: 2.5rem;
	}

	#sec05 .flexWrap .flexBox .text {
		flex: 7.5;
	}

	#sec05 .flexWrap .flexBox .text dd {
		padding: 2.5rem;
		margin-top: 1.5rem;
		border-radius: 1.5rem;
	}
}

#sec06 .flexWrap {
	display: flex;
	flex-direction: column;
	padding-top: 7.5rem;
	gap: 2.5rem;
	text-align: left;
}

#sec06 .flexWrap>li {
	position: relative;
	display: flex;
	flex-direction: column;
	border-radius: 1.6em;
}

#sec06 dl {
	padding: 0;
	background-color: #fff;
	border-radius: 3rem;
	font-size: 1.6rem;
	line-height: 1.8;
}

#sec06 dl dt {
	cursor: pointer;
	position: relative;
	z-index: 1;
	font-size: 1.8rem;
	font-weight: 500;
	color: #3e4c7a;
}

#sec06 dl dt::before {
	content: "";
	display: block;
	position: absolute;
	top: 49%;
	right: 2rem;
	width: 18px;
	height: 2px;
	transform: rotate(90deg);
	background-color: #3e4c7a;
	transition: all 0.25s ease-in-out;
	z-index: 2;
}

#sec06 dl dt::after {
	content: "";
	display: block;
	position: absolute;
	top: 49%;
	right: 2rem;
	width: 18px;
	height: 2px;
	background-color: #3e4c7a;
	transition: all 0.25s ease-in-out;
	opacity: 1;
	z-index: 3;
}

#sec06 dl dt span {
	position: relative;
	display: inline-block;
	padding: 1.5rem 5.5rem 1.5rem 6.5rem;
}

#sec06 dl dt span::before {
	position: absolute;
	top: 50%;
	left: 1.5rem;
	content: 'Q';
	display: block;
	width: 3rem;
	height: 3rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	background-color: #3e4c7a;
	border-radius: 9999px;
	color: #fff;
	text-align: center;
	line-height: 3rem;
	transform: translateY(-50%);
}

#sec06 dl dt.open::before {
	transform: rotate(180deg);
}

#sec06 dl dt.open::after {
	opacity: 0;
}

#sec06 dl dd {
	display: none;
}

#sec06 dl dd span {
	position: relative;
	display: inline-block;
	padding: 0 5.5rem 2.5rem 6.5rem;
}

#sec06 dl dd span::before {
	position: absolute;
	top: 0.75rem;
	left: 1.5rem;
	content: 'A';
	display: block;
	width: 3rem;
	height: 3rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	background-color: #b49132;
	border-radius: 9999px;
	color: #fff;
	text-align: center;
	line-height: 3rem;
}

@media only screen and (min-width: 480px) {
	#sec06 .flexWrap {
		gap: 3.5rem;
	}

	#sec06 dl dt::before,
	#sec06 dl dt::after {
		right: 2.5rem;
		width: 20px;
	}

	#sec06 dl dt span {
		padding: 1.5rem 6rem 1.5rem 6.5rem;
	}

	#sec06 dl dt span::before {
		left: 2rem;
		width: 3.2rem;
		height: 3.2rem;
		font-size: 1.5rem;
		line-height: 3.2rem;
	}

	#sec06 dl dd span {
		padding: 0 6rem 3rem 6.5rem;
	}

	#sec06 dl dd span::before {
		left: 2rem;
		width: 3.2rem;
		height: 3.2rem;
		line-height: 3.2rem;
	}
}

@media only screen and (min-width: 768px) {
	#sec06 .flexWrap {
		max-width: 820px;
		padding-top: 10rem;
		margin-left: auto;
		margin-right: auto;
	}

	#sec06 dl dt::before,
	#sec06 dl dt::after {
		right: 3rem;
	}

	#sec06 dl dt span {
		padding: 1.75rem 7rem 1.75rem 7.5rem;
	}

	#sec06 dl dd span {
		padding: 1.5rem 7rem 3.5rem 7.5rem;
	}

	#sec06 dl dd span::before {
		top: 1.5rem;
	}
}

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

.contactHeadArea h2 {
	text-align: center;
	color: #fff;
	font-size: 5vw;
	font-weight: 700;
	background-image: url('../images/fukidashi2.png?ver=1.0');
	background-repeat: no-repeat;
	background-size: 50vw;
	background-position: center bottom;
	padding-bottom: 3.5rem;
}

.contactHeadArea .contactBtn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 5rem auto 0;
	padding: 0 2.5rem;
	gap: 2.5rem;
	width: 100%;
}

.contactHeadArea .contactBtn li {
	width: 100%;
}

.contactHeadArea .contactBtn li a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	background-color: #000;
	border: 1px solid #000;
	padding: 1.5rem 0;
	line-height: 1.8rem;
	border-radius: 9999px;
	min-height: 8rem;
	gap: 0.75rem;
}

.contactHeadArea .contactBtn li a i {
	display: inline-block;
	width: 2.6rem;
	height: 2.6rem;
	font-size: 1.2rem;
	font-weight: 900;
	line-height: 2.6rem;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
}

.contactHeadAreaa .contactBtn li a em {
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 500;
	margin-left: 1rem;
}

.contactHeadArea .contactBtn li a em small {
	display: block;
	margin-top: 0.5rem;
	font-size: 0.7em;
	font-weight: 400;
}

@media only screen and (min-width: 480px) {
	.contactHeadArea h2 {
		font-size: 2.4rem;
		background-size: 280px;
		padding-bottom: 4.5rem;
	}

	.contactHeadArea .contactBtn li {
		max-width: 360px;
	}

	.contactHeadArea .contactBtn li a {
		padding: 1.75rem 0;
	}
}

@media only screen and (min-width: 768px) {
	.contactHeadArea h2 {
		font-size: 2.6rem;
	}

	.contactHeadArea .contactBtn {
		flex-direction: row;
	}

	.contactHeadArea .contactBtn li a:hover {
		background-color: #fff;
		color: #3051ba;
		border: 1px solid #3051ba;
	}

	.contactHeadArea .contactBtn li a i {
		width: 3rem;
		height: 3rem;
		font-size: 1.4rem;
		line-height: 3rem;
	}

	.contactHeadArea .contactBtn li a:hover i {
		border: 1px solid #3051ba;
	}
}


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

.contactArea .flexWrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contactArea .flexWrap .flexBox {
	width: 71%;
}

.contactArea .flexWrap .flexBox h1 {
	text-align: left;
	font-size: 5.6vw;
	margin-bottom: 1.5rem;
	/*
	background-image: url('../images/fukidashi2.png');
	background-repeat: no-repeat;
	background-size: 13.5vw;
	background-position: right top;
	background-position: right top 0.75rem;
	*/
}

.contactArea .flexWrap .flexBox h1 small {
	font-size: 0.85em;
}

.contactArea .flexWrap .flexBox h1 em {
	font-size: 1.2em;
}

.contactArea .flexWrap figure {
	position: relative;
	width: 29%;
}

.contactArea .flexWrap figure img {
	position: absolute;
	width: 35vw;
	height: auto;
	bottom: 0;
	left: 2.5vw;
}

.contactArea .contactBtn {
	display: flex;
	justify-content: space-between;
}

.contactArea .contactBtn li {
	width: 49.5%;
}

.contactArea .contactBtn li a {
	display: flex;
	justify-content: center;
	text-decoration: none;
	background-color: #3051ba;
	padding: 1.25rem 0;
	line-height: 1.8rem;
}

.contactArea .contactBtn li:first-child a {
	border-radius: 0.5rem 0 0 0.5rem;
}

.contactArea .contactBtn li:last-child a {
	border-radius: 0 0.5rem 0.5rem 0;
}

.contactArea .contactBtn li a i {
	display: block;
	width: 1.8rem;
	height: 1.8rem;
	font-size: 0.7rem;
	font-weight: bold;
	line-height: 1.6rem;
	border: 1px solid #fff;
	border-radius: 50%;
	margin-right: 0.25rem;
}

.contactArea .contactBtn li a em {
	display: block;
}

.contactArea .contactBtn li:first-child a em {
	font-size: 4.7vw;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: -0.1px;
}

.contactArea .contactBtn li:last-child a em {
	font-size: 3.5vw;
}

@media only screen and (min-width: 480px) {
	.contactArea .pageArea {
		max-width: 540px;
		margin-left: auto;
		margin-right: auto;
	}

	.contactArea .flexWrap .flexBox {
		width: 65%;
	}

	.contactArea .flexWrap .flexBox h1 {
		font-size: 3.2rem;
		/*
		background-size: 7.5rem;
		background-position: right 0.5rem top 1.5rem;
		*/
	}

	.contactArea .flexWrap figure img {
		width: 120%;
		left: 0;
	}

	.contactArea .contactBtn li a {
		padding: 1.75rem 0;
		line-height: 2.4rem;
	}

	.contactArea .contactBtn li:first-child a {
		border-radius: 0.75rem 0 0 0.75rem;
	}

	.contactArea .contactBtn li:last-child a {
		border-radius: 0 0.75rem 0.75rem 0;
	}

	.contactArea .contactBtn li a i {
		width: 2.6rem;
		height: 2.6rem;
		font-size: 1.1rem;
		line-height: 2.4rem;
		margin-right: 0.75rem;
	}

	.contactArea .contactBtn li:first-child a em {
		font-size: 2.8rem;
	}

	.contactArea .contactBtn li:last-child a em {
		font-size: 2rem;
	}
}

@media only screen and (min-width: 840px) {
	.contactArea .pageArea {
		max-width: 600px;
	}

	.contactArea .flexWrap .flexBox h1 {
		font-size: 3.4rem;
		/*background-position: right 1rem top 2.5rem;*/
	}

	.contactArea .flexWrap figure img {
		width: 115%;
		left: -2.5rem;
	}

	.contactArea .contactBtn li a {
		padding: 2rem 0;
		line-height: 2.6rem;
	}

	.contactArea .contactBtn li a:hover {
		background-color: #3e4c7a;
		color: #ba9530;
	}

	.contactArea .contactBtn li a i {
		width: 2.8rem;
		height: 2.8rem;
		font-size: 1.2rem;
		line-height: 2.6rem;
	}

	.contactArea .contactBtn li a:hover i {
		color: #ba9530;
		border: 1px solid #ba9530;
	}

}

/* フローティング */
.floating {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	transition: all 0.3s ease 0s;
	visibility: visible;
	opacity: 1;
	z-index: 100;
}

.floating.is-hidden {
	visibility: hidden;
	opacity: 0;
}

.floating nav a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: fit-content;
	padding: 1.5rem;
	background-color: rgba(186, 149, 48, 0.9);
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 500;
	gap: 0.75rem;
	cursor: pointer;
}

.floating nav a i {
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 900;
}

.floating nav a span br {
	display: none;
}

@media only screen and (min-width: 480px) {
	.floating nav a {
		padding: 1.75rem;
		font-size: 1.6rem;
		gap: 1rem;
	}

	.floating nav a i {
		font-size: 2.2rem;
	}
}

@media only screen and (min-width: 1080px) {
	.floating {
		width: auto;
		bottom: 1.5rem;
		right: 1.5rem;
	}

	.floating nav a {
		border-radius: 50%;
		flex-direction: column;
		width: 14rem;
		height: 14rem;
		font-size: 1.5rem;
		line-height: 1.4;
		box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.35);
		background-color: rgba(186, 149, 48, 0.95);
		gap: 0.75rem;
		text-align: center;
	}

	.floating nav a i {
		font-size: 3.4rem;
	}

	.floating nav a span br {
		display: block;
	}
}


#pageTop {
	text-align: center;
}

#pageTop a,
#pageTop a:hover {
	text-decoration: none;
	opacity: 1;
}

#pageTop i {
	display: inline-block;
	font-size: 2.5rem;
	font-weight: bold;
	border: 2px solid #3051ba;
	width: 4.5rem;
	height: 4.5rem;
	border-radius: 50%;
	line-height: 4rem;
}

#pageTop span {
	display: block;
	margin-top: 0.75rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.5rem;
}

@media only screen and (min-width: 480px) {
	#pageTop i {
		font-size: 2.5rem;
		width: 5rem;
		height: 5rem;
		line-height: 4.5rem;
	}

	#pageTop span {
		font-size: 1.6rem;
	}
}

@media only screen and (min-width: 768px) {
	#pageTop span {
		margin-top: 1rem;
	}

	#pageTop a:hover {
		opacity: 0.5;
	}
}


#footer {
	padding-bottom: 2.5rem;
	width: 100%;
	height: auto;
	border-top: 3px solid #3051ba;
}

#footer .copy {
	font-weight: 300;
	color: #666;
}

@media only screen and (min-width: 480px) {
	#footer {
		padding-bottom: 3.5rem;
	}
}


/* 検索モーダル */
.modal-menu {
	position: fixed;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #eaeaea;
	right: 0;
	top: 0;
	z-index: 9905;
	overflow-y: auto;
	transform: translateX(100%);
	transition: transform 0.5s ease-out;
}

.modal-menu.open {
	transform: translateX(0);
}

.modal-menu .close-bar-area {
	position: absolute;
	display: block;
	top: 20px;
	right: 20px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	z-index: 9910;
}

.modal-menu .close-bar,
.modal-menu .close-bar::before,
.modal-menu .close-bar::after {
	position: relative;
	top: 8px;
	display: grid;
	place-items: center;
	place-content: center;
	width: 32px;
	height: 2px;
	background-color: #000;
	transition:
		transform 0.5s ease-out,
		background-color 0.5s ease-out;
}

.modal-menu .close-bar {
	display: grid;
	background-color: transparent;
}

.modal-menu .close-bar::before,
.modal-menu .close-bar::after {
	content: "";
	grid-area: 1/1;
}

.modal-menu .close-bar::before {
	transform: rotate(45deg);
}

.modal-menu .close-bar::after {
	transform: rotate(-45deg);
}

.modal-menu .menu-inner {
	position: relative;
	max-width: 520px;
	height: 100%;
	margin: 0 auto;
	padding: 60px 20px 0;
	text-align: center;
}

.modal-menu .menu-inner p {
	margin-top: 1.5rem;
	margin-bottom: 3.5rem;
	padding: 0;
}

@media only screen and (min-width: 768px) {
	.modal-menu {
		width: 480px;
		transform: translateX(105%);
		box-shadow: -8px 0px 8px -4px rgba(0, 0, 0, 0.3);
	}
}



#inquiry h1 .brackets {
	padding: 1rem 2.5rem;
}

#inquiry table {
	width: 100%;
	text-align: left;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}

#inquiry table tr th {
	display: block;
	width: 100%;
	background-color: #3051ba;
	color: #fff;
	padding: 1rem 1rem;
	font-size: 1.5rem;
	font-weight: 500;
}

#inquiry table tr td {
	display: block;
	width: 100%;
	padding: 1rem 0 2rem;
	font-size: 1.5rem;
	font-weight: 400;
}

#inquiry table tr th .attention {
	color: #fff;
	padding: 4px 6px;
	border-radius: 4px;
	margin-left: 0.75em;
	background-color: #ba9530;
	font-size: 1.3rem;
	line-height: 1;
}

#inquiry table tr td textarea,
#inquiry table tr td input[type="text"],
#inquiry table tr td input[type="tel"],
#inquiry table tr td input[type="email"] {
	width: 100%;
	border: 1px solid #9a9a9a;
	border-radius: 0.5rem;
	padding: 0.75rem 1.25rem;
	font-size: 1.5rem;
}

#inquiry table tr td textarea {
	height: 6em;
}

#inquiry table tr td input[type="radio"] {
	transform: scale(1.5);
	margin-right: 0.75rem;
}

#inquiry table tr td ul {
	display: flex;
	flex-direction: column;
	font-size: 1.5rem;
	font-weight: 400;
}

#inquiry table tr td ul li label {
	white-space: nowrap;
}

#inquiry table tr td ul li:not(:last-child) {
	margin-bottom: 0.75rem;
}

#inquiry input[type="submit"],
#inquiry input[type="reset"],
#inquiry input[type="button"] {
	cursor: pointer;
}

#inquiry .form-btn ul {
	display: flex;
	flex-direction: column;
}

#inquiry .form-btn ul li:not(:last-child) {
	margin-bottom: 2.5rem;
}

#inquiry .form-btn input[type="button"],
#inquiry .form-btn input[type="reset"] {
	font-size: 1.5rem;
	background-color: #dedede;
	border: none;
	width: 65vw;
	border-radius: 0.75rem;
	text-align: center;
	padding: 1.25rem;
	margin: 0 auto;
}

#submit_button {
	position: relative;
	font-size: 1.8rem;
	background-color: #3e4c7a;
	color: #fff;
	border: none;
	width: 65vw;
	border-radius: 0.75rem;
	text-align: center;
	padding: 2rem;
	margin: 0 auto;
}

#inquiry .inqTel {
	border-radius: 1rem;
	padding: 1rem;
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
}

#inquiry .inqTel dl dt {
	font-size: 1.6rem;
	margin-bottom: 1rem;
}

#inquiry .inqTel dl .tel {
	margin-bottom: 0.75rem;
}

#inquiry .inqTel dl .tel a {
	display: flex;
	justify-content: center;
	text-decoration: none;
}

#inquiry .inqTel dl .tel a i {
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 2.4rem;
	border: 1px solid #3e4c7a;
	border-radius: 50%;
	margin-right: 0.75rem;
}

#inquiry .inqTel dl .tel a em {
	display: block;
	font-size: 8vw;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: -0.1px;
}

#inquiry .inqTel dl .text {
	font-size: 1.3rem;
}

#inquiry .privacy a {
	text-decoration: underline;
}

#inquiry .privacy .consent {
	width: 100%;
	border-radius: 1rem;
	padding: 1rem;
}

#inquiry .privacy .consent label {
	display: block;
	font-size: 1.6rem;
	padding: 1.5rem 0;
}

#inquiry .privacy .consent label input[type=checkbox] {
	transform: scale(2);
	margin-right: 1.75rem;
}

#inquiry table tr td.input_error {
	background-color: #fbd5d5;
}

#inquiry table tr td .input_warn {
	display: block;
	margin: 0.5rem 0 0 0;
	font-size: 1.3rem;
	font-weight: 500;
	color: #d60000;
}

#inquiry .checkText {
	text-align: left;
}

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

	#inquiry table tr th,
	#inquiry table tr td {
		display: table-cell;
		width: auto;
	}

	#inquiry table tr th {
		white-space: nowrap;
		border: 1px solid #fff;
		padding: 2rem 1.5rem;
		width: 30%;
	}

	#inquiry table tr td {
		padding: 2rem 1.5rem;
		border: 1px solid #ccc;
		width: 70%;
	}

	#inquiry table tr td input[type="radio"] {
		transform: scale(1.25);
	}

	#inquiry table tr td textarea {
		height: 7.5em;
	}

	#inquiry .form-btn input[type="button"],
	#inquiry .form-btn input[type="reset"] {
		width: 70vw;
		max-width: 420px;
	}

	#submit_button {
		width: 70vw;
		max-width: 420px;
	}

	#inquiry .inqTel dl .tel a em {
		font-size: 3.2rem;
	}

	#inquiry .privacy {
		margin-top: 2.5rem;
	}

	#inquiry .privacy p {
		text-align: center;
		margin-bottom: 1.5rem;
	}

	#inquiry .privacy .consent {
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
		padding: 1.5rem;
	}

	#inquiry .privacy .consent label input[type=checkbox] {
		transform: scale(1.5);
	}

	#inquiry .checkText {
		text-align: center;
	}
}

@media only screen and (min-width: 840px) {
	#inquiry table tr td ul {
		flex-direction: row;
		flex-wrap: wrap;
	}

	#inquiry table tr td ul li:not(:last-child) {
		margin-right: 2.5rem;
	}

	#inquiry table tr td input[type="text"],
	#inquiry table tr td input[type="tel"] {
		width: 50%;
	}

	#inquiry table tr td input[type="email"] {
		width: 75%;
	}

	#inquiry table tr td textarea {
		height: 10em;
	}

	#inquiry .privacy p {
		margin-bottom: 2rem;
	}
}

#inquiry .download .downloadBtn {
	display: flex;
	justify-content: center;
}

#inquiry .download .downloadBtn li {
	width: 100%;
}

#inquiry .download .downloadBtn li a {
	display: flex;
	justify-content: center;
	text-decoration: none;
	background-color: #3051ba !important;
	padding: 3rem 0;
	line-height: 1.8rem;
	border-radius: 1rem;
	gap: 1rem;
}

#inquiry .download .downloadBtn li a small {
	font-size: 0.8em;
	font-weight: 400;
}

@media only screen and (min-width: 480px) {
	#inquiry .download .downloadBtn li {
		width: inherit;
	}

	#inquiry .download .downloadBtn li a {
		padding: 3rem 5rem;
	}
}

@media only screen and (min-width: 840px) {
	#inquiry .download .downloadBtn li a {
		padding: 3.5rem 7.5rem;
		opacity: 1;
	}

	#inquiry .download .downloadBtn li a:hover {
		opacity: 0.5;
	}

}

/* Loading */
.fade-in {
	opacity: 0;
	transition-duration: 700ms;
	transition-property: opacity, transform;
}

.fade-in-up {
	transform: translate(0, 50px);
}

.fade-in-down {
	transform: translate(0, -50px);
}

.fade-in-left {
	transform: translate(-50px, 0);
}

.fade-in-right {
	transform: translate(50px, 0);
}

.scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}

.loading {
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background: #fdfdfd;
}

.loading.hide {
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.loading .circle {
	display: block;
	position: relative;
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
	margin: 0 auto;
	border: 8px solid #e0e0e0;
	border-top: 7px solid #3051ba;
	border-radius: 50px;
	-webkit-animation: loading 600ms linear 0ms infinite normal both;
	animation: loading 600ms linear 0ms infinite normal both;
}

@-webkit-keyframes loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}



/* loadingcss */
.loading__wrapper {
	opacity: 0;
	visibility: hidden;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	background-color: #fff;
	overflow: hidden;
	transition: all 0.5s;
}

.loading__wrapper.show {
	opacity: 1;
	visibility: visible;
}

.loading__wrapper svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(2.5);
}

/***************************************************
 * Generated by SVG Artista on 10/5/2022, 2:52:45 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@-webkit-keyframes animate-svg-stroke-1 {
	0% {
		stroke-dashoffset: 212.3778839111px;
		stroke-dasharray: 212.3778839111px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 212.3778839111px;
	}
}

@keyframes animate-svg-stroke-1 {
	0% {
		stroke-dashoffset: 212.3778839111px;
		stroke-dasharray: 212.3778839111px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 212.3778839111px;
	}
}

@-webkit-keyframes animate-svg-fill-1 {
	0% {
		fill: transparent;
	}

	100% {
		fill: rgb(46, 79, 160);
	}
}

@keyframes animate-svg-fill-1 {
	0% {
		fill: transparent;
	}

	100% {
		fill: rgb(46, 79, 160);
	}
}

.svg-elem-1 {
	-webkit-animation: animate-svg-stroke-1 1.5s ease-in 0.5s both, animate-svg-fill-1 0.5s ease-in 1.5s both;
	animation: animate-svg-stroke-1 1.5s ease-in 0.5s both, animate-svg-fill-1 0.5s ease-in 1.5s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
	0% {
		stroke-dashoffset: 46.6112442017px;
		stroke-dasharray: 46.6112442017px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 46.6112442017px;
	}
}

@keyframes animate-svg-stroke-2 {
	0% {
		stroke-dashoffset: 46.6112442017px;
		stroke-dasharray: 46.6112442017px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 46.6112442017px;
	}
}

@-webkit-keyframes animate-svg-fill-2 {
	0% {
		fill: transparent;
	}

	100% {
		fill: rgb(46, 79, 160);
	}
}

@keyframes animate-svg-fill-2 {
	0% {
		fill: transparent;
	}

	100% {
		fill: rgb(46, 79, 160);
	}
}

.svg-elem-2 {
	-webkit-animation: animate-svg-stroke-2 1.5s ease-in 0.6s both, animate-svg-fill-2 0.5s ease-in 1.6s both;
	animation: animate-svg-stroke-2 1.5s ease-in 0.6s both, animate-svg-fill-2 0.5s ease-in 1.6s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
	0% {
		stroke-dashoffset: 53.4212989807px;
		stroke-dasharray: 53.4212989807px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 53.4212989807px;
	}
}

@keyframes animate-svg-stroke-3 {
	0% {
		stroke-dashoffset: 53.4212989807px;
		stroke-dasharray: 53.4212989807px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 53.4212989807px;
	}
}

@-webkit-keyframes animate-svg-fill-3 {
	0% {
		fill: transparent;
	}

	100% {
		fill: rgb(46, 79, 160);
	}
}

@keyframes animate-svg-fill-3 {
	0% {
		fill: transparent;
	}

	100% {
		fill: rgb(46, 79, 160);
	}
}

.svg-elem-3 {
	-webkit-animation: animate-svg-stroke-3 1.5s ease-in 0.7s both, animate-svg-fill-3 0.5s ease-in 1.7s both;
	animation: animate-svg-stroke-3 1.5s ease-in 0.7s both, animate-svg-fill-3 0.5s ease-in 1.7s both;
}

@-webkit-keyframes animate-svg-stroke-4 {
	0% {
		stroke-dashoffset: 46.6239089966px;
		stroke-dasharray: 46.6239089966px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 46.6239089966px;
	}
}

@keyframes animate-svg-stroke-4 {
	0% {
		stroke-dashoffset: 46.6239089966px;
		stroke-dasharray: 46.6239089966px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 46.6239089966px;
	}
}

@-webkit-keyframes animate-svg-fill-4 {
	0% {
		fill: transparent;
	}

	100% {
		fill: rgb(46, 79, 160);
	}
}

@keyframes animate-svg-fill-4 {
	0% {
		fill: transparent;
	}

	100% {
		fill: rgb(46, 79, 160);
	}
}

.svg-elem-4 {
	-webkit-animation: animate-svg-stroke-4 1.5s ease-in 0.8s both, animate-svg-fill-4 0.5s ease-in 1.8s both;
	animation: animate-svg-stroke-4 1.5s ease-in 0.8s both, animate-svg-fill-4 0.5s ease-in 1.8s both;
}

@-webkit-keyframes animate-svg-stroke-5 {
	0% {
		stroke-dashoffset: 25.6778640747px;
		stroke-dasharray: 25.6778640747px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 25.6778640747px;
	}
}

@keyframes animate-svg-stroke-5 {
	0% {
		stroke-dashoffset: 25.6778640747px;
		stroke-dasharray: 25.6778640747px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 25.6778640747px;
	}
}

@-webkit-keyframes animate-svg-fill-5 {
	0% {
		fill: transparent;
	}

	100% {
		fill: rgb(46, 79, 160);
	}
}

@keyframes animate-svg-fill-5 {
	0% {
		fill: transparent;
	}

	100% {
		fill: rgb(46, 79, 160);
	}
}

.svg-elem-5 {
	-webkit-animation: animate-svg-stroke-5 1.5s ease-in 0.9s both, animate-svg-fill-5 0.5s ease-in 1.9s both;
	animation: animate-svg-stroke-5 1.5s ease-in 0.9s both, animate-svg-fill-5 0.5s ease-in 1.9s both;
}

@-webkit-keyframes animate-svg-stroke-6 {
	0% {
		stroke-dashoffset: 23.420539856px;
		stroke-dasharray: 23.420539856px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 23.420539856px;
	}
}

@keyframes animate-svg-stroke-6 {
	0% {
		stroke-dashoffset: 23.420539856px;
		stroke-dasharray: 23.420539856px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 23.420539856px;
	}
}

@-webkit-keyframes animate-svg-fill-6 {
	0% {
		fill: transparent;
	}

	100% {
		fill: rgb(46, 79, 160);
	}
}

@keyframes animate-svg-fill-6 {
	0% {
		fill: transparent;
	}

	100% {
		fill: rgb(46, 79, 160);
	}
}

.svg-elem-6 {
	-webkit-animation: animate-svg-stroke-6 1.5s ease-in 1s both, animate-svg-fill-6 0.5s ease-in 2s both;
	animation: animate-svg-stroke-6 1.5s ease-in 1s both, animate-svg-fill-6 0.5s ease-in 2s both;
}

/*# sourceMappingURL=loading.css.map */


.contact_header {
	display: flex;
	align-items: center;
	margin-top: 18px;
	gap: 0.15rem;
}

.contact_header .header-contacttitle {
	color: white;
	margin-right: 10px;
	font-size: 14px;
}

.contact_header a i {
	border: 1px solid white;
	padding: 8px;
	font-size: 1.2rem;
	margin-right: 5px;
	border-radius: 50%;
}

.contact_header a {
	text-decoration: none;
	display: flex;
	align-items: center;
	margin-right: 10px;
}

.contact_header__webbox em {
	display: none;
}

.contact_header__telbox em {
	display: none;
}

.contact_header__webbox:hover em {
	display: none;
}

.contact_header__webbox:hover i {
	border: 1px solid #fff;
}

.contact_header a {
	margin-right: 5px;
}

.contact_header__telbox em {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 3.2rem;
}

@media only screen and (min-width: 1080px) {
	.contact_header {
		gap: 1.25rem;
	}

	.contact_header__webbox:hover em {
		display: block;
	}

	.contact_header__telbox em {
		display: block;
	}

	.contact_header {
		margin-top: 0;
	}

	.contact_header .header-contacttitle {
		font-size: 16px;
	}

	.contact_header a i {
		padding: 8px;
		font-size: 1.6rem;
	}
}

@media (min-width: 600px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

/*
a[href^="tel:"] {
	pointer-events: none;
}

.contact_header__telbox {
display: none !important;
}
@media only screen and (min-width: 480px) {
	.contact_header__telbox{
		display: flex !important;
	}
}
*/