@charset "UTF-8";
/*! Writen  by SCSS */
.img_cap .cap {
  font-size: 9px; }
  @media screen and (max-width: 480px) {
    .img_cap .cap {
      font-size: 8px; } }
  .img_cap .cap .lg {
    font-size: 160%; }
    @media screen and (max-width: 480px) {
      .img_cap .cap .lg {
        font-size: 120%; } }

.main .img.fig101 {
  mask-image: linear-gradient(180deg, #eaf6fd 74%, rgba(234, 246, 253, 0) 100%); }

.contarea {
  padding-bottom: 1px;
  padding-bottom: 0;
  transition: all 0.3s ease-in-out 0s; }
  body.k .contarea {
    /*background: #a3b1bd;*/
    background: #94b8d8; }
  body.g .contarea {
    background: #eaf6fd; }

.bold {
  font-weight: bold; }

.txt01 {
  /*PCのみ*/ }
  @media screen and (min-width: 960px) {
    .txt01 {
      line-height: 2; } }

.txt02 {
  /*PCのみ*/ }
  @media screen and (min-width: 960px) {
    .txt02 {
      line-height: 2.2;
      font-size: clamp(12px, calc(17vw / 9.6), 17px); } }

.sec0 {
  max-width: 100%;
  padding: 0;
  padding-top: 70px; }
  @media screen and (max-width: 767px) {
    .sec0 {
      padding-top: 30px; } }
  .sec0 .box101 {
    position: relative;
    width: 100%; }
    .sec0 .box101 .txt_box {
      position: absolute;
      top: calc(70vw/16);
      left: calc(290vw/16); }
      @media screen and (max-width: 767px) {
        .sec0 .box101 .txt_box {
          padding: 30px 0;
          width: calc(100% - 40px);
          margin: 0 auto;
          text-align: center;
          position: relative;
          top: 0;
          left: 0; } }
      @media screen and (max-width: 480px) {
        .sec0 .box101 .txt_box {
          display: none; } }
      .sec0 .box101 .txt_box p {
        font-weight: bold; }
        .sec0 .box101 .txt_box p.txt01 {
          margin-bottom: calc(22vw/16); }
    .sec0 .box101 .img_wrap {
      position: relative; }
      .sec0 .box101 .img_wrap .img101_ico {
        width: calc(83%/16);
        position: absolute;
        top: calc(35vw/16);
        left: calc(80vw/16); }
        @media screen and (max-width: 480px) {
          .sec0 .box101 .img_wrap .img101_ico {
            display: none; } }

.bus .en_ttls {
  text-align: center;
  font-size: clamp(20px, calc(40vw / 9.6), 40px);
  font-size: clamp(15px, calc(36vw / 9.6), 36px);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: bold; }
  @media screen and (max-width: 480px) {
    .bus .en_ttls {
      font-size: calc(20vw / 3.9); } }
  .bus .en_ttls .min {
    display: block;
    font-size: 60%;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 0.5em; }
    @media screen and (max-width: 480px) {
      .bus .en_ttls .min {
        font-size: 70%; } }
.bus .box201 .flex {
  display: flex;
  padding: 7px 0;
  background: #1c1c1c; }
  @media screen and (max-width: 480px) {
    .bus .box201 .flex {
      width: 700px;
      max-width: 700px; } }
  .bus .box201 .flex .l_img {
    width: calc(390%/10.6); }
  .bus .box201 .flex .c_img {
    width: calc(280%/10.6); }
  .bus .box201 .flex .r_img {
    width: calc(390%/10.6); }
.bus .box202 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px; }
  @media screen and (max-width: 480px) {
    .bus .box202 {
      flex-direction: column; }
      .bus .box202 .cap_l {
        font-size: 9px; } }
  .bus .box202 .slide_box {
    width: calc(777%/10.6);
    width: calc(817%/10.6); }
    @media screen and (max-width: 480px) {
      .bus .box202 .slide_box {
        width: 100%; } }
  .bus .box202 .imgs {
    width: calc(217%/10.6);
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media screen and (max-width: 480px) {
      .bus .box202 .imgs {
        margin-top: 15px;
        flex-direction: row;
        width: 100%;
        gap: 0 10px; } }
    @media screen and (max-width: 480px) {
      .bus .box202 .imgs .sp_none {
        display: none; } }
  .bus .box202 .cap {
    font-size: 12px; }
    @media screen and (max-width: 480px) {
      .bus .box202 .cap {
        font-size: 9px; } }
  .bus .box202 .swipe3 {
    position: relative; }
    @media screen and (max-width: 480px) {
      .bus .box202 .swipe3 figure {
        width: 500px;
        max-width: 500px; } }
    .bus .box202 .swipe3 .cap_l {
      margin-top: 5px; }
      @media screen and (max-width: 480px) {
        .bus .box202 .swipe3 .cap_l {
          position: static;
          margin-top: 5px; } }

.inner_1060 {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box; }

.inner900 {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box; }

.bg1 {
  background: #373737;
  padding: 60px 0;
  color: #fff; }

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

.box03 .txt {
  width: calc(560% / 9); }
  @media screen and (max-width: 480px) {
    .box03 .txt {
      text-align: center; } }
  .box03 .txt .en_txt {
    line-height: 1;
    font-size: clamp(16px, 2vw, 24px);
    display: flex;
    align-items: baseline;
    column-gap: 0.5em;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 480px) {
      .box03 .txt .en_txt {
        justify-content: center;
        font-size: calc(16vw / 3.9); } }
    .box03 .txt .en_txt .big {
      font-size: 160%; }
  .box03 .txt .txt01 {
    font-size: clamp(13px, 1.667vw, 20px);
    line-height: 1;
    color: #fff; }
  .box03 .txt .txt02 {
    line-height: 2.25; }
    @media screen and (max-width: 480px) {
      .box03 .txt .txt02 {
        letter-spacing: 0.05em;
        font-size: calc(12vw / 3.9);
        line-height: 1.8; } }

.box03 .sym {
  width: calc(285% / 9); }

@media screen and (max-width: 767px) {
  .bg1 {
    padding: 50px 0 20px; }

  .box03 {
    display: block; }

  .box03 .txt {
    width: 100%;
    margin-bottom: 15px; }

  .box03 .sym {
    width: 80%;
    margin: 0 auto; } }
/* root-simulator
-----------------------------------------------------------------*/
.root-simulator .sec-ttl {
  margin-bottom: 30px;
  color: #333;
  font-size: 8rem;
  line-height: 1; }

.root-simulator .txt-area {
  max-width: 620px;
  margin-right: 30px; }

.root-simulator .txt-area h3 {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.2; }

.root-simulator .txt-area .txt {
  margin-bottom: 10px;
  font-size: 16px; }

.root-simulator .txt-area .note {
  font-size: 1.4rem; }

.root-simulator .simulator {
  flex-shrink: 0;
  /*width: 300px;*/ }

.root-simulator .route_check li {
  position: relative;
  margin-bottom: 40px; }

select::-ms-expand {
  display: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer; }

.root-simulator .simulator select {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 10px;
  background: #FFF;
  font-size: 16px;
  color: #000;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-family: "游明朝","Yu Mincho",YuMincho,"游明朝体","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝", serif;
  font-feature-settings: "palt"; }
  @media screen and (max-width: 767px) {
    .root-simulator .simulator select {
      font-family: YakuHanMP,"Noto Serif JP","Hiragino Mincho ProN","Yu Mincho","游明朝",YuMincho,"游明朝体","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif; } }

.root-simulator .parts-select::before {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 10;
  transform: translateY(-25%);
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: solid transparent;
  border-width: 8px 5px;
  border-top-color: #231815; }

.root-simulator .parts-txt::before {
  position: absolute;
  left: 50%;
  top: -20px;
  z-index: 10;
  transform: translateY(-25%);
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: solid transparent;
  border-width: 8px 5px;
  border-top-color: #fff; }

.root-simulator .simulator input[type="text"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #c2c2c2;
  width: 100%;
  padding: 10px;
  background: #FFF;
  font-size: 16px;
  color: #000;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-family: "游明朝","Yu Mincho",YuMincho,"游明朝体","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝", serif;
  font-feature-settings: "palt"; }
  @media screen and (max-width: 767px) {
    .root-simulator .simulator input[type="text"] {
      font-family: YakuHanMP,"Noto Serif JP","Hiragino Mincho ProN","Yu Mincho","游明朝",YuMincho,"游明朝体","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif; } }

.root-simulator .simulator input[type="button"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  width: 100%;
  padding: 10px;
  background: rgba(188, 165, 58, 0.5);
  font-size: 16px;
  color: #FFF;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-family: "游明朝","Yu Mincho",YuMincho,"游明朝体","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝", serif;
  font-feature-settings: "palt";
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .root-simulator .simulator input[type="button"] {
      font-family: YakuHanMP,"Noto Serif JP","Hiragino Mincho ProN","Yu Mincho","游明朝",YuMincho,"游明朝体","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif; } }

@media screen and (max-width: 767px) {
  .root-simulator .inner {
    padding: 0 20px; }

  .root-simulator .sec-ttl {
    font-size: 3.3rem;
    text-align: center;
    margin-bottom: 30px; }

  .root-simulator .layout-box {
    display: block; }

  .root-simulator .txt-area {
    margin: 0 0 40px;
    text-align: center; }

  .root-simulator .txt-area h3 {
    margin-bottom: 20px;
    font-size: 14px; }

  .root-simulator .txt-area .txt {
    font-size: 14px; }

  .root-simulator .txt-area .note {
    font-size: 1rem;
    text-align: left; }

  .root-simulator .route_check li {
    margin-bottom: 30px; }

  .root-simulator .parts-txt::before {
    top: -15px; }

  .root-simulator .simulator select {
    font-size: 13px; }

  .root-simulator .simulator input[type="text"] {
    font-size: 13px; }

  .root-simulator .simulator input[type="button"] {
    font-size: 13px; }

  .root-simulator .simulator {
    margin: 0 auto; } }

/*# sourceMappingURL=access.css.map */
