@charset "utf-8";
/* CSS Document */

/* PC時からハンバーガーメニューの場合は#sp_boxのみ削除  */
/* #open_menu,#sp_box {
	display:none;
} */

/*****************************************************************

	色の設定

******************************************************************/
/* ハンバーガーメニューの線 */
#spicon span{
	border-bottom:2px solid #fff;
}
.border_blue span {
	border-bottom:2px solid #001278 !important;
}
/* ハンバーガーメニュー【MENU】のテキスト色（いらない場合はdisplay:none;） */
#spicon:before{
    color: #000;
}
/* 開閉後、ハンバーガーメニューの色を変更する場合 */
#spicon.m_active span:nth-child(1) {
    border-color: #001278;
}
#spicon.m_active span:nth-child(3) {
    border-color: #001278;
}
#spicon.m_active:before {
    /*color: #FFF;*/
}
/* 開閉後の背景の色 */
#center_box {
    background-color: #FFF;
}
/* テキストメニューの色 */
.page_link > li > a {
    color: #000;
}
/** リンクをホバーした後の色 **/
.page_link a:hover {
    color: #20addd;
}

/**************************************
	ハンバーガーアイコン
***************************************/

#spicon {
	position: fixed;
    right: 75px;
    top: 50px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 32px;
    height: 24px;
    z-index: 9999;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
/* #spicon:before {
    content: "MENU";
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
	transition: all .4s;
} */
#spicon span {
	width:100%;
	height:2px;
	transition: all .4s;
}

/* ボタンを押した後のボタンのスタイル */
#spicon.m_active span:nth-child(1) {
    transform: translateY(12px) rotate(-45deg);
}

#spicon.m_active span:nth-child(2) {
	opacity:0;
}

#spicon.m_active span:nth-child(3) {
    transform: translateY(-10px) rotate(-135deg);
}
/* #spicon.m_active:before {
    content: "CLOSE";
} */


/**************************************
	メニューオープン
***************************************/


#open_menu {
	background-position:50% 0;
	background-repeat:no-repeat;
	background-size:cover;
	position:fixed;
	z-index:9990;
	top:0;
	left:0;
	width:100%;
}


/***********/

#center_box {
	position: relative;
	text-align:center;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	margin:0;
	height:100%;
	display:block;
	padding:180px 7vw;
	overflow: hidden;
	overflow-y: scroll;
}

#close {
	position:absolute;
	text-align:center;
	bottom:-20px;
	left:0;
	width:100%;
	color:#21ceb2;
	font-size:20px;
}

.menu_bg {
	position: absolute;
	bottom: -95px;
	right: 0;
}

/**************************************
	MENUの中身
***************************************/

.m_width {
	width:90%;
	max-width:1680px;
	margin:0 auto;
	border-top: 2px solid #ededed;
	border-bottom: 2px solid #ededed;
	padding: 4vw 0;
}


.page_link > li > a{
	text-decoration:none;
	position:relative;
	display:block;
	font-size:54px;
    z-index: 500;
    line-height: 1.3em;
	padding:35px 0 35px 0;
}
.page_link li {
    position: relative;
}
.sp_ja {
    font-size: 18px;
    padding-left: 40px;
    position: relative;
    top: -7px;
}
.page_link {
	text-align:left;
}
.page_link a {
    transition: 0.3s ease;
}

.menu_logo {
	position: absolute;
	top: 45px;
	left: 3vw;
}

/** 日本語のみの場合 **/
.ja_all {
    font-size: 24px;
    display: block;
}

.menu_btn {
	position: relative;
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #001278;
	transition: .3s;
}
.menu_btn::after {
	content: url(../images/menu_btn_arrow.png);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 7px;
	height: 11px;
	display: inline-table;
}
.menu_top_nav ul:nth-child(1) li a {
	display: flex;
	align-items: center;
	gap: 7vw;
}
.menu_top_nav ul:nth-child(4) li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.menu_bottom_nav ul:nth-child(1) li a {
	display: flex;
	align-items: center;
	gap: 5vw;
}
.menu_bottom_nav ul:nth-child(n + 2) li a {
	display: flex;
	align-items: center;
	gap: 3vw;
}

.menu_top_nav {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.menu_top_nav ul {

}
.menu_top_nav ul:nth-child(1) {
	flex: 0.2;
}
.menu_top_nav ul:nth-child(2) {
	flex: 0.2;
}
.menu_top_nav ul:nth-child(2) li:nth-child(4) {
	margin-top: 0;
}
.menu_top_nav ul:nth-child(2) li:nth-child(5) {
	margin-top: 0;
}
.menu_top_nav ul:nth-child(2) li:nth-child(6) {
	margin-top: 0;
}
.menu_top_nav ul:nth-child(3) {
	flex: 0.2;
}
.menu_top_nav ul:nth-child(4) {
	flex: 0.3;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.menu_top_nav ul:nth-child(4) li:nth-child(1) {
	width: 100%;
}
.menu_top_nav ul:nth-child(4) li:nth-child(3) {
	margin-top: 20px;
}
.menu_top_nav ul:nth-child(4) li {
	width: 48%;
}
.menu_top_nav li {
	text-align: left;
}
.menu_top_nav li a {
	transition: .3s;
}
.menu_top_nav li:nth-child(2) {
	margin-top: 20px;
}
.menu_top_nav li:nth-child(n + 3) {
	margin-top: 10px;
}
.menu_top_nav li:nth-child(n + 2) a {
	color: #5f6274;
	font-size: 17px;
}
.menu_top_nav ul li:nth-child(1) a {
	font-size: 18px;
	font-weight: bold;
	color: #001278;
	transition: .3s;
}
.menu_top_nav ul li a:hover {
	color: #34c8fc;
}
.menu_top_nav ul li a:hover .menu_btn {
	background: #34c8fc;
}
.menu_bottom_nav ul li a:hover .menu_btn {
	background: #34c8fc;
}

.menu_bottom_nav {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.menu_bottom_nav ul:nth-child(1) {
	flex: 0.2;
}
.menu_bottom_nav ul:nth-child(2) {
	flex: 0.2;
}
.menu_bottom_nav ul:nth-child(3) {
	flex: 0.2;
}
.menu_bottom_nav ul:nth-child(4) {
	flex: 0.3;
}
.menu_bottom_nav li {
	text-align: left;
}

.menu_bottom_nav ul li:nth-child(1) a {
	font-size: 18px;
	font-weight: bold;
	color: #001278;
}
.menu_bottom_nav ul li:nth-child(1) a {
	transition: .3s;
}
.menu_bottom_nav ul li:nth-child(1) a:hover {
	color: #34c8fc;
}
@media only screen and (max-width: 1800px){
	.menu_top_nav ul:nth-child(4) {
		flex: 0.38;
	}
}
@media only screen and (max-width: 1450px){
	#center_box {
		padding: 160px 5vw;
	}
	.menu_top_nav li:nth-child(n + 2) a {
		font-size: 15px;
	}
	.menu_top_nav ul li:nth-child(1) a {
		font-size: 16px;
	}
	.menu_bottom_nav ul li:nth-child(1) a {
		font-size: 16px;
	}
}
@media only screen and (max-width: 1024px){
#sp_box {
	display:block;
}    

/**************************************
	MENUの中身
***************************************/
.page_link > li > a{
	font-size:42px;
    z-index: 500;
    padding: 35px 0 35px;
}
.page_link li {
    position: relative;
}
.sp_ja {
    font-size: 18px;
    padding-left: 40px;
    position: relative;
    top: -7px;
}
.page_link {
	text-align:left;
	padding-top:0;
}
.page_link a {
    transition: 0s ease;
}
.menu_top_nav li:nth-child(n + 2) a {
    font-size: 14px;
}
.menu_top_nav ul li:nth-child(1) a {
    font-size: 15px;
}
.menu_bottom_nav ul li:nth-child(1) a {
    font-size: 15px;
}
.menu_top_nav ul:nth-child(4) {
    flex: 0.4;
}
.menu_bottom_nav ul:nth-child(1) li a {
    gap: 4vw;
}
.menu_bottom_nav ul:nth-child(n + 2) li a {
    gap: 2vw;
}

    
}

@media only screen and (max-width: 740px){
/**************************************
	ハンバーガーアイコン
***************************************/

#spicon {
	position:fixed;
	right:20px;
	top:25px;
}

#center_box {
	padding:110px 0;
}
.m_width {
    padding: 6vw 0;
}
/**************************************
	MENUの中身
***************************************/

.page_link > li > a{
	font-size:28px;
    padding: 20px 0 20px;
}
.sp_ja {
    font-size: 13px;
    padding-left: 20px;
    top: -6px;
}

/** 日本語のみの場合 **/
.ja_all {
    font-size: 18px;
    display: block;
}
.menu_top_nav {
	flex-wrap: wrap;
}
.menu_top_nav ul:nth-child(1) {
    flex: unset;
	width: 100%;
	padding-bottom: 25px;
}
.menu_top_nav ul:nth-child(2) {
    flex: unset;
	width: 43%;
}
.menu_top_nav ul:nth-child(3) {
    flex: unset;
	width: 51%;
}
.menu_top_nav ul:nth-child(4) {
    flex: unset;
	width: 100%;
	padding-top: 25px;
}
.menu_btn {
    width: 20px;
    height: 20px;
}
.menu_top_nav li:nth-child(2) {
    margin-top: 10px;
}

.menu_top_nav li:nth-child(n + 3) {
    margin-top: 5px;
}
.menu_top_nav ul:nth-child(4) li:nth-child(3) {
    margin-top: 10px;
}
.menu_top_nav ul:nth-child(4) li:nth-child(odd) {
	width: 50%;
}
.menu_top_nav ul:nth-child(4) li:nth-child(even) {
	width: 43%;
}
.menu_top_nav ul:nth-child(4) li:nth-child(1) {
	width: 100%;
}
.menu_top_nav ul:nth-child(4) li a {
    justify-content: unset;
    gap: 6vw;
}

.menu_bottom_nav {
    display: grid;
    gap: 5vw;
    grid-template-columns: repeat(2, 1fr);
}
.menu_bottom_nav ul:nth-child(1) li a {
    gap: 4vw;
}
.menu_bottom_nav ul:nth-child(n + 2) li a {
    gap: 4vw;
}
.menu_btn {
    width: 17px;
    height: 17px;
}
.menu_bg {
    bottom: -95px;
    width: 84vw;
}
.menu_logo {
    top: 35px;
    left: 4vw;
}
}


