@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

/* CSS Document */


/* 
------------------------------------------------------------------------------------------------------------------------
Set out
------------------------------------------------------------------------------------------------------------------------
*/

*:not(select):not(input), *:before, *:after {
    margin: 0;
    padding: 0;
	border: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html, body {
	width:100%;
	margin:0;
	padding:0;
	overflow-x:hidden;
}
body {
	font-size:14px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height:1.6;
	letter-spacing:0.1em;
	background-image: url("../img/img_title_bg.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
  background-color: #fff;
	color:#231815;
	-webkit-text-size-adjust: 100%;
}
*:focus {
  outline: none;
}
.clearfix:after {
    content:"";
    display:block;
    clear:both;
}
.clear {
	clear:both;
}

li {
	list-style-type:none;
}
img {
	max-width:100%;
	height: auto;
	margin:0;
	padding:0;
	vertical-align:bottom;
	transition:.3s;
}
a {
	text-decoration:none;
	color:#505050;
	transition:.3s;
	border: none;
}
a:hover {
	opacity:0.8;
	text-decoration:border;
	transition:.3s;
}
a:hover img.noTrans{
	opacity:1.0!important;
}
a:hover img{
	opacity:0.8;
	transition:.3s;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	letter-spacing:normal;
}
h1 {
	letter-spacing:0.1em;
}
h1 a:hover img {
	opacity:1;
}
h2 {
	height:75px;
	font-size:24px;
	font-weight: 700;
	letter-spacing:0.1em;
	color:#fff;
	border-top-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	background-image: linear-gradient(90deg, rgba(0, 175, 149, 1), rgba(109, 124, 187, 1) 50%, rgba(173, 110, 170, 1));
	display: flex;
	align-items: center;
	justify-content: center;
}
h2 span {
	font-style: normal;
	font-size:20px;
}
h3 {
	font-size:24px;
	letter-spacing:0.1em;
}
h4 {
	font-size:20px;
	letter-spacing:0.1em;
}

.align {
	text-align:center!important;
}
.align_left {
	text-align:left!important;
}
.align_right {
	text-align:right!important;
}

.light {
	font-weight:300!important;
}

.regular {
	font-weight:400!important;
}

.bold {
	font-weight:700!important;
}
.font_s {
	font-size:12px;
}
.font_m {
	font-size:14px;
}
.mb0 {margin-bottom:0px!important;}

.mb10 {margin-bottom:10px!important;}

.mb15 {margin-bottom:15px!important;}
.mb20 {margin-bottom:20px!important;}
.mb30 {margin-bottom:30px!important;}
.mb40 {margin-bottom:40px!important;}
.mb50 {margin-bottom:50px!important;}
.mb70 {margin-bottom:70px!important;}
.mb80 {margin-bottom:80px!important;}
.mb100 {margin-bottom:100px!important;}
.mb200 {margin-bottom:200px!important;}
.pb30 {padding-bottom:30px!important;}
.pt30 {padding-top:30px!important;}
.pt50 {padding-top:50px!important;}

.in {display:none;}

.fs12 {font-size:12px!important;}
.fs20 {font-size:20px!important;}
.lineheight3 {line-height: 3.0!important;}

.w50 {width:50%!important;}
.w60 {width:60%!important;}
.w70 {width:70%!important;}
.w80 {width:80%!important;}
.w90 {width:90%!important;}


@media screen and (max-width:768px){
	.in {display:block;}
	.out {display:none;}
	
	h2 {
		text-align: center;
		height:auto;
		display: block;
	}
	h2 span {
		font-style: normal;
		font-size:16px;
		display: block;
	}
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
			pointer-events: none;
	}
}



/* 
------------------------------------------------------------------------------------------------------------------------
Layout 
------------------------------------------------------------------------------------------------------------------------
*/

.wrap {
	width:85%;
	margin-left:auto;
	margin-right:auto;
	box-sizing:content-box;
}

@media screen and (max-width:768px){
	.wrap {
		width:calc(100% - 30px);
		padding: 0 15px;
	}
}


/* 
------------------------------------------------------------------------------------------------------------------------
Sec01
------------------------------------------------------------------------------------------------------------------------
*/

.sec01 {
	position: relative;
	margin-bottom: 90px;
	padding-top:60px;
}

.sec01 div.logo {
	width:100%;
	position: absolute;
	top:0;
	left:0;
}

.sec01 div.logo img {
	width:15%;
	height: auto;
}

.sec01 h1.read {
	text-align: center;
}

.sec01 h1.read img {
	width:80%;
	height: auto;
}

.sec01 div.period {
	text-align: center;
	margin-bottom:30px;
}

.sec01 div.period img {
	width:60%;
	height: auto;
}


@media screen and (max-width:768px){

	.sec01 {
		margin-bottom: 60px;
		padding-top:25px;
	}
	.sec01 h1.read {
		margin-bottom:15px;
	}
	.sec01 h1.read img {
		width:100%;
	}
	.sec01 div.period {
		margin-bottom:15px;
	}
	.sec01 div.period {
		text-align: center;
		margin-bottom:15px;
	}

	.sec01 div.period img {
		width:70%;
	}
}


/* 
------------------------------------------------------------------------------------------------------------------------
Sec02
------------------------------------------------------------------------------------------------------------------------
*/

.sec02 {
	margin-bottom: 90px;
}

.sec02 p.sec02read {
	margin: 30px 0;
	text-align: center;
}
.sec02 ul.list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin:0 auto;
}
.sec02 ul.list p:first-child {
	margin-bottom:15px;
}
.sec02 ul.list li:nth-child(-n + 3) {
	width:20%;
	margin:0 5% 30px 5%;
}
.sec02 ul.list li:nth-child(n + 4) {
	width:15%;
	margin:0 4%;
}


@media screen and (max-width:768px){
	.sec02 {
		margin-bottom: 60px;
	}

	.sec02 p.sec02read {
		margin: 15px 0;
		text-align: center;
	}
	.sec02 ul.list {
		display: block;
		width: 100%;
		margin:0 auto;
		overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
	}
	.sec02 ul.list p:first-child {
		margin-bottom:15px;
	}
	.sec02 ul.list li:nth-child(-n + 3) {
		display: inline-block;
		width:70%;
		margin:0 0 30px 30px;
	}
	.sec02 ul.list li:nth-child(n + 4) {
		display: inline-block;
		width:70%;
		margin:0 0 30px 30px;
	}
	::-webkit-scrollbar {
    height: 15px;
	}
	::-webkit-scrollbar-track {
  	background: #ccc;
  	border-radius: 8px;
	}
	::-webkit-scrollbar-thumb {
  	background: #000;
  	border-radius: 8px;
	}

}


/* 
------------------------------------------------------------------------------------------------------------------------
Sec03
------------------------------------------------------------------------------------------------------------------------
*/

.sec03 {
	margin-bottom: 90px;
}
.sec03 ul.numberlist {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin:30px auto;
}
.sec03 ul.numberlist li:nth-child(odd) {
	width:15%;
	margin:0 3%;
}
.sec03 ul.numberlist li:nth-child(even) {
	width:25px;
	margin:0;
	display: flex;
	align-items: center;
}
.sec03 ul.numberlist li p.number {
	text-align: center;
	margin-bottom:15px;
}
.sec03 ul.numberlist li p.number img {
	width:auto;
	height:35px;
}
.sec03 ul.numberlist li p.numberlink {
	text-align: center;
	font-weight: 700;
	margin-top:10px;
}
.sec03 ul.numberlist li p.numberlink a {
	display: block;
	padding: 5px;
	border:1px solid #ff0000;
	color:#ff0000;
}
.sec03 ul.numberlist li p.numberlink a:hover {
	opacity: 0.5;
}

.sec03 h3 {
	font-size:20px;
	font-weight: 700;
	color:#fff;
	text-align: center;
	padding: 15px;
	background: #a19c5f;
}
.sec03 div.process {
	background: #fffcdb;
	padding: 45px 0 15px 0;
	margin-bottom:30px;
}
.sec03 div.process ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin:auto;
}
.sec03 div.process ul li {
	width:25%;
	margin:0 3% 30px 3%;
}
.sec03 div.process ul li dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content:space-between;
}
.sec03 div.process ul li dl dt {
	width:60%;
}
.sec03 div.process ul li dl dd {
	width:calc(40% - 15px);
}
.sec03 div.process ul li dl dt p.precessNumber {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	margin-bottom:15px;
}
.sec03 ul.necessary {
	padding: 15px;
	margin-bottom:90px;
	border:1px solid #ff0000;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.sec03 ul.necessary li {
	margin:0 10px;
	color:#ff0000;
	font-size:16px;
}
.sec03 ul.necessary li:first-child {
	font-size:20px;
	font-weight: 700;
	text-align: center;
}

.sec03 ul.cau {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	width: 100%;
}

.sec03 ul.cau li:first-child {
	width:calc(50% - 1px);
	border-right:1px dotted #000;
}
.sec03 ul.cau li:first-child p {
	padding-right:10%;
}
.sec03 ul.cau li:last-child {
	width:50%;
}
.sec03 ul.cau li:last-child p {
	padding-left:10%;
}
.sec03 ul.cau li p.title {
	font-size:16px;
	font-weight: 700;
}


@media screen and (max-width:1280px){
	.sec03 ul.necessary li {
		margin-bottom: 15px;
	}
	.sec03 ul.necessary li:first-child {
		width:100%;
	}
}


@media screen and (max-width:768px){

	.sec03 {
		margin-bottom: 60px;
	}
	.sec03 ul.numberlist {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin:15px auto;
	}
	.sec03 ul.numberlist li:nth-child(odd) {
		width:90%;
		margin:0 auto 15px auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.sec03 ul.numberlist li:nth-child(even) {
		width:90%;
		margin:0 auto 15px auto;
		justify-content: center;
	}
	.sec03 ul.numberlist li:nth-child(even) img {
		width:35px;
		height:auto;
	}
	.sec03 ul.numberlist li p.number img {
		width:25px;
		max-width: 25px;
		height:35px;
	}
	.sec03 ul.numberlist li div.numberlist01 {
		padding-right:15px;
		width:10%
	}
	.sec03 ul.numberlist li div.numberlist02 {
		width:90%;
	}
	.sec03 div.process {
		background: #fffcdb;
		padding: 15px 0 15px 0;
		margin-bottom:30px;
	}
	.sec03 div.process ul {
		display: flex;
		flex-wrap: wrap;
		justify-content:space-between;
		margin:auto;
	}
	.sec03 div.process ul li {
		width:90%;
		margin:0 auto 15px auto;
	}
	.sec03 div.process ul li dl {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content:space-between;
	}
	.sec03 div.process ul li dl dt {
		width:47.5%;
	}
	.sec03 div.process ul li dl dd {
		width:47.5%;
	}
	.sec03 ul.necessary {
		padding: 15px 15px 0 15px;
		margin-bottom:60px;
	}
	.sec03 ul.necessary li {
		margin:0 0 15px 0;
		width:100%;
		text-align: center;
	}

	.sec03 ul.cau {
		display: flex;
		flex-wrap: wrap;
		justify-content:space-between;
		width: 100%;
	}

	.sec03 ul.cau li:first-child {
		width:100%;
		border-right:none;
		border-bottom:1px dotted #000;
	}
	.sec03 ul.cau li:first-child p {
		padding-right:0;
		padding-bottom:15px;
	}
	.sec03 ul.cau li:last-child {
		width:100%;
	}
	.sec03 ul.cau li:last-child p {
		padding-left:0;
		padding-top:15px;
	}

}

/* 
------------------------------------------------------------------------------------------------------------------------
Sec04
------------------------------------------------------------------------------------------------------------------------
*/
.sec04 div.telbox {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height:90px;
	background:#808080;
}

.sec04 div.telbox ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.sec04 div.telbox ul li {
	color:#fff;
	margin: 0 10px;
	text-align: center;
}

.sec04 div.telbox ul li p.title {
	color:#000;
	padding: 2px;
	background: #fff;
}

.sec04 div.telbox ul li:last-child {
	font-size:50px;
	font-weight: 700;
	padding-bottom:5px;
}

.sec04 div.sec04Content {
	padding: 90px 0;
	background: #060303;
	color: #fff;
}

.sec04 ul.sec04top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content:space-between;
	margin-bottom:90px;
}

.sec04 ul.sec04top li:first-child {
	width: 50%;
	margin-right:30px;
}

.sec04 ul.sec04top li:last-child {
	width: 45%;
}

.sec04 ul.sec04top li:last-child img {
	max-width: 450px;
	margin-bottom:60px;
}

.sec04 ul.sec04top li:last-child p strong {
	font-size:24px;
	font-weight: 700;
}

.sec04 ul.sec04bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}

.sec04 ul.sec04bottom li {
	width: 25%;
}

.sec04 ul.sec04bottom li p:first-child {
	margin-bottom:15px;
}

.sec04 ul.sec04bottom li table {
	border-collapse:collapse;
	width: 100%;
}

.sec04 ul.sec04bottom li table td {
	border:1px solid #fff;
	padding: 4px;
	text-align: center;
}


@media screen and (max-width:768px){

	.sec04 div.telbox {
		min-height:140px;
		padding: 15px 0;
	}

	.sec04 div.telbox ul {
		margin: 0 auto;
		flex-wrap: wrap;
		width: 85%;
	}

	.sec04 div.telbox ul li {
		margin: 0 0;
		width: 100%;
		font-size:12px;
	}

	.sec04 div.telbox ul li p.title {
		color:#000;
		padding: 2px;
		background: #fff;
	}

	.sec04 div.telbox ul li:last-child {
		font-size:40px;
		font-weight: 700;
		padding-bottom:5px;
		color: #fff;
	}

	.sec04 div.sec04Content {
		padding: 60px 0 0 0;
		background: #060303;
		color: #fff;
	}

	.sec04 ul.sec04top {
		flex-direction: column-reverse;
		margin-bottom:60px;
	}

	.sec04 ul.sec04top li:first-child {
		width: 100%;
		margin-right: 0;
	}

	.sec04 ul.sec04top li:last-child {
		width: 100%;
		margin-bottom:30px;
	}

	.sec04 ul.sec04top li:last-child img {
		max-width: 300px;
		margin-bottom:30px;
	}

	.sec04 ul.sec04top li:last-child p strong {
		font-size:24px;
		font-weight: 700;
	}

	.sec04 ul.sec04bottom li {
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
		margin-bottom:60px;
	}

	.sec04 ul.sec04bottom li p:last-child {
		margin-bottom:15px;
	}

	.sec04 ul.sec04bottom li table {
		border-collapse:collapse;
		width: 100%;
		margin-bottom:15px;
	}

}
/* 
------------------------------------------------------------------------------------------------------------------------
Footer
------------------------------------------------------------------------------------------------------------------------
*/

div.bottom {
	display: none;
}

	p.toTop {
		padding:5px 0;
		text-align:right;
		margin:0;
	}

#top_back {
	cursor:pointer;
	transition:.3s;
}
#top_back:hover {
	opacity:0.8;
}

footer {
	background: #ff0000;
	color:#fff;
}

footer div.footBox {
	display: flex;
	align-items: center;
	min-height:90px;
}
footer ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

footer ul li {
	font-weight: 400;
}

footer ul li img {
	width:auto;
	height: 30px;
}

footer ul li:last-child {
	text-align: right;
}

footer a {
	display: block;
	color: #fff;
}

footer a:hover {
	opacity: 1.0;
}


@media screen and (max-width:768px){

	div.bottom {
		display: block;
		position:fixed;
		right:20px;
		bottom:20px;
		z-index: 9999;
	}

	p.toTop {
		padding:5px 0;
		text-align:right;
		margin:0;
	}

	p.toTop img {
		width:50px;
		height:50px;
	}

	footer div.footBox {
		padding:30px 0;
	}
	footer ul li {
		width:100%;
		text-align: center;
	}
	footer ul li:last-child {
		text-align: center;
		margin-top:30px;
	}

}