@charset "utf-8";

/* 初期化　
==========================================*/
  
h3 {
  width: auto;
  height: auto;
  box-sizing: revert;
  padding-left: 0;
  color: #000000;
  font-size: revert;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
}
  
/*　ベース　
==========================================*/
@font-face {
  font-family: 'Noto Sans JP';
  src:url(../font/NotoSansJP-Regular.otf);
  font-family: 'Noto Serif JP';
  src:url(../font/NotoSerifJP-Regular.otf);
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
}

main {
  display: block;
}

footer {
  margin: 0;
  position: relative;
  z-index: 3;
}

img {
  max-width: 100%;
  vertical-align: top;
}

a {
  text-decoration: none;
  color: #3e3e3e;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#top {
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 150px;
  top: 0;
  left: 0;
}

@media screen and (max-width:768px) {
  p {
    font-size: 0.9rem;
  }
}

header .upper {
  background-color: #fff !important;
}

header {
  background-color: transparent;
}

/*　ヘルパークラス　
==========================================*/
.sp-b40 {
  margin-bottom: 40px !important;
}
.sp-b50 {
  margin-bottom: 50px !important;
}
.sp-b100 {
  margin-bottom: 100px !important;
}
.sp-t100 {
  margin-top: 100px !important;
}

.hp_serif {
  font-family: 'Noto Serif JP', serif;
}

.hp_txt_sm {
    font-size: small;
}

.hp_txt_xsm {
    font-size: 10px;
}

.hp_bgcBlue {
  background-color: #015DB2;
  color: #fff;
}

/*PC版だけ表示*/
@media screen and (max-width:768px) {
  .lg_only {
    display: none !important;
  }
}

/*スマホ版だけ表示*/
@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}

@media screen and (max-width: 450px) {
  .only_450 {
    display: none !important;
  }
}

.hp_textalign_c {
  text-align: center;
}

.content_space {
  margin-bottom: 30px;
}

.content_spaceL {
  margin-top: 50px;
  margin-bottom: 50px;
}

.contTop_space {
  margin-top: 100px;
}

.toppage_cont {
  margin-top: 60px;
}

.toppage_contS {
  margin-top: 30px;
}

@media screen and (max-width:768px) {
  .content_spaceL {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .contTop_space {
    margin-top: 130px;
  }
  .toppage_cont {
    margin-top: 40px;
  }
  .toppage_contS {
    margin-top: 10px;
  }
}

.hp_liststyle_disc {
  list-style: disc;
  margin-left: 50px;
}

@media screen and (max-width:768px) {
  .hp_liststyle_disc {
    margin-left: 30px;
  }
}

.hp_liststyle_disc_m20 {
  list-style: disc;
  margin-left: 20px;
}

.hp_colorBlue {
  color: #015DB2;
}

.hp_borderGray {
  border: 1px solid lightgray;
}

/*　使い回し可能　モジュールグループ
==========================================*/

.bl_bulletList > *:last-child {
  margin-bottom: 0;
}
.bl_bulletList > li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 10px;
}

/* .bl_bulletList > li::before { 
  content: '';
  position: absolute;
  top: .5em;
  left: 0;
  display: block;
  width: .4em;
  height: .4em;
  background-color: #015DB2;
  border-radius: 50px;
}*/

.bl_card_imgWrapper {
  position: relative;
  padding-top: 56.25%;/*横：縦=16:9*/
  overflow: hidden;
}

.bl_card_imgWrapper > img {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.bl_card_imgWrapper a > img {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

/*
.bl_card_imgWrapper2 {
  position: relative;
  padding-top: 127.02702%;/*横：縦=37:47*/
/*  overflow: hidden;
}

.bl_card_imgWrapper2 > img {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.bl_card_imgWrapper2 a > img {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

@media screen and (max-width:768px) {
  .bl_card_imgWrapper2 {
    padding-top: 63.51351%;/*横：縦=37:23.5*/
/*  }
  .bl_card_imgWrapper2 a > img {
    width: 50%;
  }
}
*/

.bl_card_body {
  padding: 15px;
}

@media screen and (max-width:768px) {
  .bl_card_body {
    padding: 5px;
  }
  .bl_card_txt {
    font-size: 11px;
  }
}

.bl_card_body > *:last-child {
  margin-bottom: 0;
}

.bl_cardUnit {
  display: flex;
  flex-wrap: wrap;
}

.bl_cardUnit.bl_cardUnit__col3 {
  margin-bottom: -30px;
}

.bl_cardUnit__col3 > .bl_card {
  width: 31.707%;
  margin-right: 2.43902%;
  margin-bottom: 30px;
}

.bl_cardUnit__col3 > .bl_card:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width:768px) {
  .bl_cardUnit.bl_cardUnit__col3 {
    margin-bottom: -20px;
  }
  .bl_cardUnit > .bl_card {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.bl_btnUnit {
  display: flex;
  flex-wrap: wrap;
}

.bl_btnUnit__col3 > .el_btn {
   width: 31.707%; 
  margin-right: 2.43902%; 
  margin-bottom: 30px;
}

.bl_btnUnit__col3 > .el_btn:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width:768px) {
  .bl_btnUnit > .el_btn {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.bl_timeList_body {
  display: flex;
}

.bl_description > dt {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.bl_description > dd {
  margin-left: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width:768px) {
  .bl_timeList_body {
    flex-direction: column;
    margin-bottom: 15px;
  }
}

@media screen and (max-width:768px) {
  .bl_description > dt {
    font-size: 1rem;
  }
  .bl_description > dd {
    margin-bottom: 20px;
    font-size: 0.9rem;
  }
  
}

.bl_description > .blueline_r {
  border-left: 10px solid #015DB2;
  padding-left: 10px;
}

.el_btn {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  padding: 20px 10px;
  background-color: #015DB2;
  border: 2px solid transparent;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
  transition: .25s;
  cursor: pointer;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .el_btn {
    width: 190px;
  }  
}
.el_btn:focus,
.el_btn:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #015DB2;
}
.el_btn.el_btn__arrowRight {
  position: relative;
  padding-right: 2em;
  padding-left: 1.38em;
}
.el_btn.el_btn__arrowRight::after {
  content: '\f061';
  position: absolute;
  top: 50%;
  right: .83em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  transform: translateY(-50%);
}

.el_btn.el_btn__arrowLeft {
  position: relative;
  padding-right: 2em;
  padding-left: 1.38em;
}
.el_btn.el_btn__arrowLeft::after {
  content: '\f060';
  position: absolute;
  top: 50%;
  left: .83em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  transform: translateY(-50%);
}

.el_btn.el_btn__arrowDown {
  position: relative;
  padding-right: 2em;
  padding-left: 1.38em;
}
.el_btn.el_btn__arrowDown::after {
  content: '\f063';
  position: absolute;
  top: 50%;
  right: .83em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  transform: translateY(-50%);
}

.el_lv1Heading {
  padding: 30px 10px;
  font-size: 1.75rem;
  text-align: center;
}

@media screen and (max-width:768px) {
  .el_lv1Heading {
    padding: 15px 10px;
    font-size: 1.3rem;
    text-align: center;
  }
}

.el_lv2Heading {
  font-size: 14px;
  color: #999; 
  padding-bottom: 10px;
}

.el_lv2Heading > span {
  font-size: 70px;
  line-height: 1.4;
  color: #3e3e3e;
  display: block;
  height: 98px;
}

.el_lv2Heading > .font_s {
  font-size: 59px;
}

.el_lv2Heading > .heroHeading {
  font-size: 55px;
}

@media screen and (max-width:1235px) {
  .el_lv2Heading > .font_s {
    font-size: 47px;
  }
}

@media screen and (max-width:768px) {
  .el_lv2Heading {
    font-size: 12px;
  }
  
  .el_lv2Heading > span {
    font-size: 40px;
    height: auto;
  }

  .el_lv2Heading > .font_s {
    font-size: 34px;
  }

  .el_lv2Heading > .heroHeading {
    font-size: 30px;
  }
}

.el_lv3Heading {
  padding: 50px;
  font-size: 1.75rem;
  text-align: left;
}

.ly_cont {
  max-width: 1230px;
  padding: 60px 15px 120px 15px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width:768px) {
  .ly_cont {
    padding: 30px 15px 80px 15px;
  }
}

.ly_cont_sp {
  max-width: 1230px;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;  
}

@media screen and (max-width:768px) {
  .ly_cont_sp {
    padding: 0;
  }
}

.ly_cont > .ly_cont__col {
  display: flex;
  justify-content: space-between;
}

.ly_cont_right {
  flex: 50%;
  margin-right: 3.25203%;
}

.ly_cont_left {
  flex: 50%;
}

@media screen and (max-width:768px) {
  .ly_cont > .ly_cont__col {
    flex-direction: column;
  }
  .ly_cont_right {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.ly_cont_sm {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width:768px) {
  .ly_cont_sm {
    width: 100%;
  }
}

/*　menu.html　
==========================================*/
.ly_menuList {
  padding-top: 50px;
  padding-left: 20%;
  padding-bottom: 50px;
  top: 100px;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99;
  display: flex;
}

@media screen and (max-width:768px) {
  .ly_menuList {
    padding-top: 0;
    padding-left: 0;
    flex-direction: column;
    top: 125px;
  }
}

.bl_menuList {
  overflow: auto;
}

.bl_menuList::-webkit-scrollbar {
  display: none;
}

.bl_menuList li {
  font-size: 36px;
  line-height: 100%;
}

@media screen and (max-width:768px) {
  .bl_menuList li {
    font-size: 18px;
    line-height: 110%;
  }
}

.bl_menuList li a {
  color: #fff;
  padding-right: 50px;
}

.bl_menuList li a > span {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width:768px) {
  .bl_menuList li a > span {
    font-size: 10px;
  }  
}

.ly_menuBtn {
  margin-top: 30px;
  margin-left: 1em;
}

.el_btn.el_btn__frameWhite {
  background-color: #fff;
  color: #015DB2;
}

.el_btn.el_btn__frameWhite:focus,
.el_btn.el_btn__frameWhite:hover {
  background-color: #777;
  color: #fff;
  border: 2px solid #777;
}

@media screen and (max-width:768px) {
  .sp_btn {
    width: 140px;
    padding: 10px;
    font-size: 0.8rem;
    margin-right: 10px;
  }  
}

/*背景の設定*/

.gnavi li {
  /*背景色の基点とするためrelativeを指定*/
position: relative;
}

.gnavi li::after {
content: '';
  /*絶対配置で線の位置を決める*/
position: absolute;
z-index: -1;
bottom: 0;
left: 0;
  /*背景の形状*/
width: 0;
height:100%;
  /*アニメーションの指定*/
transition:all .5s;
opacity: 0;/*はじめは透過0*/
background: linear-gradient(90deg, #24CFFF 0%, #015DB2 100%);
}

/*hoverの設定*/
.gnavi li:hover::after {
  /*背景の形状*/
width: 100%;/*横幅を伸ばす*/
opacity: 1;/*不透明に*/
}

.gnavi li:hover{
  color: #fff;
}

.bl_menuBtn {
  list-style: none;
  margin-bottom: 20px;
}

@media screen and (max-width:768px) {
  .ly_contFlex_menuBtn {
    display: flex;
}
}


/*　soming_soon.html　
==========================================*/
.bl_bgImg {
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.ly_bgImg {
  position: relative;
}

.ly_bgImg .bl_bgImg_cont {
  position: absolute;
  top: 45vh;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.bl_bgImg_cont h2 {
  font-size: 70px;
}

@media screen and (max-width:768px) {
  .bl_bgImg_cont h2 {
    font-size: 50px;
  }
}

/*　index.html　
==========================================*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background:#fff;
    text-align:center;
  }
  
  /* Loading画像中央配置　*/
  #splash_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
@media screen and (max-width:768px) {
  #splash_logo {
    width: 95%;
  }
}

  /* Loading アイコンの大きさ設定　
  #splash_logo img {
    width:260px;
  }
  */
  /* fadeUpをするアイコンの動き */
  .fadeUp{
  animation-name: fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity: 0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }

/*画面遷移の後現れるコンテンツ設定*/

#container{
	opacity: 0;/*はじめは透過0に*/
  width:100%;
  height: 100vh;
}

/*bodyにappearクラスがついたら出現*/
body.appear #container{
	animation-name:PageAnimeAppear;
	animation-duration:1s;
	animation-delay: 0.8s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

.menu {
  width: 100%;
}

header .menu {
    padding-right: 34px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

header .menu>* {
    margin-left: 25px;
}

@media screen and (max-width:768px) {
  header .menu>* {
    margin-left: 10px;
}

}

header .menu>:last-child {
  margin-right: 50px;
}

@media screen and (max-width:768px) {
  header .menu>:last-child {
    margin-right: 10px;
  }
}

header .menu .menu_btn {
    transition: all .4s;
    color: #015DB2;
    font-size: 1.4rem;
    text-decoration: none;
    width: 153px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #015DB2;
    background-color: #fff;
    cursor: pointer;
    font-weight: bold;
}

@media screen and (max-width:768px) {
  header .menu .menu_btn {
    font-size: 1rem;
    width: 100px;
    height: 40px;
  }
}

header .menu .menu_btn:focus,
header .menu .menu_btn:hover {
  color: #fff;
  background-color: #777;
  border: 1px solid #777;
}

.menu-trigger{
  position: relative;/*ボタン内側の基点となるためrelativeを指定*/
/*  background:#fff;*/
  cursor: pointer;
  width: 50px;
  height:50px;
}

/*ボタン内側*/
.menu-trigger span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #015DB2;
    width: 45%;
  }

.menu-trigger span:nth-of-type(1) {
  top:15px; 
}

.menu-trigger span:nth-of-type(2) {
  top:23px;
}

.menu-trigger span:nth-of-type(3) {
  top:31px;
}

/*activeクラスが付与されると線が回転して×に*/

.menu-trigger.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
    background: #ffffff;
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;/*真ん中の線は透過*/
}

.menu-trigger.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
    background: #ffffff;
}

.g-menu {

}

.g-menu.active {
  background-color: #015DB2;
}

.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
  width:94%;
   margin:0 auto;
}

.slider img {
   width:100%;/*スライダー内の画像を横幅100%に*/
   height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
   margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
   position: absolute;/*絶対配置にする*/
   top: 42%;
   cursor: pointer;/*マウスカーソルを指マークに*/
   outline: none;/*クリックをしたら出てくる枠線を消す*/
   border-top: 2px solid #666;/*矢印の色*/
   border-right: 2px solid #666;/*矢印の色*/
   height: 15px;
   width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
   left: -1.5%;
   transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
   right: -1.5%;
   transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
   text-align:center;
 margin:20px 0 0 0;
}

.slick-dots li {
   display:inline-block;
 margin:0 5px;
}

.slick-dots button {
   color: transparent;
   outline: none;
   width:8px;/*ドットボタンのサイズ*/
   height:8px;/*ドットボタンのサイズ*/
   display:block;
   border-radius:50%;
   background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
   background:#333;/*ドットボタンの現在地表示の色*/
}

.person_sm_txt {
  font-size: 0.9em;
}

/*========= ページトップのためのCSS ===============*/
/*リンクの形状*/
#page-top a{
  display: flex;
  justify-content:center;
  align-items:center;
  background:#015DB2;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase; 
  text-decoration: none;
  font-size:0.6rem;
  transition:all 0.3s;
}

#page-top a:hover{
  background: #777;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  z-index: 80;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}

/*==================================================
スライダーのためのcss
===================================*/
.slider2 {
  position:relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  width: 100%;
  margin: 0;
}
/*　背景画像設定　*/

.slider2-item01 {
  background:url('../img/slide/slide01.jpg');
}

.slider2-item02 {
  background:url('../img/slide/slide02.jpg');
}

@media screen and (max-width:768px) {
  .slider2-item01 {
    background:url('../img/slide/slide01_sp.jpg');
  }
  
  .slider2-item02 {
    background:url('../img/slide/slide02_sp.jpg');
  }
}

.slider2 .slider2-item {
  width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat;/*背景画像をリピートしない*/
  background-position: center;/*背景画像の位置を中央に*/
  background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

.hero_wrapper{
  position: relative;
  width: 100%;
  height: 100vh;
}

.hero_wrapper > ul {
  position: fixed;
}

.scroll-background {
  color: #3e3e3e;
  z-index: 2;
  position: relative;
  top: 100%;
  left: 0;
  margin-left: 100px;
  width: 40%;
  background-color: #f5f5f5a8;
  padding: 30px 20px;
}

@media screen and (max-width:768px) {
  .scroll-background {
    margin-left: 0;
    top: 100%;
    width: auto;
  }
}

.scroll-background p {
  font-size: 25px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.7;
  margin-top: 24px;
}

@media screen and (max-width:1300px) {
  .scroll-background p {
    font-size: 25px;
  }
}

@media screen and (max-width:768px) {
  .scroll-background p {
    font-size: 12px;
  }
  /*
  .scroll-background p:nth-child(2) {
    margin-top: 140px;
  }
  */
}
/*
.scroll-background p:first-child {
  margin-top: 0;
}

.scroll-background p:nth-child(2) {
  margin-top: 90px;
}
*/
.scroll-background > .el_lv2Heading >span {
  color: #3e3e3e;
}

.topPage_inner {
  position: relative;
  background-color: #fff;
  z-index: 3;
  margin-top: 630px;
}

@media screen and (max-width:768px) {
  .topPage_inner {
    margin-top: 400px;
  }
}

.imgWrapper_effect {
  overflow:hidden; /*これを記述することではみ出た部分を非表示にします。*/
}

.imgWrapper_effect img {
  cursor: pointer;
  transition:0.6s all ease 0s;
  width: 100%;
}

.imgWrapper_effect img:hover{
  transform: scale(1.05, 1.05);
}

/*　画像の拡大＋テキスト出現　*/

.zoomInText{/*テキストの基点となる位置を定義*/
	position: relative;
}

.zoomInText span.mask{
	position: relative;
	transition: .3s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
	display: block;/*画像をくくるspanタグをブロック要素にする*/
  line-height: 0;/*行の高さを0にする*/
  overflow:hidden;/*拡大してはみ出る要素を隠す*/
}

.zoomInText:hover span.mask::before{/*hoverした時の変化*/
	content:"";
	position: absolute;
	z-index:3;
	top:10px;
	left:10px;
	width: calc(100% - 20px);
  height: calc(100% - 20px);
	background:rgba(0,0,0,0.5);/*背景色*/
}

.zoomInText img{
	transform: scale(1);
	filter: blur(0);
	transition: .3s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
}

.zoomInText:hover img{/*hoverした時の変化*/
	transform: scale(1.2);/*拡大の値を変更したい場合はこの数値を変更*/
	filter: blur(2px);/*ぼかし具合を変更したい場合はこの数値を変更*/
}

.zoomInText span.cap{
	opacity:0;
	transition: .5s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
	position: absolute;
	z-index:4;/*テキストを前面に出す*/
	top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;/*テキストの色を変えたい場合はここを修正*/
    line-height: 1.5;/*行の高さを1.5にする*/
}

.zoomInText:hover span.cap{/*hoverした時の変化*/
	opacity:1;
}

.el_btn.hp_ttl__sm  {
  font-size: 14px;
}

.el_btn > .el_btn_ttl {
  font-size: 30px;
  padding-right: 10px;
}

@media screen and (max-width:768px) {
  .el_btn.hp_ttl__sm  {
    font-size: 12px;
  }
  .el_btn > .el_btn_ttl {
    font-size: 22px;
  }
}

.el_btn.el_btn__large {
  width: 100%;
}

.el_btn_clear {
  background-color: unset;
  background-size: cover;
  padding: 40px 10px;
}

.enter01 {
  background-image: url(../img/enter_img01.jpg);
}

.enter02 {
  background-image: url(../img/enter_img02.jpg);
}

.enter03 {
  background-image: url(../img/enter_img03.jpg);
}

.enter04 {
  background-image: url(../img/enter_img04.jpg);
  background-position: right;
}


/*========= 1文字ずつ出現させるためのCSS ===============*/

.eachTextAnime span{opacity: 0;display: inline-block;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}

/*========= じわっと出現させるためのCSS ===============*/
.blur{
	animation-name:blurAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
	opacity: 0;
  }

  to {
	filter: blur(0);
	transform: scale(1);
	opacity: 1;
  }
}
 
.blurTrigger{
    opacity: 0;
}

.bgextend{
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;/*　はみ出た色要素を隠す　*/
	opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*中の要素*/
.bgappear{
	animation-name:bgextendAnimeSecond;
	animation-duration:1s;
	animation-delay: 0.6s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

/*左から右*/
.bgLRextend::before{
	animation-name:bgLRextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #666;/*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger{
    opacity: 0;
}


/*　about.html　
==========================================*/

.ly_aboutImg {
  width: 70%;
  display: block;
  margin: 50px auto;
}

@media screen and (max-width:768px) {
  .ly_aboutImg {
    width: 100%;
  }
  .padding_t0 {
    padding-top: 0;
  }
  .contents-box4col p {
    font-size: 0.9rem;
  }  
}


/*　work.html　
==========================================*/
.ly_bumon_ttl {
  text-align: left;
  padding-left: 0;
}

.ly_contFlex {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width:768px) {
  .ly_contFlex {
    flex-direction: column;
  }
}

@media screen and (min-width:768px) {
  .ly_contFlex__reverce {
    flex-direction: row-reverse;
}
}

.bl_contTxt {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}

.bl_contImg {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}

.bl_contTxt_subttl {
  font-size: 1.1rem;
  font-weight: bold;
  padding-bottom: 30px;
}

@media screen and (max-width:768px) {
  .bl_contTxt {
    width: 100%;
  }
  .bl_contImg {
    width: 100%;
  }
  .bl_contTxt_subttl {
    font-size: 1rem;
  }
}


/*　person_top.html　
==========================================*/
.ly_cardUnit__col3 {
  margin-top: 50px;
}

@media screen and (max-width:768px) {
  .ly_cardUnit__col3 {
    margin-top: 0;
  }
  .bl_card__flex {
    display: flex;
  }
  .bl_card_wrapper {
    flex-basis: 60%;
  }
  .bl_card_desc {
    flex-basis: 40%;
    padding: 50px 10px;
  }
  .bl_card__flex__reverce {
    flex-direction: row-reverse;
    padding: 20px 15px 10px 15px;
  }

  .bl_card_bgc {
    background-color: #f7f7f7;
    padding: 20px 15px 10px 15px;
  }
}

/*　person_01.html　
==========================================*/
.ly_cont_imgWrapper {
  display: flex;
}

@media screen and (max-width:768px)  {
  .ly_cont_imgWrapper {
    flex-flow: column;
  }
  .ly_personImg{
    text-align: center;
  }
}

.el_lv3Heading.ly_imgWrapper_txt {
  width: 50%;
  align-self: center;
  box-sizing: border-box;
}

@media screen and (max-width:768px) {
  .el_lv3Heading.ly_imgWrapper_txt {
    width: 100%;
    padding: 50px 10px;
    font-size: 1.3rem;
  }
}

.ly_imgWrapper_txt > span {
  font-size: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
}

.ly_imgWrapper_txt > span:first-child {
/*  padding-right: 20px;*/
  font-size: 1.4rem;
}

@media screen and (max-width:768px) {
  .ly_imgWrapper_txt > span {
    font-size: 0.9rem;
  }
  
  .ly_imgWrapper_txt > span:first-child {
    font-size: 1rem;
  }
}

.bl_timeList_body > dt {
  width: 120px;
  margin-right: 20px;
  text-align: right;
}

@media screen and (max-width:768px) {
  .bl_timeList_body > dt {
    font-size: 0.9rem;
    text-align: left;
  }
  .bl_timeList_body > dd {
    font-size: 0.9rem;
  }  
}

.ly_cont_text > .small_ttl {
  font-weight: bold;
}

.bl_contTxt > p {
  line-height: 180%;
}

@media screen and (max-width:768px) {
  .bl_contTxt > p {
    line-height: 150%;
  }
}

.bl_bgkGray {
  background-color: #f7f7f7;
  padding: 30px;
}

.bl_contTxt.ly_contTxt_faq {
  padding: 5%;
}

.bl_timeTable th {
  width: 15%;
  font-weight: normal;
  padding-right: 20px;
  text-align: right;
  padding-top: 20px;
  vertical-align: top;
}

.bl_timeTable td {
  padding-left: 28px;
  border-left: 2px solid #C6C6C6;
  padding-top: 20px;
  width: 85%;
}

@media screen and (max-width:768px) {
  .bl_timeTable th {
    font-size: 0.9rem;
    width: auto;
    text-align: left;
    font-weight: bold;
  }
  .bl_timeTable td {
    border-left: none;
    padding-top: 0;
    font-size: 0.9rem;
  }
}

.person-pager {
  max-width: 1080px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.person-pager a {
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
  width: 100%;
  text-align: center;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width:768px) {
  .person-pager a {
    font-size: 0.9rem;
  }
}

.person-pager__prev {
  border-right: solid 1px #ccc;
}

.person-pager a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  z-index: -1;
  background-color: #009e96;
  transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/*　top_message.html　
==========================================*/
.signsignature {
  text-align: right;
}

/*　work_environment.html　
==========================================*/
/*tabの形状*/
.tab{
  display: flex;
  flex-wrap: wrap;
  }
  .tab li a{
  display: block;
  background:#fff;
  color: #015DB2;
  margin:0 2px;
  padding:10px 20px;
  }
  /*liにactiveクラスがついた時の形状*/
  .tab li.active a{
  background:#015DB2;
  color: #fff;
  }
  
  
  /*エリアの表示非表示と形状*/
  .area {
  display: none;/*はじめは非表示*/
  opacity: 0;/*透過0*/
  /*background: #fff;*/
  padding:50px 20px 0 20px;
  }
  
  /*areaにis-activeというクラスがついた時の形状*/
  .area.is-active {
      display: block;/*表示*/
      animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
      animation-duration: 2s;
      animation-fill-mode: forwards;
  }
  
  @keyframes displayAnime{
  from {
  opacity: 0;
  }
  to {
  opacity: 1;
  }
  }
  
.tub_wrapper{
  width:100%;
  max-width: 960px;
  margin:30px auto;
}

.tab.tab_blue {
  border-bottom: 2px solid #015DB2;
}

.tab_blue > li {
  width: 150px;
  text-align: center;
}

@media screen and (max-width:768px) {
  .tab li a{
    padding:10px 10px;
    }
  .tab_blue > li {
    width: calc(100%/3);
    font-size: 0.8rem;
  }
}

/*　recruit.html　
==========================================*/
.guideline_body{
  padding: 0 6rem;
}

@media screen and (max-width:768px){
  .guideline_body{
      font-size: 0.8em;
      padding: 0 10px;
  }
}

.guideline_body dl{
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  padding: 36px 0;
}

.guideline_body dl dt{
  width: 25%;
}

@media screen and (max-width:768px){
  .guideline_body dl dt{
      width: 100%;
      line-height: 1.8em;
  }
}

.guideline_body dl dd{
  width: 75%;
}

@media screen and (max-width:768px){
  .guideline_body dl dd{
      width: 100%;
      line-height: 1.8em;
      padding-left: 0.5em;
  }
}

.guideline_body dl dt{
  font-weight: bold;
}

.guideline_body dl:first-child {
  border-top: 1px solid #ddd;
}

.guideline_list{
  list-style: disc;
  padding-left: 20px;
}

.guideline_note{
  padding-left: 20px;
}

@media screen and (max-width:768px){
  .guideline_note{
      padding-left: 10px;
  }
}

.guideline_small{
  font-size: 0.9em;
}

.guidline_ttl {
  font-size: 1.5em;
  font-weight: bold;
}

.guideline_body dl.hp_borderT_clear {
  border-top: none;
}

.guideline_body dl.hp_borderB_clear {
  border-bottom: none;
}

.guideline_body dl.hp_borderB_blue {
  border-bottom: double #015DB2;
}

.icon_label {
  background-color: #CC0000;
  color: white;
  margin-left: 20px;
  font-size: 0.6em;
  font-weight: normal;
  padding: 6px 10px;
  border-radius: 8px;
  line-height: 1;
  vertical-align: middle;
}

/*　message.html　
==========================================*/
.ly_cont_text > p {
  margin-bottom: 20px;
}
