@charset "utf-8";

body .sp-item {
	display: none;
}
body .pc-item {
  display: block;
}

@media screen and (max-width: 640px) {
	body {
		min-width: inherit;
		height:100%;
	}
	body .sp-item {
		display: block;
	}
	body .pc-item {
		display: none;
	}
	body .sp-item img {
		width:100%;
	}
}

/* ----------------------------------------------------
    共通
---------------------------------------------------- */
body {
	max-width: inherit;
	height: 100%;
}
.main {
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Meiryo UI',sans-serif;
	font-weight: 400;
	line-height: 1.7;
	font-size: 20px;
	color:#333;
	background-color: #fff;
	text-align: justify;
	overflow-x: hidden;
	max-width: 1024px;
	margin: 0 auto;
	font-feature-settings: "palt";
}
img {
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.inner {
	width: 724px;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	img {
		max-width: 100%;
	}
	body {
		width: 100%;
	}
	.inner {
		width: 94%;
	}
}
/* ----------------------------------------------------
    CTA
---------------------------------------------------- */
.cta-pc,
.cta-sp {
	position: relative;
}

.btns {
	width: 866.4784px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 325px;
}

.btn {
	width: 427.8905px;
}

.btn:hover {
	opacity: 0.7;
}

@media screen and (max-width: 640px) {
	.btns {
		width: 88%;
		display: block;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 22%;
	}

	.btn {
		width: 100%;
		margin-top: 6px;
	}

	.btn:first-of-type {
		margin-top: 0;
	}
}

/* ----------------------------------------------------
    header
---------------------------------------------------- */


/* @media screen and (max-width: 640px) {} */

/* ----------------------------------------------------
    sec01
---------------------------------------------------- */
.sec01 {
	margin: 50px 0;
}

@media screen and (max-width: 640px) {
	.sec01 {
		margin: 30px 0;
	}
}

/* ----------------------------------------------------
    CTA
---------------------------------------------------- */

.cta-frame {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.btns {
	width: 90%;
	margin: 0 auto;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
}
.cta01 {
	bottom: 10px;
}

.tel {
	margin-bottom: 20px;
}

.tel a, .mail a {
	transition: all .2s;
}
.tel:hover {
  opacity: 0.7;
}
.mail:hover {
  opacity: 0.7;
}
.tel-pc {
	position: relative;
}

.js-tel-status {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 50%;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}

.tel01 .js-tel-status {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 72%;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}

@media screen and (max-width: 640px) {
	.btns {
		width: 94%;
		top: 2%;
	}
	.cta01 {
		top: 15%;
	}
	.js-tel-status {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 38%;
	font-size: 14px;
	width: 100%;
	text-align: center;
}

.tel01 .js-tel-status {
  top: 70%;
	font-size: 14px;
	width: 100%;
	text-align: center;
}
}

/* ----------------------------------------------------
    sec06
---------------------------------------------------- */
.sec06 {
	padding-bottom: 30px;
}
/* @media screen and (max-width: 640px) {} */


/* ----------------------------------------------------
    sec11
---------------------------------------------------- */
.sec10 {
	background-color: #f9f7a2;
	padding-bottom: 30px;
}

.sec10 img {
	width: 1024px;
	height: auto;
}

@media screen and (max-width: 640px) {
	.sec10 img {
		width: 100%;
		height: auto;
	}
}

/* ----------------------------------------------------
    case
---------------------------------------------------- */
.case {
	background-color: #f9f7a2;
}
.swiper {
	margin: 0 auto;
	width: 1024px;
	position: relative;
}
.swiper-slide {
  height: auto;
}

.swiper-wrapper {
	padding-bottom: 30px;
}
/* ナビゲーションボタンのカスタマイズ */
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  color: #ed1c24;
}
/* ページネーションのカスタマイズ */
.swiper .swiper-pagination {
  bottom: 0;
}
.swiper .swiper-pagination-bullet {
  background: #ed1c24;
}
.swiper .swiper-pagination-bullet-active {
  background: #ed1c24;
}
@media screen and (max-width: 640px) {
	.swiper {
		width: 92%;
	}
}

/* ----------------------------------------------------
    sec14
---------------------------------------------------- */
.sec14 {
	padding-bottom: 80px;
}
.accordion {
	margin: auto 0;
	overflow: hidden;
	color: #333;
}
.accordion:first-of-type {
	margin-top: 60px;
}
.accordion-title img {
	width: 95%;
}
.accordion-item {
	margin-top: 10px;
}
.accordion-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 20px 30px 20px 10px;
	box-sizing: border-box;
	background-color: #fff9d1;
	cursor: pointer;
}
.accordion-icon {
	font-size: 20px;
	transition: transform 0.3s ease;
	width: 80px;
	height: 30px;
}
.accordion-content {
	max-height: 0;
	overflow: hidden;
	padding: 0 30px;
	background-color: transparent;
	transition: max-height 0.5s ease, padding 0.5s ease;
	text-align: left;
}
.accordion-header.active + .accordion-content {
	padding: 30px 30px 60px;
}
.accordion-header.active .accordion-icon {
	transform: rotate(180deg);
}

@media screen and (max-width: 640px) {
	.accordion-header {
		font-size: 20px;
		font-weight: 400;
		padding: 10px;
	}
	.accordion:first-of-type {
		margin-top: 40px;
	}
	.accordion-icon {
		font-size: calc(16px * 0.7);
		width: calc(80px * 0.7);
		height: calc(30px * 0.7);
	}
	.accordion-header.active + .accordion-content {
		padding: 20px 30px 40px;
	}
	.accordion-content {
		font-size: 18px;
		text-align: justify;
	}
}


/* ----------------------------------------------------
    sec15
---------------------------------------------------- */
.sec15 {
	padding: 80px 0;
	background-color: #e2f7f6
}
.sec15 h2 {
	font-size: 60px;
	font-weight: 700;
	color: #333333;
	text-align: center;
	margin-bottom: 40px;
}
th {
	text-align: left;
	font-weight: 700;
	font-size: 18px;
	color: #333;
}
td {
	margin-bottom: 24px;
}
th, td {
	width: 100%;
	display: block;
}
/* .required {
	color: #fff;
	background-color: #FF3333;
	padding: 2px 5px;
	margin-left: 8px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 200;
} */
#formWrap {
	width:600px;
	margin:0 auto;
	color:#333;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
.formTable input,
.formTable select,
.formTable textarea {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 0.8em;
	font-size: 18px;
	margin-top: 8px;
	box-sizing: border-box;
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Meiryo UI',sans-serif;
	font-weight: 200;
}
::placeholder {
  color: #CCC;
	font-weight: 200;
}
.btn02 input {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	background-color: #D8481C;
	border: none;
	width: 100%;
	height: 100%;
}
.btn02 {
	text-align: center;
	width: 400px;
	height: 80px;
	margin: 40px auto 0;
}

@media screen and (max-width:572px) {
	.sec15 h2 {
		font-size: 13vw;
		margin-bottom: 40px;
	}
	#formWrap {
		width:94%;
		margin:0 auto;
	}
	table.formTable th, table.formTable td {
		width:auto;
		display:block;
	}
	form input, form textarea {
		width:100%;
		padding:5px;
		font-size:110%;
		display:block;
	}
	td {
		margin-bottom: 20px;
	}
	.formTable input,
	.formTable select,
	.formTable textarea {
		padding: 0.8em 0.6em;
	}
	.btn02  {
		margin: 30px auto 0;
		font-size: 32px;
		width: 100%;
		height: auto;
	}
	.btn02 input {
		width: 100%;
		height: auto;
		padding: 0.6em;
	}
}

.c-form {
	max-width: 724px;
	margin: 0 auto;
}
.c-form__item {
	padding-bottom: 8px;
	margin-bottom: 0px;
	background-color: #fff;
	width: 100%;
}

.c-form__label,
.c-form__input {
	text-align: left;
}
.c-form__label {
	font-weight: bold;
	font-size: 24px;
}
.c-form__input {
	font-size: 20px;
	border: solid 1px #333;
	border-radius: 8px;
	padding: 15px 8px 15px 8px;
	margin: 5px 0 20px 0;
}

.contact .c-form__input{
	display: block;
	width: 96%;
}

.c-form__input:focus-visible {
	outline: #C50014 auto 1px;
}
.c-form__required {
	color: #fff;
	font-size: 14px;
	background-color: #C50014;
	border-radius: 4px;
	padding: 2px 5px;
	margin: 0 0 0 10px;
	vertical-align: middle
}
textarea.c-form__input {
	height: 160px;
	flex-grow: 1;
}

textarea::placeholder {
	color: #999;
	font-weight: lighter !important;
}

.c-form__submit {
	width: 100%;
}

.c-form__submit input {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}

.c-form__submit input{
	filter:drop-shadow(2px 2px 2px #c5c5c5);
}

button {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	font: inherit;
	color: inherit;
	cursor: pointer;
	outline: none;
}

.submit_btn {
    display: flex;
    justify-content: center;
    margin: 60px auto 20px;
}

.submit_btn img {
    max-width: 100%;
    height: auto;
}

.submit_btn.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

.scroll-box {
	border: 1px solid #ccc;
	padding: 15px 0 15px 15px;
	margin: 15px 0;
}
.scroll-box__inner {
	height: 300px;
	overflow-y: auto;
	width: 100%;
}
.scroll-box__inner p {
	padding-right: 0.6em;
	font-size: 16px;
}
.scroll-box p {
	margin-bottom: 1em;
	line-height: 1.6;
}
.privacy-check {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.privacy-check input[type="checkbox"] {
	margin-right: 8px;
}

.privacy-title{
	text-align: left;
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 10px;
	font-size: 18px;
}

.privacy-subtitle{
	white-space: wrap;
	font-size: 17px;
}

.privacy-subtitle{
	font-weight: bold;
}
.company{
	margin-left: 20px;
}
.company ul{
	list-style: none;
}
.company ul li{
	margin-bottom: 10px;
}

.announce{
	padding-top: 10px;
}

.ul-list li {
	list-style-type: disc;
	margin-left: 20px;
	font-size: 16px;
	padding-right: 1em;
}

.ul-list {
	margin-bottom: 24px;
}


@media screen and (max-width: 640px) {
	.announce{
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 640px) {
	.contact {
		padding: 15% 3%;
	}

	.contact h2 img {
		padding: 0px;
	}

	.contact h3{
		padding-bottom: 20px;
		width: 100%;
		margin: 0 auto;
	}

	.form-area {
	width: 88%;
	background: #fff;
	padding: 30px 10px 40px 15px;
	}

	.contact .inner{
	width: 100%;
	}

	.form-area {
		margin-top: 20px;
	}

	.contact .c-form__input {
		font-size: 16px;
		margin-top: 6px;
		width: 92%;
	}

	.scroll-box__inner > div {
		padding: 0 !important;
		margin: 0 !important;
		font-size: 16px;
	}

	.privacy-check {
		text-align: left;
		line-height: 1.2;
		margin: 24px 0 0 0 !important;
		justify-content: start;
		padding-left: 16px;
	}


	.privacy-check input[type="checkbox"] {
		width: auto;

	}

	.privacy-check label {
		font-size: 18px;
	}

	.c-form__submit{
		margin-top: 20px;
	}
	.submit_btn {
		margin-left: -0px;
		width: 98%;
	}

	.c-form__item {
		padding-bottom: 20px;
	}

	.c-form__submit input {
		margin-top: 0px;
		width: 97%;
		margin-left: 0px;
	}

	.announce{
		padding-top: 10px;
	}

	.scroll-box {
		padding-right: 0;
	}
	.scroll-box p {
		font-size: 16px;
	}

	.scroll-box__inner {
		width: 100%;
		height: 200px;
	}
}

.c-form__item2 {
	margin-bottom: 0;
}

/* ----------------------------------------------------
    footer
---------------------------------------------------- */
.footer {
	background-color: #f0793c;
	color: #fff;
	padding: 30px 0;
	font-size: 14px;
	font-weight: 200;
	text-align: center;
}
.footer-link {
	width: 92%;
	margin: 0 auto;
}
.footer-link a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
.copy-right {
	margin-top: 6px;
	text-align: center;
}

/* @media screen and (max-width: 640px) {} */


/* ----------------------------------------------------
    固定ボタン
---------------------------------------------------- */
.fixed-bottom-link {
	position: fixed;
	bottom: 0;
	padding: 20px 0;
	background-color: #000000da;
	z-index: 100;
	width: 100%;
	display: none; /* 初期状態では非表示 */
	left: 0;
}

.fixed-bottom-link.show {
	display: block; /* クラスが付与されたら表示 */
}

.fixed_btn {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin: 0 auto;
}

.fixed_btn a:hover {
	opacity: 0.8;
}

.fixed_btn_item {
	width: calc((724px - 8px)/2);
}

/*フッターまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 640px) {
	.fixed-bottom-link {
		padding: 10px 0 20px;
	}

	.fixed_btn {
		gap: 4px;
	}
}


/* ----------------------------------------------------
    サンクスページ
---------------------------------------------------- */
.page-header-title {
	font-size: 2em;
	font-weight: 600;
	color: #fff;
	background-color: #f0793c;
	text-align: center;
	padding: 1em;
}
.thanks {
	text-align: center;
	background-color: #fff;
	padding: 0 0 100px;
	height: 100vh;
	box-sizing: border-box;
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Meiryo UI',sans-serif;
}
.thanks h2 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 8px;
}
.thanks p {
	text-align: center;
	line-height: 27px;
	font-size: 16px;
	font-weight: 400;
	margin-top: 30px;
}
.top {
	margin-top: 60px;
}
.dli-check-circle {
  display: inline-block;
  vertical-align: middle;
  color: #666;
	background-color: #ffedce;
  line-height: 1;
  position: relative;
  width: calc(50px + 6px);
  height: calc(50px + 6px);
  border-radius: 50%;
  box-sizing: content-box;
	margin-top: 60px;
}
.dli-check-circle > span {
  width: 1.5em;
  height: 0.9em;
  border: 0.3em solid currentColor;
  border-top: 0;
  border-right: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}