/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Zen Old Mincho', serif;
*/

body {
    min-width: 960px;
    max-width: 1920px;
    margin: auto;
}

main {
	overflow: hidden;
}

.inner_1200 {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 20px;
}

.inner_1400 {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

a:hover {
	transition: 0.5s;
	-webkit-filter: brightness(1.1);
	        filter: brightness(1.1);
}

b {
    display: inline-block;
    font-weight: inherit;
}

.sp-v {
	display: none;
}

/* 560px以下 */
@media screen and (max-width: 560px) {
	
	body {
	    min-width: unset;
	}

	.pc-v {
		display: none;
	}

	.sp-v {
		display: block;
	}
}

/* HEAD
**************************************************************/

#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0px 3px 3px 0px #70707085;
    width: 100%;
    height: 100px;
    min-width: 960px;
}

#header .inner {
	width: 100%;
	max-width: 1920px;
	/* height: 100px; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 2%;
	margin: 0 auto;
}


#header .inner .logo {
	width: 250px;
}

#header .inner .tel {
	width: 380px;
}

.btn_header {
    display: flex;
    width: auto;
    align-items: center;
}

.btn_header a {
    margin: 0 8px;
}

.btn_header .cta_tel {
    font-size: 36px;
}

.cta_tel {
    font-size: 48px;
    color: #CB3A26;
    font-weight: 800;
}

.cta_tel span {
    font-size: 14px;
    color: initial;
    display: block;
    line-height: 1;
}

.cta_tel img {
    display: inline-block;
    height: .8em;
    margin-right: 8px;
}

.mv {
	height: auto;
	width: 100%;
	margin: 100px auto 0;
	position: relative;
}

.mv .mv_img {
	min-height: 700px;
	height: auto;
	width: 55%;
	background-image: url(../img/mv.jpg);
	background-position: top right;
	background-size: cover;
	background-repeat: no-repeat;
}

.mv .mv_txt {
	width: 45%;
	background-color: #FFFFFF;
	padding: 3%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 700px;
	height: 100%;
}

.mv .cta_box {
    position: absolute;
    bottom: 0;
    max-width: 1200px;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 4% 5%;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

/* MAIN
**************************************************************/

.cta_box {
	width: 90%;
	max-width: 1000px;
	margin: 20px auto 0;
	overflow: hidden;
	padding: 30px 20px;
	display: flex;
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 4rem;
	background-color: #fff;
	border-radius: 30px;
	align-items: center;
}

.cta_box a {
    /* width: 45%; */
}

.cta {
    text-align: center;
    padding: 40px 0;
    background-color: #E58163;
}

.cta_txt {
	position: relative;
	font-size: 36px;
	font-weight: 900;
	color: #fff;
	display: inline-block;
}

.cta_txt::after,
.cta_txt::before {
	content: "";
	background-size: contain;
	position: absolute;
	display: inline-block;
	width: 18px;
	height: 33px;
	top: 10px;
}

.cta_txt::before {
	background: url(../img/toiawase_right.svg) no-repeat;
	left: -30px;
}

.cta_txt::after {
	background: url(../img/toiawase_left.svg) no-repeat;
	right: -30px;
}

.back_img {
    position: relative;
    padding-top: 2%;
}

.img_box {
    margin: 70px 0;
}

h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 54px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 40px;
}

h2 span {
	color: #F39800;
	font-weight: 900;
}

h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
	
}

.img_cont {
    display: flex;
    position: relative;
    min-width: 0;
    justify-content: center;
}

#merit {
    background: linear-gradient(270deg, #D1EEF5 0%, #E9F4F7 100%) 0% 0%;
    padding-top: 70px;
}

#merit .img_cont{
    gap: 6%;
}

#merit .img_cont img {
    width: 47%;
}

#merit .img_cont:before {
	content: "";
	background: url(../img/plus_icon.png) no-repeat center / contain;
	width: 8%;
	height: 90px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	filter: drop-shadow(0px 3px 6px #00000029);
}

#merit .box_wrap {
	position: relative;
	margin: 70px 0;
}

#merit .txt_box {
    color: #F39800;
    background-color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    border: 4px solid;
    border-radius: 10px;
    padding: 30px 2%;
    width: 85%;
    margin-left: auto;
    position: relative;
}

#merit .box_wrap:before {
    content: "";
    background: url(../img/merit_img.png) no-repeat center / contain;
    width: 20%;
    height: 230px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

#about {
    background-color: #FFFBEF;
    padding: 100px 0;
}

#about .txt_box {
    position: relative;
    border: 4px solid #DE6A4F;
    border-radius: 10px;
    padding: 50px;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#about .txt_box::before,
#about .txt_box::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #DE6A4F;
  border-radius: 50%;
}

#about .txt_box::before {
  top: 20px;
  left: 20px;
}

#about .txt_box::after {
  top: 20px;
  right: 20px;
}

#about .corner-dot {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #DE6A4F;
  border-radius: 50%;
}

#about .bottom-left {
  bottom: 20px;
  left: 20px;
}

#about .bottom-right {
  bottom: 20px;
  right: 20px;
}

#about .txt_box p {
    font-size: 24px;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 40px;
}

#about h2 span {
    color: #E58163;
}

#worries {
    background: transparent linear-gradient(270deg, #D3C4F5 0%, #F7F4FF 100%);
    padding: 80px 0;
}

#worries h2 span {
    color: #7A62A9;
}

#worries h2 span b {
    text-emphasis: filled;
}

.worries_list ul {
    display: flex;
    justify-content: space-between;
}

.worries_list li {
    display: flex;
    flex-direction: column;
    width: 28%;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.worries_list .list_txt {
    background-color: #fff;
    font-size: 30px;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

.worries_list .list_txt p {
    font-weight: 600;
}

.worries_list .list_txt span {
    font-weight: 600;
    color: #D7795D;
}

#solution {
    background: transparent linear-gradient(
270deg, #D1EEF5 0%, #E9F4F7 100%);
    padding: 40px 0;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 93%, 53% 93%, 50% 100%, 47% 93%, 0 93%);
}

#detail {
    background-color: #FFFBEF;
    margin-top: -35px;
    padding: 80px 0 30px;
}

.detail_list li {
  counter-increment: li-counter;
  margin-bottom: 80px;
}

.detail_list h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.detail_list h2 img {
    width: 400px;
}

.detail_list h2:before {
  content: "0" counter(li-counter);
  color: #0092E5;
  background-color: #D1EEF5;
  font-size: 28px;
  padding: 0 3rem;
  border-radius: 28px;
  margin-bottom: 10px;
}

.detail_list .img_box {
    margin: 0;
}

.detail_list .img_box + .img_box {
	margin-top: 50px;
}

.support_list li {
    counter-increment: su-counter;
    background-color: #fff;
    border: 4px solid #DE6A4F;
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 50px 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.support_list .support_list_ttl {
    width: 100%;
    padding-left: 70px;
    position: relative;
    font-size: 42px;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-thickness: 26px;
    text-decoration-color: #ffe200;
    text-underline-offset: -13px;
    text-decoration-skip-ink: none;
}

.support_list .support_list_ttl:before {
  content: counter(su-counter);
  display: inline-block;
  color: #fff;
  background-color: #E58163;
  font-size: 38px;
  font-weight: 600;
  width: 60px;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  left: 0;
}

.support_list .support_list_txt {
    font-size: 24px;
    font-weight: 500;
    line-height: 2;
}

.support_list .support_list_txt small {
    font-weight: 500;
}

.support_list .support_list_txt span {
    color: #E58163;
    font-weight: 700;
}

.support_list .img_cont {
    gap: 20px;
    width: 100%;
}

.support_list .img_cont img {
    min-width: 0;
}

#record {
    padding: 80px 0;
}

#record h2 {
    color: #E58163;
}

.record_list {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.record_list li {
    display: flex;
    gap: 20px;
    align-items: center;
}

.record_list li p {
    border: 3px solid #DE6A4F;
    border-radius: 10px;
    background-color: #FFFBEF;
    padding: 30px 3%;
    font-size: 24px;
    font-weight: 500;
    line-height: 2;
}

.record_list li + li {
    flex-direction: row-reverse;
}









#contact h2 b {
	display: inline-block;
	color: #333;
	font-size: 42px;
	background-color: #fff;
	width: fit-content;
	padding: 0 30px;
	border-radius: 50px;
}

#contact h2 b span {
	color:#CB3A26;
}

#contact .ttl_area p {
    font-size: 20px;
    font-weight: 900;
}

.h2_line {
	background: #0186de;
	height: 3px;
	margin: 30px auto 45px;
	width: 60%;
	/* max-width: calc(100% - 10%); */
}


#contact {
	background-color: #E58163;
	padding: 80px 0;
}

#contact .ttl_area {
	color: #FFFFFF;
	text-align: center;
    margin-bottom: 30px;
}

#contact h2 {
	display: flex;
	color: #FFFFFF;
	flex-direction: column;
	align-items: center;
}

#contact h3 {
    margin-bottom: 30px;
    color: #014471;
    font-size: 18px;
    font-weight: bold;
}

#contact .h2_line {
	background: #FFFFFF;
	height: 3px;
	width: 250px;
}

#contact .ttl_area img {
	width: 108%;
	max-width: 108%;
	margin-left: -4%;
	display: none;
}

.form_box {
	border-radius: 20px;
}

.form_box.confirm {
	margin-top: 80px;
}

.form_box form {
	background: #ffffff;
	border-radius: 10px;
	padding: 5%;
	margin: auto;
	width: 100%;
	/* max-width: 1000px; */
}

.form_box .form_ttl {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

.form_box dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.form_box dt {
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.form_box dt span {
	color: #fff;
	background: #e30000;
	border-radius: 20px;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 0px 15px;
	padding: 3px 15px;
}

.form_box dd {
	margin-bottom: 30px;
	/* min-width: 67%; */
	width: 100%;
}

.form_box .confirm dd {
	color: #000000;
	font-size: 20px;
	background-color: #d4efff;
	padding: 5px 3%;
	border-radius: 4px;
}

.form_box dd input[type="text"],
.form_box dd input[type="tel"],
.form_box dd input[type="email"],
.form_box dd textarea,
.form_box dd select {
	background: #F7F7F7;
	border: 1px solid #CBCBCB;
	border-radius: 5px;
	color: #333;
	height: 60px;
	padding: 10px;
	width: 100%;
	max-width: 100%;
	font-size: 22px;
	line-height: 1.8;
}

.form_box dd.radio {
    display: flex;
    gap: 1rem;
}

.form_box dd.radio label {
    font-size: 24px;
    font-weight: bold;
}

.form_box dd .radiobutton input {
    position: relative;
    width: 24px;
    height: 24px;
    background: #F7F7F7;
    border: 1px solid #CBCBCB;
    border-radius: 5px;
    vertical-align: -5px;
}

.form_box dd select {
	cursor: pointer;
}

.form_box dd textarea {
	height: 160px;
	width: 100%;
}

.form_box dd input::-webkit-input-placeholder, .form_box dd textarea::-webkit-input-placeholder {
	color: #aaaaaa;
	font-weight: normal;
}

.form_box dd input::-moz-placeholder, .form_box dd textarea::-moz-placeholder {
	color: #aaaaaa;
	font-weight: normal;
}

.form_box dd input:-ms-input-placeholder, .form_box dd textarea:-ms-input-placeholder {
	color: #aaaaaa;
	font-weight: normal;
}

.form_box dd input::-ms-input-placeholder, .form_box dd textarea::-ms-input-placeholder {
	color: #aaaaaa;
	font-weight: normal;
}

.form_box dd input::placeholder,
.form_box dd textarea::placeholder {
	color: #aaaaaa;
	font-weight: normal;
}

.form_box p {
	font-size: 18px;
	font-weight: bold;
}

.form_box p a {
	color: #e30000;
	text-decoration: underline;
}

.form_box p.sub {
    font-size: 18px;
    font-weight: initial;
    width: 100%;
    margin-bottom: 10px;
}

.form_box p.sub span {
    font-weight: bold;
}

.form_box button {
	background: #F13849;
    border: solid 3px #F13849;
	border-radius: 50px;
	color: #fff;
	margin: 10px 0px 0px 0px;
	padding: 15px;
	text-align: center;
	width: 100%;
	max-width: 100%;
	cursor: pointer;
	font-size: 24px;
	font-weight: bold;
	transition: 0.5s;
	box-shadow: 0px 3px 5px 0px #aaaaaa;
}

.form_box button:hover {
	box-shadow: none;
}

.form_box button.correct {
    color: #F13849;
    background: #fff;
}

.form_box dd input:focus, .form_box dd textarea:focus {
    outline: solid 2px ;
    background: #faf7d2;
    border: none;
}


.form_box dd input[name="postal_code"] {
    margin-bottom: 15px;
    width: 35%;
}

.form_box dd.wide {
    width: 100%;
}

.form_box .policy p {
    font-size: 16px;
    font-weight: normal;
}

.form_box .policy strong {
    font-weight: bold;
}

.form_box .policy *{margin-bottom: 1rem;}

.form_box .policy {
    border: 1px solid #CBCBCB;
    border-radius: 5px;
    padding: 20px 30px;
    height: 200px;
    overflow: auto;
}

/* 
.form_box dd.radio {
    display: flex;
    justify-content: space-between;
}

.form_box dd .radiobutton {
    width: 30%;
}

.form_box dd .radiobutton input:invalid {
  appearance: auto;
}

.form_box dd .radiobutton input {
  opacity: 0;
  position: absolute;
  z-index: -1;
  width: 1px;
}

.form_box dd .radiobutton input + label {
  display: flex;
  height: 100%;
  padding: 1em 0;
  margin: auto;
  color: #014471;
  font-size: 20px;
  font-weight: 900;
  border: 3px solid #014471;
  border-radius: 5px;
  text-align: center;
  transition: 0.5s;
  box-shadow: 0px 3px 5px 0px #aaaaaa;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.form_box dd .radiobutton input:focus + label {
  background-color: #faf7d2;
}

.form_box dd .radiobutton input:checked + label {
  color: #ff8b03;
  background-color: #faf7d2;
  box-shadow: none;
} */

.close {
	text-align: center;
	padding-bottom: 100px;
	position: relative;
}

.close .close_ttl {
	color: #004471;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 36px;
	font-weight: 900;
	margin-bottom: 30px;
}

.close p {
	color: #333;
	font-size: 18px;
	font-weight: 500;
}

.close p.sub {
    font-size: 22px;
    font-weight: 500;
}

.close .tel_area {
	margin-top: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.close .tel_link {
	position: relative;
	font-weight: 900;
	font-size: 80px;
	display: inline-block;
	color: #CB3A26;
	background-color: #fff;
	border-radius: 10px;
	filter: drop-shadow(0px 3px 6px #00000029);
	width: 80%;
	margin-bottom: 60px;
	padding: 20px;
}

.close .tel_link a {
	position: relative;
	padding-left: 10%;
}

.close .tel_link a:before {
    content: "";
    position: absolute;
    display: block;
    background: url(../img/tel_icon.png) no-repeat center;
    background-size: contain;
    width: 45px;
    height: 80px;
    left: 0;
    bottom: 10px;
}

.close img {
	margin-bottom: 40px;
	padding: 0 5%;
}
		
.pagetop {
    position: absolute;
    right: 2%;
    bottom: 30px;
    width: 100px;
}
/* FOOT
**************************************************************/
#foot {
	background: #3b4043;
	text-align: center;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 10px;
	color: #FFFFFF;
	/* margin-top: 70px; */
}

.footer_sp {
    display: none;
}

/* 960px以下 */
/* @media screen and (max-width: 960px) {

	#header .inner .tel {
		padding-left: 2%;
	}


	.btn_mv a {
		width: auto;
		padding: 5px 15px;
	}

	h2 {
		font-size: 40px;
	}

	.h2_line {
		margin: 3% auto 5%;
	}

	.cta_box .cta_area {
		flex-direction: column;
	}

	.cta_box .cta_area .btn_area {
		width: 100%;
	}

	.cta_box .cta_area .btn_area.bl {
		width: 100%;
	}

	.cta_box.block1 {
		padding: 35px 2% 10px;
	}

	.cta_box.block2 {
		padding: 10px 2% 35px;
	}

	.point_list dl,
	.point_list dl.flex_rev {
		flex-direction: column;
	}

	.point_list dt,
	.point_list .flex_rev dt {
		width: 90%;
		padding: 3%;
	}

	.point_list dd {
		width: 90%;
	}

	.note_list {
		flex-direction: column;
	}

	.note_list li {
		width: calc(100% - 30px);
		max-width: calc(100% - 30px);
	}

	.case_box dl {
		margin: 10px;
		width: calc(100% - 20px);
		max-width: calc(100% - 20px);
	}
} */

/* 560px以下 */
@media screen and (max-width: 560px) {

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
	
	.inner_1200 {
	    padding: 0;
	}
	
	#header {
		position: relative;
		min-width: unset;
		background: unset;
		box-shadow: none;
		height: auto;
	}
	
	#header .inner .logo {
	    width: 200px;
	}
	
	.btn_header {
	    display: none;
	}
	
	.mv {
		margin: auto;
	}
	.mv .cta_box {
	    padding-bottom: 10%;
	}
	
	.cta_box a {
	    width: 100%;
	    filter: drop-shadow( 0px 3px 6px #00000029);
	}

	.mv .mv_img {
		width: 100%;
		min-height: 400px;
		height: 400px;
	}

	.mv .mv_txt {
		width: 100%;
		display: block;
		position: absolute;
		bottom: 0;
		min-height: auto;
		height: auto;
		background: no-repeat;
		padding: 0;
	}

	.btn_mv a {
		margin: 20px auto;
	}

	.cta {
	padding: 20px 0;
	}
	.cta_txt {
	    font-size: 5vw;
	}
	
	.cta_box {
		padding: 5px 5%;
		margin: 0;
		width: 100%;
		background: none;
		gap: 0;
	}
	
	.cta_box a + a {
	    margin-top: 5%;
	}

	.cta_box .cta_ttl {
		font-size: 20px;
		padding: 2px 10px;
		line-height: 1.4;
	}

	.cta_box .cta_area {
		margin-top: 50px;
	}

	.cta_box.block1 {
		padding: 25px 2% 8px;
	}

	.cta_box.block2 {
		padding: 8px 2% 25px;
	}

	.cta_box .cta_area .tel_area02 {
		font-size: 32px;
	}

	.cta_box .cta_area .btn_area {
		font-size: 24px;
		height: auto;
		padding-top: 25px;
	}

	.cta_box .cta_area .btn_area.bl {
		font-size: 24px;
		height: auto;
		padding-top: 25px;
		width: 100%;
	}

	.cta_box .cta_area .btn_area i {
	    display: inline-block;
	    width: 23px;
	    margin-right: 1%;
	    line-height: 2;
	    vertical-align: middle;
	}

	.cta_box .cta_area .btn_area span {
		font-size: 16px;
		top: -50px;
	}

	.cta_box .cta_area .btn_area small {
		font-size: 24px;
	}

	.cta_box.block2 .cta_area .btn_area small {
		font-size: 24px;
		letter-spacing: 0;
	}

	.cta_box .cta_area .btn_area.bl span {
		font-size: 16px;
		top: -50px;
	}

	.img_box {
	    margin: 40px 5%;
	}

	h2 {
		font-size: 30px;
		margin-bottom: 30px;
	}

	h2 span {
		/* font-size: 16px; */
	}
	
	.back_img {
	    padding: 0;
	}

	
    .img_cont {
        flex-direction: column;
    }
    
    #merit {
        padding: 40px 5%;
    }
    
    #merit .img_cont img {
        width: 100%;
    }
    
    #merit .img_cont {
        gap: 60px;
    }
    
    #merit .img_cont:before {
        width: 45px;
    }
    
    #merit .txt_box {
        width: 80%;
        border: none;
        font-size: 20px;
        text-align: left;
        padding: 15px 2%;
        font-weight: 800;
    }
    
    #merit .box_wrap {
        border: 3px solid;
        border-radius: 10px;
        color: #F39800;
        background-color: #fff;
        margin: 30px 0;
    }
    
    #about {
        padding: 60px 5%;
    }
    
    #about .txt_box {
        padding: 25px 5%;
    }
    
    #about .txt_box p {
        font-size: 18px;
        order: 3;
        font-weight: 600;
        
        
        
        
        
    .support_list .support_list_txt
        small {
    font-weight: 500;
};
    }
    
    #worries {
        padding: 60px 5%;
    }
    
    .worries_list ul {
        flex-direction: column;
        gap: 40px;
    }
    
    .worries_list li {
        width: 100%;
        flex-direction: row;
        gap: 10px;
    }
    
    .worries_list .list_txt {
        width: 60%;
        font-size: 20px;
        padding: 15px;
    }
    
    .worries_list .list_img {
        width: 40%;
    }

	#solution {
        padding: 40px 5%;
    }
    
    #detail {
        padding: 80px 5% 20px;
    }
    
    .detail_list h2 img {
        max-width: 250px;
        width: 100%;
    }
    
    .detail_list h2:before {
        font-size: 16px;
        padding: 0 2rem;
    }
    
    .support_list li {
        padding: 25px 5%;
    }
    
    .support_list .support_list_ttl {
        font-size: 24px;
        text-decoration-thickness: 14px;
        text-underline-offset: -6px;
        padding-left: 40px;
    }
    
    .support_list .support_list_ttl:before {
        font-size: 20px;
        width: 30px;
    }
    
    .support_list .support_list_txt {
        font-size: 16px;
        font-weight: 600;
    }

	.detail_list li {
	    margin-bottom: 40px;
	}
	
	.detail_list .img_box + .img_box {
	    margin-top: 30px;
	}
	
	#detail + .img_box {
	    background-color: #FFE200;
	    margin: -20px auto 0;
	    padding: 50px 5% 30px;
	    clip-path: polygon(0 5%, 47% 5%, 50% 0, 53% 5%, 100% 5%, 100% 100%, 0 100%);
	}
	
	.detail_list .img_box.sp {
	    background: #fff;
	    border: 3px solid #DE6A4F;
	    border-radius: 10px;
	    position: relative;
	}
	
	.detail_list .img_box.sp .glightbox img {
	    padding: 15px 10px 55px;
	}
	
	.detail_list .img_box.sp .detail_ttl {
	    background: #de6a4f;
	    color: #fff;
	    text-align: center;
	    font-size: 24px;
	    font-weight: 600;
	    padding: 5px 0;
	}
	
	.glightbox-mobile .goverlay {
	    background: #0007;
	}
	
	.glightbox {
		position: relative;
		display: block;
		z-index: 0;
	}
	
	.glightbox:after {
	    content: "";
	    display: block;
	    position: absolute;
	    background: url(../img/zoom_icon.svg) no-repeat center / contain;
	    width: 57px;
	    height: 54px;
	    bottom: 0;
	    right: 0;
	    z-index: 1;
	}
	
	#record {
	    padding: 60px 5%;
	}
	
	.record_list {
	    gap: 40px;
	}
	
	.record_list li {
	    flex-direction: column;
	    border: 3px solid #DE6A4F;
	    border-radius: 10px;
	    background-color: #FFFBEF;
	    padding: 30px 3%;
	}
	
	.record_list li img {
	    width: 40%;
	    min-width: 150px;
	}
	
	.record_list li p {
	    border: none;
	    padding: 0;
	    font-size: 16px;
	    font-weight: 600;
	}
	
	.record_list li + li {
	    flex-direction: inherit;
	}
	
	.close .tel_link a:before {
	    width: 8%;
	    height: 6vw;
	    left: 0;
	}
	
	
	#pre h2 b {
	    font-size: 22px;
	}
	
	#pre p {
	    font-size: 16px;
	    line-height: 2;
	}
	
	#pre {
	    padding: 40px 5%;
	}
	
	#pre:after {
	    border-right: 40px solid transparent;
	    border-left: 40px solid transparent;
	    border-top: 28px solid #dff1fd;
	    bottom: -26px;
	    left: 0;
	    right: 0;
	    margin: auto;
	    width: 0;
	}

	#contact h2 b {
	    font-size: 22px;
	}
	
	#contact h2 b::after, #contact h2 b::before {
	    top: 5px;
	}
	
	#contact {
	    padding: 40px 0;
	}
	
	#contact .ttl_area p {
	    font-size: 16px;
	    font-weight: normal;
	}

	.form_box {
		padding: 0 5%;
	}
	
	.form_box .form_ttl {
	    font-size: 18px;
	    margin-bottom: 20px;
	}
	
	.form_box form {
	    padding: 20px 5%;
	}

	.form_box dd {
		margin-bottom: 15px;
		width: 100%;
	}
	
	.form_box button {
		font-size: 18px;
	}
	
	.form_box dt {
	    font-size: 16px;
	    width: auto;
	    min-width: unset;
	    padding: 5px;
	}
	
	.form_box dd input[type="text"], .form_box dd input[type="tel"], .form_box dd input[type="email"], .form_box dd textarea, .form_box dd select {
	    font-size: 18px;
	    padding: 8px;
	}
	
	.form_box dd input[name="postal_code"] {
	    width: 200px;
	}
	
	.form_box dd .radiobutton input + label {
	    font-size: 18px;
	}
	
	.form_box dt span {
	    padding: 0 15px;
	}
	
	.form_box p.sub {
	    font-size: 14px;
	    font-weight: 500;
	}
	
	.form_box p {
	    font-size: 16px;
	}
	.close {
		font-size: 14px;
		padding-bottom: 40px;
	}

	.close .close_ttl {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.close .tel_area {
	    margin-top: 40px;
	}
	
	.close p {
		font-size: 16px;
		padding: 0 5%;
		font-weight: 600;
	}
	
	.close img {
	    width: 80%;
	    max-width: 300px;
	}
	
	.close .tel_link {
	    width: 90%;
	    font-size: 8vw;
	    padding: 20px 0;
	    margin-bottom: 40px;
	}
	
	.close .tel_link:before {
	    width: 28px;
	    height: 28px;
	    left: -30px;
	    top: 10px;
	}
	
	.close p.sub {
	    font-size: 16px;
	    font-weight: normal;
	}
	
	#foot {
		/* color: #3b4043; */
		/* background: none; */
		/* margin-bottom: 150px; */
	}
	
	.footer_sp {
	    display: block;
	    width: 100%;
	    position: fixed;
	    bottom: 0;
	    background: #3086bc;
	    padding: 14px 3%;
	    text-align: center;
	    z-index: 100;
	}
	
	.footer_sp p {
	    font-size: 13px;
	    font-weight: 900;
	    color: #fff;
	    margin-bottom: 5px;
	}
	
	.btn_footer {
	    display: flex;
	}
	
	.btn_footer img {
	    padding: 0 2%;
	}
}

/* THANKS
**************************************************************/
#thanks #foot {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	min-width: 960px;
}

#thanks #header .inner .logo {
	/* margin: auto; */
	max-width: 100%;
}

#thanks main {
	width: 80%;
	max-width: 900px;
	margin: 100px auto;
}

#thanks h2 {
	margin-bottom: 20px;
	color: #004471;
}

#thanks .close {
	margin-top: 50px;
}

#thanks .close p {
	margin-top: 20px;
	font-weight: bold;
	font-size: 120%;
	text-decoration: underline;
}

/* 560px以下 */
@media screen and (max-width: 560px) {
	#thanks #foot {
		bottom: unset;
		min-width: unset;
	}

	#thanks h2 {
	font-size: 26px;
	}
}
