@charset "utf-8";
/*===========================
add
===========================*/

/*-----------
   色変更   
-----------*/


/* humberger area*/

.slicknav_btn {
    background-color: #1e90ff;  /* MENU背景　*/
}

.slicknav_menu {
    background-color: #F7F7F7;  /* 背景　*/
}

.slicknav_nav li {
    background-color: #1e90ff;  /* ナビ色　*/
}

.slicknav_nav a {
    border-bottom: 1px solid #fcfcfc;  /* 下線　*/
}

.slicknav_nav li:first-child {
	border-top: 1px solid #fcfcfc; /* 最初の上線　*/
}


.slicknav_nav .slicknav_row:hover {
	background: #1e90ff;
	color: #fff;
}

.slicknav_nav a:hover {
	background: #1e90ff; /* オーバー時背景色　*/
    color:  #fff; /* オーバー時文字色　*/
}


/* table  */ 

table.table3 th {
	background-color:#1e90ff;
	color:#fff;
}

table.table2 th {
	background-color:#1e90ff;
	color:#fff;
}

.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;
}



/* addon-circle */ 

.circle-big::before {
	color: #FFF;
	background:#F59338;
}


ol.liFeature li::before {
	color: #FFF;
	background:#EEB853;
}

/* buttons */

.txtBnr a {
	background-color:#EA8E1E;
}



.txtBnr2 a {
	color:#FFF;
	background-color:#EA8E1E;;
	margin:0.4em 0;
}



.txtBnr3 a {
	color:#FFF;
	background-color:#EA8E1E;
}

.txtBnrInline a {
	color:#FFF;
	background-color:#EA8E1E;
}



/* contactBtn */


.txtContacBnr a {
	color:#FFF;
	background-color:#689CD7;
}

.txtContacBnrPC {
	color:#FFF;
	background-color:#689CD7;
}

/* catch */

h3.h3Catch1 {
	color:#EEA011;
}

h3.h3Catch2 {
	color:#EEA011;
}

/* catchiphrase */

.catch1 {
	color:#EEA011;
}

.catch2 {
	color:#EEA011;
}

.catchS {
	color:#EEA011;
}

/* list */

ul.liCircle li::before {
	background:#F3AC56;
}

/* flow */


.area_flowC .inner_flow {
	background: rgba(250,250,250,.85);
}

.area_flowC .inner_flow .largeTxt {
	color:#F4A828;
	border-bottom:1px dotted #CCC;
}

.box-sd {
    padding: 1.4rem 1.0em;
	width:65%;
	margin:auto;
    border: 4px double #fff;
    box-sizing: border-box;
	background-color: rgba(0,0,0,0.8);
	height:160px;
	display:flex;
	align-items:center;
	justify-content:center;
	
}
.box-sd p {
    color:#fff;
	text-align:center;
	line-height:2;
    display:flex;
	align-items:center;
	font-size:1.3em;
	font-weight:700;

}
.bg-airs {
    display:flex;
	background:url(../img/top/bg-airs.jpg) no-repeat 50% 50% / cover;
    position: relative;
    width: 100%;
    height: 350px;
    
    padding: 40px;
    color: #FFF;
	box-sizing: border-box;
	
}
.bg-airs::after {
  content: '';
  background: linear-gradient(25deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.1)) ;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.s-triangle.e-right-bottom.e-navy {
    border-color: transparent transparent #003864 transparent;
	border-width: 0 0 15px 15px;
	position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform-origin: 100% 100% 0;
    transform-origin: 100% 100% 0;
    -webkit-transition: -webkit-transform .35s cubic-bezier(0.215,.61,.355,1) 0s;
    transition: transform .35s cubic-bezier(0.215,.61,.355,1) 0s;
}
.box-sd-v2 {
    padding: 2rem;
	margin:auto;
    border: 2px solid #fff;
    box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 2px 14px 0 rgb(0 0 0 / 15%);
	
}
.box-dg {
    border: 4px double #ccc;
    padding: 2em;
    box-sizing: border-box;
	background:#fff;
	box-shadow: 0 2px 14px 0 rgb(0 0 0 / 15%);
}
@media only screen and (max-width: 768px) {
.box-sd,.box-dg,.box-sd-v2 {
    padding: 1.2rem;
    box-sizing: border-box;
			width:100%;
}
.box-sd {
   height:auto;
}
.box-sd p {
    color:#fff;
	text-align:left;
	font-size:1.0em;

}
.bg-airs {
   background: url(../img/top/bg-airs.jpg) no-repeat 50% 50% / cover;
    position: relative;
    width: 100%;
    height: auto;
    background-color: #EEE;
    padding: 1em;
    color: #FFF;
	background-size:cover;
	box-sizing: border-box;
}

}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}.
column-layout03 {
    background: #f6f6f6;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.column-layout03-item {
    box-sizing: border-box;
    width: 50%;
    vertical-align: middle;
}
.column-layout03-title {
    font-size: 24px;
    line-height: 1.6;
    margin: 0 auto;
    margin-bottom: 1em;
    max-width: 426px;
    width: 96%;
    margin-top: 0.5em;
		font-weight:800;
}
.column-layout03-text {
    margin: 0 auto;
    max-width: 426px;
    width: 96%;
}

.column-layout03-text {
    line-height: 1.6em;
}
.column-layout03-text p {
    font-size: 14px;
    line-height: 2.1;
}
.column-layout03-image {
    height: auto;
    width: 100%;
}
.flex-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	background:#f6f6f6;
}

@media only screen and (max-width: 768px){
	.column-layout03-wrapper {
		background: #f6f6f6;
		padding: 6.89655% 6.11111% 0;
	}
	.column-layout03:nth-of-type(odd) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.column-layout03 {
		background: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0;
	}
	.column-layout03-wrapper .column-layout03-content {
		padding-left: 0;
		padding-right: 0;
	}
	.column-layout03-item:first-child {
		margin-right: 0;
	}
	.column-layout03-item{
		width: 100%;
	}
	.column-layout03-content {
		background: #f6f6f6;
		padding: 30px 6.11111%;
	}
	.column-layout03-title {
		font-size: 18px;
		margin-bottom: 0.77778em;
		width: 100%;
		max-width: initial;
	}
	.column-layout03-text{
		width: 100%;
		max-width: initial;
	}
	.column-layout03-text p {
		font-size: 13px;
		line-height: 2;
	}
	.w80{
		width: 100%;
		margin: 0 auto;
	}
	.vis3 .catch {
		margin-left: 0% !important;
	}
	.halfsz{
		width: 100%;
		display: block;
	}
	.scroll{
		overflow: auto;
    white-space: nowrap;
    width: 100% !important;
	box-sizing: border-box;
	overflow-x: scroll;
	}
	
}
.wrap-h2 {
  width:96%;
  margin:4% auto 6%;
}
.wrap-h3 {
  width:96%;
  margin:4% auto 6%;
}
.wrap-h4 {
  width:96%;
  margin:4% auto 6%;
}
.flex {
    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;
}
.flex-2col > li{
  width:49%;
  margin:2% 0% 0 1%; 
}
.flex-2col > li:nth-of-type(odd){
  width:47.5%;
  margin:2% 2.5% 0 0%; 
}
.flex-2col > li:nth-of-type(even){
  width:47.5%;
  margin:2% 0 0 2.5%;
}
.flex-2col-start {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-2col-start > li{
  width:48%;
  margin:2% 0 0 2%; 
}
.flex-2col-start > li:nth-of-type(odd){
  width:47.5%;
  margin:2% 2.5% 0 0%; 
}
.flex-2col-start > li:nth-of-type(even){
  width:47.5%;
  margin:2% 0 0 2.5%; 
}
.flex-list2 {
  width:18% !important;
  margin:0 0 0 0% !important;  
}
.flex-list3 {
  width:28% !important;
  margin:0 0 0 2% !important;  
}
.flex-list4 {
  width:38% !important;
  margin:0 0 0 2% !important;  
}
.flex-list5 {
  width:49% !important;
  margin:0% 1% 0 0% !important;  
}
.flex-list6 {
  width:60% !important;
  margin:0% 0 0 0% !important;  
}
.flex-list7 {
  width:68% !important;
  margin:0% 0 0 2% !important;  
}
.flex-list8 {
  width:78% !important;
  margin:0% 0 0 2% !important;  
}
.flex-list9 {
  width:88% !important;
  margin:0% 0 0 2% !important;  
}
.flex-3col {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-3col > li{
  width:32%;
  margin:2% 0 0 1.3%; 
}

@media only screen and (max-width: 768px) {
.flex-2col > li,.flex-2col-start > li{
  width:100% !important;
  margin:2% auto !important; 
}
.flex-3col > li{
  width:100%;
  margin:2% auto !important; 
}
.flex-list2,.flex-list3,.flex-list4,.flex-list5,.flex-list6,.flex-list7,.flex-list8,.flex-list9 {
  width:100% !important;
  margin:2% auto !important;  
}

}



.h3-ttl {
  position: relative;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  font-size: 1.8rem;
  letter-spacing:0px;
    display: flex;
  align-items: center;
  justify-content:center;
  
}
 
.h3-ttl:before,
.h3-ttl:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #0e90ff;
  width: 100px;
  height: 1px;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
    content: '';

}

@media only screen and (max-width: 768px) {

.h3-ttl {
  font-size: 1.2rem;
  letter-spacing:0px;
  line-height:1.3;
}
 
.h3-ttl:before,
.h3-ttl:after {
    width: 30px;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}

.h3-ttl span {
  display:inline-block;
  line-height:1.6;
}
}

.h4-ttl {
  text-align:center;
  font-weight:600;
  background:#36C;
  padding:8px 8px;
  color:#fff;
}
.h4-ttl-v2 {
  text-align:center;
  font-weight:600;
  background:#36C;
  padding:16px 8px;
  color:#fff;
}
ul.check2,ul.check-2col,ul.check li   {
    position: relative;
}
ul.check li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    position: relative;
	width:90%;
    margin-right:2%;
    display:inline-block;
}
ul.check li::before {
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}

ul.check2 li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    position: relative;
    width:40%;
    margin-right:2%;
    display:inline-block;
}
ul.check2 li::before {
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}
.catch01 {
	 font-feature-settings: "palt" 1;
    padding:10px;
	color:#0567c6;
	line-height:1.6;
	margin:10px auto 20px;
	font-size:1.3em;
	width:100%;
	font-weight:700;
}
.catch02 {
    background:#1e90ff;
	padding:10px;
	text-align:center;
	color:#fff;
	line-height:1.6;
	margin:50px auto 20px;
	font-size:1.2em;
	width:100%;
	font-weight:700;
}
.catch03 {
	color:#333;
	font-weight:800;
	line-height:1.6;
	margin:0px auto 10px;
	font-size:1.2em;
}
.catch05 {
    background:#1e90ff;
	padding:10px;
	text-align:center;
	color:#fff;
	font-weight:800;
	line-height:1.6;
	margin:0px auto 10px;
	font-size:1.1em;
}
.catch06 {
	padding:10px;
	text-align:center;
	color:#333;
	font-weight:800;
	line-height:1.8;
	margin:30px auto 10px;
	font-size:1.3em;
	width:100%;
		box-sizing:border-box;
}
.catch07 {
	color:#333;
	font-weight:800;
	text-align:center;
	line-height:1.6;
	margin:0px auto 30px;
	font-size:1.2em;
}

@media only screen and (max-width: 768px) {
.h4-ttl-v2 {
  text-align:center;
  padding:8px;
}
.catch01 {
    padding:10px;
	box-sizing:border-box;
}
.catch02 {
	text-align:center;
	color:#fff;
	line-height:1.6;
	font-size:1.1em;
	width:100%;
	box-sizing:border-box;

}
.catch03 {
	font-size:1.1em;
}
.catch05 {
	padding:8px;
	line-height:1.3;
	font-size:1.0em;
}
.catch06 {
	padding:10px;
	text-align:left;

}
.catch07 {
	text-align:left;
	margin:0px auto 20px;
	font-size:1.1em;
}

}
ul.check-2col {
    position: relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}
ul.check-2col li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:40%;
    margin-right:2%;
    position: relative;
}
ul.check-2col li::before {
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}

@media only screen and (max-width: 768px) {
ul.check-2col li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:90%;
    margin-right:2%;
    position: relative;
}
ul.check2 li {
    padding: 0 0 0.5em 1.6em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    position: relative;
	width:90%;
	margin-right:2%;
	display:inline-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:90%;
    margin-right:2%;
    position: relative;
}
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.7em;
    border-bottom: 1px dashed #CCC;
    width:42%;
    margin-right:2%;
    position: relative;
}
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:space-between;
    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:26%;
    margin-right:2%;
    position: relative;
}
ul.circle-3col 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-3col li {
    width:90%;
}
}
.btn-b a {
    text-decoration: none;
    text-align: center;
    color: #FFF !important;
    position: relative;
    display: inline-block;
    padding: 0 1.3em 0 1em;
    line-height: 30px;
    background: #f2ab1d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.btn-b a::after {
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 2%;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
}
.btn-b a::after {
    border-left: 4px solid #fff;
}
.btn-b a:hover {
    opacity:0.7;
}
.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
@media only screen and (max-width: 768px) {
.pc-disp {
    display:none;
}
.sp-disp {
    display:block; 
}
}
/*===========================
spacer
===========================*/


.mt10 {
	margin-top:10px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mt40 {
	margin-top:40px !important;
}
.mt50 {
	margin-top:50px !important;
}
.mt60 {
	margin-top:60px !important;
}
.mt70 {
	margin-top:70px !important;
}
.mt80 {
	margin-top:80px !important;
}
.mt0{
	margin-top:0px !important;}
	
.mb10 {
	margin-bottom:10px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb30 {
	margin-bottom:30px !important;
}
.mb40 {
	margin-bottom:40px !important;
}
.mb50 {
	margin-bottom:50px !important;
}
.mb60 {
	margin-bottom:60px !important;
}
.mb70 {
	margin-bottom:70px !important;
}
.mb80 {
	margin-bottom:80px !important;
}
.mb0{
	margin-bottom:0px !important;}

@media screen and (max-width: 768px) {
.mt10,.mt20,.mt30 {
     margin-top:4% !important;
}
.mb10,.mb20,.mb30 {
     margin-bottom:4% !important;
}
.mt40,.mt50,.mt60 {
     margin-top:5% !important;
}
.mb40,.mb50,.mb60 {
     margin-bottom:5% !important;
}
.mt70,.mt80 {
     margin-top:8% !important;
}
.mb70,.mb80 {
     margin-bottom:8% !important;
}
}
.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;
}
}
/* txt */
.txt2 {
   font-size:1.2rem;
   font-weight:800;
}
.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;
}

@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;
}	


}


@media only screen and (max-width: 600px) {
.line-h2 {
    line-height: 1.5;
}
.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;
}
}
@media only screen and (max-width: 768px) {

table th ,table td{
    display: block;
    width: 100%;
    box-sizing: border-box;
}
}

.bg-sec01 {
    background-image: url(../img/content/bg-01.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
    background-size: cover;
	background-color: #eee;
}
.bg-sec02 {
    background-image: url(../img/content/bg-02.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
    background-size: cover;
	background-color: #eee;
}
.bg-sec03 {
    background-image: url(../img/content/bg-03.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
    background-size: cover;
	background-color: #eee;
}
.bg-sec04 {
    background-image: url(../img/content/bg-04.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
    background-size: cover;
	background-color: #eee;
}
.hover-effect {
  background: #000;
  overflow: hidden;
  transition: 0.5s;
}

.hover-effect a img {
  display: block;
  width: 100%;
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
.bg-sec02 {
	background-position: 70% 50%;
}
.bg-sec04 {
	background-position: 61% 50%;
}
.mainCatchInner {
    position: absolute;
    top: 1vh;
    right: 0vw;
	    left: 10vw;
}

}
.hover-effect a:hover img {
  opacity: 0.7;
  transform: scale(1.2, 1.2);
}
@media only screen and (max-width: 500px) {
#mainCatch {
	position:relative;
}
.mainCatchInner {
    position:inherit;
	top:-5vh;
	right:0vw;
	    left: 0vw;
	box-sizing:border-box;
	width:100%;
}
#mainimage {
	height:360px;
	background-attachment:scroll;
	min-width:320px; /* iPadで横にしたときに背景が切れるバグ回避してレスポ化　*/
	background-position: center center;
	background-size:cover;
}

}
.tx-flex {
    text-align:center;
}
@media only screen and (max-width: 768px) {
.tx-flex {
    text-align:left;
}
}