@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@500&display=swap');


* {
	margin: 0;
	padding: 0;	
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	 -webkit-text-size-adjust: 100%;
}
html {
	overflow-y: scroll;
}
p {
	line-height: 1.8;
	word-break: break-all;
}
img {
	vertical-align: top;
	border: none;	
}
table {
	border-collapse: collapse;	
}
main.open {
    position: fixed!important;
    width: 100%;
}
header.desktop {
	position: fixed;
	top: 20px;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 100;
}
header.desktop .header_inner {
	max-width: 1260px;
	height: 80px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	z-index: 2;
	box-shadow:0px 0px 8px 0px rgba(0,0,0,0.2);
	border-radius: 40px;
}
header.desktop .header_logo {
	height: 80px;
	flex-basis: 30%;
	border-radius: 40px 0 0 40px;
	background: #0B7DD1;
	box-sizing: border-box;
	padding: 10px 15px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.header_logo img {
	width: 100%;
	height: auto;	
}

.desktop_nav {
	flex-basis: 74%;
	border-radius: 0px 40px 40px 0px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	background: #FFF;
}
.desktop_nav .global_nav > li {
	list-style: none;
	font-size: 15px;
	text-align: center;
	line-height: 1.3;
}
.desktop_nav .global_nav > li  > a {
	display: block;
	padding: 0 14px;
	color: #000;
	text-decoration: none;
	background: #FFF;
	height: 80px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.desktop_nav li  > a:hover,
.desktop_nav li.hover > a  {
	background: #ECF2F5;
	color: #0B7DD1;
}

.desktop_nav .global_nav > li:first-child > a {
	padding-left: 20px;	
}

.desktop_nav ul.global_nav {
	display: -webkit-flex;
	display: flex;
	width: 100%; 
}

.header_logo {
	flex-basis: 200px;
}
.desktop_nav nav  {
	width: 960px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.desktop_nav nav ul {
	flex-basis: 600px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.global_nav > li.parent a {
	position: relative;
}
.global_nav li.parent > a:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #0B7DD1;
	border-bottom: 2px solid #0B7DD1;
	transform: rotate(45deg);
	position: absolute;
	left: 50%;
	bottom: 9px;
}

.global_nav li.parent.hover > a:after {
	border-right: none;
	border-bottom: none;
	border-top: 2px solid #0B7DD1;
	border-left: 2px solid #0B7DD1;
	transform: translateY(4px) rotate(45deg);
}

.subnav {
	position: fixed;
	top: 30px;
	left: 0;
	width: 100%;
	height: 0;
	width: 100%;
	z-index: -1;
	transition: all 0.5s;
	overflow: hidden;
}
.subnav.active {
	height: 200px;	
}
.subnav_inner {
	background: #ECF2F5;
	max-width: 1260px;
	height: 150px;
	margin: 0 auto;
	border-radius: 30px;
	box-sizing: border-box;
	padding-top: 100px;
}
.subnav_inner li {
	list-style: none;
	margin: 0 15px;	
}
.subnav_inner ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
}
.subnav_inner li a {
	color: #000;
	text-decoration: none;
	position: relative;
	padding-left: 18px;
}
.subnav_inner li a:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #0B7DD1;
	border-right: 2px solid #0B7DD1;
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	top: 7px;
}





.about_link_flex {
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
}

.about_link_flex.upper {
	max-width: 440px;
}


.page_kaisoku .about_link_flex.upper {
	/*max-width: 440px; */
	max-width: 660px;
}
.about_link_flex.lower {
	max-width: 920px;
}
.page_toppage .about_link_flex.upper {
	display: flex;
	justify-content: center;
	padding: 0 20px;
}
.page_toppage .about_link_flex.upper p {
	margin-left: 12px;
	margin-right: 12px;
}

.about_link_flex p {
	line-height: 1.3;
	margin: 0 0 30px;	
}

.about_link_flex a {
	width: 180px;
	height: 80px;
	display: block;
	background: #FFF;
	color: #0B7DD1;
	border: 2px solid #0B7DD1;
	border-radius: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	position: relative;
}
@media(max-width: 840px) {
.page_toppage .about_link_flex.upper a {
	width: 160px;	
}
}

.about_link_flex p {
	position: relative;
}

.about_link_flex a:after {
	content: '';
	display: block;
	width: 30px;
	height: 28px;
	background: url(../images/btn_arrow_right.png) no-repeat 0 0;
	background-size: 30px;
	position: absolute;
	top: calc(50% - 14px);
	right: 5px;
	z-index: 1;
	transition: all 0.3s;
}
.about_link_flex a:hover:after {
	transform: translateX(17px);
}

.about_link_flex p:hover:after,
.about_link_flex p:hover a {
	background: #DFEEF4;
}




.pagetop {
	position: fixed;
	width: 50px;
	height: 50px;
	background: #0B7DD1;
	cursor: pointer;
	border-radius: 25px;
	right: 40px;
	bottom: 40px;
	z-index: 10;
	border: 2px solid #FFF;
	box-sizing: border-box;
	display: none;
}
.pagetop:after {
	content: '';
	display: block;
	width: 20px;
	height: 21px;
	background: url(../images/arrow_up.png) no-repeat 0 0;
	background-size: 20px;
	position: absolute;
	left: 14px;
	top: 13px;
	z-index: 1;
}

footer {
	background: #0B7DD1;
	color: #FFF;
	text-align: center;
	padding: 40px 20px 20px;
}
.footer_logo {
	width: 260px;
	margin: 0 auto 30px;
}
.footer_logo img {
	width: 100%;
	height: auto;
}
.footer_inner p {
	font-size: 16px;
}
.footer_bottom {
	background: #123C88;
	padding: 10px 15px;
}

.copyright_flex {
	color: #FFF;
	text-align: center;
	max-width: 760px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.copyright_flex ul {
	display: -webkit-flex;
	display: flex;
}
.copyright_flex li {
	 list-style: none;
	 font-size: 14px;
	 margin: 0 20px 0 0; 
}
.copyright_flex li a {
	color: #FFF;
	text-decoration: none;	
}
.copyright_flex li a:hover {
	text-decoration: underline;	
}

.copyright_flex p.copy {
	font-size: 11px;
	font-family: 'Roboto', sans-serif;
}

.side_contact {
	position: fixed;
	right: 0;
	top: 360px;
	z-index: 50;
	width: 190px;
	overflow: hidden;
}
.page_toppage .side_contact {
	top: calc(80vh - 300px);
}

.narrowScreen .side_contact {
	top: 400px;	
}
.side_contact a {
	display: block;
	color: #FFF;
	height: 60px;
	padding-left: 30px;
	width: 220px;
	transition: all 0.3s;
	transform: translateX(30px);
	text-decoration: none;
	font-weight: bold;
	border-radius: 40px 0 0 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
 }

.side_join_btn a {
	background: #D44148;
}
.side_contact_btn a {
	background: #8EC059;
}
.side_contact a:hover {
	transform: translateX(0px);
}

.side_join_btn {
	margin-bottom: 10px;	
}
.aligncenter {
	text-align: center;	
}
