@charset "utf-8";

/*-------------------------------------------------------------------
　moive
-------------------------------------------------------------------*/
.movie_wrap{
  width: 100%;
  height: 100vh;
	position: relative;
}

.video{
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;/*z-index: -1;*/
}

.video video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

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

.catch-area {
  position: absolute;
  width: 100%;
  top: 58%;
	left: 100px;
  color: #FFF;
  text-align: center;
  transform: translateY(-50%);
	text-shadow: 2px  2px 7px #333,
            	-2px  2px 7px #333,
             	 2px -2px 7px #333,
            	-2px -2px 7px #333;
}

.catch-title{
	width: 750px;
}

.catch_list{
	width: 1000px;
	margin-top: 50px;
}

.catch_list ul{
	display: flex;
	justify-content: space-between;
	list-style-type: none;
}

.catch_list ul li{
	width: 30%;
	list-style-type: none;
}

/* --------------------------------
  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){
.catch-area {
  width: 100%;
  top: 58%;
	left: 100px;
}

.catch-title{
	width: 600px;
}

.catch_list{
	width: 800px;
	margin-top: 50px;
}

.catch_list ul li{
	width: 31%;
}
}

/* ---- pc 1100px ---------- */
@media only screen and (max-width:1100px){
.sl01{background: url("../images/slider/sl01_1100px.jpg");}

.swiper-wrapper .swiper-slide {
	width: 100%;
  height: 100vh;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.swiper-wrapper .swiper-slide {
	width: 100%;
  height: 700px;
  background-position: top right;
}

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

.catch-area {
  width: 80%;
  top: 58%;
	left: 10%;
}

.catch-title{
	width: 90%;
}

.catch_list{
	width: 100%;
	margin-top: 30px;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.swiper-wrapper .swiper-slide {
	width: 100%;
  height: 500px;
  background-position: top right;
}

.catch-area {
  width: 80%;
  top: 58%;
	left: 10%;
}

.catch-title{
	width: 90%;
}

.catch_list{
	width: 100%;
	margin-top: 30px;
	
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.swiper-wrapper .swiper-slide {
	width: 100%;
  height: 350px;
  background-position: top right;
	border:0px solid #000;
}

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

.catch-area {
  width: 85%;
  top: 58%;
	left: 7.5%;
}

.catch_list{
	width: 100%;
	margin-top: 15px;
}
}

/*-------------------------------------------------------------------
　common
-------------------------------------------------------------------*/
#wrapper{
	width:100%;
	margin:0;
	overflow: hidden;
}

#wrapper img{
	width:100%;
	height:auto;
	backface-visibility:hidden;
}

#wrapper a:hover img{
	opacity:0.8;
}

.main_cont{
	width: 1300px;
	margin: 0 auto;
}

.main_cont_mg{
	width: 1300px;
	margin: 150px auto 0;
}

.txBox{
	width: 1270px;
	margin-left: 30px;
	padding-left: 20px;
	border-left: 1px solid #182E66;
	box-sizing: border-box;
	margin-bottom: 80px;
}

.txBox h3{
	font-family: "Zen Old Mincho", serif;
	font-size: 45px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #182E66;
	text-box-trim: trim-both;
}

/* ---- pc 1400px ---------- */
@media only screen and (max-width:1400px){
.main_cont{
	width: 90%;
}

.main_cont_mg{
	width: 90%;
	margin: 150px auto 0;
}

.txBox{
	width: calc(100% - 30px);
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.main_cont{
	width: 90%;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.main_cont{
	width: 85%;
}

.main_cont_mg{
	width: 85%;
	margin: 80px auto 0;
}

.txBox h3{
	font-size: 35px;
	margin-bottom: 20px;
	text-box-trim: trim-both;
	line-height: 1.3;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.main_cont_mg{
	width: 85%;
	margin: 60px auto 0;
}

.txBox{
	width: calc(100% - 10px);
	margin-left: 10px;
	padding-left: 20px;
	margin-bottom: 80px;	
}

.txBox h3{
	font-size: 30px;
	margin-bottom: 10px;
	text-box-trim: trim-both;
	line-height: 1.3;
}
}


/*-------------------------------------------------------------------
　title
-------------------------------------------------------------------*/
.waveTit_en{
	font-family: "Cinzel", serif;
	font-size: 30px;
	color: #E62320;
	font-weight: bold;
	text-decoration: 3px underline wavy #182E66;
	text-underline-offset: 10px;
	margin-bottom: 30px;
}

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

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


/*-------------------------------------------------------------------
　button
-------------------------------------------------------------------*/
.Btn_Link {
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.Btn_Link a {
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.5s;
	opacity: 1;
}

.Btn_Link h5 {
  font-size: 25px;
	font-weight: bold;
  color: #182E66;
  margin: 0;
  margin-left: 20px;
  transition: color 0.5s; /* ホバー時の色変化 */
}

/* サークルボタン */
.circle-btn {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 0px solid #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.5s;
	background: #182E66;
}

/* ホバー時の円の色 */
.Btn_Link a:hover .circle-btn {
  background: #2A50B3;
}

/* 横棒部分 */
.circle-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 28px;
  width: 15px;
  height: 2px;
  background: #FFF;
  transform: translateY(-50%);
  transition: background 0.5s;
}

/* 矢じり（V字）部分 */
.circle-btn .arrow {
  position: absolute;
  top: 50%;
  right: 28px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.5s;
}

/* ホバー時の矢印色とテキスト色 */
.Btn_Link a:hover h5 {
  color: #2A50B3;
}

.Btn_Link a:hover .circle-btn::before {
  background: #fff;
}

.Btn_Link a:hover .arrow {
  border-color: #fff;
  background: none;
}

/* ---- pc 1300px ---------- */
@media only screen and (max-width:1300px){
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.Btn_c{
	justify-content: center;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.Btn_Link {
  margin-top: 30px;
}

.Btn_Link h5 {
  font-size: 22px;
  margin-left: 15px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
/* サークルボタン */
.circle-btn {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/* 横棒部分 */
.circle-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  width: 13px;
  height: 2px;
  background: #FFF;
  transform: translateY(-50%);
  transition: background 0.5s;
}

/* 矢じり（V字）部分 */
.circle-btn .arrow {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.5s;
}

.Btn_Link h5 {
  font-size: 20px;
  margin-left: 15px;
}
}


/*-------------------------------------------------------------------
　main01
-------------------------------------------------------------------*/
#main01_wrap{
	width: 100%;
	margin: 150px auto 0;
	background: url("../images/wave_bg.jpg") no-repeat bottom center;
	background-size: contain;
	padding-bottom: 250px;
}

.about_wrap{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.about{
	width: 47%;
	display: flex;
	flex-direction: column;
	position: relative;
	border: 0px solid #000;
}

.about_Ph{
	margin-bottom: 0px;
}

.caption{
	width: 84%;
	margin: -80px auto 0;
	background: linear-gradient(
		to bottom,
		rgba(255,255,255,1) 0%,
		rgba(255,255,255,1) 30%,
		rgba(255,255,255,0) 32%,
		rgba(255,255,255,0) 100%
	);
	padding: 40px 40px 30px;
	z-index: 950;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	border: 0px solid #000;
}

.about_smTit{
	font-family: "Cinzel", serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #E62320;
	text-box-trim: trim-both;
}

.about h4{
	font-family: "Zen Old Mincho", serif;
	font-size: 30px;
	color: #182E66;
	text-align: center;
	font-weight: bold;
	text-decoration: 3px underline wavy #182E66;
	text-underline-offset: 10px;
	margin-bottom: 30px;
}	

/* ---- pc 1500px ---------- */
@media only screen and (max-width:1500px){
#main01_wrap{
	padding-bottom: 200px;
}
}

/* ---- pc 1400px ---------- */
@media only screen and (max-width:1400px){
.about_wrap{
	width: 90%;
}
}

/* ---- pc 1100px ---------- */
@media only screen and (max-width:1100px){
.caption{
	width: 84%;
	margin: -80px auto 0;
	padding: 40px 30px 30px;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.about_wrap{
	width: 90%;
	flex-direction: column;
}

.about{
	width: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	border: 0px solid #000;
}

.about:first-child{
	margin-bottom: 50px;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
#main01_wrap{
	width: 100%;
	margin: 80px auto 0;
	padding-bottom: 100px;
}

.about_wrap{
	width: 85%;
	margin: 0 auto;
}

.caption{
	width: 90%;
	margin: -80px auto 0;
	padding: 40px 10px 30px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
#main01_wrap{
	width: 100%;
	margin: 60px auto 0;
	padding-bottom: 50px;
}

.caption{
	width: 90%;
	margin: -50px auto 0;
	padding: 20px 10px 30px;
}

.about h4{
	font-size: 23px;
	text-decoration: 3px underline wavy #182E66;
	text-underline-offset: 10px;
	margin-bottom: 20px;
}	
}


/*-------------------------------------------------------------------
　main02 SERVICE
-------------------------------------------------------------------*/
.service_wrap{
	overflow: hidden;
}

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

.service_ph{
  width: 50%;
  position: relative;
}

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

/* 背景装飾（はみ出し量固定） */
.service_ph::after{
  content: "";
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: calc(100% - 40px);  /* ← 横の広がり制御 */
  height: 30%;
  background-color: #182E66;
  z-index: -1;
}

/* 左にはみ出す */
.outside_left{
  flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: 7%;
}

.service_det{
  width: 42%;
}

.service_det h3{
  font-family: "Zen Old Mincho", serif;
  font-size: 35px;
  font-weight: bold;
  color: #182E66;
  margin-bottom: 20px;
}

#service_List{
  margin-left: 35px;
}

#service_List li{
  list-style: disc;
}

/* ---- pc 1400px ---------- */
@media only screen and (max-width:1400px){
.service_box{
  max-width: 90%;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.service_box{
	flex-direction: column;
	max-width: 85%;
}

.service_ph{
	width: 100%;
	margin-bottom: 60px;
}

.outside_left{
	margin-left: calc(50% - 50vw + 20px);
	margin-right: 0;
	width: 100vw;
}

.service_det{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.outside_left{
	margin-left: calc(50% - 50vw + 10px);
	margin-right: 0;
	width: 100vw;
}

.service_det{
	width: 90%;
}

.service_det h3{
	font-size: 30px;
 }
 }

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.outside_left{
	margin-left: calc(50% - 50vw + 3px);
	margin-right: 0;
	width: 100vw;
}

.service_box{
	margin-bottom: 20px;
}

.service_det{
	width: 100%;
}

.service_det h3{
	font-size: 25px;
	margin-bottom: 10px;
}

#service_List{
  margin-left: 25px;
}
}


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

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

.scroll_infinity {
  overflow: hidden;
	margin-top: 100px;
	position: relative;
	padding-bottom: 80px;
}

.scroll_infinity::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; /* 下半分にする場合 */
  width: 100%;
  height: 50%;
  background: #182E66;
  z-index: -1; /* 背景として後ろに */
}

.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: 30px;
}

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

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

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

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

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

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


/*-------------------------------------------------------------------
	main03 ABOUT　
-------------------------------------------------------------------*/
.company_wrap{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.comItem{
	width: 47%;
	position: relative;
	height: 360px;
	display: block;
	text-decoration: none;
}

.comItem::before{
  content:"";
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  background:#02348F;
  opacity:0.5;
	transition: opacity 0.5s ease;
}

.comItem:hover::before{
  opacity:0.3;
}

.com_bg01{background: url("../images/top_com_ph01.jpg") no-repeat top center / cover;}
.com_bg02{background: url("../images/top_com_ph02.jpg") no-repeat top center / cover;}

.com_title{
	width: 80%;
	position: absolute;
	display: flex;
	align-items: center;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	color: #FFF;
	font-weight: bold;
}

.com_title h3{
	font-size: 35px;
	text-box-trim: trim-both;
}

.com_title h3 span{
	display: block;
	font-family: "Cinzel", serif;
	font-size: 20px;
	font-weight: bold;
	text-box-trim: trim-both;
}

.com_title h3::before,
.com_title h3::after{
	content: "";
	position: absolute;
	top: 50%;
}

.com_title h3::before{
  right: 11px;
	width: 50px;
	height: 50px;
	margin: -25px 0 0;
	-webkit-border-radius: 20px;
	border-radius: 50px;
	border:2px solid #FFF;
	box-sizing: border-box;
}

.com_title h3::after{
	right: 32px;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	transform: rotate(45deg);
}

/* ---- pc 1400px ---------- */
@media only screen and (max-width:1400px){
.company_wrap{
	width: 90%;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.comItem{
	width: 47%;
	height: 230px;
}

.com_title{
	width: 90%;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.company_wrap{
	width: 85%;
	flex-direction: column;
}

.comItem{
	width: 100%;
	height: 200px;
}

.comItem:first-child{margin-bottom: 50px;}

.com_title h3{
	font-size: 30px;
}

.com_title h3 span{
	font-size: 15px;
}

.com_bg01{background: url("../images/top_com_ph01.jpg") no-repeat center center / cover;}
}

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


/*-------------------------------------------------------------------
　
-------------------------------------------------------------------*/


/* ---- pc 1300px ---------- */
@media only screen and (max-width:1300px){
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
}
