body { 	
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    background-color: #a4ccf4;
}

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) {

	.pc-v {
		display: none;
	}

	.sp-v {
		display: block;
	}
}

/* LAYOUT
**************************************************************/

.layout {
    display: flex;
    justify-content: space-around;
    max-width: 1400px;
    margin: auto;
}

header {
    order: 1;
    height: 100vh;
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    transition: .5s;
    width: calc(50% - 383px);
    justify-content: center;
}

nav {
    order: 3;
    height: 100vh;
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    width: calc(50% - 383px);
    transition: .5s;
    justify-content: center;
}

main {
    order: 2;
    width: 100%;
    max-width: 767px;
    margin-top: 80px;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 40%) 0px 0px 10px;
    transition: .5s;
    overflow: hidden;
}

@media screen and (max-width: 1280px) {
   header, nav {
       opacity: 0;
       scale: 0;
    }
}

@media screen and (max-width: 960px) {
    header, nav {
        display :none;
    }
	main {
		margin-top: 0;
	}
}

/* NAV
**************************************************************/

header img {
    cursor: pointer;
}

nav .menu_li button {
    margin: 3px 0;
    border: none;
    outline: none;
    color: #fff;
    background: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

nav .menu_li button:hover {
    text-decoration: underline;
}

/* MV
**************************************************************/

.logo img {
    width: 70px;
    margin: 5px 4%;
}

.mv {
    background-color: #e8f3f9;
	position: relative;
}

.mv h1 {
    position: relative;
}

.mv h1:after {
    content: "scroll";
    display: block;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    position: relative;
    top: -150px;
    text-align: center;
}

.mv h1:before {
    content: "";
    display: block;
    width: 0;
    height: 130px;
    border-left: 2px solid #fff;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 20px;
    margin: auto;
}

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

.cta_box {
	padding: 0 5%;
}

.cta_box a {
	display: block;
	margin-top: 5%;
	filter: drop-shadow( rgb(0 0 0 / 40%) 0 4px 2px);
}

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

.cta_txt {
	position: relative;
	font-size: 36px;
	font-weight: 900;
	color: #595a5a;
	display: inline-block;
	margin: 0 34px;
}

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

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

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

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

.img_box {
    margin-top: 70px;
}

.img_list img {
    margin: auto;
}

.img_list li {
    margin-bottom: 20px;
}

h2 {
	color: #557fa8;
	font-size: 46px;
	font-weight: bold;
	text-align: center;
}

h2 span {
	color: #595a5a;
	font-weight: bold;
	display: block;
	font-size: 32px;
}

#support {
    background-color: #e8f2f9;
    padding: 50px 0 150px;
}

.support_list li img {
    width: 90%;
	filter: drop-shadow( rgb(0 0 0 / 40%) 0 2px 2px);
}

.support_list li:nth-of-type(2n) img {
    margin-left: auto;
}

.support_list .txt_box {
    text-align: center;
    margin: 5% 10%;
    color: #595a5a;
}

.support_list .list_ttl {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    border-bottom: 2px solid #557fa8;
    margin-bottom: 3%;
}

.support_list .list_txt {
    text-align: left;
    font-size: 20px;
    line-height: 2;
}

#service {
    background-color: #f8fff8;
    position: relative;
    z-index: 1;
    padding: 0 0 30px;
}

#service:before {
    content: "";
    display: block;
    background-color: #f8fff8;
    height: 200px;
    width: 100%;
    border-radius: 50% 50% 0 0;
    position: absolute;
    top: -100px;
    z-index: -1;
}

#service h2 {
    position: relative;
    top: -40px;
}

.service_list {
    width: 94%;
    margin: auto;
    color: #595a5a;
}

.service_list .accordion-header {
    text-align: center;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: rgb(0 0 0 / 30%) 0 2px 6px;
    font-size: 30px;
    font-weight: bold;
    padding: 10px 0;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.service_list .accordion-content {
    background-color: #fff;
    border-radius: 0 0 12px 12px;
    box-shadow: rgb(0 0 0 / 30%) 0 2px 6px;
    padding: 0 3% 0;
    margin: -10px 0 40px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}
.service_list .accordion-content li {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 2rem;
    font-size: 20px;
    font-weight: bold;
}

.service_list .accordion-content li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f14a';
    font-weight: 300;
    color: #537ca4;
    padding: 0 5px;
}

.service_list .accordion-header:after {
    content: "";
    background: url(../img/service_plus.png) center / contain no-repeat;
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: transform 1s, background-image .5s;
}

.accordion-item.active .accordion-content {
	max-height: 500px;
	padding: 30px 3% 20px;
}

.accordion-item.active .accordion-header:after{
    background-image: url(../img/service_minus.png);
  transform: rotate(180deg);
}



#contact h2 b {
	position: relative;
	color: #fff;
	font-size: 24px;
	display: inline-block;
}

#contact h2 b::after,
#contact h2 b::before {
	content: "";
	background-size: contain;
	position: absolute;
	display: inline-block;
	width: 18px;
	height: 20px;
	top: 10px;
	background-color: #fff;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

#contact h2 b::before {
	-webkit-mask-image: url(../img/asirai_left.svg);
	mask-image: url(../img/asirai_left.svg);
	left: -24px;
}

#contact h2 b::after {
	-webkit-mask-image: url(../img/asirai_right.svg);
	mask-image: url(../img/asirai_right.svg);
	right: -24px;
}

#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: #edf6ff;
	padding: 0 0 50px;
}

.confirm#contact {
    padding: 50px 0;
}

#contact .ttl_area {
	background: url(../img/contact_back.png) no-repeat left / cover;
	padding: 100px 0 200px;
}

#contact h2 {
	color: #fff;!;!importan;!i;!;!;
	filter: drop-shadow( rgb(0 0 0 / 40%) 0 2px 2px);
}

#contact h2 span {
    color: #fff;
}

#contact h3 {
    text-align: center;
    margin-bottom: 30px;
    color: #595a5a;
    font-size: 20px;
    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;
}

.confirm .form_box form {
    margin: auto;
    border-radius: 10px;
}

.form_box form {
	background: #ffffff;
	border-radius: 10px 0 0 10px;
	padding: 5% 10% 5% 7%;
	width: 97%;
	margin-top: -130px;
	margin-left: auto;
	filter: drop-shadow( rgb(0 0 0 / 40%) 0 2px 2px);
}

.form_box .form_ttl {
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-left: 7px;
    border-left: 5px solid #ef8932;
}

.form_box hr {
    border: none;
    border-top: dotted 5px #bfd0db;
    height: 5px;
    color:#FFFFFF;
    margin: 10px 0 40px;
}

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

.form_box dt {
	color: #595a5a;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 0;
	/* width: 30%; */
	min-width: 220px;
	display: flex;
	align-items: center;
}

.form_box dt span,.form_box span.req {
	color: #fff;
	background: #e30000;
	border-radius: 20px;
	font-size: 14px;
	font-weight: bold;
	/* line-height: 1; */
	margin: 0px 0px 0px 15px;
	padding: 0px 15px;
}

.form_box span.req {
	padding: 3px 15px;
}

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

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

.form_box dd input,
.form_box dd textarea,
.form_box dd select {
	background: #FFFFFF;
	border: 2px solid #595a5a;
	border-radius: 5px;
	color: #333;
	height: 50px;
	padding: 10px;
	width: 100%;
	max-width: 100%;
	font-size: 20px;
	line-height: 1.8;
    font-family: inherit;
}

.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 {
	color: #595a5a;
	font-size: 18px;
	font-weight: bold;
}

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

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

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

.form_box button {
	background: #ef8932;
	border-radius: 5px;
	border: 3px #595a5a solid;
	color: #FFFFFF;
	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 {
    border: solid 3px #ff8b03;
	box-shadow: none;
}
.form_box dd input:focus, .form_box dd textarea:focus {
    outline: solid 3px #014471;
    background: #faf7d2;
    border: none;
}


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

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

.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: #595a5a;
  font-size: 20px;
  font-weight: 900;
  border: 3px solid #595a5a;
  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: 50px;
	position: relative;
}

.close .close_ttl {
	color: #004471;
	font-size: 36px;
	font-weight: 900;
	margin-bottom: 30px;
}

.close p {
	color: #595a5a;
	font-size: 30px;
	font-weight: 900;
}

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

.close .tel_area {
	margin-top: 100px;
	padding: 0 180px;
}

.close .tel_link {
	position: relative;
	font-weight: bold;
	font-size: 48px;
	display: inline-block;
	vertical-align: middle !important;
}

.close .tel_link:before {
    content: "";
    position: absolute;
    display: block;
    background: url(../img/tel_icon.png) no-repeat center;
    background-size: contain;
    width: 45px;
    height: 45px;
    left: -55px;
    top: 15px;
}
		
.pagetop {
    display: inline-block;
    margin: 50px auto 0;
    text-align: center;
    color: #595a5a;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}
		
.pagetop img {
	display: inline;
	margin: 5px;
	vertical-align: bottom;
}

.pagetop:hover {
    color: #595a5a;
}

/* FOOT
**************************************************************/
#foot {
	background: #557fa8;
	text-align: center;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	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) {
	.img_list {
    margin: auto 5%;
}

	.mv h1:after {
		font-size: 24px;
		top: -20vw;
	}

	.mv h1:before {
		height: 15vw;
		bottom: 10px;
	}

	.cta_txt::after, .cta_txt::before {
		top: 0;
	}

	.cta {
		padding: 30px 0;
	}

	#support {
		padding: 30px 0 80px;
	}

	.support_list .list_ttl {
		font-size: 20px;
	}

	.support_list .list_txt {
		font-size: 18px;
		line-height: 1.8;
	}

	#service:before {
		height: 100px;
		top: -50px;
	}

	#service h2 {
		top: auto;
	}

	.service_list {
		margin-top: 30px;
	}

	.service_list .accordion-header {
		font-size: 20px;
		padding: 10px 15%;
	}

	.service_list .accordion-header:after {
		width: 8%;
	}


	.service_list .accordion-content li {
		font-size: 16px;
		display: block;
		margin-right: 0;
		margin-left: 1.5rem;
		text-indent: -1.5rem;
	}

	#contact .ttl_area {
		padding: 50px 0 100px;
	}




	
	#header {
		position: absolute;
		min-width: unset;
		background: unset;
		box-shadow: none;
	}
	
	#header .inner .logo {
	    width: 200px;
	}
	
	.btn_header {
	    display: none;
	}
	
	.mv .cta_box {
	    padding-bottom: 10%;
	}
	
	.cta_box a {
	    width: 100%;
	}

	.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_txt {
	    font-size: 22px;
	    margin: 0;
	}
	
	.cta_box {
		padding: 5%;
	}
	
	.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-top: 40px;
	}

	h2 {
		font-size: 30px;
	}

	h2 span {
		font-size: 20px;
	}
	
	.back_img {
	    padding: 0;
	}
	

	#contact h2 b {
	    font-size: 16px;
	}
	
	#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 .form_ttl {
	    font-size: 18px;
	    margin-bottom: 20px;
	}
	
	.form_box form {
	    margin-top: -70px;
	}

	.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, .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: 16px;
	}
	
	.form_box p.sub {
	    font-size: 14px;
	}
	
	.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;
	    padding: 0;
	}
	
	.close p {
		font-size: 20px;
	}
	
	.close .tel_link {
	    font-size: 30px;
	    margin-bottom: 10px;
	    margin-left: 30px;
	}
	
	.close .tel_link:before {
	    width: 28px;
	    height: 28px;
	    left: -30px;
	    top: 10px;
	}
	
	.close p.sub {
	    font-size: 16px;
	    font-weight: normal;
	}
	
	
	.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: 70px auto;
	border-radius: 10px;
	padding: 5%;
}

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