@charset "utf-8";

/*-------------------------------------------------------------------
　slider
-------------------------------------------------------------------*/
.swiper-wrapper .swiper-slide {
	width: 100%;
  height: 800px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  overflow: hidden;
}

.sl01{
	background: url("../images/slider/sl01.jpg");
	position: relative;
}

.sl02{
	background: url("../images/slider/sl02.jpg");
	position: relative;
}

/*-- 黒透過背景 ------------------
.sl01::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
}
----------------------------------*/

.catch-area {
  position: absolute;
  width: 100%;
  top: 55%;
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: right;
	color: #FFF;
  transform: translateY(-50%);
	text-shadow: 2px  2px 7px #3E3E3E,
            	-2px  2px 7px #3E3E3E,
             	 2px -2px 7px #3E3E3E,
            	-2px -2px 7px #3E3E3E;
}

.catch_sm{
	font-size: 45px;
	margin-right: 5%;
}
.catch_sm span{font-size: 35px;}

.catch-title {
	font-size: 60px;	
	font-weight: bold;
	color: #FFF;
	text-align: right;
	line-height: 1.3;
	margin-right: 5%;/*margin-left: 5%;*/
	margin-bottom: 30px;
}

.catch-text {
  font-size: 45px;
	line-height: 1.6;
	margin-right: 5%;
}

.catch-text span{
	display: block;
  font-size: 20px;
}

.catch-text img{
	width: 450px;
}

.catch-text2 {
  font-size: 50px;
	font-weight: bold;
	color: #FFF;
	line-height: 1.5;
}

.catch-txc{
  font-size: 55px;
	font-weight: bold;
	color: #FFF;
	line-height: 1.6;
	text-align: center;
}

.catch-btn{
	position: absolute;
	width: 275px;
	right: 50px;
	bottom: 50px;
}

.catch-btn img{
	width: 100%;
	height: auto;
}

.catch-btn a:hover{opacity: 0.8;}

/* --------------------------------
  Top Lazy Load 遅延ロード用スタイル
-------------------------------- */
@keyframes fadeOut {
  from {
    opacity: 1;
  }
	
  to {
    display: none;
    opacity: 0;
    z-index: -1;
  }
}

#loader {
  background-color: #000;
  height: 100vh;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

#loader.loaded {
  animation: fadeOut 0.5s forwards;
}

/* ---- pc 1500px ---------- */
@media only screen and (max-width:1500px){
.swiper-wrapper .swiper-slide {
	width: 100%;
  height: 700px;
}

}

/* ---- 1200px ------------- */
@media only screen and (max-width:1200px){
.swiper-wrapper .swiper-slide {
	width: 100%;
  height: 600px;
}

.catch-area {
  position: absolute;
  width: 100%;
}

.catch_sm{
	font-size: 35px;
}

.catch_sm span{font-size: 25px;}

.catch-title {
	font-size: 50px;	
	margin-bottom: 30px;
}

.catch-text {
  font-size: 35px;
}

.catch-text span{
	display: block;
  font-size: 20px;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.swiper-wrapper .swiper-slide {
  height: 500px;
}

.catch_sm{
	font-size: 35px;
}

.catch_sm span{font-size: 25px;}

.catch-title {
	font-size: 50px;	
	margin-bottom: 30px;
}

.catch-text {
  font-size: 35px;
}

.catch-text span{
	display: block;
  font-size: 20px;
}

.catch-btn{
	width: 200px;
	right: 30px;
	bottom: 30px;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.swiper-wrapper .swiper-slide {
  height: 600px;
}

.sl01{
	background: url("../images/slider/sl01.jpg");
	background-position: top left;
}

.catch_sm{font-size: 30px;}
.catch_sm span{font-size: 20px;}

.catch-title {
	font-size: 40px;	
	margin-bottom: 20px;
}

.catch-text {
  font-size: 28px;
}

.catch-text span{
	display: block;
  font-size: 18px;
}

.catch-btn{display: none;}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.swiper-wrapper .swiper-slide {
	height: 400px;
}

.catch_sm{font-size: 25px;}
.catch_sm span{font-size: 15px;}

.catch-title {
	font-size: 30px;	
	margin-bottom: 20px;
}

.catch-text {
  font-size: 20px;
}

.catch-text span{
	display: block;
  font-size: 14px;
}

.catch-text img{width: 200px;}
}


/*-------------------------------------------------------------------
　title
-------------------------------------------------------------------*/
.mainTit{
	font-size: 40px;
	line-height: 1.3;
	margin-bottom: 30px;
	font-weight: bold;
}

.mainTit span{
	display: block;
	font-family: "Afacad Flux", sans-serif;
	font-size: 25px;
	color: #E50112;
	margin-bottom: 10px;
}

.titC{text-align: center;}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.mainTit{
	text-align: center;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.mainTit{
	font-size: 35px;
	margin-bottom: 30px;
}

.mainTit span{
	font-size: 22px;
	margin-bottom: 10px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.mainTit{
	font-size: 25px;
	margin-bottom: 30px;
}

.mainTit span{
	font-size: 18px;
	margin-bottom: 10px;
}
}


/*-------------------------------------------------------------------
　common
-------------------------------------------------------------------*/
.link_btn{
	display: block;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-top: 35px;
	border-radius: 50px 50px;
}

.link_btn a{
	display: inline-block;
	background: #E60013;
	color: #FFF;	
	border-radius: 50px 50px;
	padding: 10px 30px;
}

.link_btn02{
	display: block;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-top: 35px;
	border-radius: 50px 50px;
}

.link_btn02 a{
	width: 230px;
	display: inline-block;
	text-align: center;
	background: #E60013;
	color: #FFF;	
	border-radius: 50px 50px;
	padding: 10px 10px;
}

.link_btn a:hover,
.link_btn02 a:hover{
	background: #FF1327;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.link_btn{
	display: block;
	margin-top: 35px;
	text-align: center;
}

.link_btn02{
	width: 230px;
	margin: 35px auto 0;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.link_btn a{
	width: 70%;
	padding: 15px 30px;
}

.link_btn02{
	width: 70%;
	margin: 35px auto 0;
}

.link_btn02 a{
	width: 100%;
	display: inline-block;
	padding: 15px 30px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.link_btn a{
	width: 85%;
	padding: 15px 30px;
}

.link_btn02{
	width: 85%;
	margin: 35px auto 0;
}

.link_btn02 a{
	width: 100%;
	display: inline-block;
	padding: 15px 30px;
}
}

/*-------------------------------------------------------------------
　main01
-------------------------------------------------------------------*/
#main01_wrap{
	width: 100%;
	background: #FFF8F6;
	padding-top: 150px;
}

#main01{
	width: 1300px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	margin: 0 auto;
}

.main01_det{width: 600px;}
.main01_ph{width: 650px;}

/* ---- pc 1400px ---------- */
@media only screen and (max-width:1400px){
#main01{
	width: 90%;
	margin: 0 auto;
}

.main01_det{width: 45%;}
.main01_ph{width: 50%;}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
#main01_wrap{
	padding-top: 100px;
	padding-bottom: 50px;
}

#main01{
	width: 90%;
	flex-direction: column;
}

.main01_det{width: 100%;}

.main01_ph{
	width: 70%;
	margin-bottom: 50px;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
#main01_wrap{
	padding-top: 80px;
}

#main01{width: 85%;}

.main01_ph{
	width: 85%;
	margin-bottom: 50px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.main01_ph{
	width: 90%;
	margin-bottom: 30px;
}
}


/*-------------------------------------------------------------------
　main02
-------------------------------------------------------------------*/
#main02_wrap{
	background: url("../images/wave01.jpg") no-repeat top center;
	background-size: 100%;/*contain*/
	background-color: #FFF;
	padding-top: 250px;
	border:0px solid #000;
}

#main02{
	width: 1300px;
	margin: 0 auto;
	border:0px solid #000;
}

#main02 h4{
	font-size: 25px;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.5;
}

#point{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.pointBox{
	width: 30%;
	border:0px solid #000;
}

.point_ph{width: 100%;}

.point_mi{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0 15px;
}

.point_icon{
	width: 60px;
	margin-right: 15px;
}

.point_mi h5{
	font-size: 30px;
	color: #E60013;
	line-height: 1.3;
}

.point_mi h5 span{
	display: block;
	font-family: "Afacad Flux", sans-serif;
	font-size: 25px;
	color: #C87A53;
}

.pointTx{
	width: 330px;
	margin: 0 auto;
}

#income{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 70px 0 0;
	padding: 50px;
	background: #FFF8F6;
	border:3px solid #E60013;
	border-radius: 20px;
	box-sizing:  border-box;
}

#income_det{width: 550px;}
#income_ph{width: 700px;}

.income_tit{
	font-size: 40px;
	line-height: 1.3;
	margin-bottom: 20px;
}

.income_tit span{
	font-size: 35px;
}

.income_smTit{
	font-size: 25px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.income_Tx{
	width: 320px;
}

/* ---- pc 1400px ---------- */
@media only screen and (max-width:1400px){
#main02{
	width: 90%;
	margin: 0 auto;
}
}

/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
.pointTx{
	width: 95%;
	margin: 0 auto;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
#main02_wrap{
	padding-top: 200px;
	border:0px solid #000;
}

#point{
	width: 70%;
	flex-direction: column;
	margin: 0 auto;
}

.pointBox{
	width: 100%;
	margin-bottom: 50px;
}

.pointBox:last-child{
	margin-bottom: 0;
}

#income{
	flex-direction: column;
	margin: 70px 0 0;
	padding: 50px 40px;
}

#income_det{
	width: 100%;
	margin-bottom: 50px;
}

#income_ph{
	width: 80%;
	margin: 0 auto;
}

.income_tit{
	text-align: center;
}

.income_smTit{
	text-align: center;
	margin-bottom: 20px;
}

.income_Tx{
	width: 100%;
	text-align: center;
}
}

/* ---- 850px -------------- */
@media only screen and (max-width:850px){
.point_ph{
	width: 70%;
	margin: 0 auto;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
#main02_wrap{
	padding-top: 150px;
	border:0px solid #000;
}

#main02{
	width: 85%;
	margin: 0 auto;
}

#main02 h4{
	font-size: 22px;
	margin-bottom: 40px;
}

.point_ph{width: 85%;}
.point_mi h5{font-size: 25px;}
.point_mi h5 span{font-size: 20px;}

#income{
	flex-direction: column;
	margin: 70px 0 0;
	padding: 50px 40px;
}

#income_det{
	width: 100%;
	margin-bottom: 50px;
}

#income_ph{
	width: 100%;
}

.income_tit{
	font-size: 35px;
	margin-bottom: 20px;
}

.income_tit span{
	font-size: 30px;
}

.income_smTit{
	font-size: 22px;
	margin-bottom: 20px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
#main02_wrap{
	padding-top: 100px;
}

#main02 h4{
	font-size: 20px;
	margin-bottom: 40px;
}

#point{
	width: 100%;
	margin: 0 auto;
}

.point_ph{width: 90%;}
.point_mi h5{font-size: 22px;}
.point_mi h5 span{font-size: 15px;}

#income{
	margin: 50px 0 0;
	padding: 25px 15px;
}

#income_det{
	width: 100%;
	margin-bottom: 15px;
}

#income_ph{
	width: 100%;
}

.income_tit{
	font-size: 25px;
	margin-bottom: 20px;
}

.income_tit span{
	font-size: 20px;
}

.income_smTit{
	font-size: 20px;
	text-align: left;
	margin-bottom: 20px;
}

.income_Tx{
	text-align: left;
}
}


/*-------------------------------------------------------------------
　loop slide
-------------------------------------------------------------------*/
@keyframes infinity_scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* 表示枚数 */
:root {
  --item_count: 4; 
  --animation_time: 80s;
}

.scroll_infinity {
  overflow: hidden;
	margin-top: 150px;
	margin-bottom: 100px;
	border: 0px solid #000;
}

.scroll_infinity_wrap {
  display: flex;
}

.scroll_infinity_list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;

  /* ★ 無限スクロールに必須 */
  width: max-content;
  animation: infinity_scroll var(--animation_time) linear infinite;
}

.scroll_infinity_item {
  flex: 0 0 calc(100vw / var(--item_count));
	margin-right: 0px;
}

.scroll_infinity_item img {
  width: 100%;
  height: auto;
  display: block;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.scroll_infinity {
	margin-top: 100px;
	margin-bottom: 80px;
}

:root {
	--item_count: 3;
	--animation_time: 60s;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.scroll_infinity {
	margin-top: 80px;
	margin-bottom: 50px;
}

:root {
	--item_count: 2;
	--animation_time: 60s;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
:root {
	--item_count: 2;
	--animation_time: 60s;
}
}


/*-------------------------------------------------------------------
　main03
-------------------------------------------------------------------*/
#main03_wrap{
	width: 100%;
	background: url("../images/wave02.jpg") no-repeat top center;
	background-size: 100%;/*contain*/
	background-color: #FFF8F6;
	padding-top: 350px;
	padding-bottom: 100px;
	border:0px solid #000;	
}

.main03{
	display: flex;
  justify-content: space-between;
	align-items: center;
  max-width: 1300px;
  margin: 0 auto;
	border:0px solid #000;
}

.main03_ph{
  width: 37%;
	position: relative;
}

.main03_det{width: 55%;}
.main03_ph img{border-radius: 0 30px 30px 0;}

/*左側へ要素を広げる（2カラム）*/
.outside_left{
	flex: 1;
	margin-left: calc(50% - 50vw);
	margin-right: 7%;
}

/* ---- pc 1400px ---------- */
@media only screen and (max-width:1400px){
#main03_wrap{
	padding-top: 250px;
	padding-bottom: 50px;
}

.main03{
  max-width: 90%;
  margin: 0 auto;
}
}

/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
#main03_wrap{
	padding-top: 250px;
	padding-bottom: 50px;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
#main03_wrap{
	padding-top: 200px;
	padding-bottom: 50px;
}

.main03{
  max-width: 90%;
	flex-direction: column;
  margin: 0 auto;
}

.main03_ph{
  width: 100%;
	margin: 0 auto;
}

.main03_det{width: 100%;}

.main03_ph img{
	border-radius: 30px;
	margin-bottom: 50px;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
#main03_wrap{
	padding-top: 150px;
	padding-bottom: 50px;
}

.main03{
  max-width: 85%;
  margin: 0 auto;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
#main03_wrap{
	padding-top: 100px;
	padding-bottom: 50px;
}

.main03_ph img{
	margin-bottom: 30px;
}
}


/*-------------------------------------------------------------------
　main04
-------------------------------------------------------------------*/
#main04_wrap{
	background: url("../images/wave01.jpg") no-repeat top center;
	background-size: 100%;/*contain*/
	background-color: #FFF;
	padding-top: 350px;
	border:0px solid #000;
}

.main04{
	display: flex;
  justify-content: space-between;
	align-items: center;
  max-width: 1300px;
  margin: 0 auto 150px;
}

.reverse{
	flex-direction: row-reverse;
}

.main04_ph_right{
  width: 37%;
	position: relative;
}

.main04_det{width: 55%;}
.main04_ph_right img{border-radius: 30px 0 0 30px;}

/*右側へ要素を広げる（2カラム共通）*/
.outside_right{
	flex: 1;
	margin-right: calc(50% - 50vw);
	margin-left: 7%;
}

ul.hrList{margin-left: 25px;}
ul.hrList li{list-style: disc;}

/* ---- pc 1400px ---------- */
@media only screen and (max-width:1400px){
#main04_wrap{
	padding-top: 280px;
}

.main04{
  max-width: 90%;
  margin: 0 auto 100px;
}
}

/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
#main04_wrap{
	padding-top: 230px;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
#main04_wrap{
	padding-top: 230px;
}

.main04{
  max-width: 90%;
	flex-direction: column;
  margin: 0 auto 100px;
}

.main04_ph_right{
  width: 100%;
	margin: 0 auto;
}

.main04_det{width: 100%;}

.main04_ph_right img{
	border-radius: 30px;
	margin-bottom: 50px;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
#main04_wrap{
	padding-top: 160px;
}

.main04{
  max-width: 85%;
  margin: 0 auto 80px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
#main04_wrap{
	padding-top: 120px;
}

.main04_ph_right img{
	margin-bottom: 30px;
}

ul.hrList li{
	list-style: disc;
	line-height: 1.5;
	margin-bottom: 15px;
}

ul.hrList li:last-child{
	margin-bottom: 0;
}
}


/*-------------------------------------------------------------------
　main05
-------------------------------------------------------------------*/
.recContent{
	width: 100%;
	margin: 0px 0 150px 0;
}

.recCont_bg{
	background: url(../images/top_rec_ph.jpg) no-repeat 0 0;
}

.recContent.box01{
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}

.recContent.box01:before {
  content:"";
  display: block;
  padding-top:23%;
}

.recContent.box01 .rec_det{
	width:1300px;
	margin: 0 auto;
	background-color:#FFF;
	padding:60px 80px 0px;
	border-radius: 10px;
}

#recInfo{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.infoBox{width: 31%;}
.infoBox img{border-radius: 20px 20px 0 0;}

.infoBox h4{
	font-size: 25px;
	text-align: center;
	color: #FFF;
	background: #E60013;
	padding: 5px 10px;
	box-sizing: border-box;
}

.infoBox a{
	color: #FFF;
}

.infoBox a:hover{
	opacity: 0.8;
}

/* ---- pc 1400px ---------- */
@media only screen and (max-width:1400px){
.recContent.box01 .rec_det{
	width:90%;
	padding:40px 40px 0px;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.recContent{
	margin: 0px 0 100px 0;
}
}

/* ---- 800px -------------- */
@media only screen and (max-width:800px){
#recInfo{flex-direction: column;}

.infoBox{
	width: 100%;
	margin-bottom: 50px;
}

.infoBox:last-child{
	margin-bottom: 0;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.recContent{
	width: 100%;
	margin: 0px 0 80px 0;
}

.recCont_bg{background: url(../images/top_rec_ph767.jpg) no-repeat 0 0;}
.recContent.box01:before {padding-top:50%;}

.recContent.box01 .rec_det{
	width:85%;
	padding:40px 0 0px;
}

.infoBox h4{
	font-size: 22px;
	padding: 5px 10px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.recContent.box01:before {padding-top:40%;}

.recContent.box01 .rec_det{
	width:85%;
	padding:35px 0 0px;
}

.infoBox{margin-bottom: 30px;}

.infoBox h4{
	font-size: 20px;
	padding: 5px 10px;
}
}



