@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	共通

//////////////////////////////////////////////////////////////////////////////*/


/*------------------------------------------------------------------------------

	変数

------------------------------------------------------------------------------*/

:root {
	--main-color: 0,91,171;
	--sub-color: 72,134,127;
}


/*------------------------------------------------------------------------------

	image replacement

------------------------------------------------------------------------------*/

.home #promotion p {
	display: block;
	overflow: hidden;
	outline: none;
	clear: both;
	text-indent: -9999px;
	font-size: 1px;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-size: contain;
}


/*------------------------------------------------------------------------------

	全体

------------------------------------------------------------------------------*/

/*	site_column
------------------------------------------------------------------------------*/

.site_column {
	position: relative;
	margin: 0 auto;
	width: 86%;
	max-width: 1400px;
}


/*	body・textarea・input
------------------------------------------------------------------------------*/

body,
textarea,
input,
select {
	line-height: 1.8;
	font-family: YuGothic,"游ゴシック","メイリオ",Meiryo,sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,verdana,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 16px;
	font-weight: 500;
	color: rgba(35,35,0,1);
  	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
}

textarea,
input,
select {
	-webkit-appearance: none;
}

@media screen and (max-width: 1300px) {

body,
textarea,
input  {
	font-size: 14px;
}

}

@media screen and (max-width: 767px) {

body,
textarea,
input {
	font-size: 3.2vw;
}

}


/*	見出し
------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	line-height: 1.4;
}

/*	アンカー
------------------------------------------------------------------------------*/

a,
a:hover,
a:visited {
	outline: none;
	text-decoration: none;
	color: rgba(var(--main-color),1);
}

a {
	transition: opacity .4s;
}

a:hover {
	text-decoration: none;
	opacity: .4;
	transition: color .4s;
}

main a,
main a:visited {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {

a:hover {
	opacity: 1;
}

a[href^="tel:"] {
	text-decoration: underline;
}

}

@media screen and (min-width: 768px){
	
a[href^="tel:"] {
	pointer-events: none;
	text-decoration: none;
	color: #333;
}

a[href^="tel:"]:hover {
	cursor: default;
	opacity: 1;
}

}


/*	リスト
------------------------------------------------------------------------------*/

main ol,
main ul {
	margin: 1em 0 1em 1.5em;
}

main ul {
	list-style: disc;
}

main ol {
	list-style: decimal;
}

main li {
	margin-bottom: .5em;
	line-height: 1.4;
}


/*	テーブル
------------------------------------------------------------------------------*/

table {
	width: 100%;
}

th,
td {
	line-height: 1.6;
}

th {
	font-weight: bold;
}


/*	その他
------------------------------------------------------------------------------*/

em {
	font-style: normal;
	font-weight: bold;
	color: rgb(var(--main-color));
}

figcaption {
	margin-top: .5em;
	text-align: center;
	font-size: .875em;
}

img {
	vertical-align: bottom;
}

address {
	font-style: normal;
}


/*	共通設定
------------------------------------------------------------------------------*/

main p,
main dd {
	margin-bottom: .5em;
	text-align: justify;
}

main li:last-child,
main p:last-of-type,
main dd:last-of-type {
	margin-bottom: 0;
}

main .extension {
	color: rgba(182,55,56,1);
}


/*	独自class
------------------------------------------------------------------------------*/

.en,
#copy,
.home #information dt {
	font-family: 'Urbanist', sans-serif;
	letter-spacing: .1em;
}

header .en,
footer > .site_column .en {
	color: rgba(0,0,0,.7);
}

.note {
	margin-left: 0;
}

.note li {
	display: block;
	position: relative;
	padding-left: 1em;
	font-size: .875em;
}

.note li::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

.l {
	display: block;
}

.sub {
	font-size: .875em;
}

#noscript {
	padding: 1em;
	line-height: 1;
	text-align: center;
	color: #FFF;
	background-color: #F00;
}

div.button {
	margin: 1em auto;
	max-width: 600px;
}

div.button.center {
	width: auto;
	display: flex;
	justify-content: center;
}

div.button a {
	padding: 1em .5em;
	font-weight: bold;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #FFF !important;
	background-color: rgb(var(--main-color));
	border-radius: 4px;
}

div.button.center a {
	display: inline-block;
	padding-right: 1em;
	padding-left: 1em;
}

.marker {
	background: linear-gradient(transparent 70%, rgba(var(--sub-color),.5) 70%)
}

@media screen and (max-width: 767px) {

.l {
	display: inline;
}

}


/*------------------------------------------------------------------------------

	header

------------------------------------------------------------------------------*/

#content > header {
	position: relative;
	padding: 40px 0 50px;
}

#content > header .title {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 40px;
}

#content > header .title a {
	display: block;
	color: #333;
}

#content > header .site_title {
	position: relative;
	display: inline-block;
	line-height: 1.4;
}

#content > header .site_title::before {
	position: absolute;
	content: '';
	display: block;
	left: -110px;
	top: -10px;
	width: 100px;
	aspect-ratio: 100/104.5;
	background-image: url(../img/logo_jsop.png);
	background-repeat: no-repeat;
	background-size: contain;
}

#content > header .title .jp,
#content > header .title .en {
	display: block;
}
#content > header .title .jp {
	font-weight: bold;
	font-size: 2.25em;
}

#content > header .title .en {
	line-height: 1.8;
	font-size: 1.25em;
}


@media screen and (max-width: 1300px) {

#content > header .site_title::before {
	left: -96.25px;
	top: -8.75px;
	width: 87px;
}

}

@media screen and (max-width: 1200px) {

#content > header {
	padding: 30px 0;
}

#content > header .title {
	margin-bottom: 30px;
}	

}


@media screen and (max-width: 900px) {

#content > header .site_title::before {
	left: -66px;
	width: 60px;
}

#content > header .title .jp {
	font-size: 1.5em;
}

#content > header .title .en {
	font-size: .85em;
}

}


@media screen and (max-width: 767px) {

#content > header {
	padding: 3vw 0 0;
}

#content > header .title .site_title {
	font-size: 1.05em;
}
	
#content > header .site_title::before {
	left: -10vw;
	top: -1vw;
	width: 8.6vw;
	height: 9vw;
}

#content > header .title {
	margin-bottom: 3vw;
}

#content > header .title .jp {
	font-size: 1.75em;
}

#content > header .title .en {
	font-size: .9em;
}

}

@media screen and (max-width: 767px) {

#content > header .title {
	margin-bottom: 2.5vw;
}

#content > header .title .jp {
	font-size: 3.25vw;
}

#content > header .title .en {
	font-size: 1.85vw;
}

}


/*------------------------------------------------------------------------------

	menu

------------------------------------------------------------------------------*/

/*	メニュー本体開閉CSS
　　スマホサイズでcloseした時のdisplay:none を、再びPCサイズにした時、
　　非表示になるのを回避
------------------------------------------------------------------------------*/

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

#content > header .menu {
	display: block !important;
}

}

@media screen and (max-width: 767px) {

#content > header .menu {
	display: none;
}

}


/*	メニュー本体
------------------------------------------------------------------------------*/

#content > header .menu ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

#content > header .menu li {
	font-weight: bold;
	margin-right: 3em;
	font-size: 1.125em;
}

#content > header .menu li.home .en {
	background-image: url("../img/icon_home.svg");
	background-position: center center;
	background-size: 24%;
	background-repeat: no-repeat;
}

#content > header .menu li:last-child {
	margin-right: 0;
}

#content > header .menu li .en {
	display: block;
	text-align: center;
	font-size: .66em;
	font-weight: normal;
}

#content > header .menu li .en span {
	opacity: 0;
}

#content > header .menu li a {
	display: block;
}

#content > header .menu li.selected a {
	pointer-events: none;
	color: rgba(var(--sub-color),1);
}


@media screen and (max-width: 1500px) {
	
#content > header .menu li {
	margin-right: 2em;
}

}

@media screen and (max-width: 1024px) {
	
#content > header .menu li {
	margin-right: 1.5em;
	font-size: 1em;
}

}

@media screen and (max-width: 900px) {
	
#content > header .menu li {
	font-size: .85em;
}

}

@media screen and (max-width: 767px) {
	
#content > header .menu {
	overflow-y: scroll;
	position: fixed;
	flex-direction: column;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #FFF;
	z-index: 9999;
}
	
#content > header .menu .gnav {
	position: relative;
	height: 100vh;
}
	
#content > header .menu ul {
	display: block;
	padding: 20vw 0;
}
	
#content > header .menu li {
	text-align: center;
	margin-right: 0;
	margin-bottom: 4vh;
	line-height: 1.4;
	font-size: 1.5em;
}
	
#content > header .menu li:last-child {
	margin-bottom: 0;
}

	
#content > header .menu li.home .en {
	background-size: 6.5%;
}
	
#content > header .menu ul a {
	color: #333;
	display: block;
	white-space: nowrap;
}

}

@media screen and (max-width: 767px) {
	
#content > header .menu li.home .en {
	background-size: 4.5vw;
}

}


/*	開閉ボタン
------------------------------------------------------------------------------*/

.menu_button {
	display: none;
}

@media screen and (max-width: 767px) {
	
.menu_button,
.menu_button span {
	display: inline-block;
	transition: transform .4s, display .4s, background .4s, top .4s, bottom .4s, opacity .4s;
	box-sizing: border-box;
}
	
.menu_button {
	position: fixed;
	display: block;
	z-index: 9999;
	right: 3.2vw;
	top: 2.75vw;
	width: 12vw;
	height: 8vw;
}
	
.menu_button:hover {
	cursor: pointer;
}

.menu_button em {
	position: absolute;
	left: 0;
	top: 1.25vw;
	width: 100%;	
	font-style: normal;
	font-weight: bold;
	font-size: 2vw;	
	color: #FFF;
	text-align: center;
}

.menu_button span {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	height: .6vw;
	background-color: rgba(var(--main-color),1);
	border-radius: 100em;
}

.menu_button.active span {
	height: .6vw;
	background-color: rgba(var(--main-color),1);
}

.menu_button span:nth-of-type(1) { top: 2vw;}
.menu_button span:nth-of-type(2) { top: 5vw}

.menu_button.active span:nth-of-type(1) { top: 3.5vw; transform: translateX(-50%) rotate(-315deg);}
.menu_button.active span:nth-of-type(2) { top: 3.5vw; transform: translateX(-50%) rotate(315deg);}
	
}


/*------------------------------------------------------------------------------

	main

------------------------------------------------------------------------------*/

main #xxxxx {
	
}

/*------------------------------------------------------------------------------

	footer

------------------------------------------------------------------------------*/

footer #address {
	padding: 60px 0;
	color: #FFF;
	background-color: rgba(var(--main-color),1);
}

@media screen and (max-width: 940px) {

footer #address {
	padding: 6vw 0;
}

}
	
/*	事務局
------------------------------------------------------------------------------*/

footer #address .group {
	display: flex;
	justify-content: space-between;
	align-items: center;	
	margin: 0 auto;
	max-width: 680px;
	width: 100%;
}

footer #address h2 {
	font-weight: bold;
	font-size: 2.18em;
	background-color: rgba(var(--main-color),1);
}

footer #address h2 .en {
	font-weight: normal;
	font-size: .458em;
}

footer #address h2 .en::before {
	content: '/ ';
}

footer #address h3 {
	margin-bottom: .5em;
	font-size: 1em;
	font-weight: bold;
}

footer #address a {
	color: #FFF;
}


@media screen and (max-width: 767px) {

footer #address .group {
	display: block;
	max-width: none;
	text-align: center;
}
	
footer #address h2 {
	font-size: 1.5em;
	margin-bottom: 1em;
}
	
footer #address {
	font-size: 1em;
}

footer #address a {
	color: #FFF;
}
	
}


/*	コピーライトまわり
------------------------------------------------------------------------------*/

footer > .site_column {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2em 0;
}

footer .site_title {
	font-size: 1.375em;
	font-weight: bold;
}

footer .site_title .en {
	font-size: .636em;
	font-weight: normal;
	display: block;
}

@media screen and (max-width: 940px) {
	
footer > .site_column {
	display: block;
}

footer .site_title {
	margin-bottom: 1em;
	text-align: center;
	font-size: 1em;
}
	
footer #copy {
	text-align: center;
	font-size: .75em;

}
	
}




/*	 page_top
------------------------------------------------------------------------------*/

#page_top {
    position: fixed;
	right: 3vw;
    bottom: 3vw;
	z-index: 1000;
	width: 10vw;
	height: 10vw;	
	max-width: 60px;
	max-height: 60px;
    transition: opacity .6s;
	background-color: #FFF;
	opacity: 0;
}

.moved #page_top {
	opacity: .7;
}

#page_top a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(var(--main-color),1);
	text-decoration: none;
	cursor: default;
}

.moved #page_top a {
	cursor: pointer;
	opacity: 1;
}

#page_top a::after {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%)  rotate(45deg);
	content: "";
	display: block;
	width: 30%;
	height: 30%;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

