

/* 事業内容　*/

ul.liBusiv {
	text-align:center;
	margin-bottom:2em;
}
ul.liBusi li {
	padding:0.2em 1em;
	font-size:1.2em;
	width:100%;
	box-sizing: border-box;
	vertical-align:top;
	background-color:#41b879;
	color:#FFF;
	margin-bottom:10px;
	border-radius: 50px;
	-webkit-border-radius: 50px; 
	-moz-border-radius: 50px;
}

ul.liBusi2Div {
	text-align:center;
	margin-bottom:2em;
}
ul.liBusi2Div li {
	display:inline-block;
	padding:0.2em 1em;
	font-size:1.2em;
	width:46%;
	box-sizing: border-box;
	vertical-align:top;
	background-color:#41b879;
	color:#FFF;
	margin-bottom:10px;
	border-radius: 50px;
	-webkit-border-radius: 50px; 
	-moz-border-radius: 50px;
}

@media only screen and (max-width: 768px) {
	
ul.liBusi2Div li {
	display:block;
	width:100%;
}
}


.txtIconM {
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	line-height: normal;
	padding: 0.4em 1em 0.5em 1em;
	background-color:#3578B5;
	margin: 0 0 0.4em 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


@media only screen and (max-width: 600px) {
	
.txtIconM {
	font-size: 1.1em;
}
}

/* 画像とテキストを交互に表示画像バージョン */


.contents-wrap {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	-webkit-box-pack: justify; /*Android4.3*/
	-moz-box-pack: justify;    /*Firefox21*/
	-ms-flex-pack: justify;    /*IE10*/
	-webkit-justify-content: space-between; /*PC-Safari,iOS8.4*/
	justify-content: space-between;
    background-color: rgba(252, 252, 252, 0.92);
}
.contents-wrap:nth-child(odd) {
	-ms-flex-direction:row-reverse; /*IE10*/
	-webkit-flex-direction:row-reverse; /*old webkit browser*/
	flex-direction:row-reverse;
}
.contents-text {
	width: 50%; /*flex: 2;*/
    /* flex: 2; */
    padding: 28px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333;	
}
.contents-img {
	width: 50%; /*flex: 1;*/
}
.contents-text h3 {/* 要調整 */
	font-size: 1.6em;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 1em;
	color:#00926e;
	text-align:left;
}
.contents-text h3::after {/* 要調整 */
 content: none;
}
.contents-text-catch {
    margin: 0 auto 20px;
    text-align: center;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.125em;
    font-family: 'Noto Sans Japanese';
    font-weight: 400;
    border-bottom: 4px solid #62c0b5;
    padding-bottom: 8px;
}
.contents-img img {
	display: block;
	width: auto;
	max-width: 100%;
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.tx-flex {
	text-align:center;
}
@media screen and (max-width: 768px) {
.contents-wrap, .contents-wrap:nth-child(odd) {
	-ms-flex-direction:row-reverse; /*IE10*/
	-webkit-flex-direction:row-reverse; /*old webkit browser*/
	flex-direction: column-reverse;
	padding: 20px 0 0;
}
.contents-wrap:last-child{
	padding-bottom: 20px;	
}
.contents-text, .contents-img {
	width: 100%; /*flex: 1;*/
	margin-bottom:50px;
}
.contents-text{
	padding:0 20px;
	margin-bottom:20px;
}
.contents-text h3 {
	font-size: 1.3em;
}
.tx-flex {
	text-align:left;
}

}

h2 span.sub-ttl {
	display:block;
	font-size: 0.6em;
	line-height:1.5em;
	margin:0.3em 0 1.3em 0;
	text-align: center;
	text-shadow:none;
}

.p-ttl {
	font-size:1.8em;
	line-height:1.6;
	text-align:center;
	font-weight:600;
	color:#f00;
	text-shadow: 2px 2px 4px #f2f0f1, -2px 2px 4px #f2f0f1, 2px -2px 4px #f2f0f1, -2px -2px 4px #f2f0f1;
	font-family: 'BIZ UDGothic', sans-serif !important;
}
.p-ttl02 {
	font-size:1.4em;
	font-weight:600;
	line-height:1.6;
	text-align:center;
	color:#333;
	text-shadow: 2px 2px 4px #f2f0f1, -2px 2px 4px #f2f0f1, 2px -2px 4px #f2f0f1, -2px -2px 4px #f2f0f1;
}
@media only screen and (max-width: 768px) {
.p-ttl {
	font-size:1.2em;
	line-height:1.4;
	text-align:center;
	letter-spacing:0.1em;
	margin-top:20px;
	margin-bottom:20px;
}
.p-ttl02 {
	font-size:1.1em;
	line-height:1.4;
	text-align:left;
	font-weight:500;
	letter-spacing:0.1em;
	margin-top:20px;
	margin-bottom:20px;
}
	h2 span.sub-ttl {
		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, 0 0 16px #fff, 0 0 18px #fff;
}

}

.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
.box-sd {
    padding:2em 2em 2em;
	box-shadow:1px 1px 1px #CCC;
    box-sizing: border-box;
	border:0px solid #CCC;
	box-shadow: 0px 0px 9px -6px #777777;
}
.tx-large01 {
    font-size:120%;
}
.wd-f {
	width:80%;
	margin:auto;
}
@media only screen and (max-width: 768px) {
.pc-disp {
    display:none !important;
}
.sp-disp {
    display:block !important; 
}
.wd-f {
	width:100%;
	margin:auto;
}

}
.wrap-h2 {
  width:96%;
  margin:3% auto 6%;
}
.wrap-h3 {
  width:98%;
  margin:3% auto 6%;
}
.wrap-h4 {
  width:98%;
  margin:0% auto 2%;
}
ul.circle {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:98%;
    margin-right:2%;
    position: relative;
	line-height:1.6;
	font-size:1.05em;
}
ul.circle > li.noto {
    font-family: 'Noto Serif JP', serif;
}
ul.circle > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}
.tx-70p  {
	font-size:70% !important;
	letter-spacing:normal;
}	
.tx-80p  {
	font-size:80% !important;
	letter-spacing:normal;
}
.tx-90p  {
	font-size:90% !important;
	letter-spacing:normal;
}
.tx100p    {
	font-size:100% !important;
	letter-spacing:normal;
}
.tx-110p {
    font-size: 110% !important;
	letter-spacing:normal;
}
.tx-120p    {
	font-size:120% !important;
	letter-spacing:normal;
}
.tx-130p    {
	font-size:130% !important;
	letter-spacing:normal;
}
.tx-140p    {
	font-size:140% !important;
	letter-spacing:normal;
	line-height:1.4em;
}
.tx-150p    {
	font-size:150% !important;
	letter-spacing:normal;
}
.tx-160p    {
	font-size:160% !important;
	letter-spacing:normal;
}
.tx-170p    {
	font-size:170% !important;
	letter-spacing:normal;
}
.tx-180p    {
	font-size:180% !important;
	letter-spacing:normal;
}
.tx-230p    {
	font-size:230% !important;
	letter-spacing:normal;
}
.tx-300p    {
	font-size:300% !important;
	letter-spacing:normal;
}
.mar0 {
    margin:0 auto;
}
.txsize1 {
   font-size:1.2rem;
   font-weight:800;
   color:#F33;
   text-align:center;
}
.txtstyle1 {
	font-size: 1.16em;
	font-weight: bold;
}
.txtstyle2 {
	font-size: 1.24em;
	font-weight: bold;
}
.ex {
    padding-left:1em;
    text-indent:-1em;
}

@media only screen and (max-width: 768px) {
ul.circle > li {
	font-size:1.00em;
	
}
.tx-230p {
    font-size: 120% !important;
    letter-spacing: normal;
}
.tx-180p {
    font-size: 110% !important;
    letter-spacing: normal;
}


}


@media only screen and (max-width: 600px) {
.line-h2 {
    line-height: 1.5;
}
.tx-230p {
    font-size: 130% !important;
    letter-spacing: normal;
}
.tx-180p,.tx-170p {
    font-size: 120% !important;
    letter-spacing: normal;
}
.tx-160p,.tx-150p {
    font-size: 110% !important;
    letter-spacing: normal;
}
.tx-140p,.tx-130p,.tx-120p,.tx-110p {
    font-size: 100% !important;
    letter-spacing: normal;
}
}

.flex-1col {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.flex-2col {
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:0%;
  position:relative;
}
.flex-2col > li{
  width:48.5%;
  margin:0% 0% 0 0%; 
}
.flex-2col > li:nth-of-type(odd){
  width:48.5%;
  margin:0% 0% 0 0%; 
}
.flex-2col > li:nth-of-type(even){
  width:48.5%;
  margin:0% 0 0 0%;
}
.flex-2col-start {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
  gap:3%;
  width:100%
}
.flex-2col-start > li{
  width:48.5%;
  margin:0% 0 0 0%; 
}
.flex-2col-start > li:nth-of-type(odd){
  width:48.5%;
  margin:0% 0% 2% 0%; 
}
.flex-2col-start > li:nth-of-type(even){
  width:48.5%;
  margin:0% 0% 2% 0%; 
}

.flex-list2 {
  width:17.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list3 {
  width:27.5% !important;
  margin:0 0 0 0% !important;   
}
.flex-list4 {
  width:37.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list5 {
  width:47.5% !important;
  margin:0% 1% 0 0% !important;  
}
.flex-list6 {
  width:57.5% !important;
  margin:0 0 0 0% !important;   
}
.flex-list7 {
  width:67.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list8 {
  width:77.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list9 {
  width:87.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-3col {
  display:flex;
  justify-content:space-between;
  align-items:start;
  flex-wrap:wrap;
  gap:2%;
}
.flex-3col > li{
  width: calc(100% / 3 - 20px);
  margin:0% 0 0 0%;
}
.flex-4col {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
  gap:10px;
}
.flex-4col > li{
  width:22%;
  margin:2% 0 0 0%;
}
.flex-reverse {
	flex-direction:row-reverse;
}

@media only screen and (max-width: 768px) {
.flex-2col-start {
  width:98%; 
}
.flex-2col > li,.flex-2col-start > li{
  width:100% !important;
  margin:2% auto 2% !important; 
}
.flex-3col > li{
  width:100%;
  margin:2% auto 2% !important; 
}
.flex-list2,.flex-list3,.flex-list4,.flex-list5,.flex-list6,.flex-list7,.flex-list8,.flex-list9 {
  width:100% !important;
  margin:2% auto 2% !important;  
}
.flex-4col > li{
  width:100%;
  margin:2% 0 0 0%;
}

}

.flex-2col-brn {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	margin-bottom: 100px;
	position: relative;
}
.flex-2col-brn .img-wp {
	    width: 66.666%;
		margin-right:auto;
}
.flex-2col-brn .txt {
	width: 66.666%;
    height: auto;
    position: absolute;
    top: 40%;
        left:  508px;
    display: flex;
    justify-content: center;
    align-items: center;
	
	box-sizing:border-box;
	padding: 20px 20px;
}

.flex-2col-brn .txt .cnt-div {
	background: rgba(255, 255, 255, 0.9);
	height:auto;
	padding:30px;
}
.flex-2col-brn .txt p {
    margin-bottom: 0;
}

@media only screen and (max-width: 1300px) {
.flex-2col-brn {
   margin-bottom: 150px;
}
.flex-2col-brn .txt {
	width: 66.666%;
    height: auto;
    position: absolute;
    top: 40%;
    left:  308px;
	margin-bottom:90px;
}
}
@media only screen and (max-width: 1200px) {
.flex-2col-brn {
   margin-bottom: 450px;
}
}

@media only screen and (max-width: 768px) {
.flex-2col-brn {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	    margin-bottom: 0px;
}
.flex-2col-brn .txt {
	margin-bottom:20px;
}
.flex-2col-brn .txt .cnt-div {
	padding:0px;
}
.flex-2col-brn .img-wp {
	    width: 100%;
		margin-right:auto;
}
.flex-2col-brn .txt {
	width: 100%;
    height: auto;
    position: static;
    top: 0%;
    right: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
	background: rgba(243, 243, 243, 0.9);
	padding:1.5em;
	z-index:1;
}
.flex-2col-brn .txt p {
    padding: 0px 0px 0px;
    margin-bottom: 0;
}

}

ul.check,ul.check2,ul.check-2col  {
    position: relative;
}
ul.check {
    position: relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}
ul.check li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:96%;
	font-size:1.1em;
    margin-right:2%;
    position: relative;
}
ul.check li::before {
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
	bottom: 0.2em;
    font-size: 1.3em;
}
.img-object {
    margin-bottom: 1rem;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    display: block;
}
.img-object img {
	margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-object-s {
    margin-bottom: 0.5rem;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 80%;
    overflow: hidden;
    display: block;
}
.img-object-s img {
	margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-object-s02 {
    margin-bottom: 0.5rem;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 66.5%;
    overflow: hidden;
    display: block;
}
.img-object-s02 img {
	margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* ビフォーアフター透かし */

.before,
.after,
.before2,
.after2
{
	position: relative;
}

.before::after,.before2::after {
	position: absolute;
	content:" ";
    display:inline-block;
    background:url(../img/common/watermark_before.png); 
	background-repeat: no-repeat;
    background-size:contain;
	z-index: 1;
}

.after::after,.after2::after {
	position: absolute;
	content:" ";
    display:inline-block;
    background:url(../img/common/watermark_after.png); 
	background-repeat: no-repeat;
    background-size:contain;
	z-index: 1;
}

/* ビフォーアフター透かしのサイズと位置 */

.before::after {
    width:26%;
    height:26%;
	bottom: 3%;
	left: 80%;
}

.after::after {
    width:26%;
    height:26%;
	bottom: 3%;
	left: 80%;
}
.before2::after {
    width:22%;
    height:22%;
	bottom:-3%;
	left: 77%;
}

.after2::after {
    width:22%;
    height:22%;
	bottom:-3%;
	left: 77%;
}


.flow {
  padding-left: 120px;
  position: relative;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.flow > li {
  position: relative;
}
.step.fs {
	margin-top:60px !important;
}
.step {
	margin-top:130px !important;
}
.flow > li:not(:last-child) {
  margin-bottom: 6vh;
}
.flow > li:last-child {
  margin-bottom: 8vh;
}
.flow > li .icon {
  font-size: 14px;
  font-weight:900;
  color: #fff;
  background: rgb(7,144,68);
  background: -moz-linear-gradient(right, var(--light-color) 0%, var(--basic-color) 100%);
  background: -webkit-linear-gradient(right, var(--light-color) 0%,var(--basic-color) 100%);
  background: linear-gradient(to left, var(--light-color) 0%,var(--basic-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--light-color)', endColorstr='var(--basic-color)',GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent var(--basic-color);
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
  padding-left: 70px;
  position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: var(--basic-color);
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: var(--basic-color);
  margin-bottom: 1vh;
}
@media only screen and (max-width: 768px) {
.flow {
    padding-left: 0px;
    position: relative;
}
.flow::before {
    content: "";
    width: 0px;
    height: 0%;
    background: #eee;
    margin-left: -8px;
    display: block;
    position: relative;
    top: 0;
    left: 100px;
}
.flow > li .icon {
    font-size: 14px;
	font-weight:800;
    color: #fff;
    padding: 8px 10px;
    display: block;
    position: relative;
    top: 0;
    left: 0px;
    z-index: 100;
	width:100%;
}
.flow > li .icon::after {
    content: "";
    border-style: solid;
    border-width: 10px 10px 0px 10px;
    border-color:var(--basic-color)  transparent transparent transparent ;
    position: absolute;
    top:auto;
	bottom:-10%;
    left: 46%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
.flow > li:not(:last-child) {
    margin-bottom: 3vh;
}
.flow > li dl {
    padding-left: 10px;
    position: relative;
}
.flow > li dl::before {
    width: 0px;
    height: 0px;
    margin-top: 0px;
    border-radius: 50%;
    left: 0px;
}
.flow > li dl dt {
	margin-top:20px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1.6vh;
}
.flow > li dl::after {
    width: 0px;
    border-bottom: 1px dashed #999;
    position: relative;
    left: 0px;
}
}
ol.num_order {
 padding-left:20px;
}
ol.num_order li {
	line-height:1.5;
    padding: 5px 0 10px 0;
	margin-bottom:10px;
    list-style-type: decimal;
	font-family: 'Noto Serif JP', serif;
}
ol.num_order li::marker {
	font-size:1.2em;
	font-weight:600;
}
ol.num_order li span {
	font-size:1.26em;
	font-weight: 600;
}
@media only screen and (max-width: 768px) {
ol.num_order li::marker {
	font-size:1.0em;
	font-weight:600;
}
ol.num_order li span {
	font-size:1.0em;
	font-weight: 600;
}

}
.feature {
	position: relative;
    padding: 0rem 5rem 0rem;
    max-width: 130rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5rem;
    padding-right: 5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	counter-reset: number;

}

.feature-list {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-decoration: none;
	position: relative;
	/*
	-webkit-transform: translateY(1rem);
	*/
}
.feature-list .item-img {
	width: 74rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: -34rem;
	
}
.feature-list .item-img .img {
    overflow: hidden;
	display: block;
}
.feature-list .item-img .img  img {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: -webkit-transform .3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform .3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform .3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform .3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    width: 100%;
	
}
.feature-list .item-img .img img {
    vertical-align: top;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.feature-list .item-text {
	-webkit-transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition-property: color, background;
    transition-property: color, background;
    position: absolute;
    top: 50%;
	margin-left: -20vw;
    left: 3vw;
    width: 43rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #000;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7.8rem 5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);    
}
.feature-list .item-text:before {
	content: 'FEATURE' counter(number);
    counter-increment: number;
    position: absolute;
    display: block;
    top: 0.5rem;
    left: 60px;
    font-size: 1rem;
    font-weight: 800;
    font-family: "Overpass","Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    color: #A6A7A7;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}
.feature-list .item-text .ttl {
    position: relative;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 2rem;
    padding-left: 2.7rem;
}
.feature-list .item-text .ttl:before {
    left: 0;
    width: 1.7rem;
    height: 1.7rem;
    background: var(--basic-color);
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.feature-list .item-text .ttl:after {
    left: 0.5rem;
    width: 0.4rem;
    height: 0.4rem;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	top: 0.4rem;
}
.feature-list .item-text .ttl:before,.feature-list .item-text .ttl:after {
	top: 0.4rem;
	position: absolute;
    display: block;
    content: '';
    bottom: 0;
    margin: auto;
}
@media screen and (max-width: 1300px) {
.feature-list .item-img {
	max-width:100%;
	width:100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: -6rem;
}
.feature-list .item-text {
    position: absolute;
    top: 50%;
	margin-left: -10vw;
    left: 0vw;
    width: 80%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #000;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5.8rem 3rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    
}
}
@media screen and (max-width: 768px) {
	.feature {
		padding: 0rem 0.5rem 2.5rem;
		width:100%;
	}
	.feature-list {
       display: block;
	   margin-bottom:1em;
    }
	.feature-list .item-img {
	position: relative;
    width: 100%;
    margin: 0;
}
.feature-list .item-text {
    position: relative;
    top: 0;
    left: 8vw;
    width: 90%;
	margin-left: 0vw;
    padding: 1.5rem;
    margin-top: 0.5rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.feature-list .item-text:before {
    top: 0.5rem;
    left: 0px;
}
.feature-list .item-text .ttl {
    font-size: 1.3rem;
    line-height: 1.45;
    margin-bottom: 1rem;
    padding-left: 2.0rem;
}
.feature-list .item-text .ttl:before,.feature-list .item-text .ttl:after {
	top: 0.0rem;
	}
}

@media screen and (max-width: 400px) {
.feature-list .item-text {
    top: 0;
    left: 0.7rem;
    width: 90%;
    padding: 1.0rem;
    margin-top: 0.5rem;
}
.feature-list .item-text .ttl {
    font-size: 1.2rem;
    line-height: 1.45;
    margin-bottom: 1rem;
    padding-left: 2.0rem;
}
.feature-list .item-text .ttl:before {
    left: 0;
    width: 1.0rem;
    height: 1.0rem;
    background: var(--basic-color);
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.feature-list .item-text .ttl:after {
    left: 0.2rem;
    width: 0.3rem;
    height: 0.3rem;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0.4rem;
}
.feature-list .item-text .ttl:before,.feature-list .item-text .ttl:after {
	top: 0.0rem;
	}
}


.p-ttl-5 {
	text-align:center;
	font-size:1em;
	line-height:normal;
	padding:0.2em 1em 0.2em 1em;
	margin:0.2em auto 0 auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color:#fff;
	background-color:var(--basic-color);
	min-width:8em;
}
.flex-2col-lft {
	position: relative;
	z-index: 1;
	-webkit-transition: .5s;
  transition: .5s;
}

.flex-2col-lft:before {
    position: absolute;
    display: block;
    content: '';
    top: -30px;
	left:-30px;
    width: 26%;
    height: 110%;
    background: #e9f1f8;
    z-index: -1;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
}
.flex-2col-lft-02 {
        position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s;
}
.flex-2col-lft-02:before {
	    position: absolute;
    display: block;
    content: '';
    top: -20px;
    left: -20px;
    width: 26%;
    height: 100%;
    background: #d0e6f9;
    z-index: -1;
    -webkit-transition: opacity 5ms;
    transition: opacity 5ms;
    transition: all .3s cubic-bezier(0.215,0.61,0.355,1) 0.6s;
}
.flex-2col-lft-02.is-show:before {
    opacity: 1;
}
@keyframes img-wrap {
  100% {
    transform: translateX(-30%);
  }
}

.flex-2col-lft-02:after {
  background-color: inherit; /* 継承 */
  border: inherit; /* 継承 */
}
.flex-2col-rgt {
	position: relative;
	z-index: 1;
}
.flex-2col-rgt:before {
    position: absolute;
    display: block;
    content: '';
    top: -30px;
	right:-30px;
    width: 26%;
    height: 110%;
    background: #e9f1f8;
    z-index: -1;
}
.wrap-h3-b {
    background:#fff ;
    box-sizing: border-box;
	border:0px solid #979797;
	box-shadow: 0px 0px 9px -6px #777777;
    border-radius: 2px;
	padding:2em;
	box-sizing: border-box;
	position: relative;
}
.box-wrap {
    background:#fff ;
    box-sizing: border-box;
	border:0px solid #979797;
	box-shadow: 0px 0px 9px -6px #777777;
    border-radius: 2px;
	position: relative;
	z-index:1;
}
.box-wrap:before {
    position: absolute;
    display: block;
    content: '';
    bottom: -20px;
	right:-30px;
    width: 20%;
    height: 90%;
    background: #e9f1f8;
    z-index: 0;
}
.box-ttl {
	text-align:center !important;
	
	background:var(--basic-color);
	border-bottom:0px solid #979797;
	font-size:120%;
	font-weight: 500;
	padding:0.8em;
	color:#fff;
	margin-bottom:0px !important;
	display:flex;
	align-items:center;
	justify-content:center;
	text-shadow:0 0 0px #fff;
}
h3.box-ttl:after,.h3-ttl:after {
	content: '';
	position: absolute;
	bottom: 0px;
	width: 0px;
	height: 0px;
	left: 0%;
}
.box-wrap div.box-cnt {
	width:100%;
	margin:0px auto 0em;
	padding:0em 0em 0em;
	box-sizing:border-box;
	position: relative;
	z-index:2;

}
.box-cnt-001 {
	padding:2em 1.6em 1.6em;
	box-sizing:border-box;
	
}

.frame-photo {
	padding: 2px;
	background-color:#f5f5f6;
	border:1px solid #eaeaea;    
}
.h3-ttl {
	text-align:left !important;
	border-bottom:0px solid #979797;
	font-size:120%;
	font-weight: 500;
	padding:0.8em;
	color:#333;
	margin-bottom:0px !important;
	display:flex;
	align-items:center;
	justify-content:start;
	text-shadow:0 0 0px #fff;
	padding-left: 1.4rem;
}
.h3-ttl:before {
	position: absolute;
    display: block;
    content: '';
    top: 0.2rem;
    left: 0;
    width: 0.3rem;
    height: 3.3rem;
    background: var(--basic-color);
}
.p-subttl {
	font-family: 'Overpass', sans-serif;
	font-weight: 800;
	color:#fff;
	text-shadow:0 0 6px #333, 0 0 8px #333,0 0 10px #333,0 0 12px #333, 0 0 14px #333;
}
@media only screen and (max-width: 768px) {
.box-wrap div.box-cnt {
	padding:0em 0em 0em;
	box-sizing:border-box;
}
.box-ttl {
	font-size:100%;
	padding:0.8em;
	margin-bottom:0px !important;
}
.box-cnt-001 {
	padding:1em 1.6em 1.0em;
	box-sizing:border-box;
	
}
.p-subttl {
	font-weight: 400;
	font-size:0.9em;
	text-shadow:0 0 2px #333, 0 0 4px #333,0 0 6px #333,0 0 8px #333, 0 0 10px #333;
}

}
.img-cover {
	object-fit: cover;
}
.wrapper-up {
  overflow-x: hidden;
  overflow-y: hidden;
}
html,body {
  overflow-x: hidde;
  
}


.flex-2col-brn {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	    margin-bottom: 0px;
	    position: relative;
		height:auto;
}
.flex-2col-brn .img-wp {
	    width: 66.666%;
		margin-right:auto;
}
.flex-2col-brn .txt {
	width: 66.666%;
    height: auto;
    position: absolute;
    top: 40%;
    left: 30vw;
    display: flex;
    justify-content: center;
    align-items: center;
	box-sizing:border-box;
	padding: 20px 20px;
	z-index:3;
}

.flex-2col-brn .txt .cnt-div {
	background: rgba(255, 255, 255, 0.9);
	height:auto;
	padding:30px;
	box-sizing: border-box;
	border:0px solid #979797;
	box-shadow: 0px 0px 9px -6px #777777;
	position:relative;
	z-index:3;
}
.flex-2col-brn .txt p {
    margin-bottom: 0;
}

@media only screen and (max-width: 1300px) {
.flex-2col-brn {
   margin-bottom: 0px;
}
.flex-2col-brn .txt {
    top: 10vw;
    left: 20vw;
    margin-bottom: 0vw;
}

}
@media only screen and (max-width: 1000px) {
.flex-2col-brn {
   margin-bottom: 0px;
}
.flex-2col-brn .txt {
    top: 1vw;
    left: 5vw;
	width:90%;
    margin-bottom: 0vw;
}
}

@media only screen and (max-width: 768px) {
.flex-2col-brn {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	    margin-bottom: 0px;
}
.flex-2col-brn .txt {
	margin-bottom:20px;
	padding:0px;
}
.flex-2col-brn .txt .cnt-div {
	padding:30px;
}
.flex-2col-brn .img-wp {
	    width: 100%;
		margin-right:auto;
}
.flex-2col-brn .txt {
	width: 100%;
    height: auto;
    position: static;
    top: 0%;
    right: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
	background: rgba(243, 243, 243, 0.9);
	padding:0px;
}
.flex-2col-brn .txt p {
    padding: 0px 0px 0px;
    margin-bottom: 0;
}

}

.img-wrap-lft {
  overflow: hidden;
  position: relative;
}


.img-wrap-lft:before {
  animation: img-wrap-lft 1s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-wrap-lft {
  100% {
    transform: translateX(100%);
  }
}

.img-wrap-rgt {
  overflow: hidden;
  position: relative;
}

.img-wrap-rgt:before {
  animation: img-wrap-rgt 1s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-wrap-rgt {
  100% {
     transform: translateX(-100%);
  }
}

.img-wrap-cta {
  overflow: hidden;
  position: relative;
}

.img-wrap-cta:before {
  animation:img-wrap-cta 1s cubic-bezier(.4, 0, .2, 1) forwards;
  background: rgba(255,255,255,1.0);
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-wrap-cta {
  100% {
     transform: translateX(100%);
  }
}
dl.info {
	max-height: 300px;
    overflow-y: scroll;
	margin-bottom:50px;
}

/*===========================
anchor
===========================*/

/*
#anch01,#anch02,#anch03,#anch04,#anch05,#anch06 {
	margin-top:-110px;
	padding-top:110px;
}
*/
#anchor02 {
	margin-top:-95px;
	padding-top:95px;
}

#anchor03 {
	margin-top:-95px;
	padding-top:95px;
}
.tx-lnk a:hover {
	opacity:0.3;
}




.image_link{
 display:block; 
 position:relative;
 text-decoration:none;
 text-align:center;
  margin:auto;
}
.image_link img{
  display:block;
  text-align:center;
  margin:auto;
  
}
.image_link:before{
  content:"";
  display:block;
  left:22%;
  width:56%;
  height:100%;
  position:absolute;
  z-index:2;
  background:#9d9d9a;/*好みの色に変えてください。*/
  opacity:0;
  transition:0.3s;
}
.image_link:after{
  content:"READ MORE";/*好みの文章に変更してください。*/
  display:block;
  color:#fff;
  line-height:48px;
  width:180px;
  border:solid 1px #fff;
  border-radius:5px;
  text-align:center;
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-1em;
  margin-left:-90px;
  opacity:0;
  z-index:3;
  transition:0.3s;
  font-weight:bold;
  letter-spacing:0.2em;
}
.image_link:hover img{
  filter:blur(5px);
}
.image_link:hover:before{
  opacity:0.5;
}
.image_link:hover:after{
  opacity:1;
  margin-top:-0.5em;
}