@charset "utf-8";
/*---------------------------------------------
module
---------------------------------------------*/
.mv{
  margin-bottom: 40px;
}
.inner{
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.about-info{
  padding: 20px;
  text-align: center;
  background: #f0f0f0;
}
.normal-section{
  padding: 60px 20px;
  overflow: hidden;
}
.normal-section:last-child{
  padding-bottom: 100px;

}
.normal-section.green-section{
  background: #e8f2ec;
}
.movie-section{
  margin-top: 60px;
}
.hd-section{
  padding: 40px 20px;
}
.mini-section+.mini-section{
  border-top: 1px solid #eeeeee;
}

.normal-section.gray-section{
  background: #f7f7f7;
}
.normal-section .tab-box-wrap{
  margin-left: -20px;
  margin-right: -20px;
}
.tab-title ul{
  display: flex;
  text-align: center;
  margin-left: -2px;
}
.tab-title ul>li{
  flex:1;
  display: flex;
  height: 60px;
  background: #00b0a1;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: 2px;
  cursor: pointer;
  border-top: 2px solid #00b0a1;
}
.tab-title ul>li a{
  color: inherit;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab-title ul>li.cur{
  background: #f7f7f7;
  color: #333;

}
.tab-title ul>li:first-child{
}

.row-box-list>li:not(:first-child){
  margin-top: 48px;
}
.row-box-list>li .box{
  padding: 40px;
  background: #fff;
  display: flex;
}
.row-box-list>li .box .img{
  margin-right: 40px;
}
.row-box-list>li .box .ttl{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.row-box-list>li .box .txt-wrap{
  flex:1;
  display: flex;
  flex-direction: column;
}

.row-box-list dl{
  display: flex;
  margin-bottom: 10px;
}
.row-box-list dl dt{
  position: relative;
  width: 60px;
  margin-right: 10px;
  
}
.row-box-list dl dt:after{
  content:":";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.row-box-list dl dd{
  flex:1;
}
.row-box-list .btn-wrap{
  margin-top: auto;
}

.archives-col-list{
  display: flex;
}
.archives-col-list>li{
  width: 412px;
}
.archives-col-list .btn{
  width: 100%;
  background: #00b0a1 url(../images/icon_link.png) no-repeat right 10px center;
}
.archives-col-list .box{
  background: #fff;
  padding: 40px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  border: 1px solid #dedede;
}
.archives-col-list .box .btn-wrap{
  margin-top: auto;
}
.archives-col-list .box .ttl{
  margin-bottom: 20px;
}
.movie-wrap,
.youtube-wrap,
.video-wrap{
  width:100%;
  padding-bottom: 56.25%;
  height:0px;
  position: relative;
}
.movie-wrap video,
.youtube-wrap iframe,
.video-wrap iframe,
.video-wrap video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrap video{background: #000;
}
.movie-section .inner{
  max-width: 1000px;
}
.movie-ttl{
  font-size: 2rem;
  margin-top: 20px;
  font-weight: bold;
}
.movie-txt{
  margin-top: 15px;
  font-size: 1.8rem;
}
.movie-date{
  margin-top: 20px;
  font-size: 1.4rem;
}
.movie-detail-text{
  font-size: 1.4rem;
}
.movie-detail-text p + p{
  margin-top: 20px;

}

.hd01{
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
}

.normal-section .hd01{
  margin-bottom: 60px;
  margin-top: 0;
}
.hd01:last-child{
  margin-bottom: 0;

}
.icon-hd{
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-hd .icon{
  margin-right: 20px;
}
.icon-hd .icon img{
  height: 70px;
  width: auto;

}
.hd02.center{
  text-align: center;
}
.hd02{
  font-size: 2.8rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 40px;
  margin-top: 40px;
}

.hd02:first-child{
  margin-top: 0;

}
.hd02:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 30px;
  height: 3px;
  background: #43bfb5;
}
.hd02.center:after{
  left: 50%;
  transform: translateX(-50%);
}
.hd03{
  font-size: 2.4rem;
  border-bottom: 1px solid #50c7bd;
  padding-bottom: 5px;
  margin-bottom: 40px;
  margin-top: 40px;
  font-weight: bold;
}
.hd03:first-child{
  margin-top: 0;
}

.nav-box-list{
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -20px;
}
.nav-box-list>li{
  width: calc(100% / 4 - 20px);
  margin-right: 20px;
  box-shadow: 0 0 7px rgba(0,0,0,0.2);
  text-align: center;
  margin-bottom: 20px;
}

.nav-box-list>li .img{
  padding: 10px;
  display: flex;
  height: 130px;
  align-items: center;
  justify-content: center;
}
.nav-box-list>li .ttl{
  padding: 7px;
  font-weight: bold;
  font-size: 1.8rem;
  background: #eeeeee;
}

.pic-list{
  display: flex;
  flex-wrap: wrap;
  margin-right: -3.3vw;
}

.pic-list>li{
  width: calc(100% / 3 - 3.3vw);
  margin-right: 3.3vw;
  box-shadow: 0 0 7px rgba(0,0,0,0.2);
}
.pic-list>li .ttl{
display: flex;
height: 50px;
justify-content:center;
align-items: center;
font-weight: bold;
font-size: 1.8rem;
background: #f1f1f1;
}
.pic-list>li .img img{
  width: 100%;
  height: auto;
}
.breadcrumb{
  background: #f0f0f0;
  font-size: 1.3rem;
  padding: 10px;
}
.breadcrumb ul{
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb ul li:before{
  content:"/";
  margin-right: 7px;
  margin-left: 7px;
  color: #333;
}
.breadcrumb ul li:first-child:before{
  display: none;

}
.breadcrumb a{
  color: #00a092;
}
.pager-link{
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager-link li{
  margin: 0 3px;
}
.pager-link li:first-child:last-child{
  display: none;
}
.pager-link li a{
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border: 1px solid #dedede;
  background: #fff;
}
.pager-link .next a{
  text-indent: -9999px;
  background: #fff url(../images/icon_page_link_r.png) center no-repeat;
}
.pager-link .prev a{
  text-indent: -9999px;
  background: #fff url(../images/icon_page_link_l.png) center no-repeat;
}
.pager-link .num.cur a{
  background: #00b0a1;
  background-color: #00b0a1;
  color: #fff;
}
.pager-link .num.first_cur,
.pager-link .num.last_cur{
  position: relative;
}
.pager-link .num.last_cur{
  padding-left: 30px;
}
.pager-link .num.first_cur{
  padding-right: 30px;
}
.pager-link .num.first_cur:before,
.pager-link .num.last_cur:before{
  position: absolute;
  content:"";
  width: 22px;
  height: 4px;
  display: inline-block;
}

.pager-link .num.first_cur:before{
  right: 0;
  bottom: 0;
  background: url(../images/icon_circle.svg) no-repeat bottom ;
}
.pager-link .num.last_cur:before{
  left: 0;
  bottom: 0;
  background: url(../images/icon_circle.svg) no-repeat bottom ;
}

.col4{
  display: flex;
  flex-wrap: wrap;
  margin-right: -40px;
  margin-bottom: -40px;
}
.col4>li{
  width: calc((100% / 4) - 40px);
  margin-right: 40px;
  margin-bottom: 40px;
}
.col4>li .img{
  text-align: center;

}
.col4 .movie-box{
  display: block;
  height: 100%;
  background: #fff;
  position: relative;
}
.col4 .movie-box .txt-wrap{
  padding: 15px 15px 50px;
}
.relation-wrap .col4 .movie-box .txt-wrap{
  display: none;
}
.col4 .movie-box .date{
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 0;
  text-align: right;
  
}
.col4 .movie-box .date:before{
  content:"";
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  left: 0;
  background: #dedede;
}
.col4 .movie-box .date span{
  display: inline-block;
  background: #fff;
  position: relative;
  padding-left: 20px;
  font-size: 1.3rem;
}
.col4 .movie-box p{
  margin-top: 10px;
}
.col4 .movie-box .ttl{
  font-size: 1.8rem;
}

.col4 a.movie-box[target="_blank"] .ttl{
  display: inline-block;
}
.col4 a.movie-box[target="_blank"] .ttl::after{
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/common/images/icon_blank.png) no-repeat 0 0;
  background-size: 100% auto;
  margin-left: 10px;
}

.col4 .movie-box .txt{
  font-size: 1.3rem;
  color: #777777;
}
.col-box .txt{
  margin-top: 15px;
  line-height: 1.75;
}
.col-box .txt .label{
  background: #00b0a1;
  padding: 0 3px;
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  font-weight: bold;
}
.product-box-text .label{
  background: #00b0a1;
  padding: 0 5px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
}
.product-box{
  display: flex;
}
.product-box-pic,
.product-box-text{
  width: 50%;
}
.product-box-pic{
  text-align: center;
  margin-right: 50px;
}
.product-box-text .lead{
  font-size: 1.8rem;
}
.product-box-text .hd01{
  text-align: left;
  margin-bottom: 40px;
}
.product-box-text p{
  margin-top: 20px;

}
.link{
  background: url(../images/icon_text_link.png) no-repeat right 1px center;
  padding:2px 20px 2px 0;
  font-weight: bold;
  color: #00a092;
}
.link[href*=".pdf"],
.link.pdf{
  padding-right: 25px;
  background: url(../images/icon_pdf.png) no-repeat right 1px center /17px auto;
}
.link+.link{
  margin-left: 20px;
}
.link:hover{
  text-decoration: underline;
}
.txtLink{
  text-decoration: underline;
  color: #00a092;
}
.product-box-logo{
  margin-top: 35px;
}
.product-box-logo dl{
  display: flex;
  padding: 20px;
  background: #fff;
  align-items: center;
  width: 280px;

  
}
.product-box-logo dt{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  border-right: 1px solid #cdcdcd;
  padding-right: 15px;
  margin-right: 15px;
  width: 70px;
}
.product-box-logo dd img{
  height: 27px;
  width: auto;
  
}
.beige-section{
  background: #ece6d9;
}
.logo-col-list{
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #cdcdcd;
}
.logo-col-list>li{
  width: 33.33%;
  background: #fff;
  border-right: 1px solid #cdcdcd;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  position: relative;
  margin-top: -1px;
}
.logo-col-list>li:first-child{

}
.logo-box{
  
  padding: 40px 40px 90px;
}
.logo-box .logo{
  width: 190px;
  margin: 0 auto 20px;
}
.logo-box .txt{
  flex:1;
  font-weight: bold;
}
.logo-col-list>li .btn-wrap{
  position: absolute;
  bottom: 30px;
  right: 25px;
  left: 25px;
  text-align: center;
}
.logo-col-list>li .btn-wrap .btn{
  margin-left: auto;
  margin-right: auto;
  background: #00b0a1 url(../images/icon_link.png) no-repeat right 10px center;
}
.flexbox{
  display:flex;
  justify-content: center;
  align-items: center;
}
.btn-wrap.btn-center {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  
}
.btn{
  display: flex;
  width: 200px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background: #00b0a1;
  color: #fff;
  font-size: 1.5rem;
}
.btn:hover{
  opacity: 0.7;
}
.btn.large{
  width: 250px;
  height: 50px;
  font-weight: bold;
}
.btn + .btn{margin-left: 20px;}
.btn.whiteBtn{
  background:#fff;
  color: #00b0a1;
  border: 1px solid #00b0a1;
}

.service-logo{
  text-align: center;
  margin-bottom: 60px;
}
.tab-contents .tab-contents-list{display: none;}
.tab-contents .tab-contents-list.cur{display: block;}

.tableWrap table{ width: 100%; font-size: 14px; line-height: 1.5;}
.tableWrap table th,
.tableWrap table td{ border: 1px solid #eeeeee; padding: 15px 10px;}
.tableWrap th,.tableWrap td{text-align:left;}
.tableWrap table .bg_gray_01{background: #f8f8f8;}
.tableWrap table .bg_gray_02{background: #666666; color: #fff;}
.tableWrap td input,.tableWrap td textarea{
    padding: 10px 5px;
    border: 1px solid #d9d9d9;
    display: block;
}
.tableWrap td label{
    cursor:pointer;
    display:block;
    float:left;
    margin-right:15px;
}
.tableWrap td label input{
    float: left;
    vertical-align: middle;
}
label input{
    margin-left: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 5px;
  }
.tableWrap td select{
  padding: 10px 5px;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  text-overflow: ellipsis;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
}
.labelList{
    overflow:hidden;
}
.tableWrap td input.sizeSS{
    width:100px;
    display:inline-block;
}
.tableWrap td input.sizeS{
    width:200px;
    display:inline-block;
}
.tableWrap td .txt{
    padding:0 5px;
}
.tableWrap td .sizeM{
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.tableWrap td .sizeL{
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
button.btn {
    background: #00b0a1;
    text-align: center;
    color: #fff;
    padding: 10px;
    width: 250px;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 50px;
}
button.btn:disabled{
  background: #999999;
  cursor: initial;
}
button.btn:disabled:hover{
  opacity:1;
}
.tableWrap .note{
  margin-top:10px;
}
.required{
  padding: 2px;
  background: #e60100;
  color: #fff;
  margin-left: 5px;
}
.errorTxt{
  color:#e60100;
  margin-top: 10px;
}

.no-entry{
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  
}
ol.numList li{
  text-indent: -0.75em;
  margin-left: 0.75em;
  margin-top: 10px;
}
ol.numList li:first-child{
  margin-top: 0;
}
body.introduction #wrap{
  position: relative;
}
body.introduction .header-wrap{
  position: absolute;
  width: 100%;

}
body.introduction #header{
  position: absolute;
  box-shadow: none;
  background: none;
}
body.introduction #header>.inner{
  height: 90px;
  padding: 0 24px;
  background: none;
}

body.introduction #header .logo{
  padding-left: 0;
}
body.introduction #header .logo img{
  
}
body.introduction #header .btn{
  height: 50px;
  background: #fff;
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
}
body.introduction #header .btn.login:before{
  content:"";
  background: url(../images/introduction/icon_login.png) no-repeat center /cover;
  width: 22px;
  height: 18px;
  margin-right: 10px;
}
body.introduction .mv{
  padding-top: 100px;
  background: url(../images/introduction/bg_introduction.png) center /cover ;
  padding-bottom: 50px;
}
.ol-box-list{
  display: flex;
  flex-wrap: wrap;
  margin-right: -50px;
  counter-reset: number 0;
}
.ol-box-list>li{
  width: calc(33.33% - 50px);
  margin-right: 50px;
  margin-bottom: 50px;
}
.ol-box-list>li .box:before{
  counter-increment: number 1;
  content: counter(number,decimal-leading-zero) " ";  
  position: absolute;
  left: 10px;
  top: 10px;
  color: #e3e3e3;

}
.ol-box-list>li .box{
  border: 1px solid #e3e3e3;
  padding: 30px;
  height: 100%;
  position: relative;
}
.ol-box-list>li .box .icon{
  text-align: center;
}
.ol-box-list>li .box .ttl{
  text-align: center;
  font-weight: bold;
  margin-top: 40px;
  font-size: 1.8rem;
}
.ol-box-list>li .box .txt{
  margin-top: 20px;
}
.white-box{
  padding: 50px;
  background: #fff;
}
.white-box>*+*{
  margin-top: 20px;

}
.normal-list>li{
  padding-left: 10px;
  background: url(../images/icon_slick_nav_on.png) no-repeat left /6px auto;
  font-weight: bold;
}
.btn-wrap.btn-center .btn{
  width: 330px;
  height: 50px;
  background: #00b0a1 url(/common/images/icon_link.png) no-repeat center right 16px/ 13px auto;
  font-weight: bold;
}
.fix-block-wrap {
  padding-top: 80px;
}
.fix-block{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: #fff;
}
.fix-block .btn-wrap{
  display: flex;
  justify-content: space-around;
  text-align: center;
}
.fix-block .btn-wrap .btn{
  width: 33.33%;
}

.news-list>li{
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}
.news-list>li dl{
  display: flex;
}
.news-list>li dl dt{
  width: 120px;

}
.news-list>li dl dd{
  flex: 1;

}
.news-list>li a dd:hover{
  text-decoration: underline;

}
/*==========================================================================================================
PC Only
==========================================================================================================*/
@media screen and (min-width: 769px) {

}

/*==========================================================================================================
SP Only
==========================================================================================================*/
@media screen and (max-width: 768px) {
  body.introduction #header>.inner{
    padding: 0 14px;
    height: 72px;
  }
  body.introduction #header .btn{
    height: 40px;
    width: 110px;
    font-size: 1.4rem;
  }
  body.introduction .mv{
    padding: 80px 20px 40px;
  }
  .ol-box-list{
    margin-right: -10px;
  }
  .ol-box-list>li{
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .ol-box-list>li .box{
    padding: 30px 10px 10px;
  }
  .ol-box-list>li .box .icon img{
    height: 50px;
    width: auto;
  }
  .ol-box-list>li .box .ttl{
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .ol-box-list>li .box .txt{
    margin-top: 10px;
    font-size: 1.2rem;
  }

  .white-box{
    padding: 20px;
  }


  .about-info{
    font-size: 1.3rem;
    padding: 10px;
  }
  .nav-box-list>li{
    width: calc(100% / 2 - 20px);
  }
  .pic-list{
    margin-right: 0;
  }
  .pic-list>li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .normal-section{
    padding: 40px 20px;
  }
  .breadcrumb{
    font-size: 1rem;
  }
  .hd01{
    margin-bottom: 30px;
    font-size: 2.6rem;
  }
  .hd02{
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
  .hd03{
    margin-bottom: 20px;
  }
  .col4{
    margin-right: -10px;
    margin-bottom: -20px;
  }
  .col4>li {
    width: calc((100% / 2) - 10px);
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .product-box{
    display: block;
  }
  .product-box-pic, .product-box-text {
    width: 100%;
  }
  .product-box-pic{
    margin: 0 0 30px;
  }
  .product-box-text .hd01{
    margin-bottom: 30px;
  }
  .logo-col-list{
    flex-direction: column;
  }
  .logo-col-list>li{
    width: 100%;
    border-left:none;
    border-top: 1px solid #cdcdcd;
  }
  .logo-box{
    display: block;
    padding: 20px 20px 90px;
  }
  .logo-box .logo{
    width: 100%;
  }
  .tab-title{
    padding: 0 20px 20px;
  }
  .tab-title ul{
    flex-wrap: wrap;
    margin-left: -3px;
  }
  .tab-title ul>li {
    flex: initial;
    width: calc(50% - 3px);
    border-left: none;
    margin-top: 3px;
    margin-left: 3px;
    font-size: 1.4rem;
    height: 40px;
  }
  .icon-hd{
    font-size: 2.8rem;
  }
  .hd-section .icon-hd{
    margin-bottom: 0;

  }
  .row-box-list>li .box{
    padding: 20px;
    display: block;
  }
  .row-box-list>li .box .img{
    margin-bottom: 20px;
    margin-right: 0;
    text-align: center;
  }
  .row-box-list>li:not(:first-child) {
    margin-top: 20px;
  }
  .pager-link{
    margin-top: 40px;
  }
  .tableWrap td input.sizeSS{
      width:45px;
  }
  .tableWrap td input.sizeS{
      width:100%;
  }
  .tableWrap td .sizeM{
      width: 100%;
  }
  .required{
    margin-left: 0;
  }
  .btn + .btn{margin-left: 10px;}
  .product-box-logo dl{
    width: 100%;
  }
  .news-list>li dl{
    display: block;
  }
  .news-list>li dl dd{
    margin-top: 5px;

  }



}