* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
	overflow-x: auto;
	width: 100%;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: inherit;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: middle;
}

button {
	font: inherit;
}

a {
	cursor: pointer;
	text-decoration: none;
}

*:focus {
	outline: none;
}

body {
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
	animation: fadeIn 1s ease 0s 1 normal;
	background-color: #fff;
	color: #000;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.94;
	overflow-wrap: break-word;
	overflow-x: hidden;
}

*::-moz-selection {
	background-color: #000;
	color: #fff;
}

*::selection {
	background-color: #000;
	color: #fff;
}

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

a {
	display: inline-block;
	width: 100%;
}

.inner {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 1722px;
}

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

.sec-tit {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #D14B03;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
}

.sec-tit._small {
	color: #000;
}

.sec-tit::after {
	background-image: -webkit-radial-gradient(circle, #D14B03 2px, transparent 2px);
	background-image: radial-gradient(circle, #D14B03 2px, transparent 2px);
	background-size: 10px 6px;
	content: "";
	display: block;
	height: 6px;
	width: 49px;
}

.sec-tit::after {
	background-repeat: repeat-x;
}

.base-tit {
	-webkit-transition: color 0.2s;
	font-weight: 700;
	transition: color 0.2s;
}

.small-tit {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	font-weight: 600;
	text-align: center;
}

.small-tit > small {
	letter-spacing: 0.2em;
}

.small-tit > span > span {
	display: inline-block;
}

._border {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(58%, transparent), color-stop(58%, #F7F195));
	background: -webkit-linear-gradient(transparent 58%, #F7F195 58%);
	background: linear-gradient(transparent 58%, #F7F195 58%);
}

._bold {
	font-weight: 600;
}

._color {
	color: #D14B03;
	font-weight: 600;
}

._color_sub {
	color: #9F1313;
}

._center {
	text-align: center;
}

._ls {
	letter-spacing: -0.3em;
}

._ls_min {
	letter-spacing: -0.1em;
}

input,
textarea,
button {
	font: inherit;
	font-family: inherit;
	letter-spacing: 0.05em;
	margin: 0;
}

input,
textarea,
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

input,
button {
	background: transparent;
	border: none;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	color: #000;
	width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	font-weight: 400;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #c7c7c7;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #c7c7c7;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #c7c7c7;
}

input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #c7c7c7;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
	color: #c7c7c7;
}

textarea {
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	display: block;
	resize: vertical;
}

input[type=checkbox] {
	display: none;
}

input[type=checkbox] + .wpcf7-list-item-label {
	color: #000;
	cursor: pointer;
	display: block;
	position: relative;
}

input[type=checkbox] + .wpcf7-list-item-label a {
	color: inherit;
	position: relative;
}

input[type=checkbox] + .wpcf7-list-item-label a::before {
	background-color: #707070;
	bottom: 2px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

input[type=checkbox] + .wpcf7-list-item-label::before {
	-webkit-transform: translateY(-50%);
	background: #fff;
	content: "";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	top: 20px;
	transform: translateY(-50%);
	width: 20px;
}

input[type=checkbox] + .wpcf7-list-item-label::after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-webkit-transition: opacity 0.2s;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	content: "";
	display: block;
	height: 0.6em;
	left: 0;
	margin-top: -0.2em;
	opacity: 0;
	position: absolute;
	top: 20px;
	transform: translateY(-50%) rotate(-45deg);
	transition: opacity 0.2s;
	width: 20px;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

input[type=submit] {
	background-color: #D14B03;
	background-image: none;
	color: #fff;
	cursor: pointer;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-decoration: none;
}

input[type=submit]:hover,
input[type=submit]:focus {
	outline: none;
}

input[type=submit]::-moz-focus-inner {
	border: none;
	padding: 0;
}

.wpcf7 form .wpcf7-spinner {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	border: none;
	color: #9F1313;
	letter-spacing: 0.1em;
	margin: 2em 0 1em;
	text-align: center;
}

.contactForm .wpcf7 form .wpcf7-response-output {
	padding: 0.2em 0;
}

.wpcf7 form .wpcf7-not-valid-tip {
	color: #9F1313;
	font-weight: inherit;
	letter-spacing: 0.05em;
	padding-top: 3px;
}

.wpcf7 form.sent .wpcf7-response-output {
	display: none;
}

.grecaptcha-badge {
	visibility: hidden;
}

.arr-btn {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-transition: background-color 0.2s;
	align-items: center;
	align-self: flex-end;
	background-color: #000;
	border-radius: 999px;
	color: #fff;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 13px;
	font-weight: 600;
	gap: 7px;
	height: 36px;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 35px;
	min-width: 108px;
	padding: 0 14px 0 18px;
	transition: background-color 0.2s;
}

.arr-btn ._txt {
	display: inline-block;
}

.arr-btn ._arr {
	-webkit-transition: -webkit-transform 0.2s;
	background-color: #fff;
	border-radius: 9999px;
	display: inline-block;
	height: 2px;
	margin: 4.3px 0;
	position: relative;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	width: 17px;
}

.arr-btn ._arr::before,
.arr-btn ._arr::after {
	-webkit-transform-origin: calc(100% - 1px) 50%;
	background-color: #fff;
	border-radius: 9999px;
	content: "";
	height: 2px;
	position: absolute;
	right: 0;
	top: calc(50% - 1px);
	transform-origin: calc(100% - 1px) 50%;
	width: 12px;
}

.arr-btn ._arr::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.arr-btn ._arr::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.round-btn {
	-webkit-box-sizing: border-box;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	background: transparent;
	border: none;
	border-radius: 9999px;
	box-sizing: border-box;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-weight: 600;
	gap: 8px;
	justify-content: center;
	line-height: 1.4;
	overflow: hidden;
	position: relative;
}

.round-btn ._icon,
.round-btn ._arr,
.round-btn ._txt {
	position: relative;
	z-index: 3;
}

.round-btn ._txt {
	display: inline-block;
}

.round-btn ._icon {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	-webkit-transition: background-color 0.3s;
	background-color: currentColor;
	display: inline-block;
	flex: 0 0 auto;
	transition: background-color 0.3s;
}

.round-btn ._arr {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	-webkit-transition: -webkit-transform 0.2s;
	background-color: currentColor;
	border-radius: 9999px;
	display: inline-block;
	flex: 0 0 auto;
	height: 2px;
	margin: 4.3px 0;
	position: relative;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	width: 17px;
}

.round-btn ._arr::before,
.round-btn ._arr::after {
	-webkit-transform-origin: calc(100% - 1px) 50%;
	background-color: currentColor;
	border-radius: 9999px;
	content: "";
	height: 2px;
	position: absolute;
	right: 0;
	top: calc(50% - 1px);
	transform-origin: calc(100% - 1px) 50%;
	width: 12px;
}

.round-btn ._arr::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.round-btn ._arr::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.round-btn._outline {
	color: #D14B03;
}

.round-btn._outline::after {
	background: #fff;
	border-radius: inherit;
	content: "";
	inset: 0;
	position: absolute;
	z-index: 0;
}

.round-btn._outline::before {
	-webkit-box-sizing: border-box;
	-webkit-transition: background-color 0.3s, border-color 0.3s;
	border: 2px solid #D14B03;
	border-radius: inherit;
	box-sizing: border-box;
	content: "";
	inset: 0;
	position: absolute;
	transition: background-color 0.3s, border-color 0.3s;
	z-index: 1;
}

.round-btn._fill {
	color: #fff;
}

.round-btn._fill::after {
	background: -webkit-gradient(linear, left top, left bottom, from(#E67437), to(#D14B03));
	background: -webkit-linear-gradient(top, #E67437, #D14B03);
	background: linear-gradient(to bottom, #E67437, #D14B03);
	border-radius: inherit;
	content: "";
	inset: 0;
	position: absolute;
	z-index: 0;
}

.round-btn._fill::before {
	-webkit-transition: opacity 0.3s;
	background: #000;
	border-radius: inherit;
	content: "";
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.3s;
	z-index: 1;
}

.round-btn._header {
	font-weight: 500;
}

.round-btn._icon-dl ._icon {
	-webkit-mask: url("../img/icon_dl.svg") center/contain no-repeat;
	height: 19.086px;
	mask: url("../img/icon_dl.svg") center/contain no-repeat;
	width: 15.042px;
}

.round-btn._icon-mail ._icon {
	-webkit-mask: url("../img/icon_mail.svg") center/contain no-repeat;
	height: 12.214px;
	mask: url("../img/icon_mail.svg") center/contain no-repeat;
	width: 16.723px;
}

.more-btn {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-sizing: border-box;
	align-items: center;
	background: #fff;
	border: 2px solid #D14B03;
	border-radius: 9999px;
	box-sizing: border-box;
	color: #D14B03;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-weight: 600;
	justify-content: center;
	width: auto;
}

.more-btn ._txt {
	display: inline-block;
	text-align: left;
}

.more-btn ._arr {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	-webkit-transition: -webkit-transform 0.2s;
	background-color: #D14B03;
	border-radius: 9999px;
	display: inline-block;
	flex: 0 0 auto;
	height: 2px;
	margin: 4.3px 0;
	position: relative;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	width: 17px;
}

.more-btn ._arr::before,
.more-btn ._arr::after {
	-webkit-transform-origin: calc(100% - 1px) 50%;
	background-color: #D14B03;
	border-radius: 9999px;
	content: "";
	height: 2px;
	position: absolute;
	right: 0;
	top: calc(50% - 1px);
	transform-origin: calc(100% - 1px) 50%;
	width: 12px;
}

.more-btn ._arr::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.more-btn ._arr::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.footer {
	background: #000;
	color: #fff;
}

.footer-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.footer-item a {
	color: #fff;
	line-height: 1.6;
}

.fv {
	height: 380px;
}

.fv .sec-tit {
	color: #fff;
}

.fv .sec-tit:after {
	background-image: -webkit-radial-gradient(circle, #fff 2px, transparent 2px);
	background-image: radial-gradient(circle, #fff 2px, transparent 2px);
}

.header {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-transition: background-color 0.3s;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.9);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	left: 0;
	line-height: 1;
	position: fixed;
	right: 0;
	top: 0;
	transition: background-color 0.3s;
	z-index: 10;
}

.header.is-open {
	background-color: #fff;
}

.header-logo {
	position: relative;
	z-index: 2;
}

.header-logo a {
	display: block;
	width: 100%;
}

.header-logo img {
	display: block;
	height: auto;
	width: 100%;
}

.header-toggle {
	display: none;
}

.header-item a {
	color: #000;
	font-weight: 500;
	width: auto;
}

.header-company {
	display: none;
}

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

.paging-list {
	font-weight: 700;
}

.paging-list > *.page-numbers {
	display: inline-block;
	line-height: 1;
	padding: 0.2em 0.3em;
}

.paging-list > *.page-numbers.current {
	position: relative;
}

.paging-list > *.page-numbers.current:before {
	-webkit-transform: translateX(-50%);
	background: #000;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: calc(100% - 4px);
}

.paging-list a {
	-webkit-transition: opacity 0.2s;
	color: #000;
	transition: opacity 0.2s;
	width: auto;
}

.paging-list a:hover {
	opacity: 0.7;
}

.art {
	background: #fff;
	color: #000;
}

.art._page .art-item {
	border-bottom: 1px solid #cccccc;
}

.art-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.art-item a {
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.art-img {
	overflow: hidden;
	position: relative;
}

.art-img.is-noimg {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	background: #f2f2f2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.art-img img {
	-o-object-fit: cover;
	display: block;
	object-fit: cover;
}

.art-noimg {
	color: #aaa;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.art-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.art-tit {
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.6;
}

.art-txt {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	line-height: 2;
	overflow: hidden;
}

.art-btn {
	text-align: right;
}

.art .arr-btn {
	background: #D14B03;
	margin-top: 0;
}

.art-more {
	text-align: center;
}

.article-inner {
	margin: 0 auto;
	max-width: 800px;
}

.article-inner time {
	color: #b4b4b4;
	display: block;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 9px;
}

.article-tit {
	font-weight: 700;
	line-height: 1.45;
}

.article-img {
	margin-inline: auto;
	max-width: 640px;
}

.article-stit {
	font-weight: 700;
	line-height: 1.5;
	position: relative;
}

.article-stit::before {
	-webkit-transform: translateY(-50%);
	background: #D14B03;
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
}

.article-txt strong {
	font-weight: 600;
}

.article-txt a {
	color: #D14B03;
	text-decoration: underline;
	width: auto;
}

.article-btn {
	text-align: center;
}

.art-img,
.article-thum {
	aspect-ratio: 404/257;
	overflow: hidden;
	position: relative;
}

.art-img img,
.article-thum img {
	-o-object-fit: cover;
	-o-object-position: center center;
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.base {
	background: -webkit-gradient(linear, left top, left bottom, from(#E67437), to(#D14B03));
	background: -webkit-linear-gradient(top, #E67437, #D14B03);
	background: linear-gradient(to bottom, #E67437, #D14B03);
	color: #fff;
	overflow: hidden;
}

.base .sec-tit {
	color: #fff;
}

.base .sec-tit::after {
	background-image: -webkit-radial-gradient(circle, #fff 2px, transparent 2px);
	background-image: radial-gradient(circle, #fff 2px, transparent 2px);
}

.base-content {
	position: relative;
}

.base-list-wrap {
	position: relative;
	z-index: 2;
}

.base-row {
	display: grid;
}

.base-row dt {
	font-weight: 600;
	white-space: nowrap;
}

.base-schedule-tit {
	font-weight: 600;
	margin-bottom: 1px;
	margin-left: -0.5em;
}

.base-map {
	position: relative;
	z-index: 1;
}

.base-map::before,
.base-map::after {
	-webkit-transform: translate(-50%, -50%);
	border-radius: 50%;
	content: "";
	pointer-events: none;
	position: absolute;
	transform: translate(-50%, -50%);
	z-index: 0;
}

.base-map::before {
	background: rgba(255, 255, 255, 0.045);
}

.base-map::after {
	background: rgba(255, 255, 255, 0.065);
}

.card {
	background: #F1F1F1;
}

.company-img {
	overflow: hidden;
}

.faq {
	background: #fff;
}

.faq .sec-tit {
	color: #D14B03;
}

.faq-q {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f6f6f6;
	border-radius: 10px;
	color: #000;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	width: 100%;
}

.faq-icon {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	border-radius: 50%;
	color: #fff;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	flex: 0 0 auto;
	font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
	font-weight: 600;
	justify-content: center;
	line-height: 1;
	padding-bottom: 2px;
}

.faq-icon._q {
	background: #000;
}

.faq-icon._a {
	background: -webkit-gradient(linear, left top, left bottom, from(#E67437), to(#D14B03));
	background: -webkit-linear-gradient(top, #E67437, #D14B03);
	background: linear-gradient(to bottom, #E67437, #D14B03);
}

.faq-q-txt {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	letter-spacing: 0;
	line-height: 1.8;
}

.faq-toggle {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	display: inline-block;
	flex: 0 0 auto;
	position: relative;
}

.faq-toggle::before,
.faq-toggle::after {
	-webkit-transition: -webkit-transform 0.25s;
	background: #000;
	content: "";
	inset: 0;
	margin: auto;
	position: absolute;
	transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	transition: transform 0.25s, -webkit-transform 0.25s;
}

.faq-toggle::before {
	height: 2px;
	width: 100%;
}

.faq-toggle::after {
	height: 100%;
	width: 2px;
}

.faq-a {
	-webkit-transition: height 0.3s ease;
	height: 0;
	overflow: hidden;
	transition: height 0.3s ease;
}

.faq-a-inner {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.faq-a-txt {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.faq-item.is-open .faq-toggle::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

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

.flow {
	background: #F1F1F1;
}

.flow .sec-tit {
	color: #D14B03;
}

.flow-item {
	background: #fff;
	border: 2px solid #E5E5E5;
	border-radius: 16px;
	position: relative;
}

.flow-item:not(:last-child)::after {
	-webkit-transform: translateX(-50%);
	border-style: solid;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
	z-index: 1;
}

.flow-num {
	color: #000;
	line-height: 1;
	text-align: center;
}

.flow-num span {
	display: block;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.flow-num strong {
	display: block;
	font-weight: 600;
}

.flow-icon {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.flow-tit {
	font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
	font-weight: 700;
	line-height: 1.5;
}

.flow-txt {
	line-height: 1.76;
}

.form-def .wpcf7-list-item {
	display: block;
	margin: 0 0 7px;
}

.form-def .wpcf7-list-item label {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 8px;
	letter-spacing: 0.1em;
}

.form-def input[type=checkbox] + .wpcf7-list-item-label {
	display: inline;
	margin-bottom: 0;
}

.form-def input[type=checkbox] + .wpcf7-list-item-label::before {
	border: 1px solid #b4b4b4;
}

.form-dtit {
	font-weight: 600;
	letter-spacing: 0.1em;
}

.form-dtit span {
	color: #C7000B;
	margin-left: 0.4em;
}

.form-data input[type=text],
.form-data input[type=email],
.form-data input[type=tel] {
	background-color: #fff;
	border: 1px solid #c7c7c7;
	border-radius: 5px;
}

.form-btn {
	text-align: center;
}

.form-btn input[type=submit] {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	background: #D14B03;
	border: 2px solid #D14B03;
	border-radius: 9999px;
	color: #fff;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-weight: 600;
	justify-content: center;
	width: auto;
}

.initiative {
	background: -webkit-gradient(linear, right bottom, left top, from(#E67437), to(#D14B03));
	background: -webkit-linear-gradient(bottom right, #E67437, #D14B03);
	background: linear-gradient(to top left, #E67437, #D14B03);
}

.initiative-box {
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.initiative-item {
	background: #FFFCE7;
}

.initiative-item-tit {
	color: #D14B03;
	font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
	font-weight: 600;
	text-align: center;
}

.initiative-item-tit::after {
	background: #D14B03;
	content: "";
	display: block;
	height: 3px;
	margin: 16px auto 0;
}

.initiative-more {
	text-align: center;
}

.intro {
	background: #fff;
	color: #000;
	overflow: hidden;
}

.intro .inner {
	position: relative;
}

.intro-wrap {
	position: relative;
	z-index: 1;
}

.intro-tit {
	font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.55;
}

.intro-tit span {
	display: inline-block;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.intro-tit span::after {
	background: #707070;
	bottom: -2px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
}

.intro-tit span {
	display: block;
}

.intro-txt {
	font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.intro-txt ._color {
	color: #D14B03;
}

.intro-note {
	font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
	letter-spacing: 0.05em;
	margin-top: 10px;
}

.msg {
	border-top: 1px solid #cccccc;
}

.msg-img {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.msg-wrap {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.msg-txt {
	font-size: 15px;
	line-height: 2;
}

.msg-name {
	font-weight: 700;
	text-align: right;
}

.mv {
	color: #fff;
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.mv-inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	position: relative;
	text-align: center;
	z-index: 1;
}

.mv-tit {
	margin-inline: auto;
	width: 100%;
}

.mv-txt {
	font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-shadow: 0 2px 10px #000;
}

.mv-bottom {
	margin-inline: auto;
	position: relative;
}

.news {
	background: #fff;
}

.news .sec-tit {
	color: #D14B03;
}

.news-list {
	border-top: 1px solid #d4d4d4;
}

.news-item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #d4d4d4;
	color: #000;
	display: grid;
	position: relative;
}

.news-item._link {
	cursor: pointer;
}

.news-item._link .news-tit {
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.news-arr {
	-webkit-transform: translateY(-50%) rotate(45deg);
	border-right: 2px solid #D14B03;
	border-top: 2px solid #D14B03;
	height: 14px;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 14px;
}

.news-date {
	color: #8D8D8D;
	line-height: 1;
}

.news-arr {
	-webkit-transform: translateY(-50%) rotate(45deg);
	-webkit-transition: -webkit-transform 0.2s;
	border-right: 2px solid #D14B03;
	border-top: 2px solid #D14B03;
	height: 14px;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	width: 14px;
}

.news-more {
	text-align: center;
}

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

.notfound-box {
	margin-inline: auto;
	text-align: center;
}

.notfound-code {
	color: #D14B03;
	font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1;
}

.notfound-code::after {
	background-image: -webkit-radial-gradient(circle, #D14B03 2px, transparent 2px);
	background-image: radial-gradient(circle, #D14B03 2px, transparent 2px);
	background-repeat: repeat-x;
	background-size: 10px 6px;
	content: "";
	display: block;
	height: 6px;
	margin: 22px auto 0;
	width: 42px;
}

.notfound-tit {
	color: #000;
	font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.6;
}

.notfound-txt {
	letter-spacing: 0.04em;
	line-height: 2;
}

.notfound-more {
	text-align: center;
}

.point {
	background: #F1F1F1;
}

.point-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.point-item {
	background: #fff;
	text-align: center;
}

.point-num {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	color: #8d8d8d;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
	justify-content: center;
	line-height: 1;
}

.point-num ._en {
	letter-spacing: 0.09em;
	position: relative;
	text-transform: uppercase;
}

.point-num ._en::after {
	background: #8d8d8d;
	bottom: -8px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.point-num ._num {
	margin-left: 7px;
}

.point-tit {
	color: #D14B03;
	font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.point-note {
	line-height: 1.8;
	text-align: left;
}

.point-note-mark {
	font-size: 0.75em;
	line-height: 1;
	vertical-align: super;
}

.point-wrap {
	display: grid;
}

.point-img {
	overflow: hidden;
}

.pride {
	color: #fff;
	position: relative;
}

.pride {
	overflow: hidden;
}

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

.pride-wrap {
	font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
	font-weight: 600;
	line-height: 1.55;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.pride-wrap p {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.pride-wrap p:nth-child(1)::after {
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
	background: #fff;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
	content: "";
	display: inline-block;
	height: 1px;
	vertical-align: middle;
}

.pride-img img {
	-webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.3));
	filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.3));
}

.scroll {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 53px;
	z-index: 2;
}

.scroll-txt {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.15em;
	line-height: 1;
	white-space: nowrap;
	writing-mode: vertical-rl;
}

.scroll-line {
	background: #AAAAAA;
	display: block;
	height: 100px;
	margin-top: 17px;
	overflow: hidden;
	position: relative;
	width: 1px;
}

.scroll-line::before {
	-webkit-transform: translateX(-50%);
	-webkit-animation: scroll-bar 1.8s ease-in-out infinite;
	animation: scroll-bar 1.8s ease-in-out infinite;
	background: #fff;
	content: "";
	height: 40px;
	left: 50%;
	position: absolute;
	top: -40px;
	transform: translateX(-50%);
	width: 1px;
}

.service {
	background: #fff;
}

.service .sec-tit {
	color: #D14B03;
}

.service-item {
	background: #f6f6f6;
}

.service-main-img {
	overflow: hidden;
	position: relative;
}

.service-main-img > img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.service-num {
	display: block;
	position: absolute;
	top: 0;
	z-index: 1;
}

.service-tit {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	color: #B19930;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
	font-weight: 600;
	justify-content: center;
	line-height: 1.5;
	text-align: center;
}

.service-tit ._icon {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	align-items: center;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	flex: 0 0 auto;
	justify-content: center;
}

.service-tit ._txt {
	display: inline-block;
	position: relative;
}

.service-tit ._txt::after {
	background: currentColor;
	bottom: 0.1em;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
}

.service-lead {
	font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
	line-height: 1.67;
	text-align: center;
}

.service-txt ._color {
	color: #D14B03;
}

.service-imgs {
	display: grid;
}

.service-flow-img {
	margin-inline: auto;
	max-width: 868px;
}

.service-more {
	text-align: center;
}

.thanks-box {
	text-align: center;
}

.thanks-tit {
	font-weight: 700;
	line-height: 1.45;
}

.thanks-txt {
	line-height: 2;
}

@media (any-hover: hover) {

input[type=submit] {
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

input[type=submit]:hover {
	background-color: #D14B03;
}

.round-btn {
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.round-btn:hover {
	color: #fff;
}

.round-btn:hover ._arr {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
}

.round-btn._outline:hover::before {
	background-color: #000;
	border-color: #000;
}

.round-btn._fill:hover::before {
	opacity: 1;
}

.more-btn {
	-webkit-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
	transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.more-btn:hover {
	background: #D14B03;
	border-color: #D14B03;
	color: #fff;
}

.more-btn:hover ._arr {
	-webkit-transform: translateX(4px);
	background-color: #fff;
	transform: translateX(4px);
}

.more-btn:hover ._arr::before,
.more-btn:hover ._arr::after {
	background-color: #fff;
}

.footer-item a {
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.footer-item a:hover {
	opacity: 0.7;
}

.header-item a {
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.header-item a:hover {
	color: #D14B03;
}

.art-item a {
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.art-item a:hover {
	opacity: 0.8;
}

.art-item a:hover .arr-btn ._arr {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
}

.article-txt a:hover {
	text-decoration: none;
}

.form-btn input[type=submit]:hover {
	background: #fff;
	color: #D14B03;
}

.news-item._link:hover .news-tit {
	color: #D14B03;
}

}

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

.inner {
	padding: 0 50px;
}

.inner-slct {
	padding: 0 50px;
}

._sp {
	display: none;
}

.sec-tit {
	font-size: 50px;
}

.sec-tit._small {
	font-size: 42px;
}

.sec-tit::after {
	margin: 13px auto 0;
}

.sec-txt {
	font-size: 18px;
	line-height: 2;
	margin-top: 27px;
	text-align: center;
}

.base-tit {
	font-size: 30px;
}

.small-tit > small {
	font-size: 16px;
}

.small-tit > span {
	font-size: 40px;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	font-size: 18px;
}

textarea {
	height: 200px;
	padding: 0.57em 1em;
}

input[type=checkbox] + .wpcf7-list-item-label {
	padding: 5px 0 0 42px;
}

input[type=checkbox] + .wpcf7-list-item-label a {
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

input[type=checkbox] + .wpcf7-list-item-label a:hover {
	opacity: 0.7;
}

input[type=submit] {
	font-size: 18px;
	padding: 14.5px 1.2em;
}

.round-btn._large {
	min-height: 64px;
	padding: 18px 26px;
	width: 320px;
}

.more-btn {
	gap: 18px;
	line-height: 1;
	min-height: 60px;
	min-width: 280px;
	padding: 20px 38px;
}

.footer {
	padding: 28px 0;
}

.footer-inner {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	align-items: flex-end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding-inline: 50px;
}

.footer-logo {
	width: 157px;
}

.footer-list {
	gap: 22px;
}

.footer-item a {
	font-size: 14px;
}

.fv._news {
	background: url(../img/news/fv_bg.jpg) center top/cover no-repeat;
}

.fv._art {
	background: url(../img/fv_bg.jpg) center top/cover no-repeat;
}

.fv._company {
	background: url(../img/company/fv_bg.jpg) center top/cover no-repeat;
}

.fv .sec-tit {
	padding-top: 175px;
}

.header {
	height: 80px;
}

.header-logo {
	margin-inline: 13px;
	width: 181px;
}

.header-toggle {
	height: 80px;
	width: 80px;
}

.header-menu {
	height: calc(100vh - 80px);
	top: 80px;
}

.paging {
	margin-top: 60px;
}

.paging-list {
	font-size: 20px;
}

.paging-list > *.page-numbers:not(:last-child) {
	margin-right: 18px;
}

.art._top {
	padding: 80px 0 120px;
}

.art._top .art-list {
	gap: 58px;
	margin-top: 55px;
}

.art._page {
	padding: 50px 0 150px;
}

.art._page .art-item {
	padding-block: 50px;
}

.art-item a {
	gap: 6%;
}

.art-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 46%;
	-ms-flex: 0 0 46%;
	flex: 0 0 46%;
}

.art-img img {
	aspect-ratio: 554/352;
}

.art-content {
	padding: 20px 0 0;
}

.art-tit {
	font-size: 28px;
	max-width: 85%;
}

.art-txt {
	line-clamp: 6;
	-webkit-line-clamp: 6;
	margin-top: 15px;
	max-width: 85%;
}

.art-btn {
	margin-top: 40px;
}

.art-more {
	margin-top: 80px;
}

.article-inner time {
	font-size: 14px;
}

.article-tit {
	font-size: 32px;
}

.article-thum {
	margin-top: 40px;
}

.article-img {
	margin-top: 37px;
}

.article-stit {
	font-size: 24px;
	margin-bottom: 29px;
	padding-left: 21px;
}

.article-stit::before {
	height: calc(100% + 20px);
}

.article-txt {
	font-size: 16px;
	line-height: 2.25;
}

.article-btn {
	margin-top: 60px;
}

.single-news .article-wrap {
	margin-top: 2em;
}

.single-iedock_case .article-wrap,
.single-column .article-wrap {
	margin-top: 97px;
}

.base {
	padding: 100px 0 95px;
}

.card {
	padding: 80px 0 150px;
}

.card-box {
	background: #fff;
	margin: 0 auto;
}

.card-box._mw_small {
	max-width: 1100px;
}

.card-box {
	padding: 63px 40px 70px;
}

.company {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 60px;
	margin-inline: auto;
	max-width: 1118px;
}

.company-wrap {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 40px;
	margin-top: 18px;
}

.company-txt {
	font-size: 17px;
	margin-top: 28px;
}

.company-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 48%;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
}

.faq {
	padding: 80px 0 120px;
}

.faq-list {
	margin: 43px auto 0;
	max-width: 1100px;
}

.faq-item:nth-child(n+2) {
	margin-top: 20px;
}

.faq-q {
	gap: 18px;
	min-height: 75px;
	padding: 18px 26px 18px 23px;
}

.faq-icon {
	height: 35px;
	width: 35px;
}

.faq-toggle {
	height: 18px;
	width: 18px;
}

.faq-a-inner {
	gap: 18px;
	padding: 33px 26px 12px 23px;
}

.faq-btns {
	gap: 23px;
	margin-top: 60px;
}

.flow {
	padding: 65px 0 80px;
}

.flow-list {
	margin: 38px auto 0;
	max-width: 881px;
}

.flow-item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	gap: 36px;
	grid-template-columns: 120px 104px 1fr;
	min-height: 217px;
	padding: 35px 30px 35px 10px;
}

.flow-item:nth-child(n+2) {
	margin-top: 32px;
}

.flow-item:not(:last-child)::after {
	border-color: #D14B03 transparent transparent transparent;
	border-width: 18px 30px 0 30px;
	bottom: -20px;
}

.flow-num {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	border-right: 1px solid #E5E5E5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}

.flow-num span {
	font-size: 14px;
}

.flow-num strong {
	font-size: 38px;
	margin-top: 16px;
}

.flow-icon {
	height: 81px;
	margin: 0 auto;
	width: 81px;
}

.flow-tit {
	font-size: 26px;
}

.flow-txt {
	margin-top: 14px;
}

.form-head {
	margin: 94px 0px 53px;
}

.form-head .sec-txt {
	font-size: 16px;
}

.form-def {
	margin-inline: auto;
	max-width: 979px;
}

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

.form-wrap:nth-of-type(n + 2) {
	margin-top: 30px;
}

.form-dtit {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 286px;
	-ms-flex: 0 0 286px;
	flex: 0 0 286px;
	padding-top: 10px;
}

.form-data {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.form-data input[type=text],
.form-data input[type=email],
.form-data input[type=tel] {
	padding: 0.57em 1em;
}

.form-data._check {
	padding-top: 8px;
}

.form-btn {
	margin-top: 50px;
}

.form-btn input[type=submit] {
	font-size: 20px;
	min-width: 580px;
	padding: 20px 10px;
}

.initiative {
	padding: 80px 0 90px;
}

.initiative-box {
	margin-inline: auto;
	max-width: 1196px;
	padding: 58px 30px 70px;
}

.initiative-list {
	margin-inline: auto;
	margin-top: 43px;
	max-width: 996px;
}

.initiative-item {
	padding: 36px 74px 40px;
}

.initiative-item:nth-child(n+2) {
	margin-top: 32px;
}

.initiative-item-tit {
	font-size: 30px;
	letter-spacing: 0.08em;
	line-height: 1.67;
}

.initiative-content {
	margin: 26px auto 0;
	max-width: 740px;
}

.initiative-content p:nth-child(n+2) {
	margin-top: 1.94em;
}

.initiative-img {
	margin: 34px auto 0;
	max-width: 814px;
}

.initiative-more {
	margin-top: 30px;
}

.intro-tit {
	font-size: 40px;
}

.intro-tit span:nth-child(n+2) {
	margin-top: 18px;
}

.intro-txt {
	font-size: 22px;
	line-height: 2.45;
	margin-top: 60px;
}

.intro-note {
	font-size: 15px;
}

.msg {
	margin-top: 55px;
	padding-top: 72px;
}

.msg-inner {
	-webkit-box-align: start;
	-webkit-align-items: start;
	-ms-flex-align: start;
	align-items: start;
	display: grid;
	gap: 44px;
	grid-template-columns: 352px 1fr;
	margin-inline: auto;
	margin-top: 25px;
	max-width: 1118px;
}

.msg-wrap {
	margin-top: 20px;
}

.msg-name {
	font-size: 18px;
	margin-top: 35px;
}

.mv {
	background: url("../img/top/mv_bg.jpg") center/cover no-repeat;
	min-height: 720px;
}

.mv-inner {
	padding: 150px 20px 35px;
}

.mv-tit {
	max-width: 605px;
}

.mv-txt {
	font-size: 20px;
	line-height: 1.85;
	margin-top: 25px;
}

.mv-bottom {
	margin-top: 81px;
	right: -3px;
	width: min(70vw, 750px);
}

.news {
	padding: 80px 0 130px;
}

.news-list {
	margin: 46px auto 0;
	max-width: 1100px;
}

.news-item {
	grid-template-columns: 155px 1fr;
	min-height: 96px;
	padding: 26px 0;
}

.news-item._link {
	grid-template-columns: 155px 1fr 50px;
}

.news-arr {
	-webkit-transform: rotate(45deg);
	justify-self: center;
	position: static;
	transform: rotate(45deg);
}

.news-arr {
	-webkit-transform: rotate(45deg);
	justify-self: center;
	position: static;
	transform: rotate(45deg);
}

.news-more {
	margin-top: 60px;
}

.notfound {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: calc(100vh - 180px);
	padding: 180px 0 130px;
}

.notfound-box {
	max-width: 760px;
}

.notfound-code {
	font-size: 110px;
}

.notfound-tit {
	font-size: 36px;
	margin-top: 34px;
}

.notfound-txt {
	margin-top: 28px;
	text-align: center;
}

.notfound-more {
	margin-top: 48px;
}

.point {
	padding: 80px 0;
}

.point-list {
	gap: 45px;
}

.point-item {
	padding: 58px 80px 60px;
}

.point-item:nth-child(1) .point-txt,
.point-item:nth-child(3) .point-txt {
	text-align: center;
}

.point-num ._en {
	font-size: 19px;
	padding-bottom: 4px;
}

.point-num ._en {
	font-size: 15px;
}

.point-num ._num {
	font-size: 45px;
}

.point-tit {
	font-size: 36px;
	margin-top: 42px;
}

.point-txt {
	margin-inline: auto;
	margin-top: 26px;
	max-width: 740px;
	text-align: left;
}

.point-note {
	font-size: 14px;
	margin-inline: auto;
	margin-top: 2em;
	max-width: 740px;
	text-align: left;
}

.point-wrap {
	gap: 34px;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 44px;
}

.pride {
	background: url("../img/top/pride_bg.jpg") center/cover no-repeat;
}

.pride {
	background-position: center;
	min-height: 567px;
	padding: 62px 0 55px;
}

.pride .inner {
	max-width: 1566px;
	min-height: 437px;
}

.pride-wrap p:nth-child(1) {
	font-size: 41px;
}

.pride-wrap p:nth-child(1)::after {
	margin-left: 18px;
	width: 150px;
}

.pride-wrap p:nth-child(2) {
	font-size: 50px;
	margin-left: -0.6em;
	margin-top: 5px;
}

.pride-wrap p:nth-child(3) {
	font-size: 66px;
	margin-left: 5.5em;
	margin-top: -10px;
}

.pride-img {
	margin-left: 303px;
	margin-top: 30px;
	width: 331px;
}

.service {
	padding: 80px 0 90px;
}

.service-list {
	margin-top: 63px;
}

.service-item {
	margin-inline: auto;
	max-width: 1196px;
	padding-bottom: 60px;
}

.service-item:nth-child(n+2) {
	margin-top: 60px;
}

.service-main-img {
	aspect-ratio: 1196/380;
}

.service-num {
	left: 31px;
	width: 90px;
}

.service-content {
	padding: 61px 82px 0;
}

.service-tit {
	font-size: 40px;
	gap: 18px;
	letter-spacing: 0.05em;
}

.service-tit ._icon {
	width: 63px;
}

.service-lead {
	font-size: 30px;
	letter-spacing: 0.08em;
	margin-top: 49px;
}

.service-txt {
	margin: 30px auto 0;
	max-width: 740px;
}

.service-imgs {
	gap: 37px;
	grid-template-columns: repeat(2, 1fr);
	margin: 46px auto 40px;
}

.service-flow {
	border: 5px solid #fff;
	border-radius: 20px;
	margin: 33px auto 0;
	padding: 24px;
}

.service-more {
	margin-top: 42px;
}

.thanks .card-box {
	padding-block: 80px;
}

.thanks-tit {
	font-size: 32px;
}

.thanks-txt {
	margin-top: 34px;
}

.thanks-btn {
	margin-top: 50px;
}

.visual {
	height: 450px;
}

.visual._case {
	background: url(../img/top/case_bg.jpg) center/cover no-repeat;
}

.visual._faq {
	background: url(../img/top/faq_bg.jpg) center/cover no-repeat;
}

}

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

.base-content {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin: 75px auto 0;
}

.base-list-wrap {
	font-size: 16px;
	line-height: 2;
	padding-left: 6%;
	padding-right: 1%;
}

.base-row {
	grid-template-columns: 80px 1fr;
}

.base-schedule {
	margin-top: 22px;
}

.base-map {
	margin-right: -50px;
	margin-top: -32px;
	max-width: 800px;
	width: 56.3%;
}

.base-map::before,
.base-map::after {
	left: 45%;
	top: 50%;
}

.base-map::before {
	aspect-ratio: 1;
	width: 130%;
}

.base-map::after {
	aspect-ratio: 1;
	width: 90%;
}

.intro {
	padding: 26px 0 42px;
}

.intro .inner {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 22px;
	justify-content: space-between;
	max-width: 1100px;
}

.intro-wrap {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 506px;
	-ms-flex: 0 0 506px;
	flex: 0 0 506px;
	margin-top: 83px;
}

.intro-img {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 563px;
}

}

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

.round-btn._header {
	font-size: 15px;
	min-height: 54px;
	padding: 12px 16px;
	width: 164px;
}

.fv .inner {
	padding-inline: 90px;
}

.header-menu {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin-left: auto;
	margin-right: 20px;
}

.header-list {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 22px;
	height: 100%;
}

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

.header-item a {
	display: inline-block;
	font-size: 15px;
	line-height: 1.5;
}

.header-btns {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 14px;
	margin-left: 22px;
}

.art .inner {
	padding-inline: 90px;
}

}

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

.faq-list {
	max-width: 1280px;
}

.faq-q {
	padding-inline: 32px;
}

.faq-a-inner {
	padding-inline: 32px;
}

.flow-list {
	max-width: 1200px;
}

.flow-item {
	gap: 48px;
	grid-template-columns: 140px 124px 1fr;
	padding-inline: 20px 50px;
}

.initiative-box {
	max-width: 1566px;
}

.initiative-list {
	max-width: 1366px;
}

.initiative-item {
	padding-inline: 100px;
}

.initiative-img {
	max-width: 1000px;
}

.intro .inner {
	gap: 36px;
	max-width: 1280px;
}

.intro-img {
	max-width: 738px;
}

.service-item {
	max-width: 1566px;
}

.service-main-img {
	aspect-ratio: 1566/480;
}

.service-content {
	padding-inline: 100px;
}

.service-txt {
	max-width: 860px;
}

.service-imgs {
	gap: 48px;
}

.service-flow-img {
	max-width: 1080px;
}

}

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

.round-btn._header {
	font-size: 18px;
	padding: 20px 12px;
	width: 100%;
}

.header-toggle {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	background: #D14B03;
	border: none;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	margin-left: auto;
	position: relative;
	z-index: 2;
}

.header-toggle span {
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	background: #fff;
	display: block;
	height: 1px;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	width: 36px;
}

.header-toggle.is-open span:nth-child(1) {
	-webkit-transform: translateY(11px) rotate(45deg);
	transform: translateY(11px) rotate(45deg);
}

.header-toggle.is-open span:nth-child(2) {
	opacity: 0;
}

.header-toggle.is-open span:nth-child(3) {
	-webkit-transform: translateY(-11px) rotate(-45deg);
	transform: translateY(-11px) rotate(-45deg);
}

.header-menu {
	-webkit-transform: translateY(-10px);
	-webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	left: 0;
	opacity: 0;
	overflow-y: auto;
	padding: 40px 20px 24px;
	position: fixed;
	right: 0;
	transform: translateY(-10px);
	transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
	transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
	visibility: hidden;
}

.header-menu.is-open {
	-webkit-transform: translateY(0);
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.header-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.header-item a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.header-btns {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 60px;
	margin-top: 44px;
}

.header-company {
	border-top: 0.5px solid #000;
	color: #000;
	display: block;
	font-size: 12px;
	letter-spacing: 0.1em;
	margin-top: auto;
	padding-top: 24px;
	text-align: center;
}

}

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

.base-content {
	margin-top: 31px;
}

.base-list-wrap {
	font-size: 15px;
	line-height: 1.8;
}

.base-row {
	grid-template-columns: 5.2em 1fr;
}

.base-schedule {
	margin-top: 20px;
}

.base-map {
	margin-inline: -20px;
}

.base-map::before,
.base-map::after {
	left: 50%;
	top: 54%;
}

.base-map::before {
	aspect-ratio: 1;
	width: 140%;
}

.base-map::after {
	aspect-ratio: 1;
	width: 100%;
}

.intro {
	padding: 47px 0 55px;
}

.intro-img {
	margin-right: -10px;
	margin-top: -20px;
}

}

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

body {
	font-size: 16px;
}

.inner {
	padding: 0 20px;
}

.inner-slct {
	padding: 0 20px;
}

._pc {
	display: none;
}

.sec-tit {
	font-size: 26px;
}

.sec-tit._small {
	font-size: 24px;
}

.sec-tit::after {
	margin: 10px auto 0;
}

.sec-txt {
	line-height: 1.9;
	margin-top: 18px;
}

.base-tit {
	font-size: 24px;
	line-height: 1.5;
}

.small-tit > small {
	font-size: 12px;
}

.small-tit > span {
	font-size: 29px;
	line-height: 1.35;
	margin-top: 10px;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	font-size: 16px;
}

textarea {
	height: 270px;
	padding: 0.4em 0.6em;
}

input[type=checkbox] + .wpcf7-list-item-label {
	font-size: 16px;
	padding: 7px 0 0 36px;
}

input[type=submit] {
	font-size: 18px;
	padding: 15px 0.6em;
}

.round-btn._large {
	padding: 20px 20px;
	width: 100%;
}

.more-btn {
	gap: 12px;
	line-height: 1.4;
	min-height: 48px;
	padding: 18px 18px;
	width: 100%;
}

.more-btn ._txt._small {
	font-size: 15px;
}

.footer {
	padding: 35px 0;
}

.footer-inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.footer-logo {
	width: 140px;
}

.footer-list {
	gap: 16px;
}

.footer-item a {
	font-size: 13px;
}

.fv._news {
	background: url(../img/news/fv_bg_sp.jpg) center/cover no-repeat;
}

.fv._art {
	background: url(../img/fv_bg_sp.jpg) center/cover no-repeat;
}

.fv._company {
	background: url(../img/company/fv_bg_sp.jpg) center/cover no-repeat;
}

.fv .sec-tit {
	padding-top: 187px;
	text-align: center;
}

.header {
	height: 68px;
}

.header-logo {
	margin-left: 13px;
	width: 130px;
}

.header-toggle {
	height: 68px;
	width: 68px;
}

.header-menu {
	height: calc(100vh - 68px);
	top: 68px;
}

.header-item a {
	font-size: 17px;
}

.paging {
	margin-top: 50px;
}

.paging-list > *.page-numbers:not(:last-child) {
	margin-right: 16px;
}

.art._top {
	padding: 48px 0 55px;
}

.art._top .art-list {
	gap: 45px;
	margin-top: 34px;
}

.art._page {
	padding: 15px 0 100px;
}

.art._page .art-item {
	padding-block: 40px;
}

.art-list {
	margin-inline: auto;
	max-width: 740px;
}

.art-item a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 22px;
}

.art-img {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}

.art-img img {
	aspect-ratio: 335/213;
}

.art-content {
	padding: 0;
}

.art-tit {
	font-size: 22px;
	max-width: none;
}

.art-txt {
	line-clamp: 4;
	-webkit-line-clamp: 4;
	margin-top: 10px;
	max-width: none;
}

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

.art-more {
	margin-top: 40px;
}

.article-inner time {
	font-size: 13px;
}

.article-tit {
	font-size: 22px;
}

.article-thum {
	margin-top: 25px;
}

.article-img {
	margin-top: 26px;
}

.article-stit {
	font-size: 20px;
	margin-bottom: 22px;
	padding-left: 16px;
}

.article-stit::before {
	height: calc(100% + 14px);
}

.article-txt {
	line-height: 2;
}

.article-btn {
	margin-top: 50px;
}

.single-news .article-wrap {
	margin-top: 1.5em;
}

.single-iedock_case .article-wrap,
.single-column .article-wrap {
	margin-top: 55px;
}

.base {
	padding: 48px 0 60px;
}

.card._sp_white {
	background: #fff;
}

.card {
	padding: 55px 0 100px;
}

.company {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.company-txt {
	margin-top: 20px;
}

.faq {
	padding: 48px 0 55px;
}

.faq-list {
	margin-top: 34px;
}

.faq-item:nth-child(n+2) {
	margin-top: 16px;
}

.faq-q {
	gap: 12px;
	padding: 17px 18px;
}

.faq-icon {
	height: 32px;
	width: 32px;
}

.faq-toggle {
	height: 16px;
	width: 16px;
}

.faq-a-inner {
	gap: 12px;
	padding: 22px 18px 8px;
}

.faq-a-txt {
	line-height: 1.8;
}

.faq-btns {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	margin-top: 30px;
}

.flow {
	padding: 48px 0 55px;
}

.flow-list {
	margin-top: 34px;
}

.flow-item {
	padding: 30px 22px;
}

.flow-item:nth-child(n+2) {
	margin-top: 35px;
}

.flow-item:not(:last-child)::after {
	border-color: #D14B03 transparent transparent transparent;
	border-width: 20px 24px 0 24px;
	bottom: -21px;
}

.flow-num {
	margin-bottom: 22px;
}

.flow-num span {
	font-size: 13px;
}

.flow-num strong {
	font-size: 38px;
	margin-top: 7px;
}

.flow-icon {
	height: 79px;
	margin: 0 auto 22px;
	width: 79px;
}

.flow-content {
	text-align: center;
}

.flow-tit {
	font-size: 22px;
}

.flow-txt {
	margin-top: 14px;
	text-align: left;
}

.form-head {
	margin: 75px 0 35px;
}

.form-head .sec-txt {
	font-size: 15px;
	text-align: left;
}

.form-wrap:nth-of-type(n + 2) {
	margin-top: 32px;
}

.form-data {
	margin-top: 5px;
}

.form-data input[type=text],
.form-data input[type=email],
.form-data input[type=tel] {
	height: 50px;
	padding: 0.4em 0.6em;
}

.form-btn {
	margin-top: 40px;
}

.form-btn input[type=submit] {
	font-size: 18px;
	padding: 20px 10px;
	width: 100%;
}

.initiative {
	padding: 45px 0;
}

.initiative .inner {
	padding-inline: 15px;
}

.initiative-box {
	padding: 44px 15px 42px;
}

.initiative-list {
	margin-top: 35px;
}

.initiative-item {
	padding: 30px 15px 35px;
}

.initiative-item:nth-child(n+2) {
	margin-top: 28px;
}

.initiative-item-tit {
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.initiative-content {
	margin-top: 22px;
}

.initiative-content p:nth-child(n+2) {
	margin-top: 1em;
}

.initiative-img {
	margin: 25px auto 0;
	max-width: 100%;
}

.initiative-more {
	margin-top: 26px;
}

.intro-tit {
	font-size: 24px;
}

.intro-tit span:nth-child(n+2) {
	margin-top: 8px;
}

.intro-txt {
	font-size: 18px;
	line-height: 2.2;
	margin-top: 27px;
}

.intro-note {
	font-size: 13px;
}

.msg {
	margin-top: 50px;
	padding-top: 45px;
}

.msg-inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 28px;
	margin-top: 25px;
}

.msg-img {
	margin-inline: auto;
	max-width: 250px;
}

.msg-name {
	margin-top: 28px;
}

.mv {
	background: url("../img/top/mv_bg_sp.jpg") center/cover no-repeat;
	height: 100svh;
}

.mv-inner {
	height: calc(100svh - 68px);
	margin-top: 68px;
	padding: 15px 13px 0;
}

.mv-tit {
	max-width: 335px;
}

.mv-txt {
	font-size: 17px;
	line-height: 1.8;
	margin-top: 18px;
}

.mv-bottom {
	margin-top: 20px;
	right: -2px;
	width: min(100%, 360px);
}

.news {
	padding: 48px 0 55px;
}

.news-list {
	margin-top: 34px;
}

.news-item {
	gap: 6px;
	grid-template-columns: 1fr;
	padding: 22px 0 16px;
}

.news-item._link {
	padding-right: 32px;
}

.news-tit {
	line-height: 1.8;
}

.news-date {
	font-size: 14px;
}

.news-more {
	margin-top: 40px;
}

.notfound {
	padding: 130px 0 90px;
}

.notfound-code {
	font-size: 72px;
}

.notfound-tit {
	font-size: 24px;
	margin-top: 28px;
}

.notfound-txt {
	margin-top: 22px;
	text-align: left;
}

.notfound-more {
	margin-top: 38px;
}

.notfound-more .more-btn {
	max-width: 320px;
}

.point {
	padding: 45px 0;
}

.point-list {
	gap: 35px;
}

.point-item {
	padding: 30px 20px 35px;
}

.point-num ._num {
	font-size: 36px;
}

.point-tit {
	font-size: 24px;
	margin-top: 30px;
}

.point-txt {
	margin-top: 16px;
	text-align: left;
}

.point-note {
	font-size: 14px;
	margin-top: 6px;
}

.point-wrap {
	gap: 16px;
	grid-template-columns: 1fr;
	margin-top: 27px;
}

.pride {
	background: url("../img/top/pride_bg_sp.jpg") center/cover no-repeat;
}

.pride {
	background-position: center right 35%;
	padding: 52px 0 55px;
}

.pride-wrap {
	font-size: 28px;
}

.pride-wrap p:nth-child(1) {
	font-size: 20px;
}

.pride-wrap p:nth-child(1)::after {
	margin-left: 12px;
	width: 80px;
}

.pride-wrap p:nth-child(2) {
	font-size: 26px;
	margin-left: -0.5em;
	margin-top: 7px;
}

.pride-wrap p:nth-child(3) {
	font-size: 40px;
	margin-left: 3em;
	margin-top: -3px;
}

.pride-img {
	margin-top: 16px;
	width: min(62%, 300px);
}

.scroll {
	display: none;
}

.service {
	padding: 48px 0 55px;
}

.service .inner {
	padding-inline: 18px;
}

.service-list {
	margin-top: 30px;
}

.service-item {
	padding-bottom: 35px;
}

.service-item:nth-child(n+2) {
	margin-top: 50px;
}

.service-main-img {
	aspect-ratio: 335/160;
}

.service-num {
	left: 14px;
	width: 45px;
}

.service-content {
	padding: 31px 15px 0;
}

.service-tit {
	font-size: 20px;
	gap: 8px;
	letter-spacing: 0.03em;
}

.service-tit ._icon {
	width: 32px;
}

.service-lead {
	font-size: 18px;
	letter-spacing: 0.05em;
	margin-top: 30px;
}

.service-txt {
	margin-top: 20px;
	padding-inline: 5px;
}

.service-imgs {
	gap: 16px;
	grid-template-columns: 1fr;
	margin: 25px auto;
}

.service-flow {
	border: 3px solid #fff;
	border-radius: 10px;
	margin-top: 20px;
	padding: 10px;
}

.service-more {
	margin-top: 32px;
}

.thanks-box {
	padding: 0;
}

.thanks-tit {
	font-size: 22px;
}

.thanks-txt {
	margin-top: 22px;
	text-align: left;
}

.thanks-btn {
	margin-top: 40px;
}

.visual {
	min-height: 260px;
}

.visual._case {
	background: url(../img/top/case_bg_sp.jpg) center/cover no-repeat;
}

.visual._faq {
	background: url(../img/top/faq_bg_sp.jpg) center/cover no-repeat;
}

}

@-webkit-keyframes scroll-bar {

0% {
	opacity: 0;
	top: -40px;
}

20% {
	opacity: 1;
}

80% {
	opacity: 1;
}

100% {
	opacity: 0;
	top: 100px;
}

}

@keyframes scroll-bar {

0% {
	opacity: 0;
	top: -40px;
}

20% {
	opacity: 1;
}

80% {
	opacity: 1;
}

100% {
	opacity: 0;
	top: 100px;
}

}

