/* リキッドレイアウト対応 */

body {
	font-family: "";
}

.u-desktop {
	display: none;
}

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

*,
*::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;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

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;
}
input[type=submit]{
	color:#fff;
}
select::-ms-expand {
/* 	display: none; */
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.test {
	background-color: red;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
}

/* ---------------- 共通---------------- */

h2 span {
	color: #0058A7;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.8;
}

h2 {
	color: #3C3C3C;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.pc-none {
	display: block;
}

.sp-none {
	display: none;
}

header {
	padding: 0 20px;
}

.header__inner {
	margin: 0 auto;
	max-width: 1224px;
}

.header__wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header__logo {
	width: 127px;
}

.header__cta a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: -webkit-gradient(linear, left top, right top, from(#f3bc52), to(#ff7d67));
	background: linear-gradient(90deg, #f3bc52 0%, #ff7d67 100%);
	border-radius: 4px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 700;
	height: 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1;
	width: 124px;
}

.hero {
	background: #F6F9FB;
	position: relative;
}

.hero__inner {
	margin: 0 auto;
	max-width: 380px;
	padding: 25px 16px 40px;
}

.hero__copy {
	max-width: 718px;
	position: relative;
	z-index: 1;
}

.hero__ttl {
	color: #0058A7;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(16px, 8vw, 32px);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.3;
}

.hero__lead {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.3;
	margin-top: 24px;
}

.hero__emp01 {
	color: #F48A23;
}

.hero__emp02 {
	color: #FF7D67;
}

.hero-cta {
	margin-top: 32px;
	max-width: 396px;
	text-align: center;
}

.hero-cta p {
	color: #0058A7;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
}

.hero-cta span {
	font-size: 24px;
	font-weight: 700;
}

.hero__btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: -webkit-gradient(linear, left top, right top, from(#f4c160), to(#ff7d67));
	background: linear-gradient(90deg, #f4c160 0%, #ff7d67 100%);
	border-radius: 4px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
	height: 67px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: 8px;
	max-width: 367px;
	position: relative;
}

.hero__btn:hover::before {
	right: 2%;
}

.hero__btn::before {
	background: url("../images/arrow01.png") no-repeat center center/contain;
	content: "";
	height: 20px;
	position: absolute;
	right: 6%;
	top: 37%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 20px;
}

.hero-fv {
	margin-top: -5%;
	position: relative;
	z-index: -1;
}

.hero__img {
	aspect-ratio: 703/422;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

/* ---------------- Header wave（装飾用） ---------------- */

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

/* スライダーの高さを固定（画像高さに合わせる） */

.header__wave {
	overflow: hidden; /* お好みで */
}

/* 画像を block 表示にして横余白なし */

.header__wave img {
	-o-object-fit: contain;
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%; /* 元画像幅 */ /* 親の高さにフィット */
}

/* ---------------- About ---------------- */

.about {
	background: #fff;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 15px 280px;
	position: relative;
	text-align: center;
}

.about__ttl {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-bottom: 16px;
}

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

.about__top span {
	color: #595757;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.about__ttl img {
	max-width: 180px;
}

.about__txt {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.8;
	margin: 0 auto;
	margin-bottom: 48px;
	max-width: 400px;
	position: relative;
	text-align: left;
}

.about__txt::before {
	background: #3C3C3C;
	content: "";
	height: 1px;
	left: 0%;
	margin: 0 auto;
	position: absolute;
	right: 0%;
	top: 120%;
	width: 60px;
}

.about__list {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
	font-weight: 500;
	line-height: 180%;
	list-style: none;
	margin: 0 auto;
	max-width: 400px;
	padding: 0;
	position: relative;
	text-align: left;
}

.about__list::before {
	background: url(../images/about02.png) no-repeat center center/contain;
	content: "";
	height: 173px;
	max-width: 148px;
	position: absolute;
	top: 110%;
	width: 100%;
}

.about__list::after {
	background: url(../images/about01.png) no-repeat center center/contain;
	content: "";
	height: 173px;
	max-width: 148px;
	position: absolute;
	top: 100%;
	-webkit-transform: translateX(140%);
	transform: translateX(140%);
	width: 100%;
}

.about__item {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	letter-spacing: 0px;
	margin-bottom: 16px;
	position: relative;
}

.about__item::before {
	background: url("../images/daiya.png") no-repeat center center/contain;
	content: "";
	height: 15px;
	left: 0%;
	position: absolute;
	top: 6%;
	width: 15px;
}

.about__img {
	left: 0;
	margin: 0 auto;
	margin-left: auto;
	max-width: 173px;
	position: absolute;
	right: 0;
	top: 16%;
	-webkit-transform: translateX(103px);
	transform: translateX(103px);
	width: 100vw;
}

.top-bg {
	margin-top: -10%;
	position: relative;
}

/* ---------------- Merit ---------------- */

.merit {
	background: #EAF3F6;
	margin-top: -8%;
	padding: 0px 20px 60px;
}

.merit__ttl {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 56px;
	text-align: center;
}

.merit__list {
	gap: 64px 48px;
	gap: 4rem 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	max-width: 1045px;
}

.merit__item {
	max-width: 224px;
	text-align: center;
}

.merit__img {
	background: #fff;
	border-radius: 50%;
	height: auto;
	margin: 0 auto 16px;
	width: 218px;
}

.merit__hd {
	color: #0058a7;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 700;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 180%;
	margin-bottom: 8px;
	text-align: left;
}

.merit__hd span {
	color: #0058a7;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 700;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 8px;
	text-align: left;
}

.merit__txt {
	color: #3C3C3C;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.7;
	line-height: 180%;
	text-align: center;
	text-align: left;
}

/* ---------------- Flow ---------------- */

.flow {
	background: #fff;
	padding: 32px 20px 64px;
}

.flow__ttl {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 77px;
	text-align: center;
}

.flow__list {
	gap: 40px 18px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin: 0 auto;
	max-width: 1016px;
}

.flow__wrap {
	margin: 0 auto;
	max-width: 1016px;
}

.flow__item {
	background: #F6F9FB;
	border-radius: 4px;
	max-width: 236px;
	padding: 40px 16px 12px;
	position: relative;
	text-align: center;
}

.flow-nam {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #0058A7;
	border-radius: 50%;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 700;
	height: 36px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	letter-spacing: 0;
	line-height: 1.8;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -15px;
	width: 36px;
}

.flow__icon {
	height: auto;
	margin: 0 auto 16px;
	width: 60px;
}

.flow__step {
	color: #3C3C3C;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 180%;
}

.flow__txt {
	color: #3C3C3C;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 8px;
}

.flow__text {
	color: #3C3C3C;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 10px;
	font-weight: 500;
	line-height: 150%;
	margin-top: 16px;
	text-align: center;
}

/* ---------------- Gallery（イメージ帯） ---------------- */

.gallery {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 100%;
}

.gallery img {
	aspect-ratio: 360/276;
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 100%;
}

/* ---------------- Job ---------------- */

.job {
	padding: 30px 15px;
}

.job__ttl {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 48px;
	text-align: center;
}

.job__tabs {
	gap: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	margin-bottom: 56px;
	max-width: 500px;
	text-align: center;
}

.job__tab01 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 1px solid #0061ae;
	border-radius: 40px;
	color: #0058A7;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 230px;
	padding: 20px;
	width: 100%;
}

.job__tab02 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 1px solid #FF7D67;
	border-radius: 40px;
	color: #FF7D67;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 230px;
	padding: 20px;
	width: 100%;
}

/* ── アクティブ時：背景と文字色を反転 ───────────── */

.job__tab01.job__tab--active {
	background: #0058A7;
	color: #fff; /* 枠線と同系色に揃える */
}

.job__tab02.job__tab--active {
	background: #FF7D67;
	color: #fff;
}

.job__pane {
	display: none;
}

.job__pane--active {
	gap: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.card {
	background: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 8px 1px rgba(49, 77, 102, .25);
	box-shadow: 0 0 8px 1px rgba(49, 77, 102, .25);
	overflow: hidden;
}

.job__card { /* ドロップシャドウ */
	-webkit-box-shadow: 0 0 8px 1px rgba(49, 77, 102, .25);
	box-shadow: 0 0 8px 1px rgba(49, 77, 102, .25);
	width: 332px;
}

.card__hd {
	background: #43A4CF;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-size: 16px;
	font-weight: 700;
	font-weight: 700;
	line-height: 180%;
	padding: 19px 22px;
}

.card__hd-pink {
	background: #FAA091;
}

.card__dl {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	line-height: 180%;
	padding: 18px 20px;
}

.card__dl dt {
	color: #0058A7;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 180%;
	margin-top: 24px;
}

.card__dl dt:first-child {
	margin-top: 0;
}

.card__dl dd {
	color: #3c3c3c;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 180%;
}

/* ---------------- Partner Slider ---------------- */

.partner {
	background: #EAF3F6;
	padding: 60px 0 80px;
	position: relative;
}

.partner__ttl {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 48px;
	text-align: center;
}

/* --- ラッパー --------------------------------------------- */

.partner-slider-wrap {
	margin: 0 auto;
	max-width: 1038px; /* 必要に応じて変更 */
}

/* --- スライド間隔 ----------------------------------------- */

.partner__slider .partner__slide {
	margin: 0 12px;
}

.partner__slide {
	max-width: 322px;
}

/* --- コントロール配置 ------------------------------------- */

.partner-controls {
	gap: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 32px;
}

/* 矢印ボタン */

.partner-next {
	background: url("../images/arrow__next.png") no-repeat center center/contain;
	cursor: pointer;
	height: 32px;
	width: 32px;
}

.partner-prev {
	background: url("../images/arrow__prev.png") no-repeat center center/contain;
	cursor: pointer;
	height: 32px;
	width: 32px;
}

/* --- ドット画像 ------------------------------------------- */

.partner-dots-list {
	gap: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* 既存 .partner-dots と同じ場所に追記 ------------------- */

.partner-dots {
	gap: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 1px;
}

.partner-dots button {
	background: #C4C4C4;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	font-size: 0; /* 数字を非表示 */
	height: 12px;
	padding: 0;
	width: 12px;
}

.partner-dots .slick-active button {
	background: #0058A7;
}

/* --- スマホ調整 ------------------------------------------- */

.card__thumb {
	position: relative;
}

.card__thumb img {
	display: block;
	width: 100%;
}

.card__tag {
	border-radius: 3px;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	left: 0px;
	padding: 8px 32px;
	position: absolute;
	top: 0px;
}

.card__tag--blue {
	background: #43A4CF;
}

.card__tag--pink {
	background: #FAA091;
}

.card__body {
	padding: 18px 20px 0;
}

.card__ttl {
	color: #0058A7;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 180%;
}

.card__txt {
	color: #3c3c3c;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 180%;
	margin-bottom: 24px;
}

/* トラックを横並び flex に */

/* 1) トラックをflex化して行の高さにストレッチ */

.partner__slider .slick-track {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch; /* 重要：全スライドを同じ高さに */
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

/* 2) 各スライドが伸びられるように */

.partner__slider .slick-slide {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important; /* 中身を縦に伸ばす土台 */
	height: auto !important; /* Slickの固定高さを上書き */
}

/* 3) Slickのラッパ直下をフルサイズに */

.partner__slider .slick-slide > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

/* 4) あなたのカード(article)を縦並びにして“伸びる箱”に */

.partner__slide {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

/* 5) 画像エリアの高さを安定させる（任意：差があると本文揃えに影響） */

.card__thumb {
	aspect-ratio: 16/9; /* 好きな比率に変更可 */
	overflow: hidden;
}

.card__thumb img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* 6) 本文は自然な高さのままでOK（ボタンなどを下寄せしたいなら） */

/* .card__body { margin-top: auto; } などでも調整可 */

/* ---------------- Message ---------------- */

.msg {
	background: url(../images/bg.png) no-repeat center center/cover;
	padding: 32px 20px;
	text-align: center;
}

.msg__ttl {
	margin-bottom: 7px;
}

.msg__txt {
	color: #3C3C3C;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 180%;
	margin-bottom: 32px;
	max-width: 471px;
	text-align: left;
}

.msg__img {
	margin: 0 auto;
	margin-top: 20px;
	max-width: 380px;
}

/* ---------------- FAQ（アコーディオン） ---------------- */

.faq {
	padding: 32px 20px;
}

.faq__ttl {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 40px;
	text-align: center;
}

.accordion-area {
	margin: 0 auto;
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
	margin-top: 50px;
	margin-top: 3.125rem;
	max-width: 1016px;
}

.accordion-area li {
	list-style: none;
	margin-bottom: 16px;
}

.accordion {
	margin-bottom: 4px;
}

.accordion-title {
	background: #F6F9FB;
	padding: 2% 2%;
}

.accordion-title p {
	gap: 5%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #3C3C3C;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(15px, 1.3vw, 20px);
	font-weight: 700;
	line-height: 150%;
	padding-left: 0%;
	padding-right: 11%;
}

.accordion-title span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #0058A7;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-family: "Lato", sans-serif;
	font-size: clamp(16px, 1.6vw, 24px);
	font-weight: 700;
	height: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 150%;
	width: 30px;
}

.accordion-box {
	margin-bottom: 16px;
	margin-bottom: 1rem;
	padding: 3%;
}

.accordion-box p {
	color: #3C3C3C;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(15px, 2.1vw, 16px);
	font-weight: 400;
	line-height: 180%;
	text-align: left;
}

.accordion-box a {
	text-decoration: underline;
}

.margin-top {
	margin-top: 5%;
}

/*アイコンの＋と×*/

.title {
	position: relative;
}

.title::before,
.title::after {
	background-color: #3C3C3C;
	content: "";
	height: 1px;
	position: absolute;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 18px;
}

.title::before {
	right: 3%;
	top: 48%;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.title::after {
	right: 3%;
	top: 48%;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/

.title.close::before {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.title.close::after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/*アコーディオンで現れるエリア*/

.box {
	display: none; /*はじめは非表示*/
}

/* ---------------- Contact ---------------- */

.contact {
	background: #EAF3F6;
	margin-top: -9%;
	padding: 0px 20px 32px;
	text-align: center;
}

.contact__ttl {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 48px;
}

.contact__lead {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	line-height: 1.8;
	margin: 0 auto;
	margin-bottom: 32px;
	max-width: 375px;
	text-align: left;
}

.contact__lead-last {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	line-height: 1.8;
	margin: 0 auto;
	margin-bottom: 60px;
	max-width: 375px;
	text-align: left;
}

.contact__form {
	margin: 0 auto;
	margin-top: 20px;
	max-width: 1016px;
}

.contact__row {
	margin-bottom: 24px;
	text-align: left;
}

.textarea {
	margin-bottom: 24px;
}

.contact__lbl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 1.5;
	margin-bottom: 8px;
	max-width: 200px;
	width: 100%;
}

.contact__lbl span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #FF7D67;
	border-radius: 4px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	height: 27px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.5;
	margin-bottom: 8px;
	width: 100%;
	width: 47px;
}

.contact__inp,
.contact__txt {
	background: #fff;
	border-radius: 4px;
	color: #3C3C3C;
	font-size: 15px;
	max-width: 670px;
	padding: 14px;
	width: 100%;
	width: 100%;
}

.contact__sel {
	background: #fff;
	border-radius: 4px;
	color: #3C3C3C;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	max-width: 180px;
	padding: 14px;
	width: 100%;
	width: 100%;
}

.contact__sel {

	background: #fff;
}

.contact__txt {
	min-height: 213px;
}

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

.contact__chk {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	margin-left: 2%;
}

.contact__chk p {
	color: #3c3c3c;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.8;
	display: flex;
}

.contact__chk p a {
	color: #43A4CF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.8;
	text-decoration: underline;
}

.contact__chk .req {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #FF7D67;
	border-radius: 4px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	height: 27px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.5;
	width: 100%;
	width: 47px;
	margin-left:16px;
}

.contact__chk input {
	margin-right: 8px;
	    margin-top: 8px;
}

.screen-reader-response{
	display:none;
}
.your-license{
	display: flex;
    flex-direction: column;
}

.wpcf7-response-output{
	margin-top:8px;
}
/* カスタムチェックボックス */

.custom-checkbox {
	background-color: #fff;
	border: 1px solid #3c3c3c;
	cursor: pointer;
	display: inline-block;
	height: 23px;
	position: relative;
	vertical-align: middle;
	width: 23px;
}

/* チェックマーク */

input[type=checkbox]:checked + .custom-checkbox::after {
	border: solid #43A4CF;
	border-width: 0px 2px 2px 0;
	content: "";
	content: "";
	height: 14px;
	left: 9px;
	position: absolute;
	top: 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 4px;
}

.contact__btn {
	background: -webkit-gradient(linear, left top, right top, from(#f4c160), to(#ff7d67));
	background: linear-gradient(90deg, #f4c160 0%, #ff7d67 100%);
	border-radius: 6px;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 700;
	height: 67px;
	letter-spacing: 0.1em;
	margin: 40px auto 0;
	position: relative;
	width: 300px;
}

.contact__btn:hover {
	opacity: 0.8;
}

.contact__btn:hover::before {
	right: 2%;
}

.contact__btn::before {
	background: url(../images/arrow01.png) no-repeat center center/contain;
	content: "";
	height: 20px;
	position: absolute;
	right: 6%;
	top: 38%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 20px;
}
/* ベース：Safariの矢印を消す */
.contact__sel{
  -webkit-appearance: none;  /* Safari/iOS */
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;     /* Safariでのグラデ抑止 */
  background-image: none;     /* 念のため */
  width: 100%;
  padding-right: 2.5rem;      /* 矢印分の余白 */
  line-height: 1.4;
}
.contact__scroll h3{
	font-family: "Noto Sans JP", sans-serif;
}

.contact__scroll p{
	font-family: "Noto Sans JP", sans-serif;
}
/* ラッパーで疑似要素の矢印を描く */
.select-wrap{
  position: relative;
  display: inline-block;
  width: 100%;
}
.select-wrap::after{
     content: "";
    position: absolute;
    top: 23px;
    left: 155px;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-right: 2px solid #3c3c3c;
    border-bottom: 2px solid #3c3c3c;
    pointer-events: none;
    opacity: .85;
}

/* Safariのみ微調整したいとき（任意） */
@supports (-webkit-touch-callout: none){
  .select-wrap::after{ right: 10px; }   /* 例：Safariだけ2px詰める */
}

/* ---------------- Footer ---------------- */

.ft {
	background: #F6F9FB;
	padding: 67px 0;
	text-align: center;
}

.ft__inner {
	margin: 0 auto;
	max-width: 1180px;
}

.ft__brand {
	gap: 12px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: inherit;
	margin-bottom: 24px;
	text-decoration: none;
}

.ft__logo {
	height: auto;
	margin: 0 auto;
	margin-bottom: 32px;
	max-width: 304px;
	width: 100%;
}

.ft__nav {
	gap: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 54px;
}

.ft__link {
	color: #555;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}

.ft__copy {
	color: #666;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
}

/* ==========================================================
  簡易アニメーション（FAQ開閉）
========================================================== */

.accordion.open .accordion-box {
	-webkit-animation: faqSlide 0.25s ease-out;
	animation: faqSlide 0.25s ease-out;
}

.fadein {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: fadedownAnime;
	animation-name: fadedownAnime;
	opacity: 0;
}

.fadeinTrigger {
	opacity: 0;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

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

a:hover {
	opacity: 0.8;
}

.inner {
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
}

h2 {
	font-size: 40px;
}

.pc-none {
	display: none;
}

.sp-none {
	display: block;
}

.header__wrap {
	height: 90px;
}

.header__logo {
	width: 200px;
}

.header__cta a {
	font-size: 15px;
	height: 50px;
	width: 159px;
}

.hero {
	background: transparent;
	padding: 0 30px;
}

.hero__inner {
	background: #F6F9FB;
	max-width: 1380px;
	padding: 6%;
}

.hero__ttl {
	font-size: clamp(40px, 4.1vw, 60px);
}

.hero__lead {
	font-size: clamp(24px, 2vw, 30px);
	font-weight: 600;
}

.hero__btn {
	font-size: 24px;
	height: 78px;
	max-width: 396px;
}

.hero-fv {
	max-width: 703px;
	position: absolute;
	top: 28%;
	-webkit-transform: translateX(81%);
	transform: translateX(81%);
	width: 49%;
	z-index: 0;
}

.header__wave {
	margin-top: 30px;
}

.about {
	overflow-x: clip;
	padding: 73px 30px 80px;
}

.about__ttl {
	font-size: 40px;
	margin-bottom: 20px;
}

.about__top span {
	font-size: 40px;
}

.about__ttl img {
	max-width: 313px;
}

.about__txt {
	font-size: 18px;
	margin: 0 auto 56px;
	max-width: 760px;
	text-align: center;
}

.about__txt::after {
	background: url(../images/about01.png) no-repeat center center/contain;
	bottom: unset;
	content: "";
	height: 246px;
	max-width: 227px;
	position: absolute;
	top: -77%;
	-webkit-transform: translateX(43%);
	transform: translateX(43%);
	width: 17vw;
}

.about__txt::before {
	bottom: -30%;
	width: 120px;
}

.about__list {
	font-size: 16px;
	margin: 0 auto 56px;
	max-width: 704px;
}

.about__list::before {
	height: 246px;
	max-width: 227px;
	position: absolute;
	top: 60%;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 17vw;
}

.about__list::after {
	display: none;
}

.about__item {
	font-size: 16px;
	letter-spacing: 0px;
}

.about__item::before {
	height: 15px;
	left: 0.3%;
	top: 15%;
	width: 15px;
}

.about__img {
	margin-right: calc(50% - 50vw);
	margin-top: -8%;
	max-width: 343px;
	position: relative;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	width: 31vw;
}

.merit {
	margin-top: -10%;
	padding: 0px 30px 60px;
}

.merit__ttl {
	font-size: 40px;
}

.merit__hd {
	font-size: 20px;
	white-space: nowrap;
}

.merit__txt {
	font-size: 16px;
}

.flow {
	padding: 45px 30px;
}

.flow__ttl {
	font-size: 40px;
}

.flow__list {
	gap: 18px;
	grid-template-columns: repeat(4, 1fr);
}

.flow__item {
	padding: 50px 30px 24px;
}

.flow-nam {
	font-size: 24px;
	height: 56px;
	top: -8%;
	width: 56px;
}

.flow__icon {
	width: 90px;
}

.flow__step {
	font-size: 20px;
}

.flow__txt {
	font-size: 16px;
}

.flow__text {
	margin-left: auto;
	max-width: 236px;
}

.gallery {
	grid-template-columns: repeat(4, 1fr);
}

.job {
	padding: 50px 30px;
}

.job__ttl {
	font-size: 40px;
}

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

.card__dl {
	font-size: 16px;
}

.card__dl dt {
	font-size: 16px;
}

.card__dl dd {
	font-size: 16px;
}

.partner {
	padding: 120px 0 48px;
}

.partner__ttl {
	font-size: 40px;
}

.partner-dots {
	padding-top: 0px;
}

.card__ttl {
	font-size: 16px;
}

.card__txt {
	font-size: 16px;
}

.msg {
	padding: 64px 30px;
}

.msg__flex {
	gap: 10%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	max-width: 1016px;
}

.msg__txt {
	font-size: 16px;
}

.faq {
	padding: 64px 30px;
}

.faq__ttl {
	font-size: 40px;
}

.accordion-title span {
	height: 54px;
	width: 54px;
}

.accordion-box {
	padding-right: 10%;
}

.title::before,
.title::after {
	height: 1px;
	width: 28px;
}

.contact {
	padding: 0px 30px 73px;
}

.contact__ttl {
	font-size: 40px;
}

.contact__lead {
	font-size: 16px;
	max-width: 100%;
	text-align: center;
}

.contact__lead-last {
	font-size: 16px;
	max-width: 100%;
	text-align: center;
}

.contact__row {
	gap: 10%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}

.textarea {
	gap: 10%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
}

.contact__lbl {
	font-size: 20px;
	max-width: 242px;
}

.contact__chk p {
	font-size: 16px;
}

.contact__chk p a {
	font-size: 16px;
}

.contact__chk .req {
	font-size: 14px;
}

.contact__btn {
	font-size: 22px;
	height: 78px;
	margin-left: 5%;
	width: 370px;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media (max-width: 767px) {

.partner-controls {
	gap: 14px;
}

.partner-prev,
.partner-next {
	height: 36px;
	width: 36px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes faqSlide {

from {
	opacity: 0;
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes faqSlide {

from {
	opacity: 0;
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@-webkit-keyframes fadedownAnime {

from {
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes fadedownAnime {

from {
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}


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