@charset "UTF-8";

html {
	font-size:62.5%;
}

body {
	font-family: 'Noto Sans JP', serif;
	line-height: 2;
	font-size: 1.8rem;
	color: #505152;
}




.header_area, .header_back {
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: space-between;
	box-shadow: 0 6px 3px -3px rgba(0,0,0,0.2);
}

.header_flex {
	display: flex;
	justify-content: space-between;
}

.header_logo img {
	margin: 10px 0;
	width: 230px;
}

.header_message img {
	margin: 5px;
	width: 50px;
	height: 55px;
}

.header_message p {
	font-size: 1.6rem;
	line-height: 1.2;
	color: green;
}

.header_message, .tel_no, .mail_no {
	display: flex;
	align-items: center;
}

.tel, .mail, .tel_2, .mail_2 {
	margin-top: 13px;
	line-height: 1.3;
	text-align: center;
}

.tel img, .mail img, .tel_2 img, .mail_2 img {
	width: 38px;
	height: auto;
	padding: 3px;
} 

.tel p, .mail p, .tel_2 p, .mail_2 p {
	font-size: 1.4rem;
}

.tel_no p,  .mail_no p {
	font-size: 2.8rem;
	font-weight: bold;
	color: red;
}




.kv {
	width: 100%;
	height: 90vh;
	background: url(/img/kv-back.jpg);
	position: relative;
	animation-name: fadeInAnime;
	animation-duration: 5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeInAnime {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.message_area {
	width: 1024px;
	margin: 0 auto;
	padding-top: 40px;
	text-align: center;
	line-height: 1.2;
}

.kv_mes {
	padding-top: 25px;
	font-size: 2vw;
	color: #fff;
}

h1 {
	font-size: 10vw;
	color: #fff;
	text-shadow:2px 2px 0 #474646, -1px -1px 0 #474646,
	-1px 1px 0 #474646, 1px -1px 0 #474646,
	0px 1px 0 #474646,  0-1px 0 #474646,
	-1px 0 0 #474646, 1px 0 0 #474646;
}

.orange_area {
	display: flex;
	justify-content: center;
}

.orange_area p {
	color: #fff;
	background-color: rgb(221, 145, 3);
	margin: 50px 30px 10px;
	padding: 10px 20px;
	font-size: 2rem;
	z-index: 1;
	box-shadow: 0 6px 3px -3px rgba(255, 252, 252, 0.6);
}

.soudan {
	text-align: center;
	font-size: 6vw;
	color: #fff;
	text-shadow:2px 2px 0 #474646, -1px -1px 0 #474646,
	-1px 1px 0 #474646, 1px -1px 0 #474646,
	0px 1px 0 #474646,  0-1px 0 #474646,
	-1px 0 0 #474646, 1px 0 0 #474646;
}

.kv_bottom {
	width: 100%;
	height: 80px;
	text-align: center;
	color: #fff;
	background-color: #4a94f2;
	position: absolute;
	bottom: 0;
}

.kv_bottom p {
	font-size: 3.6rem;
}

.img_area1 img {
	width: 35%;
	position: absolute;
	bottom: 0;
	right: 1%;
}




.area1 {
	width: 1024px;
	margin: 80px auto;
	background: url(/img/area1-7.jpg);
	border: 6px solid #666;
	box-shadow: 0 6px 3px -3px rgba(0,0,0,0.2);
}
.flipRight {
	animation-name: flipRightTopAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes flipRightTopAnime {
	from {
		transform: translate(-20px,80px) rotate(35deg);
		opacity: 0;
	}
	to {
		transform: translate(0,1) rotate(0deg);
		opacity: 1;
	}
}

.area1 h2 {
	width: 70%;
	margin: 20px auto;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	padding: 5px;
	border-radius:10px;
	background-color: #fff;
	border: 5px solid #222;
}

.nayami {
	display: flex;
	flex-wrap: wrap;
}

.nayami img {
	width: 30%;
	height: auto;
	margin: 10px auto;
}




.area2 {
	width: 1024px;
	margin: 80px auto;
	box-shadow: 0 6px 3px -3px rgba(0,0,0,0.2);
}

.flipLeft {
	animation-name: flipLeftTopAnime;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes flipLeftTopAnime {
	from {
		transform: translate(-20px,80px) rotate(-35deg);
		opacity: 0;
	}
	to {
		transform: translate(0,0) rotate(0deg);
		opacity: 1;
	}
}


h2 {
	padding: 20px;
	font-size: 2.4rem;
	font-weight: bold;
}

.h2_title {
	display: flex;
	justify-content: center;
	align-items: center;
}

.h2_title img {
	width: 40px;
	height: 45px;
}



.area3 {
	width: 1024px;
	height: auto;
	margin: 0 auto 80px;
	padding: 50px 30px;
	background: url(/img/area3-1.jpg);
	text-align: right;
	position: relative;
	box-shadow: 0 6px 3px -3px rgba(0,0,0,0.2);
}

.fadeIn {
	animation-name: fadeInAnime;
	animation-duration: 3.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeInAnime {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.area3_setsumei {
	width: 860px;
	margin: 0 auto;
	border: 5px solid #666;
	background: rgba(255, 252, 252, 0.8);
}

.area3_setsumei p {
	width: 670px;
	margin: 30px;
	text-align: left;
}

.area3_girl {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}



.area4_wrapper {
	width: 100%;
	padding: 1px 0;
}

.area4 {
	width: 1024px;
	margin: 80px auto;
	border: 6px solid #666;
	background-color: #fff;
	box-shadow: 0 6px 3px -3px rgba(0,0,0,0.2);
}


.hikaku {
	display: flex;
	justify-content: space-around;
	margin: 20px;
}

h3 {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}

.keibai {
	width: 40%;
	padding: 30px;
	border: 3px dashed #666;
}

.area4 table {
	width: 93%;
	margin: 40px auto;
	line-height: 1.2;
}

.area4 th {
	background-color: #4a94f2;
	color: #fff;
	padding: 10px;
	text-align: center;
}

.area4 td {
	padding: 10px;
}


.merit {
	width: 1024px;
	margin: 0 auto;
}


.five_merit {
	padding: 20px;
	background: url(/img/area4-1.jpg);
	text-align: center;
	position: relative;
}

.merit_1 {
	width: 90%;
	margin: 10px;
	padding: 10px;
	display: flex;
	align-items: center;
	margin: 0 auto;
}

.merit_1 img {
	width: 65px;
	margin: 0 20px;
}

.merit_1 p {
	font-size: 2.2rem;
	font-weight: bold;
}

.five_merit h3 {
	margin: 50px auto 0;
}

.merit {
	padding: 50px 0;
}

.merit_matome {
	width: 58%;
	margin: 40px 0 40px 80px;
	text-align: left;
}

.merit_matome img {
	width: 300px;
	position: absolute;
	right: 0;
	bottom: -10px;
}





.area5 {
	width: 100%;
	background: url(/img/area5-6.jpg);
}

.area5_wrapper {
	width: 1024px;
	margin: 0 auto;
	padding: 50px 0;
	position: relative;
}

.area5_message {
	text-align: center;
}

.area5 h3 {
	text-align: left;
}

.reason_container {
	display: flex;
	text-align: center;
}

.reason_content {
	width: 33%;
	margin: 20px 5px;
	padding: 10px;
	border: 3px solid #666;
	box-shadow: 0 6px 3px -3px rgba(0,0,0,0.2);
}

.reason_number p {
	width: 20%;
	background-color: #fff;
	padding: 3px 5px;
	box-shadow: 0 6px 3px -3px rgba(0,0,0,0.2);
}

.reason_number span {
	font-size: 2.4rem;
	font-weight: bold;
	margin: 0 3px;
}

.reason_content p {
	text-align: left;
}

.reason_content img {
	width: 250px;
	height: 180px;
	margin: 10px;
	box-shadow: 0 6px 3px -3px rgba(0,0,0,0.2);
}

.reason_matome {
	width: 60%;
	margin: 30px;
}

.reason_matome img {
	position: absolute;
	bottom: 0;
	right: 0;
}


.area6 {
	width: 1024px;
	margin: 80px auto;
	padding: 20px;
	background: url(/img/area6-1.jpg);
	border: 6px solid#666;
	text-align: center;
	box-shadow: 0 6px 3px -3px rgba(0,0,0,0.2);
}

.area6_kaisetsu {
	margin: 30px auto;
	padding: 20px;
	width: 900px;
	background-color: rgba(255, 252, 252, 0.8);
	text-align: left;
	box-shadow: 0 6px 3px -3px rgba(0,0,0,0.2);
}





.area7 {
	padding: 50px 20px;
	border: 6px solid #666;
	width: 1024px;
	margin: 0 auto;
}

.area7 .h2_title {
	width: 500px;
	margin: 0 auto;
	background-color: #fff;
	border: 3px soliod #222;
	border-radius: 20px;
}

.example {
	width: 980px;
	height: auto;
	margin: 20px auto;
	padding: 20px;
	background-color: #f5f5f5;
	box-shadow: 0 6px 3px -3px rgba(0,0,0,0.2);
	position: relative;
}

.example_title {
	display: flex;
}

.example_profile {
	margin-left: 20px;
}

.example_title img {
	width: 100px;
	height: 100px;
}

.episode {
	padding: 15px;
}

.caution {
	text-align: center;
}



.area8 {
	padding: 30px 0 50px;
	background: url(/img/area8-1.jpg);
	background-size: cover;
}

.ast_blk {
	max-width: 1200px;
	margin: 80px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ast_riyu {
	max-width: 420px;
	height: 420px;
	margin: 10px;
	padding: 40px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	position: relative;
	box-shadow: 0 6px 3px -3px rgba(0,0,0,0.2);
}

.ast_riyu img {
	width: 210px;
	position: absolute;
	bottom: 50px;
	left: 130px;
}

.ast_riyu h3 {
	margin-top: 40px;
}

.ast_riyu span {
	border-right: solid 5px #7db4e6;
}

.ast_riyu p {
	margin-top: 10px;
	text-align: left;
}





.area9 {
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
	background-color: #fff;
	border-left: 120px solid #4a94f2;
 	 border-right: 120px solid #4a94f2;
}

.area9 .h2_title {
	padding-top: 30px;
}

.step {
	width: 800px;
	height: auto;
	margin: 50px auto;
}

.step h3 {
	text-align: left;
	border-bottom: 3px solid #666;
}

.step_up {
	text-align: right;
}

.step_up img {
	width: 300px;
}

.area9_number {
	font-size: 5rem;
	font-weight: bold;
	color: #4a94f2;
}

.area9_name {
	color: #4a94f2;
}

.step p {
	margin-top: 15px;
}








.area10 {
	padding: 80px 0;
	background: url(/img/area7-7.jpg);
}

.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 20px;
	box-shadow: 0 6px 3px -3px rgba(0,0,0,0.2);
}


.title {
    position: relative;
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 10px 30px;
    transition: all .5s ease;
	background-color: #fff;
	border-bottom: 3px solid #666;
	font-size: 1.8rem;
	text-align: left;
}


.title span {
	font-weight: bold;
}

 .box span {
	font-weight: bold;
}

.title::before, .title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}

.title::before{
    top:48%;
    right: 30px;
    transform: rotate(0deg);
    
}

.title::after{    
    top:48%;
    right: 30px;
    transform: rotate(90deg);
}


.title.close::before{
  transform: rotate(45deg);
}

.title.close::after{
  transform: rotate(-45deg);
}


.box {
    display: none;
    background:  rgb(255, 194, 115);
    padding: 10px 30px;
}




.area11 {
	width: 1024px;
	margin: 80px auto;
	border: 6px solid #666;
	box-shadow: 0 6px 3px -3px rgba(0,0,0,0.2);
}


.gaiyo {
	display: flex;
	align-items: flex-start;
}

.gaiyo table {
	width: 50%;
	margin: 10px;
	box-shadow: 0 6px 3px -3px rgba(0,0,0,0.2);
}

.gaiyo th {
	padding: 0 10px;
	color: #fff;
	background-color: #4a94f2;
}

.gaiyo td {
	padding: 0 5px;
}

.map_area {
	width: 45%;
	margin: 10px;
}

.map_area img {
	width: 100%;
	box-shadow: 0 6px 3px -3px rgba(0,0,0,0.2);
}

.img_area {
	display: flex;
	justify-content: space-around;
}

.img_area img {
	width: 200px;
	height: auto;
	object-fit: cover;
	margin: 30px 10px;
	box-shadow: 0 6px 3px -3px rgba(0,0,0,0.2);
}

.taisyo_area {
	color: red;
	font-weight: bold;
}

.taisyo_comment {
	line-height: 1.2;
	background-color: yellow;
	padding: 10px;
	box-shadow: 0 6px 3px -3px rgba(0,0,0,0.2);
}


.tanto {
	display: flex;
}

.staff {
	width: 33%;
	margin: 5px;
	padding: 10px;
	background-color: #fff;
	border: 3px solid #4a94f2;
	position: relative;
	box-shadow: 0 6px 3px -3px rgba(0,0,0,0.2);
}

.staff img {
	width: 90px;
	height: 90px;
	position: absolute;
	right: 0;
	top: 0;
}

.staff th {
	font-weight: 400;
}

.staff td {
	padding-left: 10px;
}

h4 {
	font-weight: bold;
	color: #4a94f2;
}




.area12_wrapper {
	background: url(/img/area12-1.jpg);
	background-size: cover;
	padding: 50px 0;
	position: relative;
	box-shadow: 0 6px 3px -3px rgba(0,0,0,0.2);
}

.area12 {
	width: 1024px;
	margin: 80px auto;
	border: 6px solid #666;
	position: relative;
}

.saikensya {
	display: flex;
}

.kikou {
	width: 860px;
	margin: 50px auto; 
	padding: 30px 40px;
	background-color: rgba(255, 252, 252, 0.9);
	box-shadow: 0 6px 3px -3px rgba(0,0,0,0.2);
}

.area12_guide {
	position: absolute;
	top: 244px;
	right: 0;
}

.area12_guide img {
	width: 400px;
}

.area12_city img {
	width: 500px;
}

.area12_city {
	display: flex;
}

.bank {
	margin: 20px;
}

.gosoudan{
	text-align: center;
}

.tel_contact {
	width: 1024px;
	margin: 0 auto;
}

.otoiawase_tel {
	width: 820px;
	margin: 30px auto;
	display: flex;
	justify-content: space-around;
	border: 3px solid #666;
	box-shadow: 0 6px 3px -3px rgba(0,0,0,0.2);
}

.free_daiyaru {
	display: flex;
	align-items: baseline;
}

.free_daiyaru img {
	width: 55px;
	height: 32px;
}

.free_daiyaru p {
	margin-left: 5px;
	font-size: 4.2rem;
	color: red;
	font-weight: bold;
}

.eigyo_zikan {
	line-height: 1.4;
	margin-top: 15px;
}

.odenwa {
	font-size: 2.4rem;
	font-weight: bold;
}

.mail_img img {
	width: 38px;
	height: 30px;
}

/*-----form-----------------------------------*/

.form_blk {
	margin: 40px auto;
	width: 820px;
	border: 3px solid #666;
}
.contact-inner {
	padding: 30px;
}

.contact-bg {
	background: #e4eeef;
	padding: 100px 0;
	margin: 100px auto 0;
}
 
.contact-message {
	text-align: center;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 50px;
}
 
.message-notice {
	color: #c10811;
	font-size: 14px;
}
 
.essential {
	background: #c10811;
	color: #fafafa;
	font-size: 12px;
	padding: 0 10px;
	font-weight: normal;
	margin-left: 10px;
}
 
.contact-area {
	background: #fafafa;
	padding: 90px;
	margin: 100px auto;
	width: 100%;
}
 
.contact-table {
	width: 100%;
}

#form-blk td, th {
	border: none;
}
 
.table-list {
	display: flex;
	justify-content: space-between;
	letter-spacing: 0.05em;
	width: 100%;
	margin: 30px auto;
}
 
.table-list th {
	font-size: 2rem;
	font-weight: bold;
	width: 250px;
	text-align: left;
}
 
.table-list-address {
	flex-wrap: wrap;
}
 
.table-list-address .input-area {
	margin-bottom: 10px;
}
 
.input-area {
	letter-spacing: 0.05em;
	padding: 0 10px;
	border: none;
	width: 550px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #c4c4c4;
}

.input-area2 {
	letter-spacing: 0.05em;
	padding: 0 10px;
	border: none;
	width: 360px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #c4c4c4;
}
 
.table-list td {
	font-size: 1.6rem;
	width: 100%;
}
 
input::placeholder {
	color: #bfbfbf;
	font-size: 1.6rem;
	font-weight: bold;
}
 
textarea {
	border: none;
	width: 550px;
	height: 200px;
	padding: 0;
	border: 1px solid #c4c4c4;
	resize: vertical;
}
 
textarea::placeholder {
	color: #bfbfbf;
	font-size: 1.6rem;
}
 
input[type="text"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
 
.contact-area .text {
	font-size: 13px;
	text-align: center;
	margin-bottom: 100px;
}
 
.contact-area .text a {
	color: #000;
	border-bottom: 1px solid #000;
	transition: all .3s;
	text-decoration: none;
}
 
.contact-area .text a:hover {
	border-bottom: 1px solid #777;
	padding-bottom: 5px;
	color: #777;
}
 
.submit-button {
	box-sizing: border-box;
	position: relative;
	display: block;
	margin: 30px auto 0;
	background-color: #c10811;
	cursor: pointer;
	border: 1px solid #e4eeef;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	outline: none;
	-webkit-transition: all .3s;
	transition: all .5s;
	padding: 20px 100px;
}
 
.submit-button:hover {
	background: #b4b2b2;
	color: #000;
	border: 1px solid #cae1e3;
}

#section7 {
	height: auto;
}

.endroll {
	text-align: center;
}

.form-check {
	color: #d7003a;
}




#back_to_top{
	width: 50px;
	height: 50px;
	margin: 20px 10px 10px 10px;
	background: #4a94f2;
	border-radius: 10px;
	position: relative;
}

 #back_to_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}

#back_to_top::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f102';
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

#back_to_top::after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: 'TOP';
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

#page-top {
	width: 100%;
	position: fixed;
	z-index: 2;
	opacity: 0;
	transform: translateY(100px);
	background-color: #fff;
	border-top: 1px dotted #666 ;
}

.header_back .header_flex .header_logo  {
	margin-left: 15px;
}
  
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
	 @keyframes UpAnime{
	from {
	  opacity: 0;
	transform: translateY(100px);
	}
	to {
	  opacity: 1;
	transform: translateY(0);
	}
}
  
  
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
	@keyframes DownAnime{
	from {
	  opacity: 1;
	transform: translateY(0);
	}
	to {
	  opacity: 1;
	transform: translateY(100px);
	}
}


.link {
	width: 100%;
	display: flex;
	justify-content:center ;
	text-align: center;
}

.link p {
	margin: 5px 20px;
	font-size: 1.5rem;
}

#footer {
	font-size: 1.5rem;
	text-align: center;
}

.sp, #gloval-nav {
	display: none;
}

.header_flex .pc {
	display: flex;
}











@media screen and (max-width: 780px) {

	.pc {
		display: none;
	}

	.sp,  #gloval-nav {
		display: block;
	}

	body {
		width: 100%;
	}

	main {
		overflow: hidden;
	}

	.header_area {
		width: 100%;
		height: 60px;
	}

	.header_flex {
		justify-content: center;
		box-sizing: border-box;
	}

	.header_logo img {
		margin: 0;
	}

	.header_message, .tel, .mail {
		display: none;
	}

	.tel_no p,  .mail_no p {
		font-size: 1.6rem;
	}

	.tel_no img,  .mail_no img {
		width: 25px;
		height: 20px;
	
	}

	.tel_2, .mail_2 {
		margin: 1px 10px 10px;
	}

	.message_area {
		width: 100%;
	}

	.kv {
		height: 60vh;
	}

	.kv_mes {
		padding: 5px;
		font-size: 2rem;
	}

	h1 {
		font-size: 6.8rem;
	}

	.orange_area {
		display: block;
	}

	.orange_area p {
		font-size: 1.6rem;
		margin: 10px 0;
		padding: 5px;
		width: 45%;
	}

	.img_area1 img {
		width: 40%;
		top: 200px;
		z-index: 10;
	}

	.soudan {
		font-size: 4rem;
	}

	.kv_bottom {
		height: auto;
	}

	.kv_bottom p {
		font-size: 2.4rem;
	}

	.area1, .area4,
	.area6, .area7, .area8, .area9, .area10, 
	.area11, .area12, .area13 {
		max-width: 100%;
		margin: 0;
		box-sizing: border-box;
	}

	.area2 {
		max-width: 100%;
		margin: 0;
	}

	.area1 h2 {
		width: 96%;
    	font-size: 1.8rem;
    	margin: 20px 0;
    	padding: 5px;
	}

	.nayami img {
		width: 50%;
	}

	.h2_title img {
		width: 30px;
		height: 35px;
	}

	h2 {
		font-size: 2rem;
		line-height: 1.2;
	}

	.taino_suruto img {
		width: 100%;
	}

	.area3 {
		width: 98%;
		padding: 50px 0;
		margin: 0;
	}

	.area3_setsumei, .area3_setsumei p {
		width: 100%;
		margin: 5px 0;
	}

	.area3_girl {
		display: none;
	}

	.hikaku {
		display: block;
		margin: 20px 0;
	}

	.keibai {
		width: 93%;
		margin: 10px 0;
		padding: 10px;
	}

	

	.area4 table {
		width: 100%;
		margin: 40px 0;
	}

	.tb01 .head{
		display:none;
	}
	.tb01 {
		width: 100%;
	}
	table.tb01 td {
		display: block;
		width: 100%;
		border-bottom:none;
	}
	table.tb01 td:first-child{
		background: #4a94f2;
		color:#fff;
		font-weight:bold;
	}
	table.tb01 td:before{
		content: attr(data-label);
		color: red;
		display: block;
	}
	.tb01 tr:last-child{
		border-bottom: solid 1px #ccc;
	}

	.table2 {
		width: 100%;
	}

	.area4 td {
		padding: 10px 0;
		text-align: center;
	}

	.merit {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.merit_1 p {
		font-size: 1.8rem;
	}

	.merit_1 img {
		width: 50px;
		margin: 0;
	}

	.five_merit {
		padding: 0;
		border: 3px solid yellow;
		background: none;
		text-align: left;
	}

	.merit_matome {
		width: 100%;
		margin: 20px 0 0;
		padding: 0;
		text-align: center;
		background-color: beige;
	}

	.merit_matome p {
		text-align: left;
		padding: 10px;
	}

	.merit_matome img {
		position: sticky;
		width: 40%;
	}


	.area5_wrapper {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.area5 {
		width: 100%;
		margin-top: 20px;
	}

	.area5_message {
		text-align: left;
		padding: 10px;
	}

	.reason_container {
		display: block;
	}

	.reason_content {
		width: 98%;
		margin: 10px 0;
		padding: 0;
	}

	.reason_content_2 {
		margin: 10px 0;
	}

	.reason_content img {
		width: 60%;
		height: auto;
	}

	.reason_number {
		margin: 10px 0;
	}

	.reason_matome {
		width: 100%;
		margin: 30px 0;
		padding: 10px;
	}

	.reason_matome img {
		position: sticky;
		width: 42%;
	}

	.reason_matome_p {
		width: 100%;
	}


	.area6 {
		width: 99%;
		padding: 0;
	}

	.kigen img {
		width: 100%;
	}

	.area6_kaisetsu {
		width: 100%;
		margin: 0;
        padding: 0;
	}

	.area6_kaisetsu h3 {
		font-size: 2rem;
		line-height: 1.2;
		margin: 20px 0;
	}




	.area7 {
		padding: 0;
	}

	.area7 .h2_title {
		width: 100%;
	}

	.example {
		width: 100%;
		margin: 30px 0;
		padding: 0;
	}

	.example_profile h3 {
		font-size: 1.8rem;
		text-align: left;
		line-height: 1.3;
	}

	.example_title {
		padding: 10px 5px 5px 5px;
	}

	.example_title img {
		width: 30%;
		height: 30%;
	}

	.caution {
		text-align: left;
		padding: 5px;
	}


	.area8 {
		padding: 0;
		background: none;
	}

	.area8 .h2_title img {
		width: 50px;
		height: 50px;
	}

	.ast_blk {
		width: 100%;
		margin: 0;
		display: block;
	}

	.ast_riyu {
		width: 100%;
		height: auto;
		margin: 30px 0;
		padding: 0;
	}

	.ast_riyu h3 {
		margin: 0;
		font-size: 1.8rem;
		text-align: left;
	}

	.ast_riyu img {
		width: 100%;
		position: static;
	}


	.area9 {
		border: none;
	}

	.step {
		width: 100%;
		margin: 30px 0;
		background-color: azure;
		box-shadow: 0 6px 3px -3px rgba(0,0,0,0.2);
	}

	.step p {
		padding: 5px;
	}

	.step h3 {
		font-size: 2rem;
		text-align: center;
	}

	.area9_number {
		font-size: 3rem;
	}

	.area10 {
		padding: 10px 0;
	}

	.accordion-area li {
		margin: 20px 5px;
	}

	.title::before, .title::after {
		right: 20px;
	}

	.title {
		padding: 10px 30px 10px 10px;
		text-align: center;
	}

	.gaiyo {
		width: 100%;
		display: block;
	}

	.gaiyo table, .map_area {
		width: 100%;
		margin: 20px 0;
	}

	.last td:last-child {
		border-bottom: solid 1px #ccc;
		width: 100%;
	}

	.tbl-r02 {
		width: 80%;
	}

	.tbl-r02 th,
	.tbl-r02 td {
		border-bottom: none;
		display: block;
		width: 100%;
	}

	.gaiyo th, .gaiyo td {
		padding: 2px 0;
		text-align: center;
	}

	.img_area {
		flex-wrap: wrap;
	}

	.img_area img {
		width: 44%;
	}

	.tanto_area {
		width: 98%;
	}

	.tanto {
		display: block;
	}

	.staff {
		width: 100%;
		box-sizing: border-box;
	}

	.area6, .area11, .area12 {
		border: none;
	}

	.area7 {
		margin-top: 30px;
		width: 99%;
		border: 1px solid #666;
	}

	.area12_city {
		display: none;
	}

	.area12_wrapper {
		padding: 0;
	}

	.kikou {
		width: 77%;
		margin: 0;
	}

	.saikensya {
		flex-wrap: wrap;
	}

	.bank {
		margin: 0;
	}

	.area12_guide {
		display: none;
	}


	.form_blk {
		width: 98%;
		padding-bottom: 50px;
		margin-top: 40px;
	}


	.otoiawase_tel {
		display: block;
		margin: 0;
		width: 98%;
	}

	.tel_contact {
		width: 100%;
		text-align: center;
	}

	.free_daiyaru {
		justify-content: center;
	}

	.form_contents {
		width: 96%;
		margin: 0;
		padding: 0;
	}

	.contact-inner {
		margin: 0;
		padding: 0;
	}

	.table-list {
		margin: 10px 0;
	}
	.table-list th {
		font-size: 1.5rem;
		width: 100px;
		padding: 5px;
		display: block;
	}
	.input-area {
		width: 265px;
	}
	.table-list td {
		width: 100%;
		padding: 5px;
	}
	textarea {
		width: 265px;
	}

	.input-area2 {
		width: 92%;
	}




	/*------ハンバーガー---------*/

	#nav-toggle {
		position: fixed;
		top: 25px;
		right: 25px;
		height: 32px;
		cursor: pointer;
		z-index: 1000;
	}

	#nav-toggle > div {
		position: relative;
		width: 36px;
	}

	#nav-toggle > div span {
		width: 100%;
		height: 4px;
		left: 0;
		display: block;
		background: #000;
		position: absolute;
		transition: transform .3s ease, top .5s ease;
	}

	#nav-toggle > div span:nth-child(1) {
		top: 0;
	}

	#nav-toggle > div span:nth-child(2) {
		top: 14px;
	}

	#nav-toggle > div span:nth-child(3) {
		top: 28px;
	}

	.open #nav-toggle > div span:nth-child(1) {
		top: 15px;
		transform: rotate(45deg);
	}

	.open #nav-toggle > div span:nth-child(2) {
		width: 0;
	}

	.open #nav-toggle > div span:nth-child(3) {
		top:15px;
		transform: rotate(-45deg);
	}

	.open #gloval-nav {
		transform: translateX(0)!important;
	}

	.open #gloval-nav li {
		transform: translateX(0);
	}

	#gloval-nav ul > li:nth-child(2) {
		transition-delay: .15s;
	}

	#gloval-nav ul > li:nth-child(3) {
		transition-delay: .3s;
	}

	#gloval-nav {
		background: linear-gradient(-45deg,#0080ffda,#e5f64a);
		color: #fff;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0;
		z-index: 990;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 100px;
		transform: translateX(-100%);
		transition: transform 1s ease;
	}


	#gloval-nav li a {
		display: inline-block;
		color: #000;
		text-decoration: none;
		padding: 10px 0;
		font-size: 2.8rem;
	}




}

	

	


