@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

/* 全体
------------------------------------------------------------ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	color: #042b45;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
//	word-break: break-all;
	overflow-wrap: break-word;
    word-break: normal;
    line-break: loose;

}

.mincho {
  font-family: "Noto Serif JP", serif;
}

.barlow {
  font-family: "Barlow", sans-serif;
}


*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
	font-size: 62.5%;
    min-height: 100vh;
}
html.active {
    overflow-y: auto;
}
body {
    min-height: 100vh;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
}
.opmenu,
.opmenu body {
	overflow: hidden;
}
body img {
	vertical-align: bottom;
	border-style: none;
	max-width: 100%;
}
a {
	text-decoration: none;
	position: relative;
}
a:hover {
	text-decoration: underline;
}
a.underlink {
	text-decoration: underline;
}
a.underlink:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
table {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
}
strong {
	font-weight: 700;
}

.para {
	margin-bottom: 1.5em;
}
.para-half {
	margin-bottom: 1em;
}
.para-little {
	margin-bottom: 0.5em;
}
.para-wide {
	margin-bottom: 2em;
}

.nomal_size {
	font-size: 1.4rem;
}
.mid_size {
	font-size: 1.3rem;
}
.small_size {
	font-size: 1.2rem;
}

.inlineblock {
	display: inline-block;
}
.center_note {
    text-align: center;
}

@media (min-width: 768px) {
.nomal_size {
	font-size: 1.6rem;
}
.mid_size {
	font-size: 1.4rem;
}
.small_size {
	font-size: 1.2rem;
}
}

@media (min-width: 1200px) {
.opmenu,
.opmenu body {
	overflow: auto;
}
.nomal_size {
	font-size: 1.8rem;
}
.mid_size {
	font-size: 1.6rem;
}
.small_size {
	font-size: 1.4rem;
}
}

/* メニュー
------------------------------------------------------------ */
nav {
	position: fixed;
	top: 0%;
    left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 100%;
    height: 70px;
	border-radius: 0px;
	transition: all 0.2s;
	opacity: 1;
    z-index: 1000;
}
nav #toggle {
    text-align: center;
    background: rgba(0,0,0,0);
    position: absolute;
    top: 0px;
    right: 5px;
    cursor: pointer;
    z-index: 30;
	transition: .2s;
}
nav #toggle p {
    font-size: 1.5rem;
    font-weight: 600;
    width: 70px;
    height: 70px;
    padding-top: 40px;
}
nav #toggle span {
    display: block;
    width: 40px;
    height: 4px;
    background: #042b45;
    position: absolute;
    top: 25px;
    right: 15px;
	transition: .1s;
}
nav #toggle span.menu_first {
    top: 15px;
}
nav #toggle span.menu_mid {
}
nav #toggle span.menu_last {
    top: 35px;
}
.opmenu #toggle span.menu_first {
    top: 25px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
	transition: .1s;
}
.opmenu #toggle span.menu_last {
    top: 25px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
	transition: .1s;
}
.opmenu #toggle span.menu_mid {
	background: transparent;
}

nav.whitemenu {
    background: rgba(255,255,255,0.8);
	transition: .2s;
}
.opmenu nav.whitemenu {
    background: none;
//	transition: 0s;
}

nav .collapse {
    display: none;
    background: rgba(255,255,255,0.92);
    height: 100vh;
	padding: 70px 20px;
    position: relative;
}
nav .collapse ul {
    list-style: none;
	max-width: 400px;
	margin: auto;
}
nav .collapse ul a {
    display: block;
    padding: 1em 0;
}
nav .collapse ul.menu_main a {
	font-size: 1.6rem;
	font-weight: 500;
}
nav .collapse ul.menu_main li {
	border-bottom: solid 2px #042b45;
}
nav .collapse ul.menu_sub {
	text-align: center;
	margin-top: 30px;
}
nav .collapse ul.menu_sub a * {
	color: #fff;
}
nav .collapse ul.menu_sub a {
	font-size: 1.4rem;
	color: #fff;
	display: block;
	margin: 15px auto;
	width: 18em;
	height: 50px;
	vertical-align: middle;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;
}
nav .collapse ul.menu_sub .menu_mail a {
	background: #5caafc;
}
nav .collapse ul.menu_sub .menu_member a {
	background: #a76ecc;
}
nav .collapse ul.menu_sub img {
	width: 15px;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


@media (min-width:768px) {
nav {
    height: 90px;
}
nav #toggle p {
    font-size: 1.8rem;
    width: 90px;
    height: 90px;
    padding-top: 50px;
}
nav #toggle span {
    width: 50px;
    height: 5px;
    top: 33px;
    right: 20px;
}
nav #toggle span.menu_first {
    top: 21px;
}
nav #toggle span.menu_last {
    top: 45px;
}
.opmenu #toggle span.menu_first {
    top: 33px;
}
.opmenu #toggle span.menu_last {
    top: 33px;
}
nav .collapse {
	padding: 90px 20px;
}
nav .collapse ul a {
    padding: 1em 0;
}
nav .collapse ul.menu_main a {
	font-size: 1.8rem;
}
nav .collapse ul.menu_sub {
	margin-top: 30px;
}
nav .collapse ul.menu_sub a * {
	color: #fff;
}
nav .collapse ul.menu_sub a {
	font-size: 1.8rem;
	width: 18em;
	height: 60px;
	line-height: 60px;
	padding: 0;
	margin: 20px auto;
	vertical-align: middle;
}
}
@media (min-width:1200px) {
nav {
	height: auto;
}
nav .head_ex,
nav #toggle {
    display: none;
}
nav .collapse {
    display: block !important;
    height: auto;
	background: none;
	padding: 90px 50px 0;
}
nav .collapse ul.menu_sub {
	margin-top: 0px;
	width: auto;
	max-width: none;
	position: absolute;
	top: 15px;
	right: 50px;
}
nav .collapse ul.menu_sub li {
    display: inline-block;
	margin-left: 20px;
}
nav .collapse ul.menu_sub a {
	font-size: 1.6rem;
	margin: 0;
	width: 240px;
	width: 280px;
}

nav .collapse ul.menu_main {
	width: auto;
	max-width: 1200px;
	padding-bottom: 20px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-justify-content:space-around;
    -ms-flex-pack:distribute;
    justify-content:space-around;
}
nav .collapse ul.menu_main a {
	font-size: 1.9rem;
	padding: 0.3em 0;
}

}


/* ヘッダ
------------------------------------------------------------ */
header {
    padding: 110px 0 60px;
    background: #B9E6FC;
    background: linear-gradient(167deg,rgba(185, 230, 252, 1) 0%, rgba(255, 255, 255, 1) 40%);
    position: relative;
    z-index: 2;
}
header:after {
    content: '';
    display: block;
    width: 58%;
    max-width: 280px;
    height: 100%;
    background: url("../images/common/title_back.png") no-repeat left bottom;
    background-size: 270px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
header .sitelogo {
	position: absolute;
	top: 0px;
	left: 20px;
	z-index: 2;
    height: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
@media (max-width:374px) {
header .sitelogo {
	left: 10px;
}
}
header .sitelogo a {
	font-size: 1.6rem;
	font-weight: 700;
    display: table;
//	line-height: 50px;
    line-height: 1;
}
header .sitelogo a small {
	font-size: 1rem;
    display: block;
    line-height: 1.5;
}
header .sitelogo span {
	font-size: 1.2rem;
	font-weight: normal;
    display: block;
	line-height: 1.5;
}
header .head_ex {
	position: absolute;
	top: 10px;
	right: 70px;
	z-index: 3;
    display: none;
}
header .head_ex p {
	display: inline-block;
	margin-right: 10px;
}
header .head_ex a {
	display: table-cell;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
header .head_ex .head_mail a {
	background: #5caafc;
	padding: 12px;
}
header .head_ex .head_member a {
	background: #a76ecc;
	padding: 13px;
}
.pagetitle {
	margin: 0 20px;
}
.pagetitle h1 {
    font-size: 2.2rem;
}
.pagetitle .pagetitle_e {
    line-height: 1;
}
.breadcrumbs {
    display: none;
}
.header_end {
    margin: 0 20px;
    border: solid 3px #042b45;
    border-width: 2px 0 0;
}
@media (min-width:768px) {
header {
    padding: 150px 0 80px;
}
header:after {
    width: 50%;
    max-width: 470px;
    height: 100%;
    background-size: 470px;
    bottom: -80px;
}
header .sitelogo {
//	top: 20px;
	left: 30px;
}
header .sitelogo a {
	font-size: 2.4rem;
    line-height: 1.3;
}
header .sitelogo a small {
	font-size: 1.2rem;
    display: inline-block;
    margin-left: 0.5em;
}
header .sitelogo span {
	font-size: 1.5rem;
}
header .head_ex {
	top: 15px;
	right: 90px;}
header .head_ex p {
	margin-right: 15px;
}
header .head_ex a {
	width: 60px;
	height: 60px;
}
header .head_ex .head_mail a {
	padding: 16px;
}
header .head_ex .head_member a {
	padding: 15px;
}
.pagetitle {
	margin: 0 40px;
}
.pagetitle h1 {
    font-size: 3.2rem;
}
.header_end {
    margin: 0 40px;
}
}
@media (min-width:1200px) {
header {
    padding: 230px 0 100px;
}
header:after {
    width: 530px;
    max-width: 530px;
    height: 500px;
    background-size: 713px;
    bottom: -150px;
}
header .sitelogo {
    height: 90px;
}
header .sitelogo a {
	font-size: 2.8rem;
    display: inline-block;
    margin-right: 0.5em;
}
header .sitelogo a small {
	font-size: 1.65rem;
}
header .sitelogo span {
	font-size: 1.6rem;
}
.pagetitle h1 {
    font-size: 4.4rem;
}
.breadcrumbs {
    display: block;
    margin-top: 20px;
    font-weight: 600;
}
}

/* コンテンツ
------------------------------------------------------------ */
article {
	padding: 20px;
}
article.head_img {
	padding: 30px 20px 30px;
    margin-top: -80px;
    position: relative;
}
article.head_img .intro_txt {
    padding-top: 50%;
}
article.head_img .intro_txt * {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
}

article .maincontents .sidebar {
    display: none;
}
article .maincontents .contents {
    margin-bottom: 50px;
}
article .maincontents .contents .sub_title {
    font-size: 1.8rem;
    color: #4d768f;
    margin-bottom: 1.5em;
    padding-left: 2.2em;
    background: url("../images/common/icon_subtitle.png") no-repeat left top;
    background-size: auto 1.8em;
}
article .maincontents .contents .sub_title * {
    color: #4d768f;
}

@media (min-width:768px) {
article {
	padding: 50px 40px 30px;
	margin: auto;
}
article.head_img {
	padding: 30px 40px 30px;
}
article.head_img .intro_txt * {
    font-size: 1.8rem;
}
article .maincontents .contents {
    margin-bottom: 100px;
}
article .maincontents .contents .sub_title {
    font-size: 2.7rem;
}
}
@media (min-width:1200px) {
article.head_img {
    min-height: 460px;
    margin-left: 40px;
    margin-right: 40px;
	padding: 30px 80px;
    margin-top: -80px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    z-index: 50;
}
article.head_img .intro_txt {
    padding-top: 0;
}
article.head_img .intro_txt * {
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
}
article .maincontents .contents {
    margin-bottom: 140px;
}
article .maincontents .contents .sub_title {
    font-size: 3.3rem;
    padding-top: 180px;
    margin-top: -180px;
    pointer-events: none;
    background-position: left 180px;
}

article .maincontents {
//    margin-top: -300px;
//    padding-top: 353px;
    position: relative;
}

article .maincontents .sidebar {
    display: block;
    width: 380px;
    background: url("../images/common/sidemenu_back.png") no-repeat left bottom;
    background-size: 460px;
    background-size: 100%;
    padding: 130px 0 280px 40px;
    position: absolute;
    top: 0px;
    left: -40px;
}
article .maincontents .sidebar dl {
    background: #042b45;
    margin: -2px 40px 0 0;
    padding: 40px 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
article .maincontents .sidebar dl * {
    color: #fff;
}
article .maincontents .sidebar dt {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1em;
}
article .maincontents .sidebar dd {
    margin-bottom: 1em;
}
article .maincontents .sidebar dd a {
    display: block;
    padding-left: 40px;
/    opacity: 0.6;
    position: relative;
}
article .maincontents .sidebar dd a:before {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 0.9em;
	transition: .2s;
}
article .maincontents .sidebar dd a.active {
    opacity: 1;
	transition: .2s;
}
article .maincontents .sidebar dd a.active:before {
    width: 30px;
	transition: .2s;
}

article .maincontents .contents {
    margin-left: 340px;
}
}
@media (min-width:1300px) {
//article .maincontents .sidebar {
//    width: 320px;
//	widht: -webkit-calc(50vw - 650px + 320px);/*Chrome19~25対応*/
//	width: -moz-calc(50vw - 650px + 320px);/*Firefox4~15対応*/
//	width: calc(50vw - 650px + 320px);  
//}
//article .maincontents .contents {
//	margin-left: 70%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
//	margin-left: -webkit-calc(50vw - 650px + 280px);/*Chrome19~25対応*/
//	margin-left: -moz-calc(50vw - 650px + 280px);/*Firefox4~15対応*/
//	margin-left: calc(50vw - 650px + 280px);  
//}
}


/* フッタ
------------------------------------------------------------ */
footer {
	margin-top: auto;
    padding: 50px 20px 0px;
	position: relative;
}
footer .footer_menu {
	display: none;
	list-style: none;
}
footer .pagetop {
    text-align: center;
    margin-left: auto;
	position: fixed;
	right: 10px;
	bottom: 20px;
}
footer .pagetop * {
	line-height: 1.2;
}
footer .pagetop a {
	text-decoration: none;
	display: table-cell;
	width: 60px;
	height: 60px;
	background: #fff;
	vertical-align: middle;
	border: solid 1px #042b45;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
footer .pagetop a img {
	width: 15px;
}
footer .container {
    text-align: center;
	padding-bottom: 30px;
}
footer .container .footer_logo {
	font-size: 1.5rem;
	font-weight: 700;
}
footer .container .copyright {
	font-size: 1rem;
	font-weight: 200;
	margin-top: 0.5em;
}
@media (min-width:768px) {
footer {
    padding: 50px 50px 0px;
}
footer .footer_menu {
	max-width: 800px;
	margin: 0 auto 80px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-justify-content:space-around;
    -ms-flex-pack:distribute;
    justify-content:space-around;
}
footer .pagetop {
	right: 20px;
	bottom: 20px;
}
footer .pagetop a {
	width: 70px;
	height: 70px;
}
footer .pagetop a img {
	width: 15px;
	margin-bottom: 3px;
}
footer .container {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:end;
    -webkit-align-items:flex-end;
    -ms-flex-align:end;
    align-items:flex-end;
}
footer .container .footer_logo {
	font-size: 1.8rem;
}
footer .container .copyright {
	font-size: 1.2rem;
	margin-top: 0;
}
}
@media (min-width:1200px) {
footer {
    padding: 80px 50px 0px;
}
footer .footer_menu {
}
footer .pagetop {
	right: 30px;
	bottom: 30px;
}
footer .pagetop a {
	width: 80px;
	height: 80px;
}
footer .pagetop a img {
	width: 18px;
	margin-bottom: 3px;
}
footer .container {
	padding-bottom: 50px;
}
footer .container .footer_logo {
	font-size: 2.2rem;
}
}

