@charset "UTF-8";


/** webフォントを使用 **/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

@media print, screen {

/********************

common

********************/

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

article,aside,canvas,details,figcaption,figure,
header,footer,main,menu,nav,section,summary {
	display: block;
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.9em;
	color: #333;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 17.5px;
    font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #FFF;
	letter-spacing: 0.05em;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1, h2, h3, h4, h5, h6, div, p, dl, dt, dd {
	margin: 0;
}

th, td {
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

figure, figcaption {
	margin: 0;
	padding: 0;
}

img {
	vertical-align: bottom;
}

a img {
	border: none;
}

a {
	color: #333;
	outline: none;
	text-decoration: none;
}

a:hover {
}


hr {
	border: none;
}

.fl_left {
	float: left;
}

.fl_right {
	float: right;
}

.clear {
	clear: both;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.none {
	display: none !important;
}

.top {
	margin-top: 0px !important;
	padding-top: 0px !important;
}

.cen_mid {
	position: relative;
	top: 50%;
	left: 50%;
	-weckit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.red {
	color: #F00;
}

.gray {
	color: #666;
}

.yellow {
	color: #FBA848;
}

.blue,
.topics {
	color: #3e58bd;
}

.green,
.seminar {
	color: #006834 !important;
}

.orange,
.update {
	color: #F8823C;
}

.brown,
.media2 {
	color: #998258;
}

.bg_gray {
	background-color: #F5F5F5;
}

.bg_blue {
	background-color: #0E7AC4;
}

.bg_orange {
	background-color: #F8823C;
}

.s_font {
	font-size: 0.9rem;
}

/** 文字の太さ **/
.noto100 {font-weight:100 !important;}
.noto300 {font-weight:300 !important;}
.noto400 {font-weight:400 !important;}
.noto500 {font-weight:500 !important;}
.noto600 {font-weight:600 !important;}
.noto700 {font-weight:700 !important;}
.noto900 {font-weight:900 !important;}


/***
リスト時に使える矢印
************************************/

/** 右に矢印（→） **/
.dli-arrow-right {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    position: relative;
    width: 1em;
    height: 0.1em;
    background: currentColor;
}

.dli-arrow-right::before {
    content: '';
    width: 0.65em;
    height: 0.65em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -0.05em;
    box-sizing: border-box;
}

/** 右に矢印（＞） **/
.arrow {
	position: relative;
	padding-right: 15px;
}

.arrow::before,
.arrow::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #0E7AC4;
}

.arrow::after {
	z-index: 1;
	margin-right: 3px;
	border-left-color: #FFF;
}

/** 左に矢印（＞） **/
.list_arrw li {
	position: relative;
	padding-left: 15px;
}

.list_arrw li::before,
.list_arrw li::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #0E7AC4;
}

.list_arrw li::after {
	z-index: 1;
	margin-left: -3px;
	border-left-color: #FFF;
}


/***
スクロールインのアニメーション
************************************/

/** フェードイン **/
.fadein {
  opacity: 0;
  transition: all 1s;
}
.fadein.scrollin {
  opacity: 1;
}

/** 右から左にフェードイン **/
.right-to-left {
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.4s;
}
.right-to-left.scrollin {
  opacity: 1;
  transform: translate(0);
}

/** 左から右にフェードイン **/
.left-to-right {
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.4s;
}
.left-to-right.scrollin {
  opacity: 1;
  transform: translate(0);
}

/** 下から上にフェードイン* */
.down-to-top {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s;
}
.down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0);
}


/***
文字のアニメーション
************************************/

/** 背景色が消えてから表示される **/
.mask-bg {
  color: transparent;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  transition: color 0ms 450ms;
}
.mask-bg::after {
  background: linear-gradient(to right, #362ae0 0%,#3b79cc 50%,#42d3ed 100%);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 100%);
}

.mask-bg.is-animated {
  color: #362ae0;
}
.mask-bg.is-animated::after {
  animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.170, 1);
}

@keyframes mask-bg {
  0% {
    transform: translate(0, 101%)
  }
  40%, 60% {
    transform: translate(0, 0%)
  }
  100% {
    transform: translate(0, -100%)
  }
}


/***
ボタン・リンクのhoverアニメーション
************************************/

/** 共通設定 **/
.button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
}

.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/** 上からスライドで背景色が変わる **/
.curtain {
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
	background-color: #FFF;
	border: 1px solid #333;
	color: #333;
	line-height: 50px;
	overflow: hidden;
}

.curtain:hover {
	color: #FFF !important;
}

.curtain::after {
	top: -100%;
	left: 0%;
	width: 100%;
	height: 100%;
}

.curtain:hover::after {
	top: 0;
	background-color: #333;
}

/** 左からスライドで背景色が変わる **/
.curtain_left {
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
	background-color: #006834;
	border: 1px solid #006834;
	color: #FFF;
	line-height: 50px;
	overflow: hidden;
}

.curtain_left:hover {
	color: #006834;
}

.curtain_left::after {
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
}

.curtain_left:hover::after {
	left: 0;
	background-color: #FFF;
}

/** 線が文字に被る **/
.over-border {
	position: relative;
	transition: .3s;
} 

.ob-inner {
	padding: 0;
} 

.ob-inner::before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	width: 0px;
	height: 1px;
	background-color: #0E7AC4;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ob-inner::before {
	bottom: 0;
}

.ob-inner:hover::before {
	width: 100%;
}

/** 文字の下に線が表示される 左から右 **/
.right-border {
	display: inline-block;
	position: relative;
	color: #333;
}

.right-border:hover {
	color: #0E7AC4;
}

.right-border::after {
    background-color: #3498db;
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    height: 1px;
    left: 0;
	bottom: 0;
    width: 0px;
}

.right-border:hover::after {
    width: 100%;
    width: calc(100% + 1px);
}

/** 背景カラーが左右に分かれる **/
.open_bg {
	position: relative;
	z-index: 2;
	background-color:;
	border:;
	color:;
}
.open_bg:hover {
	background-color:;
	border-color:;
	color:;
}
.open_bg::before,
.open_bg::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color:;
}
.open_bg::before {
	right: 0;
}
.open_bg::after {
	left: 0;
}
.open_bg:hover::before,
.open_bg:hover::after {
	width: 0;
	background-color:;
}

.border-none {
	border: none !important;
}

/** 枠が四角から伸びて表示される **/
/** <a class="border-stretch"><span class="bs-inner"> 〜 </span></a>と使用 **/
.border-stretch {
	display: inline-block;
	position: relative;
}

.border-stretch::after,
.border-stretch::before,
.bs-inner::after,
.bs-inner::before {
    background-color: #3498db;
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.border-stretch::after {
    height: 1px;
    left: -1px;
    top: -1px;
    width: 0px;
}

.border-stretch::before {
    bottom: -1px;
    height: 1px;
    right: -1px;
    width: 0px;
}

.bs-inner::after {
    bottom: -1px;
    height: 0px;
    left: -1px;
    width: 1px;
}

.bs-inner::before {
    height: 0px;
    right: -1px;
    top: -1px;
    width: 1px;
}

/* hover */
.border-stretch:hover::after,
.border-stretch:hover::before {
    width: 100%;
    width: calc(100% + 1px);
}

.border-stretch:hover .bs-inner::after,
.border-stretch:hover .bs-inner::before {
    height: 100%;
    height: calc(100% + 1px);
}





/********************

container

********************/
#container {
	width: 100%;
	height: auto;
	overflow: hidden;
}



/********************

header

********************/
#header {
	width: 100%;
}




/********************

content

********************/
#content #page_title .mainImg img {
	display: block;
}





/********************

footer

********************/
#footer {
	margin-top: 200px;
}

/* pagetop */
#footer #pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 0.8rem;
    text-align: center;
    z-index: 100;
}

#footer #pageTop a.curtain {
    display: table-cell;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    padding: 10px;
    border: 1px solid #0a3369;
    background-color: #0a3369;
    color: #FFF;
    line-height: normal;
}

#footer #pageTop a.curtain:hover {
	color: #0a3369 !important;
	border: 1px solid #0a3369;
}

#footer #pageTop a.curtain:hover::after {
	background-color: #FFF;
}

#footer section {
}

#footer section a {
	color: #FFF;
}

#footer address {
	color: #FFF;
	font-style: normal;
	font-size: 0.9em;
	text-align: center;
	word-break: keep-all;
	border-top: 1px solid #DDD;
}


}





/***********************************************************
for smartphone
************************************************************/
@media only screen and (max-width:736px){

/********************

common

********************/
body {
	-webkit-text-size-adjust: 100%;
	line-height: 1.7em;
	font-size: 18px;
}

.sp_none {
	display: none !important;
}

.sp_bg_gray {
	background-color: #F5F5F5;
}

#header a {
	color: #222;
}

img {
	width: 100% !important;
}

/*
.link {
	display: block;
	width: 100%;
	border: 1px solid #999;
	padding: 10px 0;
	text-align: center;
	clear: both;
}
*/



/********************

header

********************/





/********************

content

********************/
#content {
    padding-top: 70px;
}

#content #page_title {
}

#content section {
}

#content section header {
	transition: .8s;
}

#content .title {
    display: block;
    text-align: center;
    margin: 30px 0;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

#content .title h2 {
    display: block;
    font-size: 1.6em;
    letter-spacing: 0.1rem;
}

#content .title img {
    vertical-align: middle;
    width: auto !important;
}

#content .title span {
    display: block;
    font-size: 1.1em;
    letter-spacing: 0.8rem;
    line-height: normal;
    font-weight: 400;
}

#content .subtitle {
    font-size: 1.1em;
    font-weight: 600;
}

#content .subtitle::before {
    display: inline-block;
    content: " ";
    background-color: #006834;
    width: 3px;
    height: 21px;
    margin: 0 10px -2px 0;
}

#content .subtitle span {
    font-size: 0.85rem;
    padding-left: 10px;
}

#content .subtitle2 {
    display: block;
    text-align: center;
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 40px;
}

#content .subtitle2::after {
    display: block;
    margin: 15px auto 0 auto;
    content: " ";
    background-color: #006834;
    width: 30px;
    height: 3px;
}

/**
コンテンツメニューで使用 **/
#content #inner_nav {
	border-top: solid 1px #CCC;
}

#content #inner_nav .ob-inner::before {
	top: 100% !important;
	background-color: #0E7AC4 !important;
}

#content #inner_nav p {
	display: table;
	width: 100%;
}

#content #inner_nav p.column1 a {
	width: 100%;
}

#content #inner_nav p a {
	display: table-cell;
	padding: 10px;
	width: 50%;
	text-align: center;
	vertical-align: middle;
	color: #333;
	border-bottom: solid 1px #CCC;
}

#inner_nav p a:nth-child(odd) {
	border-right: solid 1px #CCC;
}





/********************

footer

********************/
#footer {
}

/***
infoArea
**********/
#footer .infoArea {
    margin: 0 5% 40px 5%;
}

#footer .infoArea article.info {
}

#footer .infoArea article.info .logo {
    padding-bottom: 10px;
}

#footer .infoArea article.info .logo img {
    width: 70%;
}

#footer .infoArea article.info p {
    font-size: 0.75em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.7em;
}

#footer .infoArea article.cont {
}

#footer .infoArea article.cont div {
    color: #FFF;
    border: 1px solid #006834;
    background-color: #006834;
}

#footer .infoArea article.cont div a {
    display: inline-block;
    padding: 20px;
}

#footer .infoArea article.cont div a h4 {
    font-size: 1.45em;
    line-height: 0.75em;
}

#footer .infoArea article.cont div a h4 span {
    font-size: 0.5em;
}

#footer .infoArea article.cont div a p {
    padding-top: 10px;
    font-size: 0.88em;
    letter-spacing: normal;
    line-height: 1.7em;
}

#footer .infoArea article.cont div.download {
    background-color: #e6f5ee;
}

#footer .infoArea article.cont div.download a h4 {
    color: #006834;
}

#footer .infoArea article.cont div.download a h4 span {
    color: #333;
}

#footer .infoArea article.cont div.download a p {
    color: #333;
}



/**
menuArea***/
#footer .menuArea {
    padding-top: 40px;
    background-color: #333;
    color: #FFF;
}

#footer .menuArea .fNav {
    margin: 0 5%;
}

#footer .menuArea .fNav div {
    margin-bottom: 20px;
}

#footer .menuArea .fNav div p {
    border-bottom: solid 1px #EEE;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#footer .menuArea .fNav div ul.list_arrw {
    padding-left: 7px;
}

#footer .menuArea .fNav div ul.list_arrw li {
}

#footer .menuArea .fNav div ul.list_arrw li::before {
    border-left: none;
}

#footer .menuArea .fNav div p a.right-border::after,
#footer .menuArea .fNav div ul.list_arrw li a.right-border::after {
    background-color: #FFF;
}

#footer address {
    padding: 20px 0 60px 0;;
    margin-top: 20px;
}



}





/************************************************************
for pc  width 737px 以上はpc表示
************************************************************/
@media print, screen and (min-width:737px){


/********************

common

********************/
#container {
    background-image: url(../images/bg.jpg);
}

.pc_none {
	display: none !important;
}

.pc_fl_left {
	float: left;
}

.pc_fl_right {
	float: right;
}

.pc_bg_gray {
	background-color: #F5F5F5;
}

.w1200 {
	position: relative;
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}

#content .scrImg {
	margin: 0 auto;
}
/***
#content .scrImg {
	bottom: -50px;
	margin: 0 auto;
	display: none;
	position: relative;
}
***/



/********************

header

********************/
#header section .drawer-toggle,
#header section .drawer-hamburger {
	display: none;
}

#header .logo .pagetitle {
	font-size: 75%;
	font-weight: 400;
	vertical-align: bottom;
}



/********************

content

********************/
#content {
    position: relative;
}

#content section {
    display: block;
    margin: 0 auto;
    width: 1500px;
    background-color: #FFF;
}

#content section:last-child {
    padding-bottom: 100px;
}

#content section article {
    display: block;
    margin: 0 auto;
    width: 1200px;
}

#content .wrap1200 {
    width: 1200px;
    margin: 0 auto;
}

#content .title {
    display: block;
    text-align: center;
    margin: 40px 0;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

#content .title h2 {
    display: block;
    font-size: 2.1em;
    letter-spacing: 0.7rem;
}

#content .title img {
    vertical-align: middle;
}

#content .title span {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.8rem;
    line-height: normal;
    font-weight: 400;
}

#content .subtitle {
    font-size: 1.1em;
    font-weight: 600;
}

#content .subtitle::before {
    display: inline-block;
    content: " ";
    background-color: #006834;
    width: 3px;
    height: 21px;
    margin: 0 10px -2px 0;
}

#content .subtitle span {
    font-size: 0.85rem;
    padding-left: 10px;
}

#content .subtitle2 {
    display: block;
    text-align: center;
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 40px;
}

#content .subtitle2::after {
    display: block;
    margin: 15px auto 0 auto;
    content: " ";
    background-color: #006834;
    width: 30px;
    height: 3px;
}





/********************

footer

********************/
#footer {
}

/***
infoArea
**********/
#footer .infoArea {
    display: flex;
    width: 1200px;
    margin: 0 auto 40px auto;
    background-color: unset;
}

#footer .infoArea article.info {
    flex-basis: 410px;
    margin-right: 30px;
}

#footer .infoArea article.info .logo {
    padding-bottom: 10px;
}

#footer .infoArea article.info .logo img {
    width: 70%;
}

#footer .infoArea article.info p {
    font-size: 0.88em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.7em;
}

#footer .infoArea article.cont {
    display: flex;
    flex-basis: 760px;
}

#footer .infoArea article.cont div {
    color: #FFF;
    border: 1px solid #006834;
    background-color: #006834;
}

#footer .infoArea article.cont div a {
    display: inline-block;
    padding: 20px;
}

#footer .infoArea article.cont div a h4 {
    font-size: 1.45em;
    line-height: 0.75em;
}

#footer .infoArea article.cont div a h4 span {
    font-size: 0.5em;
}

#footer .infoArea article.cont div a p {
    padding-top: 10px;
    font-size: 0.88em;
    letter-spacing: normal;
    line-height: 1.7em;
}

#footer .infoArea article.cont div.download {
    background-color: #e6f5ee;
}

#footer .infoArea article.cont div.download a h4 {
    color: #006834;
}

#footer .infoArea article.cont div.download a h4 span {
    color: #333;
}

#footer .infoArea article.cont div.download a p {
    color: #333;
}



/**
menuArea***/
#footer .menuArea {
    width: 100%;
    padding-top: 40px;
    background-color: #333;
    color: #FFF;
    padding-bottom: 0px !important;
}

#footer .menuArea .fNav {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    justify-content: space-around;
}

#footer .menuArea .fNav div {
}

#footer .menuArea .fNav div ul.list_arrw {
    padding-left: 7px;
}

#footer .menuArea .fNav div ul.list_arrw li {
}

#footer .menuArea .fNav div ul.list_arrw li::before {
    border-left: none;
}

#footer .menuArea .fNav div p a.right-border::after,
#footer .menuArea .fNav div ul.list_arrw li a.right-border::after {
    background-color: #FFF;
}

#footer address {
    width: 1200px;
	margin: 40px auto 0 auto;
	padding: 20px 0;
}



}


/**
for pc  width 737 ～ 1600pxで影響 **/
@media screen and (min-width:737px) and (max-width:1500px){
#content {
}

#content section {
    width: 1200px;
}

#content section article {
    width: 1000px;
}


}





/*** 印刷用css ***/
@media only print {

* {
	font-size: 0.9rem;
}




}





