@charset "utf-8";

:root {
	--btnContact: #FF7830;
	--btnCta: #FF6A00;
	--fontSize: 17px;
	/* --fontSize: .9vw; */
}
@media screen and (max-width: 1080px) {
	:root {
	--fontSize: .8vw;
	}
}
@media screen and (max-width: 960px) {
	:root {
	--fontSize: 1.1vw;
	}
}
@media screen and (max-width: 480px) {
	:root {
		--fontSize: .9vw;
	}
}

html,body,
body * {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0;

    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
	unicode-bidi: normal;
}
html,body {
	font-size: clamp(12px, .8vw, 17px)
}
body a {
	text-decoration: none;
	color: inherit;
}
body img,
body svg {
	width: 100%;
	height: auto;
	max-width: 100%;
}

.disp_sp,
.br_sp {
	display: none;
}

/*----- common -----*/
.sec_inner {
	max-width: 1280px;
	margin: 0 auto;
}
.sec_title {
	text-align: center;
	font-size: 3rem;
	color: #00258F;
}
.sec_title_b {
	font-size: 6rem;
	color: #FF9BD6;
}
.sec_subtitle {
	display: block;
	margin: 0 auto 1.6%;
	font-size: 1.7rem;
	font-weight: normal;
}

.content_wrap {
	width: 100%;
	max-width: calc(1920px + 17px);
	margin: 0 auto;
	overflow: hidden;
	font-family: "Noto Sans JP", sans-serif;
}

/*----- slick 共通 -----*/
.slick-slider {
	padding: 0;
}
.slick-prev,
.slick-next {
	border: solid 4px #FF9BD6;
	background-color: #fff;
	border-radius: 50%;
	width: 5vw;
	height: 5vw;
	z-index: 100;
	box-shadow: 0 0 4px 4px rgba(0,0,0,.15);
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	border: solid 4px #FF9BD6;
	background-color: #FF9BD6;
}
.slick-prev::before,
.slick-next::before {
	content: "";
	display: block;
	width: 1.5vw;
	height: 1.5vw;
	border-top: solid 4px;
	border-right: solid 4px;
	border-color: inherit;
}
.slick-prev:hover::before,
.slick-next:hover::before {
	border-color: #fff;
}
.slick-prev:before {
	transform: rotate(-135deg);
	margin: 0 1.5vw;
}
.slick-next:before {
	transform: rotate(45deg);
	margin: 0 1vw;
}
.slick-dots li button:before {
	font-size: 15px;
}
.slick-dots {
	bottom: 5%;
}

/*----- cta_block 共通 -----*/
.cta_block {
	padding: 5%;
	background: #FEF463;
	text-align: center;
}
.cta_box_cont {
	max-width: 1152px;
	margin: 0 auto;
	background-image: radial-gradient(#87C7FF 18%, transparent 18%),
						radial-gradient(#87C7FF 18%, transparent 18%);
	background-position: 0 0, 7px 7px;
	background-size: 14px 14px;
	padding: 0 1.5% 1.5% 0;
}
.cta_box {
	padding: 50px 0 60px;
	background: #fff;
	border: 1px solid #333;
	border-radius: 10px;
}
.cta_title {
	width: 70%;
	margin: 0 auto 5%;
}
.cta_btn a {
	margin: 0 auto;
	padding: 1.3% 2em;

	display: inline-flex;
	justify-content: center;
	align-items: center;

	font-size: 2rem;
	line-height: 2em;
	color: #fff;

	background: var(--btnCta);
	border: solid 1px #00258F;
	border-radius: 55px;
	box-shadow: 4px 4px 4px #00258F;
}
.cta_title img {
	max-width: 100%;
}
.cta_icon {
	width: clamp(15px, 10%, 45px);
}
.cta_sup {
	margin: 1.3% auto 0;
	font-size: 1rem;
}


/* header
-----------------------------------------*/
header {
	width: 100%;
	height: 96px;
	padding: 0 3.6%;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_logo {
	width: clamp(20%, 35%, 403px);
	height: 37px;
}
.btn_contact {
	display: inline-block;
}
.btn_contact a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 1em;
	
	border-radius: 3em;
	background: var(--btnContact);
	box-shadow: 0 4px 4px rgba(0,0,0,.25);

	padding: 0 3em;
	font-size: 1.1rem;
	line-height: 3em;
	color: #fff;
}
.contact_icon svg {
	height: 1.1em;
	width: auto;
	margin-bottom: -0.2em;
}


/* .sec_top
-----------------------------------------------------*/
.sec_top {
	background: url(../img/top_bg.svg),
				linear-gradient(0deg, transparent calc(100% - 1px), #fff calc(100% - 1px)),
				linear-gradient(90deg, transparent calc(100% - 1px), #fff calc(100% - 1px));
	background-size: 100% auto, 50px 50px;
	background-repeat: no-repeat, repeat;
	background-color: #C5F4FF;
	background-position: center center;
}
.top_main {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.top_news {
	width: 65%;
	max-width: 962px;
	margin: -20% auto 11vh;
	padding-top: 3%;
	position: relative;
}
.top_news::before {
	content: "";
	display: block;
	width: 70%;
	padding-top: 9%;
	background: url(../img/top_news_bg.svg);
	background-size: 100% auto;
	background-position: top right;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.news_content {
	display: flex;
	padding: 1% 2%;

	border-radius: 30px;
	border: solid 3px #5FD7ED;
	background-color: rgba(255, 255, 255, 0.8);
	
	position: relative;
}
.top_news_title {
	width: 24%;
	max-width: 220px;
	padding: 2.5% 4% 0 0;
	border-right: solid 2px #5FD7ED;
}
.top_news_title img {
	max-height: 20px;
}
.top_news_list {
	width: 75%;
	padding: 2% 4% 0;
	font-size: 1rem;
}
.top_news_items {
	display: flex;
	margin-bottom: 10px;
}
.top_news_date {
	margin-right: 4%;
	color: #00258F;
	font-weight: bold;
}
.top_news_detail a {
	text-decoration: underline;
}
.top_news_detail a:hover {
	opacity: .7;
}
.top_cta {
	margin-top: -4vw;
}
.top_cta .cta_box {
	background: url(../img/top_cta_bg.svg) right bottom no-repeat #fff; 
	background-size: 25% auto;
}
.top_cta .cta_title {
	padding-left: 4%;
	position: relative;
}
.top_cta_icon {
	width: 4%;
	max-width: 42px;
	position: absolute;
	top: -10%;
	left: 0;
}

/* .sec_company
---------------------------------------*/
.sec_company {
	background-color: #FFFDDE;
}
.sec_company .sec_inner {
	padding: 0 0 10%;
	background: url(../img/company_bg.svg) no-repeat left bottom;
	background-size: 30% auto;
}
.sec_company .sec_title {
	max-width: 1280px;
	margin: 0 auto;
	padding: 4.7% 20% 0;
	background: url(../img/company_title_bg1.svg),
				url(../img/company_title_bg2.svg);
	background-repeat: no-repeat;
	background-position: left 4%, right top;
	background-size: 53% auto, 19% auto;
}
.company_content {
	background-color: #fff;
	padding: 2vw 0;
}
.company_list {
	margin: 0 auto;
	line-height: 0;		/* トラック高さは画像高さに合わせる 画像間の隙間対策 */
}
.company_list + .company_list {
	margin-top: clamp(10px, 4.4vw, 85px);
}
.company_list .slick-track {
}
.company_items {
	margin-right: clamp(5px, 3vw, 50px);
}
.company_items a {
	/* display: inline-block; */
	height: 100%;
	width: auto;
}
.company_items a:hover {
	opacity: .8;
}
.company_items img {
	height: clamp(60px, 11vw, 219px);
	width: auto;
	display: block;
}


/* .sec_area
---------------------------------------*/
.sec_area {
	padding: 0 0 10%;
	background: url(../img/area_bg.svg) #EFFCFF no-repeat right bottom;
	background-size: 100% auto;
}
.sec_area .sec_title {
	max-width: 1280px;
	margin: 0 auto;
	padding: 5% 15% 0;
	background: url(../img/area_title_bg.svg) no-repeat right 4%;
	background-size: 90% auto;
}

.sec_area .sec_title img {
	vertical-align: bottom;
}
.area_content {
	width: 100%;
	/* padding: 3% 0 5%; */
	background: #fff;
	position: relative;
}
.area_content  .slick-prev {
	/* left: calc(45% - 258px); */
	left: 34%;
}
.area_content .slick-next {
	/* right: calc(45% - 258px); */
	right: 34%;
}
.sec_area .slick-track {
	padding: 10% 0 15%;
}
.area_list .slick-slide {
	padding: 0 1vw;
}
.area_list .slick-center {
	transform: scale(1.3);
	z-index: 2;
}

/* modal */
.area_modal_overlay {
	position: fixed;
	inset: 0;
	display: none;
	align-items: center;
	text-align: center;
	justify-content: center;
	background: rgba(0,0,0,0.1);
	z-index: 9999;
}
.area_modal_box {
	display: inline-block;
	position: relative;
	width: auto;
	height: 96vh;
	background: transparent;
	border-radius: 8px;
	margin: 0 auto;
	overflow: auto;
}
.area_modal_img {
	display: block;
	width: auto;
	height: 100%;
	margin: 0 auto;
}
.area_modal_link {
	display: block;
	width: 50%;
	margin: -10vh 4% 0 auto;
	height: 7vh;
	position: relative;
	z-index: 100;
}
.area_modal_close {
	padding: 0 0 0 52vw;
	position: absolute;
	top: 5px;
	right: 15px;
	background: transparent;
	border: none;
	font-size: 50px;
	cursor: pointer;
}
body.modal-open {
	overflow: hidden;
}

/* .sec_movie
---------------------------------------*/
.sec_movie {
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #FDF89C calc(100% - 1px)),
						linear-gradient(90deg, transparent calc(100% - 1px), #FDF89C calc(100% - 1px));
	background-size: 30px 30px;
	background-repeat: repeat;
}
.sec_movie .sec_inner {
	padding: 0 0 10%;
	background: url(../img/movie_bg.svg) no-repeat;
	background-position: right bottom;
	background-size: 30% auto;
}
.sec_movie .sec_title {
    max-width: 1280px;
    margin: 0 auto;
    padding: 3.4% 20% 5%;
    background: url(../img/movie_title_bg.svg) no-repeat left top;
    background-size: 20% auto;
}
.movie_content {
	/* max-width: 1280px; */
	margin: 0 auto;
}
.movie_list .slick-list {
	position: relative;
}
.movie_list .slick-track {
	padding-bottom: 5%;
}
.movie_items {
	padding: 10px;
	margin: 0 10px;
	border-radius: 8px;
	background-color: #fff;
	border: solid 2.6px #4BAAEE;
	position: relative;
}
.movie_normal {
	aspect-ratio: 11 / 10;
}
.movie_shorts {
	aspect-ratio: 9 / 17;
}
.movie_box {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 8px;
}
/* ▼ 再生ボタン（擬似要素） */
/* .movie_box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 68px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(0,0,0,0.45);
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
  transition: .25s;
}
.movie_box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-width: 14px 0 14px 24px;
  border-color: transparent transparent transparent white;
  transition: .25s;
}
.movie_box:hover::after {
  background: rgba(0,0,0,0.65);
}
.movie_box.is_video::after,
.movie_box.is_video::before {
	content: none;
} */

.movie_normal .movie_box {
	width: clamp(300px, 30vw, 506px);
	margin: 10% auto;
	aspect-ratio: 16 / 9;
}
.movie_shorts .movie_box {
	width: clamp(132px, 13.5vw, 231px);
	aspect-ratio: 9 / 16;
}
.movie_items iframe {
	width: 100%;
	height: 100%;
}
.movie_name {
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	position: absolute;
	bottom: 3%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

/* .sec_cta
---------------------------------------*/
.sec_cta {}
.cta_box {
	background-image: url(../img/cta_bg1.svg),url(../img/cta_bg2.svg);
	background-repeat: no-repeat;
	background-position: left bottom, right bottom;
	background-size: 17% auto, 8% auto;
}


/* .sec_link
---------------------------------------*/
.sec_link {
	padding: 0 0 25vh;
	background: url(../img/link_bg.svg) no-repeat;
	background-position: bottom center;
}
.sec_link .sec_title {
	padding: 3.4% 37% 2%;
}
.link_list {
	width: clamp(auto, 88%, 1700px);
	margin: 0 auto;
	/* display: flex;
	justify-content: flex-start;
	flex-wrap: wrap; */
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 24px;
}
.link_items {
	/* flex: 0 1 clamp(230px,18%, 322px); */
	/* width: clamp(230px,18%, 322px); */
	margin: 0 10px 20px;
	border: solid 1px #aaa;
}
.link_items a {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
.link_items img {
	width: 100%;
	margin: 0 auto;
}
.link_text {
	font-size: 1.2rem;
	font-weight: bold;
	color: inherit;
	text-align: center;
}
.link_text_s {
	font-size: .8rem;
	margin: 0.25rem 0px 0px;
}

/* footer
---------------------------------------*/
footer {
	padding: 4%;
	background-color: #4BAAEE;
	text-align: center;
	font-size: 1rem;
	line-height: 1.5;
}
footer p {
	margin-bottom: 30px;
}
.footer_logo {
	max-width: 286px;
	margin: 70px auto 20px;
}


@media screen and (max-width: 1280px) {
	
	.sec_company .sec_title {
		padding: 4.7% 30% 0;
	}
	.sec_area .sec_title {
		padding: 5% 25% 0;
	}
	.sec_movie .sec_title {
		padding: 3.4% 35% 5%;
	}
	.sec_movie .sec_inner {
		padding: 0 0 17%;
	}
	.link_text {
		font-size: 1.5rem;
	}
	.link_text_s {
		font-size: 1.1rem;
	}
}


@media screen and (max-width: 768px) {
	/* common */
	.slick-dots {
		bottom: -6%;
	}
	.br_pc {
		display: none;
	}

	/* top */
	.top_news {
		width: 90%;
	}
	.cta_title {
		width: 80%;
		/* margin: 0 auto 50px; */
	}
	.top_news_items {
		display: block;
	}

	/* company */
	.sec_company .sec_inner {
		padding-bottom: 15%;
	}
	.sec_company .sec_title {
		padding: 6% 20% 0;
		background-position: left 4%, right 10%;
	}
	.sec_company .sec_inner {
		background-size: 40% auto;
	}

	/* area */
	.sec_area .sec_title {
		padding: 5% 10% 0;
	}
	.sec_area {
		padding-bottom: 15%;
		background-size: 140% auto;
	}
	.area_content {
		padding-bottom: 15%;
	}
	.area_list {
		margin-bottom: 10%;
	}
	.sec_area .slick-track {
		padding: 20% 0 15%;
	}

	/* movie */
	.sec_movie .sec_inner {
		padding-bottom: 25%;
	}
	.sec_movie .sec_title {
		padding: 3.4% 20% 5%;
		background-position: left 10%;
	}
	.sec_link .sec_title {
		padding: 3.4% 20% 2%;
	}
}

@media screen and (max-width: 480px) {
	.disp_pc,
	.br_pc {
		display: none;
	}
	.disp_sp,
	.br_sp {
		display: block;
	}

	.slick-prev,
	.slick-next {
		width: 10vw;
		height: 10vw;
	}
	.slick-prev::before, .slick-next::before {
		width: 2.5vw;
		height: 2.5vw;
	}
	.slick-prev:before {
		margin: 0 2.5vw;
	}
	.slick-next::before {
		margin: 0 2vw;
	}
	.slick-dots li {
		width: 10px;
		height: 10px;
	}

	.cta_title {
		width: 90%;
	}
	.cta_btn {
		width: 90%;
		margin: 0 auto;
	}
	.cta_btn a {
		padding: 0 2em;
		font-size: 1.5rem;
	}

	header {
		height: auto;
		padding: 3%;
	}

	/* top */
	.sec_top {
		background-repeat: repeat-y, repeat;
	}
	.top_main {
		padding-bottom: 20%;
		background: url(../img/top_bg_sp.svg) no-repeat;
		background-position: bottom right;
		background-size: 70% auto;
	}
	.top_visual {
		width: 90%;
		height: auto;
		margin: 0 auto;
	}
	.top_news {
		margin: 10% auto 0;
	}
	.top_news_title {
		padding: 4% 4%;
	}
	.top_cta {
		margin-top: 0;
	}
	.top_cta .cta_box {
		background-size: 35% auto;
	}
	
	/* company */
	.sec_company .sec_title {
		background-size: 53% auto, 22% auto;
	}

	/* area */
	.sec_area {
		padding-bottom: 20%;
		background-size: 170% auto;
	}
	.sec_area .slick-track {
		padding: 40% 0;
	}
	.area_content .slick-prev {
		left: 0;
	}
	.area_content .slick-next {
		right: 0;
	}
	.area_list .slick-slide {
		padding: 0 2vw;
	}
	.sec_area .slick-dots {
		bottom: -5%;
	}
	.area_items {
		width: 70%;
	}
		
	.area_modal_box {
		width: auto;
		height: auto;
	}
	.area_modal_img {
		width: 100vw;
		height: auto;
	}

	/* movie */
	.sec_movie .sec_title {
		background-size: 27% auto;
	}
	.sec_movie .sec_inner {
		background-size: 40% auto;
	}

	/* cta */
	.cta_box {
		background-size: 25% auto, 15% auto;
	}

	/* link */
	.sec_link {
		padding: 0 0 vh;
		background-size: 200% auto;
	}
	.sec_link .sec_title {
		padding: 3.4% 20% 0;
	}
	.link_list {
		grid-template-columns: 1fr 1fr;
		gap: 1%;
	}
	.link_items {
		margin: 0;
	}
	.link_text {
		font-size: 1.3rem;
	}
	.link_text_s {
		font-size: 1rem;
	}
	

}
