@charset "utf-8";

/*----------------------------------------
2010.04
style_common.css

共通箇所を記述します。
・ヘッダー
・フッター
----------------------------------------*/

/*==========================================
 フォーム全般
===========================================*/

input, button, textarea, select {
  /*outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;*/
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* responsible ---------------------------------------------
  ----------------------------------------------------------
 ★ --------------------共通--------------------------------
  ----------------------------------------------------------
 -------------------------------------------------------- */
html { text-rendering: optimizeLegibility; }
.clearfix::after { content: ""; display: table; clear: both;}
a { text-decoration: none; color:#fff; }

/* hoverエフェクト */
.fade,
.fade::before,
.fade::after {
  -webkit-transition: .3s;
  transition: .3s;
}

.clr_blue1 {
  color: #0b91d9;
}
.clr_blue2 {
  color: #0065b5;
}
.font_roboto {
  font-family: 'Roboto', sans-serif;
}


/* ----------------------- font ----------------------- */
body {
  font-family: "Noto Sans JP","Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", 
  Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  margin: 0;
  font-size: 15px;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ----------------------- head ----------------------- */
header {
  width: 100%;
  position: fixed;
  top: 0;
}
.header__navi_list,.header__navi_list-last {
  list-style-type: none;
}

/* --------------------- contents --------------------- */
.contents {
}

/* responsible ---------------------------------------------
  ----------------------------------------------------------
 ★ 737px以上 -----------PC---------------------------------
  ----------------------------------------------------------
 -------------------------------------------------------- */
@media only screen and (min-width: 841px) 
{ /* PC start */
body{
  background: #fff;
  /*min-width: 1400px; edit by shimizu */
  width: 100%;
}

/*----------------------------------------
    header pc
-----------------------------------------*/
header {
  background-color: #1b435d;
  padding: 0;
  z-index: 2;
  z-index: 200;
  height: 65px;
}
.drawer-nav {
  transform: translateZ(0) !important;
}

.drawer-navbar {
  /*max-width: 1200px;*/
  /*min-width: 1390px; edit by shimizu */
  margin: 0 auto;
}
.drawer-navbar-header {
  float: left;
}
.header__logo a {
  display: inline-block;
  width: 316px;
 margin-top: 20px;
 margin-left: 20px;
}
.drawer-nav .drawer-menu {
  float: right;
  text-align: center;
  text-transform: uppercase
}
.drawer-nav li {
  float: left;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 700;
  list-style-type: none;
}
.drawer-nav li:last-child {
  margin-right: 0;
}
.drawer-nav li a {
  color: #fff;
  vertical-align: 26%;
}
.drawer-nav li a  img {
  vertical-align: inherit;
}
.drawer-menu-item:nth-last-child(2) {
  background-color: #78bbe6;
  margin-right: 0;
  padding:0 20px;
}
.drawer-menu-item:last-child {
  background-color: #f99f48;
  padding:0 20px;
}
/* ----------------- menu effects ----------------- */
.drawer-nav .drawer-menu-item a {
  position: relative;
  display: inline-block;
  transition: .3s;
  height: 65px;
  line-height: 65px;
}
.drawer-nav .drawer-menu-item_onmouse a:hover {
  color: #f99f48;
  cursor: pointer;
  display: block;
}
.drawer-nav .drawer-menu-item_onmouse:hover {
  
}
.drawer-nav .drawer-menu-item_onmouse a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #f99f48;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.drawer-nav .drawer-menu-item_onmouse a:hover::after {
  transform: scale(1, 1);
}

.drawer-menu-item_select a{
  border-bottom: 5px solid #fff;
  padding-bottom: 31px !important;
}

.header__logo a.spOnly_conseling {
	display: none;
}

#menu{
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
#menu li{
  position: relative;
  text-align: center;
}
#menu li a{
  display: block;
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
#menu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
#menu li ul li{
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#menu li ul li a{
  background: #1b435d;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  padding-left: 15px;
}
#menu li:hover ul li{
  overflow: visible;
  height: 65px;
}
#menu li:hover ul li:first-child{
  border-top: 0;
}
#menu li ul li:last-child{
  border-bottom: 0;
}


a.disable   {
  pointer-events: none;
}

.alink_sp {
  display: none !important;
}


/*----------------------------------------
    footer pc

footer {
  min-width: 1200px;
  background-color: #07506c;
}

.footer2 {
  margin: 0 auto;
  max-width: 1100px;
  position: relative;

}
.footer2 img.logo {
  width: 110px;
  position: absolute;
}
.footer_copyright {
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  line-height: 1.8;
}

.footer__btn_pagetop {
  position: fixed;
  right: -20px;
  bottom: 10px;
  z-index: 99;
}
.footer__btn_pagetop a {
  background: #fff;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 14px 20px;
  vertical-align: middle;
  opacity: 0.6;
}
.footer__btn_pagetop a:before {
  font-family: "FontAwesome"; 
  font-weight: normal;
  content: "\f106";
  line-height: 25px;
  font-size: 25px;
  vertical-align: middle;
  margin-right: 20px;
  color: #00a7c4;
} 
.footer__btn_pagetop a:hover {
  text-decoration: none !important;
}
-----------------------------------------*/


} /* PC end --------------------------- */























/* responsible ---------------------------------------------
  ----------------------------------------------------------
 ★ 736px以下 -----------SP---------------------------------
  ----------------------------------------------------------
 -------------------------------------------------------- */
@media only screen and (max-width: 840px) 
{ /* SP start */
body { background: #fff; }

input { 
  padding: 0;
} 

/*----------------------------------------
    header sp
-----------------------------------------*/
header {
  z-index: 300;
}
.header__logo a {
  width: 150px;
  padding: 13px 0;
  display: inline-block;
}

.header__logo ul {
  display: flex;
  flex-direction:row;
  justify-content:space-between;
}

.header__logo p {
  display: none;
}
.drawer-open {
  overflow: hidden!important;
}
.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}
.drawer-menu-item,
.drawer-menu-item_select
 {
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  font-size: 14px;
  color: #222;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
.drawer-menu-item a,
.drawer-menu-item_select a{
  display: block;
  padding: 18px 20px;
  color: #000;
}
.drawer-navbar .drawer-navbar-header {
  background-color: #fff;
}
.drawer-menu-item_head {
  padding: 0;
  height: 60px;
  background: #D7000F;
}
.drawer-nav {
  position: fixed;
  z-index: 2;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff;
}
.drawer-navbar-header {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  /*z-index: 102;*/
}
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-nav {
  left: 0;
}
.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
  border-left: 1px  solid #D1D5DE;
}
.drawer-hamburger {
  position: absolute;
  z-index: 4;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding: 8px .75rem 25px;
  -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
  transition: all .6s cubic-bezier(.19, 1, .22, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 0;
  outline: 0;
  background-color: transparent;
}
.drawer-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, .5);
}
.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*\
    Top
\*!------------------------------------*/

.header__logo p {
  display: none;
}
.drawer-open {
  overflow: hidden!important;
}
.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.drawer-navbar .drawer-menu {
    padding-bottom: 7.5rem;
}
.drawer-menu-item,
.drawer-menu-item_select
 {
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  font-size: 14px;
  color: #222;
  border-bottom: 1px solid #D1D5DE;
}
.drawer-menu-item:last-child {
  background-color: #f99f48;
}
.drawer-menu-item:last-child a {
  color: #fff;
}
.drawer-menu-item:nth-last-child(2) {
  background-color: #78bbe6;
  margin-right: 0;
}
.drawer-menu-item:nth-last-child(2)  a {
  color: #fff;
}
.drawer-menu-item a,
.drawer-menu-item_select a{
  display: block;
  padding: 18px 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #1b435d;
}
.drawer-menu-item a span {
  font-size: 12px;
  font-weight: 400;
  color: #973d61;
}
.drawer-menu-item_contact a span {
  color: #fff;
}
.drawer-navbar .drawer-navbar-header {
  background-color: #1b435d;
}
.drawer-menu-item_head {
  padding: 0;
  height: 60px;
  background: #D7000F;
}
.drawer-nav {
  position: fixed;
  z-index: 2;
  top: 50px;
  width: 18.25rem;
  height: 100%;
  color: #222;
  background-color: #fff;
  overflow: scroll;
}
.drawer-navbar-header {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 5px;
  /*z-index: 102;*/
}
.drawer--right .drawer-nav {
  right: -18.25rem;
  -webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}
.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
}
.drawer-hamburger {
  position: absolute;
  z-index: 4;
  top: -5px;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding: 0 0 0 0.5rem;
  -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
  transition: all .6s cubic-bezier(.19, 1, .22, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 0;
  outline: 0;
  background-color: transparent;
}
.drawer-overlay {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, .5);
}
.drawer-open .drawer-overlay {
  display: block;
}
.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left .6s cubic-bezier(.19, 1, .22, 1);
  transition: left .6s cubic-bezier(.19, 1, .22, 1);
}
.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}
.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  width: 100%;
  height: 1px;
  -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
  transition: all .6s cubic-bezier(.19, 1, .22, 1);
  background-color: #fff;
}
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
}
.drawer-hamburger-icon:after {
  top: 10px;
}
.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  top: 0;
}
.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.drawer-menu-item_last {
    text-align: center;
    padding: 15px;
}

.header__logo a.spOnly_conseling {
	display: block;
	width: 145px;
	margin-left: auto;
	text-align:center;
	background-color: #f99f48;
}

.drawer-navbar-header button {
  display: block;
  height: 100%;
}


/*----------------------------------------
    footer sp

footer {
  background-color: #07506c;
}
.footer2 img {
  width: 60px;
}
.footer2 div.img {
  text-align: center;
  margin-top: 5%;
}
.footer_copyright {
  font-size: 3vw;
  color: #fff;
  text-align: center;
  padding: 5%;
  line-height: 1.8;
}



.footer__btn_pagetop {
  position: fixed;
  right: -20px;
  bottom: 10px;
  z-index: 99;
}
.footer__btn_pagetop a {
  background: #fff;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 14px 20px;
  vertical-align: middle;
  opacity: 0.6;
}
.footer__btn_pagetop a:before {
  font-family: "FontAwesome"; 
  font-weight: normal;
  content: "\f106";
  line-height: 25px;
  font-size: 25px;
  vertical-align: middle;
  margin-right: 20px;
  color: #00a7c4;
} 
.footer__btn_pagetop a:hover {
  text-decoration: none !important;
}
-----------------------------------------*/

} /* SP end --------------------------- */




/* // Footer //
----------------------------------------------- */
#Footer {
  background-color:#1b435d;
  color:#FFF;
  font-size: 13px;
  padding: 40px 0 12px;
  text-align:left;
}
#Footer a {
  color:#FFF;
}
#Footer a:hover {
  opacity:0.7;
}
/* //    |- logoBlock  */
#Footer .logoBlock {
  display: flex;
  display: -ms-flexbox;
  align-items: center ;
  -ms-align-items: center ;
  margin-bottom:70px;
}
#Footer .logoBlock .logo {
  display: block;
  width:250px;
  padding:10px;
  line-height:1;
}
#Footer .logoBlock .logo img {
  width:100%;
}
#Footer .logoBlock .description {
  width:calc(100% - 250px);
  padding-left:23px;
  font-size:15px;
  line-height:1.7;
  font-weight: 400;
}

/* //    |- menuBlock  */
#Footer .menuBlock .navis{
  display: flex;
  flex-wrap: wrap;
}
#Footer .menuBlock .navis li{
  line-height:1.6;
  font-weight: 700;
}
#Footer .menuBlock .navis li.child:not(:last-child) {
  margin-right:40px;
}
#Footer .menuBlock .navis li {
  margin-bottom:18px;
  font-size: 14px;
}
#Footer .menuBlock .navis li.child {
  margin-top:-6px;
}
#Footer .menuBlock .navis .lower {
  margin-top: 20px;
}
#Footer .menuBlock .navis .lower li{
  font-weight: 400;
}

/* //    |- bottomBlock  */
#Footer .bottomBlock {
  border-top:1px solid #FFF;
  margin-top:5px;
  padding-top:15px;
}
#Footer .bottomBlock .menus {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap : wrap;
  justify-content: center ;
  -ms-justify-content: center ;
}
#Footer .bottomBlock .menus li {
  font-weight:400;
  font-size:94%;
  margin-right:22px;
  padding-right:22px;
  position:relative;
}
#Footer .bottomBlock .menus li:last-of-type {
  margin-right:0;
  padding-right:0;
}
#Footer .bottomBlock .menus li:last-of-type:after {
  display:none;
}
#Footer .bottomBlock .menus li:after {
  content:" ";
  position:absolute;
  display:block;
  width:1px;
  height:13px;
  background-color:#fff;
  right:0px;
  top:50%;
  transform: translateY(-50%);
}
#Footer .widthFix {
    width: 1200px;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
}
#Footer .copy {
  margin-top: 40px;
  text-align: center;
}
/* // ________SP________ // */
@media screen and (max-width: 840px)  {
  #Footer {
    font-size: 11px;
    padding: 30px 0 8px;
    text-align:left;
  }
  /* //    |- logoBlock  */
  #Footer .logoBlock {
    display: block;
    margin-bottom:20px;
    text-align:left;
  }
  #Footer .logoBlock .logo {
    display: inline-block;
    width:230px;
    padding:10px;
  }
  #Footer .logoBlock .description {
    width:calc(100%);
    padding-left:0px;
    font-size:110%;
    line-height:1.7;
    font-weight:400;
    margin-top:10px;
  }

  /* //    |- menuBlock  */
  #Footer .menuBlock {
    display: none;
  }

  /* //    |- bottomBlock  */
  #Footer .bottomBlock {
    margin-top:5px;
    padding-top:15px;
  }
  #Footer .bottomBlock .menus {
    justify-content: start ;
    -ms-justify-content: start ;
  }
  #Footer .bottomBlock .menus li {
    font-size:94%;
    margin-right:17px;
    padding-right:17px;
  }
  #Footer .bottomBlock .menus li:after {
    height:13px;
  }
#Footer .widthFix, .widthFixSP {
  display: block;
    width: 100% !important;
    padding: 0 15px;
    box-sizing: border-box;
}



.contents__request_accordion {
    width: 100%;
}
.contents__request_accordion-trigger{
    line-height: 40px;
    color: #666;
    font-weight: 600;
    text-align: center;
}
.contents__request_accordion-btn {
    display: table;
    width: 100%;
    position: relative;
}
.contents__request_accordion-child {
    /*display: table-cell;*/
}
.contents__request_accordion-trigger {
    position: relative;
    padding: 3px 10px;
    font-size: 14px;
    border-left: none;
    text-align: left;
    letter-spacing: -0.05em
}
.contents__request_accordion-trigger:hover {
    text-decoration: none;
}
.contents__request_accordion-trigger:before {
  font-family: "FontAwesome";
    content: '\f107';
    color: #1b435d;
    position: absolute;
    right: 10px;
    font-size: 16px;
}
.is-open .contents__request_accordion-trigger:before {
  font-family: "FontAwesome";
    content: '\f106';
}
.contents__request_accordion-pullDown {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}
.is-open .contents__request_accordion-pullDown {
    display: block;
}
.drawer_sub_menu li:not(:last-child) {
  border-top: 1px solid #eee; 
  border-bottom: 1px solid #eee; 
}
.drawer_sub_menu li a {
  margin-left: 1rem;
}

a.disable   {
  pointer-events: none;
}

.alink_pc {
  display: none !important;
}



}





/* session */
#session{
  color: #fff;
  background-color: #48a9e4;
  
  padding-top: 50px;
  padding-bottom: 50px;
}
#session .widthFix{}



#session .header{}
#session .header .grid{
  display: flex;
  align-items: center;
  justify-content: center;
  
  margin-bottom: 10px;
}
#session .header .grid .gridIcon{
  margin-right: 40px;
}
#session .header .grid .gridBody{}
#session .header .exp{
  line-height: 1.15;
  font-size: 20px;
  text-align: center;
  
  color: #1b435d;
  background-color: #fff;
  border: 4px solid #1b435d;
  
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  
  width: 6em;
  height: 6em;
  border-radius: 10em;
}
#session .header .exp em{
  font-size: 1.5em;
  font-style: normal;
  font-weight: bold;
  display: block;
}
#session .header .title{
  line-height: 1.33;
  font-size: 36px;
}
#session .header .txt{
  text-align: center;
}

@media screen and (max-width: 799px){
  #session .header .grid{
    margin-left: 15px;
    margin-right: 15px;
  }
  #session .header .grid .gridIcon{
    margin-right: 20px;
  }
  #session .header .txt{
    font-size: 12px;
    margin-left: 15px;
    margin-right: 15px;
  }
  #session .header .exp{
    font-size: 16px;
  }
  #session .header .title{
    font-size: 28px;
  }
}



#session .body{
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: 0 0;
  
  margin-top: 60px;
}
#session .body .btnEntry{
  font-size: 18px;
  width: 370px;
  padding: 15px;
  margin-top: 40px;
  box-shadow: none;
}

@media screen and (min-width: 800px){
  #session .body{
    padding-left: 50%;
    min-height: 550px;
    
    background-position: center top;
    background-image: url(../images/session-bg--pc.jpg);
    
  }
}
@media screen and (max-width: 799px){
  #session .body{
    padding-top: 68.75vw;
    margin-top: 30px;
    
    background-size: 100% auto;
    background-image: url(../images/session-bg--sp.jpg);
  }
  #session .body .btnEntry{
  width: 100%;
}
}




#session .merit{
  counter-reset: i;
}
#session .merit li{
  counter-increment: i;
  
  font-size: 24px;
  font-weight: bold;
  
  display: flex;
  align-items: center;
}
#session .merit li:before{
  content: counter(i, decimal-leading-zero);
  display: flex;
  align-items: center;
  justify-content: center;
  
  font-size: 2.08em;
  font-weight: bold;
  text-align: center;
  
  width: 1em;
  height: 1em;
  line-height: 1;
  padding: .25em;
  margin-right: .5em;
  
  color: #49aae6;
  background-color: #fff;
  
  background-size: .5em .5em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: linear-gradient(to right bottom, #cee6f6 50%, #fff 50%);
}
#session .merit li + li{
  margin-top: 40px;
}

@media screen and (min-width: 800px){
  #session .merit{
    width: 600px;
  }
}
@media screen and (max-width: 799px){
  #session .merit{
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
  }
  #session .merit li{
    font-size: 17px;
  }
  #session .merit li + li{
    margin-top: 20px;
  }
}