@charset "UTF-8";
html {
  overflow-y: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.clicked {
  text-decoration: underline;
}

.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease 0s;
}

.fade-right {
  opacity: 0;
  transform: translateX(200px);
  transition: all 0.8s ease 0s;
}

.fade-left {
  opacity: 0;
  transform: translateX(-200px);
  transition: all 0.8s ease 0s;
}

@keyframes fadein-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*----------------------------------------------------　*/
/* animation
------------------------------------------------------　*/
@-webkit-keyframes ani_scroll {
  0% {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  45% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  55% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
  100% {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
}

@-moz-keyframes ani_scroll {
  0% {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  45% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  55% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
  100% {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
}

@keyframes ani_scroll {
  0% {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  45% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  55% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
  100% {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
}



/* @keyframes slide-mv {
  0% {    
    transform: translateX(-4vw) scale(1.1);
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  100% {
    transform: translateX(-1vw) scale(1.1);
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
} */

@keyframes anime {
  0% {
      opacity: 0;      
  }
  8% {
      opacity: 1;
  }
  17% {
      opacity: 1;
  }
  25% {
      opacity: 0;
       transform: translateX(4vw) scale(1.1);
       /* transform: scale(1.2); */
                  z-index:9;
  }
  100% { opacity: 0 }
}


@keyframes animeSp {
  0% {
      opacity: 0;      
  }
  8% {
      opacity: 1;
  }
  17% {
      opacity: 1;
  }
  25% {
      opacity: 0;
       transform: translateX(5vw) scale(1.1);
       /* transform: scale(1.2); */
                  z-index:9;
  }
  100% { opacity: 0 }
}




@-webkit-keyframes anime {
  0% {
      opacity: 0;
  }
  8% {
      opacity: 1;
  }
  17% {
      opacity: 1;
  }
  25% {
      opacity: 0;
       -webkit-transform: translateX(4vw) scale(1.1);
          z-index:9;
  }
  100% { opacity: 0 }
}



body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  position: relative;
}
section{
  text-align:center;
  position: relative;
}
a {
     cursor: pointer;
     text-decoration: none;
     display: block;
}
ul{
    list-style: none;
}
li {
  list-style-type: none;
}
li::marker{
  content: none;
}
img{
  max-width: 100%;
}


/* ---------------------------
    header 
--------------------------- */

header {
  background-color: white;
  width: 100%;
  position: fixed;
  left: 0;  
  top: 0;
  z-index: 999;
}
header .global_head_wrapper{
  display: flex;
  justify-content: space-between;
}
header .global_head_wrapper .header-left{
  width: 21vw;
  margin-left: 2vw;
  margin-top: 1.1vw;
}

header .global_head_wrapper .header-center {
  display: flex;
  margin-left: auto;
  margin-right: 1vw;
}
header .global_head_wrapper .header-center li{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2vw;
}
header .global_head_wrapper .header-center li a{
  position: relative;
  color: black;
  font-size: 1.1vw;
  margin-top: 0.5vw;
  font-weight: 500;
}
header .global_head_wrapper .header-center li a::after{
  position: absolute;
  bottom: -0.4vw;
  left: 0;
  content: '';
  width: 0;
  height: 2px;  
  transition: .3s;
  background-color: #009F9A;  
}
header .global_head_wrapper .header-center li a:hover::after {
  width: 100%;
}

header .global_head_wrapper .header-right{  
  margin: 1vw 0 0;
  padding: 1vw 0;
}

header .global_head_wrapper .header-right .global_head{
  cursor: pointer;
  display: flex;
  width: 4vw;
  height: 4vw;
  text-align: center;
  color: #fff;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #009F9A;
  text-decoration: none;
}
header a.global_head:hover{
  opacity: .7;
}
header a.global_head img{
  width: 2.8vw;
}

.global_nav_wrapper{
  display: none;
}


/* ------------------------------------ 
  humburger  
------------------------------------ */


@media screen and (max-width:768px){


  header .global_head.humburger{
    background: #009979;
  }
  header .humburger_wapper {
    width: 8vw;
    height: 5vw;
    margin: 0.8vw auto 1vw;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
  }
  .humburger_wapper .humburger_bar {
    display: block;
    height: 1px;
    width: 100%;
    background: #fff;
    margin-right: auto;
    margin-left: auto;
    transition: all 0.3s ease;
  }
  .humburger_wapper .humburger_bar:nth-of-type(1).active {
    transform: translateY(1.5vw) rotate(-45deg);
  }
  .humburger_wapper .humburger_bar:nth-of-type(3).active {
    transform: translateY(-3vw) rotate(45deg);
  }
  .humburger_wapper .humburger_bar:nth-of-type(2).active {
    opacity: 0;
  }
  .humburger_wapper .bar_blue {
    background-color: #009F9A;
  }
  header .global_head{
    width: 16vw;
    height: 16vw;
  }
  header .global_head p{
    font-size: 2vw;
    color: white;
    letter-spacing: 0.3vw;
    text-indent: 1vw;
  }
  
  
  
  .global_nav_wrapper {    
    height: 100%;
    position: fixed;
    display: block;    
    top: 0;
    padding: 4.5vw 5vw;
    background: #fff;
    z-index: 200;
    transition: all 0.3s ease;
    overflow-y: scroll;
    -ms-overflow-style: none;    /* IE、Edge用 */
    scrollbar-width: none; 
    width: 100%;    
    padding-top: 20vw;
    right: -100%;   /* Firefox用 */
  }
  .global_nav_wrapper::-webkit-scrollbar {    /* Chrome、Safari用 */
    display:none;
  }
  .global_nav_wrapper.open {
    right: 7vw;
  }
  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
    transition: opacity .5s;
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  
  }
  .global_nav_wrapper dl {
    margin-bottom: 2vw;
  }
  .global_nav_wrapper dt {
    font-family: 'Roboto';
    font-size: 5vw;    
    font-weight: bold;
    color: #009979;
    margin-bottom: 2vw;
    letter-spacing: 0.1vw;
    text-indent: -0.1vw;
  }
  .global_nav_wrapper dd {
    font-size: 0.9vw;
    line-height: 2;
    letter-spacing: 0.1vw;
    text-indent: -0.1vw;
    font-weight: 400;
  }
  .global_nav_wrapper dd a{
    color: black;
    text-decoration: none;
  }
  .global_nav_wrapper dd a:hover{
    opacity: .7;
  }
  
 
  
  .global_nav_wrapper.open {
    right: 0;
  }
  .global_nav_wrapper dl {
    margin-bottom: 4vw;
  }
  .global_nav_wrapper dt {
    font-size: 5vw;
    margin-bottom: 2vw;
  }
  .global_nav_wrapper dd {
    font-size: 4vw;
    line-height: 2.5;
    text-indent: 5vw;
  }
}





/* ---------------------------
    main 
--------------------------- */


main {
  margin-left: 8vw;
  transition: all 0.3s ease;
  position: relative;
  left: 0;
  padding-top: 6.5vw;
}
main.open {
  left: -25vw;
}



/* section0 */
#section0{
  position: relative;
}

.scroll{
  position: absolute;
  left: -6.5vw;
  bottom: 6vw;
  z-index: 10;
  font-size: 0.8vw;
  color: #909090;
  font-weight: bold;
  letter-spacing: 0.1vw;
  text-indent: -0.1vw;
}
.scroll span{
  position: relative;
  display: block;
  transform: rotate(90deg);
  font-family: 'Roboto';
}
.scroll::before{
  content: "";
  height: 8vw;
  width: 1px;
  position: absolute;
  background: #909090;
  top: -10vw;
  right: 1.69vw;
  -webkit-animation: ani_scroll 1.2s infinite ease-in-out 0.15s;
  -moz-animation: ani_scroll 1.2s infinite ease-in-out 0.15s;
  animation: ani_scroll 1.2s infinite ease-in-out 0.15s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}


.mv-wrapper {
  margin-left: 13vw;
  position: relative;
}
.mv-wrapper .mv_slide{
  display: flex;
  overflow: hidden;
}
.mv-wrapper .mv_slide .slide-mv{
  overflow: hidden;
  position: relative;
  height: 43vw;
  width: 100%;
}
.mv-wrapper .mv_slide .slide-mv .main_imgM{
  /* opacity: 0; */
  width:100%;
  height:100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  /*transform: scale(1.1);
  -webkit-animation: anime 56s 0s infinite;
  animation: anime 56s 0s infinite; 
  -webkit-animation: anime 36s 0s infinite;
  animation: anime 36s 0s infinite;  */
}


.mv-wrapper .mv_slide .slide-mv .main_imgM:nth-of-type(2) {
  -webkit-animation-delay: 7s;
  animation-delay: 7s; 
  /* -webkit-animation-delay: 6s;
  animation-delay: 6s;  */
}

.mv-wrapper .mv_slide .slide-mv .main_imgM:nth-of-type(3) {
  -webkit-animation-delay: 14s;
  animation-delay: 14s; 
  /* -webkit-animation-delay: 12s; */
  /* animation-delay: 12s;  */
}

.mv-wrapper .mv_slide .slide-mv .main_imgM:nth-of-type(4) {
  -webkit-animation-delay: 21s;
  animation-delay: 21s; 
  /* -webkit-animation-delay: 18s;
  animation-delay: 18s;  */
}

.mv-wrapper .mv_slide .slide-mv .main_imgM:nth-of-type(5) {
  -webkit-animation-delay: 28s;
  animation-delay: 28s; 
  /* -webkit-animation-delay: 24s;
  animation-delay: 24s;  */
}

.mv-wrapper .mv_slide .slide-mv .main_imgM:nth-of-type(6) {
  -webkit-animation-delay: 35s;
  animation-delay: 35s; 
  /* -webkit-animation-delay: 30s;
  animation-delay: 30s;  */
}
.mv-wrapper .mv_slide .slide-mv .main_imgM:nth-of-type(7) {
  -webkit-animation-delay: 42s;
  animation-delay: 42s; 
  /* -webkit-animation-delay: 30s;
  animation-delay: 30s;  */
}
.mv-wrapper .mv_slide .slide-mv .main_imgM:nth-of-type(8) {
  -webkit-animation-delay: 49s;
  animation-delay: 49s; 
  /* -webkit-animation-delay: 30s;
  animation-delay: 30s;  */
}

@media screen and (max-width:768px){
  .mv-wrapper .mv_slide .slide-mv .main_imgM{
    /* transform: translateX(-5vw) scale(1.1);
    -webkit-animation: animeSp 48s 0s infinite;
    animation: animeSp 48s 0s infinite; */
  }


  .mv-wrapper .mv_slide .slide-mv .main_imgM:nth-of-type(2) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s; 
    /* -webkit-animation-delay: 6s;
    animation-delay: 6s;  */
  }

  .mv-wrapper .mv_slide .slide-mv .main_imgM:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    animation-delay: 12s; 
    /* -webkit-animation-delay: 12s; */
    /* animation-delay: 12s;  */
  }

  .mv-wrapper .mv_slide .slide-mv .main_imgM:nth-of-type(4) {
    -webkit-animation-delay: 18s;
    animation-delay: 18s; 
    /* -webkit-animation-delay: 18s;
    animation-delay: 18s;  */
  }

  .mv-wrapper .mv_slide .slide-mv .main_imgM:nth-of-type(5) {
    -webkit-animation-delay: 24s;
    animation-delay: 24s; 
    /* -webkit-animation-delay: 24s;
    animation-delay: 24s;  */
  }

  .mv-wrapper .mv_slide .slide-mv .main_imgM:nth-of-type(6) {
    -webkit-animation-delay: 30s;
    animation-delay: 30s; 
    /* -webkit-animation-delay: 30s;
    animation-delay: 30s;  */
  }
  .mv-wrapper .mv_slide .slide-mv .main_imgM:nth-of-type(7) {
    -webkit-animation-delay: 36s;
    animation-delay: 36s; 
    /* -webkit-animation-delay: 30s;
    animation-delay: 30s;  */
  }
  .mv-wrapper .mv_slide .slide-mv .main_imgM:nth-of-type(8) {
    -webkit-animation-delay: 42s;
    animation-delay: 42s; 
    /* -webkit-animation-delay: 30s;
    animation-delay: 30s;  */
  }
}



.mv-wrapper .mv_slide .mv_copy{
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: absolute;
  top: 21vw;
  left: -11.5vw;
  text-align: left;
  color: black;
  font-size: 7vw;
  font-weight: bold;  
  line-height: 0.9;
  text-shadow: 0.2vw 0.2vw white;
  z-index: 100;
}
.mv-wrapper .mv_slide .mv_copy::before{
  position: absolute;
  content: '';
  width: 27.33vw;
  height: 0.3vw;
  left: 1vw;
  bottom: -3vw;
  background-color: #000;
}
.mv-wrapper .mv_slide .mv_copy::after{
  position: absolute;
  content: '';
  width: 3vw;
  height: 0.3vw;
  right: 19.98vw;
  bottom: -1.8vw;
  background-color: black;
  transform: rotate(55deg);
}
.mv-wrapper .mv_slide .mv_copy p{
  display: inline-block;
  position: relative;
  z-index: 10;
}
.mv-wrapper .mv_slide .mv_copy p .copy_top{
  line-height: 12vw;
}
.mv-wrapper .mv_slide .mv_copy p .copy_bottom{
  font-size: 4vw;
}



.mv_news{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: whitesmoke;
  margin-left: 34vw;
  border-bottom: 2px solid #009F9A;
}
.mv_news .news_title{
  background-color: #009F9A;
  margin: 0;
  color: white;
  padding: 1.5vw 3vw;
  font-size: 1.1vw;
  font-weight: 500;
}
.mv_news .news_slide_wrapper{
  width: 50%;
  overflow: hidden;
  display: flex;
}
.mv_news .news_slide a{
  margin-left: 3vw;
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 85%;
  color: #009F9A;
  font-weight: 500;
}/*2023/03/16変更*/
.mv_news .news_slide a:hover{
  opacity: .7;
}
/* .mv_news .news_slide .date{
  font-weight: 300;
  font-size: 1.1vw;
  margin-right: 2vw;
  line-height: 2;
} */
.mv_news .news_slide p{
  margin: 0;
  font-size: 1.1vw;
  line-height: 2;
}
.mv_news .btn-wrapper{
  margin-left: auto;
  margin-right: 3vw;
}
.mv_news .btn-wrapper a{
  position: relative;
  color: #009F9A;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.1vw;
  font-size: 1.1vw;  
  transition: all .3s ease 0s;
  line-height: 1;
  font-family: 'Roboto';
}
.mv_news .btn-wrapper a::before{
  position: absolute;
  content: '';
  width: 2vw;
  height: 1px;
  right: 4vw;
  top: 51%;
  background-color: #939393;
  
}





@media only screen and (max-width:768px){

 
  header {
    width: 100%;
    height: auto;
    position: fixed;    
    background: white;
  }
  header .sp_header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .logo{
    margin-left: 3vw;
    margin-top: 2.1vw;
  }
  header .logo a{
    display: block;
  }
  header .logo a img{
    height: 10vw;
  }

  .scroll, #page-main .scroll{
    display: none;
  }

  
  main {
    margin: 0;
    padding-top: 16vw;
    width: 100%;
    overflow-x: hidden;
  }
  #section0::before {
    content: none;
  }

  .mv-wrapper {
    margin-left: 0;
  }
  .mv-wrapper .mv_slide .mv_copy{
    top: 82vw;
    left: 11vw;
    color: white;
    font-size: 10vw;
    letter-spacing: 0.4vw;
    font-weight: 300;
  }
  .mv-wrapper .mv_slide .mv_copy p .copy_top{
    line-height: 17vw;
  }
  .mv-wrapper .mv_slide .mv_copy p .copy_bottom{
    font-size: 7.5vw;
  }
  .mv-wrapper .mv_slide .mv_copy p{
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  .mv-wrapper .mv_slide .mv_copy::before{    
    width: 75.33vw;
    height: 0.5vw;
    background-color: white;
    bottom: -6.5vw;
  }
  .mv-wrapper .mv_slide .mv_copy::after{
    width: 6vw;
    height: 0.5vw;
    right: -5vw;
    background-color: white;
    bottom: -4.3vw; 
  }
  .mv-wrapper .mv_slide .slide-mv{
    height: 140vw;
  }
  
 

  .mv_news{
    align-items: stretch;
    margin-left: 0;
  }
  .mv_news .news_title{
    padding: 5vw 6vw;
    font-size: 3vw;
    display: flex;
    align-items: center;
  }
  .mv_news .news_slide_wrapper{
    width: 50%;
    align-items: center;
  }
  .mv_news .news_slide a{
    margin-left: 3vw;
    width: 92%;
    padding: 2.5vw 0;
    flex-direction: column;
    align-items: flex-start;
  }/*2023/03/16変更*/
  .mv_news .news_slide .date{
    font-size: 2.2vw;
  }
  .mv_news .news_slide p{
    font-size: 3vw;
  }
  .mv_news .btn-wrapper{
    display: flex;
    align-items: center;
  }
  .mv_news .btn-wrapper a{
    font-size: 3vw;
  }







}


/* ------------------------------------
    common
------------------------------------ */

.p3-2{
  padding: 3vw 2vw;
}
.ph2{
  padding: 0 7vw;
}

.sec-title {
  font-family: 'Roboto';
  font-size: 3.5vw;
  color: #009F9A;
  letter-spacing: 0.1vw;
  margin: 0;
  text-indent: 1vw;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
.sec-title span {
  display: block;
  font-size: 1.5vw;
  color: black;
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1vw;
}
.h2-title2{
  font-size: 1.8vw;
  margin-top: 4vw;
  margin-bottom: 3vw;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.3vw;
  text-indent: -0.3vw;
  position: relative;
  z-index: 0;
  font-family: 'Kiwi Maru';
}
.h2-title2::before{
  content: '';
  position: absolute;
  top: 1.6vw;
  left: -5%;
  transform: skewX(-25deg);
  width: 110%;
  height: 1vw;
  margin: 0 auto;
  background-color: #fde0a1;
  z-index: -1;
}
.h3-title {
  font-size: 1.8vw;
  margin-top: 4vw;
  margin-bottom: 4vw;
  font-weight: 300;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.1vw;
  text-indent: -0.1vw;
  position: relative;
  font-family: 'Kiwi Maru';
}
.h3-title::before{
  content: '';
  position: absolute;
  top: 1.6vw;
  left: -10%;
  transform: skewX(-25deg);
  width: 120%;
  height: 1vw;
  margin: 0 auto;
  background-color: #fde0a1;
  z-index: -1;
}
.h3-title2 {
  display: inline-block;
  border-bottom: 1px solid;
  padding-bottom: 1vw;
  margin-bottom: 3vw;
  font-weight: 300;
  font-size: 1.8vw;
  margin: 1vw 0 3vw;
  font-family: 'Kiwi Maru';
}
.page-disc {
  font-size: 1.2vw;
  letter-spacing: 0.3vw;
  text-indent: -0.3vw;
  line-height: 2;
  color: black;
}
.page-disc span{
  color: #00a29a;
  font-weight: 500;
}

.bg-gray{
  background: #f7f8f8;
}
.btn-cover{
  text-align: center;
}
.to_contact{
  margin: 4vw 0 7vw;
}
a.btn1{
  position: relative;
  font-size: 1.3vw;  
  font-weight: 500;
  letter-spacing: 0.1vw;
  color: #009F9A;
  font-family: 'Roboto';
}
a.btn1::before{
  position: absolute;
  content: '';
  width: 4vw;
  height: 1px;
  right: 5vw;
  top: 51%;
  background-color: #939393;
  transition: all .3s ease 0s;
}
a.btn1:hover{
  opacity: .7;
}
a.btn1:hover::before{
  width: 6vw;
}
a.btn2{
  position: relative;
  background: #009979;
  padding: 1.2vw 0;
  color: white;
  font-size: 1.3vw;
  letter-spacing: 0.1vw;
  font-weight: 300;
  text-align: left;
  width: 17vw;
  padding-left: 2vw;
}
a.btn2::after{
  position: absolute;
  width: 2vw;
  height: 1px;
  background-color: white;
  content: '';
  top: 50%;
  right: 0;
  z-index: 10;
  transition: all .3s ease 0s;
}
a.btn2:hover{
  opacity: .7;
}
a.btn2:hover::after{
  width: 4vw;
}
/* a.btn:hover{
color: #26b6bc;
background-position: 0 0;
border: 1px solid;
} */
.pc{
  display: block;
}
.sp{
  display: none;
}
@media only screen and (max-width:768px){
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }


  .sec-title {
    font-size: 8vw;
  }
  .sec-title span {
    font-size: 3vw;
  }
  .h2-title2{
    font-size: 5vw;
  }
  .h2-title2::before{    
    top: 4.6vw;
    left: -6%;    
    height: 2.5vw;    
  }
  .h3-title2 {
    font-size: 5vw;    
  }
  .h3-title {
    font-size: 6vw;    
  }
  .h3-title::before{    
    top: 5.3vw;
    left: auto;    
    width: 38%;
    height: 3vw;    
  }  

  a.btn1{
    font-size: 3.5vw;      
  }
  a.btn1::before{        
    width: 5vw;
    height: 2px;
    left: -6vw;    
  }
  a.btn2{
    font-size: 3.5vw;
    width: 40vw;
    padding: 3vw 0 3vw 2vw;
    margin-top: 6vw;
  }
  a.btn2::after{    
    width: 6vw;
  }


  

  .page-disc {
    font-size: 3vw;
    width: 85vw;
    margin: 6vw auto 8vw;
  }
  .page-disc+.page-disc {
    margin: 0vw auto 8vw;
  }
  


}

/* ------------------------------------
    udner mv
------------------------------------ */

#section1{
  position: relative;
  margin: 12vw 0 7vw;
}
#section1 img{
  position: absolute;
  left: 2vw;
  width: 29vw;
}
#section1 .sec1-wrapper{
  margin-left: 39vw;
  text-align: left;
}
#section1 .sec1-wrapper h2{
  font-size: 2.2vw;
  color: #009F9A;
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 2vw;
  letter-spacing: 0.1vw;
}
#section1 .sec1-wrapper p{
  font-size: 1vw;
  line-height: 2.5;
  font-weight: 500;
  letter-spacing: 0.1vw;
}





@media only screen and (max-width:768px){

  #section1{
    margin: 18vw 0 6vw;
  }
  #section1 img{
    top: 27vw;
    width: 60vw;
    left: 20vw;
    margin: 7vw 0;
  }
  #section1 .sec1-wrapper{
    margin: 0 3vw;
  }
  #section1 .sec1-wrapper h2{
    font-size: 4.8vw;
    margin-bottom: 4vw;
    text-align: left;
  }
  #section1 .sec1-wrapper h2 span{
    font-size: 5.8vw;
  }
  #section1 .sec1-wrapper p{
    font-size: 3vw;
    line-height: 2;
    margin: 52vw 5vw 0;
  }


}


/* ------------------------------------
    REASON 
------------------------------------ */

#section2 .title{
  position: absolute;
  right: 3vw;
  font-family: 'Roboto';
  letter-spacing: 0.1vw;
  top: 9vw;
  font-size: 10.5vw;
  z-index: 10;
  text-shadow: -1px 0 #009F9A, 0 1px #009F9A, 1px 0 #009F9A, 0 -1px #009F9A;
  color: white;
  text-align: left;
  line-height: 1;
}
#section2 .title span{
  display: block;
  font-size: 1.5vw;
  text-shadow: none;
  color: black;
  margin-left: 1vw;
  font-weight: 400;
  margin-top: 1vw;
}
.reason-content{
  margin-right: 36vw;  

}
.reason-content .reason-box{
  position:relative;
  padding-top: 5.2vw;
  width: 100%;
  margin: 0 auto;
  border-bottom: 5px solid #009F9A;
}
.reason-content .reason-box::after{
  position: absolute;
  width: 1px;
  height: 18.5vw;
  background-color: #009F9A;
  content: '';
  top: 10.5vw;
  left: 11.67vw;
  z-index: 10;
  
}
.reason-content .reason-box li{
  position: relative;
  width: 100%;  
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 2.5vw 0 2.5vw 6vw;
  background: #f7f8f8;
}
.reason-content .reason-box li:first-child{  
  padding: 3vw 0 2vw 6vw;
}
.reason-content .reason-box li:last-child{  
  padding: 2vw 0 3vw 6vw;
}
.reason-content .reason-box li:nth-child(2n){  
  background: none;
}

.reason-content .reason-box li span {
  font-size: 2.8vw;
  font-weight: 500;
  color: #009F9A;
  line-height: 1;
}
.reason-content .reason-box li p {
  position: relative;
  font-weight: 400;
  font-size: 2.3vw;  
  margin-left: 4vw;
  line-height: 2;
}
.reason-content .reason-box li p::before {
  /* position: absolute; */
  content: "\2022";
  color: #009F9A;
  font-weight:bold; 
  display: inline-block; 
  width: 3vw;
  margin-left: -3vw;
  margin-right: 2vw;
  font-size: 2.5vw;
  line-height: 1; 
}
.reason-content a {
  position: absolute;
  right: 26vw;
  top: 25.5vw;
  background: #009F9A;
  padding: 1.2vw 0;
  color: white;
  font-size: 1.3vw;
  letter-spacing: 0.1vw;
  font-weight: 300;
  text-align: left;
  width: 17vw;
  padding-left: 2vw;
}
.reason-content a::after{
  position: absolute;
  width: 2vw;
  height: 1px;
  background-color: white;
  content: '';
  top: 50%;
  right: 0;
  z-index: 10;
  
}



@media only screen and (max-width:768px){

  
  #section2{
    padding: 36vw 0 40vw;
  }
  
  #section2 .title{
    top: 9vw;
    font-size: 15vw;
    left: 6vw;
  }
  #section2 .title span{
    font-size: 3vw;
    margin-top: 2vw;
  }
  .reason-content{
    margin-right: 0vw;  

  }
  .reason-content .reason-box{
    flex-direction: column;
    align-items: center;    
    border-bottom: 0;
    border-right: 0;
    padding: 0;
  }
  .reason-content .reason-box::after{
    width: 1px;
    height: 29.5vw;
    top: 7.5vw;
    left: 12.9vw;
  }
  .reason-content .reason-box li{
    padding: 3.5vw 0 3.5vw 6vw;
  }
  .reason-content .reason-box li:first-child{  
    padding: 4vw 0 3vw 6vw;
  }
  .reason-content .reason-box li:last-child{  
    padding: 3vw 0 4vw 6vw;
  }

  .reason-content .reason-box li span {
    font-size: 4vw;
  }
  .reason-content .reason-box li p {
    font-size: 4vw;
  }
  .reason-content .reason-box li p::before {
    font-size: 6vw;
  }
  .reason-content a {
    top: 84vw;
    font-size: 3vw;
    width: 35vw;
    right: 6vw;
    padding: 2vw 0 2vw 3vw;
  }
  .reason-content a::after{
    width: 6vw;
    
  }




}

/* ------------------------------------
    CENTER  - top
------------------------------------ */
#section3{
  margin: 8vw 0;
}
#section3 img{
  position: absolute;
  right: 1vw;
  width: 47vw;
  top: 4vw;
}
#section3 .sec3-wrapper{
  margin-right: 23vw;
  background: #f7f8f8;
  text-align: left;
  padding: 5vw 4vw;
}
#section3 .sec3-wrapper p{
  font-size: 1.1vw;
  line-height: 2.5;
  font-weight: 500;
  margin: 3vw 1vw;
  letter-spacing: 0.1vw;
}
#section3 .sec3-wrapper a{
  margin-top: 5vw;
  margin-left: 8vw;
}
#section3 .sec3-wrapper a::before{
  right: 54vw;
}



@media only screen and (max-width:768px){


  #section3{
    padding: 48vw 0 12vw;
    margin-top: 0vw;
  }
  #section3 img{
    width: 75vw;
    right: 6vw;
    top: -2vw;
  }
  #section3 .sec3-wrapper{
    padding: 18vw 8vw 7vw 4vw;
    margin-right: 13vw;
  }
  #section3 .sec3-wrapper p{
    font-size: 3vw;
  }
  #section3 .sec3-wrapper a{
    margin-top: 5vw;
    margin-left: 62vw;
  }
  




}


/* ------------------------------------
    TRANSPORT - top
------------------------------------ */

#section4{
  margin: 17vw 0 10vw;
}
#section4 img{
  position: absolute;
  left: 0vw;
  width: 47vw;
  top: -4vw;
}
#section4 .sec4-wrapper{
  margin-left: 23vw;
  background: #f7f8f8;
  text-align: left;
  padding: 5vw 4vw 7vw;
}
#section4 .sec4-wrapper .sec4-inner{
  margin-left: 25vw;
}
#section4 .sec4-wrapper p{
  font-size: 1.1vw;
  line-height: 2.5;
  font-weight: 500;
  margin: 3vw 1vw;
  letter-spacing: 0.1vw;
}
#section4 .sec4-wrapper a{
  margin-top: 5vw;
  margin-left: 26vw;
}
#section4 .sec4-wrapper a::before{
  right: 11vw;
}



@media only screen and (max-width:768px){

  #section4{
    padding: 49vw 0 12vw;
  }
  #section4 img{
    width: 75vw;
    left: 6vw;
    top: -6vw;
  }
  #section4 .sec4-wrapper{
    padding: 14vw 4vw 9vw 8vw;
    margin-left: 13vw;
  }
  #section4 .sec4-wrapper .sec4-inner{
    margin-left: 0;
  }
  #section4 .sec4-wrapper p{
    font-size: 3vw;
  }
  #section4 .sec4-wrapper a{
    margin-top: 5vw;
    margin-left: 62vw;
  }


}



/* ------------------------------------
    NEWS - top footer before
------------------------------------ */
#section5{
  background: #f7f8f8;
  border-left: 1vw solid #009F9A;
  padding: 8vw 0 6vw;
  margin-top: 16vw;
}
#section5 .sec5-wrapper{
  display: flex;
}
#section5 .sec5-wrapper .title-wrapper{
  padding: 0 7vw 5vw 5vw;
}
#section5 .sec5-wrapper .news-box{
  width: 60vw;
  border-left: 1px solid #adadad;
}
#section5 .sec5-wrapper .news-box li{
  padding: 2vw 0;
  border-bottom: 1px solid #d2d2d2;
  margin-left: 8vw;
}
#section5 .sec5-wrapper .news-box li:last-child{  
  border-bottom: 0;
}
#section5 .sec5-wrapper .news-box li a{
  padding-left: 1vw;
  display: flex;
  color: black;
  font-weight: 400;
  font-size: 1vw;
  align-items: center;
}
#section5 .sec5-wrapper .news-box li a:hover{
  opacity: .7;
}
#section5 .sec5-wrapper .news-box li a .date{
  margin-right: 2vw;
}
#section5 .sec5-wrapper .news-box li a .cat{
  padding: 0.2vw 1.5vw;
  background: #26b7bc;
  color: white;
  margin-right: 2vw;
}
#section5 .sec5-wrapper .news-box li a p{
  font-size: 1.1vw;
  text-align: left;
  width: 66%;
}
#section5 .btn-wrapper{
  position: absolute;
  top: 22vw;
  left: 13vw;
}



@media only screen and (max-width:768px){

  #section5{
    margin-left: 0vw;
    padding: 11vw 0 17vw;
    border: 0;
  }
  #section5 .sec5-wrapper{
    flex-direction: column;
  }
  #section5 .sec5-wrapper .title-wrapper{
    padding: 0 7vw 7vw 5vw;
  }
  #section5 .sec5-wrapper .title-wrapper .sec-title, #section5 .sec5-wrapper .title-wrapper .sec-title span {
    text-align: center;
  }
  #section5 .sec5-wrapper .news-box{
    width: 90%;
    border: 0;
  }
  #section5 .sec5-wrapper .news-box li a{
    padding: 3vw 0;
  }
  #section5 .sec5-wrapper .news-box li a{
    flex-flow: row wrap;
    font-size: 3vw;
  }
  #section5 .sec5-wrapper .news-box li a .cat{
    padding: 0.5vw 3vw;
  }
  #section5 .sec5-wrapper .news-box li a p{
    font-size: 3vw;
    margin-top: 2vw;
    display: block;
    width: 100%;
    text-align: left;
  }
  #section5 .btn-wrapper{
    top: 104vw;
    right: 13vw;
    left: unset;
  }
  


}





/* ------------------------------------
    RECRUIT
------------------------------------ */
#section6{
  margin: 8vw 0;
  display: flex;
  align-items: flex-start;
}
#section6 img{
  width: 50%;
}
#section6 .sec6-wrapper{
  background: #f7f8f8;
  text-align: left;
  padding: 4.2vw 4vw 4vw;
  width: 50%;
}
#section6 .sec6-wrapper p{
  font-size: 1.1vw;
  line-height: 2.5;
  font-weight: 500;
  margin: 3vw 1vw;
  letter-spacing: 0.1vw;
}
#section6 .sec6-wrapper a{  
  margin-left: 1vw;
}



@media only screen and (max-width:768px){


  #section6{
    margin: 26vw 0;
    flex-direction: column;
  }
  #section6 img{
    width: 75vw;
    position: relative;
    z-index: 2;
  }
  #section6 .sec6-wrapper{
    width: 100%;
    margin-left: 21vw;
    padding-top: 12vw;
    margin-top: -7vw;
    padding-bottom: 8vw;
  }
  #section6 .sec6-wrapper .sec-title{
    margin-left: -21vw;
  }
  #section6 .sec6-wrapper p{
    font-size: 3vw;
    margin-left: -21vw;
    margin-top: 4vw;
  }
  #section6 .sec6-wrapper a{  
    margin-left: -21vw;
    font-size: 3.5vw;
    width: 40vw;
    padding: 3vw 0 3vw 2vw;
    margin-top: 6vw;
  }

}



/* ------------------------------------
    banner
------------------------------------ */


.footer-banner-wrapper{
  width: 100%;
  margin-top: 8vw;
}
.footer-banner-wrapper li{
  margin-bottom: 2vw;
  cursor: pointer;
}
.footer-banner-wrapper li a{
  display: flex;
  width: 100%;
}
.footer-banner-wrapper a:hover{
  opacity: 0.7;
}
.footer-banner-wrapper li a .state{
  display: flex;
  width: 80%;
  align-items: center;
  padding: 4.25vw 0 3.75vw;
  background: #efefef;
}
.footer-banner-wrapper li a .state p{
  color: #009F9A;
  font-size: 3vw;
  margin: 0;
  font-family: 'Roboto';
  letter-spacing: 0.1vw;
  font-weight: 500;
  margin-left: 7vw;
}
.footer-banner-wrapper li.recruit a .state p{
  color: #00a29a;
}
.footer-banner-wrapper li a .state span{
  font-size: 1.3vw;
  color: #231815;
  letter-spacing: 0.15vw;
  font-weight: 500;
  margin-left: 2vw;
}
.footer-banner-wrapper li a .banner-button{
  background: #009F9A;
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-banner-wrapper li.recruit a .banner-button{
  background-color: #00a29a;
}
.footer-banner-wrapper li a .banner-button p{
  color: white;
  position: relative;
  display: inline-block;
  font-size: 2.8vw;
  font-weight: 500;
  letter-spacing: 0.1vw;
  font-family: 'Roboto';
  vertical-align: middle;
}
.banner-button img{
  display: inline-block;
  width: 8%;
  vertical-align: middle;
}
.footer-banner-wrapper li a:hover .banner-button p::after{  
  width: 6vw;
}
@media only screen and (max-width:768px){


  .footer-banner-wrapper{
    width: 90%;
    justify-content: space-around;
    border-radius: 0;
    flex-direction: column;
    border: 0;
    align-items: center;
    margin: 22vw auto 0;
  }
  .footer-banner-wrapper li {
    margin-bottom: 8vw;
  }
  .footer-banner-wrapper li a{
    display: block;
  }
  .footer-banner-wrapper a:hover{
    opacity: 1;
  }
  .footer-banner-wrapper li a .state{
    margin: 0;
    width: 100%;
    flex-direction: column;
  }
  .footer-banner-wrapper li a .state p{
    font-size: 7vw;
    margin: 0;
  }
  .footer-banner-wrapper li.recruit a .state p{
    color: #00a29a;
  }
  .footer-banner-wrapper li a .state span{
    margin-top: 2vw;
    font-size: 3vw;
    margin-left: 0;
  }
  .footer-banner-wrapper li a .banner-button{
    width: 100%;
    padding: 5vw 0;
  }
  .footer-banner-wrapper li.recruit a .banner-button{
    background-color: #00a29a;
  }
  .footer-banner-wrapper li a .banner-button p{
    font-size: 8vw;
    font-weight: 300;
    margin-right: 0;
  }
  .footer-banner-wrapper li a .banner-button p::after{
    right: 8vw;
  }





}


/* ------------------------------------
    footer
------------------------------------ */


footer{
  position: relative;
  margin-top: 5vw;
  left: 0;
  transition: all 0.3s ease;
}
/* footer.open{
  left: -30vw;
  margin-right: 2vw;
} */

/* .to_top{
  display: block;
  text-align: center;
  background: #26b7bc;
  width: 7vw;
  height: 7vw;
  padding: 3vw 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.to_top:hover{
  background: #18ccd2;
}
.to_top span{
  display: inline-block;
  width: 2.4vw;
  height: 2.4vw;
  border-top: 1px solid white;
  border-right: 1px solid white;
  transform: rotate(315deg);
} */

.footer-box {
  display: flex;
}
.footer-box .footer-contact{
  width: 37%;
  background-color: #f7f8f8;
  padding-left: 6vw;
  padding-bottom: 4vw;
}
.footer-box .footer-contact .footer-logo{
  width: 20vw;
  margin: 5vw 0vw 4vw 1.2vw;
}
.footer-box .footer-contact .footer-logo a{
  display: block;
}
.footer-box .footer-contact .footer-logo a img{
  width: 100%;
}
.footer-box .footer-contact .footer-info{
  margin: 0 auto;  
  color: black;
  width: 100%;
  text-align: center;
  font-weight: 500;
  padding-left: 1.5vw;
}
.footer-box .footer-contact .footer-info .call{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.footer-box .footer-contact .footer-info .call span{
  font-size: 1.4vw;
  letter-spacing: 0.1vw;
  text-indent: 0.1vw;
}
.footer-box .footer-contact .footer-info .time{
  font-size: 1.3vw;
  letter-spacing: 0.2vw;
  text-indent: 0.2vw;
  margin-top: 1.5vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.footer-box .footer-contact .footer-info .time .contact-time{
  margin-top: 0.3vw;
}
.footer-box .footer-menu-content{
  width: 63%;
  background: #ffffff;
  padding-left: 5vw;
}

.footer-box .footer-menu-content .footer-menu dl:first-of-type{
  padding-top: 0.5vw;
}
.footer-box .footer-menu-content .footer-menu dl{
  padding-top: 2.5vw;
}
.footer-box .footer-menu-content .footer-menu dl dt{
  font-family: 'Roboto';
  font-size: 2vw;
  color: #009F9A;
  letter-spacing: 0vw;
  font-weight: 500;
  margin-bottom: 1vw;
}
.footer-box .footer-menu-content .footer-menu dl dd{
  display: inline-block;
  font-size: 1vw;
  border-right: 1px solid #595757;
  padding: 0 1vw 0 1vw;
  font-weight: 500;
}
.footer-box .footer-menu-content .footer-menu dl dd:first-of-type{
  padding-left: 0vw;
}
.footer-box .footer-menu-content .footer-menu dl dd:last-child{
  border: 0;
}
.footer-box .footer-menu-content .footer-menu dl dd a{
  color: #595757;
  text-decoration: none;
}
.footer-box .footer-menu-content .footer-menu dl dd a:hover{
  opacity: .7;
}

/* .fixed_footer{
  display: none;
} */

.footer-copy{
  font-family: 'Roboto';
  text-align: right;  
  font-weight: 400;
  color: #898989;
  font-size: 1vw;  
  margin: 9vw 0vw 0 0;
  padding: 1vw 2vw 1vw 0vw;
}



@media only screen and (max-width:768px){


  footer{
    margin-right: 0;
    margin-top: 20vw;
  }
  .to_top{
    display: none!important;
  }
  .footer-box {
    flex-direction: column;
  }
  .footer-box .footer-contact{
    width: 100%;
    padding: 0;
  }
  .footer-box .footer-contact .footer-logo{
    width: 100%;
    padding: 0;
    margin: 13vw auto 0;
  }
  .footer-box .footer-contact .footer-logo a{
    display: block;
    width: 40vw;
    margin: 0 auto;
  }
  .footer-box .footer-contact .footer-logo a img{
    width: 100%;
  }
  .footer-box .footer-contact .footer-info{
    padding: 5vw 0 14vw 0vw;
    width: 65vw;
  }
  .footer-box .footer-contact .footer-info .call{
    width: 60vw;
    margin: 0 auto;
    color: #666666;
    display: block;
  }
  .footer-box .footer-contact .footer-info .call span{
    font-size: 5vw;
  }
  .footer-box .footer-contact .footer-info .time{
    font-size: 4vw;
    margin: 4vw 0;
    align-items: center;
    color: #666666;
  }
  .footer-box .footer-contact .footer-info .time .address{
    font-size: 3vw;
  }
  .footer-box .footer-menu-content{
    width: 100%;
    padding-left: 0;
    margin-top: 11vw;
  }
  .footer-box .footer-menu-content .footer-menu{
    width: 90vw;
    margin: 0 auto;
  }
  .footer-box .footer-menu-content .footer-menu dl{
    padding-top: 5.5vw;
  }
  .footer-box .footer-menu-content .footer-menu dl dt{
    font-size: 5vw;
    margin-bottom: 2.5vw;
    font-weight: 600;
  }
  .footer-box .footer-menu-content .footer-menu dl dd{    
    font-size: 3.5vw;
    margin-bottom: 4vw;
    font-weight: 500;
    border: 0;
    padding: 0 1vw;
  }
  .footer-box .footer-menu-content .footer-menu dl dd:first-of-type{
    padding-left: 0vw;
  }
  .footer-box .footer-menu-content .footer-copy{
    margin: 7vw 0 0;
    padding: 1vw 0;
    color: white;
    background: #009979;
    width: 100%;
  }
  .footer-box .footer-menu-content .footer-copy p{
    text-align: center;
    font-size: 3vw;
    padding: 1vw 0vw;
  }


  /* .fixed_footer{
    position: fixed;
    background: #77cade;
    bottom: 0px;
    left: 0;
    z-index: 99;
    width: 100%;
    transition: all .3s ease 0s;
    transform: translateY(20vw);
  }
  .fixed_footer ul{
    display: flex;
    justify-content: space-around;
    align-items: flex-end;    
    width: 100%;
  }
  .fixed_footer ul li{
    width: 25%;    
  }
  .fixed_footer ul li a{
    color: white;
    font-size: 3.5vw;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .fixed_footer ul li a p{
    font-size: 3.5vw;
    padding: 1vw 0 2vw;
  }
  .fixed_footer ul li a img.call{
    width: 5vw;
  }
  .fixed_footer ul li a img.contact{
    width: 15vw;
  }
  .fixed_footer ul li a img.policy{
    width: 14vw;
  }
  .fixed_footer ul li.footer_top{
    padding-top: 4.5vw;
    background: #26b7bc;
  }
  .fixed_footer ul li.footer_top a span{
    width: 7vw;
    height: 7vw;
    display: inline-block;
    border-top: 1px solid white;
    border-right: 1px solid white;
    transform: rotate(315deg);
  } */

}




/* ------------------------------------
    page
------------------------------------ */

#page-main{
  position: relative;
}
#page-main .scroll{
  left: -6vw;
  top: 27vw;
  bottom: unset;
  font-size: 1vw;
}
#page-main .scroll::before{
  top: -10vw;
  right: 2.1vw;
}
.page-mv-wrapper{
  position: relative;  
}
.page-mv-wrapper::before{
  position: absolute;
  width: 30vw;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  background-color: #009F9A;
  z-index: 2;
}
.page_mv_img{
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.page_mv_img img{
  width: calc(100% - 26.43vw);
  height: auto;
}
.page_mv_copy{
  position: absolute;
  left: 3vw;
  top: 11vw;
  text-align: left;
  z-index: 4;
}
.page_mv_copy h1{
  font-family: 'Roboto';
  font-size: 3.5vw;
  font-weight: 500;
  letter-spacing: 0.1vw;
  text-indent: -0.4vw;
  color: white;
}
.page_mv_copy span {
  font-size: 1.3vw;
  letter-spacing: 0.1vw;
  color: white;
  display: block;
  margin-top: 0.5vw;
  font-weight: 400;
}


.breadcrumb {
  font-family: 'Roboto';
  font-size: 1vw;
  border-bottom: 1px solid #e1e1e1;
  padding: 0.8vw 0 0.8vw 0.6vw;
}
.breadcrumb span{
  padding-right: 0.5vw;
  color: black;
}
.breadcrumb span a{
  display: inline-block; 
  color: black; 
  text-decoration: none;
}
.breadcrumb span a:hover{
  text-decoration: underline;
}
.breadcrumb span:nth-child(3){  
  text-decoration: none;
}
.breadcrumb span:last-child{
  color: black;
  text-decoration: none;
}


@media only screen and (max-width:768px){


  #section0.page::before {
    content: none;
  }
  .page-mv-wrapper::before{
    width: 100vw;
    height: 100%;
    border-top: 1px solid white;
  }
  .page_mv_img{
    flex-flow: column-reverse;
    justify-content: stretch;
    align-items: center;
    padding-top: 13vw;
    overflow-x: hidden;
    position: relative;
    z-index: 10;
  }
  .page_mv_img img{
    width: 100%;
    padding-top: 9vw;
    position: relative;
    z-index: 10;
  }
  .page_mv_copy{
    position: static;
    text-align: left;
    display: block;
    width: 100%;
    margin-left: 5vw;
  }
  
  .page_mv_copy h1{
    font-size: 9vw;
  }
  .page_mv_copy span{
    font-size: 4vw;
  }
}


.article {
  display: flex;
  margin-top: 6vw;
}
.page-head{
  width: 17vw;
}
.page-body{
  width: 75vw;
}
.page-sec-title{
  text-align: left;
  font-size: 2.5vw;
  font-weight: 500;
  position: relative;
  line-height: 1.1;
  font-family: 'Roboto';
}
.page-sec-title::before{
  content: '';
  width: 3vw;
  height: 3px;
  background-color: black;
  margin-bottom: 2.8vw;
  display: block;
}
.page-sec-title span{
  display: block;
  font-size: 1.2vw;
  font-weight: 300;
  margin-top: 0.8vw;
  line-height: 1.5;
}


@media only screen and (max-width:768px) {


  .article {
    flex-direction: column;
    margin-top: 18vw;
  }
  .page-head{
    width: 100%;
    margin-left: 3vw;
  }
  .page-body{
    width: 100%;
  }
  .page-sec-title{
    font-size: 8vw;
  }
  .page-sec-title::before{
    width: 7vw;
    margin-bottom: 3vw;
  }
  .page-sec-title span{
    font-size: 3vw;
    margin-top: 3vw;
  }
}







/* ------------------------------------
    center
------------------------------------ */

.center-content1{
  margin-right: 8vw;
  margin-left: 3vw;
}
.center-content1 .top h3{
  font-family: 'Roboto';
  font-size: 7.1vw;
  text-shadow: -1px 0 #009F9A, 0 1px #009F9A, 1px 0 #009F9A, 0 -1px #009F9A;
  color: white;
  line-height: 1;
  font-weight: 500;
  text-align: left;
}
.center-content1 .top p{
  position: relative;
  text-align: left;
  font-size: 1.4vw;
  margin-top: 1.4vw;
  font-weight: 500;
  letter-spacing: 0.1vw;
}
.center-content1 .top p::after{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 74%;
  height: 1px;
  background-color: black;
  display: block;
}
.center-content1 .bottom{
  margin-top: 3vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.center-content1 .bottom p{
  position: relative;
  font-size: 1.2vw;
  text-align: left;
  line-height: 2;
  margin-left: 3vw;
  letter-spacing: 0.3vw;
}
.center-content1 .bottom p::before{
  content: '';
  position: absolute;
  left: -3vw;
  top: -1%;
  width: 1px;
  height: 102%;
  background-color: black;
  display: block;
  transform: rotate(20deg);
}
.center-content1 .bottom p::after{
  content: '';
  position: absolute;
  left: -2.2vw;
  top: -1%;
  width: 1px;
  height: 102%;
  background-color: black;
  display: block;
  transform: rotate(20deg);
}

#center2.article{
  margin-top: 12vw;
}
.center-ul li{
  display: flex;
  align-items: center;
}
.center-ul li.list-2{
  flex-direction: row-reverse;
  padding: 1vw 0;
}
.center-ul li img{
  width: 50%;
}
.center-ul li .disc{
  padding: 0 3vw;
  width: 50%;
}
.center-ul li .disc h4{
  position: relative;
  font-size: 2vw;
  font-weight: 500;
  color: #009F9A;    
  letter-spacing: 0.2vw;
}
.center-ul li .disc h4::before{
  content: '';
  position: absolute;
  left: 10%;
  bottom: -1.5vw;
  width: 80%;
  height: 2px;
  background-color: #d9d9d9;
  display: block;
}
.center-ul li .disc h4::after{
  content: '';
  position: absolute;
  left: 45%;
  bottom: -1.5vw;
  width: 10%;
  height: 2px;
  background-color: #009F9A;
  display: block;
}
.center-ul li .disc p{
  font-size: 1vw;
  line-height: 2;
  margin-top: 3vw;
  padding: 0 3vw;
}


.center-graph-disc{
  display: flex;
  font-size: 1.3vw;
  font-weight: 500;
  margin-top: 3vw;
  align-items: center;
}
.center-graph-disc p{
  margin-right: 4vw;
  position: relative;
}
.center-graph-disc p::before{
  content: '';
  width: 1.2vw;
  height: 1.2vw;
  background-color: #009F9A;
  margin-right: 1vw;
  display: inline-block;
}
.center-graph-disc p:last-of-type::before{
  background-color: #f39800;
}

.center-content3{
  margin-top: 7vw;
  text-align: left;
  margin-bottom: 11vw;
}
.center-content3 h3{
  font-size: 2.3vw;
  padding-bottom: 1.5vw;
  position: relative;
  font-weight: 400;
  letter-spacing: 0.2vw;
}
.center-content3 h3::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0vw;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  display: block;
}
.center-content3 h3::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0vw;
  width: 21%;
  height: 1px;
  background-color: #009F9A;
  display: block; 
}
.center-content3 .onestop-ul{
  margin-top: 4vw;
  margin-left: 8vw;
  position: relative;
}
.center-content3 .onestop-ul::before{
  position: absolute;
  left: -7.15vw;
  top: 4.5%;
  content: '';
  width: 1px;
  height: 92%;
  background-color: #009F9A;
  display: inline-block;
}
.center-content3 .onestop-ul::after{
  position: absolute;
  left: -4.75vw;
  top: 4.5%;
  content: '';
  width: 1px;
  height: 92%;
  background-color: #f39800;
  display: inline-block;
}
.center-content3 .onestop-ul li{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 6vw;
  position: relative;
}
.center-content3 .onestop-ul li.last{
  flex-direction: row;
}
.center-content3 .onestop-ul li::before{
  position: absolute;
  left: -8vw;
  top: 1.6vw;
  content: '';
  width: 1.8vw;
  height: 1.8vw;
  background-color: #009F9A;  
  display: inline-block;
}
.center-content3 .onestop-ul li:nth-of-type(2):before{  
  content: none;
}
.center-content3 .onestop-ul li::after{
  position: absolute;
  left: -5.6vw;
  top: 1.6vw;
  content: '';
  width: 1.8vw;
  height: 1.8vw;
  background-color: #f39800;  
  display: inline-block;
}
.center-content3 .onestop-ul li img{
  width: 29vw;
}
.center-content3 .onestop-ul li .disc h4{  
  display: flex;
  margin-top: 1vw;
  align-items: center;
  line-height: 1.2;
}
.center-content3 .onestop-ul li .disc h4 strong{
  font-size: 2.4vw;
  font-weight: 400;
  letter-spacing: 0.2vw;
  margin-right: 1.2vw;
  padding-right: 1vw;
  border-right: 2px solid;
  color: #009979;
}
.center-content3 .onestop-ul li .disc h4 span{
  font-size: 1.9vw;
  font-weight: 400;
  letter-spacing: 0.1vw;
}
.center-content3 .onestop-ul li .disc p{
  margin-top: 3vw;
  font-size: 1.1vw;
  line-height: 2.5;
}
.center-content3 .onestop-ul li .disc p .blue{
  color: #009979;
}
.center-content3 .onestop-ul li .disc p .orange{
  color: #f39800;
}
.center-content3 .onestop-ul li .disc .btn-wrapper{
  display: flex;
}
.center-content3 .onestop-ul li .disc a{
  margin-top: 3vw;
  padding: 1vw 0 1vw 1vw;
  font-size: 1.1vw;
  width: 13vw;
  margin-right: 1vw;
}



@media screen and (max-width:768px){
  .center-content1{
    margin: 9vw 3vw 9vw 3vw;
  }
  .center-content1 .top h3{
    font-size: 16vw;
  }
  .center-content1 .top p{
    margin-top: 7vw;
    font-size: 5vw;
  }
  .center-content1 .top p::after{
    width: 43%;
  }
  .center-content1 .bottom{
    flex-direction: column;
    align-items: flex-start;
  }
  .center-content1 .bottom p{
    font-size: 3.2vw;
    margin: 3vw 0;
    letter-spacing: 0.1vw;
    margin-left: 10vw;
  }
  .center-content1 .bottom p::before{
    left: -8vw;
    top: -5%;
    width: 1px;
    height: 110%;
  }
  .center-content1 .bottom p::after{
    left: -6vw;
    top: -5%;
    width: 1px;
    height: 110%;
  }
  
  #center2.article{
    margin-top: 12vw;
  }
  .center-ul li{
    flex-direction: column;
    margin-top: 10vw;
  }
  .center-ul li.list-2{
    flex-direction: column;
  }
  .center-ul li img{
    width: 100%;
  }
  .center-ul li .disc{
    width: 100%;
    padding: 6vw 0;
  }
  .center-ul li .disc h4{
    font-size: 5vw;
    padding: 0vw 0 3vw;
  }
  .center-ul li .disc p{
    font-size: 3.5vw;
    margin-top: 7vw;
  }
  
  
  .center-graph-disc{    
    font-size: 3.5vw;        
    align-items: flex-start;
    flex-direction: column;
    width: 72vw;
    margin: 10vw auto 0;
  }
  .center-graph-disc p{
    margin-right: 0;
    display: flex;
    align-items: center;
    line-height: 1;
    margin-top: 2vw;
  }
  .center-graph-disc p::before{
    width: 4vw;
    height: 4vw;
    margin-right: 3vw;    
  }
  
  .center-content3 h3{
    font-size: 5vw;
    padding-bottom: 6vw;
    margin-left: 3vw;
    margin-right: 3vw;
  }
  .center-content3 h3::before{
    height: 2px;
  }
  .center-content3 h3::after{
    height: 2px;
  }
  .center-content3 .onestop-ul{
    margin-top: 10vw;
    margin-left: 21vw;
    margin-right: 4vw;
  }
  .center-content3 .onestop-ul::before{    
    left: -16.15vw;
    top: 2%;    
    height: 96%;    
  }
  .center-content3 .onestop-ul::after{    
    left: -7.7vw;
    top: 2%;    
    height: 96%;    
  }
  .center-content3 .onestop-ul li{
    flex-direction: column;
    justify-content: center;
    margin-bottom: 14vw;
  }
  .center-content3 .onestop-ul li.last{
    justify-content: flex-start;
  }
  .center-content3 .onestop-ul li::before{    
    left: -18vw;
    top: 0;    
    width: 4vw;
    height: 4vw;    
  }
  .center-content3 .onestop-ul li::after{
    left: -9.6vw;
    top: 0;
    width: 4vw;
    height: 4vw;
  }
  .center-content3 .onestop-ul li.last::before{        
    top: 5vw;;        
  }
  .center-content3 .onestop-ul li.last::after{    
    top: 5vw;    
  }
  .center-content3 .onestop-ul li img{
    width: 100%;
  }
  .center-content3 .onestop-ul li .disc h4{  
    margin-top: 4vw;
  }
  .center-content3 .onestop-ul li .disc h4 strong{
    font-size: 5vw;
    margin-right: 3vw;
    padding-right: 3vw;
  }
  .center-content3 .onestop-ul li .disc h4 span{
    font-size: 4.5vw;
  }
  .center-content3 .onestop-ul li .disc p{
    font-size: 3vw;
    line-height: 2;
  }
  .center-content3 .onestop-ul li .disc .btn-wrapper{
    flex-direction: column;
  }
  .center-content3 .onestop-ul li .disc a{
    margin-top: 5vw;
    padding: 2vw 0 2vw 3vw;
    font-size: 3vw;
    width: 38vw;
    margin-right: 0vw;
  }
  
  
}


/* ------------------------------------
    transport
------------------------------------ */

.service-ul{
  margin-top: 3vw;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.service-ul li{
  width: 49.8%;
  margin-bottom: 6vw;
  text-align: left;
}
.service-ul li img{
  width: 100%;
}
.service-ul li h3{
  position: relative;
  margin-top: 2vw;
  font-size: 1.8vw;
  margin-left: 4vw;
  letter-spacing: 0.1vw;
  font-weight: 500;
}
.service-ul li h3::before{
  content: '';
  position: absolute;
  left: -2.5vw;
  top: -1%;
  width: 2px;
  height: 102%;
  background-color: #009979;
  display: block;
  transform: rotate(35deg);
}
.service-ul li p{
  margin-top: 2vw;
  font-size: 1.2vw;
  line-height: 2;
  margin-left: 1vw;
}

.service-ul li .option-two-top{
  font-size: 1.8vw;
  margin-top: 1vw;
}

.round-lesson-box .round-lesson .option-two-top{
  font-size: 1.8vw;
  margin-top: 1vw;
  line-height: 2;
  margin-left: 1vw;
}

.service-disc table{
  width: 100%;
  font-size: 1.3vw;
  line-height: 2;
}
.service-disc table th{
  width: 15%;
  background: #009979;
  color: white;
  font-weight: 400;
}
.service-disc table td{
  width: 37.5%;
  background: #efefef;
  padding: 1vw 0;
}


.center-transport{
  margin-top: 6vw;
  display: flex;  
  align-items: center;  
  margin-right: 3vw;
}
.center-transport .left{
  width: 60%;
  position: relative;
}
.center-transport .left::after{
  content: '';
  position: absolute;
  right: 8vw;
  top: 7%;
  width: 2px;
  height: 90%;
  background-color: #000000;
  display: block;
  transform: rotate(8deg);
}
.center-transport .left h4{
  position: relative;
  font-size: 4vw;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 2.5;
  margin-right: 11vw;
  font-family: 'Roboto';
}
.center-transport .left h4::before{
  content: '';
  position: absolute;
  left: 16.5vw;
  top: 8vw;
  width: 2px;
  height: 4vw;
  background-color: black;
  display: block;
  transform: rotate(45deg);
}
.center-transport .left h4::after{
  content: '';
  position: absolute;
  left: 16.5vw;
  top: 8vw;
  width: 2px;
  height: 4vw;
  background-color: black;
  display: block;
  transform: rotate(-45deg);
}
.center-transport .right p{
  text-align: left;
  line-height: 2;
  font-size: 1.5vw;
  letter-spacing: 0.1vw;
  font-weight: 300;
}
.center-transport .right p span{
  color: #009979;
  font-weight: 500;
  font-size: 1.7vw;
}
.center-transport .right a{
  margin-top: 2vw;
}

.transport-content2{
  position: relative;
  margin-top: 7vw;
}
.transport-content2 img{
  position: absolute;
  left: 0vw;
  width: 36vw;
  top: -3vw;
}
.transport-content2 .disc{
  margin-left: 13vw;
  background: #f7f8f8;
  text-align: left;
  padding: 3vw 1vw;
}
.transport-content2 .disc .inner{
  margin-left: 26vw;
}
.transport-content2 .disc .inner h3{
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 2vw;
}
.transport-content2 .disc .inner p{
  font-size: 1.1vw;
  line-height: 2.3;
  font-weight: 400;
  margin: 3vw 0vw;
}
.transport-content2 .disc .inner a{
  padding: 1vw 0 1vw 2vw;
  font-size: 1.1vw;
  width: 13vw;
}

#transport3 .iframe{
  margin-top: 3vw;
}
#transport3 .iframe iframe{
  width: 100%;
  height: 33vw;
}
.area-table{
  margin-bottom: 8vw;
}
.area-table table{
  width: 100%;
  margin: 3vw auto;
}
.area-table table tbody{
  display: block;
  width: 100%;
}
.area-table table tbody tr{
  display: flex;
  width: 100%;
  margin-bottom: 2vw;
}
.area-table table th{
  width: 30%;
  display: flex;
  font-size: 1.5vw;
  font-weight: 400;
  letter-spacing: 0.1vw;
  border-right: 2px solid;
  align-items: center;
  padding-left: 4vw;
}
.area-table table td{
  text-align: left;
  font-size: 1.2vw;
  line-height: 2;
  padding-left: 4vw;
  font-weight: 400;
  width: 70%;
}



@media screen and (max-width:768px){


  .service-ul{
    flex-direction: column;
    margin: 10vw 3vw 0 3vw;
  }
  .service-ul li{
    width: 100%;
    margin-bottom: 15vw;
  }
  .service-ul li:last-child{
    margin-bottom: 5vw;
  }
  .service-ul li img{
    width: 100%;
  }
  .service-ul li h3{
    margin-top: 4vw;
    font-size: 4.5vw;
    margin-left: 7vw;
  }
  .service-ul li h3::before{
    left: -4.5vw;
  }
  .service-ul li p{
    margin-top: 3vw;
    font-size: 3.2vw;
  }

  .service-disc table{
    width: 94vw;
    font-size: 3.5vw;
    line-height: 2;
    margin: 0 3vw;
  }
  .service-disc table th{
    width: 15%;
    background: #009979;
    color: white;
    font-weight: 400;
  }
  .service-disc table td{
    padding: 7vw 1vw;
  }


  .center-transport{
    margin-top: 13vw;    
    margin-right: 6vw;
    flex-direction: column;
    margin-left: 6vw;
  }
  .center-transport .left{
    margin-right: auto;
  }
  .center-transport .left::after{
    right: 9vw;
    top: 36%;
    height: 160%;
    transform: rotate(60deg);
  }
  .center-transport .left h4{
    font-size: 9vw;
    margin: 0;
  }
  .center-transport .left h4::before{
    left: 26.5vw;
    top: 17vw;
    width: 2px;
    height: 11vw;
  }
  .center-transport .left h4::after{
    left: 26.5vw;
    top: 17vw;
    width: 2px;
    height: 11vw;
  }
  .center-transport .right{
    margin-top: 21vw;
    margin-left: auto;
  }
  .center-transport .right p{        
    font-size: 3.5vw;        
  }
  .center-transport .right p span{
    color: #009979;
    font-weight: 500;
    font-size: 4vw;
  }
  .center-transport .right a{
    margin-top: 5vw;
  }

  .transport-content2{
    padding: 59vw 0 0vw;  
  }
  .transport-content2 img{
    width: 75vw;
    left: 6vw;
    top: 5vw;
  }
  .transport-content2 .disc{
    padding: 14vw 4vw 9vw 8vw;
  }
  .transport-content2 .disc .inner{
    margin-left: 0;
  }
  .transport-content2 .disc .inner h3{
    font-size: 4vw;
  }
  .transport-content2 .disc .inner p{
    font-size: 3vw;
    margin: 4vw 0vw;
  }
  .transport-content2 .disc .inner a{
    font-size: 3vw;
    width: 36vw;
    padding: 2vw 0 2vw 3vw;
  }

  #transport3 .iframe{
    margin-top: 14vw;
  }
  #transport3 .iframe iframe{
    width: 100%;
    height: 60vw;
  }
  .area-table{
    width: 94vw;
    margin: 8vw 3vw;
  }
  .area-table table tbody tr{
    margin-bottom: 10vw;
    flex-direction: column;
  }
  .area-table table th{
    position: relative;
    width: 50%;
    border-right: 0;    
    padding-left: 0.5vw;
    padding-bottom: 3vw;
    font-size: 4vw;    
  }
  .area-table table th::after{
    position: absolute;
    content: '';
    width: 11vw;
    height: 2px;
    background-color: black;
    display: block;
    bottom: -1vw;
    left: 0;
  }
  .area-table table td{
    font-size: 3vw;    
    padding-left: 0vw;
    font-weight: 400;
    width: 100%;
    margin-top: 4vw;
  }




}










/* ------------------------------------
    action
------------------------------------ */

.safety-ul {
  margin-top: 3vw;
  display: flex;
  justify-content: space-between;
}
.safety-ul li{
  width: 33%;
}
.safety-ul li .img-wrapper{
  position: relative;
}
.safety-ul li .img-wrapper img{
  width: 100%;
}
.safety-ul li .img-wrapper h3{
  position: absolute;
  color: white;
  left: 0;
  top: 9vw;
  font-size: 1.8vw;
  width: 100%;
  font-weight: 400;
  line-height: 2;
}
.safety-ul li:last-child .img-wrapper h3{
  top: 7vw;
}
.safety-ul li p{
  margin: 1vw 0vw 0;
  font-size: 1.2vw;
  line-height: 1.7;
  text-align: left;
  font-weight: 400;
}


.education-ul{
  margin-top: 3vw;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.education-ul li{
  width: 49.8%;
  margin-bottom: 6vw;
  text-align: left;
}
.education-ul li img{
  width: 100%;
}
.education-ul li h3{
  position: relative;
  margin-top: 2vw;
  font-size: 1.8vw;
  margin-left: 4vw;
  letter-spacing: 0.1vw;
  font-weight: 500;
}
.education-ul li h3::before{
  content: '';
  position: absolute;
  left: -2.5vw;
  top: -1%;
  width: 2px;
  height: 102%;
  background-color: #009979;
  display: block;
  transform: rotate(35deg);
}
.education-ul li p{
  margin-top: 2vw;
  font-size: 1.2vw;
  line-height: 2;
  margin-left: 1vw;
}

.education-ul2{
  display: flex;
  margin-top: 3vw;
}
.education-ul2 li{
  width: 33%;
  text-align: center;
  padding: 3vw 0;
  border-left: 1px solid #009F9A;
}
.education-ul2 li img{
  width: 6vw;
}
.education-ul2 li h3{
  margin-top: 2vw;
  font-size: 1.6vw;
  font-weight: 400;
  color: #009F9A;
}
.educaiton-disc{
  font-size: 1.3vw;
  text-align: left;
  margin-top: 3vw;
  line-height: 2;
  margin-bottom: 14vw;
  font-weight: 400;
}



@media screen and (max-width:768px){
  .safety-ul {
    flex-direction: column;
    margin: 10vw 8vw 0;
  }
  .safety-ul li{
    width: 100%;
    margin-bottom: 10vw;
  }
  .safety-ul li .img-wrapper{
    position: relative;
  }
  .safety-ul li .img-wrapper img{
    width: 100%;
  }
  .safety-ul li .img-wrapper h3{
    top: 31vw;
    font-size: 5vw;
  }
  .safety-ul li:last-child .img-wrapper h3{
    top: 25vw;
  }
  .safety-ul li p{
    width: 68vw;
    margin: 3vw auto 0;
    font-size: 3.5vw;
  }
  
  
  .education-ul{
    margin-top: 13vw;    
    flex-flow: column;
  }
  .education-ul li{
    width: 100%;
    margin-bottom: 15vw;
  }
  .education-ul li img{
    width: 100%;
  }
  .education-ul li h3{
    margin-top: 4vw;
    font-size: 5vw;
    margin-left: 9vw;
  }
  .education-ul li h3::before{
    left: -4.5vw;
  }
  .education-ul li p{
    margin-top: 3vw;
    font-size: 3.2vw;
    line-height: 2;
    margin-left: 3vw;
  }
  
  .education-ul2{
    flex-direction: column;
    margin-left: 6vw;
  }
  .education-ul2 li{
    width: 100%;
    text-align: center;
    padding: 0vw 0;
    border-left: 6px solid #009F9A;
    display: flex;
    align-items: center;
    padding-left: 5vw;
    margin-bottom: 7vw;
  }
  .education-ul2 li img{
    width: 15vw;
    margin-right: 5vw;
  }
  .education-ul2 li h3{
    font-size: 5vw;
  }
  .educaiton-disc{
    margin: 3vw 3vw 17vw;
    font-size: 3.2vw;    
  }
  
}






/* ------------------------------------
    company

------------------------------------ */

.company-content1{
  text-align: left;  
  margin-right: 4vw;
  margin-left: 3vw;
  margin-top: 1vw;
}
.company-content1 .title{
  font-size: 2.5vw;
  color: #2f59a6;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
  text-indent: -1vw;
}
.company-content1 .title::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: -1.5vw;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  display: block;
}
.company-content1 .title::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -1.5vw;
  width: 26%;
  height: 1px;
  background-color: #009F9A;
  display: block;
}
.company-content1 p{
  margin-top: 4vw;
  font-size: 1.2vw;
  letter-spacing: 0.1vw;
  line-height: 2;
}

.company-content2{
  position: relative;
  margin-top: 7vw;
}
.company-content2 img{
  position: absolute;
  left: 0vw;
  width: 36vw;
  top: -4vw;
}
.company-content2 .disc{
  margin-left: 13vw;
  background: #f7f8f8;
  text-align: left;
  padding: 10vw 1vw 1vw;
}
.company-content2 .disc .inner{
  margin-left: 26vw;
}
.company-content2 .disc .inner h3{
  display: flex;
  align-items: center;
  line-height: 1.8;
  font-size: 2vw;
}
.company-content2 .disc .inner h3 strong{
  font-size: 1vw;
  margin-right: 2vw;
  font-weight: 500;
}
.company-content2 .disc .inner h3 span{
  font-size: 2vw;
  font-weight: 400;
  letter-spacing: 0.2vw;
}
.company-content2 .disc .inner p{
  font-size: 1.1vw;
  line-height: 2.5;
  font-weight: 400;
  margin: 3vw 0vw;
}



.company-content3{
  margin: 3vw 3vw 2vw;
}
.company-content3 table{
  font-size: 1.2vw;
  text-align: left;
  width: 100%;
  font-weight: 300;
}
.company-content3 table tbody{
  width: 100%;
  display: block;
}
.company-content3 table tbody tr{
  width: 100%;
  display: flex;
}
.company-content3 table th{
  border-bottom: 0.2vw solid #009979;
  padding: 1.2vw 0;
  display: block;
  width: 21%;
  font-weight: 400;
  padding-left: 1vw;
  margin-right: 1vw;
  line-height: 2;
  letter-spacing: 0.1vw;
}
.company-content3 table td{
  width: 75%;
  display: flex;
  gap: 2vw;
  border-bottom: 0.2vw solid #dcdddd;
  padding: 1.2vw 0px;
  padding-left: 4vw;
  font-weight: 400;
  line-height: 2;
}
.company-content3 table td a{
  display: inline-block;
  color: #3881c1;
  letter-spacing: 0.1vw;
  text-decoration: underline;
}
.company-content3 table td a:hover{
  opacity: .7;
}


@media only screen and (max-width:768px){

  
  .company-content1{
    margin: 10vw 3vw 2vw;
  }
  .company-content1 .title{
    font-size: 6vw;
  }
  .company-content1 .title::before{    
    height: 2px;    
    bottom: -4.5vw;
  }
  .company-content1 .title::after{
    height: 2px;    
    bottom: -4.5vw;
  }
  .company-content1 p{
    margin-top: 10vw;
    font-size: 3.5vw;
  }

  .company-content2{
    padding: 63vw 0 0;
  }
  .company-content2 img{
    width: 75vw;
    left: 6vw;
    top: 5vw;
  }
  .company-content2 .disc{
    padding: 29vw 4vw 9vw 8vw;
  }
  .company-content2 .disc .inner{
    margin-left: 0;
  }
  .company-content2 .disc .inner h3 strong{
    font-size: 3vw;
  }
  .company-content2 .disc .inner h3 span{
    font-size: 5vw;
  }
  .company-content2 .disc .inner p{
    font-size: 3vw;
    line-height: 2.5;
    font-weight: 400;
    margin: 5vw 0vw 3vw;
  }



  .company-content3{
    margin: 3vw 0;
  }
  .company-content3 table{
    font-size: 4vw;
    margin: 13vw 3vw;
    width: 94vw;
  }
  .company-content3 table tbody tr{
    flex-direction: column;
  }
  .company-content3 table th{
    border-bottom: 3px solid #009979;    
    width: 23%;
    text-align: center;
    padding: 6vw 0 0vw;
  }
  .company-content3 table td{
    width: 100%;
    border-bottom: 2px solid #dcdddd;
    padding: 6vw 0 6vw 4vw;   
  }

}






/* ------------------------------------
    office
------------------------------------ */

.office-nav{
  display: flex;
  flex-flow: row wrap;
  margin-left: 18vw;
  text-align: center;
  margin-top: 5vw;
  margin-right: 7vw;
  border-top: 1px solid #009979;
  border-left: 1px solid #009979;
}
.office-nav li{
  width: 33.33%;
  border-right: 1px solid #009979;
  border-bottom: 1px solid #009979;
}
.office-nav li a{
  color: #009979;
  padding: 0.7vw 0;
  font-size: 1.2vw;
  font-weight: 400;
}
.office-nav li a:hover {
  background-color: #009979;
  color:white;
  cursor: pointer;
}



#office-center.article{
  margin-right: 5vw;
}

.office-content1{
  margin-top: 2vw;
  margin-bottom: 6vw;
}
.office-content1 h3{
  font-size: 2vw;
  padding-bottom: 1.5vw;
  position: relative;
  font-weight: 400;
  letter-spacing: 0.2vw;
  text-align: left;
}
.office-content1 h3::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0vw;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  display: block;
}
.office-content1 h3::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0vw;
  width: 21%;
  height: 1px;
  background-color: #009F9A;
  display: block;
}

.office-content1 .top{
  display: flex;
  margin-top: 3vw;
  justify-content: space-between;
}
.office-content1 .top .left{
  width: 49%;
}
.office-content1 .top .left .image-wrapper{
  position: relative;
}
.office-content1 .top .left .image-wrapper img{
  width: 100%;
}
.office-content1 .top .left .image-wrapper .img-title{
  position: absolute;
  left: 1vw;
  bottom: 1.3vw;
  font-size: 1.1vw;
  padding: .5vw 1.5vw;
  background: rgb(0 0 0 / 50%);
  color: white;
}
.office-content1 .top .left ul{
  display: flex;
  margin-top: 1vw;
}
.office-content1 .top .left ul li{
  width: 24%;
  text-align: center;
  margin-right: 1%;
  cursor: pointer;
}
.office-content1 .top .left ul li img{
  width: 100%;  
}
.office-content1 .top .right{
  width: 49%;
}
.office-content1 .top .right iframe{
  width: 100%;
  height: 100%;
}
.office-content1 .bottom{
  margin-top: 2vw;
}
.office-content1 .bottom table{
  width: 100%;
}
.office-content1 .bottom table th{
  background: #009979;
  color: white;
  padding: 1.4vw 2vw;
  font-size: 1.2vw;
  font-weight: 400;
  height: 1vw;
  letter-spacing: 0.1vw;
}
.office-content1 .bottom table td{
  background: #f7f8f8;
  font-size: 1.2vw;
  padding-left: 2vw;
  text-align: left;
}

#office7.office-content1 table{
  width: 100%;
}
#office7.office-content1 table th{
  background: #009979;
  color: white;
  padding: 1.4vw 2vw;
  font-size: 1.2vw;
  font-weight: 400;
  height: 1vw;
  letter-spacing: 0.1vw;
}
#office7.office-content1 table td{
  background: #f7f8f8;
  font-size: 1.2vw;
  padding-left: 2vw;
  text-align: left;
}

#office-garage.article{
  margin-bottom: 10vw;
  margin-right: 5vw;
}
#office-space.article{
  margin-right: 5vw;
}
#office7 table {
  margin-top: 1vw;
}

.office-content1 .bottom table td .attention-time{
  font-size: 0.9vw;
}






@media screen and (max-width:768px){

  .office-nav{
    flex-direction: column;
    margin: 18vw 6vw;
  }
  .office-nav li{
    width: 100%;
  }
  .office-nav li a{
    padding: 3vw 0;
    font-size: 3vw;
  }

  #office-center.article{
    margin-right: 0vw;
  }

  .office-content1{
    margin-top: 15vw;
    margin-bottom: 6vw;
  }
  .office-content1 h3{
    font-size: 5vw;
    padding-bottom: 6vw;
    margin-left: 3vw;
    margin-right: 3vw;
  }
  .office-content1 h3::before{
    height: 2px;
  }
  .office-content1 h3::after{
    height: 2px;
  }
  .office-content1 .top{
    flex-direction: column;
    margin-top: 7vw;
  }

  .office-content1 .top .left{
    width: 90%;
    margin: 0 auto;
  }
  .office-content1 .top .left .image-wrapper .img-title{
    left: 0vw;
    bottom: 1vw;
    font-size: 3.5vw;
    padding: 1.5vw 3.5vw;
  }
  .office-content1 .top .left ul{
    margin-top: 2vw;
  }
  .office-content1 .top .right{
    margin-top: 6vw;
    width: 90%;
    height: 60vw;
    margin: 6vw auto 0;
  }
  .office-content1 .bottom{
    margin-top: 8vw;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .office-content1 .bottom table{
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .office-content1 .bottom table tbody{
    display: block;
    width: 100%;
  }
  .office-content1 .bottom table tbody tr{
    display: flex;
    width: 100%;
    align-items: stretch;
  }
  .office-content1 .bottom table th{
    display: block;
    width: 30%;
    padding: 3vw 3vw;
    font-size: 3vw;
    border-bottom: 1px solid white;
    height: unset;
  }
  .office-content1 .bottom table td{
    display: block;
    width: 70%;
    padding: 3vw 0 3vw 3vw;
    font-size: 3vw;
  }

  #office7.office-content1 table tr{
    display: flex;
  }

  #office7.office-content1 table th{
    display: block;
    width: 30%;
    padding: 3vw 3vw;
    font-size: 3vw;
    border-bottom: 1px solid white;
    height: unset;
  }
  #office7.office-content1 table td{
    display: block;
    width: 70%;
    padding: 3vw 0 3vw 3vw;
    font-size: 3vw;
  }

  #office-garage.article{
    margin-bottom: 10vw;
    margin-right: 0vw;
  }
  #office-space.article{
    margin-right: 0vw;
  }
  #office7 table {
    margin-top: 1vw;
  }


}









/* ------------------------------------
    truck
------------------------------------ */

.strength-content1{
  position: relative;
  margin-top: 2vw;
}
.strength-content1 h3{
  position: absolute;
  right: -3vw;
  top: 3.5vw;
  font-size: 5vw;
  text-align: left;
  transform: rotate(
90deg);
  text-shadow: -1px 0 #009979, 0 1px #009979, 1px 0 #009979, 0 -1px #009979;
  color: white;
  text-align: left;
  z-index: 1;
  line-height: 6vw;
}
.strength-content1 .strength-list{
  position: relative;    
  margin: 0 auto;
  margin-right: 7vw;
  margin-bottom: 14vw;
}
.strength-content1 .strength-list li{
  display: flex;
  font-size: 1.5vw;
  padding: 1.2vw 0 1.2vw 3vw;
  background: #f7f8f8;
  align-items: center;
}
.strength-content1 .strength-list li:nth-child(2n){
  background: #fff;  
}
.strength-content1 .strength-list li span{
  font-size: 2vw;
  font-weight: 400;
  color: #009979;
  margin-right: 1vw;
}
.strength-content1 .strength-list li strong{
  color: #009979;
}

.truck-nav{
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  margin-top: 5vw;
  margin-right: 1vw;
  border-top: 1px solid #009979;
  border-left: 1px solid #009979;
}
.truck-nav li{
  width: 33.33%;
  border-right: 1px solid #009979;
  border-bottom: 1px solid #009979;
}
.truck-nav li a{
  color: #009979;
  padding: 1vw 0;
  font-size: 1.2vw;
  font-weight: 400;
}
.truck-nav li a:hover {
  background-color: #009979;
  color:white;
  cursor: pointer;
}

.truck-ul {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-top: 3vw;
}
.truck-ul li{
  position: relative;
  width: 49.7%;
  cursor: pointer;
}
.truck-ul li a{
  display: none;
}
.truck-ul li a:first-of-type{
  display: block;
}
.truck-ul li img{
  width: 100%;
}
.truck-ul li span{
  position: absolute;
  left: 1vw;
  bottom: 1.3vw;
  font-size: 1.1vw;
  padding: .5vw 1.5vw;
  background: rgb(0 0 0 / 50%);
  color: white;
}

#truck4{
  margin-bottom: 15vw;
}




@media screen and (max-width:768px){

  .strength-content1{
    margin-top: 13vw;
  }
  .strength-content1 h3{
    right: -10vw;
    top: 3vw;
    font-size: 10vw;
    line-height: 10vw;
  }
  .strength-content1 .strength-list{    
    margin-right: 0vw;    
  }
  .strength-content1 .strength-list li{
    font-size: 3vw;
    padding: 4vw 0 4vw 5vw;
  }
  .strength-content1 .strength-list li span{
    font-size: 4vw;    
  }

  .truck-nav{
    flex-direction: column;
    margin: 2vw 6vw;
  }
  .truck-nav li{
    width: 100%;
  }
  .truck-nav li a{
    padding: 3vw 0;
    font-size: 3vw;
  }

  .truck-ul {
    flex-direction: column;    
    margin: 11vw 10vw 0;
  }
  .truck-ul li{
    width: 100%;
    margin-bottom: 8vw;
  }
  .truck-ul li span{
    left: 0vw;
    bottom: 1vw;
    font-size: 3.5vw;
    padding: 1.5vw 3.5vw;
  }
}









/* ------------------------------------
    about
------------------------------------ */

.about-content1{
  margin-bottom: 3vw;
  padding-top: 5vw;
}
.about-content1 .img-wrapper{
  text-align: center;
}
.about-content1 .img-wrapper img{
  width: 8vw;
}
.about-content1 h2{
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-content1 h2 p{
  color: #26b6bc;
  font-size: 2.5vw;
  font-weight: 300;
  position: relative;
  z-index: 10;
  letter-spacing: 0.3vw;
  font-family: 'Kiwi Maru';
}
.about-content1 h2 p::before{
  content: '';
  position: absolute;
  top: 2.4vw;
  left: -4%;
  transform: skewX(-25deg);
  width: 105%;
  height: 1vw;
  margin: 0 auto;
  background-color: #fde0a1;
  z-index: -1;
}
.about-content1 h2 span{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2vw;
}
.about-content1 h2 span img{
  width: 2vw;
}
.about-content1 .text{
  margin-top: 3vw;
  line-height: 3;
  color: #000;
  letter-spacing: 0.3vw;
  text-indent: -0.3vw;
  font-size: 1.1vw;
}

#about2{
  padding-top: 5vw;
  background: #f7f8f8;
  padding-bottom: 8vw;
}
.about-content2{
  width: 80%;
  margin: 0 auto;
}
.about-content2 li{
  position: relative;
  margin-top: 5vw;
}
.about-content2 li img{
  position: absolute;
  left: -2vw;
  top: 2vw;
  width: 24vw;
  z-index: 2;
}
.about-content2 li .content{
  margin-left: 14vw;
  background-color: white;
  text-align: left;
  position: relative;
  z-index: 1;
}
.about-content2 li .content .inner{
  padding: 3vw 0 4vw 10vw;
}
.about-content2 li .content .inner span{ 
  font-size: 2.6vw;
  font-weight: 300;
  color: #26b6bc;
  letter-spacing: 0;
}
.about-content2 li .content .inner h3{
  color: #f39800;
  letter-spacing: 0.3vw;
  text-indent: -0.3vw;
  font-size: 1.5vw;
  margin-top: 1vw;
  font-weight: 500;
}
.about-content2 li .content .inner p{
  margin-top: 2vw;
  font-size: 1.1vw;
  letter-spacing: 0.1vw;
  line-height: 2;
}
.about-content2 li.reason2 .content{
  margin-right: 14vw;
  margin-left: 0;
}
.about-content2 li.reason2 .content .inner{
  padding-left: 5vw;
}
.about-content2 li.reason2 img{
  right: -2vw;
  left: auto;
}
.about-content2 li .content a.btn{
  position: absolute;
  bottom: -1.1vw;
  right: 23vw;
}

#about3{
  margin: 5vw 0;
}
.about-content3{
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  width: 85%;
  margin: 4vw auto 0;
}
.about-content3 li{
  width: 30%;
}
.about-content3 li img{
  width: 75%;
  text-align: center;
}
.about-content3 li h3{
  margin: 1vw 0;
  font-weight: 500;
  letter-spacing: 0.2vw;
  text-indent: -0.2vw;
  font-size: 1.6vw;
}
.about-content3 li p{
  font-size: 1.1vw;
  line-height: 1.8;
}


@media only screen and (max-width:768px){


  .about-content1{
    margin-bottom: 11vw;
    padding-top: 11vw;
  }
  .about-content1 .img-wrapper img{
    width: 20vw;
  }
  .about-content1 h2 p{  
    font-size: 6vw;
  }
  .about-content1 h2 p::before{
    top: 5.4vw;    
    height: 3vw;    
  }
  .about-content1 h2 span img{
    width: 5vw;
  }
  .about-content1 .text{
    font-size: 3vw;
    width: 85vw;
    margin: 8vw auto;
  }

  #about2{
    padding-top: 12vw;
    padding-bottom: 15vw;
  }
  .about-content2{
    width: 85%;    
  }
  .about-content2 li{    
    margin-top: 9vw;
    padding-top: 38vw;
  }
  .about-content2 li img{
    width: 55vw;
  }
  .about-content2 li .content{
    margin-left: 0;  
    text-align: center;    
  }
  .about-content2 li .content .inner{
    padding: 3vw 7vw 7vw;
  }
  .about-content2 li .content .inner span{
    font-size: 9vw;
    display: block;
    text-align: right;
    margin-top: -9vw;
  }
  .about-content2 li .content .inner h3{  
    font-size: 4.5vw;
    margin-top: 6vw;
    text-align: left;
  }
  .about-content2 li .content .inner p{
    margin-top: 4vw;
    font-size: 3vw;
    text-align: left;    
  }
  .about-content2 li.reason2 .content{
    margin-right: 0;
  }
  .about-content2 li.reason2 .content .inner{
    padding: 3vw 7vw 7vw;
  }
  .about-content2 li.reason2 .content .inner span{
    text-align: left;
  }
  .about-content2 li .content a.btn{
    position: static;
    margin-bottom: 7vw;
    margin-top: 0;
  }

  #about3{
    margin: 14vw 0 0;
  }
  .about-content3{
    margin-top: 9vw;
    flex-direction: column;
  }
  .about-content3 li{
    width: 100%;
    margin-bottom: 10vw;
  }
  .about-content3 li img{
    width: 55%;
  }
  .about-content3 li h3{
    margin: 3vw 0;    
    font-size: 4vw;
  }
  .about-content3 li p{
    font-size: 3vw;
    line-height: 2;
  }



}


/* ------------------------------------
    diagnosis
------------------------------------ */

#diagnosis1{
  margin: 5vw 0 4vw;
}
.diagnosis-content1 h2{
  font-size: 2vw;
  font-weight: 500;
  position: relative;
  z-index: 10;
  letter-spacing: 0.3vw;
  font-family: 'Kiwi Maru';
}
.diagnosis-content1 h2::before{
  content: '';
  position: absolute;
  top: 2vw;
  left: 28%;
  transform: skewX(-25deg);
  width: 44%;
  height: 1vw;
  margin: 0 auto;
  background-color: #fde0a1;
  z-index: -1;
}
.diagnosis-content1 p{
  margin-top: 2vw;
  line-height: 3;
  color: black;
  letter-spacing: 0.3vw;
  text-indent: -0.3vw;
  font-size: 1.2vw;
}
#diagnosis2{
  padding: 6vw 0 7vw;
  background-color: #f7f8f8;
}
.diagnosis-content2{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  width: 80%;
  margin-top: 4vw;
}
.diagnosis-content2 li{
  width: 25%;
  height: 18vw;
  position:relative;
  margin-right: 0.5vw;
}
.diagnosis-content2 li:last-child{
  margin-right: 0;
}
.diagnosis-content2 li::before{
  content: '';
  position: absolute;
  right: -2vw;
  top: 0;
  border-top: 9vw solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 9vw solid transparent;
  z-index: 11;
}
.diagnosis-content2 li.step1::before{
  border-left: 2vw solid #00b1d8;
}
.diagnosis-content2 li.step2::before{
  border-left: 2vw solid #10b8d8;
}
.diagnosis-content2 li.step3::before{
  border-left: 2vw solid #7ecce0;
}
.diagnosis-content2 li:last-child::before{
  content: none;
}
.diagnosis-content2 li::after{
  content: '';
  position: absolute;
  right: -2.5vw;
  top: 0;
  border-top: 9vw solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 9vw solid transparent;
  border-left: 2vw solid #f7f8f8;
  z-index: 10;
}
.diagnosis-content2 li:last-child::after{
  content: none;
}
.step1 {
  background-color: #00b1d8;
}
.step2 {
  background-color: #10b8d8;
}
.step3 {
  background-color: #7ecce0;
}
.step4 {
  background-color: #9ed7e2;
}
.diagnosis-content2 li .content{
  margin-top: 4.5vw;
  color: white;
  margin-left: 2vw;
}
.diagnosis-content2 li.step1 .content{
  margin-left: 1vw;
}
.diagnosis-content2 li.step4 .content{
  margin-right: 1vw;
}
.diagnosis-content2 li .content span{
  font-size: 1.8vw;
  letter-spacing: 0.3vw;
  text-indent: -0.3vw;
  font-weight: 500;
}
.diagnosis-content2 li .content p{
  font-size: 1.4vw;
  line-height: 2;
  letter-spacing: 0.1vw;
  text-indent: -0.1vw;
}
.diagnosis-content2 li.step1 .content p, .diagnosis-content2 li.step2 .content p{
  padding-top: 3.5vw;
}
.diagnosis-content2 li.step3 .content p{
  padding-top: 0.8vw;
}
.diagnosis-content2 li.step4 .content p{
  padding-top: 2vw;
}


#diagnosis3{
  display: flex;
}
#diagnosis3 img{
  width: 50%;
}
#diagnosis3 .diagnosis-content3{
  width: 50%;
  background: #26b7bc;
}
#diagnosis3 .diagnosis-content3 .sec-title{
  margin-top: 8vw;
  color: white;
}
#diagnosis3 .diagnosis-content3 .sec-title span{
  color: white;
}
#diagnosis3 .diagnosis-content3 .diagnosis-text p{
  color: white;
  font-size: 1.3vw;
  margin-top: 4vw;
  letter-spacing: 0.4vw;
  line-height: 2;
}
#diagnosis3 .diagnosis-content3 .diagnosis-text a{
  margin-top: 3vw;
  display: inline-block;
  color: #27b5bc;
  padding: 0.3rem 1rem;
  border-radius: 20px;
  text-decoration: none;
  letter-spacing: 0.3vw;
  text-indent: 0.3vw;
  font-size: 1.2vw;
  background-image: linear-gradient(to right, #26b6bc 50%, #fff 50%);
  background-position: 100% 0;
  background-size: 200% auto;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
#diagnosis3 .diagnosis-content3 .diagnosis-text a:hover{
  color: #fff;
  background-position: 0 0;
  border: 1px solid;
}

#diagnosis4{
  padding: 7vw 0 2vw;
}
.diagnosis-content4{
  display: flex;
  margin-top: 4vw;
  width: 100%;
  justify-content: center;
}
.diagnosis-content4 li{
  width: 33.33%;
}
.diagnosis-content4 li.way1{
  background-image: linear-gradient(to right, #3b99b5 50%, #5fc3dc 50%);
  background-position: 100% 0;
  background-size: 200% auto;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.diagnosis-content4 li.way1:hover{
  background-position: 0 0;
}
.diagnosis-content4 li.way2{
  background-image: linear-gradient(to right, #559db3 50%, #8ed1e3 50%);
  background-position: 100% 0;
  background-size: 200% auto;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.diagnosis-content4 li.way2:hover{
  background-position: 0 0;
}
.diagnosis-content4 li.way3{
  background-image: linear-gradient(to right, #3b99b5 50%, #acdcea 50%);
  background-position: 100% 0;
  background-size: 200% auto;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.diagnosis-content4 li.way3:hover{
  background-position: 0 0;
}
.diagnosis-content4 li a{
  color: white;
  display: block;
  padding: 6vw 0 4vw;
}
.diagnosis-content4 li a h3{
  font-size: 1.7vw;
  letter-spacing: 0.1vw;
  text-indent: -0.1vw;
  font-weight: 500;
}
.diagnosis-content4 li a p{
  font-size: 1.1vw;
  line-height: 2;
  margin-top: 1vw;
  letter-spacing: 0.1vw;
  text-indent: -0.1vw;
}
.diagnosis-content4 li a img{
  width: 4vw;
  margin-top: 3vw;
}



@media only screen and (max-width:768px){



  #diagnosis1{
    margin: 12vw 0 10vw;
  }
  .diagnosis-content1 h2{
    font-size: 4.5vw;
  }
  .diagnosis-content1 h2::before{
    top: 4vw;
    left: 6%;
    width: 88%;
    height: 3vw;
  }
  .diagnosis-content1 p{
    font-size: 3vw;
    width: 85vw;
    margin: 8vw auto;
    line-height: 2.5;
  }

  #diagnosis2{
    overflow-x: hidden;
    padding: 14vw 0 11vw;
  }
  .diagnosis-content2{
    align-items: stretch;
    flex-flow: row wrap;
    margin-top: 11vw;
    margin-bottom: 10vw;
    width: 100%;
  }
  .diagnosis-content2 li{
    width: 50%;
    height: 50vw;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .diagnosis-content2 li::before{
    content: none;
  }
  .diagnosis-content2 li::after{
    content: none;
    position: absolute;
    right: -2.5vw;
    top: 0;
    border-top: 9vw solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 9vw solid transparent;
    border-left: 2vw solid #f7f8f8;
    z-index: 10;
  }
  .diagnosis-content2 li .content{
    margin: 0vw;
  }
  .diagnosis-content2 li.step1 .content{
    margin-left: 0vw;
  }
  .diagnosis-content2 li.step4 .content{
    margin-right: 0vw;
  }
  .diagnosis-content2 li .content span{
    font-size: 6vw;
  }
  .diagnosis-content2 li .content p{
    font-size: 4vw;
  }
  /* .diagnosis-content2 li.step1 .content p, .diagnosis-content2 li.step2 .content p{
    padding-top: 3.5vw;
  }
  .diagnosis-content2 li.step3 .content p{
    padding-top: 0.8vw;
  }
  .diagnosis-content2 li.step4 .content p{
    padding-top: 2vw;
  } */
  
  
  #diagnosis3{
    flex-direction: column;
  }
  #diagnosis3 img{
    width: 100%;
  }
  #diagnosis3 .diagnosis-content3{
    width: 100%;
  }
  #diagnosis3 .diagnosis-content3 .sec-title{
    margin-top: 13vw;
  }
  #diagnosis3 .diagnosis-content3 .diagnosis-text{
    padding-bottom: 11vw;
  }
  #diagnosis3 .diagnosis-content3 .diagnosis-text p{  
    font-size: 3vw;
    margin-top: 8vw;
    line-height: 2.5;
  }
  #diagnosis3 .diagnosis-content3 .diagnosis-text a{
    margin-top: 10vw;
    padding: 1.5vw 5vw;
    font-size: 4vw;
  }
  
  #diagnosis4{
    padding: 15vw 0 0vw;
  }
  .diagnosis-content4{
    margin-top: 14vw;
    flex-direction: column;
    align-items: center;
  }
  .diagnosis-content4 li{
    width: 70vw;
    height: 60vw;
    display: flex;
    margin-bottom: 10vw;
    align-items: center;
    justify-content: center;
    box-shadow: 0.2vw 0.2vw 10vw rgb(165 165 165 / 50%);
  }
  .diagnosis-content4 li a{
    padding: 0;
    width: 100%;
  }
  .diagnosis-content4 li a h3{
    font-size: 5vw;
    margin-top: 4vw;
  }
  .diagnosis-content4 li a p{
    font-size: 3vw;
    margin-top: 7vw;
  }
  .diagnosis-content4 li a img{
    width: 8vw;
    margin-top: 6vw;
  }



}


/* ------------------------------------
    question
------------------------------------ */
#searchform{
  display: flex;
  width: 37vw;
  margin: 4vw auto 0;
  padding: 0vw;
  font-size: 1.2vw;
  border-radius: 18px;
  border: 2px solid #dcdddd;
  justify-content: space-between;
  color: #dcdddd;
}
#searchform input{
  width: 80%;
  padding-left: 1vw;
}
#searchform button{
  padding: 0.6vw 1.5vw 0.4vw 1vw;
}
#searchform button img{
  width: 2vw;
  margin-top: 0.3vw;
}

.wrap {
  padding-top: 6vw;
  width: 100%;
  margin: 0 auto;
}
/************* 共通スタイルここまで **************/
/************* タブ *************/
.tab-container {
  display: flex;
  justify-content: center;
}
.tab {
  position: relative;
  font-size: 1.2vw;
  transition: all .2s;
  cursor: pointer;
  background-color: #77cade;
}
.tab a{
  padding: 1.2vw 3vw;
  display: inline-block;
  color: white;
}
.tab.all{
  background-color: #9fa0a0;
}
.tab:not(:last-of-type) {
  margin-right: 0.2vw;
}
/* タブ現在値 */
.tab.current a {
  background-color: #e2f2f3;
  color: black;
}
/************* メニュー *************/
.menu-box {
  width: 80%;
  margin: 0 auto;
  padding: 5vw 0;
}
.menu {
  padding: 2em 1em;
  background-color: #eee;
  transition: all .2s;
  cursor: pointer;
}
/* メニュー */
.menu-container {
  /* fadein・outのために指定 */
  position: relative;
  background-color: #e2f1f3;
}
.menu-box h3{
  text-align: center;
  font-weight: 300;
}
.menu-box ul li span.term{
  font-size: 1vw;
  background: #26b6bc;
  display: inline-block;
  color: white;
  padding: 0.2vw 1vw;
}
.menu-box ul.cat_ul{
  margin-top: 3vw;
}
.menu-box ul dl{
  margin-bottom: 2vw;
}
.menu-box ul dt{
  background: white;
  padding: 1.2vw 1vw;
  color: black;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.2vw;
}
.menu-box ul dt .qa_icon{
  width: 1.1vw;
  margin-right: 0.5vw;
}
.menu-box ul dt .qa_arrow{
  transition: all 0.3s ease 0s;
  margin-left: auto;
  width: 2vw;
}
.menu-box ul dd{
  color: black;
  padding: 1.3vw;
  font-size: 1.1vw;
}
.menu-box ul dd.open{
  display: block;
}
.menu-box ul dd a{
  color: #0000EE;
  text-decoration: underline;
}


@media only screen and (max-width:768px){


  #searchform{
    width: 80vw;
    margin: 9vw auto 0;    
    font-size: 3vw;            
    padding: 1vw 1vw 1vw 3vw;
  }
  #searchform button img{
    width: 4vw;
    margin-top: 0.5vw;
  }
  
  .wrap {
    padding-top: 7vw;
  }
  /************* 共通スタイルここまで **************/
  /************* タブ *************/
  .tab-container {
    flex-flow: row wrap;
    align-items: center;
    margin: 3vw 0 9vw;
  }
  .tab {    
    font-size: 3.5vw;
    margin: 1vw;
  } 
  .tab:not(:last-of-type) {
    margin-right: 1vw;
  }
  
  /************* メニュー *************/
  .menu-box {
    padding: 10vw 0;
  }
  .menu {
    padding: 2em 1em;
    background-color: #eee;
    transition: all .2s;
    cursor: pointer;
  }
  /* メニュー */  
  .menu-box ul{
    margin-bottom: 13vw;
  }
  .menu-box ul li span.term{
    font-size: 2.5vw;
  }
  .menu-box ul dl{
    margin-bottom: 6vw;
  }
  .menu-box ul dt{
    padding: 3vw 1vw 3vw 4vw;    
    font-size: 3.4vw;
  }
  .menu-box ul dt .qa_icon{
    width: 3vw;
    margin-right: 2vw;
  }
  .menu-box ul dt .qa_arrow{
    width: 5vw;
    margin-right: 4vw;
  }
  .menu-box ul dd{
    padding: 3vw;
    font-size: 3.3vw;
  }

  .menu-box h3 {    
    font-size: 5vw;
    margin: 4vw 0 11vw;
}




}



/* ------------------------------------
    policy
------------------------------------ */

#policy1{
  margin: 7vw 0;
}
.policy-news-list{
  margin-top: 4vw;
}
.policy-news-item{
  list-style: none;
  width: 60vw;
  margin: 0 auto;
  background: #f7f8f8;
}
.policy-news-item:nth-child(2n){
  background: white;
}
.policy-news-item a{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.policy-news-item a:hover .title{
  text-decoration: underline;
}
.policy-news-item a .cat-wrapper p{
  background: #77cade;
  font-size: 1.1vw;
  margin: 0.8vw 1.5vw 0.8vw 1vw;
  color: white;
  padding: 0.5vw 1vw;
  font-weight: 500;
}
.policy-news-item a .times{
  font-size: 1.1vw;
  margin-right: 1vw;
  color: black;
}
.policy-news-item a .title{
  font-size: 1.2vw;
  color: black;
}
.policy-btn-cover{
  margin-top: 4vw;
}

#policy2{
  padding: 4vw 0 0;
  margin-bottom: 2vw;
  background: #f7f8f8;
}
.policy-nav{
  margin: 5vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.policy-nav li{
  margin: 0 2vw;
}
.policy-nav li a{
  width: 12vw;
  background: #26b6bc;
  display: flex;
  border-radius: 50%;
  color: white;
  height: 12vw;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all .2s ease 0s;
}
.policy-nav li a:hover{
  box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0px 5px 10px rgb(0 0 0 / 10%);
  transform: translateY(-4px);
}
.policy-nav li a p{
  font-size: 1.3vw;
  margin-top: 1.2vw;
  margin-bottom: 1vw;
}
.policy-nav li a img{
  width: 1.5vw;
}

.policy-content2 li{
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
.policy-content2 li.policy-row2{
  flex-direction: row;
}
.policy-content2 li .policy-img{
  width: 50%;
}
.policy-content2 li .policy-text2{
  width: 50%;
  background: #27b5bc;
}
.policy-content2 li .policy-text2 h3{
  display: inline-block;
  margin-top: 4vw;
  font-size: 2vw;
  font-weight: 400;
  color: white;
  padding-bottom: 0.5vw;
  border-bottom: 0.3vw solid;
}
.policy-content2 li .policy-text2 img{
  margin-top: 3vw;
  width: 20vw;
  display: block;
  margin: 3vw auto 0;
}
.policy-content2 li .policy-text2 p{
  margin-top: 3vw;
  color: white;
  font-size: 1.1vw;
  letter-spacing: 0.2vw;
  text-indent: -0.2vw;
  line-height: 2;
}
.policy-content2 li .policy-text2 .btn-cover{
  margin-top: 3vw;
}
.policy-content2 li .policy-text2 .btn-cover a{
  color: #28b4bc;
  padding: 0.3vw 4vw;
  background-image: linear-gradient(to right, #26b6bc 50%, #fff 50%);
  background-position: 100% 0;
  background-size: 200% auto;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.policy-content2 li .policy-text2 .btn-cover a:hover{
color: #fff;
background-position: 0 0;
border: 1px solid;
}


@media only screen and (max-width:768px){



  #policy1{
    margin: 12vw 0;
  }
  .policy-news-list{
    margin-top: 10vw;
  }
  .policy-news-item{
    width: 100vw;
  }
  .policy-news-item a{
    flex-flow: row wrap;
    padding: 3vw 0 3vw 5vw;

  }
  .policy-news-item a .cat-wrapper p{
    margin-left: 0;
    padding: 1vw 2vw;
    font-size: 3vw;
    margin-right: 3vw;
  }
  .policy-news-item a .times{
    font-size: 3vw;
    margin-right: 0vw;
  }
  .policy-news-item a .title{
    width: 100%;
    text-align: left;
    padding: 3vw 0 2vw;
    font-size: 3.5vw;
  }
  .policy-btn-cover{
    margin-top: 6vw;
  }

  #policy2{
    padding: 12vw 0 0;
  }
  .policy-nav{
    display: none;
  }
  .policy-content2{
    margin-top: 13vw;
  }
  .policy-content2 li{
    flex-direction: column;
    margin-bottom: 15vw;
  }
  .policy-content2 li.policy-row2{
    flex-direction: column;
  }
  .policy-content2 li .policy-img{
    width: 100%;
  }
  .policy-content2 li .policy-text2{
    width: 100%;
    margin: 0 auto;
  }
  .policy-content2 li .policy-text2 h3{    
    margin-top: 9vw;
    font-size: 5vw;
    margin-bottom: 5vw;
  }
  .policy-content2 li .policy-text2 img{
    margin-top: 0vw;
    width: 46vw;  
  }
  .policy-content2 li .policy-text2 p{
    font-size: 3vw;
    width: 85vw;
    margin: 8vw auto 0;
  }
  .policy-content2 li .policy-text2 .btn-cover{    
    margin-bottom: 10vw;
  }
  .policy-content2 li .policy-text2 .btn-cover a{
    padding: 1vw 10vw;
    font-size: 4.5vw;
  }


}


/* ------------------------------------
    法人保険について
------------------------------------ */

.corporate-content1{
  background: #f7f8f8;
  padding: 5vw 0 6vw;
}
#corporate2{
  padding: 5vw 0;
}
.corporate-content2{
  margin-top: 4vw;
}
.corporate-list{
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  margin-bottom: 8vw;
}
.corporate-list .img{
  position: relative;
  z-index: 2;
}
.corporate-list .img img{
  width: 37vw;
}
.corporate-list .content{
  width: 50%;
  position: relative;
  text-align: left;
  margin-top: 4vw;
  margin-left: 5vw;
  z-index: 1;
}
.corporate-list .content .inner{
  position: relative;
}
.corporate-list .content::after{
  content: '';
  position: absolute;
  background-color: #f7f8f8;
  width: 60vw;
  height: 31vw;
  right: 0;
  bottom: -2vw;
  z-index: -1;

}
.corporate-list .content.content2::after{
  bottom: -2.5vw;

}
.corporate-list .content span{
  position: absolute;
  font-size: 3vw;
  color: #26b7bc;
  top: -2.5vw;
  z-index: 2;
}
.corporate-list .content span::before{
  position: absolute;
  content: '';
  width: 3.4vw;
  height: 1px;
  background-color: black;
  left: 0;
  top: 4vw;
  z-index: 2;
}
.corporate-list .content span::after{
  position: absolute;
  content: '';
  width: 3.4vw;
  height: 1px;
  background-color: black;
  left: 0;
  top: 4.5vw;
  z-index: 2;
}
.corporate-list .content h3{
  padding-top: 4vw;
  color: #26b7bc;
  line-height: 2;
  font-size: 2vw;
  letter-spacing: 0.2vw;
  text-indent: -0.2vw;
  font-weight: 400;
  display: inline-block;
  border-bottom: 1px solid;
  padding-bottom: 1vw;
}
.corporate-list .content h3.one-line{
  margin-top: 4vw;
}
.corporate-list .content p{
  padding-top: 2vw;
  font-size: 1.1vw;
  letter-spacing: 0.1vw;
  text-indent: -0.1vw;
  line-height: 2.5;
  padding-bottom: 3vw;
}
.corporate-list2{
  position: relative;
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: flex-end;
  margin-bottom: 8vw;
}
.corporate-list2 .img{
  position: relative;
  z-index: 2;
}
.corporate-list2 .img img{
  width: 37vw;
}
.corporate-list2 .content{
  width: 50%;
  position: relative;
  text-align: left;
  margin-top: 4vw;
  padding-left: 6vw;
  z-index: 1;
  margin-right: 5vw;
}
.corporate-list2 .content .inner{
  position: relative;
}
.corporate-list2 .content::after{
  content: '';
  position: absolute;
  background-color: #f7f8f8;
  width: 60vw;
  height: 30vw;
  left: 0;
  bottom: -1.5vw;
  z-index: -1;
}
.corporate-list2 .content.content2::after{
  bottom: -1.5vw;
}
.corporate-list2 .content span{
  position: absolute;
  font-size: 3vw;
  color: #26b7bc;
  top: -2.5vw;
  z-index: 2;
}
.corporate-list2 .content span::before{
  position: absolute;
  content: '';
  width: 3.4vw;
  height: 1px;
  background-color: black;
  left: 0;
  top: 4vw;
  z-index: 2;
}
.corporate-list2 .content span::after{
  position: absolute;
  content: '';
  width: 3.4vw;
  height: 1px;
  background-color: black;
  left: 0;
  top: 4.5vw;
  z-index: 2;
}
.corporate-list2 .content h3{
  padding-top: 4vw;
  color: #26b7bc;
  line-height: 2;
  font-size: 2vw;
  letter-spacing: 0.2vw;
  text-indent: -0.2vw;
  font-weight: 400;
  display: inline-block;
  padding-bottom: 1vw;
  border-bottom: 1px solid;
}
.corporate-list2 .content h3.one-line{
  padding-top: 5vw;
}
.corporate-list2 .content p{
  padding-top: 2vw;
  font-size: 1.1vw;
  letter-spacing: 0.1vw;
  text-indent: -0.1vw;
  line-height: 2.5;
  padding-bottom: 3vw;
}
.corporate-list2 .content p.one-line{
  padding-top: 2vw;
}

.corporate-content3{
  text-align: center;
}
.corporate-content3 img{
  width: 64vw;
}
.corporate-content3 h3{
  font-size: 2.6vw;
  letter-spacing: 0.5vw;
  color: #2ea7e0;
  font-weight: 300;
  font-family: 'Bitter';
}
.corporate-content3 p{
  font-size: 1.2vw;
}




@media only screen and (max-width:768px){



  .corporate-content1{
    margin-top: 13vw;
    padding: 13vw 0 9vw;
  }
  #corporate2{
    padding: 12vw 0;
    overflow-x: hidden;
  }
  .corporate-content2{
    margin-top: 15vw;
  }
  .corporate-list{
    flex-direction: column;
    margin-bottom: 15vw;
  }
  .corporate-list .img img{
    width: 70vw;
  }
  .corporate-list .content{
    width: 90%;    
    margin: 4vw auto 0;  
    text-align: center;  
  }
  .corporate-list .content::after{
    width: 60vw;
    height: 100vw;
    right: -5vw;

  }
  .corporate-list .content.content2::after{
    width: 60vw;
    height: 100vw;
    right: -5vw;

  }
  .corporate-list .content span{
    position: relative;
    font-size: 6vw;
    display: block;
    text-align: center;
  }
  .corporate-list .content span::before{
    width: 7vw;        
    left: 41vw;
    top: 10vw;
  }
  .corporate-list .content span::after{    
    width: 7vw;    
    left: 41vw;
    top: 11.5vw;
  }
  .corporate-list .content h3{
    padding-top: 6vw;    
    font-size: 4vw;   
    padding-bottom: 3vw;
  }
  .corporate-list .content h3.one-line{
    padding-top: 6vw;  
    margin-top: 0;
  }
  .corporate-list .content p{
    padding-top: 5vw;
    font-size: 3vw;    
  }
  .corporate-list2{
    flex-direction: column;
    margin-bottom: 15vw;
  }
  .corporate-list2 .img img{
    width: 70vw;
  }
  .corporate-list2 .content{
    width: 90%;    
    margin: 4vw auto 0; 
    text-align: center;  
    padding-left: 0;
  }
  .corporate-list2 .content::after{
    width: 60vw;
    height: 100vw;
    left: -5vw;
  }
  .corporate-list2 .content.content2::after{
    width: 60vw;
    height: 100vw;
    left: -5vw;
  }
  .corporate-list2 .content span{
    position: relative;
    font-size: 6vw;
    display: block;
    text-align: center;
  }
  .corporate-list2 .content span::before{
    width: 7vw;        
    left: 41vw;
    top: 10vw;
  }
  .corporate-list2 .content span::after{
    width: 7vw;    
    left: 41vw;
    top: 11.5vw;
  }
  .corporate-list2 .content h3{
    padding-top: 6vw;    
    font-size: 4vw;   
    padding-bottom: 3vw;
  }
  .corporate-list2 .content h3.one-line{
    padding-bottom: 3vw;
  }
  .corporate-list2 .content p{
    padding-top: 5vw;
    font-size: 3vw;    
  }
  .corporate-list2 .content p.one-line{
    padding-top: 5vw;
  }

  .corporate-content3{
    padding: 10vw 0 5vw;;
  }
  .corporate-content3 img{
    width: 100vw;
  }
  .corporate-content3 h3{
    padding: 2vw 0;
    font-size: 5vw;    
  }
  .corporate-content3 p{
    font-size: 3vw;
  }




}









/* ------------------------------------
    お客様の声
------------------------------------ */

.voice-content1{
  margin: 1vw 0 4vw;
}

#voice2{
  padding: 5vw 0 4vw;
  position: relative;
}
#voice2::after{
  content: '';
  position: absolute;
  background: #f7f8f8;
  width: 100%;
  height: 33vw;
  top: 0;
  left: 0;
  z-index: -1;
}
.voice-content2{
  margin-top: 4vw;
}
.pickup-voice{
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.pickup-voice .pickup-voice-list{
  width: 35vw;
  margin-right: 1vw;
}
.pickup-voice .pickup-voice-list:last-child{
  margin-right: 0;
}
.pickup-voice .pickup-voice-list .review{
  padding: 2vw;
  padding-bottom: 1vw;
  background: white;
  border: 0.4vw solid #f7f8f8;
  border-bottom: 0;
}
.pickup-voice .pickup-voice-list .review .review-top{
  display: flex;
}
.pickup-voice .pickup-voice-list .review .review-top img{
  width: 45%;
}
.pickup-voice .pickup-voice-list .review .review-top .top-detail{
  margin-left: 2vw;
}
.pickup-voice .pickup-voice-list .review .review-top .top-detail .star-list{
  display: flex;
  width: 15vw;
  margin-top: 1vw;
}
.pickup-voice .pickup-voice-list .review .review-top .top-detail .star-list li{
  width: 2vw;
  margin-right: 0.6vw;
}
.pickup-voice .pickup-voice-list .review .review-top .top-detail .star-list li img{
  width: 100%;
}
.pickup-voice .pickup-voice-list .review .review-top .top-detail .star-list li:last-child{
  margin-right: 0;
}
.pickup-voice .pickup-voice-list .review .review-top .top-detail .mid{
  display: flex;
  align-items: center;
  margin: 2vw 0;
}
.pickup-voice .pickup-voice-list .review .review-top .top-detail .mid img{
  width: 3.5vw;
}
.pickup-voice .pickup-voice-list .review .review-top .top-detail .mid .age{
  font-size: 1.1vw;
  margin-left: 2vw;
  color: #727171;
  letter-spacing: 0.2vw;
}
.pickup-voice .pickup-voice-list .review .review-top .top-detail .cat{
  padding: 0.2vw 0.5vw;
  border: 0.2vw solid #c9caca;
  font-size: 1vw;
  font-weight: 500;
  color: #9fa0a0;
  display: block;
  width: 10vw;
}
.pickup-voice .pickup-voice-list .review .comment{
  margin-top: 1vw;
  font-size: 1.4vw;
  letter-spacing: 0.1vw;
  text-indent: -0.1vw;
  line-height: 2;
  text-align: left;
  margin-left: 2vw;
}
.pickup-voice .pickup-voice-list .response{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f8f8;
  padding: 1vw 0;
}
.pickup-voice .pickup-voice-list .response img{
  width: 30%;
  border-radius: 50%;
}
.pickup-voice .pickup-voice-list .response p{
  font-size: 1vw;
  text-align: left;
  margin-left: 1vw;
  line-height: 2.5;
}

.page-voice-list{
  display: flex;
  flex-flow: row wrap;
  width: 80%;
  margin: 0 auto;
  justify-content: space-between;
}
.page-voice-list .page-voice{
  width: 49%;
  margin-bottom: 1vw;
  padding-bottom: 1vw;
  border-bottom: 1px solid #c1c2c2;
}
.page-voice-inner{
  display: flex;
  color: black;
}
.page-voice-inner:hover .page-voice-thumb img{
  transform: scale(1.2);
}
.page-voice-inner .page-voice-thumb{
  overflow: hidden;
  height: 9.2vw;
  width: 13vw;
  border: 1px solid #e0e0e0;
}
.page-voice-inner .page-voice-thumb img{
  width: 100%;
  transition: all 0.3s ease 0s;
}
.page-voice-inner .contents{
  margin-left: 2vw;
  width: 21vw;
}
.page-voice-inner .contents .top{
  display: flex;
  align-items: center;
}
.page-voice-inner .contents .top .date{
  font-size: 1.1vw;
  line-height: 2;
}
.page-voice-inner .contents .top .star-list{
  display: flex;
  align-items: center;
  margin-left: 1vw;
}
.page-voice-inner .contents .top .star-list li{
  margin-right: 0.2vw;
}
.page-voice-inner .contents .top .star-list li:last-child{
  margin-right: 0;
}
.page-voice-inner .contents .top .star-list li img{
  width: 1.5vw;
}
.page-voice-inner .contents .mid{
  display: flex;
  margin: 1vw;
  align-items: center;
  margin-left: 0;
}
.page-voice-inner .contents .mid img{
  width: 4vw;
}
.page-voice-inner .contents .mid .age{
  font-size: 1.1vw;
  margin-left: 2vw;
  color: #727171;
  letter-spacing: 0.2vw;
}
.page-voice-inner .contents .mid .cat{
  padding: 0.2vw 0.5vw 0.3vw;
  border: 0.2vw solid #c9caca;
  font-size: 0.9vw;
  font-weight: 500;
  color: #9fa0a0;
  display: block;
  margin-left: 2vw;
}
.page-voice-inner .contents .title{
  font-size: 1.2vw;
  text-align: left;
  margin-top: 1vw;
}


@media only screen and (max-width:768px){


  .voice-content1{
    margin: 6vw 0 13vw;
  }
  
  #voice2{
    padding: 13vw 0 6vw;    
    background: #f7f8f8;
  }
  #voice2::after{
    content: none;
  }
  .voice-content2{
    margin-top: 8vw;
  }
  .pickup-voice{
    flex-direction: column;
    align-items: center;
  }
  .pickup-voice .pickup-voice-list{
    width: 90vw;
    margin-right: 0;
    border: 3px solid white;
    margin-bottom: 11vw;
  }
  .pickup-voice .pickup-voice-list .review{
    padding: 7vw 7vw 7vw 6vw;
    padding-bottom: 3vw;    
  }
  .pickup-voice .pickup-voice-list .review .review-top img{
    width: 50%;
  }
  .pickup-voice .pickup-voice-list .review .review-top .top-detail{
    margin-left: 5vw;
  }
  .pickup-voice .pickup-voice-list .review .review-top .top-detail .star-list{    
    width: 35vw;
    margin-top: 4vw;
  }
  .pickup-voice .pickup-voice-list .review .review-top .top-detail .star-list li{
    width: 5.5vw;    
  }
  .pickup-voice .pickup-voice-list .review .review-top .top-detail .star-list li img{
    width: 100%;
  }  
  .pickup-voice .pickup-voice-list .review .review-top .top-detail .mid{
    margin: 5vw 0;
  }
  .pickup-voice .pickup-voice-list .review .review-top .top-detail .mid img{
    width: 15vw;
  }
  .pickup-voice .pickup-voice-list .review .review-top .top-detail .mid .age{
    font-size: 4vw;
    margin-top: 0.8vw;
    margin-left: 5vw;        
  }
  .pickup-voice .pickup-voice-list .review .review-top .top-detail .cat{      
    padding: 0.8vw 0;    
    font-size: 3vw;
    width: 27vw;
  }
  .pickup-voice .pickup-voice-list .review .comment{
    margin-top: 4vw;
    font-size: 3.5vw;    
    line-height: 2;
    text-align: center;
    margin-left: 0vw;
  }
  .pickup-voice .pickup-voice-list .response img{
    padding: 2vw 2vw;
  }
  .pickup-voice .pickup-voice-list .response p{
    font-size: 3vw;    
    line-height: 2;
  }

  #voice3{
    padding-top: 11vw;
  }
  .voice-content3{
    margin: 7vw 0 10vw;
  }
  
  .page-voice-list{
    flex-direction: column;    
    width: 90%;     
  }
  .page-voice-list .page-voice{
    width: 100%;
    margin-bottom: 5vw;
    padding-bottom: 4vw;
  }
  .page-voice-inner .page-voice-thumb{
    overflow: hidden;
    height: 21vw;
    width: 30vw;
  }
  .page-voice-inner .page-voice-thumb .thumbnail{
    width: 100%;
  }
  .page-voice-inner .contents{
    margin-left: 5vw;
    width: 54vw;
  }
  .page-voice-inner .contents .top{
    display: flex;
    align-items: center;
  }
  .page-voice-inner .contents .top .date{
    font-size: 3vw;  
  }
  .page-voice-inner .contents .top .star-list{    
    margin-left: 2vw;
  }
  .page-voice-inner .contents .top .star-list li{
    margin-right: 0.5vw;
  }
  .page-voice-inner .contents .top .star-list li img{
    width: 3vw;
  }
  .page-voice-inner .contents .mid img{
    width: 10vw;
  }
  .page-voice-inner .contents .mid .age{
    font-size: 3.5vw;
    margin-top: 0.4vw;
  }
  .page-voice-inner .contents .mid .cat{
    padding: 0.5vw 1vw 0.5vw;    
    font-size: 3vw;    
    margin-top: 0.5vw;
  }
  .page-voice-inner .contents .title{
    font-size: 3.5vw;    
    margin-top: 3vw;
  }




}



/* ------------------------------------
    ライフステージで選ぶ
------------------------------------ */

.life-stage-content1 {
  margin: 1vw 0 4vw;
}
.life-stage-content2 {
  margin-top: 4vw;
}
.life-stage-content3 {
  margin-top: 4vw;
}
#life-stage2 {
  padding: 5vw 0;
  position: relative;
}
#life-stage3 {
  padding: 5vw 0;
  position: relative;
}
.lifestyle-ul {
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
}
.lifestyle-ul.myself li{
  background: #77cade;
}
.lifestyle-ul.family li{
  background: #8bcec9;
}
.lifestyle-ul li{
  width: calc(33.33% - 1px);
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}
.lifestyle-ul li a{
  display: block;
}
.lifestyle-ul li a:hover img{
  transform: scale(1.2);
}
.lifestyle-ul li:nth-child(3n){
  border-right: 0;
}
.lifestyle-ul li:nth-child(7n){
  border-bottom: 0;
}
.lifestyle-ul li:nth-child(8n){
  border-bottom: 0;
}
.lifestyle-ul li:nth-child(9n){
  border-bottom: 0;
}
.lifestyle-ul li img{
  display: block;
  margin: 0 auto;
  background: white;
  border-radius: 50%;
  margin-top: 3vw;
  width: 5.5vw;
  transition: all .3s ease 0s;
}
.lifestyle-ul li h4{
  font-size: 1.5vw;
  color: white;
  font-weight: 500;
  letter-spacing: 0.1vw;
  text-indent: -0.1vw;
  margin: 1vw 0 0.5vw;
}
.lifestyle-ul li p{
  color: white;
  font-size: 0.85vw;
  margin: 0 1.2vw;
  line-height: 2;
  letter-spacing: 0.04vw;
  padding-bottom: 2.3vw;
}


@media only screen and (max-width:768px){
  .life-stage-content1 {
    margin: 5vw 0 9vw;
  }
  .life-stage-content2 {
    margin-top: 13vw;
  }
  .life-stage-content3 {
    margin-top: 13vw;
  }
  #life-stage2 {
    padding: 10vw 0;
  }
  #life-stage3 {
    padding: 12vw 0 0;    
  }
  .lifestyle-ul {
    flex-direction: column;
    width: 80%;
  }
  .lifestyle-ul.myself li{
    background: #77cade;
  }
  .lifestyle-ul.family li{
    background: #8bcec9;
  }
  .lifestyle-ul li{
    width: 100%;
    border: 0;
    margin-bottom: 6vw;
    box-shadow: 0.2vw 0.2vw 10vw rgb(165 165 165 / 50%);    
  }
  .lifestyle-ul li a{
    display: flex;
    align-items: center;
  }
  .lifestyle-ul li a:hover img{
    transform: scale(1);
  }
  .lifestyle-ul li img{
    width: 20vw;
    margin: 3vw 3vw 3vw 6vw;
  }
  .lifestyle-ul li .stage-text-wrapper{
    text-align: left;
    padding: 4vw 0;
  }
  .lifestyle-ul li h4{
    font-size: 4.5vw;    
  }
  .lifestyle-ul li p{
    padding: 0;
    margin: 0;
    margin-right: 3vw;
    font-size: 2.5vw;    
  }
}





/* ------------------------------------
    年代で選ぶ
------------------------------------ */
.age-ul{
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}
.age-ul li{
  height: 40vw;
  width: 20%;
}
.age-ul li a{
  display: flex;
  flex-flow: column;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  color: white;
}
.age-ul li a:hover h4{
  font-size: 6vw;
}
.age-ul li a:hover span{
  font-size: 2.8vw;
}
.age-ul li a h4{
  font-size: 5vw;
  letter-spacing: 0.1vw;
  font-weight: 100;
  transition: all .3s ease 0s;
}
.age-ul li a h4 span{
  font-size: 1.8vw;
  transition: all .3s ease 0s;
}
.age-ul li a img{
  width: 4vw;
  margin-top: 10vw;
  margin-bottom: 5vw;
}
.age-ul li.twenty {
  background-color: #b5dfe0;
}
.age-ul li.thirty {
  background-color: #9dd5d3;
}
.age-ul li.fourty {
  background-color: #88cdc5;
}
.age-ul li.fifty {
  background-color: #6bc4c7;
}
.age-ul li.sixty {
  background-color: #48bcc1;
}


@media only screen and (max-width:768px){


  .age-ul{
    flex-direction: column;
  }
  .age-ul li{
    width: 100%;
    margin-bottom: 5vw;
    height: auto;
  }
  .age-ul li a{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .age-ul li a h4{
    padding: 7vw 0;
    margin-left: 10vw;
    font-size: 8vw;
    font-weight: 300;
  }
  .age-ul li a h4 span{
    font-size: 3vw;
  }
  .age-ul li a img{
    margin: 0;
    margin-right: 8vw;
    width: 5vw;
  }


}


/* ------------------------------------
    記事 / ライフステージ＆年代
------------------------------------ */
.lifestage-post-content1{
  margin-top: 4vw;
}
.lifestage-post-content1 img{
  display: block;
  margin: 0vw auto -2vw;
  height: auto;
  width: 7vw;
  background: #fff;
  border-radius: 50%;
}
.lifestage-post-content1 .page-disc{
  width: 64vw;
  margin: 0 auto;
}

#lifestage-post2{
  padding: 5vw 0;
  margin-top: 4vw;
  position: relative;
}
#lifestage-post2::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 85%;
  top: 0;
  left: 0;
  background-color: #f7f8f8;
  z-index: -1;
}
.lifestage-post-content2{
  margin-top: 4vw;
}
.example-ul{
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}
.example-ul li{
  width: 32%;
  background: white;
  position: relative;
  margin: 0 1vw;
}
.example-ul li .number{
  position: absolute;
  top: -2vw;
  left: 10.4vw;
  color: #26b7bc;
  font-size: 2.5vw;
  letter-spacing: 0;
  font-weight: 300;
}
.example-ul li img{
  padding: 2.5vw 1.5vw 0.5vw;
}
.example-ul li h4{
  font-size: 1.3vw;
  margin: 1vw 1vw 1.3vw;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.1vw;
  text-indent: -0.1vw;
  position: relative;
  z-index: 1;
  font-family: 'Kiwi Maru';
}
.example-ul li h4::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: -2%;
  transform: skewX(-25deg);
  width: 104%;
  height: 1vw;
  margin: 0 auto;
  background-color: #fde0a1;
  z-index: -1;
}
.example-ul li p{
  width: 20vw;
  font-size: 1.1vw;
  margin: 0 auto;
  line-height: 1.8;
  color: black;
  text-align: left;
  padding-bottom: 1.5vw;
}
.one-point{
  width: 70%;
  margin: 5vw auto 0;
  background: white;
  border-radius: 20px 20px 0 0;
  border-bottom: 2px solid #8bcec9;
}
.one-point .top{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2vw;
  padding-bottom: 0.5vw;
}
.one-point .top img{
  width: 3vw;
  margin-right: 1vw;
}
.one-point .top h4{
  font-size: 1.4vw;
  color: #8bcec9;
}
.one-point p{
  font-size: 1.1vw;
  width: 60vw;
  margin: 0 auto;
  text-align: left;
  line-height: 2;
  padding: 1vw 0 1.5vw;
  color: black;
}


.lifestage-post-content3{
  margin-top: 3vw;
}
.plan-list{
  display: flex;
  width: 70%;
  flex-flow: column;
  margin: 0 auto;
}
.plan-list .plan{
  display: flex;
  justify-content: center;
  margin-bottom: 3vw;
}
.plan-list .plan .title{
  background: #8bcec9;
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 500;
  font-size: 1.4vw;
}
.plan-list .plan .detail{
  width: 65%;
}
.plan-list .plan .detail h5{
  text-align: left;
  padding: 1.5vw 1.5vw 1.5vw 2.5vw;
  background: #f7f8f8;
  font-weight: 300;
  font-size: 1.3vw;
  color: black;
}
.plan-list .plan .detail .insurance-list{
  display: flex;
  align-items: center;
  padding: 1.5vw 0vw 0vw 2.5vw;
}
.plan-list .plan .detail .insurance-list li{
  margin-right: 1.5vw;
}
.plan-list .plan .detail .insurance-list li img{
  display: block;
  width: 5.5vw;
  border-radius: 50%;
  margin: 0 auto;
}
.plan-list .plan .detail .insurance-list li span{
  font-size: 1vw;
}

@media only screen and (max-width:768px){



  .lifestage-post-content1{
    margin-top: 10vw;
  }
  .lifestage-post-content1 img{
    margin: 0vw auto 4vw;
    width: 27vw;
  }
  .lifestage-post-content1 .page-disc{
    width: 90vw;
    margin: 7vw auto 13vw;
    text-align: left;
    letter-spacing: 0.1vw;
    text-indent: -0.1vw;
    font-size: 3.5vw;
  }
  
  #lifestage-post2{
    padding: 12vw 0 17vw;
    background-color: #f7f8f8;
  }
  #lifestage-post2::after{
    content: none;
  }
  .lifestage-post-content2{
    margin-top: 14vw;
  }
  .example-ul{
    flex-direction: column;
    margin-top: 17vw;
  }
  .example-ul li{
    width: 100%;    
    margin: 0 0 15vw;
  }
  .example-ul li .number{
    position: static;
    top: auto;
    left: auto;    
    font-size: 8vw;
    display: block;
    margin-top: -6vw;
  }
  .example-ul li img{
    padding: 0vw 6vw;
  }
  .example-ul li h4{
    font-size: 4vw;
    margin: 5vw 1vw 4vw;
  }
  .example-ul li h4::after{
    height: 2vw;
  }
  .example-ul li p{
    width: 85%;
    font-size: 3vw;
    line-height: 2;    
    padding-bottom: 5.5vw;
  }
  .one-point{
    width: 90vw;
    margin: 0 auto;    
    border-radius: 20px;
    border: 1px solid #8bcec9;
  }
  .one-point .top{    
    padding-top: 8vw;
    padding-bottom: 3vw;
  }
  .one-point .top img{
    width: 7vw;
    margin-right: 3vw;
  }
  .one-point .top h4{
    font-size: 4vw;
  }
  .one-point p{
    font-size: 3vw;
    width: 90%;
    margin: 0 4vw;    
    padding: 2vw 2vw 7vw;
  }
  
  #lifestage-post3{
    padding-top: 12vw;
  }
  .lifestage-post-content3{
    margin-top: 14vw;
  }
  .plan-list{    
    width: 90%;
  }
  .plan-list .plan{
    margin-bottom: 12vw;
    flex-direction: column;
  }
  .plan-list .plan .title{    
    width: 100%;    
    font-size: 5vw;
    padding: 3vw 0;
  }
  .plan-list .plan .detail{
    width: 100%;
  }
  .plan-list .plan .detail h5{
    text-align: center;
    padding: 4vw;    
    font-size: 3vw;    
  }
  .plan-list .plan .detail .insurance-list{
    background: #f7f8f8;    
    padding: 1vw 3vw 5vw;
    justify-content: center;
  }
  .plan-list .plan .detail .insurance-list li img{
    width: 13.5vw;    
  }
  .plan-list .plan .detail .insurance-list li span{
    font-size: 3vw;
  }



}

/* ------------------------------------
    保険の種類
------------------------------------ */
.lifestyle-ul li.car {
  background-color: #7db0df;
}
.lifestyle-ul li.life {
  background-color: #f7c3c7;
}
.lifestyle-ul li.house {
  background-color: #e7c7b1;
}
.lifestyle-ul li.disease {
  background-color: #9dd4c8;
}
.lifestyle-ul li.retire {
  background-color: #decdc5;
}
.lifestyle-ul li.living {
  background-color: #9ac6da;
}
.lifestyle-ul li.education {
  background-color: #d8cdb3;
}



/* ------------------------------------
    記事 / 保険の種類
------------------------------------ */
.type-global-nav ul li.car {
  background-color: #7db0df;
}
.type-global-nav ul li.life {
  background-color: #f7c3c7;
}
.type-global-nav ul li.house {
  background-color: #e7c7b1;
}
.type-global-nav ul li.disease {
  background-color: #9dd4c8;
}
.type-global-nav ul li.retire {
  background-color: #decdc5;
}
.type-global-nav ul li.living {
  background-color: #9ac6da;
}
.type-global-nav ul li.education {
  background-color: #d8cdb3;
}

.type-global-nav {
  margin: 3vw 0;
}
.type-global-nav ul {
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
}
.type-global-nav ul li{
  width: calc(14.2857% - 1px);
  border-right: 1px solid white;
}
.type-global-nav ul li:last-child{
  border-right: 0;
}
.type-global-nav ul li a{
  display: block;
  color: white;
}
.type-global-nav ul li a img{
  display: block;
  margin: 0 auto;
  background: white;
  border-radius: 50%;
  margin-top: 1.5vw;
  width: 3.5vw;
}
.type-global-nav ul li a p{
  font-size: 1vw;
  font-weight: 500;
  margin: 1vw 0;
  text-align: center;
}

#type-post2{
  padding: 5vw 0;
  margin-top: 4vw;
  position: relative;
}
#type-post2::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 47vw;
  top: 0;
  left: 0;
  background-color: #f7f8f8;
  z-index: -1;
}
.example-ul2{
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}
.example-ul2 li{
  width: 45%;
  background: white;
  position: relative;
  border: 0.5vw solid #f7f8f8;
  margin: 0 0.5vw;
}
.example-ul2 li .number{
  position: absolute;
  top: -2.5vw;
  left: 1.4vw;
  color: #26b7bc;
  font-size: 3vw;
  letter-spacing: 0.5vw;
  font-weight: 400;
}
.example-ul2 li img{
  padding: 3vw 3vw 0;
}
.example-ul2 li h4{
  font-size: 1.6vw;
  margin-top: 1vw;
  margin-bottom: 1.5vw;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.1vw;
  text-indent: -0.1vw;
  position: relative;
  z-index: 1;
  font-family: 'Kiwi Maru';
}
.example-ul2 li h4::after{
  content: '';
  position: absolute;
  top: 1.2vw;
  left: -2%;
  transform: skewX(-25deg);
  width: 104%;
  height: 1vw;
  margin: 0 auto;
  background-color: #fde0a1;
  z-index: -1;
}
.example-ul2 li p{
  width: 25vw;
  font-size: 1.2vw;
  margin: 0 auto;
  line-height: 2;
  text-align: left;
  color: black;
  padding-bottom: 1.5vw;
}

.type-list{
  display: flex;
  width: 70%;
  flex-flow: column;
  margin: 0 auto;
}
.type-list li{
  display: flex;
  justify-content: center;
  margin-bottom: 3vw;
}
.type-list li .title{
  background: #8bcec9;
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 500;
  font-size: 1.4vw;
}
.type-list li .detail{
  width: 65%;
  display: flex;
  background: #f7f8f8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.type-list li .detail p{
  text-align: left;
  padding: 1.5vw 2.5vw 1.5vw 2.5vw;
  font-weight: 300;
  font-size: 1.1vw;
  color: black;
  line-height: 2;
}


@media only screen and (max-width:768px){



  .type-global-nav {
    margin: 13vw 0;
  }
  .type-global-nav ul {
    width: 95%;    
    flex-flow: row wrap;
    margin-top: 14vw;
  }
  .type-global-nav ul li{
    width: 50%;
    border-right: 0px;
  }
  .type-global-nav ul li a img{
    display: block;
    margin-top: 6vw;
    width: 17vw;
  }
  .type-global-nav ul li a p{
    font-size: 4.5vw;
    padding: 4vw 0;    
  }
  


  #type-post2{
    margin-top: 0;
    padding: 12vw 0 6vw;
    background-color: #f7f8f8;
  }
  #type-post2::after{    
    content: none;
  }
  .example-ul2{
    flex-direction: column;
    margin-top: 17vw;
  }
  .example-ul2 li{
    width: 100%;    
    margin: 0 0 15vw;
  }
  .example-ul2 li .number{
    position: static;
    top: auto;
    left: auto;    
    font-size: 8vw;
    display: block;
    margin-top: -6vw;
  }
  .example-ul2 li img{
    padding: 0vw 6vw;
  }
  .example-ul2 li h4{
    font-size: 4vw;
    margin: 5vw 1vw 4vw;
  }
  .example-ul2 li h4::after{
    height: 2vw;
  }
  .example-ul2 li p{
    width: 85%;
    font-size: 3vw;
    line-height: 2;    
    padding-bottom: 5.5vw;
  }
  
  .type-list{    
    width: 90%;    
  }
  .type-list li{
    flex-direction: column;
    margin-bottom: 10vw;
  }
  .type-list li .title{    
    width: 100%;
    font-size: 5vw;
    padding: 3vw 0;
  }
  .type-list li .detail{
    width: 100%;    
  }
  .type-list li .detail p{    
    padding: 4vw;
    font-size: 3vw;  
  }



}



/* ------------------------------------
    個人情報について
------------------------------------ */

.official-wrapper {
  margin-right: 8vw;
  margin-bottom: 9vw;
  font-family: 'Noto Sans JP';
  text-align: left;
}
.official-wrapper h3{
  position: relative;
  font-size: 1.4vw;
  font-weight: 400;
  border-bottom: 0.3vw solid #009979;
  padding-bottom: 1vw;
  letter-spacing: 0.1vw;
  text-indent: -0.1vw;
  line-height: 2;
}
.official-wrapper h3::after{
  position: absolute;
  content: '';
  width: 65vw;
  height: 0.3vw;
  background-color: #dcdddd;
  bottom: -0.3vw;
  right: 0;
}
.official-wrapper p{
  padding: 2vw 0;
  font-size: 1vw;
  line-height: 2;
  font-weight: 300;
}
.official-wrapper dl{
  display: block;
  width: 40vw;
  margin: 0 auto;
  padding: 2vw 2vw;
  border: 0.2vw solid #c5c5c5;
  font-size: 1vw;
  line-height: 2;
}
.official-wrapper dl.contact{
  width: 32vw;
  padding: 2vw 4vw;
  text-align: center;
}
.official-wrapper dl a{
  color: #0000EE;
  display: inline;
}
.official-wrapper ul{
  font-size: 1vw;
  line-height: 2;
}
.official-wrapper p + ul{
  margin-top: -2vw;
}
.official-wrapper ul + dl{
  margin-top: 2vw;
}
.official-wrapper ul + h3{
  margin-top: 3vw;
}
.terms-contact{
  display: inline-block;
  text-align: left;
}


@media only screen and (max-width:768px){



  .official-wrapper {
    margin: 11vw 5vw 20vw;
  }
  .official-wrapper h3{    
    font-size: 4vw;    
    border-bottom: 1vw solid #009979;
    padding-bottom: 2vw;    
  }
  .official-wrapper h3::after{    
    height: 1vw;    
    bottom: -1vw;
  }
  .official-wrapper ul + h3{
    margin-top: 10vw;
  }
  .official-wrapper ul + dl {
    margin-top: 6vw;
  }
  .official-wrapper p{
    padding: 5vw 0 6vw;
    font-size: 3vw;    
  }
  .official-wrapper dl{
    width: 90vw;
    margin: 0 auto;    
    font-size: 3vw;
    padding: 5vw 5vw;
  }
  .official-wrapper dl.contact{
    width: 70vw;
    padding: 6vw 4vw;
    text-align: center;
  }
  .official-wrapper dl a{
    color: #0000EE;
  }
  .official-wrapper ul{
    font-size: 3vw;
    line-height: 2;
  }
  .terms-contact{
    display: inline-block;
    text-align: left;
  }

}


/* ------------------------------------
    archive
------------------------------------ */
.archive-title{
  text-align: center;
  margin: 2vw 0 3vw;
}
#archive{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 12vw;
}
#archive #archive1{
  width: 100%;
}
.archive-ul{  
  margin-right: 5vw;
  border-top: 0.4vw solid #009979;
  padding-top: 1vw;
}
.archive-ul .archive-list{
  position: relative;
  border-bottom: 0.1vw solid #dcdddd;
  height: 13vw;
}/*2023/03/16変更*/
.archive-ul .archive-list:hover{
  opacity: .7;
}
.archive-ul .archive-list a{
  display: flex;
  color: #595757;
  margin: 1vw 0;
  align-items: center;
  overflow: hidden;
  width: auto;
  height: 91%;
}
.archive-ul .archive-list a .img{
  margin-right: 2vw;
}
.archive-ul .archive-list a .img img{
  width: 12vw;
  height: auto;
}
.archive-ul .archive-list a .post-disc{
  width: 60%;
}/*2023/03/16追加*/
.archive-ul .archive-list a .top{
  display: flex;  
  align-items: center;
}
.archive-ul .archive-list a .top .date{
  font-size: 1vw;
  margin-right: 2vw;
  font-weight: bold;
  font-family: 'Noto Sans JP';
}
.archive-ul .archive-list a .top .cat-name{
  font-size: 0.8vw;
  padding: 0.1vw 1vw 0.2vw;
  color: white;
}
.archive-ul .archive-list a .top .cat-name.news{
  background: #26b7bc;
}
.archive-ul .archive-list a .top .cat-name.blog{
  background: #f8b62d;
}
.archive-ul .archive-list a .top .cat-name.news-important{
  background: #77cade;
}
.archive-ul .archive-list a .title{
  text-align: left;
  margin: 2vw 0 0;
  font-weight: bold;
  font-family: 'Noto Sans JP';
  font-size: 1.1vw;
}
.archive-ul .archive-list a .arrow{
  position: absolute;
  right: 2vw;
  top: 43%;
  width: 2vw;
}



.archive_pagenation{
  text-align: center;
    margin-top: 3vw;
}
.archive_pagenation a:hover{
  opacity: .7;
}
.nav-links{
  display:flex;
}
.archive_pagenation .page-numbers{ 
    font-size: 1.2vw;
    margin-right: 1vw;
    color: black;
    background: transparent;
    display: inline-block;
    font-weight: 500;
}
.archive_pagenation .current{
  padding: 0.2vw 0.9vw 0.4vw;
  border-radius: 50%;
  background:#009979;
  color:#fff;
}
.archive_pagenation .prev img,
.archive_pagenation .next img{
  width: 1vw;
}
.archive_pagenation .next img{
  transform: rotate(180deg);
}
.archive_pagenation .dots{
  background:transparent;
  box-shadow:none;
}


@media only screen and (max-width:768px){



  .archive-title{
    margin: 10vw 0 11vw;
  }
  #archive #archive1{
    width: 100vw;
    margin-top: 12vw;
  }
  .archive-ul{
    margin-left: 5vw;    
    margin-bottom: 13vw;
  }
  .archive-ul .archive-list{
    height: 32vw;
  }/*2023/03/16追加*/
  .archive-ul .archive-list a {
    margin: 5vw 0;
  }
  .archive-ul .archive-list a .img img{
    width: 22vw;
  }
  .archive-ul .archive-list a .top .date{
    font-size: 3vw;
    margin-right: 2vw;
  }
  .archive-ul .archive-list a .top .cat-name{
    font-size: 2.5vw;
    padding: 0.5vw 3vw 0.3vw;    
  }
  .archive-ul .archive-list a .title{
    text-align: left;
    margin: 3vw 0 0vw;    
    font-size: 3vw;
  }
  .archive-ul .archive-list a .arrow{
    right: 5vw;
    top: 41%;
    width: 6vw;
  }




  .archive_pagenation{
    margin-bottom: 4vw;
  }
  .archive_pagenation .page-numbers{ 
      font-size: 4vw;
      margin-right: 3vw;      
  }
  .archive_pagenation .current{
    padding: 1vw 2.9vw 1.2vw;
  }
  .archive_pagenation .prev img,
  .archive_pagenation .next img{
    width: 3.5vw;
  }
  

}  


/* ------------------------------------
    sidebar
------------------------------------ */

#sidebar{
  width: 17vw;
  margin: 0 4vw 0 2vw;
}
#sidebar dl{
  font-family: 'Noto Sans JP';
  font-weight: 500;
}
#sidebar dl dt{
  background-color: #009979;
  color: white;
  padding: 1vw;
  font-size: 1.1vw;
  border-bottom: 0.2vw solid white;
}
#sidebar dl dd{
  background-color: #999;
  padding: 1vw 1vw 1vw 2vw;
  font-size: 1.1vw;
  border-bottom: 0.2vw solid white;
  text-align: left;
}
#sidebar dl dd:last-of-type{
  border-bottom: 0;
}
#sidebar dl dd a{
  display: block;
  color: white;
}
#sidebar dl dd a:hover{
  opacity: .7;
}


@media only screen and (max-width:768px){

  #sidebar{
    display: none;
  }
}




/* ------------------------------------
    single
------------------------------------ */

#single{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 6vw 0 10vw;
}
#single #single1{
  width: 100%;
  text-align: left;
}
.single-wrapper{
  margin-right: 5vw;
}
.single-head .state{
  display: flex;
  font-weight: 400;
}
.single-head .state .date{
  color: black;
  font-size: 1vw;
  margin-right: 2vw;
}
.single-head .state p.cat{
  font-size: 0.8vw;
  padding: 0.1vw 1vw;
  color: white;
  line-height: 1.5;
}
.single-head .state .cat.news{
  background: #26b7bc;
}
.single-head .state .cat.blog{
  background: #f8b62d;
}
.single-head .state .cat.news-important{
  background: #77cade;
}
#single h2{
  text-align: left;
  padding: 2vw 0 1vw;
  border-bottom:0.4vw solid #009979;
  font-weight: 400;
  font-size: 2vw;
  margin-bottom: 2vw;
}
#single .img{
  text-align: center;
  margin: 1vw 0;
}
#single .img img{
  width: 35vw;
  height: auto;
}

#single1 .single-content{
  text-align: center;
  font-weight: 400;
}
#single1 .single-content h3{
  display: block;
  font-size: 1.3vw;
  line-height: 2;
  padding: 0.5vw 1vw;
  background-color: #e2edfe;
  letter-spacing: 0.1vw;
  text-indent: -0.1vw;
  font-weight: 500;
  color: #009979;
  text-align: left;
}
#single1 .single-content ul{
  padding: 1vw;
  font-size: 1vw;
  line-height: 2;
  color: #009979;
  text-align: left;
}
#single1 .single-content p{
  font-size: 1vw;
  line-height: 2;
  padding: 1vw;
  font-weight: 400;
  text-align: left;
}
#single1 .single-content p + h2,#single1 .single-content p + h3,#single1 .single-content a + h2,#single1 .single-content a + h3,#single1 .single-content ul + h2,#single1 .single-content ul + h3{
  margin-top: 2vw;
}
#single1 .single-content a{
  display: inline-block;
  padding: 0.5vw 2vw;
  text-align: center;
  color:white;
  font-size: 1.1vw;
  background-color: #009979;
  font-weight: 400;
  margin: 0 auto;
}
#single1 .postlinks-wrapper{
  display: flex;
  justify-content: center;
  margin-top: 2vw;
  font-weight: 500;
}
#single1 .postlinks-wrapper img{
  width: 1vw;
}
#single1 .postlinks-wrapper span{
  color: black;
  margin: 0 0.5vw;
}
#single1 .postlinks-wrapper .next-one img{
  transform: rotate(180deg);
}
#single1 .postlinks-wrapper .to_archive{
  text-align: center;
}
#single1 .postlinks-wrapper a{
  color: #009979;
  background: none;
  font-size: 1.1vw;
}
#single1 .postlinks-wrapper a:hover{
  opacity: .7;
}




@media only screen and (max-width:768px){


  #single{
    padding: 15vw 0;
  }
  #single #single1{
    width: 100vw;
  }
  .single-wrapper{
    margin-left: 5vw;    
  }
  .single-head .state{    
    align-items: center;
  }
  .single-head .state .date{
    font-size: 3vw;
  }
  .single-head .state p.cat{
    font-size: 3vw;
    padding: 0.3vw 3vw;
  }
  #single h2{
    padding: 5vw 0 3vw;    
    font-size: 5vw;    
  }
  #single .img{
    margin: 7vw 0 0vw;
  }
  #single .img img{
    width: 80vw;
  }
  
  #single1 .single-content h3{
    font-size: 4vw;    
    padding: 1vw 2vw;    
  }
  #single1 .single-content ul{
    font-size: 3.5vw;    
  }
  #single1 .single-content p{
    font-size: 3.5vw;        
    padding: 5vw 1vw;    
  }
  #single1 .single-content p + h2,#single1 .single-content p + h3,#single1 .single-content a + h2,#single1 .single-content a + h3,#single1 .single-content ul + h2,#single1 .single-content ul + h3{
    margin-top: 8vw;
  }
  #single1 .single-content a{    
    padding: 1vw 4vw;    
    font-size: 3.5vw;   
  }
  #single1 .postlinks-wrapper{    
    margin-top: 10vw;
  }
  #single1 .postlinks-wrapper img{
    width: 4vw;
  }
  #single1 .postlinks-wrapper span{    
    margin: 0 1.5vw;
  }
  #single1 .postlinks-wrapper a{
    font-size: 4vw;
  }
  




}




/* ------------------------------------
    single - voice
------------------------------------ */

/* #single.voice{
  display: block;
  padding: 6vw 0 2vw;
}
#single.voice #single1{
  width: 100%;
}
#single.voice #single1 .voice_single_thumnail{
  text-align: center;
  margin: 4vw 0 1vw;
}
#single.voice #single1 .postlinks-wrapper{
  margin-top: 6vw;
}
.single-head .state .cat.voice-car {
  background-color: #7db0df;
}
.single-head .state .cat.voice-life {
  background-color: #f7c3c7;
}
.single-head .state .cat.voice-house {
  background-color: #e7c7b1;
}
.single-head .state .cat.voice-disease {
  background-color: #9dd4c8;
}
.single-head .state .cat.voice-retire {
  background-color: #decdc5;
}
.single-head .state .cat.voice-living {
  background-color: #9ac6da;
}
.single-head .state .cat.voice-education {
  background-color: #d8cdb3;
}


@media only screen and (max-width:768px){

  #single.voice{
    padding: 15vw 0 9vw;
  }
  #single.voice #single1 .postlinks-wrapper{
    margin-top: 10vw;
  }
  #single.voice #single1 .voice_single_thumnail{
    margin: 8vw 0 0;
  }

} */


/* ------------------------------------
    contact
------------------------------------ */


.page-disc.contact {
  position: relative;
  font-size: 3vw;
  font-weight: bold;  
  letter-spacing: 0.5vw;
  font-family: 'Noto Sans JP';
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5vw;

}
.page-disc.contact::before {
  content: '';
  position: absolute;
  left: 10%;
  bottom: -1.5vw;
  width: 80%;
  height: 2px;
  background-color: #d9d9d9;
  display: block;

}
.page-disc.contact::after {
  content: '';
  position: absolute;
  left: 45%;
  bottom: -1.5vw;
  width: 10%;
  height: 2px;
  background-color: #2a59a7;
  display: block;

}
.page-disc.contact img{
  width: 1.6vw;
  margin-right: 1vw;
  margin-top: 0.4vw;
}
.page-disc.contact span{
  color: #009979;
  font-weight: bold;
}


@media only screen and (max-width:768px){

  .page-disc.contact {
    font-size: 7vw;
    margin: 2vw auto 5vw;
  
  }
  .page-disc.contact::before {
    height: 4px;
  
  }
  .page-disc.contact::after {
    height: 4px;
  
  }
  .page-disc.contact img{
    width: 3.5vw;    
    margin-top: 1.1vw;
  }



}





/* ------------------------------------
    contact-form
------------------------------------ */
.contact-content1{
  padding: 2vw 0 0;
}
.contact-content2{
  margin-top: 4vw;
  margin-bottom: 10vw;
}
.document-content1{
  background-color: #f7f8f8;
  position: relative;
}
.contact-form1{
  padding-bottom: 2vw;
}
.contact-form1 table{
  margin: 0 auto;
  width: 70%;
  border-collapse: collapse;
}
/* .contact-form1 table tbody{
  width: 100%;
  display: block;
}
.contact-form1 table tbody tr{
  display: flex;
  width: 100%;
} */
.contact-form1 table th{
  padding: 1vw;
  border-bottom: 3px solid #009979;  
  font-weight: 400;
  font-size: 1.1vw;
  width: 30%;
  color: black;
  text-align: left;
}
.contact-form1 table td{
  width: 70%;
  padding: 1.2vw;
  border-bottom: 3px solid #dcdddd;  
  text-align: left;
  font-size: 1.2vw;
}
.contact-form1 table td p{
  margin-bottom: 1.2vw;
}
.contact-form1 table td p.last{
  margin-bottom: 0;
}
.contact-form1 table td input, .contact-form1 table td textarea{
  width: 100%;
  display: block;
  font-size: 1.2vw;
  text-align: left;
  background: #ffffff;
  padding: 0.6vw;
  width: 100%;
  border: 1px solid #dadada;
}
.contact-form1 table td .mwform-radio-field input{
  width: auto;
  display: inline-block;
}
.contact-form1 table td .mwform-radio-field-text{
  font-size: 1.1vw;
  font-weight: 300;
}
.contact-form1 table td select{
  background: #ffffff;
  padding: 0.6vw 0 0.6vw 0.6vw;
  width: 28.7%;
  border: 1px solid #dadada;
  font-size: 1.2vw;
}
.contact-caution{
  text-align: center;
  margin: 1vw 0 0;
  font-size: 1.1vw;
}
.contact-submit{
  margin: 3vw 0 0;
  display: flex;
  justify-content: center;
}
.contact-submit input{
  background: #009979;
  padding: 0.3vw 0vw;
  color: white;
  display: block;
  margin: 0 1vw;
  font-size: 1.2vw;
  letter-spacing: 0.1vw;
  text-indent: 0.1vw;
  width: 9vw;
}



@media only screen and (max-width:768px){


  .contact-content1{
    padding: 7vw 0 0;
  }
  .contact-content2{
    margin-top: 12vw;
  }
  .contact-form1{
    padding-bottom: 9vw;
  }
  .contact-form1 table{    
    width: 90%;    
  }
  .contact-form1 table tbody{
    width: 100%;
    display: block;
  }
  .contact-form1 table tbody tr{
    display: block;
    width: 100%;
    border-top: 3px solid #009979;
  }
  .contact-form1 table tbody tr:last-of-type{    
    border-bottom: 3px solid #009979;
  }
  .contact-form1 table th{
    padding: 3.5vw;
    border-bottom: 0;
    border-top: 0;
    font-size: 3vw;
    width: 90vw;
    text-align: left;
    display: block;
  }
  .contact-form1 table td{
    width: 90vw;
    padding: 3.5vw 0;
    border-top: 0;
    border-bottom: 0;    
    text-align: left;
    font-size: 3vw;
  }
  .contact-form1 table td p{
    margin-bottom: 5vw;
  }
  .contact-form1 table td p.small{
    text-align: left;
  }
  .mw_wp_form_confirm .contact-form1 table td p.small{
    text-align: center;
  }
  .contact-form1 table td p.last{
    margin-bottom: 1vw;
  }
  .contact-form1 table td input, .contact-form1 table td textarea{    
    font-size: 3vw;
    padding: 3vw;
  }
  .mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
    display: inline-block;
    width: 20vw;
    padding: 0 1.5vw;
    line-height: 2.5;
}
  .contact-form1 table td .mwform-radio-field-text{
    font-size: 3vw;
  }
  .contact-form1 table td select{
    padding: 2vw 0 2vw 2vw;
    width: 40vw;
    border: 1px solid #dadada;
    font-size: 3vw;
  }
  .contact-caution{
    font-size: 3.5vw;
  }
  .contact-submit{
    margin: 9vw 0 0;
    font-size: 3.5vw;
  }
  .contact-submit input{
    padding: 2vw 0;
    width: 30vw;
    font-size: 4vw;
    margin: 0 5vw;
  }



}


/* ------------------------------------
    書類・データの送付
------------------------------------ */
/* 
.document-content1{
  background-color: #f7f8f8;
  position: relative;
}
.document-form1{
  padding: 5vw 0 0;
}
.document-form1.send-form{
  padding: 5vw 0 0;
}
.document-form1 table{
  margin: 0 auto;
  width: 50vw;
}
.document-form1 table th{
  font-weight: 300;
  font-size: 1.2vw;
  text-align: right;
  padding-right: 1vw;
  padding-bottom: 2vw;
  width: 20%;
}
.document-form1 table th.textarea{
  vertical-align: top;
  padding-top: 1vw;
}
.document-form1 table td{
  padding-bottom: 2vw;
  width: 80%;
  font-size: 1.2vw;
}
.document-form1 table td.small{
  text-align: left;
}
.mw_wp_form_confirm .document-form1 table td.small{
  text-align: center;
}
.document-form1 table td input{
  background: white;
  border: 0.2vw solid #dcdddd;
  padding: 0.6vw 0 0.6vw 0.6vw;
  width: 100%;
  font-size: 1.2vw;
}
.document-form1 table td textarea{
  background: white;
  border: 0.2vw solid #dcdddd;
  padding: 0.6vw 0 0.6vw 0.6vw;
  width: 100%;
  font-size: 1.2vw;
}
.document-form1 table td .mwform-checkbox-field input,.document-form1 table td .mwform-radio-field input{  
  width: auto;
}
.document-form1 table td .mwform-radio-field-text{  
  font-size: 1.2vw;
}
.document-form2 .file-title{
  font-weight: 300;
  font-size: 1.2vw;
  padding-bottom: 2vw;
  margin-top: 2vw;
}
.mw_wp_form_confirm .document-form2 .file-title{
  display: block;
  text-align: center;
  font-size: 1.2vw;
  font-weight: 300;
  margin-bottom: 0vw;
  margin-top: 3vw;
}
.document-form2 ul{
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}
.document-form2 ul li{
  width: 30%;
  height: 22vw;
  position: relative;
}
.document-form2 ul li a.del::after{
    position: absolute;
    top: 0.5vw;
    right: 0.5vw;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f057";
    font-size: 3vw;
    color: #000;
}
.document-form2 ul li a.del::before{
    content: "";
    position: absolute;
    top: 1vw;
    right: 1vw;
    width: 2vw;
    height: 2vw;
    background: #fff;
    border-radius: 50%;
}
.document-form2 ul li label{
  display: block;
  cursor: pointer;
  color: #999999;
  background-color: white;
  font-size: 1vw;
  line-height: 5;
  text-align: center;
  height: 100%;
  border: 3px solid #efefef;
  border-right: 0;
}
.document-form2 ul li label + img{
  margin: 0 auto;
  height: 100%;
}
.document-form2 ul li label.last{
  border-right: 3px solid #efefef;
}
.document-form2 ul li label .file-icon{
  width: 5vw;
  display: block;
  margin: 0 auto;
  padding-top: 7vw;
}
.document-form2 ul li label .mwform-file-delete{
  display: none;
}
.mw_wp_form .document-form2 ul li label input[type="file"]{
  display: none;
}
.mw_wp_form_confirm .document-form2 ul li label .file-icon{
  display: none;
}
.mw_wp_form_confirm .document-form2 ul li label span{
  display: none;
}
.mw_wp_form_confirm .document-form2 ul li label .mw-wp-form_image{
  height: 100%;
}
.mw_wp_form_confirm .document-form2 ul li label .mw-wp-form_image img{
  height: 100%;
}



.document-content1 .sd-caution{
  font-size: 1.1vw;
  padding-bottom: 6vw;
  text-align: left;
  width: 57%;
  line-height: 2;
  margin: 1vw auto 0vw;
}
.document-content1 .sd-caution.send{
  width: 26vw;
}
.document-content1 .sd-submit{
  position: absolute;
  bottom: -1.5vw;
  text-align: center;
  display: block;
  width: 100%;
}
.document-content1 .sd-submit input{
  background: #26b6bc;
  color: white;
  padding: 0.5vw 0vw;
  border-radius: 10px;
  margin: 0 1vw;
  font-size: 1.3vw;
  width: 9vw;
} */



/* ------------------------------------
    オンライン相談窓口
------------------------------------ */
/* .calendar{
  position: relative;
}
.calendar::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 20vw;
  bottom: 0;
  left: 0;
  background-color: #f7f8f8;
  z-index: -1;
}
.calendar iframe{
  width: 70vw;
  height: 50vw;
}
.document-form1.online{
  padding-bottom: 2vw;
}
.document-content1 .sd-caution.online{
  margin: 0;
}




@media only screen and (max-width:768px){

  #send_documents{
    padding: 8vw 0;
  }
  #send_documents .document-content1{
    margin-top: 9vw;
  }

  .document-form1{
    padding: 14vw 0 0;
  }
  .document-form1 table{
    width: 90vw;
  }
  .document-form1 table tr{
    display: block;
  }
  .document-form1 table th{
    font-size: 3.5vw;
    text-align: left;
    width: 100%;
    display: block;
    padding: 3.5vw 0 0;
  }
  .document-form1 table td{
    width: 100%;
    display: block;
    padding: 3.5vw 0;
    font-size: 3.5vw;
  }
  .document-form1 table td input{
    font-size: 3.5vw;
    padding: 2vw;
  }
  .document-form1 table td .mwform-radio-field-text{  
    font-size: 3.5vw;
  }

  .document-form2 .file-title{
    text-align: left;
    width: 90vw;
    margin: 0 auto;
    padding-top: 3.5vw;
    font-size: 3.5vw;
  }
  .mw_wp_form_confirm .document-form2 .file-title{
    padding-top: 6vw;
  }
  .document-form2 ul{
    flex-direction: column;
    margin-top: 3.5vw;
  }
  .document-form2 ul li{
    width: 100%;
    height: 60vw;
  }
  .document-form2 ul li a.del::after{
    top: 1vw;
    right: 1vw;
    font-size: 8vw;
  }
  .document-form2 ul li a.del::before{
    top: 1.1vw;
    right: 1.1vw;
    width: 7.8vw;
    height: 7.8vw;
  }
  .document-form2 ul li label{
    font-size: 3vw;
    border: 3px solid #efefef;
    border-bottom: 0;
  }
  .document-form2 ul li label.last{
    border-right: 3px solid #efefef;
    border-bottom: 3px solid #efefef;
  }
  .document-form2 ul li label .file-icon{
    width: 23vw;    
    padding-top: 15vw;
  }

  
  .document-content1 .sd-caution{
    font-size: 3vw;
    padding-bottom: 16vw;
    width: 90vw;
    margin: 8vw auto 10vw;
  }
  .document-content1 .sd-caution.send{
    width: 90vw;
  }
  .document-content1 .sd-submit{
    bottom: -4.5vw;    
  }
  .document-content1 .sd-submit input{  
    padding: 2vw 0vw;
    border-radius:10px;
    font-size: 4vw;
    width: 30vw;
    margin: 0 5vw;
  }  

  .mw_wp_form_confirm .document-form1{
    padding: 7vw 0 0;
    margin-top: 13vw;
  }
  .mw_wp_form_confirm .document-form1 table th{
    padding: 6vw 0 3vw;
  }
  .mw_wp_form_confirm .document-form1 table td{    
    background: white;
    border: 0.2vw solid #dcdddd;
  }


  /* オンライン相談窓口 ------------ */
  /* #online_contact{
    padding: 8vw 0;
  }
  .calendar{
    margin-top: 9vw;
  }
  .calendar::after{
    height: 50vw;
  }
  .calendar iframe{
    width: 85vw;
    height: 100vw;
  }    
  .document-form1.online{
    padding-bottom: 2vw;
  }
  .document-content1 .sd-caution.online{
    margin: 0;
  }





}  */



/* ------------------------------------
    保険のお問い合わせ
------------------------------------ */
/* 
.insurance_contact_content1{
  background-color: #f7f8f8;
  position: relative;
}
.insurance_contact{
  padding: 5vw 0 3vw;
  margin-bottom: 2vw;
}
.insurance_contact.send-form{
  padding: 5vw 0 0;
}
.insurance_contact table{
  margin: 0 auto;
  width: 75vw;
}
.insurance_contact table th{
  font-weight: 300;
  font-size: 1.2vw;
  text-align: right;
  padding-right: 2vw;
  padding-bottom: 2vw;
  width: 27%;
}
.insurance_contact table th.address{
  vertical-align: top;
  padding-top: 0.7vw;
}
.mw_wp_form_confirm .insurance_contact table th.address{  
  padding-top: 0vw;
}
.insurance_contact table td{
  padding-bottom: 2vw;
  width: 50%;
  font-size: 1.2vw;
}
.mw_wp_form_confirm .insurance_contact table td{
  text-align: left;
}
.insurance_contact table td p{
  margin-bottom: 1vw;
}
.insurance_contact table td p.last{
  margin-bottom: 0vw;
}
.insurance_contact table .small{
  text-align: left;
}
.mw_wp_form_confirm .insurance_contact table tbody{
  display: block;
}
.mw_wp_form_confirm .insurance_contact table tbody tr{
  display: flex;
  justify-content: center;
}
.insurance_contact table td input{
  background: white;
  border: 0.2vw solid #dcdddd;
  padding: 0.6vw 0 0.6vw 0.6vw;
  width: 100%;
  font-size: 1.2vw;
}
.insurance_contact table td textarea{
  background: white;
  border: 0.2vw solid #dcdddd;
  padding: 0.6vw;
  width: 100%;
  font-size: 1.2vw;
}
.insurance_contact table td select{
  background: white;
  border: 0.2vw solid #dcdddd;
  padding: 0.5vw 0 0.5vw 0.5vw;
  width: 8vw;
  font-size: 1.2vw;
}
.insurance_contact table .mwform-tel-field input[type="text"], .insurance_contact table .mwform-zip-field input[type="text"]{
  display: inline-block;
  width: auto;
  padding: 0.5vw 0.5vw;
}
.insurance_contact table td select.prefecture{
  width: 11vw;
}
.insurance_contact table td .mwform-checkbox-field input,.insurance_contact table td .mwform-radio-field input{  
  width: auto;
}
.insurance_contact table td .mwform-radio-field-text{  
  font-size: 1.2vw;
}


.insurance_contact_content1 .sd-caution{
  font-size: 1.1vw;
  padding-bottom: 6vw;
  text-align: center;
  width: 57%;
  line-height: 2;
  margin: 1vw auto 0vw;
}
.insurance_contact_content1 .sd-caution.send{
  width: 26vw;
}
.insurance_contact_content1 .sd-submit{
  position: absolute;
  bottom: -1.5vw;
  text-align: center;
  display: block;
  width: 100%;
}
.insurance_contact_content1 .sd-submit input{
  background: #26b6bc;
  color: white;
  padding: 0.5vw 0vw;
  border-radius: 10px;
  margin: 0 1vw;
  font-size: 1.3vw;
  width: 9vw;
}

@media only screen and (max-width:768px){

  #insurance_contact{
    margin: 10vw 0;
  }

  .insurance_contact{
    padding: 5vw 0 14vw;
  }

  .insurance_contact_content1{
    margin-top: 13vw;
  }
  .insurance_contact table{
    width: 90vw;
  }
  .insurance_contact table tr{
    display: block;
  }
  .insurance_contact table th{
    font-size: 3.5vw;
    text-align: left;
    width: 100%;
    display: block;
    padding: 3.5vw 0 0;
  }
  .insurance_contact table td{
    width: 100%;
    display: block;
    padding: 3.5vw 0;
    font-size: 3.5vw;
  }
  .insurance_contact table td input{
    font-size: 3.5vw;
    padding: 2vw;
  }
  .insurance_contact table td .mwform-radio-field-text{  
    font-size: 3.5vw;
  }


  .insurance_contact table th.address{    
    padding-top: 3.5vw;
  }
  .insurance_contact table td p{
    margin-bottom: 5vw;
  } 
  .insurance_contact table td textarea{    
    padding: 2vw;
    font-size: 3vw;
  }
  .insurance_contact table td select{
    padding: 2vw;
    width: 23vw;
    font-size: 3vw;
  }
  .insurance_contact table .mwform-tel-field input[type="text"], .insurance_contact table .mwform-zip-field input[type="text"]{    
    width: 23vw;
  }
  .insurance_contact table td select.prefecture{
    width: 36vw;
  }
  .insurance_contact table td select.stage_select{
    width: 30vw;
  }
  .insurance_contact table td select#cate_select{
    width: 30vw;
  }

  
  .insurance_contact_content1 .sd-caution{
    font-size: 3vw;
    padding-bottom: 16vw;
    width: 90vw;
    margin: 8vw auto 10vw;
  }
  .insurance_contact_content1 .sd-caution.send{
    width: 90vw;
  }
  .insurance_contact_content1 .sd-submit{
    bottom: -4.5vw;    
  }
  .insurance_contact_content1 .sd-submit input{  
    padding: 2vw 0vw;
    border-radius:10px;
    font-size: 4vw;
    width: 30vw;
    margin: 0 5vw;
  }  

  .mw_wp_form_confirm .insurance_contact{
    padding: 7vw 0 0;
    margin-top: 13vw;
  }
  .mw_wp_form_confirm .insurance_contact table tbody tr {
    flex-direction: column;
  }
  .mw_wp_form_confirm .insurance_contact table th{
    padding: 6vw 0 3vw;
  }
  .mw_wp_form_confirm .insurance_contact table td{    
    background: white;
    border: 0.2vw solid #dcdddd;
    text-align: center;
  }
  .mw_wp_form_confirm .insurance_contact table .small{    
    text-align: center;
  }

} */


/* ------------------------------------
    サイトマップ
------------------------------------ */

.sitemap-content1{
  display: flex;
  justify-content: flex-start;
  margin: 6vw 10vw 6vw 10vw;
}
.sitemap-content1 ul{
  width: 50%;
  text-align: left;
}
.sitemap-content1 ul li{
  margin-bottom: 2vw;
}
.sitemap-content1 ul li a{
  color: black;
  font-size: 1.2vw;
}
.sitemap-content1 ul li a img{
  width: 1vw;
  margin-right: 1vw;
}


@media only screen and (max-width:768px){


  #sitemap{
    padding: 9vw 0 8vw;
  }
  .sitemap-content1{
    padding: 10vw 0 4vw;
    margin: 0;
    justify-content: center;
  }
  .sitemap-content1 ul{
    width: 45vw;    
  }
  .sitemap-content1 ul li{
    margin-bottom: 7vw;
  }
  .sitemap-content1 ul li a{
    font-size: 3.5vw;
    display: block;
  }
  .sitemap-content1 ul li a img{
    width: 2.5vw;
  }
}

/* ------------------------------------
    404
------------------------------------ */


.error_404{
  padding: 5vw;
}
.error_404 h2{
  font-size: 2vw;
  font-weight: 400;
  padding-bottom: 2vw;
}
.error_404 p{
  width: 51vw;
  margin: 2vw auto;
  font-size: 1.1vw;
  line-height: 2;
}
.error_404 p a{
  color: #0000EE;
  text-decoration: underline;
  display: inline;
}

@media only screen and (max-width:768px){
  .error_404{
    padding: 20vw 0 0;
    height: 100vw;
  }
  .error_404 h2{
    font-size: 4.5vw;
  }
  .error_404 p{
    width: 87vw;
    margin: 6vw auto;
    font-size: 3.5vw;
    text-align: left;
  }

}


.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%!important;
  width: 1px;
  margin-right: -1px;
}
#lg-download{
  display: none!important;
}

/* ------------------------------------
    profile
------------------------------------ */
.office-content1 .btn-trip-wrapper{
  margin-top: 4vw;
  justify-content: space-between;
  display: flex;
  margin-bottom: 6vw;
}

.office-content1 .btn-trip-wrapper li{
  width: 100%;
}

.office-content1 .btn-trip-wrapper li a{
  background: #009979;
  display: flex;
  color: white;
  justify-content: space-between;
}

.office-content1 .btn-trip-wrapper li a .left{
  padding: 2vw 3vw;
  text-align: left;
}

.office-content1 .btn-trip-wrapper li a .left h5{
  font-size: 3vw;
  font-family: 'Roboto';
  text-indent: -0.1vw;
}

.office-content1 .btn-trip-wrapper li a .left span{
  font-size: 1.1vw;
  letter-spacing: 0.2vw;
}

.office-content1 .btn-trip-wrapper li a .right{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 3vw;
  font-size: 1.3vw;
  font-weight: 500;
  position: relative;
}

.office-content1 .btn-trip-wrapper li a .right p{
  position: relative;
  font-family: 'Roboto';
}

.office-content1 .btn-trip-wrapper li a:hover{
  opacity: 0.7;
}

.office-content1 .btn-trip-wrapper li a .right p::before{
  position: absolute;
  content: '';
  width: 4vw;
  height: 1px;
  right: 4vw;
  top: 51%;
  background-color: #fff;
  transition: all .3s ease 0s;
}

.office-content1 .btn-trip-wrapper li a:hover .right p::before{
  width: 6vw;
}



@media screen and (max-width:768px){

  .company-content3 table td .profile-left{
    width: 20%;
  }

  .company-content3 table td .profile-right{
    width: 80%;
  }

  .company-content2 .disc .inner h3{
    font-size: 6vw;
  }

  .office-content1 .bottom table td .attention-time{
    font-size: 2.5vw;
  }

  .office-content1 .btn-trip-wrapper{
    flex-direction: column;
  }

  .office-content1 .btn-trip-wrapper li{
    width: 100%;
    border-bottom: 1px solid white;
  }

  .office-content1 .btn-trip-wrapper li a .left{
    padding: 4vw 10vw;
  }

  .office-content1 .btn-trip-wrapper li a .left h5{
    font-size: 7vw;
  }

  .office-content1 .btn-trip-wrapper li a .left span{
    font-size: 3vw;
  }

  .office-content1 .btn-trip-wrapper li a .right{
    font-size: 3.5vw;
    padding: 0 8vw 0 0;
  }

  .office-content1 .btn-trip-wrapper li a .right p::before{
    width: 6vw;
    height: 1px;
    left: -8vw;
  }


}

/* ------------------------------------
    price
------------------------------------ */

.course-box{
  width: 100%;
  margin-top: 5vw;
}

.course-box .course-name{
  display: flex;
  gap: 0.5vw;
}

.center-content1 .course-box .course-name .course-title{
    width: 49.5%;
}

.center-content1 .course-box .course-name .course-title h5{
  background-color: #009F9A;
  color: white;
  padding: 1vw;
  margin-bottom: 0.5vw;
  font-size: 1.6vw;
}

.center-content1 .course-box .course-name .course-title p{
  font-size: 1.4vw;
  text-align: left;
  padding: 0 2vw;
}

.price-title-sign-up{
    margin-top: 3vw;
}


.price-title-sign-up h5{
    background-color: #009F9A;
    color: white;
    font-size: 1.6vw;
    padding: 1vw;
}

.price-title-sign-up .sign-up-fee-price{
    background-color: #f7f8f8;
    font-size: 1.4vw;
    padding: 1.5vw;
}

.price-title h5{
  background-color: #009F9A;
  color: white;
  padding: 1vw;
  font-size: 1.6vw;
  margin-bottom: 1.3vw;
}

.price-plus-box img{
  width: 5%;
  margin: 3vw 0;
}

.lesson-pricebox{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 0.5vw;
    justify-content: center;
}

.lesson-month-price{
    width: 49.5%;
    display: flex;
    align-items: center;
}

.lesson-month-right{
    text-align: right;
    background-color: #f7f8f8;
    width: 67%;
    height: 4.2vw;
    font-size: 1.4vw;
    padding: 1vw 2vw 1vw 0;
}

.lesson-month-right .new-price{
    font-size: 1vw;
    color: #f39800;
    padding-right: 1vw;
}

.lesson-pricebox .lesson-month-left{
    background-color: #999;
    color: white;
    text-align: center;
    width: 33%;
    padding: 1.2vw 0;
    font-size: 1.2vw;
}

.option-pricebox{
    display: flex;
    gap: 0.5vw;
}

.option-left-pricebox{
    width: 49.5%;
    display: flex;
    flex-flow: column;
    gap: 0.5vw;
}

.option-month-price{
    display: flex;
    align-items: center;
}

.option-month-left{
    background-color: #999;
    color: white;
    width: 33%;
    padding: 1.2vw 0;
    font-size: 1.2vw;
}

.option-month-round-left{
  background-color: #999;
  color: white;
  width: 33%;
  padding: 4.1vw 0;
  font-size: 1.2vw;
  height: 10vw;
}

.option-month-round-right{
  width: 67%;
}

.option-month-round-right ul{
  display: flex;
  flex-flow: column;
  gap: 0.5vw;
}

.option-month-round-right ul li{
  text-align: right;
  background-color: #f7f8f8;
  font-size: 1.4vw;
  height: 4.75vw;
  padding: 1.3vw 2vw;
  display: flex;
  justify-content: space-between;
}

.option-month-right{
    text-align: right;
    background-color: #f7f8f8;
    width: 67%;
    height: 5.9vw;
    padding: 2vw;
    font-size: 1.4vw;
}

.option-right-pricebox{
    width: 49.5%;
    height: 22.9vw;
    padding: 9vw 0;
    background-color: #f7f8f8;
}

.option-right-pricebox p{
  font-size: 1.4vw;
}

.option-month-round-right ul li .round-price-category{
  font-size: 1.2vw;
  padding: 0.25vw 0;
}

@media screen and (max-width:768px){
  .price-plus-box img{
    width: 8%;
    margin: 4vw 0;
  }

  .center-content1 .course-box .course-name .course-title h5{
    padding: 3vw;
    font-size: 3.5vw;
  }

  .center-content1 .course-box .course-name .course-title p{
    font-size: 3vw;
  }

  .price-title-sign-up h5{
    font-size: 3.5vw;
    padding: 3vw;
  }

  .price-title-sign-up .sign-up-fee-price{
    font-size: 4vw;
    padding: 4vw;
  }

  .price-title h5{
    font-size: 3.5vw;
    padding: 3vw;
  }

  .lesson-month-price{
    display: block;
  }

  .lesson-pricebox .lesson-month-left{
    width: 100%;
    font-size: 4vw;
    padding: 3vw 0;
  }

  .lesson-month-right{
    text-align: center;
    width: 100%;
    height: 12vw;
    font-size: 4vw;
    padding: 3vw 0;
  }

  .option-month-price{
    display: block;
  }

  .option-month-left{
    width: 100%;
    font-size:3.5vw;
    padding: 2vw 0;
  }

  .option-month-right{
    text-align: center;
    width: 100%;
    height: 14vw;
    padding: 4.5vw;
    font-size: 3.5vw;
  }

  .option-month-round-left{
    width: 100%;
    font-size: 3.5vw;
    height: 14vw;
    padding: 4.5vw 0;
  }

  .option-month-round-right{
    width: 100%;
  }

  .option-month-round-right ul li{
    text-align: center;
    font-size: 3.5vw;
    height: 13vw;
    padding: 4vw 4vw;
  }

  .option-right-pricebox{
    height: 98vw;
    padding: 43.5vw 0;
  }

  .option-right-pricebox p{
    font-size: 3.5vw;
  }

  .lesson-month-right .new-price{
    font-size: 3vw;
  }

  .option-month-round-right ul li .round-price-category{
    font-size: 2.5vw;
    padding: 0.9vw 0;
  }

}


/* ------------------------------------
    option
------------------------------------ */

.round-lesson-box .round-lesson{
    width: 100%;
    margin-bottom: 6vw;
    text-align: left;
}

.round-lesson-box .round-lesson h3{
    position: relative;
    margin-top: 2vw;
    font-size: 1.8vw;
    margin-left: 4vw;
    letter-spacing: 0.1vw;
    font-weight: 500;
}

.round-lesson-box .round-lesson .option-detail-price .detail-price-box .detail-box-color{
  background-color: #999;
  padding: 0vw 3vw;
  color: white;
  font-size: 1.5vw;
}

.round-lesson-box .round-lesson .option-detail-price .detail-price-box .option-on-bottom{
  font-size: 1.5vw;
  background-color: #f7f8f8;
  margin-top: 2vw;
  margin-left: 0;
  padding: 0px 1vw 0 3vw;
}

.round-lesson-box .round-lesson p{
    margin-top: 2vw;
    font-size: 1.2vw;
    line-height: 2;
    margin-left: 1vw;
}

.round-lesson-box .round-lesson h3::before{
    content: '';
    position: absolute;
    left: -2.5vw;
    top: -1%;
    width: 2px;
    height: 102%;
    background-color: #009979;
    display: block;
    transform: rotate(35deg);
}

.option-detail-price{
  display: flex;
  gap: 3vw;
}

.detail-price-box{
  display: flex;
  font-size: 1.2vw;
  justify-content: center;
  align-items: center;
}



.round-lesson-box .round-lesson .sp-round-lesson-price{
  display: none;
}

@media screen and (max-width:768px){
  .round-lesson-box{
  flex-direction: column;
  margin:10vw 3vw 0 3vw;
  }

  .round-lesson-box .round-lesson{
    width: 100%;
    margin-bottom: 15vw;
  }

  .round-lesson-box .round-lesson img{
    width: 100%;
  }

  .round-lesson-box .round-lesson h3{
    margin-top: 4vw;
    font-size: 4.5vw;
    margin-left: 7vw;
  }

  .round-lesson-box .round-lesson h3::before{
    content: '';
    position: absolute;
    left: -2.5vw;
    top: -1%;
    width: 2px;
    height: 102%;
    background-color: #009979;
    display: block;
    transform: rotate(35deg);
  }

  .round-lesson-box .round-lesson p{
    margin-top: 3vw;
    font-size: 3.2vw;
  }

  .option-detail-price{
    display: flex;
    justify-content: space-between;
  }

  .round-lesson-box .round-lesson .option-detail-price .detail-price-box .detail-box-junior-color{
    font-size: 3.2vw !important;
  }

  .round-lesson-box .round-lesson .pc-round-lesson-price{
    display: none;
  }

  .round-lesson-box .round-lesson .sp-round-lesson-price{
    display: block;
  }

  .service-ul li .option-two-top{
    font-size: 6vw;
  }

  .round-lesson-box .round-lesson .option-two-top{
    font-size: 5vw;
  }

  .round-lesson-box .round-lesson .option-detail-price .detail-price-box .detail-box-color{
    font-size: 3vw;
  }

  .round-lesson-box .round-lesson .option-detail-price .detail-price-box .option-on-bottom{
    font-size: 3vw;
    margin-top: 3vw;
    padding-right: 2vw;
  }

}

/* ------------------------------------
    terms
------------------------------------ */

.terms-wrapper{
  margin-right: 8vw;
  margin-bottom: 5vw;
  font-family: 'Noto Sans JP';
  text-align: left;
}

.terms-wrapper h3{
  position: relative;
  font-size: 1.1vw;
  font-weight: 400;
  border-bottom: 0.3vw solid #009979;
  padding-bottom: 1vw;
  letter-spacing: 0.1vw;
  text-indent: -0.1vw;
  line-height: 2;
  margin-bottom: 2vw;
}

.terms-wrapper h3::after{
  position: absolute;
  content: '';
  width: 65vw;
  height: 0.3vw;
  background-color: #dcdddd;
  bottom: -0.3vw;
  right: 0;
}

@media screen and (max-width:768px){
  .terms-wrapper{
    margin: 9vw 3vw 20vw;
    font-family: 'Noto Sans JP';
    text-align: left;
  }

  .terms-wrapper h3{
    position: relative;
    font-size: 3vw;
    font-weight: 400;
    border-bottom: 0.3vw solid #009979;
    padding-bottom: 1vw;
    padding-left: 7vw;
    letter-spacing: 0.1vw;
    text-indent: -6.2vw;
    line-height: 2;
    margin-bottom: 2vw;
  }

}

/* ------------------------------------
    junior
------------------------------------ */

.lesson-month-junior-price{
  width: 49.5%;
  display: flex;
  align-items: center;
}

.lesson-month-junior-left{
  background-color: #999;
  color: white;
  width: 33%;
  padding: 2.6vw 0;
  font-size: 1.2vw;
  height: 8.9vw;
}

.lesson-month-junior-right{
  text-align: right;
  background-color: #f7f8f8;
  width: 67%;
  height: 8.9vw;
  font-size: 1.4vw;
  padding: 3.3vw 2vw 3.2vw 0;
}

.lesson-month-junior-right .price-coment{
  font-size: 0.9vw;
}

.lesson-month-athlete-price{
  width: 49.5%;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 0.5vw;
}

.junior-lesson-athlete-right{
  width: 100%;
  display: flex;
  align-items: center;
}

.lesson-month-athlete-left{
  background-color: #999;
  color: white;
  text-align: center;
  width: 33%;
  padding: 1.2vw 0;
  font-size: 1.2vw;
}

.lesson-month-athlete-right{
  text-align: right;
  background-color: #f7f8f8;
  width: 67%;
  height: 4.2vw;
  font-size: 1.4vw;
  padding: 1vw 2vw 1vw 0;
}

.lesson-month-athlete-right .new-price{
  font-size: 1vw;
  color: #f39800;
  padding-right: 1vw;
}

.junior-option-round{
  margin-top: 3vw;
}

.detail-price-box .detail-box-junior-color{
  background-color: #999;
  padding: 0vw 3.3vw;
  color: white;
  font-size: 1.5vw !important;
}

.round-lesson-box li img{
  width: 100%;
}

@media screen and (max-width:768px){
  .detail-price-box .detail-box-color{
    padding: 0.3vw 3.5vw;
  }

  .detail-price-box p{
    font-size: 3w;
  }

  .lesson-month-athlete-right .new-price{
    font-size: 3vw;
  }

  .lesson-month-junior-left span{
    font-size: 4vw;
  }

  .lesson-month-junior-right .price-coment{
    font-size: 2.8vw;
    display: inline-block;
    margin-top: 3vw;
    letter-spacing: 1px;
  }
}

/* ------------------------------------
    trip
------------------------------------ */

.trip-nav{
    display: flex;
    flex-flow: row wrap;
    margin-left: 18vw;
    text-align: center;
    margin-top: 5vw;
    margin-right: 7vw;
    border-top: 1px solid #009979;
    border-left: 1px solid #009979;
}

.trip-nav li{
    width: 49.99%;
    border-right: 1px solid #009979;
    border-bottom: 1px solid #009979;
}

.trip-nav li a{
    color: #009979;
    padding: 0.7vw 0;
    font-size: 1.2vw;
    font-weight: 400;
}

.trip-nav li a:hover {
  background-color: #009979;
  color:white;
  cursor: pointer;
}

.lesson-trip-pricebox{
  display: flex;
  flex-flow: column;
  gap: 0.5vw;
}

.lesson-month-tripprice{
  display: flex;
  align-items: center;
}

.lesson-month-tripleft{
  background-color: #999;
  color: white;
  text-align: center;
  width: 33%;
  padding: 1.2vw 0;
  font-size: 1.2vw;
}

.lesson-month-tripright{
  text-align: right;
  background-color: #f7f8f8;
  width: 67%;
  height: 4.2vw;
  font-size: 1.4vw;
  padding: 1vw 2vw 1vw 30vw;
  display: flex;
  justify-content: space-between;
}

.lesson-month-tripright2{
  text-align: right;
  background-color: #f7f8f8;
  width: 67%;
  height: 4.2vw;
  font-size: 1.4vw;
  padding: 1vw 2vw 1vw 30vw;
}

.trip-content-box{
  margin-bottom: 4vw;
}

@media only screen and (max-width:768px){
  .trip-nav{
    flex-direction: column;
    margin: 18vw 6vw;
  }

  .trip-nav li{
    width: 100%;
  }

  .trip-nav li a{
    padding: 3vw 0;
    font-size: 3vw;
  }

  .lesson-month-tripprice{
    display: block;
  }

  .lesson-month-tripleft{
    width: 100%;
    font-size: 4vw;
    padding: 3vw 0;
  }

  .lesson-month-tripright{
    text-align: center;
    width: 100%;
    height: 12vw;
    font-size: 4vw;
    display: flex;
    justify-content: space-between;
    padding: 3vw 31vw;
  }

  .lesson-month-tripright2{
    text-align: center;
    width: 100%;
    height: 12vw;
    font-size: 4vw;
    padding: 3vw 31vw;
  }

  .lesson-month-junior-price{
    display: block;
  }

  .lesson-month-junior-left{
    width: 100%;
    height: 12vw;
    font-size: 4vw;
    padding: 3vw 0;
  }

  .lesson-month-junior-right{
    text-align: center;
    width: 100%;
    height: 36.5vw;
    font-size: 4vw;
    padding: 15vw 0;
  }

  .lesson-month-athlete-left{
    width: 100%;
    height: 12vw;
    font-size: 4vw;
    padding: 3vw 0;
  }

  .lesson-month-athlete-right{
    text-align: center;
    width: 100%;
    font-size: 4vw;
    height: 12vw;
    padding: 3vw 0;
  }

  .junior-lesson-athlete-right{
    display: block;
  }

  .trip-content-box{
    margin-bottom: 0;
  }

}

/* ------------------------------------
    header
------------------------------------ */

.global_head_wrapper .header-left .logo{
  width: 70%;
}

/* ------------------------------------
    campaign
------------------------------------ */

.campaign-banner-box{
  width: 93%;
  text-align: center;
  margin-top: 10vw;
}

.campaign-banner-box .campaign-banner-center .campaign-banner-sp{
  display: none;
}

@media screen and (max-width:768px){
  .campaign-banner-box .campaign-banner-center .campaign-banner-pc{
    display: none;
  }

  .campaign-banner-box .campaign-banner-center .campaign-banner-sp{
    display: block;
  }

  .campaign-banner-box{
    width: auto;
    margin-top: 18vw;
  }

}

/* ------------------------------------
    2023.10.13 追加
------------------------------------ */

.privacy-space{
  margin: 3vw 0 2vw;
}

.privacy-litex{
  margin-top: 1.5vw;
}

.privacy-litex li{
  font-size: 100%;
}

@media screen and (max-width:768px){
  .privacy-space{
    margin: 10vw 0 6vw;
  }

  .privacy-litex{
    margin-top: 5.5vw;
  }

  .privacy-litex li{
    font-size: 3.8vw;
  }
}

/* ------------------------------------
    2025.2.13 チケット料金
------------------------------------ */

.ticket-price-title{
  margin-top: 7vw;
}

.ticket-price-title .ticket-price{
  background-color: #e7ac6c;
  color: white;
  padding: 1vw;
  font-size: 1.6vw;
  margin-bottom: 1.3vw;
}

.ticket-price-title .single-pricebox{
  display: flex;
  align-items: center;
}

.ticket-price-title .single-pricebox .single-left{
  background-color: #999;
  color: white;
  width: 33%;
  padding: 1.2vw 0;
  font-size: 1.2vw;
}

.ticket-price-title .single-pricebox .single-right{
  text-align: right;
  background-color: #f7f8f8;
  width: 67%;
  height: 4.2vw;
  font-size: 1.4vw;
  padding: 1vw 2vw 1vw 0;
}

@media screen and (max-width:768px){
  .ticket-price-title{
    margin-top: 13vw;
  }
  .ticket-price-title .ticket-price{
    font-size: 3.5vw;
    padding: 3vw;
  }
  .ticket-price-title .single-pricebox .single-left{
    font-size: 3.5vw;
    padding: 2vw 0;
  }
  .ticket-price-title .single-pricebox .single-right{
    font-size: 3.5vw;
    padding: 2vw 0;
  }
}