@charset"utf-8";

/*base--------------------------------*/

*{
	font-family: 'Noto Sans JP', sans-serif, 'Meiryo', 'メイリオ', 'ヒラギノ 角ゴPro W3', 'Hiragino Kaku Gothic Pro', 'MS PGothic', 'ＭＳ Ｐゴシック';
	font-size: 100%;
	}
.container figcaption {
	font-size: 0.75em;
}

html, body {
	height: 100%;
	overflow: visible;
}

body{
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: scroll;
}

/* よく登場する要素のリセット */

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form, div {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
	font-family: 'Noto Sans JP', 'Meiryo', 'メイリオ', 'ヒラギノ 角ゴPro W3', 'Hiragino Kaku Gothic Pro', 'MS PGothic', 'ＭＳ Ｐゴシック';
	color: #333;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img {
	vertical-align: bottom;
}

.cf:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.cf {
	min-height: 1px;
}

* html .cf {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

ruby rt {
	font-size: 50%;
}
@-moz-document url-prefix() {
	ruby rt {
		font-size: 50%;
	}
}



/*common--------------------------------*/

#wrap {
	overflow: hidden;
}

.top#wrap {
	opacity: 0;
}

.lower#wrap {
	opacity: 1;
}

.serif {
	font-family: 'Noto Serif JP', serif;
}

.plain_txt {
	font-size: 18px;
	font-weight: 500;
	line-height: 2em;
	letter-spacing: .05em;
	padding-bottom: 1.5em;
}

section:nth-of-type(even) .plain_txt {
	color: #fff;
}

a:link,
a:visited,
a:active {
	color: #006bb7;
	text-decoration: underline;
}

section:nth-of-type(even) a:link,
section:nth-of-type(even) a:visited,
section:nth-of-type(even) a:active {
	color: #fff;
}

a:focus {
	outline:none;
	text-decoration: none;
}

a i {
	padding-left: .5em;
}

.hover {
	transition: .5s ease-out;
}

.hover:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	zoom:1;
	transition: .5s ease-out;
}

.sp,
.tab {
	display: none;
}

.red {
	color: #cc0000;
}

.fit {
	width: 100%;
}

.zoom {
	transition-duration: 0.3s;
}

.zoom:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

section {
	padding: 80px 0;
	position: relative;
	z-index: 2;
}

section:nth-of-type(even) {
	background-color: #006bb7;
}

.container {
	width: 90vw;
    max-width: 1200px;
    margin: 0 auto;
}

.sec_ttl {
	padding: 0 0 60px 30px;
	user-select: none;
}

.sec_ttl strong {
	display: block;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
	color: #333;
	line-height: 1em;
	letter-spacing: .1em;
	padding-left: .3em;
}

.sec_ttl span {
	font-family: "Inknut Antiqua", serif;
	font-size: 150px;
	font-weight: 700;
	font-style: normal;
	color: #006bb7;
	line-height: 1em;
}

section:nth-of-type(even) .sec_ttl strong {
	color: #ccc;
}

section:nth-of-type(even) .sec_ttl span {
	color: #fff;
}

.sec_subttl {
	font-size: 32px;
	font-weight: 500;
	color: #006bb7;
	line-height: 1.33em;
	letter-spacing: .2em;
	text-align: center;
	padding-bottom: 30px;
}

section:nth-of-type(even) .sec_subttl {
	color: #fff;
}

.btn_container {
	padding-top: 40px;
}

.btn_container a {
	width: 400px;
	height: 60px;
	background-color: #006bb7;
	border: 3px solid #006bb7;
	border-radius: 10px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	letter-spacing: .1em;
	text-decoration: none;
	position: relative;
	transition: .5s ease-out;
}

section:nth-of-type(even) .btn_container a {
	background-color: #fff;
	border: 3px solid #fff;
	color: #006bb7;
}

.btn_container a::after {
	content: '';
	display: block;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid #fff;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	transition: .5s ease-out;
}

section:nth-of-type(even) .btn_container a::after {
	border-left: 12px solid #006bb7;
}

.btn_container a:hover {
	background-color: #fff;
	color: #006bb7;
	transition: .5s ease-out;
}

section:nth-of-type(even) .btn_container a:hover {
	background-color: #006bb7;
	border: 3px solid #fff;
	color: #fff;
}

.btn_container a:hover::after {
	border-left: 12px solid #006bb7;
}

section:nth-of-type(even) .btn_container a:hover::after {
	border-left: 12px solid #fff;
}

.fade_in {
    animation-name:fadeInAnime;
    animation-duration:1.5s;
    animation-fill-mode:forwards;
    opacity:0;
}
@keyframes fadeInAnime {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}

.fade_up {
    animation-name:fadeUpAnime;
    animation-duration:1.5s;
    animation-fill-mode:forwards;
    opacity:0;
}
@keyframes fadeUpAnime {
    0% {
      opacity: 0;
      transform: translateY(40px);
    }
    50% {
      opacity: 0;
      transform: translateY(40px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
}


/*----------------------------------------*/

/*loading*/

/*----------------------------------------*/

.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	text-align: center;
}

.loading_container {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.loading_logo {
	width: 180px;
    transform: translateX(-1%);
}

.loading_news {
	text-align: center;
}

.load-spinner {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 2px solid rgba(120,201,67,0.4);
	border-top-color: rgba(50,153,0,0.9);
	border-radius: 50%;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	animation: spin 1.2s linear 0s infinite;}
	@keyframes spin { 0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}
}

.care + .loading .load-spinner {
	border: 2px solid rgba(30,115,190,0.4);
	border-top-color: rgba(30,115,190,0.9);
}



/*--------------------------------------*/

/*header*/

/*--------------------------------------*/

header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	transition: .5s ease-out;
	z-index: 999;
}

header .float_nav_wrap {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	padding: 0 30px;
	background-color: #17458f;
	display: flex;
	justify-content: right;
	align-items: center;
	transition: .5s ease-out;
}

header .float_nav_list_container {
	display: inline;
}

header .float_nav_list_item {
	display: inline;
}

header .float_nav_list_item +  .float_nav_list_item {
	padding-left: 2em;
	transition: .5s ease-out;
}

header .float_nav_list_item a {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	letter-spacing: .05em;
	text-decoration: none;
}

header .header_bottom_wrap {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: .5s ease-out;
}

header .logo_container a {
	display: flex;
	text-decoration: none;
}

header .logo_obj {
	width: 172px;
	transition: .5s ease-out;
}

header .logo_container .txt_container {
	padding-left: 15px;
	transition: .5s ease-out;
}

header .logo_container strong {
	display: block;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	letter-spacing: .1em;
	line-height: 1.3em;
	transition: .5s ease-out;
}

header .logo_container span {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	letter-spacing: .05em;
	line-height: 1.3em;
	transition: .5s ease-out;
}

header .nav_list_container {
	display: inline;
}

header .nav_list_item {
	display: inline;
}

header .nav_list_item +  .nav_list_item {
	padding-left: 2em;
}

header .nav_list_item a {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	letter-spacing: .05em;
	text-decoration: none;
}

header.fixed {
	background-color: #fff;
	transition: .5s ease-out;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}

header.fixed .float_nav_wrap {
	height: 40px;
	padding: 0 15px;
	transition: .5s ease-out;
}

header.fixed .header_bottom_wrap {
	padding: 10px 15px;
	transition: .5s ease-out;
}

header.fixed .float_nav_list_item +  .float_nav_list_item {
	padding-left: 1em;
	transition: .5s ease-out;
}

header.fixed .float_nav_list_item a {
	font-size: 16px;
}

header.fixed .logo_obj {
	width: 120px;
	transition: .5s ease-out;
}

header.fixed .logo_container .txt_container {
	padding-left: 10px;
	transition: .5s ease-out;
}

header.fixed .logo_container strong {
	font-size: 20px;
	color: #333;
	letter-spacing: .05em;
	transition: .5s ease-out;
}

header.fixed .logo_container span {
	font-size: 14px;
	color: #333;
	transition: .5s ease-out;
}

header.fixed .nav_list_item +  .nav_list_item {
	padding-left: 1em;
	transition: .5s ease-out;
}

header.fixed .nav_list_item a {
	font-size: 16px;
	font-weight: 500;
	color: #333;
}
	

/*menu_trigger--------------------------------*/

.menu_trigger {
    display: none;
}


/*--------------------------------------*/

/*footer*/

/*--------------------------------------*/

/*join_wrap--------------------------------*/

.join_wrap {
	background: url('../img/common/join_obj.webp') center center no-repeat;
	background-size: cover;
}

.join_wrap .sec_ttl span {
	color: #006bb7!important;
}

.join_wrap .sec_ttl strong {
	color: #333!important;
}

.join_wrap .recruit_container {
	background-color: rgba(0,107,183,.7);
	border-radius: 10px;
	padding: 40px 4.83%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.join_wrap .recruit_container .txt_container {
	width: 50%;
}

.join_wrap .recruit_container .btn_container {
	width: 40%;
}

.join_wrap .recruit_container .btn_container a {
	width: 100%;
	height: 120px;
	background-color: #fff;
	border-color: #fff;
	color: #006bb7;
}

.join_wrap .recruit_container .btn_container a::after {
	border-left: 12px solid #006bb7;
}

.join_wrap .recruit_container .btn_container a:hover {
	background-color: #006bb7;
	color: #fff;
}

.join_wrap .recruit_container .btn_container a:hover::after {
	border-left: 12px solid #fff;
}

.join_wrap .recruit_container .recruit_ttl {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	letter-spacing: .05em;
	line-height: 1.33em;
	padding-bottom: 30px;
}

.join_wrap .recruit_container .plain_txt {
	color: #fff;
	padding-bottom: 0;
}

/*bnr_wrap--------------------------------*/

section.bnr_wrap {
    background-color: #fff;
}

.bnr_wrap .rotary_bnr_wrap {
	width: 90vw;
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
}

.bnr_wrap .rotary_bnr_wrap .polio_bnr_container {
    width: 406px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.bnr_wrap .rotary_bnr_wrap .bnr_list_container {
    width: 774px;
    display: flex;
    flex-wrap: wrap;
} 

.bnr_wrap .rotary_bnr_wrap .bnr_list_item {
    width: calc(100% / 3);
    padding: 5px 10px;
    box-sizing: border-box;
}

/*footer--------------------------------*/

footer {
	background-color: #222;
	padding: 80px 0 40px;
}

.footer_container {
	display: flex;
	align-items: center;
	padding-bottom: 70px;
}

.footer_container .left_container,
.footer_container .right_container {
	width: 50%;
}

.footer_container .left_container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer_container .vision_logo_container {
	display: block;
	width: 75%;
	margin: 0 auto 40px;
}

.footer_container .logo_container a {
	width: 90vw;
	max-width: 500px;
	display: flex;
	justify-content: center;
	text-decoration: none;
}

.footer_container .logo_obj {
	width: 140px;
}

.footer_container .logo_container .txt_container {
	padding-left: 15px;
}

.footer_container .logo_container strong {
	display: block;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	letter-spacing: .1em;
	line-height: 1.3em;
}

.footer_container .logo_container span {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	letter-spacing: .05em;
	line-height: 1.3em;
}

.footer_container .nav_container {
	width: 90vw;
	max-width: 400px;
	margin: 0 auto 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

.footer_container .nav_item {
	min-width: 10.5em;
	padding-bottom: 1em;
}

.footer_container .nav_item a {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	letter-spacing: .05em;
	text-decoration: none;
}

.footer_container .btn_container {
	padding-top: 0;
}

.footer_container .btn_container a {
	height: 120px;
	background-color: #fff;
	border: 3px solid #fff;
	color: #006bb7;
}

.footer_container .btn_container a::after {
	border-left: 12px solid #006bb7;
}

.footer_container .btn_container a:hover {
	background-color: #006bb7;
	border: 3px solid #fff;
	color: #fff;
}

.footer_container .btn_container a:hover::after {
	border-left: 12px solid #fff;
}

.copy_wrap {
	text-align: center;
}

.copy_wrap small {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	letter-spacing: .05em;
}


/*--------------------------------------*/

/*top*/

/*--------------------------------------*/

/*mv_container--------------------------------*/

.top .mv_wrap {
	width: 100%;
	height: 100vh;
	position: relative;
}

.top .mv_container {
	background-color: #17458f;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.top .mv_container .player {
	width: unset;
	height: 100%;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
     z-index: 1;
 }

.aspect-landscape .top .mv_container .player {
	width: 100%;
	height: unset;
 }

.top .mv_container .latest_news_container {
	display: block;
	max-width: 380px;
	background-color: rgba(255,255,255,.6);
	border-radius: 10px;
	box-sizing: border-box;
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 99;
}

.top .mv_container .latest_news_container a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	text-decoration: none;
}

.top .mv_container .latest_news_container .latest_news_ttl {
	font-size: 16px;
	font-weight: 700;
	color: #333;
	letter-spacing: .05em;
	line-height: 1.46em;
	padding-bottom: 1em;
}

.top .mv_container .latest_news_container .latest_news_tag_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top .mv_container .latest_news_container .latest_news_tag_container {
	width: 90px;
	height: 25px;
	background-color: #006bb7;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	letter-spacing: .1em;
	line-height: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top .mv_container .latest_news_container .latest_news_tag_container.news {
	background-color: #f7a21a;
}

.top .mv_container .latest_news_container .latest_news_date_container {
	font-size: 14px;
	font-weight: 500;
	color: #666;
	letter-spacing: .05em;
	line-height: 1em;
	padding-right: 1em;
}

.top .mv_container .scroll {
    font-size: 12px;
    color: #fff;
    text-align: center;
    letter-spacing: .1em;
	padding-bottom: 80px;
    position: absolute;
    bottom: 20px;
    left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 9;
}

.top .mv_container .scroll span {
    content: '';
    display: block;
    width: 2px;
    height: 80px;
    position: absolute;
    top: 25px;
    left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	overflow: hidden;
}

.top .mv_container .scroll span::after {
    content: '';
    display: block;
    width: 2px;
    height: 80px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
	transform: translateX(-50%);
    animation: 2s ease-in .5s infinite expansion;
    animation-delay: 13s;
}

@keyframes expansion{
    0%{
        transform: translate(-50%, 0);
    }
    50%{
        transform: translate(-50%, 90px);
    }
    60%{
        transform: translate(-50%, 90px);
    }
    70%{
        transform: translate(-50%,-90px);
    }
    75%{
        transform: translate(-50%,-90px);
    }
    100%{
        transform: translate(-50%, 0);
    }
	60%, 60%, 70% {
    	opacity: 0;
    }
	0%, 50%, 75%, 100% {
		opacity: 1;
	}
}


/*sec01--------------------------------*/

.top .greet_inner {
	display: flex;
	flex-direction: row-reverse;
}

.top .greet_inner .txt_container {
	width: 62.5%;
	padding: 0 4%;
}

.top .greet_inner .img_container {
	width: 32%;
	transform: translateY(-40%);
}

.top .president_name {
	text-align: right;
}

.top .president_name span {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #666;
	letter-spacing: .05em;
	padding-bottom: 10px;
}

.top .president_name strong {
	font-size: 30px;
	font-weight: 700;
	color: #666;
	letter-spacing: .1em;
}



/*sec02--------------------------------*/

.top .report_wrap {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.top .report_wrap .report_list_container:first-of-type {
	width: 41.67%;
}

.top .report_wrap .report_list_container:last-of-type {
	width: 55.83%;
}

.top .report_wrap .report_list_container:first-of-type .report_list_item {
	width: 100%;
}

.top .report_wrap .report_list_container .report_list_item .img_container {
	overflow: hidden;
	border-radius: 10px;
}

.top .report_wrap .report_list_container:first-of-type .report_list_item .img_container {
	width: 100%;
	aspect-ratio: 1 / 1;
}

.top .report_wrap .report_list_container:last-of-type .report_list_item .img_container {
	width: 100%;
	aspect-ratio: 3.2 / 2;
}

.top .report_wrap .report_list_container .report_list_obj {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition-duration: 0.3s;
}

.top .report_wrap .report_list_container a {
	text-decoration: none;
}

.top .report_wrap .report_list_container a:hover .report_list_obj {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

.top .report_wrap .report_list_container .txt_container {
	padding: 10px 0 20px 5px;
}

.top .report_wrap .report_list_container .report_lit_ttl {
	font-weight: 700;
	color: #fff;
	letter-spacing: .05em;
	line-height: 1.33em;
	padding-bottom: .5em;
}

.top .report_wrap .report_list_container:first-of-type .report_lit_ttl {
	font-size: 24px;
}

.top .report_wrap .report_list_container:last-of-type .report_lit_ttl {
	font-size: 18px;
}

.top .report_wrap .report_tag_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top .report_wrap .report_list_container .report_tag_container {
	background-color: #fff;
	border-radius: 5px;
	font-weight: 700;
	color: #006bb7;
	letter-spacing: .1em;
	line-height: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top .report_wrap .report_list_container:first-of-type .report_tag_container {
	width: 100px;
	height: 30px;
	font-size: 16px;
}

.top .report_wrap .report_list_container:last-of-type .report_tag_container {
	width: 90px;
	height: 25px;
	font-size: 14px;
}

.top .report_wrap .report_list_container .report_tag_container.news {
	color: #f7a21a;
}

.top .report_wrap .report_list_container .report_date_container {
	font-weight: 500;
	color: #eee;
	letter-spacing: .05em;
	line-height: 1em;
	padding-right: 1em;
}

.top .report_wrap .report_list_container:first-of-type .report_date_container {
	font-size: 18px;
}

.top .report_wrap .report_list_container:last-of-type .report_date_container {
	font-size: 16px;
}

.top .report_wrap .report_list_container:last-of-type {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

.top .report_wrap .report_list_container:last-of-type .report_list_item {
	width: 47.76%;
}

.top .report_wrap .btn_container {
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(-160%);
}



/*sec03--------------------------------*/

.top .sec03 {
	background: url('../img/top/aboutus_obj.webp') center center no-repeat;
	background-size: cover;
}

.top .aboutus_container {
	background-color: rgba(0,107,183,.7);
	border-radius: 10px;
	padding: 50px 5.83%;
	box-sizing: border-box;
}

.top .aboutus_container .plain_txt {
	color: #fff;
}

.top .aboutus_container .aboutus_list_container {
	padding-top: 25px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.top .aboutus_container .aboutus_list_item a {
	width: 300px;
	height: 60px;
	background-color: #fff;
	border: 3px solid #fff;
	border-radius: 10px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: 700;
	color: #006bb7;
	letter-spacing: .1em;
	text-decoration: none;
	position: relative;
	transition: .5s ease-out;
}

.top .aboutus_container .aboutus_list_item a::after {
	content: '';
	display: block;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid #006bb7;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}

.top .aboutus_container .aboutus_list_item a:hover {
	background-color: #006bb7;
	color: #fff;
	transition: .5s ease-out;
}

.top .aboutus_container .aboutus_list_item a:hover::after {
	border-left: 12px solid #fff;
}



/*sec04--------------------------------*/

.top .rotary_lead_wrap {
	width: 90vw;
	max-width: 1000px;
	margin: 0 auto 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top .rotary_lead_wrap .rotary_lead_container {
	width: 550px;
}

.top .rotary_lead_wrap .plain_txt {
	color: #fff;
	padding: 0;
}

.top .rotary_lead_wrap .btn_container {
	margin: 0;
	padding: 0;
}

.top .rotary_wrap .img_container {
	display: block;
	width: 69.5%;
	min-width: 692px;
	max-width: 834px;
	margin: 0 auto;
    transform: translateX(-4.44%);
}





/*--------------------------------------*/

/*lower*/

/*--------------------------------------*/

/*mv_container---------------------------*/

.lower .mv_container {
    width: 100%;
    height: 340px;
    background: #17458f url('../img/common/mv.jpg') center 75% no-repeat;
    background-size: cover;
    position: relative;
}

.lower .mv_container::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.lower .mv_container .page_ttl {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
	letter-spacing: .1em;
    text-align: center;
	white-space: nowrap;
	text-shadow: 2px 2px 3px rgba(0,0,0,.8);
	user-select: none;
    position: absolute;
    top: 60%;
    left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
    z-index: 3;
}



/*--------------------------------------*/

/*aboutus*/

/*--------------------------------------*/

.about_list_wrap {
	width: 90vw;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

.about_list_container {
	width: 100%;
	box-sizing: border-box;
	padding: 25px 30px;
	margin-bottom: 20px;
	border-radius: 20px;
	background-color: #006bb7;
	display: flex;
}

section:nth-of-type(even) .about_list_container {
	background-color: #fff;
}

.about_list_wrap .about_list_container {
	width: 49%;
}

.about_list_container dt,
.about_list_container dd {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	letter-spacing: .05em;
	line-height: 1.46em;
}

section:nth-of-type(even) .about_list_container dt,
section:nth-of-type(even) .about_list_container dd {
	color: #006bb7;
}

.about_list_container dt {
	box-sizing: border-box;
	padding-right: 2em;
	white-space: nowrap;
}

section:nth-of-type(odd)  .about_list_container a {
	color: #fff;
}

.boardmember_wrap {
	width: 90vw;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

.boardmember_wrap .boardmember_container {
	width: 49%;
}

.boardmember_wrap .about_list_container {
	flex-wrap: wrap;
}

.member_wrap {
	width: 90vw;
	max-width: 1000px;
	margin: 0 auto;
}

.member_wrap .about_list_container {
	justify-content: space-between;
	align-items: center;
}

.member_wrap .about_list_container dt {
	width: 14%;
}

.member_wrap .about_list_container dd {
	width: 40%;
}

.accessmap_wrap {
	width: 96vw;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.accessmap_wrap .accessmap_container {
	width: 49%;
}

.map_container {
	width: 100%;
	max-height: 680px;
	aspect-ratio: 1 / 1;
	border-radius: 20px;
	overflow: hidden;
}

.accessmap_wrap .add_list_container {
	padding: 20px 20px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.accessmap_wrap .add_list_container dt,
.accessmap_wrap .add_list_container dd {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	letter-spacing: .05em;
	line-height: 1.33em;
	padding-bottom: .3em;
}

.accessmap_wrap .add_list_container dt {
	width: 6em;
}

.accessmap_wrap .add_list_container dd {
	width: calc(100% - 6em);
}



/*--------------------------------------*/

/*rotary*/

/*--------------------------------------*/

.rotary_wrap {
	width: 90vw;
	max-width: 1000px;
	margin: 0 auto;
}

.rotary_lead {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.64em;
	text-align: center;
	padding-bottom: 60px;
}

section:nth-of-type(even) .rotary_lead {
	color: #fff;
}

.structure_list_container {
	width: 90vw;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.structure_list_container .structure_list_item {
	width: 31.67%;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
}

.structure_list_container .structure_list_item .txt_container {
	padding: 20px 5.26%;
}

.structure_list_container .structure_list_item .structure_list_ttl {
	font-size: 24px;
	font-weight: 700;
	color: #006bb7;
	letter-spacing: .1em;
	text-align: center;
	padding-bottom: 15px;
}

.structure_list_container .structure_list_item .structure_list_txt {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.5em;
}

.rotary_wrap .plain_txt + .rotary_lead,
.rotary_wrap .plain_txt + .img_container {
	padding-top: 60px;
}

.rotary_wrap .player {
	display: block;
	width: 90vw;
	max-width: 800px;
	margin: 60px auto 0;
}



/*----------------------------------------*/

/*info*/

/*----------------------------------------*/


.info .report_list_container {
	width: 90vw;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	position: relative;
}

.info .report_list_container .report_list_item {
	width: 32%;
	padding-bottom: 10px;
	margin: 0 .6%;
}

.info .report_list_container .report_list_item .img_container {
	overflow: hidden;
	border-radius: 10px;
	width: 100%;
	aspect-ratio: 6 / 4;
}

.info .report_list_container .report_list_obj {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition-duration: 0.3s;
}

.info .report_list_container a {
	text-decoration: none;
}

.info .report_list_container a:hover .report_list_obj {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

.info .report_list_container .txt_container {
	padding: 10px 0 20px 5px;
}

.info .report_list_container .report_lit_ttl {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	letter-spacing: .05em;
	line-height: 1.33em;
	padding-bottom: .5em;
}

.info .report_list_container .report_lit_ttl .fa-camera {
	font-size: 24px;
	color: #006bb7;
	transform: translateY(.15em);
}

.info .report_tag_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.info .report_list_container .report_tag_container {
	background-color: #006bb7;
	border-radius: 5px;
	font-weight: 700;
	color: #fff;
	letter-spacing: .1em;
	line-height: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.info .report_list_container .report_tag_container {
	width: 90px;
	height: 25px;
	font-size: 14px;
}

.info .report_list_container .report_tag_container.news {
	background-color: #f7a21a;
}

.info .report_list_container .report_date_container {
	font-size: 16px;
	font-weight: 500;
	color: #999;
	letter-spacing: .05em;
	line-height: 1em;
	padding-right: 1em;
}

.info .report_list_container + .btn_container a::after {
	display: none;
}



/*----------------------------------------*/

/*post_container*/

/*----------------------------------------*/

.info .post_wrap {
	width: 90vw;
	max-width: 1000px;
	margin: 0 auto;
}

.info .post_ttl_container {
	padding-bottom: 60px;
}

.info .post_ttl {
	font-size: 32px;
	padding-bottom: .5em;
}

.info .post_tag_wrap {
	display: flex;
	align-items: center;
}

.info .post_tag_container {
	background-color: #006bb7;
	border-radius: 5px;
	font-weight: 700;
	color: #fff;
	letter-spacing: .1em;
	line-height: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 2em;
}

.info .post_tag_container {
	width: 90px;
	height: 25px;
	font-size: 14px;
}

.info .post_tag_container.news {
	background-color: #f7a21a;
}

.info .post_tag_wrap .post_date_container {
	font-size: 16px;
	font-weight: 700;
	color: #999;
	letter-spacing: .05em;
	line-height: 1em;
}

.info .post_container img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.info .post_container h1 {
	font-size: 72px;
	font-weight: 700;
	letter-spacing: .1em;
	padding-bottom: 1em;
}

.info .post_container h2 {
	font-size: 56px;
	font-weight: 700;
	letter-spacing: .1em;
	padding-bottom: 1em;
}

.info .post_container h3 {
	font-size: 48px;
	font-weight: 700;
	letter-spacing: .1em;
	padding-bottom: 1em;
}

.info .post_container h4 {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: .1em;
	padding-bottom: 1em;
}

.info .post_container h5 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: .1em;
	padding-bottom: 1em;
}

.info .post_container h6 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .1em;
	padding-bottom: 1em;
}

.info .post_container p {
	font-size: 18px;
	font-weight: 500;
	color: #333;
	line-height: 1.8em;
	letter-spacing: .05em;
	padding-bottom: 1em;
}

.info .post_container a {
	font-weight: 700;
	color: #1e73be;
	transition: .3s ease-out;
}

.info .post_container a:hover {
	text-decoration: underline;
	transition: .3s ease-out;
}

.info .post_container ul {
	padding-left: 2em;
	padding-bottom: 1.5em;
}
.info .post_container ul > li {
	list-style-type: disc;
	padding-bottom: 0;
	border: 0;
	font-size: 18px;
	line-height: 1.5em;
	padding-bottom: .8em;
}
.info .post_container ol {
	padding-left: 2em;
	padding-bottom: 1.5em;
}
.info .post_container ol > li {
	list-style-type: decimal;
	padding-bottom: 0;
	border: 0;
	font-size: 20px;
	line-height: 1.5em;
	padding-bottom: .8em;
}
.info .post_container blockquote {
	font-size: 20px;
	line-height: 2em;
	margin: 10px;
	padding: 0 20px;
	background-color: #eee;
}
.info .post_container blockquote:before {
	content: '“';
	font-size: 50px;
	line-height: 1em;
	height: 30px;
	display: block;
	padding-top: 10px;
	color: #ccc;
}
.info .post_container blockquote:after {
	content: '”';
	font-size: 50px;
	line-height: 1em;
	height: 20px;
	color: #ccc;
	display: block;
	padding-bottom: 10px;
	width: 100%;
	text-align: right;
}

.post_container figure {
	max-width: 100%;
	margin: 0;
}



/*----------------------------------------*/

/*inquiry*/

/*----------------------------------------*/

.inquiry_list_container {
	width: 90vw;
	max-width: 1000px;
	box-sizing: border-box;
	padding: 25px 30px;
	margin: 0 auto;
	border-radius: 20px;
	background-color: #006bb7;
	display: flex;
}

.inquiry_list_container + .inquiry_list_container {
	margin-top: 30px;
}

.inquiry_list_container dt,
.inquiry_list_container dd {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	box-sizing: border-box;
	letter-spacing: .05em;
	line-height: 1.46em;
}

.inquiry_list_container dt {
	width: 14em
}

.inquiry_list_container dd {
	width: calc(100% - 14em);
}

input[type="text"],
input[type="password"] {
	width: 100%;
	height: 50px;
	font-size: 18px;
	background-color: #eee;
	border-radius: 10px;
	border: none;
	box-sizing: border-box;
	padding: 10px;
}

input:focus,
textarea:focus {
	outline: 5px solid #f7a81b;
}

textarea {
	width: 100%;
	height: 10em;
	font-size: 18px;
	background-color: #eee;
	border-radius: 10px;
	border: none;
	box-sizing: border-box;
	padding: 10px;
}


.formErrorContent {
	color: #cc0000;
	padding-top: 5px;
}

.req {
	background-color: #cc0000;
	color: #fff;
	font-size: 12px;
	letter-spacing: .2em;
	padding: 2px 5px;
	margin-left: 10px;
    border-radius: 5px;
}

.submit_container {
	text-align: center;
	padding-top: 40px;
}

input[type="submit"] {
	display: block;
	margin: 0 auto;
	width: 400px;
	height: 60px;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	line-height: 50px;
	text-align: center;
    background-color: #f7a81b;
    border-radius: 10px;
	border: none;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	position: relative;
}

input[type="submit"].back,
.btn_container.back a {
	background-color: #999;
	color: #eee;
}

input[type="submit"]:focus,
input[type="submit"].back:focus{
	outline: none;
}


.btn_container.back {
	padding-top: 60px;
}

.error {
	color: #cc0000;
	font-size: 14px;
}

.inquiry .center {
	text-align: center;
}

.inquiry .center.mail {
	padding: 40px 0 80px;
}

.inquiry .plain_txt,
.section ul {
	padding-bottom: 20px;
}

.inquiry.confirm .plain_txt,
.inquiry.finish .plain_txt {
	color: #333;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5em;
}

.inquiry_txt {
	display: block;
	width: 90vw;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 500;
	line-height: 2em;
	padding-bottom: 2em;
	text-align: center;
}

.inquiry .btn_container a {
	background-color: #006bb7;
	border: 3px solid #006bb7;
	color: #fff;
}

.inquiry .btn_container a::after {
	content: '';
	display: block;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid #fff;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}

.inquiry .btn_container a:hover {
	background-color: #fff;
	color: #006bb7;
	transition: .5s ease-out;
}

.inquiry .btn_container a:hover::after {
	border-left: 12px solid #006bb7;
}



/*----------------------------------------*/

/*member_page*/

/*----------------------------------------*/

#wpmem_login fieldset {
	max-width: 600px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 30px;
}

.login_status {
	text-align: center;
}

#rememberme {
	margin: 1em 0 2em;
}

#wpmem_login label {
	display: block;
	padding: 1em 0 .5em;
}

#rememberme + label {
	padding: 0;
	display: inline;
}

#wpmem_login + .btn_container {
	display: none;
}

.login_status + .btn_container a {
	color: #fff;
	text-decoration: none;
}

.login_status + .btn_container a:hover {
	color: #006bb7;
	text-decoration: none;
}



@media screen and (min-width: 768px) and (max-width: 1240px) {
	/*common--------------------------------*/

	.sec_ttl {
		padding: 0 0 60px 2.42vw;
	}

	.sec_ttl strong {
		font-size: 1.94vw;
	}

	.sec_ttl span {
		font-size: 12.1vw;
	}

	/*sec03--------------------------------*/

	.top .aboutus_container .aboutus_list_item a {
		width: 24.19vw;
		font-size: 1.94vw;
	}

	.top .aboutus_container .aboutus_list_item a::after {
		right: 2.02vw;
	}
}



@media screen and (min-width: 768px) and (max-width: 1120px) {
	/*header--------------------------------*/

	header .float_nav_wrap {
		padding: 0 2.68vw;
	}

	header .float_nav_list_item +  .float_nav_list_item {
		padding-left: 1em;
	}

	header .float_nav_list_item a {
		font-size: 1.61vw;
	}

	header .header_bottom_wrap {
		padding: 20px 2.68vw;
	}

	header .logo_obj {
		width: 15.36vw;
	}

	header .logo_container .txt_container {
		padding-left: 1.34vw;
	}

	header .logo_container strong {
		font-size: 2.14vw;
	}

	header .logo_container span {
		font-size: 1.43vw;
	}

	header .nav_list_item +  .nav_list_item {
		padding-left: 1em;
	}

	header .nav_list_item a {
		font-size: 1.61vw;
	}


	/*footer--------------------------------*/

	.footer_container .logo_obj {
		width: 12.5vw;
	}

	.footer_container .logo_container .txt_container {
		padding-left: 1.34vw;
	}

	.footer_container .logo_container strong {
		font-size: 2.14vw;
	}

	.footer_container .logo_container span {
		font-size: 1.43vw;
	}

	.footer_container .nav_container {
		width: 35.71vw;
	}

	.footer_container .nav_item a {
		font-size: 1.61vw;
	}

	.footer_container .btn_container a {
		width: 35.71vw;
	}


	/*sec01--------------------------------*/

	.top .greet_inner .txt_container {
		width: 62.5%;
		padding: 0 4%;
	}

	.top .greet_inner .img_container {
		width: 32%;
		transform: translateY(0);
	}
}



@media screen and (min-width: 768px) and (max-width: 980px) {
	/*common--------------------------------*/

	.tab {
		display: block;
	}

	/*header--------------------------------*/

	header.fixed .header_bottom_wrap {
		padding: 10px 1.53vw;
	}

	header.fixed .float_nav_list_item a {
		font-size: 1.63vw;
	}

	header.fixed .logo_obj {
		width: 12.24vw;
	}

	header.fixed .logo_container .txt_container {
		padding-left: 1.02vw;
	}

	header.fixed .logo_container strong {
		font-size: 2.04vw;
	}

	header.fixed .logo_container span {
		font-size: 1.43vw;
	}

	header.fixed .nav_list_item a {
		font-size: 1.63vw;
	}

	/*footer--------------------------------*/

	.footer_container .nav_container {
		width: 40vw;
	}

	.footer_container .nav_item {
		min-width: 50%;
	}

	.footer_container .btn_container a {
		width: 40vw;
		font-size: 2.45vw;
	}


	/*sec02--------------------------------*/

	.top .report_wrap .report_list_container:first-of-type .report_lit_ttl {
		font-size: 2.45vw;
	}

	.top .report_wrap .report_list_container:last-of-type .report_lit_ttl {
		font-size: 1.84vw;
	}

	.top .report_wrap .report_list_container:first-of-type .report_tag_container {
		width: 10.2vw;
		height: 3.06vw;
		font-size: 1.63vw;
	}

	.top .report_wrap .report_list_container:last-of-type .report_tag_container {
		width: 9.18vw;
		height: 2.55vw;
		font-size: 1.43vw;
	}

	.top .report_wrap .report_list_container:first-of-type .report_date_container {
		font-size: 1.84vw;
	}

	.top .report_wrap .report_list_container:last-of-type .report_date_container {
		font-size: 1.63vw;
	}

	.top .report_wrap .btn_container a {
		width: 40.82vw;
		font-size: 2.45vw;
	}


	/*sec04--------------------------------*/

	.top .rotary_lead_wrap {
		display: block;
	}

	.top .rotary_lead_wrap .rotary_lead_container {
		width: 100%;
	}

	.top .rotary_lead_wrap .plain_txt {
		padding: 30px;
	}


	/*sec05--------------------------------*/

	.top .recruit_container .txt_container {
		width: 55%;
	}

	.top .recruit_container .recruit_ttl {
		font-size: 3.67vw;
	}

	.top .recruit_container .btn_container a {
		font-size: 2.45vw;
	}

}