body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
	font-weight: 500;
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	-webkit-transition: opacity 0.3s;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

body {
	background: #fff;
	color: #000;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article>*+* {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}

.l-main {
	overflow: hidden;
}

.p-about {
	padding-bottom: 2.8125rem;
	padding-top: 2.8125rem;
	position: relative;
}

.p-about__inner {
	position: relative;
	z-index: 3;
}

.p-about__title {
	margin: 0 auto;
	max-width: 19.4375rem;
}

.p-about__content {
	margin-top: 0.8125rem;
}

.p-achieved {
	padding-bottom: 2.8125rem;
	padding-top: 2.8125rem;
}

.p-achieved__title {
	max-width: 46.875rem;
	margin: 0 auto;
}

.p-achieved__img {
	margin-top: 1.625rem;
}

.p-achieved_btn_area {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 1.625rem;
	gap: 0.5rem;
}

.p-achieved_btn_area>p {
	font-size: .7rem;
}

.p-achieved_btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	background-color: #f9bf0b;
	color: #0c2d63;
	padding: .2rem 1rem .5rem 3rem;
	max-width: 19rem;
	width: 100%;
}

.p-achieved_btn p {
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.01em;
	text-align: center;
	line-height: 1.2;
}

.p-achieved_btn img {
	max-width: 1.7rem;
	width: 100%;
}

.p-achieved_btn p span {
	font-size: .7rem;
	font-weight: normal;
}

.p-case {
	padding-bottom: 3.75rem;
	padding-top: 1.5625rem;
}

.p-case__title {
	margin: 0 auto;
	max-width: 16.25rem;
}

.p-case__items {
	margin-top: 4.4375rem;
}

.p-case__item {
	padding-top: 2.8125rem;
	position: relative;
}

.p-case__item:not(:first-child) {
	margin-top: 6.0625rem;
}

.p-case__item::before {
	background: rgba(12, 45, 100, .07);
	content: "";
	height: 17.1875rem;
	margin: 0 calc(50% - 50vw);
	position: absolute;
	right: 0;
	top: 0;
	width: 100vw;
	z-index: -1;
}

.p-case__num {
	-webkit-transform: translateX(-50%);
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	content: "";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 4.6875rem;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: -3.375rem;
	transform: translateX(-50%);
	width: 6.8125rem;
	z-index: 2;
}

.p-case__num img {
	-o-object-fit: contain;
	object-fit: contain;
}

.p-case__itemTitle {
	position: relative;
	z-index: 3;
}

.p-case__img {
	margin: 1.875rem auto 0;
	max-width: 17.1875rem;
	position: relative;
	z-index: 1;
}

.p-case__text {
	line-height: 1.66;
	margin-top: 1.375rem;
}

.p-case__modalItems {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 1.5rem calc(50% - 50vw) 0;
	width: 100vw;
}

.p-case__modalItem {
	padding: 0;
	position: relative;
}

.p-case__modalItem img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-case__modalItem::before {
	background-image: url(../images/glass-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -0.375rem;
	content: "";
	height: 1.625rem;
	position: absolute;
	right: 0.5rem;
	width: 1.625rem;
}

.p-case__btn {
	margin-top: 3.625rem;
	text-align: center;
}

.p-case__btn a {
	display: inline-block;
	max-width: 17.8125rem;
}

/*start gallery*/
.p-gallery {
	padding-bottom: 8vw;
}

.p-p-gallery__title {
	max-width: 24rem;
	margin: 0 auto;
	margin-bottom: 4rem;
}

.slider_gallery .p-center {
	text-align: center;
	padding-top: 40px;
}

.slider_gallery .slider-nav img {
	max-width: 100%;
}

.slider_gallery .slider-for img {
	width: 100%;
}

.slider_gallery .slick-dots {
	bottom: -40px;
}

.slider_gallery .slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
}

.slider_gallery .slick-dots li button {
	background: #999;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	padding: 0;
	margin: 0 8px;
}

.slider_gallery li.slick-active button {
	background: #0c2d64;
}

.slider_gallery .slick-dots li button:before {
	display: none;
}

.slider_gallery .slider-nav .slick-slide {
	padding: 0 10px;
}

.slider_gallery .slider-nav .slick-slide:hover {
	cursor: pointer;
}

.slider_gallery .slick-prev,
.slider_gallery .slick-next {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	background: rgba(0, 0, 0, .8);
	border: none;
	padding: 0;
	font-size: 0;
	z-index: 1;
	width: 50px;
	height: 50px;
}

.slider_gallery .slick-prev {
	left: 25px;
}

.slider_gallery .slick-next {
	right: 25px;
}

.slider_gallery .item-gl {
	position: relative;
}

.slider_gallery .item-gl:before {
	width: calc(100% - 20px);
	height: 100%;
	background: rgba(0, 17, 46, .95);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: "";
	opacity: 0;
	margin: 0 auto;
}

.slider_gallery .item-gl:hover:before {
	opacity: 1;
}

.slider_gallery .item-gl .image {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}

.slider_gallery .item-gl .middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.slider_gallery .item-gl:hover .image {
	opacity: 0.3;
}

.slider_gallery .item-gl:hover .middle {
	opacity: 1;
}

.slider_gallery .item-gl .text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 20px);
	height: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.slider_gallery .item-gl .thumb {
	position: relative;
	transition: .5s ease;
}

.slider_gallery .item-gl .thumb .txt_bottom {
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 17, 46, .8);
	color: #fff;
	padding: 12px 15px;
	position: absolute;
	font-size: 20px;
}

.slider_gallery .item-gl:hover .thumb p.txt_bottom {
	opacity: 0;
}

.gallery_modal_sp {
	display: block;
}

.slider_gallery .modal-container {
	max-height: 100vh;
}

.gallery_modal_sp .slider_modal {
	position: relative;
	padding: 15px;
}

.gallery_modal_sp .slider_modal .txt_modal {
	color: #fff;
	margin-top: 20px;
}

.gallery_modal_sp .slider_modal p {
	margin-bottom: 20px;
}

.gallery_modal_sp .slider_modal .btnClose {
	float: right;
	background: #fff;
	border-radius: 4px;
	line-height: 0;
	padding: 15px 15px;
	font-size: 80%;
}

.gallery_modal_sp .modal-content {
	margin-top: 0;
	margin-bottom: 0;
}

/*end gallery*/

.p-consult {
	color: #fff;
	padding-top: 3.75rem;
	position: relative;
}

.p-consult::before {
	background-image: url(../images/consult-bg-sp.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-consult__content {
	color: #fff;
	position: relative;
}

.p-consult__title {
	margin-bottom: 2.25rem;
	max-width: 17.25rem;
}

.p-consult__text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 0.9375rem;
	letter-spacing: 0.1em;
	line-height: 1.7;
	margin-top: 1.875rem;
}

.p-consult__list {
	color: #f9bf0b;
	letter-spacing: 0.1em;
	line-height: 1.9;
	margin-top: 1.6875rem;
}

.p-consult__list li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.9375rem;
	font-weight: 700;
	justify-content: flex-start;
}

.p-consult__list li::before {
	-ms-flex-negative: 0;
	background-image: url(../images/check-icon-yellow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	flex-shrink: 0;
	height: 1.375rem;
	margin-right: 0.375rem;
	width: 1.375rem;
}

.p-consult__img {
	margin: 5rem calc(50% - 50vw) 0;
	width: 100vw;
}

.p-cta__inner {
	background-image: url(../images/cta-bg-sp.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 1.0625rem;
	padding-top: 2.875rem;
}

.p-cta__box {
	background: #fff;
	margin: 0 auto;
	max-width: 19.6875rem;
	padding-bottom: 0.625rem;
}

.p-cta__text {
	-webkit-transform: translateY(-1.6875rem);
	margin: 0 auto -1.6875rem;
	max-width: 17.9375rem;
	transform: translateY(-1.6875rem);
}

.p-cta__btns {
	margin-top: 0.5rem;
	padding: 0 0.9375rem;
}

.p-cta__btn {
	display: inline-block;
	margin-top: 0.3125rem;
}

.p-faq {
	padding: 2.8125rem 0 3.125rem;
}

.p-faq__title {
	margin: 0 auto;
	max-width: 11.125rem;
}

.p-faq__items {
	border-top: solid 0.0625rem #dcdcdc;
	margin-top: 1.5625rem;
}

.p-faq__item {
	border-bottom: solid 0.0625rem #dcdcdc;
	padding: 1.5rem 0 1.125rem;
}

.p-faq__answer {
	font-size: 0.8125rem;
	line-height: 1.77;
	margin-left: 2.4375rem;
	margin-top: 1.25rem;
}

.p-flow {
	background: rgba(12, 45, 100, .15);
	padding: 3.125rem 0 3.125rem;
}

.p-flow__inner {
	padding: 0 0.625rem;
}

.p-flow__title {
	margin: 0 auto;
	max-width: 11.75rem;
}

.p-flow__items {
	margin-top: 1.5625rem;
}

.p-flow__item {
	background: #fff;
	margin-top: 0.625rem;
	padding: 1.8125rem 1.5625rem 1.8125rem 2.75rem;
	position: relative;
}

.p-flow__item .sp_arr {
	display: none;
}

/*.p-flow__item::before {
	background: #0c2d64;
	border-radius: 50%;
	content: "";
	height: 0.3125rem;
	left: 1.0625rem;
	position: absolute;
	top: 1.6875rem;
	width: 0.3125rem;
}

.p-flow__item:not(:last-child)::after {
	background: #0c2d64;
	content: "";
	height: calc(100% + 0.75rem);
	left: 1.1875rem;
	position: absolute;
	top: 1.6875rem;
	width: 0.0625rem;
	z-index: 1;
}*/

.p-flow__heading {
	max-width: 11.125rem;
}

.p-flow__text {
	font-size: 0.875rem;
	line-height: 1.77;
	margin-top: 0.8125rem;
}

.p-flow__img {
	margin-top: 0.875rem;
}

.p-footer__wrapper {
	background: #0c2d64;
	color: #fff;
	font-size: 0.625rem;
	padding: 1.625rem 0 2rem;
}

.p-footer__item {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	letter-spacing: 0.09em;
	line-height: 1.5;
	margin-bottom: 0.875rem;
}

.p-footer__item dt {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 2rem;
}

.p-footer__item dd {
	border-left: 1px solid #fff;
	padding-left: 0.75rem;
}

.p-footer__nav ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-top: 1.1875rem;
}

.p-footer__nav ul li:not(:last-child)::after {
	content: "/";
	margin: 0 0.6875rem;
}

.p-footer__nav ul a {
	font-size: 0.625rem;
	text-decoration: underline;
	text-underline-offset: 0.3125rem;
}

.p-footer__copyright {
	margin: 0.3125rem 0;
	text-align: center;
}

.p-footer__copyright small {
	font-size: 0.625rem;
	letter-spacing: 0.05em;
}

.p-fv {
	padding-bottom: 1.0625rem;
	position: relative;
}

.p-fv__inner {
	padding: 0;
}

.p-fv__content {
	margin: 1.125rem auto;
	max-width: 21.5rem;
	position: relative;
	z-index: 1;
}

.p-fv__slider {
	margin-top: 1.3125rem;
	position: relative;
}

.p-fv__slider::before {
	-webkit-transform: translateX(-50%);
	background-image: url(../images/fv-bg-text.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 3.625rem;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 23.25rem;
	z-index: 1;
}

.p-fv__slider img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.add-animation {
	-webkit-animation: fadezoom 5s 0s forwards;
	animation: fadezoom 5s 0s forwards;
}

.p-fv__points {
	margin: -3.125rem auto 0;
	max-width: 20rem;
	position: relative;
}

.p-fv__bg {
	display: none;
}

.p-header {
	background: #fff;
	height: 3.125rem;
	width: 100%;
	z-index: 100;
}

.p-header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.p-header__logo {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	margin-left: 0.9375rem;
}

.p-header__logo img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 7.125rem;
}

.p-header__btn {
	height: inherit;
	margin-left: auto;
	display: flex;
}

.p-header__btn a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	align-items: center;
	background: #0c2d64;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.625rem;
	height: inherit;
	justify-content: center;
	letter-spacing: 0.01em;
	padding: 0 0.75rem;
}

.p-header__btn a:first-child {
	background: #EEF0F4;
	color: #0c2d64;
	font-weight: bold;
}

/* モーダル */

.modal-overlay {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background: rgba(0, 0, 0, .85);
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}

.modal-container {
	max-height: 80vh;
	overflow-y: auto;
	padding: 0;
	width: 100%;
}

.modal-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.modal-close {
	background-image: url(../images/close.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2.25rem;
	position: absolute;
	right: 0.625rem;
	top: 0.625rem;
	width: 2.25rem;
}

.modal-content {
	line-height: 1.5;
	margin-bottom: 2rem;
	margin-top: 2rem;
}

.modal-open {
	display: block;
}

.micromodal-slide {
	display: none;
}

.micromodal-slide.is-open {
	display: block;
}

.p-repeat {
	background-image: url(../images/repeat-bg-sp.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 2.1875rem 0;
	margin-bottom: 8.4375rem;
}

.p-repeat_2 {
	background-image: url(../images/repeat-bg-sp.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 2.1875rem 0;
	margin-bottom: 1rem;
}

.p-repeat__img {
	-webkit-box-shadow: 0 0 10px 0 rgba(6, 3, 4, .2);
	box-shadow: 0 0 10px 0 rgba(6, 3, 4, .2);
}

.p-suggest {
	margin-top: 2.125rem;
	padding-bottom: 1.8125rem;
	padding-top: 2.625rem;
	position: relative;
}

.p-suggest::before {
	background: rgba(12, 45, 100, .1);
	content: "";
	height: 18.75rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-suggest__inner {
	padding-right: 0;
}

.p-suggest__content {
	background: #fff;
	padding: 2.5625rem 1.5625rem;
	position: relative;
}

.p-suggest__title {
	max-width: 15.875rem;
	position: relative;
}

.p-suggest__title::before {
	background-image: url(../images/office-design-text.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 4.75rem;
	left: -1.25rem;
	position: absolute;
	top: -1.6875rem;
	width: 17.0625rem;
}

.p-suggest__text {
	font-size: 0.9375rem;
	line-height: 1.76;
	margin-top: 1.875rem;
}

.p-suggest__text span {
	-webkit-text-decoration-color: #f9bf0b;
	-webkit-text-decoration-skip-ink: none;
	font-weight: 700;
	text-decoration: underline;
	/* 下線 */
	text-decoration-color: #f9bf0b;
	/* 線の色 */
	text-decoration-skip-ink: none;
	text-decoration-thickness: 0.125rem;
	/* 線の太さ */
	text-underline-offset: 0.1875rem;
	/* 線の位置。テキストに重なるようにやや上部にする */
}

.p-suggest__img {
	margin-top: 2.625rem;
	position: relative;
	width: calc(50vw + 9.5625rem);
}

.p-suggest__img::before {
	background-image: url(../images/suggest-img02.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 6.9375rem;
	position: absolute;
	right: 0;
	top: -2.5625rem;
	width: 8.8125rem;
}

/*------------------------
index_2 用
-------------------------*/

.p-achieved__title_2 {
	max-width: 92vw;
	margin: 0 auto;
}

.p-case__title_2 {
	max-width: 48.66vw;
	margin: 0 auto;
}



@media screen and (min-width: 768px) {

	.u-desktop {
		display: block;
	}

	.u-mobile {
		display: none;
	}

	a[href^="tel:"] {
		pointer-events: none;
	}

	a:hover {
		opacity: 0.8;
	}

	.l-inner {
		max-width: 75rem;
		padding-left: 1.5625rem;
		padding-right: 1.5625rem;
	}

	.p-about {
		padding-top: 8.75vw;
	}

	.p-about::before {
		background: rgba(12, 45, 100, .1);
		bottom: 0;
		content: "";
		height: 69%;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 1;
	}

	.p-about::after {
		background: #fff;
		bottom: 0;
		content: "";
		height: 61%;
		left: 0;
		position: absolute;
		width: 76.875vw;
		z-index: 2;
	}

	.p-about__inner {
		margin: 0 auto;
		max-width: 125vw;
	}

	.p-about__title {
		max-width: 67.1875vw;
	}

	.p-about__content {
		margin-left: calc(50% - 62.5vw);
		margin-right: calc(50% - 62.5vw);
		margin-top: 6.8125vw;
		padding-left: 9.4375vw;
		width: 125vw;
	}

	.p-achieved {
		padding-top: 9.5833333333vw;
	}

	.p-achieved__title {
		font-size: clamp(12px, 2vw, 24px);
	}


	.p-achieved__title {
		max-width: 67.6vw
	}

	.p-achieved__img {
		margin: 4.3333333333vw auto 0;
		max-width: 70.8333333333vw;
	}

	.p-achieved_btn_area {
		margin: 4.3333333333vw auto 0;
	}

	.p-achieved_btn {
		max-width: 23.5714285714vw;
		padding: 0.1rem .5rem 0.3rem;
		gap: 0;
	}

	.p-achieved_btn p {
		font-size: .8rem;
	}

	.p-achieved_btn p span {
		font-size: .5rem;
	}

	.p-achieved_btn img {
		max-width: 1.3rem;
	}

	.p-achieved_btn_area>p {
		font-size: .8rem;
	}

	.p-case {
		padding-bottom: 9.6428571429vw;
		padding-top: 7.5714285714vw;
		border-top: solid 4px #EEF0F4;
	}

	.p-case__inner {
		max-width: 93.5714285714vw;
	}

	.p-case__title {
		max-width: 37.1428571429vw;
	}

	.p-case__items {
		margin-top: 4.3571428571vw;
	}

	.p-case__item:not(:first-child) {
		margin-top: 8.3571428571vw;
	}

	.p-case__item::before {
		height: calc(100% - 10.71429vw);
		margin: 0;
		right: 2.1428571429vw;
		width: 95vw;
	}

	.p-case__heading {
		-webkit-box-align: start;
		-ms-flex-align: start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		padding: 3.3571428571vw 11.7142857143vw 3vw 10.6428571429vw;
	}

	.p-case__num {
		-webkit-transform: none;
		height: 16.1428571429vw;
		left: 1.5714285714vw;
		top: -3.1428571429vw;
		transform: none;
		width: 23.2857142857vw;
	}

	.p-case__itemTitle {
		margin-top: 0.7857142857vw;
		max-width: 39.1428571429vw;
	}

	.p-case__img {
		margin: 0;
		max-width: 25vw;
	}

	.p-case__text {
		/*--
	font-size: clamp(12px, 1.143vw, 16px);
	--*/
		font-size: clamp(16px, 1.143vw, 18px);
		line-height: 1.75;
		margin-top: 0;
		padding: 0 11.7142857143vw 3.5714285714vw 10.6428571429vw;
	}

	.p-case__modalItems {
		gap: 2.1428571429vw;
		margin: 0;
		width: 100%;
	}

	.p-case__modalItem {
		-webkit-box-shadow: 0 0 1.25rem 0 rgba(6, 3, 4, .2);
		box-shadow: 0 0 1.25rem 0 rgba(6, 3, 4, .2);
	}

	.p-case__modalItem img {
		aspect-ratio: 400/233;
	}

	.p-case__modalItem::before {
		bottom: -0.9285714286vw;
		height: 2.6428571429vw;
		right: 0.3571428571vw;
		width: 2.5714285714vw;
	}

	.p-case__btn a {
		max-width: 23.5714285714vw;
	}

	.p-case__btn {
		margin-top: 7.1428571429vw;
	}

	.p-case__item:nth-child(2n)::before {
		left: 2.1428571429vw;
		right: auto;
	}

	.p-case__item:nth-child(2n) .p-case__num {
		left: auto;
		right: 1.5714285714vw;
	}

	.p-consult {
		margin-top: 8.75vw;
		padding-bottom: 14.4166666667vw;
		padding-top: 0;
	}

	.p-consult::before {
		display: none;
	}

	.p-consult__inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		-webkit-box-align: start;
		-ms-flex-align: start;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: row-reverse;
		justify-content: flex-end;
		margin-left: calc(50% - 83.33333vw);
		margin-right: calc(50% - 83.33333vw);
		min-width: 166.6666666667vw;
		padding: 0;
	}

	.p-consult__content {
		margin-left: 7.1666666667vw;
		padding-bottom: 7.25vw;
		padding-top: 6.5vw;
		width: 100%;
	}

	.p-consult__content::before {
		background-image: url(../images/consult-bg.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		content: "";
		height: 100%;
		left: -45vw;
		position: absolute;
		top: 0;
		width: 95vw;
		z-index: -1;
	}

	.p-consult__title {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-bottom: 4.1666666667vw;
		max-width: 34.5833333333vw;
	}

	.p-consult__text {
		/*--
	font-size: clamp(12px, 1.333vw, 16px);
	--*/
		font-size: clamp(16px, 1.333vw, 18px);
		max-width: 34.5833333333vw;
	}

	.p-consult__list {
		max-width: 34.5833333333vw;
	}

	.p-consult__list li {
		/*--
	font-size: clamp(12px, 1.5vw, 18px);
	--*/
		font-size: clamp(16px, 1.5vw, 18px);
	}

	.p-consult__img {
		-ms-flex-negative: 0;
		-webkit-transform: translateY(14.4166666667vw);
		flex-shrink: 0;
		margin: auto 0 0;
		transform: translateY(14.4166666667vw);
		width: 52%;
	}

	.p-cta__inner {
		background-image: url(../images/cta-bg.jpg);
		padding-bottom: 4.75vw;
		padding-top: 6.75vw;
	}

	.p-cta__box {
		max-width: 77.5vw;
		padding-bottom: 2.8333333333vw;
	}

	.p-cta__text {
		max-width: 66.6666666667vw;
	}

	.p-cta__btns {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 1.6666666667vw;
		justify-content: center;
		margin-right: -3vw;
		margin-top: 1.0625rem;
	}

	.p-cta__btn--tel {
		width: 32.4%;
	}

	.p-cta__btn--btn {
		width: 47.5%;
	}

	.p-faq {
		padding: 11vw 0 11.6666666667vw;
	}

	.p-faq__inner {
		max-width: 83.3333333333vw;
	}

	.p-faq__title {
		max-width: 29.75vw;
	}

	.p-faq__items {
		margin-top: 3.75vw;
	}

	.p-faq__item {
		padding: 5.1666666667vw 4.5833333333vw 4.0833333333vw;
	}

	.p-faq__answer {
		font-size: clamp(12px, 1.5vw, 18px);
		margin-left: 4.0833333333vw;
		margin-top: 1.4166666667vw;
	}

	.p-flow {
		margin-bottom: 8.5714285714vw;
		padding: 7.2857142857vw 0 7.1428571429vw;
	}

	.p-flow__inner {
		max-width: 89.2857142857vw;
	}

	.p-flow__title {
		max-width: 593px;
	}

	.p-flow__items {
		margin-top: 3.5714285714vw;
		position: relative;
	}

	.p-flow__items:before {
		background: url(../images/arr_flow.png) no-repeat;
		width: 41px;
		height: 1222px;
		position: absolute;
		top: 0;
		left: 25px;
		content: "";
		z-index: 1;
	}

	.p-flow__item {
		margin-top: 2.1428571429vw;
		padding: 4.75vw 7vw 5vw 7vw;
	}

	.p-flow__item::before {
		height: 0.5vw;
		left: 3.1428571429vw;
		top: 3.8571428571vw;
		width: 0.5vw;
	}

	.p-flow__item:not(:last-child)::after {
		height: calc(100% + 2.28571vw);
		left: 3.3571428571vw;
		top: 3.8571428571vw;
	}

	.p-flow__heading {
		max-width: 100%;
		width: auto;
	}

	.p-flow__heading img {
		width: auto;
	}

	.p-flow .txt_right {
		text-align: right;
		font-size: 90%;
		padding-top: 15px;
	}

	.p-flow__text {
		/*--
	font-size: clamp(12px, 1.143vw, 16px);
	--*/
		font-size: clamp(16px, 1.143vw, 18px);
		margin-top: 1.5714285714vw;
		max-width: 49.1428571429vw;
	}

	.p-flow__img {
		content: "";
		height: 100%;
		margin-top: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 23.5714285714vw;
	}

	.p-flow__img img {
		-o-object-fit: cover;
		height: 100%;
		object-fit: cover;
	}

	.p-flow__title02 {
		max-width: 738px;
		margin: 3rem auto 0;
		position: relative;
		z-index: 2;
	}

	.p-footer {
		/*margin-top: 10vw;*/
	}

	.p-footer__wrapper {
		font-size: clamp(12px, 1.167vw, 14px);
		padding: 3.3333333333vw 0 2vw;
	}

	.p-footer__inner {
		-webkit-box-align: end;
		-ms-flex-align: end;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		align-items: flex-end;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		max-width: 104.1666666667vw;
	}

	.p-footer__item {
		margin-bottom: 1.6666666667vw;
	}

	.p-footer__item dt {
		width: 4.6666666667vw;
	}

	.p-footer__item dd {
		padding-left: 2.5vw;
	}

	.p-footer__nav ul {
		margin-bottom: 1.75vw;
		margin-right: 2vw;
		margin-top: 0;
	}

	.p-footer__nav ul li:not(:last-child)::after {
		margin: 0 1.5833333333vw;
	}

	.p-footer__nav ul a {
		font-size: clamp(12px, 1.167vw, 14px);
		text-underline-offset: 0.6666666667vw;
	}

	.p-footer__copyright {
		margin: 2vw 0;
	}

	.p-footer__copyright small {
		font-size: clamp(12px, 1.167vw, 14px);
	}

	.p-fv {
		margin-bottom: 3.45vw;
	}

	.p-fv__inner {
		max-width: 60vw;
		padding: 0;
	}

	.p-fv__content {
		margin: 0;
		max-width: 24vw;
		padding-top: 1.3vw;
	}

	.p-fv__slider {
		height: 100%;
		margin-top: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 66vw;
	}

	.p-fv__slider .slick-list,
	.p-fv__slider .slick-track {
		height: 100%;
	}

	.p-fv__slider::before {
		-webkit-transform: none;
		bottom: 0;
		height: 8.7vw;
		left: auto;
		right: 0;
		top: auto;
		transform: none;
		width: 55.8vw;
	}

	.p-fv__slider img {
		aspect-ratio: 1320/700;
	}

	.p-fv__points {
		margin: 1.1vw 0 0;
		max-width: 24vw;
	}

	.p-fv__bg {
		content: "";
		display: block;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}

	.p-fv__bg .slick-list,
	.p-fv__bg .slick-track {
		height: 100%;
	}

	.p-fv__bg img {
		-o-object-fit: cover;
		height: 100%;
		object-fit: cover;
		width: 100%;
	}

	.p-header {
		height: 8.3333333333vw;
	}

	.p-header__inner {
		margin: 0 auto;
		max-width: 100vw;
		padding-left: 1.25vw;
	}

	.p-header__logo {
		margin-left: 0;
	}

	.p-header__logo img {
		width: 18.9166666667vw;
	}

	.p-header__btn a {
		font-size: 1.5vw;
		padding: 0 2vw;
	}

	.modal-container {
		max-width: 65vw;
		width: 80%;
	}

	.modal-close {
		height: 3.1666666667vw;
		right: 3.25vw;
		top: 3.25vw;
		width: 3.1666666667vw;
	}

	.p-repeat {
		background-image: url(../images/repeat-bg.jpg);
		padding: 5.4166666667vw 0 7vw;
	}

	.p-repeat_2 {
		background-image: url(../images/repeat-bg.jpg);
		padding: 5.4166666667vw 0 7vw;
		margin-bottom: 5.4vw;
	}

	.p-repeat__img {
		margin: 0 auto;
		max-width: 80.0833333333vw;
	}

	.p-suggest {
		margin-top: 2.7368421053vw;
		padding-bottom: 6.3157894737vw;
		padding-top: 4.3684210526vw;
	}

	.p-suggest::before {
		height: 31.5789473684vw;
	}

	.p-suggest__inner {
		max-width: 105.2631578947vw;
		padding: 0;
	}

	.p-suggest__content {
		-webkit-box-align: start;
		-ms-flex-align: start;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		align-items: flex-start;
		background: transparent;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: flex-end;
		margin-left: 10.5263157895vw;
		margin-left: auto;
		max-width: 94.7368421053vw;
		padding: 0;
	}

	.p-suggest__content::before {
		background: #fff;
		content: "";
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 102.63158vw;
	}

	.p-suggest__body {
		padding-left: 6vw;
		padding-top: 6.1052631579vw;
		position: relative;
	}

	.p-suggest__title {
		max-width: 35.3157894737vw;
	}

	.p-suggest__title::before {
		height: 8vw;
		left: -3.1578947368vw;
		top: -3.9473684211vw;
		width: 28.7894736842vw;
	}

	.p-suggest__text {
		/*--
	font-size: clamp(12px, 0.842vw, 16px);
	--*/
		font-size: clamp(16px, 0.842vw, 18px);
		margin-left: 0.2631578947vw;
		margin-top: 3.5789473684vw;
	}

	.p-suggest__img {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin: 0;
		margin-left: 4.0526315789vw;
		margin-top: 6.1578947368vw;
		width: 43.6842105263vw;
	}

	.p-suggest__img::before {
		height: 11.6842105263vw;
		top: -7.4736842105vw;
		width: 17.4736842105vw;
	}

	/*------------------------
index_2 用
-------------------------*/

	.p-achieved__title_2 {
		max-width: 62.222vw;
		margin: 0 auto;
	}

	.p-case__title_2 {
		max-width: 30.4vw;
		margin: 0 auto;
	}

}

@media screen and (min-width: 1200px) {

	.p-achieved {
		padding-top: 5.1875rem;
	}

	.p-achieved__title {
		font-size: 1.5rem;
	}

	.p-achieved__img {
		margin: 3.25rem auto 0;
		max-width: 53.125rem;
	}

	.p-achieved_btn_area {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 3.25rem auto 0;
		gap: 0.5rem;
	}

	.p-achieved_btn {
		gap: 1rem;
		padding: .2rem 1rem .5rem 3rem;
		max-width: 27.5rem;
		width: 100%;
	}

	.p-achieved_btn p {
		font-size: 1.5rem;
		letter-spacing: 0.01em;
		text-align: center;
		line-height: 1.2;
	}

	.p-achieved_btn img {
		max-width: 2.5rem;
		width: 100%;
	}

	.p-achieved_btn p span {
		font-size: 1rem;
		font-weight: normal;
	}


	.p-consult {
		margin-top: 6.5625rem;
		padding-bottom: 10.8125rem;
	}

	.p-consult__inner {
		margin-left: calc(50% - 1000px);
		margin-right: calc(50% - 1000px);
		min-width: 2000px;
	}

	.p-consult__content {
		margin-left: 5.375rem;
		padding-bottom: 5.4375rem;
		padding-top: 4.875rem;
	}

	.p-consult__title {
		margin-bottom: 3.125rem;
		max-width: 25.9375rem;
	}

	.p-consult__text {
		font-size: 1rem;
		max-width: 25.9375rem;
	}

	.p-consult__list {
		max-width: 25.9375rem;
	}

	.p-consult__list li {
		font-size: 1.125rem;
	}

	.p-consult__img {
		-webkit-transform: translateY(10.8125rem);
		transform: translateY(10.8125rem);
	}

	.p-cta__inner {
		padding-bottom: 3.5625rem;
		padding-top: 5.0625rem;
	}

	.p-cta__box {
		max-width: 58.125rem;
		padding-bottom: 2.125rem;
	}

	.p-cta__text {
		max-width: 50rem;
	}

	.p-cta__btns {
		gap: 1.25rem;
		margin-right: -2.25rem;
		margin-top: 1.0625rem;
	}

	.p-faq {
		padding: 8.25rem 0 8.75rem;
	}

	.p-faq__inner {
		max-width: 62.5rem;
	}

	.p-faq__title {
		max-width: 22.3125rem;
	}

	.p-faq__items {
		margin-top: 2.8125rem;
	}

	.p-faq__item {
		padding: 3.875rem 3.4375rem 3.0625rem;
	}

	.p-faq__answer {
		font-size: 1.125rem;
		margin-left: 3.0625rem;
		margin-top: 1.0625rem;
	}

	.p-footer {
		/*margin-top: 7.5rem;*/
	}

	.p-footer__wrapper {
		font-size: 0.875rem;
		padding: 2.5rem 0 1.5rem;
	}

	.p-footer__inner {
		max-width: 78.125rem;
	}

	.p-footer__item {
		margin-bottom: 1.25rem;
	}

	.p-footer__item dt {
		width: 3.5rem;
	}

	.p-footer__item dd {
		padding-left: 1.875rem;
	}

	.p-footer__nav ul {
		margin-bottom: 1.3125rem;
		margin-right: 1.5rem;
		margin-top: 0;
	}

	.p-footer__nav ul li:not(:last-child)::after {
		margin: 0 1.1875rem;
	}

	.p-footer__nav ul a {
		font-size: 0.875rem;
		text-underline-offset: 0.5rem;
	}

	.p-footer__copyright {
		margin: 1.5rem 0;
	}

	.p-footer__copyright small {
		font-size: 0.875rem;
	}

	.p-header {
		height: 6.25rem;
	}

	.p-header__inner {
		margin: 0 auto;
		max-width: 75rem;
		padding-left: 0;
	}

	.p-header__logo img {
		width: 14.1875rem;
	}

	.p-header__btn a {
		font-size: 1.125rem;
		padding: 0 1.5rem;
	}

	.modal-container {
		max-width: 48.75rem;
	}

	.modal-close {
		height: 2.375rem;
		right: 2.4375rem;
		top: 2.4375rem;
		width: 2.375rem;
	}

	.p-repeat {
		padding: 4.0625rem 0 5.25rem;
	}

	.p-repeat_2 {
		padding: 4.0625rem 0 5.25rem;
	}

	.p-repeat__img {
		max-width: 60.0625rem;
	}

	/*------------------------
index_2 用
-------------------------*/

	.p-achieved__title_2 {
		max-width: 100%;
		margin: 0 auto 4rem;
	}

	.p-achieved__title_2 img {
		max-width: 100%;
		width: auto;
		margin: 0 auto;
	}

	.p-case__title_2 {
		max-width: 22.8125rem;
		margin: 0 auto;
	}

}

@media screen and (min-width: 1400px) {

	.p-case {
		padding-bottom: 8.4375rem;
		padding-top: 6.625rem;
	}

	.p-case__inner {
		max-width: 81.875rem;
	}

	.p-case__title {
		max-width: 32.5rem;
	}

	.p-case__items {
		margin-top: 3.8125rem;
	}

	.p-case__item:not(:first-child) {
		margin-top: 7.3125rem;
	}

	.p-case__item::before {
		height: calc(100% - 9.375rem);
		right: 1.875rem;
		width: calc(50vw + 39.375rem);
	}

	.p-case__heading {
		padding: 2.9375rem 10.25rem 2.625rem 9.3125rem;
	}

	.p-case__num {
		height: 14.125rem;
		left: 1.375rem;
		top: -2.75rem;
		width: 20.375rem;
	}

	.p-case__itemTitle {
		margin-top: 0.6875rem;
		max-width: 34.25rem;
	}

	.p-case__img {
		max-width: 21.875rem;
	}

	.p-case__text {
		font-size: 1rem;
		line-height: 1.75;
		margin-top: 0;
		padding: 0 10.25rem 3.125rem 9.3125rem;
	}

	.p-case__modalItems {
		gap: 1.875rem;
	}

	.p-case__modalItem::before {
		bottom: -0.8125rem;
		height: 2.3125rem;
		right: 0.3125rem;
		width: 2.25rem;
	}

	.p-case__btn a {
		max-width: 20.625rem;
	}

	.p-case__btn {
		margin-top: 6.25rem;
	}

	.p-case__item:nth-child(2n)::before {
		left: 1.875rem;
		right: auto;
	}

	.p-case__item:nth-child(2n) .p-case__num {
		left: auto;
		right: 1.375rem;
	}

	.p-consult__content::before {
		left: -39.375rem;
		width: calc(50vw + 39.375rem);
	}

	.p-flow {
		margin-bottom: 7.5rem;
		padding: 6.375rem 0 6.25rem;
	}

	.p-flow__inner {
		max-width: 78.125rem;
	}

	.p-flow__title {
		max-width: 593px;
	}

	.p-flow__items {
		margin-top: 3.125rem;
	}

	.p-flow__item {
		margin-top: 1.875rem;
		padding: 3.125rem 6.125rem 4.375rem 6.125rem;
	}

	.p-flow__item::before {
		height: 0.4375rem;
		left: 2.75rem;
		top: 3.375rem;
		width: 0.4375rem;
	}

	.p-flow__item:not(:last-child)::after {
		height: calc(100% + 2rem);
		left: 2.9375rem;
		top: 3.375rem;
	}

	.p-flow__heading {
		max-width: 100%;
	}

	.p-flow__text {
		font-size: 1rem;
		margin-top: 1.375rem;
		max-width: 43rem;
	}

	.p-flow__img {
		width: 20.625rem;
	}

}

@media screen and (min-width: 1600px) {

	.p-about {
		padding-top: 8.75rem;
	}

	.p-about::after {
		width: calc(50vw + 26.875rem);
	}

	.p-about__inner {
		max-width: 125rem;
	}

	.p-about__title {
		max-width: 67.1875rem;
	}

	.p-about__content {
		margin-left: calc(50% - 1000px);
		margin-right: calc(50% - 1000px);
		margin-top: 6.8125rem;
		padding-left: 9.4375rem;
		width: 2000px;
	}

}

@media screen and (min-width: 1900px) {

	.p-suggest {
		margin-top: 3.25rem;
		padding-bottom: 7.5rem;
		padding-top: 5.1875rem;
	}

	.p-suggest::before {
		height: 37.5rem;
	}

	.p-suggest__inner {
		max-width: 125rem;
	}

	.p-suggest__content {
		max-width: 112.5rem;
	}

	.p-suggest__content::before {
		width: calc(50vw + 62.5rem);
	}

	.p-suggest__body {
		padding-left: 7.125rem;
		padding-top: 7.25rem;
	}

	.p-suggest__title {
		max-width: 41.9375rem;
	}

	.p-suggest__title::before {
		height: 9.5rem;
		left: -3.75rem;
		top: -4.6875rem;
		width: 34.1875rem;
	}

	.p-suggest__text {
		font-size: 1rem;
		margin-left: 0.3125rem;
		margin-top: 4.25rem;
	}

	.p-suggest__img {
		margin-left: 4.8125rem;
		margin-top: 7.3125rem;
		width: 51.875rem;
	}

	.p-suggest__img::before {
		height: 13.875rem;
		top: -8.875rem;
		width: 20.75rem;
	}

}

@media screen and (min-width: 2000px) {

	.p-about__content {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	.p-consult__inner {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	.p-fv {
		margin-bottom: 4.3125rem;
	}

	.p-fv__inner {
		max-width: 75rem;
	}

	.p-fv__content {
		max-width: 30rem;
		padding-top: 1.625rem;
	}

	.p-fv__slider {
		width: calc(50vw + 20rem);
	}

	.p-fv__slider::before {
		height: 10.875rem;
		width: 69.75rem;
	}

	.p-fv__points {
		margin: 1.375rem 0 0;
		max-width: 30rem;
	}

	.p-suggest__content {
		margin-left: 12.5rem;
	}

}

@media (max-width: 767px) {

	html {
		font-size: 4.2666666667vw;
	}

}

@-webkit-keyframes fadezoom {

	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		/* 拡大率 */
	}

}

@keyframes fadezoom {

	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		/* 拡大率 */
	}

}



/*------------------------
 form
-------------------------*/
.p-form {
	background: #5a6981 url(../images/form-bg.png) repeat;
	background-size: 85px;
}

.p-form__inner {
	background: #fff;
	box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.15);
}

.p-form__title img {
	margin: 0 auto;
}

.p-form__body :is(input[type="text"], input[type="email"], input[type="tel"], select, textarea) {
	background: #fff;
	border: 2px solid #a8b1be;
	border-radius: 2px;
	padding: 10px;
	appearance: auto;
}

.p-form__body :is(input[type="text"], input[type="email"], input[type="tel"], textarea) {
	display: block;
	width: 100% !important;
}

.p-form__body :is(input[type="checkbox"], input[type="radio"]) {
	display: inline;
	appearance: auto;
	width: 1.0em;
	height: 1.0em;
	margin: 0;
}

.p-form__body *::placeholder {
	color: #888;
}

.p-form__body label.required::after {
	content: "必須";
	color: #fff;
	font-weight: normal;
	background: #d60014;
	padding: 1px 5px;
	margin-left: 5px;
	vertical-align: middle;
}

.p-form__body .form-dl>dt label {
	color: #0c2d63;
	font-weight: bold;
}

.p-form__body .input {
	width: 100%;
}

.p-form__body .checkbox {
	margin-right: 10px;
}

.p-form__body .checkbox label {
	display: flex;
	align-items: center;
	gap: 5px;
}

.p-form__body .privacy {
	color: #444444;
}

.p-form__body .privacy h3 {
	font-weight: bold;
}

.p-form__body .privacy a {
	text-decoration: underline;
}

.p-form__body .privacy .input-checkbox {
	text-align: center;
}

.p-form__body .privacy .checkbox label {
	font-weight: bold;
}

.p-form__body .buttons {
	text-align: center;
}

.p-form__body .buttons button[type="submit"] {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #0c2d64;
	background-image: url(../images/form-arw-pc.png);
	background-repeat: no-repeat;
	background-position: right 30px center;
	background-size: 11px;
}

@media screen and (max-width: 1400px) {
	.slider_gallery .item-gl .text {
		font-size: 18px;
	}

	.slider_gallery .item-gl .thumb .txt_bottom {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.p-form {
		padding: calc(40/750*100vw) calc(30/750*100vw);
	}

	.p-form__title img {
		width: calc(458/750*100vw);
	}

	.p-form__body {
		padding: calc(60/750*100vw) 0;
	}

	.p-form__body :is(select) {
		width: 100%;
	}

	.p-form__body :is(textarea) {
		height: calc(190/750*100vw) !important;
	}

	.p-form__body label.required::after {
		font-size: calc(20rem/30);
	}

	.p-form__body .description {
		margin: calc(40/750*100vw) 0;
	}

	.p-form__body .form-dl>dt {
		margin-bottom: calc(10/750*100vw);
	}

	.p-form__body .form-dl>dd {
		margin-bottom: calc(50/750*100vw);
	}

	.p-form__body .form-dl>dd .input-checkbox {
		background: #edf0f5;
		padding: calc(30/750*100vw);
		border-radius: 4px;
	}

	.p-form__body .form-dl>dd .input-checkbox .checkbox {
		display: block;
		margin-bottom: calc(15/750*100vw);
	}

	.p-form__body .checkbox {
		display: inline-block;
	}

	.p-form__body .checkbox label {
		font-size: calc(28rem/30);
	}

	.p-form__body .privacy {
		margin: calc(30/750*100vw) 0;
	}

	.p-form__body .privacy h3 {
		font-size: calc(26rem/30);
		margin-bottom: calc(10/750*100vw);
	}

	.p-form__body .privacy p {
		font-size: calc(26rem/30);
	}

	.p-form__body .privacy .input-checkbox {
		margin: calc(40/750*100vw) 0;
	}

	.p-form__body .buttons button[type="submit"] {
		background-image: url(../images/form-arw-sp.png);
		background-position: right 15px center;
		background-size: 11px;
		padding: calc(20/750*100vw);
		min-width: calc(570/750*100vw);
	}

	.p-gallery {
		padding-bottom: 14vw;
	}

	.p-gallery .p-p-gallery__title {
		margin-bottom: 6vw;
		max-width: 12rem;
	}

	.slider_gallery .slider-nav .slick-slide {
		padding: 0 1vw;
	}

	.slider_gallery .slick-prev,
	.slider_gallery .slick-next {
		width: 8vw;
		height: 8vw;
	}

	.slider_gallery .slick-prev {
		left: 9vw;
	}

	.slider_gallery .slick-next {
		right: 9vw;
	}

	.slider_gallery .item-gl .thumb .txt_bottom {
		padding: 2vw 2vw;
		font-size: 3.3vw;
	}

	.slider_gallery .item-gl .text {
		font-size: 3.6vw;
	}

	.slider_gallery .item-gl:hover:before,
	.slider_gallery .item-gl:before,
	.slider_gallery .item-gl:hover .middle {
		display: none;
	}

	.slider_gallery .item-gl:hover .thumb p.txt_bottom,
	.slider_gallery .item-gl:hover .image {
		opacity: 1;
	}

	.slider_gallery .slick-dots li button {
		width: 12px;
		height: 12px;
		margin: 0 5px;
	}

	.slider_gallery .slick-dots {
		bottom: -8vw;
	}

	.slider_gallery .p-center {
		padding-top: 4vw;
	}
}

@media (min-width: 768px) {
	.p-form {
		padding: 60px 0;
		margin-top: 8.5714285714vw;
	}

	.p-form__title img {
		width: calc(390/1200*100vw);
		max-width: 390px;
	}

	.p-form__body {
		padding: 90px 0;
		max-width: 910px;
		margin: 0 auto;
	}

	.p-form__body :is(input[type="text"], input[type="email"], input[type="tel"]) {
		max-width: 390px;
	}

	.p-form__body :is(textarea) {
		height: 100px !important;
	}

	.p-form__body label.required::after {
		font-size: calc(10rem/16);
	}

	.p-form__body .description {
		margin: 40px 0;
	}

	.p-form__body .form-dl {
		display: flex;
		flex-wrap: wrap;
	}

	.p-form__body .form-dl>* {
		display: flex;
		align-items: center;
		border-bottom: 1px solid #d2d2d2;
		padding: 20px 20px 20px 0;
	}

	.p-form__body .form-dl>*:nth-last-child(2) {
		align-items: flex-start;
	}

	.p-form__body .form-dl>dt {
		width: calc(270/910*100%);
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.p-form__body .form-dl>dt label {
		font-size: calc(18rem/16);
	}

	.p-form__body .form-dl>dd {
		width: calc(640/910*100%);
	}

	.p-form__body .checkbox {
		display: inline-block;
	}

	.p-form__body .checkbox label {
		font-size: calc(15rem/16);
	}

	.p-form__body .privacy {
		margin: 20px 0;
	}

	.p-form__body .privacy h3 {
		font-size: calc(16rem/16);
		margin-bottom: 10px;
	}

	.p-form__body .privacy p {
		font-size: calc(15rem/16);
	}

	.p-form__body .privacy .input-checkbox {
		margin: 40px 0;
	}

	.p-form__body .privacy .checkbox label {
		font-size: calc(18rem/16);
	}

	.p-form__body .buttons button[type="submit"] {
		font-size: calc(20rem/16);
		background-image: url(../images/form-arw-pc.png);
		background-position: right 30px center;
		background-size: 11px;
		padding: 20px;
		min-width: 330px;
	}
}

@media screen and (min-width: 1400px) {
	.p-form {
		margin-top: 7.5rem;
	}
}

/*# sourceMappingURL=style.css.map */


/*------------------------
 form2
-------------------------*/
.p-form2 {
	background: #5a6981 url(../images/form-bg.png) repeat;
	background-size: 85px;
}

.p-form2__inner {
	background: #fff;
	box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.15);
}

.p-form2__title img {
	margin: 0 auto;
}

.p-form2__body :is(input[type="text"], input[type="email"], input[type="tel"], select, textarea) {
	background: #fff;
	border: 2px solid #a8b1be;
	border-radius: 2px;
	padding: 10px;
	appearance: auto;
}

.p-form2__body :is(input[type="text"], input[type="email"], input[type="tel"], textarea) {
	display: block;
	width: 100% !important;
}

.p-form2__body :is(input[type="checkbox"], input[type="radio"]) {
	display: inline;
	appearance: auto;
	width: 1.0em;
	height: 1.0em;
	margin: 0;
}

.p-form2__body *::placeholder {
	color: #888;
}

.p-form2__body label.required::after {
	content: "必須";
	color: #fff;
	font-weight: normal;
	background: #d60014;
	padding: 1px 5px;
	margin-left: 5px;
	vertical-align: middle;
}

.p-form2__body .form-dl>dt label {
	color: #0c2d63;
	font-weight: bold;
}

.p-form2__body .input {
	width: 100%;
}

.p-form2__body .checkbox {
	margin-right: 10px;
}

.p-form2__body .checkbox label {
	display: flex;
	align-items: center;
	gap: 5px;
}

.p-form2__body .privacy {
	color: #444444;
}

.p-form2__body .privacy h3 {
	font-weight: bold;
}

.p-form2__body .privacy a {
	text-decoration: underline;
}

.p-form2__body .privacy .input-checkbox {
	text-align: center;
}

.p-form2__body .privacy .checkbox label {
	font-weight: bold;
}

.p-form2__body .buttons {
	text-align: center;
}

.p-form2__body .buttons button[type="submit"] {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #0c2d64;
	background-image: url(../images/form-arw-pc.png);
	background-repeat: no-repeat;
	background-position: right 30px center;
	background-size: 11px;
}

@media (max-width: 767px) {
	.p-form2 {
		padding: calc(40/750*100vw) calc(30/750*100vw);
	}

	.p-form2__title img {
		width: calc(458/750*100vw);
	}

	.p-form2__body {
		padding: calc(60/750*100vw) 0;
	}

	.p-form2__body :is(select) {
		width: 100%;
	}

	.p-form2__body :is(textarea) {
		height: calc(190/750*100vw) !important;
	}

	.p-form2__body label.required::after {
		font-size: calc(20rem/30);
	}

	.p-form2__body .description {
		margin: calc(40/750*100vw) 0;
	}

	.p-form2__body .form-dl>dt {
		margin-bottom: calc(10/750*100vw);
	}

	.p-form2__body .form-dl>dd {
		margin-bottom: calc(50/750*100vw);
	}

	.p-form2__body .form-dl>dd .input-checkbox {
		background: #edf0f5;
		padding: calc(30/750*100vw);
		border-radius: 4px;
	}

	.p-form2__body .form-dl>dd .input-checkbox .checkbox {
		display: block;
		margin-bottom: calc(15/750*100vw);
	}

	.p-form2__body .checkbox {
		display: inline-block;
	}

	.p-form2__body .checkbox label {
		font-size: calc(28rem/30);
	}

	.p-form2__body .privacy {
		margin: calc(30/750*100vw) 0;
	}

	.p-form2__body .privacy h3 {
		font-size: calc(26rem/30);
		margin-bottom: calc(10/750*100vw);
	}

	.p-form2__body .privacy p {
		font-size: calc(26rem/30);
	}

	.p-form2__body .privacy .input-checkbox {
		margin: calc(40/750*100vw) 0;
	}

	.p-form2__body .buttons button[type="submit"] {
		background-image: url(../images/form-arw-sp.png);
		background-position: right 15px center;
		background-size: 11px;
		padding: calc(20/750*100vw);
		min-width: calc(570/750*100vw);
	}

	/* .p-fv__content {
		max-width: 24rem;
	} */

	.p-achieved {
		padding-top: 2rem;
	}

	.p-flow__title {
		max-width: 17.75rem;
	}

	.p-flow__heading {
		max-width: 12.125rem;
	}

	.p-flow__heading img {
		width: auto;
	}

	.p-flow__title02 {
		max-width: 12.75rem;
		margin: 6vw auto 0;
	}

	.p-flow__items:before {
		display: none;
	}

	.p-flow__item {
		position: relative;
	}

	.p-flow__item:before {
		width: 8.8vw;
		height: 103%;
		background: #0c2d64;
		position: absolute;
		left: 0;
		top: 0;
		content: "";
	}

	.p-flow__items {
		position: relative;
	}

	.p-flow__items:after {
		width: 0px;
		height: 0px;
		border-left: 4.4vw solid transparent;
		border-right: 4.4vw solid transparent;
		border-top: 4.4vw solid #8394b0;
		position: absolute;
		bottom: -4.25vw;
		left: 0;
		content: "";
	}

	.p-flow__item:after {
		width: 0px;
		height: 0px;
		border-left: 4.4vw solid transparent;
		border-right: 4.4vw solid transparent;
		border-top: 4.4vw solid #f00;
		position: absolute;
		top: 0;
		left: 0;
		content: "";
	}

	.p-flow__item.step01:after {
		display: none;
	}

	.p-flow__item.step02:after {
		border-top: 4.4vw solid #0c2d64;
	}

	.p-flow__item.step03:after {
		border-top: 4.4vw solid #3d5783;
	}

	.p-flow__item.step04:after {
		border-top: 4.4vw solid #64799c;
	}

	.p-flow__item.step02:before {
		background: #3d5783;
	}

	.p-flow__item.step03:before {
		background: #64799c;
	}

	.p-flow__item.step04:before {
		background: #8394b0;
		height: 100%;
	}

	.p-flow__item .sp_arr {
		display: block;
	}

	.p-flow__item .sp_arr img {
		width: auto;
		position: absolute;
		left: 1.8vw;
		top: 50%;
		transform: translate(0, -50%);
		max-width: 5vw;
	}

	.p-flow__item.step04 .sp_arr img {
		max-width: 6.5vw;
		left: 1.2vw;
	}

	.p-flow__item.step02 .sp_arr img {
		max-width: 3.6vw;
		left: 2.5vw;
	}

	.p-flow .txt_right {
		text-align: left;
		padding-top: 10vw;
		font-size: 90%;
	}
}

@media (min-width: 768px) {
	.p-form2 {
		padding: 60px 0;
		margin-top: 8.5714285714vw;
	}

	.p-form2__title img {
		width: calc(390/1200*100vw);
		max-width: 390px;
	}

	.p-form2__body {
		padding: 90px 0;
		max-width: 910px;
		margin: 0 auto;
	}

	.p-form2__body :is(input[type="text"], input[type="email"], input[type="tel"]) {
		max-width: 390px;
	}

	.p-form2__body :is(textarea) {
		height: 100px !important;
	}

	.p-form2__body label.required::after {
		font-size: calc(10rem/16);
	}

	.p-form2__body .description {
		margin: 40px 0;
	}

	.p-form2__body .form-dl {
		display: flex;
		flex-wrap: wrap;
	}

	.p-form2__body .form-dl>* {
		display: flex;
		align-items: center;
		border-bottom: 1px solid #d2d2d2;
		padding: 20px 20px 20px 0;
	}

	.p-form2__body .form-dl>*:nth-last-child(2) {
		align-items: flex-start;
	}

	.p-form2__body .form-dl>dt {
		width: calc(270/910*100%);
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.p-form2__body .form-dl>dt label {
		font-size: calc(18rem/16);
	}

	.p-form2__body .form-dl>dd {
		width: calc(640/910*100%);
	}

	.p-form2__body .checkbox {
		display: inline-block;
	}

	.p-form2__body .checkbox label {
		font-size: calc(15rem/16);
	}

	.p-form2__body .privacy {
		margin: 20px 0;
	}

	.p-form2__body .privacy h3 {
		font-size: calc(16rem/16);
		margin-bottom: 10px;
	}

	.p-form2__body .privacy p {
		font-size: calc(15rem/16);
	}

	.p-form2__body .privacy .input-checkbox {
		margin: 40px 0;
	}

	.p-form2__body .privacy .checkbox label {
		font-size: calc(18rem/16);
	}

	.p-form2__body .buttons button[type="submit"] {
		font-size: calc(20rem/16);
		background-image: url(../images/form-arw-pc.png);
		background-position: right 30px center;
		background-size: 11px;
		padding: 20px;
		min-width: 330px;
	}
}

@media screen and (min-width: 1400px) {
	.p-form2 {
		margin-top: 1.5rem;
	}
}

@media screen and (min-width: 769px) and (max-width: 75rem) {
	.p-flow__title {
		max-width: 25rem;
	}

	.p-flow__items:before {
		left: 0;
	}

	.p-flow__item {
		padding: 6.75vw 7vw 5vw 7vw;
	}
}