@charset "UTF-8";
/* googlefont　*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,900;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fuggles&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap");
/*  module  */
@import url("https://fonts.googleapis.com/css2?family=Cedarville+Cursive&family=Zen+Kaku+Gothic+New:wght@400;700&display=swap");
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
サイト固有の追加項目
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* base設定　*/
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  position: relative;
  font-size: 14px;
  line-height: 1.8;
  overflow-x: hidden;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  html, body {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  html, body {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  html, body {
    font-size: 16px;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  overflow-y: hidden;
  position: relative;
  font-family: "Lato", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  background: rgba(255, 255, 255, 0);
  color: #4E2A00;
}
body a {
  color: #4E2A00;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body a:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body strong {
  font-weight: bold;
}
body .small {
  font-size: 0.8rem;
}

::-moz-selection {
  background: #FFF3CE;
}

::selection {
  background: #FFF3CE;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%; /*for responsive*/
  height: auto; /*for responsive*/
  width: auto; /* IE8のみ */
}

.opacity:hover {
  opacity: 70%;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/*==================================

.tour_body

==================================*/
.tour_body {
  background-color: #ECE7E0;
  color: #4E2A00;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .tour_body {
    background-image: url(../../img/recruit/tour/pc_kv_bg.png);
    background-repeat: no-repeat;
  }
}
.tour_body p, .tour_body ul, .tour_body li {
  color: #4E2A00;
}

.sp_only {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

.tab_only {
  display: none;
}
@media screen and (min-width: 768px) {
  .tab_only {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .tab_only {
    display: none;
  }
}

.pc_only {
  display: none;
}
@media screen and (min-width: 992px) {
  .pc_only {
    display: block;
  }
}

/*==================================

.tour_kv

==================================*/
.tour_kv {
  background-image: url(../../img/recruit/tour/tour_kv_header_left.svg), url(../../img/recruit/tour/tour_kv_header_right.svg);
  background-repeat: no-repeat;
  background-position: left top, right top;
  background-size: 20%;
}
.tour_kv header {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 40px 0;
}
@media screen and (min-width: 768px) {
  .tour_kv header {
    padding: 0 0 50px 0;
  }
}
.tour_kv header p {
  text-align: center;
  padding: 0;
  margin: 0;
}
.tour_kv header p img {
  display: block;
  padding: 1rem 0 0 0;
  text-align: center;
  margin: 0 auto;
  max-width: 220px;
}
@media screen and (min-width: 768px) {
  .tour_kv header p img {
    max-width: auto;
  }
}
.tour_kv h1 {
  width: 92%;
  max-width: 1200px;
  margin: -30px auto 0 auto;
}
@media screen and (min-width: 768px) {
  .tour_kv h1 {
    margin: -40px auto 0 auto;
  }
}
.tour_kv h1 img {
  margin: 0 auto;
}

.kv_caution {
  width: 90%;
  max-width: 1000px;
  margin: 1rem auto 2rem auto;
}
@media screen and (min-width: 768px) {
  .kv_caution {
    margin: 2rem auto 4rem auto;
  }
}
@media screen and (min-width: 992px) {
  .kv_caution {
    margin: -3rem auto 4rem;
  }
}
.kv_caution p {
  font-size: 0.7rem;
}
@media screen and (min-width: 992px) {
  .kv_caution p {
    font-size: 0.8rem;
  }
}

/*==================================

.tour_cva

==================================*/
.tour_cva {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 94%;
  background-color: #fff;
  border-radius: 1rem;
  padding: 7% 5%;
  margin: 0 auto 3rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .tour_cva {
    padding: 3%;
    max-width: 960px;
  }
}
@media screen and (min-width: 992px) {
  .tour_cva {
    padding: 2%;
  }
}
.tour_cva .tour_balloon {
  position: absolute;
  display: block;
  width: 150px;
  top: -8%;
  right: 0;
}
@media screen and (min-width: 576px) {
  .tour_cva .tour_balloon {
    width: 200px;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .tour_cva .tour_balloon {
    width: 200px;
    top: -20%;
    right: 0;
  }
}
@media screen and (min-width: 992px) {
  .tour_cva .tour_balloon {
    width: 220px;
    top: -20%;
  }
}
@media screen and (min-width: 1200px) {
  .tour_cva .tour_balloon {
    top: -20%;
  }
}
.tour_cva__row {
  border-bottom: 1px dotted #4E2A00;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .tour_cva__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    padding: 0 0 1.2rem 0;
    margin: 0 0 1.8rem 0;
  }
}
@media screen and (min-width: 992px) {
  .tour_cva__row {
    padding: 0 0 1.2rem 10%;
  }
}
.tour_cva__badge {
  padding: 0 0.5rem;
  background-color: #4E2A00;
  border-radius: 10px;
  margin: 0 0 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .tour_cva__badge {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1.8rem;
    margin-bottom: 0;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
.tour_cva__badge p {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-align: left;
  padding: 0.1rem 2rem;
}
@media screen and (min-width: 576px) {
  .tour_cva__badge p {
    padding: 0.1rem 0;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .tour_cva__badge p {
    font-size: 1.2rem;
    padding: 0.3rem 0;
  }
}
.tour_cva__text p {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 0 0 0 2rem;
  margin: 0;
  text-indent: -1.5rem;
}
.tour_cva__text p:not(:last-child) {
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  .tour_cva__text p {
    font-size: 1.4rem;
  }
}
.tour_cva ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 0.8rem;
  padding: 0;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .tour_cva ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
  }
}
.tour_cva ul li {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .tour_cva ul li {
    width: auto;
  }
}
.tour_cva ul li a {
  max-width: 320px;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 0.7rem 2.8rem;
  border-radius: 9999px;
  font-weight: bold;
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 0.25rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.25rem 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
  transition: transform 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
}
@media screen and (min-width: 768px) {
  .tour_cva ul li a {
    max-width: none;
    margin: 0;
    font-size: 1.4rem;
  }
}
.tour_cva ul li a:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: 0 0.1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.1rem 0 rgba(0, 0, 0, 0.1);
}
.tour_cva ul li:first-child a {
  background-color: #07B43B;
  margin: 0 auto 1rem auto;
}
@media screen and (min-width: 768px) {
  .tour_cva ul li:first-child a {
    margin: 0;
  }
}
.tour_cva ul li:last-child a {
  background-color: #C77906;
}
.tour_cva > p {
  margin: 0;
  text-align: center;
  line-height: 1.6;
}
.tour_cva > p a {
  color: inherit;
  text-decoration: underline;
  font-size: 1.2rem;
}

/*==================================

.tour_common_sec

==================================*/
.tour_common_sec {
  padding: 0 0 2rem 0;
}
.tour_common_sec h2 {
  background-color: #334356;
  text-align: center;
  padding: 2rem 0;
  font-size: 1.8rem;
  color: white;
  line-height: 1.2;
  margin: 1.5rem 0;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .tour_common_sec h2 {
    font-size: 2.4rem;
    padding: 3rem 0;
  }
}
.tour_common_sec h2:after {
  font-family: "Cedarville Cursive", cursive;
  display: block;
  font-size: 2rem;
  color: rgba(236, 231, 224, 0.15);
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .tour_common_sec h2:after {
    font-size: 3rem;
  }
}
.tour_common_sec .lead_txt {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .tour_common_sec .lead_txt {
    font-size: 1.2rem;
  }
}
.tour_common_sec .inner {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
}

.yellow_line {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #F3CD40));
  background: linear-gradient(transparent 60%, #F3CD40 60%);
  display: table;
  margin: 0 auto 1.5rem auto;
}
@media screen and (min-width: 768px) {
  .yellow_line {
    font-size: 1.6rem;
  }
}

/*==================================

.tour_about

==================================*/
.tour_about h2:after {
  content: "About";
}
@media screen and (min-width: 768px) {
  .tour_about ul.tour_about_3point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 2rem 0 0 0;
  }
}
.tour_about ul.tour_about_3point li {
  width: 80%;
  padding: 2rem 0 0 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .tour_about ul.tour_about_3point li {
    width: 30%;
    padding: 0;
  }
}
.tour_about ul.tour_about_3point li img {
  display: block;
  max-width: 180px;
  margin: 0 auto 0.5rem auto;
}
@media screen and (min-width: 768px) {
  .tour_about ul.tour_about_3point li img {
    max-width: 250px;
  }
}
.tour_about ul.tour_about_3point li h4 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .tour_about ul.tour_about_3point li h4 {
    font-size: 1.3rem;
  }
}

/*==================================
.move_tokyo
==================================*/
.move_tokyo {
  margin: 1rem 0;
  background-color: white;
  padding: 7% 5%;
}
@media screen and (min-width: 768px) {
  .move_tokyo {
    padding: 3% 5%;
  }
}
.move_tokyo .move_illust {
  background-image: url(../../img/recruit/tour/move_illust_left.svg), url(../../img/recruit/tour/move_illust_right.svg);
  background-position: left center, right center;
  background-repeat: no-repeat;
  background-size: 20%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .move_tokyo .move_illust {
    font-size: 1.6rem;
  }
}
.move_tokyo .al_center {
  text-align: center;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .move_tokyo .al_center {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 576px) {
  .move_tokyo_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
    margin: 3rem auto 1rem auto;
  }
}
.move_tokyo_icon li {
  margin: 1rem auto;
  width: 80%;
}
@media screen and (min-width: 576px) {
  .move_tokyo_icon li {
    width: 40%;
    margin: 0;
  }
}

.move_tokyo_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.move_tokyo_txt li {
  width: 48%;
}
@media screen and (min-width: 576px) {
  .move_tokyo_txt li {
    width: 22%;
  }
}
.move_tokyo_txt li img {
  display: block;
  max-width: 150px;
  margin: 0 auto 0.5rem auto;
}
@media screen and (min-width: 768px) {
  .move_tokyo_txt li img {
    max-width: 250px;
  }
}

/*==================================

.tour_schedule

==================================*/
.tour_schedule h2:after {
  content: "Schedule & Details";
}

.schedule_flow {
  margin: 1rem 0;
  background-color: white;
  padding: 7%;
}
@media screen and (min-width: 768px) {
  .schedule_flow {
    padding: 3% 5%;
  }
}
.schedule_flow h4 {
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0 0 0.5rem 0;
  margin: 0 0 1rem 0;
  line-height: 1.4;
  border-bottom: 2px dotted #4E2A00;
}
@media screen and (min-width: 768px) {
  .schedule_flow h4 {
    padding: 2rem 0 0.5rem 0;
    text-align: center;
    font-size: 1.4rem;
  }
}

.tour_schedule_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1.2rem;
}
@media screen and (min-width: 768px) {
  .tour_schedule_table {
    border-spacing: 0 1.4rem;
  }
}
.tour_schedule_table th,
.tour_schedule_table td {
  vertical-align: middle;
}
.tour_schedule_table__day {
  width: 20%;
  background-color: #628026;
}
@media screen and (min-width: 768px) {
  .tour_schedule_table__day {
    width: 15%;
  }
}
.tour_schedule_table__day span {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 0;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
}
.tour_schedule_table__text {
  padding: 0 0 0 5%;
  font-size: 1.2rem;
  line-height: 1.4;
}
.tour_schedule_table__text span {
  font-weight: bold;
}

/*==================================

.tour_entry

==================================*/
.tour_entry h2:after {
  content: "Entry";
}
.tour_entry .lead_txt {
  padding: 0 0 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .tour_entry .lead_txt {
    text-align: center;
  }
}

.qualification dt {
  font-weight: bold;
  font-size: 1.2rem;
}
.qualification dt:nth-of-type(2) {
  padding: 3rem 0 0 0;
}
.qualification dd {
  font-size: 1.1rem;
}

.odn_kw_box {
  border-top: 2px dotted #4E2A00;
  border-bottom: 2px dotted #4E2A00;
  margin: 2rem auto;
  padding: 3rem 0;
  text-align: center;
}
.odn_kw_box p {
  font-weight: bold;
  font-size: 1.2rem;
}
.odn_kw_box a {
  max-width: 320px;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 0.7rem 3rem;
  border-radius: 9999px;
  font-weight: bold;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 0.25rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.25rem 0 rgba(0, 0, 0, 0.15);
  background-color: #C77906;
  -webkit-transition: -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
  transition: transform 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
}
.odn_kw_box a:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: 0 0.1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.1rem 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .odn_kw_box a {
    width: auto;
  }
}

/*==================================

.tour_footer

==================================*/
.tour_footer_link {
  width: 94%;
  max-width: 1000px;
  margin: 1rem auto;
}
.tour_footer_link a {
  text-decoration: underline;
  display: inline-block;
  padding: 0 0 0 1.5rem;
  background-image: url(../../img/common/icon_prev.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 7px;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .tour_footer_link a {
    font-size: 1rem;
  }
}
.tour_footer_link a:hover {
  text-decoration: none;
}

.tour_footer {
  background-color: #334356;
  text-align: center;
  padding: 3rem 0;
  color: white;
}
.tour_footer img {
  display: block;
  margin: 2rem auto;
  max-width: 120px;
}
@media screen and (min-width: 768px) {
  .tour_footer img {
    max-width: 180px;
  }
}