

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

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

/* 基本カラー  */

.fcBasic {
	color:#ef6c70;
}


/* table  */ 

table.table2 th {
	background-color:#F79A86;
	color:#fff;
}

table.table3 th {
	background-color:#aac07b;
	color:#fff;
	width:30%;
}

.tdColor1 {
	background-color:#FEF8EF !important;
}

.tdColor2 {
	background-color:#FEEEE0 !important;
}
	

/* buttons */

.txtBnr2 a {
	background-color:#EA8E1E;
	color: #FFF;
}


/*.txtIcon  */

.txtIcon {
	background-color:#EA8E1E;
	color: #FFF;
}

.txtIconBlock {
	background-color:#EA8E1E;
	color: #FFF;
}

.txtIconPoint {
	background-color:#ABC853;
}

/* catchiphrase */

.catch1 {
	color:#EEA011;
}

.catch2 {
	color:#EEA011;
}

.catch3 {
	color:#EEA011;
}

/*circle-number*/

.circle-big {
	color:#EEA011;
}

/* list */

ul.liCircle li::before , ul.liInline li::before ,  ul.liInline2Div li::before , ul.liInline3Div li::before , ul.liInline4Div li::before {
	background:#F3AC56;
}

/* faq */

dl.faq dt::before {
	color: #FFF;
	background:#EE7E3C;
}

dl.faq dd::before {
	color: #FFF;
	background:#64A6D7;
}

/* 枠  */ 

.boxFrame {
	border:3px solid #F1C03F;
}

.boxFrameDouble {
	border:3px double #F1C03F;
}

.boxDot {
	border:2px dotted #F1C03F;
	background:#FEFDE9;
}

.boxFablic {
	background:#FEFDE9;
	box-shadow: 0px 0px 0px 10px #FEFDE9;
	border:  dotted 2px #E3AA24;
}


/* 事業内容　*/

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:#00926e;
	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;
}
@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;
}
}


 /* wp info バージョン　*/
 
 .indexNews {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch; /* アイテムを上揃えで配置します */
}


.contNews {
}
  
.contNews ul {
	max-height:460px;
	overflow: auto;
}
 
.contNews ul li {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	align-items: center;
	/* align-items: start; */
	
    margin-bottom: 1em;
    padding-bottom: 1em;
	margin-right:20px;
    border-bottom:#cccccc dashed 2px;
}

.contNews ul li:first-child {	
    margin-top: 1em;
}

.contNews .thumbnail {
    display: inline-block;
	margin-right: 20px;
	max-width:100px;
}
.contNews .data {
    margin-right: 20px;
    display: inline-block;
	vertical-align:top;

}
.contNews .wp_category {
    margin-right: 20px;
	display:inline-block;
	color:#FFF;
	text-align:center;
	line-height:normal;
	font-size:0.8em;
	padding:0.2em 0.8em;
	background-color:#EC80AD; /* 色変え */
}
.contNews .title {
	display: inline-block;
}



@media only screen and (max-width: 768px) {
	
.newsLeft {
	width:100%;
}

.newsLeft h2 {
	display:inline-block;
	margin-right:0.5em;
}
	
.contNews {
	width:100%;
}
  


.contNews .thumbnail {
}

.contNews .data {

}
.contNews .title {

}


}

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


.contNews ul li {
	display: block;
}

.contNews .thumbnail {
	display: block;
	margin-right: 0;
	margin-bottom:10px;
}

.contNews .data {
	display:inline-block;
}

.contNews .wp_category {
    margin-right: 0;
	display:inline-block;
	margin-bottom:10px;
}

.contNews .title {
	display: block;

}


}

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:100%;
    margin-right:0%;
    position: relative;
}
ul.circle > li:last-child {
	margin-bottom:0px;
}
ul.circle > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}

ul.circle-2col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-2col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.9em;
    border-bottom: 1px dashed #CCC;
    width:44%;
    margin-right:2%;
    position: relative;
}
ul.circle-2col > li:nth-last-child(2),ul.circle-2col > li:nth-last-child(1) {
	     margin-bottom: 0.0em;
}
ul.circle-2col > li.line {
	margin-bottom:0px;
}


ul.circle-2col > li.long {
    width:70%;
}
ul.circle-2col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}

ul.circle-3col {
    display:flex;
    justify-content:flex-start;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-3col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:28.6%;
    margin-right:2%;
    position: relative;
}
ul.circle-3col > li.l {
	  margin-bottom: 0px;
}
ul.circle-3col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.7em;
}
ul.circle-4col {
    display:flex;
    justify-content:flex-start;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-4col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.0em;
    border-bottom: 1px dashed #CCC;
    width:21.5%;
    margin-right:1%;
    position: relative;
}
ul.circle-4col > li.l {
	   margin-bottom: 0px;
}
ul.circle-4col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.7em;
}
ul.circle-5col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-5col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.9em;
    border-bottom: 1px dashed #CCC;
    width:18%;
    margin-right:2%;
    position: relative;
}
ul.circle-5col > li.line {
	margin-bottom:0px;
}


ul.circle-5col > li.long {
    width:70%;
}
ul.circle-5col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}
@media only screen and (max-width: 768px) {
	ul.circle-2col > li,ul.circle-2col > li.long,ul.circle-3col > li {
    width:90%;
		    padding: 0 0 0.3em 1.2em;
}
	ul.circle-3col > li.l {
		 margin-bottom: 0.7em;
		    padding: 0 0 0.3em 1.2em;
	}
	ul.circle-3col > li:last-child {
		margin-bottom: 0px;
	}
ul.circle-4col > li,ul.circle-5col > li {
		 width:90%;
	   margin-bottom:0.7em;
	    padding: 0 0 0.3em 1.2em;
}
	ul.circle-4col > li.l {
		 margin-bottom: 0px;
		    padding: 0 0 0.3em 1.2em;
	}
ul.circle-2col > li.line.line2 {
	margin-bottom:0.9em;
	    padding: 0 0 0.3em 1.2em;
}
}
.box-sd {
    padding: 3em;
    background-color: #fff;
    border: 0px solid #999;
	   border-radius: 0px;
    box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
}
.box-sd02 {
    padding: 3em;
    background-color: rgba(255,255,255,0.7);
    border: 1px solid #999;
    box-sizing: border-box;
	 box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 3px 15px 0px rgb(0 0 0 / 8%), 0px 5px 28px 0px rgb(0 0 0 / 6%);
}
.box-sd03 {
    padding: 2em 2em 2em 2em;
    background-color: #fff;
    color: #333;
		   
	   border-radius: 0px;
    border: 0px solid #999;
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 10%), 0px 1px 3px 0px rgb(0 0 0 / 8%), 0px 1px 4px 0px rgb(0 0 0 / 6%);
    box-sizing: border-box;
}
.box-sd04 {
    padding: 3em;
    background-color: rgba(255,255,255,0.7);
    border: 0px solid #999;
		   border-radius: 0px;
    box-sizing: border-box;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 3px 15px 0px rgb(0 0 0 / 8%), 0px 5px 28px 0px rgb(0 0 0 / 6%);
}
.box-sd05 {
    padding: 3em 4em;
    background-color: rgba(255,255,255,0.9);
    border: 0px solid #999;
		   border-radius: 0px;
    box-sizing: border-box;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 3px 15px 0px rgb(0 0 0 / 8%), 0px 5px 28px 0px rgb(0 0 0 / 6%);
}

@media only screen and (max-width: 768px) {
.box-sd,.box-sd02,.box-sd03,.box-sd04,.box-sd05 {
    padding: 1.2em 1.2em 1.5em;
    box-sizing: border-box;
}

}
dl.dl-flex {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  box-sizing:border-box;
}
dl.dl-flex dt {
  flex-basis: 16%;
	 text-align: right;
	 padding:0.5em;
	box-sizing:border-box;
}
dl.dl-flex dd {
  flex-basis: 84%;
	 padding:0.5em;
	box-sizing:border-box;
}
@media screen and (max-width: 768px) {
 dl.dl-flex {
   flex-flow: row wrap;
 }
	dl.dl-flex dt {
  flex-basis: 40%;
	 text-align: left;
	 padding:0.2em;
}
dl.dl-flex dd {
  flex-basis: 60%;
	 padding:0.2em;
}
}
.wd40{
   width:40% !important;
   margin:auto;
}
.wd50 {
  width:50% !important;
  margin:0 auto;
}
.wd60 {
  width:60% !important;
  margin:0 auto;
}
.wd70 {
  width:70% !important;
  margin:0 auto;
}
.wd80 {
  width:80% !important;
  margin:0 auto;
}
.wd85 {
  width:85% !important;
  margin:0 auto;
}
.wd90 {
  width:90% !important;
  margin:0 auto;
}
.wd95 {
  width:95% !important;
  margin:0 auto;
}

@media only screen and (max-width: 768px) {
.wd40,.wd50,.wd60,.wd70,.wd80,.wd85,.wd90,.wd95{
   width:100% !important;
   margin:auto;
}
}
.d-footer {
	   display: flex;
	   flex-basis: auto;
	   justify-content: center;
	   align-items: center;
	   flex-wrap: wrap;
	   gap:1%;
}
.d-footer p.d-list {
	   width:auto;
}
.feature2Box {
    box-sizing: border-box;
    background: #e9e9e9;
    border-radius: 0.0em;
    -webkit-border-radius: 0.0em;
    -moz-border-radius: 0.0em;
    padding: 0 1.8em 1.2em 1.8em;
    color: #000;
}
.feature2Tit {
    box-sizing: border-box;
    background-color: var(--basic-color);
    color: #fff;
    font-size: 1.3em;
    text-align: center;
    width: 65%;
    border-radius: 0 0 0px 0px;
    -webkit-border-radius: 0 0 0px 0px;
    -moz-border-radius: 0 0 0px 0px;
    padding: 0.8em 0.5em;
    margin: 0 auto 1em;
    line-height: 1.3em;
}
.feature2read {
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 0.8em;
}
.tx-flex {
    text-align:center;
}
@media only screen and (max-width: 768px) {
.feature2Box {
    border-radius: 0em;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    padding: 0 1.8em 1.2em 1.8em;
}
.feature2Tit {
    font-size: 1.0em;
    width: 90%;
    padding: 0.8em 0.5em;
    margin: 0 auto 1em;
    line-height: 1.2em;
}
.feature2read {
    font-size: 1.0em;
    margin-bottom: 0.6em;
}
.tx-flex {
    text-align:left;
}
}
@media only screen and (max-width: 768px) {
.footBnrWrap {
    margin: 0 20px 5px 20px;
    text-align: center;
}
.d-footer {
	   justify-content: flex-start;
	   gap:0%;
}

}
.h3-ttl {
	 position: relative;
	 padding-left:0px;
	 margin-bottom:0.5em;
}
/*
.h3-ttl:before {
  content: " ";
	 position: absolute;
	 top:0px;
	 left:-20px;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: radial-gradient(
      farthest-side circle at center bottom,
      #ffffff 0%,
      #ffffff 60%,
      #8fd79b 60%,
      #8fd79b 100%
    ),
    radial-gradient(#8fd79b 50%, transparent 0),
    radial-gradient(#8fd79b 50%, transparent 0),
    radial-gradient(#8fd79b 50%, transparent 0);
  background-position: 50% 75%, 50% 0, 0 50%, 100% 50%;
  background-size: 40px 40px, 60px 60px, 60px 60px, 60px 60px;
  background-repeat: no-repeat;
}
*/
.h3-ttl:after {
	  content: '';
    position: relative;
    bottom: 0px;
    display: inline-block;
    width: 0px;
    height: 0px;
    left: 0%;
    transform: translateX(-50%);
    background-color: #ef6c70;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.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;
}
@media only screen and (max-width: 768px) {
.res-img90,.res-img80,.res-img70,.res-img60{
     width:100% !important;
	height:auto !important;  
}
}
/* txt */

.txtbold {
   font-weight:bold;
}
.tx-center {
   text-align:center
}
.tx-left {
   text-align:left;
}
.tx-right {
   text-align:right;
}
.tx_marker {
   background:linear-gradient(transparent 75%, #fff799 75%);
   font-weight:bold;
   display:inline;
}
/* color */

.red {
	color: #bc2d2d;
}
.green {
	color: #3b7a28;
}
.brown {
	color: #a67435;
}
.blue {
	color: #325f99;
}
.catchcopy {
    font-size: 2rem;
    font-family: 'Noto Sans Japanese';
    font-weight: 400;
    line-height: 1.3em;
    color: #E0625E;
}
.catchcopy2 {
    font-size: 2.2rem;
    font-family: 'Noto Sans Japanese';
    font-weight: 600;
    line-height: 1.3em;
    color: #E0625E;
}
.col_red {
	color:#F33;
}
.col_green {
	color: #1a9651 !important;
}
.col_blue {
	color: #06C;
}
.col_orange {
	color: #F06000;
}
.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;
}
.catch02 {
	  font-size:130%;
	  line-height: 2;
	  font-weight: 600;
}
.h2-ttl {
	  margin-top:1.0em;
	  margin-bottom:1em;
}
.h2-ttl02 {
      margin-bottom:1em;
}
@media only screen and (max-width: 768px) {
.tx-230p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.tx-180p {
    font-size: 110% !important;
    letter-spacing: nomal;
}	
.catch02 {
	  font-size:103%;
	  line-height: 1.6;
	  text-align: left;
}
.h2-ttl {
	  margin-top:1.0em;
	  margin-bottom:1.2em;
}
}
.line-hf {
	  line-height: 2;
}

@media only screen and (max-width: 600px) {
.line-h2 {
    line-height: 1.5;
}
	.line-hf {
	  line-height: 1.6;
}
.tx-230p {
    font-size: 130% !important;
    letter-spacing: nomal;
}
.tx-180p,.tx-170p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.tx-160p,.tx-150p {
    font-size: 110% !important;
    letter-spacing: nomal;
}
.tx-140p,.tx-130p,.tx-120p,.tx-110p {
    font-size: 100% !important;
    letter-spacing: nomal;
}
}
ul.liConst {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	 /* アイテムの高さを揃える */
}

ul.liConst li {
	box-sizing: border-box;
	background-color:var(--basic-color-sb01);
	color:#fff;
	font-size:0.95em;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	padding:0.1em 0.5em;
	text-align:center;
	width:30%;
	margin-bottom:5px;
}
@media only screen and (max-width: 600px) {
    ul.liConst li {
        width: 100%;
    }
}
.btn-l {
    -webkit-transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
    transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    background-size: contain;
    text-decoration: none;
    position: relative;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    color: #000000;
    font-weight: 500;
    max-width:100%;
    width: 15.6em;
    padding: 1.0em 2.0em 1.0em 1.6em;
    line-height: 1;
    border: 1px solid var(--basic-color-sb01);
    box-sizing: border-box;
	z-index:10;
}

.btn-l:hover {
	text-decoration:none;
}

.btn-l:hover .inb {
    color: var(--basic-color-sb01);
}
.btn-l:hover .bag:after {
    left: 0;
    width: 100%;
}

.btn-l .inb {
    color: #ffffff;
    position: relative;
    z-index: 1;
    display: block;
    -webkit-transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
    transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
}
.btn-l .bag {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--basic-color-sb01);
}
.btn-l .bag:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    right: 0;
    height: 100%;
}
.btn-l .bag:after {
    -webkit-transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
    transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
    background: #ffffff;
}
.fa-circle-down,.fa-circle-right {
  position:relative;
}
.fa-circle-down:before,.fa-circle-right:before {
  position:absolute;
  left:1vw;
  top:-14px;
}

@media only screen and (max-width: 966px) {
.btn-l {
    width: 14em;
}
}
@media only screen and (max-width: 768px) {
	.g-m {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}

.g-m iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn-a {
    width: 12rem;
    line-height: 1.2;
}

}

@media only screen and (max-width: 600px) {
.btn-l {
    width: 75.6vw;
}
}
.before, .after {
    position: relative;
}
.before::after {
    width: 5vw;
    height: 5vw;
    bottom: -12%;
    left: 22vw;
}
.before::after {
    position: absolute;
    content: " ";
    display: inline-block;
    background: url(../img/content/watermark_before.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}
.after::after {
    width: 5vw;
    height: 5vw;
    bottom: -12%;
    left: 22vw;
}
.after::after {
    position: absolute;
    content: " ";
    display: inline-block;
    background: url(../img/content/watermark_after.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

@media only screen and (max-width: 768px) {
.before::after {
    width: 16vw;
    height: 16vw;
    bottom: -2%;
    left: 83%;
}
.after::after {
    width: 16vw;
    height: 16vw;
    bottom: -2%;
    left: 83%;
}

}
.img-frame {
	    margin-bottom: 1rem;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    display: block;
}
.img-frame 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%;
}
.mainVisual {
	    padding: 25px 5% 50px;
}
@media screen and (max-width: 600px) {
    .mainVisual {
        padding: 6% 3%;
    }
}
@media screen and (max-width: 768px) {
    .mainVisual {
        padding: 6% 3%;
    }
}
.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
@media only screen and (max-width: 768px) {
.pc-disp {
    display:none;
}
.sp-disp {
    display:block; 
}
}
