@charset "UTF-8";

/*======================　ベース　==========================*/

html{
  scroll-behavior: smooth;
}

body{
  font-family: 'Noto Sans JP', sans-serif;
  overflow-x: hidden;
  background-color: #fff;
  overflow-x:hidden;
  
}

.quicksand{
  font-family: 'Quicksand', sans-serif;
}

.sp-only{
  display: none;
}

.m-only{
  display: none;
}

/*======================　ボタンアニメーション　==========================*/

/*きらっと光る*/

.btnshine{
  /*キラッと光る基点とするためrelativeを指定*/
position: relative;
  /*ボタンの形状*/  
display:inline-block;
  background: #333;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  outline: none;
  overflow: hidden;
}

/*キラッと光る*/
.btnshine::before {
content: '';
  /*絶対配置でキラッと光るの位置を決める*/
position: absolute;
top: 0;
left: -75%;
  /*キラッと光る形状*/
  width: 50%;
height: 100%;
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.btnshine:hover::before {
animation: shine 0.7s;
}

@keyframes shine {
100% {
  left: 125%;
}
}

.header{
  display: block;
  position: absolute;
  width: 365px;
  height: auto;
  top: 30px;
  left: 40px;
}

.logo{
  width: 100%;
  height: auto;
}

.header-contact{
  display: block;
  position: fixed;
  width: 300px;
  height: 60px;
  top: 30px;
  right: 40px;
  z-index: 10;
}

.header-contact a{
  background-color: #3793fe;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  position: relative;
}

/* .header-contact a::after{
  font-family: 'Material Icons Outlined';
  content: 'e5c8';
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  color: #fff;
  display: inline-block;
} */

.contact-arrow{
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  color: #fff;
  display: inline-block;
}

.fv{
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-image: url(../../img/fv-bg.jpg);
  height: 810px;
  padding: 120px 0 0;
  /* position: relative; */
  margin-bottom: 150px;
}

.fv-cont{
  text-align: center;
}

.fv-title{
  font-size: 56px;
  color: #fff;
  font-weight: 900;
  line-height: 1.5;
}

.fv-title-img{
  width: 287px;
  display: inline-block;
  padding: 0 15px;
}

.fv-title-img img{
  vertical-align: middle;
  transform: translateY(-6px);
}

.fv-title-small{
  color: #fff;
  font-size: 24px;
  margin-top: 10px;
}

.fv-pc-img{
  /* width: 650px;
  bottom: -30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); */
  width:725px;
  margin: 50px auto;
  position: relative;
  z-index: 1;
}

.fv-free-txt{
  position: absolute;
  z-index: -1;
  top: -20px;
  left: -80px;
  width: 160px;
  height: auto;
}

.catch__img{
  width: 975px;
  margin-left: auto;
  margin-right: auto;
}

.merit{
  background-color: #f7f7f7;
  padding: 130px 0 80px;
  position: relative;
  margin-top: 200px;
}

.merit__float-title{
  padding-top: 30px;
  background-position: center center;
  background-size: contain;
  width: 840px;
  height: 164px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  background-image: url(../../img/merit-hukidashi.png);
}

.merit__float-title_small{
  color: #fff;
  font-size: 21px;
  display: block;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}

.merit__float-title_big{
  color: #fff;
  font-size: 32px;
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}

.merit__title{
  border-bottom: 3px solid #000;
  font-size: 42px;
  font-weight: 900;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}

.merit__title-img{
  display: inline-block;
  margin-right: 15px;
  width: 216px;
}

.merit__title-img img{
  vertical-align: middle;
  transform: translateY(-6px);
}

.merit__flex{
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.merit__flex-item{
  width: 31.5%;
  border-radius: 20px;
  background-color: #fff;
  padding: 40px 25px;
}

.merit__title_small{
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.merit__flex-item-img{
  margin-bottom: 10px;
}

.orange-txt{
  color: #ff6e2b;
}

.merit__flex-item p{
  font-size: 16px;
}

.reservation{
  padding: 100px 0;
  overflow: hidden;
}

.reservation__title{
  width: fit-content;
  margin: 0 auto;
  font-size: 42px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 10px;
}

.reservation__title-img {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  width: 216px;
}

.reservation__title-img img{
  vertical-align: middle;
  transform: translateY(-6px);
}

.caution-navy-bg-txt{
  width: 400px;
  background-color: #004569;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 0 15px;
  margin: 0 auto;
  border-radius: 5px;
  text-align: center;
}

/* .caution-navy-bg-txt::before{
  width: 29px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../img/caution-mark.png);
  transform: translateY(6px);
} */

.contact-btn{
  display: block;
  width: 300px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}

.contact-btn a{
  background-color: #3793fe;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  position: relative;
}

.reservation__flex{
  display: flex;
  justify-content: space-between;
  position: relative;
}

.reservation__flex-item{
  width: 48.5%;
  position: relative;
}

.reservation__flex-float{
  position: absolute;
  width: fit-content;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
}

.reservation__flex-float-txt{
  width: fit-content;
  padding: 30px 20px;
  border-radius: 20px;
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.reservation__flex-float-arrow{
  width: 109px;
  margin: 40px auto 0;
}

.reservation__txt{
  width: 100%;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  background-image: url(../../img/data-txt-bg.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 30px;
}

.reservation__txt-white-bg{
  display: inline-block;
  padding: 2px 15px 5px;
  color: #ff6e2b;
  font-size: 24px;
  background-color: #fff;
  margin-right: 20px;
}

.abroad{
  padding: 100px 0;
  background-image: url(../../img/abroad-bg.jpg);
  background-position: center center;
  background-size: cover;
}

.abroad__cont{
  text-align: center;
  color: #fff;
}

.abroad__title{
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 20px;
}

.abroad-txt{
  text-align: center;
  line-height: 2;
}

.feature{
  padding: 100px 0;
  overflow: hidden;
  background-color: #fff5ed;
  position: relative;
  /* background-image: url(../../img/feature-bg.png);
  background-position: center center;
  background-size: cover; */
}

.feature::after{
  background-image: url(../../img/feature-circle.png);
  width: 1025px;
  height: 748px;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
}

.inline-title-bl{
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 50px;
}

.inline-title {
  width: 235px;
  margin-left: auto;
  margin-right: auto;
}

.inline-title-hosoku{
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
}

.inline-about{
  margin-bottom: 80px;
}

.inline-about-txt_small{
  text-align: center;
  font-size: 21px;
  font-weight: 500;
}

.inline-about-txt_small-img{
  width: 212px;
  display: inline-block;
  margin-right: 15px;
}

.inline-about-txt_small-img img{
  vertical-align: middle;
  transform: translateY(-2px);
}

.inline-about-txt_big{
  font-size: 52px;
  text-align: center;
  font-weight: 900;
}

.feature__flex{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.feature__flex-item{
  width: 31.5%;
  margin-right: 2.75%;
  margin-bottom: 50px;
}

.feature__flex-item:nth-of-type(3),
.feature__flex-item:last-of-type{
  margin-right: 0;
}

.feature__flex-item-orange-txt{
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #ff6e2b;
  text-align: center;
  display: block;
}

.feature__flex-item-title{
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 24px;
  display: block;
}

.feature__table-bl{
  width: 100%;
  padding: 50px;
  border-radius: 20px;
  background-color: #fff;
  font-weight: bold;
  margin-top: 30px;
}

.feature__table-flex{
  display: flex;
}

.feature__table-flex-item01 {
  width: 230px;
  border-right: #dddddd 1px solid;
  padding: 23px 25px;
}

.feature__table-flex-item02{
  width: calc((100% - 230px) / 2);
  border-right: #dddddd 1px solid;
  padding: 15px 25px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}

.feature__table-flex-item03{
  width: calc((100% - 230px) / 2);
  padding: 15px 25px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}

.table-logo01{
  width: 273px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.table-logo02{
  width: 142px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.blue-txt{
  color: #3793fe;
}

.gray-txt{
  color: #ddd;
}

.bg-gray{
  background-color: #f2f2f2;
}

.step{
  padding: 100px 0;
}

.step__title_small{
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 10px;
}

.step__title_small-img{
  width: 168px;
  display: inline-block;
  margin-right: 10px;
}

.step__title_small-img img{
  vertical-align: middle;
  transform: translateY(-6px);
}

.step__title_big-img{
  width: 187px;
  display: inline-block;
  margin-right: 10px;
}

.step__title_big-img img{
  vertical-align: middle;
  transform: translateY(-6px);
}

.step__title-bl{
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.step__title_big {
  font-size: 52px;
  font-weight: 900;
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 0 auto;
  background-color: #fff;
  line-height: 1.2;
  padding-right: 10px;
  margin-bottom: 20px;
}

/* .step__title_big .orange-txt{
  background-color: #fff;
  display: inline-block;
} */

.float-free-txt-orange{
  width: 150px;
  position: absolute;
  top: -70px;
  right: -80px;
  z-index: -1;
}

.step__title-bg-orange-txt{
  width: 100%;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  background-image: url(../../img/data-txt-bg.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 30px;
}

.step__flex{
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.step__flex::after{
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background-color: #ddd;
  content: "";
  z-index: -1;
}

.step__flex-item{
  width: 22%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step__flex-item-img{
  width: 140px;
  margin-bottom: 30px;
}

.step__flex-item-title{
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  height: 70px;
  line-height: 1.3;
}

.step__flex-item-title_small{
  font-size: 12px;
}

.step__tag{
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin: 20px auto 0;
}

.contact{
  padding: 100px 0;
  background-image: url(../../img/contact-bg.jpg);
  background-position: center center;
  background-size: cover;
}

.contact__flex{
  display: flex;
}

.contact__flex-item{
  width: 50%;
}

.contact__flex-item.img{
  padding-left: 10px;
}

.contact__flex-item.cont{
  padding-left: 30px;
}

.contact__title{
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}

.contact__txt{
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
}

.contact__flex-item .contact-btn{
  margin: 0 auto 0 0;
}

.faq{
  padding: 100px 0;
}

.faq__title{
  text-align: center;
  font-weight: 900;
  font-size: 52px;
}



/*　アコーディオン　*/

.accordion {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  position: relative;
  width: 100%;
}
.accordion-title {
  cursor: pointer;
  font-size: 1.1rem;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  position: relative;
}

.ac-qa-circle{
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  /* background-color: #fff; */
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  position: absolute;
}

.ac-qa-circle span{
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  top: 0;
  left: 0;
}

.ac-qa-circle span::before{
  width: 50%;
  height: 3px;
  background-color: #010101;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  transform: translate(-50%,-50%);
}
.ac-qa-circle span::after{
  width: 50%;
  height: 3px;
  background-color: #010101;
  position: absolute;
  top: 25%;
  left: 28%;
  content: "";
  display: block;
  transform: rotate(-90deg) translate(-50%,-50%);
  transition-duration: 0.5s;
}
.accordion-content {
  display: none;
  position: relative;
  padding: 25px 55px 25px 85px;
  border-radius: 0 0 5px 5px;
}
.accordion-content p {
  line-height: 1.5;
}

.ac-qa-num {
  font-size: 20px;
  color: #fff;
  background: #000;
  margin-right: 20px;
  line-height: 1;
  font-weight: 200;
  display: flex;
  padding-bottom: 2px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
}

.ac-qa-num-a{
  background: #ff6e06;
  position: absolute;
  top: 25px;
  left: 30px;
}
.accordion-item{
  border-radius: 5px;
}
.accordion-item .accordion-title {
  background-color: #f2f2f2;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
}
.accordion-item .accordion-content {
  background-color: #fff;
}
.accordion-title {
  position: relative;
}

.accordion-title.open{
  border-radius: 5px 5px 0 0;
}

.accordion-title.open .ac-qa-circle span::after{
  transition-duration: 0.5s;
  /* top: 50%;
  left: 50%;
  transform: rotate(0) translate(-50%,-50%); */
  top: 25%;
  left: 25%;
  transform: rotate(0) translate(0%,12px);
}

.accordion-item{
margin-bottom: 30px;
}

.solution{
  padding: 100px 0;
  overflow: hidden;
  background-color: #fff5ed;
  position: relative;
}

.solution::after{
  background-image: url(../../img/feature-circle.png);
  width: 1025px;
  height: 748px;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
}

.solution__title_small{
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  display: block;
}

.solution__title_big{
  font-size: 52px;
  font-weight: 900;
  text-align: center;
  display: block;
}

.solution__title{
  margin-bottom: 50px;
}

.solution__cont-txt{
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 10px;
}

.solution__cont-txt-img{
  width: 168px;
  display: inline-block;
  margin-right: 10px;
}

.solution__cont-txt-img img{
  vertical-align: middle;
  transform: translateY(-3px);
}

.solution__cont-logo{
  width: 281px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.solution__flex{
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.solution__flex-item{
  width: 31.5%;
  border-radius: 20px;
  position: relative;
  background-color: #fff;
  padding: 70px 30px 50px;
}

.solution__float-title{
  background-image: url(../../img/float-title-bg.png);
  width: 132px;
  height: 40px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
}

.solution__flex-item-title-img{
  width: 168px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.solution__flex-item-title{
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
}

.solution__flex-item-txt{
  text-align: center;
}

.global{
  padding: 100px 0;
}

.global__title-flex{
  display: flex;
}

.global__title{
  width: 420px;
  padding: 0 40px;
}
.global__title-inline,
.global__title-hosoku{
  display: block;
  width: 100%;
}
.global__title-detail-bl{
  width: calc(100% - 420px);
}

.global__title-detail{
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 20px;
}

.global__flex{
  display: flex;
  margin-top: 70px;
}

.global__flex-item{
  width: 50%;
}

.global__flex-item.map{
  padding-right: 40px;
}

.map-cont{
  margin-bottom: 30px;
}

.map-title{
  font-size: 18px;
  font-weight: 500;
}

.map-title::before {
  display: inline-block;
  content: "";
  background-image: url(../../img/map-icon.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 23px;
  margin-right: 5px;
  margin-bottom: 5px;
  transform: translateY(10px);
}

.map-txt{
  color: #888;
}

footer{
  height: 120px;
  width: 100%;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.floating-contact{
  display: none;
}

/* 20221227__add */
.fv-title-middle{
  font-size: 32px;
}

.merit__top-title-img{
  width: 784px;
  margin: 0 auto 30px;
  max-width: 100%;
}
.reservation__title-inline-img {
  width: 123px;
  display: inline-block;
  margin-right: 10px;
  transform: translateY(-17px);
}
.now-icon{
  display: inline-block;
  width: 90px;
  margin-right: 10px;
}
.now-txt{
  border-bottom: 1px solid #000;
  font-size: 21px;
}
.now-bl{
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 30px;
}
.flow-lang{
  position: absolute;
  top: -30px;
  right: -30px;
}
.u1200{
  display: none;
}
.u960{
  display: none;
}
.u400{
  display: none;
}

/* 20221228__add */
.inline-chinese{
  color: #ff6e06;
  font-weight: bold;
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 18px;
}

.catch__top-bl .reservation__title-img{
  width: 220px;
}

.merit__top-title-img{
  width: fit-content;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.8;
  text-align: center;
}

.merit-logos{
  width: 400px;
  display: inline-block;
  margin-right: 10px;
}
.merit-border-bottom{
  border-bottom: 1px solid #000;
  padding-bottom: 12px;
}
@media screen and (max-width: 1300px) {
  .merit__flex-item {
    padding: 40px 20px;
}

.merit__flex-item p {
  font-size: 15px;
}

.abroad__title {
  font-size: 40px;
}
}

@media screen and (max-width: 1200px) {
  .fv {
    /* height: 695px; */
    height: 780px;
  }

  .fv-title {
    font-size: 50px;
  }

  .catch__img {
    width: 800px;
  }

  .merit__title-img {
    margin-right: 10px;
    width: 190px;
  }

  .merit__title-img img {
    transform: translateY(-2px);
  }

  .merit__title_small {
    font-size: 20px;
  }

  .reservation__title {
    font-size: 36px;
    line-height: 1.6;
  }

  .reservation__title-img img {
    transform: translateY(-2px);
  }

  .reservation__title-img {
    margin-right: 10px;
  }

  .reservation__txt {
    font-size: 28px;
    height: 60px;
  }

  .reservation__txt-white-bg {
    padding: 0px 10px 2px;
    color: #ff6e2b;
    font-size: 20px;
    margin-right: 20px;
  }

  .abroad__title {
    font-size: 32px;
  }

  .abroad-txt {
    font-size: 15.5px;
  }

  .inline-about-txt_big {
    font-size: 44px;
  }

  .feature__flex-item-orange-txt {
    font-size: 17px;
  }

  .table-logo01 {
    width: 200px;
  }

  .table-logo02 {
    width: 110px;
  }

  .step__title_big {
    font-size: 42px;
  }

  .step__title_big-img {
    width: 150px;
  }

  .step__title-bg-orange-txt {
    height: 60px;
    font-size: 28px;
  }

  .contact__title {
    font-size: 32px;
  }

  .faq__title {
    font-size: 45px;
  }

  .solution__flex-item {
    width: 32%;
    padding: 50px 15px 50px;
  }

  .solution__flex-item-title {
    font-size: 20px;
  }

  .solution__flex-item-txt {
    font-size: 15px;
  }

  .global__title {
    width: 280px;
    padding: 0 40px 0 0;
  }

  .global__title-detail-bl {
    width: calc(100% - 280px);
  }

  .reservation__flex-float-txt {
    padding: 20px;
    border-radius: 10px;
    font-size: 14px;
  }

  .merit__title {
    font-size: 36px;
  }

  .ac-qa-num-a {
    left: 15px;
  }

  .u1200{
    display: inline-block;
  }

  .global__title-detail {
    font-size: 25.5px;
}

.reservation__title-inline-img {
  transform: translateY(-8px);
}
}


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

  .accordion-title {
      padding: 15px 60px 15px 15px;
      font-size: 1rem;
  }

  .ac-qa-circle,
  .ac-qa-circle span {
      width: 40px;
      height: 40px;
  }

  .accordion-content.caution-bl{
      padding: 25px 30px 25px 30px!important;
  }

  .accordion-item {
      margin-bottom: 15px;
  }

  .accordion-content {
    padding: 25px 20px 25px 70px;
}

.accordion-item .accordion-title {
    font-size: 16px;
}

.accordion-title.open .ac-qa-circle span::after {
  transform: rotate(0) translate(0%,10px);
}

.m-only{
  display: inline-block;
}

.catch__img {
  width: 570px;
}

.merit__float-title {
  width: 600px;
  padding-top: 23px;
}

.merit__float-title_small {
  font-size: 18px;
}

.merit__float-title_big {
  font-size: 28px;
}

.float-free-txt-orange {
  width: 120px;
  top: -45px;
  right: 0;
}

.contact__flex-item {
  width: 100%;
}

.contact__flex-item.cont {
  padding-left: 0;
  padding-top: 20px;
}

.contact__flex-item.img {
  padding-left: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.fv-title {
  font-size: 35px;
}

.fv-title-img {
  width: 220px;
  padding: 0 10px;
}

.fv-title-img img {
  transform: translateY(-3px);
}

.fv-free-txt {
  top: -25px;
  left: -40px;
  width: 120px;
}

.fv-pc-img {
  width: 500px;
  margin: 50px auto;
}

.material-symbols-outlined {
  font-size: 20px;
}

.contact-arrow {
  right: 20px;
}

.header-contact {
  width: 250px;
  right: 30px;
}

.header {
  width: 300px;
  left: 20px;
}

.fv {
  margin-bottom: 100px;
}

.merit {
  padding: 110px 0 80px;
  margin-top: 140px;
}

.merit__title {
  font-size: 24px;
  padding: 0 10px 5px;
}

.merit__flex {
  align-items: center;
  flex-direction: column;
}

.merit__flex-item {
  width: 100%;
  max-width: 400px;
  margin-bottom: 30px;
  padding: 40px 25px;
}

.merit__float-title {
  height: 134px;
  background-image: url(../../img/hukidashi-bg-sp.png);
}

.merit__title-img {
  width: 150px;
}

.merit__title_small {
  font-size: 23px;
}

.reservation__title {
  font-size: 32px;
  margin-bottom: 20px;
}

.reservation__flex {
  align-items: center;
  flex-direction: column;
}

.reservation__flex-item {
  width: 100%;
  max-width: 400px;
  margin-bottom: 40px;
}

.reservation__flex-float-arrow {
  width: 70px;
  margin: 40px auto 0;
  transform: rotate(90deg) translateX(-15px);
}

.reservation__txt{
  margin-top: 0;
}

.reservation__flex-float {
  top: 50%;
  transform: translate(-50%,-75%);
  display: flex;
}

.reservation__txt-white-bg {
  font-size: 16px;
}

.reservation__txt {
  background-image: url(../../img/gradation-bg-sp.png);
}

.reservation__txt {
  height: 100px;
  font-size: 18px;
  display: flex;
  flex-direction: column;
}


/* .reservation__txt {
  font-size: 22px;
} */

.abroad__title {
  font-size: 28px;
}

.inline-title {
  width: 200px;
}

.inline-about-txt_small-img {
  width: 170px;
  margin-right: 10px;
}

.inline-about-txt_big {
  font-size: 35px;
  margin-top: 20px;
  line-height: 1.5;
}

.feature__flex {
  flex-direction: column;
  align-items: center;
}

.feature__flex-item {
  width: 400px;
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 50px;
}

.feature__table-flex-item01 {
  width: 180px;
  padding: 15px;
}

.feature__table-flex-item02,
.feature__table-flex-item03 {
  width: calc((100% - 180px) / 2);
  padding: 15px;
}

.table-logo01 {
  width: 120px;
}

.table-logo01 img {
  vertical-align: middle;
}

.table-logo02 {
  width: 80px;
}

.table-logo02 img {
  vertical-align: middle;
}

.float-free-txt-orange {
  top: 25px;
  right: 40px;
}

.step__title_big {
  font-size: 38px;
  text-align: center;
  margin-top: 30px;
  padding-right: 0;
}

.step__title-bg-orange-txt {
  width: 600px;
  font-size: 24px;
}

.step__flex-item {
  width: 100%;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.step__flex-item:last-of-type{
  border-bottom: none;
}

.step__flex-item-cont{
  width: calc(100% - 140px);
  padding-left: 30px;
}

.step__flex-item-title {
  text-align: left;
  height: auto;
  margin-bottom: 10px;
}

.step__tag {
  margin: 10px auto 0 0;
  width: fit-content;
}

.step__flex {
  flex-direction: column;
}

.step__flex::after{
  display: none;
}

.contact__flex {
  flex-direction: column;
}

.contact__flex-item .contact-btn {
  margin: 0 auto;
}

.faq__title {
  font-size: 38px;
}

.solution__title_small {
  font-size: 20px;
}

.solution__title_big {
  font-size: 40px;
}

.solution__cont-logo {
  width: 250px;
}

.solution__flex {
  flex-direction: column;
  align-items: center;
}

.solution__flex-item {
  width: 400px;
  padding: 50px 15px 50px;
  max-width: 100%;
  margin-bottom: 50px;
}

.global__title-flex {
  flex-direction: column;
}

.global__title {
  width: 240px;
  padding: 0 0 20px;
}

.global__title-detail-bl {
  width: 100%;
}

.global__flex{
  flex-direction: column;
}

.global__flex-item.map {
  padding-right: 0;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}

.global__flex-item.cont{
  width: 100%;
  margin-top: 30px;
}

.accordion-title {
  padding: 15px 60px 15px 70px;
}

.ac-qa-num {
  position: absolute;
  left: 15px;
}

.fv {
  height: 610px;
}
.fv-title-middle {
  font-size: 24px;
}
.fv-title-small {
  font-size: 18px;
}
.u960{
  display: inline-block;
}
.now-txt {
  font-size: 19px;
}
.flow-lang {
  top: -20px;
  right: -20px;
  width: 80px;
}
.inline-about-txt_small {
  font-size: 19px;
}
.step__title_big-img {
  width: 120px;
}
.step__title_big {
  font-size: 36px;
}

.u960-catch-top-title{
  display: inline-block;
  margin-top: 20px;
  font-size: 120%;
}
}

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

  .accordion-content.caution-bl {
      padding: 25px 20px!important;
  }

  .accordion-title {
    padding: 15px 60px 15px 70px;
    font-size: 1rem;
}

.ac-qa-circle,
.ac-qa-circle span {
    width: 40px;
    height: 40px;
}

.accordion-item {
    margin-bottom: 15px;
}

.accordion-content {
  padding: 25px 20px 25px 70px;
}

.header {
  width: 250px;
  left: 20px;
  top: 20px;
}

.header-contact {
  width: 250px;
  max-width: 90%;
  right: 50%;
  transform: translateX(50%);
  position: absolute;
  top: 640px;
}

.sp-none{
  display: none;
}

.sp-only{
  display: inline-block;
}

.fv{
  background-image: url(../../img/fv-bg-sp.png);
  padding: 90px 0 0;
  margin-bottom: 60px;
  overflow: hidden;
  height: 750px;
}

.fv-pc-img {
  max-width: 90%;
  margin: 40px auto;
  width: 500px;
  transform: translateX(10px);
}

.fv-title-sp-small{
  font-size: 20px;
}

.fv-title-img {
  width: 170px;
  padding: 0 8px;
}

.fv-title {
  font-size: 24px;
  transform: translateX(0);
}

.fv-title-small {
  color: #fff;
  font-size: 15px;
  margin-top: 20px;
}

.fv-free-txt {
  top: -30px;
  left: -15px;
  width: 80px;
}

.catch__img {
  width: 390px;
  max-width: 100%;
}

.merit {
  padding: 80px 0 30px;
  margin-top: 90px;
}

.merit__float-title {
  height: 104px;
  width: 350px;
  max-width: 95%;
}

.merit__float-title_small {
  font-size: 12px;
}

.merit__float-title_big {
  font-size: 20px;
}

.merit__title-img {
  width: 120px;
  margin-right: 5px;
}

.merit__title {
  font-size: 20px;
  text-align: center;
}

.reservation__title-img {
  margin-right: 10px;
  width: 150px;
}

.reservation__title {
  font-size: 23px;
}

.caution-navy-bg-txt {
  width: 320px;
  font-size: 14px;
  max-width: 100%;
}

.caution-navy-bg-txt::before {
  width: 25px;
  height: 20px;
  margin-right: 5px;
}

.reservation {
  padding: 60px 0;
}

.reservation__flex-float-txt {
  padding: 15px;
  white-space: nowrap;
}

/* .reservation__txt {
  background-image: url(../../img/gradation-bg-sp.png);
}

.reservation__txt {
  height: 100px;
  font-size: 18px;
  display: flex;
  flex-direction: column;
} */

.abroad-txt{
  font-size: 15px;
}

.abroad__title{
  font-size: 24px;
}

.abroad {
  padding: 70px 0;
}

.inline-about-txt_small-img{
  width: 150px;
}

.feature {
  padding: 70px 0;
}

.inline-title {
  width: 180px;
}

.inline-title-bl {
  margin-bottom: 30px;
}

.inline-title-hosoku {
  font-size: 16px;
}

.inline-about-txt_big {
  font-size: 28px;
}

.inline-about-txt_small {
  font-size: 16px;
}

.inline-about {
  margin-bottom: 40px;
}

.feature__flex-item-orange-txt {
  font-size: 14px;
}

.feature__flex-item-title {
  font-size: 20px;
}

.feature__flex-item-txt{
  font-size: 15px;
}

.feature__table-flex-item01 {
  width: 120px;
  padding: 10px;
  font-size: 14px;
}

.table-logo01 {
  width: 70px;
}

.feature__table-flex-item02, .feature__table-flex-item03 {
  width: calc((100% - 120px) / 2);
  padding: 10px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.table-logo02 {
  width: 40px;
}

.feature__table-bl {
  margin-top: 0;
  padding: 30px 15px;
}

.step {
  padding: 70px 0 60px;
}

.step__title_small-img {
  width: 140px;
}

.step__title_small-img img {
  transform: translateY(-2px);
}

.step__title_big {
  font-size: 28px;
}

.float-free-txt-orange {
  top: 48px;
  right: -10px;
  width: 60px;
}

.step__title-bg-orange-txt {
  width: 100%;
  font-size: 18px;
  background-image: url(../../img/gradation-bg-sp.png);
}

.step__flex {
  flex-direction: column;
  width: 340px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.step__flex-item-img {
  width: 100px;
  margin-bottom: 30px;
}

.step__flex-item-title {
  text-align: left;
  font-size: 16px;
}

.step__title_big-img {
  width: 100px;
}

.step__title-bg-orange-txt {
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  width: 320px;
  max-width: 100%;
}

.step__title_small {
  font-size: 16px;
}

.step__flex-item-txt{
  font-size: 14px;
}

.step__tag {
  margin: 10px auto 0 auto;
  font-size: 14px;
}

.step__flex-item-cont {
  width: calc(100% - 100px);
  padding-left: 20px;
  position: relative;
  margin-bottom: 40px;
}

.step__tag {
  margin: 10px auto 0 auto;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% + 100px);
  text-align: center;
  transform: translateY(130%);
}

.step__flex-item:last-of-type .step__tag {
  transform: translateY(160%);
}

.contact__flex-item.img {
  max-width: 300px;
  transform: translateX(10px);
}

.contact {
  padding: 70px 0;
}

.contact__title {
  font-size: 24px;
}

.contact__txt {
  font-size: 15px;
}

.faq__title {
  font-size: 28px;
}

.faq {
  padding: 70px 0;
}

.solution__title_small {
  font-size: 15px;
  margin-bottom: 10px;
}

.solution__title_big {
  font-size: 32px;
  line-height: 1.5;
}

.solution {
  padding: 70px 0 10px;
}

.feature::after,
.solution::after {
  width: 500px;
  height: 350px;
}

.solution__cont-txt {
  font-size: 16px;
}

.solution__cont-txt-img {
  width: 140px;
}

.solution__cont-logo {
  width: 200px;
}

.solution__float-title {
  font-size: 16px;
}

.solution__flex-item-title-img {
  width: 150px;
}

.solution__flex-item-title {
  font-size: 18px;
}

.solution__flex-item-txt {
  font-size: 15px;
}

.solution__flex-item {
  padding: 40px 15px 30px;
}

.global__title {
  width: 200px;
  padding: 0;
  margin-bottom: 30px;
}

.global__title-inline, .global__title-hosoku {
  height:auto;
}

.global__title-hosoku{
  height: 20px;
}

.global__title-hosoku img {
  vertical-align: super;
}

.global__title-detail {
  font-size: 20px;
}

.global__title-detail-txt{
  font-size: 15px;
}

.global {
  padding: 70px 0;
}

.global__flex {
  margin-top: 30px;
}

.map-cont {
  margin-bottom: 20px;
}

.map-title {
  font-size: 16px;
}

.map-txt{
  font-size: 14px;
}

footer {
  height: 140px;
  padding-bottom: 70px;
  background: #fff;
}

.merit__flex-item p {
  font-size: 14px;
}

.floating-contact{
  width: 100%;
  height: 70px;
  background-color: #3793fe;
  bottom: -70px;
  transition-duration: 0.5s;
  transform: translateY(0);
  position: fixed;
  z-index: 20;
  display: block;
}

.floating-contact.active{
  transition-duration: 0.5s;
  transform: translateY(-100%);
}

.floating-contact a{
  width: 100%;
  height: 100%;
  background-color: #3793fe;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fv-title-middle {
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
}

/* 20221227__add */
.reservation__title-inline-img {
  width: 90px;
}

.now-txt {
  font-size: 18px;
}

.flow-lang {
  top: -10px;
  right: -10px;
  width: 70px;
}

.merit__top-title-img {
  width: 300px;
}

.catch__top-bl .reservation__title-inline-img {
  width: 80px;
}
.catch__top-bl .reservation__title-img {
  width: 140px;
  margin-right: 5px;
  margin-left: 5px;
}
.merit-logos {
  width: 320px;
  margin-right: 5px;
}
.merit__top-title-img {
  width: fit-content;
  font-size: 28px;
}
.merit-border-bottom {
  padding-bottom: 8px;
}
.inline-chinese {
  font-size: 15px;
}

}

@media screen and (max-width: 450px){
  .header-contact {
    top: 600px;
}
.fv {
  height: 720px;
}
.merit-logos {
  width: 265px;
  margin-right: 5px;
}
.merit__top-title-img {
  width: fit-content;
  font-size: 25px;
}
}

@media screen and (max-width: 400px){
/* 20221227__add */

.u400{
  display: inline-block;
}

.reservation__title {
  font-size: 21px;
}

.fv {
  height: 680px;
}

.header-contact {
  top: 570px;
}
.now-icon {
  width: 70px;
}
.now-txt {
  font-size: 16px;
}
}
