@charset "UTF-8";

/* reset */
body,h1,h2,h3,p,dl,dt,dd,ul,li {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}

/* common */
body {
  font-size: 16px;
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  color: #000;
}
.disp_none {
  display: none;
}
.image {
  width: 100%;
  vertical-align: bottom;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
.container {
  font-size: 1rem;
}
.primary .inner {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 3rem 0;
  line-height: 1.7;
}
h2,
.text .pink {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.4;
}
h2,
.text .pink ,
.difference_working_holiday dt,
.about_company.orange h3 {
  text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
.conditions h2,
.difference_working_holiday h2,
.price h2 {
  color: #fff;
  text-shadow: 3px 3px 1px #9a6c30, -3px 3px 1px #9a6c30, 3px -3px 1px #9a6c30, -3px -3px 1px #9a6c30, 3px 0px 1px #9a6c30, 0px 3px 1px #9a6c30, -3px 0px 1px #9a6c30, 0px -3px 1px #9a6c30;
}
h2.ttl_flower {
  background-image: url(../../common/img/bg_flower.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 60vw auto;
  color: #FF93AA;
  font-weight: 600;
  margin: 0 auto;
  line-height: 1.2;
  padding: 12vw 0 4vw;
}
dl dt {
 font-weight: 600;
}
.transparent_bg {
  background-color: rgba(255, 255, 255, 0.9);
  border: solid 1px #484848;
  border-radius: 1rem;
  padding: 1.4rem;
  margin: 0 auto;
  line-height: 1.8;
}
.transparent_bg {
  border: none;
}

/* btn */
.contact {
  background-color: #fff;
}
.contact .btn {
  color: #fff;
  text-decoration: none;
  padding-left: 2.5em;
  position: relative;
  display: block;
  padding: 1rem;
}
.contact .btn::before {
  font-family: "FontAwesome";
  content: "\f199";
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 10px;
}
.contact .btns {
  border-radius: 50px;
  background-color: #f39700;
  font-weight: 600;
  font-size: min(4vw, 20px);
  text-align: center;
  cursor: pointer;
  width: 90%;
  margin: 0 auto;
}

/* flex */
.point .point_ttl,
.internship .internship_ttl,
.difference_working_holiday .difference_working_holiday_ttl {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
}

/* youtube */
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 2rem;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/* intoro */
.intoro {
  background-color: #FEFCE3;
}
.intoro .inner {
  padding: 2rem 0;
}
.intoro .text p,
.intoro .text .detail,
.chance_intoro .chance_intoro_inner {
  background: #fff;
  border-top: solid 2px #FF93AA;
  border-bottom: solid 2px #FF93AA;
  margin: 0 auto;
  padding: 2rem;
  position: relative;
}
.intoro .text p:before,
.intoro .text .detail:before,
.chance_intoro_inner:before {
  content: '';
  position: absolute;
  top: -10px;
  width: 2px;
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: #FF93AA;
}
.intoro .text p:after,
.intoro .text .detail:after,
.chance_intoro_inner:after {
  background: #FE93A9;
  content: '';
  position: absolute;
  top: -1rem;
  width: 2px;
  height: calc(100% + 2rem);
}
.intoro .text p:after,
.intoro .text .detail:after,
.chance_intoro_inner:after {
  right: 10px;
}
.intoro .text p:before,
.intoro .text .detail:before,
.chance_intoro_inner:before {
  left: 10px;
}
.intoro .text .detail h2 {
  color: #FE93A9;
  margin-bottom: 1rem;
}

/* ハワイのカフェで働けるチャンス */
.chance_intoro {
  background-image: url(../../common/img/chance_intoro_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 4rem 0;
}
.chance_intoro h2 {
  font-size: 1.4rem;
  text-align: center;
  color: #FE93A9;
  line-height: 1.2;
}
.chance_intoro h3 {
  background-color: #FE93A9;
  border-radius: 10px;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  padding: 0.7rem 0.5rem;
  position: relative;
  margin: 2rem 0 1rem;
}
.chance_intoro_inner {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 3rem 2rem !important;
}
.chance_intoro_inner h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 20px;
  height: 20px;
  background: #FE93A9;
  transform: translateX(-50%) rotate(-45deg);
}

/* company */
.company .inner {
  width: 100%;
  max-width: 100%;
  padding-bottom: 0 !important;
}
.company .company_list {
  padding: 2rem 0;
}
.company .company_list:nth-child(even) {
  background-color: #F4FFF9;
}
.company .company_list:nth-child(odd) {
  background-color: #FEFCE3;
}
.company h3 {
  background: #ffffff;
  border: double 4px;
  color: #636363;
  font-size: min(5vw,32px);
  font-family: 'Roboto', sans-serif;
  text-align: center;
  margin: 0 auto;
  padding: 1rem;
}
.company .company_detail {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.company .company_detail_inner {
  margin: 2rem 0 0;
}
.company .company_detail_inner .list {
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 1px 1px 5px #cacaca;
  padding: 2rem 1rem;
  position: relative;
}
.company .company_detail_inner .list li {
  background-image: url(../../common/img/shell_blue.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 1.6rem auto;
  list-style: none;
  padding: 0 0 0 2rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.company .company_list:nth-child(odd) .company_detail_inner .list li {
  background-image: url(../../common/img/shell_orange.png);
}
.company .company_detail_inner .box {
  margin-bottom: 2rem;
}
.company .company_detail_inner .box.list {
  margin-bottom: 0;
}

/* point */
.point {
  background-color: #FFEDF1;
}
.point .point_top {
  width: 60%;
}
.point .point_num {
  width: calc(100% - 60%);
}
.point .point_list:nth-child(odd) .point_ttl {
  flex-direction: row-reverse;
  display: flex;
}
.point h3 {
  font-size: min(4.8vw,28px);
  color: #fff;
  background: #FF93AA;
  margin: 0 auto;
  line-height: 1.6;
  padding: 1rem;
  text-align: left;
  border-radius: 1rem 1rem 0 0;
  line-height: 1.2;
}
.point .text {
  background-color: #fff;
  border-radius: 0 0 1rem 1rem;
  padding: 1.6rem;
}
.point .point_list {
  margin: 0 auto 3rem !important;
}
.point .point_list:first-child {
  margin-top: 0;
}
.point dl {
  margin: 1rem 0;
}
.point dt {
  color: #FF93AA;
  font-weight: 600;
}
.point dd {
  position: relative;
  padding-left: 2rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.point dd::before {
  content: "✓";
  color: #fff;
  background-color: #FF93AA;
  font-weight: bold;
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.point .point_ttl {
  width: 80%;
}

/* meeting */
.meeting,
.wdi .flow {
  position: relative;
  background-color: #FFF6FB;
  /* background-color: #EEC1C2; */
  z-index: 0;
}
.meeting::before,
.wdi .flow::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../../common/img/schedule_bg.png) top center repeat-y;
  background-size: 100%;
  /* opacity: 0.3; */
  z-index: -1;
}
.meeting h2,
.meeting h3,
.wdi .lead h2,
.wdi .flow h2 {
  color: #636363;
}
.meeting .info_row {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.meeting .info_row dt {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.meeting .info_row dd {
  margin: 0;
}
.meeting .info_row ul li {
  list-style: disc;
  margin-left: 1rem;
}
.meeting .info_row .note {
  display: block;
  font-size: 0.9rem;
  margin-top: 0.5rem;
  color: #555;
}
.meeting .detail {
  margin-bottom: 4rem;
}

/* conditions */
.conditions {
  background-image: url(../../common/img/bg_13.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.conditions .text {
  text-align: left;
  margin-bottom: 2rem;
}
.conditions .numbered_list {
  border: none;
}
.conditions .numbered_list li {
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

/* internship */
.internship {
  background-color: #FFF6FB;
}
.internship h2 {
  color: #6B6B6B;
  text-align: left;
  line-height: 1.4;
}
.internship .image_box {
  width: 30%;
  margin: 0 auto;
}

/* difference_working_holiday */
.difference_working_holiday {
  background-image: 
    url(../../common/img/difference_working_holiday_bg_cloud_top.png),
    url(../../common/img/difference_working_holiday_bg_cloud_top.png),
    url(../../common/img/difference_working_holiday_bg_bottom.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 100%, 100%;
  background-position: top center, center center ,bottom center;
  background-color: #9FDAFE;
}

.difference_working_holiday dl dt {
  color: #FE93A9;
  font-weight: 600;
  margin-top: 2rem;
  font-size: 1.2rem;
  line-height: 1.4;
}
.difference_working_holiday .detail {
  padding: 0 !important;
  margin-bottom: 4rem!important;
}
.difference_working_holiday .difference_working_holiday_ttl {
  justify-content: space-between;
}
.difference_working_holiday .difference_working_holiday_ttl .box.image {
  width: 30%;
}

/* cache_back */
.cache_back {
  background-image: url(../../common/img/bg_22.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cache_back .text,
.thought .text,
.price .text {
  border: none;
}

/* thought */
.thought {
  background-image: url(../../common/img/thought_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.thought h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
  text-shadow:none;
}

/* price */
.price {
  background: #fff;
  background-image: url(../../common/img/bg_03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.price .catch,
.price .catch_red {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}
.price .catch_red {
  color: #e4007f;
}
.price .emphasis {
  font-weight: 600;
}

/* chance */
.chance {
  background-image: url(../../common/img/bg_17.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.chance h2 {
  color: #93CCFF;
}

/* action1 */
.action1 {
  background-color: #FFEDF1;
}
.action1 h2 {
  color: #FF93AA;
  border-bottom: solid 3px #FF93AA;
  position: relative;
  padding-bottom: 1rem;
}
.action1 h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px skyblue;
  bottom: -3px;
  width: 50%;
}
.text .pink {
  font-size: 1.4rem;
  color: #FF93AA;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0;
  padding-top: 1rem;
}
.action2 {
  background-image: url(../../common/img/bg_19.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.action2 .text {
  border: none;
}
.action3 {
  background-color: #FEFCE3;
}

.about_cache_back h2 {
  font-size: 1.4rem;
  color: #fd3d72;
  text-shadow: none;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 1rem;
}

/* message */
.message {
  background-color: #F4FFF9;
  text-align: center;
  font-size: 1.4rem;
}
.message .pink {
  text-align: center;
  padding-top: 0;
}
.message .mg_group {
  margin: 1rem 0;
}
.message span {
  color:#E42371;
  font-weight: 600;
}

footer {
  background-color: #0068b7;
  color: #fff;
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
}
footer a {
  color: #fff;
}

/* wdi */
.wdi .restaurant_detail .box {
  margin: 1rem 0;
}

/* 調整 */
.company .company_detail_inner .list li:last-child,
.meeting .info_row:last-child,
.point .point_list:last-child,
.meeting .detail:last-child,
.difference_working_holiday .detail:last-child {
  margin-bottom: 0 !important;
}
picture img {
  width: 100%;
  vertical-align: bottom;
}

/* close */
.close {
  position: relative;
}
.close,
.close .message {
  width: 100%;
  height: 100%;
}
.close .message {
  background-color: rgba(0, 0, 0, 0.86);
}
.close .text {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
.close .message,
.close .text p,
.sfs_15anniversary_cp .end_event p.message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

@media screen and (min-width: 960px){
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .contact .btns {
    width: 60%;
  }

  .container {
    font-size: 1.125rem;
  }
  .primary .inner,
  .company .company_detail {
    padding: 6rem 0;
  }
  .intoro .inner {
    padding: 4rem 0;
  }
  .intoro .text p {
    padding: 3rem 4rem;
  }
  .company {
    font-size: 1.25rem;
  }
  h2 {
    font-size: 3rem;
  }
  h2.ttl_flower {
    background-size: 32vw auto;
    padding: 6vw 0 4vw;
    font-size: 2rem;
  }
  .company .company_detail_inner,
  .wdi .restaurant_detail,
  .flex_image_box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-flow: row wrap;
    flex-wrap: wrap;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap:wrap;
    margin: 0;
    padding: 3rem 0 0 0;
  }
  .company .company_detail_inner .box,
  .wdi .restaurant_detail .box,
  .flex_image_box .box {
    width: 48%;
    margin-bottom: 0;
    height: 38vh;
  }
  .wdi .restaurant_detail .box,
  .flex_image_box .box {
    margin: 0;
    height: 100%;
  }
  .company .company_list {
    padding: 0;
  }
  .company .company_list:nth-child(odd) .company_detail_inner,
  .wdi .restaurant_info:nth-child(even) .restaurant_detail {
    flex-direction: row-reverse;
    display: flex;
  }
  .company h3 {
    width: 50%;
  }
  .company .company_detail_inner ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 90%;
  }
  .company .company_detail_inner .list li {
    background-size: 2rem auto;
    padding-left: 2.6rem;
  }
  .point .text {
    padding: 2rem 4rem;
  }
  .point h3 {
    text-align: center;
  }
  .transparent_bg {
    padding: 3rem;
    margin: 0 auto;
  }
  .meeting .info_row {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .meeting .info_row dt {
    width: 20%;
    margin-bottom: 0;
    text-align: center;
  }
  .meeting .info_row dd {
    width: 76%;
  }
  .difference_working_holiday .difference_working_holiday_ttl .box.image {
    width: 20%;
  }
  .conditions .text {
    text-align: center;
  }
  .about_cache_back h2,
  .message,
  .message .text .pink {
    font-size: 1.8rem;
  }
  .difference_working_holiday dl dt,
  .about_company .restaurant_list .box dt {
    font-size: 1.4rem !important;
  }
  .chance_intoro h2 {
    font-size: 2rem;
  }
  .chance_intoro h3 {
      font-size: 20px;
  }
  .chance_intoro_inner {
    max-width: 800px;
    padding: 4rem 6rem !important;
  }
  .close .text {
    font-size: 4rem;
  }
}
