﻿@charset "utf-8";
/*------------------------------------------
共通
------------------------------------------*/
article * {
    box-sizing: border-box;
}
body{
    position: relative;
}
img {
    max-width: 100%;
    height: auto;
}
#main_cont img {
    max-width: 100%;
}
#main_cont li {
    color: #333;
    line-height: 2;
}
table {
    width: 100%;
}
table,th,td {
    border-collapse:  collapse; 
}
td,th {
    color: #333;
}
ol li {
    list-style: none;
}
ol li::before {
    content:none;
}
.br_sp {display: none}
.br_pc {display: inline}
span.sup {vertical-align: super; font-size: 70%;}

.outline {padding-top: 200px; margin-top: -200px;}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#main_cont .flex {
    margin: auto;
}
.pc-only {
    display: block;
}
.tab-only {
    display: none;
}
.sp-only {
    display: none;
}
@media screen and (max-width:660px){
    .tab-only {
        display: block;
    }
}
@media screen and (max-width:660px) {
    .br_sp {display: inline}
    .br_pc {display: none}
    .pc-only {
        display: none;
    }
    .sp-only {
        display: block;
    }
    #main_cont .flex,.flex {
        display: block;
    }
    #main_cont p {
        font-size: 14px;
        margin-bottom: 0;
    }
}

/*------------------------------------------
レイアウト
------------------------------------------*/
#main_cont.ground-ins__cont {
    max-width: 100%;
}
.ground-ins__inner {
    max-width: 1200px;
    margin: 40px auto 0 auto;
}
.ground-ins__wrap {
    display: flex;
    column-gap: 40px;
    justify-content: space-between;
}
#main_cont .note {
    font-size: 14px;
    list-style-position: outside;
    position: relative;
    padding-left: 1.25em;
    color: #656565;
    z-index: 0;
    font-weight: normal;
    margin-top: 4px;
    line-height: 1.6;
}
#main_cont .note li {
    color: #656565;
}
#main_cont .about .note li {
    text-indent: -3rem;
    padding-left: 3rem;
}
#main_cont .about .note ol li {
    text-indent: -1rem;
    padding-left: 1rem;
}
#main_cont .note span {
    margin-right: 4px;
    position: absolute;
    left: 0;
}
@media screen and (max-width:660px){
    .ground-ins__wrap {
        flex-direction: column-reverse;
        display:flex;
    }
    .order01 {
        order: 1;
    }
    .order02 {
        order: 2;
    }
    #main_cont.ground-ins__cont {
        margin-top: 20px;
    }
    .ground-ins__inner {
        margin-top: 0;
    }
    #main_cont .note{
        font-size: 12px;
        line-height: 1.4;
    }
}
/*------------------------------------------
サイドメニュー
------------------------------------------*/
/*　テキスト　*/
.leftMenu {
    top: 200px;
    position: sticky;
    position: -webkit-sticky;
    height: 100%;
    z-index: 10;
}
.leftMenu__inner {
    width: 330px;
    height: 100%;
    text-align: center;
}
#main_cont .leftMenu__index {
    font-size:20px;
    text-align: center;
}

@media screen and (max-width:1024px){
    .leftMenu__inner{
        width: auto;
    }
    #main_cont .leftMenu__list-btn p{
        font-size: 14px;
    }
}


#leftIndex_box .leftIndex_btn {position: relative; margin: 0 0 10px 0; min-height: 50px;}
#leftIndex_box .leftIndex_btn_orange {position: relative; margin: 20px 0 0 0; min-height: 50px;}
#leftIndex_box .leftIndex_btn input, #leftIndex_box .leftIndex_btn label {display: none}

#leftIndex_box .leftMenu_link_btn {
	font-size: 18px;
  text-align: left;
	display: inline-flex;
	align-items: center;
	position: relative;
	width: 100%;
	font-weight: bold;
	line-height: 1.2;
	transition: all 0.3s;
	}
#leftIndex_box .leftMenu_link_btn::after{
    content: "";
    position: absolute;
    right: 0;
    height: 74px;
    width: 116px;
    z-index: -1;
}
.leftIndex_btn01 .leftMenu_link_btn::after {
    background: center center / cover no-repeat url(../ground-ins/image/img01.png);
}
.leftIndex_btn02 .leftMenu_link_btn::after {
    background: center center / cover no-repeat url(../ground-ins/image/img02.png);
}
.leftIndex_btn03 .leftMenu_link_btn::after {
    background: center center / cover no-repeat url(../ground-ins/image/img03.png);
}
.leftIndex_btn04 .leftMenu_link_btn::after {
    background: center center / cover no-repeat url(../ground-ins/image/img04.png);
}
#leftIndex_box .leftMenu_link_btn p{
    color: #fff;
    line-height: 1.4;
    background: #16995C;
    padding: 20px 0px 20px 24px;
    width: 220px;
    height: 74px;
    display: flex;
    align-items: center;
    position: relative;
}
#leftIndex_box .leftMenu_link_btn p::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #16995c transparent transparent transparent;
    border-width: 74px 40px 0px 0px;
    right: -40px;
    top: 0;
}


@media (hover: hover) {
	.leftIndex_btn > a:hover {opacity: .6;}
	.leftIndex_btn li a:hover {text-decoration: none!important}
}
@media screen and (max-width:660px){
	.leftMenu{
		position:static;
		height:auto;
		width: 100%;
		margin: 0 0 30px 0;
		padding-top: 0px;
	}
    #leftIndex_box .leftMenu_link_btn p {
        width: 67%;
    }
    #leftIndex_box .leftMenu_link_btn::after {
        width: 40%;
    }
	
}





/*------------------------------------------
コンテンツ共通
------------------------------------------*/
.rightCont {
    width: 68%;
}
.rightCont__item {
    margin-bottom: 200px;
}
.rightCont__item:last-child {
    margin-bottom: 0;
}
.rightCont__item-child {
    margin-bottom: 120px;
}
.rightCont__item-child:last-child {
    margin-bottom: 0;
}
.rightCont__box {
    margin: 20px auto 80px;
}
.rightCont__box:last-child {
    margin-bottom: 0;
}
.bkGreen {
    background: #F2FFF6;
    padding: 40px;
}
#main_cont .bkGreen h4 {
    font-size: 24px;
    position:static;
    border-bottom: none;
    margin: 0 auto;
}
#main_cont .bkGreen h4::before {
    content: none;
}
.rightCont__pdf {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 40px;
}
.rightCont__pdf-item {
    width: 20%;
    text-align: center;
}
.rightCont__pdf-item a {
    display: inline-block;
}
.rightCont__pdf-item p {
    font-size: 14px;
}
@media screen and (max-width:660px){
    .rightCont__item{
        margin-bottom: 120px;
    }
    .rightCont{
        width: 100%;
        padding-left: 0;
    }
    .rightCont__item-child{
        margin-bottom: 80px;
    }
    .bkGreen {
        padding: 20px;
    }
    #main_cont .bkGreen h4 {
        font-size: 18px;
    }
    .rightCont__pdf-item {
        width: 40%;
    }
}

/* スペース調整 */
.leftSpace {
    padding-left: 2em;
}
.rightCont__textArea {
    margin-top: 20px;
}
#main_cont .rightCont__textArea p {
    margin-bottom: 1em;
}
#main_cont .rightCont__textArea .mb0 {
    margin-bottom: 0;
}
.mt40 {
    margin-top: 40px;
}
.mt60 {
    margin-top: 60px;
}
.mt100 {
    margin-top: 100px;
}
@media screen and (max-width:660px){
    .rightCont__textArea {
        margin-top: 26px;
    }
}

/* テキスト共通 */
.rightCont__textArea li {
    font-weight: 500;
}
#main_cont .txt20px {
    font-size: 20px;
}
#main_cont .txt14px{
    font-size: 14px;
    font-weight: normal;
}
#main_cont .txtred {
    color: #FA2F63;
}
@media screen and (max-width:660px){
    .rightCont__textArea li {
        font-size: 14px;
    }
    #main_cont .txt20px {
        font-size: 16px;
    }
}

/* タイトル */
#main_cont h4 {
    margin-bottom: 26px;
}
.rightCont__ttl{
    position: relative;
    margin-bottom: 20px;
}
.rightCont__ttl::after {
    content: "";
    position: absolute;
    right: 0;
    height: 156px;
    width: 30%;
    z-index: -1;
    top: 0;
}
.rightCont__ttl h2 {
    font-size: 38px;
    color: #fff;
    background: #16995C;
    padding: 20px 0 20px 40px;
    width: 70%;
    position: relative;
    height: 156px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.rightCont__ttl h2::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #16995c transparent transparent transparent;
    border-width: 156px 70px 0px 0px;
    right: -70px;
    top: 0;
}
.rightCont__box h3 {
    font-size: 28px;
    line-height: 1.4;
    color: #15995C;
    padding-left: 28px;
    position: relative;
    margin-bottom: 20px;
}
.rightCont__box h3::before {
    position: absolute;
    content: "";
    background: #16995c;
    width: 8px;
    height: 46px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width:660px) {
    .rightCont__ttl h2 {
        font-size: 20px;
        padding: 16px 0 16px 10px;
        height: 100px;
        width: 73%;
        margin-bottom: 20px;
    }
    .rightCont__ttl h2::after {
        border-color: #16995c transparent transparent transparent;
        border-width: 100px 50px 0px 0px;
        right: -50px;
    }
    .rightCont__ttl::after {
        height: 100px;
        width: 27%;
    }
    .rightCont__box h3 {
        font-size: 20px;
        padding-left: 18px;
    }
    .rightCont__box h3::before {
        height: 32px;
    }
}

/* テーブル */
.tableGreen,.tableGreen th,.tableGreen td {
    border-collapse: separate;
    border-spacing: 2px;
}
.tableGreen th {
    background: #328860;
    color: #fff;
    padding: 30px;
    text-align: left;
}
.tableGreen td {
    background: #EDEDED;
    padding: 30px;
}
#main_cont .tableGreen ol li {
    line-height: 1.6;
    margin-left: 0;
}
@media screen and (max-width:660px) {
    .tableGreen th,.tableGreen td {
        padding: 16px;
        font-size: 14px;
    }
}

/* ボタン */
.txtbtn {
    margin-top: 20px;
}
.txtbtn a {
    display: inline-block;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    position: relative;
    padding-right: 20px;
    border-bottom: 1px solid #333;
    transition: all 0.3s;
}
.txtbtn a::after {
    position: absolute;
    content: "";
    background: url(../ground-ins/image/arrow_green.svg);
    width: 12px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
@media (hover: hover){
    .txtbtn a:hover {
        border-bottom:none;
    }
}

/* リスト */
.square {
    padding-left: 2rem;
}
.square li {
    list-style: square;
}
.decimal li {
    list-style-type: decimal;
}
/*------------------------------------------
地盤保険とは？
------------------------------------------*/
.about .rightCont__ttl::after {
    background: center center / cover no-repeat url(../ground-ins/image/img01.png);
}
.about__btnArea {
    margin: 20px auto 40px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.about__btn {
    display: block;
    width: 100%;
}
.about__btn a {
    background: #F48300;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    padding: 20px 20px;
    position: relative;
    transition: all 0.3s;
}
.about__btn a::after {
    background: url(../ground-ins/image/arrow.svg);
    width: 18px;
    height: 18px;
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.youtube {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
@media (hover: hover){
    .about__btn a:hover {
        opacity: .6;
    }
}
@media screen and (max-width:660px){
    .about__btnArea {
        display: block;
    }
    .about__btn {
        margin-bottom: 20px;
    }
    .about__btn a {
        font-size: 16px;
    }
    .txtBig {
        font-size: 18px;
    }
}
/*------------------------------------------
地盤保険「The PERFECT10W」
------------------------------------------*/
.perfect10w .rightCont__ttl::after {
    background: center center / cover no-repeat url(../ground-ins/image/img02.png);
}
.txtBig {
    font-size: 20px;
    font-weight: bold;
}
#main_cont .perfect10w__merit {
    margin-top: 40px;
}
.perfect10w__merit-txt {
    width: 70%;
    font-weight: bold;
}
.perfect10w__merit-img {
    width: 20%;
}
@media screen and (max-width:660px){
    .perfect10w__merit-txt {
        width: 100%;
    }
    .perfect10w__merit-img {
        width: 60%;
        margin: 0 auto;
    }
}
/*------------------------------------------
既存住宅地盤保険「U’s House10」
------------------------------------------*/
.usHouse10 .rightCont__ttl::after {
    background: center center / cover no-repeat url(../ground-ins/image/img03.png);
}
#main_cont .usHouse10__list li {
    color: #FA2F63;
    font-weight: bold;
}
/*------------------------------------------
制度についてのお問合せ・ご利用にあたって
------------------------------------------*/
.groundContact .rightCont__ttl::after {
    background: center center / cover no-repeat url(../ground-ins/image/img04.png);
}
.groundContact__box {
    margin-top: 20px;
}
.groundContact__adressBox dl {
    display: flex;
    font-size: 20px;
    font-weight: bold;
}
.groundContact__list {
    margin-top: 40px;
}
#main_cont .groundContact__list h4 {
    font-size: 20px;
    position:static;
    border-bottom: none;
    margin: 0 auto;
}
#main_cont .groundContact__list h4::before {
    content: none;
}
@media screen and (max-width:660px){
    .groundContact__adressBox dl{
        font-size: 18px;
    }
    #main_cont .groundContact__list h4 {
        font-size: 18px;
    }
}