@charset "UTF-8";

/*Reset =============================================*/
*{
  box-sizing: border-box;
  background-repeat: no-repeat;
}
html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,figure,figcaption,button{
  margin: 0;
  padding: 0;
}
ul,li{
list-style: none;
}
a{
text-decoration: none;
color: inherit;
}
a[href^="tel:"] {
  pointer-events: all;
}
img,svg{
vertical-align: bottom;
border: none;
width: 100%;
max-width:100%;
height:auto;
}
svg{
  /* fill: currentColor; */
  vertical-align: bottom;
}
button{
  background-color: inherit;
  border: none;
}
table {
  border-collapse: collapse;
}

@font-face {
  font-family: "YakuHanJP"; font-style: normal; font-display: swap;
  font-weight: 400;
  src: url("/font/YakuHanJP/YakuHanJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJP"; font-style: normal; font-display: swap;
  font-weight: 500;
  src: url("/font/YakuHanJP/YakuHanJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJP"; font-style: normal; font-display: swap;
  font-weight: 600;
  src: url("/font/YakuHanJP/YakuHanJP-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "NotoSansCJKjp"; font-style: normal; font-display: swap;
  font-weight: 400;
  src:  local('Noto Sans CJK JP'),
  local('NotoSansCJKjp-Regular'),
  local('NotoSansJP-Regular'),
  url('/font/NotoSansCJKJP/NotoSansCJKjp-Regular.woff2') format('woff2');
}
@font-face {
  font-family: "NotoSansCJKjp"; font-style: normal; font-display: swap;
  font-weight: 500;
  src: local('NotoSansCJKjp-Medium'),
  local('NotoSansJP-Medium'),
  url('/font/NotoSansCJKJP/NotoSansCJKjp-Medium.woff2') format('woff2');
}
@font-face {
  font-family: "NotoSansCJKjp"; font-style: normal; font-display: swap;
  font-weight: 700;
  src: local('NotoSansCJKjp-Bold'),
  local('NotoSansJP-Bold'),
  url('/font/NotoSansCJKJP/NotoSansCJKjp-Bold.woff2') format('woff2');
}


/* Module =============================================*/
:root{
--font-comp: "Roboto","YakuHanJP",'NotoSansCJKjp',sans-serif;
  --font-ja: "YakuHanJP",'NotoSansCJKjp',sans-serif;
  --font-en: "Roboto",sans-serif;
}


html {
    font-size: 3.125vw;
    /*
      計算式：　10(px) / 320(px) * 100 = 3.125
      画面幅320pxの時に "font-size: 10px" 相当になる
    */
}

  .pc{
    display: none;
  }

  .pc-nav {
    display: none;
  }
  
.c_wide{
  max-width:  1200px;
  margin: auto;
}

.en{
  font-family: 'Outfit', sans-serif;
}


@media screen and (min-width: 769px) {
  html {
    font-size:  clamp(10px,1.302083333vw,14px);
    /*
      計算式：　10(px) / 320(px) * 100 = 3.125
      画面幅320pxの時に "font-size: 10px" 相当になる
    */
  }

  body {
    font-size: 1.0rem;
  }

  .sec_bloc{
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sp{display: none;}
  .pc{display: block;}
  .pc-nav {display: block;}

}


/* @media (min-width: 960px){
  html{
    font-size: clamp(10px,1.041666vw,14px);
  }
  } */

/*BODY =============================================*/
.body{
  font-family: var(--font-ja);
  line-height:1.5;
  position: relative;
  color: white;
}

.body::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  width: 100%;
  height: 100%;
  background-color: #000000;
}

.sec_bloc{
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-right: 2rem;
  padding-left: 2rem;
}

/* HEADER
========================================= */
.header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header ul{
  display: flex;
  align-items: center;
}

.header_logo_box{
  display: block;
  position: relative;
  top: .25rem;
  width: 35%;
  padding: 1rem;
}

.language{
  margin-left: 50px;
  display: flex;
  align-items: center;
  position: relative;
  top: -0.15rem;
}

.language p{
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.language_jp{
  font-weight: 500;
  position: relative;
  display: inline-block;
}

.language_jp:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 50px;
  height: 1.5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: white;
  border-radius: 1.5px;
}

.language_en{
  font-size: 75%;
}


/* SP BTN ================*/
.nav_btn_block{
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: fit-content;
  height: 6rem;
  z-index: 10;
}
.sp_btn{
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  width: 5rem;
  height: 5rem;
  z-index: 10000;
}

.sp_btn_bar,.sp_btn_bar::before,.sp_btn_bar::after{
  display: block;
  width: 2rem;
  height: .15rem;
  border: .5px solid currentColor;
  border-radius: .15rem;
  position: absolute;
  margin: auto;
  transition: background-color .3s , transform .3s , top .3s;
}
.sp_btn_bar{
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 2rem;
}
.sp_btn_bar::before{
  content: "";
  left: -.075rem;
  top: .5em;
  transform-origin: top right;
  height: 0.1rem;
}
.sp_btn_bar::after{
  content: "";
  top: -.625em;
  left: -.075rem;
  height: 0.1rem;
  transform-origin: bottom right;
}

body.sp_nav_open{
  overflow: hidden;
}
.sp_nav_open .sp_btn{
  filter: var(--filter-w) !important;
}
.sp_nav_open .sp_btn_bar{
  border-color: transparent;
}
.sp_nav_open .sp_btn_bar::before{
  transform: rotate(45deg);
  top: 0.7em;
}
.sp_nav_open .sp_btn_bar::after{
  transform: rotate(-45deg);
  top: -0.8em;
}
.sp_nav_open .sp_btn_bar::after,
.sp_nav_open .sp_btn_bar::before{
  left: -0.3em;
}


/* SP NAV MODAL MENU ================*/
.sp_nav_modal{
  position: fixed;
  top: 0;
  right: -100%;
  display: block;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: opacity .15s , right .15s;
  color: #fff;
  overflow-y: scroll;
  background-color: #000000ee;
  padding-top: 0.5rem;
}
.reserve_modal{
  padding: 6rem 0 6rem;
  background-color: var(--color-bg-d);
  z-index: 1;
}
.sp_nav_open .sp_nav_modal{
  right: 0;
  opacity: 1;
}
.reserve_open .reserve_modal{
  right: 0;
  opacity: 1;
}

.sp_nav_open .sp_nav_modal img{
  display: block;
  width: 35%;
  padding: 1rem;
}

.sp_nav .nav_ul{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 6rem 0 5rem 3rem;
  font-size: 1.5rem;
}

.sp_nav .nav_li{
margin-bottom: 4rem;
}

.sp_nav .underbar{
  width: 300%;
  margin-left: 5%;
  margin-right: 5%;
  padding-bottom: 1rem;
}

.sp_nav .nav_link{
  font-weight: 500;
}


@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@media screen and (min-width: 769px){
  .header{
    padding: .5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sp_btn{
    display: none;
  }

  #hamburger{
   display: none;
  }

  .header_logo_box{
    width: 20%;
  }

  .pc-nav a{
    font-size: 1rem;
    padding: 1.25rem;
  }

}

@media screen and (min-width: 960px){
  .header_logo_box{
    width: 200px;
  }

  .header{
    padding: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .pc-nav a{
    font-size: 1rem;
    padding: 1.25rem;
  }

}





/*TOP KEY =============================================*/
.sec_key{
  position: relative;
  margin-bottom: 6rem;
}

.keyvis{
  position: relative;
  margin-left: 37.5%;
}

/*TOP main =============================================*/
.main{
  transform-origin:left bottom;
  transform: rotate(90deg);
  position: absolute;
  top: -5.5rem;
  left: 1.7rem;
}
.main_ttl{
  width: 100%;
  margin-bottom: 1rem;
}

.eng{
  width: 121%;
}

.main_txt{
font-size: 1.1rem;
font-weight: 100;
letter-spacing: .05em;
white-space: nowrap;
}

.main_right_txt{
text-align:right;
font-size: 1rem;
line-height:2;
margin-right: 2rem;
position: absolute;
top: 32rem;
right: 0rem;

}

 .scrollbar{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15%;
  margin: auto;
  width: 0.5rem;
  height: 22%;
  overflow: hidden;
}
.kv_scroll_bar{
  position: absolute;
  top:  0;
  left: 0;
  overflow: hidden;
}
.kv_scroll_bar::before{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 30%;
  border-radius: 1px;
  background-color: #fff;
  background: linear-gradient(0deg, rgba(255, 0, 0, 0.9) 0%, rgba(255, 0, 0, 0.9) 50%, rgba(255,255,256,0) 100%);
  top: 100%;
  animation: kvScroll 2s infinite ease-in-out;
}

.top_deco{
  transform-origin: left bottom;
  transform: rotate(90deg);
  position: fixed;
  top: -5rem;
  left: -.75rem;
  display: flex;
  width: 150%;
  z-index: -1;
}

.top_deco img{
  padding-left: 1rem;
  animation: infinity-scroll-left 15s infinite linear 0.5s both;
  opacity: .5;
}

@keyframes kvScroll{
  0%{
    top: -60%;
  }
  100%{
    top: 110%;
  }
}

@media screen and (min-width: 769px){
  .main{
    transform-origin:left bottom;
    transform: rotate(0deg);
    top: 28%;
    left: 6rem;
  }

  .eng{
    width: 46%;
  }

  .keyvis{
    position: relative;
    margin-left: 25%;
  }

  .main_ttl{
    width: 140%;
    margin-bottom: 2rem;
   }

   .main_txt{
    font-size: 1rem;
   }

   .main_right_txt{
    top: inherit;
    bottom: 2rem;
    margin-right: 6%;
    line-height:1.75;
    font-size: 1vw;
   }

   .feature_bar{
    bottom: 5em;
  }

  .top_deco{
    margin-top: 3.5rem;
    top: -12rem;
    left: -1.5rem;
  }

  .top_deco img{
    padding-left: 1.5rem;
    opacity: .75;
    width: 80%;
    }
}

@media screen and (min-width: 960px){
  .main_txt{
    font-size: 1.25rem;
    margin-left: -.75rem;
   }

   .eng{
    width: 56%;
  }

  .top_deco{
    width: 100%;
    left: -1rem;
  }

}

@media screen and (min-width: 1076px){
   .eng{
    width: 606px;
  }

}

/*TOP ABOUT =============================================*/
.sec_top_about{
  text-align: center;
  background-image: url(/images/top/top_main_sp.png);
  background-position: center;
  padding-top: 7rem;
  padding-bottom: 6rem;
}

.about_ttl{
  padding-bottom: 2rem;
  margin-left: -0.6rem;
  width: 98%;
}

.about_txt_box{
  display: block;
  padding: 0 0 1.5rem;
  width: 95%;
}

.english .about_txt_box{
  line-height: 2;
}

.about_txt{
  line-height:2;
  font-size: 1.1rem;
  padding-bottom: 1rem;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.top_bt_more{
  display: block;
  text-align: center;
  width: fit-content;
  min-width: 10em;
  margin: auto;
  padding: 1rem .5rem;
  font-size: 1.25rem;
  font-weight: bold;
  border: solid 0.75px ;/*線*/
  border-radius: 5px;/*角の丸み*/
}

  .top_bt_more a{
    display: block;
  }

@media screen and (min-width: 769px){
  .sec_top_about{
    background-image: url(/images/top/top_main.png);
    padding-top: 8rem;
  }

  .about_ttl{
    width: 50%;
    margin-left: 23%;
  }
  
  .about_txt{
    line-height:2.5;
    padding-bottom: 3rem;
    text-align: center;
  }

  .top_bt_more{
    text-align: center;
    width: 16%;
    font-size: 1.25rem;
    font-weight: bold;
    border: solid 0.75px ;/*線*/
    border-radius: 5px;/*角の丸み*/
  }

}

@media screen and (min-width: 960px){
  .about_txt{
    font-size: 1.2rem;
  }

   .top_bt_more{
    /* width: 15%; */
    font-size: 1.5rem;
  }

  .about_ttl{
    padding-bottom: 2.5rem;
  }

}

/*TOP LIST =============================================*/
.sec_ttl{
  text-align: center;
  font-size: 2.4rem;
  font-weight: lighter;
  margin-bottom: 0.25rem;
}

.top_ratebox{
  margin-bottom: 3rem;
}

.rate_setsumei{
  text-align: center;
  font-size: 1rem;
  margin-bottom: 2rem;
}

.current_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
}

.flagbox{
  width: 30%;
  padding: 3% 2%;
}

.rate_text{
  font-size: 1.5rem;
  font-weight: lighter;
  text-align: center;
}

@media screen and (min-width: 769px){
  .sec_ttl{
    font-size: 3rem;
  }
  .flagbox{
  width: 20%;
  }

  .current_list{
  justify-content: flex-start;
  padding: 0 6rem;
  }
}

@media screen and (min-width: 960px){
  .flagbox{
  width: 18%;
  padding: 3% 2%;
  }

  .current_list{
  justify-content: space-between;
  padding: 0 8rem;
  }

  .rate_text{
  font-size: 1.6rem;
  font-weight: lighter;
  }

}

/*ACCESS =============================================*/
.top_accessbox h2{
  /* text-align: center;
  font-size: 2rem;
  font-weight: lighter; */
  margin-bottom: 3rem;
}

.access_box{
  margin-bottom: 5rem;
}

.access_ttl{
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  padding-bottom: 1.5rem;
}
.access_ttl .en{
  display: block;
}


.access_data{
  position: relative;
  padding-left: 12%;
  padding-right: 8%;
  padding-bottom: 1.5rem;
  font-size: 1rem;
}

.access_ad::before,.access_clock::before,.access_train::before{
  content: "";
    position: absolute;
    left: 0;
    top: -1.25rem;
    width: 1.2rem;
    height: 4em;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 1rem;
}

.access_clock::before{
  background-image: url(/images/icon/w_clock.svg);
}

.access_ad::before{
  background-image: url(/images/icon/w_ad.svg);
}

.access_train::before{
  background-image: url(/images/icon/w_train.svg);
}

.access_img_box{
  display: flex;
}

.access_img{
  width: 80%;
  margin: auto;
}

.access_box_cnt{
  margin-top: 4rem;
  margin-bottom: 8rem;
}

@media screen and (min-width: 769px){
  .access_map{
    width: 60%;
    margin: auto;
    margin-bottom: 4rem;
  }


  .access_box_cnt {
    padding-left: 2rem;
    margin-top: 0;
  }

  .access_box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4rem;
  }

  .access_data{
    position: relative;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 1.5rem;
    font-size: 1.2rem;
  }

  .access_ad::before,.access_clock::before,.access_train::before{
    top: -1.5rem;
    left: -2.5rem;
    width: 1.2rem;
  }

    .pc_btn{
    width: 60%;
  }

  .access_box_cnt{
    margin-bottom: 0;
  }

  .access_img{
    width: 30em;
    margin-left: 3rem;
  }


}

@media screen and (min-width: 960px){
  .access_map{
    width: 50%;
    max-width: 480px;
  }
}

/*FOOTER =============================================*/
.underbar{
  width: 80%;
  margin: auto;
}

.line_bar{
  display: block;
  border-radius: 3px;
  height: 6px;
  width: 80%;
  border: 1px solid #fff;
  overflow: hidden;
  position: absolute;
}

.line_bar::before{
  content: "";
  position: absolute;
  display: block;
  width: 20%;
  height: 6px;
  border-radius: 1px;
  background-color: #fff;
  background: linear-gradient(270deg, rgba(255, 0, 0, 0.9) 0%, rgba(255, 0, 0, 0.9) 50%, rgba(255,255,256,0) 100%);
  animation: kvScroll2 2s infinite ease-in-out;
}

@keyframes kvScroll2{
  0%{
    left: -60%;
  }
  100%{
    left: 110%;
  }
}

.line_bar_vertical{
  display: block;
  border-radius: 3px;
  width: 4px;
  height: 80%;
  border: 1px solid #fff;
}

.footerlogo{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
}

.menubox2{
  text-align: center;
  line-height:2;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.menu_txt{
  font-size: 1.2rem;
  font-weight: 500;
}
.txt_min{
  font-size: 75%;
}

.link_midashi{
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 2rem;
  padding-top: 3.5rem;
}

.copyright{
  font-size: 60%;
  text-align: center;
  padding: 4rem;
}

.border{
  border-bottom: 0.5px solid white;
  padding: 1rem;
  width: 90%;
  margin: auto;
}

.logobox li{
  padding: 1rem;
}
.logobox{
  text-align: center;
}
.logobox img{
  height: 1.7rem;
}

@media screen and (min-width: 769px){
  .underbar{
    width: 80%;
    padding-bottom: 2rem;
  }

  .logobox li{
    padding: 1rem 2rem;
  }

    .menubox2{
    display: flex;
    justify-content: center;
  }

  .menu_txt{
  margin: 2rem;
  }

  .logobox{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 4rem;
    padding-bottom: 2rem;
    padding-right: 4rem;
  }

}





/*FEATURE =============================================*/
/* key */
.kv_main_ttl{
  position: absolute;
  top: 25rem;
  left: 2rem;
  width: 50%;
 }


 /* contents */

 .feature_main{
  overflow: hidden;
}

.feature_box{
  padding: 4rem 0;
}


.feature_main_ttl .main_txt{
  font-size: 1rem;
  display: inline-block;
  margin-top: 2rem;
}

.feature_box p{
  text-align: left;
  padding-bottom: 2rem;
  line-height: 2;
}

.feature_box:nth-child(even) .featurettl{
  text-align: right;
}

.feature_box:nth-child(even) .featurettl::after{
  right: inherit;
  left: -2rem;
}

.feature_box:nth-child(even) .featurettl .ja{
  right: 0;
}

.feature_box:nth-child(n+3) .featurettl{
  margin-bottom: .5rem ;
}

.featurettl{
  position: relative;
  margin-bottom: 3rem;
}

.featurettl .ja{
  position: absolute;
  top: 65%;
  display: block;
  font-size: 1.4rem;
}

.featurettl .en{
  position: relative;
  top: -0.5rem;
  z-index: -10;
  display: inline-block;
  line-height: 1;
  font-size: 5rem;
  color: #000000;
  text-shadow:.5px .5px 0 #d9d9d9, -.5px -.5px 0 #d9d9d9,
              -.5px .5px 0 #d9d9d9, .5px -.5px 0 #d9d9d9,
              0px .5px 0 #d9d9d9,  0 -.5px 0 #d9d9d9,
              -.5px 0 0 #d9d9d9, .5px 0 0 #d9d9d9;
}

.featurettl .en::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -10;
  display: block;
  background-color: #000000;
  width: 100%;
  height: 1em;
}

.on .featurettl::after{
  content: "";
	position: absolute;
  z-index: -11;
	left: 1rem;
	bottom: 3rem;
	border-bottom: solid .5px #ffffff;
	animation: border_anim 1s linear forwards;
}

@keyframes border_anim {
	0%{
		width: 0%;
	}
	100%{
		width: 100vw;
	}
}

.feature1_pic{
  margin-left: 3rem;
  margin-top: -2rem;
  width: 90%;
}
.feature2_pic{
  position: relative;
  margin-left: 1rem;
  width: 70%;
}
.feature3_pic{
  position: relative;
  margin-left: 6rem;
  width: 80%;
}
.feature4_pic{
  position: relative;
  margin-left: -5rem;
  width: 100%;
}

.feature_box:nth-child(even) .featurettl::after{
  right: 0;
  left: inherit;
  width: 100vw;
}

 @media screen and (min-width: 769px){

/* key */
  .kv_main_key{
    padding-top: 20rem;
    padding-bottom: 15rem;
  }
  
  .kv_main_ttl{
    top: 20rem;
    left: 6rem;
  }

  .feature_main_ttl{
    width: 50%;
    margin-bottom: 2rem;
  }


/* contents */
  .feature_main{
    padding: 5rem;
  }

  .feature_list{
    padding-bottom: 5rem;
  }

  .feature_wrap{
    display: flex;
    justify-content: space-between;
  }

  .feature_wrap p{
   width: 48%;
   line-height: 2;
   font-size: 1.1rem;
  }
  
  .feature1_pic{
    width: 48%;
    margin-top: -6rem;
   }
   
   .featurettl {
    margin-bottom: 6rem;
  }

  .feature_box:nth-child(even) .feature_wrap{
    flex-direction: row-reverse;
  }

  .feature_box:nth-child(n+3) .featurettl{
    margin-bottom: 2rem ;
  }

  .english .feature_box:nth-child(n+3) .featurettl{
    margin-bottom: 1.5rem ;
  }

   .featurettl .ja{
   font-size: 2.8rem;
   bottom: -1.5em;
  }
  
  .featurettl .en{
  font-size: 9rem;
  }

  .on .featurettl::after {
    left: 0;
    bottom: 5rem;
    width: 100vw;
}

  .feature_txt h2{
    font-size: 2.5rem;
  }
  .feature_txt p{
    font-size: 1.15em;
    font-weight: 100;
    line-height: 2;
    width: 45%;
  }

  .featurettl::before{
    top: 8rem;
  }

  .feature_border{
    position: relative;
    top: 14rem;
    z-index: -15;
    margin-left: 5rem;
    background-color: white;
    height: .5px;
    width: 100%;
  }

 .feature2_pic{
    width: 48%;
  }
  .feature3_pic{
    width: 48%;
  }

  .feature4_pic{
    width: 48%; 
  }

  .feature_box:nth-child(even) .featurettl::after{
    right: 0;
    left: inherit;
    width: 100vw;
  }

  @keyframes border_anim {
    0%{
      width: 0%;
    }
    100%{
      width: 100vw;
    }
  }

  }
  

  /*ACCESS =============================================*/
.access_decotxt{
  margin-top: 10rem;
  margin-bottom: .25rem;
}

.access_photobox{
  margin-top: -.75rem;
  position: relative;
  z-index: -10;
  margin-bottom: 2rem;
}

.access_photo {
  display: flex;
justify-content: center;
}

.access_main{
  padding: 3rem;
  margin-bottom: 4rem;
}

.access_main h3{
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 1rem;
}

.access_main p{
  font-size: 1rem;
  margin-bottom: 2rem;
  line-height: 1.8;
}

.route_bloc h2 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.route_bloc h2::after{
  content: "";
  display: block;
  border-radius: 2px;
  margin: auto;
  width: 90%;
  height: 3px;
  border: .5px solid #fff;
}


.number {
  font-size: 4rem;
  text-align: center;
  margin-bottom: -2.5rem;
  color: #000000;
  text-shadow:.5px .5px 0 white, -.5px -.5px 0 white,
              -.5px .5px 0 white, .5px -.5px 0 white,
              0px .5px 0 white,  0 -.5px 0 white,
              -.5px 0 0 white, .5px 0 0 white;
}

.number::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -10;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000000;
  width: 4rem;
  height: 5rem;
}

.routebox {
  margin-bottom: 6rem;
  text-align: center;
}

.routebox img {
  padding-left: 2rem;
  padding-right: 2rem;
}

.routebox_txt{
  padding-top: 4rem;
  padding-bottom: 2rem;
  border: solid .5px;
  border-radius: 5px;
  position: relative;
  z-index: -11;
}

.setsumei{
  margin-bottom: 2.5rem;
  font-size: 1.2rem;
}

.routebox:not(:last-child)::after{
  content: "";
  display: block;
  position: relative;
  top: 4rem;
  left: 50%;
  border-radius: 2px;
  width: 3px;
  height: 4rem;
  border: .5px solid #fff;
}

@media screen and (min-width: 769px){
  .access_decotxt{
    font-size: 4.97rem;
    margin-bottom: -1.3rem;
  }

  .access_main{
    padding: 6rem;
  }
  
  .access_main h3{
    font-size: 2rem;
    text-align: initial;
  }
  
  .access_main p{
    font-size: 1.1rem;
    line-height: 2;
    width: 42%;
    padding-bottom: 3rem;
    padding-right: 3rem;
    background-color: #000000;
    position: relative;
    z-index: 1;
  }
  
  .access_main img{
    position: relative;
    right: -13rem;
    width: 80%;
    margin-top: -10rem;
    
  }

  .route_bloc h2 {
    font-size: 3rem;
    margin-bottom: 4rem;
  }

  .route_bloc h2::after{
    width: 62%;
  }

  .route_bloc{
    padding: 4rem;
  }

  .number {
    font-size: 6rem;
    margin-bottom: -4rem;
  }

  .number::before {
    width: 6rem;
    height: 8rem;
  }
  
  .routebox_txt{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center; 
    padding: 4rem;
    padding-top: 6rem;
  }

  .routebox{
    margin-bottom: 10rem;
  }

  .routebox:nth-child(even) .routebox_txt{
    flex-direction: row;
  }

  .setsumei{
    font-size: 1.4rem;
    text-align: center;
    width: 100%;
    line-height: 2;
  }


  .routebox:not(:last-child)::after{
    height: 6rem;
    top: 6rem;
  }

  .routebox img {
    padding-left: 0;
    padding-right: 0;
  }


  @media screen and (min-width: 960px){
    .setsumei{
      width: 90%;
    }
  }


}

@media screen and (min-width: 1400px){
  .access_decotxt{
    margin-bottom: -1.8rem;
  }
}




 /*COMPANY=============================================*/
 .max_wide_1000 {
  max-width: 1000px;
  margin: auto;
}

 .company_info{
  text-align: center;  
 }

 .sec_ttl{
  margin-top: 4rem;
 }


 .sec_ttl .en{
  font-size: 4rem;
 }


 .sec_ttl .ja{
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 3rem;
 }

 .company_data_block{
  width: 90%;
  margin: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid;
  margin-bottom: 2rem;
 }

 .company_data_ttl{
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: .5rem;
 }

 .company_data_link{
  display: block;
 }

 .company_data_data{
  font-size: 1.1rem;
 }


 @media screen and (min-width: 769px){
 
  .company_data_block{
    display: flex;
    align-items: center;
    max-width: 50rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
   }

  .company_data_link{
    display: inline-block;
   }

   .company_data_ttl{
    font-size: 1.5rem;
    margin-bottom: 0rem;
    margin-right: 2rem;
   }

   .company_data_data{
    font-size: 1.3rem;
   }

   .company_inner{
    padding: 2rem;
    padding-bottom: 10rem;
   }


}





/* --- テキスト --- */
.on path {
  fill: none; /* 1,塗りの色 */
  stroke: #ffffff; /* 2,線の色 */
  stroke-dasharray: 2000; /* 3,破線の間隔 */
  stroke-dashoffset: 2000; /* 4,破線の開始位置 */
  stroke-width: .5; /* 5,線の太さ */
  animation: handwriting 3.5s ease-in forwards; /* 6,名前 時間 タイミング 終了後の状態 */
}

/* --- アニメーション --- */
@keyframes handwriting {
  0% {
      fill: transparent; /* 1,塗りの色 */
      stroke-dashoffset: 2000; /* 4,破線の開始位置 */
  }
  50% {
      fill: transparent; /* 1,塗りの色 */
  }
  100% {
      fill: #ffffff; /* 1,塗りの色 */
      stroke-dashoffset: 0; /* 4,破線の開始位置 */
  }
}



