/*
Theme Name: Mother's 2020
Author: seidoh
Description: Mother's

his font is licensed under the SIL Open Font License, Version 1.1. (https://openfontlicense.org/)
*/
/*!
 * "MOBO-Bold" licensed under the SIL Open Font License 1.1
 * https://www.flopdesign.com/
 */


@charset "utf-8";


@font-face {
	font-family: 'MOBO-Bold';
	src: url('../font/MOBO-Bold.woff2') format('woff2'),
	     url('../font/MOBO-Bold.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

/* ========================カスタムベース========================= */


html {
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
	color: #5d4037;
}
html, body {
	height: 100%;
}
body {
	width: 100%;
-webkit-text-size-adjust: 100%;
font-family: 'MOBO-Bold' , 'Noto Sans JP' , 'HiraKakuProN-W3' , 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
	background:#fcf6ef;
}
#wrap {
	width: 100%;
	position: relative;
  background-image: url(../img/bg-04.svg);
  background-size: 1540px 600px;
  background-position: center bottom;
  background-repeat: repeat-x;
	overflow: hidden;
}


/* ======ヘッダースタイル===== */

header {
	position: relative;
	width: 100%;
	min-height: 100%;
}
#mv {
	background-image: url(../img/bg_art_mv.svg);
	z-index: 20;
}
#mv::before {
	content: '';
	background-image: url(../img/bg_piyo.png);
	z-index: 10;
	position: absolute;
	top: 0;
	left:0;
}
#mv,#mv::before {
	width: 100%;
	margin: 0 auto;
	mix-blend-mode: multiply;
}
#mv p {
	font-family: 'Aoboshi One' , 'Helvetica Neue', Helvetica, Arial, Verdana, 'HiraKakuProN-W3' , 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#read {
  background-image: url(../img/curve_top.svg),url(../img/curve_bottom.svg);
  background-position: center top,center bottom;
  background-repeat: no-repeat;
z-index: 20;
position: relative;
}
#read p {
background-color: #ffbb00;
}

/* =======メインコンテンツ======= */

article {
	text-align: center;
}
article > div {
  background-image: url(../img/bg-01.svg),url(../img/bg-02.svg),url(../img/bg-03.svg);
  background-position: center top -10px,center top 1400px,center top 3000px;
	position: relative;
}
article h2{
	background: #e3562b;
	border-radius: 50%;
	display: inline-block;
	color: #ffffff;
	letter-spacing: 0.1em;
	position: relative;
z-index: 30;
}
#sec01 {
	margin: 0 auto;
}
#sec01 h3 {
  border-radius: 50% / 100% 100% 0 0;
	background: #ffbb00;
	display: inline-block;
}
#sec01 section > div {
  background-image: url(../img/corner-top.svg),url(../img/corner-bottom.svg);
  background-repeat: no-repeat;
background-color: #ffffff;
position: relative;
}

/* テーマ */
#sec01 .theme p {
	letter-spacing: 0.1em;
}

/* 期間 */
#sec01 .term p {
	font-weight: bold;
}
#sec01 .term p span {
	font-weight: bold;
}

/* 資格 */
#sec01 .qual p {
	line-height: 1.25;
}
#sec01 .qual p .color {
	color:#34a469;
}


/* 部門 */
#sec01 .cate ol {
	list-style:none;
	margin: 0 auto;
}
#sec01 .cate li {
	border-bottom: 2px solid #ffbb00;
}

/* 規定 */
#sec01 .rule > div {
	text-align: left;
	line-height: 1.666;
}
#sec01 .rule p {
	margin: 0 auto;
	displey: block;
	border-bottom: 2px solid #ffbb00;
}
#sec01 .rule ul {
	margin: 0 auto;
	list-style-type: none;
}
#sec01 .rule li {
	border-bottom: 2px solid #ffbb00;
	position: relative;
}

#sec01 .rule ul li::before {
  position: absolute;
  content: "◎";
}

/* 規約 */
#sec02 {
	margin: 0 auto;
}
#sec02 section {
	border-top: 2px solid #ffbb00;
}
#sec02 h3 {
	letter-spacing: 0.1em;
	background: #fcf6ef;
	position: relative;
	display: inline-block;
}
#sec02 #hide-box {
	text-align: left;
	background: rgba(252,246,239,0.85);
	padding: 0 10px;
}
#sec02 ol {
	list-style-position: inside;
	display: block;
	font-family: 'MOBO-Bold', 'Noto Sans JP' , 'HiraKakuProN-W3' , 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: bold;
}
#sec02 ol li, #sec02 p {
	font-family: 'Noto Sans JP' , 'HiraKakuProN-W3' , 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 600;
}
#sec02 h4 {
	font-family: 'MOBO-Bold', 'Noto Sans JP' , 'HiraKakuProN-W3' , 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	display: inline;
}
#sec02 ol li ul {
	list-style-type: none;	
}
#sec02 ol li ul li{
	position: relative;
}
#sec02 ol li ul li::before {
  position: absolute;
  content: "●";
  left: 0;
}
#readmore {
	position: relative;
	margin: 0 auto;
}
#readmore label {
	cursor: pointer;
	text-align: center;
	position: absolute;  
	background: -webkit-linear-gradient(top, rgba(252, 246, 239, 0) 0%, rgba(252, 246, 239, 0.95) 90%);
	background: -moz-linear-gradient(top, rgba(252, 246, 239, 0) 0%, rgba(252, 246, 239, 0.95) 90%);
	background: -o-linear-gradient(top, rgba(252, 246, 239, 0) 0%, rgba(252, 246, 239, 0.95) 90%);
	background: -ms-linear-gradient(top, rgba(252, 246, 239, 0) 0%, rgba(252, 246, 239, 0.95) 90%);
	background: linear-gradient(to bottom, rgba(252, 246, 239, 0) 0%, rgba(252, 246, 239, 0.95) 90%);
}
#readmore input:checked + label {
	background: inherit;
}
#readmore label:after {
	content: "続きを読む";
	letter-spacing: .05em;
	line-height: 50px;
	position: absolute;
	bottom: 80px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background-color: #ffbb00;
	width: 330px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
#readmore label:before {
	content: url(../img/more-arrow.svg);
	position: absolute;
	bottom: 70px;
	left: 50%;
	-webkit-transform: translate(-10px, 0);
	transform: translate(-10px, 0);
	background-color: #fff;
	z-index: 1;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
#readmore input {
	display: none;
}
#readmore #hide-box {
	overflow: hidden;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
#readmore input:checked + label:after {
	content: "閉じる";
}
#readmore input:checked + label:before {
	content: url(../img/close-arrow.svg);
}
#readmore input:checked ~ #hide-box {
    height: auto;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

/* 賞 */
#sec03 {
	width: 100%;
background-image: url(../img/bg-03.svg);
  background-repeat: repeat-x;
}
#sec03 .inner{
	margin:0 auto;
	background: #fff;
	line-height: 1.75;
	letter-spacing: 0.05em;
	position: relative;
}
#sec03 .inner::before {
	content: '';
	display: block;
	background: url(../img/award-over-01.svg) no-repeat center;
	position: absolute;
	z-index: 60;
}
#sec03 .inner::after {
	content: '';
	display: block;
	background: url(../img/award-over-02.svg) no-repeat center;
	position: absolute;
	z-index: 60;
}
#sec03 section {
	margin:0 auto;
	border: 4px solid #34a469;
	display: block;
	position:relative;
}
#sec03 h3 {
	margin: 0 auto;
	color: #fff;
	background: url(../img/award-title.svg);
	background-repeat: no-repeat;
	position: relative;
}
#sec03 .number h4 {
	background: #34a469;
	color: #fff;
	margin: 0 auto;
}
#sec03 .number p span {
	line-height: 1.5;
}
#sec03 section > p {
	background:#fce804;
}
#sec03 .prize h4{
	background: #5d4037;
	color: #fff;
	margin: 0 auto;
}
#sec03 .about {
border-top: 2px solid #34a469;
margin: 0 auto;
}
#sec03 .about h4 {
	background: #fff;
	position:relative;
	display: inline-block;
}
#sec03 .result {
	color: #fff;
}
#sec03 .result h4 {
	background: #34a469;
  border-radius: 50% / 100% 100% 0 0;
	display: inline-block;
	
}
#sec03 .result p {
	background: #34a469;
	position:absolute;
}

/* お知らせ */
aside {
	background: #fff;
}
aside > div {
	position: relative;
}
aside > div .inner {
	margin: 0 auto;
	position: relative;
}
aside > div::before {
	content: '';
	display: block;
	background: url(../img/news-over.svg) no-repeat center;
	position: absolute;
	z-index: 0;
	mix-blend-mode: multiply;
}
aside h4 {
	letter-spacing: 0.1em;
}
aside h4::before,
aside h4::after,
aside h4 span::before,
aside h4 span::after {
	content:'●';
	color: #ffbb00;
	line-height:29px;
	height: 29px;
	display: inline-block;
	vertical-align: middle;
}
aside h4::before,
aside h4::after {
	font-size: 8px;
	font-size: 0.571rem;
}
aside h4 span::before,
aside h4 span::after {
	font-size: 12px;
	font-size: 0.857rem;
	padding: 0 5px;
}
aside p.shoulder {
	color: #e3562b;
	border: 3px solid #e3562b;
	box-sizing: border-box;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
aside h5 {
	width: 100%;
	background: url(../img/news-marker.svg) no-repeat center center;
	display: inline-block;
	mix-blend-mode: multiply;
}
aside h6 {
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 40;
	letter-spacing: 0.1em;
}
aside ul::before {
	content:'';
	border-top: 1px solid #5d4037;
	display: block;
	position:relative;
	width: 100%;
	z-index: 20;
}
aside li {
	display: inline-block;
}
aside li a {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #4652a1, #892f92, #e3007f, #e62959, #e95532, #fbd58b);
	transition: all  0.2s ease;
}
aside li a:hover {
	background:#fce804;
	color:#5d4037;
	transition: all  0.2s ease;
}
aside li a {
	color: #fff;
}

/* 応募フォーム */
.form {
	text-align: center;
	margin: 0 auto;
}
.form h4 a {
	background: url(../img/to-form.svg) no-repeat center;
	width: 100%;
	color: #fff;
	display: inline-block;
	transition: all  0.2s ease;
}
.form h4 a:hover {
	color: #5d4037;
	background: url(../img/to-form-on.svg) no-repeat center;
}
.form p{
	font-family: 'Noto Sans JP' , 'HiraKakuProN-W3' , 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 600;
}

/* ========フッタースタイル======= */

footer {
	background: #ffbb00;
	font-size: 12px;
	font-size: 0.857rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
	font-family: 'Noto Sans JP' , 'HiraKakuProN-W3' , 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	position: absolute;
	width: 100%;
}
footer .inner {
	margin: 0 auto;
	position: relative;
}
footer #info {
	border-top: 1px solid #5d4037;
	text-align: left;
}
footer h2,
footer h3 {
	font-family: 'MOBO-Bold', 'Noto Sans JP' , 'HiraKakuProN-W3' , 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
footer h2 {
	background: #ffbb00;
	position: absolute;
	display: inline-block;
}
footer h3 {
	letter-spacing: 0;
}
footer #info > div p{
-webkit-font-smoothing: subpixel-antialiased;
-moz-osx-font-smoothing: auto;
}
footer #copyright {
	position: absolute;
	bottom: 0;
-webkit-font-smoothing: subpixel-antialiased;
-moz-osx-font-smoothing: auto;
}

/* ================================= PC ================================== */
@media print, screen and (min-width: 960px) {

/* ========================カスタムベース========================= */


/* ======ヘッダースタイル===== */

#mv,#mv::before {
	height: 1080px;
	background-size: 1540px 1200px;
	background-repeat :repeat-x;
	background-position: top -80px center;
}
#logo {
	padding-top: 165px;
}
#mv p {
	font-size: 56px;
	font-size: 4rem;
	padding-top: 18px;
}
#mv p .year {font-size: 36px;font-size: 2.571rem;}
#mv p .week {font-size: 48px;font-size: 3.428rem;}
#mv p img {padding: 12px 8px 12px 0; }
#read {
padding: 200px 0;
margin-top: -215px;
background-size: 2000px 480px;
}
#read p {
font-size: 24px;
font-size: 1.714rem;
line-height: 2.4;
letter-spacing: 0.05em;
word-break: keep-all;
}

/* =======メインコンテンツ======= */

article > div {
  background-size: 1540px 1200px,1540px 1600px,1540px 1500px;
  background-position: center top -10px,center top 1400px,center top 3000px;
  background-repeat: repeat-x;
	top:-300px;
z-index: 10;
}
article h2{
	width: 200px;
	height: 200px;
	font-size: 32px;
	font-size: 2.286rem;
	line-height: 200px;
	margin-top: -100px;
}
#sec01 {
	width: 900px;
	padding-top: 320px;
}
#sec01 section {
	padding-top:40px;
}
#sec01 h3 {
	font-size:24px;
	font-size: 1.714rem;
	line-height: 100px;
	letter-spacing: 0.1em;
	width: 200px;
	height: 100px;
}
#sec01 section > div {
  background-image: url(../img/corner-top.svg),url(../img/corner-bottom.svg);
  background-size: 56px 36px;
  background-position: left 14px top 14px,right 14px bottom 14px;
border-radius: 28px;
	font-size: 24px;
	font-size: 1.714rem;
	margin-top: -20px;
}

/* テーマ */
#sec01 .theme p {
	font-size: 52px;
	font-size: 3.714rem;
	line-height: 120px;
}

/* 期間 */
#sec01 .term p {
	font-size: 28px;
	font-size: 2rem;
	line-height: 120px;
}
#sec01 .term p span {
	font-size: 42px;
	font-size: 3rem;
}

/* 資格 */
#sec01 .qual p {
	font-size: 32px;
	font-size: 2.286rem;
	letter-spacing: 0.1em;
	padding: 45px 0 40px;
}
#sec01 .qual p .sup {
	font-size: 24px;
	font-size: 1.714rem;
}

/* 部門 */
#sec01 .cate ol {
	width: 700px;
	padding: 32px 0 60px;
}
#sec01 .cate li {
	padding: 17px 0;
}

/* 規定 */
#sec01 .rule > div {
	font-size: 18px;
	font-size: 1.286rem;
	letter-spacing: 0.05em;
	padding: 0 0 90px;
}
#sec01 .rule p {
	width: 660px;
	padding: 80px 20px 14px;
}
#sec01 .rule ul {
	width: 700px;
}
#sec01 .rule li {
	padding: 14px 20px 14px 40px;
}
#sec01 .rule ul li::before {
  left: 20px;
}

/* 規約 */
#sec02 {
	width: 900px;
	padding: 100px 0 0;
}
#sec02 h3 {
	font-size:24px;
	font-size: 1.714rem;
	padding: 0 15px 35px;
	top: -12px;
}
#sec02 #hide-box {
	line-height: 2.285;
	letter-spacing: 0.05em;
}
#sec02 ol {
	font-size:16px;
	font-size:1.143rem;
padding-bottom: 100px;
}
#sec02 ol li, #sec02 p {
	font-size:14px;
	font-size: 1rem;
}
#sec02 ol > li {
	padding-top: 10px;
}
#sec02 h4 {
	font-size:16px;
	font-size:1.143rem;
}
#sec02 ol li ul li{
	padding-left: 14px;
}
#sec02 ol li ul li::before {
	font-size: 6px;
	font-size: 0.428rem;
	padding: 9px 0;
}
#readmore label {
	height: 300px;
	font-size: 20px;
	font-size: 1.428rem;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index:40;
}
#readmore #hide-box {
	height: 400px;
}
#readmore input:checked + label:before {
	bottom: 120px;
}
#readmore input:checked ~ #hide-box {
	padding-bottom: 80px;
}

/* 賞 */
#sec03 {
	padding: 80px 0 140px;
  background-size: 1540px 1500px;
  background-position: center top -98px;
}
#sec03 .inner{
	width: 868px;
	border-radius: 28px;
	font-size: 24px;
	font-size: 1.714rem;
	padding: 14px;
}
#sec03 .inner::before {
	width: 306px;
	height: 200px;
	top: 220px;
	left: -210px;
}
#sec03 .inner::after {
	width: 230px;
	height: 154px;
	bottom: 320px;
	right: -190px;
}
#sec03 section {
	border-radius: 18px;
}
#sec03 h3 {
	width: 180px;
	height: 180px;
	font-size: 46px;
	font-size: 3.286rem;
	line-height: 160px;
	top: -30px;
}
#sec03 .number {
	padding: 10px 0;
}
#sec03 .number h4 {
	font-size: 28px;
	font-size: 2rem;
	line-height: 50px;
	width:170px;
	height: 50px;
	border-radius: 25px;
}
#sec03 .number p span {
	font-size: 44px;
	font-size: 3.143rem;
	padding: 0	5px;
}
#sec03 section > p {
	font-size: 32px;
	font-size: 2.286rem;
	line-height: 1.2;
	padding: 16px 0 20px;
}
#sec03 section > p span {
	font-size: 52px;
	font-size: 3.714rem;
}
#sec03 .prize {
	padding: 35px 0 30px;
}
#sec03 .prize h4{
	font-size: 24px;
	font-size: 1.714rem;
	line-height: 40px;
	width:120px;
	height: 40px;
	border-radius: 20px;
}
#sec03 .prize p {
	padding: 15px 0 30px;
}
#sec03 .about {
width: 700px;
}
#sec03 .about h4 {
	padding: 0 10px;
	top: -22px;
	
}
#sec03 .about p {
	font-size: 20px;
	font-size: 1.428rem;
	margin-top: -10px;
	padding-bottom: 40px;
}
#sec03 .result {
	height: 150px;
}
#sec03 .result h4 {
	width: 200px;
	height:100px;
	line-height: 100px;
	
}
#sec03 .result p {
	width:900px;
	left:-18px;
	bottom: -18px;
	height: 100px;
	line-height: 100px;
	font-size: 28px;
	font-size: 2rem;
  border-radius: 0 0 28px 28px;
}
#sec03 .result p span {
	font-size: 42px;
	font-size: 3rem;
}

/* お知らせ */
aside {
	padding:60px 0;
}
aside > div .inner {
	width: 900px;
}
aside > div::before {
	background-size: 1540px 700px;
	height: 700px;
	top: -160px;
	left: 0; 
}
aside h4 {
	font-size: 24px;
	font-size: 1.714rem;
	line-height:29px;
	height: 29px;
	padding-bottom: 30px;
}

aside p.shoulder {
	border-radius: 6px;
	width: 170px;
	height: 50px;
	line-height: 45px;
	font-size: 28px;
	font-size: 2rem;
}
aside h5 {
	background-size: 900px 124px;
	font-size: 52px;
	font-size: 3.714rem;
	line-height: 124px;
word-break: keep-all;
}
aside p {
	font-size: 28px;
	font-size: 2rem;
}
aside h6 {
	font-size: 24px;
	font-size: 1.714rem;
	padding:  40px 20px 0;
}
aside ul::before {
	top: -14px;
	padding-top: 30px;
}
aside li {
	letter-spacing: 0.05em;
	font-size: 17px;
	font-size: 1.214rem;
	width: 24.25%;
	height: 40px;
	line-height: 40px;
	margin-right: 1%;
}
aside li a {
	border-radius: 6px;
}
aside li:last-of-type {
	margin: 0;
}

/* 応募フォーム */
.form {
	padding: 150px 0 0;
	width: 900px;
}
.form h4 a {
	height: 126px;
	font-size: 32px;
	font-size: 2.286rem;
	line-height: 126px;
}
.form p{
	font-size: 16px;
	font-size:1.143rem;
	padding-top: 20px;
}

/* ========フッタースタイル======= */

footer {
	padding:45px 0 32px;
	height: 73px;
	position: absolute;
	left: 0;
	bottom: 0;
}
footer .inner {
	width: 93.75vw;
}
footer #info {
	width: 496px;
}
footer h2,
footer h3 {
	font-size: 14px;
	font-size: 1rem;
}
footer h2 {
	padding-right: 10px;
	top: -10px;
}
footer #info > div {
	padding-top:18px;
	display: inline-block;
}
footer #info > div:first-of-type {
	padding-right: 28px;
}
footer #copyright {
	right: 0;
}

}

/* ================================= PC 大 ================================== */
@media screen and (min-width: 1281px) {

/* ======ヘッダースタイル===== */

#read {
background-size: 200% 480px;
}
/* ========フッタースタイル======= */
footer .inner {
	width: 1200px;
}

}

/* ================================= タブレット ================================== */
@media screen and (max-width: 959px) and (min-width: 768px) {

/* ======ヘッダースタイル===== */

#mv,#mv::before {
	height: 112.5vw;
	background-size: 160.417vw 125vw;
	background-repeat :repeat-x;
	background-position: top -8.333vw center;
}
#logo {
	padding-top: 17.1875vw;
}
#logo img {
	width:77.083vw;
}
#mv p {
	font-size: 5.833vw;
	padding-top: 1.875vw;
}
#mv p .year {font-size: 3.75vw;}
#mv p .week {font-size: 5vw;}
#mv p img {padding: 1.25vw 0.833vw 1.25vw 0; }
#read {
padding: 20.833vw 0;
margin-top: -22.395vw;
background-size: 208.333vw 50vw;
}
#read p {
font-size: 2.5vw;
line-height: 2.4;
letter-spacing: 0.05em;
}

/* =======メインコンテンツ======= */

article > div {
  background-size: 1540px 1200px,1540px 1600px,1540px 1500px;
  background-position: center top -10px,center top 1400px,center top 3000px;
  background-repeat: repeat-x;
	top:-300px;
z-index: 10;
}
article h2{
	width: 20.833vw;
	height: 20.833vw;
	font-size: 32px;
	font-size: 2.286rem;
	line-height: 20.833vw;
	margin-top: -100px;
}
#sec01 {
	width: 93.75vw;
	padding-top: 320px;
}
#sec01 section {
	padding-top:40px;
}
#sec01 h3 {
	font-size:2.5vw;
	line-height: 100px;
	letter-spacing: 0.1em;
	width: 20.833vw;
	height: 10.416vw;
}
#sec01 section > div {
  background-image: url(../img/corner-top.svg),url(../img/corner-bottom.svg);
  background-size: 56px 3.75vw;
  background-position: left 14px top 14px,right 14px bottom 14px;
border-radius: 28px;
	font-size: 2.5vw;
	margin-top: -20px;
}

/* テーマ */
#sec01 .theme p {
	font-size: 52px;
	font-size: 3.714rem;
	line-height: 120px;
}

/* 期間 */
#sec01 .term p {
	font-size: 28px;
	font-size: 2rem;
	line-height: 120px;
}
#sec01 .term p span {
	font-size: 42px;
	font-size: 3rem;
}

/* 資格 */
#sec01 .qual p {
	font-size: 32px;
	font-size: 2.286rem;
	letter-spacing: 0.1em;
	padding: 45px 0 40px;
}
#sec01 .qual p .sup {
	font-size: 2.5vw;
}

/* 部門 */
#sec01 .cate ol {
	width: 700px;
	padding: 32px 0 60px;
}
#sec01 .cate li {
	padding: 17px 0;
}

/* 規定 */
#sec01 .rule > div {
	font-size: 1.875vw;
	font-size: 1.286rem;
	letter-spacing: 0.05em;
	padding: 0 0 90px;
}
#sec01 .rule p {
	width: 660px;
	padding: 80px 20px 14px;
}
#sec01 .rule ul {
	width: 700px;
}
#sec01 .rule li {
	padding: 14px 20px 14px 40px;
}
#sec01 .rule ul li::before {
  left: 20px;
}

/* 規約 */
#sec02 {
	width: 93.75vw;
	padding: 100px 0 0;
}
#sec02 h3 {
	font-size:2.5vw;
	padding: 0 15px 35px;
	top: -1.25vw;
}
#sec02 #hide-box {
	line-height: 2.285;
	letter-spacing: 0.05em;
}
#sec02 ol {
	font-size:16px;
	font-size:1.143rem;
padding-bottom: 100px;
}
#sec02 ol li, #sec02 p {
	font-size:14px;
	font-size: 1rem;
}
#sec02 ol > li {
	padding-top: 10px;
}
#sec02 h4 {
	font-size:16px;
	font-size:1.143rem;
}
#sec02 ol li ul li{
	padding-left: 14px;
}
#sec02 ol li ul li::before {
	font-size: 6px;
	font-size: 0.428rem;
	padding: 9px 0;
}
#readmore label {
	height: 300px;
	font-size: 20px;
	font-size: 1.428rem;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index:40;
}
#readmore #hide-box {
	height: 400px;
}
#readmore input:checked + label:before {
	bottom: 120px;
}
#readmore input:checked ~ #hide-box {
	padding-bottom: 80px;
}

/* 賞 */
#sec03 {
	padding: 80px 0 140px;
  background-size: 1540px 1500px;
  background-position: center top -98px;
}
#sec03 .inner{
	width: 90.416vw;
	border-radius: 28px;
	font-size: 2.5vw;
	padding: 14px;
}
#sec03 .inner::before {
	width: 306px;
	height: 20.833vw;
	top: 220px;
	left: -210px;
}
#sec03 .inner::after {
	width: 230px;
	height: 154px;
	bottom: 320px;
	right: -190px;
}
#sec03 section {
	border-radius: 1.875vw;
}
#sec03 h3 {
	width: 180px;
	height: 180px;
	font-size: 46px;
	font-size: 3.286rem;
	line-height: 160px;
	top: -30px;
}
#sec03 .number {
	padding: 10px 0;
}
#sec03 .number h4 {
	font-size: 28px;
	font-size: 2rem;
	line-height: 50px;
	width:170px;
	height: 50px;
	border-radius: 25px;
}
#sec03 .number p span {
	font-size: 44px;
	font-size: 3.143rem;
	padding: 0	5px;
}
#sec03 section > p {
	font-size: 3.333vw;
	line-height: 1.2;
	padding: 1.666vw 0 2.083vw;
}
#sec03 section > p span {
	font-size: 52px;
	font-size: 3.714rem;
}
#sec03 .prize {
	padding: 35px 0 30px;
}
#sec03 .prize h4{
	font-size: 2.5vw;
	line-height: 40px;
	width:120px;
	height: 40px;
	border-radius: 20px;
}
#sec03 .prize p {
	padding: 15px 0 30px;
}
#sec03 .about {
width: 700px;
}
#sec03 .about h4 {
	padding: 0 10px;
	top: -22px;
	
}
#sec03 .about p {
	font-size: 20px;
	font-size: 1.428rem;
	margin-top: -10px;
	padding-bottom: 40px;
}
#sec03 .result {
	height: 15.625vw;
}
#sec03 .result h4 {
	width: 20.833vw;
	height:10.416vw;
	line-height: 10.416vw;
	
}
#sec03 .result p {
	width:93.75vw;
	left:-1.875vw;
	bottom: -1.875vw;
	height: 10.416vw;
	line-height: 10.416vw;
	font-size: 2.916vw;
  border-radius: 0 0 2.916vw 2.916vw;
}
#sec03 .result p span {
	font-size: 42px;
	font-size: 3rem;
}

/* お知らせ */
aside {
	padding:60px 0;
}
aside > div .inner {
	width: 93.75vw;
}
aside > div::before {
	background-size: 1540px 700px;
	height: 700px;
	top: -160px;
	left: 0; 
}
aside h4 {
	font-size: 2.5vw;
	line-height:29px;
	height: 29px;
	padding-bottom: 30px;
}

aside p.shoulder {
	border-radius: 6px;
	width: 170px;
	height: 50px;
	line-height: 45px;
	font-size: 28px;
	font-size: 2rem;
}
aside h5 {
	background-size: 93.75vw auto;
	background-size: 1500px auto;
	font-size: 52px;
	font-size: 3.714rem;
	line-height: 1.3;
	padding: 20px 0;
}
aside p {
	font-size: 28px;
	font-size: 2rem;
}
aside h6 {
	font-size: 2.5vw;
	padding:  40px 20px 0;
}
aside ul::before {
	top: -14px;
	padding-top: 30px;
}
aside li {
	letter-spacing: 0.05em;
	font-size: 17px;
	font-size: 1.214rem;
	width: 24.25%;
	height: 40px;
	line-height: 40px;
	margin-right: 1%;
}
aside li a {
	border-radius: 6px;
}
aside li:last-of-type {
	margin: 0;
}

/* 応募フォーム */
.form {
	padding: 150px 0 0;
	width: 93.75vw;
}
.form h4 a {
	height: 126px;
	font-size: 32px;
	font-size: 2.286rem;
	line-height: 126px;
}
.form p{
	font-size: 16px;
	font-size:1.143rem;
	padding-top: 20px;
}

/* ========フッタースタイル======= */

footer {
	padding:45px 0 32px;
	height: 73px;
	position: absolute;
	left: 0;
	bottom: 0;
}
footer .inner {
	width: 93.75vw;
}
footer #info {
	width: 496px;
}
footer h2,
footer h3 {
	font-size: 14px;
	font-size: 1rem;
}
footer h2 {
	padding-right: 10px;
	top: -10px;
}
footer #info > div {
	padding-top:1.875vw;
	display: inline-block;
}
footer #info > div:first-of-type {
	padding-right: 28px;
}
footer #copyright {
	right: 0;
}


}


/* ================================= スマホ ================================== */
@media screen and (max-width: 767px) and (min-width: 0px) {

#wrap {
  background-image: none;
}

/* ======ヘッダースタイル===== */
header {
}
#mv,#mv::before {
	width: 100%;
	height: 108vw;
	background-size: 170% auto;
	background-repeat :no-repeat;
	background-position: top -5vw center;
}
#mv {
	background-size: 160% auto;
	background-position: top -5vw center;
}
#logo {
	padding-top: 17vw;
}
#logo img {
	width:91%;
	height: auto;
}
#mv p {
	font-size: 7.368vw;
	padding-top: 2px;
	letter-spacing:0;
}
#mv p .year {
	font-size: 4.736vw;
}
#mv p .week {
	font-size: 5.263vw;
}
#mv p img {
	width: 6.578vw;
	padding: 0.526vw 1.052vw 0.526vw 0; 
}
#read {
padding: 80px 0;
margin-top: -7vw;
background-size:1000px auto;
}
#read p {
	font-size:16px;
	font-size:1.143rem;
	padding: 0 40px;
line-height: 1.9;
letter-spacing: 0;
word-break: keep-all;
}

/* =======メインコンテンツ======= */

article > div {
  background-image: url(../img/bg-01.svg);
  background-position: center top -10px;
  background-size: 300vw auto;
  background-position: left 50vw top 90px;
  background-repeat: repeat;
	top:-300px;
z-index: 10;
}
article h2{
	width: 160px;
	height: 160px;
	font-size:24px;
	font-size: 1.714rem;
	line-height: 160px;
	margin-top: -80px;
}
#sec01 {
	width: 96%;
	padding-top: 320px;
}
#sec01 section {
	padding-top:16px;
}
#sec01 h3 {
	font-size: 18px;
	font-size: 1.286rem;
	line-height: 80px;
	letter-spacing: 0.1em;
	width: 160px;
	height: 80px;
}
#sec01 section > div {
  background-size: 42px 27px;
  background-position: left 10px top 10px,right 10px bottom 10px;
border-radius: 21px;
	font-size: 18px;
	font-size: 1.286rem;
	margin-top: -20px;
}

/* テーマ */
#sec01 .theme p {
	font-size: 36px;
	font-size: 2.571rem;
	line-height: 80px;
}

/* 期間 */
#sec01 .term p {
	font-size: 18px;
	font-size: 1.286rem;
	line-height: 100px;
	letter-spacing: 0;
}
#sec01 .term p span {
	font-size:24px;
	font-size: 1.714rem;
}

/* 資格 */
#sec01 .qual p {
	font-size: 22px;
	font-size: 1.571rem;
	letter-spacing: 0.02em;
	padding: 45px 0 40px;
}
#sec01 .qual p .sup {
	font-size: 18px;
	font-size: 1.286rem;
}

/* 部門 */
#sec01 .cate ol {
	width: 80%;
	padding: 32px 0 60px;
}
#sec01 .cate li {
	padding: 17px 0;
}

/* 規定 */
#sec01 .rule > div {
	font-size:16px;
	font-size:1.143rem;
	letter-spacing: 0.01em;
	line-height: 1.4;
	padding: 0 0 60px;
}
#sec01 .rule p {
	width: 90%;
	padding: 50px 0 12px;
}
#sec01 .rule ul {
	width: 90%;
}
#sec01 .rule li {
	padding: 12px 0 12px 20px;
}
#sec01 .rule ul li::before {
  left: 0;
}

/* 規約 */
#sec02 {
	width: 90%;
	padding: 60px 0 0;
}
#sec02 h3 {
	font-size:24px;
	font-size: 1.714rem;
	padding: 0 15px 12px;
	top: -12px;
}
#sec02 #hide-box {
	line-height: 1.9;
	letter-spacing: 0.02em;
}
#sec02 ol {
	font-size:16px;
	font-size:1.143rem;
padding-bottom: 100px;
}
#sec02 ol li, #sec02 p {
	font-size:14px;
	font-size: 1rem;
}
#sec02 ol > li {
	padding-top: 20px;
}
#sec02 h4 {
	font-size:16px;
	font-size:1.143rem;
}
#sec02 ol li ul li{
	padding-left: 14px;
}
#sec02 ol li ul li::before {
	font-size: 6px;
	font-size: 0.428rem;
	padding: 9px 0;
}
#readmore label {
	height: 300px;
	font-size: 20px;
	font-size: 1.428rem;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index:40;
}
#readmore #hide-box {
	height: 400px;
}
#readmore input:checked + label:before {
	bottom: 120px;
}
#readmore input:checked ~ #hide-box {
	padding-bottom: 80px;
}

/* 賞 */
#sec03 {
	padding: 40px 0 80px;
  background-size: 1540px 1500px;
  background-position: center top -98px;
}
#sec03 .inner{
	width: 90%;
	border-radius: 21px;
	font-size: 24px;
	font-size: 1.714rem;
	padding: 3%;
}
#sec03 .inner::before {
	width: 306px;
	height: 200px;
	top: 220px;
	left: -210px;
}
#sec03 .inner::after {
	width: 230px;
	height: 154px;
	bottom: 320px;
	right: -190px;
}
#sec03 section {
	border-radius: 13px;
}
#sec03 h3 {
	width: 100px;
	height: 100px;
	font-size: 36px;
	font-size: 2.571rem;
	line-height: 90px;
	top: -24px;
}
#sec03 .number {
	padding: 10px 0;
}
#sec03 .number h4 {
	font-size: 24px;
	font-size: 1.714rem;
	line-height: 40px;
	width:150px;
	height: 40px;
	border-radius: 20px;
}
#sec03 .number p span {
	font-size: 44px;
	font-size: 3.143rem;
	padding: 0	5px;
}
#sec03 section > p {
	font-size: 28px;
	font-size: 2rem;
	padding: 18px 5%;
	line-height: 1.2;
	background-size:542px 38px;
	background-image: none;
}
#sec03 section > p span {
	font-size: 44px;
	font-size: 3.143rem;
}
#sec03 .prize {
	padding: 35px 0 30px;
}
#sec03 .prize h4{
	font-size: 20px;
	font-size: 1.428rem;
	line-height: 30px;
	width:100px;
	height: 30px;
	border-radius: 15px;
}
#sec03 .prize p {
	padding: 15px 0;
	font-size:16px;
	font-size:1.143rem;
letter-spacing: 0.01em;
}
#sec03 .about {
width: 94%;
}
#sec03 .about h4 {
	padding: 0 5px;
	top: -22px;
	font-size: 20px;
	font-size: 1.428rem;
}
#sec03 .about p {
	font-size:16px;
	font-size:1.143rem;
	margin-top: -20px;
	padding-bottom: 20px;
letter-spacing: 0.01em;
}
#sec03 .result {
	height: 120px;
}
#sec03 .result h4 {
	width: 160px;
	height:80px;
	line-height: 80px;
	font-size: 20px;
	font-size: 1.428rem;
}
#sec03 .result p {
	width:100%;
	left:0;
	bottom: 0;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	font-size: 1.714rem;
  border-radius: 0 0 8px 8px;
	letter-spacing: 0.02em;
}
#sec03 .result p span {
	font-size: 36px;
	font-size: 2.571rem;
}

/* お知らせ */
aside {
	padding:40px 0;
}
aside > div .inner {
	width: 100%;
}
aside > div::before {
	background-size: 420vw auto;
	background-position: 50vw center;
	background-repeat:repeat-x;
	width:100%;
	height: ;
	top: -120px;
	left: 0; 
}
aside h4 {
	font-size: 24px;
	font-size: 1.714rem;
	line-height:29px;
	height: 29px;
	padding-bottom: 30px;
}

aside p.shoulder {
	border-radius: 6px;
	width: 150px;
	height: 42px;
	line-height: 38px;
	font-size: 24px;
	font-size: 1.714rem;
	position: relative;
	margin-bottom: 6px;
}
aside h5 {
	background-size: 1800px 248px;
	font-size: 42px;
	font-size: 3rem;
	line-height: 1.2;
	padding: 6% 0;
word-break: keep-all;
}
aside p {
	font-size: 24px;
	font-size: 1.714rem;
line-height: 1.2;
}
aside h6 {
	font-size: 24px;
	font-size: 1.714rem;
	padding:  30px 20px 0;
}
aside ul {
	width: 96%;
	margin: 0 auto;
}
aside ul::before {
	top: -14px;
	padding-top: 30px;
}
aside li {
	letter-spacing: 0;
	font-size:16px;
	font-size:1.143rem;
	width: 49%;
	height: 40px;
	line-height: 40px;
	margin-right: 2%;
	margin-bottom: 2%;
}
aside li a {
	border-radius: 6px;
}
aside li:nth-of-type(2),
aside li:last-of-type {
	margin: 0;
}

/* 応募フォーム */
.form {
	padding: 60px 0 30px;
	width: 360px;
}
.form h4 a {
	height: 80px;
	font-size: 24px;
	font-size: 1.714rem;
	line-height: 80px;
	background: url(../img/to-form-sp.svg) no-repeat center;
}
.form h4 a:hover {
	background: url(../img/to-form-on-sp.svg) no-repeat center;
}
.form p{
	font-size: 14px;
	font-size:1rem;
	padding-top: 10px;
}

/* ========フッタースタイル======= */

footer {
	padding:40px 0 20px;
	position: absolute;
	left: 0;
	bottom: 0;
}
footer .inner {
	width: 90%;
	text-align: center;
}
footer #info {
	width: 100%;
}
footer h2,
footer h3 {
	font-size: 14px;
	font-size: 1rem;
}
footer h2 {
	padding-right: 10px;
	top: -10px;
}
footer #info {
	border-bottom: 1px solid #5d4037;
	padding-bottom: 20px;
}
footer #info > div {
	padding-top:18px;
	display: block;
	text-align: center;
}
footer #info > div:first-of-type {
	padding-right: 28px;
}
footer #copyright {
	position: relative;
	right: 0;
	padding-top: 20px;
}

}