@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/***************** 基本設定・全体設定 *****************/
html {
    scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth; /* Safari */
}
body {
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 400;
    overflow-wrap: break-word;
    word-wrap: break-word;
    color: #000;
    font-size: 15px;
}
@media screen and (max-width: 360px) {
    body {
        font-size: 14px;
    }
}
@media screen and (min-width: 600px) {
    body {
        font-size: 16px;
    }
}

a:active,
a:focus,
a:hover,
a:link,
a:visited{
	color: #000;
}

a.active,
a:active,
a:focus,
a:hover {
  text-decoration:underline
}

/***************** 共通パーツ *****************/
.container {
    width: 100%;
    height: auto;
    padding: 0 15px;
    margin: 0 auto;
}
.container_pad {
    margin: 0 auto;
    padding: 0 20px;
	max-width: 970px;
    width: 100%;
}
@media screen and (max-width: 768px) {
	.container_pad {
		padding: 0;
	}
}
.container_full {
    width: 100%;
}

/* フレックス */
.flex {
    display: flex;
}

/* フレックス+中央ぞろえ */
.flex__center {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ポジションレラティブ */
.relative {
    position: relative;
}

/* 太字 */
.bold {
    font-weight: 800;
}

/* センタリング */
.center {
    text-align: center;
}

.container{
	max-width: 1024px;
}

/* ボタン */
.button {
	margin: 0 auto;
    padding: 0;
	max-width: 500px;
    width: 100%;
    border-radius: 30px;
    transition: 0.3s;
    background-color: #ff6801;
    pointer-events: auto;
    cursor: pointer;
    -webkit-transition: 0.3s; /* Safari */
	box-sizing: border-box;
	position: relative;
}
.button:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 14px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 0;
	right: 17px;
	bottom: 0;
	margin: auto;
}
.button img {
    margin: 0 auto;
}
.button:hover {
    box-shadow: 0 0 #fff;
}

@media screen and (max-width: 768px) {
	.button {
		border-radius: 4vw;
		box-shadow: 0.6vw 1.7vw 0 -0.6vw #f9cccf;
	}
	.button:after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 3vw 0 3vw 4vw;
		border-color: transparent transparent transparent #fff;
		position: absolute;
		top: 0;
		right: 3.4vw;
		bottom: 0;
		margin: auto;
	}
}

/* 背景色 */
.bg_color__navy {
    background-color: #0f0f33;
}
.bg_color__purple {
    background-color: #6c60b2;
}
.bg_color__yellow {
    background-color: #ffffb0;
}
.bg_color__blue {
    background-color: #008cd7;
}
.bg_color__blue2 {
    background-color: #1f2851;
}

/***************** 改行 *****************/
/* pc版のみ改行 */
.pc_view{
    display: block;
}
.sp_view{
    display: none;
}
@media screen and (max-width: 768px) {
    .pc_view {
        display: none;
    }
    .sp_view {
        display: block;
    }	
}

/***************** KV *****************/
.kv {
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.kv__box{
	padding: 0 0 30px;
	background-image: url("../img/kv_bg1_pc.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 2000px;
	height: 1198px;
}
.kv_box__inner{
	margin: 0 auto;
	max-width: 1235px;
	width: 100%;
	aspect-ratio: 1235 / 860;
	position: relative;
}
.kv__logo{
	max-width: 126px;
	width: 100%;
	position: absolute;
	top: calc(19 / 860 * 100%);
	left: calc(18 / 1235 * 100%);
}
.kv__mark{
	max-width: 295px;
	width: 100%;
	position: absolute;
	top: calc(19 / 860 * 100%);
	right: calc(18 / 1235 * 100%);
}
.kv__title{
	max-width: 830px;
	width: 100%;
	position: absolute;
	top: 0;
	left: calc(177 / 1235 * 100%);
}
.kv__title2{
	margin: auto;
	max-width: 1235px;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.kv__text{
	margin: 20px auto 0;
	max-width: 980px;
	width: 100%;
}
.kv__period{
	margin: 44px auto 0;
	max-width: 1122px;
	width: 100%;
}

@media screen and (max-width: 1275px) {
	.kv__box{
		background-image: url("../img/kv_bg1_pc.png");
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
		padding: 0 0 3vw;
	}
	.kv_box__inner{
		margin: 0 auto;
		max-width: 100%;
		width: 96.7%;
		aspect-ratio: 1235 / 860;
		position: relative;
	}
	.kv__logo{
		max-width: 100%;
		width: 10.2%;
		position: absolute;
		top: calc(19 / 860 * 100%);
		left: calc(18 / 1235 * 100%);
	}
	.kv__mark{
		max-width: 100%;
		width: 23.9%;
		position: absolute;
		top: calc(19 / 860 * 100%);
		right: calc(18 / 1235 * 100%);
	}
	.kv__title{
		max-width: 100%;
		width: 67.4%;
		position: absolute;
		top: 0;
		left: calc(177 / 1235 * 100%);
	}
	.kv__title2{
		margin: auto;
		max-width: 100%;
		width: 100%;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.kv__text{
		margin: 1.0vw auto 0;
		max-width: 100%;
		width: 78.4%;
	}
	.kv__period{
		margin: 2vw auto 0;
		max-width: 100%;
		width: 90.7%;
	}
}

@media screen and (max-width: 768px) {
	.kv {
	}
	.kv__box{
		padding: 0;
		background-image: url("../img/kv_bg1.png");
		background-size: contain;
	}
	.kv__box2{
		background-image: url("../img/kv_bg2.png");
		background-size: contain;
	}
	.kv_box__inner{
		max-width: 100%;
		width: 100%;
		aspect-ratio: 750 / 908;
	}
	.kv__logo{
		max-width: 100%;
		width: 12%;
		top: calc(40 / 908 * 100%);
		left: calc(38 / 768 * 100%);
	}
	.kv__mark{
		max-width: 100%;
		width: 25.4%;
		top: calc(38 / 908 * 100%);
		right: calc(42 / 768 * 100%);
		z-index: 2;
	}
	.kv__title{
		max-width: 100%;
		width: 100%;
		top: 0;
		left: calc(0 / 768 * 100%);
	}
	.kv__title2{
		max-width: 100%;
		width: 100%;
		bottom: calc(8 / 908 * 100%);
		left: 0;
	}
	.kv__text{
		margin: 2vw auto 0;
		max-width: 100%;
		width: 56%;
	}
	.kv__period{
		margin: 3vw auto 0;
		max-width: 100%;
		width: 88%;
	}
}

/***************** コンテスト *****************/
.contest {
	padding: 0;
	background-image: url("../img/contest_bg_pc.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 2000px;
	height: 1443px;
}
.contest__text{
    margin: 0 auto 0;
    width: 100%;
}
.contest_text__area{
    margin: 0 auto 0;
    max-width: 655px;
    width: 100%;
    aspect-ratio: 655 / 123;
}
.box__contest{
    margin: 0 auto 0;
    padding: 20px 20px 0;
    max-width: 1296px;
    width: 100%;
    box-sizing: border-box;
}
.contest_title__area{
    margin: 0 auto 0;
    max-width: 1007px;
    width: 100%;
    aspect-ratio: 1007 / 390;
    position: relative;
}
.contest__title{
    margin: 0 auto;
    max-width: 463px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.contest__icon1{
    max-width: 141px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.contest__icon2{
    max-width: 148px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.contest_texr2__area{
    margin: 0 auto;
    max-width: 1296px;
    width: 100%;
    aspect-ratio: 1296 / 840;
    position: relative;
}
.contest__text1{
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
    position: absolute;
    top: calc(15 / 840 * 100%);
    left: 0;
    right: 0;
}
.contest__icon3{
    max-width: 141px;
    width: 100%;
    position: absolute;
    top: calc(94 / 840 * 100%);
    left: calc(77 / 1296 * 100%);
}
.contest__icon4{
    max-width: 149px;
    width: 100%;
    position: absolute;
    top: calc(69 / 840 * 100%);
    right: calc(110 / 1296 * 100%);
}
.contest__text2{
    margin: 0 auto;
    max-width: 467px;
    width: 100%;
    position: absolute;
    top: calc(142 / 840 * 100%);
    left: 0;
    right: 0;
}
.contest__icon5{
    max-width: 193px;
    width: 100%;
    position: absolute;
    top: calc(395 / 840 * 100%);
    left: calc(179 / 1296 * 100%);
}
.contest__icon6{
    max-width: 110px;
    width: 100%;
    position: absolute;
    top: calc(339 / 840 * 100%);
    right: calc(259 / 1296 * 100%);
}
.contest__text3{
    margin: 0 auto;
    max-width: 611px;
    width: 100%;
    position: absolute;
    top: calc(490 / 840 * 100%);
    left: 0;
    right: 0;
}
.contest__icon7{
    max-width: 139px;
    width: 100%;
    position: absolute;
    top: calc(615 / 840 * 100%);
    left: 0;
}
.contest__icon8{
    max-width: 123px;
    width: 100%;
    position: absolute;
    top: calc(676 / 840 * 100%);
    left: calc(227 / 1296 * 100%);
}
.contest__icon9{
    max-width: 90px;
    width: 100%;
    position: absolute;
    top: calc(762 / 840 * 100%);
    right: calc(413 / 1296 * 100%);
}
.contest__icon10{
    max-width: 343px;
    width: 100%;
    position: absolute;
    top: calc(610 / 840 * 100%);
    right: 0;
}

@media screen and (max-width: 1296px) {
	.contest {
		padding: 0;
		background-image: url("../img/contest_bg_pc.png");
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size: cover;
		aspect-ratio: 2000 / 1443;
		height: auto;
}
	.contest_text__area{
    	margin: 0 auto 0;
    	max-width: 100%;
    	width: 50.6%;
    	aspect-ratio: 655 / 123;
	}
	.contest_title__area{
    	margin: 0 auto 0;
    	max-width: 100%;
    	width: 77.7%;
    	aspect-ratio: 1007 / 390;
    	position: relative;
	}
	.contest__title{
    	margin: 0 auto;
    	max-width: 100%;
    	width: 46%;
    	position: absolute;
    	left: 0;
    	right: 0;
    	top: 0;
	}
	.contest__icon1{
		max-width: 100%;
		width: 14%;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.contest__icon2{
    	max-width: 100%;
    	width: 14.7%;
    	position: absolute;
    	right: 0;
    	bottom: 0;
	}
	.contest_texr2__area{
	    margin: 0 auto;
    	max-width: 100%;
    	width: 100%;
    	aspect-ratio: 1296 / 840;
    	position: relative;
	}
	.contest__text1{
    	margin: 0 auto;
    	max-width: 100%;
    	width: 46.3%;
    	position: absolute;
    	top: calc(25 / 840 * 100%);
    	left: 0;
    	right: 0;
	}
	.contest__icon3{
   		max-width: 100%;
    	width: 10.9%;
    	position: absolute;
    	top: calc(77 / 840 * 100%);
    	left: calc(77 / 1296 * 100%);
	}
	.contest__icon4{
    	max-width: 100%;
    	width: 11.5%;
    	position: absolute;
    	top: calc(53 / 840 * 100%);
    	right: calc(110 / 1296 * 100%);
	}
	.contest__text2{
    	margin: 0 auto;
    	max-width: 100%;
    	width: 36.1%;
    	position: absolute;
    	top: calc(126 / 840 * 100%);
    	left: 0;
    	right: 0;
	}
	.contest__icon5{
    	max-width: 100%;
    	width: 14.9%;
    	position: absolute;
    	top: calc(379 / 840 * 100%);
    	left: calc(179 / 1296 * 100%);
	}
	.contest__icon6{
    	max-width: 100%;
    	width: 8.5%;
    	position: absolute;
    	top: calc(315 / 840 * 100%);
    	right: calc(259 / 1296 * 100%);
	}
	.contest__text3{
    	margin: 0 auto;
    	max-width: 100%;
    	width: 47.2%;
    	position: absolute;
    	top: calc(448 / 840 * 100%);
    	left: 0;
    	right: 0;
	}
	.contest__icon7{
    	max-width: 100%;
    	width: 10.7%;
    	position: absolute;
    	top: calc(591 / 840 * 100%);
    	left: 0;
	}
	.contest__icon8{
    	max-width: 100%;
    	width: 9.5%;
    	position: absolute;
    	top: calc(650 / 840 * 100%);
    	left: calc(198 / 1296 * 100%);
	}
	.contest__icon9{
    	max-width: 100%;
    	width: 7.2%;
    	position: absolute;
    	top: calc(692 / 840 * 100%);
    	right: calc(413 / 1296 * 100%);
	}
	.contest__icon10{
    	max-width: 100%;
    	width: 26.4%;
    	position: absolute;
    	top: calc(575 / 840 * 100%);
    	right: 0;
	}
}
@media screen and (max-width: 768px) {
	.contest{
		padding: 0;
		background-image: url("../img/contest_bg.png");
		background-size: contain;
		aspect-ratio: 750 / 1670;
		height: auto;
	}
	.contest__text{
		margin: 7vw auto 0;
		max-width: 100%;
		width: 73.5%;
		position: relative;
	}
	.contest_text__area{
		margin: 0 auto;
		max-width: 100%;
		width: 100%;
		aspect-ratio: 531 / 104;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
	.box__contest{
		margin: 0 auto 0;
		padding: 14.2vw 0 0;
		max-width: 100%;
		width: 100%;
		box-sizing: border-box;
		backgrou7nd: red;
	}
	.contest_title__area{
		margin: 2.8vw auto 0;
		max-width: 100%;
		width: 88.1%;
		aspect-ratio: 678 / 362;
		position: relative;
	}
	.contest__title{
		margin: 0 auto;
		max-width: 100%;
		width: 56.4%;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
	}
	.contest__icon1{
		max-width: 100%;
		width: 28.5%;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.contest__icon2{
		max-width: 100%;
		width: 29.3%;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.contest_texr2__area{
		margin: 9vw auto 0;
		max-width: 100%;
		width: 100%;
		aspect-ratio: 750 / 1055;
		position: relative;
	}
	.contest__text1{
		margin: 0 auto;
		max-width: 100%;
		width: 78.1%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
	.contest__icon3{
		max-width: 100%;
		width: 18.0%;
		position: absolute;
		top: calc(156 / 1055 * 100%);
    	left: calc(28 / 750 * 100%);
	}
	.contest__icon4{
		max-width: 100%;
		width: 18.6%;
		position: absolute;
		top: calc(152 / 1055 * 100%);
		right: calc(32 / 750 * 100%);
	}
	.contest__text2{
		margin: 0 auto;
		max-width: 100%;
		width: 60.4%;
		position: absolute;
		top: calc(164 / 1055 * 100%);
		left: 0;
		right: 0;
	}
	.contest__icon5{
		max-width: 100%;
		width: 24.9%;
		position: absolute;
		top: calc(435 / 1055 * 100%);
		left: calc(28 / 750 * 100%);
	}
	.contest__icon6{
		max-width: 100%;
		width: 14.2%;
		position: absolute;
		top: calc(371 / 1055 * 100%);
		right: calc(60 / 750 * 100%);
	}
	.contest__text3{
		margin: 0 auto;
		max-width: 100%;
		width: 79.4%;
		position: absolute;
		top: calc(520 / 1055 * 100%);
		left: 0;
		right: 0;
	}
	.contest__icon7{
		max-width: 100%;
		width: 17.6%;
		position: absolute;
		top: calc(757 / 1055 * 100%);
		left: calc(49 / 750 * 100%);
	}
	.contest__icon8{
		max-width: 100%;
		width: 15.6%;
		position: absolute;
		top: calc(896 / 1055 * 100%);
		left: calc(145 / 750 * 100%);
	}
	.contest__icon9{
		max-width: 100%;
		width: 12.1%;
		position: absolute;
		top: calc(796 / 1055 * 100%);
		right: calc(289 / 750 * 100%);
	}
	.contest__icon10{
		max-width: 100%;
		width: 48.3%;
		position: absolute;
		top: calc(837 / 1055 * 100%);
		right: calc(32 / 750 * 100%);
	}
}

/***************** コンテスト　概要 *****************/
.contest1 {
	background-color: #fff;
}
.contest1__container {
	padding: 30px 0 0;
	background-color: #fff;
}
.box__contest1__tab {}
.contest1__tab{
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}
.contest1__tab ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.contest1__tab ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	box-sizing: border-box;
	cursor: pointer;
}
.contest1__tab ul li:hover {
	opacity: 0.9;
}
.tab__area{
	display: none;
	margin: 0 auto;
	padding: 0 0 0;
	width: 100%;
	box-sizing: border-box;
}
.tab__area.current{
	display: block;
}
.tab_area__text {
	margin: 0 auto;
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	position: relative;
}
#tab_area1 .tab_area__text {
	background-color: #e50112;
}
#tab_area2 .tab_area__text {
	background-color: #00a23f;
}
#tab_area1 .tab_area__text.announce,
#tab_area2 .tab_area__text.announce{
	margin: 0 auto 20px;
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	position: relative;
}
#tab_area1 .tab_area__text p {
	font-size: 1.4em;
	line-height: 1.6;
	text-align: center;
}
#tab_area1 .tab_area__text h2 {
	margin: 0 auto;
	max-width: 818px;
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -14px;
}
#tab_area1 .tab_area__text.announce h2 {
	margin: auto;
	max-width: 481px;
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#tab_area2 .tab_area__text h2 {
	margin: auto;
	max-width: 593px;
	width: 100%;
	height: auto;
	position: absolute;
    top: 50%;
	right: 0;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#tab_area1 .tab_area__text h2 img,
#tab_area2 .tab_area__text h2 img {
	width: 100%;
	height: auto;
}
.tab_area__inner {
	padding: 60px 0 70px;
	position: relative;
}
.tab_area__box {
	padding: 0 20px 0;
}
.tab_area__text1 {
	margin: 0 auto 68px;
	max-width: 920px;
	width: 100%;
}
.tab_area__text1 p {
	font-size: 1.4em;
	line-height: 1.8;
}
.tab_area__inner h3 {
	display: table;
	margin: 0 auto 45px;
	padding: 13px 40px;
	min-width: 400px;
	font-size: 1.6em;
	line-height: 1;
	color: #000;
	text-align: center;
	border-radius: 30px;
	background-color: #ffdd71;
	box-sizing: border-box;
}
#tab_area1 .tab_area__picture1{
	margin: 0 auto 40px;
	max-width: 920px;
	width: 100%;
}
#tab_area1 .tab_area__picture1_announce,
#tab_area2 .tab_area__picture1_announce{
	margin: 0 auto 40px;
	max-width: 808px;
	width: 100%;
}
#tab_area2 .tab_area__picture1{
	margin: 0 auto 72px;
	max-width: 920px;
	width: 100%;
}
.tab_area__text2 {
	margin: 0 auto 72px;
	max-width: 896px;
	width: 100%;
	list-style: none;
}
.tab_area__text2 li {
	margin: 0;
}
.tab_area__text2 li + li {
	margin: 1em 0 0;
}
.tab_area__text2 p {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.4em;
	line-height: 1.8;
}
.tab_area__picture2 {
	margin: 0 auto 72px;
	max-width: 920px;
	width: 100%;
}
.tab_area__attention {
	margin: 14px auto 0;
	max-width: 811px;
	width: 100%;
	text-align: left;
}
.tab_area__attention p{
	font-size: 1.1em;
	line-height: 1.3;
}
.tab_area__period {
	margin: 0 auto;
	max-width: 920px;
	width: 100%;
}
.tab_area__period.last {
	margin: 60px auto 0;
}
.tab_area__period_over {
	margin: 60px auto 0;
	max-width: 920px;
	width: 100%;
	position: relative;
}
.tab_area__period dt,
.tab_area__period dt.period_other__list,
.tab_area__period_over dt.period_other__list{
	margin: 0 0 30px;
	padding: 5px 20px;
	width: 100%;
	box-sizing: border-box;
}
.tab_area__period dt {
	background-color: #ec6c00;
}
.tab_area__period dt.period_other__list,
.tab_area__period_over dt.period_other__list{
	background-color: #ffdd71;
}
.tab_area__period dt p {
	font-weight: 600;
	color: #fff;
}
.tab_area__period dt.period_other__list p,
.tab_area__period_over dt.period_other__list p{
	font-weight: 600;
	color: #000;
}
.tab_area__period dt p,
.tab_area__period dt.period_other__list p,
.tab_area__period_over dt.period_other__list p,
.tab_area__period_over dd p,
.tab_area__period dd p {
	font-size: 1.6em;
}
.tab_area__period dd,
.tab_area__period_over dd{
	padding: 0 0 56px;
}
.tab_area__period dd:last-of-type,
.tab_area__period_over dd:last-of-type {
	padding: 0;
}
.period__attention{
	margin: 0 0 0;
	font-size: 1.2em!important;
}
.tab_area__period dd ul {
	margin: 1.8em auto 0;
	list-style: none;
}
.tab_area__period dd ul li {
	margin: 0 auto;
}
.tab_area__period dd ul li + li {
	margin: 0.5em auto 0;
}
.tab_area__period dd ul li p {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.1em;
}
.tab_area__period dd p a {
	color: #22abff;
	text-decoration: underline;
}
.tab_area__period dd p a:hover {
	text-decoration: none;
}
.tab_area__picture3 {
	margin: 35px auto 0;
	max-width: 920px;
	width: 100%;
}
.tab_area__text3 {
	margin: 0 auto 72px;
	max-width: 896px;
	width: 100%;
	list-style: none;
}
.tab_area__text3 p {
	font-size: 1.6em;
	line-height: 1.8;
}
.tab_area__text3 p:nth-of-type(2) {
	margin: 1em 0 0;
}
.tab_area__text3 p.tab_area__attention2 {
	font-size: 1.1em;
	line-height: 1.8;
}
.tab_area__attention1{
	border: 2px solid #00a23f;
	margin: 0 auto 38px;
	padding: 60px 0;
	max-width: 920px;
	width: 100%;
	border-radius: 20px;
	box-sizing: border-box;
}
.tab_area__attention1 p{
	margin: 0 auto;
	max-width: 620px;
	width: 100%;
	text-align: center;
}
.tab_area_period_over{
	margin: 0 auto;
	width: 100%;
	height: calc(100% + 12px);
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	z-index: 3;
}
.tab_area_period_over p{
	border: 2px solid #00a23f;
	margin: 0 auto;
	padding: 50px 0;
	max-width: 620px;
	width: 100%;
	border-radius: 20px;
	background-color: #fff;
	box-sizing: border-box;
	position: absolute;
	top: 90px;
	right: 0;
	left: 0;
}
.tab_area_period_over p img {
	margin: 0 auto;
	max-width: 318px;
	width: 100%;
}
.pointer__none{
 pointer-events: none;
}
.period__address{
	margin: 0.6em 0 0;
}
.tab_area__over{
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	z-index: 2;
}
.tab_area__end {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 97px auto 0;
	padding: 78px 120px;
	max-width: 675px;
	width: 100%;
	border-radius: 20px;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
	z-index: 3;
}
.tab_area__end .tab_area_end__picture {
	margin: 0 auto;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.contest1__container {
		padding: 6vw 0 0;
	}
	.contest1__tab {
		max-width: 100%;
		width: 91.4%;
	}
	.contest1__tab ul li {
		padding: 0;
	}
	.contest1__tab ul li img {
		width: 100%;
	}
	.tab__area {
		padding: 0 0 0;
	}
	.tab_area__text {
		margin: 0 auto;
		max-width: 100%;
		width: 100%;
		height: auto;
		aspect-ratio: 768 / 200;
	}
	#tab_area1 .tab_area__text.announce,
	#tab_area2 .tab_area__text.announce{
		margin: 0 auto 2vw;
		max-width: 100%;
		width: 100%;
		height: auto;
		aspect-ratio: 768 / 200;
}
	#tab_area1 .tab_area__text h2 {
		max-width: 100%;
		width: 94%;
	}
	#tab_area1 .tab_area__text.announce h2{
		max-width: 100%;
		width: 62.7%;
	}
	#tab_area2 .tab_area__text h2 {
		max-width: 100%;
		width: 80%;
	}
	.tab_area__inner {
		padding: 6vw 0 9vw;
	}
	.tab_area__box {
		padding: 0 5% 0;
	}
	.tab_area__text1{
		margin: 0 auto 7vw;
		max-width: 100%;
		width: 100%;
	}
	.tab_area__text1 p{
		font-size: 3.8vw;
	}
	.tab_area__inner h3 {
		display: table;
		margin: 0 auto 6vw;
		padding: 2.4vw 3vw;
		min-width: auto;
		width: 82.5%;
		font-size: 3.6vw;
		line-height: 1;
		border-radius: 4vw;
	}
	#tab_area1 .tab_area__picture1{
		margin: 0 auto 6vw;
		max-width: 100%;
		width: 100%;
	}
	#tab_area1 .tab_area__picture1_announce, 
	#tab_area2 .tab_area__picture1_announce {
		max-width: 100%;
		width: 100%;
		position: relative;
	}
	#tab_area1 .tab_area__picture1_announce {
		margin: -4vw auto 6vw;
	}
	#tab_area2 .tab_area__picture1_announce {
		margin: -5vw auto 5.2vw;
	}
	#tab_area2 .tab_area__picture1{
		margin: 0 auto 6.3vw;
		max-width: 100%;
		width: 100%;
	}
	.tab_area__text2 {
		margin: 0 auto 6.3vw;
		max-width: 100%;
		width: 100%;
		list-style: none;
	}
	.tab_area__text2 li {
		margin: 0;
	}
	.tab_area__text2 li + li {
		margin: 3vw 0 0;
	}
	.tab_area__text2 p {
		padding-left: 1em;
		text-indent: -1em;
		font-size: 3.8vw;
		line-height: 1.8;
	}
	.tab_area__picture2 {
		margin: 0 auto 6.3vw;
		max-width: 100%;
		width: 100%;
	}
	.tab_area__attention {
		margin: 2vw auto 0;
		max-width: 100%;
		width: 100%;
		text-align: left;
	}
	.tab_area__attention p{
		font-size: 2.2vw;
		line-height: 1.8;
	}
	.tab_area__period {
		margin: 0 auto;
		max-width: 100%;
		width: 100%;
	}
	.tab_area__period.last {
		margin: 7vw auto;
		max-width: 100%;
		width: 100%;
	}
	.tab_area__period dt,
	.tab_area__period dt.period_other__list,
	.tab_area__period_over dt.period_other__list {
		margin: 0 0 3vw;
		padding: 1.6vw 3vw;
		width: 100%;
		box-sizing: border-box;
	}
	.tab_area__period dt p,
	.tab_area__period dt.period_other__list p,
	.tab_area__period_over dt.period_other__list p,
	.tab_area__period dd p,
	.tab_area__period_over dd p {
		font-size: 3.6vw;
	}
	.tab_area__period dd,
	.tab_area__period_over dd{
		padding: 0 0 7vw;
	}
	.period__attention{
		margin: 0 0 0;
		font-size: 2.2vw!important;
	}
	.tab_area__period dd ul {
		margin: 3vw auto 0;
		list-style: none;
	}
	.tab_area__period dd ul li + li {
		margin: 1vw auto 0;
	}
	.tab_area__period dd ul li p {
		font-size: 2.2vw;
	}
	.tab_area__picture3 {
		margin: 2.6vw auto 0;
		max-width: 100%;
		width: 100%;
	}
	.tab_area__text3 {
		margin: 0 auto 6.3vw;
		max-width: 100%;
		width: 100%;
		list-style: none;
	}
	.tab_area__text3 p {
		font-size: 3.6vw;
		line-height: 1.8;
	}
	.tab_area__text3 p:nth-of-type(2) {
		margin: 2vw 0 0;
	}
	.tab_area__text3 p.tab_area__attention2 {
		font-size: 2.2vw;
	}
	.tab_area__attention1{
		margin: 0 auto 4.3vw;
		padding: 4vw 4.4vw;
		max-width: 100%;
		width: 100%;
		border-radius: 3vw;
		border-width: 0.4vw;
}
	.tab_area__attention1 p{
		max-width: 100%;
		width: 100%;
		text-align: center;
	}
	.tab_area_period_over{
		margin: 0 auto;
		width: 100%;
		height: calc(100% + 1vw);
	}
	.tab_area_period_over p{
		margin: 0 auto;
		padding: 3vw 0;
		max-width: 100%;
		width: 90%;
		text-align: center;
		border-radius: 3vw;
		border-width: 0.4vw;
		position: absolute;
		top: 12vw;
		right: 0;
		left: 0;
	}
	.tab_area_period_over p img {
		margin: 0 auto;
		width: 51.6%;
	}
	.period__address{
		margin: 2.4vw 0 0;
	}
	.tab_area__end {
		margin: 12vw auto 0;
		padding: 9vw 12vw;
		max-width: 100%;
		width: 80%;
		border-radius: 4vw;
	}
}

/***************** 応募要項 *****************/
.application {
	padding: 60px 20px;
	background-color: #fffbda;
}
.box__application {

}
.application-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.application-item {
  margin-bottom: 34px;
}
.application-item:last-child {
  margin-bottom: 0;
}
.application-title {
  margin-bottom: 10px;
}
.application-text {}
.application-text ul{
	list-style: none;
}
.application-text ul li{
	padding-left: 1em;
	text-indent: -1em;
}

/* アコーディオン */
.application__container{
	margin: 0 auto;
}
.application_accordion__btn {
    margin: 0 auto;
	max-width: 400px;
	width: 100%;
	height: 60px;
    color: #ec6c00;
    border: 2px solid #ec6c00;
    border-radius: 9999px;
	background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}
.application_accordion__btn > span {
    display: block;
    right: 20px;
    width: 30px;
    height: 30px;
	border-radius: 9999px;
	background-color: #ec6c00;
    position: absolute;
    z-index: auto;
}
.application_accordion__btn > span::before,
.application_accordion__btn > span::after {
    content: "";
    width: 50%;
    height: 2px;
    margin: auto;
    background-color: #fff;
    position: absolute;
    z-index: auto;
    inset: 0;
}
.application_accordion__btn > span::after {
    transform:rotate(-90deg);
    transition: 0.3s;
}
.application_accordion__btn > p {
    display: block;
	font-size: 26px;
	letter-spacing: -0.01em;
}
.application__container[open] .application_accordion__btn > span::after {
    transform:rotate(0deg);
}
.application_accordion__contents {
	margin: 40px auto 0;
	padding: 0;
}
.application_accordion__inner {
	margin: 0 auto;
	padding: 44px;
	max-width: 920px;
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
}


@media screen and (max-width: 768px) {
	.application {
		padding: 8vw 5%;
	}
	.application_accordion__btn {
		max-width: 100%;
		width: 72.4%;
		height: 10vw;
		border-width: 0.5vw;
	}
	.application_accordion__btn > p {
	 	font-size: 4vw;
}
	.application_accordion__btn > span {
	    right: 3vw;
    	width: 4vw;
    	height: 4vw;
	}
	.application_accordion__contents {
		margin: 6vw auto 0;
	}
	.application_accordion__inner {
		padding: 5%;
		max-width: 100%;
		width: 100%;
	
	}
}


/* ボタン */
#tab_area1 .button__pdf,
#tab_area2 .button__pdf{
    display: block;
	max-width: 490px;
    width: 100%;
    height: 88px;
    margin: 0 auto 60px;
	padding: 0;
	background-image: url("../img/button__pdf_icon.png");
	background-size: 40px;
	background-position: right 37px center;
	background-repeat: no-repeat;
	position: relative;
	box-sizing: border-box;
}
#tab_area1 .button__pdf {
	margin: 56px auto 60px;
	background-color: #e30013;
	box-shadow: 4px 12px 0px -4px #f9cccf;
}
#tab_area2 .button__pdf {
    margin: 46px auto 0;
	background-color: #00a23e;
	box-shadow: 4px 12px 0px -4px #ccecd8;
}
#tab_area1 .button__pdf:after,
#tab_area2 .button__pdf:after{
	border: none;
}
#tab_area1 .button__type1,
#tab_area2 .button__type1,
#tab_area1 .button__type1_announce,
#tab_area2 .button__type1_announce {
	display: block;
	max-width: 490px;
    width: 100%;
    height: 88px;
    margin: 0 auto 60px;
	padding: 0;
	position: relative;
	box-sizing: border-box;
}
#tab_area1 .button__type1,
#tab_area1 .button__type1_announce {
	background-color: #e30013;
	box-shadow: 4px 12px 0px -4px #f9cccf;
}
#tab_area2 .button__type1,
#tab_area2 .button__type1_announce {
    margin: 46px auto 0;
	background-color: #00a23e;
	box-shadow: 4px 12px 0px -4px #ccecd8;
}

#tab_area1 .button__type1:after,
#tab_area1 .button__type1_announce:after,
#tab_area2 .button__type1:after,
#tab_area2 .button__type1_announce:after{
	content: "";
	margin: auto;
	width: 16px;
	height: 16px;
	border: 0;
	border-top: solid 2.4px #fff;
	border-right: solid 2.4px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 49px;
	bottom: 0;
}
#tab_area1 .button__pdf a,
#tab_area2 .button__pdf a,
#tab_area1 .button__type1 a,
#tab_area2 .button__type1 a,
#tab_area1 .button__type1_announce a,
#tab_area2 .button__type1_announce a{
    display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
} 
#tab_area1 .button__pdf a {
    padding: 20px 112px 20px 50px;
}
#tab_area1 .button__type1 a,
#tab_area2 .button__type1 a,
#tab_area2 .button__pdf a{
    padding: 20px 110px;
}
#tab_area1 .button__type1_announce a,
#tab_area2 .button__type1_announce a{
    padding: 20px 150px;
} 
#tab_area1 .button__pdf:hover,
#tab_area2 .button__pdf:hover,
#tab_area1 .button__type1:hover,
#tab_area2 .button__type1:hover,
#tab_area1 .button__type1_announce:hover,
#tab_area2 .button__type1_announce:hover{
	box-shadow: 0 0 #fff;
}

@media screen and (max-width: 768px) {
	#tab_area1 .button__pdf,
	#tab_area2 .button__pdf{
		display: block;
		max-width: 100%;
		width: 70.9%;
    	height: 11.6vw;
    	margin: 0 auto 8vw;
		padding: 0;
		background-image: url("../img/button__pdf_icon.png");
		background-size: 4.9vw;
		background-position: right 4.8vw center;
	}
	#tab_area1 .button__pdf {
		margin: 7.6vw auto 8vw;
		border-radius: 4vw;
		box-shadow: 0.6vw 1.7vw 0 -0.6vw #f9cccf;
	}
	#tab_area2 .button__pdf {
    	margin: 6vw auto 0;
		border-radius: 4vw;
		box-shadow: 0.6vw 1.7vw 0 -0.6vw #ccecd8;
	}
	#tab_area1 .button__type1,
	#tab_area2 .button__type1,
	#tab_area1 .button__type1_announce,
	#tab_area2 .button__type1_announce{
		display: block;
    	width: 70.9%;
    	height: 11.6vw;
		padding: 0;
	}
	#tab_area1 .button__type1{
    	margin: 0 auto 8vw;
		border-radius: 4vw;
		box-shadow: 0.6vw 1.7vw 0 -0.6vw #f9cccf;
	}
	#tab_area2 .button__type1{
		border-radius: 4vw;
		box-shadow: 0.6vw 1.7vw 0 -0.6vw #ccecd8;
	}
	#tab_area1 .button__type1_announce,
	#tab_area2 .button__type1_announce{
    	margin: 0 auto;
	}
	#tab_area1 .button__pdf a {
		padding: 3vw 14.6vw 3vw 6.5vw;
	}
	#tab_area1 .button__type1:after,
	#tab_area1 .button__type1_announce:after,
	#tab_area2 .button__type1:after,
	#tab_area2 .button__type1_announce:after{
		content: "";
		margin: auto;
		width: 2.4vw;
		height: 2.4vw;
		border: 0;
		border-top: solid 2.4px #fff;
		border-right: solid 2.4px #fff;
		border-width: 0.3vw;
		transform: rotate(45deg);
		position: absolute;
		top: 0;
		right: 5.9vw;
		bottom: 0;
	}
	#tab_area1 .button__type1 a,
	#tab_area2 .button__type1 a,
	#tab_area2 .button__pdf a {
    	padding: 3vw 14.6vw;
	}
	#tab_area1 .button__type1_announce a,
	#tab_area2 .button__type1_announce a {
    	padding: 3vw 15.6vw;
	} 
	.application-list {
		font-size: 3.8vw;
		line-height: 1.6;
	}
}

/***************** お問い合わせ *****************/
.contact {
	padding: 0;
}
.box__contact {
    margin: 0 auto;
	padding: 130px 0 50px;
    width:100%;
	background-image: url("../img/contact_bg_pc.png");
	background-size: 2000px;
	background-position: top center;
	background-repeat: no-repeat;
	aspect-ratio: 4000 / 2728;
	box-sizing: border-box;
}
.box_contact_inner{

}
.contact__title {
    margin: 0 auto 0;
    width: 100%;
}
.contact__title h2 {
	margin: 0 auto;
	max-width: 534px;
	width: 100%;
}
.contact__container {
	margin: 579px auto 0;
    padding: 40px 27px 40px;
	max-width: 674px;
    width: 100%;
    color: #000;
	border-radius: 18px;
	background-color: #fff;
	box-sizing: border-box;
}
.contact__container p {
    text-align: center;
	color: #3e3a39;
}
.contact__container p a{
	color: #3e3a39;
}
.contact_container__title {
	margin: 0 auto 26px;
	max-width: 443px;
	width: 100%;
}
.contact__number {
    display: flex;
    justify-content: center;
    align-items: center;
	border: 2px solid #8dc21f;
    width: 100%;
    margin: 0 auto 25px;
    padding: 30px;
    border-radius: 18px;
    background-color: #fff;
	box-sizing: border-box;
}
.contact__number img{
	margin: 0 auto;
	width: 100%;
}
.contact_hp {
    width: 85%;
    margin: 0 auto 10px;
}
.box__sns {
    margin: 0 auto;
    width: 100%;
	padding: 50px 20px;
	background-color: #fff;
	box-sizing: border-box;
}
.sns{
	margin: 0 auto 0;
	font-size: 1.5em;
    font-weight: 600;
}
.sns_inner {
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    max-width: 447px;
    width: 100%;
}
.sns_inner p{
	margin-right: 40px;
}
.sns a {
    width: 13%;
    max-width: 45px;
}
.contact__button__outer {
	width: 100%;
}

/* ボタン */
.contact__button {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    margin-top: 40px;
	border-radius: 50px;
	box-sizing: border-box;
	box-shadow: 4px 12px 0px -4px #ffcdac;
}
.contact__button:hover {
	box-shadow: 0 0 #fff;
}
.contact__button a {
    padding: 15px 80px;
}

@media screen and (max-width: 768px) {
	.contact {

	}
	.box__contact{
		max-width: 100%;
		width: 100%;
		background-image: url("../img/contact_bg.png");
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
		padding: 0;
		aspect-ratio: 750 / 1359;
		box-sizing: border-box;
		position: relative;
	}
	.box_contact_inner{
		width: 100%;
		height: 100%;
		position: relative;
	}
	.contact__title {
    	margin: 0 auto;
		padding: 0;
    	width: 100%;
		position: absolute;
		top: calc(130 / 1359 * 100%);
	}
	.contact__title h2{
		max-width: 100%;
		width: 74%;
	}
	.contact__text{
		margin: 0 auto 5vw;
		max-width: 100%;
		width: 90%;
	}
	.contact__container {
		margin: 0 auto;
    	padding: 5.9vw 4vw 5vw;
		max-width: 100%;
    	width: 90%;
    	color: #000;
		border-radius: 3vw;
		background-color: #fff;
		position: absolute;
		top: calc(821 / 1359 * 100%);
		right: 0;
		left: 0;
	}
	.contact_container__title {
		margin: 0 auto 4vw;
		max-width: 100%;
		width: 71.3%;
	}
	.contact__container p {
		font-size: 3.4vw;
		color: #3e3a39;
	}
	.contact__number {
		display: flex;
	   	justify-content: center;
	    align-items: center;
		border: 2px solid #8dc21f;
		border-width: 0.27vw;
    	width: 100%;
    	margin-bottom: 3.4vw;
	    padding: 4vw;
		border-radius: 3vw;
    	background-color: #fff;
	}
	.contact__number img {
		width: 100%;
	}
	.contact_hp {
    	width: 85%;
    	margin: 0 auto;
	}
	.number {
    	font-size: 2em;
    	font-weight: 800;
	}
	.box_contact_line {
		margin: 0 auto;
		height: 3.9vw;
		width: 100%;
		background-color: #f2c71d;
	}
	.box__sns {
    	margin: 0 auto;
		padding: 6vw 5%;
	}
	.sns {
		margin: 0 auto 0;
    	font-size: 3.6vw;
	}
	.sns a{
		max-width: 100%;
		width: 14%;
	}
	.sns_inner {
    	max-width: 100%;
		width: 82.8%;
	}
	.sns_inner p{
		margin-right: 0;
	}
	.contact__button__outer {
		width: 100%;
	}
	.contact__button {
    	margin-top: 6vw;
	    padding: 0;
		max-width: 100%;
	    width: 100%;
		box-shadow: 0.6vw 1.7vw 0 -0.6vw #ffccad;
	}
	.contact__button a {
	    padding: 2.6vw 12vw;
	}
}

/***************** フッター *****************/
.footer {
    background: #f2c71d;
    color: #000;
    padding: 29px 0;
}
.footer a {
	color: #000;
}
.footer__nav {
    margin: 0 auto;
	max-width: 560px;
}
.footer__nav ul {
    justify-content: space-between;
    align-items: center;
}
.footer__nav ul li {
	font-size: 1.4em;
	font-weight: 500;
    list-style-type: none;
}
.copyright {
    text-align: center;
    margin-top: 27px;
	font-size: 1.3em;
}

@media screen and (max-width: 768px) {
	.footer {
		padding: 4vw 0;
	}
	.footer__nav {
	    max-width: 100%;
	    width: 75%;
	}
	.footer__nav ul li { 
    	font-size: 2.7vw;
	}
	.copyright {
		margin-top: 4vw;
    	font-size: 2.4vw;
	}
}


/*フローティング*/
.button_box {
	display: none;
	width: 150px;
	position: fixed;
	right: 0;
	bottom: 8vh;
	z-index: 200;
}
.button_box ul{
	list-style: none;
}
.button_box ul li{
	margin: 0 auto;
	width: 70%;
}
.button_box ul li + li{
	margin: 30px auto 0;
	width: 100%;
}
.button_box img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.button_box {
		width: 23.5vw;
		right: 0;
	}
	.button_box ul{
		list-style: none;
	}
	.button_box ul li{
		margin: 0 auto;
		width: 60%;
	}	
	.button_box ul li + li{
		margin: 1.5vw auto 0;
		width: 100%;
	}
	.button_box img {
		width: 100%;
	}
}


.scroll_action{
	opacity: 0;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	transition: .8s;
}

.scroll_action.ok{
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
}