@charset "UTF-8";
/* CSS Document */


.title-box h2 {
	background-image: url("images/icon.svg");
background-position: center top;
background-repeat: no-repeat;
	padding-top: 130px;
}

#i01 {
	padding-top: 230px;
	margin-top: -230px;
}


/*contents01*/

.contents01, .contents02 {
background-position: center top;
background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 30px;
}

.contents01 .box-in, .contents02 .box-in {
position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
	width: 85%;
}

.contents01{
	background-image: url("../common/images/img001.jpg");
	height: 709px;
}

.contents02{
	background-image: url("../common/images/img002.jpg");
	height: 744px;
	background-position: center center;
}

.contents01 .box {
	text-align: center;
	float: right;
}

.contents01 h3, .contents02 h3 {
	font-size: 107px;
color: #FFF;
line-height: 1.2;
}

.contents01 h4, .contents02 h4 {
	font-size: 42px;
	letter-spacing: 0.1em;
line-height: 1.2;
}

.contents01 p, .contents02 p {
	font-size: 30px;
	font-weight: bold;
line-height: 1.6;
}

.contents01 h3 {
	margin-bottom: 30px;
}

.contents01 h4 {
	margin-bottom: 30px;
	color: #FFF;
}

.contents01 p {
	color: #FFF;
}


/*contents02*/

.contents02 .box-box {
	display: flex;
  justify-content: flex-start;
	align-items: center;
	margin-bottom: 30px;
}

.contents02 h3 {
	margin-right: 20px;
}

.contents02 h4 {
	color: #0071ba;
}

.contents02 p {
	color: #0071ba;
}


/*contents03*/

.contents03{
	border-top-style : solid;
border-top-color : #cc0500;
border-top-width : 1px;
	text-align: center;
}

.contents03 h6 {
	padding-top:80px;
}

.contents03 p {
	font-family: source-han-sans-japanese, sans-serif;
	font-size: 20px;
    line-height: 1.8;
    text-align: center;
}

.contents03 h3 {
	font-size: 51px;
color: #FFF;
line-height: 1.2;
	padding: 15px 0px;
	text-align: center;
	border-radius: 0px 0px 20px 20px;
	width: 820px;
	background-color: #cc0500;
	margin: auto;
	margin-bottom: 25px;
}

.contents03 h4 {
	font-size: 26px;
line-height: 1.2;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.contents03 .box {
	margin-bottom: 50px;
}

.contents03 .box-treatment{
	
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 0 auto;
	
}

.contents03 .box-treatment div{
	padding-bottom: 32px;
}

.contents03 .box-treatment p {
	line-height: 1.6;
    font-size: 18px;
    letter-spacing: 0.05em;
}

.contents03 .box-treatment h5 {
	font-size: 20px;
    color: #000;
    line-height: 1.2;
    letter-spacing: 0.05em;
    padding: 6px 60px;
    border-radius: 60px;
    background-color: #F0F0F0;
    margin-bottom: 8px;
    display: inline-block;
	width: 650px;
}


/*contents04*/

.contents04 {
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
    background-color: #cc0500;
}

.contents04 .title {
	padding: 0px 60px;
}

.contents04 .box01 {
	border-right-style: solid;
    border-right-color: rgba(255, 255, 255, 0.5);
    border-right-width: 1px;
}

.contents04 h3 {
	font-size: 40px;
    color: #FFF;
    line-height: 1.2;
    padding: 20px 0px;
}

.contents04 h4 {
	font-size: 32px;
    color: #FFF;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.contents04 > div {
    padding: 0px 60px;
}

/*contents05*/
.contents05 .box03 .box {
	position: relative;
    padding-bottom: 70px;
    margin-bottom: 70px;
    border-bottom-style: dotted;
    border-bottom-color: #b1b1b1;
    border-bottom-width: 4px;
    margin-top: 170px;
    width: 900px;
}

.contents05 .box03 .box:last-child {
    border-bottom-style: none;
}

.contents05 .box03 .box::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 86px;
    margin-top: -100px;
}

.contents05 .box03 .box:nth-child(1)::before {
    background-image: url("../private/images/fe01.svg");
}

.contents05 .box03 .box:nth-child(2)::before {
    background-image: url("../private/images/fe02.svg");
}

.contents05 .box03 .box:nth-child(3)::before {
    background-image: url("../private/images/fe03.svg");
}

.contents05 .box03 .box:nth-child(4)::before {
    background-image: url("../private/images/fe03.svg");
}

.contents05 h4.midashi001 {
	font-size: 27px;
    color: #FFF;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: normal;
    padding: 8px 10px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 40px;
    background-color: #cc0500;
    width: 840px;
}

.contents05 .box03 .box001 {
    width: 90%;
	margin-left: auto;
	margin-right: auto;
	
}

.contents05 .box03 .box001 p {
    line-height: 1.6;
    font-size: 18px;
    letter-spacing: 0.05em;
}


/*contents06 flow*/
.contents06 {
    padding: 70px 0px 90px;
}

.contents06 .box-in {
	width: 1200px;
	display: flex;
  justify-content: space-between;
	background-image: url("../private/images/line.svg");
background-position: center 85px;
background-repeat: no-repeat;
	margin-bottom: 30px;
}

.contents06 .box-in:last-child {
	margin-bottom: 0px;
}

.contents06 .box {
	width: 225px;
}

.contents06 .box p {
	padding-top: 15px;
	font-size: 15px;
line-height: 1.6;
}

.contents06 .box-in .box p.tel {
	font-size: 20px;
	font-weight: 600;
	color: #000;
}

.contents06 .box-in .box p.tel a {
	color: #000;
}

/*footer*/
.footer-guide p {
	margin-top: 10px;
}

.footer-guide p.tel01 {
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 600;
}

.footer-guide p.tel02 {
    font-size: 14px;
}

.footer-guide p.tel {
    color: #cc1200;
    line-height: 1.2;
    letter-spacing: 0.05em;
    padding: 6px 60px;
    border-radius: 60px;
    background-color: #fdaaaa;
    margin-bottom: 8px;
    width:80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}



.sp-view {
    display: none;
}

html, body {
    height: 100%;
}


