@charset "utf-8";
/* CSS Document */



@font-face {
  font-family: "hk";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/hk_w4.woff2") format("woff2"), url("../fonts/hk_w4.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "hk";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/hk_w5.woff2") format("woff2"), url("../fonts/hk_w5.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "hk";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/hk_w6.woff2") format("woff2"), url("../fonts/hk_w6.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "hk";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/hk_w7.woff2") format("woff2"), url("../fonts/hk_w7.woff") format("woff");
  font-display: swap;
}


/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/

* {
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p,span,small,dl,dt,dd,ol,ul,li {
  margin: 0;
  font-size: 100%;
}
h1,h2,h3,h4,h5,h6 {
}
ul {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
img {
  vertical-align: top;
}
li {
  list-style-type: none;
  vertical-align: baseline;
}

/*--------------------------------------
　Base
---------------------------------------*/
html {
    font-size: 62.5%;
}
body {
	color: #1e2832;
	font-family: "hk", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.0em;
	overflow-x: hidden;
	position: relative;
	-webkit-text-size-adjust: none;
	height: 100%;
	letter-spacing: 0.03em;
	margin-top: 10rem;
	background: #f2f6fa;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
img { 
  max-width: 100%; 
  height: auto;
}
a {
    color: #1e2832;
    text-decoration: underline;
	transition: all .4s;
}
a:hover {
	text-decoration: none;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}
.alignCenter {
	text-align: center;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.mb0 { margin-bottom: 0;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb25 { margin-bottom: 25px;}
.mb30 { margin-bottom: 30px;}
.mb35 { margin-bottom: 35px;}
.mb40 { margin-bottom: 40px;}
.mb45 { margin-bottom: 45px;}
.mb50 { margin-bottom: 50px;}

.mt20 { margin-top: 20px;}
.mt30 { margin-top: 30px;}
.mt40 { margin-top: 40px;}

.sp {
    display: none;
}
.inner {
	max-width: 114rem;
	margin: 0 auto;
}
.txt_link {
	color: #005ab4;
	text-decoration: underline;
}
.txt_link:hover {
	opacity: 1;
	text-decoration: none;
}
.txt_yl {
	color: #be960a;
}
.bold {
	font-weight: 600;
}

/*--------------------------------------
　共通
---------------------------------------*/
.lower .content {
}
.sec_wh {
	padding: 8rem 0 10rem;
	background-color: #fff;
	position: relative;
	max-width: 144rem;
    margin: -5rem auto 0;
}
.sec_wh:before {
	content: "";
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100%;
}
.sec_blue {
	padding: 8rem 0 10rem;
	background-color: #f2f6fa;
	position: relative;
}
.bg_lblue {
	background-color: #f2f6fa;
}

/* TITLE */
.secTitBox {
	margin-bottom: 6rem;
	text-align: center;
}
.secTitBox .eng img {
	width: auto;
	height: 4rem;
}
.secTitBox .jpn {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.6;
	color: #be960a;
	letter-spacing: 0.06em;
	margin-top: 2rem;
}

.idxH2 {
	font-size: 3.6rem;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
	position: relative;
	padding-bottom: 2rem;
	margin-bottom: 7rem;
}
.idxH2:before {
	content: "";
	background: linear-gradient(90deg, #be960a 0%, #be960a 50%, #645000 50%, #645000 100%);
	width: 10rem;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.idxH3 {
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.1em;
	border-bottom: solid 1px #1e2832;
	position: relative;
	padding: 1rem 0 1.2rem 2.5rem;
	margin-bottom: 5rem;
}
.idxH3:before {
	content: "";
	background: #005ab4;
	width: 6px;
	height: 4rem;
	position: absolute;
	left: 0;
	top: 1rem;
}



/* ICON */
.new {
	font-size: 1.1rem;
	text-align: center;
	background: #be960a;
	width: 6rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

/* BUTTON*/
.btn-internal {
	width: 45rem;
	margin: 6rem auto 0;
}
.btn-internal a {
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	background: url('../images/shared/arr_wh_right.png') no-repeat right 1.5rem center, linear-gradient(265deg,rgba(0, 90, 180, 1) 0%, rgba(50, 140, 220, 1) 100%);
	background-size: 7px auto, auto;
	border-radius: 5px;
	display: block;
	text-decoration: none;
	line-height: 1.6;
	padding: 18px 10px;
}
.btn-internal.non-a input[type="submit"] {
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	background: url('../images/shared/arr_wh_right.png') no-repeat right 1.5rem center, linear-gradient(265deg,rgba(0, 90, 180, 1) 0%, rgba(50, 140, 220, 1) 100%);
	background-size: 7px auto, auto;
	border-radius: 5px;
	display: block;
	text-decoration: none;
	line-height: 1.6;
	padding: 18px 10px;
	width: 100%;
	border: none;
	-webkit-appearance: none;
	cursor: pointer;
	transition: all 0.4s;
}
.btn-internal.non-a input:hover {
	opacity: 0.7;
}



/*--------------------------------------
　HEADER
---------------------------------------*/
header {
	background: #fff;
	height: 10rem;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
header .headInr {
	/*max-width: 144rem;*/
	margin: 0 auto;
	padding: 0 clamp(2rem, 2vw, 8rem);
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
header .logo {
	width: 25.3rem;
}
header .rightBox {
	display: flex;
	align-items: center;
	gap: 3rem;
}
header .gNav {
	display: flex;
	gap: 3rem;
}
header .gNav a {
	text-decoration: none;
	letter-spacing: 0.06em;
}
.btn-member {
	width: 20rem;
}
.btn-member a {
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	background: url('../images/shared/arr_wh_right.png') no-repeat right 1.5rem center, linear-gradient(270deg,rgba(82, 86, 166, 1) 0%, rgba(130, 120, 200, 1) 100%);
	background-size: 7px auto, auto;
	border-radius: 5px;
	display: block;
	text-decoration: none;
	line-height: 1.6;
	padding: 18px 10px;
}

header .menu-item {
	position: relative;
}
header .subMenuWrap {
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 1;
	display: none;
	background: #fff;
}
header .subMenu {
	display: flex;
	gap: 0;
	flex-direction: column;
	width: 210px;
}
header .subMenu li a {
	background: #5256a6 url("../images/shared/arr_wh_right.png") no-repeat center right 1.5rem;
	background-size: 7px auto;
	display: block;
	color: #fff;
	font-size: 14px;
	padding: 15px 35px 15px 15px;
	line-height: 1.6;
	border-bottom: solid 1px rgba(255,255,255,0.6);
}
header .subMenu li:last-child a {
	border-bottom: none;
}
header .subMenu li a::after {
    content: none;
}
header .subMenu li a:hover {
    opacity: 0.8;
	color: #fff;
}

@media screen and (max-width: 1350px) {
header .logo {
    width: 18rem;
}
header .rightBox {
    gap: 2rem;
}
header .gNav {
    gap: 2rem;
}
header .gNav a {
    font-size: 1.3rem;
}	
.btn-member {
	width: 15rem;
}
.btn-member a {
	background: url(../images/shared/arr_wh_right.png) no-repeat right 1rem center, linear-gradient(270deg, rgba(82, 86, 166, 1) 0%, rgba(130, 120, 200, 1) 100%);
    background-size: 7px auto, auto;
	font-size: 1.3rem;
	padding: 14px 10px;
}
}

.menuBtn {
	display: none;
}
.spNav {
	display: none;
}

/*--------------------------------------
　FOOTER
---------------------------------------*/
.lower footer {
	margin-top: 10rem;
}
footer .ftInr {
	height: 31.5rem;
	display: flex;
	color: #fff;
}
footer .leftBox {
	background: #005ab4;
	width: 62%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0 clamp(2rem, 2vw, 8rem);
}
footer .logo {
	width: 25.3rem;
	margin-bottom: 2rem;
}
footer .adrs {
	color: #fff;
	font-size: 1.3rem;
}
footer .rightBox {
	background: #328cdc;
	width: 38%;
	padding: 0 clamp(2rem, 4vw, 8rem);
	display: flex;
	justify-content: center;
	flex-direction: column;
}
footer .subNav {
	display: flex;
	gap: 4rem;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 3rem;
}
footer .subNav .fb {
	width: 2.5rem;
}
footer .subNav .fb a {
	display: flex;
	align-items: center;
}
footer .subNav .fb img {
	height: 2.5rem;
}
footer .subNav li a {
	font-size: 1.3rem;
	color: #fff;
	line-height: 1.6;
	display: block;
}
footer .subNav li a:hover {
	text-decoration: none;
}
footer .ban_member {
	display: flex;
	justify-content: flex-end;
	gap: 1rem;
}
footer .ban_member > div {
	width: 22rem;
}
footer .copy {
	background: #1e2832;
	height: 8rem;
	font-size: 1.2rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}


/*--------------------------------------
　下層MV
---------------------------------------*/
.mv_lower {
	background-image: url("../images/news/mv.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 30rem;
	padding: 0 clamp(2rem, 2vw, 8rem);
}
.mv_lower .mvInr {
    max-width: 144rem;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: center;
	flex-direction: column;
	gap: 0.5rem;
    padding: 0 0 4rem;
}
.mv_lower .pageTit {
    font-size: 4rem;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.mv_lower .pageParent {
    font-size: 2rem;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

/*--------------------------------------
　パンくず
---------------------------------------*/
.pankuzuWrap {
	max-width: 144rem;
	margin: 0 auto;
	background: #f2f6fa;
	padding: 1.5rem 0 1.5rem 3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 96%;
	min-height: 5rem;
	top: -5rem;
}
.pankuzuWrap:before {
	content: "";
	background: #f2f6fa;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100%;
}
.pankuzuWrap .pankuzu {
	display: flex;
}
.pankuzuWrap .pankuzu li {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
}
.pankuzuWrap .pankuzu li:after {
	content: ">";
	margin: 0 1rem;
}
.pankuzuWrap .pankuzu li:last-child:after {
	content: none;
}
.pankuzuWrap .pankuzu li a {
	color: #005ab4;
}
.pankuzuWrap .scroll {
	width: 6rem;
}
.pankuzuWrap .scroll a {
	display: flex;
}

/*--------------------------------------
　NEWS
---------------------------------------*/
.newsBoxWrap {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	max-width: 114rem;
	margin: 0 auto;
}
.newsBox {
	width: 27rem;
}
.newsBox a {
	background: #f2f6fa;
	text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.newsBox .thumb img {
	object-fit: cover;
	aspect-ratio: 270 / 160;
	width: 100%;
	height: auto;
	object-position: center;
}
.newsBox .txtBody {
	padding: 2rem;
	position: relative;
	flex-grow: 1;
}
.newsBox .date {
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 1px 0 0;
}
.newsBox .new {
	position: absolute;
	top: 2rem;
	right: 2rem;
}
.newsBox .newsTit {
	line-height: 1.75;
	margin: 1.5rem 0 0;
}

/*--------------------------------------
　SECRETARIAT
---------------------------------------*/
.secrArea {}
.secrBox {
	border-bottom: solid 1px #d5d5d5;
	display: flex;
	align-items: center;
	padding: 2.3rem 0;
}
.secrBox:first-child {
	border-top: solid 1px #d5d5d5;
}
.secrBox .dateBox {
	width: 24rem;
	display: flex;
	align-items: center;
}
.secrBox .date {
	font-size: 1.4rem;
	width: 14rem;
}
.secrBox .secrTit {
	flex: 1;
	line-height: 1.75;
}

.wp-pagenavi {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 6rem;
	gap: 1rem;
}
.wp-pagenavi a {
	text-decoration: none;
	border: solid 1px #005ab4;
	color: #005ab4;
	width: 3rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wp-pagenavi .current {
	background: #005ab4;
	color: #fff;
	width: 3rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wp-pagenavi .first,
.wp-pagenavi .last {
	width: auto;
	padding: 0 5px;
}


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

body {
	margin-top: 6rem;
}	
.bodyInr {
    overflow: hidden;
}	
	
	
.pc {
    display: none;
}	
.sp {
    display: block;
}	
	
	
	
/*--------------------------------------
　共通
---------------------------------------*/
.lower .content {
}
.sec_wh {
	padding: 6rem 4% 6rem;
    margin: -4rem auto 0;
}
.sec_wh:before {
	content: "";
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100%;
}
.sec_blue {
	padding: 6rem 4% 6rem;
}

/* TITLE */
.secTitBox {
	margin-bottom: 4rem;
}
.secTitBox .eng img {
	height: 2.5rem;
}
.secTitBox .jpn {
	font-size: 1.6rem;
	margin-top: 1rem;
}

.idxH2 {
	font-size: 2.4rem;
	padding-bottom: 2rem;
	margin-bottom: 4rem;
}
.idxH2:before {
	width: 8rem;
	height: 3px;
}
.idxH3 {
	font-size: 2rem;
	position: relative;
	padding: 1rem 0 1.2rem 2rem;
	margin-bottom: 4rem;
}
.idxH3:before {
	width: 4px;
	height: 2.8rem;
	left: 0;
	top: 1.2rem;
}


/* BUTTON*/
.btn-internal {
	width: 100%;
	margin: 4rem auto 0;
}


/*--------------------------------------
　HEADER
---------------------------------------*/
header {
	height: 6rem;
}
header .headInr {
	padding: 0 6.2rem 0 1.2rem;
}
header .logo {
	width: 14rem;
}
header .logo a {
	display: flex;
	align-items: center;
}
header .rightBox {
	display: flex;
	align-items: center;
	gap: 3rem;
}
header .gNav {
	display: none;
}
.btn-member {
	width: 14rem;
}
.btn-member a {
	font-size: 1.3rem;
	background: url('../images/shared/arr_wh_right.png') no-repeat right 1rem center, linear-gradient(270deg,rgba(82, 86, 166, 1) 0%, rgba(130, 120, 200, 1) 100%);
	background-size: 6px auto, auto;
	line-height: 1.6;
	padding: 10px 6px 10px 2px;
}
.menuBtn {
	width: 4.2rem;
	height: 4.2rem;
	background: #005ab4;
	position: absolute;
	top: 1rem;
	right: 1rem;
	display: block;
}
.menuBtn span {
    background: #fff;
    width: 20px;
    height: 1px;
    position: absolute;
    left: 12px;
    transition: all .4s;
}
.menuBtn span:nth-child(1) {
	top: 12px;
}
.menuBtn span:nth-child(2) {
	top: 20px;
}
.menuBtn span:nth-child(3) {
	top: 28px;
}	
.closeBtn {
    width: 5rem;
	height: 5rem;
	background: #1e2832;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 21;
	transition: all .4s;
	cursor: pointer;
}
.closeBtn span {
	background: #fff;
	width: 28px;
	height: 1px;
	position: absolute;
	left: 12px;
	transition: all .4s;
}
.closeBtn span:nth-child(1) {
	transform: translateY(25px) rotate(-45deg);
}
.closeBtn span:nth-child(2) {
	opacity: 0;
}
.closeBtn span:nth-child(3) {
	transform: translateY(25px) rotate(45deg);
}
.spNav {
	background: linear-gradient(265deg,rgba(0, 90, 180, 1) 0%, rgba(50, 140, 220, 1) 100%);
    transition: all 0.2s;
    transform: translate(100%);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    overflow-y: auto;
	padding: 7rem 3rem 4rem;
	display: block;
}
.spNav.open {
    transform: translate(0);
}
.spNav li {
	border-bottom: solid 1px #fff;
}	
.spNav li a {
	background: url("../images/shared/arr_wh_right.png") no-repeat right 1rem center;
    background-size: 10px auto;
	color: #fff;
	text-decoration: none;
	padding: 1.4rem 4rem 1.4rem 0;
	display: block;
}
.spNav li a:hover {
	opacity: 1;
}	
.spNav .menu-item > a {
    background: url("../images/shared/icon_plus.png") no-repeat right 0.4rem center;
    background-size: 2rem auto;
}
.spNav .menu-item.open > a {
    background: url("../images/shared/icon_minus.png") no-repeat right 0.4rem center;
    background-size: 2rem auto;
}
.spNav .subMenuWrap {
	display: none;
	border-top: solid 1px #fff;
}
.spNav .subMenu {
	margin: 1rem 0 1rem;
}
.spNav .subMenu li {
	border-bottom: none;
}
.spNav .subMenu li a {
	background: url("../images/shared/arr_wh_right.png") no-repeat right 1rem center;
    background-size: 10px auto;
	padding: 1rem 4rem 1rem 2rem;
}		

/*--------------------------------------
　FOOTER
---------------------------------------*/
.lower footer {
	margin-top: 6rem;
}
footer .ftInr {
	height: inherit;
	display: flex;
	flex-direction: column;
}
footer .leftBox {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 3rem 4%;
}
footer .logo {
	width: 18rem;
	margin-bottom: 2rem;
}
footer .adrs {
	line-height: 1.8;
}
footer .rightBox {
	width: 100%;
	padding: 3rem 4%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
footer .subNav {
	display: flex;
	gap: 3rem;
	align-items: center;
	justify-content: center;
	margin-bottom: 3rem;
}
footer .subNav li a {
}
footer .ban_member {
	display: flex;
	justify-content: center;
	gap: 1rem;
}
footer .copy {
	height: 5rem;
	font-size: 1rem;
}


/*--------------------------------------
　下層MV
---------------------------------------*/
.mv_lower {
	height: 20rem;
}
.mv_lower .mvInr {
	gap: 0.5rem;
    padding: 0 0 4rem;
}
.mv_lower .pageTit {
    font-size: 2.6rem;
}
.mv_lower .pageParent {
    font-size: 1.6rem;
}

/*--------------------------------------
　パンくず
---------------------------------------*/
.pankuzuWrap {
	padding: 1.5rem 1.5rem 1.5rem 1.5rem;
	width: 100%;
	min-height: 4rem;
	top: -4rem;
}
.pankuzuWrap:before {
    content: none;
}
.pankuzuWrap .pankuzu {
	display: flex;
    width: 75%;
	min-width: 26rem;
    overflow-x: auto;
    white-space: nowrap;
}
.pankuzuWrap .pankuzu li {
	font-size: 1.2rem;
	letter-spacing: 0.06em;
	line-height: 1.6;
}
.pankuzuWrap .pankuzu li:after {
	content: ">";
	margin: 0 1rem;
}
.pankuzuWrap .scroll {
	width: 5.5rem;
}

/*--------------------------------------
　NEWS
---------------------------------------*/
.newsBoxWrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 2rem;
	max-width: 114rem;
	margin: 0 auto;
}
.newsBox {
	width: 100%;
}
.newsBox .thumb img {
	width: 100%;
}
	
	
	
/*--------------------------------------
　SECRETARIAT
---------------------------------------*/
.secrBox {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 2rem 0;
	gap: 5px;
}
.secrBox .dateBox {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.secrBox .date {
	font-size: 1.4rem;
	width: 14rem;
}
.secrBox .secrTit {
	flex: 1;
	line-height: 1.75;
}
.secrBox .secrTit a{
	text-decoration: none;
}
	
}












