  @charset "utf-8";

/* CSS Document */

/*
  font-family: 'Roboto', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', Hiragino Sans,Hiragino Kaku Gothic ProN,"游ゴシック Medium", "Yu Gothic Medium","游ゴシック体", YuGothic,  "游ゴシック", "Yu Gothic", sans-serif;
*/

/***********
ベース
************/
html,
body {
  height: 100%;
  min-height: 100%;
  font-size: 13px;
  font-weight: normal;
  font-family: "游ゴシック Medium", "Yu Gothic Medium","游ゴシック体", YuGothic,  "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #222;
/*
  font-family: "Yu Gothic UI","Meiryo UI","Yu Gothic","メイリオ",sans-serif;
  font-family: "Yu Mincho","游明朝",YuMincho,"Hiragino Mincho ProN",serif;
  font-family: "Yu Mincho Custom","游明朝",YuMincho,"Hiragino Mincho ProN",serif;
*/
}

body.is-menu-open {
  overflow: hidden;
}

body::before{
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, #2AB1AE 0%, #00A6D7 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1989;
  pointer-events: none;
}


@media screen and (max-width:834px) {
  body{
    font-size:calc(9px + 1vmin);
    -webkit-tap-highlight-color:transparent;
  }
}

@media all and (-ms-high-contrast:none) {
/* meiryo only IE */
  body {
    font-family: Meiryo,sans-serif;
  }
}

a {
  color: #2ab1ae ;
  text-decoration: underline;
  transition:all 0.2s ease;
}

a:visited{
}
a:hover,
a:active {
  color: ;
  text-decoration: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

::selection {
  background: rgba(0, 144, 202, 0.5); /* Safari */
}

::-moz-selection {
  background: rgba(0, 144, 202, 0.5); /* Firefox */
}


/***********************
layout
************************/

/***********
wp
************/

.right,.alignright {  float: right !important; }
.left,.alignleft  {  float: left !important; }
.aligncenter  { display: block; margin-left:auto; margin-right:auto; }

/***********
common
************/

.l-relative {  position: relative !important; }

.l-textAlign-center {  text-align: center !important; }
.l-textAlign-right  {  text-align: right !important; }
.l-textAlign-left   {  text-align: left !important; }

.l-bottom-xxsmall {  margin-bottom: 5px  !important; }
.l-bottom-xsmall  {  margin-bottom: 10px !important; }
.l-bottom-small   {  margin-bottom: 15px !important; }
.l-bottom         {  margin-bottom: 20px !important; }
.l-bottom-large   {  margin-bottom: 30px !important; }
.l-bottom-xlarge  {  margin-bottom: 50px !important; }
.l-bottom-xxlarge {  margin-bottom: 80px !important; }

.l-top-xxsmall {  margin-top: 5px  !important; }
.l-top-xsmall  {  margin-top: 10px !important; }
.l-top-small   {  margin-top: 15px !important; }
.l-top         {  margin-top: 20px !important; }
.l-top-large   {  margin-top: 30px !important; }
.l-top-xlarge  {  margin-top: 50px !important; }
.l-top-xxlarge {  margin-top: 80px !important; }

@media screen and (max-width:834px) {

  .l-bottom-xxsmall {  margin-bottom: 5px  !important; }
  .l-bottom-xsmall  {  margin-bottom: 7px !important; }
  .l-bottom-small   {  margin-bottom: 10px !important; }
  .l-bottom         {  margin-bottom: 15px !important; }
  .l-bottom-large   {  margin-bottom: 20px !important; }
  .l-bottom-xlarge  {  margin-bottom: 30px !important; }
  .l-bottom-xxlarge {  margin-bottom: 40px !important; }

  .l-top-xxsmall {  margin-top: 5px  !important; }
  .l-top-xsmall  {  margin-top: 7px !important; }
  .l-top-small   {  margin-top: 10px !important; }
  .l-top         {  margin-top: 15px !important; }
  .l-top-large   {  margin-top: 20px !important; }
  .l-top-xlarge  {  margin-top: 30px !important; }
  .l-top-xxlarge {  margin-top: 40px !important; }

}

/***********
layout
************/

.l-wrapper{
  overflow: hidden;
}

.l-contents{
}

.l-contents-inner{
  margin-top: 150px;
  background: #f2f2f2;
}

@media screen and (max-width:834px) {

  .l-contents-inner{
    margin-top: 0;
    padding-top: 60px;
  }

}

/***********
column
************/

.l-column{
  display: flex;
  justify-content: space-between;
}

.l-firstColumn{
  width: 68%;
}

.l-secondColumn{
  width: 25%;
}

@media screen and (max-width:834px) {

  .l-column{
    display: block;
  }

  .l-firstColumn{
    width: auto;
    float: none;
  }

  .l-secondColumn{
    width: auto;
    float: none;
  }

}

/***********
base
************/

.l-base {
  width: auto;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.l-base-wide {
  width: auto;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-base-xwide {
  width: auto;
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-base-small {
  width: auto;
  max-width: 824px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.l-block {
  padding-top: 120px;
  padding-bottom: 120px;
}

.l-block-large {
  padding-top: 180px;
  padding-bottom: 180px;
}

.l-block-top {
  padding-top: 120px;
}

.l-block-top-small {
  padding-top: 40px;
}

.l-block-top-large {
  padding-top: 180px;
}

.l-block-bottom {
  padding-bottom: 120px;
}

.l-block-bottom-large {
  padding-bottom: 180px;
}

@media screen and (max-width:834px) {

  .l-base ,
  .l-base-wide ,
  .l-base-small {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .l-base:not(.l-base-noOffset),
  .l-base-wide:not(.l-base-noOffset),
  .l-base-xwide:not(.l-base-noOffset),
  .l-base-small:not(.l-base-noOffset){
    padding-left: 5%;
    padding-right: 5%;
  }

  .l-base-wide .l-base,
  .l-base-wide .l-base-small,
  .l-base .l-base-small {
    padding-left: 0;
    padding-right: 0;
  }


  .l-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .l-block-large {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .l-block-top {
    padding-top: 60px;
  }

  .l-block-top-small {
    padding-top: 20px;
  }

  .l-block-top-large {
    padding-top: 100px;
  }

  .l-block-bottom {
    padding-bottom: 60px;
  }

  .l-block-bottom-large {
    padding-bottom: 100px;
  }

}



/***********
zoom
************/

.l-zoomHover{
  overflow: hidden;
  z-index: 2;
  position: relative;

}
.l-zoomHover img{
  transform:scale(1) ;
  transition:all 0.5s ease;
}
a:hover .l-zoomHover img:hover{
  transform:scale(1.03) ;
}

/***********
l-hoverUnderline
************/

.l-hoverUnderline {
  padding-bottom: .2em;
  background: linear-gradient(#5c7896, #5c7896) 0 100%/0 1px no-repeat;
  transition: background .4s;
  text-decoration: none;
}
.l-hoverUnderline:hover {
  background-size: 100% 1px;
}


/***********
text
************/

.l-textMain{
  font-size: 108%;
  line-height: 2;
}

.l-text-small{
}

.l-textLarge{
  font-size: 124%;
  line-height: 2;
}

.l-text-accent{
  color: #c00;
}

.l-text-em{
  color: #2ab1ae;
}


.l-list-dot {}

.l-list-dot li {
  font-size: 116%;
  line-height: 2;
  margin-left: 1em;
}

.l-list-dot li::before {
  content: "・";
  margin-left: -1em;
}

.l-list-asterisk {}

.l-list-asterisk li {
  font-size: 116%;
  line-height: 2;
  margin-left: 1em;
}

.l-list-asterisk li::before {
  content: "※";
  margin-left: -1em;
}

.l-list-number {
  padding-left: 2em;
}

.l-list-number li {
  font-size: 116%;
  line-height: 2;
  list-style: decimal;
}

@media screen and (max-width:834px) {

  .l-textMain{
    font-size: 100%;
    line-height: 1.8;
  }
  .l-textLarge{
    font-size: 116%;
    line-height: 1.8;
  }

  .l-list-dot li {
    font-size: 100%;
    line-height: 1.8;
  }

  .l-list-asterisk li {
    font-size: 100%;
    line-height: 1.8;
  }

  .l-list-number li {
    font-size: 100%;
    line-height: 1.8;
  }

}

/***********
lead
************/

.l-lead{

}

/***********
linkWrap
************/

.l-linkWrap{
  padding: 20px 0 20px;
  text-align: center;
}
.l-linkWrap-left{
  text-align: left;
}
.l-linkWrap-right{
  text-align: right;
}

@media screen and (max-width:834px) {

  .l-linkWrap-left,
  .l-linkWrap-right{
    text-align: center;
  }

}

/***********
btn
************/

.l-btn {
  display: inline-block;
  width: auto;
  min-width: 260px;
  padding: 12px 60px 12px 30px;
  font-size: 108%;
  font-feature-settings: "palt";
  font-family: 'Montserrat', Hiragino Sans,Hiragino Kaku Gothic ProN,"游ゴシック Medium", "Yu Gothic Medium","游ゴシック体", YuGothic,  "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  color: #222;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid #222;
  transition: all 0.2s ease;
  position: relative;
  cursor: pointer;
}
.l-btn::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../../img/icon/arrow.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -0.5em;
  transition: all 0.2s ease;
}
.l-btn-external::after {
  background: url(../../img/icon/external.png) no-repeat 0 0 / 100% 100%;
}
.l-btn-down::after {
  background: url(../../img/icon/angle_down.png) no-repeat 0 0 / 100% 100%;
}
.l-btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #222;
  transform: scaleX(0);
  transition: all 0.2s ease;
  transform-origin: left;
}
.l-btn:hover {
  color: #fff;
}
.l-btn:hover::after {
  filter: brightness(1000%);
}
.l-btn:hover::before {
  transform: scaleX(1);
}

.l-btn span {
  display: inline-block;
  position: relative;
}



.l-btn-white {
  background-color: #fff;
  border:none;
}

.l-btn-black {
  background-color: #222;
  color: #fff;
  border:none;
}
.l-btn-black::before {
  background-color: #2ab1ae;
}
.l-btn-black::after {
  filter: brightness(1000%);
}

.l-btn-blue {
  background-color: #00a6d7;
  color: #fff;
  border:none;
}
.l-btn-blue::before {
  background-color: rgba(0, 0, 0, 0.1);
}
.l-btn-black::after {
  filter: brightness(1000%);
}


.l-btn-whiteGhost {
  border-color: #fff;
  color: #fff;
}
.l-btn-whiteGhost::before {
  background-color: #fff;
}
.l-btn-whiteGhost::after {
  filter: brightness(1000%);
}
.l-btn-whiteGhost:hover {
  color: #222;
}
.l-btn-whiteGhost:hover::after {
  filter: brightness(100%);
}

.l-btn-imgicon img{
  width: 1em;
  margin-right: 1em;
  vertical-align: middle;
  transform: scale(1.2);
}



.l-btn-iconress{
  padding-left: 30px;
  padding-right: 30px;
}
.l-btn-iconress::after{
  display: none;
}

.l-btn-small {
  font-size: 108%;
  padding: 8px 30px 8px 30px;
}

.l-btn-large {
  font-size: 154%;
  padding: 17px 40px 17px 40px;
}

.l-btn-block {
  padding-left: 0;
  padding-right: 0;
  display: block;
  text-align: center;
}

@media screen and (max-width:834px) {


  .l-btn {
    min-width: 200px;
    padding: 10px 40px 10px 10px;
    font-size: 100%;
    font-feature-settings: "palt";
  }
  .l-btn::before {
    display: none;
  }
  .l-btn:hover {
    color: #222;
  }
  .l-btn:hover::after {
    filter: brightness(100%);
  }
  .l-btn:hover::before {
    display: none;
  }

}



/***********
boxBtn
************/

.l-boxBtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60px;
  padding: 8px 0 5px;
  background-color: #4C4A49;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.l-boxBtn img {
  width: 1em;
  margin-bottom: 0.5em;
}
.l-boxBtn-label {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 77%;
  font-weight: 600;
  line-height: 1;
}
.l-boxBtn-green {
  background-color: #2ab1ae;
}

@media screen and (max-width:834px) {

  .l-boxBtn {
    width: 50px;
    padding: 2px 0 2px;
  }
  .l-boxBtn img {
    width: 0.8em;
    margin-bottom: 0.4em;
  }
  .l-boxBtn-label {
    font-size: 70%;
    font-weight: 400;
  }

}


/***********
largeBtn
************/

.l-largeBtn{
  display: inline-block;
  width: 100%;
  padding: 15px 20px 15px 20px;
  font-size: 124%;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #222;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.2s ease;
  position: relative;
}
.l-largeBtn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #444;
  transform: scaleX(0);
  transition: all 0.5s ease;
  transform-origin: left;
}
.l-largeBtn:hover::before {
  transform: scaleX(1);
}

.l-largeBtn span {
  display: inline-block;
  position: relative;
}

.l-largeBtn img {
  width: 1em;
  margin-right: 1em;
  vertical-align: middle;
  transform: scale(1.2);
}


.l-largeBtn-blue{
  background-color: #00a6d7;
}
.l-largeBtn-blue::before{
  background-color: rgba(0, 0, 0, 0.1);
}


.l-largeBtn-green{
  background-color: #2ab1ae;
}
.l-largeBtn-green::before{
  background-color: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width:834px) {

  .l-largeBtn{
    font-size: 108%;
    font-feature-settings: "palt";
  }
  .l-largeBtn::before {
    display: none;
  }

}

/***********
externalBtn
************/

.l-externalBtn{
  display: inline-block;
  width: 160px;
  padding: 10px 20px 10px 20px;
  font-size: 93%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #fff;
  background-color: #2ab1ae;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.2s ease;
  position: relative;
}
.l-externalBtn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #222;
  transform: scaleX(0);
  transition: all 0.2s ease;
  transform-origin: left;
}
.l-externalBtn:hover::before {
  transform: scaleX(1);
}

.l-externalBtn span {
  display: inline-block;
  position: relative;
}

.l-externalBtn img {
  width: 1em;
  margin-right: 1em;
  margin-left: -0.5em;
  vertical-align: middle;
  transform: scale(1.2);
}

.l-externalBtn-black {
  background-color: #222;
}
.l-externalBtn-black.l-externalBtn::before {
  background-color: #666;
}

@media screen and (max-width:834px) {

  .l-externalBtn{
    width: 140px;
    padding: 8px 10px 8px 10px;
  }
  .l-externalBtn::before {
    display: none;
  }

}


/***********
header
************/

.l-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease;
}
.l-header:hover {
}

body.is-naviOpen .l-header {
  background: #fff;
}




.l-header-inner {
  padding: 30px 40px 0;
  height: 80px;
}
.l-header-box {
  position: relative;
}
.l-header-logo {
  position: absolute;
  left: 0;
  top: 0;
}
.l-header-logo a{
  display: block;
  width: 460px;
}

.l-header-logo-white{
  display: none;
}

.l-header-block {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
}

.l-header .wpm-language-switcher{
  display: flex;
  padding-right: 0;
}
.l-header .wpm-language-switcher a{
  display: inline-block;
  padding: 0.2em 0 0.2em 1.7em;
  color: #222;
  text-decoration: none;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  background-position: left center;
  background-size: 1.4em auto;
  background-repeat: no-repeat;
  line-height: 1.2;
  cursor: pointer;
  background-image: url(../../img/icon/global_gr.png) ;
}
.l-header .wpm-language-switcher li.active{
  display: none;
}
.l-header .wpm-language-switcher a span{
  transition: 0.2s;
}
.l-header .wpm-language-switcher a:hover span {
  color: #2ab1ae;
}

@media screen and (max-width:834px) {
  .l-header .wpm-language-switcher {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 0;
    font-feature-settings: "palt";
  }

  .l-header .item-language-en {
    text-align: right;
    padding-left: 30px;
  }

  .l-header .item-language-ja {
    text-align: right;
    padding-left: 30px;
  }
}

.l-header-subLink {
  display: flex;
  padding-right: 15px;
}
.l-header-subLink > li {
  padding-right: 30px;
}
.l-header-subLink > li > a {
  display: inline-block;
  padding: 0.2em 0 0.2em 1.7em;
  color: #222;
  text-decoration: none;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  background-position: left center;
  background-size: 1.4em auto;
  background-repeat: no-repeat;
  line-height: 1.2;
  cursor: pointer;
}
.l-header-subLink > li > a:hover {
  color: #2ab1ae;
}
.l-header-subLink .l-header-subLink-lang a{
  background-image: url(../../img/icon/global_gr.png) ;
}
.l-header-subLink .l-header-subLink-search a{
  background-image: url(../../img/icon/search_gr.png) ;
}

.l-header-snsLink {
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
}
.l-header-snsLink > li:not(:last-child) {
  padding-right: 1em;
}
.l-header-snsLink > li > a {
  display: inline-block;
  font-size: 139%;
  text-decoration: none;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  background-position: left center;
  background-size: 1.4em auto;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
}

.l-header-snsLink > li > a[href*="twitter"] {
  color: #000;
}
.fa-twitter:before {
  content: '𝕏' !important;
  font-family: unset;
  font-weight: bold;
}
.l-header-snsLink > li > a[href*="youtube"] {
  color: #ff0000;
}
.l-header-snsLink > li > a[href*="youtube"] i{
  position: relative;
}
.l-header-snsLink > li > a[href*="youtube"]::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  transform: translate(-50%,-50%);
}


.l-header-link {
  display: flex;
}
.l-header-link li {
  background-color: #fff;
}
.l-header-link a {
  display: inline-block;
  padding:1em 1.2em 1em 2.7em;
  color: #fff;
  background: #000;
  text-decoration: none;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  background-position: 0.8em center;
  background-size: 1.5em auto;
  background-repeat: no-repeat;
  line-height: 1.2;
}
.l-header-link a:hover  {
  opacity: 0.8;
}
.l-header-link .l-header-link-recruit a{
  background-image: url(../../img/icon/external_wt.png) ;
  background-color: #2ab1ae;
  background-size: 1.3em auto;
}
.l-header-link .l-header-link-access a{
  background-image: url(../../img/icon/marker_wt.png) ;
  background-color: #009bce;
}
.l-header-link .l-header-link-login a{
  background-image: url(../../img/icon/login_wt.png) ;
  background-color: #222;
}

/*
home anim
*/

/*
body.home .l-header-wrap {
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.5s 0.5s;
}
body.home.is-loaded .l-header-wrap {
  opacity: 1;
  transform: translateY(0);
}
*/


/*
home color
*/

body.home:not(.is-fixed) .wpm-language-switcher a {
  color: #fff;
}
body.home:not(.is-fixed) .wpm-language-switcher a span:hover {
  color: #fff;
}
body.home:not(.is-fixed) .l-header-subLink a {
  color: #fff;
}
body.home:not(.is-fixed) .l-header-logo-normal {
  display: none;
}
body.home:not(.is-fixed) .l-header-logo-white {
  display: inline-block;
}


/*
naviOpen color
*/

body.home.is-naviOpen .wpm-language-switcher a {
  color: #222;
}
body.home.is-naviOpen .l-header-subLink a {
  color: #222;
}
body.home.is-naviOpen .l-header-logo-normal {
  display: inline-block;
}
body.home.is-naviOpen .l-header-logo-white {
  display: none;
}

@media screen and (max-width:1260px) {

  .l-header-inner {
    padding: 25px 20px 0;
  }
  .l-header-logo{
    padding-top: 5px;
  }
  .l-header-logo a{
    display: block;
    width: 320px;
  }

  .l-header-subLink {
    display: flex;
    padding-right: 0;
  }
  .l-header-subLink li {
    padding-right: 15px;
  }
  .l-header-subLink a {
    font-size: 93%;
    padding-left: 1.5em;
  }

  .l-header-link {
    display: flex;
  }
  .l-header-link li {
    background-color: #fff;
  }
  .l-header-link a {
    display: inline-block;
    font-size: 93%;
    padding:1em 0.8em 1em 2.5em;
    background-position: 0.5em center;
  }

}

@media screen and (max-width:1024px) {

  .l-header-logo a{
    width: 260px;
  }
  .l-header-link a {
    padding:0.8em 0.5em 0.8em 2.5em;
  }
  .l-header-subLink a {
    font-size: 93%;
  }
}

@media screen and (max-width:834px) {

  .l-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(to right, #2AB1AE 0%, #00A6D7 100%);
    z-index: 999;
    height: 60px;
  }
  .l-header-inner {
    padding: 14px 20px;
    height: auto;
  }
  .l-header-box {
    position: relative;
  }
  .l-header-logo {
    position: static;
  }
  .l-header-logo a{
  }
  .l-header-logo-white{
    display: inline-block;
  }
  .l-header-logo-normal{
    display: none;
  }


  /*
  home anim
  */

  body.home .l-header-wrap {
    opacity: 1;
    transform: translateY(0);
  }
  body.home.is-loaded .l-header-wrap {
  }


}

/***********
navi
************/

.l-navi {
  width: 100%;
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 999;
}
.l-navi-logo {
  width: 110px;
  position: fixed;
  left: 20px;
  top: 20px;
  z-index: 999;
  transform: translateY(-80px);
}
body.is-fixed .l-navi-logo{
  transform: translateY(0);
  transition: transform 0.4s ease ;
}

.l-navi-wrap {
  width: 100%;
  height: 60px;
  transition: background 0.3s ease,opacity 0.3s ease 0.5s, transform 0.5s 0.5s;
  position: relative;
  z-index: 999;
}

body.is-naviOpen .l-navi-wrap {
  background-color: #fff;
}

body.is-preFixed{
}
body.is-preFixed .l-navi {
  position: fixed;
  top: -80px;
  transform: translateY(-80px);
}

body.is-fixed .l-navi {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  top: 0;
  transform: translateY(0);
  transition: transform 0.4s ease ;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
body.is-fixed .l-navi-wrap {
  background-color: #fff;
}







.l-navi-list {
  display: flex;
  justify-content: flex-end;
}

.l-navi-list > li {
  height: 60px;
}

.l-navi-list > li > a {
  display: inline-block;
  height: 60px;
  color: #222;
  text-decoration: none;
  font-size: 108%;
  font-feature-settings: "palt";
}
.l-navi-list > li > a span{
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 45px 0 0;
  position: relative;
}
.l-navi-list > li > a span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #222;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: left;
}
.l-navi-list > li:hover span::after {
  transform: scaleX(1);
}


/*
home color
*/

body.home:not(.is-fixed) .l-navi-list > li > a {
  color: #fff;
}

/*
naviOpen color
*/

body.home.is-naviOpen .l-navi-list > li > a  {
  color: #222;
}


/*
block
*/

.l-navi-block {
  width: 100%;
  padding: 30px 0 50px;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
/*
.l-navi-block::before {
  content: "";
  display: block;
  width: 100%;
  height: 300%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.has-child:hover .l-navi-block::before {
  opacity: 1;
}
*/

li:hover .l-navi-block {
  visibility: visible;
  opacity: 1;
}

.l-navi-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 0 0 300px;
  display: flex;
  position: relative;
  z-index: 999;
}

.l-navi-heading {
  font-feature-settings: "palt";
  text-align: right;
  white-space: nowrap;
  padding-top: 5px;
  padding-right: 80px;
}
.l-navi-heading-subTitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 200%;
}
.l-navi-heading-title {
  font-size: 108%;
  opacity: 0.7;
  padding-top: 0.5em;
}

.l-navi-box {
  display: flex;
}

.l-navi-sub {
  padding-right: 50px;
}
.l-navi-sub li {
  min-width: 190px;
  border-bottom: 1px solid #ddd;
}
.l-navi-sub li:not(:last-child) {
}
.l-navi-sub a {
  display: block;
  color: #222;
  text-decoration: none;
  padding: 1em 2em 1em 0;
  font-feature-settings: "palt";
  background: url(../../img/icon/arrow.png) no-repeat right center / 1em auto;
  line-height: 1.4;
  position: relative;
}
.l-navi-sub a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: rgba(34, 34, 34, 0.5);
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: left center;
}
.l-navi-sub a:hover::after {
  transform: scaleX(1);
}

.l-navi-sub a.is-external{
  background-image: url(../../img/icon/external.png);
}


/*
home anim
*/

/*
body.home .l-navi-wrap {
  opacity: 0;
  transform: translateY(-10px);
}
body.home.is-loaded .l-navi-wrap {
  opacity: 1;
  transform: translateY(0);
}
*/

@media screen and (max-width:1260px) {

  .l-navi-logo {
    display: none;
  }

  .l-navi-list > li > a span{
    padding: 20px 20px 0 0;
  }

  /*
  block
  */

  .l-navi-inner {
    max-width: 1260px;
  }

  .l-navi-heading {
    padding-right: 50px;
  }
  .l-navi-heading-subTitle {
    font-size: 154%;
  }
  .l-navi-heading-title {
    font-size: 100%;
  }

  .l-navi-sub {
    padding-right: 30px;
  }
  .l-navi-sub li {
    min-width: 170px;
  }
  .l-navi-sub a {
    font-size: 93%;
  }
}



/***********
search
************/

.l-searchBlock{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #eee;
  z-index: 1001;
  opacity: 0;
  transition:all 0.3s ease;
}


.is-searchBlock-open .l-searchBlock{
  opacity: 1;
  right: 0;
}


.l-searchBlock-remove {
  position: absolute;
  right: 10px;
  top: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.l-searchBlock-remove::before,
.l-searchBlock-remove::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #222;
  position: absolute;
  left: 20px;
  top: 50%;
  transition: 0.3s;
}
.l-searchBlock-remove::before{
  transform: rotate(45deg);
}
.l-searchBlock-remove::after {
  transform: rotate(-45deg);
}
.l-searchBlock-remove:hover::before{
  transform: rotate(135deg);
}
.l-searchBlock-remove:hover::after {
  transform: rotate(45deg);
}

.l-searchBlock-close{
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition:all 0.3s ease;
  z-index: -1;
}
.is-searchBlock-open .l-searchBlock-close{
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  z-index: 999;
}




.l-searchBlock-block {
  position: relative;
  z-index: 1003;
}
.l-searchBlock-inner {
  padding: 50px 0;
}

.l-searchBlock-input {
  position: relative;
}
.l-searchBlock-input input{
  width: 100%;
  height: 60px;
  background-color: #fff;
  border: none;
  border-radius: 0;
  padding: 5px 120px 5px 20px;
  font-size: 20px;
}

.l-searchBlock-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 50px;
  height: 50px;
  background: none;
  box-shadow: none;
  border: none;
  position: absolute;
  right: 10px;
  top: 8px;
  cursor: pointer;
}
/***********
footer
************/

.l-footer {
  background: url(../../img/bg01.jpg) no-repeat center center / cover ;
  position: relative;
  padding: 100px 0 50px;
  color: #fff;
}
.l-footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}


.l-footer-lower {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
}

.l-footer-logo {
  max-width: 460px;
}
.l-footer-inner {
}
.l-footer-address {
  font-style: normal;
  line-height: 2;
}
.l-footer-address a {
  color: #fff;
  text-decoration: none;
  pointer-events: none;
}

.l-footer-link {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: flex;
}
.l-footer-link li {
  padding-left: 3em;
}
.l-footer-link a {
  color: #fff;
  text-decoration: none;
  font-feature-settings: "palt";
}
.l-footer-link a:hover {
  color: #2ab1ae;
}


.l-footer-copyright {
  display: block;
  color: #fff;
  margin-top: -10px;
}


@media screen and (max-width:834px) {

  .l-footer {
    padding: 60px 0 50px;
  }

  .l-footer-lower {
    display: block;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .l-footer-logo {
    max-width: 320px;
    padding-bottom: 30px;
  }
  .l-footer-inner {
  }
  .l-footer-address {
    font-style: normal;
    line-height: 1.8;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  .l-footer-univ{
    max-width: 220px;
    margin: 0 auto;
    padding-top: 50px;
  }


  .l-footer-link {
    position: static;
    display: flex;
    justify-content: center;
    padding-top: 30px;
  }
  .l-footer-link li {
    padding: 0;
  }

  .l-footer-copyright {
    margin-top: 0px;
    text-align: center;
  }

}



/***********
sitemap
************/

.l-sitemap {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 60px;
}
.l-sitemap-heading {
  font-family: 'Montserrat', sans-serif;
  white-space: nowrap;
  font-size: 185%;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-right: 80px;
  line-height: 1;
}
.l-sitemap-block {
  flex: 1;
  display: flex;
}
.l-sitemap-box {
}
.l-sitemap-box:not(:last-child) {
  padding-right: 60px;
}


.l-sitemap-list {
  letter-spacing: 0.05em;
}
.l-sitemap-list > li {
}
.l-sitemap-list > li > a {
  display: inline-block;
  color: #fff;
  font-size: 116%;
  text-decoration: none;
  padding: 0.3em 0;
}
.l-sitemap-list ul {
  padding-top: 5px;
  padding-bottom: 30px;
}
.l-sitemap-list ul li {
  position: relative;
  margin-left: 0.2em;
  padding-left: 1em;
}
.l-sitemap-list ul li::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0.95em;
}
.l-sitemap-list ul a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 0.3em 0;
}
.l-sitemap-list a img {
  margin-left: 0.5em;
  vertical-align: top;
  width: 1em;
  transform: scale(1.2) translateY(0.3em);
  transform-origin: left bottom;
}

.l-sitemap-list ul ul {
  padding-bottom: 5px;
}

.l-sitemap-list a:hover {
  color: #2ab1ae;
}


.l-sitemap-univ {
  max-width: 240px;
  padding-top: 30px;

}


/***********
jump
************/

.l-jumpTop{
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.l-jumpTop a{
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 999;
  position: relative;
  background-color: #2ab1ae;
}
.l-jumpTop a::after{
  content: "";
  display: block;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  transform:rotate(45deg);
  position: absolute;
  left: 19px;
  top: 22px;
  width: 10px;
  height: 10px;
  transition:all 0.4s ease;
}


@media screen and (max-width:834px) {

  .l-jumpTop{
    transform: scale(0.8);
    right: 10px;
    bottom: 10px;
  }


}

/***********
menu
************/

@media screen and (max-width:834px) {

  .l-menu{
    position: fixed;
    width: 300px;
    height: 100vh;
    z-index: 1998;
    right: -30px;
    top: 0;
    opacity: 0;
    transition:all 0.3s ease;
    background: linear-gradient(45deg, #1b7073 0%, #1b5173 100%);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .is-menu-open .l-menu{
    opacity: 1;
    right: 0;
  }

  .l-menu-close{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition:all 0.2s ease;
    z-index: -1;
  }
  .is-menu-open .l-menu-close{
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1990;
  }

  .l-menu-trigger {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1999;
    cursor: pointer;
    background: none;
    border: none;
    background-color: transparent;
  }
  .l-menu-btn {
    display: block;
    position: relative;
    width: 56px;
    height: 50px;
    padding: 10px 20px;
    cursor: pointer;
    background: none;
    border: none;
    transition: all .4s;
    -webkit-tap-highlight-color:transparent;
  }
  .l-menu-btn span {
    display: inline-block;
    position: absolute;
    left: 20%;
    width: 45%;
    height: 2px;
    background-color: #fff;
    transition: all .4s;
  }
  .l-menu-btn span:nth-of-type(1) {
    top: 22px;
  }
  .l-menu-btn span:nth-of-type(2) {
    top: 30px;
  }
  .l-menu-btn span:nth-of-type(3) {
    top: 38px;
  }

  .is-menu-open .l-menu-btn span {
    background-color: #fff;
  }

  .l-menu-btn.is-active span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }

  .l-menu-btn.is-active span:nth-of-type(2) {
    opacity: 0;
  }

  .l-menu-btn.is-active span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }

}


/***********
menu
************/

.l-menu-block {
  position: relative;
  padding-bottom: 100px;
  position: relative;
}

.l-menu-navi {
  padding-top: 70px;
  font-feature-settings: "palt";
}
.l-menu-navi li {
}
.l-menu-navi > li > a {
  display: block;
  font-size: 15px;
  color: #fff;
  text-align: right;
  text-decoration: none;
  padding: 10px 30px 10px 10px;
}
.l-menu-navi ul {
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
}
.l-menu-navi ul a {
  display: block;
  padding: 10px 30px 10px 10px;
  text-align: right;
  text-decoration: none;
  color: #fff;
}
.l-menu-navi ul a img {
  width: 1em;
  vertical-align: middle;
  transform: scale(1.2);
  margin-left: 0.5em;
}


.l-menu-subNavi {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 0;
  font-feature-settings: "palt";
}
.l-menu-subNavi li {
  text-align: right;
  padding-right: 30px;
}
.l-menu-subNavi a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  padding: 8px 0;
}
.l-menu-subNavi a img {
  width: 1em;
  vertical-align: middle;
  margin-left: 0.3em;
}

.l-menu-search {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 70px);
  padding: 10px 0 10px 15px;
  z-index: 9;
}
.l-menu-search-inner {
  width: 100%;
  position: relative;
}
.l-menu-search-input {
}
.l-menu-search input {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  height: 40px;
  border: none;
  box-shadow: none;
  padding: 0 40px 0 10px;
}
.l-menu-search-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 40px;
  height: 40px;
  background: none;
  box-shadow: none;
  border: none;
  position: absolute;
  right: 0;
  top: px;
  cursor: pointer;
}
.l-menu-search img {
  width: 20px;
}




.l-menu .wpm-language-switcher{
  display: flex;
  justify-content: flex-end;
  padding-top: 15px;
  padding-right: 30px;
}
.l-menu .wpm-language-switcher a{
  display: inline-block;
  padding: 0.2em 0 0.2em 1.7em;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  background-position: left center;
  background-size: 1.4em auto;
  background-repeat: no-repeat;
  line-height: 1.2;
  cursor: pointer;
  background-image: url(../../img/icon/global_gr.png) ;
}
.l-menu .wpm-language-switcher li.active{
  display: none;
}
.l-menu .wpm-language-switcher a span{
  transition: 0.2s;
}

.l-menu .sns-list{
  display: flex;
  justify-content: flex-end;
  padding-top: 25px;
  padding-right: 30px;
}
.l-menu .sns-list li{
  padding-left: 15px;
}
.l-menu .sns-list a{
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 26px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  background-position: left center;
  background-size: 1.4em auto;
  background-repeat: no-repeat;
  line-height: 1.2;
  cursor: pointer;
  position: relative;
}
.l-menu .sns-list a span{
  transition: 0.2s;
}

.l-menu .sns-list a[href*="twitter"] i{
  color: #000;
}
.l-menu .sns-list a[href*="youtube"] i{
  color: #ff0000;
  position: relative;
}
.l-menu .sns-list a[href*="youtube"]::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  transform: translate(-50%,-50%);
}

/***********
heading
************/

.l-heading{
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  font-feature-settings: "palt";
}
.l-heading-subTitle{
  font-family: 'Montserrat', sans-serif;
  font-size: 230%;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
.l-heading-title{
  margin-left: 2em;
  padding-left: 2em;
  font-size: 108%;
  font-weight: normal;
  margin-top: 0.2em;
  border-left: 1px solid #aaa;
  line-height: 1.6;
}
.l-heading-lead{
}

.l-heading-white {
  color: #fff;
}
.l-heading-white .l-heading-title{
  border-color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width:834px) {

  .l-heading{
    display: block;
    padding-bottom: 30px;
  }
  .l-heading-subTitle{
    font-size: 220%;
    line-height: 1.1;
  }
  .l-heading-title{
    margin-left: 0;
    margin-top: 0.8em;
    padding-left: 0;
    font-size: 100%;
    border-left: none;
    line-height: 1.5;
  }
  .l-heading-lead{
  }

}

/***********
headline
************/

.l-headline{
  padding-bottom: 30px;
}
.l-headline-subTitle{
  font-family: 'Montserrat', sans-serif;
  font-size: 200%;
  font-weight: 700;
  color: #2ab1ae;
  line-height: 1.2;
}
.l-headline-subTitle img {
  vertical-align: middle;
  width: 1em;
  margin-right: 0.4em;
  transform: translateY(-0.05em);
}
.l-headline-subTitle svg {
  width: 1em;
  margin-right: 0.2em;
}
.l-headline-subTitle svg path {
  fill: #2ab1ae;
}
.l-headline-title{
  font-weight: normal;
  font-feature-settings: "palt";
  padding-top: 0.6em;
}

@media screen and (max-width:834px) {

  .l-headline{
  }
  .l-headline-subTitle{
    font-size: 170%;
  }
  .l-headline-subTitle img {
  }
  .l-headline-title{
    font-size: 93%;
  }


}

/***********
title
************/

.l-title{
  background-color: #222;
  color: #fff;
  font-size: 139%;
  font-weight: normal;
  padding: 8px 30px;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}



.l-subTitle{
  font-size: 139%;
  font-weight: normal;
  font-feature-settings: "palt";
  padding-left: 1em;
  position: relative;
  margin-bottom: 10px;
}
.l-subTitle::before{
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  background-color: #2ab1ae;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.l-minTitle{

}

@media screen and (max-width:834px) {


  .l-title {
    font-size: 116%;
    padding: 5px 12px;
    margin-bottom: 20px;
  }

  .l-subTitle{
    font-size: 124%;
  }


}

/***********
l-bgColor
************/

.l-bgColor01{
  background-color: #222;
  color: #fff;
}
.l-bgColor02{
  background: url(../../img/bg02.jpg) no-repeat center center / cover;
}
.l-bgColor03{
  background-color: #fff;
}
.l-bgColor04{
  background-color: #f2f2f2;
}

/***********
textScreen
************/

.l-textScreen{
  display: inline-block;
  position: relative;
  line-height: 1;
}
.l-textScreen::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: left;
  transition: transform 0.3s ease;
  transform: scaleX(0);
  background-color: #fff;
  animation: anim-textScreen 0.8s ease forwards;
}
.l-textScreen > span{
  opacity: 0;
  transition: 0.2s;
  transition-delay: 0.1s;
}
body.is-loaded .l-textScreen > span{
  opacity: 1;
}


@keyframes anim-textScreen {
  0%   {
    transform: scaleX(0);
    transform-origin: left;
  }
  15%   {
    transform: scaleX(1);
    transform-origin: left;
  }
  15.1%   {
    transform-origin: right;
  }
  50%   {
    transform: scaleX(0.05);
    transform-origin: right;
  }
  100%   {
    transform: scaleX(0);
    transform-origin: right;
  }
}


/***********
l-videoBox
************/


.l-videoBox {
  position: relative;
}
.l-videoBox a {
  display: inline-block;
  position: relative;
}
.l-videoBox a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  transition: 0.3s;
}
.l-videoBox a::after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  margin-left: -24px;
  background: url(../../img/icon/play.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: none;
}
.l-videoBox a:hover::before {
  opacity: 0.5;
}

/***********
l-boxl
************/

.l-box{
  background-color: #fff;
}
.l-box:not(:last-child){
  margin-bottom: 40px;
}

.l-box-accordionBlock,
.l-box-accordionBlock:not(:last-child){
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
}

.l-box-offset{
  padding: 30px 60px;
}
.l-box-offset-side{
  padding: 0 30px;
}

.l-box-heading{
  background-color: #222;
  color: #fff;
  font-size: 139%;
  font-feature-settings: "palt";
  font-weight: normal;
  padding: 8px 30px;
}
.l-box-heading-green{
  background-color: #2ab1ae;
}



.l-box-trigger{
  padding: 1.5em 2em;
  font-size: 139%;
  font-feature-settings: "palt";;
  font-weight: normal;
  line-height: 1.4;
  position: relative;
  cursor: pointer;
  color: #2ab1ae;
  background-color: #fff;
  transition: 0.3s;
}
.l-box-trigger::before,
.l-box-trigger::after{
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  margin-top: -1px;
  background-color: #222;
  position: absolute;
  right: 25px;
  top: 50%;
  transition: 0.3s;
}
.l-box-trigger::after{
  transform: rotate(90deg);
}
.is-active.l-box-trigger::after{
  transform: rotate(0);
}

.l-box-block {
  border-top: 1px solid #ddd;
  display: none;
}
.l-box-inner {
  padding: 30px 60px;
}

@media screen and (max-width:834px) {

  .l-box-offset{
    padding: 20px 20px;
  }
  .l-box-offset-side{
    padding: 0 20px;
  }

  .l-box-heading{
    font-size: 116%;
    padding: 5px 12px;
    margin-bottom: 10px;
  }



  .l-box-trigger{
    padding: 1em 30px 1em 15px;
    font-size: 108%;
  }
  .l-box-trigger::before,
  .l-box-trigger::after{
    width: 12px;
    right: 15px;
  }

  .l-box-block {
  }
  .l-box-inner {
      padding: 20px 20px;
  }

}

/***********
l-table
************/

.l-table{
  font-feature-settings: "palt";
}

.l-table {
}
.l-table thead{
}
.l-table thead th{
  font-weight: normal;
  padding-bottom: 10px;
  border-bottom: 1px solid #aaa;
  padding-right: 10px;
  text-align: left;
}
.l-table tbody tr:first-child td{
  padding-top: 20px;
}
.l-table tbody td{
  font-weight: normal;
  vertical-align: top;
  padding: 12px 10px 12px 0;
}


.l-table-title{
  border-bottom: 2px solid #2ab1ae ;
  text-align: left;
  font-weight: normal;
  font-size: 131%;
  font-feature-settings: "palt";
  padding-top: 30px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

/*
size
*/

.l-table-machine tr td:nth-child(1){
  width: 5em;
  text-align: center;
}
.l-table-machine tr td:nth-child(2){
}
.l-table-machine tr td:nth-child(3){
  width: 12%;
}
.l-table-machine tr td:nth-child(4){
  width: 12%;
  text-align: center;
  white-space: nowrap;
}
.l-table-machine tr td:nth-child(5){
  width: 12%;
}


.l-table-learn tr td:nth-child(1){
  text-align: center;
}
.l-table-learn tr td:nth-child(2){
  text-align: center;
  width: 12%;
}
.l-table-learn tr td:nth-child(3){
  text-align: center;
  width: 12%;
}
.l-table-learn tr td:nth-child(4){
  text-align: center;
  width: 15%;
}
.l-table-learn tr td:nth-child(5){
  text-align: center;
  width: 15%;
}
.l-table-learn tr td:nth-child(6){
  text-align: center;
  width: 180px;
}


.l-table-adopt tr td:nth-child(1){
  width: 5em;
}
.l-table-adopt tr td:nth-child(2){
  width: 15%;
}
.l-table-adopt tr td:nth-child(3){
  width: 30%;
}
.l-table-adopt tr td:nth-child(4){
}



.l-table-equipment tr td:nth-child(1){
  width: 12%;
  padding-right: 25px;
}
.l-table-equipment tr td:nth-child(2){
  width: 25%;
}
.l-table-equipment tr td:nth-child(3){
  width: 35%;
}
.l-table-equipment tr td:nth-child(4){
}



@media screen and (max-width:834px) {

  .l-table {
  }
  .l-table thead{
  }
  .l-table thead th{
    padding-bottom: 5px;
    padding-right: 5px;
    text-align: left;
    font-size: 93%;
  }
  .l-table tbody tr:first-child td{
    padding-top: 10px;
  }
  .l-table tbody td{
    padding: 8px 5px 8px 0;
    font-size: 93%;
  }



  .l-table-title{
    font-size: 116%;
    margin-bottom: 10px;
  }

}



/***********
table
************/

.l-normalTable {
}

.l-normalTable tr:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.l-normalTable tr:last-child {
  border-bottom: 1px solid #ccc;
}
.l-normalTable th {
  padding: 20px 10px 20px 0;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  line-height: 2;
  color: #2ab1ae;
}

.l-normalTable td {
  padding: 20px 10px 20px 0;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  line-height: 2;
}

/*cell size*/

.is-cell-quarter {
  width: 25%;
}

@media screen and (max-width:834px) {

  .l-normalTable{
  }
  .l-normalTable th{
    font-size: 108%;
    padding: 8px 8px;
    line-height: 1.5;
  }
  .l-normalTable td{
    font-size: 108%;
    padding: 8px 8px;
    line-height: 1.5;
  }

  /*スマホ時、縦組みになる*/
  .l-normalTable-spBlock,
  .l-normalTable-spBlock thead,
  .l-normalTable-spBlock tbody,
  .l-normalTable-spBlock tr,
  .l-normalTable-spBlock th,
  .l-normalTable-spBlock td {
    display: block;
    width: 100% !important;
    border: none;
  }
  .l-normalTable-spBlock tr{
    padding: 20px 0 20px;
  }
  .l-normalTable-spBlock th,
  .l-normalTable-spBlock td {
    border: none;
  }
  .l-normalTable-spBlock thead th {
    text-align: center;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .l-normalTable-spBlock tbody th {
    text-align: left;
    padding: 0 0 8px 0;
    font-weight: bold;
  }
  .l-normalTable-spBlock tbody td {
    padding: 0;
    font-size: 93%;
  }

}



/***********
movieList
************/

.l-movieList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3%;
  margin-bottom: -30px;
}
.l-movieList li {
  width: 30.33333%;
  margin-left: 3%;
  margin-bottom: 40px;
}

.l-movieList-title {
  padding-top: 15px;
}

@media screen and (max-width:834px) {

  .l-movieList {
    margin-left: -3%;
    margin-bottom: -10px;
  }
  .l-movieList li {
    width: 47%;
    margin-left: 3%;
    margin-bottom: 20px;
  }

  .l-movieList-title {
    padding-top: 8px;
    font-size: 85%;
    font-feature-settings: "palt";
  }

}

/***********
zone
************/

.l-zone {
  padding: 0 30px;
}

.l-zone-section:not(:last-child){
}

.l-zone-section-title {
  font-size: 147%;
  font-weight: normal;
  border-bottom: 2px solid #2ab1ae;
  padding-bottom: 8px;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}

@media screen and (max-width:834px) {

  .l-zone {
    padding: 0 ;
  }
  .l-zone-section:not(:last-child){
  }

  .l-zone-section-title {
    font-size: 116%;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
}



/***********
l-researchGroup
************/

.l-researchGroup{
  position: relative;
  padding-top: 20px;
}
.l-researchGroup-list{
  display: flex;
}
.l-researchGroup-list li {
}
.l-researchGroup-list a{
  display: block;
  padding: 25px 10px;
  margin: 0 10px;
  width: 280px;
  height: 100%;
  background-color: #fff;
  color: #222;
  font-feature-settings: "palt";
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
}
.l-researchGroup a:hover {
  background-color: #222;
  color: #fff;
}

.l-researchGroup-img {
  padding: 0 20px;
}
.l-researchGroup-img img {
  border-radius: 50%;
}
.l-researchGroup-inner {
  padding: 20px 0 10px;
}
.l-researchGroup-cat {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 131%;
}
.l-researchGroup-room {
  padding-top: 0.4em;
}
.l-researchGroup-room::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #888;
  margin: 15px auto 20px;
}
.l-researchGroup-title {
  font-size: 139%;
  font-weight: normal;
  line-height: 1.3;
}
.l-researchGroup-subTitle {
  padding-top: 0.5em;
}


.l-researchGroup-link{
  position: absolute;
  right: 0;
  top: 0;
}


/*
slick
*/

.l-researchGroup .slick-next,
.l-researchGroup .slick-prev{
  position: absolute;
  top: 50%;
  width: 60px;
  height: 48px;
  margin-top: -30px;
  padding: 14px;
  z-index: 99;
  cursor: pointer;
  background-color: #222;
}

.l-researchGroup .slick-next{
  right: 0;
}
.l-researchGroup .slick-prev{
  left: 0;
  text-align: right;
}
.l-researchGroup .slick-next img,
.l-researchGroup .slick-prev img{
  width: 18px;
  transition: 0.4s;
  position: relative;
  left: 0;
}
.l-researchGroup .slick-prev img{
  transform: rotate(180deg);
}
.l-researchGroup .slick-prev:hover img{
  left: -8px;
}
.l-researchGroup .slick-next:hover img{
  left: 8px;
}

@media screen and (max-width:834px) {

  .l-researchGroup{
    padding: 10px;
  }
  .l-researchGroup-list{
  }
  .l-researchGroup-list a{
    padding: 20px 10px;
    margin: 0 5px;
    width: 240px;
  }
  .l-researchGroup a:hover {
    background-color: #fff;
    color: #222;
  }

  .l-researchGroup-img {
    padding: 0 20px;
  }
  .l-researchGroup-inner {
    padding: 15px 0 5px;
  }
  .l-researchGroup-cat {
    font-size: 116%;
  }
  .l-researchGroup-room {
    font-size: 93%;
  }
  .l-researchGroup-room::after {
    width: 40px;
    margin: 12px auto 15px;
  }
  .l-researchGroup-title {
    font-size: 116%;
  }
  .l-researchGroup-subTitle {
    padding-top: 0.5em;
    font-size: 93%;
  }

  .l-researchGroup-link{
    position: static;
    text-align: center;
  }


  /*
  slick
  */

  .l-researchGroup .slick-next{
    transform: scale(0.7);
    transform-origin: right;
  }
  .l-researchGroup .slick-prev{
    transform: scale(0.7);
    transform-origin: left;
  }

}


/***********
gridList
************/


.l-gridList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
}
.l-gridList li {
  width: 23%;
  margin-left: 2%;
  margin-bottom: 20px;
}
.l-gridList a {
  display: block;
  height: 100%;
  color: #222;
  background-color: #fff;
  text-decoration: none;
  transition-duration: 0.3s;
}

.l-gridList-dark a{
  background-color: #222;
  color: #fff;
}
.l-gridList-img {
  position: relative;
  overflow: hidden;
}
.l-gridList-img img {
  width: 100%;
  height: 194px;
  object-fit: cover;
}
.l-gridList-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  pointer-events: none;
}
a:hover .l-gridList-img::after {
  opacity: 0;
}
.l-gridList-img img {
  transition: 0.5s;
}
a:hover .l-gridList-img img {
  transform: scale(1.05);
}
.l-gridList-inner {
  padding: 0 15px 20px 18px;
}
.l-gridList-inner-offset {
  padding-top: 25px;
}
.l-gridList-cat {
  display: inline-block;
  padding: 0.3em 1.2em;
  font-feature-settings: "palt";
  background-color: #2ab1ae;
  color: #fff;
  position: relative;
  transform: translateY(-12px);
  z-index: 9;
}
.l-gridList-time {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 108%;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: -6px;
}
.l-gridList-title {
  padding-top: 10px;
  font-size: 108%;
  line-height: 1.6;
}

@media screen and (min-width:835px) {

  .l-gridList a:hover {
    background-color: #222;
    color: #fff;
  }
  .l-gridList-dark a:hover{
    background-color: #2ab1ae;
  }

}


@media screen and (max-width:834px) {

  .l-gridList {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2%;
  }
  .l-gridList li {
    width: auto;
    width: 48%;
    margin-left: 2%;
    margin-bottom: 10px;
  }
  .l-gridList a {
    width: 100%;
    margin: 0 ;
    height: 100%;
  }

  .l-gridList-img img {
    width: 100%;
    height: 25vmin;
    object-fit: cover;
  }

  .l-gridList-inner {
    padding: 0 12px 20px 12px;
  }
  .l-gridList-inner-offset {
    padding-top: 20px;
  }
  .l-gridList-cat {
    font-size: 77%;
  }
  .l-gridList-time {
    font-size: 77%;
    margin-top: -6px;
  }
  .l-gridList-title {
    padding-top: 5px;
    font-size: 93%;
    line-height: 1.4;
  }

}



/***********
orgList
************/

.l-orgList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
  padding-top: 20px;
}
.l-orgList li {
  width: 18%;
  margin-left: 2%;
  margin-bottom: 20px;
  overflow: hidden
}
.l-orgList li:nth-child(1),
.l-orgList li:nth-child(2),
.l-orgList li:nth-child(3),
.l-orgList li:nth-child(4) {
  width: 23%;
  font-size: 108%;
}
.l-orgList a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
}
.l-orgList a:hover {
  color: #222;
}
.l-orgList-img {
  overflow: hidden;
}
.l-orgList-img img {
}
.l-orgList-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 110%;
  position: absolute;
  left: 0;
  top: -5%;
  transition: 0.3s;
}
a:hover .l-orgList-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
}
.l-orgList-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  pointer-events: none;
}
.l-orgList-inner {
}
.l-orgList-subTitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 240%;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
.l-orgList-subTitle::after {
  content: "";
  display: block;
  width: 1.5em;
  height: 3px;
  background-color: #222;
  margin: 15px auto;
}
.l-orgList-title {
  font-weight: normal;
  min-height: 2.5em;
}

/*
color
*/

.is-cirfe  .l-orgList-subTitle::after { background-color: #008cbe; }
.is-amtc   .l-orgList-subTitle::after { background-color: #78a54b; }
.is-dm     .l-orgList-subTitle::after { background-color: #965ab9; }
.is-ds     .l-orgList-subTitle::after { background-color: #eb8c3c; }
.is-fr     .l-orgList-subTitle::after { background-color: #6e8791; }
.is-iacc   .l-orgList-subTitle::after { background-color: #007dd7; }
.is-c_tefs .l-orgList-subTitle::after { background-color: #05a087; }
.is-hvem   .l-orgList-subTitle::after { background-color: #05a087; }
.is-rfast  .l-orgList-subTitle::after { background-color: #05a087; }


@media screen and (max-width:834px) {

  .l-orgList {
    display: flex;
    flex-wrap: wrap;
    margin-left: -4%;
    padding-top: 10px;
  }
  .l-orgList li {
    width: 46%;
    margin-left: 4%;
    margin-bottom: 4%;
    overflow: hidden;
  }
  .l-orgList li:nth-child(1),
  .l-orgList li:nth-child(2),
  .l-orgList li:nth-child(3),
  .l-orgList li:nth-child(4) {
    width: 96%;
    font-size: 108%;
  }
  .l-orgList-img {
  }
  .l-orgList-img img {
    width: 100%;
    height: 42vmin;
    object-fit: cover;
  }
  .l-orgList-img::after {
    content: "";
    display: block;
    width: 100%;
    height: 110%;
    position: absolute;
    left: 0;
    top: -2px;
    transition: 0.3s;
  }
  a:hover .l-orgList-img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
  }
  .l-orgList-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    pointer-events: none;
  }
  .l-orgList-inner {
  }
  .l-orgList-subTitle {
    font-size: 170%;
  }
  .l-orgList-subTitle::after {
    content: "";
    display: block;
    width: 1.5em;
    height: 2px;
    background-color: #222;
    margin: 12px auto;
  }
  .l-orgList-title {
    min-height: 1em;
    font-feature-settings: "palt";
    font-size: 93%;
  }

}

/***********
eventList
************/
.eventList-status{
  position: absolute;
  overflow: hidden;
  z-index: 9;
  pointer-events: none;
}
.eventList-status p{
  font-family: 'Montserrat', sans-serif;
  width: 280px;
  padding-top: 95px;
  margin-left: -60px;
  background-color: #0CA7D3;
  color: #fff;
  text-align: center;
  transform: rotate(-40deg);
  transform-origin: left bottom;
}
.eventList-status span{
  display: inline-block;
  font-size: 85%;
  font-feature-settings: "palt";
}

.eventList-status-close p{
}
/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
xxxxx
************/


/***********
status
************/

.is-hide {
  display: none;
}

.is-out{
  position: absolute;
  left: -9999999px;
}

.is-pc-hide {
  display: none;
}

.is-pc-inline {
  display: inline;
}

.is-sp-inline {
  display: none;
}

.is-pc-noevent {
  pointer-events: none;
}

.is-step > *{
  opacity: 0;
  transition: opacity 1.2s ease;
}
.is-step.is-show > *{
  opacity: 1;
}

@media screen and (max-width:834px) {

  .is-pc-hide {
    display: block;
  }

  .is-sp-hide {
    display: none;
  }

  .is-sp-inline {
    display: inline;
  }

  .is-pc-inline {
    display: none;
  }

  .is-pc-noevent {
    pointer-events: auto;
  }

}
