: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
	}
}
.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: 8rem;
	display: flex;
	justify-content: center;
	padding: 0 2.6rem
}
.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
	}
}
.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
}
.sec1__company__right__item img, .sec1__company__left__item img {
	width: 95.1rem;
	max-width: 100%;
	height: auto
}
.sec1__company__right {
	display: flex;
	width: max-content;
	margin-bottom: 7.4rem;
	animation: scroll-right 30s linear infinite
}
.sec1__company__left {
	display: flex;
	width: max-content;
	animation: scroll-left 30s linear infinite
}
@media screen and (min-width: 750px) {
	.sec1__cta {
		margin-bottom: 7rem
	}
	.sec1__cta a img {
		width: 97rem
	}
}
@keyframes scroll-right {
	0% {
		transform: translateX(0)
	}
	100% {
		transform: translateX(-50%)
	}
}
@keyframes scroll-left {
	0% {
		transform: translateX(-50%)
	}
	100% {
		transform: translateX(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: 2.6rem
}
@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: 2.6rem
}
.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
	}
}
.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
}
.sec4__inner img {
	width: 48.1rem
}
@media screen and (max-width: 749px) {
  .sec4__inner img {
    width: 60rem
  }
}
@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
}
.sec5__list__item img {
	width: 60rem
}
@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: 5rem 4rem
	}
	.sec5__list__item {
		flex: 1 1 calc(50% - 2rem)
	}
	.sec5__list__item img {
		width: 100%
	}
}
.sec6__inner {
	padding-top: 9rem;
	padding-bottom: 14rem
}
.sec6__list {
	display: flex;
	flex-direction: column;
	gap: 10rem;
	padding-left: 7rem
}
.sec6__list img {
	width: 100%
}
.sec6__slide {
	width: 67.2rem;
	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: -3rem;
	background-image: url(../img/icon_prev.png)
}
.sec6__slide__image .slick-next {
	right: -3rem;
	background-image: url(../img/icon_next.png)
}
@media screen and (min-width: 750px) {
	.sec6__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
	}
	.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
	}
}
.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: 68rem
}
.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
}
.sec9__modal__close img {
	width: 3.3rem;
	height: auto
}
.sec9__modal__content .notes{
  color: #ffffff;
}

@media screen and (min-width: 750px) {
	.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: 160rem
	}
	.sec9__modal__content__inner {
		padding: 10rem
	}
	.sec9__modal__content__title {
		margin-bottom: 4.5rem;
		font-size: 7.6rem
	}
	.sec9__modal__content__subtitle {
		font-size: 3.9rem
	}
	.sec9__modal__content table {
		margin-top: 14rem
	}
	.sec9__modal__content table th {
		padding: 3rem 5rem;
		font-size: 3.9rem
	}
	.sec9__modal__content table td {
		padding: 3rem 5rem;
		font-size: 3.6rem
	}
	.sec9__modal__close {
		width: 5rem;
		height: 5rem;
		font-size: 4rem
	}
}
.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
	}
}
.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;
		gap: 6rem
	}
	.sec11__list img {
		width: 95rem
	}
}
.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
	}
}
.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: 2.8rem
}
.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
	}
}
.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{
  bottom: 25rem !important;
}

@media screen and (min-width: 750px) {
  .grecaptcha-badge{
    bottom: 175px !important;
  }
}


.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;
  }
}