@charset "utf-8";
html {
  scroll-behavior: smooth;
}
header{
  width: 100%;
}

.inner{
    width: 100%;
    margin: auto;
    padding: 30px 3%;
}

*{
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

a:hover{
  opacity: 0.8;
}

img{
  max-width: 100%;
}

span{
  font-size: 1.0em;
}

header{
  margin: 75px auto 30px;
}

header .logo{
  width: auto;
  padding: 10px 0;
  max-width: 35%;
}

header .inner{
  padding: 8px 3%;
  width: 100%;
  display: flex;
  height: 75px;
}

header .btn_wrap{
  max-width: 60%;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}

header .btn {
    width: 180px;
    background: #fff;
    color: #50D0CB;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 8px 15px rgb(0 0 0 / 15%);
    border: 1px solid #fff;
}

header .btn:hover{
  border: 1px solid #50D0CB;
}

header .btn a {
    color: #3C3C3C;
    width: 100%;
    padding: 20px;
    text-align: center;
    font-weight: bold;
}


#gloval-nav{
  background: rgba(255,255,255,0.9);
}

#gloval-nav.fixed{
  position: fixed;
  top:0;
  width: 100%;
  z-index: 5;
}

#gloval-nav nav{
  width: 980px;
  margin: auto;
  height: 60px;
  display: flex;
}

#gloval-nav nav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  align-items: center;
  width: 100%;
}

#gloval-nav nav ul li{
  display: flex;
  justify-content: center;
  width: 20%;
}


header h2{
  font-size: 1.5em;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.2;
}

header h4{
  font-size: 1.2em;
  color: #fff;
  margin-bottom: 20px;
}

header p{
  font-size: 1.1em;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

header .btn{
  width: 350px;
  background: #fff;
  color: #50D0CB;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

header .btn a{
  color: #50D0CB;
  width: 100%;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  height: 60px;
  line-height: 1.5;
}

header .btn01{
  width: 412px;
  background: #fff;
  color: #50D0CB;
  border-radius: 7px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 8px 15px rgb(0 0 0 / 15%);
  border: 1px solid #fff;
  margin: 0 2% 0;
}
header .btn.btn01{
  background: #50D0CB;
  box-shadow: unset;
}
header .btn.btn01 a{
  color: #fff;
}


.swiper .btn{
  margin: 0px auto 0;
  display: block;
  position: unset;
  bottom: 10%;
  align-content: center;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: calc(50% - 175px);
  order: 3;
}

.swiper .btn02{
  margin-top: 0px;
}

section{
  padding: 0;
}

.swiper {
  width: 100%;
  margin: 0;
  background: url(../images/slide_bg_sp.png);
  background-color: #50D0CB;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-inner{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
  padding: 40px 0 60px 0px;
  text-align: center;
}

.swiper-inner .left{
}

.swiper-inner .right{

}

/* コンテナ */
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

/* ラッパー */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

/* スライド */
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  transition-property: transform;
  align-items: center;
  display: flex;
}

/* ナビゲーションボタン */
.swiper-button-prev,
.swiper-button-next {
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

/* ページネーション */
.swiper-pagination {
  position: static;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.pagination{
  position: relative;
  width: 100%;
  margin: 10px auto 0;
}

/* ページネーションブレット */
.swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  border: 2px solid #50D0CB;;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 5px var(--swiper-pagination-bullet-horizontal-gap,15px) 0;
}

.swiper-button-next, .swiper-button-prev{
  position:absolute;
}

.swiper-pagination-bullet-active{
  background: #50D0CB;
  color: #50D0CB;
  opacity: 1;
}

.swiper-button-next:after, .swiper-button-prev:after{
  font-weight: bold;
}

:root {
    --swiper-navigation-size: 20px;
    --swiper-theme-color: #50D0CB;
    --site-green: #50D0CB;
}

.swiper-inner .in_img{
 order: 2;
 width: 80%;
 padding: 0px 0 10px 0;
 margin: 0 0 20px 0;
}

.swiper-inner .in_img img{
  /* max-height: 180px; */
}

.swiper-inner .in_text{
 order: 1;
 width: 100%;
 padding: 0 3%;
}

.inner{
    width: 100%;
    margin: auto;
    padding: 45px 3%;
    max-width: 100%;
}

.midashi {
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 30px 16px;
    width: 100%;
    text-align: center;
    filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.2));
    box-sizing: border-box;
}
.midashi::before {
    content: "";
    position: absolute;
    border: solid 12px transparent;
    border-top: solid 12px #fff;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.midashi h3 {
  font-size: 2.0em;
  color: #3C3C3C;
  margin: 0;
  line-height: 1.0;
  overflow: hidden;
}

.midashi h3 span{
    color: #50D0CB;
    line-height: 1.0;
    font-size: 1.0em;
}

.midashi h3 span.gl{
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FEF400 0%) repeat scroll 0 0;
  margin: 0;
  padding: 0 3px;
}

.content01 .content_wrap{
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin: 70px 0 0 0;
}

.content01 .content_wrap .box{
  padding: 30px 20px 48px;
  margin-top: 0;
  margin-bottom: 55px;
  display: block;
  background-color: #f7f9fb;
  border-radius: 20px;
  text-align: center;
  position: relative;
  width: 31%;
  box-shadow: 4px 5px 5px rgb(0 0 0 / 10%);
}

.content01 .content_wrap .box .title{
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
}

.content01 .content_wrap .box .title::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 60px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-image: url(../images/wave.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 10px;
}

.content01 .content_wrap .box .title span {
    font-size: 2.0rem;
}

.content01 .content_wrap .box .img_box{
    text-align: center;
    height: 205px;
    margin-bottom: 15px;
}

.content01 .content_wrap .box .img_box img{
  width: 150px;
}

.content01 .content_wrap .box:nth-child(1) .img_box img{
  width: 185px;
  position: relative;
  top: -5px;
}
.content01 .content_wrap .box .text{
  text-align: center;
}

.content01 .content_wrap .box .text span{
  background: var(--site-green);
  color: #fff;
  padding: 0 3px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.content01 .content_wrap .box .icon{
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 15px;
  width: 100%;
}

.content01 .content_wrap .box .icon a{
  width: 100%;
  display: block;
}

.content01 .content_wrap .box .icon img{
  width: 26px;
}

.content02{
  background: var(--site-green);
}

.content02 h2{
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  position: relative;
}

.content02 h2.content02_h2::before{
  height: 60px;
  left: 30px;
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
  bottom: 0;
  content: '';
  display: inline-block;
  font-size: 4rem;
  position: absolute;
  width: 10px;
  border-right: 1px solid #fff;
  left: 0;
}

.content02 h2.content02_h2::after {
    height: 60px;
    right: 30px;
    bottom: 0;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    content: '';
    display: inline-block;
    font-size: 4rem;
    position: absolute;
    width: 10px;
    border-right: 1px solid #fff;
    right: 10;
}

.content02 h2 span.gl{
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #FEF400 0%) repeat scroll 0 0;
  font-size: 1.0em;
  display: inline-block;
}
.content02 h3{
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  padding: 0;
}

.content02 h3 span{
  position: relative;
  display: inline-block;
  padding: 0 5%;
  font-size: 1.0em;
  margin: 0 0 10px 0;
}

.content02 h3 span::before{
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background: url(../images/line01.png) left bottom no-repeat;
  width: 45px;
  height: 65px;
  background-size: contain;
}

.content02 h3 span::after{
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  background: url(../images/line02.png) right bottom no-repeat;
  width: 45px;
  height: 65px;
  background-size: contain;
}

.content02_h2{
  margin-bottom: 45px;
}

.resolution{

}

.resolution .box{
  background: #fff;
  border-radius: 20px;
  padding: 20px 3%;
  margin: 0 0 30px 0;
}

.resolution .box:nth-last-child(1){
  margin-bottom: 0;
}

.resolution .title{display: flex;margin: 0 0 25px 0;/* flex-direction: column; */align-items: center;}

.resolution .title .mark{
  border: 6px solid #00909B;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1em;
  padding: 16px 5px;
  flex-wrap: wrap;
  font-weight:
  bold;
  line-height: 1.0;
  flex-direction: column;
  margin: 0 10px 0 0;
}

.resolution .title .tx{
  border-bottom: 2px solid #00909B;
  text-align: center;
  padding: 0 0 2px 0;
  line-height: 1.0;
}

.resolution .title .num{
  width: 85%;
  text-align: center;
  line-height: 1.0;
  margin-top: auto;
}

.resolution .title .text{display: flex;align-items: center;width: calc(100% - 85px);}

.resolution .title .text h2{
  color:#3C3C3C;
  text-align: left;
  line-height: 1.5;
}

.resolution .title .text h2 small{font-size: 0.8em;}

.resolution .title .text h2 small span.bg_green{
background: var(--site-green);
color: #fff;
padding: 0 2px;
}

.resolution .title .text h2 span.gl{background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #FEF400 0%) repeat scroll 0 0;margin: 0 0 5px 0;display: inline;}

.resolution .content{width: 90%;margin: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}

.resolution .contet_box{width: 48%;display: flex;flex-direction: column;}

.resolution .contet_img{
  margin: 0 0 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.resolution .contet_img img{
  width: 100%;
}

.resolution .content_text{
  position: relative;
  display: flex;
  margin: 0 auto 25px;
  padding: 15px 20px;
  min-width: 100px;
  max-width: 100%;
  color: #333;
  font-size: 16px;
  background: #fff;
  border: solid 1px #50D0CB;
  box-sizing: border-box;
  border-radius: 0;
  width: 100%;
  flex-grow: 1;
  align-items: center;
  filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.2));
  border-radius: 7px;
  text-align: center;
  justify-content: center;
  font-weight: bold;
}
.resolution .content_text::before {
  content: "";
  position: absolute;
  top: -23px;
  left: 50%;
  border: 4px solid transparent;
  border-bottom: 25px solid #fff;
  z-index: 2;
  transform: translate(-50%, 0%);
-webkit-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
}

.resolution .content_text::after {
  content: "";
  position: absolute;
  top: -27px;
  left: 50%;
  border: 5px solid transparent;
  border-bottom: 22px solid #50D0CB;
  z-index: 1;
  transform: translate(-50%, 0%);
-webkit-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
}

.resolution .description{
  padding: 0 0 30px 0;
}

.resolution .description.right-t{
  text-align: right;
  margin-left: auto;
  margin-right: 30px;
}

.content03 h2{
  color: #3C3C3C;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 30px;
}

.content03 .tab{
  display: flex;
  flex-wrap: wrap;
}

.content03 ul.tab{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 5px;
}

.content03 ul.tab li{
  width: 50%;
  filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.2));
}

.content03 .tab li a{
  display: flex;
  justify-content: center;
  align-items: center;
  background:#fff;
  padding: 20px 0;
  border-radius: 12px;
  margin: 0 2% 15px 0;
}
/*liにactiveクラスがついた時の形状*/
.content03 .tab li.active a{
  background: var(--site-green);
  color: #fff;
}


/*エリアの表示非表示と形状*/
.content03 .area {
  display: none;/*はじめは非表示*/
  opacity: 0;/*透過0*/
  background: #fff;
  padding: 30px 3%;
}

/*areaにis-activeというクラスがついた時の形状*/
.content03 .area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.content03 .area ul {
  display: flex;
  flex-wrap: wrap;
}

.content03 .area ul li{
  width: 100%;
  margin-bottom: 30px;
  margin-right: 2%
}

.content03 .area ul li:nth-child(3n){
  margin-right: 0;
}

.content03 .tab_top{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.content03 .tab_top i{
  margin-right: 10px;
  width: 55px;
}

.content03 .tab_top .title{
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.3;
}

.content03 .text{

}


.content04{
  background: #F5F8F9;
}

.content04 h2{
  color: #3C3C3C;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 30px;
}

.content04 h2 span{
  color: var(--site-green);
}

.content04 .tab02{
  display: flex;
  flex-wrap: wrap;
}

.content04 ul.tab02{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 5px;
}

.content04 ul.tab02 li{
  width: 50%;
  filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.2));
}

.content04 .tab02 li a{
  display: flex;
  justify-content: center;
  align-items: center;
  background:#fff;
  padding: 20px 0;
  border-radius: 12px;
  margin: 0 2% 15px 0;
}
/*liにactiveクラスがついた時の形状*/
.content04 .tab02 li.active a{
  background: var(--site-green);
  color: #fff;
}


/*エリアの表示非表示と形状*/
.content04 .area02 {
  display: none;/*はじめは非表示*/
  opacity: 0;/*透過0*/
  padding: 30px 0;
}

/*areaにis-activeというクラスがついた時の形状*/
.content04 .area02.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.content04 .area02 ul {
  display: flex;
  flex-wrap: wrap;
}

.content04 .area02 ul li{
  width: 100%;
  margin-bottom: 50px;
}

.content04 .area02 ul li:last-child{
  margin-bottom: 0;
}

.content04 .title_gl{
  color: #3C3C3C;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.content04 .title_gl span{
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #FEF400 0%) repeat scroll 0 0;
  padding: 0 5px;
}

.content04 .flex_box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content04 .left{
  width: 36%;
  justify-content:
  center;
  align-items: center;
  display: flex;
  background: #E3E3E3;
  box-shadow: 2px 8px 15px rgb(0 0 0 / 15%);
  padding: 15px 20px;
  flex-direction: column;
}

.content04 .arrow{
  width: auto;
  justify-content:
  center;
  align-items: center;
  display: flex;
  /* transform: rotate(90deg); */
  /* margin: auto; */
}

.content04 .arrow img{
  width: 18px;
}


.content04 .left .img_box{
  text-align: center;
  margin: 15px 0 0 0;
}

.content04 .left .img_box img{
  width: 47%;
}

.content04 .right{
  width: 59%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  box-shadow: 2px 8px 15px rgb(0 0 0 / 15%);
  padding: 0px 3%;
  background: #fff;
  flex-wrap: wrap;
}

.content04 .right h3{
  color: var(--site-green);
  font-size: 1.5em;
  margin-bottom: 25px;
  text-align: left;
}

.content04 .right .content{width: 67%;}

.content04 .right p{
  padding-left: 30px;
  position: relative;
  display: flex;
  justify-content: center;
}

.content04 .right p::before{
  content: "";
  display: block;
  background: url(../images/area02_icon.png) left top no-repeat;
  width: 22px;
  height:22px;
  background-size: 22px;
  margin: 0 10px 0 0;
  position: absolute;
  left: 0;
}

.content04 .right .img_box{
  width: 27%;
  margin: 0 0 0 auto;
  text-align: center;
}

.content05{
}

.content05 h2 {
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 30px;
}

.content05 h3{
  color: #fff;
  font-size: 1.5em;
  text-align: center;
}

.content05 h3 span{
  position: relative;
  display: inline-block;
  padding: 0 45px;
  font-size: 1.0em;
  color: #50d0cb;
}

.content05 h3 span::before{
  position: absolute;
  display: block;
  left: 0;
  top: -2px;
  background: url(../images/line03.png) left bottom no-repeat;
  width: 30px;
  height: 40px;
  background-size: contain;
}

.content05 h3 span::after{
  position: absolute;
  display: block;
  right: 0;
  top: -2px;
  background: url(../images/line04.png) right bottom no-repeat;
  width: 30px;
  height: 40px;
  background-size: contain;
}

.content05 h2{
  position: relative;
  color: #3d3d3d;
}

.content05 h2::before{
  height: 60px;
  left: 30px;
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
  bottom: 0;
  content: '';
  display: inline-block;
  font-size: 4rem;
  position: absolute;
  width: 10px;
  border-right: 1px solid #000;
  left: 0;
}

.content05 h2::after {
    height: 60px;
    right: 30px;
    bottom: 0;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    content: '';
    display: inline-block;
    font-size: 4rem;
    position: absolute;
    width: 10px;
    border-right: 1px solid #000;
    right: 10;
}

.content05 .inner{
  width: 650px;
  margin: auto;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.content06{
  background: #F5F8F9;
  padding: 30px 0;
}

.content06 .inner{
  background: #fff;
  border-radius: 20px;
  box-shadow: 2px 8px 15px rgb(0 0 0 / 15%);
  width: 94%;
}
.content06 .price-btn{
  color: #fff;
  padding: 20px 50px;
  text-align: center;
  font-weight: bold;
  background: #50D0CB;
  border-radius: 5px;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.content06 .price-btn.active{
display: none;
}
.content06 .price-area{
display: none;
}

.table01{
  /* width: 650px; */
  margin: 0 auto 30px;
  text-align: center;
  font-size: 14px;
  /* display: block; */
}

table.table01 td,table.table01 th {
	border: 2px solid var(--site-green);
	border-collapse: collapse;
  font-size: 14px;
  padding: 10px 0;
}

table.table01 th{
  width: 33%;
  color: #fff;
}

.table01 .green{
  background: var(--site-green);
}

.table01 .blue{
  background: #03B3D0
}

.table01 .orange{
  background: #F1A049
}

table.table01 td:nth-child(1){

}

table.table01 td:nth-child(2){
  background: #EBF5F0;
}

table.table01 td:nth-child(3){
  background: #FFFEEE;
}


table.table02 td,table.table02 th {
	border: 2px solid var(--site-green);
	border-collapse: collapse;
  font-size: 14px;
  padding: 10px 0;
}

table.table02 th{
  width: 33%;
  color: #fff;
}

.table02{
  /* width: 650px; */
  margin: auto;
  text-align: center;
  font-size: 14px;
  /* display: block; */
}

.table02 .green{
  background: var(--site-green);
}

.table02 .blue{
  background: #03B3D0
}

.table02 .orange{
  background: #F1A049
}

table.table02 td{
  line-height: 1.0;
  text-align: center;
  padding: 15px 0;
}

table.table02 td:nth-child(1){

}

table.table02 td:nth-child(2){
  background: #EBF5F0;
}

table.table02 td:nth-child(3){
  background: #FFFEEE;
}

table.table02 td.han{
    background: linear-gradient(to right, #EBF5F0 0%, #EBF5F0 50%, #FFFEEE 50%, #FFFEEE 100%);
    height: 50px;
    padding: 10px 0;
}

table.table02 td.kaigai{
  height: 50px;
  padding: 10px 0;
}

table.table02 td.tate{
  writing-mode: vertical-rl;
  text-align: center;
  padding: 0px;
  width: 30px;
}
table.table02 td.tate span{
  writing-mode: vertical-rl;
  white-space: pre;
  display:inline-block;
  padding: 10px;
  width: 30px;
}
table.table02 td.white{
  background: #fff;
}

table.table02 td.yellow{
  background: #EBF5F0;
}

table.table02 td.green{
  background: #FFFEEE
}

table.table02 td small{
  font-size: 10px;
  color: var(--site-green);
  font-weight: bold;
}

table.table02 td small.black{
  color: #3C3C3C;
}

table.table02 td.pack{
  text-align: left;
  padding: 10px 0 10px 10px;
}

.content06 p{
  width: 100%;
  margin: 30px auto 0;
  font-size: 14px;
}

.content06 h2{
  color: #000;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 30px;
}

.content06 .p06{
  font-size: 1.0em;
  margin-bottom: 30px;
  text-align: center;
}


.table03{
  width: 1080px;
  margin: auto;
  text-align: center;
  font-size: 14px;
  border-top: 0;
  display: block;
}
.table03 th{
  background: #00909B;
  border-left: 3px solid #00909B;
}
.table03 .green{
  background: var(--site-green);
}

.table03 .blue{
  background: #03B3D0
}

.table03 .orange{
  background: #F1A049
}

table.table03 td{
  line-height: 1.2;
  text-align: center;
  padding: 15px 0;
}

table.table03 td {
	background: #EBF5F0;
}
table.table03 tr:nth-child(odd) td {
	background: #fff;
}

table.table03 tr:nth-last-child(1) td{
	background: #FAF8E3;
	text-align: center;
	padding-left: 0;
  border-bottom: 3px solid #00909B;
}

table.table03 tr .travel_last_1{
border-left: 3px solid #00909B;
}

table.table03 td{
  font-size: 11px;
  border-left: 2px solid #fff;
  text-align: left;
  padding-left: 10px;
}

table.table03 td.p14{
  font-size: 14px;
  text-align: center;
  padding-left: 0;
}

table.table03 td.han{

}

table.table03 td.kaigai{
  height: 50px;
  padding: 10px 0;
}

table.table03 td.tate{
  text-align: center;
  background: #fff;
  width: 30px;
  font-size: 12px;
  letter-spacing: 2px;
  border-left: 3px solid #00909B;
}

table.table03 td.tate span{
  writing-mode: vertical-rl;
  white-space: pre;
  display:inline-block;
  padding: 10px;
  width: 30px;
}

table.table03 td.white{
  background: #fff;
}

table.table03 td.yellow{
  background: #EBF5F0;
}

table.table03 td.green{
  background: #FFFEEE
}

table.table03 td small{
  font-size: 10px;
  color: var(--site-green);
  font-weight: bold;
}

table.table03 td small.black{
  color: #3C3C3C;
}

table.table03 td.pack{
  text-align: left;
  padding: 10px 0 10px 10px;
}

table.table03 th{
  color: #fff;
}

table.table03 th small {
    font-size: 10px;
    color: #fff;
    font-weight: bold;
}

table.table03 th.t175{
  width: 175px;
  border-left: 1px solid #fff;
}

table.table03 th.t130{
  width: 137px;
  line-height: 1.1;
  padding: 10px 0;
  border-left: 2px solid #fff;
}

table.table03 td.travel{
  border-right: 8px solid var(--site-green);
  border-left: 8px solid var(--site-green);
}

table.table03 th.travel{
  border-right: 8px solid var(--site-green);
  border-left: 8px solid var(--site-green);
  background: var(--site-green);
}

table.table03 th.travel_fast{
  border-right: 8px solid var(--site-green);
  border-left: 8px solid var(--site-green);
  border-top: 16px solid var(--site-green);
  background: var(--site-green);
  padding: 0 0 10px 0;
}

table.table03 td.travel_last{
  border-right: 8px solid var(--site-green);
  border-left: 8px solid var(--site-green);
  border-bottom: 8px solid var(--site-green) !important;
}

table.table03 th:last-child{
  border-right: 3px solid #00909B;
}

table.table03 td:last-child{
  border-right: 3px solid #00909B;
}

.table01_wrap{
  　　　　/*tableをスクロールさせる*/
}
.table01_wrap::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}

.table01_wrap::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}

.table01_wrap::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

.table02_wrap{
  overflow: auto;　　　　/*tableをスクロールさせる*/
  white-space: nowrap;　
}

.table02_wrap::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}

.table02_wrap::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

.table02_wrap::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}

.table03_wrap{
  overflow: auto;　　　　/*tableをスクロールさせる*/
  white-space: nowrap;　
}

.table03_wrap::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}

.table03_wrap::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

.table03_wrap::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}

.content07{
  padding: 15px 0;
}

.content07 h2 {
    color: #000;
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 30px;
}

.content08{
  background: #F5F8F9;
  padding: 15px 0;
}
.content08 h2 {
    color: #000;
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 30px;
}

.content08 .step{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content08 .step .box{
  width: 17%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 2px 8px 15px rgb(0 0 0 / 15%);
}
.content08 .step_tit{
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  padding: 20px 0;
  margin: 0 0 15px 0;
}

.content08 .text{
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
}

.content08 .step_tit span{
  border-bottom: 2px solid #00909B;
  padding: 0 2px 5px;
}

.content08 .step .arrow{
  display: flex;
  align-items: center;
  justify-content: center;
  /* transform: rotate(90deg); */
  /* margin: auto; */
  width: 10px;
}

.content09{
  background: var(--site-green);
}

.content09 h2 {
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.content09 h2::before{
  height: 60px;
  left: 30px;
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
  bottom: 0;
  content: '';
  display: inline-block;
  font-size: 4rem;
  position: absolute;
  width: 10px;
  border-right: 1px solid #fff;
  left: 0;
}

.content09 h2::after {
    height: 60px;
    right: 30px;
    bottom: 0;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    content: '';
    display: inline-block;
    font-size: 4rem;
    position: absolute;
    width: 10px;
    border-right: 1px solid #fff;
    right: 10;
}

.content09 h3{
  color: #fff;
  font-size: 1.5em;
  text-align: center;
}

.content09 h3 span{
  position: relative;
  display: inline-block;
  padding: 0 45px;
  font-size: 1.0em;
}

.content09 h3 span::before{
  position: absolute;
  display: block;
  left: 0;
  top: 12px;
  background: url(../images/line03.png) left bottom no-repeat;
  width: 30px;
  height: 40px;
  background-size: contain;
}

.content09 h3 span::after{
  position: absolute;
  display: block;
  right: 0;
  top: 12px;
  background: url(../images/line04.png) right bottom no-repeat;
  width: 30px;
  height: 40px;
  background-size: contain;
}

.content09 .btn {
    width: 45%;
    background: #fff;
    color: #50D0CB;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    box-shadow: 2px 8px 15px rgb(0 0 0 / 15%);
}

.content09 .btn a {
    color: #3C3C3C;
    width: 100%;
    padding: 20px;
    text-align: center;
    font-weight: bold;
}

.content09 .btn_wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content10{
  background: url(../images/1982.png);
  background-size: cover;
  position: relative;
}

.content10::after{
  background: rgba(248,247,247,0.8);
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

.content10 .inner{
  z-index: 2;
  position: relative;
}

.content10 .flex{
  justify-content: center;
  width: 100%;
  margin: auto;
  color: #3C3C3C;
  text-align: center;
}

.content10 .flex .crown{
  width: 65px;
  margin-bottom: 30px;
}

.content10 .flex .title{
  font-size: 1.5em;
  margin-bottom: 30px;
}

.content10 .flex .title span{
  border-bottom: 3px solid #3C3C3C;
  padding: 0 20px 20px;
  display: inline-block;
}

.content10 .flex .iace{
  width: 55%;
  margin: 0 auto 30px;
  display: block;
}

.content10 .flex .text{

}


.content11{
  background:#fff;
}

.content11 h2 {
  color: #3C3C3C;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 30px;
}
.content11 h2 span{
 color:var(--site-green) ;
}

.content11 h3{
  color: #3C3C3C;
  font-size: 1.5em;
  text-align: center;
}

.content11 h3 span{
  position: relative;
  display: inline-block;
  padding: 0 45px;
  font-size: 1.0em;
}

.content11 h3 span::before{
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: -2px;
  background: url(../images/line03.png) left bottom no-repeat;
  width: 30px;
  height: 40px;
  background-size: contain;
}

.content11 h3 span::after{
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: -2px;
  background: url(../images/line04.png) right bottom no-repeat;
  width: 30px;
  height: 40px;
  background-size: contain;
}

.content11 .btn {
    width: 45%;
    background:  var(--site-green);
    color: #fff;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    box-shadow: 2px 8px 15px rgb(0 0 0 / 15%);
}

.content11 .btn a {
    color: #fff;
    width: 100%;
    padding: 20px;
    text-align: center;
    font-weight: bold;
}

.content11 .btn_wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer{
    background: #404041;
    text-align: center;
    color: #fff;
}
footer .inner{
  padding-bottom: 15px;
}

footer p{
  margin-bottom: 12px;
}

footer p.copy{
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
}

footer a{
  color: #fff;
}

@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.sp_none{
  display: none;
}

.pc_none{
  display: none !important;
}

img.slide02 {
  padding: 0 40px;
}

img.slide03 {
  padding: 0 20px;
}
#anc01,#anc02,#anc03{
  margin-top:-100px;
  padding-top:100px;
}

span.red{
  color: #ff0000;
}
.content_voice{
  display: none;
}
.content_voice h2{
  font-size: 1.5em;
  text-align: center;
  margin: 0 0 30px 0;
}
.content_voice h2 span.gl{
background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #FEF400 0%) repeat scroll 0 0;
margin: 0 0 5px 0;
}

.content_voice .voice{

}


.sliderArea {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 25px;
}
.sliderArea.w300 {
	max-width: 300px;
}
.slick-slide {
	margin: 20px 15px;
}
.slick-slide img {
	width: 100%;
	height: auto;
}
.slick-prev, .slick-next {
	z-index: 1;
}
.slick-prev:before, .slick-next:before {
	color: #000;
}
.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}
.slick-active {
	opacity: 1;
}
.slick-current {
	opacity: 1;
}
.thumb {
	margin: 20px 0 0;
}
.thumb .slick-slide {
	cursor: pointer;
}
.thumb .slick-slide:hover {
	opacity: .7;
}

.slick-arrow {
  width: 30px;
}

.sliderArea{
  position: relative;
}

.prev-arrow{
  left: -30px;
  top:50%;
  position: absolute;
}

.next-arrow{
  right: -30px;
  top:50%;
  position: absolute;
}

#page-top {
    position: fixed;
    right: 5px;
    bottom: 20px;
    width: 40px;
    height: 40px;
}

.tab_on{
  display: block !important;
}
.tab_on_flex{
  display: flex !important;
}
.tab_none_flex{
  display: none !important;
}

.tab_none{
  display: none;
}

.header_logo{
  width: 165px;
  height: auto;
}

footer p.company{
  margin: 0 0 25px 0;
}

footer p.company a{
  font-weight: bold;
  line-height: 1.5em;
  display: inline-block;
}


img.footer_logo{
  width: 180px;
  height: auto;
}

#anc01,#anc02,#anc03,#business,#exercise{
  margin-top:-150px;
  padding-top:150px;
}
