@charset "UTF-8";
/* カラー関連 */
.box-mainarticle .item-tems a.darkblue {
	background: #1E238C;
}
.box-mainarticle .item-tems a.blue {
	background: #00A0D2;
}
.box-mainarticle .item-tems a.violet {
	background: #7D1482;
}
.box-mainarticle .item-tems a.red {
	background: #C8282D;
}
.box-mainarticle .item-tems a.pink {
	background: #F05573;
}
.box-mainarticle .item-tems a.green {
	background: #009B46;
}
.box-mainarticle .item-tems a.orange {
	background: #FFA014;
}
.box-mainarticle .item-tems a.brown {
	background: #938D27;
}

.intro-tag.darkblue {
	background: #1E238C;
}
.intro-tag.blue {
	background: #00A0D2;
}
.intro-tag.violet {
	background: #7D1482;
}
.intro-tag.red {
	background: #C8282D;
}
.intro-tag.pink {
	background: #F05573;
}
.intro-tag.green {
	background: #009B46;
}
.intro-tag.orange {
	background: #FFA014;
}
.intro-tag.brown {
	background: #938D27;
}

.list-news__tag.darkblue {
	background: #1E238C;
}
.list-news__tag.blue {
	background: #00A0D2;
}
.list-news__tag.violet {
	background: #7D1482;
}
.list-news__tag.red {
	background: #C8282D;
}
.list-news__tag.pink {
	background: #F05573;
}
.list-news__tag.green {
	background: #009B46;
}
.list-news__tag.orange {
	background: #FFA014;
}
.list-news__tag.brown {
	background: #938D27;
}

@media screen and (min-width: 835px) {
	.list-news__wrap.darkblue:after {
		border-bottom: 15px solid #1E238C;
	}
	.list-news__wrap.blue:after {
		border-bottom: 15px solid #00A0D2;
	}
	.list-news__wrap.violet:after {
		border-bottom: 15px solid #7D1482;
	}
	.list-news__wrap.red:after {
		border-bottom: 15px solid #C8282D;
	}
	.list-news__wrap.pink:after {
		border-bottom: 15px solid #F05573;
	}
	.list-news__wrap.green:after {
		border-bottom: 15px solid #009B46;
	}
	.list-news__wrap.orange:after {
		border-bottom: 15px solid #FFA014;
	}
	.list-news__wrap.brown:after {
		border-bottom: 15px solid #938D27;
	}
}

@media screen and (max-width: 834px) {
	.list-news__wrap.darkblue:after {
		border-top: 10px solid #1E238C;
	}
	.list-news__wrap.blue:after {
		border-top: 10px solid #00A0D2;
	}
	.list-news__wrap.violet:after {
		border-top: 10px solid #7D1482;
	}
	.list-news__wrap.red:after {
		border-top: 10px solid #C8282D;
	}
	.list-news__wrap.pink:after {
		border-top: 10px solid #F05573;
	}
	.list-news__wrap.green:after {
		border-top: 10px solid #009B46;
	}
	.list-news__wrap.orange:after {
		border-top: 10px solid #FFA014;
	}
	.list-news__wrap.brown:after {
		border-top: 10px solid #938D27;
	}
}

.list-category__ct.darkblue .list-category__tag {
	background: #1E238C;
}
.list-category__ct.blue .list-category__tag {
	background: #00A0D2;
}
.list-category__ct.violet .list-category__tag {
	background: #7D1482;
}
.list-category__ct.red .list-category__tag {
	background: #C8282D;
}
.list-category__ct.pink .list-category__tag {
	background: #F05573;
}
.list-category__ct.green .list-category__tag {
	background: #009B46;
}
.list-category__ct.orange .list-category__tag {
	background: #FFA014;
}
.list-category__ct.brown .list-category__tag {
	background: #938D27;
}

.list-category__ct.darkblue:after {
	border-bottom: 15px solid #1E238C;
}
.list-category__ct.blue:after {
	border-bottom: 15px solid #00A0D2;
}
.list-category__ct.violet:after {
	border-bottom: 15px solid #7D1482;
}
.list-category__ct.red:after {
	border-bottom: 15px solid #C8282D;
}
.list-category__ct.pink:after {
	border-bottom: 15px solid #F05573;
}
.list-category__ct.green:after {
	border-bottom: 15px solid #009B46;
}
.list-category__ct.orange:after {
	border-bottom: 15px solid #FFA014;
}
.list-category__ct.brown:after {
	border-bottom: 15px solid #938D27;
}

.p-mv-text__cat--darkblue {
	background: #1E238C;
}
.p-mv-text__cat--blue {
	background: #00A0D2;
}
.p-mv-text__cat--violet {
	background: #7D1482;
}
.p-mv-text__cat--red {
	background: #C8282D;
}
.p-mv-text__cat--pink {
	background: #F05573;
}
.p-mv-text__cat--green {
	background: #009B46;
}
.p-mv-text__cat--orange {
	background: #FFA014;
}
.p-mv-text__cat--brown {
	background: #938D27;
}

/* メインビジュアル */
.slider-home__link {
	display: block;
}
.slider-home .item {
	position: relative;
}
.p-mv-text {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 40px;
	color: #fff;
}
@media screen and (max-width: 834px) {
	.p-mv-text {
		padding: 24px;
	}
}
.p-mv-text__cat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	  -ms-flex-align: center;
	      align-items: center;
	-webkit-box-pack: center;
	  -ms-flex-pack: center;
	      justify-content: center;
	width: 130px;
	height: 30px;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
	.p-mv-text__cat {
		width: 76px;
		height: 20px;
		font-size: 1rem;
	}
}
.p-mv-text__body {
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 800;
	margin-top: 20px;
	text-shadow: 2px 2px 10px rgb(0 0 0 / 50%);
}
@media screen and (max-width: 834px) {
	.p-mv-text__body {
		margin-top: 15px;
	}
}
.p-mv-text__heading {
	font-size: 4rem;
}
@media screen and (max-width: 834px) {
	.p-mv-text__heading {
		font-size: 3.2rem;
	}
}
.p-mv-text__brand {
	font-size: 2.4rem;
	margin-top: 5px;
}
@media screen and (max-width: 834px) {
	.p-mv-text__brand {
		font-size: 2rem;
		margin-top: 3px;
	}
}

/* TOPスライダー広告 */
.slider-ads__link {
	display: block;
}

/* ボタン（PC） */
@media screen and (min-width: 835px) {
	.btn-links {
	  margin-bottom: 27px;
	}
	.btn-links a {
	  margin-bottom: 31px;
	}
	.btn-links a:last-child {
	  margin-bottom: 0;
	}
	.btn-comp02 {
	  font-size: 1.5rem;
	  font-weight: 600;
	  color: #ffffff;
	  line-height: 1.75;
	  letter-spacing: 0.01em;
	  padding: 12px 10px;
	  width: 100%;
	  text-align: center;
	  background: #000000;
	  display: inline-block;
	}
	.btn-comp02__orange {
	  background: #ea613b;
	}
}

/* 検索 */
@media screen and (min-width: 835px) {
	.open-btn img {
		margin-bottom: 5px;
	}
	.open-btn span {
		display: block;
		font-family: Helvetica, sans-serif;
		font-weight: 500;
		color: #595959;
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 1024px) {
	.open-btn img {
		width: 25px;
		margin-bottom: 0;
	}
	.open-btn span {
		display: none;
	}
}
@media screen and (max-width: 834px) {
	.open-btn img {
		width: 25px;
	}
	.open-btn span {
		display: none;
	}
}
.open-btn {
	cursor: pointer;
}
#search-wrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: all 0.4s;
	width: 100%;
	height: 100vh;
}
#search-wrap.panelactive {
	opacity: 1;
	z-index: 20;
	background: #333;
	display: flex;
	justify-content: center;
	align-items: center;
}
#search-wrap .search-area {
	display: none;
}
#search-wrap.panelactive .search-area {
	display: block;
	width: 80%;
	position: relative;
}
#search-wrap form {
	position: relative;
	height: 66px;
}
#search-wrap input {
	-webkit-appearance: none;
	outline: none;
	cursor: pointer;
}
#search-wrap input[type="text"] {
	width: 100%;
	height: 100%;
	padding: 20px;
	border: none;
	transition: all 0.5s;
	letter-spacing: 0.05em;
	font-size: 1.6rem;
	background: #fff;
}
#search-wrap input[type="submit"] {
	border: none;
	position: absolute;
	top: 0;
	right: 10px;
	background: url("../img/common/icon-search-pc.png") no-repeat 15px center;
	background-size: 25px 25px;
	width: 66px;
	height: 66px;
}
.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	cursor: pointer;
	width: 60px;
	height: 60px;
}
.close-btn span {
	display: inline-block;
	position: absolute;
	left: 14px;
	height: 3px;
	border-radius: 2px;
	background-color: #fff;
}
.close-btn span:nth-of-type(1) {
	top: 21px;
	left: 16px;
	transform: translateY(6px) rotate(-135deg);
	width: 50%;
}
.close-btn span:nth-of-type(2) {
	top: 32px;
	left: 16px;
	transform: translateY(-6px) rotate(135deg);
	width: 50%;
}

/* archiveページ */
@media screen and (min-width: 835px) {
	.sec-articlelist {
		padding: 40px 0 188px;
	}
}
@media screen and (max-width: 834px) {
	.sec-articlelist {
		padding: 30px 0 31px;
	}
}
@media screen and (min-width: 835px) {
	.list-news__item:nth-of-type(n+4) {
		margin-top: 10px;
	}
}

/* singleページ */
@media screen and (min-width: 835px) {
	.ttl-article--en {
		font-size: 1.6rem;
		color: #404040;
/* 		margin-bottom: 54px; */
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 834px) {
	.ttl-article--en {
		font-size: 1.2rem;
		color: #502314;
/* 		margin-bottom: 23px; */
		margin-bottom: 5px;
	}
}
.l-list-social {
	margin-bottom: 26px;
}

.flex-box {
	display: flex;
	justify-content: space-between;
}
.flex-box figure {
	width: 50%;
}
.flex-box .text__box {
	width: calc( 50% - 15px );
	margin-left: 15px;
}
.flex-box .text__box > p {
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.7222;
	margin-bottom: 30px;
}
.flex-box.right {
	flex-direction: row-reverse;
}
.flex-box.right .text__box {
	margin-left: 0;
	margin-right: 15px;
}

/* グローバルナビ */
@media screen and (min-width: 1025px) {
	#header .nav-menu .show-menu > .item {
		display: flex;
		align-items: flex-end;
	}
}

/* プレゼント */
.present-event .sec-page {
	padding: 40px 0 50px;
}
@media screen and (max-width: 834px) {
	.present-event .sec-page {
		padding: 0 0 50px;
	}
}
@media screen and (max-width: 834px) {
	.present-event .inner {
		padding: 0 5px;
	}
}
@media screen and (max-width: 834px) {
	.l-head-img {
		margin: 0px -5px;
	}
}
.l-sec-apply {
/* 	margin: 0 -74px 99px; */
	margin-bottom: 99px;
}
@media screen and (max-width: 834px) {
	.l-sec-apply {
		margin-bottom: 35px;
	}
}
.p-sec-apply {
	padding: 0 60px;
}
@media screen and (max-width: 834px) {
	.p-sec-apply {
		padding: 0;
	}
}
.p-sec-apply__head {
	padding: 45px 0 88px;
}
@media screen and (max-width: 834px) {
	.p-sec-apply__head {
		padding: 22px 0;
		background: #fff;
		margin: 0px -5px; 
	}
}
.page-ct p.c-heading01 {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 4.6rem;
	letter-spacing: 0.02em;
	text-align: center;
}
@media screen and (max-width: 834px) {
	.c-heading01 {
		font-size: 2.3rem;
	}
}
.p-sec-apply__title {
	margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
	.p-sec-apply__title {
		margin-bottom: 23px;
	}
}
.p-sec-apply__lead {
	font-size: 2.2rem;
	line-height: 1.54545;
	letter-spacing: 0.01em;
	margin-bottom: 60px;
	text-align: center;
}
@media screen and (max-width: 834px) {
	.p-sec-apply__lead {
		font-size: 1.1rem;
		margin-bottom: 24px;
	}
}
.c-btn01 {
	background-color: #C8282D;
	color: #fff;
	display: inline-block;
	font-size: 2.2rem;
	width: 500px;
	max-width: 100%;
	padding: 17px;
}
@media screen and (max-width: 834px) {
	.c-btn01 {
		font-size: 1.1rem;
		padding: 8px;
	}
}
.p-sec-apply__btn {
/* 	margin-bottom: 88px; */
	text-align: center;
}
@media screen and (max-width: 834px) {
	.p-sec-apply__btn {
		padding: 0 60px;
	}
}
.p-sec-apply__list {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
	.p-sec-apply__list {
		display: block;
/* 		margin: 0 -18px; */
		padding-top: 5px;
	}
}
.p-sec-apply__item {
	flex: 0 1 47.72727%;
}
.p-sec-apply__item:nth-of-type(2n) {
	margin-left: 4.54545%;
}

.p-sec-apply__item:nth-of-type(n+3) {
	margin-top: 60px;
}
@media screen and (max-width: 834px) {
	.p-sec-apply__item:nth-of-type(2n) {
		margin-left: 0;
	}
	.p-sec-apply__item:nth-of-type(n+2) {
		margin-top: 24px;
	}
}
.c-card__link {
	display: block;
}
.c-card__img-wrapper {
	position: relative;
	overflow: hidden;
/* 	margin-bottom: 19px; */
}
.c-card__img-wrapper::before {
	content: "";
	display: block;
	background: #CBCBCB;
	padding-bottom: calc(320 / 320 * 100%);
}
.c-card__img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
.c-card__body {
	margin-top: 19px; 
}
@media screen and (max-width: 834px) {
	.c-card__body {
		margin-top: 0;
		padding: 8px 13px;
		background: #fff;
	}
}
.c-card__title {
	font-size: 2rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
	margin-bottom: 16px;
}
@media screen and (max-width: 834px) {
	.c-card__title {
		font-size: 1.4rem;
		margin-bottom: 10px;
	}
}
.c-card__sub-title {
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	margin-bottom: 18px;
}
@media screen and (max-width: 834px) {
	.c-card__sub-title {
		font-size: 1rem;
		margin-bottom: 17px;
	}
}
.c-card__text {
	font-size: 1.6rem;
	line-height: 1.375;
	overflow: hidden;
/* 	height: 5.5em; */
	max-height: 5.5em;
}
@media screen and (max-width: 834px) {
	.c-card__text {
		font-size: 1.1rem;
		color: #808080;
	}
}
.p-sec-apply__list {
	margin-bottom: 70px;
}
@media screen and (max-width: 834px) {
	.p-sec-apply__list {
		margin-bottom: 25px;
	}
}
.p-sec-apply__note {
	margin-bottom: 70px;
	text-align: right;
}
@media screen and (max-width: 834px) {
	.p-sec-apply__note {
		margin-bottom: 43px;
		padding: 0 10px;
	}
}
.p-sec-apply__link {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
	.p-sec-apply__link {
		font-size: 1rem;
	}
}
.p-sec-apply__btn02 {
	text-align: center;
}
@media screen and (max-width: 834px) {
	.p-sec-apply__btn02 {
		margin: 0 -5px;
		padding: 0 60px;
	}
}
.l-sec-benefits {
/* 	margin: 0 -134px 66px; */
	margin-bottom: 66px;
}
@media screen and (max-width: 834px) {
	.l-sec-benefits {
		margin: 0 -5px 28px;
	}
}
.p-sec-benefits__title {
	line-height: 1.33333;
	font-size: 3rem;
	letter-spacing: 0.01em;
	margin-bottom: 40px;
	text-align: center;
}
@media screen and (max-width: 834px) {
	.p-sec-benefits__title {
		font-size: 1.7rem;
		margin-bottom: 23px;
	}
}
.p-sec-benefits__list {
	margin-bottom: 92px;
}
@media screen and (max-width: 834px) {
	.p-sec-benefits__list {
		margin-bottom: 20px;
	}
}
.c-media {
	display: flex;
	min-height: 305px;
}
@media screen and (max-width: 834px) {
	.c-media {
		display: block;
		min-height: auto;
	}
}
.c-media--reverse {
	flex-direction: row-reverse;
}
.c-media__body {
	flex: 0 1 60%;
	padding: 35px 75px;
}
@media screen and (max-width: 834px) {
	.c-media__body {
		padding: 46px 54px 70px;
	}
}
.c-media--reverse .c-media__body {
	text-align: right;
}
@media screen and (max-width: 834px) {
	.c-media--reverse .c-media__body {
		text-align: left;
	}
}
.c-media__img-wrapper {
	flex: 0 1 40%;
}
.c-media__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.c-media__body.darkblue {
	background-color: #1E238C;
}
.c-media__body.blue {
	background-color: #00A0D2;
}
.c-media__body.violet {
	background-color: #7D1482;
}
.c-media__body.red {
	background-color: #C8282D;
}
.c-media__body.pink {
	background-color: #F05573;
}
.c-media__body.green {
	background-color: #009B46;
}
.c-media__body.orange {
	background-color: #FFA014;
}
.c-media__body.brown {
	background-color: #938D27;
}
.c-media__body.black {
	background-color: #404040;
}
@media screen and (max-width: 834px) {
	.c-media__body.darkblue {
		background-color: rgba(30,35,140,0.8);
	}
	.c-media__body.blue {
		background-color: rgba(0,160,210,0.8);
	}
	.c-media__body.violet {
		background-color: rgba(125,20,130,0.8);
	}
	.c-media__body.red {
		background-color: rgba(200,40,45,0.8);
	}
	.c-media__body.pink {
		background-color: rgba(240,85,115,0.8);
	}
	.c-media__body.green {
		background-color: rgba(0,155,70,0.8);
	}
	.c-media__body.orange {
		background-color: rgba(255,160,20,0.8);
	}
	.c-media__body.brown {
		background-color: rgba(147,141,39,0.8);
	}
	.c-media__body.black {
		background-color: rgba(64,64,64,0.8);
	}
}
.c-media__title {
	color: #fff;
	display: inline-block;
	font-size: 3.2rem;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	letter-spacing: 0.04em;
	position: relative;
	min-width: 105px;
	text-align: center;
}
@media screen and (max-width: 834px) {
	.c-media__title {
		font-size: 1.6rem;
		min-width: auto;
	}
}
.c-media__title::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 1px;
}
.c-media__text {
	color: #fff;
	font-size: 2.6rem;
	line-height: 1.5;
	letter-spacing: 0.02em;
	margin-top: 45px;
	text-align: left;
}
@media screen and (max-width: 834px) {
	.c-media__text {
		font-size: 1.5rem;
		margin-top: 25px;
	}
}
.c-media__note {
	margin-top: 35px;
	text-align: left;
	font-size: 2.2rem;
	letter-spacing: 0.02em;
}
.c-media__note a {
	font-size: 2.2rem;
	letter-spacing: 0.02em;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}
@media screen and (max-width: 834px) {
	.p-sec-benefits__note {
		margin-bottom: 30px;
		text-align: center;
	}
	.p-sec-benefits__note a {
		font-size: 1.1rem;
		letter-spacing: 0.02em;
		padding-bottom: 5px;
		border-bottom: 1px solid #000;
	}
}
.p-sec-benefits__btn {
	text-align: center;
}
@media screen and (max-width: 834px) {
	.p-sec-benefits__btn {
		padding: 0 60px;
	}
}
.l-sec-archive {
/* 	margin: 0 -134px 96px; */
	margin-bottom: 96px;
}
@media screen and (max-width: 834px) {
	.l-sec-archive {
		margin-bottom: 35px;
	}
}
.p-sec-archive__title {
	margin-bottom: 45px;
}
@media screen and (max-width: 834px) {
	.p-sec-archive__title {
		margin-bottom: 29px;
	}
}
.p-sec-archive__note {
	text-align: right;
	margin: 30px 52px 0 0;
}
@media screen and (max-width: 834px) {
	.p-sec-archive__note {
		text-align: center;
		margin: 30px 0 0;
	}
}
.p-sec-archive__link {
	font-size: 2.6rem;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	letter-spacing: 0.02em;
	position: relative;
	padding-right: 33px;
}
@media screen and (max-width: 834px) {
	.p-sec-archive__link {
		font-size: 1.5rem;
		padding-right: 16px;
	}
}
.p-sec-archive__link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	border-style: solid;
	border-width: 10px 0 10px 20px;
	border-color: transparent transparent transparent #000;
}
@media screen and (max-width: 834px) {
	.p-sec-archive__link::after {
		border-width: 5px 0 5px 10px;
	}
}