@charset "utf-8";

/* ============================================================================================== */
/* common                                                                                         */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* sns-inquiry */

.g-footer #pageplugin {
	display: block;
	margin: 0 auto;
	max-width: 500px;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
	width: 100% !important;
}

.g-footer .inquiry {
	display: none;
}


/* ----------------------------------------------------------------------- */
/* loader */

#main {
	height: calc(100vh - 100px);
}

.onload #main {
	height: auto;
}

.main--inner {
	transition: all 0.25s ease;
	opacity: 0;
}

.onload .main--inner {
	opacity: 1;
}

.loader__outer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 1s ease;
	opacity: 1;
}

.onload .loader__outer {
	opacity: 0;
}

.loader {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 2px solid transparent;
	border-top-color: #ccc;
	border-radius: 50%;
	animation: spin 0.75s infinite linear;
	animation-duration: 5s;
}

.loader::after {
	content: '';
	position: absolute;
	left: -2px;
	top: -2px;
	display: block;
	width: inherit;
	height: inherit;
	border: inherit;
	border-radius: inherit;
	animation: spin 0.75s infinite ease-in-out alternate;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}


/* ============================================================================================== */
/* kv                                                                                             */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* section__kv */

.section__kv {
	position: relative;
	margin-top: 105px;
}

.section__kv .swiper-slide .parts {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% - 100px);
	z-index: 10;
}

/* kv01 */
.section__kv .swiper-slide.kv01 .parts img {
	width: auto;
	height: 25%;
	max-height: 160px;
	position: absolute;
	left: 5%;
	bottom: 15%;
}

/* kv02　2枚画*/
.section__kv .swiper-slide.kv02 {
	height: auto;
}

.section__kv .swiper-slide.kv02 .pc-sp {
	display: flex;
	height: 100%;
}

.section__kv .swiper-slide.kv02 .pc-sp p {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.section__kv .swiper-slide.kv02 .pc-sp p img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section__kv .swiper-slide.kv02 .pc-sp p img.kv02-1 {
	object-position: 70% 50%;
}

.section__kv .swiper-slide.kv02 .pc-sp p img.kv02-2 {
	object-position: 85% 50%;
}

.section__kv .swiper-slide.kv02 .parts img {
	width: auto;
	height: 46%;
	max-height: 280px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/* kv03 */
.section__kv .swiper-slide.kv03 {
	height: auto;
}

.section__kv .swiper-slide.kv03 .pc-sp {
	height: 100%;
}

.section__kv .swiper-slide.kv03 .pc-sp img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section__kv .swiper-slide.kv03 .parts img {
	width: auto;
	height: 65%;
	max-height: 400px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/* kv04 */
.section__kv .swiper-slide.kv04 .parts img {
	display: none;
}

/* kv05 */
.section__kv .swiper-slide.kv05 {
	height: auto;
}

.section__kv .swiper-slide.kv05 .pc-sp {
	height: 100%;
}

.section__kv .swiper-slide.kv05 .pc-sp img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 33% 50%;
}

.section__kv .swiper-slide.kv05 .parts img {
	width: 70%;
	max-width: 400px;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/* kv06　2枚画*/
.section__kv .swiper-slide.kv06 {
	height: auto;
}

.section__kv .swiper-slide.kv06 .pc,
.section__kv .swiper-slide.kv06 .sp {
	display: flex;
	height: 100%;
}

.section__kv .swiper-slide.kv06 .pc p,
.section__kv .swiper-slide.kv06 .sp p {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.section__kv .swiper-slide.kv06 .pc p img,
.section__kv .swiper-slide.kv06 .sp p img  {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
}

.section__kv .swiper-slide.kv06 .pc p img.kv06-1,
.section__kv .swiper-slide.kv06 .sp p img.kv06-1  {
	object-position: 70% 50%;
}

.section__kv .swiper-slide.kv06 .pc p img.kv06-2,
.section__kv .swiper-slide.kv06 .sp p img.kv06-2  {
	object-position: 85% 50%;
}

.section__kv .swiper-slide.kv06 .parts img {
	width: 70%;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/* kv 共通上書き */
.section__kv .swiper-slide .pc,
.section__kv .swiper-slide.kv06 .pc {
	display: none;
}

.section__kv .swiper-slide img {
	width:100%;
	vertical-align: bottom;
}

.swiper-pagination {
	bottom: 70px !important;
}

.swiper-pagination-bullet-active {
	background: rgba(255,255,255,1) !important;
}

.swiper-pagination-bullet {
	background: rgba(255,255,255,1) !important;
	margin: 0 6px !important;
}






/* ----------------------------------------------------------------------- */
/* campaign */

.campaign {
	font-size: 1.1rem;
	line-height: 1.6;
	color: rgba(255,255,255,1);
	background: url(../svg/kv-clip_sp.svg) no-repeat left top;
	background-size: 1154px 100px;
	position: absolute;
	left: -10px;
	bottom: -1px;
	z-index: 10;
	width: calc(100% + 10px);
	height: 100px;
	box-sizing: border-box;
	padding-left:80px;
	display: flex;
	align-items: center;
}

.campaign--inner {
	padding-right: 20px;
}

.campaign .campaign__ttl {
	display: none;
}

.campaign__link {
	color: rgba(255,255,255,1);
	text-decoration: none;
}

.campaign__link .date {
	padding-right: 10px;
	display: inline-block;
}

.campaign__link .ttl {
	text-decoration: underline;
	display: inline-block;
}

.campaign__link:hover .ttl {
	text-decoration: none;
}


/* ============================================================================================== */
/* section__point                                                                                 */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* section__point */

.section__point {
	background: rgba(91,40,68,1);
	padding-right: 10px;
}

.point--inner {
	background: rgba(255,255,255,1);
	border-radius: 0 30px 30px 0;
	position: relative;
}

.point--inner:before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 100px;
	height: 43px;
	background: url(../svg/curve_home1.svg) no-repeat left top;
	background-size: 100%;
	z-index: 10;
}


/* ----------------------------------------------------------------------- */
/* point-header */

.point-header {
	height: 150px;
	background: url(../img/home/point-header__bg.jpg) no-repeat right bottom;
	background-size: cover;
	border-radius: 0 30px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
}

.point-header:before,
.point-header:after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 1px;
	height: 25px;
}

.point-header:before {
	bottom: 0;
	background: rgba(255,255,255,1);
}

.point-header:after {
	bottom: -25px;
	background: rgba(91,40,68,1);
}

.point-header .catch {
	width: 80%;
	max-width: 350px;
	padding-bottom: 10px;
}

.point-header .catch img {
	width: 100%;
	vertical-align: bottom;
}


/* ----------------------------------------------------------------------- */
/* point-ttl */

.point-ttl {
	text-align: center;
	padding-top: 50px;
	margin-bottom: 30px;
}

.point-ttl .icon {
	width: 80px;
	height: 42px;
	stroke: rgba(91,40,68,1);
	stroke-width: 5px;
	margin-bottom: 10px;
}

.point-ttl .sub {
	font-size: .95em;
	margin-bottom: .25em;
}

.point-ttl .main {
	line-height: 1.3;
	font-size: 2.2rem;
}


/* ----------------------------------------------------------------------- */
/* point-list */

.point-list {
	margin-bottom: 20px;
}

.point-list .point-list__img {
	margin-bottom: 15px;
}

.point-list .point-list__img img {
	width: 100%;
	vertical-align: bottom;
	border-radius: 5px;
}

.point-list .point-list__ttl {
	line-height: 1.6;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.point-list .point-list__ttl .icon {
	width: 60px;
	height: 60px;
	stroke: rgba(91,40,68,1);
	stroke-width: 4px;
	margin-right: 5px;
}

.point-list .point-list__txt {
	font-size: .95em;
}


/* ----------------------------------------------------------------------- */
/* point-pickup */

.point-pickup__header-ttl {
	text-align: center;
	padding:10px 20px;
	border-radius: 10px 10px 0 0;
	background: rgba(143,63,107,.2);
}

.point-pickup__header-ttl .ttl {
	position: relative;
	color: rgba(91,40,68,1);
	font-size: 2.5rem;
	display: inline-block;
	margin: 0 auto;
}

.point-pickup__header-ttl .ttl:before {
	content: '';
	width: 110px;
	height: 62px;
	background: url(../img/home/point-pickup__header-ttl.png) no-repeat left top;
	background-size: 100%;
	position: absolute;
	left: -40px;
	top: -50px;
}

.point-pickup--inner {
	background: rgba(143,63,107,.1);
	border-radius: 0 0 10px 10px;
	margin-bottom: 60px;
}

.point-pickup--inner img{
	max-width: 100%;
}

.point-pickup__item:first-child {
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
}

.point-pickup__item:first-child:after {
	content: '';
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,1);
	position: absolute;
	left: 0;
	bottom: 0;
}

.point-pickup__ttl {
	line-height: 1.3;
	text-align: center;
	margin-bottom: 20px;
}

.point-pickup__ttl .sub {
	font-size: 1.5rem;
}

.point-pickup__ttl .main {
	font-size: 2.2rem;
	display: block;
}

.point-pickup__img {
	max-width: 500px;
	margin: 0 auto 20px;
}

.point-pickup__img img {
	width: 100%;
	vertical-align: bottom;
	border-radius: 5px;
}


/* ----------------------------------------------------------------------- */
/* point-btn */

.point-btn {
	text-align: center;
	padding-bottom: 60px;
}

.point-btn .btn {
	background: rgba(91,40,68,1);
	color: rgba(255,255,255,1);
	max-width: 380px;
}

.point-btn .btn:hover {
	filter: brightness(105%);
}

.point-btn .btn .icon {
	stroke: rgba(255,255,255,1);
}


/* ============================================================================================== */
/* section__gallery                                                                               */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* section__gallery */

.section__gallery {
	background: rgba(91,40,68,1);
}

.gallery--inner {
	position: relative;
	padding: 80px 0 60px;
}

.gallery--inner:before {
	content: '';
	position: absolute;
	top: -1px;
	right: 10px;
	width: 100px;
	height: 25px;
	background: url(../svg/curve_home2.svg) no-repeat left top;
	background-size: 100%;
}


/* ----------------------------------------------------------------------- */
/* gallery__ttl */

.gallery__ttl {
	text-align: center;
	margin-bottom: 10px;
}

.gallery__ttl .ttl {
	position: relative;
	color: rgba(255,255,255,1);
	font-size: 3.5rem;
	display: inline-block;
	margin: 0 auto;
}

.gallery__ttl .ttl:before {
	content: '';
	width: 120px;
	height: 60px;
	background: url(../img/home/gallery__ttl.png) no-repeat left top;
	background-size: 100%;
	position: absolute;
	left: -50px;
	top: -35px;
}


/* ----------------------------------------------------------------------- */
/* gallery-movie */

.gallery-movie__anchor {
	display: block;
	position: relative;
}

.gallery-movie__anchor:after {
	content: '';
	width: 40px;
	height: 40px;
	background: url(../img/home/gallery-movie__btn.png) no-repeat left top;
	background-size: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 10;
	opacity: .8;
	transition: all 0.25s ease;
}

.gallery-movie__anchor:hover:after {
	opacity: 1;
}

.gallery-movie__img {
	width: 100%;
	vertical-align: bottom;
	border-radius: 5px;
}


/* ----------------------------------------------------------------------- */
/* gallery-slide */

.gallery-slide {
	padding-bottom: 60px;
}

.gallery-slide--inner {
	position: relative;
}

.gallery-slide #slick-container img {
	width: 100%;
	vertical-align: bottom;
}

.gallery-slide .gallery-btn {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gallery-slide .gallery-btn .btn {
	width: 80%;
	max-width: 380px;
}


/* ============================================================================================== */
/* section__course                                                                                */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* section__course */

.section__course {
	background: url(../img/home/course--inner_bg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}

.section__course:before {
	content: '';
	position: absolute;
	left: -10px;
	bottom: -1px;
	width: calc(100% + 10px);
	height: 40px;
	background: url(../svg/curve_home4.svg) no-repeat 60% top;
	background-size: 1500px 40px;
}

.course--inner {
	position: relative;
	padding: 80px 0 100px;
}

.course--inner:before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 120px;
	height: 24px;
	background: url(../svg/curve_home3.svg) no-repeat left top;
	background-size: 100%;
}


/* ----------------------------------------------------------------------- */
/* course__ttl */

.course__ttl {
	text-align: center;
	margin-bottom: 10px;
}

.course__ttl .ttl {
	position: relative;
	color: rgba(91,40,68,1);
	font-size: 3.5rem;
	display: inline-block;
	margin: 0 auto;
}

.course__ttl .ttl:before {
	content: '';
	width: 120px;
	height: 60px;
	background: url(../img/home/course__ttl.png) no-repeat left top;
	background-size: 100%;
	position: absolute;
	left: -50px;
	top: -35px;
}


/* ----------------------------------------------------------------------- */
/* course__btn-list */

.course__btn-list.l-block.grid1-2 > * {
	margin-bottom: 10px;
}

.course__btn-list.l-block.grid1-2 > *:last-child {
	margin-bottom: 0;
}

.course__btn .btn {
	height: 80px;
}

.course__btn .btn .catch {
	display: block;
	font-size: .9em;
	margin-bottom: .5em;
}


/* ============================================================================================== */
/* section__info                                                                                  */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* section__info */

.section__info {
	padding: 20px 0 60px;
}


/* ----------------------------------------------------------------------- */
/* stories-news */

.stories-news {
	margin-bottom: 60px;
}

.stories-news-header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.stories-news-header .stories-news-header__ttl {
	color: rgba(91,40,68,1);
	line-height: 1.5;
}

.stories-news-header .stories-news-header__ttl .en {
	font-size: 2.5rem;
	display: block;
}


/* ----------------------------------------------------------------------- */
/* stories */

.stories-list .stories-list__item {
	margin-bottom: 20px;
}

.stories-list .stories-list__item:last-child {
	margin-bottom: 0;
}

.stories-list .stories-list__anchor {
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	line-height: 1.5;
}

.stories-list .stories-list__anchor:hover .stories-list__img img {
	filter: brightness(105%);
}

.stories-list .stories-list__img {
	width: 80px;
	height: 80px;
	overflow: hidden;
	position: relative;
}

.stories-list .stories-list__img img {
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width:100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
	transition: all 0.25s ease;
}

.stories-list .stories-list__txt {
	width: calc(100% - 100px);
}

.stories-list .stories-list__txt .date {
	font-size: 1.1rem;
}

.stories-list .stories-list__txt .ttl {
	text-decoration: underline;
	margin-bottom: 5px;
}

.stories-list .stories-list__anchor:hover .stories-list__txt .ttl {
	text-decoration: none;
}

.stories-list .stories-list__txt .name {
	font-size: 1.2rem;
	margin-bottom: 5px;
}

.stories-list .stories-list__txt .detail {
	font-size: 1.1rem;
}

.stories-list .stories-list__txt .detail span {
	display: block;
}


/* ----------------------------------------------------------------------- */
/* news */

.news .article__li {
	margin-bottom: 20px;
}

.news .article__li:last-child {
	margin-bottom: 0;
}

.news .article__link {
	line-height: 1.5;
	display: inline-block;
	text-decoration: none;
}

.news .article__link .meta {
	display: inline-flex;
	align-items: center;
	margin-bottom: 2px;
}

.news .article__link .meta .date {
	font-size: .8em;
	padding-right: 10px;
	margin-right: 20px;
	position: relative;
}

.news .article__link .meta .date:after {
	content: '';
	width: 10px;
	height: 1px;
	background: rgba(91,40,68,.2);
	position: absolute;
	right: -10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.news .article__link .meta .cat {
	font-size: .75em;
}

.news .article__link .ttl {
	text-decoration: underline;
}

.news .article__link:hover .ttl {
	text-decoration: none;
}


/* ----------------------------------------------------------------------- */
/* briefing-inquiry */

.briefing-inquiry {
	background: rgba(143,63,107,.1);
	border-radius: 10px;
	padding: 30px 20px;
	box-sizing: border-box;
}


/* ----------------------------------------------------------------------- */
/* briefing */

.briefing__ttl {
	color: rgba(91,40,68,1);
	line-height: 1.3;
	position: relative;
	margin-bottom: 20px;
}

.briefing__ttl:after {
	content: '';
	width: 70px;
	height: 70px;
	background: url(../img/common/badge_free.png) no-repeat left top;
	background-size: 100%;
	position: absolute;
	right: 0;
	top: -40px;
}

.briefing__ttl .sub {
	display: block;
	font-size: .9em;
	margin-bottom: .5em;
}

.briefing__ttl .main {
	display: block;
	font-size: 1.3em;
	margin-bottom: .5em;
}

.briefing__ttl .en {
	display: block;
	font-size: .75em;
	opacity: .5;
}

.briefing__txt {
	font-size: .95em;
	margin-bottom: 20px;
}


/* ----------------------------------------------------------------------- */
/* inquiry */

.section__info .inquiry .g-tel {
	line-height: 1;
	color: rgba(91,40,68,1);
	margin-bottom: 0;
}

.section__info .inquiry .g-tel a {
	color: rgba(91,40,68,1);
}


/* ============================================================================================== */
/* Media query                                                                                    */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* SmartPhone */

@media screen and (min-width: 375px) {

}

@media screen and (min-width: 414px) {

}

@media screen and (orientation:landscape) {

}

/* over iphone 6 plus landscape */
@media screen and (orientation:landscape) and (min-width: 736px) {

}


/* ----------------------------------------------------------------------- */
/* Tablet */

@media screen and (min-width: 768px) {

	/* section__kv */
	.section__kv .swiper-slide.kv04 .parts img {
		display: block;
		width: 30%;
		height: auto;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.section__kv .swiper-slide .pc {
		display: block;
	}

	.section__kv .swiper-slide.kv06 .pc {
		display: flex;
	}

	.section__kv .swiper-slide .sp {
		display: none;
	}

	/* campaign */
	.campaign {
		font-size: 1.2rem;
		padding-left:120px;
	}

	.campaign--inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-top: 10px;
	}

	.campaign .campaign__ttl {
		display: inline-block;
		font-size: 1.3rem;
		width: 100px;
	}

	.campaign .campaign__link {
		width: calc(100% - 100px);
	}

	/* course__btn-list */
	.course__btn-list.l-block.grid1-2 > * {
		width: calc(50% - 10px);
		margin-bottom: 20px;
	}

	.course__btn .btn {
		height: 100px;
	}

	.course__btn .btn .catch {
		font-size: 1em;
	}

	.course__btn .btn .main {
		font-size: 1.3em;
		line-height: 1.3;
	}

	/* stories */
	.stories-list .stories-list__anchor {
		align-items: center;
	}

	.stories-list .stories-list__img {
		width: 150px;
		height: 150px;
	}

	.stories-list .stories-list__txt {
		width: calc(100% - 170px);
	}

	.stories-list .stories-list__txt .date {
		font-size: 1.2rem;
	}

	.stories-list .stories-list__txt .ttl {
		font-size: 1.1em;
		margin-bottom: 10px;
	}

	.stories-list .stories-list__txt .name {
		font-size: 1.3rem;
	}

	.stories-list .stories-list__txt .detail {
		font-size: 1.2rem;
	}

	/* news */
	.news .article__link .ttl {
		font-size: 1.1em;
	}

	/* briefing-inquiry */
	.briefing-inquiry {
		padding: 40px 30px;
	}

	.briefing-inquiry--inner {
		align-items: center;
	}

	.briefing-inquiry--inner.l-block.grid1-2 > * {
		width: calc(50% - 40px);
	}

	.briefing-inquiry--inner.l-block.grid1-2 > *:first-child {
		margin-bottom: 0;
	}

	/* briefing */
	.briefing__ttl:after {
		top: -20px;
		right: 0;
		left: 250px;
	}

	.briefing__ttl .main {
		font-size: 1.5em;
	}

	.briefing__btn .btn {
		font-size: 1.5rem;
		max-width: 200px;
		height: 50px;
	}

	.briefing__btn .btn.btn--center .lbl {
		margin-left: 0;
	}

	.briefing__btn .btn .icon {
		width: 25px;
		height: 25px;
	}

}


/* ----------------------------------------------------------------------- */
/* over ipad landscape */

@media screen and (orientation:landscape) and (min-width: 1024px) {

	/* loader */
	#main {
		height: calc(100vh - 130px);
		margin-top: 130px;
	}

	.onload #main {
		margin-top: 0;
	}

	.loader {
		width: 50px;
		height: 50px;
	}

	/* section_kv */
	.section__kv {
		margin-top: 0;
	}

	.section__kv .swiper-container {
		height: 100vh;
	}

	.section__kv .swiper-slide {
		overflow: hidden;
		position: relative;
	}

	/* section__kv */
	.section__kv .swiper-slide.kv01 .parts img {
		height: 30%;
		bottom: 20%;
	}

	.section__kv .swiper-slide.kv04 .parts img {
		width: 40%;
		max-width: 450px;
	}

	.section__kv .swiper-slide.kv05 .parts img,
	.section__kv .swiper-slide.kv06 .parts img {
		max-width: 550px;
	}

	.section__kv .swiper-slide .pc img {
		position:absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width:100%;
		height: 100%;
		object-fit: cover;
	}

	.section__kv .swiper-slide .parts {
		top: 130px;
		height: calc(100% - 290px);
	}

	.swiper-pagination {
		bottom: 120px !important;
	}

	.swiper-pagination-bullet {
		width: 10px !important;
		height: 10px !important;
		margin: 0 10px !important;
	}

	/* campaign */
	.campaign {
		font-size: 1.8rem;
		background: url(../svg/kv-clip_pc.svg) no-repeat left top;
		background-size: 3000px 160px;
		height: 160px;
		padding-left:220px;
	}

	.campaign .campaign__ttl {
		font-size: 2.5rem;
		width: 180px;
	}

	.campaign .campaign__link {
		width: calc(100% - 180px);
	}

	/* section_point */
	.section__point {
		padding-right: 40px;
	}

	.point--inner {
		border-radius: 0 80px 80px 0;
	}

	.point--inner:before {
		width: 300px;
		height: 130px;
	}

	/* point-header */
	.point-header {
		height: 300px;
		border-radius: 0 80px 0 0;
	}

	.point-header:before,
	.point-header:after {
		height: 60px;
	}

	.point-header:after {
		bottom: -60px;
	}

	.point-header .catch {
		max-width: 600px;
	}

	/* point-ttl */
	.point-ttl {
		padding-top: 90px;
		margin-bottom: 60px;
	}

	.point-ttl .icon {
		width: 105px;
		height: 55px;
		margin-bottom: 15px;
	}

	.point-ttl .sub {
		font-size: 1.8rem;
	}

	.point-ttl .main {
		font-size: 4.5rem;
	}

	/* point-list */
	.point-list {
		margin-bottom: 60px;
	}

	/* point-pickup */
	.point-pickup__header-ttl .ttl {
		font-size: 4rem;
	}

	.point-pickup__header-ttl .ttl:before {
		width: 160px;
		height: 90px;
		left: -80px;
		top: -60px;
	}

	.point-pickup--inner {
	}

	.point-pickup__list {
		display: flex;
		justify-content: space-between;
	}

	.point-pickup__item {
		width: calc(50% - 25px);
	}

	.point-pickup__item:first-child {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.point-pickup__item:first-child:after {
		content: none;
	}

	.point-pickup__ttl {
		margin-bottom: 30px;
	}

	.point-pickup__ttl .sub {
		font-size: 1.8rem;
	}

	.point-pickup__ttl .main {
		font-size: 3rem;
	}

	.point-pickup__img {
		max-width: 100%;
		margin: 0 auto 30px;
	}

	/* point-btn */
	.point-btn {
		padding-bottom: 100px;
	}

	/* section__gallery */
	.gallery--inner {
		padding: 120px 0;
	}

	.gallery--inner:before {
		right: 50px;
		width: 320px;
		height: 80px;
	}

	/* gallery__ttl */
	.gallery__ttl {
		margin-bottom: 30px;
	}

	.gallery__ttl .ttl {
		font-size: 7rem;
	}

	.gallery__ttl .ttl:before {
		width: 160px;
		height: 80px;
		left: -70px;
		top: -40px;
	}

	/* gallery-movie */
	.gallery-movie__anchor:after {
		width: 90px;
		height: 90px;
	}

	/* gallery-slide */
	.gallery-slide {
		padding-bottom: 120px;
	}

	.gallery-slide--inner {
		position: relative;
	}

	/* section__course */
	.section__course:before {
		height: 80px;
		background-size: 3000px 80px;
	}

	.course--inner {
		padding: 120px 0 200px;
	}

	.course--inner:before {
		left: -50px;
		width: 380px;
		height: 75px;
	}

	/* course__ttl */
	.course__ttl {
		margin-bottom: 30px;
	}

	.course__ttl .ttl {
		font-size: 7rem;
	}

	.course__ttl .ttl:before {
		width: 160px;
		height: 80px;
		left: -70px;
		top: -40px;
	}

	/* course__btn-list */
	.course__btn-list.l-block.grid1-2 > * {
		width: calc(50% - 15px);
		margin-bottom: 30px;
	}

	.course__btn .btn {
		height: 130px;
		padding: 0 30px
	}

	.course__btn .btn .main {
		font-size: 1.5em;
	}

	/* section__info */
	.section__info {
		padding: 40px 0 120px;
	}

	/* stories-news */
	.stories-news {
		margin-bottom: 120px;
	}

	.stories-news-header {
		margin-bottom: 60px;
	}

	.stories-news-header .stories-news-header__ttl .en {
		font-size: 4rem;
	}

	/* stories */
	.stories-list .stories-list__item {
		margin-bottom: 30px;
	}

	.stories-list .stories-list__txt {
		width: calc(100% - 180px);
	}

	/* news */
	.news .article__li {
		margin-bottom: 30px;
	}

	/* briefing-inquiry */
	.briefing-inquiry {
		padding: 50px;
	}

	/* briefing */
	.briefing__ttl .main {
		font-size: 1.8em;
	}

}


/* ----------------------------------------------------------------------- */
/* Desktop */

@media screen and (min-width: 1280px) {


	/* section__kv */
	.section__kv .swiper-slide.kv01 .parts img {
		left: 8%;
	}

	/* point-header */
	.point-header {
		height: 350px;
	}

	/* stories-news */
	.stories-news.l-block.grid1-2 > * {
		width: calc(50% - 60px);
	}

}


@media screen and (min-width: 1440px) {

	/* point-header */
	.point-header .catch {
		max-width: 700px;
	}

	/* point-pickup */
	.point-pickup--inner {
	}

	.point-pickup__item {
		width: calc(50% - 30px);
	}

}
