body {
  overflow-x: hidden;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

header .saiyou {
  margin-right: 35px;
  width: 176px
}

header .saiyou .careers {
  display: block;
  padding: 0.5em 1em 0.4em;
  border: 1px solid #000;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: currentColor;
  -webkit-transition: 0.2s;
  transition: 0.2s
}

header .saiyou .careers:hover {
  border-color: #fff;
  background-color: #1c2a4d;
  color: #fff
}

@media screen and (max-width: 768px) {
  header .saiyou {
    margin-right: 1em;
    width: auto
  }

  header .saiyou .careers {
    font-size: 10px
  }
}

img {
  max-width: 100%;
  height: auto
}

.l-wrap {
  margin: auto;
  max-width: 1300px;
  padding-right: 10px;
  padding-left: 10px
}

.c-primary-title {
  margin: 0;
  text-align: center;
  line-height: 1.4
}

.c-primary-title span {
  margin-top: 20px;
  display: block;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #1c2a4d
}

@media screen and (max-width: 768px) {
  .c-primary-title span {
    margin-top: 10px;
    font-size: 14px
  }
}

.referral {
  font-size: 20px;
  line-height: 2.2
}

@media screen and (max-width: 768px) {
  .referral {
    font-size: 14px;
    line-height: 2
  }
}

.referral a {
  -webkit-transition: 0.2s;
  transition: 0.2s
}

.referral a:hover {
  opacity: 0.7
}

.referral-mv {
  position: relative
}

.referral-mv_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  font-size: 1.66667vw;
  color: #fff;
  letter-spacing: 4px;
  text-align: center
}

.referral-mv_inner h1 {
  margin: 0
}

.referral-mv_inner p {
  margin: 1em 0 0;
  line-height: 1.4
}

@media screen and (max-width: 768px) {
  .referral-mv_inner p {
    font-size: 13px
  }
}

.referral-mv_inner img {
  width: 25.83333vw
}

@media screen and (max-width: 768px) {
  .referral-mv_inner img {
    width: 200px
  }
}

.referral-lead {
  background-color: #1c2a4d;
  padding: 2.86458% 0;
  color: #fff;
  text-align: center
}

@media screen and (max-width: 768px) {
  .referral-lead {
    padding: 20px 0;
    text-align: left
  }
}

.referral-lead p {
  margin: 0
}

.referral-about_mimaru {
  margin: auto;
  max-width: 1100px;
  padding: 7.1875% 0 12.44792%
}

@media screen and (max-width: 768px) {
  .referral-about_mimaru {
    padding: 30px 0
  }
}

.referral-about_mimaru h2 {
  margin: 0;
  text-align: center
}

.referral-about_mimaru h2 img {
  vertical-align: middle
}

.referral-about_mimaru_image {
  margin: 3.125% 0 6.14583%
}

@media screen and (max-width: 768px) {
  .referral-about_mimaru_image {
    margin: 20px 0
  }
}

.referral-about_mimaru_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width: 768px) {
  .referral-about_mimaru_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.referral-about_mimaru_container h3 {
  position: relative;
  padding-left: 2.60417vw;
  margin: 0 0 2.08333vw;
  font-size: 32px;
  letter-spacing: 2px;
  line-height: 1.4;
  display: inline-block
}

@media screen and (max-width: 768px) {
  .referral-about_mimaru_container h3 {
    margin-bottom: 15px;
    padding-left: 25px
  }
}

.referral-about_mimaru_container h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 1.5625vw;
  height: 1px;
  background-color: #1c2a4d
}

@media screen and (max-width: 768px) {
  .referral-about_mimaru_container h3::before {
    width: 15px
  }
}

.referral-about_mimaru_container h3 img {
  vertical-align: middle
}

@media screen and (max-width: 768px) {
  .referral-about_mimaru_container h3 img {
    width: 220px
  }
}

.referral-about_mimaru_text {
  max-width: calc(648 / 1100 * 100%)
}

@media screen and (max-width: 768px) {
  .referral-about_mimaru_text {
    max-width: 100%
  }
}

.referral-about_mimaru_text p {
  margin: 0
}

@media screen and (max-width: 1024px) {
  .referral-about_mimaru_text br.pc {
    display: none
  }
}

.referral-about_mimaru_tripadvisor {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width: 768px) {
  .referral-about_mimaru_tripadvisor {
    margin-top: 1.5em
  }
}

.referral-about_mimaru_tripadvisor a {
  color: #1c2a4d
}

.referral-about_mimaru_tripadvisor_logo {
  margin-left: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: calc(140 / 648 * 100%)
}

@media screen and (max-width: 768px) {
  .referral-about_mimaru_tripadvisor_logo {
    margin-top: 10px;
    width: 70px
  }
}

.referral-about_mimaru_btn {
  margin-left: 2.60417vw;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media screen and (max-width: 768px) {
  .referral-about_mimaru_btn {
    margin-top: 2em;
    margin-left: 0;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
  }
}

.referral-about_mimaru_btn a {
  margin-left: auto;
  position: relative;
  max-width: 330px;
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #1c2a4d;
  border-radius: 50px;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.referral-about_mimaru_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  border-top: 2px solid #1c2a4d;
  border-right: 2px solid #1c2a4d;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg)
}

.referral-about_mimaru_btn a:hover {
  opacity: 1
}

@media screen and (max-width: 768px) {
  .referral-about_mimaru_btn a {
    margin: auto;
    height: auto;
    padding: 15px 10px
  }
}

.referral-about_mimaru_btn a::after {
  right: 8%;
  width: 10px;
  height: 10px
}

@media screen and (max-width: 768px) {
  .referral-about_mimaru_btn a::after {
    right: 5%;
    width: 7px;
    height: 7px
  }
}

.referral-about_mimaru_btn a:hover {
  background-color: #1c2a4d;
  color: #fff
}

.referral-about_mimaru_btn a:hover::after {
  border-top-color: #fff;
  border-right-color: #fff
}

.referral-about_mimaru_btn img {
  vertical-align: middle
}

@media screen and (max-width: 768px) {
  .referral-about_mimaru_btn img {
    width: 100px
  }
}

.en .referral-about_mimaru_btn img {
  margin-top: 5px
}

@media screen and (max-width: 768px) {
  .en .referral-about_mimaru_btn img {
    width: 160px
  }
}

.referral-about_detail {
  position: relative;
  background-color: #1c2a4d;
  background-repeat: no-repeat;
  background-position: bottom 1.5625vw right 8.33333vw;
  background-size: 56.66667vw;
  padding: 6.25% 0 25%;
  color: #fff
}

.ja .referral-about_detail {
  background-image: url(../img/images03.png)
}

.en .referral-about_detail {
  background-image: url(../img/images03_en.png)
}

@media screen and (max-width: 768px) {
  .referral-about_detail {
    background-size: 80%;
    padding: 30px 0 100px
  }

  .ja .referral-about_detail,
  .en .referral-about_detail {
    background-image: url(../img/images03_sp.png)
  }
}

.referral-about_detail h3 {
  position: relative;
  padding-left: 2.60417vw;
  margin: 0 0 2.08333vw;
  font-size: 32px;
  letter-spacing: 2px;
  line-height: 1.4
}

@media screen and (max-width: 768px) {
  .referral-about_detail h3 {
    margin-bottom: 15px;
    padding-left: 25px
  }
}

.referral-about_detail h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 1.5625vw;
  height: 1px;
  background-color: #fff
}

@media screen and (max-width: 768px) {
  .referral-about_detail h3::before {
    width: 15px
  }
}

.referral-about_detail h3 img {
  vertical-align: middle
}

@media screen and (max-width: 768px) {
  .referral-about_detail h3 {
    margin: 0 0 15px;
    font-size: 22px
  }
}

.referral-about_detail_image {
  position: absolute;
  top: -3.90625vw;
  left: 0;
  width: 48.4375%
}

@media screen and (max-width: 768px) {
  .referral-about_detail_image {
    position: static;
    width: calc(100% - 10px)
  }
}

.referral-about_detail_ask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(520 / 1100 * 100%);
  max-width: 520px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto
}

@media screen and (max-width: 768px) {
  .referral-about_detail_ask {
    margin-top: 30px;
    width: 100%
  }
}

.referral-about_detail_ask_text {
  margin: 0
}

.referral-about_detail_graph {
  display: none
}

@media screen and (max-width: 768px) {
  .referral-about_detail_graph {
    margin: 20px 0;
    display: block;
    text-align: center
  }

  .referral-about_detail_graph img {
    width: 200px
  }
}

.referral-about_detail_buddy {
  margin-top: 10.41667%;
  width: calc(520 / 1100 * 100%);
  max-width: 520px
}

@media screen and (max-width: 768px) {
  .referral-about_detail_buddy {
    width: 100%
  }
}

.referral-about_detail_buddy p {
  margin: 0
}

.referral-about_detail_buddy .caption {
  margin-top: 1.5em;
  font-size: 16px;
  line-height: 1.4
}

@media screen and (max-width: 768px) {
  .referral-about_detail_buddy .caption {
    font-size: 12px;
    margin-top: 1em
  }
}

.referral-interview .c-primary-title {
  margin: 2.60417vw 0
}

@media screen and (max-width: 768px) {
  .referral-interview .c-primary-title {
    margin: 30px 0 20px
  }

  .referral-interview .c-primary-title img {
    width: 264px
  }
}

.referral-interview_voice_main {
  background-color: #1c2a4d;
  padding: 2.60417% 0 3.125%;
  color: #fff
}

@media screen and (max-width: 768px) {
  .referral-interview_voice_main {
    padding-top: 30px
  }
}

.referral-interview_voice_main_inner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width: 1400px) {
  .referral-interview_voice_main_inner {
    margin: 0 3.64583%
  }
}

@media screen and (max-width: 768px) {
  .referral-interview_voice_main_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.referral-interview_voice_main_image {
  margin-right: 2.08333vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 150px
}

@media screen and (max-width: 768px) {
  .referral-interview_voice_main_image {
    margin-right: 0
  }
}

.referral-interview_images {
  margin-top: 5px;
  position: relative
}

.referral-interview_images::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 42, 77, 0.3);
  z-index: 1
}

.referral-fascination {
  padding: 6.66667% 0 7.55208%
}

@media screen and (max-width: 768px) {
  .referral-fascination {
    padding: 30px 0
  }
}

.referral-fascination .c-primary-title {
  margin-bottom: 3.125%
}

.en .referral-fascination .c-primary-title {
  margin-bottom: 5.20833%
}

@media screen and (max-width: 768px) {
  .referral-fascination .c-primary-title {
    margin-bottom: 20px
  }

  .en .referral-fascination .c-primary-title {
    margin-bottom: 25px
  }
}

@media screen and (max-width: 768px) {
  .referral-fascination .c-primary-title img {
    width: 172px
  }
}

.referral-fascination_list {
  margin: 0;
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width: 768px) {
  .referral-fascination_list {
    margin: -5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.referral-fascination_list li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-position: center top;
  background-size: 9.63542vw;
  background-repeat: no-repeat;
  padding-top: calc(9.63542vw + 1.82292vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width: 768px) {
  .referral-fascination_list li {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    background-position: center top 10px;
    background-size: 80px;
    margin: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: calc(50% - 10px);
    border: 1px solid #1c2a4d;
    padding: 10px;
    padding-top: 100px
  }
}

.referral-fascination_list li:nth-child(1) {
  background-image: url(../img/fascination_icon03.png)
}

.referral-fascination_list li:nth-child(2) {
  background-image: url(../img/fascination_icon01.png)
}

.referral-fascination_list li:nth-child(3) {
  background-image: url(../img/fascination_icon02.png)
}

.referral-fascination_list li:nth-child(4) {
  background-image: url(../img/fascination_icon04.png)
}

.referral-fascination_list li:not(:first-child) {
  margin-left: 2.08333vw
}

@media screen and (max-width: 768px) {
  .referral-fascination_list li:not(:first-child) {
    margin-left: 5px
  }
}

.referral-fascination_list_ico {
  margin-right: .88542vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2.76042vw
}

@media screen and (max-width: 768px) {
  .referral-fascination_list_ico {
    margin-right: 10px;
    width: 20px
  }
}

.referral-fascination_list p {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  color: #1c2a4d
}

@media screen and (max-width: 768px) {
  .referral-fascination_list p {
    font-size: 14px
  }
}

.referral-company {
  text-align: center
}

.referral-company_heading {
  position: relative;
  padding-top: calc(500 / 2560 * 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/business_bg.png)
}

@media screen and (max-width: 768px) {
  .referral-company_heading {
    padding-top: calc(500 / 2560 * 150%)
  }
}

.referral-company_heading h2 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  line-height: 1.4;
  text-align: center
}

.referral-company_heading h2 {
  font-size: 38px;
  color: #fff;
  letter-spacing: 4px
}

@media screen and (max-width: 768px) {
  .referral-company_heading h2 {
    font-size: 18px;
    letter-spacing: 3px
  }
}

.referral-company_container {
  padding: 85px 0 100px
}

@media screen and (max-width: 768px) {
  .referral-company_container {
    padding: 30px 0
  }
}

@media screen and (max-width: 768px) {
  .referral-company_logo img {
    width: 250px
  }
}

.referral-company_text {
  margin: 2.34375% auto 3.125%
}

@media screen and (max-width: 768px) {
  .referral-company_text {
    margin: 10px auto 1.5em
  }
}

.referral-company_philosophy {
  margin: auto;
  max-width: 760px;
  border: 1px solid #9b9b9b;
  padding: 2.86458% 10px
}

@media screen and (max-width: 768px) {
  .referral-company_philosophy {
    padding: 20px 10px
  }
}

.referral-company_philosophy>* {
  margin: 0
}

.referral-company_philosophy h3 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.4;
  color: #1c2a4d
}

@media screen and (max-width: 768px) {
  .referral-company_philosophy h3 {
    margin-bottom: 10px;
    font-size: 18px
  }
}

.referral-entry {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.2s -webkit-transform;
  transition: 0.2s -webkit-transform;
  transition: 0.2s transform;
  transition: 0.2s transform, 0.2s -webkit-transform;
  background: url(../img/entry_bg.png) center/cover no-repeat;
  padding: 2.60417% 0 2.34375%;
  text-align: center;
  line-height: 1.4
}

.footer {
  position: relative
}

@media screen and (max-width: 768px) {
  .referral-entry {
    padding: 15px 0
  }
}

.referral-entry.is-active {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.referral-entry p {
  margin: 0
}

.referral-entry p img {
  vertical-align: middle;
  width: 37.08333vw;
  max-width: 712px
}

@media screen and (max-width: 768px) {
  .referral-entry p img {
    width: 250px
  }
}

.referral-entry_btn {
  margin-top: 1.82292%
}

@media screen and (max-width: 768px) {
  .referral-entry_btn {
    margin-top: 10px
  }
}

.referral-entry_btn a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  max-width: 600px;
  width: 100%;
  height: auto;
  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;
  border: 2px solid #fff;
  border-radius: 50px;
  background-color: #1c2a4d;
  padding: 17px 10px;
  font-size: 1.5625vw;
  font-weight: bold;
  color: #fff
}

.referral-entry_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg)
}

.referral-entry_btn a:hover {
  opacity: 1
}

@media screen and (min-width: 1921px) {
  .referral-entry_btn a {
    font-size: 30px
  }
}

@media screen and (max-width: 768px) {
  .referral-entry_btn a {
    border-width: 2px;
    padding: 10px;
    font-size: 14px
  }
}

.referral-entry_btn a::after {
  right: 5%;
  width: 12px;
  height: 12px
}

@media screen and (max-width: 768px) {
  .referral-entry_btn a::after {
    width: 7px;
    height: 7px;
    border-width: 2px
  }
}

.referral-entry_btn a:hover {
  background-color: #2b93ed;
  border-color: #2b93ed
}

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