@charset "utf-8";


div,p,ul,li,dl,dt,dd,img,h1,h2,h3,h4,h5,h6,a {
	box-sizing: border-box;
	color: #333;
}

.montserrat {
	font-family: "Montserrat", sans-serif;
}

img {
	width: auto;
	max-width: 100%;
}

.center {
	text-align: center;
}

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

.bgBlue {
	background: #01219A;
}

.bgOrange {
	background: #FF9700;
}

.bgOrange02 {
	background: #FF5500;
}

.bgOrangeGrade {
	background: #FA6F06;
    background: -webkit-linear-gradient(#FA6F06 0%, #FFA721 100%);
    background: -o-linear-gradient(#FA6F06 0%, #FFA721 100%);
    background: linear-gradient(#FA6F06 0%, #FFA721 100%);
}

.bgWhite {
	background: #fff;
}

.textBlue {
	color: #01219A;
}

.textOrange {
	color: #FF9700;
}

.textOrange02 {
	color: #FF5500;
}

.textWhite {
	color:#fff;
}

.textRight {
	text-align: right;
}

.textLeft {
	text-align: left;
}

.size10 {
    font-size: 10px;
}

.size12 {
    font-size: 12px;
}

.size14 {
    font-size: 14px;
}

.wow {
	position: relative;
	display:inline-block;
	text-align: center;
}

.wow::before,.wow::after {
    position: absolute;
    bottom: 2px;
    height: 0.8rem;
    content: '';
}

.wow::before {
    border-left: solid 2px;
    transform: rotate(-30deg);
    left: 0;
}

.wow::after {
    border-right: solid 2px;
    transform: rotate(30deg);
    right: 0;
}

.position {
	position: relative;
}

.fukidashi:before {
    position: absolute;
    margin: auto;
    content: "";
    left: 50%;
    bottom: -35px;
	transform: translateX(-50%);
    box-sizing: border-box;
    border: 16px solid transparent;
    border-top: 23px solid #FF9700;
}



/*＝＝＝＝＝
MV
＝＝＝＝＝*/

#mv {
	background: url("../image/main_bg.jpg") no-repeat 50% 50%;
	background-size: cover;
	margin-bottom: 20px;
	height: 82vh;
	max-height: 700px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

#mv .image01 {
	max-width: 1120px;
	margin: 0 auto;
}

.mvAnnotation {
	margin-bottom: 120px;
}

h2.size60 {
    font-size: clamp(24px, 3vw, 60px);
}

/*＝＝＝＝＝
.cvArea
＝＝＝＝＝*/

.cvArea {
	margin-bottom: 150px;
}

.cvArea .flexBox a {
	font-size: clamp(20px, 2.9vw, 42px);
	position: relative;
	font-weight: 600;
	padding: 40px 0 32px;
	border-radius: 10px;
	max-width: 515px;
	width: 48%;
	letter-spacing: 3px;
	line-height: 1.1;
    text-align: center;
}

/*.cvArea .flexBox a:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 53px;
    margin-top: -5px;
    top: 38%;
    left: 8%;
	background: url("../image/cv_icon.svg") no-repeat 50% 50%;
	background-size:100%; 
}*/

.cvArea .flexBox a:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    margin-top: -5px;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    transform: rotate(45deg);
    top: 50%;
    right: 7%;
}

.cvArea .flexBox .requestBtn {
	background: #062188;
    background: -webkit-linear-gradient(#062188 0%, #162252 100%);
    background: -o-linear-gradient(#062188 0%, #162252 100%);
    background: linear-gradient(#062188 0%, #162252 100%);
}

.cvArea .flexBox .estimateBtn {
	background: #FFA722;
    background: -webkit-linear-gradient(#FFA722 0%, #E47B28 100%);
    background: -o-linear-gradient(#FFA722 0%, #E47B28 100%);
    background: linear-gradient(#FFA722 0%, #E47B28 100%);
}

/*＝＝＝＝＝
#sec01
＝＝＝＝＝*/

#sec01 {
	margin-bottom: 70px;
}

#sec01 .fukidashi {
	border-radius: 5px;
	padding: 25px 0;
	text-align: center;
}

#sec01 .fukidashi:before {
    position: absolute;
    margin: auto;
    content: "";
    left: 50%;
    bottom: -35px;
	transform: translateX(-50%);
    box-sizing: border-box;
    border: 16px solid transparent;
    border-top: 23px solid #01219A;
}

#sec01 .bgOrange02.fukidashi:before {
    border-top: 23px solid #FF5500;
}

#sec01 .fukidashi p {
	font-weight: 700;
	color: #fff;
	font-size: clamp(18px, 1.4vw, 22px);
	line-height: 1.6;
}

#sec01 .aboutList {
    width: 30%;
    text-align: center;
}

#sec01 .bgImage {
	border-radius: 300px;
	width: 335px;
	height: 335px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: -50px;
    box-shadow: 0px 0px 10px #8b8b8b;
}

#sec01 .bgImage.bg01 {
	background: url("../image/sec01_img01.jpg") no-repeat 50% 50%;
	background-size: 100%;
}

#sec01 .bgImage.bg02 {
	background: url("../image/sec01_img02.jpg") no-repeat 50% 50%;
	background-size: 100%;
	margin-bottom: 20px;
}

#sec01 .bgImage.bg03 {
	background: url("../image/sec01_img03.jpg") no-repeat 50% 50%;
	background-size: 100%;
}

#sec01 .bgImage .textBold {
	font-weight: 900;
	font-size: clamp(17px, 2vw, 30px);
}

#sec01 .bgImage .textOrange02.textBold {
	font-size: clamp(22px, 2.6vw, 40px);
}

#sec01 .bgImage .textOrange02.textBold .textSmall {
	font-size: clamp(20px, 2vw, 30px);
}


/*＝＝＝＝＝
#sec02
＝＝＝＝＝*/

#sec02 {
}

#sec02 h2 {
	padding: 50px 0;
}

#sec02 .fukidashi {
	margin-bottom: 200px;
}

#sec02 .fukidashi:before {
    bottom: -72px;
    border: 38px solid transparent;
    border-top: 40px solid #FF9700;
}

#sec02 .pointBox {
	border-radius: 15px;
}

#sec02 .pointBox {
	border-radius: 20px;
	overflow: hidden;
	border:3px solid #01219A;
}

#sec02 .pointBox .midasi {
	justify-content: center;
	padding: 30px 90px 30px 0;
}

#sec02 .pointBox .midasi {
	justify-content: center;
	align-items: center;
}

#sec02 .pointBox .midasi .text {
	
}

#sec02 .pointBox .midasi img {
	margin-right: 30px;
}

#sec02 .pointBox .midasi p {
	font-size: clamp(18px, 1.7vw, 26px);
    font-weight: 600;
}

#sec02 .pointBox .midasi p.wow {
	padding: 0 20px;
}

#sec02 .pointBox .midasi p.wow::before, #sec02 .pointBox .midasi p.wow::after {
    position: absolute;
    bottom: 3px;
    height: 1.6rem;
    content: '';
}

#sec02 .pointBox .midasi h3 {
    font-size: clamp(26px, 3vw, 60px);
    letter-spacing: 3px;
    margin-left: 3px;
}

#sec02 .pointBox .whiteBox {
	padding: 90px 55px 75px;
}

#sec02 .pointBox.point01 {
	margin-bottom: 90px;
}

#sec02 .pointBox.point01 h4 {
	font-size: clamp(20px, 2vw, 30px);
	margin-bottom: 80px;
}

#sec02 .pointBox.point01 h4 .textBig {
	font-size: clamp(22px, 2.6vw, 40px);
}

#sec02 .pointBox.point01 .imageList {
	justify-content: center;
	margin-bottom: 80px;
}

#sec02 .pointBox.point01 .leftArea {
	margin-right: 30px;
}

#sec02 .pointBox.point01 .leftArea img {
	margin-bottom: 10px;
}

#sec02 .pointBox.point01 .leftArea .flexBox {
	justify-content: flex-start;
}

#sec02 .pointBox.point01 .leftArea .flexBox .leftBox,#sec02 .pointBox.point01 .leftArea .flexBox .rightBox  {
	background: #F5F5F5;
	width: 42%;
    margin: 0 18px 0 18px;
	padding: 30px 14px 10px;
}

#sec02 .pointBox.point01 .leftArea .flexBox .rightBox {
	background: #FFF9F1;
    margin: 0 ;
}

#sec02 .pointBox.point01 .leftArea .flexBox h4 {
	text-align: center;
	color:#707070;
	font-size: 20px;
	margin-bottom: 15px;
	min-height: 3em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#sec02 .pointBox.point01 .leftArea .flexBox .leftBox h4 {
	color:#707070;
}

#sec02 .pointBox.point01 .leftArea .flexBox .rightBox h4 {
	color:#FF5500;
}

#sec02 .pointBox.point01 .leftArea .flexBox .leftBox ul {
	padding-left: 15px;
}

#sec02 .pointBox.point01 .leftArea .flexBox li {
	position: relative;
	padding-left: 1em;
	margin-bottom: 10px;
	font-size: 15px;
}

#sec02 .pointBox.point01 .leftArea .flexBox .leftBox li:before,#sec02 .pointBox.point01 .leftArea .flexBox .rightBox li:before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0.4em;
    transform: translateY(-50%);
    font-size: 28px;
}

#sec02 .pointBox.point01 .leftArea .flexBox .leftBox li:before {
	color: #9b9b9b;
}

#sec02 .pointBox.point01 .leftArea .flexBox .rightBox li:before {
    color: #FF5500;
}

#sec02 .bgGray {
	background: url("../image/sec02_bg01.jpg") no-repeat 50% 50%;
	background-size: cover;
	border-radius: 10px;
	padding: 90px 55px 75px;
	margin-bottom: 150px;
}

#sec02 .bgGray .check {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
}

#sec02 .bgGray h3 {
    font-size: clamp(28px, 3vw, 48px);
	text-shadow: 0 0 6px #a1a1a1;
	margin-bottom: 70px;
}

#sec02 .bgGray .priceBox {
	width: 70%;
    max-width: 700px;
	border-radius: 10px;
	overflow: hidden;
}

#sec02 .bgGray .priceBox h4 {
	background: #667089;
	font-size: 24px;
	line-height: 70px;
}

#sec02 .bgGray .uchiwake {
    align-items: center;
	padding-bottom: 70px;
	margin-bottom: 70px;
	background-image : linear-gradient(to right, #fff 5px, transparent 5px);
	background-size: 15px 1px;
	background-repeat: repeat-x; 
	background-position: left bottom;
}

#sec02 .bgGray .priceBox .whiteBox {
	padding: 40px;
	background: #fff;
	align-items: center;
}

#sec02 .bgGray .priceBox .whiteBox .bgOrangeGrade,#sec02 .bgGray .uchiwake .price {
	width: 155px;
	height: 155px;
	border-radius: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: clamp(18px, 1.4vw, 22px);
	font-weight: 600;
}

#sec02 .bgGray .priceBox .whiteBox .bgOrangeGrade:first-child p {
	line-height: 1;
}

#sec02 .plus {
    font-size: 56px;
    font-weight: 800;
	color:#667089;
}

#sec02 .bgGray .uchiwake .equal {
    font-size: 56px;
    font-weight: 800;
	color:#fff;
	margin-top: 70px;
}

#sec02 .bgGray .uchiwake .price {
	width: 220px;
	height: 220px;
	margin-top: 70px;
	font-size: clamp(24px, 2.6vw, 40px);
}

#sec02 .bgGray .graphArea .graphList {
	width: 100%;
}

#sec02 .bgGray .graphArea .graphList .flexBox {
	align-items: center;
}

#sec02 .bgGray .graphArea h5 {
	font-size: clamp(18px, 1.4vw, 22px);
	padding: 20px 60px;
	border-radius: 120px;
	background: #667089;
	display: inline-block;
	margin-bottom: 25px
}

#sec02 .bgGray .graphArea h5.h5mtb {
	margin: 15px auto 40px;;
}

#sec02 .bgGray .graphArea img {
	margin-bottom: 70px;
}

#sec02 .bgGray .graphArea .fukidashi {
	background: #DFE0E2;
	border-radius: 10px;
	width: 330px;
	margin-bottom: 80px;
	z-index: 2;
	padding: 40px 35px 35px;
}

#sec02 .bgGray .graphArea .fukidashi:before {
    left: -55px;
    bottom: 50%;
    transform: translateY(50%);
    border: 20px solid transparent;
    border-right: 50px solid #DFE0E2;
    z-index: -1;
}

#sec02 .bgGray .graphArea .fukidashi .text {
	font-size: clamp(14px, 1.2vw, 18px);
	text-align: left;
}

#sec02 .bgGray .graphArea .fukidashi .text .textOrange02 {
	font-size: clamp(16px, 1.4vw, 22px);
	font-weight: 800;
}

#sec02 .bgGray .graphArea h4 {
	text-shadow: none;
	font-size: clamp(20px, 2.6vw, 40px);
	margin-bottom: 0;
	letter-spacing: 4px;
    margin-left: 4px;
}

#sec02 .bgGray .graphArea h4 .textBig {
	font-size: clamp(25px, 3vw, 50px);
}

#sec02 .pointBox .midasi .text01 {
    font-size: clamp(18px, 2.2vw, 34px);
    font-weight: 600;
	margin-right: 15px;
}

#sec02 .pointBox.point02 {
	margin-bottom: 150px;
}

#sec02 .pointBox.point02 .midasi img,#sec02 .pointBox.point03 .midasi img {
    margin-right: 15px;
}

#sec02 .pointBox.point02 .leftArea {
    width: 45%;
}

#sec02 .pointBox.point02 .rightArea {
    width: 50%;
}

#sec02 .pointBox.point02 .fukidashi {
	border-radius: 10px;
	filter: drop-shadow(0px 0px 5px #bbb);
    background: #fff;
	text-align: center;
	z-index: 2;
	padding: 40px 0;
	margin-bottom: 35px;
}

#sec02 .pointBox.point02 .fukidashi:before {
    bottom: -68px;
    background: #ffffff;
    height: calc(tan(50deg) * 156px / 2);
    width: 60px;
    clip-path: polygon(100% 0, 50% 50%, 0 0%);
    border: none;
	z-index: -1;
}

#sec02 .pointBox.point02 .fukidashi p {
	font-weight: 700;
}

#sec02 .pointBox.point02 .fukidashi .textBig {
	font-size: clamp(20px, 1.6vw, 25px);
}

#sec02 .pointBox.point02 .setList {
	align-items: center;
	margin-bottom: 10px;
}

#sec02 .pointBox.point02 .bgOrangeGrade {
	width: 193px;
	height: 193px;
	border-radius: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#sec02 .pointBox.point02 .bgOrangeGrade p {
	font-size: clamp(20px, 1.6vw, 24px);
	font-weight: 700;
}

#sec02 .pointBox.point02 .bgOrangeGrade p .textBig {
	font-size: clamp(26px, 2.2vw, 36px);
}

#sec02 .pointBox.point02 .bgOrangeGrade p .textSmall {
	font-size: clamp(16px, 1.4vw, 20px);
}

#sec02 .pointBox.point02 h5 {
    font-size: clamp(22px, 22vw, 30px);
    font-weight: 900;
}

#sec02 .pointBox.point02 h5 .textOrange02 {
    font-size: clamp(28px, 2.2vw, 34px);
    font-weight: 900;
}

#sec02 .pointBox.point02 h5 .textSmall {
    font-size: clamp(22px, 1.8vw, 28px);
    font-weight: 900;
}

#sec02 .pointBox.point02 h5 .textNormal {
	font-weight: 600;
	font-size: clamp(22px, 22vw, 30px);
}

#sec02 .pointBox.point02 h4 {
	font-size: clamp(18px, 2.2vw, 34px);
	letter-spacing: 3px;
	margin-bottom: 45px;
}

#sec02 .pointBox.point02 h4 .textBig {
	font-size: clamp(26px, 3vw, 50px);
	position: relative;
}

#sec02 .pointBox.point02 h4 .textBig:before {
	content:"";
	position: absolute;
	width: 100%;
	height: 17px;
	background: #FF9700;
	bottom:6px;
	z-index: -1;
}

#sec02 .pointBox.point02 .borderBox {
	background: #FFF9F1;
	border: 3px dashed #FF9700;
	border-radius: 20px;
	padding: 55px 40px 45px;
	margin-bottom: 20px;
}

#sec02 .pointBox.point02 .borderBox .rightImage {
	position: absolute;
	top:-14px;
	right:40px;
	width: 100px;
}

#sec02 .pointBox.point02 .borderBox p {
	font-size: clamp(16px, 1.4vw, 20px);
	margin-bottom: 25px;
}

#sec02 .pointBox.point02 .borderBox p .textBig {
	font-size: clamp(21px, 2vw, 30px);
	font-weight: 500;
}

#sec02 .pointBox.point03 {
	margin-bottom: 150px;
}

#sec02 .pointBox.point03 h4 {
	font-size: clamp(18px, 2.2vw, 34px);
	font-weight: 600;
	margin-bottom: 80px;
}

#sec02 .pointBox.point03 h4 .textBig {
	font-size: clamp(30px, 3vw, 50px);
    font-weight: 900;
}

#sec02 .pointBox.point03 .text {
	font-size: clamp(16px, 1.4vw, 22px);
	font-weight: 700;
	margin-bottom: 85px;
	color: #667088;
}


/*＝＝＝＝＝
#sec03
＝＝＝＝＝*/

#sec03 {
	background: url("../image/sec03_bg01.jpg") no-repeat 50% 50%;
	background-size: cover;
	padding: 150px 0 ;
}	

#sec03 h2 {
    line-height: 154px;
}

#sec03 .bgWhite {
	padding: 75px 150px;
	margin-bottom: 40px;
}

#sec03 .bgWhite .text {
    font-size: clamp(16px, 1.4vw, 22px);
    font-weight: 600;
    line-height: 2.2;
	margin-bottom: 85px;
}

#sec03 .bgWhite .text .textBig {
	font-size: clamp(24px, 2.6vw, 40px);
    line-height: 1;
}

#sec03 .bgWhite .hrDashed {
	padding-bottom: 55px;
	margin: 0 auto 35px;
    background-image: linear-gradient(to right, #ccc 5px, transparent 0px);
    background-size: 9px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
}

#sec03 .bgWhite .shadowBox {
    box-shadow: 0 0 20px #818181;
    border-radius: 10px;
	padding: 80px 40px 30px;
	width: 75%;
    margin: 0 auto;
}

#sec03 .bgWhite .shadowBox:after {
	position: absolute;
	border: 2px solid #FF5500;
	content: "";
	top: 12px;
	bottom: 12px;
	left: 12px;
	right: 12px;
	border-radius:10px;
	z-index: 1;
}

#sec03 .bgWhite .shadowBox .image01 {
	position: absolute;
	top:-40px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	width: 100%;
	text-align: center;
}

#sec03 .bgWhite .shadowBox .image02 {
	margin-bottom: 30px;
}

#sec03 .bgWhite .w75 {
	width: 75%;
	margin: 35px auto;
}

#sec03 .bgBlue {
	padding: 30px 155px 22px;
	margin-bottom: 30px;
}

#sec03 .bgWhite .w75 .annotation {
	margin-top: 20px;
}


/*＝＝＝＝＝
#sec04
＝＝＝＝＝*/

#sec04 {
}

#sec04 h2.textWhite {
    line-height: 200px;
}

#sec04 .bgImage {
	background: url("../image/sec04_bg01.jpg") no-repeat 50% 0;
	background-size: 100%;
	padding: 125px 0 100px;
}

#sec04 .bgImage .flexBox {
	align-items: center;
}

#sec04 .bgImage .leftArea {
	width: 53%;
	padding-left: 5%;
}

#sec04 .bgImage h3 {
	margin-bottom: 50px;
	font-size: 55px;
}

#sec04 .bgImage h3 .textSmall {
	font-size: clamp(18px, 1.4vw, 22px);
	font-weight: 500;
}

#sec04 .bgImage .text {
    font-size: clamp(14px, 1.2vw, 18px);
    line-height: 1.6;
    margin-bottom: 20px;
}

#sec04 .bgImage .annotation {
	margin-bottom: 45px;
}

#sec04 .bgImage .bgBlue,#sec04 .bgImage .bgOrange {
	width: 48%;
	margin-bottom: 30px;
	padding: 25px 0; 
	border-radius: 10px;
}

#sec04 .bgImage .blueOrange .text {
	font-size: clamp(16px, 1.6vw, 24px);
	line-height: 1.2;
    font-weight: 500;
	margin-bottom: 0;
}

#sec04 .bgImage .bgOrange .text {
	line-height: 2.4em;
}

#sec04 .bgImage .blueOrange .text .textSmall {
	font-size: clamp(16px, 1.4vw, 20px);
}

#sec04 .bgImage .blueOrange .textBig {
	font-size: 60px;
	font-weight: 900;
}
 
#sec04 .bgImage .blueOrange .textBig .textSmall {
	font-size: 50px;
}

#sec04 .bgImage .blueOrange .textBig .textSS {
	font-size: 44px;
}

#sec04 .bgImage .rightArea {
    max-width: 458px;
}

#sec04 .bgImage .rightArea img {
	margin-bottom: 45px;
}


/*＝＝＝＝＝
#sec05
＝＝＝＝＝*/
#sec05 {
	background: #F2F2F2;
	padding: 180px 0 ; 
}

#sec05 h2 {
	font-size: clamp(22px, 2vw, 30px);
	line-height: 80px;
	letter-spacing: 3px;
}

#sec05 .bgWhite.box01 {
	padding: 40px 180px 50px;
	margin-bottom: 120px;
}

#sec05 h3 {
	font-size: clamp(18px, 1.7vw, 26px);
	margin-bottom: 40px;
}

#sec05 .lineImage {
	width: 100%;
	margin: 0 auto 40px;
}

#sec05 .box01 .text {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 70px;
}

#sec05 h4 {
	font-size: clamp(22px, 2vw, 30px);
	margin-bottom: 25px;
}

#sec05 .bgWhite.box02 {
	padding: 40px 40px 40px 60px;
	margin-bottom: 120px;
}

#sec05 .bgWhite.box02 .flexBox {
	align-items: center;
	justify-content: flex-start;
}

#sec05 .bgWhite.box02 .flexBox.border {
	position: relative;
	padding-bottom: 40px;
}

#sec05 .bgWhite.box02 .flexBox.border:after,#sec05 .bgWhite.box03 .flexBox.border:after {
    content: "";
    padding-bottom: 20px;
    margin-bottom: 20px;
    background-image: linear-gradient(to right, #666 2px, transparent 0px);
    background-size: 7px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
    position: absolute;
    width: 75%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

#sec05 .bgWhite.box02 .image {
	width: 16%;
	margin-right: 2%;
}

#sec05 .bgWhite.box02 .textBlue {
	font-size: clamp(20px, 1.4vw, 22px);
	font-weight: 700;
	width: 25%;
}

#sec05 .bgWhite.box02 .text {
	width: 57%;
	line-height: 1.8;
}

#sec05 .bgWhite.box03 {
	padding: 45px 30px 60px ;
}

#sec05 .bgWhite.box03 .flexBox.border {
	position: relative;
	padding-bottom: 40px;
	justify-content: flex-start;
	align-items: center;
}

#sec05 .bgWhite.box03 .image {
	width: 22%;
	margin-right: 2%;
	text-align: center;
}

#sec05 .bgWhite.box03 .image img {
	width: auto;
	height: 124px;
}

#sec05 .bgWhite.box03 .text {
	width: 76%;
	line-height: 1.8;
}

#sec05 .bgWhite.box03 .border .text {
	width: 28%;
	line-height: 1.8;
}

#sec05 .bgWhite.box03 .border .image02 {
	width: 45%;
	margin-right: 2%;
}

/*＝＝＝＝＝
#sec06
＝＝＝＝＝*/

#sec06 {
	padding: 0 0 130px;
}

#sec06 h2 {
	line-height: 200px;
	margin-bottom: 100px;
}

#sec06 table,#sec06 td,#sec06 th {
    border: none;
}

#sec06 table {
	width: 100%;
	margin-bottom: 45px;
}

#sec06 table tr:nth-child(even) {
    background: #F1F1F1;
}

#sec06 th {
	font-weight: 400;
	width: 315px;
	height: 70px;
	vertical-align: middle;
	text-align: left;
	padding-left: 50px;
	font-size: 14px;
}

#sec06 td {
	font-weight: 400;
	height: 70px;
	vertical-align: middle;
	font-size: 14px;
	text-align: center;
	
}

#sec06 td.tdTab01 {
	padding: 0;
	width: 345px;
	vertical-align: bottom;
}

#sec06 td .kotsukotsu01 {
	line-height: 50px;
	font-weight: 600;
	font-size: clamp(18px, 1.6vw, 24px);
	border-radius: 10px 10px 0 0;
} 

#sec06 td.tdTab02 {
	padding: 0;
}

#sec06 td.tdTab02 .flexBox {
	justify-content: center;
}

#sec06 td.tdTab02 .flexBox li {
	width: 175px;
	line-height: 40px;
	border-radius: 10px 10px 0 0;
	font-weight: 600;
	font-size: clamp(18px, 1.6vw, 24px);
}

#sec06 td.tdTab02 .flexBox .tsukaihodai{
	margin-right: 10px;
}

#sec06 td.tdTab02 .wow {
    font-size: clamp(18px, 1.4vw, 22px);
    font-weight: 600;
    margin-bottom: 30px;
    padding: 0 15px;
}

#sec06 td.tdTab02 .wow::before, .wow::after {
    height: 1.2em;
}

#sec06 table .rightLine {
	border-right: 1px solid #fff;
}

#sec06 table .rightLine02 {
	border-right: 1px dotted #CFCFCF;
}

#sec06 td.textOrange02 {
	font-weight: 700;
}

#sec06 table .textBig {
	font-size: 24px;
}

#sec06 table .montserrat.textBig {
	font-size: 30px;
}

#sec06 .annotation {
	margin-bottom: 75px;
}

#sec06 h4 {
	border-radius: 10px 10px 0 0;
	font-size: clamp(18px, 1.6vw, 24px);
	line-height: 80px;
	max-width:900px;
	margin: 0 auto;
}

#sec06 .orangeBox {
	max-width:900px;
	margin: 0 auto;
	background: #FFF9F1;
	border-radius: 0 0 10px 10px;
	padding: 50px 45px 40px;
}

#sec06 .orangeBox ul {
	margin-bottom: 35px;
}

#sec06 .orangeBox li {
	position: relative;
	padding-left: 1.2em;
}

#sec06 .orangeBox li:before {
	position: absolute;
	content:"・";
	left:0.2em;
	top:0;
}

#sec06 .orangeBox .annotation {
	margin-bottom: 0;
}


/*＝＝＝＝＝
#sec07
＝＝＝＝＝*/

#sec07 {
	background: url("../image/sec07_bg01.jpg") no-repeat 50% 50%;
	background-size: cover;
	padding: 200px 0 150px;
}

#sec07 h3 {
	font-size: clamp(24px, 2.6vw, 40px);
	margin-bottom: 65px;
}

#sec07 .accordion {
	margin: 0 auto 0;
}

#sec07 .toggle {
	display: none;
}

#sec07 .faq {
	position: relative;
	margin-bottom: 20px;
}

#sec07 .faq:last-child {
	margin-bottom: 0;
}

#sec07 .question,#sec07 .anser {
	transform: translateZ(0);
	transition: all 0.3s;
}

#sec07 .question {
    padding: 20px 0 20px 25px;
    display: block;
    color: #333;
    background: #fff;
}

#sec07 .question p {
	padding-left: 40px;
	position: relative;
	line-height: 1.8;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 3px;
	padding-right: 80px;
}

#sec07 .question p:before {
	content:"Q";
    font-size: 27px;
    padding-right: 15px;
    color: #01219A;
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	position: absolute;
	top: -6px;
	left: 2px;
}

#sec07 .rightMark {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: #01219A;
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

#sec07 .rightMark:after,#sec07 .rightMark:before {
	content: "";
	position: absolute;
	right: 1.25rem;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 2px;
	height: 0.75rem;
	background-color: #fff;
	transition: all 0.3s;
}

#sec07 .rightMark:after {
	transform: rotate(90deg);
}

#sec07 .anser {
	max-height: 0;
	overflow: hidden;
	background: #fff;
}

#sec07 .anser div {
	margin: 0;
	padding: 20px 25px;
	line-height: 1.8;
}

#sec07 .anser div p {
	font-size: 18px;
	line-height: 1.8;
	font-weight: 500;
	letter-spacing: 3px;
	position: relative;
	padding-left: 40px;
}

#sec07 .anser div p:before {
	content:"A";
    font-size: 27px;
    padding-right: 15px;
    color: #01219A;
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	position: absolute;
	top: -6px;
	left: 2px;
}

#sec07 .toggle:checked + .question + .anser {
	max-height: 500px;
	transition: all 1.5s;
}

#sec07 .toggle:checked + .question .rightMark {
	background: #757575;
}

#sec07 .toggle:checked + .question .rightMark:before {
	transform: rotate(90deg) !important;
}

#sec07 .faqBtn {
	text-align: center;
	margin: 70px auto 0;
}

/*＝＝＝＝＝
#sec08
＝＝＝＝＝*/

#sec08 {
	background: url("../image/sec08_bg01.jpg") no-repeat 50% 0;
	background-size: cover;
	padding: 140px 0;
	border-bottom: 15px solid #EBEBEB;
}

#sec08 .cvArea {
    margin-bottom: 0;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
	html {
		width: 100%;
		overflow-x: hidden;
	}
	
	
	.pc {
		display: none !important;
	}
	
	.sp {
		display: block!important;
	}
	
	img {
		width: 100%;
	}
	
	h3 {
		font-size: 12px;
		letter-spacing: 10px;
		margin-left: 10px;
	}	
		
	.wow::before, .wow::after {
		bottom: 1px;
	}
		
	
/*＝＝＝＝＝
#mv
＝＝＝＝＝*/	
	#mv {
		background: none;
		margin-bottom: 10px;
		height: auto;
	}
	
	.mvAnnotation {
		text-align: left;
		margin-bottom: 60px;
	}
	
/*＝＝＝＝＝
.cvArea
＝＝＝＝＝*/	
	
	.cvArea {
		margin-bottom: 40px;
	}	
	
	.cvArea .flexBox a {
		width: 100%;
		margin-bottom: 20px;
	}	

	.cvArea .flexBox a {
		padding: 30px 0 25px;
		margin-left: auto;
		margin-right: auto;
	}	
	
	.cvArea .flexBox a:after {
		border-top: solid 3px #fff;
		border-right: solid 3px #fff;
	}	
	
	/*.cvArea .flexBox a:before {
		width: 45px;
        height: 45px;
        margin-top: -10px;
	}	*/
	
/*＝＝＝＝＝
#sec01
＝＝＝＝＝*/		
	
	#sec01 {
		margin-bottom: 40px;
	}
	
	#sec01 .aboutList {
		width: 100%;
		margin-bottom: 20px;
	}	
	
	#sec01 .bgImage {
		border-radius: 0 0 5px 5px;
		width: 100%;
		height: auto;
		margin: 0 auto;
		box-shadow: 0px 0px 1px #8b8b8b;
		padding: 20px;
	}

	#sec01 .fukidashi:before,#sec01 .bgOrange02.fukidashi:before {
		border-top: none;
	}
	
	#sec01 .fukidashi {
		padding: 15px 0;
		border-radius: 5px 5px 0 0;
	}
	
	#sec01 .bgImage.bg01 {
		background: url("../image/sec01_img01_sp.jpg") no-repeat 50% 100%;
		background-size: cover;
	}
	
	#sec01 .bgImage.bg02 {
		background: url("../image/sec01_img02_sp.jpg") no-repeat 50% 100%;
		background-size: cover;
	}	
	
	#sec01 .bgImage.bg03 {
		background: url("../image/sec01_img03_sp.jpg") no-repeat 50% 100%;
		background-size: cover;
	}
	
/*＝＝＝＝＝
#sec02
＝＝＝＝＝*/	
	
	#sec02 {
	}
	
	#sec02 h2 {
		padding: 25px 0;
	}	
	
	#sec02 .fukidashi {
		margin-bottom: 80px;
	}
	
	#sec02 .fukidashi:before {
		bottom: -38px;
		border: 20px solid transparent;
		border-top: 20px solid #FF9700;
	}	
	
	#sec02 .pointBox .midasi {
		padding: 20px 10px;
		display: block;
        text-align: center;
	}	
	
	#sec02 .pointBox .midasi img {
		margin: 0 auto 5px;
		width: 25%;
	}
	
	#sec02 .pointBox.point01 .imageList {
		margin-bottom: 30px;
	}
	
	#sec02 .pointBox.point02 .midasi img, #sec02 .pointBox.point03 .midasi img {
		margin-right: 0;
	}
	
	#sec02 .pointBox .midasi .text01 {
		margin-right: 0;
	}
	
	#sec02 .pointBox .whiteBox {
		padding: 40px 20px;
	}	
	
	#sec02 .pointBox.point01 h4 {
		margin-bottom: 40px;
	}	
	
	#sec02 .pointBox.point01 .leftArea {
		margin-right: 0;
		width: 100%;
		margin-bottom: 0;
	}	

	#sec02 .pointBox.point01 .leftArea .flexBox .leftBox, #sec02 .pointBox.point01 .leftArea .flexBox .rightBox {
		width: 100%;
		margin: 0 auto 40px;
		padding: 20px 15px;
	}
	
	#sec02 .pointBox.point01 .leftArea .flexBox h4 {
		margin-bottom: 15px;
		min-height: auto;
	}

	#sec02 .pointBox.point01 .leftArea .flexBox .leftBox ul {
		padding-left: 0;
	}	
	
	#sec02 .pointBox.point01 .rightArea {
		width: 100%;
	}
	
	#sec02 .bgGray .check {
		width: 35%;
		top: -25px;
	}	

	#sec02 .bgGray {
		padding: 60px 20px 30px;
		margin-bottom: 50px;
	}
	
	#sec02 .bgGray h3 {
		margin-bottom: 40px;
		letter-spacing: 5px;
		margin-left: 5px;
	}
	
	#sec02 .bgGray .priceBox .whiteBox {
		padding: 25px;
	}
	
	#sec02 .bgGray .priceBox {
		width: 100%;
	}	
	
	#sec02 .plus {
		font-size: 46px;
		width: 100%;
		line-height: 1;
	}
	
	#sec02 .bgGray .priceBox .whiteBox .bgOrangeGrade p,#sec02 .bgGray .priceBox .whiteBox .bgOrangeGrade:first-child p {
		line-height: 1.6;
	}

	#sec02 .bgGray .priceBox .whiteBox .bgOrangeGrade, #sec02 .bgGray .uchiwake .price {
        width: 100%;
        height: auto;
        border-radius: 5px;
        font-size: 20px;
        padding: 12px 0;
        margin-top: 0;
    }
	
	#sec02 .bgGray .uchiwake .equal {
		font-size: 46px;
		margin: 0 auto;
		text-align: center;
		transform: rotate(90deg);
	}	
	
	#sec02 .bgGray .uchiwake {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}	
	
	#sec02 .bgGray .graphArea h5 {
		padding: 15px 0;
		display: block;
	}
	
	#sec02 .bgGray .graphArea img {
		margin-bottom: 40px;
	}
	
	#sec02 .bgGray .graphArea .fukidashi {
		width: 100%;
		margin-bottom: 20px;
		padding: 25px 20px;
	}	
	
	#sec02 .bgGray .graphArea .fukidashi:before {
		left: 50%;
		bottom: 92%;
		transform: translateX(-50%);
		border: 20px solid transparent;
		border-bottom: 35px solid #DFE0E2;
	}	

	#sec02 .bgGray .graphArea .graphList:last-child {
		margin-bottom: 40px;
	}
	
	#sec02 .bgGray .graphArea h4 {
		letter-spacing: 1px;
		margin-left: 1px;
	}
	
	
	#sec02 .pointBox.point02 h5 .textNormal {
		font-size: 24px;
	}	
	
	
	#sec02 .pointBox.point02 {
		margin-bottom: 50px;
	}
	
	#sec02 .pointBox.point02 .leftArea,#sec02 .pointBox.point02 .rightArea {
		width: 100%;
		text-align: center;
	}	
	
	#sec02 .pointBox.point02 .fukidashi {
		padding: 25px 0;
	}	
	
	#sec02 .pointBox.point02 .bgOrangeGrade {
		width: 100%;
		height: auto;
		border-radius: 5px;
		font-size: 20px;
		padding: 12px 0;
	}

	#sec02 .pointBox.point02 .setList {
		margin-bottom: 40px;
	}	
	
	#sec02 .pointBox.point02 h5 {
		margin-bottom: 40px;
	}	

	#sec02 .pointBox.point02 h4 .textBig:before {
		width: 104%;
		height: 16px;
		bottom: 3px;
		left: -2%;
	}	

	#sec02 .pointBox.point02 .borderBox .rightImage {
		position: absolute;
		top: -12px;
		right: 10px;
		width: 25%;
	}	
	
	#sec02 .pointBox.point02 .borderBox {
		border-radius: 15px;
		padding: 30px 20px;
		margin-bottom: 20px;
	}	
	
	#sec02 .pointBox.point02 .borderBox p {
		margin-bottom: 15px;
		text-align: left;
	}	
	
	#sec02 .pointBox.point02 .annotation {
		text-align: left;
	}
	
	#sec02 .pointBox.point03 h4 {
		margin-bottom: 50px;
	}
	
	#sec02 .pointBox.point03 .text {
		margin-bottom: 40px;
	}
	
	#sec02 .pointBox.point03 {
		margin-bottom: 80px;
	}	
	

/*＝＝＝＝＝
#sec03
＝＝＝＝＝*/	
	#sec03 {
        padding: 80px 0;
    }	
	
	#sec03 h2 {
		line-height: 90px;
	}	
	
	#sec03 .bgWhite {
		padding: 30px 20px;
		margin-bottom: 40px;
	}

	#sec03 .bgWhite .shadowBox {
        box-shadow: 0 0 10px #818181;
        padding: 50px 25px 30px;
        width: 100%;
    }

	#sec03 .bgWhite .shadowBox .image01 {
		top: -20px;
		width: 80%;
	}

	#sec03 .bgWhite .hrDashed {
		padding-bottom: 45px;
	}	
	
	#sec03 .bgWhite .w75 {
		width: 100%;
		margin: 0 auto 0;
	}
	
	#sec03 .bgBlue {
		padding: 12px 40px;
	}	
	
/*＝＝＝＝＝
#sec04
＝＝＝＝＝*/	
	#sec04 {
	}
	
	#sec04 h2.textWhite {
		line-height: 90px;
	}	
	
	#sec04 .bgImage {
		background: url(../image/sec04_bg01.jpg) no-repeat 5% 0%;
		background-size: cover;
		padding: 40px 0;
	}
	
	#sec04 .bgImage .leftArea {
		width: 100%;
		padding-left: 0;
	}

	#sec04 .bgImage h3 {
		margin-bottom: 40px;
		font-size: 7vw;
		line-height: 1;
		letter-spacing: 3px;
		margin-left: 3px;
	}	
	
	#sec04 .bgImage h3 .textBig {
		line-height: 1.6;
	}	
	
	#sec04 .bgImage .bgOrange .text {
		line-height: 1.2;
	}	
	
	#sec04 .bgImage .blueOrange .textBig {
		font-size: 42px;
	}	

	#sec04 .bgImage .blueOrange .textBig .textSmall {
		font-size: 30px;
	}	
	
	#sec04 .bgImage .blueOrange .textBig .textSS {
		font-size: 26px;
	}

	#sec04 .bgImage .rightArea {
		max-width: 85%;
		margin: 0 auto;
	}	
	
/*＝＝＝＝＝
#sec05
＝＝＝＝＝*/		
	
	#sec05 {
        padding: 80px 0;
    }	
	
	#sec05 h2 {
		line-height: 65px;
	}	

	#sec05 .bgWhite.box01,#sec05 .bgWhite.box02,#sec05 .bgWhite.box03 {
		padding: 40px 20px 40px;
		margin-bottom: 60px;
	}
	
	#sec05 h3 {
		margin-bottom: 25px;
		letter-spacing: 4px;
		margin-left: 4px;
		line-height: 1.6;
	}	
	
	#sec05 .lineImage {
		margin: 0 auto 30px;
	}

	#sec05 .box01 .text {
		font-size: 16px;
		margin-bottom: 40px;
	}
	
	#sec05 .bgWhite.box01 .imagemb {
		margin-bottom: 10px;
	}
	
	#sec05 .bgWhite.box02 .text {
		width: 100%;
		line-height: 1.8;
	}	
	
	#sec05 .bgWhite.box02 .image {
		width: 20%;
		margin-right: 5%;
		margin-bottom: 15px;
	}	
	
	#sec05 .bgWhite.box02 .textBlue {
		width: 70%;
		margin-bottom: 15px;
	}
	
	#sec05 .bgWhite.box03 {
		margin-bottom: 0;
	}
	
	#sec05 .bgWhite.box03 .image {
        width: 35%;
        margin:0 auto 20px;
    }
	
	#sec05 .bgWhite.box03 .image img {
		height: 70px;
	}
	
	#sec05 .bgWhite.box03 .text {
		width: 100%;
	}	
	
	#sec05 .bgWhite.box03 .border .text {
		width: 100%;
		margin-bottom: 20px;
	}	
	
	#sec05 .bgWhite.box03 .border .image02 {
		width: 100%;
		margin: 0 auto;
	}

/*＝＝＝＝＝
#sec06
＝＝＝＝＝*/
	#sec06 {
		padding: 0 0 60px;
	}
	
	#sec06 h2 {
		margin-bottom: 60px;
		line-height: 90px;
	}	
	
	.tableWrap {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		margin-bottom: 20px;
	}

	table, td, th {
		border: 1px solid #ddd;
		border-collapse: collapse;
		border-spacing: 0;
	}

	tbody {
		-webkit-text-size-adjust: 100%;
	}

	table th,table td {
		padding: 0.5em 1em;
	}
	
	#sec06 td.tdTab02 .flexBox li {
		width: 45%;
	}	

	#sec06 th {
		width: auto;
		height: 60px;
		padding-left: 25px;
	}	
	
	#sec06 td {
		height: 65px;
	}
	
	#sec06 td.tdTab02 .wow {
		margin-bottom: 15px;
	}	
	
	#sec06 tr.tableTitle td:last-child {
		width: 500px;
	}
	
	#sec06 .annotation {
		margin-bottom: 60px;
	}	
	
	#sec06 h4 {
		line-height: 70px;
	}	
	
	#sec06 .orangeBox {
		border-radius: 0 0 10px 10px;
		padding: 40px 25px 40px;
	}	

/*＝＝＝＝＝
#sec07
＝＝＝＝＝*/

	#sec07 {
		padding: 50px 0;
	}	
	
	#sec07 h3 {
		margin-bottom: 50px;
	}
	
	#sec07 .accordion {
		margin: 0 auto 40px;
	}
	
	#sec07 .question {
		padding: 10px 40px 10px 10px;
		
	}
	
	#sec07 .question p {
		font-size: 16px;
		padding-left: 30px;
		padding-right: 10px;
		letter-spacing: 2px;
	}
	
	#sec07 .question p:before {
		font-size: 22px;
		top: -6px;
		left: 0;
	}
	
	#sec07 .rightMark {
		right: 12px;
		width: 25px;
		height: 25px;
	}
	
	#sec07 .rightMark:after, #sec07 .rightMark:before {
		right: 12px;
		height: 0.6rem;
	}

	#sec07 .anser div {
		padding: 10px 10px;
	}
	
	#sec07 .anser div p {
		font-size: 15px;
		padding-left: 30px;
		letter-spacing: 2px;
	}
	
	#sec07 .anser div p:before {
		top: -5px;
		font-size: 22px;
	}	
	
	#sec07 .faqBtn a {
		padding: 0 5em 0 3.5em;
	}	
	
/*＝＝＝＝＝
#sec08
＝＝＝＝＝*/

	#sec08 {
		padding: 60px 0 40px;
		border-bottom: 10px solid #EBEBEB;
	}
	
}


@media only screen and (min-width: 768px) {
	
    #sec02 .bgGray .check {
        width: 20%;
    }
	
    #sec02 .pointBox.point02 .borderBox .rightImage {
        width: 15%;
    }	
	
	.logoImage {
		width: 80%;
	}
	
}

@media only screen and (min-width: 769px) {
    .logoImage {
        width: 100%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
	
	#sec01 .bgImage {
		width: 250px;
		height: 250px;
	}	
	
	#sec02 .pointBox .whiteBox {
		padding: 70px 40px 60px;
	}	

	#sec02 .bgGray {
		padding: 90px 40px 60px;
	}
	
	#sec02 .bgGray .priceBox .whiteBox .bgOrangeGrade, #sec02 .bgGray .uchiwake .price {
		width: 130px;
		height: 130px;
	}
	
	#sec02 .bgGray .uchiwake .price {
		width: 180px;
		height: 180px;
	}	

	#sec02 .bgGray .graphArea img {
		width: 53%;
	}
	
	#sec02 .pointBox.point02 .bgOrangeGrade {
		width: 150px;
		height: 150px;
	}	
	
	#sec02 .pointBox.point02 h4 .textBig {
		font-size: 4vw;
	}	
	
	#sec02 .pointBox.point02 .borderBox .rightImage {
        width: 100px;
        right: 10px;
    }
	
	#sec04 .bgImage h3 {
		font-size: 40px;
	}
	
	#sec04 .bgImage .rightArea {
		width: 42%;
	}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}

















