@charset "UTF-8";/*------------ 共通スタイル ------------*/

/*--------------------    デフォルトスタイル    --------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:1.4rem;
    vertical-align:baseline;
    background:transparent;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto sans JP', sans-serif;/*-------------------- フォントファミリー--*/
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    color: #251e1c;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}
ins {
    text-decoration:none;
}
del {
    text-decoration: line-through;
}
mark {
    background-color:#ff9;
    color:#251e1c;
    font-weight:bold;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

/*------------------------------------------------------------
    レイアウト
------------------------------------------------------------*/
body {
    position: relative;
	color: #251e1c;
	font-weight: 500;/*-------------------- デフォルト フォントウェイト--*/
	font-size: 1.4rem;/*-------------------- デフォルト フォントサイズ--*/
	line-height: 1.7;/*-------------------- デフォルト 行間--*/
    letter-spacing: 0;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
    -webkit-font-smoothing: antialiased;
    padding-top: 78px;
    /*font-feature-settings: "palt";*/
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
#main {
	overflow: visible!important;
	padding-bottom: 0!important;
}


@media all and (min-width: 835px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 834px) {
	body {
		min-width: inherit;
		padding-top: 71px;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}


/*------------------------------------------------------------
    レイアウト
------------------------------------------------------------*/
#gHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
	z-index: 100;
	transition: all .3s ease-out;
}
#gHeader .hBox {
	display: flex;
	justify-content: space-between;
	padding: 24px 2.3% 15px 1.9%;
}
#gHeader .hBox .r_logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
#gHeader .hBox .r_logo a {
	margin-right: 18px;
}
#gHeader .hBox .r_logo h1 {
    display: grid;
}
#gHeader .hBox .r_logo a .ole-logo {
    display: block;
    width: 210px;
    padding-top: 2px;
}
#gHeader .hBox .r_logo a .ofj-logo {
    display: block;
    width: 180px;
}
#gHeader .hBox .r_logo a .ocj-logo {
    display: block;
    width: 140px;
}

/* ナビゲーション */
#gNav {}
#gNav .navBox {}
#gNav .navBox .navUl {
	display: flex;
	justify-content: center;
	align-items: center;
}
#gNav .navBox .navUl > li {
	position: relative;
	padding: 0 7px;
	text-align: center;
	line-height: 1.4;
}
#gNav .navBox .navUl > li:last-of-type {
    padding-right: 0;
}
#gNav .navBox .navUl > li a {
	font-size: 1.3rem;
	font-weight: 400;
}
#gNav .navBox .navUl > li .inUl {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
    padding-top: 15px;
	/*動き*/
  transform: scaleY(0);
  transform-origin: center top;
  transition: all .3s;
	z-index: 10;
}
#gNav .navBox .navUl > li:hover .inUl {
    transform: scaleY(1);
}
#gNav .navBox .navUl > li .inUl li {
}
#gNav .navBox .navUl > li .inUl li a {
    display: block;
    padding: 14px 0;
    background: #fff;
	color: #000;
	border: 1px solid #50a035;
	border-bottom: none;
}
#gNav .navBox .navUl > li .inUl li:last-child a {
	border-bottom: 1px solid #50a035;
}



#gFooter .fInner {
	display: flex;
	width: 80%;
	margin: 60px auto 40px;
	justify-content: space-between;
}
#gFooter .fInner .naviUl li {
	display: inline;
	font-weight: 500;
	margin-right: 30px;
}
#gFooter .fInner .copy {
	font-size: 1.2rem;
}
.pageTop {
    right: 2%;
}


@media all and (max-width: 834px) {
/* ヘッダー */
	#gHeader {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	#gHeader .hBox {
		justify-content: space-between;
		align-items: center;
		padding: 20px 5% 15px 3%;
		background: #fff;
	}
	#gHeader .hBox h1 {
		line-height: 1;
	}
	#gHeader .hBox h1 img {
		width: 220px;
	}
	#gNav {
		display: none;
	}

/* ハンバーガー ボタン */
	#gHeader .menuBtn {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 36px;
		height: 36px;
	}
	#gHeader .menuBtn .bar {
		display: block;
		width: 100%;
		height: 2px;
		background: #000;
		border-radius: 100px;
		margin: 3px 0;
		transition: all .3s;
	}
	#gHeader .menuBtn .bar02 {
	}
	#gHeader .menuBtn.close .bar01 {
		margin-top: 4px;
		transform: rotate(45deg);
	}
	#gHeader .menuBtn.close .bar02 {
		margin-top: -6px;
		transform: rotate(-45deg);
	}
	.hm_nav {
		position: fixed;
		top: -20px;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 90;
		background: #fff;
		opacity: 0;
		visibility: hidden;
		transition: all .5s;
	}
	.hm_nav.nav_open {
		top: 0;
		opacity: 1;
		visibility: visible;
		overflow: scroll;
	}
	.hm_nav .spmUl {
		padding-top: 85px;
	}
	.hm_nav .spmUl li a {
		position: relative;
		display: block;
		margin: 0 8%;
		padding: 10px 45px 10px 15px;
		border-bottom: 1px solid #f1f1f1;
		color: #000;
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 1.6;
		text-align: left;
	}
	.hm_nav .spmUl li a:before {
		content: "";
		position: absolute;
		top: 50%;
		right: 23px;
		width: 8px;
		height: 8px;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		transform: translateY(-50%)rotate(-45deg);
	}

	.hm_nav .spmUl li.acli {
	}
	.hm_nav .spmUl li.acli a {
	}
	.hm_nav .spmUl > li.acli a:before {
		content: "";
		position: absolute;
		top: 50%;
		right: 16.5px;
		width: 16px;
		height: 1px;
		background: #000;
		border:none;
		transform: translateY(-50%)rotate(0);
	}
	.hm_nav .spmUl > li.acli a:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 24px;
		width: 1px;
		height: 16px;
		background: #000;
		border:none;
		transform: translateY(-50%)rotate(0);
	}

	.hm_nav .spmUl > li.acli a.open:before {
		content: "";
		position: absolute;
		top: 50%;
		right: 16.5px;
		width: 16px;
		height: 1px;
		background: #000;
		border:none;
		transform: translateY(-50%)rotate(0);
	}
	.hm_nav .spmUl > li.acli a.open:after {
		transform: translateY(-50%)rotate(-90deg);
	}

	.hm_nav .spmUl li .inUl {
		display: none;
	}
	.hm_nav .spmUl li .inUl li a {
		padding-left: 30px;
	}
	.hm_nav .spmUl li .inUl li a:before {
		content: "";
		position: absolute;
		top: 50%;
		right: 23px;
		width: 8px;
		height: 8px;
		background: transparent;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		transform: translateY(-50%)rotate(-45deg);
	}
	.hm_nav .spmUl li .inUl li a:after {
		display: none;
	}


	.hm_nav .underUl {
		padding: 28px 0 70px;
	}
	.hm_nav .underUl li {
	}
	.hm_nav .underUl li a {
		position: relative;
		margin: 0 calc(8% + 15px);
		padding-left: 15px;
	}
	.hm_nav .underUl li a:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 10px;
		height: 10px;
		background: #171717;
		transform: translateY(-50%);
	}
	
	
/* フッター */
	#gFooter {
		padding-bottom: 20px;
		text-align: center;
		background: #eae4d1;
	}
	#gFooter .fInner {
		width: 100%;
		flex-direction: column;
		margin-bottom: 20px;
		padding: 35px 0 90px;
	}
	#gFooter .fInner .naviUl li {
		margin-right: 15px;
	}
	#gFooter .fInner .naviUl li:last-child {
		margin-right: 0;
	}
	#gFooter .fInner .logo {
		border-top: 1px solid rgba(158,158,158,0.6);
		margin: 18px 8% 0;
		padding: 20px 6% 0;
	}
	#gFooter .fInner .logo img {
		width: 70%;
		max-width: 250px;
	}
	#gFooter .fInner .logo img.logo01 {
		width: 83%;
		max-width: 250px;
	}
	#gFooter .fInner .logo img.logo02 {
		width: 59%;
		max-width: 250px;
	}
	#gFooter .fInner .logo img.logo03 {
		width: 67%;
		max-width: 250px;
	}
	#gFooter .fInner .logo a {
		display: block;
		margin-bottom: 16px;
	}

	#gFooter .btnBox {
        width: 85%;
        margin: 0 auto;
	}
	#gFooter .btnBox .btn {
        margin-bottom: 20px;
	}
	#gFooter .btnBox .btn:last-child {
        margin-bottom: 0;
	}
	#gFooter .btnBox .btn.pdf-dl a {
        padding: 11px 0;
        line-height: 1.3;
	}
	#gFooter .btnBox .btn.pdf-reco a {
        background: #fff;
        color: #ea6000;
	}
	#gFooter .copy {
		font-size: 12px;
		display: block;
		line-height: 1.4;
	}
}


/*ぱんくずリスト*/

.topic_path {
	display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 197px;
  left: 12px;
}
.topic_path li {
	font-size: 1.3rem;
}
.topic_path li a {
	font-size: 1.3rem;
	color: #0091D7;
	text-decoration: underline;
}
@media all and (max-width: 834px) {
	.topic_path {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: absolute;
		top: 85px;
		left:  3%;
	}
	.topic_path li {
		font-size: 1.2rem;
	}
	.topic_path li a {
		font-size: 1.2rem;
	}
}



/*------------------------------------------------------------
    ここから記入↓↓↓↓↓
------------------------------------------------------------*/

/* 共通 */
.headline01 {
    font-size: 1.4rem;
    line-height: 1;
}
.headline01 .ttl-en {
    display: inline-block;
    height: 1.3rem;
    vertical-align: bottom;
}
.headline01 .big {
    display: inline-block;
    margin-top: 27px;
    font-family: "Shippori Mincho B1", serif;
    font-size: 3.1rem;
    font-weight: 600;
}
.headline02 {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
}

.pTxt {
	text-align: justify;
}
.flexBox {
	display: flex;
}

.btn a {
    position: relative;
    display: block;
    border: 2px solid #ea6000;
    background: #ea6000;
    padding: 22px 18px;
    border-radius: 9px;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.1rem;
    color: #fff;
    font-weight: 700;
    box-sizing: border-box;
    transition: all .3s;
}
.btn.pdf-dl .pdf {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 26px;
    transform: translateY(-50%);
}

a {
	transition: all .3s;
}
a:hover {
	opacity: .6;
}

@media all and (max-width: 834px) {
    .headline01 {
        font-size: 1.4rem;
    }
    .headline01 .ttl-en {
        height: 1.3rem;
        vertical-align: bottom;
    }
    .headline01 .big {
        margin-top: 15px;
        font-size: 2rem;
        line-height: 1.4;
    }

    .btn a {
        border: 2px solid #ea6000;
        padding: 20px 18px;
        font-size: 1.8rem;
    }
    .btn.pdf-dl .pdf {
        left: 3.5%;
        width: 9.2%;
        transform: translateY(-50%);
    }
}



/* 準備中 */

.soon {
}
.soon .inBox {
	padding: 120px 0;
	text-align: center;
}
.soon .title {
	margin: 0 0 18px;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.25rem;
}
.soon .pTxt {
	text-align: center;
}



/* 主催団体概要 */

.organization {
	padding: 110px 0 200px;
}
.organization .inBox {
	width: 703px;
	margin: 0 auto;
}
.organization .headline01 {
  margin-bottom: 80px;
  font-size: 3rem;
	text-align: center;
  line-height: 1.5;
}
.organization .headline01 .enTxt {
    font-size: 1.5rem;
    color: #8dc44e;
    display: block;
    font-weight: 300;
    letter-spacing: 4px;
}
.organization .txtBox {
	width: 100%;
	margin-bottom: 68px;
}
.organization .txtBox:last-child {
	margin-bottom: 0;
}

.organization .title {
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 24px;
	font-size: 2.2rem;
	border-bottom: 1px solid #9e9e9e;
	text-align: center;
}
.organization .orUl {
	width: 75%;
	margin: 0 auto;
}
.organization .orUl li {
	position: relative;
	margin: 8px 0 40px;
	padding-left: 60px;
}
.organization .orUl li .no {
	position: absolute;
	top: -6px;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 38px;
	padding-top: 2px;
	background: #c6ad29;
	border: 2px solid #c6ad29;
	color: #fff;
  font-family: 'Josefin Sans', sans-serif;
	font-size: 2rem;
	line-height: 1;
}

.organization .txtBox.txt01 {
}
.organization .txtBox.txt01 .pTxt {
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}

.organization .txtBox.txt02 {
}
.organization .txtBox.txt02 .pTxt {
	padding: 0 80px 19px;
}
.organization .txtBox.txt02 .bgTxt {
	padding: 30px 80px;
	background: #f1f1f1;
	text-align: justify;
}


.organization .txtBox.txt04 .orUl li .no {
	background: #fff;
	border: 2px solid #c6ad29;
	color: #c6ad29;
}

.organization .txtBox.txt05 .in-txtBox {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
}
.organization .txtBox.txt05 .ttUl {
	margin: 0 18px;
}

.organization .txtBox.txt06 .pTxt {
	text-align: center;
}

@media all and (max-width: 834px) {
	.organization {
		padding: 53px 0 89px;
	}
	.organization .inBox {
		width: 90%;
	}
	.organization .headline01 {
		margin-bottom: 38px;
		font-size: 2.3rem;
	}
	.organization .headline01 .enTxt {
    font-size: 1.3rem;
}
	.organization .txtBox {
		margin-bottom: 55px;
	}
	.organization .txtBox:last-child {
		margin-bottom: 0;
	}

	.organization .title {
		padding-bottom: 12px;
		margin-bottom: 19px;
		font-size: 1.8rem;
		line-height: 1.6;
	}
	.organization .orUl {
		width: 90%;
	}
	.organization .orUl li {
		position: relative;
		margin: 8px 0 32px;
		padding-left: 50px;
	}
	.organization .orUl li .no {
		top: 0;
		width: 30px;
		height: 28px;
		padding-top: 2px;
		font-size: 1.8rem;
	}

	.organization .txtBox.txt01 .pTxt {
		font-size: 1.6rem;
		line-height: 1.6;
	}

	.organization .txtBox.txt02 .pTxt {
		padding: 0 8% 19px;
	}
	.organization .txtBox.txt02 .bgTxt {
		padding: 26px 8%;
	}


	.organization .txtBox.txt04 .orUl li .no {
		background: #fff;
		border: 2px solid #c6ad29;
		color: #c6ad29;
	}

	.organization .txtBox.txt05 .in-txtBox {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		width: 100%;
	}
	.organization .txtBox.txt05 .ttUl {
		margin: 0 18px;
	}

	.organization .txtBox.txt06 .pTxt {
		text-align: center;
	}
}



/* プレス */

.press {
	padding: 110px 0 200px;
}
.press .inBox {
	width: 750px;
	margin: 0 auto;
}
.press .headline01 {
  margin-bottom: 80px;
  font-size: 3rem;
	text-align: center;
  line-height: 1.5;
}
.press .headline01 .enTxt {
    font-size: 1.5rem;
    color: #8dc44e;
    display: block;
    font-weight: 300;
    letter-spacing: 4px;
}
.press .pressBox {
	margin: 0 auto;
}
.press .pressBox .pressUl {
}
.press .pressBox .pressUl li {
	margin-bottom: 30px;
}
.press .pressBox .pressUl li a {
	display: block;
	padding: 30px 40px;
	background: #f1f1f1;
}
.press .pressBox .pressUl li .days {
}
.press .pressBox .pressUl li .ttl {
	font-size: 1.8rem;
	font-weight: 700;
}
.press .pressBox .pressUl li .aTxt {
	border-top: 1px solid #000;
	margin-top: 13px;
	padding: 10px 10px 0 0;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: right;
}



@media all and (max-width: 834px) {
	.press {
		padding: 53px 0 89px;
	}
	.press .inBox {
		width: 90%;
	}
	.press .headline01 {
		margin-bottom: 38px;
		font-size: 2.2rem;
	}
.press .headline01 .enTxt {
    font-size: 1.3rem;
}
	.press .pressBox {
		margin: 0 auto;
	}
	.press .pressBox .pressUl li {
		margin-bottom: 30px;
	}
	.press .pressBox .pressUl li a {
		padding: 23px 7%;
	}
	.press .pressBox .pressUl li .ttl {
		font-size: 1.6rem;
	}
	.press .pressBox .pressUl li .aTxt {
		margin-top: 11px;
		padding: 9px 7px 0 0;
		font-size: 1.4rem;
	}
}



/* プライバシーポリシー */

.privacy {
	padding: 110px 0 200px;
}
.privacy .inBox {
	width: 703px;
	margin: 0 auto;
}
.privacy .headline01 {
  margin-bottom: 80px;
  font-size: 3rem;
	text-align: center;
  line-height: 1.5;
}
.privacy .headline01 .enTxt {
    font-size: 1.5rem;
    color: #8dc44e;
    display: block;
    font-weight: 300;
    letter-spacing: 4px;
}
.privacy .first {
	margin-bottom: 50px;
}
.privacy .txtBox {
	width: 100%;
	margin-bottom: 68px;
}
.privacy .txtBox:last-child {
	margin-bottom: 0;
}

.privacy .title {
	margin-bottom: 15px;
	font-size: 1.6rem;
	font-weight: 700;
}
.privacy .right {
	text-align: right;
}


@media all and (max-width: 834px) {
	.privacy {
		padding: 53px 0 89px;
	}
	.privacy .inBox {
		width: 90%;
	}
	.privacy .headline01 {
		margin-bottom: 38px;
		font-size: 2.3rem;
	}
	.privacy .headline01 .enTxt {
    font-size: 1.3rem;
}
	.privacy .first {
		margin-bottom: 40px;
	}
	.privacy .txtBox {
		margin-bottom: 40px;
	}
	.privacy .txtBox:last-child {
		margin-bottom: 0;
	}
	.privacy .title {
		margin-bottom: 12px;
		font-size: 1.5rem;
		line-height: 1.6;
	}
}














