:root {
	--font-family-base: 'Noto Sans JP', sans-serif;
	--font-family-mincho: 'Noto Serif JP', serif;
	--text-color: #303030;
	--link-color: #479d57;
	--link-hover: #68b975;
	--box-shadow: 0 3px 10px rgb(119, 119, 119, 0.65)
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
pre {
	font-family: monospace, monospace;
	font-size: 1em
}
a {
	background-color: rgba(0, 0, 0, 0)
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}
b, strong {
	font-weight: bolder
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -0.25em
}
sup {
	top: -0.5em
}
img {
	border-style: none
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
button, [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText
}
fieldset {
	padding: .35em .75em .625em
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}
progress {
	vertical-align: baseline
}
textarea {
	overflow: auto
}
[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}
[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}
details {
	display: block
}
summary {
	display: list-item
}
template {
	display: none
}
[hidden] {
	display: none
}
* {
	box-sizing: border-box
}
html {
	width: 100%;
	height: 100%;
	font-size: 1.3333vw;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	scroll-behavior: smooth
}
@media screen and (min-width: 750px) {
	html {
		font-size: .9vw
	}
}
@media screen and (min-width: 1100px) {
	html {
		font-size: 10px
	}
}
body {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	font-size: 2.6rem;
	font-family: var(--font-family-base);
	color: var(--text-color);
	line-height: 1.5;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	overflow-x: hidden
}
@media screen and (min-width: 750px) {
	body {
		font-size: 2rem
	}
}
a img {
	outline: none;
	border: none;
	backface-visibility: hidden
}
a:hover img {
	opacity: .8
}
a:focus {
	outline: none
}
a, a img, button {
	transition: all .3s ease;
	box-shadow: #000 0 0 0
}
a[href^="tel:"] {
	cursor: default
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top
}
iframe, figure {
	max-width: 100%
}
table {
	border-collapse: collapse
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}
input, textarea, select, button {
	font-family: var(--font-family-base);
	color: var(--text-color);
	line-height: 1.4
}
select::-ms-expand {
	display: none
}
textarea {
	resize: vertical
}
div:focus {
	outline: none
}
@media screen and (min-width: 750px) {
	.pc-hidden {
		display: none
	}
}
.pc-show {
	display: none
}
@media screen and (min-width: 750px) {
	.pc-show {
		display: block
	}
}
.red{
  color: #fc4338;
}
.is-disactive{
  display: none;
}
.notes{
  font-size: 1.6rem;
}
.heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2rem;
	font-family: var(--font-family-mincho);
	line-height: 1.4
}
.heading__subtitle {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
	font-size: 2.8rem;
	font-weight: bold
}
.heading__subtitle:after {
	content: "";
	display: block;
	width: 8rem;
	height: .6rem;
	background: #003664
}
.heading__title {
	margin: 0;
	font-size: 5rem
}
@media screen and (min-width: 750px) {
	.heading {
		gap: 1.75rem
	}
	.heading__subtitle {
		gap: 1.2rem;
		font-size: 2.3rem
	}
	.heading__title {
		font-size: 4rem
	}
}
.heading--bg {
	position: relative;
	width: 100%;
	height: 36.4rem
}
.heading--bg__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.heading--bg__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
}
@media screen and (min-width: 750px) {
	.heading--bg {
		gap: 3.5rem;
		height: 25rem
	}
}
/* 外側のコンテナ（背景設定用） */
.heading--bg__image {
  
  background-size: cover;
  background-position: center;
  padding: 6rem 2rem;
  text-align: center;
  color: #fff;
}

/* 見出しラッパー */
.heading--bg__image .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* サブタイトル (英語) */
.heading--bg__image .heading__subtitle {
  font-family: var(--font-family-mincho);
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  position: relative;
  display: block;
}

/* サブタイトル下の短い横線 */
.heading--bg__image .heading__subtitle::after {
  content: "";
  display: block;
  width: 6rem;
  height: 3px;
  background-color: #9abae4;
  margin: 1.2rem auto 0;
  opacity: 0.8;
}

/* メインタイトル (日本語) */
.heading--bg__image .heading__title {
  font-family: var(--font-family-mincho);
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0,0,0,0.2); /* 文字に少し影をつけて読みやすく */
}

.sec4 .heading--bg__image {
  background-image: url("../img/sec4_heading_1.png");
}
.sec5 .heading--bg__image {
  background-image: url("../img/sec5_heading_1.png");
}
.sec6 .heading--bg__image {
  background-image: url("../img/sec6_heading_1.png");
}

/* =========================================
   SPレスポンシブ対応 (750px以下)
   ========================================= */
@media screen and (max-width: 749px) {
  .heading--bg__image {
    padding: 7rem 1.5rem;
    height: auto;
  }

  .heading--bg__image .heading__title{
    font-size: 4.8rem;
    width: 50rem;
  }
  .sec6 .heading--bg__image .heading__title{
    width: 35rem;
  }
  .sec4 .heading--bg__image {
    background-image: url("../img/sec4_heading_1_sp.png");
  }
  .sec5 .heading--bg__image {
    background-image: url("../img/sec5_heading_1_sp.png");
  }
  .sec6 .heading--bg__image {
    background-image: url("../img/sec6_heading_1_sp.png");
  }
}

.fadein {
	opacity: 0;
	transform: translateY(2rem);
	transition: opacity .6s ease-out, transform .6s ease-out
}
.fadein.show {
	opacity: 1;
	transform: translateY(0)
}
.site {
	display: flex;
	flex-direction: column;
	min-height: 100vh
}
.site .header {
	flex: 0 0 auto
}
.site .site-main {
	flex: 1 1 auto;
	overflow-x: hidden
}
.site .footer {
	flex: 0 0 auto;
}
.container {
	width: 100%;
	max-width: calc(1000px + 10rem);
	margin-left: auto;
	margin-right: auto;
	padding-left: 5rem;
	padding-right: 5rem
}
.header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 14.2rem;
	margin: 0 auto;
	padding: 0 2.6rem
}
.header__logo {
	margin: 0;
	line-height: 0
}
.header__logo img {
	width: 24rem
}
.header__btn {
	display: block
}
.header__btn img {
	width: 31rem
}
@media screen and (min-width: 750px) {
	.header__inner {
		padding: 0 5rem
	}
	.header__btn img {
		width: 36rem
	}
}
.floating {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 5
}
.floating img {
	width: 60rem
}
@media screen and (min-width: 750px) {
	.floating img {
		width: 46.2rem
	}
}
.footer {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 5rem 8rem;
	background: #003664
}
.footer__copyright {
	margin: 0;
	font-size: 1.8rem;
	color: #fff
}
@media screen and (max-width: 749px) {
  .footer {
    padding-bottom: 25rem;
  }
}
@media screen and (min-width: 750px) {
	.footer__copyright {
		font-size: 1.6rem
	}
}
.kv {
	position: relative;
	width: 100%
}
.kv__image {
	position: relative;
	width: 100%;
	height: auto
}
.kv__image__item {
	width: 100%
}
.kv__image__item picture {
	display: block;
	width: 100%
}
.kv__image__item img {
	display: block;
	width: 100%;
	height: auto
}
.kv__text {
	position: absolute;
	bottom: 30rem;
	left: 5rem
}
.kv__text img {
	width: 44.8rem
}
.kv__text p {
	margin: 0;
	font-family: var(--font-family-mincho);
	font-size: 3.8rem;
	color: #fff;
	line-height: 7rem
}
.kv__text p span {
	font-size: 4.3rem;
	border-bottom: .2rem solid #fff
}
.kv__btn {
	position: absolute;
	bottom: 10rem;
	display: flex;
	justify-content: center;
	padding: 0 2.6rem;
  gap: 2rem;
}
.kv__btn a {
	width: 33.33%
}
.kv__btn a img {
	width: 100%
}
.kv__text__bottom{
  position: absolute;
	bottom: 3rem;
  padding: 0 2.6rem;
}
.kv__text__bottom p{
  color: #fff;
}
@media screen and (min-width: 750px) {
	.kv__image__item img {
		height: 81.4rem;
		object-fit: cover
	}
	.kv__inner {
		padding: 0 5rem
	}
	.kv__text {
		top: 11.5rem;
		bottom: auto
	}
  .kv__text .pc-none{
    display: none;
  }
}
@media screen and (min-width: 1100px) {
	.kv__inner {
		position: absolute;
		top: 0;
		left: 50%;
		width: 1000px;
		height: 100%;
		margin-left: -500px
	}
}

/* ボタンの親要素（配置用） */
.kv__btn {
  text-align: center;
  max-width: 100%;
}

/* ボタン本体（aタグ） */
.kv__btn a {
  display: block;
  width: 30rem;
  max-width: 33.3%;
  height: auto;
  background: linear-gradient(to bottom, #4d6cd0 0%, #2f4ba8 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  box-shadow: 0 5px 0 #1a3075, 0 10px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  padding: 2rem 0 4rem;
  transition: all 0.3s;
}

/* ホバー時の動き（沈み込むエフェクト） */
.kv__btn a:hover {
  transform: translateY(3px);
  box-shadow: 
    0 2px 0 #1a3075, 
    0 5px 5px rgba(0,0,0,0.3);
}

/* テキスト（pタグ） */
.kv__btn a p {
  font-family: var(--font-family-mincho);
  font-size: 3.4rem;
  line-height: 1.4;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3); /* 文字に少し影 */
}

/* 下矢印（CSSで作るV字） */
.kv__btn a::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-right: 0.3rem solid #fff;
  border-bottom: 0.3rem solid #fff;
  transform: rotate(45deg);
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  margin-left: -0.8rem;
}
@media screen and (max-width: 749px) {
  .kv__btn a{
    padding: 2rem 0 5rem;
  }
  .kv__btn a p{
    font-size: 3rem;
    line-height: 1.5;
  }
}
.sec1 {
	padding: 6.6rem 0
}
.sec1__cta {
	margin-bottom: 5rem;
	padding: 0 2.6rem;
	text-align: center
}
.sec1__cta a img {
	width: 69.4rem
}
.sec1__company {
	width: 100%;
	overflow: hidden
}
.sec1__company__right, .sec1__company__left {
	overflow: hidden;
	margin-bottom: 2rem;
	width: 100%
}
.sec1__company__right__item, .sec1__company__left__item {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 2rem;
  flex: 0 0 auto;
    width: auto;
}
.sec1__company__right__item img, .sec1__company__left__item img {
	width: 95.1rem;
	max-width: none; 
    height: auto;
    min-height: 1px;
    display: block;
}
.sec1__company__right {
	display: flex;
  min-width: 100%;
	width: max-content;
	margin-bottom: 7.4rem;
	animation: scroll-right 30s linear infinite;
  transform: translate3d(0, 0, 0);
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.sec1__company__left {
	display: flex;
  min-width: 100%;
	width: max-content;
	animation: scroll-left 30s linear infinite;
  transform: translate3d(0, 0, 0);
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
@media screen and (min-width: 750px) {
	.sec1__cta {
		margin-bottom: 7rem
	}
	.sec1__cta a img {
		width: 97rem
	}
}
@keyframes scroll-right {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-50%, 0, 0);
	}
}
@keyframes scroll-left {
	0% {
		transform: translate3d(-50%, 0, 0);
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}
.sec2 {
	padding: 6.6rem 0 9rem 0
}
.sec2__inner {
	width: 100%;
	max-width: calc(1000px + 10rem);
	margin-left: auto;
	margin-right: auto;
	padding-left: 5rem;
	padding-right: 5rem
}
.sec2 .heading {
	margin-bottom: 11rem
}
.sec2__tabs {
	display: flex;
	justify-content: center;
	gap: .6rem
}
.sec2__tab {
	flex: 1 1 auto;
	width: 50%;
	padding: 2.7rem 0;
	appearance: none;
	font-size: 3rem;
	font-weight: bold;
	background: #f0f0f1;
	border: none;
	border-radius: 2rem 2rem 0 0;
	cursor: pointer;
	transition: all .3s ease
}
.sec2__tab:hover {
	background: #e6e6e6
}
.sec2__tab.active {
	background: #e1eefb
}
.sec2__content__panel {
	display: none;
	padding: 3.5rem;
	background: #e1eefb
}
.sec2__content__panel.active {
	display: block
}
.sec2__content__panel p {
	margin: 0;
	font-size: 18px;
  line-height: 1.7;
}
@media screen and (min-width: 750px) {
	.sec2 .heading {
		margin-bottom: 7rem
	}
	.sec2__tab {
		padding: 3rem 0;
		font-size: 2.6rem
	}
	.sec2__content__panel {
		padding: 4.5rem 5rem
	}
	.sec2__content__panel p {
		font-size: 2.2rem
	}
}
.sec3 {
	padding: 9rem 0 6.6rem 0
}
.sec3__inner {
	width: 100%;
	max-width: calc(1000px + 10rem);
	margin-left: auto;
	margin-right: auto;
	padding-left: 5rem;
	padding-right: 5rem
}
.sec3__heading {
	display: flex;
	justify-content: center;
	margin-bottom: 10rem
}
.sec3__heading h2 {
	margin: 0;
	padding-bottom: 4.5rem;
	font-family: var(--font-family-mincho);
	font-size: 5rem;
	line-height: 1.2;
	border-bottom: .6rem dotted #003664
}
.sec3__tabs {
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin-bottom: 6.4rem
}
.sec3__tab {
	position: relative;
	flex: 1 1 33.33%;
	padding: 0;
	appearance: none;
	background: none;
	border: none;
	cursor: pointer;
	transition: all .3s ease
}
.sec3__tab img {
	width: 100%
}
.sec3__tab:after {
	content: "";
	position: absolute;
	bottom: -2.4rem;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
	display: block;
	width: 4.7rem;
	height: 4.7rem;
	background: url(../img/sec3_tab_icon.png) no-repeat center/contain;
	transition: all .3s ease
}
.sec3__tab.active:after {
	transform: translateX(-50%) rotate(180deg)
}
.sec3__content {
	position: relative;
	margin-bottom: 9rem
}
.sec3__content__panel {
	display: none;
	position: relative;
	padding: 3.5rem;
	border-radius: 1.5rem;
	border: 1px solid #8d8d8d
}
.sec3__content__panel.active {
	display: block;
	--triangle-position: 50%
}
.sec3__content__panel.active::before {
	content: "";
	position: absolute;
	top: -12px;
	left: var(--triangle-position);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 12px solid rgba(0, 0, 0, 0);
	border-right: 12px solid rgba(0, 0, 0, 0);
	border-bottom: 12px solid #8d8d8d;
	transition: left .3s ease
}
.sec3__content__panel.active::after {
	content: "";
	position: absolute;
	top: -11px;
	left: var(--triangle-position);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 11px solid rgba(0, 0, 0, 0);
	border-right: 11px solid rgba(0, 0, 0, 0);
	border-bottom: 11px solid #fff;
	transition: left .3s ease
}
.sec3__content__panel p {
	margin: 0;
	font-size: 18px;
    line-height: 1.7;
}
.sec3__cta {
	margin-bottom: 5rem;
	padding: 0 2.6rem;
	text-align: center
}
.sec3__cta a img {
	width: 69.4rem
}
@media screen and (min-width: 750px) {
	.sec3__tabs {
		gap: 2rem;
		margin-bottom: 7.7rem
	}
	.sec3__content {
		margin-bottom: 10rem
	}
	.sec3__content__panel {
		padding: 5rem
	}
	.sec3__content__panel.active::before {
		top: -20px;
		border-left: 20px solid rgba(0, 0, 0, 0);
		border-right: 20px solid rgba(0, 0, 0, 0);
		border-bottom: 20px solid #8d8d8d
	}
	.sec3__content__panel.active::after {
		top: -19px;
		border-left: 19px solid rgba(0, 0, 0, 0);
		border-right: 19px solid rgba(0, 0, 0, 0);
		border-bottom: 19px solid #fff
	}
	.sec3__content__panel p {
		font-size: 2.2rem
	}
	.sec3__cta a img {
		width: 97rem
	}
}

.sec3__tab:hover {
  opacity: 0.9;
}

/* 画像エリア */
.sec3__tab picture,
.sec3__tab img {
  display: block;
  width: 100%;
  height: auto;
}

/* テキスト（h3） */
.sec3__tab h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  margin: 0;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* =========================================
   SPレスポンシブ対応 (750px以下)
   ========================================= */
@media screen and (max-width: 749px) {
  .sec3__tab h3 {
    font-size: 2rem;
  }
}
.sec4 {
	text-align: center;
	overflow: hidden
}
.sec4__inner {
	width: 100%;
	max-width: calc(1000px + 10rem);
	margin-left: auto;
	margin-right: auto;
	padding-left: 5rem;
	padding-right: 5rem;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8rem;
	padding-top: 7rem;
	padding-bottom: 7rem;
  counter-reset: sec4-counter;
}
/*
.sec4__inner img {
	width: 48.1rem
}
*/
.sec4__inner .item{
  display: flex;
  gap: 9rem;
  align-items: center;
  counter-increment: sec4-counter;
}
.sec4__inner .item:nth-of-type(2n){
  flex-direction: row-reverse;
}
.sec4__inner .item .img{
  flex: 0 0 48rem;
  max-width: 48rem;
}
.sec4__inner .item .img picture{
  display: block;
}
.sec4__inner .item .img picture img{
  display: block;
  width: 100%;
}
.sec4__inner .item .text{
  flex: 1;
}
.sec4__inner .item .text h3{
  font-size: 3.069rem;
  text-align: left;
}
.sec4__inner .item .text h3 img{
  width: 6.1rem;
  display: block;
  margin-bottom: 1.5rem;
}
.sec4__inner .item .text p{
  font-size: 2.2rem;
  text-align: left;
  line-height: 1.8;
}
/* 数字エリアの基本スタイル */
.sec4__inner .text h3 .num {
  display: block;
  line-height: 1;
  margin-bottom: 0.5rem;
  position: relative;
  font-family: var(--font-family-mincho);
  border-bottom: 4px solid #a8b3c4;
  width: fit-content;
  max-width: 100%;
  padding-bottom: 0.2em;
  
}

/* "Strategy" の部分 */
.sec4__inner .text h3 .num::before {
  content: "Strategy";
  display: block;
  font-size: 1.5rem;
  color: #a8b3c4;
  font-weight: bold;
  letter-spacing: 0.05em;
}

/* 数字 "01", "02"... の部分 */
.sec4__inner .text h3 .num::after {
  content: "0" counter(sec4-counter);
  display: block;
  font-size: 6.0rem;
  color: #a8b3c4;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 749px) {
  .sec4__inner .item {
    width: 100%;
    display: block;
  }
  .sec4__inner .item .img{
    width: 100%;
    max-width: none;
  }
  .sec4__inner .item .text{
    width: 100%;
    max-width: none;
    margin-top: -8rem;
    position: relative;
    z-index: 1;
  }
  .sec4__inner .item .text h3{
    font-size: 20px;
    line-height: 1.7;
  }
  .sec4__inner .item .text p{
    font-size: 18px;
    line-height: 1.7;
  }
  .sec4__inner .item .text h3 img{
    width: 8rem;
  }
  .sec4__inner .text h3 .num::before {
    font-size: 2rem;
  }
  .sec4__inner .text h3 .num::after {
    font-size: 8rem;
  }
}
@media screen and (min-width: 750px) {
	.sec4__inner {
		padding-top: 10rem;
		padding-bottom: 16rem;
		gap: 6rem
	}
	.sec4__inner img {
		width: 99.8rem
	}
}
.sec5 {
	background: #f1f1f1
}

.sec5__inner {
	width: 100%;
	max-width: calc(1000px + 10rem);
	margin-left: auto;
	margin-right: auto;
	padding-left: 5rem;
	padding-right: 5rem;
	padding-top: 10rem;
	padding-bottom: 12rem
}
.sec5__list {
  /*
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6rem
  */
  display: grid;
  grid-template-columns: repeat(2, 1fr);;
  gap: 6rem;
  align-items: stretch;
  counter-reset: sec5-counter;
}
.sec5__list__item img {
	width: 60rem
}

.sec5__list .item{
  display: flex;
	flex-direction: column;
	align-items: center;
  background-color: #e9edf0;
  position: relative;
  counter-increment: sec5-counter;
}
.sec5__list .item::before{
  content: counter(sec5-counter, decimal-leading-zero);
  display: block;
  position: absolute;
  top: -3rem;
  left: -2rem;
  background-color: #ffffff;
  color: #8598b6;
  outline: 1px solid #8598b6;
  width: 1.75em;
  height: 1.75em;
  text-align: center;
  line-height: 1.75;
  font-size: 4.8rem;
  font-family: var(--font-family-mincho);
  font-weight: 600;
}
.sec5__list .item .top{

}
.sec5__list .item .bottom{
  box-sizing: border-box;
  padding: 3rem;
}
.sec5__list .item .bottom h3{
  position: relative;
  text-align: center;
  font-size: 3rem;
}
.sec5__list .item .bottom h3 span{
  display: block;
  font-size: 75%;
  color: #003664;
}
.sec5__list .item .bottom h3 .ic2-1{
  display: block;
  width: 9.6rem;
  position: absolute;
  left: -2rem;
  bottom: 1.5rem;
}
.sec5__list .item .bottom h3 .ic2-2{
  display: block;
  width: 5.8rem;
  position: absolute;
  left: -2rem;
  bottom: 1.5rem;
}
.sec5__list .item .bottom h3 .ic2-3{
  display: block;
  width: 9.6rem;
  position: absolute;
  left: -2rem;
  bottom: 1.5rem;
}
.sec5__list .item .bottom h3 .ic2-4{
  display: block;
  width: 6.3rem;
  position: absolute;
  left: -2rem;
  bottom: 2.5rem;
}
.sec5__list .item .bottom p{
  font-size: 2.3rem;
  width: 35rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}
@media screen and (min-width: 1250px){
  .sec5 .heading--bg{
    height: auto;
  }
  .sec5 .heading--bg .heading--bg__image{
    position: relative;
  }
  .sec5 .heading--bg picture{
    display: block;
  }
}
@media screen and (min-width: 750px) {
  
	.sec5__list {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 8rem 6rem;
	}
	.sec5__list__item {
		flex: 1 1 calc(50% - 2rem)
	}
	.sec5__list__item img {
		width: 100%
	}
}
@media screen and (max-width: 749px) {
  .sec5__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .sec5__list .item .bottom h3{
    font-size: 20px;
        line-height: 1.7;
  }
  .sec5__list .item .bottom p{
    font-size: 18px;
        line-height: 1.7;
    width: 95%;
  }
  .sec5__list .item .bottom h3 .ic2-1{
    width: 14rem;
    left: 0rem;
  }
  .sec5__list .item .bottom h3 .ic2-2{
    width: 8.8rem;
    left: 0rem;
  }
  .sec5__list .item .bottom h3 .ic2-3{
    width: 13.6rem;
    left: 0rem;
  }
  .sec5__list .item .bottom h3 .ic2-4{
    width: 9.3rem;
    left: 0rem;
  }
  .sec5__list .item::before{
    font-size: 6rem;
    font-weight: 400;
  }
}
.sec6__inner {
  width: 100%;
  max-width: calc(1000px + 10rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 9rem;
	padding-bottom: 14rem;
  counter-reset: support-counter;
}

/*
.sec6__list {
	display: flex;
	flex-direction: column;
	gap: 10rem;
	padding-left: 7rem
}
.sec6__list img {
	width: 100%
}
*/

.sec6__list .item {
  counter-increment: support-counter;
  margin-bottom: 6rem;
}

@media screen and (min-width: 750px) {
  .sec6__list .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sec6__list .item .text {
    width: 65%;
  }
  .sec6__list .item .text.w100 {
    width: 100%;
  }
  .sec6__list .item .img {
    width: 35%;
  }
}

@media screen and (max-width: 749px) {
  .sec6__inner{
    padding-bottom: 0rem;
  }
  .sec6__list .item {
    display: block;
    margin-bottom: 10rem;
  }
  .sec6__list .text {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.sec6__list .text h3 {
  display: flex;
  align-items: center;
  font-size: 3.4rem;
  color: #002e5d;
  font-family: var(--font-family-mincho);
  font-weight: 500;
  border-bottom: 2px solid #002e5d;
  margin-bottom: 3.5rem;
  line-height: 1.4;
}
.sec6__list .text h3 .num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #002e5d;
  color: #fff;
  width: 10rem;
  padding: 1.8rem 0;
  margin-right: 2.5rem;
  flex-shrink: 0;
}
.sec6__list .text h3 .num::before {
  content: "Support";
  font-size: 1.2rem;
  font-family: var(--font-family-mincho);
  margin-bottom: 0.5rem;
  line-height: 1;
}
.sec6__list .text h3 .num::after {
  content: counter(support-counter, decimal-leading-zero);
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1;
}
.sec6__list .text p {
  font-size: 2.4rem;
  line-height: 1.8;
  color: #333;
  margin-right: 2em;
}
.sec6__list .item .img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 749px) {
  .sec6__list .text h3 {
    font-size: 20px;
        line-height: 1.7;
  }
  .sec6__list .text h3 .num {
    width: 12rem;
    margin-right: 3rem;
    padding: 3rem 0;
  }
  .sec6__list .text h3 .num::before {
    font-size: 1.2rem;
  }
  .sec6__list .text h3 .num::after {
    font-size: 4.4rem;
  }
  .sec6__list .text p {
    font-size: 18px;
        line-height: 1.7;
    margin-right: 0;
  }
  .sec6__list .img{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.sec6__slide {
	width: 67.2rem;
  max-width: 100%;
	margin: 2.6rem auto 10rem auto
}
.sec6__slide__title {
	margin: 0 0 5.6rem 0;
	font-family: var(--font-family-mincho);
	font-size: 3.4rem;
	color: #003664;
	text-align: center
}
.sec6__slide__image {
	filter: drop-shadow(1rem 1rem 0.6rem rgba(0, 0, 0, 0.16))
}
.sec6__slide__image img {
	width: 100%
}
.sec6__slide__image .slick-prev, .sec6__slide__image .slick-next {
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 7.3rem;
	height: 7.3rem;
	padding: 0;
	transform: translateY(-50%);
	font-size: 0;
	appearance: none;
	border: none;
	outline: none;
	background-color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	cursor: pointer;
	filter: none
}
.sec6__slide__image .slick-prev {
	left: -5rem;
	background-image: url(../img/icon_prev.png)
}
.sec6__slide__image .slick-next {
	right: -5rem;
	background-image: url(../img/icon_next.png)
}


.sec6__slide__image .item {
  background-color: #f7fafd; /* 薄い青背景 */
  padding: 3rem;
  box-sizing: border-box;
  /* スライダーの中で影をつける場合 */
  /* box-shadow: 0 3px 10px rgba(0,0,0,0.1); */
}

.sec6__slide__image .item .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
}
.sec6__slide__image .item .top .img {
  width: 40%;
}
.sec6__slide__image .item .top .img img {
  width: 100%;
  height: auto;
  display: block;
}
.sec6__slide__image .item .top .text {
  width: 56%;
}
.sec6__slide__image .item .top .text h4 {
  background-color: #002e5d;
  color: #fff;
  font-size: 2.6rem;
  font-family: var(--font-family-mincho);
  font-weight: 500;
  padding: 1rem 1.5rem;
  padding-left: 4rem;
  margin-bottom: 2rem;
  text-align: left;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}
.sec6__slide__image .item .top .text h5 {
  font-size: 2.2rem;
  line-height: 1.8;
  color: #333;
  font-weight: normal;
  margin: 0;
}
.sec6__slide__image .item .bottom {
  border-top: 1px solid #e1e8ef;
  padding-top: 2.5rem;
}
.sec6__slide__image .item .bottom p {
  font-size: 2.4rem;
  line-height: 1.8;
  color: #333;
  text-align: justify;
}

@media screen and (max-width: 749px) {
  .sec6__slide__title{
    font-size: 5rem;
  }
  .sec6__slide__image .item {
    padding: 4rem;
  }
  .sec6__slide__image .item .top {
    margin-bottom: 2rem;
  }
  .sec6__slide__image .item .top .text h4 {
    font-size: 2.4rem;
  }
  .sec6__slide__image .item .top .text h5 {
    font-size: 18px;
        line-height: 1.7;
  }
  .sec6__slide__image .item .bottom p {
    font-size: 18px;
        line-height: 1.7;
  }
}
@media screen and (min-width: 750px) {
	
	.sec6__list {
		gap: 8rem;
		padding: 0
	}
	.sec6__slide {
		margin: 5.6rem auto 11rem auto
	}
	.sec6__slide__image .slick-prev {
		left: -12.3rem
	}
	.sec6__slide__image .slick-next {
		right: -12.3rem
	}
}
.sec7 {
	text-align: center;
	overflow: hidden
}
.sec7 img {
	width: 100%
}
@media screen and (min-width: 750px) {
  /*
	.sec7 {
		height: 58.4rem
	}
  */
	.sec7 img {
		height: 100%;
		object-fit: cover
	}
}
@media screen and (min-width: 1100px) {
  /*
	.sec7 {
		height: 64.9rem
	}
  */
}
@media screen and (min-width: 1920px) {
	.sec7 {
		height: auto
	}
	.sec7 img {
		width: 1920px
	}
}
/* セクション全体（背景画像とオーバーレイ） */
.sec7 {
  background-image: url(../img/sec7_1.png);
  background-size: cover;
  background-position: center;
  background-color: #f0f4f8;
  position: relative;
  padding: 5rem 2rem;
  text-align: center;
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* コンテンツを前面に出す */
.sec7 h2, .sec7 p {
  position: relative;
  z-index: 2;
}

/* 見出し (h2) */
.sec7 h2 {
  font-family: var(--font-family-mincho);
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #333; /* 上の2行の文字色 */
  text-shadow: 2px 1px 5px rgba(255, 255, 255, 0.8);
}

/* 全額返金保証を提供（強調部分） */
.sec7 h2 b {
  display: block;
  background-color: #002e5d;
  padding: 0.5rem 1.5rem;
  margin-top: 2rem;
  width: 100%;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  font-size: 4.8rem;
  letter-spacing: 0.15em;
  font-weight: bold;
  text-shadow: none;
}

/* 文字グラデーション */
.sec7 h2 b span {
  background: linear-gradient(to bottom, #f3d77c 0%, #f8e4ac 50%, #dfbc5c 80%, #dfbc5c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

/* 本文 (p) */
.sec7 p {
  font-size: 2.4rem;
  line-height: 2.0;
  color: #333;
  font-weight: 500;
  text-shadow: 2px 1px 5px rgba(255, 255, 255, 0.8);
}

/* =========================================
   SPレスポンシブ対応 (750px以下)
   ========================================= */
@media screen and (max-width: 749px) {
  .sec7 {
    padding: 10rem 1.5rem;
    background-image: url("../img/sec7_1_sp.png");
  }
  .sec7 h2 {
    font-size: 3.8rem;
  }
  .sec7 h2 b {
    font-size: 5.25rem;
    padding: 1rem 2.5rem;
    font-weight: 400;
  }
  .sec7 p {
    font-size: 2.4rem;
  }
  
}


.sec8__image img {
	width: 100%
}
.sec8__cta {
	margin-top: -6rem;
	padding: 0 2.6rem;
	text-align: center
}
.sec8__cta a img {
	width: 100%
}
@media screen and (min-width: 750px) {
	.sec8 {
		padding-top: 9rem
	}
	.sec8__inner {
		width: 100%;
		max-width: calc(1000px + 10rem);
		margin-left: auto;
		margin-right: auto;
		padding-left: 5rem;
		padding-right: 5rem
	}
	.sec8__cta {
		margin-top: -8rem
	}
	.sec8__cta a img {
		width: 82.4rem
	}
}
.sec9 {
	padding: 16rem 0 14.6rem 0
}
.sec9 .heading {
	margin-bottom: 10rem
}
.sec9__inner {
	width: 100%;
	max-width: calc(1000px + 10rem);
	margin-left: auto;
	margin-right: auto;
	padding-left: 5rem;
	padding-right: 5rem
}
.sec9__modal__button {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3.4rem
}
.sec9__modal__button button {
	width: 100%;
	padding: 0;
	appearance: none;
	outline: none;
	border: none;
	background: none;
	cursor: pointer
}
.sec9__modal__button button img {
	width: 100%
}

.sec9__modal__overlay {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(82, 82, 82, .9);
	align-items: center;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s ease, visibility .3s ease
}
.sec9__modal__overlay.active {
	visibility: visible;
	opacity: 1
}
.sec9__modal__content {
	position: relative;
	width: 95%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.sec9__modal__content__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-height: 95vh;
	padding: 7rem 3.5rem 4rem 3.5rem;
	background: #3262b6;
	border-radius: 2rem;
	text-align: center;
	overflow-y: auto;
}
.sec9__modal__content__title {
	display: inline-block;
	margin: 0 0 2.6rem 0;
	padding: 0 1rem;
	font-size: 4.4rem;
	background: #e1eefb
}
.sec9__modal__content__subtitle {
	margin: 0;
	font-size: 2.2rem;
	color: #fff
}
.sec9__modal__content table {
	margin-top: 8rem
}
.sec9__modal__content table th {
	padding: 1.5rem;
	font-size: 2.9rem;
	font-weight: bold;
	color: #3262b6;
	background: #e1eefb;
	white-space: nowrap;
	border: 1px solid #303030
}
.sec9__modal__content table td {
	padding: 1.5rem 3rem;
	font-size: 2.7rem;
	text-align: left;
	background: #fff;
	border: 1px solid #303030
}
.sec9__modal__close {
	position: absolute;
	top: 1.6rem;
	right: 1.6rem;
	padding: 0;
	font-size: 3rem;
	line-height: 1;
	color: #666;
	appearance: none;
	outline: none;
	background: none;
	border: none;
	cursor: pointer;
  width: 7rem;
  height: 7rem;
  font-size: 4rem;
  background-color: #333;
  box-sizing: border-box;
  padding: 1.5rem;
  border-radius: 50%;
  margin-right: 1rem;
}
.sec9__modal__close img {
	width: 100%;
	height: auto
}
.sec9__modal__content .notes{
  color: #ffffff;
  font-size: 4.4rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.sec9__modal__close2{
  cursor: pointer;
}
@media screen and (min-width: 750px) {
  .sec9__modal__content__title {
		margin-bottom: 4.5rem;
    font-size: 6rem;
	}
  .sec9__modal__content .notes{
    font-size: 6rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
	.sec9__modal__content__subtitle {
		font-size: 3.5rem
	}
	.sec9__modal__content table {
		margin-top: 5rem;
    width: 100%;
	}
	.sec9__modal__content table th {
		padding: 2rem 3rem;
    font-size: 2.9rem;
	}
	.sec9__modal__content table td {
		padding: 2rem 3rem;
		font-size: 2.6rem
	}
  .sec9__modal__close {
		width: 7rem;
    height: 7rem;
    font-size: 4rem;
    background-color: #333;
    box-sizing: border-box;
    padding: 1.5rem;
    border-radius: 50%;
    margin-right: 1rem;
	}
}
@media screen and (min-width: 1132px) {
	.sec9 .heading {
		margin-bottom: 8.5rem
	}
	.sec9__modal__button {
		gap: 6rem
	}
	.sec9__modal__button button {
		width: 90rem
	}
	.sec9__modal__content {
		width: 83.3%;
		max-width: 980px;
	}
	.sec9__modal__content__inner {
		padding: 10rem
	}
	.sec9__modal__content__title {
		margin-bottom: 4.5rem;
    font-size: 6.6rem;
	}
	.sec9__modal__content__subtitle {
		font-size: 3.25rem;
	}
	.sec9__modal__content table {
		margin-top: 5rem;
    width: 100%;
	}
	.sec9__modal__content table th {
		padding: 2rem 3rem;
    font-size: 2.9rem;
	}
	.sec9__modal__content table td {
		padding: 2rem 3rem;
		font-size: 2.6rem
	}
	.sec9__modal__close {
		width: 7rem;
    height: 7rem;
    font-size: 4rem;
    background-color: #333;
    box-sizing: border-box;
    padding: 1.5rem;
    border-radius: 50%;
    margin-right: 1rem;
	}
}

.sec9__modal__button .item{
  display: grid;
  grid-template-columns: auto 32rem;
  gap: 0;
  align-items: stretch;
  background-color: #3262b6;
  border-radius: 25px;
  overflow: hidden;
}
.sec9__modal__button .item .text{
  padding: 0 3rem;
  display: flex;
  flex-direction: column;
}
.sec9__modal__button .item .text .ic{
  width: 3.3rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
.sec9__modal__button .img picture{
  display: block;
}
.sec9__modal__button .item .img picture img{
  display: block;
  width: 100%;
}
.sec9__modal__button .item .text h3{
  font-size: 3rem;
  text-align: left;
  color: #ffffff;
  line-height: 1.7;
  margin: auto;
  font-weight: 500;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .sec9__modal__button .item{
    grid-template-columns: auto 29rem;
    border-radius: 2.2rem;
  }
  .sec9__modal__button .item .text h3{
    font-size: 2.3rem;
  }
  .sec9__modal__button .item .sp-none{
    display: none;
  }
}

.sec10 {
	padding: 11.6rem 0 8.7rem 0;
	background: #f0f0f1
}
.sec10__inner {
	width: 100%;
	max-width: calc(1000px + 10rem);
	margin-left: auto;
	margin-right: auto;
	padding-left: 5rem;
	padding-right: 5rem
}
.sec10 .heading {
	margin-bottom: 8.5rem
}
.sec10__slide {
	width: 60rem;
	margin: 0 auto
}
.sec10__slide__item img {
	width: 100%
}
.sec10__slide .slick-prev {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: -7rem;
	width: 5.9rem;
	height: 5.9rem;
	padding: 0;
	transform: translateY(-50%);
	font-size: 0;
	appearance: none;
	border: none;
	outline: none;
	background: url(../img/icon_prev.png) no-repeat center/contain;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0)
}
.sec10__slide .slick-next {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: -7rem;
	width: 5.9rem;
	height: 5.9rem;
	padding: 0;
	transform: translateY(-50%);
	font-size: 0;
	appearance: none;
	border: none;
	outline: none;
	background: url(../img/icon_next.png) no-repeat center/contain;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0)
}
@media screen and (min-width: 750px) {
	.sec10 {
		padding: 13rem 0
	}
	.sec10 .heading {
		margin-bottom: 10rem
	}
	.sec10__slide {
		width: 83rem
	}
	.sec10__slide .slick-prev {
		left: -8.5rem;
		width: 7.3rem;
		height: 7.3rem
	}
	.sec10__slide .slick-next {
		right: -8.5rem;
		width: 7.3rem;
		height: 7.3rem
	}
}
/* =========================================
   共通設定（PCベース）
   ========================================= */
.sec10__slide .item {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/* PCレイアウト (751px以上) */
@media screen and (min-width: 751px) {
  .sec10__slide .item .top {
    display: flex;
    justify-content: space-between;
    align-items: stretch; /* 高さを合わせる */
    background-color: #31343b;
    color: #fff;
  }

  .sec10__slide .item .top .text {
    width: 55%;
    padding: 4rem;
    box-sizing: border-box;
    display: flex;
    align-items: center; /* 上下中央 */
  }

  .sec10__slide .item .top .text h3 {
    font-size: 2.6rem;
    line-height: 1.6;
    font-weight: 500;
    font-family: var(--font-family-mincho);
  }

  .sec10__slide .item .top .img {
    width: 45%;
  }

  .sec10__slide .item .top .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .sec10__slide .item .bottom {
    padding: 3rem;
    background-color: #fff;
  }

  .sec10__slide .item .bottom p {
     font-size: 2.2rem;
    line-height: 1.8;
    color: #333;
    text-align: justify;
  }
}

/* =========================================
  SPレスポンシブ対応 (750px以下)
========================================= */
@media screen and (max-width: 749px) {
  .sec10__slide .item .top {
    display: flex;
    align-items: stretch;
    flex-direction: column-reverse;
    background-color: transparent; /* 背景リセット */
  }

  /* 画像エリア（一番上） */
  .sec10__slide .item .top .img {
    width: 100%;
    height: auto;
  }

  .sec10__slide .item .top .img img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* キャッチコピーエリア（画像のすぐ下、ダークグレー帯） */
  .sec10__slide .item .top .text {
    width: 100%;
    background-color: #31343b; /* ここに背景色をつける */
    color: #fff;
    padding: 3rem; /* 上下の余白を確保 */
    box-sizing: border-box;
  }

  .sec10__slide .item .top .text h3 {
    font-size: 20px;
        line-height: 1.7;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    margin: 0;
  }

  /* 本文エリア（一番下、白背景） */
  .sec10__slide .item .bottom {
    padding: 3rem 2rem;
    background-color: #fff;
  }

  .sec10__slide .item .bottom p {
    font-size: 18px;
        line-height: 1.7;
    color: #333;
    text-align: justify;
  }
}
/* 隠すコンテンツの初期状態 */
.readmore-content {
  display: none;
  margin-top: 10px; /* 余白調整 */
}

/* 「続きを見る」ボタンのデザイン */
.readmore-btn {
  color: #002e5d;
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
  margin-top: 1rem;
  display: block;
  font-size: 2rem;
  text-align: center;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}

/* マウスオーバー時 */
.readmore-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* 開いた後にボタンを消す用（JSでクラス付与） */
.readmore-btn.is-hidden {
  display: none;
}
.sec11 {
	padding: 12rem 0
}
.sec11__inner {
	width: 100%;
	max-width: calc(1000px + 10rem);
	margin-left: auto;
	margin-right: auto;
	padding-left: 5rem;
	padding-right: 5rem
}
.sec11 .heading {
	margin-bottom: 10rem
}
.sec11__list {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12rem
}
.sec11__list img {
	width: 62.6rem
}
@media screen and (min-width: 750px) {
	.sec11 .heading {
		margin-bottom: 7.6rem
	}
	.sec11__list {
		align-items: flex-start;
	}
	.sec11__list img {
		width: 95rem
	}
}
/* カウンターの初期化（リスト全体） */
.sec11__list {
  counter-reset: flow-counter;
}

/* =========================================
   共通設定 & PCレイアウト (751px以上)
   ========================================= */
.sec11__list .item {
  counter-increment: flow-counter; /* カウントアップ */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 画像エリア */
.sec11__list .item .img {
  width: 39%;
  position: relative;
}

/* 自動連番 (01, 02...) */
.sec11__list .item .img::before {
  content: counter(flow-counter, decimal-leading-zero);
  font-size: 8.5rem;
  color: #002e5d;
  font-family: var(--font-family-mincho);
  line-height: 1;
  font-weight: 500;
  position: absolute;
  top: -0.65em;
}


.sec11__list .item .img img {
  width: 100%;
  height: auto;
  display: block;
}

/* テキストエリア */
.sec11__list .item .text {
  width: 55%;
  position: relative;
}

/* 見出し（ご予約）と番号 */
.sec11__list .item .text h3 {
  font-size: 3.4rem;
  color: #333;
  margin-bottom: 2rem;
  font-family: var(--font-family-mincho);
}


/* 本文 */
.sec11__list .item .text p {
  font-size: 2.4rem;
  line-height: 1.8;
  color: #333;
  border-top: 1px solid #ccc;
  padding-top: 2rem;
  padding-right: 1em;
}

/* =========================================
   SPレスポンシブ対応 (750px以下)
   ========================================= */
@media screen and (max-width: 749px) {
  .sec11__list .item {
    display: block; /* 縦並び */
    position: relative;
  }

  /* 画像エリア */
  .sec11__list .item .img {
    width: 100%;
    margin-bottom: 2rem;
  }

  /* テキストエリア */
  .sec11__list .item .text {
    width: 100%;
  }

  .sec11__list .item .text h3 {
    font-size: 20px;
        line-height: 1.7;
  }
  .sec11__list .item .text p {
    font-size: 18px;
        line-height: 1.7;
  }
  .readmore-btn{
    font-size: 18px;
        line-height: 1.7;
  }
}
.faq {
	padding: 10rem 0 12rem 0;
	background: #e4e4e4
}
.faq__inner {
	width: 100%;
	max-width: calc(1000px + 10rem);
	margin-left: auto;
	margin-right: auto;
	padding-left: 5rem;
	padding-right: 5rem
}
.faq .heading {
	margin-bottom: 7.6rem
}
.faq__list {
	display: flex;
	flex-direction: column;
	gap: 4.2rem
}
.faq__list__item {
	width: 100%;
	font-size: 2.8rem;
	background: #fff;
	border-radius: 1.2rem
}
.faq__list__item__q {
	position: relative;
	padding: 2.2rem 7.3rem;
	font-family: var(--font-family-mincho);
	cursor: pointer
}
.faq__list__item__q:before {
	content: "Q";
	position: absolute;
	top: 2.2rem;
	left: 2.2rem;
	font-size: 4.4rem;
	font-weight: bold;
	line-height: 1
}
.faq__list__item__q p {
	margin: 0
}
.faq__list__item__expand {
	position: absolute;
	top: 50%;
	right: 2rem;
	display: block;
	width: 4rem;
	height: 4rem;
	transform: translateY(-50%);
	background: #cacaca;
	border-radius: 2rem;
	cursor: pointer
}
.faq__list__item__expand:before, .faq__list__item__expand:after {
	content: "";
	position: absolute;
	top: 50%;
	left: .8rem;
	width: 2.4rem;
	height: .24rem;
	margin-top: -0.12rem;
	background: #fff;
	transition: all .3s ease
}
.faq__list__item__expand:after {
	transform: rotate(90deg)
}
.faq__list__item__a {
	display: none;
	position: relative;
	padding: 0 7.3rem 2.2rem 7.3rem
}
.faq__list__item__a:before {
	content: "A";
	position: absolute;
	top: 0;
	left: 2.2rem;
	font-family: var(--font-family-mincho);
	font-size: 4.4rem;
	font-weight: bold;
	color: #7ba6ea;
	line-height: 1
}
.faq__list__item__a p {
	margin: 0
}
.faq__list__item.is-open .faq__list__item__expand:after {
	transform: rotate(0deg)
}
@media screen and (min-width: 750px) {
	.faq {
		padding: 12rem 0 10rem 0
	}
	.faq__list__item {
		font-size: 2rem
	}
	.faq__list__item__q {
		padding: 2.7rem 6.7rem 2.7rem 6.1rem
	}
	.faq__list__item__q:before {
		font-size: 3.4rem
	}
	.faq__list__item__expand {
		right: 1.5rem;
		width: 3.4rem;
		height: 3.4rem
	}
	.faq__list__item__expand:before, .faq__list__item__expand:after {
		left: .7rem;
		width: 2rem;
		height: .2rem;
		margin-top: -0.1rem
	}
	.faq__list__item__a {
		padding: 0 6.7rem 2.7rem 6.1rem
	}
	.faq__list__item__a:before {
		font-size: 3.4rem
	}
}
@media screen and (max-width: 749px) {
  .faq__list__item__q{
    font-size: 20px;
    line-height: 1.7;
  }
  .faq__list__item__a p {
    font-size: 18px;
    line-height: 1.7;
  }
}
.sec12 {
	padding: 5.5rem 0 7.6rem 0;
	overflow: hidden
}
.sec12__slide {
	overflow: hidden;
	display: flex;
	width: max-content;
	margin-bottom: 8rem;
	animation: scroll-left 30s linear infinite
}
.sec12__slide img {
	width: 139.8rem
}
.sec12__cta {
	position: relative;
	margin-bottom: 8rem
}
.sec12__cta__image {
	width: 100%
}
.sec12__cta__btn {
	position: absolute;
	bottom: 0;
	left: 2.5rem
}
.sec12__cta__btn img {
	width: 70rem
}
.sec12__manual {
	padding: 0 5rem
}
.sec12__manual img {
	width: 100%
}
@media screen and (min-width: 750px) {
	.sec12 {
		padding: 12rem 0
	}
	.sec12__inner {
		width: 100%;
		max-width: calc(1000px + 10rem);
		margin-left: auto;
		margin-right: auto;
		padding-left: 5rem;
		padding-right: 5rem
	}
	.sec12__cta {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 13rem
	}
	.sec12__cta__btn {
		position: static;
		margin-top: -9rem
	}
	.sec12__cta__btn img {
		width: 80rem
	}
	.sec12__manual {
		padding: 0
	}
}
.form {
	padding: 11rem 0;
	background: #f5f6f9
}
.form__inner {
	width: 100%;
	max-width: calc(1000px + 10rem);
	margin-left: auto;
	margin-right: auto;
	padding-left: 5rem;
	padding-right: 5rem
}
.form__title {
	margin: 0 0 5rem 0;
	font-family: var(--font-family-mincho);
	text-align: center
}
.form__row {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-bottom: 4rem;
	padding-bottom: 4rem;
	border-bottom: 1px solid #c9c9c9
}
.form__row:has(+.form__agreement) {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}
.form__label {
	display: flex;
	align-items: center;
	gap: 1rem
}
.form__label label {
	font-size: 20px;
}
.form__required {
	display: inline-block;
	padding: .5rem 1.5rem;
	font-size: 2.2rem;
	color: #fff;
	background: #f23a13;
	border-radius: 30rem
}
.form__input {
	font-size: 2.2rem
}
.form__input input[type=text], .form__input input[type=email] {
	width: 100%;
	height: 6.8rem;
	padding: 0 1.5rem;
	border: 1px solid #cacaca
}
.form__input select {
	height: 6.8rem;
	padding: 0 1.5rem;
	border: 1px solid #cacaca
}
.form .input-radio {
	display: flex;
	gap: 2rem
}
.form .input-radio label {
	flex: 1 1 calc(50% - 1rem);
	display: flex;
	align-items: center
}
.form .input-radio input[type=radio] {
	position: absolute;
	opacity: 0;
	cursor: pointer
}
.form .input-radio input[type=radio]+span {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 6.8rem;
	padding-left: 6.2rem;
	color: #fff;
	background: #c9c9c9;
	transition: all .3s ease;
	cursor: pointer
}
.form .input-radio input[type=radio]+span::before {
	content: "";
	position: absolute;
	left: 2rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2.4rem;
	height: 2.4rem;
	background: #fff;
	border-radius: 50%;
	transition: all .3s ease
}
.form .input-radio input[type=radio]+span::after {
	content: "";
	position: absolute;
	left: 2.3rem;
	top: 50%;
	transform: translateY(-50%) scale(0);
	width: 1.8rem;
	height: 1.8rem;
	background: #7cbef7;
	border-radius: 50%;
	transition: all .3s ease
}
.form .input-radio input[type=radio]:checked+span {
	background: #7cbef7
}
.form .input-radio input[type=radio]:checked+span::after {
	transform: translateY(-50%) scale(1)
}
.form__agreement {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 7.4rem 0;
	padding: 3rem 2.5rem;
	border: 1px solid #cacaca
}
.form__agreement h3 {
	margin: 0 0 2rem 0;
	font-size: 2.8rem;
	font-weight: normal;
	text-align: center
}
.form__agreement p {
	margin: 0;
	font-size: 2rem
}
.form__agreement p a {
	color: #c1282d
}
.form__agreement__input {
	margin-bottom: 2rem
}
.form__agreement__input label {
	display: flex;
	align-items: center;
	font-size: 2.8rem;
	cursor: pointer
}
.form__agreement__input input[type=checkbox] {
	position: absolute;
	opacity: 0;
	cursor: pointer
}
.form__agreement__input input[type=checkbox]+span {
	position: relative;
	padding-left: 5.5rem;
	cursor: pointer
}
.form__agreement__input input[type=checkbox]+span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3.6rem;
	height: 3.6rem;
	background: #fff;
	border: 1px solid #303030;
	transition: all .3s ease
}
.form__agreement__input input[type=checkbox]+span::after {
	content: "";
	position: absolute;
	left: 1.2rem;
	top: 50%;
	transform: translateY(-50%) rotate(45deg) scale(0);
	width: 1rem;
	height: 2rem;
	border-right: 2px solid #498dc5;
	border-bottom: 2px solid #498dc5;
	transition: all .3s ease
}
.form__agreement__input input[type=checkbox]:checked+span::after {
	transform: translateY(-65%) rotate(45deg) scale(1)
}
.form__submit {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2rem
}
.form__submit button, .form__submit input[type=button], .form__submit input[type=submit], .form__submit a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 10.6rem;
	font-size: 3.2rem;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	appearance: none;
	border: none;
	outline: none;
	background: #7bbef7;
	border-radius: 10rem;
	transition: all .3s ease
}
.form__submit button:hover, .form__submit input[type=button]:hover, .form__submit input[type=submit]:hover, .form__submit a:hover {
	color: #7bbef7;
	background: #fff
}
.form__error__message {
	margin-bottom: 7.4rem
}
.form__confirm__table {
	width: 100%;
	margin-bottom: 7.4rem
}
.form__confirm__table tr {
	border-bottom: 1px solid #c9c9c9
}
.form__confirm__table th {
	padding: 2rem 0;
	text-align: left
}
.form__confirm__table td {
	padding: 2rem 0 2rem 2rem
}
.form__complete__message {
	margin-bottom: 7.4rem
}
@media screen and (min-width: 750px) {
	.form {
		padding: 13rem 0
	}
	.form__title {
		margin-bottom: 9rem;
		font-size: 4rem
	}
	.form__row {
		flex-direction: row;
		gap: 2rem;
		margin-bottom: 2.5rem;
		padding-bottom: 2.5rem
	}
	.form__label {
		flex: 1 1 calc(45% - 1rem);
		justify-content: space-between
	}
	.form__label label {
		font-size: 2.4rem
	}
	.form__input {
		flex: 1 1 calc(55% - 1rem)
	}
	.form .input-radio {
		gap: 1.4rem
	}
	.form .input-radio label {
		flex: 1 1 calc(50% - .7rem)
	}
	.form__agreement {
		margin: 5rem 0 9rem 0;
		padding: 4rem
	}
	.form__agreement h3 {
		margin-bottom: 3.5rem;
		font-size: 2.4rem
	}
	.form__agreement p {
		font-size: 1.6rem
	}
	.form__agreement__input {
		margin-bottom: 3.6rem
	}
	.form__agreement__input label {
		font-size: 2.4rem
	}
	.form__agreement__input input[type=checkbox]+span {
		padding-left: 3.8rem
	}
	.form__agreement__input input[type=checkbox]+span::before {
		width: 2.4rem;
		height: 2.4rem
	}
	.form__agreement__input input[type=checkbox]+span::after {
		left: .8rem;
		width: .6rem;
		height: 1.2rem;
		border-right: 2px solid #498dc5;
		border-bottom: 2px solid #498dc5
	}
	.form__submit {
		flex-direction: row;
		justify-content: center
	}
	.form__submit button, .form__submit input[type=button], .form__submit input[type=submit], .form__submit a {
		flex: 0 1 auto;
		width: 80rem
	}
}
@media screen and (max-width: 750px) {
  .form .input-radio input[type=radio]+span{
    font-size: 16px;
  }
  .form__input select{
    font-size: 16px;
  }
  .form__input input[type=text], .form__input input[type=email]{
    font-size: 16px;
  }
  .form__agreement h3{
    font-size: 20px;
  }
  .form__agreement__input label{
    font-size: 19px;
  }
  .form__agreement p{
    font-size: 14px;
  }
}
.sec13 {
	padding: 13rem 0
}
.sec13__inner {
	width: 100%;
	max-width: calc(1000px + 10rem);
	margin-left: auto;
	margin-right: auto;
	padding-left: 5rem;
	padding-right: 5rem
}
.sec13__image {
	width: 100%;
  background-color: #596174;
}
.sec13__image .bottom{
  padding: 2.5rem;
}
.sec13__image .bottom .ic{
  vertical-align: middle;
  margin-right: 0.5em;
  width: 1.6rem;
}
.sec13__image .bottom p{
  color: #ffffff;
  font-size: 2.7rem;
  line-height: 1.8;
}
.sec13__map {
	width: 100%;
	aspect-ratio: 1/1
}
.sec13__map iframe {
	width: 100%;
	height: 100%
}
@media screen and (min-width: 750px) {
	.sec13__inner {
		display: flex
	}
	.sec13__image {
		width: 50%
	}
	.sec13__map {
		width: 50%;
		aspect-ratio: auto
	}
  .sec13__image .bottom{
    padding: 0.5rem 2.5rem;
  }
  .sec13__image .bottom .ic{
    vertical-align: middle;
    margin-right: 0.5em;
    width: 1.6rem;
  }
  .sec13__image .bottom p{
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

.grecaptcha-badge{
  visibility: hidden;
}
p.recapcha-text {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 5rem;
}

@media screen and (max-width: 749px) {
  p.recapcha-text {
    font-size: 1.2rem;
    /*font-size: 14px;*/
    /*margin-top: 5rem;*/
    margin-top: 30px;
  }
}


.p-contact__form-box{

}
.p-form__confirm-text{
  font-size: 2rem;
  text-align: center;
}
.p-contact__form-box .formTable{
  width: 100%;
}
.p-contact__form-box .formTable th{
  font-size: 2.4rem;
  padding: 1.5rem 0;
  font-weight: normal;
}
.p-contact__form-box .formTable td{
  font-size: 2.4rem;
  padding: 1.5rem 0;
}

/* ----- thanks page ----- */
.thanks {
  background: #f5f6f9;
}
.thanks-inner {
  max-width: 108rem;
  width: 100%;
  margin: 10rem auto 0;
  padding: 0 5rem;
}

.thanks-txt {
  font-size: 2rem;
  line-height: 1.8;
  margin-top: 5rem;
  word-break: break-all;
}

.thanks-link {
  display: block;
  font-size: 2rem;
  margin: 5rem auto 12rem;
}
@media (max-width: 749px) {
  /* ----- thanks page ----- */

  .thanks-inner {
    max-width: 100%;
    width: 100%;
    margin: 7rem auto 0;
    padding: 0 5rem;
  }

  .thanks-txt {
    font-size: 2.6rem;
    line-height: 1.6;
    margin-top: 4rem;
  }

  .thanks-link {
    display: block;
    font-size: 2.6rem;
    margin: 5rem auto 10rem;
  }
}