@charset "UTF-8";
/* ==========================================================
Name:
    base.css

Description:
    サイト全体に共通する設定を記述する

Contents:
    base settings
    javascript style hooks
    base blocks
    ========================================================== */
/* ==========================================================
*
*   base settings
*
========================================================== */
/* ---------------------------------------------
*   html, body
--------------------------------------------- */
html,
body {
  color: #000;
  font-size: 20px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    sans-serif;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 767px) {
  html,
  body {
    font-size: 4.43286vw;
  }
}

body {
  min-width: 1180px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
    line-height: 1.5;
  }
}

/* ---------------------------------------------
*   <a> tag
--------------------------------------------- */
a {
  color: inherit;
  text-decoration: none;
}

/* ---------------------------------------------
*   <img> tag
--------------------------------------------- */
img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}

/*  anchor
--------------------------------------------- */
.anchor {
  display: block;
  margin-top: -120px;
  padding-top: 120px;
}

@media screen and (max-width: 767px) {
  .anchor {
    margin-top: -9.12647vw;
    padding: 9.12647vw;
  }
}

/* ==========================================================
*
*   javascript style hooks
*
========================================================== */
/* ==========================================================
*
*   base blocks
*
========================================================== */
/* ---------------------------------------------
*   header
--------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
  height: 114px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .header {
    padding: 0;
    height: 55px;
  }
}

/*  header-container
--------------------------------------------- */
.header-container {
  margin: 0 auto;
  padding-right: 0px;
  padding-left: 0px;
  max-width: 880px;
}

@media screen and (max-width: 767px) {
  .header-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 5.21512%;
    padding-left: 5.21512%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header-container {
    position: relative;
    height: 55px;
  }
}

/*  header-nav
--------------------------------------------- */
@media screen and (max-width: 767px) {
  .header-nav {
    position: fixed;
    top: 55px;
    right: 0;
    left: 0;
    z-index: 2000;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: calc(100vh - 55px);
    overflow-y: scroll;
  }
  .js-sp-menu-opened .header-nav {
    display: block;
  }
}

.header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  width: 100%;

  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .header-nav__list {
    display: block;
    background-color: #fff;
  }
}

.header-nav__list-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14.77273%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .header-nav__list-item {
    width: 100%;
    border-bottom: 2px solid #00a0e9;
  }
  .header-nav__list-item:first-of-type {
    border-top: 2px solid #00a0e9;
  }
  .header-nav__list-item--image {
    padding: 2.60756vw;
  }
  .header-nav__list-item--image img {
    width: 39.11343vw;
  }
}

.header-nav__list-item--new {
  position: relative;
}

.header-nav__list-item--new:before {
  position: absolute;
  top: -5px;
  left: -36px;
  width: 50px;
  height: 51px;
  content: "";
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .header-nav__list-item--new:before {
    position: absolute;
    top: calc(20 / 750 * 100vw);
    left: calc(188 / 750 * 100vw);
    width: 12.13333vw;
    height: 12.26667vw;
  }
}

.header-nav__list-item--5col {
  margin-right: 150px;
}

.header-nav__link {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 70px;
  border: 2px solid #00a0e9;
  border-radius: 25px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #00a0e9;
  text-align: center;
  font-weight: bold;
  font-size: 0.75rem;
  -webkit-transition: background-image 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-image 0.3s;
  transition: background-color 0.3s;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.header-nav__link span {
  display: block;
  overflow: hidden;
  height: 0;
}

@media screen and (max-width: 767px) {
  .header-nav__link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 18.25293vw;
    border: none;
    border-radius: 0;
    font-size: 0.88235rem;
  }
}

.header-nav__link--1 {
  background-image: url(../img/text_head_01.png);
  background-size: 71.5px 36.5px;
}

@media screen and (max-width: 767px) {
  .header-nav__link--1 {
    background-size: 18.64407vw 9.5176vw;
  }
}

.header-nav__link--2 {
  background-image: url(../img/text_head_02.png);
  background-size: 101px 37px;
}

@media screen and (max-width: 767px) {
  .header-nav__link--2 {
    background-size: 26.26667vw 9.6vw;
  }
}

.header-nav__link--3 {
  background-image: url(../img/text_head_03.png);
  background-size: 60.5px 36px;
}

@media screen and (max-width: 767px) {
  .header-nav__link--3 {
    background-size: 15.77575vw 9.5176vw;
  }
}

.header-nav__link--4 {
  background-image: url(../img/text_head_04.png);
  background-size: 81.5px 36.5px;
}

@media screen and (max-width: 767px) {
  .header-nav__link--4 {
    background-size: 21.25163vw 9.5176vw;
  }
}

.header-nav__link--new {
  background-image: url(../img/text_head_05.png);
  background-size: 95px 36.5px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .header-nav__link--new {
    background-size: 25.42373vw 9.5176vw;
  }
}

.header-nav__link--soon {
  border: 0;
  background-color: #99d9f6;
  background-image: url(../img/text_head_comingsoon.png);
  background-size: 56px 37px;
  position: relative;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .header-nav__link--soon {
    background-image: url(../img/sp/text_head_comingsoon.png);
    background-size: 24.8vw 4.93333vw;
  }
}

.header-nav__link--experience {
  background-image: url(../img/text_head_honne.png);
  background-size: 89px 36px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .header-nav__link--experience {
    background-image: url(../img/text_head_honne.png);
    background-size: calc(172 / 750 * 100vw) calc(71 / 750 * 100vw);
  }
}

.header-nav__link-img {
  width: 50px;
  position: absolute;
  top: -5px;
  left: -30px;
}

@media screen and (max-width: 767px) {
  .header-nav__link-img {
    width: 12%;
    top: auto;
    left: 25%;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__link--1:hover {
    background-color: #00a0e9;
    background-image: url(../img/icon_head_01.png);
    background-size: 68.5px 48px;
  }
  .header-nav__link--2:hover {
    background-color: #00a0e9;
    background-image: url(../img/icon_head_02.png);
    background-size: 55px 55px;
  }
  .header-nav__link--3:hover {
    background-color: #00a0e9;
    background-image: url(../img/icon_head_03.png);
    background-size: 68.5px 54.5px;
  }
  .header-nav__link--4:hover {
    background-color: #00a0e9;
    background-image: url(../img/icon_head_04.png);
    background-size: 54.5px 57.5px;
  }
  .header-nav__link--new:hover {
    background-color: #00a0e9;
    background-image: url(../img/icon_head_05.png);
    background-size: 33px 53.5px;
  }
  .header-nav__link--experience:hover {
    background-color: #00a0e9;
    background-image: url(../img/icon_head_honne.png);
    background-size: 130.5px 70.5px;
  }
}

/*  header-logo
--------------------------------------------- */
.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  width: 157px;
  height: 74px;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;

  -webkit-box-align: center;
  align-items: center;
}

.header-logo img {
  width: 157px;
}

.header-logo:hover {
  opacity: 0.8;
}

.ios .header-logo:hover,
.android .header-logo:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    padding: 0 0 0 0;
    width: 100px;
    height: 55px;

    -webkit-box-align: center;
    align-items: center;
  }
}

/*  header-menu-button
--------------------------------------------- */
.header-menu-button {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  margin: 0;
  padding: 15px;
  outline: none;
  border: 0;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (min-width: 768px) {
  .header-menu-button {
    display: none;
  }
}

.header-menu-button__lines {
  position: relative;
  display: block;
  width: 30px;
  height: 20px;
}

.header-menu-button__line {
  position: absolute;
  left: 0;
  display: block;
  padding-top: 2px;
  width: 100%;
  height: 0;
}

.header-menu-button__line--top {
  top: 0;
  background-color: #007bbb;
}

.header-menu-button__line--center {
  top: 50%;
  margin-top: -1px;
  background-color: #007bbb;
}

.header-menu-button__line--bottom {
  bottom: 0;
  background-color: #007bbb;
}

/*  header-menu-overlay
--------------------------------------------- */
.header-menu-overlay {
  position: fixed;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: calc(100% - 50px);
  background-color: rgba(0, 0, 0, 0.5);
}

.js-sp-menu-opened .header-menu-overlay {
  display: block;
}

/* ---------------------------------------------
*   wrapper
--------------------------------------------- */
@media screen and (max-width: 767px) {
  .wrapper {
    overflow: hidden;
  }
}

/* ---------------------------------------------
*   contents
--------------------------------------------- */
.contents {
  padding-top: 114px;
}

@media screen and (max-width: 767px) {
  .contents {
    padding-top: 55px;
  }
}

/* ---------------------------------------------
*   main
--------------------------------------------- */
/* ---------------------------------------------
*   footer
--------------------------------------------- */
.footer {
  background-color: #00a0e9;
  color: #fff;
}

/*  footer-container
--------------------------------------------- */
.footer-container {
  margin: 0 auto;
  padding: 40px 0 20px;
  padding-right: 0px;
  padding-left: 0px;
  max-width: 880px;
}

@media screen and (max-width: 767px) {
  .footer-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 5.21512%;
    padding-left: 5.21512%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .footer-container {
    padding: 3.91134vw 3.91134vw 1.30378vw;
  }
}

/*  footer-sns
--------------------------------------------- */
.footer-sns__title {
  padding: 17px 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .footer-sns__title {
    padding: 2.60756vw 0 4.56323vw;
    font-size: 0.82353rem;
  }
}

.footer-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 27px 17px;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .footer-sns__list {
    padding: 2.9987vw;
    border-radius: 0.65189vw;
  }
}

.footer-sns__list-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 23px;
  width: calc(100% / 3);
}

@media screen and (max-width: 767px) {
  .footer-sns__list-item {
    margin-right: 2.9987vw;
  }
}

.footer-sns__list-item:last-of-type {
  margin-right: 0;
}

.footer-sns__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.footer-sns__link:hover {
  opacity: 0.8;
}

.ios .footer-sns__link:hover,
.android .footer-sns__link:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .footer-sns__link {
    height: 6.5189vw;
    border-radius: 0.65189vw;
  }
}

.footer-sns__link--tw {
  background-color: #1da1f2;
  background-image: url(../img/icon_tw.png);
  background-size: 37px 30px;
}

@media screen and (max-width: 767px) {
  .footer-sns__link--tw {
    background-size: 3.91134vw 3.25945vw;
  }
}

.footer-sns__link--in {
  background-color: #f3392d;
  background-image: url(../img/icon_in.png);
  background-size: 35px 35px;
}

@media screen and (max-width: 767px) {
  .footer-sns__link--in {
    background-size: 3.52021vw 3.52021vw;
  }
}

.footer-sns__link--fb {
  background-color: #4267b2;
  background-image: url(../img/icon_fb.png);
  background-size: 34px 34px;
}

@media screen and (max-width: 767px) {
  .footer-sns__link--fb {
    background-size: 2.86832vw 2.86832vw;
  }
}

/*  footer-link
--------------------------------------------- */
.footer-link {
  display: block;
  margin: 32px 0 0;
  padding: 7px 0;
  width: 100%;
  border: 1px solid #fff;
  text-align: center;
  font-size: 0.8rem;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.footer-link:hover {
  opacity: 0.8;
}

.ios .footer-link:hover,
.android .footer-link:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .footer-link {
    margin: 2.86832vw 0 0;
    padding: 0.26076vw 0;
    font-size: 0.76471rem;
  }
}

/*  footer-nav
--------------------------------------------- */
.footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 0 auto;
  padding: 32px 0 50px;
  text-decoration: underline;
  line-height: 1;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.footer-nav__list:hover {
  text-decoration: none;
}

.ios .footer-nav__list:hover,
.android .footer-nav__list:hover {
  text-decoration: underline;
}

.footer-nav__list:hover {
  text-decoration: underline;
}

.ios .footer-nav__list:hover,
.android .footer-nav__list:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .footer-nav__list {
    padding: 1.95567vw 0 3.91134vw;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .footer-nav__list-item {
    padding-right: 3.38983vw;
  }
}

.footer-nav__link {
  display: inline-block;
  font-size: 0.65rem;
}

.footer-nav__link:hover {
  text-decoration: underline;
}

.ios .footer-nav__link:hover,
.android .footer-nav__link:hover {
  text-decoration: none;
}

.footer-nav__link:before {
  position: relative;
  top: 5px;
  display: inline-block;
  margin: 0 17px;
  width: 1px;
  height: 20px;
  background-color: #fff;
  content: "";
}

@media screen and (max-width: 767px) {
  .footer-nav__link:before {
    display: none;
  }
}

.footer-nav__link--none:before {
  display: none;
}

@media screen and (max-width: 767px) {
  .footer-nav__link {
    font-size: 0.58824rem;
  }
}

/*  footer-copyright
--------------------------------------------- */
.footer-copyright {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer-copyright {
    text-align: right;
  }
}

.footer-copyright__text {
  font-size: 0.65rem;
}

@media screen and (max-width: 767px) {
  .footer-copyright__text {
    font-size: 0.58824rem;
  }
}
