@charset "UTF-8";
/* CSS Document */


* {
	box-sizing: border-box;
}


body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background: #f0f0f0;
}

p {
  font-size: 1rem;
}


img {
  max-width: 100%;
  height: auto;
  display: block;
	margin: 0;
	padding: 0;
}

.container {
	width: 100%;
	max-width: 750px;
	height: auto;
	background: #fff;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}


header {
	width: 100%;
	height: auto;
	margin: 0;
	background: #fff;
	padding: 10px;
	overflow: hidden;
}
header .logo {
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
header .logo img {
	width: auto;
	height: 45px;
}


footer {
	width: 100%;
	height: auto;
	background: #fff;
	margin: 0;
	padding: 60px 20px 200px;
	overflow: hidden;
}
footer .logo {
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
footer .logo img {
	width: auto;
	height: 45px;
	margin: 0 auto;
}
footer .copyright {
	width: 100%;
	height: auto;
	font-size: 12px;
	text-align: center;
	line-height: 1;
	margin: 0;
	padding: 20px 0;
}


.cv {
	background-image: url("../images/bk02.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px 0 40px;
}


.cvarea {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.cvarea .bnr {
	width: 94%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.cvarea .btnset {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 4%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cvarea .btnset li {
	width: 49%;
	height: auto;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}


.fixcv {
	width: 100%;
	max-width: 750px;
	height: auto;
	position: fixed;
	right: 0;
	left: 0;
	bottom: -200px;
	background: #15126e;
	margin: 0 auto;
	padding: 0 0 8px;
	z-index: 9999;
	transition: bottom 0.4s ease;
}
.fixcv.show {
  bottom: 0;
}
.fixcv .btnset {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fixcv .btnset li {
	width: 50%;
	height: auto;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}


.privacypolicy {
	width: 92%;
	height: 240px;
	background: #fff;
	margin: 20px auto 0;
	padding: 20px;
	overflow-y: scroll;
}
.privacypolicy h3,
.privacypolicy h4,
.privacypolicy p,
.privacypolicy ul li,
.privacypolicy a {
	font-size: 1.125rem;
	line-height: 1.8;
}
.privacypolicy h3 {
	margin: 0 0 1em;
	font-weight: bold;
}
.privacypolicy h4 {
	margin: 1em 0;
	font-weight: bold;
}
.privacypolicy p  {
	margin: 0 0 0.5em;
}
.privacypolicy ul li {
	margin: 0.5em 0;
	list-style: none;
}
.privacypolicy .tar {
	text-align: right;
	margin: 2em 0 0;
}


.kv {
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	background: #e0fbff;
	margin: 0;
	padding: 0 0 200px;
	position: relative;
}
.kv h1 {
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
.kv .cvarea {
	position: absolute;
	left: 0;
	bottom: 40px;
}


section .img-contents {
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

h2 {
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}


.swiper_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

/* 共通Swiperスタイル */
.custom-swiper {
  width: 88%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  height: auto;
}

/* カスタム矢印画像（共通） */
.custom-prev,
.custom-next {
	width: 80px !important;
	height: 80px !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  position: absolute;
  transform: translateY(-50%);
}

.custom-prev {
  left: 10px;
  background-image: url("../images/arrowL.png"); /* ←アイコン */
}

.custom-next {
  right: 10px;
  background-image: url("../images/arrowR.png"); /* ←アイコン */
}

/* デフォルト矢印は非表示 */
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 16px)) !important;
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 16px)) !important;
  background-color: #333;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background-color: #f4bb00 !important;
  opacity: 1;
}


.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 16px) !important;
}


#sec02 {
	background-image: url("../images/bk01.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px 0 0;
}
#sec02 .swiper-button-prev,
#sec02 .swiper-button-next {
	top: inherit;
  bottom: -40px;
}
#sec02 .custom-pagination {
  bottom: 0px;
}

#sec02 .custom-swiper {
	padding: 0 0 40px;
}
.swiper-slide img{width: 100%;}
#sec02 .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}


#sec03 {
	background: #e4f6f6;
	padding: 20px 0 0;
}
#sec03 .swiper-button-prev,
#sec03 .swiper-button-next {
	top: inherit;
  bottom: 0;
}
#sec03 .custom-pagination {
  bottom: 64px;
}

#sec03 .custom-swiper {
	padding: 0 0 120px;
}
#sec03 .swiper-pagination-bullet {
	background: #adadad;
	opacity: 1;
}


#sec04 {
	background: #fffdea;
	padding: 0 0 40px;
}
#sec04 .img-contents {
	margin: 40px 0 0;
}


#sec05 {
	padding: 0 0 40px;
}


#sec06 {
	background: #e4f6f6;
	padding: 20px 0 40px;
}
#sec06 .img-contents {
	width: 90%;
	margin: 0 auto;
}
#sec06 .img-contents img {
	margin: 20px 0 0;
}
