@charset "UTF-8";

html{ font-size: 62.5%;}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q,
samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: 300;
  box-sizing: border-box;
  -webkit-appearance: none;
}

body {
  position: relative;
  display: block;
  background-color: #fff;
  color: #333;
  text-align: left;
  font-size: 1.6rem;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
  word-spacing: 0.05em;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  cursor: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #3057c1;
  text-decoration: none;
  cursor: pointer;
}

a,
area,
button,
[role="button"],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  font-family: Meiryo,-apple-system,BlinkMacSystemFont,Hiragino Kaku Gothic ProN,sans-serif;
  font-weight: 300;
}

a:visited { color: #3057c1;}
a:hover { color: #3057c1;}
a:focus,
a:active { color: #3057c1;}

em,address { font-style: normal;}

hr { display: none;}

img {
  /*max-width: 100%;*/
  width: 100%;
  height: auto;
  border: none;
  background: transparent;
  vertical-align: bottom;
}

*:focus { outline: none;}

select option { padding: 0;}
label { cursor: pointer;}
strong{ font-weight: bold;}

input,
select{
  position: relative;
  padding: 0.5em 0.4em;
  width: 100%;
  display: block;
  outline: none;
  border: 0.1rem solid #ccc;
  border-radius: 0.2em;
  box-sizing: border-box;
  font-size: 1.6rem;
}

select{
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  position: relative;
}

select::-ms-expand { display: none;}

select:after {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.4rem;
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  border-bottom: solid 0.2rem #b4b3b3;
  border-right: solid 0.2rem #b4b3b3;
  transform: rotate(45deg);
  content: "";
  pointer-events: none;
  z-index: 100;
}

.radio{ display: none;}

.radio + label{
  position:relative;
  margin: 0 2em 0 0;
  padding: 0 0 0 1.5em;
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
}

.radio + label:before{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  border: 0.1rem solid #999;
  border-radius: 50%;
  content: "";
}

.radio:checked + label{
  color: #207fdc;
  font-weight: bold;
}

.radio:checked + label:after{
  position: absolute;
  top: 0;
  left: 0.3rem;
  bottom: 0;
  margin: auto;
  width: 1rem;
  height: 1rem;
  display: block;
  background: #207fdc;
  border-radius: 50%;
  content: "";
}

.checkbox {display: none;}

.checkbox + label{
  position:relative;
  margin: 0 2em 0 0;
  padding: 0 0 0 1.5em;
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
}

.checkbox + label:before{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  border: 0.1rem solid #999;
  border-radius: 0.2em;
  content: "";
}

.checkbox:checked + label{
  color: #207fdc;
  font-weight: bold;
}

.checkbox:checked + label:after{
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  width: 1.1rem;
  height: 0.6rem;
  display: block;
  border-left: 0.4rem solid #00aeef;
  border-bottom: 0.4rem solid #00aeef;
  transform: rotate( -45deg );
  content: "";
}

.form-table textarea{
  position: relative;
  margin: 0;
  padding: 0.6em;
  width: 100%;
  height:8.7em;
  display: block;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0.4em;
  border: 0.1rem solid #ccc;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}

@media screen and (min-width: 769px) {

  a { transition: all 0.3s ease; }
  a:hover { opacity: 0.6; }
}

em { font-style: normal;}

hr { display: none;}

embed, object {
  outline: 0;
  vertical-align: bottom;
}



/******************************************************************** clearfix
*/
#CONTAINER,
.clearfix {
  overflow: hidden;
}

.button{
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 30em;
}

.button a{
  position: relative;
  margin: 0 0 1em;
  padding: 0.6em;
  display: block;
  border-radius: 2em;
  background: rgb(60,141,184);
  background: linear-gradient(180deg, rgba(60,141,184,1) 0%, rgba(18,56,131,1) 100%); 
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  z-index: 100;
}

.button a:before{
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  background: url(/common/img/icon_arrow_white.svg) center center no-repeat;
  background-size: contain;
  content: "";
}
.button.pdf-w a:after{
  position: absolute;
  top: 0;
  left: 1rem;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  background: url(/common/img/icon_pdf_white.svg) center center no-repeat;
  background-size: contain;
  content: "";
}

.button.white a{
  border: solid 0.1rem #07a0d2;
  background-color: #fff;
  color: #07a0d2;
}

.button.white a:before{
  background: url(/common/img/icon_arrow_blue.svg) center center no-repeat;
  background-size: contain;
}

.size-m a,
.size-m button{
  position: relative;
  margin: 0 auto 1em;
  padding: 0.8em 1em;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.size-l a,
.size-l button{
  position: relative;
  margin: 0 auto 1em;
  padding: 0.8em 1em;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.button.size-l{
  width: 90%;
  max-width: 30em;
}

.button.full{ width: 100%; max-width: 100%;}




@media screen and (min-width: 769px) {



}


/******************************************************************** structure
*/
#WRAPPER {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 7.7rem;
  display: block;
  overflow: hidden;
}

.serif{ font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; font-weight: 500;}



@media screen and (min-width: 769px) {
/**/
#WRAPPER { padding-top: 13rem;}

}

@page {
  margin: 2rem;
}
/*印刷プレビュー時の上下左右の余白*/


/******************************************************************** header
*/

header {
  position: fixed;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 7.7rem;
  background-color: #fff;
  transition: all 0.5s ease;
  z-index: 900;
}

header:after{
  position: absolute;
  bottom: 0rem;
  width: 100%;
  height: 0.2rem;  
  display: block;
  background-color: #3057c1;
  content: "";
  z-index: -1;
}

header .inner{
  position: relative;
  margin: auto;
  padding: 0;
  width: 96%;
  max-width: 98rem;
}

header .logo{
  position: relative;
  margin: 0;
  padding: 0;
  height: 7.7rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

header .logo img{
  margin: 0;
  padding: 0;
  width: 16rem;
}

header .logo em{ display: none;}


header .trigger{
  position: absolute;
  top: 1.5rem;
  right: 0;
  margin: 0 0 0 0.5em;
  padding: 0;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
  z-index: 1000;
}

header .menu-button strong{ display: none;}

header .menu-button em{
  position: relative;
  margin: -0.1rem 0 0;
  padding: 0;
  width: 3rem;
  height: 0.2rem;
  display:flex;
  justify-content: center;
  align-items: center;
  background-color: #3057c1;
  color: #fff;
  cursor:pointer;
  outline: 0;
  transition: .2s;
}


header .menu-button em::before,
header .menu-button em::after {  
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3057c1;
  transition: .2s;
  content: "";
}

header .menu-button em::before { transform: translateY(-0.8rem);}
header .menu-button em::after { transform: translateY(0.8rem);}
header .menu-button.active em { background-color: transparent;}
header .menu-button.active em::before { transform: rotate(45deg);}
header .menu-button.active em::after { transform: rotate(-45deg);}



header .head-menu{
  position: absolute;
  top: 7.7rem;
  left: -2%;
  margin: 0;
  padding: 2em 0;
  width: 100vw;  
  display: none;
  flex-wrap: wrap;
  background-color: #eee;
}

header .hide-menu.menu-on{ display: flex;}

header .main-menu{
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 94%;  
  display: block;
  order: 1;
}

header .main-menu li{
  padding: 0.5em;
  display: block;
  border-bottom: 0.1rem dotted #ccc;
}

header .main-menu a{
  position: relative;
  margin: 0 auto;
  padding: 0.5em;
  display: block;
  text-align: center;
}

header .main-menu a:before{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  background: url(/common/img/icon_arrow_down.svg) center center no-repeat;
  background-size: contain;
  content: "";
}



header .sub-menu{
  margin: 0 auto;
  padding: 2em 0 0;
  width: 94%;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
}


header .sub-menu li{
  margin: 0;
  padding: 0 1em;
}


@media screen and (min-width: 780px) {


header { height: 13rem;}

header:after{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5.3rem;  
  display: block;
  background-color: #3057c1;
  content: "";
  z-index: -1;
}

header .inner{
  position: relative;
  margin: auto;
  padding: 0;
  width: 96%;
  max-width: 98rem;
}

header .logo{
  position: relative;
  margin: 0;
  padding: 0;
  height: 7.7rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

header .logo img{
  margin: 0;
  padding: 0;
  width: 18.8rem;
}

header .logo em{
  margin: 0;
  padding: 0 0 0 1em;
  display: block;
  font-size: 1.6rem;
}







header .trigger{ display: none;}

header .head-menu{
  position: inherit;
  top: inherit;
  left: inherit;
  margin: 0;
  padding: 0 0;
  width: 100%;  
  display: block;
  background-color: transparent;
}

header .hide-menu.menu-on{ display: block !important;}



header .main-menu{
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 5.3rem;
  
  display: flex;
  align-items: center;
  justify-content: space-between;
  order: 2;
}

header .main-menu li{
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 0.1rem dotted #a1b3e3;
  border-bottom: none;
  flex-grow: 1;
  text-align: center;
}

header .main-menu li:last-child{ border-right: 0.1rem dotted #a1b3e3;}

header .main-menu a{
  margin: 0 auto;
  padding: 0 0.5em;
  width: 100%;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

header .main-menu a:before{ display: none;}

header .sub-menu{
  position: absolute;
  top: -7.7rem;
  right: 0;
  margin: 0;
  padding: 0;
  width: calc(100% - 45rem);
  height: 7.7rem;  
  display: flex;
  align-items: center;
  justify-content: flex-end;
  order: 1;
}

header .sub-menu li{
  margin: 0;
  padding: 0 0 0 1em;
}

header .sub-menu a{ color: #333; text-decoration: underline;}

}/* End head TAB */


@media screen and (min-width: 1000px) {

}/* End head 1000 */





/******************************************************************** footer
*/


footer .copy{
  margin: 0;
  padding: 0 1em;
  width: 100%;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3057c1;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: inherit;
  text-align: center;
}


/* FOOT PRINT */

.foot-print{
  position: relative;
  clear: both;
  margin: 0 auto 0;
  padding: 1em 0 0.5em;
  width: 100%;
  max-width: 98rem;
  z-index: 1;
}

.foot-print ul{
  position: relative;
  margin: auto;
  padding: 1.5em 0;
  width: 100%;
  border-top: 0.1rem dotted #ccc;
  display: flex;
  z-index: 1;
}

.foot-print:before,
.foot-print:after {
  position: absolute;
  top: 0.2rem;
  z-index: 2;
  width: 1.5rem;
  height: 4em;
  content: "";
}

.foot-print:before { right: 0; background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);}
.foot-print:after { left: 0; background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);}

.foot-print ul {
  overflow-x: scroll;
  -ms-overflow-style: none;    /* IE, Edge */
  scrollbar-width: none;       /* Firefox */
}

.foot-print ul::-webkit-scrollbar {  /* Chrome, Safari */
  display:none;
}

.foot-print ul li {
  position: relative;
  margin: 0 0.8rem;
  font-size: 1.4rem;
  line-height: 1.4;
  white-space: nowrap;
}

.foot-print ul li:after{
  position: absolute;
  top: 50%;
  right: -0.8em;
  margin-top: -0.4rem;
  width: 0.6rem;
  height: 0.6rem;
  border: 0;
  border-top: solid 0.1rem #999;
  border-right: solid 0.1rem #999;
  transform: rotate(45deg);
  content: "";
  pointer-events: none;
}

.foot-print ul li:last-child:after{ border: none;}


/* PAGE TOP */

.page-top{
  position: fixed;
  right: 2rem;
  left: auto;
  width: 4.4rem;
  height: 4.4rem;
  display: block;
  background-color:#3057c1;
  border-radius: 50%;
  overflow:hidden;
  outline:none;
  z-index: 800;
}


.page-top a span{
  position: relative;
  margin: auto;
  padding: 4.4rem 0 0;
  width: 4.4rem;
  height: 0;
  display:block;
  overflow: hidden;
  line-height: 300;
}

.page-top a span:before{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 2rem;
  height: 2rem;
  display: block;
  background: url(/common/img/icon_arrow_white.svg) center center no-repeat;
  background-size: contain;
  transform: rotate( -90deg );
  content: "";
}


@media screen and (min-width: 769px), print {

footer .copy{
  margin: 0;
  padding: 0 1em;
  width: 100%;
  height: 6rem;

}


/* PAGE TOP TAB */

.page-top{
  position: fixed;
  width: 6rem;
  height: 6rem;
}

.page-top a span{
  padding: 6rem 0 0;
  width: 6rem;
}

.page-top a span:before{
  width: 4rem;
  height: 4rem;
}

}/* 769 */




/******************************************************************** container
*/

.sp-only { display: inline-block;}
.pc-only { display: none;}
.tb-only { display: inline-block;}
.sp-none { display: none;}

.contents-section {
  position: relative;
  margin: 0 auto 3em;
  padding: 0;
  width: 94%;
  max-width: 88rem;
}

.contents-section.anchor {
  position: relative;
  margin: -10rem auto 3em;
  padding: 10rem 0 0 0;
  width: 94%;
  max-width: 88rem;
}


.bg-blue{
  position: relative;
  margin: 0;
  padding: 8rem 0 0 0;
  width: 100%;
  background: rgb(200,238,255);
  background: linear-gradient(180deg, rgba(200,238,255,1) 15%, rgba(255,255,255,1) 100%);
  z-index: 1;
}

.bg-blue:before{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;  
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4rem 50vw 0 50vw;
  border-color: #fff transparent transparent transparent;
  content: "";
  z-index: 100;
}

@media screen and (min-width: 780px) {

.sp-only { display: none;}
.pc-only { display: inline-block;}
.tb-only { display: none;}
.sp-none { display: inline-block;}

.contents-section.anchor {
  margin: -16rem auto 3em;
  padding: 16rem 0 0 0;
}

.bg-blue{ padding: 12rem 0 0 0;}

.bg-blue:before{ border-width: 6rem 50vw 0 50vw;}

}/* 780 */
@media screen and (max-width: 540px) {
.tb-only { display: none;}
}
/* 780 */

.contents-section .inner{
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 100;
}





/* ===================================================================
 contents
=================================================================== */

/* article */

.home .contents-title{
  position: relative;
  margin: 0 auto 4em;
  padding: 62.5% 0 0;
  width: 100%;
  height: 0;
  display: block;
  overflow: hidden;
}

.home .contents-title h1{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0 0;
  width: 75%;
  height: 45%;
  max-width: 60rem;
  max-height: 24rem;
  display: block;
  z-index: 200;
  background: rgba(255,255,255,0.75);
}

.home .contents-title h1 em{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 48% 0 0;
  width: 80%;
  height: 0;
  display: block;
  overflow: hidden;
  background: url(/img/home/l-eap_main_copy.svg) center center no-repeat;
  background-size: contain;
  line-height: 300;
  
}

.home .contents-title .contents-title-bg{
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 0 0;
  width: 100%;
  display: block;
  z-index: 100;
}

/* section */

.section-title {
  position: relative;
  margin: 1em 0 1.5em 0;
  padding: 0 0 0.8em 0;
  display: block;
  color: #213c84;
  font-size: 2.5rem;
  text-align: center;
}

.section-title:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  display: block;
  background-color: #c8c8c8;
  content: '';
  z-index: 1;
}

.section-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30%;
  height: 0.2rem;
  display: block;
  background-color: #213c84;
  content: '';
  z-index: 10;
}

.section-sub-title {
  position: relative;
  margin: 0 0 1.5em 0;
  padding: 0;
  display: block;
  color: #213c84;
  font-size: 2rem;
  text-align: center;
}

@media screen and (min-width: 769px), print {

/* article TAB */

.home .contents-title{ padding: 36.8% 0 0;}
/**/
.home .contents-title h1{
  padding: 0;
  width: 90%;
  max-width: 60rem;
  min-height: 20rem;
}
/*
.home .contents-title h1 img{ padding: 1.5em;}

.home .contents-title .contents-title-bg{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
*/

/* section TAB */

.section-title { font-size: 3rem;}

.section-sub-title { font-size: 2.6rem;}

}/* 769 */


@media screen and (min-width: 780px), print {

.home .contents-title .contents-title-bg{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}


/* section TAB */

.section-title { font-size: 3rem;}

.section-sub-title { font-size: 2.6rem;}

}/* 769 */


.inner .lead-txt {
  margin: 0;
  padding: 0 0 1.5em 0;
  font-size: 1.8rem;
  line-height: 1.6;
}

.inner .txt {
  padding: 0 0 1.5em 0;
  font-size: 1.6rem;
  line-height: 1.6;
}

.inner .list-ul li{
  margin: 0 0 0 2em;
  padding: 0 0 0.5em 0;
  list-style-type: disc;
  font-size: 1.6rem;
  line-height: 1.6;
}

.inner .list-ol li{
  margin: 0 0 0 2em;
  padding: 0 0 0.5em 0;
  list-style-type: decimal;
  font-size: 1.6rem;
  line-height: 1.6;
}


/* notice */

.notice-txt,
.notice-list li{
  position: relative;
  margin: 0 0 1em 1.5em;
  padding: 0;
  list-style: none;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
}

.notice-list li{ margin: 0 0 0.5em 1.5em;}

.notice-txt:before,
.notice-list li:before{
  position: absolute;
  top: 0;
  left: -1.5em;
  padding: 0;
  color: #f30;
  font-size: 1.6rem;
  line-height: 1.4;
  content: "※";
}

.caution-txt,
.notice-txt.caution,
.notice-list.caution li{ color: #f30;}

/* PDF LIST */

.pdf-list li{
  position: relative;
  margin: 0 0 1em 0;
  padding: 0 0 0 2.5rem;
  list-style: none;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
}

.pdf-list li:before {
  position: absolute;
  top: 0;
  left: -0.1rem;
  margin: auto;
  width: 2rem;
  height: 2rem;
  display: block;
  background: url(/common/img/icon_pdf.svg) center center no-repeat;
  background-size: contain;
  content: "";
}




article .inner img{
  transition: ease-in-out 1.5s;
  /*transform: scale(0.5);*/
  opacity: 0;
}

article .inner img.lazyloaded{
  transform: scale(1);
  opacity: 1;
}


/* MOVIE */

.movie-block {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.movie-block .player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




/* HOME */

.home .split-3{
  margin: 0 0 3em;
  padding: 1em 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 0.4rem;
  color: #213c84;
  background-color: #caefff;
}


.home .split-3 li{
  margin: 0;
  padding: 1em 1.5em;
  width: 33.33333333333333333333333333333333333333333333333333333333%;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  border-right: dotted 0.1rem #0f2b5d;
}

.home .split-3 li:last-child{ border-right: none;}


.home .split-3 h3{
  margin: 0;
  padding: 0.5em 0;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.home .split-3 span{
  margin: 0 auto;
  padding: 0 0;
  width: 80%;
  max-width: 10rem;
  order: -1;
}

.home .portrait{
  margin: auto;
  padding: 1em 0;
  width: 90%;
  max-width: 32rem;
  display: block;
}
.home .portrait .caption{
  margin: auto;
  padding: 1em 0;
  font-size: 1.6rem;
  text-align: center;
}


.split-photo{
  margin: auto;
  padding: 1em 0 2em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.split-photo li{
  margin: 0;
  padding: 0;
  width: 48%;
}

.merit-block{
  position: relative;
  margin: 6em auto 0;
  padding: 4em 1.5em 1.5em;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(200,238,255,1) 100%); 
  z-index: 1;
}

.merit-block:before{
  position: absolute;
  top: -5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10rem;
  height: 10rem;
  display: block;
  content: "";
  z-index: 1;
}

.merit-block.staff:before{
  width: 12rem;
  height: 12rem;
  background: url(/img/home/icon_mens.svg) no-repeat;
  background-size: contain;
}

.merit-block.company:before{
  background: url(/img/home/icon_building.svg) no-repeat;
  background-size: contain;
}

.photo-right{
  float: right;
  margin: 0;
  padding: 0 0 1em 1em;
  width: 48%;
  max-width: 36rem;
  display: block;
}

.step li{
  position: relative;
  margin: 0;
  padding: 1em 0 2em;
  display: flex;
  flex-wrap: wrap;
  color: #213c84;
}

.step li:after{
  position: absolute;
  bottom: -0.5em;
  right: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 2rem;
  display: block;
  background: url(/common/img/icon_arrow_down.svg) center center no-repeat;
  background-size: contain;
  content: "";
}

.step li:last-child:after{ display: none;}

.step li .photo{
  margin: auto;
  padding: 0;
  width: 80%;
  max-width: 30rem;
  display: block;
}

.step li .txt-block{
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.step li h3{
  margin: 0 0 1em;
  padding: 0;
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid #213c84;
  font-size: 2.4rem;  
}

.step li h3 em{ font-weight: bold;}

.step li h3 span{
  margin: 0;
  padding: 0 1rem 0 0;
  font-size: 3.4rem;
  font-weight: bold;  
}

.step li .txt{
  margin: 0;
  padding: 0 1em 1em;
  font-size: 1.5rem;
}

.home .news{
  position: relative;
  margin: 0;
  padding: 1em 0 4em;
  display: block;
}

.home .news dt{
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
}

.home .news dt em{
  margin: 0;
  padding: 0;
  width: 14rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.2rem;
  background-color: #3057c1;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

.home .news dd{
  position: relative;
  margin: 0 0 1em;
  padding: 1em 0;
  width: 100%;
  display: block;
  border-bottom: 0.1rem dotted #ccc;
}

.home .news dd time{
  position: absolute;
  top: -1.6em;
  left: 15rem;
  display: block;
}

.home .news dd p{
  padding: 0;
  display: block;
}

.home .member-list{
  padding: 0;
  display: block;
}

.home .member-list li{
  padding: 0 0 0.1rem 0;
  display: block;
}

.home .member-list .title-trigger{
  position: relative;
  padding: 0.9em 0 0.7em 1.3em;
  display: block;
  background-color: #3057c1;
  color: #fff;
  font-size: 1.8rem;
  cursor: pointer;
}

/* .home .member-list .prefectures .title-trigger {
  text-align: center;
} */

.home .member-list .title-trigger.no-link {
  pointer-events: none
}
.home .member-list .prefectures li{
  width: calc(100% - 0.4em);
  margin: 0 0 0 auto;
}
.home .member-list .prefectures .title-trigger{
  padding: 0.7em 0 0.5em 1.3em;
  background-color: #7a7a7a;
}
.home .member-list .prefectures .title-trigger.active {
  background-color: #8a8a8a;
}
.home .member-list .title-trigger.active{ background-color: #4f70ca;}

.home .member-list .title-trigger:before{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  background: url(/common/img/icon_arrow_white.svg) center center no-repeat;
  background-size: contain;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;  
  transform: rotate( 0deg );
  content: "";
}

.home .member-list .title-trigger.active:before{ transform: rotate( 90deg );}

.home .member-list .title-trigger.no-link:before {background: none;}

.home .member-list .hide-list.active{ display: block;}
.home .member-list .hide-list{ display: none;}

.home .member-list table{
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
  border: 0.5px dotted #e7e7e7;
}

.home .member-list table th,
.home .member-list table td{
  padding: 1em 0.4em;
  width: 24.5%;
  border-bottom: 0.1rem solid #ccc;
  background-color: #eee;
  text-align: center;
}
.home .member-list table td{
  background-color: #fff;
}

.home .member-list table tr td:first-child{
  text-align: left;
}

.home .member-list table tr th:nth-of-type(2),
.home .member-list table tr td:nth-of-type(2) {
  width: 15%;
}

.home .member-list table tr th:nth-of-type(3),
.home .member-list table tr td:nth-of-type(3){
  width: 25%;
}
.home .member-list table tr td:nth-of-type(3){
  text-align: left
}

.home .member-list table tr td:nth-of-type(4),
.home .member-list table tr th:nth-of-type(4){
  width: 15.5%;
}

.home .member-list table tr th:nth-of-type(5),
.home .member-list table tr td:nth-of-type(5) {
  width: 20%;
}

.home .member-list table tr:last-child td {
  border: none;
}

.home .member-list .name em{
  padding: 0 0.5em;
  font-size: 1.6rem;
  line-height: 1.6;
}


.scroll-block {
  margin: 0 auto 4em;
  padding: 3em 2.5em;
  width: 100%;
  height: 40rem;
  overflow-y: scroll;
  border: 0.1rem solid #ccc;
  background-color: #fff;
}

.policy-title {
  position: relative;
  margin: 1.5em 0 1em 0;
  padding: 0 0 0.3em 0;
  display: block;
  border-bottom: 0.1rem dotted #ccc;
  color: #213c84;
  font-size: 2rem;
  text-align: left;
}

.inner .list-ol .inner-ol-kana li{
  margin: 0 0 0 2.5em;
  padding: 0 0 0.5em 0;
  list-style-type: katakana;
  font-size: 1.6rem;
  line-height: 1.6;
}

.inner .list-ol .inner-ol li {
  position: relative;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 2.5em;
  counter-increment:inner-ol;  
  list-style-type: none;
}

.inner .list-ol .inner-ol li:before {
  position: absolute;
  left: 0;
  content: "("counter(inner-ol)") ";
}


.inner .map{
  position: relative;
  padding-bottom: 50%;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.inner .map iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inner .add-block{
  padding: 1.5em 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.inner .add-block .add-1{
  padding: 0;
  width: 3.5em;
  font-weight: bold;
}

.inner .add-block .add-2{
  padding: 0;
  width: calc(100% - 3.5em);
}


.home .white-block{
  position: relative;
  padding: 1.5em 1em;
  display: block;
  background-color: #fff;
}

.home .director-block{
  position: relative;
  padding: 1.5em 1em 1em 1em;
  display: block;
  margin: auto;
  color:#213c84;
}

.home .director-block .lead-txt{
  padding: 0 0 0.5em 0;
  text-align: center;
  font-size: 1.6rem;
}

.home .director-block .director-ul{
  margin: auto;
  width: 95%;
  padding: 0;
  overflow: hidden;
}

.home .director-block .director-ul li{
   float: none;
   text-align: center;
   font-size: 1.6rem;
   line-height: 1.8;
   margin: 0 0 0.5rem 0;
}

.home .member-list-company{
  margin: 0 0%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home .member-list-company li{
  margin: 0;
  padding: 1em 0 0 0;
  width: 48%;
}
.home .member-list-company a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.5em 0 0.5em 0.5rem;
  font-size: 1.6rem;
  text-decoration: underline;
}
.home .member-list-company a img{
  position: relative;
  width: 10rem;
  margin: 0 0.5em 0 0;
}

/* .home .member-list-company a{
  position: relative;
  padding: 0.5em 0 0.5em 11.5rem;
  display: block;
  font-size: 1.6rem;
  text-decoration: underline;
}

.home .member-list-company li a:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 10.4rem;
  height: 4.4rem;
  display: block;
  background: url(/img/home/member_icon04.png) center center no-repeat;
  background-size: contain;
  content: "";
}

.home .member-list-company li:nth-child(1) {order: 1;}
.home .member-list-company li:nth-child(1) a:before {
  background: url(/img/home/member_icon13.png) center center no-repeat;
  background-size: contain;
}

.home .member-list-company li:nth-child(2) {order: 2;}
.home .member-list-company li:nth-child(2) a:before{
  background: url(/img/home/member_icon03.png) center center no-repeat;
  background-size: contain;
}

.home .member-list-company li:nth-child(3) {order: 3;}
.home .member-list-company li:nth-child(3) a:before {
  background: url(/img/home/member_icon04.png) center center no-repeat;
  background-size: contain;
}

.home .member-list-company li:nth-child(4) {order: 4;}
.home .member-list-company li:nth-child(4) a:before {
  background: url(/img/home/member_icon01.png) center center no-repeat;
  background-size: contain;
}

.home .member-list-company li:nth-child(5) {order: 5;}
.home .member-list-company li:nth-child(5) a:before {
  background: url(/img/home/member_icon02.png) center center no-repeat;
  background-size: contain;
}

.home .member-list-company li:nth-child(6) {order: 6;}
.home .member-list-company li:nth-child(6) a:before {
  background: url(/img/home/member_icon06.png) center center no-repeat;
  background-size: contain;
}

.home .member-list-company li:nth-child(7) {order: 7;}
.home .member-list-company li:nth-child(7) a:before {
  background: url(/img/home/member_icon07.png) center center no-repeat;
  background-size: contain;
}

.home .member-list-company li:nth-child(8) {order: 8;}
.home .member-list-company li:nth-child(8) a:before {
  background: url(/img/home/member_icon08.png) center center no-repeat;
  background-size: contain;
}

.home .member-list-company li:nth-child(9) {order: 9;}
.home .member-list-company li:nth-child(9) a:before {
  background: url(/img/home/member_icon09.png) center center no-repeat;
  background-size: contain;
}

.home .member-list-company li:nth-child(10) {order: 10;}
.home .member-list-company li:nth-child(10) a:before {
  background: url(/img/home/member_icon10.png) center center no-repeat;
  background-size: contain;
}

.home .member-list-company li:nth-child(11) {order: 11;}
.home .member-list-company li:nth-child(11) a:before {
  background: url(/img/home/member_icon11.png) center center no-repeat;
  background-size: contain;
}

.home .member-list-company li:nth-child(12) {order: 13;}
.home .member-list-company li:nth-child(12) a:before {
  background: url(/img/home/member_icon12.png) center center no-repeat;
  background-size: contain;
}

.home .member-list-company li:nth-child(13) {order: 14;}
.home .member-list-company li:nth-child(13) a:before {
  background: url(/img/home/member_icon12.png) center center no-repeat;
  background-size: contain;
}

.home .member-list-company li:nth-child(14) {order: 12;}
.home .member-list-company li:nth-child(14) a:before {
  background: url(/img/home/member_icon14.png) center center no-repeat;
  background-size: contain;
} */



@media screen and (max-width: 480px) {

.home .split-3{
  margin: 0 0 3em;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.home .split-3 li{
  margin: auto;
  padding: 2em 0 1em;
  width: 90%;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  border-right: none;
  border-bottom: dotted 0.1rem #0f2b5d;
}

.home .split-3 li:last-child{ border-bottom: none;}


.home .split-3 h3{
  margin: 0;
  padding: 0.5em 0;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.home .split-3 span{
  margin: 0 auto;
  padding: 0 0;
  width: 80%;
  max-width: 8rem;
  order: -1;
}

.split-photo{
  margin: auto;
  padding: 1em 0 2em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.split-photo li{
  position: relative;
  margin: 0;
  padding: 0;
  width: 75%;
  z-index: 10;
}

.split-photo li:last-child{
  margin: -10% 0 0 25%;
  padding: 0;
  width: 75%;
  z-index: 1;
}


.merit-block{
  margin: 5em auto 0;
  padding: 3.5em 1em 1em;
}

.merit-block:before{
  top: -4rem;
  width: 8rem;
  height: 8rem;
}

.merit-block.staff:before{
  width: 10rem;
  height: 10rem;
}

.inner .map{
  padding-bottom: 100%;
  width: 100%;
}

}/* End head SP 480 */



@media screen and (max-width: 540px) {

.home .member-list table th{ display: none;}

.home .member-list table td{
  padding: 0.5em 0.5em 0 0.5em;
  width: 100%;
  display: block;
  border-bottom: none;
  background-color: #fff;
  text-align: left;
}

.home .member-list table tr td:first-child{ margin-bottom: 0.5em; padding: 2em 0.5em 0.5em 0.5em; border-bottom: 0.1rem dotted #ccc; text-align: left;}

.home .member-list table tr td:last-child{
  padding: 0.5em 0.5em 1em 0.5em;
  display: block;
  border-bottom: 0.1rem solid #ccc;
}

.home .member-list table tr th:first-child{ width: 100%;}

.home .member-list table tr th:last-child,
.home .member-list table tr td:last-child{ width: 100%;}

.home .member-list table tr td:first-child{
  width: 100%;
}
.home .member-list table tr th:nth-of-type(2),
.home .member-list table tr td:nth-of-type(2),
.home .member-list table tr th:nth-of-type(3),
.home .member-list table tr td:nth-of-type(3),
.home .member-list table tr th:nth-of-type(4),
.home .member-list table tr td:nth-of-type(4){
  width: 100%;
}

.home .member-list .mail,
.home .member-list .tel,
.home .member-list a{
  position: relative;
  padding-left: 2.2rem;
}

.home .member-list .mail:before,
.home .member-list .tel:before,
.home .member-list a:before{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  content: "";
}

.home .member-list .mail:before{ background: url(/common/img/icon_balance.svg) center center no-repeat; background-size: contain;}
.home .member-list .tel:before{ background: url(/common/img/icon_phone.svg) center center no-repeat; background-size: contain;}
.home .member-list a:before{ background: url(/common/img/icon_link.svg) center center no-repeat; background-size: contain;}

.scroll-block { padding: 3em 1em;}



.home .member-list-company {
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: auto;
  width: 90%;
}

.home .member-list-company li {
  padding: 0.5em 0 0.5em 0;
  width: auto;
}

/*
.home .member-list-company li{
  margin: 0 2% 0 3%;
  padding: 0.5em 0 0.5em 0;
  width: auto;
}*/

.home .member-list .title-trigger {
  padding: 0.8em 1em;
}

}/* End head SP 540 */



@media screen and (min-width:540px) and (max-width: 780px) {

.home .member-list-company{
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: auto;
  width: 96%;
}

.home .member-list-company li{
  margin: 0 2% 0 17%;
  padding: 0.5em 0 0.5em 0;
  width: auto;
}

.home .member-list .name em {
  padding-left: 0;
}

}/* End TB 780 */





@media screen and (min-width: 780px) {

.step li{
  position: relative;
  margin: 0;
  padding: 1em 0 2em;
  display: flex;
  flex-wrap: wrap;
  color: #213c84;
}

.step li:after{
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 45%;
  height: 1.6rem;
  display: block;
  background: url(/common/img/icon_arrow_down.svg) center center no-repeat;
  background-size: contain;
  content: "";
}

.step li:last-child:after{ display: none;}

.step li .photo{
  margin: 0;
  padding: 0;
  width: 40%;
  display: block;
}

.step li .txt-block{
  margin: 0;
  padding: 0 0 0 2.5em;
  width: 60%;
  display: block;
}

.step li h3{
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid #213c84;
  font-size: 2.4rem;  
}

.step li h3 em{ font-weight: bold;}

.step li h3 span{
  margin: 0;
  padding: 0 1rem 0 0;
  font-size: 3.4rem;
  font-weight: bold;  
}

.step li .txt{
  margin: 0;
  padding: 1em;
  font-size: 1.5rem;
}

.home .news{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home .news dt{
  margin: 0;
  padding: 1em;
  width: 12em;
  display: flex;
  align-items: center;
  border-bottom: 0.1rem dotted #ccc;
}

.home .news dt em{
  margin: 0;
  padding: 0.5em;
  width: 100%;
  display: block;
  border-radius: 0.2rem;
  background-color: #3057c1;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

.home .news dd{
  margin: 0;
  padding: 1em 0;
  width: calc(100% - 12em);
  display: flex;
  align-items: center;
  border-bottom: 0.1rem dotted #ccc;
}


.home .news dd time{
  position: relative;
  top: inherit;
  left: inherit;
  display: block;
}

.home .news dd p{
  padding: 0 0 0 0.5em;
  display: block;
}

.home .white-block .lead-txt{
  padding: 1em 2em 2em;
}

.home .director-block .lead-txt{
  padding: 0 0 1em 0;
  font-size: 1.8rem;
  line-height: 1.8;
}

.home .director-block .director-ul{
  margin: auto;
  width: 100%;
  padding: 0 0 0 6.5rem;
  overflow: hidden;
}

.home .director-block .director-ul li{
   float: left;
   text-align: left;
   width: 33%;
   font-size: 1.8rem;
   line-height: 1.8;
   margin: 0 0 0.5rem 0;
}



}/* 780 */






/* LINK ARROW */

.arrow,
.pdf{position: relative;}

.arrow-s{ padding-left: 1.6rem;}
.arrow-m{ padding-left: 1.8rem;}
.arrow-l{ padding-left: 2rem;}

.pdf-s{ padding-left: 2rem;}
.pdf-m{ padding-left: 2.4rem;}
.pdf-l{ padding-left: 2.8rem;}

.arrow-s:before,
.arrow-m:before,
.arrow-l:before,
.pdf-s:before,
.pdf-m:before,
.pdf-l:before{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: block;
  content: "";
}

.link-title{display: block;}

.arrow-s:before {
  width: 1.2rem;
  height: 1.2rem;
  background: url(/common/img/icon_arrow.svg) center center no-repeat;
  background-size: contain;
}

.arrow-m:before {
  width: 1.4rem;
  height: 1.4rem;
  background: url(/common/img/icon_arrow.svg) center center no-repeat;
  background-size: contain;
}

.arrow-l:before {
  width: 1.6rem;
  height: 1.6rem;
  background: url(/common/img/icon_arrow.svg) center center no-repeat;
  background-size: contain;
}



.arrow-white:before {
  background: url(/common/img/icon_arrow_w.svg) center center no-repeat;
  background-size: contain;
}


.pdf-s:before {
  width: 1.6rem;
  height: 1.6rem;
  background: url(/common/img/icon_pdf.svg) center center no-repeat;
  background-size: contain;
}

.pdf-m:before {
  width: 2rem;
  height: 2rem;
  background: url(/common/img/icon_pdf.svg) center center no-repeat;
  background-size: contain;
}

.pdf-l:before {
  width: 2.4rem;
  height: 2.4rem;
  background: url(/common/img/icon_pdf.svg) center center no-repeat;
  background-size: contain;
}




.next-arrow-bottom{ margin-bottom: 5em !important; position: relative;}

.next-arrow-bottom:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4em;
  margin: auto;
  width: 4rem;
  height: 4rem;
  display: block;
  background: url(/common/img/icon_arrow.svg) center center no-repeat;
  background-size: contain;
  transform: rotate( 90deg );
  content: "";
}


.mt-1{ margin-top: 1em;}
.mt-2{ margin-top: 2em;}
.mt-3{ margin-top: 3em;}
.mt-4{ margin-top: 4em;}

.mb-1{ margin-bottom: 1em;}
.mb-2{ margin-bottom: 2em;}
.mb-3{ margin-bottom: 3em;}
.mb-4{ margin-bottom: 4em;}

.ml-1{ margin-left: 1em;}
.ml-2{ margin-left: 2em;}
.ml-3{ margin-left: 3em;}
.ml-4{ margin-left: 4em;}

.mr-1{ margin-right: 1em;}
.mr-2{ margin-right: 2em;}
.mr-3{ margin-right: 3em;}
.mr-4{ margin-right: 4em;}

.pt-1{ padding-top: 1em;}
.pt-2{ padding-top: 2em;}
.pt-3{ padding-top: 3em;}
.pt-4{ padding-top: 4em;}

.pb-1{ padding-bottom: 1em;}
.pb-2{ padding-bottom: 2em;}
.pb-3{ padding-bottom: 3em;}
.pb-4{ padding-bottom: 4em;}

.pl-1{ padding-left: 1em;}
.pl-2{ padding-left: 2em;}
.pl-3{ padding-left: 3em;}
.pl-4{ padding-left: 4em;}

.pr-1{ padding-right: 1em;}
.pr-2{ padding-right: 2em;}
.pr-3{ padding-right: 3em;}
.pr-4{ padding-right: 4em;}


/* IE */
@media all and (-ms-high-contrast: none) {

.home .contents-title{ background: url(/img/home/main_image.jpg) center center no-repeat; background-size: cover;}
.home .contents-title .contents-title-bg{ display: none;}

}/* End IE */

/*-----------------------*----*----*----*----*----*----*----*----*----*----*----* 活動報告 */
/*-----------------------*----*----*----*----*----*----*----*----* news_entry */
#NEWS .news_entry {
  margin: 0 0 3em 0;
  border: 1px solid #999;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}

#NEWS .news_entry:last-child {
  margin: 0 0 0 0;
}

/*-----------------------*----*----*----*----*----*----*----* year */
#NEWS .year {
  width:100%;
  padding: 1.5em 2em 1.5em 2em;
  text-align: left;
  cursor:pointer;
}

#NEWS .year span {
  font-size: 2.4rem;
  font-weight: 800;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*-----------------------*----*----*----*----*----*----*----* switch */
#NEWS .switch:after {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  float: right;
  background:url("../img/icon_arrow.png") 0 0 no-repeat;
  background-size:24px 24px;
  -webkit-transition-property:background,-webkit-transform;
  -webkit-transition-duration:0.5s;
  transition-property:background,transform;
  transition-duration:0.5s;
}

/*-----------------------*----*----*----*----*----*----*----* active */
#NEWS .switch.active:after {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  float: right;
  background:url("../img/icon_plus.png") 0 0 no-repeat;
  background-size:24px 24px;
  -webkit-transform: translate(0,0) rotate(360deg);
  transform: translate(0,0) rotate(360deg);
}

/*-----------------------*----*----*----*----*----*----*----* toggle */
#NEWS .toggle:after {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  float: right;
  background:url("../img/icon_plus.png") 95% center no-repeat;
  background-size:24px 24px;
  -webkit-transition-property:background,-webkit-transform;
  -webkit-transition-duration:0.5s;
  transition-property:background,transform;
  transition-duration:0.5s;
}

/*-----------------------*----*----*----*----*----*----*----* active */
#NEWS .toggle.active:after {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  float: right;
  background:url("../img/icon_arrow.png") 95% center no-repeat;
  background-size:24px 24px;
  -webkit-transform: translate(0,0) rotate(360deg);
  transform: translate(0,0) rotate(360deg);
}

/*-----------------------*----*----*----*----*----*----*----* hide-box */
#NEWS .hide-box{display:none;}

/*-----------------------*----*----*----*----*----*----*----* articles */
.articles {
  width:100%;
  margin: -1.5em 0 0 0;
  padding: 0 2em 1.5em 2em;
  text-align: left;
}

/*-----------------------*----*----*----*----*----*----* entry */
.entry {
  margin: -10em 0 0 0;
  padding:11.5em 0 1.5em 0;
  letter-spacing: -.4em;
}

.entry:last-child {
  margin: -10em 0 0 0;
  padding:11.5em 0 0 0;
}

.entry *{
  letter-spacing:normal;
}

/*-----------------------*----*----*----*----*----* title */
.title {
  width:100%;
  margin: 0 0 1em 0;
  padding:0 0 1.5em 0;
  text-align: center;
  border-bottom:solid 1px #999;
}

.title em {
  line-height: 1.4;
  font-size: 2.4rem;
  font-weight: 800;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*-----------------------*----*----*----*----*----* icon */
.icon {
  width:100%;
  margin: 0 0 2em 0;
}

.icon li {
  display: inline-block;
  padding: 0.5em 0;
  text-align: center;
  color: #333;
  font-size: 1.2rem;
  line-height: 1.5;
  border: 1px solid #999;
  background-color: #eee;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*-----------------------*----*----*----*----* data */
.data {
  width:8em;
  margin: 0 1em 0 0;
}

/*-----------------------*----*----*----*----* tag */
.tag {
  width: 12em;
  margin: 0 0 0 0;
}

/*-----------------------*----*----*----*----*----* img */
.img {
  display: inline-block;
  width:37.5%;
  vertical-align: top;
}

.img img{
  border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .img {
    display: block;
    width:100%;
    margin: 0 0 1.6em 0;
  }
}

/*-----------------------*----*----*----*----*----* item */
.item {
  width:100%;
  margin: 0 0 0 0;
}

@media screen and (min-width: 768px) {
  .img + .item {
    display: inline-block;
    width:60%;
    margin: 0 0 0 2.5%;
    vertical-align: top;
  }
}

/*-----------------------*----*----*----*----* text */
.text {
  width:100%;
  font-size: 1.6rem;
  line-height: 1.8;
  word-wrap: break-word;
}

/*-----------------------*----*----*----*----* list */
.list {
  width:100%;
  margin:1.8em 0 0 0;
  letter-spacing: -.4em;
}

.list:before {
  display:block;
  width:100%;
  padding: 0 0 0.8em 0;
  content: "参照リンク";
  color: #666;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing:normal;
  border-bottom:dashed 1px #999;
}

.list li{
  display:block;
  width:100%;
  margin:1.5em 0 0 0;
  letter-spacing:normal;
}

.list a {
  display: inline-block;
  padding:0 0 0 1.5em;
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: bold;
}

/*-----------------------*----*----*----*----*----* cell */
.cell a {
  display: inline-block;
  padding:0 0 0 30px;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: bold;
}

/*-----------------------* link */
.link {
  background:url("../img/icon_link.png") 0 0 no-repeat;
  background-size:16px 16px;
}

/*-----------------------* pdf */
.pdf {
  background:url("../img/icon_pdf.png") 0 0 no-repeat;
  background-size:16px 16px;
}


@media screen and (max-width: 480px) {
}

@media screen and (max-width: 540px) {
}

@media screen and (min-width: 780px) {
}

/*-----------------------*----*----*----*----*----*----*----*----*----*----*----* メールフォーム */
/*-----------------------*----*----*----*----*----*----*----*----* list-ul,list-ol */
.form .list-ul,
.form .list-ol{
  margin-bottom: 1.5em;
}

.form .list-ul{
  margin-top: 0.5em;
}

/*-----------------------*----*----*----*----*----*----*----*----* title-h3 */
.form .title-h3 {
  margin:0 0 0.5em 0;
  font-weight: bold;
}

.form .title-h3::before {
  content: "【";
}
.form .title-h3::after {
  content: "】";
}

/*-----------------------*----*----*----*----*----*----*----*----* caution */
.form  .caution {
  margin: 0 0 0 0;
  padding:1em 0 1em 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

.form .caution dt {
  text-align: center;
  margin:0 0 0.8em 0;
  font-weight: bold;
}

.form .caution dt::before {
  content: "【";
}

.form .caution dt::after {
  content: "】";
}

.form .caution dd {
  margin:0 0 0.5em 1em;
  padding:0 0 0 0;
  text-indent: -1em;
  list-style: disc;
}

.form .caution dd:last-child {
  margin:0 0 0 1em;
}

.form .caution dd::before {
  content: "・";
}

/*-----------------------*----*----*----*----*----*----*----*----* form-title */
.form .form-title {
  margin:-7em 0 0 0;
  padding:9em 0 2em 0;
  text-align: center;
  font-weight: bold;
}

/*-----------------------*----*----*----*----*----*----*----*----* form-table */
.form .form-table {
  width: 100%;
  margin:0 0 3em 0;
}

.form .form-table th,
.form .form-table td {
  display:block;
}

.form .form-table th {
  padding: 0 0 0.5em 0;
}

.form .form-table td {
  padding: 0 0 1.5em 0;
}

.form .form-table td label {
  display:block;
  width: 100%;
}

.form .form-table td label input {
  display: inline-block;
  margin:0 0.3em 0 0;
}

.form .form-table td input {
  display:inline-block;
  width:auto;
}

.form .form-table td .zip {
  width:6em;
}

@media screen and (min-width: 780px) {
  .form .form-table th,
  .form .form-table td {
    display:table-cell;
  }
  
  .form .form-table th {
    padding: 0 0 1.5em 0;
  }
  
  #REGISTRATION .form-table th {
    width:10em !important;
  }
  
  .form .form-table td {
    padding: 0 0 1.5em 0;
  }
}

/*-----------------------* pc */
@media screen and (max-width: 781px) {.pc {display:none;}}

/*-----------------------* w100 */
.form .form-table td .w100 ,
.w100 {
  width: 100%;
}

/*-----------------------* mt-05em */
.mt-05em {
  margin-top:0.5em;
}

/*-----------------------* mb-05em */
.mb-05em {
  margin-bottom:0.5em;
}

/*-----------------------* red */
.red {
  color: #f00;
}
.form .form-table th .red {
  display:inline-block;
  margin:0 0 0 0.5em;
  font-weight: bold;
}

/*-----------------------*----*----*----*----*----*----*----*----* pp */
.form .pp h4 {
  margin:0 0 1em 0;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

.form .pp .agree {
  margin:0 0 3em 0;
  text-align: center;
}

.form .pp .agree input {
  display:inline-block;
  width:auto;
}

/*-----------------------*----*----*----*----*----*----*----*----* mold_area */
.mold_area{
  margin:0 auto 3em;
  width: 90%;
  display: table;
  overflow: hidden;
  table-layout: fixed;
  text-align: center;
}

.mold_area .mold{
  padding: 1em 0 1em 1em;
  width: 65%;
  display: table-cell;
  overflow: hidden;
  vertical-align: middle;
}

.mold_area .gray{
  padding: 1em 1em 1em 0;
  width: 35%;
}

.mold_area button{
  margin: auto;
  padding: 0.6em;
  width: 100%;
  display: block;
  background-color: #3273ba;
  border-radius: 6px;
  border: 2px solid #1e53a1;
  border-top: 2px solid #c1d5ea;
  border-left: 2px solid #c1d5ea;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  cursor: pointer;
  box-shadow: 1px 1px 2px #555;
}

.mold_area .gray button{
  background-color: #eee;
  border: 2px solid #ccc;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  color: #666;
  font-size: 1.6rem;
}

.mold_area button:active{ box-shadow: 0px 0px 2px #555;}

.form.end .txt,
.form.end .lead-txt{
  text-align: center;
}

/*-----------------------*----*----*----*----*----*----*----*----*----*----*----* L-EAP認定制度 */
/*-----------------------*----*----*----*----*----*----*----*----*----* CERTIFICATION */
#CERTIFICATION {
  counter-reset: number 0;
}

#CERTIFICATION em {
  font-weight: bold;
}

#CERTIFICATION .cert-ol-li {
  margin: 6em 0 0 0;
}

#CERTIFICATION .section-sub-title{
  font-size: 2.6rem;
}

/*-----------------------*----*----*----*----*----*----*----*----* contents-nav */
.contents-nav {
  position: relative;
  width: 94%;
  max-width: 88rem;
  margin: -10rem auto 6em;
  padding: 13rem 0 0 0;
  z-index: 10;
}

.contents-nav ul {
  display: flex;
  width: 100%;
  max-width: 44rem;
  margin: 0 auto;
  justify-content:center;
}

.contents-nav li {
  padding: 0.5em 1.5em 2em;
  text-align: center;
  border-left: 1px solid #3057c1;
}

.contents-nav li:first-child {
  border-left: none;
}

.contents-nav a {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}

.contents-nav a:hover {
  opacity: 0.6;
  transition: all 0.3s ease;
}

.contents-nav a::before {
  position:absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #3057c1;
  line-height: 1;
  width: 1.2em;
  height:1.2em;
  left:50%;
  bottom: -1em;
  border: 0.2rem solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-50%) translateY(-25%) rotate(135deg);

}

/*-----------------------*----*----*----*----*----*----*----* cert-div */
.cert-div:nth-child(2) {
  margin:3em 0 0;
}

.cert-div:nth-child(3) {
  margin:6em 0 9em;
}


/*-----------------------*----*----*----*----*----*----*----* cert-h3 */
.cert-h3 {
  margin: 0 0 2.4rem 0;
  text-align: center;
  line-height: 1.4;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.cert-h3.line-b {
  padding: 0 0 0.5em 0;
  border-bottom: #dbdbdb 2px solid;
}

/*-----------------------*----*----*----*----*----*----*----* cert-txt */
.cert-txt {
  margin: 0 0 1.5em 0;
  line-height: 1.7;
}

.cert-txt.center {
  width: 18em;
  margin: 0 auto 1em auto;
  text-align: center;
}

.cert-txt em.asterisk {
  display: inline-block;
  margin: 0 0 0 1.5em;
  text-indent: -1.5em;
}

/*-----------------------*----*----*----*----*----*----*----* cert-box */
.cert-box {
  width: 100%;
  margin: 0 0 1.5em 0;
  letter-spacing:-.4em;
}

.cert-box .cert-txt {
  width:100%;
  margin: 0 0 1em 0;
  letter-spacing:normal;
}

@media screen and (min-width: 768px) {
  .cert-box .cert-txt {
    display: inline-block;
    width:80%;
    margin: 0 0 0 0;
    padding:0 2em 0 0;
    vertical-align: top;
    box-sizing: border-box;
  }
}

/*-----------------------*----*----*----*----*----*----*----* cert-svg */
.cert-svg {
  display: block;
  width:80%;
  max-width: 24rem;
  margin: 0 auto;
  border: 1px solid #ccc;
  letter-spacing:normal;
  box-sizing: border-box;
}

.cert-svg img{
  width:calc(100% - 4.0rem);
  margin: 1.0rem 2.0rem 1.0rem 2.0rem;
}

@media screen and (min-width: 768px) {
  .cert-svg {
    display: inline-block;
    width:20%;
    margin: 0 0 0 0;
    vertical-align: top;
  }
}

/*-----------------------*----*----*----*----*----*----*----* cert-gray-box */
.cert-gray-box {
  width:100%;
  margin: 3em 0 3.0em 0;
  padding:2.5% 2.5% 2.5% 2.5%;
  background-color: #f2f2f2;
  box-sizing: border-box;
}

/*-----------------------*----*----*----*----*----*----*----* cert-dl */
.cert-dl {
  width:100%;
  padding: 2.5% 2.5% 2.5% 2.5%;
  border: 1px solid #333;
  background-color: #f2f2f2;
  box-sizing: border-box;
}

/*-----------------------*----*----*----*----*----*----* cert-dt */
.cert-dt {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

/*-----------------------*----*----*----*----*----*----* cert-dd */
.cert-dd {
  margin: 1.5em 0 0 0;
}

/*-----------------------*----*----*----*----*----* cert-ol-large */
.cert-ol-large {
  margin: 0 0 0 1.5em;
}

/*-----------------------*----*----*----*----* cert-ol-large-li */
.cert-ol-large-li {
  margin: 0 0 0.8em 0;
  list-style-type: decimal;
  font-size: 1.8rem;
  font-weight: bold;
}

.cert-ol-large-li:last-child {
  margin: 0 0 0 0;
}

.cert-ol-large-li:last-child p {
  margin: 0 0 0 0;
}

.cert-gray-box .cert-ol-large-li,
.cert-ol-large-li p {
  font-size: 1.6rem;
  font-weight: normal;
}

/*-----------------------*----*----*----* cert-h4 */
.cert-h4 {
  margin: 0 0 0 0;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

/*-----------------------*----*----*----* cert-ol-medium */
.cert-ol-medium {
  counter-reset: medium 0;
}

/*-----------------------*----*----* cert-ol-medium-li */
.cert-ol-medium-li {
  margin: 1em 0 0 0;
}

.cert-ol-medium-li:first-child {
  margin: 0.5em 0 0 0;
}

.cert-ol-medium-li .cert-h5::before {
  counter-increment: medium 1;
  content: "(" counter(medium) ") ";
}

.cert-ol-medium-li .asterisk,
.cert-ol-medium-li .arrow-right {
  margin: 0.5em 0 0 1.5em;
  text-indent: -1.5em;
}

@media screen and (min-width: 768px) {
  .cert-ol-medium-li .asterisk,
  .cert-ol-medium-li .arrow-right {
    margin: 0.5em 0 0 4.0em;
    text-indent: -1.5em;
  }
}

/*-----------------------*----* cert-h5 */
.cert-h5 {
  margin: 0 0 0 0;
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

/*-----------------------*----* cert-ol-small */
.cert-ol-small {
  margin: 0 0 0 0em;
}

@media screen and (min-width: 768px) {
  .cert-ol-small {
    margin: 0 0 0 2em;
  }
}

/*-----------------------* cert-ol-small-li */
.cert-ol-small-li {
  margin: 0.5em 0 0 1.5em;
  text-indent: -1.5em;
}

/*-----------------------* asterisk */
#CERTIFICATION .asterisk::before {
  content: "※ ";
  color: #f00;
  font-weight: bold;
}

/*-----------------------* font-color-red */
#CERTIFICATION .font-color-red {
  color: #f00;
}

/*-----------------------* required */
#CERTIFICATION .required::after {
  content: "　必須";
  color: #f00;
}

/*-----------------------* arrow-right */
#CERTIFICATION .arrow-right::before {
  content: "→ ";
}

/*-----------------------*----*----*----*----*----*----*----*----*----*----*----* ヘッダーメニュー */
@media screen and (min-width: 780px) {
  .accjs {
    position: relative;
  }

  .accjs-dl {
    width: 100%;
    background-color: #3057c1;
  }

  .accjs-dt {
    color: #fff;
    cursor: pointer;
  }

  .accjs-dt:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
  }

  .accjs-dd {
    display: none;
    margin: 0 0.5em;
    padding: 0.5em 0;
    border-top: 0.1rem dotted #999;
  }

  .accjs-dd:nth-child(2) {
    margin: 1em 0.5em 0 !important;
  }

  .accjs:hover {
    top:2.8em;
    overflow: unset;
    border-right: 0.1rem dotted #999;
  }

  .accjs:hover + li {
    border-left: none;
  }

  .accjs:hover .accjs-dl {
    height:auto;
  }

  .accjs:hover .accjs-dd{
    display: block;
  }
}

@media screen and (max-width: 779px) {
  li.accjs {
    padding: 0 !important;
  }

  .accjs-dt {
    display: none;
  }

  .accjs-dd {
    padding: 0.5em;
    border-bottom:0.1rem dotted #ccc;
  }

  .accjs-dd:last-child {
    border-bottom:none;
  }
}

/* 特定商取引法に基づく表記 2025/07/22 *------------------------------------------*/
.sct-area {
  margin: 0 auto 2em;
  padding:0;
  width: 100%;
}

.sct-area dl {
  margin: 0;
  padding:0;
  width: 100%;
}

.sct-area dl,.sct-area dt,.sct-area dd {box-sizing: border-box;}

.sct-area .sct-dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom:0.1rem solid #ccc;
}

.sct-area .sct-dt {
  width:11em;
  padding: 1em;
  color:#fff;
  border-top:0.1rem solid #ccc;
  border-left:0.1rem solid #ccc;
  background:#3057c1;
}

.sct-area .sct-dd {
  padding: 1em;
  width:calc(100% - 11em);
  border-top:0.1rem solid #ccc;
  border-left:0.1rem solid #ccc;
  border-right:0.1rem solid #ccc;
}

.sct-area .asterisk {
  display: inline-block;
  margin:0 0 0 1em;
  text-indent: -1em;
}

.sct-area .asterisk::before {content: "※";}

@media screen and (max-width: 480px) {
  .sct-area .sct-dl {
    display:block;
  }
  .sct-area .sct-dt,
  .sct-area .sct-dd {
    width:100%;
    border-top:0.1rem solid #ccc;
    border-left:0.1rem solid #ccc;
    border-right:0.1rem solid #ccc;
  }
}
