@charset "utf-8";
/*===========================
add
===========================*/

/*-----------
   色変更   
-----------*/

/* 基本　#1a54a5; */

.fcBasic {
	color:#1a54a5 !important;
}

.bgBasic {
	background-color:#1a54a5 !important;
}



/* column  */ 

.column1_100p {
	border:1px solid #e1e1e1;
	background: rgba(255,255,255,.9);
}

.column1_80p {
	border:1px solid #00aa9f;
	background: rgba(255,255,255,.9);
}

.column1_60p {
	border:1px solid #00aa9f;
	background: rgba(255,255,255,.9);
}

.column2_80p {
	border:3px double #00aa9f;
	background: rgba(255,255,255,.9);
}

.column2_60p {
	border:3px double #00aa9f;
	background: rgba(255,255,255,.9);
}


.column3_80p {
	border:4px dashed #00aa9f;
	background: rgba(255,255,255,.95);
}

.column3_60p {
	border:4px dashed #00aa9f;
	background: rgba(255,255,255,.95);
}

.column4_80p {
	border:4px dashed #00aa9f;
	background: rgba(255,255,255,.95);
}

.column4_60p {
	border:4px dashed #00aa9f;;
	background: rgba(255,255,255,.95);
}

/* table  */ 

table.table3 th {
	background-color:#e1e1e1;
	color:#333;
}

table.table2 th {
	background-color:var(--basic-color-sb07);
	color:#333;
}

.tdColorBeige {
	background:#FEF8E9 !important;
	text-align:center;
	vertical-align:middle;
}

table.table2 td.tdBgC01 {
	background-color:#FFF;
}

table.table2 td.tdBgC02 {
	background-color:#EEE;
}

table.table2 td.tdBgC03 {
	background-color:#DDD;
}


table.table2 td.tdBgC04 {
	background-color:#CCC;
}


table.table2 td.tdBgC05 {
	background-color:#BBB;
}

.tdColGreen {
	background:#ECF5D1!important;
	text-align:center;
	vertical-align:middle;
}

.tdColBlue {
	background:#F3F7FC!important;
	text-align:center;
	vertical-align:middle;
}

.tdColPink {
	background:#FEE7E0!important;
	text-align:center;
	vertical-align:middle;
}


/* addon-circle */ 

.circle-big::before {
	color: #FFF;
	background:#F59338;
}


ol.liFeature li::before {
	color: #FFF;
	background:#EEB853;
}

/* buttons */

.txtBnr a {
	background-color:#00aa9f;
}



.txtBnr2 a {
	color:#FFF;
	background-color:#00aa9f;;
	margin:0.4em 0;
}



.txtBnr3 a {
	color:#FFF;
	background-color:#00aa9f;
}

.txtBnrInline a {
	color:#FFF;
	background-color:#00aa9f;
}



/* contactBtn */


.txtContacBnr a {
	color:#FFF;
	background-color:#00aa9f;
}

.txtContacBnrPC {
	color:#FFF;
	background-color:#00aa9f;
}

/* catch */

h3.h3Catch1 {
	color:#00aa9f;
}

h3.h3Catch2 {
	color:#00aa9f;
}

/* catchiphrase */

.catch1 {
	color:#00aa9f;
}

.catch2 {
	color:#00aa9f;
}

.catchS {
	color:#00aa9f;
}

/* list */

ul.liCircle li::before {
	background:#00aa9f;
}

/* flow */


.area_flowC .inner_flow {
	background: rgba(253,253,253,.9);
}

.area_flowC .inner_flow .largeTxt {
	color:#00aa9f;
	border-bottom:1px dotted #CCC;
}



.txtIcon3 {
    background-color: #00aa9f;
}

/* 枠  */ 

.boxSimple {
	border: solid 1px #CCC;	
	padding:1.5em;
	background:#fff;
}

.boxSimple2 {
	border: solid 1px #CCC;	
	padding:1.5em;
	background:#fff;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
}

.boxFrame {
	padding:2em;
	border:3px solid var(--basic-color);
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
	margin-bottom:40px;
	background: rgba(255,255,255,.85);
}

.boxFrameDouble {
	padding:2em;
	border:3px double var(--basic-color);
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
	margin-bottom:40px;
	background: rgba(255,255,255,.85);
}

.boxDot {
	padding:2em;
	border:  dotted 2px #E3AA24;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
	margin-bottom:40px;
	background:#FEFDE9;
	
}

.boxFablic {
	padding:2em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	margin-bottom:40px;
	background:#FEFDE9;
	box-shadow: 0px 0px 0px 10px #FEFDE9;
	border:  dotted 2px #E3AA24;
}

.boxFeature {
	padding:2em;
	border:  dotted 2px var(--basic-color-sb02);
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
	margin-bottom:40px;
	background: var(--basic-color-sb06);
	
}
.box-S {
	padding:3em 2em;
	border:  dotted 2px #ccc;
	margin-bottom:0px;
	background: #fff;
	    box-shadow: 1px 1px 1px #acacac;
}

@media only screen and (max-width: 600px) {

.boxFrame {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

.boxFrameDouble {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

.boxDot {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em
}

.boxFablic {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}
	.boxFeature {
			box-sizing: border-box;
	width:100%;
	padding:1em 1em;
	}
	.box-S  {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
	}
}



/* 囲み */

.boxSimple {
	border: solid 1px #CCC;	
	padding:1em;
}

.boxSimple2 {
	border: solid 1px #CCC;	
	padding:1em;
	background: rgba(250,250,250,.85);
}

.boxFrame {
	padding:2em;
	border:3px solid var(--basic-color);
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
	margin-bottom:40px;
	background: rgba(255,255,255,.85);
}

.boxFrameDouble {
	padding:2em;
	border:3px double var(--basic-color);
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
	margin-bottom:40px;
	background: rgba(255,255,255,.85);
}

@media only screen and (max-width: 600px) {

.boxFrame {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

.boxFrameDouble {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

}
.catch01 {
	 margin-top:0em;
	 font-size:1.3em;
	 text-align: center;
	 font-weight:800;
}

.section-padding {
    padding: 6rem 0 0;
    z-index: 1;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}
@media (min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px
    }
}

@media (min-width: 1400px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1320px
    }
}
.constructions-container {
    position: relative;
    min-height: 560px;
    margin-bottom: 66px;
}
@media screen and (max-width: 1199px) {
    .section-padding {
        padding: 2em 0;
    }
	
}
.constructions-container {
    position: relative;
    min-height: 560px;
    margin-bottom: 66px;
}
.title-action-img .sec-lg-head {
    position: relative;
    top: 80px;
}
.title-action-img .sec-lg-head {
    top: 0;
}
.action-title {
    height: 300px;
    display: flex;
    align-items: center;
}
.action-title {
    height: auto;
    max-width: 720px;
    padding: 1rem 0;
    width: 55%;
    align-items: flex-start;
    min-height: 300px;
    padding: 3%;
	  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	  border:0px dotted rgba(0,0,0,0.9);
	  background: rgba(186,232,194,0.9);
	  box-sizing: border-box;
}

.title-action-img .sec-bg-img {
    height: 548px;
    width: 70%;
    position: absolute;
    margin-bottom: 0;
    overflow: hidden;
    margin-left: 20%;
    top: 66px;
    z-index: -1;
	/*
	  background-attachment: fixed;
	  */
    background-position: left center !important;
	  background-size: cover;
    background-repeat: no-repeat;
    background-position: center 36.8px;
}
.bg-img-adjust1 {
	  background-image: url(../img/content/reason-001.jpg);
}
.bg-img-adjust2 {
	  background-image: url(../img/content/reason-002.jpg);
}
.bg-img-adjust3 {
	  background-image: url(../img/content/reason-003.jpg);
}
.bg-img-adjust4 {
	  background-image: url(../img/content/reason-004.jpg);
}
@media screen and (max-width: 1399px) {
	
    .action-title {
        height: auto;
        width: 90%;
			  padding:1.5em;
    }
	.title-action-img .sec-bg-img {
        height: 400px;
        width: 90%;
        position: relative;
        margin-left: 10%;
        top: -50px;
    }
}
@media screen and (max-width: 767px) {
	.constructions-container {
    margin-bottom: 0px;
}
    .title-action-img .sec-lg-head {
        top: 0px;
    }
	  .action-title {
        width: 100%;
			  min-height: initial;
    }
    .title-action-img .sec-bg-img {
        height: 300px;
        width: 100%;
        position: relative;
        margin-left: 0;
        top: 0;
        margin-top: 2em;
			  background-attachment: inherit;
        background-position: center top !important;
    }
}
.title-action-img.opposite .sec-lg-head {
    float: right;
}
.title-action-img.opposite .sec-bg-img {
    left: -30%;
    background-position-x: 20% !important;
}
@media screen and (max-width: 1399px) {
.title-action-img.opposite .sec-bg-img {
		margin-left: 0;
        left: 0;
	 top: 2rem;
	}
	.title-action-img .sec-bg-img {
        left: 0;
        top: 2em;
		    margin-top:0px;
    }
}
.h2-ttl {
    font-size: 2.0em;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 1.0em;
	text-align: center;
	  color:var(--basic-color-b);
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 12px #fff, 0 0 14px #fff;
}

@media screen and (max-width: 768px) {
    .h2-ttl {
        font-size: 1.4em;
    }
}

.res-img90 {
    width:90% !important;
	height:auto !important;
}
.res-img80 {
    width:80% !important;
	height:auto !important;
}
.res-img70 {
    width:70% !important;
	height:auto !important;
}
.res-img60 {
    width:60% !important;
	height:auto !important;
}
.res-img50 {
    width:50% !important;
	height:auto !important;
}
.res-img40 {
    width:40% !important;
	height:auto !important;
}
.res-img30 {
    width:30% !important;
	height:auto !important;
}
.res-img20 {
    width:20% !important;
	height:auto !important;
}
.res-mb {
	 margin-bottom: 0px;
}
@media only screen and (max-width: 768px) {
.res-img90,.res-img80,.res-img70,.res-img60{
     width:100% !important;
	height:auto !important;  
}
	.res-mb {
	 margin-bottom: 20px;
}
}
.line-cnt {
	  line-height: 2;
	  letter-spacing: 0.1em;
}
.box-ttl {
	 padding:0.5em;
	 background: var(--basic-color);
	 color:#333;
	 text-align: center;
	 font-weight: 600;
}
.ttl-wrap {
	 position: relative;
	 background: var(--basic-color-);
	 padding:0em;
	 box-sizing: border-box;
}
.ttl {
	 font-size: 1.6em;
    text-align: left;
    font-weight: 600;
	  margin-top:40px;
    margin-bottom: 20px;
}
.ttl.no1,.ttl.no2 {
	  position: relative;
	  z-index: 8;
}
.ttl.no1::before {
	 content: '01';
    font-size: 3.0em;
    font-weight: bold;
    padding: 0.0em;
    line-height: 1;
    box-sizing: border-box;
    position: absolute;
    z-index: 100;
    width: 2.5em;
    height: 2.5em;
    left: -3%;
    top: -1.3em;
    border-radiu: 3.0em;
    borde: 2px solid var(--basic-color);
    color: var(--basic-color);
}
.ttl.no2::before {
	 content: '02';
    font-size: 3.0em;
    font-weight: bold;
    padding: 0.0em;
    line-height: 1;
    box-sizing: border-box;
    position: absolute;
    z-index: 100;
    width: 2.5em;
    height: 2.5em;
    left: -3%;
    top: -1.3em;
    border-radiu: 3.0em;
    borde: 2px solid var(--basic-color);
    color: var(--basic-color);
}
.ttl.no3::before {
	 content: '03';
    font-size: 3.0em;
    font-weight: bold;
    padding: 0.0em;
    line-height: 1;
    box-sizing: border-box;
    position: absolute;
    z-index: 100;
    width: 2.5em;
    height: 2.5em;
    left: -3%;
    top: -1.3em;
    border-radiu: 3.0em;
    borde: 2px solid var(--basic-color);
    color: var(--basic-color);
}
@media only screen and (max-width: 768px) {
.ttl {
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 10px;
}
.ttl.no1::before,.ttl.no2::before,.ttl.no3::before {
    font-size: 2.3em;
    line-height: 1;
    width: 2.5em;
    height: 2.5em;
    left: -3%;
    top: -1.2em;
    color: var(--basic-color);
}
}
.pc {
    display:block;
}
.sp {
    display:none; 
}
@media only screen and (max-width: 768px) {
.pc {
    display:none;
}
.sp {
    display:block; 
}
}
.box-wrap-06 {
    position: relative;
    margin: 2em 0;
    padding: 0.1em 0.7em 1em;
    border: solid 3px var(--basic-color-sb02);
    border-radius: 20px;
    box-sizing: border-box;
}
.box-wrap-06 .box-title {
    top: -24px;
    margin-bottom: -8px;
    position: relative;
    text-align: center;
    font-weight: 400;
    border-bottom: 0px dotted #c7bbad;
    color: var(--basic-color-sb02);
    font-size: 1.8em;
}
.box-wrap-06 .box-title span {
    display: inline-block;
    background: #FFF;
    padding: 0 1em;
    line-height: 1.3;
    text-align: center;
}
.box-wrap-06 .box-cnt {
    width: 100%;
    margin: 0px auto 0em;
    padding: 0px 5px 20px;
    box-sizing: border-box;
    border-radius: 6px;
}
@media only screen and (max-width: 768px) {
    .box-wrap-06 .box-title {
        top: -19px;
        margin-bottom: -8px;
        font-size: 1.4em;
    }
}
.cl_b {
	color:#333;
}