@charset "UTF-8";
/*
Theme Name: webkikaku
Theme URI:
Description:
Author: webkikaku
Author URI:
Version: 1.0
*/

/* common */
html {
  font-size: 62.5%;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
}
.en {
  font-family: HelveticaNeue, Helvetica, 'Noto Sans', sans-serif;
  font-weight: 300;
  letter-spacing: 0.02em;
}
.enUl {
  font-family: HelveticaNeue-UltraLight, 'Noto Sans', sans-serif;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.enja {
  font-family: HelveticaNeue, Helvetica, 'Noto Sans', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 300;
}
a,
button {
  display: inline-block;
  text-decoration: none;
  transition: .2s;
  cursor: pointer;
}
a:hover,
button:hover {
  opacity: .75;
}
.click {
  transition: .2s;
}
.click:hover {
  cursor: pointer;
  opacity: .75;
}
.click a:hover {
  opacity: 1;
}
a[href^="tel:"] {
  pointer-events: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
sup {
  /* vertical-align:text-top;
  font-size:small; */
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
sub {
  /* vertical-align: sub;
  font-size: smaller; */
  font-size: 75.5%;
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}
.cf::after {
  content: "";
  display: block;
  clear: both;
}
.pc {
  display: block;
}
.pcInline {
  display: inline-block;
}
.sp {
  display: none;
}
.spInline {
  display: none;
}
.wrap {
  width:100%;
  max-width:1340px;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 auto;
}
.fWrap {
  width:100%;
  max-width:1240px;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto;
}
.pWrap {
  width:100%;
  max-width:1100px;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 auto;
}
.cWrap {
  width:100%;
  max-width:1220px;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 auto;
}
input[type="text"],
input[type="password"],
textarea,
select {
  outline: none;
}
figcaption {
  box-sizing: border-box;
}
.wp-pagenavi a,
.wp-pagenavi span{
  width: 48px;
  padding: 12px 0 11px;
  display: inline-block;
  text-align: center;
  background: #eff5fb;
  color: #6690b4;
  margin: 0 2px;
}
.wp-pagenavi a:hover,
.wp-pagenavi .current{
  background: #004682;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 896px) {
  body {
    font-size: 1.4rem;
  }
  .wrap {
    max-width:100%;
    padding: 0 10px;
  }
  .fWrap {
    max-width:100%;
    padding: 0 10px;
  }
  .cWrap {
    max-width:100%;
    padding: 0 10px;
  }
  .pWrap {
    max-width:100%;
    padding: 0 10px;
  }
  .pc {
    display: none!important;
  }
  .pcInline {
    display: none!important;
  }
  .sp {
    display: block!important;
  }
  .spInline {
    display: inline-block!important;
  }
  a:hover {
    opacity: 1
  }
  .click:hover {
    opacity: 1
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
  .wp-pagenavi a,
  .wp-pagenavi span{
    width: 30px;
    padding: 8px 0;
    line-height: 1;
  }
}

/* asset */
.btn {

}
.btn a,
.btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 380px;
  box-sizing: border-box;
  height: 60px;
  padding: 0 0 0 20px;
  background: #eff5fb;
  border-radius: 30px;
  border: 0;
  position: relative;
  margin: 0 auto;
  transition: .3s;
}
.btnArrow{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #143254;
  border-radius: 20px;
  position: absolute;
  left: 10px;
  transition: .2s;
}
.btnText{
  display: inline-block;
  position: relative;
  font-size: 2.0rem;
  letter-spacing: 0.2em;
  color: #143254;
  transition: .2s;
}
.btn a:hover,
.btn button:hover {
  background: #143254;
  opacity: 1;
}
.btn a:hover .btnArrow,
.btn button:hover .btnArrow{
  left: 15px;
}
.btn a:hover .btnText,
.btn button:hover .btnText{
  color: #fff;
}
.btnS a,
.btnS button{
  width: 254px;
  height: 48px;
  padding: 0 0 0 20px;
  border-radius: 24px;
}
.btnS .btnArrow{
  width: 24px;
  height: 24px;
  border-radius: 12px;
  left: 12px;
}
.btnS .btnArrow img{
  width: 14px;
  height: 5px;
}
.btnS .btnText{
  font-size: 1.4rem;
}
.btnM a,
.btnM button{
  width: 314px;
  height: 48px;
  padding: 0 0 0 20px;
  border-radius: 24px;
}
.btnM .btnArrow{
  width: 24px;
  height: 24px;
  border-radius: 12px;
  left: 12px;
}
.btnM .btnArrow img{
  width: 14px;
  height: 5px;
}
.btnM .btnText{
  font-size: 1.4rem;
}
.btnEx .btnText {
  position: relative;
}
.btnEx .btnText:after {
  content: "";
  width: 12px;
  height: 10px;
  background: url(../img/common/external-icon.png) no-repeat 0 0;
  background-size: 12px 10px;
  display: inline-block;
  margin: 0 0 0 4px;
}
.btnEx:hover {
  background: #004682;
  border-radius: 24px;
}
.btnEx:hover .btnText:after {
  background: url(../img/common/external-icon-on.png) no-repeat 0 0;
  background-size: 12px 10px;
}

@media screen and (max-width: 896px) {
  .btn a,
  .btn button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    box-sizing: border-box;
    height: 60px;
    padding: 0 0 0 20px;
    background: #eff5fb;
    border-radius: 30px;
    position: relative;
    margin: 0 auto;
    transition: .3s;
  }
  .btnText{
    font-size: 1.6rem;
  }
  .btnS a,
  .btnS button{
    width: 90%;
    height: 48px;
    border-radius: 24px;
  }
  .btnS a:hover,
  .btnS button:hover{
    width: 90%;
    height: 48px;
    border-radius: 24px;
  }
  .btnM a,
  .btnM button{
    width: 100%;
    height: 48px;
    border-radius: 24px;
  }
  .btnM a:hover,
  .btnM button:hover{
    width: 100%;
    height: 48px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 374px) {
  .btn a,
  .btn button {

  }
  .btnArrow{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    position: absolute;
    left: 10px;
    transition: .2s;
  }
  .btnText{
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  .btn a:hover .btnText,
  .btn button:hover .btnText{
    font-size: 1.6rem;
  }
  .btnS a:hover .btnText,
  .btnS button:hover .btnText{
    font-size: 1.4rem;
  }
  .btnM a:hover .btnText,
  .btnM button:hover .btnText{
    font-size: 1.4rem;
  }
}



/* header */
body {
  padding: 117px 0 0;
}
header {
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.h{
  padding: 15px 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hLogo{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 .5px;
}
.h1{
  margin: 0 30px 0 0;
}
.hLogoText{
  display: inline-block;
  font-size: 1.1rem;
}
.hLink{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hLinkItem{
}
.hLinkItem a,
.hLinkItem .hLinkItemTel{
  font-size: 14px;
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: center;
}
.hLinkItem a:hover{
  color: #b2b2b2;
  opacity: 1;
}
.hLinkItemIcon{
  display: inline-block;
  margin: -1px 6px 0 0;
}
.hovimg{
  display: none;
}
.hLinkItem a:hover .hLinkItemIcon img{
  display: none;
}
.hLinkItem a:hover .hLinkItemIcon img.hovimg{
  display: inline-block;
}
.hLinkItemTel .hLinkItemIcon{
  margin: -2px 2px 0 0;
}
.hLinkItemTel .hLinkItemIcon img{
  vertical-align: middle;
}
.hLinkItemTel .hLinkItemText{
  font-size: 20px;
}
.hLinkSep {
  font-size: 2.0rem;
  margin: 0 10px;
}
.hLinkItemEn{
  margin: 0 0 0 15px;
}
.hLinkItemEn a {
  display: block;
  width: 82px;
  border-radius: 20px;
  padding: 4px 0;
  border: 2px solid #000;
  text-align: center;
}
.hLinkItemEn a:hover {
  background: #000;
  opacity: 1;
  color: #fff;
}
.hLinkItemEn.hLinkItemJa a {
  background: #fff;
  border: 2px solid #000;
  color: #000;
}
.hLinkItemEn.hLinkItemJa a:hover {
  background: #000;
  opacity: 1;
  color: #fff;
}
.gnav{
}
.gnavIn{
  display: flex;
  justify-content: flex-end;
}
.gnavItem{
  margin: 0 16px;
}
.gnavItem:last-child {
  margin: 0 0 0 16px;
}
.gnavItem a {
  color: #000;
  text-align: center;
  padding: 0 7px 8px;
  border-bottom: 2px solid rgba(0,160,233,0);
}
.gnavItem a:hover,
.gnavItem.on a,
.gnavItem.hov a{
  color: #707a88;
  opacity: 1;
  border-bottom: 2px solid rgba(0,160,233,100);
}
.gnavItemName{
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}
.gnavItemEn{
  display: block;
  font-size: 1.2rem;
  color: #707a88;
}
.gnavItemCom {
  position: relative;
}
/* .gnavItemCom.hov:after {
  content: "";
  width: 2px;
  height: 40px;
  background:rgba(0,160,233,100);
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 30;
} */

.gnChild {
  display: none;
  width: 100%;
  position: absolute;
  top: 117px;
  left: 0;
  right: 0;
  z-index: 20;
  /* padding: 40px 0 0; */
  background: #fff;
}
.gnChildIn {
  display: flex;
  justify-content: space-between;
}
.gnChildBtn {
  position: relative;
  width: calc(100% / 6);
}
.gnChildText {
  position: absolute;
  top: 44%;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.gnChildImg {
  position: relative;
}
.gnChildImg img {
  width: 100%;
  height: auto;
}
.gnChildLink {
  display: block;
  width: 100%;
  padding: 10px 0;
  background: url(../img/common/gnav-company-top-bg.png) no-repeat 0 0;
  background-size: cover;
  color: #fff;
  text-align: center;
  margin: -1px 0 0;
}



/* sp header */
.sph{
  display: none;
  height: 50px;
  align-items: center;
  position: relative;
}
.sphIn{
  width: 100%;
  padding: 0 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.sphLogo{
}
.sphLogo .h1 {
    margin: 0;
}

/* menu */
.sphBtn{
}
.sphBtn.on .sphBtnOpen,
.sphBtn .sphBtnClose{
  display: none;
}
.sphBtn .sphBtnOpen,
.sphBtn.on .sphBtnClose {
  display: block;
}
.sphMenu{
  display: none;
  width: 100%;
  height: calc(100vh - 50px);
  overflow-y: scroll;
  box-sizing: border-box;
  padding: 18px 15px;
  background: #fff;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 100;
}
.sphMenuList{
  border-top: 1px solid #c6cacf;
}
.sphMenuListItem{
  border-bottom: 1px solid #c6cacf;
  position: relative;
}
.sphMenuListItem:first-child{
}
.sphMenuListItem a {
  display: block;
  padding: 15px 0;
  position: relative;
}
.sphMenuListItemName{
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
}
.sphMenuListItemEn{
  font-size: 1.3rem;
  line-height: 1;
  color: #707a88;
  display: block;
}
.menuTgl{
  width: 17px;
  height: 17px;
  padding: 10px;
  position: absolute;
  top: 14px;
  right: 9px;
  z-index: 2;
}
.menuTglOpen{
  display: block;
  position: relative;
  width: 17px;
  height: 17px;
}
.on .menuTglOpen {
  display: none;
}
.menuTglOpen:before {
  content: "";
  width: 17px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 8px;
  left: 0;
}
.menuTglOpen:after {
  content: "";
  width:1px;
  height: 17px;
  background: #000;
  position: absolute;
  top: 0;
  left: 8px;
}
.menuTglClose{
  display: none;
  position: relative;
  width: 17px;
  height: 17px;
}
.on .menuTglClose {
  display: block;
}
.menuTglClose:before {
  content: "";
  width: 17px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 8px;
  left: 0;
}
.sphMenuListItemChild{
  display: none;
  border-top: 1px solid #c6cacf;
  padding: 0 0 0 25px;
}
.sphMenuListItemChild .sphMenuListItem:last-child {
  border-bottom: 0;
}
.sphMenuListItem a {
  color: #000;
}
.sphMenuCv.cv{
}
.cvBtn.cvBtnTel{
}
.cvBtnNum{
}
.cvBtn.cvBtnMail{
}
.sphMenuLang {
  display: flex;
  justify-content: center;
}
.sphMenuLang a{
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  padding: 0 20px;
}
.sphMenuLang span {
  display: inline-block;
  margin: 0 30px;
}


@media screen and (max-width: 896px) {
  body {
    padding: 50px 0 0;
  }
  .sph{
    display: flex;
  }
}

/* main */
.m{
}
.home{
}


/* home mv */
.homeMv{
}
.mv{
  position: relative;
}
.mvSlider{
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.mvSliderItem{
}
.mvCopy{
  width: 29.572vw;
  /* max-width: 414px; */
  padding: .7143vw;
  background: rgba(255,255,255,.8);
  position: absolute;
  bottom: 90px;
  left: 140px;
  margin: 0 auto;
}
.mvCopy:before {
  content: "";
  width: 22px;
  height: 22px;
  border-top: 1px solid #8eadc7;
  border-left: 1px solid #8eadc7;
  position: absolute;
  top: .7143vw;
  left: .7143vw;
}
.mvCopy:after {
  content: "";
  width: 22px;
  height: 22px;
  border-top: 1px solid #8eadc7;
  border-right: 1px solid #8eadc7;
  position: absolute;
  top: .7143vw;
  right: .7143vw;
}
.mvCopyIn {
  position: relative;
  padding: 1.4286vw;
}
.mvCopyIn:before {
  content: "";
  width: 22px;
  height: 22px;
  border-bottom: 1px solid #8eadc7;
  border-left: 1px solid #8eadc7;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mvCopyIn:after {
  content: "";
  width: 22px;
  height: 22px;
  border-bottom: 1px solid #8eadc7;
  border-right: 1px solid #8eadc7;
  position: absolute;
  bottom: 0;
  right: 0;
}
.mvCopyTitle {
  font-size: 3.7rem;
  font-size: 2.64286vw;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #004680;
}
.mvCopyTitle span {
  display: inline-block;
  line-height: 1;
  padding: 8px 12px;
  margin: 0 0 10px;
}
.mvCopyText {
  font-size: 1.2rem;
  font-size: .85714vw;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #004680;
}
.mvScroll{
  width: 245px;
  padding: 0 0 4px;
  overflow: hidden;
  transform: rotate(90deg);
  position: absolute;
  bottom: -30px;
  left: -85px;
}
.mvScroll a{
  font-size: 1.2rem;
  color: #fff;
  position: relative;
}
.mvScroll a:before{
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 1px;
  width: 245px;
  background: #dbe5ed;
  z-index: 1;
}
.mvScroll a:after{
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 1px;
  width: 0;
  background: #00a0e9;
  animation: scroll_effect;
  animation-duration: 3s;
  animation-delay: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  z-index: 2;
}
@keyframes scroll_effect{
  25%{width:40px}
  50%{width:245px;transform:translateX(0)}
  75%{width:0;transform:translateX(245px)}
  100%{width:0;}
}
.homeMv .slick-dots {
  position: absolute;
  bottom: 27px;
  right: 25px;
  display: flex;
  justify-content:space-around;
}
.homeMv .slick-dots li {
  height: 4px;
}
.homeMv .slick-dots li button {
  width: 60px;
  height: 4px;
  padding: 0;
  border: 0;
  margin: 0 6px;
  background: #fff;
  border-radius: 0;
  color: rgba(0,0,0,0);
}
.homeMv .slick-dots li.slick-active button {
  background: #00a0e9;
}

@media screen and (max-width: 896px) {
  .homeMv .slick-slider {
    width: 100%;
    height: 450px;
    overflow-x: hidden;
  }
  .homeMv .slick-slide img {
    height: 450px;
    width: auto;
    max-width: 100%;
    /* opacity: 0; */
  }
  /* .mvSliderItem:nth-child(3n + 2) {
    background: url(../img/index/mv-img01.png) no-repeat center 0;
    background-size: cover;
  }
  .mvSliderItem:nth-child(3n + 3) {
    background: url(../img/index/mv-img02.png) no-repeat center 0;
    background-size: cover;
  }
  .mvSliderItem:nth-child(3n + 1) {
    background: url(../img/index/mv-img03.png) no-repeat center 0;
    background-size: cover;
  } */
  .homeMv .slick-dots {
    position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .mvCopy {
    max-width: 100%;
    width: 74%;
    padding: 8px;
    position: absolute;
    top: auto;
    bottom: 45px;
    left: 20px;
  }
  .mvCopy:before {
    top: 8px;
    left: 8px;
  }
  .mvCopy:after {
    top: 8px;
    right: 8px;
  }
  .mvCopyIn {
    padding: 1.4286vw;
  }
  .mvCopyTitle {
    font-size: 7.2vw;
    line-height: 1.6;
  }
}


/* homeFloat */
.homeFloat {
  color: #fff;
  padding: 17px 0;
  background: #143254;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 20;
}
.homeFloatIn {
  width: 1020px;
  padding: 0 10px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homeFloatText span {
  margin: 0 5px;
}
.homeFloatText+ .homeFloatText {
  margin: 0 0 0 50px;
}
.homeFloatLink {
  width: 150px;
  text-align: center;
  line-height: 1;
  background: #fff;
  color: #143254;
  letter-spacing: -0.02em;
  padding: 7px 0;
  margin: 0 0 0 15px;
  border-radius: 14px;
  position: relative;
}
.homeFloatLink:before {
  content:"";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(../img/common/btn-arrow.png) no-repeat 0 0;
  background-size: 6px 10px;
  margin: 3px 8px 0 0;
  vertical-align: top;
}
.homeFloatClose {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

/* home tagline */
.homeTagline{
  max-width: 880px;
  padding: 35px 0;
  margin: 0 auto;
}
.homeTaglineTitle{
  font-size: 4.8rem;
  line-height: 1.16;
  color: #00a0e9;
  margin: 0 0 15px;
}
.homeTaglineText{
  padding: 0 0 0 85px;
  position: relative;
  line-height: 2.125;
  letter-spacing: 0.05em;
}
.homeTaglineText:before {
  content: "";
  width: 60px;
  height: 1px;
  background: #00a0e9;
  position: absolute;
  top: 1.5rem;
  left: 0;
}

.effect-fade {
  opacity : 0;
  transform : translate(0, 45px);
  transition : .4s;
}
.effect-fade.effect-scroll {
  opacity : 1;
  transform : translate(0, 0);
}


@media screen and (max-width: 896px) {
  .homeTagline{
    max-width: 100%;
    box-sizing: border-box;
    padding: 20px 15px;
  }
  .homeTaglineTitle{
    font-size: 3.2rem;
    font-size: 9vw;
  }
  .homeTaglineText{
    padding: 0 0 0 40px;
  }
  .homeTaglineText p{
    font-size: 1.4rem;
  }
  .homeTaglineText:before {
    content: "";
    width: 28px;
  }

}


/* home uni-lab */
.homeUnilab{
  position: relative;
  background: #eff5fb;
  padding: 50px 0;
}
.homeUnilab:before {
  content: "";
  width: 100%;
  height: 418px;
  background: url(../img/index/uni-lab-bg.png) no-repeat center 0;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: 1;
}
.homeUnilabTitle{
  text-align: center;
  margin: 0 0 40px;
  position: relative;
  z-index: 2;
}
.unilabTitle{
}
.unilabTitleLogo{
}
.unilabTitleText{
  display: block;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.12em;
  margin: 6px 0 0;
}
.contsIn{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  padding: 33px 43px 57px;
  position: relative;
  z-index: 2;
}
.contsArch{
  max-width: 910px;
  width: 75%;
}
.contsArchIn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.contsArchBox{
  width: calc((100% - 100px) / 3);
  margin: 0 0 40px 50px;
}
.contsArchBox:nth-child(3n+1){
  margin: 0 0 40px 0;
}
/* IE */
@media all and (-ms-high-contrast: none){
  .contsArchBox{
    width: 30%;
    margin: 0 0 40px 5%;
  }
  .contsArchBox:nth-child(3n+1){
    margin: 0 0 40px 0;
  }
}
/* Edge */
_:-ms-lang(x)::backdrop, .contsArchBox {
  width: 30%;
  margin: 0 0 40px 5%;
}
_:-ms-lang(x)::backdrop, .contsArchBox:nth-child(3n+1){
  margin: 0 0 40px 0;
}

.contsArchBoxImg{
  margin: 0 0 10px;
  overflow: hidden;
}
.contsArchBoxImg img {
  transition: .3s;
}
.contsArchBox:hover .contsArchBoxImg img {
transform: scale(1.15);
}
.contsArchBoxTitle{
  margin: 0 0 5px;
}
.contsArchBoxTitle a{
  font-weight: bold;
  line-height: 1.5;
  color: #000;
}
.contsArchBoxDate{
  font-size: 1.4rem;
  color: #00a0e9;
  margin: 0 0 2px;
}
.contsArchBoxCat{
  margin: 0 0 0 -5px;
}
.contsArchBoxCat a{
  display: inline-block;
  padding: 2px 5px;
  font-size: 1.2rem;
  color: #000;
  background: #dbe5ed;
  border-radius: 10px;
  margin: 0 0 2px 5px;
}
.contsArchBoxCat a:hover{
  opacity: 1;
  color: #fff;
  background: #000;
}
.contsSide{
  max-width: 265px;
  width: calc(25% - 10px);
}
.contsSideTitle {
  padding: 0 0 0 54px;
  position: relative;
  margin: 0 0 26px;
}
.contsSideTitle:before {
  content: "";
  width: 34px;
  height: 1px;
  background: #00a0e9;
  position: absolute;
  top: 1em;
  left: 0;
}
.contsSideTitleEn{
  font-size: 3.0rem;
  line-height: 1;
  color: #00a0e9;
  display: block;
}
.contsSideTitleJa{
  font-size: 1.2rem;
  display: block;
  line-height: 1;
  color: #707a88;
}
.contsSideList{
}
.contsSideListItem{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 24px;
  position: relative;
}
.contsSideListItemImg{
  width: 112px;
  overflow: hidden;
}
.contsSideListItemImg img {
  transition: .3s;
}
.contsSideListItem:hover .contsSideListItemImg img {
transform: scale(1.15);
}
.contsSideListItemTitle {
  width: calc(100% - 124px);
}
.contsSideListItemTitle a {
  font-size: 1.4rem;
  color: #000;
}
.contsSideListItemNum{
  width: 20px;
  padding: 3px 0 2px;
  font-size: 1.2rem;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
}
.homeUnilabMore{
  width: 100%;
  margin: 0 0 63px;
}
.homeUnilabInfo{
  width: 100%;
  box-sizing: border-box;
  padding: 0 47px;
  display: flex;
  justify-content: space-between;
}
.homeUnilabInfoBnr{
  max-width: 700px;
  width: 62%;
  min-height: 264px;
  box-sizing: border-box;
  background: url(../img/index/uni-lab-banner-bg.png) no-repeat 0 0;
  background-size: 100% 100%;
  padding: 46px 20px 0;
}
.homeUnilabInfoBnrTitle{
  text-align: center;
  margin: 0 0 20px;
}
.homeUnilabInfoBnrText{
  line-height: 1.8;
  text-align: center;
  color: #fff;
}
.homeUnilabInfoCertif{
  max-width: 400px;
  width: calc(38% - 10px);
  min-height: 264px;
  box-sizing: border-box;
  border: 1px solid #a9afb8;
}
.homeUnilabInfoCertifTitle{
  text-align: center;
  margin: 0 4px;
  border-bottom: 1px solid #a9afb8;
}
.homeUnilabInfoCertif p {
  font-size: 1.4rem;
  padding: 0 20px;
  margin: 10px 0 0;
}
.homeUnilabInfoCertif p span {
  font-weight: bold;
}
.homeUnilabInfoCertif p+ p {
  margin: 30px 0 0;
}

@media screen and (max-width: 896px) {
  .homeUnilab {
    padding: 30px 0;
  }
  .homeUnilabTitle {
    margin: 0 0 20px;
  }
  .contsIn{
    display: block;
    /* width: calc(100% - 20px); */
    padding: 20px 10px 30px;
  }
  .contsArch {
    max-width: 100%;
    width: 100%;
  }
  .contsArchIn {
    justify-content: space-between;
  }
  .contsArchBox {
    width: calc((100% - 10px) / 2);
    margin: 0 0 25px;
  }
  .contsArchBox{
    width: calc((100% - 10px) / 2);
    margin: 0 0 25px;
  }
  .contsArchBox:nth-child(3n+1){
    margin: 0 0 25px;
  }
  .contsSide {
    max-width: 100%;
    width: 100%;
    margin: 50px 0 0;
  }
  .homeUnilabInfo {
    display: block;
    padding: 0;
  }
  .homeUnilabInfoBnr {
    max-width: 100%;
    width: 100%;
    min-height: auto;
    padding: 20px 10px 10px;
    margin: 0 0 20px;
  }
  .homeUnilabInfoBnrTitle {
    margin: 0 0 5px;
  }
  .homeUnilabInfoBnrText {
    line-height: 1.4;
    font-size: 3vw;
  }
  .unilabTitleText {
    font-size: 1.4rem;
    margin: 4px 0 0;
  }
  .homeUnilabInfoCertif {
    max-width: 100%;
    width: 100%;
    min-height: auto;
    padding: 0 0 10px;
  }
  .homeUnilabInfoCertif p {
    font-size: 3vw;
  }
  .homeUnilabInfoCertif p+ p {
      margin: 15px 0 0;
  }
}



/* home news */
.homeNews{
  padding: 90px 0 116px;
}
.homeNewsTitle{
  color: #004682;
  text-align: center;
  margin: 0 0 40px;
}
.homeNewsTitleEn{
  font-size: 4.0rem;
  line-height: 1;
}
.homeNewsTitleJa{
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000;
}
.homeNewsArch{
  margin: 0 auto 40px;
}
.homeNewsArchIn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.homeNewsArchBox{
  width: calc((100% - 114px) / 4);
  margin: 0 0 0 38px;
}
.contsArchBox.homeNewsArchBox:nth-child(3n+1) {
  margin: 0 0 0 38px;
}
.contsArchBox.homeNewsArchBox:first-child {
  margin: 0;
}
.homeNewsArchBox:first-child {
  margin: 0;
}
.homeNewsArchBoxImg{
  position: relative;
  overflow: hidden;
  margin: 0 0 20px;
}
.homeNewsArchBoxImg img {
  width: 100%;
  transition: .3s;
}
.homeNewsArchBox:hover .homeNewsArchBoxImg img {
transform: scale(1.15);
}
.homeNewsArchBoxImgTax{
  font-size: 1.4rem;
  color: #fff;
  background: #004682;
  padding: 0 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.homeNewsArchBoxTitle{
  margin: 0 0 5px;
}
.homeNewsArchBoxTitle a{
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
}
.homeNewsArchBoxDate{
  font-size: 1.4rem;
  color: #00a0e9;
}
.homeNewsMore{
}
.contsArchTitle {
  width: 100%;
  margin: 0;
}
.contsArchTitle span {
  color: #707a88;
}
.recruitVoice {
  border-bottom: 5px solid #eff5fb;
}


@media screen and (max-width: 896px) {
  .homeNews {
    padding: 40px 0 60px;
  }
  .homeNewsArchIn {
    justify-content: space-between;
  }
  .homeNewsArchBox {
    width: calc((100% - 10px) / 2);
    margin: 0 0 20px;
  }
  .contsArchBox.homeNewsArchBox:nth-child(3n+1) {
    margin: 0 0 20px;
  }
  .contsArchBox.homeNewsArchBox:first-child {
    margin: 0 0 20px;
  }
  .homeNewsArchBoxTitle a {
    font-size: 1.4rem;
  }
  .homeNewsArchBoxImg{
    margin: 0 0 10px;
  }
  .homeNewsArchBoxImgTax {
    font-size: 1.2rem;
  }
}


/* home contents */
.homeConts{

}
.homeContsLink{
  display: flex;
  justify-content: center;
  margin: 0 0 2px;
}
.homeContsLinkPanel{
  width: calc(100% / 3);
  box-sizing: border-box;
  background: #d1dee8;
  padding: 47px 10px 38px;
  overflow: hidden;
}
.homeContsLinkPanel:nth-child(2) {
  background: #dbe5ed;
}
.homeContsLinkPanelImg{
  width: 106px;
  height: 106px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
}
.homeContsLinkPanelImg img{
  transition: .3s;
}
.homeContsLinkPanel:hover .homeContsLinkPanelImg img{
  transform: scale(1.15);
}
.homeContsLinkPanelTitle{
  text-align: center;
  margin: 0 0 12px;
}
.homeContsLinkPanelTitle a{
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1;
  color: #004682;
  padding: 0 30px 0 0;
  position: relative;
}
.homeContsLinkPanelTitleArrow {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #004682;
  position: absolute;
  top: 2px;
  right: 0;
  transition: .2s;
}
.homeContsLinkPanel:hover .homeContsLinkPanelTitleArrow {
  right: -3px;
}
.homeContsLinkPanelTitleArrow img {
  transition: 0;
}
.homeContsLinkPanelText{
  max-width: 330px;
  color: #004682;
  margin: 0 auto;
}
.homeContText{
  width: 100%;
  box-sizing: border-box;
  padding: 50px 10px 40px;
  background: url(../img/index/top-text-bg.png) no-repeat center 0;
  background-size: cover;
}
.homeContText p{
  max-width: 890px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: -0.08em;
  color: #fff;
}

@media screen and (max-width: 896px) {
  .homeContsLink {
    display: block;
  }
  .homeContsLinkPanel {
    width: calc(100% - 30px);
    margin: 0 auto 15px;
  }
  .homeContText{
    padding: 30px 10px 20px;
  }
  .homeContText p {
    font-size: 1.2rem;
    text-align: justify;
  }
}


/* home recruit */
.homeRecruit{
  padding: 125px 0 122px;
}
.homeRecruitBnr{
  display: flex;
  max-width: 1080px;
  overflow: hidden;
  margin: 0 auto;
}
.homeRecruitBnrCon{
  width: 44%;
  max-width: 480px;
  padding: 0 10px;
  box-sizing: border-box;
  background: url(../img/index/recruit-text-bg.png) no-repeat 0 0;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.homeRecruitBnrConIn {
}
.homeRecruitBnrConTitle{
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  color: #fff;
}
.homeRecruitBnrConTitleEn{
  font-size: 4.0rem;
}
.homeRecruitBnrConTitleSep{
  font-size: 2.0rem;
  margin: 0 20px;
}
.homeRecruitBnrConTitleJa{
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
.homeRecruitBnrConText{
  color: #fff;
}
.homeRecruitBnrImg{
  width: 56%;
  max-width: 600px;
  position: relative;
  z-index: 1;
}
.homeRecruitBnrImg a img {
  transition: .5s;
}
.homeRecruitBnr:hover .homeRecruitBnrImg a img {
  transform: scale(1.1);
}

@media screen and (max-width: 896px) {
  .homeRecruit {
    padding: 60px 0;
  }
  .homeRecruitBnr {
    display: block;
    max-width: 100%;
    margin: 0 15px;
  }
  .homeRecruitBnrCon {
    width: 100%;
    max-width: 100%;
    padding: 10px;
  }
  .homeRecruitBnrConTitle {
      display: flex;
      align-items: center;
      margin: 0 0 10px;
      color: #fff;
  }
  .homeRecruitBnrConTitleEn {
    line-height: 1;
  }
  .homeRecruitBnrConText {
    font-size: 1.4rem;
  }
  .homeRecruitBnrImg {
    width: 100%;.
    max-width: 100%;
  }
}


/* main contact */
.mContact{
  background: #f0f6f8;
  padding: 60px 10px 50px;
  box-sizing: border-box;
}
.mContactTitle{
  color: #004682;
  font-size: 4.0rem;
  line-height: 1;
  text-align: center;
  margin: 0 0 20px;
}
.mContactText{
  color: #004682;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
}
.mContactIn{
  max-width: 1080px;
  padding: 22px 0;
  box-sizing: border-box;
  background: #fff;
  border-right: 1px solid #a9afb8;
  border-bottom: 1px solid #a9afb8;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
}
.mContactBtn{
  padding: 0 10px;
  width: calc((100% - 1px) / 2);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mContactBtn+ .mContactBtn {
  border-left: 1px solid #a9afb8;
}
.mContactBtnImg{
  margin: 0 28px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mContactBtnImg img {
  transition: .3s;
}
.mContactBtn:hover .mContactBtnImg img {
  transform: scale(1.1);
}
.mTelBtn:hover .mContactBtnImg img {
  transform: scale(1.0);
}
.mContactBtnLink{
}
.mContactBtnLink a{
  font-size: 2.4rem;
  line-height: 1;
  color: #000;
}
.mContactBtnLinkSub{
  text-align: center;
}
.mContactBtnLinkTel a {
  font-size: 3.2rem;
  line-height: 1;
  color: #000;
}
.mContactFlow a {
  background: #dbe5ed;
}


@media screen and (max-width: 896px) {
  .mContact {
    padding: 30px 10px 40px;
  }
  .mContactText {
    font-size: 1.4rem;
    font-size: 3.38165vw;
  }
  .mContactIn {
    max-width: 100%;
    padding: 10px;
    margin: 0 auto 30px;
    display: block;
  }
  .mContactBtn {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    justify-content: flex-start;
  }
  .mContactBtnImg {
    width: 15%;
    margin: 0 15px;
  }
  .mContactBtnLink {
    width: calc(100% - (15% + 30px));
    padding: 0 5% 0 0;
    box-sizing: border-box;
  }
  .mContactBtnLink a {
    font-size: 1.8rem;
    font-size: 4.35vw;
    display: block;
    text-align: center;
  }
  .mContactBtn+ .mContactBtn {
    border-top: 1px solid #a9afb8;
    border-left: 0;
  }
  .mContactBtnLinkTel {
    text-align: center;
  }
  .mContactBtnLinkSub {

  }
  .mContactBtnLinkTel a  {
    font-size: 3rem;
    font-size: 7.325vw;
    display: inline-block;
  }
}



/* pagelink */
.mPagelink{
  background: #004682;
  box-sizing: border-box;
  padding: 70px 10px 60px;
}
.mPagelinkIn{
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
}
.mPagelinkPanel{
  width: calc((100% - 80px) / 3);
}
.mPagelinkPanelBtn{
  display: block;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  padding: 18px 0 15px;
  margin: 0 0 10px;
}
.mPagelinkPanelBtnImg{
  display: flex;
  width: 106px;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin: 0 auto 4px;
}
.mPagelinkPanelBtnText{
  display: block;
}
.mPagelinkPanelText{
  font-size: 1.4rem;
  letter-spacing: -0.05em;
  line-height: 1.5;
  color: #fff;
}


@media screen and (max-width: 896px) {
  .mPagelink{
    padding: 40px 10px 10px;
  }
  .mPagelinkIn{
    display: block;
    max-width: 100%;
  }
  .mPagelinkPanel{
    width:100%;
    margin: 0 0 20px;
  }
}




/* pagetop */
.mPagetop{
  display: none;
  width: 55px;
  height: 55px;
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 10;
}


/* footer */
.f{
  padding: 64px 0;
  background: #143254;
  color: #fff;
}
.fIn{
  max-width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}
.fLogo{
  width: 180px;
  padding: 0 20px 0 4px;
}
.fPagetop{
}
.fPagetop a{
  display: block;
  background: #fff;
  text-align: center;
  padding: 10px 0;
}
.fMenu{
  width: 645px;
}
.fMenuIn{
  display: flex;
  justify-content: flex-start;
}
.fMenuList{
  width: calc(100% / 3);
  max-width: 215px;
}

.fMenuList li {
  line-height: 1;
}
.fMenuList li+ li {
  margin: 25px 0 0;
}
.fMenuList li a {
  line-height: 1;
  color: #fff;
  padding: 0 0 0 14px;
  position: relative;
}
.fMenuList li a:before {
  content: "";
  width: 7px;
  height: 11px;
  background: url(../img/common/f-arrow.png) no-repeat 0 0;
  background-size: 7px 11px;
  position: absolute;
  top: 2px;
  left: 0;
}
.fMenuList li a:hover {
  opacity: 1;
  color: #707a88;
}
.fMenuList li a:hover:before {
  background: url(../img/common/f-arrow-on.png) no-repeat 0 0;
  background-size: 7px 11px;
}
.fMenuListChild{
  margin: 0 0 0 25px;
}
.fMenuListChild li,
.fMenuListChild li+ li{
  margin: 12px 0 0;
}
.fMenuListChild li a{
  font-size: 1.4rem;
  padding: 0;
}
.fMenuListChild li a:before,
.fMenuListChild li a:hover:before {
  content: "";
  background: none;
  width: 0;
  height: 0;
}
.fInfo{
  width: 268px;
}
.fInfoCv{
  margin: 0 0 20px;
}
.cv {

}
.cvBtn{
  display:flex;
  justify-content: center;
  align-items: center;
  height: 58px;
  padding: 0 5px 0 35px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
}
.cvBtnTel{
  background: #004682;
  margin: 0 0 10px;
}
.cvBtnMail{
  background: #00a0e9;
  margin: 0 0 10px;
}
.cvBtnMag{
  background: #004682;
}
.cvBtnIcon {
  width: 27px;
  margin: 0 25px 0 0;
}
.cvBtnText {
  width: calc(100% - 27px);
}
.cvBtnNum {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
}
.fInfoFb{
  font-size: 1.4rem;
  margin: 0 0 25px;
  display: flex;
  align-items: center;
}
.fInfoFb a {
  margin: 0 0 0 10px;
}
.fInfoAdd{
  font-size: 1.4rem;
  position: relative;
}
.fInfoAddMap{
  color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  padding: 0 18px 0 10px;
  border-radius: 10px;
  background-image: url(../img/common/f-map-arrow.png);
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 5px 6px;
}
.fInfoAddMap:hover{
  opacity: 1;
  color: #fff;
  background-color: #707a88;
  background-image: url(../img/common/f-map-arrow-on.png);
}


@media screen and (max-width: 896px) {
  .f {
    padding: 0;
  }
  .fIn {
    max-width: 100%;
    display: block;
    padding: 0 0 25px;
  }
  .fMenu{
    width: 100%;
    box-sizing: border-box;
    padding: 28px 18px 35px;
  }
  .fMenuIn{
    display: block;
  }
  .fMenuList{
    width: 100%;
    max-width: 100%;
  }
  .fMenuList li {
    line-height: 1;
    border-top: 1px solid #c6cacf;
    padding: 0;
    position: relative;
  }
  .fMenuList li+ li {
    margin: 0;
  }
  .fMenuList:last-child li:last-child {
    border-bottom: 1px solid #c6cacf;
  }
  .fMenuList li a {
    display: block;
    font-size: 1.5rem;
    padding: 13px 0 12px 40px;
    position: relative;
  }
  .fMenuList li a:before {
    content: "";
    width: 4px;
    height: 7px;
    background: url(../img/common/f-arrow.png) no-repeat 0 0;
    background-size: 4px 7px;
    position: absolute;
    top: calc(50% - 3.5px);
    left: 12px;
  }
  .fMenuList li a:hover {
    opacity: 1;
    color: #707a88;
  }
  .fMenuList li a:hover:before {
    background: url(../img/common/f-arrow-on.png) no-repeat 0 0;
    background-size: 4px 7px;
  }
  .fMenuListChild{
    margin: 0;
    display: none;
  }
  .fMenuListChild li,
  .fMenuListChild li+ li{
    margin: 0;
  }
  .fMenuListChild li a{
    font-size: 1.5rem;
    padding: 13px 0 12px 53px;
  }
  .fMenuListChild li a:before,
  .fMenuListChild li a:hover:before {
    content: "-";
    background: none;
    width: 1em;
    height: auto;
    top: calc(50% - 0.6em);
    left: 35px;
  }
  .fMenuTgl{
    width: 25px;
    height: calc(1em + 25px);
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 2;
  }
  .fMenuTglOpen{
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
    padding: 13px 5px 12px;
  }
  .on .fMenuTglOpen {
    display: none;
  }
  .fMenuTglOpen:before {
    content: "";
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 20px;
    left: 5px;
  }
  .fMenuTglOpen:after {
    content: "";
    width:1px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 13px;
    left: 12px;
  }
  .fMenuTglClose{
    display: none;
    position: relative;
    width: 15px;
    height: 15px;
    padding: 13px 5px 12px;
  }
  .on .fMenuTglClose {
    display: block;
  }
  .fMenuTglClose:before {
    content: "";
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 20px;
  }
  .fInfo{
    width: 100%;
  }
  .fInfoCv{
    margin: 0 18px 20px;
  }
  .cvBtn{
    display: block;
    height: auto;
    padding: 18px 0;
    text-align: center;
    font-size: 1.7rem;
    position: relative;
  }
  .cvBtnMail{
    margin: 0 0 12px;
  }
  .cvBtnMag {
    padding: 12px 0;
  }
  .cvBtnIcon {
    width: 18px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
  }
  .cvBtnMag .cvBtnIcon {
    /* top: 14px; */
  }
  .cvBtnIcon img {
    width: 100%;
    height: auto;
    vertical-align: inherit;
  }
  .cvBtnText {
    width: auto;
  }
  .fInfoFb{
    margin: 0 0 42px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fInfoFb a {
    width: 25px;
    height: 25px;
  }
  .fInfoFb a img {
    width: 100%;
    height: auto;
  }
  .fInfoAdd{
    font-size: 1.3rem;
    margin: 0 18px;
  }
  .fInfoAddMap{
    top: 0;
    bottom: auto;
  }
}

@media screen and (max-width: 320px) {
  .fInfoAdd{
    font-size: 1.2rem;
  }
}


/* credit */
.credit{
  text-align: right;
  box-sizing: border-box;
  padding: 0 20px 0 0;
  font-size:1.1rem;
  color: #fff;
  margin: 0 auto -2em;
}
.credit a{
  font-size:1.1rem;
  color: #fff;
  text-decoration: underline;
}
.credit a:hover {
  text-decoration: none;
}


@media screen and (max-width: 896px) {
  .credit{
    background: #143254;
    text-align: left;
    padding: 0 0 5px 15px;
    font-size:1.1rem;
    color: #fff;
    margin: 0;
  }
}


/* copyright */
.copyright{
  background: #101e35;
  font-size:1.1rem;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}




/* enPage */
.enPage {
  padding: 0 0 25px;
  background: url(../img/en/en-bg01.png) 0 0;
  background-size: 100% auto;
  position: relative;
}
.enPage header {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.enWrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.mvEn {

}
.mvEnTop {
  width: 100%;
  position: relative;
}
.enPage .mvCopy {
  top: 35%;
}
.enPage .mvCopyTitle {
  font-size: 1.875vw;
}
.enPage .mvCopyTitle span {
  margin: 0 0 7px;
}
.enAnchor {
  padding: 80px 0 106px;
  text-align: center;
}
.enAnchorList {
  display: inline-block;
}
.enAnchorList li {
  display: inline-block;
}
.enAnchorList li+li {
  margin: 0 0 0 95px;
}
.enAnchorList li a{
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 2px;
  border-bottom: 1px solid #fff;
}
.enAnchorListText {
  font-size: 1.8rem;
  margin: 0 30px 0 0;
}
.enAnchorListTextNum {
  font-size: 1.2rem;
  margin: 0 15px 0 0;
}
.enAnchorListIcon img {
  vertical-align: middle;
}
.enMain {
  width: 100%;
  position: relative;
}
.enMainSw,
.enMainCp {
  width: 82.5%;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  margin: 0 auto 112px;
  justify-content: center;
  padding: 40px 20px 100px 20px;
}
.enMainSw:before {
  content: "";
  background:#fff;
  display: block;
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.enMainCp:before {
  content: "";
  background:#fff;
  display: block;
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.enMainTop {
  color: #00a0e9;
  margin: 0 0 40px;
}
.enMainTopNum {
  width: 100px;
  border-bottom: 1px solid #00a0e9;
  margin: 0 0 30px;
}
.enMainTopTitle {
  font-size: 4.2rem;
  line-height: 1;
  font-weight: bold;
}
.enMainConts {

}
.enMainConts p {
  margin: 0 0 35px;
}
.enMainContsImg {
  text-align: center;
}
.enMainContsIn {
  padding: 0 0 0 182px;
  position: relative;
}
.enMainContsIn+ .enMainContsIn {
  margin: 70px 0 0;
}
.enMainContsIn:before {
  content: "";
  width: 100px;
  height: 1px;
  background: #00a0e9;
  position: absolute;
  top: 2rem;
  left: 0;
}
.enMainContsTitle{
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0 0 25px;
}
.enMainContsBox {
  background: #eff5fb;
  padding: 22px 47px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.enMainContsBoxImg {
  width: 30.225%;
}
.enMainContsBoxText {
  width: calc(100% - (30.225% + 30px));
  display: block;
}
.enMainContsBoxText dl {
  display: table;
}
.enMainContsBoxText dl+ dl {
  margin: 10px 0 0;
}
.enMainContsBoxText dt {
  width: 124px;
  display: table-cell;
  vertical-align: top;
  text-align: left;
  position: relative;
}
.enMainContsBoxText dt:after {
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
.enMainContsBoxText dd {
  display: table-cell;
  vertical-align: top;
}
.enMainContsFlow {
  display: flex;
}
.enMainContsFlowBox {
  width: calc(100% / 4);
}
.enMainContsFlowBoxNum {
  position: relative;
  margin: 0 0 15px;
}
.enMainContsFlowBoxNum span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  border-radius: 26px;
  font-size: 2.0rem;
  color: #fff;
  background: #004682;
  position: relative;
  z-index: 2;
}
.enMainContsFlowBoxNum:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #d4d7db;
  position: absolute;
  top: 50%;
  left: 0;
}
.enMainContsFlowBox:last-child .enMainContsFlowBoxNum:before {
  content: "";
  width: 0;
  height: 0;
  background: none;
}
.enMainContsFlowBoxText {
  padding: 0 10% 0 0;
}
.enMainContsLink {
  display: flex;
  justify-content: space-between;
  margin: 125px 0 0;
}
.enMainContsLinkBtn {
  width: calc((100% - 40px) / 2);
  padding: 47px 4.5%;
  box-sizing: border-box;
  background: #eff5fb;
  display: flex;
  justify-content: space-between;
  font-size: 2.4rem;
  font-weight: bold;
}
.ecBtn {
  background: url(../img/en/ec-banner-bg.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.enMainContsLinkBtnIn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.enMainContsLinkBtnIcon {
  width: 72px;
  height: 72px;
  border-radius: 36px;
  background: #004682;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 22px 0 0;
}
.ecBtn .enMainContsLinkBtnIcon {
  background: #fff;
}
.enMainContsLinkBtnText {
  color: #004682;
}
.ecBtn .enMainContsLinkBtnText {
  color: #fff;
}
.enMainCpInfo {

}
.enMainCpInfo dl {
  width: 100%;
  display: table;
  border-bottom: 1px solid #c6cacf;
}
.enMainCpInfo dl:first-child {
  border-top: 1px solid #c6cacf;
}
.enMainCpInfo dt {
  width: 37%;
  padding: 15px 20px 15px 40px;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  background: #eff5fb;
}
.enMainCpInfo dd {
  width: 63%;
  padding: 15px 20px 15px 40px;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
}

.fEn .fInfo {
  width: calc(100% - 204px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fEn .fInfoFb {
  font-size: 1.4rem;
  margin: 0;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 896px) {
  .enPage {
    padding: 0 0 15px;
  }
  .enWrap{
    max-width: 100%;
  }
  .mvEnTop {
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
  }
  .mvEnTop img {
    width: auto;
    max-width: none;
    height: 450px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .enPage .mvCopy {
    top: 54.5%;
    font-size: 3.2vw;
  }
  .enPage .mvCopy span {
    padding: 6px 12px;
    margin: 0 0 10px;
  }
  .enPage .mvCopy span + span {
    margin: 0;
  }
  .enPage .mvCopyTitle {
    font-size: 3.86473vw;
  }
  .enAnchor {
    padding: 40px 0;
  }
  .enAnchorList li+li {
    margin: 20px 0 0;
  }
  .enAnchorListText {
    font-size: 1.6rem;
    margin: 0 15px 0 0;
  }
  .enMain {
  }
  .enMainSw {
    width: 94%;
    margin: 0 auto 60px;
    padding: 20px 10px 50px 10px;
  }
  .enMainCp {
    width: 94%;
    margin: 0 auto 60px;
    justify-content: flex-start;
    padding: 20px 10px 50px 10px;
  }
  .enMainTop {
    margin: 0 0 30px;
  }
  .enMainTopNum {
    width: 50px;
    margin: 0 0 15px;
  }
  .enMainTopTitle {
    font-size: 3.0rem;
  }
  .enMainContsIn {
    padding: 0 0 0 65px;
  }
  .enMainContsIn:before {
    width: 50px;
  }
  .enMainContsTitle {
    font-size: 2.0rem;
    line-height: 1.4;
    margin: 0 0 15px;
  }
  .enMainContsBox {
    padding: 12px 18px;
    display: block;
  }
  .enMainContsBoxImg {
    width: 100%;
    margin: 0 0 10px;
  }
  .enMainContsBoxText {
    width: 100%;
    letter-spacing: -0.02em;
    font-size: 1.4rem;
  }
  .enMainContsBoxText dt {
    width: 45%;
  }
  .enMainContsFlow {
    flex-direction: column;
    margin: 0 0 20px;
  }
  .enMainContsFlowBox {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 0 0 20px;
    position: relative;
  }
  .enMainContsFlowBox:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #d4d7db;
    position: absolute;
    top: 0;
    left: 16px;
  }
  .enMainContsFlowBox:last-child:before {
    content: "";
    width: 0;
    height: 0;
    background: none;
  }
  .enMainContsFlowBoxNum {
    width: 32px;
    height: 100%;
    display: block;
    position: relative;
    margin: 0;
    z-index: 2;
  }
  .enMainContsFlowBoxNum span {
    width: 32px;
    height: 32px;
  }
  .enMainContsFlowBoxNum:before {
    content: "";
    width: 0;
    height: 0;
    background: none;
  }
  .enMainContsFlowBox:last-child .enMainContsFlowBoxNum:before {
    content: "";
    width: 0;
    height: 0;
    background: none;
  }
  .enMainContsFlowBoxText {
    width: calc(100% - 32px);
    padding: 0 0 0 10px;
  }
  .enMainContsFlowBoxText p {
    margin: 0;
  }
  .enMainContsLink {
    display: block;
    margin: 60px 0 0;
  }

  .enMainContsLinkBtn {
    width: 100%;
    padding: 30px 4.5%;
    font-size: 2.0rem;
  }
  .ecBtn {
    background: url(../img/en/ec-banner-bg.png) no-repeat 0 0;
    background-size: 100% 100%;
    margin: 0 0 20px;
  }
  .enMainContsLinkBtnIcon {
    width: 52px;
    height: 52px;
    border-radius: 26px;
    background: #004682;
    margin: 0 15px 0 0;
  }
  .ecBtn .enMainContsLinkBtnIcon {
    background: #fff;
  }
  .enMainContsLinkBtnText {
    color: #004682;
  }
  .ecBtn .enMainContsLinkBtnText {
    color: #fff;
  }
  .enMainCpInfo {

  }
  .enMainCpInfo dl {
    display: block;
  }
  .enMainCpInfo dl:first-child {
    border-top: 1px solid #c6cacf;
  }
  .enMainCpInfo dt {
    width: 100%;
    display: block;
    padding: 10px;
  }
  .enMainCpInfo dd {
    width: 100%;
    display: block;
    padding: 10px;
  }
  .fEn .fInfo {
    width: 100%;
    display: block;
    padding: 30px 0 0;
  }
  .fEn .fInfoAdd {
      font-size: 1.3rem;
      margin: 0 18px 20px;
  }
  .fEn .fInfoFb {
  }
}



/* page */
.mBread{
  background: #eff5fb;
  padding: 8px 0 7px;
}
.mBread li {
  display: inline-block;
  color: #707a88;
  font-size: 1.2rem;
}
.mBread li a{
  color: #000;
  position: relative;
  font-size: 1.2rem;
}
.mBread li a:after {
  content: "/";
  display: inline-block;
  margin: 0 3px 0 5px;
  color: #707a88;
}
.mTop{
  padding: 50px 0;
  background: url(../img/common/page-top-bg.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.mTopTitle{
  color: #fff;
  text-align: center;
  line-height: 1;
}
.mTopTitleEn{
  font-size: 4.0rem;
  margin: 0 0 5px;
}
.mTopTitleJa{
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.pageTitle{
  font-size: 3.0rem;
  color: #004682;
  text-align: center;
  margin: 0 0 35px;
}

@media screen and (max-width: 896px) {
  .mBread{
    background: #eff5fb;
    padding: 4px 0 3px;
  }
  .mBread li {
    font-size: 1.0rem;
  }
  .mBread li a{
    font-size: 1.0rem;
  }
  .mBread li a:after {
    margin: 0 0 0 3px;
  }
  .mTop{
    padding: 30px 0;
  }
  .mTopTitle{
    color: #fff;
    text-align: center;
    line-height: 1;
  }
  .mTopTitleEn{
    font-size: 4.0rem;
    margin: 0 0 5px;
  }
  .mTopTitleJa{
    font-size: 1.8rem;
  }
  .pageTitle{
    font-size: 3.0rem;
    color: #004682;
    text-align: center;
    margin: 0 0 25px;
  }
}



/* about */
.about{
  padding: 50px 0;
}
.aboutIntroduction{
  text-align: center;
  margin: 0 0 50px;
}
.aboutIntroductionTitle{
  font-size: 2.0rem;
  font-weight: bold;
  margin: 0 0 10px;
}
.aboutIntroduction p {
  line-height: 2;
}
.aboutConts{
}
.aboutContsTitle{
}
.aboutContsIn{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aboutContsBox{
  width: calc((100% - 60px) / 2);
  margin: 0 0 58px;
}
.aboutContsBox:hover {
  opacity: 1;
}
.aboutContsBoxImg {
  overflow: hidden;
}
.aboutContsBoxImg img {
  transition: .3s;
}
.aboutContsBox:hover .aboutContsBoxImg img {
  transform: scale(1.15);
}
.aboutContsBoxText{
  width: 90%;
  box-sizing: border-box;
  background: #fff;
  padding:25px;
  margin: -33px auto 0;
  position: relative;
  transition: .3s;
}
.aboutContsBoxTextLink{
  font-size: 2.0rem;
  line-height: 1;
  font-weight: bold;
  position: relative;
  display: inline-block;
  color: #004682;
  padding: 0 32px 0 0;
  margin: 0 0 15px
}
.aboutContsBoxTextLink:after{
  content: "";
  width: 14px;
  height: 5px;
  background: url(../img/about/about-arrow.png) no-repeat 0 0;
  background-size: 14px 5px;
  position: absolute;
  top: 7px;
  right: 0;
}
.aboutContsBox:hover .aboutContsBoxText {
  color: #fff;
  background: #004682;
  opacity: 1;
}
.aboutContsBox:hover .aboutContsBoxTextLink {
  color: #fff;
  opacity: 1;
}
.aboutMap{
}
.aboutMapTitle{

}
.aboutMapIn{
}
.aboutMapIn iframe {
  width: 100%;
  height: 480px;
}
.aboutMapText{
  margin: 15px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #707a88;
}
.aboutMapText span {
  line-height: 1;
  display: inline-block;
  margin: 0 40px 0 0;
}
.aboutMapText a {
  color: #707a88;
  line-height: 1;
  display: flex;
  align-items: center;
}
.aboutMapText a span {
  margin: 0 5px 0 0;
}


@media screen and (max-width: 896px) {
  .about {
    padding: 40px 10px;
  }
  .aboutIntroduction .aboutIntroductionTitle {
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0 0 15px;
  }
  .aboutContsIn {
    display: block;
  }
  .aboutContsBox {
    width: 100%;
    margin: 0 0 30px;
  }
  .aboutContsBoxText {
    padding: 20px;
  }
  .aboutMapIn iframe {
    width: 100%;
    height: 350px;
  }
  .aboutMapText {
    margin: 10px 0 0;
    display: block;
  }
  .aboutMapText span {
    display: block;
    margin: 0 0 8px 0;
  }
}


/* flow */
.flow{
  padding: 50px 0;
}
.flowIntroduction{
  text-align: center;
  line-height: 2;
  margin: 0 0 50px;
}
.flowStep{
}
.flowStepBox{
  background: #eff5fb;
  display: flex;
  align-items: center;
  margin: 0 0 50px;
}
.flowStepBoxTitle{
  width: 180px;
  color: #004682;
  line-height: 1;
  text-align: center;
}
.flowStepBoxTitleEn{
  font-size: 2.4rem;
}
.flowStepBoxTitleNum{
  font-size: 8.4rem;
  display: block;
}
.flowStepBoxConts{
  width: calc(100% - 180px);
  box-sizing: border-box;
  background: #fff;
  padding: 25px 50px;
  margin: 10px;
}
.flowStepBoxContsTitle{
  font-size: 2.2rem;
  font-weight: bold;
  color: #004682;
  border-bottom: 2px solid #eff5fb;
  margin: 0 0 18px;
}
.flowStepBoxContsLink{
  margin: 40px 0 0;
  display: flex;
  justify-content: space-between;
}
.flowStepBoxContsLinkBtn{
  width: calc((100% - 50px) / 2);
  display: flex;
  align-items: center;
  line-height: 1;
}
.flowStep .flowStepBoxContsLinkBtnTel a{
  font-size: 4.0rem;
}
.flowStepBoxContsLinkBtnImg{
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flowStepBoxContsLinkBtnText{
  text-align: center;
}
.flowStepBoxContsLinkBtnText a{
  color: #000;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
}
.flowStepBoxContsLinkBtnTextSub{
  font-size: 1.6rem;
  line-height: 1;
  margin: 0 0 3px;
}
.flowStepBoxContsLinkBtn .flowStepBoxContsLinkBtnImg img {
  transition: .3s;
}
.flowStepBoxContsLinkBtn:hover .flowStepBoxContsLinkBtnImg img {
  transform: scale(1.1);
}
.flowStepBoxContsLinkBtnTel:hover .flowStepBoxContsLinkBtnImg img {
  transform: scale(1);
}

@media screen and (max-width: 896px) {
  .flow {
    padding: 40px 10px;
  }
  .flowIntroduction {
    margin: 0 0 30px;
  }
  .flowStepBox{
    margin: 0 0 30px;
  }
  .flowStepBoxTitle{
    width: 80px;
  }
  .flowStepBoxTitleEn{
    font-size: 2.0rem;
  }
  .flowStepBoxTitleNum{
    font-size: 6.0rem;
  }
  .flowStepBoxConts{
    width: calc(100% - 80px);
    background: #fff;
    padding: 15px 20px;
    margin: 8px;
  }
  .flowStepBoxContsTitle{
    font-size: 1.8rem;
    margin: 0 0 12px;
  }
  .flowStepBoxContsLink{
    margin: 20px 0 0;
    display: block;
  }
  .flowStepBoxContsLinkBtn{
    width: 100%;
  }
  .flowStepBoxContsLinkBtnTel {
    margin: 15px 0 0;
  }
  .flowStepBoxContsLinkBtnImg{
    width: 38px;
    margin: 0 15px 0 0;
  }
  .flowStepBoxContsLinkBtnText{
    text-align: center;
    width: calc(100% - 53px);
  }
  .flowStepBoxContsLinkBtnText a{
    color: #000;
    text-align: center;
    font-size: 1.8rem;
  }
  .flowStep .flowStepBoxContsLinkBtnTel a{
    font-size: 2.4rem;
    line-height: 1;
  }
  .flowStepBoxContsLinkBtnTextSub{
    font-size: 1.4rem;
    line-height: 1;
    margin: 0 0 3px;
  }
}


/* contact */
.contactFrom {
  padding: 0 0 100px;
}
.contactTop {
  padding: 100px 0;
  background: #eff5fb;
}
.contactTopIn {
  padding: 60px;
  background: #fff;
}
.contactTopIntroduction {
  line-height: 2;
  text-align: center;
  margin: 0 0 50px;
}
.contactTopLink{
}
.contactTopLinkBtn{
  background-color: #fff;
  border: 10px solid #eff5fb;
  padding: 33px 10px 35px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  margin: 0 0 20px;
}
.contactTopLinkBtnTelIn {
    display: flex;
    align-items: center;
}
.contactTopLinkBtnMg {
  padding: 0;
}
.contactTopLinkBtnImg{
  width: 82px;
  height: 82px;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactTopLinkBtnImg img {
  transition: .3s;
}
.contactTopLinkBtn:hover .contactTopLinkBtnImg img {
  transform: scale(1.1);
}
.contactTopLinkBtnText{
  font-size: 2.4rem;
  line-height: 1;
  color: #000;
  margin: 0 35px 0 0;
}
.contactTopLinkBtnNum{
  font-size: 4.0rem;
  line-height: 1;
}
.contactTopLinkBtnLabel{
  font-size: 2.4rem;
  font-weight: bold;
  text-decoration: underline;
  max-width: 370px;
  width: 39%;
  margin: 0 30px 0 0;
}
.contactTopLinkBtnLabel span{
  font-size: 1.8rem;
}
.contactTopLinkBtnIn{
  width: calc((100% - 30px) - 39%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px 0 0;
}
.contactTopLinkBtnMg .contactTopLinkBtnText {
  width: calc(100% - 87px);
  margin: 0;
}
.contactTopLinkBtnSub{
  display: block;
  font-size: 1.6rem;
  margin: 0 0 10px;
}
.contactTopLinkBtnTitle {
  font-size: 2.2rem;
  font-weight: bold;
  display: block;
}
.contactTopLinkBtnArrow{
  width: 27px;
  margin: -15px 0 0;
}
.contactFrom{
}
.contactFromTop{
  line-height: 2;
  text-align: center;
  margin: 50px 0;
}
.contactFromTopTitle {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0 0 25px;
}
.contactFromIn{
}
.contactFromNote{
  margin: 0 0 10px;
}
.contactFromNote span{
  color: #ff0000;
}
.contactFromNote span.en{
  color: #666;
}
.contactFromNote span.en > span{
  color: #ff0000;
}
.mailform{
}
.mailform dl {
  width: 100%;
  display: table;
  border-bottom: 1px solid #c6cacf;
}
.mailform dl:first-child {
  border-top: 1px solid #c6cacf;
}
.mailform dt {
  width: 276px;
  padding: 28px 14px 27px 34px;
  background: #eff5fb;
  font-weight: bold;
  line-height: 1.2;
  display: table-cell;
  vertical-align: middle;
}
.wpcf7c-elm-step1.wpcf7c-force-hide+ .mailform dt {
  background: #fff;
}
.mailform dd {
  width: calc(100% - 276px);
  padding: 15px 0 15px 40px;
  display: table-cell;
  vertical-align: middle;
}
.required{
  position: relative;
}
.required:after{
  content: "※";
  position: relative;
  color: #ff0000;
  font-size: 1.4rem;
}
.mailform dt .en {
  font-size: 1.4rem;
  color: #666;
}
.mailform input[type=text],
.mailform input[type=tel],
.mailform input[type=number],
.mailform input[type=email],
.mailform textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #c6cacf;
  border-radius: 0;
  padding: 15px 18px;
  font-size: 1.6rem;
}
.mailform input[type=text].inputS {
  width: 50%;
  display: inline-block;
  margin: 0 15px 0 0;
}
.mailform textarea {
  /* min-height: 310px; */
  box-sizing: border-box;
}
.inputNote{
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.4;
  vertical-align: middle;
  margin: 5px 0 3px;
}
.inputS+ .inputNote {
  display: inline-block;
}
.mailform input[type=checkbox] {
  display: none;
}
.contact-type .wpcf7-list-item {
  display: block;
}
.contact-type .wpcf7-list-item.last {
  display: inline-block;
}
.mailform dd .en {
  font-size: 1.4rem;
  color: #666;
  margin: 0 0 0 10px;
}
.mailform input+ .wpcf7-list-item-label {
  font-weight: bold;
  display: inline-block;
  padding: 0 0 0 30px;
  position: relative;
  margin: 0 0 4px;
}
.mailform input+ .wpcf7-list-item-label:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
}
.mailform input:checked+ .wpcf7-list-item-label:before,
.mailform input:checked+ input+ .wpcf7-list-item-label:before {
  border: 1px solid #00a0e9;
  background: #00a0e9;
}
.mailform input:checked+ .wpcf7-list-item-label:after,
.mailform input:checked+ input+ .wpcf7-list-item-label:after {
  content: "";
  width: 10px;
  height: 8px;
  background: url(../img/contact/checkbox-icon.png) no-repeat 0 0;
  position: absolute;
  top: 8px;
  left: 2px;
  z-index: 2;
}
.mailform input.wpcf7c-conf+ .wpcf7-list-item-label {
  display: none;
}
.mailform input[type=file] {
  display: none;
}
.mailform label.file {
  display: block;
  margin: 0 0 10px;
}
.fileBtn{
  display: inline-block;
  width: 150px;
  box-sizing: border-box;
  border: 1px solid #c6cacf;
  border-radius: 15px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 30px;
  margin: 0 15px 0 0;
}
.fileText{
}
.inputNoteS{
  font-size: 1.2rem;
}
.mailformPrivacy{
  text-align: center;
  padding: 32px 10px 35px;
  border-top:1px solid #c6cacf;
  border-bottom:1px solid #c6cacf;
  margin: 70px 0 60px;
}
.mailformPrivacyTitle{
  font-size: 2.0rem;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 20px;
}
.mailformPrivacyTitle .en{
  font-size: 1.4rem;
  font-weight: normal;
  color: #666;
}
.mailformPrivacyIn{
  max-width: 660px;
  margin: 0 auto;
  text-align: left;
}
.mailformPrivacyIn .en{
  font-size: 1.4rem;
  font-weight: normal;
  color: #666;
}
.mailformSubmit{
}
.mailformSubmit.wpcf7c-elm-step2{
  display: flex;
  justify-content: center;
}
.mailform .wpcf7c-conf {
  pointer-events: none;
  background-color: #fff;
  border: none!important;
}
.mailform .wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.wpcf7c-conf-hidden {
  display: none;
}
.wpcf7-response-output {
  text-align: center;
  font-weight: bold;
}
.acceptance a {
  text-decoration: underline;
}
form.wpcf7-form {
  padding: 117px 0 0;
  margin: -117px 0 0;
}


@media screen and (max-width: 896px) {
  .contactFrom {
    padding: 0 10px 80px;
  }
  .contactTop {
    padding: 10px;
    background: #eff5fb;
  }
  .contactFromTopTitle {
    font-size: 2.0rem;
    font-weight: bold;
    margin: 0 0 20px;
  }
  .contactTopIn {
    padding: 30px 10px 10px;
    background: #fff;
  }
  .contactTopIntroduction {
    margin: 0 0 30px;
  }
  .contactTopLinkBtn {
    border: 5px solid #eff5fb;
    padding: 10px;
  }
  .contactTopLinkBtnTelIn {
    display: block;
  }
  .contactTopLinkBtnImg {
    width: 52px;
    height: 52px;
  }
  .contactTopLinkBtnTelIn .contactTopLinkBtnText {
    font-size: 1.6rem;
    display: block;
    line-height: 1;
    margin: 0 0 5px 0;
  }
  .contactTopLinkBtnNum {
    font-size: 2.4rem;
  }
  .contactTopLinkBtnLabel {
    display: none;
  }
  .contactTopLinkBtnIn {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }
  .contactTopLinkBtnSub {
    font-size: 1.1rem;
    line-height: 1.1;
    display: block;
    margin: 0 0 5px;
  }
  .contactTopLinkBtnMg .contactTopLinkBtnText {
    width: calc(100% - 100px);
  }
  .contactTopLinkBtnTitle {
    font-size: 4.26666vw;
  }
  .contactTopLinkBtnArrow {
      margin: -15px 0 0 6px;
  }
  .contactFromTop {
    text-align: left;
    line-height: 1.6;
    margin: 40px 0 25px;
  }
  .mailform dl {
    display: block;
  }
  .mailform dt {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 14px 10px 14px 17px;
  }
  .mailform dd {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 14px 0 14px 0;
  }
  .mailform input[type=text],
  .mailform input[type=tel],
  .mailform input[type=number],
  .mailform input[type=email],
  .mailform textarea {
    padding: 10px 12px;
    box-sizing: border-box;
    font-size: 1.4rem;
  }
  .mailform input[type=text].inputS {
    width: 100%;
    margin: 0;
  }
  .mailform input+ label {
    padding: 0 0 0 25px;
    margin: 0 0 4px 10px;
  }
  .mailformPrivacy {
    padding: 16px 10px;
    margin: 30px 0 30px;
  }
  form.wpcf7-form {
    padding: 50px 0 0;
    margin: -50px 0 0;
  }
}


.thanks {
  padding: 20px 0 40px;
  text-align: center;
}
.thanks .contactFrom {
  padding: 0 0 40px;
}
.thanks h3 {
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 0 40px;
}
.thanks p {
  line-height: 2;
  margin: 0 0 30px;
}


@media screen and (max-width: 896px) {
  .thanks {
    padding: 20px 0;
    text-align: center;
  }
  .thanks .contactFrom {
    padding: 0 15px 20px;
  }
  .thanks h3 {
    font-size: 2.0rem;
    margin: 0 0 25px;
  }
  .thanks p {
    line-height: 1.6;
    margin: 0 0 25px;
  }
}



/* recruit */
.recruit{
}
.recruitMv{
  position: relative;
  margin: 0 0 45px;
}
.recruitMvSlider{
}
.recruitMvSlider .slick-slide img{
  width: 100%;
  height: auto;
}
.slick-arrow {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 0;
  background: rgba(0,0,0,.6);
  color: #fff;
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.recruitTop{
  text-align: center;
  border-bottom: 40px solid #eff5fb;
}
.recruitTopTitle{
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0 0 25px;
}
.recruitTop p {
  line-height: 2;
  margin: 0 0 30px;
}
.recruitTopBnr{
  display: inline-block;
  margin: 0 0 80px;
}
.recruit .homeNews {
  padding: 80px 0;
}
.recruit .homeNewsTitleJa {
  color: #004682;
}
.recruitProcess{
  display: none;
  padding: 80px 0 100px;
  border-top: 40px solid #eff5fb;
}
.recProcess .recruitProcess {
  display: block;
}
.recruitTitle{
  font-size: 3.2rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  padding: 0 0 20px;
  margin: 0 0 50px;
  position: relative;
}
.recruitTitle:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #00a0e9;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.recruitProcessTitle{
}
.recruitProcessFlow{
}
.recruitProcessFlow+ .recruitProcessFlow{
  margin: 60px 0 0;
}
.recruitProcessFlowTitle{
  font-size: 2.0rem;
  line-height: 1;
  font-weight: bold;
  padding: 0 0 0 25px;
  position:relative;
  margin: 0 0 18px;
}
.recruitProcessFlowTitle:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #00a0e9;
  position: absolute;
  top: 2px;
  left: 0;
}
.recruitProcessFlowList{
  display: flex;
}
.recruitProcessFlowList li {
  width: calc((100% - 180px) / 6);
  box-sizing: border-box;
  margin: 0 0 0 36px;
  border: 10px solid #eff5fb;
  position: relative;
}
.recruitProcessFlowList li:after {
  content: "";
  width: 12px;
  height: 14px;
  background: url(../img/recruit/recruit-arrow.png) no-repeat 0 0;
  background-size: 12px 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -36px;
}
.recruitProcessFlowList li:first-child {
  margin: 0;
}
.recruitProcessFlowList li:first-child:after {
  content: "";
  width: 0;
  height: 0;
  background: none;
  background-size: 0 0;
  top: 0;
  transform: translateY(0);
  right: 0;
}
.recruitProcessFlowListNum{
  width: 100%;
  font-size: 1.8rem;
  text-align: center;
  color: #00a0e9;
  position: absolute;
  top: 4px;
  left: 0;
}
.recruitProcessFlowListTitle{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 0 45px;
  box-sizing: border-box;
}
.recruitCv{
  display: none;
  margin: 0 0 100px;
}
.recCv .recruitCv {
  display: block;
}
.recruitCvTitle{
}
.recruitCvBnr{
  display: flex;
}
.recruitCvBnrImg{
  max-width: 465px;
  width: 35%;
}
.recruitCvBnrConts{
  max-width: 855px;
  width: 65%;
  background: #eff5fb;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruitCvBnrContsBtn{
  max-width: 680px;
  width: 95%;
  background: #fff;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruitCvBnrContsBtnIn{
  width: 75%;
  padding: 14px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #c6cacf;
}
.recruitCvBnrContsBtnImg{
  margin: 0 27px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruitCvBnrContsBtnImg img {
  transition: .3s;
}
.recruitCvBnrContsBtn:hover .recruitCvBnrContsBtnImg img {
  transform: scale(1.1);
}
.recruitCvBnrContsBtnText{
  color: #000;
  font-size: 2.4rem;
}
.recruitCvBnrContsBtnTo{
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}


@media screen and (max-width: 896px) {
  .recruitMv{
    position: relative;
    margin: 0 0 30px;
  }
  .recruitMvSlider{
  }
  .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .recruitTop{
    border-bottom: 20px solid #eff5fb;
  }
  .recruitTopTitle{
    font-size: 2.0rem;
    font-weight: bold;
    margin: 0 0 20px;
  }
  .recruitTop p {
    line-height: 1.6;
    margin: 0 0 20px;
  }
  .recruitTopBnr{
    display: inline-block;
    margin: 0 0 40px;
  }
  .recruit .homeNews {
    padding: 40px 0;
  }
  .recruitProcess{
    padding: 40px 0 50px;
    border-top: 20px solid #eff5fb;
  }
  .recruitTitle{
    font-size: 2.42rem;
    padding: 0 0 10px;
    margin: 0 0 30px;
  }
  .recruitTitle:after {
    content: "";
    width: 30px;
  }
  .recruitProcessFlow+ .recruitProcessFlow{
    margin: 30px 0 0;
  }
  .recruitProcessFlowTitle{
    font-size: 1.6rem;
    padding: 0 0 0 20px;
    margin: 0 0 12px;
  }
  .recruitProcessFlowTitle:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #00a0e9;
    top: 2px;
    left: 0;
  }
  .recruitProcessFlowList{
    display: block;
    padding: 0;
  }
  .recruitProcessFlowList li {
    width: 100%;
    margin: 0 0 18px;
    border: 8px solid #eff5fb;
  }
  .recruitProcessFlowList li:first-child {
    margin: 0 0 18px;
  }
  .recruitProcessFlowList li:after {
    content: "";
    width: 12px;
    height: 14px;
    background: url(../img/recruit/recruit-arrow.png) no-repeat 0 0;
    background-size: 12px 14px;
    position: absolute;
    top: auto;
    transform: translateY(0);
    bottom: -24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(90deg);
  }
  .recruitProcessFlowList li:first-child:after {
    content: "";
    width: 12px;
    height: 14px;
    background: url(../img/recruit/recruit-arrow.png) no-repeat 0 0;
    background-size: 12px 14px;
    position: absolute;
    top: auto;
    transform: translateY(0);
    bottom: -24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(90deg);
  }
  .recruitProcessFlowList li:last-child:after {
    content: "";
    width: 0;
    height: 0;
    background: none;
  }

  .recruitProcessFlowListNum{
    font-size: 1.6rem;
  }
  .recruitProcessFlowListTitle{
    padding: 30px 0 10px;
  }
  .recruitCv{
    margin: 0 0 60px;
  }
  .recruitCvBnr {
    display: block;
  }
  .recruitCvBnrImg{
    max-width: 100%;
    width: 100%;
    margin: 0 0 15px;
  }
  .recruitCvBnrConts{
    max-width: 100%;
    width: 100%;
    padding: 10px 0;
  }
  .recruitCvBnrContsBtn{
    max-width: 95%;
    width: 95%;
    padding: 10px 0;
  }
  .recruitCvBnrContsBtnIn{
    width: 74%;
    padding: 14px 0;
  }
  .recruitCvBnrContsBtnImg{
    width: 52px;
    height: 52px;
    margin: 0 10px 0 0;
  }
  .recruitCvBnrContsBtnText{
    font-size: 4vw;
  }
  .recruitCvBnrContsBtnTo{
    width: 26%;
    font-size: 3.2vw;
  }
}


/* privacy */
.privacy{

}
.privacyIn{
  padding: 30px 0 60px;
}
.privacyTop{
  text-align: center;
  line-height: 2;
  margin: 0 0 100px;
}
.privacyConts{
  line-height: 2;
  padding: 0 60px;
}
.pageH3 {
  font-size: 2.8rem;
  font-weight: bold;
  border-bottom: 1px solid #c6cacf;
  position: relative;
  padding: 0 0 5px;
  margin: 0 0 30px;
}
.pageH3:before {
  content: "";
  width: 70px;
  height: 1px;
  background: #00a0e9;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.privacyConts p {
  margin: 30px 0;
}
.privacyConts ul {
  margin: 30px 0 30px 70px;
}
.privacyContsAddress p {
  margin: 30px 0 30px 70px;
}
.privacyContsAddress p a {
  text-decoration: underline;
}
.privacyConts p+ .pageH3,
.privacyConts ul+ .pageH3 {
  margin: 60px 0 30px;
}

@media screen and (max-width: 896px) {
  .privacyIn{
    padding: 30px 0;
  }
  .privacyTop{
    margin: 0 10px 40px;
  }
  .privacyConts{
    padding: 0 15px;
  }
  .pageH3 {
    font-size: 2.0rem;
    padding: 0 0 5px;
    margin: 0 0 20px;
  }
  .pageH3:before {
    width: 30px;
  }
  .privacyConts p {
    margin: 20px 0;
  }
  .privacyConts ul {
    margin: 20px 0;
  }
  .privacyConts ul li+ li {
    margin: 8px 0 0;
  }
  .privacyContsAddress p {
    margin: 20px 0;
  }
}

/* company */
.company{
  background: #eff5fb;
  padding: 40px 0 105px;
}
.companyTitle{
  font-size: 3.4rem;
  line-height: 1;
  color: #004682;
  text-align: center;
  padding: 0 0 20px;
  position: relative;
  margin: 0 0 70px;
}
.companyTitle:after {
  content: "";
  width: 34px;
  height: 1px;
  background: #00a0e9;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.companyConts{
  background: #fff;
  padding: 90px 120px;
}
.companyContsTitle{
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: bold;
  color: #004682;
  margin: 0 0 40px;
}
.companyContsIn{
}
.companyLink{
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.companyLinkBtn {
  width: 20%;
  color: #fff;
  position: relative;
}
.companyLinkText {
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform:translateY(-50%);
  margin: 0 auto;
  z-index: 2;
}
.companyLinkImg {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.companyLinkImg img {
  width: 100%;
  transition: .3s;
}
.companyLinkBtn:hover .companyLinkImg img {
  transform: scale(1.1);
}
.companyConts p {
  line-height: 1.8;
}
.message .companyConts p {
  line-height: 2.375;
  margin: 0 0 40px;
}
.companyConts h4 {
  font-size: 2.0rem;
  line-height: 1.4;
  font-weight: bold;
  margin: 0 0 20px;
}
.message .companyConts .messageImg {
  width: 410px;
  height: auto;
  float: right;
  margin: 0 0 40px 60px;
}
.message .messageName{
  text-align: right;
}
.messageName p {
  margin: 0 0 10px;
}
.companyContsBlock {
  display: flex;
  justify-content: space-between;
  margin: 0 0 70px;
}
.companyContsBlockIn {
  width: calc((100% - 50px) / 2);
}
.companyContsBlockIn h4 {
  padding: 0 0 12px;
  border-bottom: 1px solid #c6cacf;
  margin: 0 0 8px;
}
.companyContsNav {
  display: flex;
  justify-content: center;
  margin: 0 0 35px;
  position: relative;
  z-index: 1;
}
.companyContsNav li{
  border-left: 1px solid #c6cacf;
  padding: 0 0 0 24px;
  margin: 0 0 0 23px;
  display: flex;
  align-items: center;
}
.companyContsNav li:first-child {
  border-left: 0;
  padding: 0;
  margin: 0;
}
.companyContsNav li a{
  color: #000;
  padding: 0 24px 0 0;
  position: relative;
}
.companyContsNav li a:after {
  content: "";
  width: 7px;
  height: 4px;
  background: url(../img/about/company-down-arrow.png) no-repeat 0 0;
  background-size: 7px 4px;
  position: absolute;
  top: 10px;
  right: 0;
}
.companyContsNav li:first-child a {

}
.companyContsInfo {
  margin: 20px 0 70px 80px;
  position: relative;
  z-index: 2;
}
.companyContsInfo dl {
  width: 100%;
  display: table;
  border-bottom: 1px solid #c6cacf;
}
.companyContsInfo dl:first-child {
  border-top: 1px solid #c6cacf;
}
.companyContsInfo dt {
  width: 210px;
  padding: 18px 10px 18px 37px;
  box-sizing: border-box;
  background: #eff5fb;
  font-weight: bold;
  display: table-cell;
  vertical-align: top;
}
.companyContsInfo dd {
  width: calc(100% - 210px);
  padding: 18px 10px 18px 30px;
  display: table-cell;
  vertical-align: top;
}
.companyContsInfo dd .address a {
  color: #707a88;
  text-decoration: none;
  margin: 0 0 0 20px;
}
.companyContsInfo dd .address a span {

}
.companyContsInfo dd .address a span img {
  vertical-align: middle;
}
.companyContsInfo dd a {
  color: #707a88;
  text-decoration: underline;
}
.companyContsInfo iframe {
  width: 100%;
  height: 430px;
}
.companyContsInfoAddress {
  padding: 20px 0;
  border-top: 1px solid #c6cacf;
  border-bottom: 1px solid #c6cacf;
  margin: 0 0 35px;
}
.companyContsInfoAddressMain {
  border-top: 0;
  border-bottom: 0;
  margin: 0;
}
.companyContsInfoAddress a  {
  color: #707a88;
}
.companyContsInfoAddress a span img {
  vertical-align: middle;
}
.companyContsInfoAddress p+ p {
  margin: 8px 0 0;
}
.companyContsInfoAddress .bldName {
  display: inline-block;
  width: 150px;
}
.companyContsInfoAddress .bldName+ span {
  display: inline-block;
  width: 370px;
}
.companyContsInfoRoute {
  display: flex;
  justify-content: space-between;
}
.companyContsInfoRouteCar {
  width: 63%;
  box-sizing: border-box;
  border-right: 1px solid #c6cacf;
  padding: 0 60px 0 0;
}
.companyContsInfoRouteCar p {
  margin: 0 0 15px;
}
.companyContsInfoRouteTrain {
  width: 37%;
  box-sizing: border-box;
  padding: 0 0 0 60px;
}
.routeTitle {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
}
.routeTitleImg {
  margin: 0 15px 0 0;
}
.routeTitleText {
  font-size: 1.8;
  font-weight: bold;
  color: #004682;
}
.companyContsInfoRouteTrain p {
  margin: 0 0 35px;
}
.companyContsCertif {
  margin: 20px 0 70px 80px;
}
.companyContsCertifList li{
  padding: 0 0 0 27px;
  position: relative;
  margin: 0 0 8px;
}
.companyContsCertifList li:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #00a0e9;
  position: absolute;
  top: 6px;
  left: 0;
}
.companyContsCertifListChild {
  padding: 8px 0 0 10px;
}
.companyContsCertifListChild li {
  padding: 0;
}
.companyContsCertifListChild li:after {
  content: "";
  width: 0;
  height: 0;
  border-radius: 0;
  background: none;
  top: 0;
  left: 0;
}
.companyContsPdf {
  margin: 20px 0 0 80px;
}
.companyContsPdf a {
  font-size: 1.4rem;
  color: #707a88;
}

.pageH4 {
  font-size: 2.0rem;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 27px;
}
.pageH4:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #00a0e9;
  position: absolute;
  bottom: 6px;
  left: 0;
}
.businessList {
    margin: 0 0 70px;
}
.businessList li {
  position: relative;
}
.businessListText {
  border-top: 1px solid #c6cacf;
  padding: 10px 38px 10px 20px
}
.on .businessListText {
  border-bottom: 1px solid #c6cacf;
}
.businessList li:last-child .businessListText {
  border-bottom: 1px solid #c6cacf;
}
.businessListChild{
  display: none;
  margin: 15px 0 40px;
}
.businessListChild li{
  border-top: 0;
  border-bottom: 0;
  padding: 0 0 0 30px;
}
.businessListChild li+ li {
  margin: 5px 0 0;
}
.businessListText {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  background: #eff5fb;
}
.businessListTgl {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 15px;
  right: 20px;
  pointer-events: none;
}
.businessListTglOpen{
  display: block;
  position:relative;
}
.on .businessListTglOpen{
  display: none;
}
.businessListTglOpen:before {
  content: "";
  width: 18px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 8px;
  left: 0;
}
.businessListTglOpen:after {
  content: "";
  width: 2px;
  height: 18px;
  background: #000;
  position: absolute;
  top: 0;
  left: 8px;
}
.businessListTglClose{
  display: none;
  position:relative;
}
.on .businessListTglClose{
  display: block;
}
.businessListTglClose:before {
  content: "";
  width: 18px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 8px;
  left: 0;
}
.companyContsBnr {
  margin: 60px 0 0;
}


.gallery .companyContsTitle {
  text-align: center;
  margin: 0 0 30px;
}
.galleryImg {
  margin: 20px 0 60px;
}
.galleryMore {
  text-align: center;
}
.galleryMore a {
  padding: 0 0 5px;
  color: #000;
  border-bottom: 1px solid #000;
}
.galleryImgBox {
 display: flex;
 justify-content: space-around;
 box-sizing: border-box;
}
.galleryImgBox+ .galleryImgBox {
  margin: 12px 0 0;
}
.galleryImgBox img {
  width: 100%;
  height: auto;
  max-height: 425px;
  animation: fadeIn 1.2s;
}
@keyframes fadeIn {
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
.galleryImgBox .p02 {}
.galleryImgBox .p02L {
  width: 640px;
}
.galleryImgBox .p02R {
  width: 308px;
  margin: 0 0 0 12px;
}
.galleryImgBox .p03 {}
.galleryImgBox .p03L {
  width: 308px;
  margin: 0 12px 0 0;
}
.galleryImgBox .p03R {
  width: 640px;
}
.galleryImgBox .p04 {}
.galleryImgBox .p04L {
  width: 640px;
}
.galleryImgBox .p04R {
  width: 308px;
  margin: 0 0 0 12px;
  display: block;
}
.galleryImgBox .p04R01 {
  margin: 0 0 13px;
}
.galleryImgBox .p04R02 {}
.galleryImgBox .p05L {
  width: 308px;
  margin: 0 12px 0 0;
  display: block;
}
.galleryImgBox .p05L01 {
  margin: 0 0 13px;
}
.galleryImgBox .p05L02 {}
.galleryImgBox .p05R {
  width: 640px;
}
.galleryImgBox .p06 {}
.galleryImgBox .p06L {
  width: 640px;
}
.galleryImgBox .p06R {
  width: 308px;
  margin: 0 0 0 12px;
  display: block;
}
.galleryImgBox .p06R01 {
  margin: 0 0 13px;
}
.galleryImgBox .p06R02 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.galleryImgBox .p06R02a {
  width: 48.5%;
}
.galleryImgBox .p06R02b {
  width: 48.5%;
}
.galleryImgBox .p07L {
  width: 308px;
  margin: 0 12px 0 0;
  display: block;
}
.galleryImgBox .p07L01 {
  margin: 0 0 13px;
}
.galleryImgBox .p07L02 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.galleryImgBox .p07L02a {
  width: 48.5%;
}
.galleryImgBox .p07L02b {
  width: 48.5%;
}
.galleryImgBox .p07R {
  width: 640px;
}
.scroller-status {
  display: none;
  margin-top: 40px;
}
.infinite-scroll-request {
  animation: scroll-request 1.1s infinite linear;
  border: 4px solid #00b8d4;
  border-left: 4px solid #fff;
  border-radius: 50%;
  height: 48px;
  margin: auto;
  width: 48px;
}
@keyframes scroll-request {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.infinite-scroll-last,
.infinite-scroll-error {
  color: #757575;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .gallery .companyContsTitle {
    margin: 0 0 20px;
  }
  .galleryImg {
    margin: 20px 0 40px;
  }
  .galleryImgBox img {
    width: 100%;
    height: auto;
    max-height: none;
    align-self: flex-start;
  }
  .galleryImgBox+ .galleryImgBox {
    margin: 6px 0 0;
  }
  .galleryImgBox .p02L {
    width: calc((100% / 3) * 2);
  }
  .galleryImgBox .p02R {
    width: calc((100% / 3) - 6px);
    margin: 0 0 0 6px;
  }
  .galleryImgBox .p03 {}
  .galleryImgBox .p03L {
    width: calc((100% / 3) - 6px);
    margin: 0 6px 0 0;
  }
  .galleryImgBox .p03R {
    width: calc((100% / 3) * 2);
  }
  .galleryImgBox .p04 {}
  .galleryImgBox .p04L {
    width: calc((100% / 3) * 2);
  }
  .galleryImgBox .p04R {
    width: calc((100% / 3) - 6px);
    margin: 0 0 0 6px;
  }
  .galleryImgBox .p04R01 {
    margin: 0 0 7px;
  }
  .galleryImgBox .p04R02 {}
  .galleryImgBox .p05L {
    width: calc((100% / 3) - 6px);
    margin: 0 6px 0 0;
  }
  .galleryImgBox .p05L01 {
    margin: 0 0 7px;
  }
  .galleryImgBox .p05L02 {}
  .galleryImgBox .p05R {
    width: calc((100% / 3) * 2);
  }
  .galleryImgBox .p06 {}
  .galleryImgBox .p06L {
    width: calc((100% / 3) * 2);
  }
  .galleryImgBox .p06R {
    width: calc((100% / 3) - 6px);
    margin: 0 0 0 6px;
  }
  .galleryImgBox .p06R01 {
    margin: 0 0 7px;
    display: flex;
    justify-content: space-between;
  }
  .galleryImgBox .p06R02a {
    width: 49%;
  }
  .galleryImgBox .p06R02b {
    width: 49%;
  }
  .galleryImgBox .p07L {
    width: calc((100% / 3) - 6px);
    margin: 0 6px 0 0;
  }
  .galleryImgBox .p07L01 {
    margin: 0 0 7px;
    display: flex;
    justify-content: space-between;
  }
  .galleryImgBox .p07L02a {
    width: 49%;
  }
  .galleryImgBox .p07L02b {
    width: 49%;
  }
  .galleryImgBox .p07R {
    width: calc((100% / 3) * 2);
  }
}



.historyList dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid #c6cacf;
}
.historyList dl:first-child {
  border-top: 1px solid #c6cacf;
}
.historyList dt {
  width: 210px;
  padding: 18px 10px 18px 60px;
  box-sizing: border-box;
  background: #eff5fb;
  font-weight: bold;
  display: table-cell;
  vertical-align: top;
}
.historyList dd {
  width: calc(100% - 210px);
  padding: 18px 10px 18px 30px;
  display: table-cell;
  vertical-align: top;
}
.publicationsList {
  margin: 20px 0 70px;
}
.publicationsList dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  border-bottom: 1px solid #c6cacf;
}
.publicationsList dl:first-child {
  border-top: 1px solid #c6cacf;
}
.publicationsList dt {
  width: 210px;
  padding: 18px 10px 18px 60px;
  box-sizing: border-box;
  background: #eff5fb;
  vertical-align: top;
}
.publicationsList dd {
  width: calc(100% - 210px);
  box-sizing: border-box;
  padding: 0 10px 0 30px;
  position: relative;
}
.publicationsList dd a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  color: #000;
  position: relative;
  z-index: 1;
  padding: 18px 23px 18px 0;
  text-overflow: ellipsis;
}
.publicationsListIcon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.publicationsListPager {
  text-align: center;
  margin: 0 0 60px;
}


@media screen and (max-width: 896px) {
  .company{
    padding: 40px 0 55px;
  }
  .companyTitle{
    font-size: 2.4rem;
    padding: 0 0 10px;
    margin: 0 0 40px;
  }
  .companyTitle:after {
    width: 30px;
  }
  .companyConts{
    padding: 30px 18px;
  }
  .companyContsTitle{
    font-size: 2.0rem;
    margin: 0 0 30px;
  }
  .companyLink{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .companyLinkBtn {
    width: 50%;
    background: #004682;
  }
  .companyLinkBtn.noLink {
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    filter:grayscale(100%);
    opacity: .5;
    pointer-events: none;
  }
  .companyConts p {
    line-height: 1.8;
    margin: 0 0 25px;
  }
  .companyConts h4 {
    font-size: 1.8rem;
  }
  .message .companyConts .messageImg  {
    width: 100%;
    margin: 0 0 30px;
  }
  .messageName p {
    margin: 0 0 5px;
  }
  .companyContsBlock {
    display: block;
  }
  .companyContsBlockIn {
    width: 100%;
    margin: 0 0 30px;
  }
  .companyContsNav {
    display: block;
  }
  .companyContsNav li{
    display: block;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    border-left: 0;
    border-bottom: 1px solid #c6cacf;
  }
  .companyContsNav li:first-child {
    margin: 0 0 20px;
  }
  .companyContsNav li a{
    display: block;
    text-align: center;
  }

  .companyContsInfo {
    margin: 20px 0 40px 0;
  }
  .companyContsInfo dl {
    width: 100%;
    display: table;
    border-bottom: 1px solid #c6cacf;
  }
  .companyContsInfo dl:first-child {
    border-top: 1px solid #c6cacf;
  }
  .companyContsInfo dt {
    width: 90px;
    padding: 10px;
    font-size: 1.2rem;
  }
  .companyContsInfo dd {
    width: calc(100% - 90px);
    padding: 10px 5px;
    font-size: 1.2rem;
    text-align: justify;
  }
  .companyContsInfo dd p{
    margin: 0;
  }
  .companyContsInfo dd .address a {
    margin: 0 0 0 10px;
  }
  .companyContsInfo iframe {
    height: 350px;
  }
  .companyContsInfoAddress {
    padding: 10px 0;
    margin: 0 0 30px;
  }
  .companyContsInfoAddressMain {
    margin: 0;
  }
  .companyContsInfoAddress p{
    margin: 0;
  }
  .companyContsInfoAddress p+ p {
    margin: 15px 0 0;
  }
  .companyContsInfoAddress .bldName {
    display: block;
    width: auto;
  }
  .companyContsInfoAddress .bldName+ span {
    display: block;
    width: auto;
  }
  .companyContsInfoRoute {
    display: block;
  }
  .companyContsInfoRouteCar {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #c6cacf;
    padding: 0 0 15px;
    margin: 0 0 20px;
  }
  .companyContsInfoRouteCar p {
    margin: 0 0 10px;
  }
  .companyContsInfoRouteTrain {
    width: 100%;
    padding: 0;
  }
  .routeTitle {
    display: flex;
    align-items: center;
    margin: 0 0 5px;
  }
  .routeTitleImg {
    margin: 0 10px 0 0;
  }
  .routeTitleText {
    font-size: 1.6;
  }
  .companyContsInfoRouteTrain p {
    margin: 0 0 25px;
    line-height: 1.4;
  }
  .companyContsCertif {
    margin: 20px 0 40px 0;
  }
  .companyContsCertifList li{
    font-size: 1.2rem;
    padding: 0 0 0 18px;
    position: relative;
    margin: 0 0 5px;
  }
  .companyContsCertifList li:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 4px;
    top: 6px;
  }
  .companyContsCertifListChild {
    padding: 5px 0 0 0;
  }
  .companyContsCertifListChild li {
    padding: 0 0 0 5px;
    margin: 0 0 5px;
  }
  .companyContsCertifListChild li:after {
    content: "";
    width: 0;
    height: 0;
    border-radius: 0;
    top: 0;
  }
  .companyContsPdf {
    margin: 20px 0 0 0;
  }
  .companyContsPdf a {
    font-size: 1.2rem;
  }


  .businessListChild {
    margin: 15px 0 15px;
  }
  .businessListChild li {
    padding: 0 0 0 10px;
  }
  .businessList {
    margin: 0 0 40px;
  }
  .businessListText {
    font-size: 1.6rem;
  }

  .galleryImg {
    margin: 20px 0 40px;
  }

  .historyList dt {
    width: 90px;
    padding: 10px;
    font-size: 1.2rem;
  }
  .historyList dd {
    width: calc(100% - 90px);
    padding: 10px 5px;
    font-size: 1.2rem;
    text-align: justify;
  }

  .publicationsList {
    margin: 20px 0 40px;
  }
  .publicationsList dl {
    display: block;
    border-bottom: 1px solid #c6cacf;
    margin: 0 0 20px;
  }
  .publicationsList dt {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 1.2rem;
  }
  .publicationsList dd {
    display: block;
    width: 100%;
    padding: 10px 5px;
    font-size: 1.2rem;
    text-align: justify;
  }
  .publicationsList dd a {
    padding: 4px 28px 4px 0;
  }
}

/* company history */
.history-nav {
  text-align: center;
  margin-bottom: 80px;
}
.history-nav__list {
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.history-nav__list li {
  width: 22.5%;
}
.history-nav__list li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.history-nav__list .nav-image {
  position: relative;
}
.history-nav__list .nav-image img {
  transition: .3s;
}
.history-nav__list .nav-image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(12,30,55,.2);
}
.history-nav__list .nav-text {
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  background: rgb(0,160,233);
  background: linear-gradient(90deg, rgba(0,160,233,.8) 0%, rgba(0,70,130,.8) 100%);
}
.history-nav__list .nav-text .year {
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 2px;
  letter-spacing: .12em;
}
.history-nav__list .nav-text .title {
  margin-bottom: 6px;
}
.history-nav__list .nav-text .arrow {
  display: inline-block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #fff;
  position: relative;
  vertical-align: bottom;
}
.history-nav__list .nav-text .arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #004682 transparent transparent transparent;
  transform: translate3d(-50%,-50%,0);
}
.history-nav__list li a:hover .nav-image img {
  transform: scale(1.1);
}
.history-nav__list li a:hover {
  opacity: 1;
}
.history-contents {
  background: #fff;
  margin-bottom: 40px;
  letter-spacing: .12em;
  line-height: 1.75;
}
.history-contents:last-child {
  margin-bottom: 0;
}
.history-contents .contents-head {
  display: table;
  width: 100%;
  color: #fff;
}
.history-contents .contents-head .head-year {
  display: table-cell;
  vertical-align: middle;
  width: 200px;
  text-align: center;
  background: rgb(0,160,233);
  background: linear-gradient(90deg, rgba(0,160,233,1) 0%, rgba(0,70,130,1) 100%);
  font-size: 40px;
}
.history-contents .contents-head .head-text {
  display: table-cell;
  vertical-align: middle;
  background: #143254;
  padding: 25px 30px;
}
.history-contents .contents-head .title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
.history-contents .contents-main {
  padding: 40px;
  display: flex;
}
.history-contents .history-table {
  width: 54%;
}
.history-contents .historyList dt {
  text-align: left;
  width: 150px;
  padding-left: 1em;
}
.history-contents .historyList dd {
  padding-left: 1em;
  padding-right: 0;
}
.history-contents .history-photo {
  width: 42%;
  margin-left: auto;
}
.history-contents .history-photo .photo-box {
  margin-bottom: 20px;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.history-contents .history-photo .photo-box:last-child {
  margin-bottom: 0;
}
.history-contents .history-photo .photo-box > div,
.history-contents .history-photo .photo-box > p {
  width: 49%;
  box-sizing: border-box;
}
.history-contents .history-photo .photo-box .text {
  padding-left: 0.5em;
  font-size: 13px;
}
@media screen and (max-width: 896px) {
.history-nav {
  margin-bottom: 40px;
}
.history-nav__list {
  display: -webkit-flex;
  display:    -moz-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.history-nav__list li {
  width: 48%;
  margin-bottom: 4%;
}
.history-nav__list .nav-text .year {
  font-size: 20px;
}
.history-nav__list .nav-text .title {
  font-size: 13px;
}
.history-nav__list .nav-text .arrow {
  width: 26px;
  height: 26px;
}
.history-nav__list li a:hover .nav-image img {
  transform: scale(1);
}
.history-contents .contents-head .head-year {
  font-size: 18px;
  width: 80px;
}
.history-contents .contents-head .head-text {
  padding: 20px;
  font-size: 13px;
}
.history-contents .contents-head .title {
  font-size: 18px;
}
.history-contents .contents-main {
  padding: 20px;
  display: block;
}
.history-contents .history-table {
  width: 100%;
}
.history-contents .historyList dt {
  width: 110px;
}
.history-contents .history-photo {
  width: 100%;
  margin-top: 20px;
}
}

/* products */
.pd {}
.pdMain{
  background: #eff5fb;
}
.pdMainTOP {
  font-size: 1.8rem;
  text-align: center;
  padding: 50px 0 40px;
}
.pdMainConts{
  background: #fff;
  padding: 30px 60px 70px;
}
.pdMainContsList{
}
.pdMainContsList+ .pdMainContsList{
  margin: 32px 0 0;
}
.pdMainContsListIn {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.pdMainContsListBox{
  width: calc((100% - 210px) / 3);
  padding: 0;
  margin: 0 0 52px;
}
.pdMainContsListBox:nth-of-type(3n){
  padding: 0 0 0 52px;
  margin: 0 0 52px 52px;
  border-left: 1px dashed #eff5fb;
}
.pdMainContsListBox:nth-of-type(3n+1){
  padding: 0 52px 0 0;
  margin: 0 52px 52px 0;
  border-right: 1px dashed #eff5fb;
}
/* IE */
@media all and (-ms-high-contrast: none){
  .pdMainContsListBox{
    width: 30%;
    padding: 0;
    margin: 0 0 52px;
    box-sizing: border-box;
  }
  .pdMainContsListBox:nth-of-type(3n){
    padding: 0 0 0 5%;
    margin: 0 0 52px 5%;
    border-left: 1px dashed #eff5fb;
  }
  .pdMainContsListBox:nth-of-type(3n+1){
    padding: 0 5% 0 0;
    margin: 0 5% 52px 0;
    border-right: 1px dashed #eff5fb;
  }
}
/* Edge */
_:-ms-lang(x)::backdrop, .pdMainContsListBox{
  width: 30%;
  padding: 0;
  margin: 0 0 52px;
  box-sizing: border-box;
}
_:-ms-lang(x)::backdrop, .pdMainContsListBox:nth-of-type(3n){
  padding: 0 0 0 5%;
  margin: 0 0 52px 5%;
  border-left: 1px dashed #eff5fb;
}
_:-ms-lang(x)::backdrop, .pdMainContsListBox:nth-of-type(3n+1){
  padding: 0 5% 0 0;
  margin: 0 5% 52px 0;
  border-right: 1px dashed #eff5fb;
}

.pdMainContsListBoxImg{
  margin: 0 0 18px;
  overflow: hidden;
}
.pdMainContsListBoxImg a {
    display: block;
}
.pdMainContsListBoxImg img {
  width: 100%;
  transition: .3s;
}
.pdMainContsListBoxImg:hover img {
  transform: scale(1.15);
}
.pdMainContsListBoxTitle {
  margin: 0 0 10px;
}
.pdMainContsListBoxTitle a{
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
}
.pdMainContsListBoxText{
  margin: 0 0 20px;
}
.pdMainContsListBoxMore{
  text-align: center;
}
.pdMainContsListBoxEn {
  margin: 17px 0 0;
}
.pdMainContsListBoxEn.btn a {
  background: #fff;
  border: 1px solid #004682;
  color: #143254;
}
.pdMainContsListBoxEn.btn a:hover {
  background: #143254;
  color: #fff;
}

.contsMainEc {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  border: 10px solid #eff5fb;
  margin: 0 0 40px;
}
.contsMainEcTitle {
  display: flex;
  width: calc(50% - 40px);
  align-items: center;
  justify-content: center;
  margin: 0 40px 0 0;
}
.contsMainEcTitleImg {
  width: 82px;
  height: 82px;
  border-radius: 41px;
  background: #eff5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px 0 0;
}
.contsMainEcTitleText {

}
.contsMainEcTitleTextName {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: bold;
  display: block;
  margin: 0 0 10px;
}
.contsMainEcTitleTextTel {

}
.contsMainEcBtn {
  max-width: 314px;
}

.pd .homeNews {
  border-top: 40px solid #eff5fb;
}

@media screen and (max-width: 896px) {
  .pdMainConts{
    padding: 20px 10px;
  }
  .pdMainContsListBox{
    width: 100%;
    padding: 0;
    margin: 0 0 40px;
  }
  .pdMainContsListBox:nth-of-type(3n){
    padding: 0;
    margin: 0 0 40px;
    border-left: 0;
  }
  .pdMainContsListBox:nth-of-type(3n+1){
    padding: 0;
    margin: 0 0 40px;
    border-right: 0;
  }
  .pdMainContsListBoxImg{
    margin: 0 0 10px;
  }
  .pdMainContsListBoxImg img {
    width: 100%;
  }
  .pdMainContsList+ .pdMainContsList {
    margin: 20px 0 0;
  }

  .contsMainEc {
    display: block;
    padding: 10px;
  }
  .contsMainEcTitle {
    width: 100%;
    margin: 0 0 10px;
    justify-content: center;
  }
  .contsMainEcTitleImg {
    width: 52px;
    height: 52px;
    border-radius: 26px;
    margin: 0 10px 0 0;
  }
  .contsMainEcTitleTextName {
    font-size: 1.5rem;
    margin: 0 0 5px;
  }
  .contsMainEcBtn {
    width: 100%;
    max-width: 100%;
  }
}



/* unilab */
.unilab .conts {
  padding: 30px 0 0;
}
.unilabTop {
  padding: 70px 0 45px;
  background: url(../img/unilab/uni-lab-bg.png) no-repeat 0 0;
  background-size: cover;
  text-align: center;
  position: relative;
}
.unilabTopLogo {
  margin: 0 0 25px;
}
.unilabTopLogo span {
  color: #fff;
  display: block;
}
.unilabTopText {
  color: #fff;
  line-height: 2;
  margin: 0 0 5px;
}
.unilabSrch {
  max-width: 900px;
  margin: -30px auto 0;
  position: relative;
  z-index: 1;
}
.unilabSrchIn {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  border: 1px solid #004682;
}
.unilabSrchHead {
  width: 300px;
  box-sizing: border-box;
  background: #004682;
  font-size: 1.8rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.unilabSrchFrom {
  width: calc(100% - 300px);
}
.unilabSrchFromIn {
  width: 100%;
  box-sizing: border-box;
  padding: 0 60px 0 0;
  background: #fff;
  position: relative;
}
.unilabSrchFromField {
  width: calc(100% - 40px);
  padding: 15px 20px;
  border: none;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
}
.unilabSrchFromBtn {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  padding: 18px 20px 17px;
  position: absolute;
  top: 0;
  right: 0;
}
.unilabSrchFromBtn img {

}
.unilabSrchNote {
  font-size: 1.4rem;
  color: #707a88;
}
.conts {
  padding: 30px 0 85px;
}
.contsArchPager {
  width: 100%;
  text-align: center;
  margin: 30px 0;
}
.contsArchBtn {
  width: 100%;
  text-align: center;
}
.contsSideSrch {
  margin: 0 0 60px;
}
.contsSideTag{
  margin: 0 0 15px;
}
.contsSideTagList{
  margin: 0 0 60px;
}
.contsSideTagListIn {
  height: 190px;
  overflow: hidden;
}
.contsSideTagListIn.open{
  height: auto;
  overflow: visible;
}
.contsSideTagListBtn {
  text-align: center;
  padding: 10px 0 0;
}
.contsSideTagListBtn span {
  width: 22px;
  height: 22px;
  display: inline-block;
  animation: bounce 2s ease infinite;
}
.contsSideTagListIn.open+ .contsSideTagListBtn span img {
  transform: rotate(180deg);
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-6px);
  }
}
.contsSideTagListBtn span:hover {
  cursor: pointer;
  opacity: .75;
}
.contsSideTagList a{
  display: inline-block;
  padding: 2px 5px;
  font-size: 1.2rem;
  color: #000;
  background: #dbe5ed;
  border-radius: 10px;
  margin: 0 0 2px 5px;
}
.contsSideTagList a:hover{
  opacity: 1;
  color: #fff;
  background: #000;
}
.contsSideSrchFrom {
  display: flex;
  background: #fff;
  position: relative;
  border-radius: 20px;
  border: 1px solid #707a88;
  overflow: hidden;
}
.contsSideSrchFromField {
  width: 100%;
  background: #fff;
  padding: 11px 38px 10px 10px;
  border: none;
  font-size: 1.4rem;
  line-height: 1.4;
}
.contsSideSrchFromBtn {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  padding: 10px 9px 8px 8px;
  position: absolute;
  top: 0;
  right: 0;
}


.contsArch .homeNewsArchBox {
  width: calc((100% - 100px) / 3);
  margin: 0px 0px 40px 50px;
}
.contsArch .homeNewsArchBox:nth-child(3n+1) {
  width: calc((100% - 100px) / 3);
  margin: 0px 0px 40px 0;
}
/* IE */
@media all and (-ms-high-contrast: none){
  .contsArch .homeNewsArchBox {
    width: 30%;
    margin: 0px 0px 40px 5%;
  }
  .contsArch .homeNewsArchBox:nth-child(3n+1) {
    width: 30%;
    margin: 0px 0px 40px 0;
  }
}
/* Edge */
_:-ms-lang(x)::backdrop, .contsArch .homeNewsArchBox {
  width: 30%;
  margin: 0px 0px 40px 5%;
}
_:-ms-lang(x)::backdrop, .contsArch .homeNewsArchBox:nth-child(3n+1) {
  width: 30%;
  margin: 0px 0px 40px 0;
}

@media screen and (max-width: 896px) {
  .contsArch .homeNewsArchBox:nth-child(3n+1) {
    width: calc((100% - 10px) / 2);
    margin: 0 0 20px;
  }
}
.contsSideCat {
  margin: 0 0 20px;
}
.contsSideCatList {
  margin: 0 0 65px;
}
.contsSideCatList li {
  display: block;
  margin: 0 0 5px;
}
.contsSideCatList li a{
  display: block;
  padding: 0 16px 0 0;
  position: relative;
  color: #707a88;
  border-bottom: 1px solid #e2e4e7;
}
.contsSideCatList li a:after {
  content: ">";
  color: #707a88;
  display: inline-block;
  font-size: 1.1rem;
  position: absolute;
  top: 0;
  right: 0;
}

.contsMainTop {
  position: relative;
  padding: 0 40px 0 0;
  margin: 0 0 30px 0;
}
.contsMainTopTag {
  margin: 0 0 15px;
}
.contsMainTopTag a {
  display: inline-block;
  padding: 2px 5px;
  font-size: 1.2rem;
  color: #000;
  background: #dbe5ed;
  border-radius: 10px;
  margin: 0 0 2px 5px;
}
.contsMainTopTag a:hover {
  color: #fff;
  background: #000;
}
.contsMainInfoCom a {
  color: #000;
  padding: 0 17px 0 0;
  position: relative;
}
.contsMainInfoCom a:after {
  content: "";
  width: 10px;
  height: 7px;
  background: url(../img/unilab/comment-arrow.png) no-repeat 0 0;
  background-size: 10px 7px;
  position: absolute;
  top: 9px;
  right: 0;
}
.contsMainStar {
  width: 32px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}
.contsMainStar .star {
  display: block;
  text-align: center;
}
.contsMainStar .en {
  color: #707a88;
  font-size: 1.4rem;
  display: inline-block;
}
.contsMainStar .lb-style-custom .lb-like,
.contsMainStar .lb-style-custom .lb-dislike {
  background: none;
  border: 0;
  border-radius: 0;
  color: #707a88;
  background: none;
  padding: 0;
  margin : 0;
}
.contsMainStar .lb-style-custom .lb-like .lb-a,
.contsMainStar .lb-style-custom .lb-dislike .lb-a {
  display: block;
  line-height: 1;
}
.contsMainStar .lb-style-custom .lb-count {
  line-height: 1;
  padding: 0;
}

.contsMainAuthor {
 display: flex;
 align-items: center;
 margin: 0 0 40px;
}
.contsMainAuthorImg {
  width: 79px;
  margin: 0 18px 0 0;
}
.contsMainAuthorTitle {

}
.contsMainAuthorTitleEn {
  display: block;
  color: #00a0e9;
  line-height: 1;
  margin: 0 0 8px;
}
.contsMainAuthorTitleName {
  font-size: 2.3rem;
  line-height: 1;
  font-weight: bold;
}
.contsMainAuthorTitleName span {
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0 0 0 12px;
}
.contsMainCom {
  padding: 75px 0;
}
.contsMainComList {
  padding: 0 0 70px;
}
.contsMainComListTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 0 30px;
}
.contsMainComListTitle:before {
  content: "";
  width: 100%;
  height: 5px;
  border-top: 1px solid #99d9f6;
  border-bottom: 1px solid #99d9f6;
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  z-index: 1;
}
.contsMainComListTitle:after {
  content: "";
  width: 30%;
  height: 50px;
  background: #fff;
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0 auto;
}
.contsMainComListTitleImg {
  display: block;
  margin: 0 15px 0 0;
  position: relative;
  z-index: 3;
}
.contsMainComListTitleText {
  line-height: 1;
  color: #00a0e9;
  text-align: center;
  position: relative;
  z-index: 3;
}
.contsMainComListTitleTextEn {
  display: block;
  font-size: 3.2rem;
}
.contsMainComListTitleTextJa {
  font-size: 1.4rem;
}
.contsMainComListIn {
  overflow-y: hidden;
  max-height: 750px;
  position: relative;
  transition: .3s;
}
.contsMainComListIn.open {
  overflow-y: visible;
  max-height: none;
}
.contsMainComListIn:after {
  content: "";
  width: 100%;
  height: 100px;
  background: -webkit-linear-gradient(rgba(255,255,255,0), #fff 80%);
  background: -o-linear-gradient(rgba(255,255,255,0), #fff 80%);
  background: linear-gradient(rgba(255,255,255,0), #fff 80%);
  position: absolute;
  bottom: 0;
}
.contsMainComListIn.open:after {
  width: 0;
  height: 0;
}
.commentMore {
  text-align: center;
}
.commentMore a {
  padding: 0 0 5px;
  color: #000;
  border-bottom: 1px solid #000;
}
.contsMainComListIn.open+ .commentMore {
  display: none;
}

.contsMainComForm {

}
.contsMainComFormTop {
  text-align: center;
  margin: 30px 0 10px;
}
.contsMainComFormSecond {
  text-align: center;
  margin: 0 0 30px;
  font-size: 1.2em;
  font-weight: bold;
}
.contsMainComFormSecond a {
  text-decoration: underline;
  color: #00a0e9;
}
.contsMainComFormSecond a:hover {
  text-decoration: none;
}
.contsMainComFormTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 0 20px;
}
.contsMainComFormTitleImg {
  display: block;
  margin: 0 15px 0 0;
  position: relative;
  z-index: 3;
}
.contsMainComFormTitleText {
  font-size: 3.2rem;
  line-height: 1;
  color: #00a0e9;
  position: relative;
  z-index: 3;
}
.contsMainComFormBox {
  background: #f1f2f3;
  padding: 50px;
}
.formNote {
  margin: 0 0 1.5em;
}
.formNote span {
  color: #ff0000;
}
.contsMainComFormBoxIn {

}
.comment-form {

}
.comment-form-author,
.comment-form-email,
.comment-form-comment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 1.5em;
}
.comment-form-comment {
  align-items: flex-start;
}
.comment-form-acceptance {
  display: block;
  margin: 0 0 35px;
}
.acceptance {
  display: block;
  margin-top: 1.5em;
}
.comment-form-acceptance .comment-form-title {
  display: block;
  font-weight: bold;
  margin-bottom: .5em;
}
.comment-form-acceptance p {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0 0 15px;
}
.comment-form-cookies-consent {
  margin-bottom: 1.5em;
}
.comment-form-title {
  width: 240px;
  letter-spacing: -0.08em;
}
.comment-form-comment .comment-form-title {
  padding: 1rem 0 0;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
  width: calc(100% - 126px);
  box-sizing: border-box;
  border-radius: 0;
  border: 0;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 10px 20px;
}
.comment-form .acceptance input[type="checkbox"]{
  display: none;
}
.acceptance-label {
  font-weight: bold;
  display: inline-block;
  padding: 0 0 0 30px;
  position: relative;
  margin: 0 0 4px;
}
.comment-form input+ .acceptance-label:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
}
.comment-form input:checked+ .acceptance-label:before {
  border: 1px solid #00a0e9;
  background: #00a0e9;
}
.comment-form input:checked+ .acceptance-label:after {
  content: "";
  width: 10px;
  height: 8px;
  background: url(../img/contact/checkbox-icon.png) no-repeat 0 0;
  position: absolute;
  top: 8px;
  left: 2px;
  z-index: 2;
}
.form-submit {
  width: 380px;
  display: block;
  margin: 0 auto;
  position: relative;
  opacity: 1;
  pointer-events: auto;
}
.form-submit.closed {
  opacity: .5;
  pointer-events: none;
}
.form-submit .submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 380px;
  box-sizing: border-box;
  height: 60px;
  padding: 0 0 0 20px;
  background: #fff;
  border: 1px solid #004682;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  transition: .3s;
  font-size: 2.0rem;
  letter-spacing: 0.2em;
  color: #143254;
}
.form-submit:before {
  content: "";
  pointer-events: none;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/common/arrow-w.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 22px 7px;
  text-align: center;
  background-color: #143254;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 2;
  transform: translateY(-50%);
  transition: .2s;
}
.form-submit:hover .submit {
  background: #143254;
  opacity: 1;
  color: #fff;
}
.form-submit:hover:before{
  left: 15px;
}

.contsMainComListIn .comment {

}
.contsMainComListIn .comment-box {
  border: 10px solid #eff5fb;
  border-radius: 20px;
  padding: 25px 35px;
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.contsMainComListIn .comment-box.admin {
  background: #bfe0ed;
  border: 10px solid #bfe0ed;
}
.comment+ .comment {
  margin: 30px 0 0;
}
.comment > .comment {
  padding: 0 0 0 50px;
  margin: 30px 0 0;
}
.comment > .comment > .comment {
  padding: 0;
  margin: 30px 0 0;
}
.comment > .comment .comment-box,
.comment > .comment > .comment .comment-box {
  border: 0;
  background: #eff5fb;
}
.comment > .comment .comment-box.admin,
.comment > .comment > .comment .comment-box.admin {
  border: 0;
  background: #bfe0ed;
}
.comment-main {
  width: 80%;
  max-width: 650px;
}
.comment-meta {
  width: 20%;
  max-width: 165px;
  padding: 0 0 0 12px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.comment-author {
  display: flex;
  align-items: center;
  line-height: 1;
  margin: 0 0 25px;
}
.comment-author-icon {
  margin: 0 10px 0 0;
}
.comment-author-name {
  font-weight: bold;
}
.commentmetadata {
  font-size: 1.4rem;
  text-align: right;
  letter-spacing: -0.04em;
}
.comment-edit-link {
  color: #000;
}
.reply a {
  font-size: 1.4rem;
  color: #000;
  padding: 0 0 2px 20px;
  border-bottom: 1px solid #000;
  position: relative;
}
.reply a:before {
  content: "";
  width: 14px;
  height: 12px;
  background: url(../img/unilab/reply-icon.png) no-repeat 0 0;
  background-size: 14px 12px;
  position: absolute;
  top: 4px;
  left: 0;
}


.contsMainComFormTitle:before {
  content: "";
  width: 100%;
  height: 5px;
  border-top: 1px solid #99d9f6;
  border-bottom: 1px solid #99d9f6;
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  z-index: 1;
}
.contsMainComFormTitle:after {
  content: "";
  width: 48%;
  height: 50px;
  background: #fff;
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0 auto;
}



@media screen and (max-width: 896px) {
  .unilabTop {
    padding: 70px 0 65px;
  }
  .unilab .conts {
    padding: 20px 0 0;
  }
  .unilabSrch {
    max-width: 100%;
    width: 96%;
    margin: -43px auto 0;
  }
  .mTop+ .unilabSrch {
    margin: 15px auto 0;
  }
  .unilabSrchIn {
    display: block;
  }
  .unilabSrchHead {
    width: 100%;
    font-size: 1.4rem;
    padding: 3px 0;
  }
  .unilabSrchFrom {
    width: 100%;
  }
  .unilabSrchFromField {
    width: calc(100% - 20px);
    padding: 12px 12px;
    font-size: 1.4rem;
  }
  .unilabSrchFromBtn{
    padding: 14px 16px 12px;
  }
  .conts {
    padding: 20px 0 55px;
  }
  .contsArchBtn.btn a {
    width: 100%;
  }
  .contsArch .homeNewsArchBox {
    width: calc((100% - 10px) / 2);
    margin: 0 0 20px;
  }

  .contsMainComList {
    padding: 0 0 40px;
  }
  .contsMainComListIn .comment-box {
    border: 5px solid #eff5fb;
    border-radius: 10px;
    padding: 20px 12px 10px;
    display: block;
  }
  .comment+ .comment {
    margin: 20px 0 0;
  }
  .comment > .comment {
    padding: 0 0 0 20px;
    margin: 20px 0 0;
  }
  .comment > .comment > .comment {
    padding: 0;
    margin: 20px 0 0;
  }
  .comment-main {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px;
  }
  .comment-meta {
    width: 100%;
    max-width: 100%;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .comment-author {
    margin: 0 0 15px;
  }
  .comment-author-icon {
    margin: 0 5px 0 0;
  }
  .comment-author-name {
    font-size: 1.4rem;
  }
  .commentmetadata {
    font-size: 1.2rem;
    text-align: left;
  }
  .reply a {
    font-size: 1.2rem;
    padding: 0 0 0 12px;
  }
  .reply a:before {
    content: "";
    width: 7px;
    height: 6px;
    background-size: 7px 6px;
    position: absolute;
    top: 6px;
    left: 0;
  }
  .contsMainComFormBox {
    padding: 30px 12px;
  }
  .comment-form-author,
  .comment-form-email,
  .comment-form-comment {
    display: block;
    margin: 0 0 10px;
  }
  .comment-form-title {
    width: 100%;
    display: block;
    letter-spacing: -0.08em;
    margin: 0 0 5px;
  }
  .comment-form input[type="text"],
  .comment-form input[type="email"],
  .comment-form textarea {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 5px 10px;
  }
  .form-submit {
    width: 90%;
  }
  .form-submit.closed {
    opacity: .5;
    pointer-events: none;
  }
  .form-submit .submit {
    width: 100%;
    font-size: 1.6rem;
  }
  .form-submit:hover .submit {
    background: #143254;
    opacity: 1;
    color: #fff;
  }
  .form-submit:hover:before{
    left: 15px;
  }

}

@media screen and (max-width: 374px) {
  .unilabTopLogo img {
    width: 159px;
    height: auto;
  }
  .unilabTopText {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}


/* post */

.contsMain{
  max-width: 910px;
  width: 75%;
}
.contsMainTitle{
  font-size: 2.8rem;
  font-weight: bold;
  padding: 0 0 0 20px;
  border-left: 10px solid #00a0e9;
  margin: 0 0 47px;
}
.contsMainInfo{
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.contsMainInfoDate{
  font-size: 1.4rem;
  color: #00a0e9;
  margin: 0 30px 0 0;
}
.contsMainInfoDate span {
  margin: 0 5px 0 0;
}
.contsMainInfoDate span img {
  margin: -2px 0 0 0;
  vertical-align: middle;
}
.contsMainInfoCat a{
  padding: 7px 10px;
  background: #004682;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}
.contsMainIn p{
  line-height: 1.8;
  margin: 30px 0;
}
.contsMainIn p:first-child {
  margin: 0 0 30px 0;
}
.contsMainIn h2 {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 20px 0;
  border-top: 1px solid #e2e4e7;
  border-bottom: 1px solid #e2e4e7;
  margin: 30px 0;
}
.contsMainIn h3{
  font-size: 2.0rem;
  font-weight: bold;
  padding: 10px 30px;
  background: #f1f2f3;
  margin: 30px 0;
}
.contsMainIn h4{
  font-size: 1.8rem;
  font-weight: bold;
  margin: 30px 0;
}
.contsMainIn ul {
  margin: 30px 0;
}
.contsMainIn li {
  position: relative;
  padding: 0 0 0 27px;
  margin: 0 0 5px;
}
.contsMainIn li:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #00a0e9;
  position: absolute;
  top: 6px;
  left: 0;
}
.contsMainIn strong {
  /* color: #00a0e9; */
}
.contsMainIn .wp-block-image{
  margin: 30px 0;
}
.contsMainIn .wp-block-quote{
  border: 1px solid #c6cacf;
  padding: 30px 45px 30px;
  position: relative;
  margin: 30px 0;
}
.contsMainIn .wp-block-quote:before {
  content: "“";
  font-family: HelveticaNeue, Helvetica, 'Noto Sans', sans-serif;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1;
  font-size: 8.0rem;
  color: #3fa9f5;
  width: 50px;
  height: 50px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  top: -1px;
  left: -1px;
}
.contsMainIn .wp-block-quote:after {
  content: "”";
  font-family: HelveticaNeue, Helvetica, 'Noto Sans', sans-serif;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: right;
  font-size: 8.0rem;
  color: #3fa9f5;
  width: 50px;
  height: 50px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  bottom: -1px;
  right: -1px;
}
.contsMainIn .wp-block-quote p {
  margin: 20px 0;
}
.contsMainIn .wp-block-quote p:first-child {
  margin: 0 0 20px 0;
}
.contsMainIn .wp-block-quote p:last-child {
  margin: 0;
}
.contsMainIn .wp-block-quote cite {
  font-style: normal;
  display: inline-block;
  font-size: 1.4rem;
  color: #707a88;
  word-break: break-all;
}
.contsMainIn .wp-block-quote cite a {
  font-size: 1.4rem;
  color: #707a88;
}
.contsMainIn .wp-block-file {
  display: flex;
  margin: 0 0 30px 0;
}
.contsMainIn .wp-block-file a {
  color: #707a88;
}
.contsMainIn .wp-block-file .wp-block-file__button {
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
  width: 23px;
  height: 24px;
  background: url(../img/common/pdf-icon.png) no-repeat 0 0;
  background-size: 23px 24px;
  padding: 0;
  border-radius: 0;
  margin: 0 0 0 10px;
}
.contsMainIn .wp-block-table {
  width: 100%;
  border-collapse:  collapse;
  border-top: 2px solid #c6cacf;
}
.contsMainIn .wp-block-table tr {

}
.contsMainIn .wp-block-table th {
  border: solid 1px;
  padding: 5px 30px;
  font-weight: bold;
  border-top: 0;
  border-bottom: 1px solid #c6cacf;
  border-left: 0;
  border-right: 1px solid #c6cacf;
  background: #f1f2f3;
}
.contsMainIn .wp-block-table td {
  border: solid 1px;
  padding: 5px 30px;
  border-top: 0;
  border-bottom: 1px solid #c6cacf;
  border-left: 0;
  border-right: 1px solid #c6cacf;
}
.contsMainIn .wp-block-table tr:first-child th,
.contsMainIn .wp-block-table tr:first-child td {
  border-bottom: 1px solid #707a88;
  background: #f1f2f3;
}
.contsMainIn .wp-block-table td:first-child {
  background: #f1f2f3;
}
.contsMainIn .wp-block-table th:last-child,
.contsMainIn .wp-block-table td:last-child {
  border-right: 0;
}
.wp-block-image .lightbox {
  position: relative;
}
.wp-block-image .lightbox:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/common/lightbox-icon.png) no-repeat 0 0;
  background-size: 40px 40px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.wp-block-gallery {

}
.wp-block-gallery .blocks-gallery-item {
  padding: 0;
}
.wp-block-gallery li.blocks-gallery-item:after {
  content: "";
  width: 0;
  height: 0;
  border-radius: 0;
  background: none;
  top: 0;
  left: 0;
}
.blocks-gallery-item .lightbox {
  position: relative;
}
.blocks-gallery-item .lightbox:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/common/lightbox-icon.png) no-repeat 0 0;
  background-size: 40px 40px;
  position: absolute;
  bottom: 0;
  right: 0;
}


.contsMainPager{
  padding: 20px 0;
  border-top: 1px solid #e2e4e7;
  border-bottom: 1px solid #e2e4e7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contsMainPager a {
  color: #000;
  position: relative;
}
.contsMainPager span {
  opacity: .4;
  position: relative;
}
.contsMainPagerNext a,
.contsMainPagerNext span {
  padding: 0 28px 0 0;
}
.contsMainPagerHome a {
  padding: 0 28px 0 0;
}
.contsMainPagerPrev a,
.contsMainPagerPrev span {
  padding: 0 0 0 28px;
}
.contsMainPagerNext a:after,
.contsMainPagerNext span:after {
  content: "";
  width: 8px;
  height: 11px;
  background: url(../img/common/next-arrow.png) no-repeat 0 0;
  background-size: 8px 11px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.contsMainPagerHome a:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/common/back-icon.png) no-repeat 0 0;
  background-size: 10px 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.contsMainPagerPrev a:after,
.contsMainPagerPrev span:after {
  content: "";
  width: 8px;
  height: 11px;
  background: url(../img/common/prev-arrow.png) no-repeat 0 0;
  background-size: 8px 11px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}


@media screen and (max-width: 896px) {
  .contsMain{
    max-width: 100%;
    width: 100%;
  }
  .contsMainTitle {
    font-size: 2.4rem;
    padding: 0 0 0 10px;
    border-left: 5px solid #00a0e9;
    margin: 0 0 20px;
  }
  .contsMainInfoDate {
    font-size: 1.2rem;
    margin: 0 15px 0 0;
  }
  .contsMainInfoCat a {
    padding: 5px 8px;
    font-size: 1.2rem;
  }
  .contsMainIn p {
      margin: 20px 0;
  }
  .contsMainIn p:first-child {
      margin: 0 0 20px 0;
  }
  .contsMainIn h2 {
    font-size: 2.0rem;
    font-weight: bold;
    padding: 8px 0;
    margin: 20px 0;
  }
  .contsMainIn h3 {
    font-size: 1.6rem;
    padding: 5px 15px;
    margin: 20px 0;
  }
  .contsMainIn ul {
    margin: 20px 0;
  }
  .contsMainIn li {
    padding: 0 0 0 20px;
  }
  .contsMainIn li:after {
    top: 5px;
  }
  .contsMainIn strong {
    color: #00a0e9;
  }
  .contsMainIn .wp-block-image{
    margin: 20px 0;
  }
  .contsMainIn .wp-block-quote{
    padding: 30px 10px 30px;
    margin: 20px 0;
  }
  .contsMainIn .wp-block-quote:before {
    font-size: 5.0rem;
    width: 30px;
    height: 30px;
  }
  .contsMainIn .wp-block-quote:after {
    font-size: 5.0rem;
    width: 30px;
    height: 30px;
  }
  .contsMainIn .wp-block-quote cite {
    font-size: 1.2rem;
  }
  .contsMainIn .wp-block-quote cite a {
    font-size: 1.2rem;
  }
  .contsMainIn .wp-block-file {
    align-items: center;
  }
  .contsMainIn .wp-block-file a {
    max-width: calc(100% - 33px);
  }
  .contsMainIn .wp-block-table {
    width: 100%;
  }

  .unilab .contsMainTopTag {
    width: calc(100% - 40px);
  }
  .unilab .contsMainInfo {
    display: block;
    width: calc(100% - 40px);
  }
  .contsMainAuthor {
    margin: 0 0 30px;
  }
  .contsMainCom {
    padding: 40px 0;
  }
  .contsMainComListTitle:after {
    width: 52%;
  }
  .contsMainComListTitleImg {
    margin: 0 0 8px;
  }
  .contsMainComListTitleTextEn {
    font-size: 2.0rem;
  }
  .contsMainComListTitleTextJa {
    font-size: 1.2rem;
  }
  .contsMainComFormTitle:after {
    width: 73%;
  }
  .contsMainComFormTitleImg {
    margin: 0 8px 0 0;
  }
  .contsMainComFormTitleText {
    font-size: 2.0rem;
  }
  .contsMainComFormTop {
    font-size: 1.4rem;
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 374px) {
  .contsMainPagerHome a {
    padding: 0 15px 0 0;
  }
  .contsMainPagerPrev a,
  .contsMainPagerPrev span {
    padding: 0 0 0 15px;
  }
  .contsMainPagerNext a,
  .contsMainPagerNext span {
    padding: 0 15px 0 0;
  }

  .contsMainComListTitle:after {
    width: 60%;
  }
  .contsMainComFormTitle:after {
    width: 85%;
  }
}


.unilab .unilabTopLogo {
    margin: 0;
}
.unilab .unilabTopLogo span {
  margin: 12px 0 0;
}

.howto {
  background: #eff5fb;
  padding: 40px 0 0;
}
.howtoTitle {
  font-size: 3.4rem;
  line-height: 1;
  color: #004682;
  text-align: center;
  padding: 0 0 20px;
  position: relative;
  margin: 0 0 70px;
}
.howtoTitle:after {
  content: "";
  width: 34px;
  height: 1px;
  background: #00a0e9;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.howtoConts {
  background: #fff;
  padding: 90px 120px;
}
.howtoContsTitle {
  font-size: 2.8rem;
  font-weight: bold;
  color: #004682;
  margin: 0 0 15px;
}
.howtoContsTop {
  margin: 50px 0 70px;
}
.howtoContsTopTitle {
  font-size: 2.0rem;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #000;
  margin: 0 0 40px;
}
.howtoContsTopIn {
  display: flex;
  justify-content: space-between;
}
.howtoContsTopBox {

}
.howtoContsTopCustomer {
  width: 40%;
  padding: 0 20px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-right: 2px dashed #ebf0f5;
  position: relative;
}
.howtoContsTopCustomer:after {
  content: "";
  width: 36px;
  height: 7px;
  background: url(../img/unilab/howto-arrow.png) no-repeat 0 0;
  background-size: 36px 7px;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
.howtoContsTopUnichemy {
  width: 60%;
  padding: 0 0 0 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.howtoContsTopBoxIcon {
  margin: 0 20px 0 0;
}
.howtoContsTopBoxIcon span {
  display: block;
  text-align: center;
}
.howtoContsTopBoxText {
  font-size: 1.8rem;
  color: #143254;
}
.howtoContsTopBoxText dl {
  display: table;
  margin: 0 0 10px;
}
.howtoContsTopBoxText dt {
  display: table-cell;
  width: 128px;
  padding: 5px 13px 5px 0;
  box-sizing: border-box;
  font-size: 1.6rem;
  text-align: center;
  background: #ebf0f5;
  color: #143254;
  position: relative;
}
.howtoContsTopBoxText dt:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13px 35px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.howtoContsTopBoxText dd {
  display: table-cell;
  padding: 0 0 0 5px;
  font-size: 1.4rem;
  color: #000;
}
.howtoContsBox {
  margin: 0 0 40px;
}
.howtoContsBox p {
  margin: 0 0 20px 70px;
}
.howtoContsBoxTitle {
  font-size: 2.2rem;
  line-height: 1;
  font-weight:bold;
  color: #004682;
  background: #ebf0f5;
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.howtoContsBoxTitleNum {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: #fff;
  background: #004682;
  margin: 0 20px 0 0;
}
.howtoContsBoxList {
  padding: 0 0 0 70px;
}
.howtoContsBoxList dt {
  font-size: 2.0rem;
  line-height: 1;
  font-weight: bold;
  color: #004682;
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
.howtoContsBoxListNum {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  color: #004682;
  background: #ebf0f5;
  margin: 0 20px 0 0;
}
.howtoContsBoxList dd {
}
.howtoContsBoxList dd p {
  margin: 0 0 30px 0;
}
.howtoContsBoxList dd a {
  text-decoration: underline;
}
.howtoContsBoxGood {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 10px 40px 40px;
}
.howtoContsBoxGoodImg {
  margin: 0 20px 0 0;
}
.howtoContsBoxGoodContsTitle {
  font-size: 2.0rem;
  color: #004682;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 12px;
}
.howtoContsBoxGood .howtoContsBoxGoodContsText {
  margin: 0;
}
.howtoContsBoxGoodContsText span {
  font-size: 1.4rem;
}
@media screen and (max-width: 896px) {
  .howtoTitle {
    font-size: 2.4rem;
    padding: 0 0 10px;
    margin: 0 0 40px;
  }
  .howtoConts {
    padding: 30px 18px;
  }
  .howtoContsTitle {
    font-size: 2.0rem;
    margin: 0 0 20px;
  }
  .howtoContsTopTitle {
    font-size: 1.6rem;
    margin: 0 0 20px;
  }
  .howtoContsTopIn {
    display: block;
  }
  .howtoContsTopCustomer {
    width: 100%;
    padding: 0;
    display: block;
    border-right: 0;
    border-bottom: 2px dashed #ebf0f5;
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
  .howtoContsTopCustomer:after {
    content: "";
    width: 36px;
    height: 7px;
    background: url(../img/unilab/howto-arrow.png) no-repeat 0 0;
    background-size: 36px 7px;
    position: absolute;
    top: auto;
    bottom: -6px;
    left: 0;
    right: 0;
    transform: rotate(90deg);
    margin: 0 auto;
  }
  .howtoContsTopUnichemy {
    width: 100%;
    padding: 0;
    padding: 20px 0 0;
    display: block;
  }
  .howtoContsTopBoxIcon {
    text-align: center;
    margin: 0 10px 0 0;
  }
  .howtoContsTopBoxText {
    font-size: 1.4rem;
  }
  .howtoContsTopBoxText dt {
    display: block;
    padding: 2px 13px 0 0;
  }
  .howtoContsTopBoxText dt:after {
    border-width: 0 13px 27px 0;
  }
  .howtoContsTopBoxText dd {
    display: block;
  }
  .howtoContsBox {
    margin: 0 0 30px;
  }
  .howtoContsBox p {
    margin: 0 0 20px 0;
  }
  .howtoContsBoxTitle {
    font-size: 1.8rem;
    margin: 0 0 15px;
  }
  .howtoContsBoxTitleNum {
    width: 45px;
    height: 45px;
    margin: 0 15px 0 0;
  }
  .howtoContsBoxList {
    padding: 0;
  }
  .howtoContsBoxList dt {
    font-size: 1.6rem;
  }
  .howtoContsBoxListNum {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    margin: 0 15px 0 0;
  }
  .howtoContsBoxList dd p {
    margin: 0 0 20px 0;
  }
  .howtoContsBoxGood {
    display: flex;
    align-items: flex-start;
    margin: 0;
  }
  .howtoContsBoxGoodImg {
    margin: 0 12px 0 0;
  }
  .howtoContsBoxGoodContsTitle {
    font-size: 1.6rem;
    margin: 0 0 8px;
  }
  .howtoContsBoxGoodContsText span {
    font-size: 1.2rem;
  }
}


.searchIn {
  padding: 90px 0 40px;
}
.searchBox {
  margin: 0 0 60px;
}
.searchBoxFrom {
  border: 1px solid #c6cacf;
  position: relative;
}
.searchBoxFromField {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 0;
  padding: 16px 60px 16px 25px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.searchBoxFromField:focus {
  outline: none;
}
.searchBoxFromBtn {
  width: 60px;
  height: 60px;
  border: 0;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchArchTitle {
  border-top: 1px solid #c6cacf;
  border-bottom: 1px solid #c6cacf;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 20px 0;
}
.searchArchListBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0;
}
.searchArchListBoxImg {
  width: 300px;
}
.searchArchListBoxIn {
  max-width: calc(100% - 335px);
  width: 70%;
  box-sizing: border-box;
  padding: 0 5px 0 10px;
}
.searchArchListBoxTitle {
  margin: 0 0 10px;
}
.searchArchListBoxTitle a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
}
.searchArchListBoxDate {
  color: #00a0e9;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 0 20px;
}
.searchArchListBoxDesc {

}
.searchArchListPager {
  width: 100%;
  text-align: center;
  margin: 30px 0;
}
.notFound {
  padding: 30px 0;
}

@media screen and (max-width: 896px) {
  .searchArchList {

  }
  .searchArchListBox {
    width: 100%;
    margin: 30px 0 0;
  }
  .searchArchListBoxImg {
    max-width: 38%;
    width: 100%;
  }
  .searchArchListBoxImg img {
    width: 100%;
    height: auto;
  }
  .searchArchListBoxIn {
    max-width: 100%;
    width: 60%;
    padding: 0;
  }
  .searchArchListBoxTitle {
      margin: 0;
  }
  .searchArchListBoxTitle a {
    font-size: 1.5rem;
    margin: 0 0 5px;
  }
  .searchArchListBoxDate {
    font-size: 1.2rem;
    margin: 0 0 5px;
  }
  .searchArchListBoxDesc {
    font-size: 1.0rem;
  }
}

/* anchor */
#mailform {
  padding: 117px 0 0;
  margin: -117px 0 0;
}
.pageH3[id^=a] {
  padding: 117px 0 5px;
  margin: -117px 0 30px;
}
.companyConts h4[id^=a] {
  padding: 117px 0 0 27px;
  margin: -117px 0 20px;
}
/* IE */
@media all and (-ms-high-contrast: none){
  #mailform {
    padding: 125px 0 0;
    margin: -125px 0 0;
  }
  .pageH3[id^=a] {
    padding: 125px 0 5px;
    margin: -125px 0 30px;
  }
  .companyConts h4[id^=a] {
    padding: 125px 0 0 27px;
    margin: -125px 0 20px;
  }
}
@media screen and (max-width: 896px) {
  #mailform {
    padding: 50px 0 0;
    margin: -50px 0 0;
  }
  .pageH3[id^=a] {
    padding: 50px 0 5px;
    margin: -50px 0 30px;
  }
  .companyConts h4[id^=a] {
    padding: 50px 0 0 27px;
    margin: -50px 0 0;
  }
}


/* print */
@media print{
  header,
  footer,
  .contsSide,
  .mContact,
  .mPagelink,
  .mPagetop {
    display: none;
  }
  .contsIn {
    padding: 33px 0 57px;
  }
  .contsMain,
  .contsArch {
    max-width: 100%;
    width: 100%;
    padding: 40px 0;
  }

}

.con404 {
  padding: 100px 0;
  text-align: center;
}

/* 50th TOP Styles */
@import url(//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap);
.l-grid {
    display: -webkit-flex;
    display:    -moz-flex;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.pageIn-50th {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: .05em;
  text-align: justify;
}
.pageIn-50th .sec-inner {
  max-width: 1200px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.pageIn-50th .sec-header {
  text-align: center;
  margin-bottom: 35px;
}
.pageIn-50th .sec-header .header-label {
  margin-bottom: 15px;
}
.pageIn-50th .sec-header .header-label img {
  width: auto;
  height: 34px;
}
.pageIn-50th .sec-header .header-lead {
  color: #fff;
  margin-top: 1em;
}
.pageIn-50th .sec-title {
  font-weight: 900;
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
}
.pageIn-50th .sec-title .red {
  color: #dc2814;
}
.pageIn-50th .sec-contents {
  margin-bottom: 40px;
}
.pageIn-50th .sec-contents:last-child {
  margin-bottom: 0;
}
.pageIn-50th .sec-more {
  text-align: center;
}
.pageIn-50th .sec-more__post {
  margin-top: 30px;
}
.pageIn-50th .post-empty {
  text-align: center;
}
.pageIn-50th .section-50th__history .sec-title {
  font-size: 64px;
}
.pageIn-50th .section-50th__history .sec-header .header-lead {
  font-size: 18px;
}
.pageIn-50th .section-50th__news .sec-title {
  color: #000;
}
.pageIn-50th .section-50th__message .sec-inner {
  max-width: 100%;
}
.section-50th__mv {
  position: relative;
}
.section-50th__mv .sec-inner {
  padding: 0;
  max-width: 1340px;
  background: url(../img/50th/bg-mv.jpg) no-repeat center;
  background-size: cover;
}
.section-50th__mv .mv-logo {
  padding-top: 100px;
  padding-left: 100px;
  margin-bottom: 90px;
}
.section-50th__mv .mv-text {
  background: #fff url(../img/50th/bg-mv-text.png) no-repeat right center;
  background-size: contain;
  max-width: 1120px;
  margin-left: auto;
  width: 80%;
  position: relative;
  z-index: 1;
}
.section-50th__mv .mv-text__inner {
  padding: 80px;
  padding-right: 85px;
}
.section-50th__mv .mv-text .lead {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 1em;
}
.section-50th__mv .mv-text .lead span {
  color: #00489d;
}
.section-50th__mv .mv-text .text {
  font-size: 15px;
  line-height: 2.13;
}
.section-50th__history {
  position: relative;
  text-align: center;
  margin-top: -115px;
}
.section-50th__history .sec-inner {
  padding: 190px 0 120px;
  position: relative;
  max-width: 1340px;
  background: url(../img/50th/bg-history.jpg) no-repeat center;
  background-size: cover;
}
.section-50th__news {
  padding: 120px 0;
  background: url(../img/50th/bg-news.jpg) no-repeat center;
  background-size: cover;
}
.section-50th__news .news-list {
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.section-50th__news .news-list li {
  width: 49%;
  margin-top: 2%;
  background: #fff;
  box-shadow: 4px 4px 8px -6px rgba(0,0,0,0.6);
}
.section-50th__news .news-list li:nth-child(1),
.section-50th__news .news-list li:nth-child(2) {
  margin-top: 0;
}
.section-50th__news .news-list a {
  padding-bottom: 20px;
  position: relative;
  padding-right: 50px;
}
.section-50th__news .news-list .item-arrow {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 12px;
  background: #00aaf0;
}
.section-50th__news .news-list .item-arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
  margin-left: 1px;
}
.section-50th__news .news-list .item-image {
  width: 50%;
}
.section-50th__news .news-list .item-text {
  width: 45%;
  margin-left: auto;
  padding-top: 20px;
}
.section-50th__news .news-list .item-text .title {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  line-height: 1.4;
}
.section-50th__news .news-list .item-text .date {
  font-size: 13px;
  display: inline-block;
  color: #00aaf0;
  padding: 0 2px 10px;
  border-bottom: 1px solid #00aaf0;
  margin-top: 5px;
  margin-bottom: 15px;
}
.section-50th__news .news-list .item-text .text {
  color: #000;
  font-size: 14px;
}
.section-50th__message {
  padding: 20px;
}
.section-50th__message .sec-inner {
  background: #dc2814 url(../img/50th/bg-message.png) no-repeat center;
  background-size: contain;
  padding: 80px 0;
}
.section-50th__seminar {
  padding: 120px 0;
  background: url(../img/50th/bg-seminar.jpg) no-repeat center;
  background-size: cover;
}
.section-50th__seminar .post-empty {
  color: #fff;
}
.section-50th__seminar .seminar-list li {
  width: 32.5%;
  margin-top: 1.25%;
  margin-right: 1.25%;
  background: #fff;
  box-shadow: 4px 4px 8px -6px rgba(0,0,0,0.6);
}
.section-50th__seminar .seminar-list li:nth-child(3n) {
  margin-right: 0;
}
.section-50th__seminar .seminar-list li:nth-child(1),
.section-50th__seminar .seminar-list li:nth-child(2),
.section-50th__seminar .seminar-list li:nth-child(3) {
  margin-top: 0;
}
.section-50th__seminar .seminar-list a {
  padding-bottom: 20px;
  position: relative;
  padding-right: 50px;
}
.section-50th__seminar .seminar-list .item-arrow {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 12px;
  background: #00aaf0;
}
.section-50th__seminar .seminar-list .item-arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
  margin-left: 1px;
}
.section-50th__seminar .seminar-list .item-image {
  width: 52%;
}
.section-50th__seminar .seminar-list .item-text {
  width: 44%;
  margin-left: auto;
  padding-top: 20px;
}
.section-50th__seminar .seminar-list .item-text .title {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  line-height: 1.4;
}
.section-50th__seminar .seminar-list .item-text .date {
  font-size: 12px;
  display: inline-block;
  color: #00aaf0;
  margin-top: 5px;
}
.section-50th__next {
  padding: 170px 0;
  background: url(../img/50th/bg-next.jpg) no-repeat center;
  background-size: cover;
}
.section-50th__next .next-logo {
  width: 22%;
}
.section-50th__next .next-text {
  width: 70%;
  color: #fff;
  margin-left: auto;
}
.section-50th__next .next-text .lead {
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 1em;
  line-height: 1.2;
}
.section-50th__next .next-text .text {
  line-height: 2.25;
}
/* 50th message Styles */
.pageIn-50th__message {
  background: #f8f2ea;
}
.message50th-slider {
  text-align: center;
  background: #c5282c;
}
.message50th-slider .slick-track {
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.message50th-slider .slick-slide img {
  width: auto;
  display: inline;
}
.message50th-slider .slick-slide {
  height: auto !important;
}
.message50th-slider .slide-item__title {
  background: #dc2814;
  color: #fff;
}
.message50th-slider .slide-item__title .item-inner {
  padding: 30px 20px;
  max-width: 1200px;
  margin: auto;
  background: url(../img/50th/message/bg-mv.png) no-repeat center bottom;
  background-size: 100%;
}
.message50th-slider .slide-item__title .item-logo {
  margin-bottom: 15px;
}
.message50th-slider .slide-item__title .item-logo img {
  width: 264px;
}
.message50th-slider .slide-item__title .item-title {
  margin-bottom: 20px;
}
.message50th-slider .slide-item__title .item-title img {
  width: 305px;
}
.message50th-slider .slide-item__title .item-text {
  font-size: 15px;
}
.message50th-slider .slide-item__image {
  background: #ff0000;
}
.message50th-slider .slide-item__image img {
  width: 100%;
}
.section-message50th {
  padding: 100px 0 120px;
}
.section-message50th .sec-title {
  color: #000;
}
.section-message50th .message-empty {
  text-align: center;
  padding: 50px 0;
}
.message50th-input-block {
  background: #dc2814;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 20px 0;
}
.message50th-input-block .block-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  -webkit-align-items: center;
          align-items: center;
}
.message50th-input-block .block-title {
  width: 20%;
  padding-right: 40px;
  box-sizing: border-box;
}
.message50th-input-block .block-contents {
  width: 80%;
  margin-left: auto;
}
.message50thForm {
  position: relative;
  padding-right: 26%;
}
.message50thForm .comment-form-cookies-consent {
  display: none;
}
.message50thForm .comment-form-title {
  width: 120px;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
}
.message50thForm .comment-form-comment {
  margin-bottom: 0;
}
.message50thForm .form-submit {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 26%;
}
.message50thForm .form-submit:before {
  content: none;
}
.message50thForm .form-submit .submit {
  width: 86%;
  height: 60px;
  display: block;
  border-radius: 0;
  border: none;
  margin: 0;
  margin-left: auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  background: url(../img/50th/message/btn-send.png) no-repeat center bottom;
  background-size: 100%;
}
.message50thForm .form-submit .submit:hover {
  background: url(../img/50th/message/btn-send.png) no-repeat center bottom;
  background-size: 100%;
  opacity: 0.7;
}
.message50thForm .comment-reply-title {
  color: #fff;
  margin-bottom: 1em;
}
.message50thForm .comment-reply-title a {
  color: #fff;
  text-decoration: underline;
}
.message50thForm .comment-reply-title small a:before {
  content: "※";
}
.message50thForm .required {
  display: none;
}
.message50thForm .comment-form-author {
  padding-bottom: 1.5em;
  border-bottom: 1px solid rgba(255,255,255,.3);
}
.message50thForm .comment-form-email {
  display: none;
}
.message50thForm .comment-form input[type="text"],
.message50thForm .comment-form input[type="email"],
.message50thForm .comment-form textarea {
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.message50th-comment-block .comment-box {
  background: #fff;
  box-shadow: 4px 4px 8px -6px rgba(0,0,0,0.1);
  padding: 4px;
  position: relative;
  padding-left: 155px;
  padding-bottom: 40px;
}
.message50th-comment-block .comment > .comment .comment-box,
.message50th-comment-block .comment > .comment > .comment .comment-box {
  background: #fff;
}
.message50th-comment-block .comment-main {
  max-width: none;
  width: 100%;
}
.message50th-comment-block .comment-author-icon {
  display: none;
}
.message50th-comment-block .comment > .comment {
  padding-left: 80px;
  margin-top: 10px;
}
.message50th-comment-block .comment-author {
  position: absolute;
  width: 155px;
  text-align: center;
  top: 20px;
  left: 0;
  display: block;
  margin-bottom: 0;
  padding-top: 90px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 80px;
}
.message50th-comment-block .comment-author-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
}
.message50th-comment-block .comment-author-name:after {
  content: "さん";
  display: block;
  font-size: 11px;
}
.message50th-comment-block .comment-content {
  background: #fcfaf6;
  padding: 1em;
  font-size: 16px;
}
.message50th-comment-block .comment-meta {
  display: block;
  width: auto;
  background: #f8f0e6;
  max-width: none;
  text-align: right;
  padding: 6px;
  border-top: 1px solid #eee4da;
}
.message50th-comment-block .commentmetadata {
  display: none;
}
.message50th-comment-block .reply a {
  text-decoration: none;
  display: block;
  margin-left: auto;
  width: 130px;
  height: 38px;
  background: url(../img/50th/message/btn-reply.png) no-repeat;
  background-size: 130px;
  padding: 0;
  border: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.message50th-comment-block .reply a:before {
  content: none;
}
.message50th-comment-block .icon1 .comment-author,
.message50th-comment-block .icon6 .comment-author,
.message50th-comment-block .icon11 .comment-author,
.message50th-comment-block .icon16 .comment-author,
.message50th-comment-block .icon21 .comment-author {
  background-image: url(../img/50th/message/icon01.png);
}
.message50th-comment-block .icon2 .comment-author,
.message50th-comment-block .icon7 .comment-author,
.message50th-comment-block .icon12 .comment-author,
.message50th-comment-block .icon17 .comment-author,
.message50th-comment-block .icon22 .comment-author {
  background-image: url(../img/50th/message/icon02.png);
}
.message50th-comment-block .icon3 .comment-author,
.message50th-comment-block .icon8 .comment-author,
.message50th-comment-block .icon13 .comment-author,
.message50th-comment-block .icon18 .comment-author,
.message50th-comment-block .icon23 .comment-author {
  background-image: url(../img/50th/message/icon03.png);
}
.message50th-comment-block .icon4 .comment-author,
.message50th-comment-block .icon9 .comment-author,
.message50th-comment-block .icon14 .comment-author,
.message50th-comment-block .icon19 .comment-author,
.message50th-comment-block .icon24 .comment-author {
  background-image: url(../img/50th/message/icon04.png);
}
.message50th-comment-block .icon5 .comment-author,
.message50th-comment-block .icon10 .comment-author,
.message50th-comment-block .icon15 .comment-author,
.message50th-comment-block .icon20 .comment-author,
.message50th-comment-block .icon25 .comment-author {
  background-image: url(../img/50th/message/icon05.png);
}

@media screen and (max-width: 896px) {
.pageIn-50th .sec-inner {
  padding-left: 20px;
  padding-right: 20px;
}
.pageIn-50th .sec-header {
  margin-bottom: 25px;
}
.pageIn-50th .sec-header .header-label img {
  height: 17px;
}
.pageIn-50th .sec-title {
  font-size: 28px;
}
.pageIn-50th .sec-contents {
  margin-bottom: 30px;
}
.pageIn-50th .section-50th__history .sec-title {
  font-size: 40px;
}
.pageIn-50th .section-50th__history .sec-header .header-lead {
  font-size: 16px;
}
.section-50th__mv .mv-logo {
  padding-top: 30px;
  padding-left: 0;
  margin-bottom: 40px;
}
.section-50th__mv .mv-logo img {
  width: 206px;
}
.section-50th__mv .mv-text {
  width: 100%;
}
.section-50th__mv .mv-text__inner {
  padding: 30px 20px;
  background: #fff;
}
.section-50th__mv .mv-text .lead {
  font-size: 20px;
}
.section-50th__mv .mv-text .text {
  font-size: 14px;
  line-height: 2;
}
.section-50th__history {
  margin-top: -80px;
}
.section-50th__history .sec-inner {
  padding: 120px 0 60px;
}
.section-50th__news {
  padding: 60px 0;
}
.section-50th__news .news-list {
  max-width: 480px;
  margin: auto;
}
.section-50th__news .news-list li {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}
.section-50th__news .news-list li:last-child {
  margin-bottom: 0;
}
.section-50th__news .news-list a {
  padding-right: 44px;
}
.section-50th__news .news-list .item-image {
  width: 100%;
}
.section-50th__news .news-list .item-text {
  width: 100%;
  padding-left: 15px;
  box-sizing: border-box;
}
.section-50th__news .news-list .item-text .title {
  font-size: 15px;
}
.section-50th__news .news-list .item-text .date {
  font-size: 12px;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.section-50th__news .news-list .item-text .text {
  font-size: 13px;
}
.section-50th__message {
  padding: 20px;
}
.section-50th__message .sec-inner {
  background: #dc2814 url(../img/50th/bg-message.png) no-repeat top 10px center;
  background-size: 100%;
  padding: 50px 20px 20px;
}
.section-50th__seminar {
  padding: 60px 0;
}
.section-50th__seminar .seminar-list {
  max-width: 480px;
  margin: auto;
}
.section-50th__seminar .seminar-list li {
  width: 100%;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 20px;
}
.section-50th__seminar .seminar-list li:last-child {
  margin-bottom: 0;
}
.section-50th__seminar .seminar-list a {
  padding-right: 44px;
}
.section-50th__seminar .seminar-list .item-text .title {
  font-size: 14px;
}
.section-50th__next {
  padding: 60px 0;
}
.section-50th__next .next-logo {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.section-50th__next .next-logo img {
  width: 191px;
}
.section-50th__next .next-text {
  width: 100%;
}
.section-50th__next .next-text .lead {
  font-size: 26px;
}
.section-50th__next .next-text .text {
  line-height: 2.25;
}
/* 50th message Styles */
body {
  padding-bottom: 0!important;
}
.message50th-slider .slide-item__title .item-inner {
  padding: 20px;
}
.message50th-slider .slide-item__title .item-logo img {
  width: 160px;
}
.message50th-slider .slide-item__title .item-title {
  margin-bottom: 10px;
}
.message50th-slider .slide-item__title .item-title img {
  width: 145px;
}
.message50th-slider .slide-item__title .item-text {
  font-size: 13px;
}
.section-message50th {
  padding: 30px 0;
}
.message50th-input-block {
  position: static;
  padding-bottom: 35px;
}
.message50th-input-block .block-inner {
  display: block;
}
.message50th-input-block .block-title {
  width: 100%;
  padding: 15px 0;
}
.message50th-input-block .block-contents {
  width: 100%;
}
.message50thForm {
  padding-right: 0;
}
.message50thForm .comment-form-cookies-consent {
  display: none;
}
.message50thForm .form-submit {
  position: static;
  width: 100%;
  text-align: center;
}
.message50thForm .form-submit:before {
  content: none;
}
.message50thForm .form-submit .submit {
  display: inline-block;
  width: 200px;
}
.message50th-comment-block .comment-box {
  padding: 4px;
}
.message50th-comment-block .comment > .comment {
  padding-left: 20px;
  margin-top: 10px;
}
.message50th-comment-block .comment-main {
  margin-bottom: 0;
}
.message50th-comment-block .comment-author {
  position: relative;
  top: 0;
  width: 100%;
  background-position: left 15px center;
  padding-top: 80px;
  background-size: 60px;
}
.message50th-comment-block .comment-author-name {
  position: absolute;
  top: 50%;
  left: 90px;
  transform: translateY(-50%);
}
.message50th-comment-block .comment-author-name:after {
  display: inline;
}
.message50th-comment-block .comment-content {
  font-size: 13px;
}
.message50th-comment-block .reply a {
  width: 100px;
  height: 29px;
  background: url(../img/50th/message/btn-reply.png) no-repeat;
  background-size: 100px;
}
.message50th-comment-block .reply a:before {
  content: none;
}
}
