@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ Since:2025-04-19
+ Update:XXXX-XX-XX
+++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* universal reset *********************************************** */
*{
	margin: 0;
	padding: 0;
	font-style: normal;
	color: #000000;
}
ul{
	list-style-type: none;
}
img{
	width: 100%;
	border: 0;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl,
form, blockquote{
	margin: 0;
	padding: 0;
	text-align: left;
	display: block;
	border-bottom-style: none;
}
li {
	list-style: none;
	font-size: medium;
}
section, hgroup, nav, article, aside, header, footer{
	display: block;
}
a {
	text-decoration: none;
}
p {
	margin-bottom: 15px;
}
body{
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
p,
span,
a,
i,
li,
dt,dd,
th,td{
	font-size: 16px;
}

@media screen and (max-width:767px) {
body,
p,
span,
a,
i,
li,
dt,dd,
th,td{
	font-size: 14px;
	}
}

/* common *********************************************** */
.inner {
	max-width: 1100px;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
.inner-short {
	max-width: 1000px;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
.flex {
	display: flex;
}
.clb {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.date {
    font-size: 13.85px;
}
.category {
    font-size: 11.35px;
    background-color: #0f6d9e;
    color: #fff;
    text-align: center;
    padding: 3px 6px;
    margin-left: 8px;
    border-radius: 4px;
    vertical-align: middle;
}
.category.news {
    background-color: #0f6d9e;
}
.category.event {
    background-color: #126959;
}
.category.document {
    background-color: #0f379e;
}
.color.red {
	color: #920000;
}
ul.indent {
	margin: 15px auto;
}
p.indent ,
ul.indent li {
	padding-left: 1em;
	text-indent: -1em;
}
.pdf_link a {
	text-decoration: underline;
}
.pdf_link a:hover {
	text-decoration: none;
}
.pdf_link a::after {
    content: '';
    display: inline-block;
	background: url(../images/common/icon_pdf.png) no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    width: 28px;
	height: 28px;
    margin-left: 0.15em;
    vertical-align: bottom;
}
.mgt25 {
	margin-top: 25px;
}
.mgt45 {
	margin-top: 45px;
}
.mgt60 {
	margin-top: 60px;
}
.mgb60 {
	margin-bottom: 60px;
}
@media screen and (min-width:768.0px) and (max-width:768.9px) {
.date {
    font-size: 11.85px;
	}
.category {
    font-size: 10.35px;
	}
}
@media screen and (max-width:767px) {
.flex {
	display: block;
	}
.pdf_link a::after {
    width: 25px;
	height: 25px;
	}
}
@media screen and (min-width:768px) {
.forsp {display: none!important;}
}
@media screen and (max-width:767px) {
.forpc {display: none!important;}
}

/* title *********************************************** */
h1 {font-size: 32px;}
h2 {font-size: 28px;
    margin-top: 40px;
    margin-bottom: 35px;
    text-align: center;
}
h2 span {font-size: 18px;
	color: #02826a;
	margin-left: 8px;
}
h3 {font-size: 24px;
	color: #126959;
	margin-bottom: 15px;
}
h3 span {font-size: 28px;
	color: #fff;
	background-color: #126959;
    padding: 3px 7px 0px 7px;
    margin-right: 4px;
}
h4 {
    font-size: 22px;
    color: #126959;
    margin-bottom: 20px;
    padding-bottom: 8px;
    padding-left: 12px;
    letter-spacing: 1px;
    text-align: left;
    position: relative;
    border-bottom: 3.5px dotted;
}
h4::before {
	content: '';
	display: inline-block;
	border-left: 6px solid;
	width: 6px;
	height: 100%;
	position: absolute;
	top: -6px;
	left: 0;
}
h5 {
	font-size: 20px;
	color: #126959;
    margin-bottom: 10px;
}
h6 {
	margin-bottom: 15px;
}
h6 span {
	font-size: 18px;
	color: #fff;
	background-color: #126959;
    padding: 3px 7px 0px 7px;
}
@media screen and (max-width:767px) {
h1 {font-size: 22px;
	}
h2 {
    font-size: 21px;
    margin-top: 30px;
    margin-bottom: 25px;
	}
h2 span {
    font-size: 14.5px;
    margin-left: 6px;
	}
h3 {font-size: 18.5px;
	margin-bottom: 10px;
	}
h3 span {font-size: 22px;
    padding: 3px 7px 0px 7px;
    margin-right: 4px;
	}
h4 {
    font-size: 18.5px;
    margin-bottom: 20px;
    border-bottom: 3px dotted;
	}
h5 {
	font-size: 17.5px;
	}

h6 {
	margin-bottom: 12px;
	}
h6 span {
	font-size: 16px;
	}
}


/* link_btn *********************************************** */

.link_btn {
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
}
.link_btn a {
	position: absolute;
    right: 20px;
}
.link_btn a::before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 1px;
    position: absolute;
    top: 10px;
    left: -42px;
    border-bottom: 1.15px solid #000;
}
.link_btn a::after {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -7px;
    left: 62px;
    background-color: #488a7d;
    border-radius: 50px;
    z-index: -1;
}
.link_btn a:hover {
/*	opacity: .75; */
	transition: .5s;
    color: #0d5144;
}
.link_btn a:hover::after {
    width: 42px;
    height: 42px;
	transition: .5s;
	opacity: 1;
}


/* .header ************************************************** */
header {
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    top: 0;
    left: 0;
    display: flex;
    background-color: #fff;
    z-index: 1;
}
header .logo_area a {
	font-size: 32px;
}
header .logo_area a:hover {
	opacity: .7;
	transition:.3s;
}
@media screen and (min-width:768px) {
header {
    height: 83px;
	z-index: 2;
	}
header .logo_area {
	width: 40%;
	display: inline-block;
	padding-top: 20px;
	}
header .navi-area {
	width: 60%;
	display: inline-block;
    position: relative;
	}
header .navi-area li {
	display: inline-block;
	width: 21%;
	font-size: 15px;
	text-align: center;
	}
header .navi-area li:nth-child(3) {
	width: 10%;
	}
header .navi-area li:nth-child(4) {
    position: relative;
    left: 24px;
	}
header .navi-area li:nth-child(4):hover ,
header .navi-area li:nth-child(5):hover {
	opacity: .75;
	transition: .3s;
	}
header .navi-area li:nth-child(1) a ,
header .navi-area li:nth-child(2) a ,
header .navi-area li:nth-child(3) a {
	position: relative;
	top: 50px;
	}
header .navi-area li:nth-child(1) a:hover ,
header .navi-area li:nth-child(2) a:hover ,
header .navi-area li:nth-child(3) a:hover {
	text-decoration: underline;
	}
header .navi-area li.square a {
	background-color: #02826a;
    padding: 60px 16px;
	}
header .navi-area li.square.admission a {
	background-color: #9a5e00;
    padding: 60px 30px;
	}
header .navi-area li.square a span {
	color: #fff;
    position: relative;
    top: 30px;
    font-size: 15px;
	}
header .login_area {
    position: absolute;
    top: 15px;
	left: 220px;
	}
header .login_area a {
	background-color: #0f6d9e;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 5px 12px 5px 35px;
	position: relative;
	border-radius: 30px;
	}
header .login_area a:before {
	content: '';
	display: inline-block;
	background: url(../images/common/icon_login.png) no-repeat;
	background-size: cover;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 6px;
	left: 11px;
	}
header .login_area a:hover {
	opacity: .75;
	transition: .3s;
	}
}
@media screen and (min-width:768px) and (max-width:1150px) {
header .logo_area {
    width: 30%;
    padding-top: 20px;
	}
header .logo_area a {
    font-size: 20px;
	}
header .navi-area {
    width: 70%;
	}
header .navi-area li:nth-child(1) a, 
header .navi-area li:nth-child(2) a, 
header .navi-area li:nth-child(3) a {
    top: 50px;
    font-size: 12px;
	}
header .navi-area li:nth-child(4) {
	left: 22px;
	}
header .navi-area li:nth-child(5) {
	width: 20%;
	}
header .navi-area li.square a {
    padding: 60px 8px;
	}
header .navi-area li.square.admission a {
    padding: 60px 20px;
	}
header .navi-area li.square a span {
    top: 30px;
    font-size: 12px;
	}
header .login_area {
    left: 160px;
	}
header .login_area a {
    font-size: 11px;
    padding: 5px 12px 5px 35px;
    border-radius: 30px;
	}
}
@media screen and (max-width:767px) {
header {
    height: 64px;
	}
header .logo_area {
    padding-top: 20px;
	}
header .logo_area a {
	font-size: 22px;
	}
}


/* ハンバーガーメニュー *********************************************** */
.menu {
  position: fixed;
  top: 0;
  right: -100%; /* 初期状態では画面の外に隠れている */
  width: 300px;
  height: 100%;
  background-color: #02826a;
  color: #fff;
  transition: right 0.3s ease; /* スライドインのアニメーション */
  padding: 20px;
  box-sizing: border-box;
  z-index: 10;
}

/* メニューが開いているとき */
.menu.open {
  right: 0;
}

/* ボタンのスタイル */
.hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  cursor: pointer;
  z-index: 20;
}

.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #333;
  margin: 5px 0;
  transition: 0.4s;
}
.hamburger.active span {
  background-color: #fff;
}

/* バツ印に変化するスタイル */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* メニューリストのスタイル */
.menu ul {
  list-style-type: none;
  padding: 0;
  margin-top: 0;
}

.menu li {
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}

.menu li a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.menu li a span {
  color: #fff;
}
.menu li.login a span {
  color: #02826a;
  background-color: #fff;
  padding: 5px;
}


/* 下層ページMV ************************************************** */

.sub_mv {
    width: 100%;
    height: 220px;
    position: relative;
    z-index: 0;
}
.sub_mv::before {
	content: '';
	display: inline-block;
	background: url(../images/common/sv_mv.jpg) no-repeat;
	background-size: cover;
    width: 100%;
    height: 220px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.sub_mv::after {
	content: '';
	display: inline-block;
	background: rgba(0,0,0,.35);
    width: 100%;
    height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.sub_mv h2 {
	color: #fff;
    padding-top: 115px;
    position: relative;
    letter-spacing: 1px;
    z-index: 1;
}


/* 下層ページ パンくずリスト ************************************************** */

.path {
	padding-top: 10px;
    padding-bottom: 10px;
}
.path a ,
.path span {
	color: #000;
	font-size: 14px;
	text-decoration: none;
}
.path a:hover {
	text-decoration: underline;
    color: #037d66;
}
@media screen and (max-width:767px) {
.path a ,
.path span {
	font-size: 13.5px;
	}
}

/* conversion_area ************************************************** */

.conversion_area {
	margin-top: 40px;
	margin-bottom: 35px;
	width: 100%;
	height: 320px;
	position: relative;
    z-index: 0;
}
.conversion_area::before {
	content: '';
	display: inline-block;
	background: url(../images/common/cv_bg.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	height: 320px;
	position: absolute;
	top: 0;
	left: 0;
    z-index: -1;
}
.conversion_area::after {
	content: '';
	display: inline-block;
	background: rgba(0,0,0, .15);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.conversion_area .flex {
    justify-content: space-evenly;
    padding-top: 47px;
}
.conversion_area .content {
    width: 36%;
    display: inline-block;
    border: 5px solid #037d66;
    background-color: #e8eceb;
    padding: 1px 25px 42px 25px;
    position: relative;
    z-index: 1;
}
.conversion_area .content::before {
    content: '';
    display: inline-block;
    background: url(../images/common/cv_icon_contact.png) no-repeat;
    background-size: cover;
    width: 140px;
    height: 140px;
    position: absolute;
    left: 10px;
    bottom: 15px;
    opacity: .5;
    z-index: -1;
}
.conversion_area .content.join::before {
    background: url(../images/common/cv_icon_join.png) no-repeat;
    background-size: cover;
    width: 160px;
    height: 160px;
}
.conversion_area .content:hover {
	background-color: #037d66;
	transition: .5s;
}
.conversion_area .content.join:hover {
	background-color: #9e670f;
	transition: .5s;
}
.conversion_area .content:hover::before {
    opacity: .1;
}
.conversion_area .content h2 {
    margin-top: 32px;
    margin-bottom: 25px;
}
.conversion_area .content.join h2 span {
	color: #9e670f;
}
.conversion_area .content p {
    margin-bottom: 20px;
}
.conversion_area .content.join {
    border: 5px solid #9e670f;
    background-color: #f3ede5;
}
.conversion_area .link_btn span {
    position: absolute;
    right: 20px;
}
.conversion_area .link_btn span::before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 1px;
    position: absolute;
    top: 10px;
    left: -42px;
    border-bottom: 1.15px solid #000;
}
.conversion_area .link_btn span::after {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -7px;
    left: 62px;
    background-color: #488a7d;
    border-radius: 50px;
    z-index: -1;
}
.conversion_area .join .link_btn span::after {
    background-color: #b08541;
}
.conversion_area .content:hover h2 ,
.conversion_area .content:hover h2 span ,
.conversion_area .content:hover p ,
.conversion_area .content:hover .link_btn span {
	color: #fff;
	transition: .5s;
}
.conversion_area .content:hover .link_btn span::before {
    border-bottom: 1.15px solid #fff;
	transition: .5s;
}
.conversion_area .content:hover .link_btn span::after {
    background-color: #00614f;
	transition: .5s;
    width: 42px;
    height: 42px;
}
.conversion_area .content.join:hover .link_btn span::after {
    background-color: #724701;
}
@media screen and (min-width:768px) and (max-width:1150px) {
.conversion_area .content {
    width: 39%;
	}
}
@media screen and (max-width:767px) {
.conversion_area {
	margin-bottom: 0;
	}
.conversion_area ,
.conversion_area::before {
    height: 440px;
	}
.conversion_area .flex {
    padding-top: 25px;
	}
.conversion_area .content {
    width: 80%;
    display: block;
    padding: 18px 20px 32px 20px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 15px;
	}
.conversion_area .content h2 {
    margin-top: 0px;
    margin-bottom: 22px;
	}
.conversion_area .content::before {
    width: 120px;
    height: 120px;
    left: 5px;
	}
.conversion_area .content.join::before {
    width: 140px;
    height: 140px;
    bottom: 10px;
	}
}


/* footer ************************************************** */
footer .inleft {
	width: 40%;
	display: inline-block;
}
footer .inright {
	width: 60%;
	display: inline-block;
    position: relative;
}
footer .inleft h2 {
	margin-top: 0;
	margin-bottom: 10px;
	text-align: left;
}
footer .inleft h2 a {
    font-size: 24px;
}
footer .inleft h2 a:hover {
	opacity: .7;
	transition:.3s;
}
footer .inright li {
    display: inline-block;
    width: 26%;
    font-size: 15px;
    margin-bottom: 15px;
}
footer .inright li a:hover {
	text-decoration: underline;
}
footer .inright .login_area {
	margin-top: 10px;
}
footer .login_area a {
	background-color: #0f6d9e;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 5px 12px 5px 35px;
	position: relative;
	border-radius: 30px;
}
footer .login_area a:before {
	content: '';
	display: inline-block;
	background: url(../images/common/icon_login.png) no-repeat;
	background-size: cover;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 6px;
	left: 11px;
}
footer .login_area a:hover {
	opacity: .75;
	transition: .3s;
}
footer .copyright {
    margin-top: 35px;
    padding-top: 10px;
    text-align: center;
    border-top: 1px solid #a7a7a7;
}
@media screen and (min-width:768.0px) and (max-width:768.9px) {
footer .inleft {
    width: 30%;
    margin-right: 15px;
	}
footer .inleft h2 a {
    font-size: 20px;
	}
footer .inleft p {
    font-size: 12px;
	}
footer .inright {
    width: 68%;
	}
footer .inright li a {
    font-size: 12px;
	}
}
@media screen and (max-width:767px) {
footer {
	padding-top: 0;
	}
footer .flex {
	display: block;
	}
footer .inleft ,
footer .inright {
	display: block;
	width: 100%;
	}
footer .inleft {
	margin-bottom: 22px;
	border-bottom: 3px dotted #7a7a7a;
	padding-bottom: 5px;
	}
footer .inleft h2 {
	margin-top: 15px;
	margin-bottom: -5px;
	}
footer .inleft h2 a {
    font-size: 22px;
	}
footer .inleft p {
	margin-top: 10px;
	}
footer .inright li {
	width: 48%;
    font-size: 14px;
    margin-bottom: 15px;
    margin-right: 5px;
	}
footer .inright li:nth-child(2n) {
    margin-right: 0;
	}
footer .inright .login_area a {
    font-size: 12px;
	}
footer .inright .login_area {
    margin-top: 8px;
	}
footer .copyright {
    margin-top: 25px;
	}
}



