@charset "UTF-8";

.c-white {
  color: #fff;
}

.c-green {
  color: #42633e;
}

.c-blue {
  color: #9BD7ED;
}

.bg-skyblue {
  background-color: #9BD7ED;
}

.bg-green {
  background-color: #42633e;
}

.bg-blue {
  background-color: #0071BE;
}

/****************************************************************************
        TOP
****************************************************************************/
/**      メインビジュアル      **/
section.main-visual {
  width: 100%;
  height: 450px;
  position: relative;
  padding: 25px;
  /* background: #ffffff33; */
}

section.main-visual::before {
  content: "";
  display: block;
  background-image: url(../images/mv-1_pc.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mv-container {
  position: absolute;
  top: 55%;
  left: 10%;
  transform: translate(-10%, -50%);
}

.mv-copy {
  font-size: 35px;
  font-weight: bold;
  background-color: #00000057;
  margin-bottom: 10px;
  width: -moz-max-content;
  width: max-content;
  padding: 0 15px;
  color: white;
}

p.mv-copy_sub {
  font-size: 20px;
  font-weight: bold;
  background-color: #00000057;
  margin-top: 18px;
  width: -moz-max-content;
  width: max-content;
  padding: 0 15px;
  color: white;
}

.mv-search_area {
  max-width: 1400px;
  margin: 0 auto;
  position: absolute;
  top: 365px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 500;
  background-color: #fff;
  padding: 20px 40px;
  border-radius: 25px;
}

.mv-search_input {
  gap: 10px;
  justify-content: center;
}

.mv-search01_input,
.mv-search02_input,
.mv-search03_input,
.mv-search04_input {
  width: 300px;
  /* border: solid 1px #8a8888; */
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  padding: 0 10px;
  background: white;
  box-shadow: 1px 1px 5px rgb(20 20 20 / 20%);
}

.mv-search01_input select,
.mv-search02_input select,
.mv-search03_input select,
.mv-search04_input select {
  width: 240px;
  height: 30px;
  border: none;
  font-weight: bold;
}

.mv-search05_input {
  width: 160px;
}

.mv-search05_input input {
  width: 160px;
  height: 40px;
  border: none;
  background-color: #0071BE;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}

.search-icon {
  max-width: 16px;
}

.search-icon img {
  width: 100%;
}

.mv-add_btn {
  margin: 10px 0;
  gap: 5px;
  align-items: center;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
}

p.add-text {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}

span.select-content {
  font-size: 14px;
  font-weight: normal;
}

.rotate-45 {
  transform: rotate(45deg);
  transition: 0.4s;
}

section.about-sec {
  margin-top: 50px;
}

.about-sec_title {
  justify-content: center;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;

  & img {
    width: 150px;

    @media screen and (max-width :780px) {
      width: 120px;
    }
  }
}

.about-sec_container {
  justify-content: center;
  gap: 50px;
}

.about-list_area {
  margin-top: 50px;
  flex-wrap: wrap;
  max-width: 320px;
  row-gap: 20px;
}

.about-list_img {
  max-width: 380px;
  height: 250px;
}

.about-list_img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 250px;
  border-radius: 30px;
}

.about-text_top {
  gap: 8px;
  align-items: baseline;
}

.about-list_number {
  font-size: 50px;
  font-weight: bold;
}

.about-list_en {
  font-size: 16px;
  text-decoration: underline;
}

h3.about-title_head {
  font-size: 20px;
  font-weight: bold;
}

p.about-text {
  font-size: 16px;
  margin-top: 20px;
}

.slide-list_text {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

p.slide-text {
  font-size: 14px;
  font-weight: bold;
  background: #69676769;
  padding: 10px;
}

a.slide-link {
  display: block;
  width: 140px;
  height: 40px;
  text-align: center;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  border-radius: 45px;
  line-height: 40px;
  color: #42633e;
}

section.campaing-sec {
  padding: 50px 0;
  position: relative;
  margin-top: 50px;
}

section.campaing-sec::before {
  content: "";
  display: block;
  background-image: url(../images/campaign-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -5;
  position: absolute;
  top: 0;
  left: 0;
}

.rotate-text {
  transform: rotate(90deg);
  position: absolute;
  top: -10px;
  left: 5%;
  text-decoration: underline;
  font-weight: bold;
}

.campaign-list_area {
  justify-content: center;
  gap: 40px;
  row-gap: 30px;
  flex-wrap: wrap;
  margin: 50px auto 0;
}

li.campaign-list {
  width: 250px;
  border-radius: 10px;
  position: relative;
  background-color: #fff;
}

.campaign-area_text {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #42633e;
  border-radius: 25px;
  padding: 2px 13px;
  text-align: center;
  color: #fff;
}

.campaign-list_img {
  max-width: 300px;
  width: 100%;
  height: 160px;
}

.campaign-list_img img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
}

.campaign-text_wrap {
  /* margin-top: 10px; */
  padding: 15px 15px 0;
}

h3.campaign-title_head {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}

.evaluation-wrap {
  margin: 5px 0;
}

p.campaign-text {
  font-size: 14px;
  font-weight: bold;
  margin-top: 8px;
}

.campaign-yen_wrap {
  justify-content: flex-end;
  gap: 4px;
  align-items: baseline;
  margin-right: 10px;
  margin-bottom: 10px;
}

span.yen {
  font-size: 18px;
  font-weight: bold;
}

p.yen-text {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}

.readmore-btn {
  width: 260px;
  height: 50px;
  position: relative;
  border-radius: 45px;
  margin: 30px auto 0;
  /* padding: 15px 25px; */
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  padding-left: 30px;
}

/* .readmore-btn a {
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  padding-left: 30px;
} */

.readmore-btn::after {
  content: "";
  display: block;
  background-image: url(../images/readmore-arrow.png);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 70px;
  height: 18px;
  z-index: 5;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

section.package-sec {
  margin-top: 50px;
  position: relative;
}

section.reasons-sec {
  position: relative;
  padding: 50px 0;
  margin-top: 50px;
}

section.reasons-sec::before {
  content: "";
  display: block;
  background-color: #f4f4f4;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}

section.reasons-sec::after {
  content: "";
  display: block;
  background-image: url(../images/vietnam-map.png);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 1200px;
  height: 1200px;
  position: absolute;
  top: -1%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -5;
}

.reasons-contents_area {
  margin-top: 50px;
}

ul.reasons-list_container {
  gap: 70px;
  row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}

li.reasons-list_img {
  max-width: 570px;
}

li.reasons-list_img img {
  max-width: 430px;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border-radius: 35px;
}

li.reasons-list_text {
  max-width: 460px;
  width: 100%;
}

.reasons-text_top {
  padding-top: 10px;
}

.reasons-text_number {
  font-size: 50px;
  font-weight: bold;
  color: #42633e;
}

span.reasons-en {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}

h3.reasons-title_head {
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
}

p.reasons-text {
  font-size: 16px;
  margin-top: 20px;
}

section.other-sec {
  margin-top: 50px;
}

.price-list_container {
  position: relative;
  height: 500px;
}

.price-list_img {
  width: 65%;
  max-width: 740px;
  height: 500px;
  position: absolute;
  top: 0;
  left: 60px;
}

.price-list_img img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 35px;
}

.price-list_text {
  width: 50%;
  margin: 5% 0 0 0;
  background-color: #fff;
  padding: 7% 7% 3%;
  position: absolute;
  top: 20%;
  right: 0;
  z-index: 10;
  border-radius: 35px;
}

.taxi-list_container {
  position: relative;
  height: 500px;
  margin-top: 70px;
}

.taxi-list_img {
  width: 65%;
  max-width: 740px;
  height: 500px;
  position: absolute;
  top: 0;
  right: 10%;
}

.taxi-list_img img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 35px;
}

.taxi-list_text {
  width: 50%;
  margin: 5% 0 0 0;
  background-color: #fff;
  padding: 35px;
  position: absolute;
  top: 20%;
  left: 10%;
  z-index: 10;
  border-radius: 35px;
}

.other-top_en {
  font-size: 40px;
  font-weight: bold;
  color: #dadada;
}

h2.other-title_head {
  font-size: 24px;
  font-weight: bold;
  color: #42633e;
  margin-top: 30px;
}

p.other-text {
  font-size: 16px;
  margin-top: 40px;
}

/**      ニュースリリース     **/
section.news-sec {
  margin-top: 70px;
  margin-bottom: 120px;

  & ul {
    margin-bottom: 0;
    padding-left: 0;
  }

  & p {
    margin: 0;
  }
}

.news-list_area {
  max-width: 1000px;
  margin: 40px auto 0;
}

ul.news-list_year {
  justify-content: flex-start;
}

li.news-list_tab {
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  /* border: solid 1px #42633E;*/
  color: #42633E;
}

li.tab-active {
  background-color: #42633E;
  color: #fff;
}

.news-contents_area {
  padding: 30px;
  border: solid 1px #42633E;
  overflow: scroll;
  height: 350px;
  overflow-x: hidden;
}

.news-contents-single_area {
  padding: 30px;
  overflow-x: hidden;
}

.news-list_wrap {
  margin-bottom: 20px;
  padding-bottom: 20px;
  /* border-bottom: solid 1px #dedede; */
}

.news-list_wrap:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.news-list_top {
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.news-list_date {
  font-size: 12px;
  text-align: center;
  background-color: #42633E;
  color: #fff;
  padding: 4px 8px;
  /* transform: skew(-15deg, 0deg); */
}

.news-list_new {
  font-size: 12px;
  text-align: center;
  background-color: #ff6868;
  color: #fff;
  padding: 4px 8px;
  /* transform: skew(-15deg, 0deg); */
}

.news-list_title {
  font-size: 18px;
  font-weight: 500;
}

.news-list-top-title {
  font-size: 16px;
  font-weight: 500;
}

.news-list_text {
  margin-top: 40px;
  font-size: 16px;
  /* color: #707070; */
}

.link-bnr_area {
  margin-top: 50px;
}

/****************************************************************************
        下層ページ
****************************************************************************/
/**      名称      **/
/****************************************************************************
        レスポンシブ
****************************************************************************/
/**      PC      **/
@media screen and (min-width: 781px) {
  .sp_part {
    display: none;
  }
}

/**      Tab      **/
@media screen and (max-width: 780px) {
  .pc_part {
    display: none;
  }

  /**      メインビジュアル      **/
  section.main-visual {
    width: 100%;
    height: 470px;
    margin-bottom: 130px;
  }

  .mv-container {
    top: 270px;
    left: 13%;
  }

  .mv-copy {
    font-size: 18px;
    padding: 0 10px;
  }

  p.mv-copy_sub {
    /* font-size: 16px; */
    /* margin-top: 7px; */
    /* padding: 0 10px; */
    display: none;
  }

  .mv-search_area {
    width: 90%;
    top: 315px;
    padding: 30px;
  }

  .mv-search_input {
    gap: 15px;
    flex-wrap: wrap;
  }

  .mv-search01_input,
  .mv-search02_input,
  .mv-search03_input,
  .mv-search04_input {
    width: 100%;
    padding: 0 5px;
  }

  .mv-search01_input input,
  .mv-search02_input select,
  .mv-search03_input input,
  .mv-search04_input select {
    width: 100%;
    height: 30px;
  }

  .mv-search01_input,
  .mv-search02_input {
    flex-wrap: nowrap;
  }

  .input-full_sp {
    width: 100%;
  }

  .input-full_sp select {
    width: 100%;
  }

  .mv-search05_input {
    width: 100%;
  }

  .mv-search05_input input {
    width: 100%;
    height: 40px;
  }

  p.add-text {
    font-size: 14px;
  }

  section.about-sec {
    margin-top: 30px;
  }

  .about-sec_container {
    gap: 30px;
    flex-wrap: wrap;
    row-gap: 0;
  }

  .about-list_number {
    font-size: 30px;
    color: #42633e;
  }

  .about-list_en {
    font-size: 14px;
  }

  h3.about-title_head {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  p.about-text {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  p.slide-text {
    font-size: 13px;
  }

  a.slide-link {
    display: block;
    width: 140px;
    height: 40px;
    font-size: 14px;
  }

  section.campaing-sec {
    padding: 50px 0;
    margin-top: 30px;
  }

  .campaign-list_area {
    gap: 30px;
    row-gap: 30px;
    margin: 30px auto 0;
  }

  .rotate-text {
    display: none;
  }

  .campaign-rotate_text {
    font-size: 12px;
  }

  .campaign-text_wrap {
    margin-top: 10px;
    padding: 15px;
  }

  h3.campaign-title_head {
    font-size: 16px;
  }

  p.campaign-text {
    font-size: 14px;
  }

  span.yen {
    font-size: 14px;
  }

  p.yen-text {
    font-size: 24px;
  }

  .readmore-btn a {
    font-size: 16px;
    padding-left: 30px;
  }

  section.package-sec {
    margin-top: 30px;
  }

  section.reasons-sec {
    padding: 30px 0;
    margin-top: 50px;
  }

  section.reasons-sec::after {
    width: 300px;
    height: 383px;
    top: 0%;
  }

  .reasons-contents_area {
    margin-top: 30px;
  }

  ul.reasons-list_container {
    gap: 70px;
    row-gap: 0px;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  li.reasons-list_img {
    width: 100%;
  }

  li.reasons-list_img img {
    height: 280px;
  }

  li.reasons-list_text {
    max-width: 460px;
    width: 100%;
  }

  .reasons-text_top {
    padding-top: 20px;
  }

  .reasons-text_number {
    font-size: 30px;
  }

  span.reasons-en {
    font-size: 14px;
  }

  h3.reasons-title_head {
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
  }

  p.reasons-text {
    font-size: 14px;
    margin-top: 20px;
  }

  section.other-sec {
    margin-top: 30px;
  }

  .price-list_container,
  .taxi-list_container {
    position: unset;
    height: auto;
    flex-wrap: wrap;
  }

  .taxi-list_container {
    margin-top: 0;
  }

  .price-list_img,
  .taxi-list_img {
    width: 100%;
    height: auto;
    position: unset;
  }

  .price-list_img img,
  .taxi-list_img img {
    width: 100%;
    height: auto;
  }

  .price-list_text,
  .taxi-list_text {
    width: 100%;
    margin: 20px auto 0;
    padding: 0;
    position: unset;
  }

  .other-top_en {
    font-size: 40px;
  }

  h2.other-title_head {
    font-size: 20px;
    margin-top: 20px;
  }

  p.other-text {
    font-size: 14px;
    margin-top: 20px;
  }

  .about-list_area {
    margin-top: 30px;
  }

  /**      ニュースリリース     **/
  section.news-sec {
    margin-top: 50px;
  }

  .news-list_area {
    max-width: 1000px;
    margin: 40px auto 0;
  }

  li.news-list_tab {
    width: 60px;
    height: 30px;
    font-size: 14px;
  }

  .news-contents_area {
    padding: 30px;
  }

  .news-list_top {
    gap: 8px;
  }

  .news-list_date {
    font-size: 12px;
    padding: 2px 6px;
  }

  .news-list_new {
    font-size: 12px;
    padding: 2px 6px;
  }

  .news-list_title {
    font-size: 16px;
  }

  .news-list-top-title {
    font-size: 14px;
  }

  .news-list_text {
    margin-top: 25px;
    font-size: 14px;
  }

  .link-bnr_area {
    margin-top: 0;
  }
}

/**      SP      **/