@charset "UTF-8";
body {
  max-width: 2000px;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.7;
  color: #333;
  font-feature-settings: "palt";
}
body p {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.7;
  color: #333;
}

/*共通*/
img {
  display: block;
}

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

.btn {
  transition: all 0.2s ease;
}
.btn:hover {
  opacity: 0.8;
}

/*共通*/
.pc-hidden {
  display: none;
}

.inner {
  width: 724px;
  margin: 0 auto;
}

.wide {
  width: 1024px;
  margin: 0 auto;
}

.narrow {
  width: 944px;
  margin: 0 auto;
}

.head {
  background-color: #04c0d3;
}
.head.arrow {
  position: relative;
}
.head.arrow::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 60px 0 60px;
  border-color: #04c0d3 transparent transparent transparent;
}

/*header*/
.header {
  width: 100%;
  height: 736.4163px;
}
.header h1 {
  height: inherit;
}

/*cta*/
.cta {
  background-color: #ffd803;
}

.cta-box {
  position: relative;
}

.cta-btn {
  position: absolute;
  bottom: 88px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.cta-phone-number {
  position: absolute;
  top: 347px;
  right: 145px;
}

.cta-phone-number p {
  color: #000;
  font-size: 75px;
  display: inline;
}

.cta-mail img,
.cta-line img {
  width: 358px;
}

/*sec01*/
.sec01 {
  background-color: #ddf4fa;
}

.sec01-box {
  padding: 80px 0;
}
.sec01-box picture {
  display: block;
}
.sec01-box picture:not(:first-of-type) {
  margin-top: 40px;
}
.sec01-box img {
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

/*sec02*/
.sec02 {
  background-color: #e8e8e8;
}

.sec02-box {
  position: relative;
}
.sec02-box::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/img/sec02-arrow.webp) no-repeat center center/cover;
  width: 250px;
  height: 89px;
}

/*sec04*/
.sec04 {
  background-color: #ddf4fa;
}

.sec04-box {
  width: 748px;
  padding: 60px 0 100px;
}
.sec04-box picture {
  display: block;
}
.sec04-box picture:not(:first-of-type) {
  margin-top: 25px;
}
.sec04-box img {
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}

/*sec05*/
.sec05 {
  background-color: #e8e8e8;
}

/*sec06*/
.sec06 {
  padding-bottom: 100px;
}

.sec06-item p {
  font-size: 24px;
  line-height: 1.6666666667;
}
.sec06-item picture {
  display: block;
  margin-bottom: 30px;
}
.sec06-item:not(:first-of-type) {
  margin-top: 50px;
}

/*sec07*/
.sec07 {
  background-color: #ddf4fa;
}

/*sec08*/
.sec08 {
  background-color: #fdfcf0;
}

/*sec09*/
.sec09 {
  padding: 100px 0;
}
.sec09 p {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1.6666666667;
}

.sec09-head {
  margin-bottom: 40px;
}

.sec09-box picture {
  display: block;
}
.sec09-box picture:not(:first-of-type) {
  margin-top: 60px;
}

/*sec10*/
.sec10 {
  background-color: #ddf4fa;
}

.sec10-box {
  padding: 70px 0 36px;
}

/*sec11*/
.sec11 {
  background-color: #fdfcf0;
  padding: 90px 0;
}
.sec11 h2 {
  margin-bottom: 50px;
}

/*sec12*/
.sec12 p {
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1.6666666667;
}

.sec12-box {
  padding: 80px 0 100px;
}

/*sec13*/
.sec13 {
  background-color: #ddf4fa;
}

.sec13-box {
  padding: 80px 0;
}
.sec13-box picture {
  display: block;
}
.sec13-box picture:not(:first-of-type) {
  margin-top: 40px;
}
.sec13-box img {
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

/*sec14*/
.sec14 {
  padding: 100px 0;
}
.sec14 h2 {
  margin-bottom: 50px;
}
.sec14 h2 img {
  width: 464px;
}

.sec14-item:not(:first-of-type) {
  margin-top: 30px;
}

.sec14-question,
.sec14-answer {
  padding: 10px 16px 10px 16px;
  display: flex;
  gap: 10px;
}
.sec14-question img,
.sec14-answer img {
  width: 45px;
}

.sec14-question {
  align-items: center;
  background-color: #04c0d3;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-top: 3px solid #04c0d3;
  border-left: 3px solid #04c0d3;
  border-right: 3px solid #04c0d3;
}
.sec14-question p {
  color: #fff;
  font-size: 23px;
  line-height: 1.3076923077;
  font-weight: bold;
}

.sec14-answer {
  align-items: flex-start;
  border-left: 3px solid #04c0d3;
  border-right: 3px solid #04c0d3;
  border-bottom: 3px solid #04c0d3;
  background-color: #ddf4fa;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.sec14-answer p {
  font-size: 22px;
  line-height: 1.6666666667;
}

/*sec15*/
.sec15 {
  padding: 100px 0;
}
.sec15 h2 {
  font-size: 32px;
  line-height: 1.75;
  background-color: #ded9d0;
  padding: 0.5em 0;
  text-align: center;
  margin-bottom: 40px;
}

.sec15-box {
  border: 1px solid #e6e6e6;
  width: 605px;
  margin: 0 auto;
}
.sec15-box dl {
  display: flex;
}
.sec15-box dl:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.sec15-box dt,
.sec15-box dd {
  padding: 0.5em 1em;
}
.sec15-box dt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  width: 142px;
  border-right: 1px solid #e6e6e6;
  background-color: #f1f6f7;
  font-size: 20px;
  line-height: 1.75;
}
.sec15-box dd {
  flex: 1;
}

/*footer*/
.footer {
  background-color: #ddf4fa;
  text-align: center;
  padding: 1em;
}
.footer small {
  display: block;
  color: #333;
  margin-top: 0.3em;
}
.footer-link a {
  text-decoration: none;
  color: #333;
}

/*SP*/
@media screen and (max-width: 640px) {
  /*SP-共通*/
  body {
    width: 100%;
  }
  .cover {
    height: auto;
  }
  .inner {
    width: 100%;
    padding-left: 3.125%;
    padding-right: 3.125%;
    box-sizing: border-box;
  }
  .wide {
    width: 100%;
  }
  .narrow {
    width: 100%;
  }
  .head {
    background-color: transparent;
  }
  .head.arrow::after {
    display: none;
  }
  .sp-hidden {
    display: none;
  }
  .pc-hidden {
    display: block;
  }
  /*SP-header*/
  .header {
    height: auto;
    position: relative;
    z-index: 2;
  }
  /*cta*/
  .cta.first {
    margin-top: -5%;
  }
  .cta-call {
    position: absolute;
    bottom: 9.29%;
    left: 50%;
    transform: translateX(-50%);
    width: 93%;
    height: auto;
    aspect-ratio: 600/180px;
  }
  .cta-call.second {
    bottom: 18.73%;
  }
  .cta-btn {
    width: 93%;
    bottom: 8.32%;
  }
  .cta-mail,
.cta-line {
    width: calc(50% - 5px);
    aspect-ratio: 295/88;
  }
  .cta-mail img,
.cta-line img {
    width: 100%;
    height: 100%;
  }
  /*sec01-sp*/
  .sec01-box {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .sec01-box img {
    border-radius: 1.5%;
  }
  /*sec02-sp*/
  .sec02-box::before {
    bottom: -40px;
  }
  /*sec03-sp*/
  .sec03 {
    padding-top: 60px;
  }
  /*sec04-sp*/
  .sec04-box {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .sec04-box picture {
    position: relative;
  }
  .sec04-box picture::before {
    content: "";
    position: absolute;
    width: 35%;
    height: auto;
    aspect-ratio: 210/175;
    top: -11%;
    left: -3%;
  }
  .sec04-box .item01::before {
    background: url(/img/sec04-number01-sp.webp) no-repeat center center/contain;
  }
  .sec04-box .item02::before {
    background: url(/img/sec04-number02-sp.webp) no-repeat center center/contain;
  }
  .sec04-box .item03::before {
    background: url(/img/sec04-number03-sp.webp) no-repeat center center/contain;
  }
  .sec04-box .item04::before {
    background: url(/img/sec04-number04-sp.webp) no-repeat center center/contain;
  }
  .sec04-box .item05::before {
    background: url(/img/sec04-number05-sp.webp) no-repeat center center/contain;
  }
  .sec04-box .item06::before {
    background: url(/img/sec04-number06-sp.webp) no-repeat center center/contain;
  }
  .sec04-box picture:not(:first-of-type) {
    margin-top: 22%;
  }
  .sec04-box img {
    border-radius: 4%;
  }
  /*sec06-sp*/
  .sec06 {
    padding-bottom: 80px;
  }
  .sec06-item p {
    font-size: 18px;
    line-height: 1.7;
  }
  .sec06-item picture {
    margin-bottom: 40px;
  }
  /*sec07-sp*/
  .sec07-box {
    padding-top: 56px;
  }
  /*sec09-sp*/
  .sec09 {
    padding-top: 80px;
  }
  .sec09 p {
    font-size: 18px;
    line-height: 1.7;
  }
  /*sec10-sp*/
  .sec10-box {
    padding-top: 0;
    padding-bottom: 0;
  }
  /*sec11-sp*/
  .sec11 {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .sec11 .narrow {
    padding-left: 3.125%;
    padding-right: 3.125%;
    box-sizing: border-box;
  }
  /*sec12-sp*/
  .sec12 p {
    font-size: 18px;
    line-height: 1.7;
  }
  .sec12-box {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  /*sec13-sp*/
  .sec13-box {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  /*sec14-sp*/
  .sec14 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sec14 h2 img {
    width: 70%;
  }
  .sec14-question,
.sec14-answer {
    padding-left: 12px;
  }
  .sec14-question {
    align-items: flex-start;
  }
  .sec14-question p {
    font-size: 21px;
  }
  .sec14-answer p {
    font-size: 18px;
  }
  /*sec15-sp*/
  .sec15 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sec15 h2 {
    margin-bottom: 24px;
  }
  .sec15-box {
    width: 100%;
  }
  .sec15-box dt {
    width: 36%;
  }
  /*footer*/
  .footer small {
    text-align: center;
    font-size: 3.2vw;
  }
  .footer-link {
    font-size: 3.2vw;
  }
}

/* ----------------------------------------------------
    お問い合わせフォーム
---------------------------------------------------- */
.contact-header {
  width: 100%;
  height: 546.5774px;
}
.contact-header h1 {
  height: inherit;
}
.contact {
	background-color: #fff;
	padding: 10px 0 100px;
}
.contact p,
label {
	font-size: 16px;
}
.contact p {
	line-height: 1.7em;
	text-align: center;
}
.contact-form {
	text-align: left;
	margin-top: 40px;
}
input,
textarea,
select {
	outline: none;
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Meiryo UI',sans-serif;
	font-size: 16px;
	font-weight: 300;
	box-sizing: border-box;
	padding: 0.8em;
	line-height: 1.5em;
	margin-bottom: 16px;
	margin-top: 2px;
	border-radius: 4px;
	border: 1px solid #CCCCCC;
	display: block;
	width: 100%;
	height: 3.2em;
}
textarea {
	width: 100%;
	margin-bottom: 60px;
	margin-top: 5px;
	border-radius: 4px;
	border: 1px solid #CCCCCC;
	height: auto;
}
button {
	cursor: pointer;
	transition: all .2s;
	display: block;
	text-align: center;
	color: #fff;
	background-color: #132D5D;
	border: none;
	font-size: 24px;
	font-weight: 400;
	padding: 16px;
	margin: 0 auto;
	width: 60%;
	border-radius: 5px;
}
button:hover {
	opacity: 0.8;
}
.badge {
	color: #fff;
	background-color: rgb(148, 119, 81);
	font-weight: 500;
	padding: 4px 4px 2px 4px;
	font-size: 80%;
	border-radius: 4px;
	margin-left: 4px;
	line-height: 1;
	display: inline-block;
}
:focus {
	outline: 1px solid #132D5D;
}
::placeholder {
	color: #ccc;
	font-weight: 200;
	font-size: 16px;
}
.checkbox-group {
  padding-left: 1em;
  margin-bottom: 16px;
}
.checkbox-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
input[type="checkbox"] {
  width: 1em !important;
  height: 1em !important;
  margin: 0 !important;
}
input[type="checkbox"]:focus {
	outline: none;
}

@media screen and (max-width: 640px) {
  .contact-header {
    height: auto;
  }
  .contact {
    padding: 0 0 80px;
  }
  .contact-form {
    margin-top: 30px;
  }
	.contact p {
		font-size: 16px;
		text-align: justify;
	}
	button {
		width: 100%;
		font-size: 20px;
		padding: 22px;
	}
	textarea {
		margin-bottom: 50px;
	}
  .checkbox-item {
    line-height: 2.5;
  }
}

/* ----------------------------------------------------
    サンクスページ
---------------------------------------------------- */
.thanks {
	text-align: center;
	background-color: #fff;
	box-sizing: border-box;
}
.thanks p {
	text-align: center;
	line-height: 27px;
	font-size: 16px;
	font-weight: 400;
	margin-top: 30px;
}
.top {
	margin-top: 30px;
}
.thanks-container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* ----------------------------------------------------
    プライバシーポリシー
---------------------------------------------------- */
.contact-header {
  width: 100%;
  height: 406.5774px;
}
.contact-header h2 {
  height: inherit;
}
.policy-content {
  width: 944px;
  margin: 60px auto;
}
.policy-content h3 {
  font-size: 24px;
  line-height: 1.7;
  font-weight: bold;
  color: #3099C0;
  margin-top: 40px;
}
.policy-content p {
  margin-top: 8px;
  font-size: 16px;
}
.google {
  margin-top: 60px;
  font-size: 16px;
}
.to-top {
  margin-top: 60px;
}

@media screen and (max-width: 640px) { 
  .contact-header {
    width: 100%;
    height: auto;
  }
  .policy-content {
    width: 90%;
    margin: 40px auto;
  }
  .policy-content p {
    text-align: justify;
  }
  .google a {
    display: inline;
  }
  .policy-content h3 {
    margin-top: 30px;
  }
}

/* ----------------------------------------------------
    固定ボタン
---------------------------------------------------- */
.fixed-bottom-link {
	position: fixed;
	bottom: 0;
	width: 100%;
	filter: drop-shadow(3px 3px 4px #999);
	z-index: 100;
	display: none; /* 初期状態では非表示 */
	padding: 0.5em 0;
	background-color: rgba(58, 192, 211, 0.75);
	;
}
.fixed-bottom-link.show {
	display: flex; /* クラスが付与されたら表示 */
	justify-content: center;
	align-items: center;
  gap: 10px;
}
.fixed_btn a {
	/* display: inline-block; */
	transition: .2s;
}
.fixed-phone-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.fixed-phone {
	font-weight: bold;
  padding: 10px 8px;
  background: #fff;
  color: #333;
	display: inline-block;
	line-height: 1.2;
	box-sizing: border-box;
  width: 300px;
  height: 90px;
  border-radius: 14px;
  border: 2px solid #3099C0;
}
.fixed-phone img {
  width: 30px !important;
  height: 30px !important;
}
.phone-number {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #444;
}
.fixed-phone-info {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 4px;
}
.fixed-phone-info span {
  padding: 6px 20px;
  background-color: #DDF4FA;
  border-radius: 6px;
  /* flex: 1; */
  text-align: center;
}
.fixed-btn img {
  width: 300px;
  height: auto;
}

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

@media screen and (max-width: 640px) {
	.fixed-bottom-link {
		bottom: 0px;
		left: 50%;
		transform: translateX(-50%);
		width:100%;
		background-color: #FBD803;
	}
	.fixed-btns .btn {
		margin-top: 3px;
	}
  .fixed-btn picture {
    width: 100%;
  }
  .fixed-btn img {
    width: 100%;
    height: auto;
  }
	.fixed-message {
		width: 100%;
		padding: 0;
		-webkit-clip-path: unset;
		clip-path: unset;
		display: inline-block;
		font-size: 5vw;
		text-align: center;
		line-height: 1;
		background: transparent;
		color: #fff;
	}
	.fixed-btns {
		gap: 8px;
	}
	.fixed-btn {
		width: 30%;
	}
  .fixed_btn_phone {
    display: none;
  }
}