@charset "UTF-8";
/* COMPASS
* ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* BASE
* ----------------------------------------------- */
/* MEDIA QUERIES
* ----------------------------------------------- */
/* ADDITIONAL RESET
* ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/* PRINTING
* ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
* ----------------------------------------------- */
body {
  color: #000;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .android body {
    font-family: 'Noto Sans JP', sans-serif;
  }
}

@media only screen and (max-width: 767px) {
  .android .font-serif {
    font-family: 'Noto Serif JP', serif;
  }
}

.font-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

.font-english {
  font-family: "Avenir", "Montserrat", sans-serif;
}

/* HELPERS
* ----------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

/* RESPONSIVE
* ----------------------------------------------- */
.hover {
  position: relative;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.hover:before {
  position: absolute;
  top: -15%;
  left: 0;
  z-index: -1;
  content: "";
  width: 120%;
  height: 130%;
  background-color: #000;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform 0.3s;
}
.hover:hover:before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}
.hover:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
}

@media print, (min-width: 768px) {
  .container {
    max-width: 1200px;
  }

  .wrapper {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }

  .sm {
    display: none !important;
  }

  .trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }

  .md {
    display: none !important;
  }

  html {
    font-size: calc(100vw / 7.50);
  }

  body {
    font-size: 0.24rem;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}

/* MODULES
* ----------------------------------------------- */
/* COMMON TITLE
* ----------------------------------------------- */
.section-title {
  width: auto;
  height: auto;
}

@media print, (min-width: 768px) {
  .section-title {
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    width: auto;
    height: auto;
  }
}
/* COMMON BREADCRUMB
* ----------------------------------------------- */
.breadcrumb {
  width: auto;
  height: auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print, (min-width: 768px) {
  .breadcrumb {
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    width: auto;
    height: auto;
  }
}
/* COMMON Banner
* ----------------------------------------------- */
.common-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.banner-title {
  color: white;
  display: inline-block;
  background: #1b2d60;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.4em;
}

.banner-tag {
  position: absolute;
  color: #fff;
  letter-spacing: 0.15em;
}

@media print, (min-width: 768px) {
  .common-banner {
    height: 252px;
    background: url(../img/common/banner_bg.jpg) no-repeat center/cover;
  }

  .banner-title {
    font-size: 20px;
    padding: 16px 20px;
    min-width: 400px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .banner-title {
    padding-top: 20px;
    padding-bottom: 12px;
  }
}

@media print, (min-width: 768px) {
  .banner-tag {
    top: 30px;
    right: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .common-banner {
    height: 2.56rem;
    background: url(../img/common/sp/banner_bg.jpg) no-repeat center/cover;
  }

  .banner-title {
    font-size: 0.4rem;
    padding: 0.17rem 0.2rem;
    min-width: 4rem;
  }

  .banner-tag {
    font-size: 0.35rem;
    top: 0.05rem;
    right: 0.16rem;
  }
  .banner-tag img {
    width: auto;
    height: 0.32rem;
  }
}
.special-button {
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  color: white;
  font-weight: bold;
  letter-spacing: 0.4em;
  background-color: #1b2d60;
  border: 1px solid #fff;
}
.special-button:before {
  background-color: #fff;
}
.special-button:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 94%;
  background: url(../img/faq/icon_arrow.png) no-repeat center/50px auto;
}
.special-button:hover {
  color: #1b2d60;
}
.special-button:hover:after {
  background-image: url(../img/faq/icon_arrow_active.png);
}
.special-button span {
  display: block;
}
.special-button .english-text {
  letter-spacing: 0.1em;
}
@media print, (min-width: 768px) {
  .special-button {
    height: 130px;
    width: 450px;
    font-size: 18px;
    padding-top: 10px;
  }
  .special-button .english-text {
    font-size: 25px;
  }
  .special-button .japanese {
    margin-bottom: 5px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .special-button {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .special-button {
    height: 1.3rem;
    width: 90%;
    border-width: 1px;
    font-size: 0.26rem;
    letter-spacing: 0.2em;
    padding-top: 0.08rem;
  }
  .special-button.english-text {
    font-size: 0.25rem;
    font-family: "Avenir", "Montserrat", sans-serif;
  }
  .special-button:after {
    width: 0.8rem;
    height: 100%;
    background-size: 100% auto;
  }
}

.common-button {
  display: block;
  color: #1b2d60;
  margin: 0 auto;
}
.common-button:before {
  background-color: #1b2d60;
}
.common-button:hover {
  color: #fff;
}
.common-button:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: url(../img/common/icon_arrow_05.png) right center/40px auto no-repeat;
}
.common-button:hover:after {
  background-image: url(../img/common/icon_arrow_02.png);
}
@media print, (min-width: 768px) {
  .common-button {
    border: 2px solid #1b2d60;
    width: 100%;
    padding: 27px 5px 25px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.2em;
    width: 340px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .common-button {
    padding-top: 22px;
    padding-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .common-button {
    border: 1px solid #1b2d60;
    width: 100%;
    padding: 0.3rem 5px 0.28rem;
    text-align: center;
    font-weight: bold;
    font-size: 0.28rem;
    letter-spacing: 0.2em;
    width: 100%;
  }
  .common-button:after {
    width: 0.8rem;
    background-size: 100% auto;
  }
}

/* PAGE
* ----------------------------------------------- */
.inner-block {
  padding: 0;
  position: relative;
}

.section-will {
  color: #1b2d60;
}

@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

@media print, (min-width: 768px) {
  .inner-block {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .section-will {
    background: #e0e0e0;
  }
  .pc {
    display: block;
  }
  .sp{
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .inner-block {
    width: 100%;
    padding: 0 0.4rem;
  }
  .section-will {
    background: #fff;
  }
}



/* mv-block */
.mv-block {
  position: relative;
  width: 100%;
}

.mv-text-area .mv-text {
  color: #fff;
  text-align: center;
}

.mv-text-area .mv-text img {
  margin-top: 5px;
  width: 100%;
}

.mv-profile-block {
  background: #e0e0e0;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  font-weight: bold;
}

.mv-profile-block .label {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
}

.mv-profile-block .color01 {
  background: #008b68;
}

.mv-profile-block .color02 {
  background: #70affa;
}

.mv-profile-block .profile-txt {
  line-height: 1.5;
}

.mv-profile-block .profile-txt .name {
  margin-bottom: 5px;
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .mv-block {
    height: 600px;
  }
  .page-ambitious .mv-block .img {
    height: 600px;
  }
  .mv-block .mv-text-area {
    position: absolute;
    top: 40px;
    right: 10px;
  }
  .mv-text-area .mv-text {
    font-size: 24px;
    letter-spacing: 0.7em;
  }
  .mv-profile-block {
    height: 120px;
  }
  .mv-profile-block .label {
    width: 120px;
    height: 120px;
    font-size: 20px;
  }
  .mv-profile-block .profile-txt {
    font-size: 12px;
    min-width: 280px;
    padding: 24px;
    font-weight: bold;
  }
  .mv-profile-block .profile-txt .name {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .mv-block {
    height: 71vh;
  }
  .page-ambitious .mv-block .img {
    height: 71vh;
  }
  .mv-block .mv-text-area {
    position: absolute;
    top: 0.35rem;
    right: 0.24rem;
  }
  .mv-text-area .mv-text {
    font-size: 0.28rem;
    letter-spacing: 1em;
  }
  .mv-text-area .mv-text img {
    width: 2.36rem;
    height: auto;
  }
  .mv-profile-block {
    min-height: 1.64rem;
    height: auto;
    margin-right: 0.73rem;
  }
  .mv-profile-block .label {
    width: 1.64rem;
    min-height: 1.64rem;
    height: auto;
    font-size: 0.26rem;
  }
  .mv-profile-block .profile-txt {
    font-size: 0.2rem;
    min-width: 4.7rem;
    padding: 0.23rem;
    font-weight: bold;
  }
  .mv-profile-block .profile-txt .name {
    font-size: 0.26rem;
  }
}

/* will-ttl */
.will-ttl-block {
  background: #fff;
}

.will-ttl h1 {
  line-height: 1;
}

.will-ttl p {
  line-height: 1.7;
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .will-ttl h1 {
    font-size: 140px;
    padding: 70px 0 30px;
  }
  .will-ttl p {
    font-size: 34px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .will-ttl h1 {
    font-size: 1.4rem;
    padding: 0.56rem 0 0.32rem;
  }
  .will-ttl p {
    font-size: 0.31rem;
    padding-bottom: 0.95rem;
  }
}

/* will-section-wrap */
.will-section-wrap {
  position: relative;
  z-index: 10;
}

.will-section {
  background: #fff;
}

.will-section-wrap .ttl {
  font-weight: bold;
  line-height: 2;
  position: relative;
}

.will-section-wrap .ttl::before {
  position: absolute;
  content: '';
}

.will-section-wrap .ttl-cl01::before {
  background: #008b68;
}

.will-section-wrap .ttl-cl02::before {
  background: #70affa;
}

.will-section-wrap .txt {
  justify-content: center;
  line-height: 1.9;
}

.will-section-wrap .img {
  top: 0;
  right: 0;
}

.will-section-wrap .img img {
  width: 100%;
}

.block-right .img {
  left: 0;
  bottom: 100px;
  top: auto;
}

.block-right .will-section {
  justify-content: flex-start;
}

@media print, (min-width: 768px) {
  .will-section {
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }
  .will-section01 {
    padding: 0 60px 30px 0;
  }
  .will-section02 {
    padding: 70px 0 30px 60px;
  }
  .will-section03 {
    padding: 60px 60px 30px 0;
    margin-bottom: 200px;
  }
  .will-section-wrap .ttl {
    font-size: 20px;
    margin-bottom: 30px;
    margin-left: 20px;
  }
  .will-section-wrap .ttl::before {
    width: 8px;
    height: 103px;
    left: -25px;
    top: 7px;
  }
  .will-section-wrap .txt {
    max-width: 390px;
    font-size: 15px;
    margin-bottom: 30px;
    margin-left: 20px;
    font-weight: bold;
  }
  .will-section-wrap .img {
    position: absolute;
    width: 50%;
  }
  .block-right {
    margin-top: 70px;
    display: flex;
    justify-content: flex-end;
  }
  .block-right .img {
    left: 0;
    bottom: 100px;
    top: auto;
  }
  .block-right .will-section {
    justify-content: flex-start;
  }
  .block-right .ttl {
    margin-left: 0;
    margin-right: 20px;
  }
  .block-right .txt {
    margin-left: 0;
    margin-right: 20px;
  }
}


@media only screen and (max-width: 767px) {
  .will-section {
    width: 100%;
    display: block;
  }
  .will-section01 {
    padding: 0 0.4rem;
  }
  .will-section02 {
    padding: 0 0.4rem;
  }
  .will-section03 {
    padding: 0 0.4rem;
    margin-bottom: 0;
  }
  .will-block03 {
    margin-bottom: 0.64rem;
  }
  .will-section-wrap .ttl {
    font-size: 0.38rem;
    margin-bottom: 0.62rem;
    padding-left: 0.36rem;
    line-height: 1.75;
  }
  .will-section-wrap .ttl::before {
    width: 0.1rem;
    height: 1.83rem;
    left: 0px;
    top: 3px;
  }
  .will-section-wrap .txt {
    width: 100%;
    font-size: 0.28rem;
    margin-bottom: 0.47rem;
    line-height: 1.75;
  }
  .will-section-wrap .img {
    position: static;
    width: 100%;
    padding: 0 0.4rem;
  }
  .block-right {
    margin-top: 0.97rem;
    display: block;
  }
}

/* bg-img */
.block-last .img {
  top: 100px;
}

.will-block03 {
  position: relative;
}

.bg-img {
  top: -700px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}

@media print, (min-width: 768px) {
  .block-last {
    margin-top: 600px;
  }
  .bg-img {
    position: absolute;
    height: 100%;
    margin: auto;
  }
}


@media only screen and (max-width: 767px) {
  .block-last {
    margin-top: 0.58rem;
  }
  .bg-img {
    background: none;
    position: static;
    height: auto;
    margin-top: 30px;
  }
}


/* message-block */
.message-block {
  font-weight: bold;
}

.message-block h2 {
  text-align: center;
}

.message-block p {
  line-height: 1.9;
}

@media print, (min-width: 768px) {
  .message-block {
    padding-bottom: 140px;
  }
  .message-block h2 {
    font-size: 18px;
    margin: 50px 0 30px;
  }
  .message-block p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .message-block {
    padding: 1rem 0;
    background: #e0e0e0;
  }
  .message-block h2 {
    font-size: 0.38rem;
    margin: 0 0 0.4rem;
  }
  .message-block p {
    font-size: 0.24rem;
    margin-bottom: 0.4rem;
    font-weight: 100;
    line-height: 1.75;
  }
}

/* schedule-block */
.schedule-block {
  background: #111a38;
  color: #fff;
}

.schedule-block .list-item {
  border-bottom: solid 1px #fff;
  display: flex;
}

.schedule-block .list-item:first-child {
  border-top: solid 1px #fff;
}

@media print, (min-width: 768px) {
  .schedule-section {
    display: flex;
  }
  .schedule-block {
    width: 53%;
    display: flex;
    justify-content: flex-end;
  }
  .content-schedule {
    width: 420px;
    margin: 70px 80px 0 20px;
    font-size: 13px;
  }
  .schedule-section h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .schedule-block .list-item {
    padding: 15px 20px;
  }
  .schedule-block .list-item .time {
    min-width: 66px;
    padding-right: 32px;
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .schedule-section {
    display: block;
  }
  .schedule-block {
    padding: 0.8rem 0.4rem;
    width: 100%;
    display: block;
  }
  .content-schedule {
    width: 100%;
    margin: 0.3rem 0 0;
    font-size: 0.22rem;
    height: auto;
  }
  .schedule-section h2 {
    font-size: 0.33rem;
    margin-bottom: 0.24rem;
  }
  .schedule-block .list-item {
    padding: 0.23rem 0.35rem;
  }
  .schedule-block .list-item .time {
    min-width: 1rem;
    padding-right: 0.44rem;
    text-align: right;
  }
}



/* holiday-block */
.holiday-block {
  background: #414860;
  color: #fff;
}

.content-holiday .img span {
  margin-top: 5px;
}

.content-holiday p {
  line-height: 1.8;
}

@media print, (min-width: 768px) {
  .holiday-block {
    width: 47%;
  }
  .content-holiday {
    max-width: 320px;
    margin: 70px 20px 0 80px;
    font-size: 15px;
    height: 730px;
  }
  .content-holiday .img span {
    font-size: 11px;
  }
  .content-holiday p {
    margin-top: 50px;
  }
}

@media (max-width:768px) {
  .holiday-block {
    width: 100%;
    padding: 1.2rem 0.6rem;
    margin-top: 0.24rem;
    margin-bottom: 0.8rem;
  }
  .content-holiday {
    width: 70%;
    margin: 0 auto 0;
    font-size: 0.22rem;
    height: auto;
  }
  .content-holiday .img span {
    font-size: 0.18rem;
  }
  .content-holiday p {
    margin-top: 0.28rem;
  }
}

/*     WILL01     */
.will01-mv {
  background: url(../img/will/will01-mv.jpg) no-repeat left top / cover;
}

@media (max-width:768px) {
  .will01-mv {
    background: url(../img/will/will01-mv-sp.jpg) no-repeat left top / cover;
  }
}

.bg01 {
  background: url(../img/will/will01-img03.jpg) no-repeat left top / cover;
}

.schedule-section .height01 {
  height: 730px;
}

@media (max-width:768px) {
  .schedule-section .height01 {
    height: auto;
  }
}

/*     WILL02     */
.will02-mv {
  background: url(../img/will/will02-mv.jpg) no-repeat left top / cover;
}

@media (max-width:768px) {
  .will02-mv {
    background: url(../img/will/will02-mv-sp.jpg) no-repeat left top / cover;
  }
}

.bg02 {
  background: url(../img/will/will02-img03.jpg) no-repeat left top / cover;
}

.schedule-section .height02 {
  height: 850px;
}

@media (max-width:768px) {
  .schedule-section .height02 {
    height: auto;
  }
}

/*     WILL03     */
.will03-mv {
  background: url(../img/will/will03-mv.jpg) no-repeat left top / cover;
}

@media (max-width:768px) {
  .will03-mv {
    background: url(../img/will/will03-mv-sp.jpg) no-repeat left top / cover;
  }
}

.bg03 {
  background: url(../img/will/will03-img03.jpg) no-repeat left top / cover;
}

.schedule-section .height03 {
  height: 1180px;
}

@media (max-width:768px) {
  .schedule-section .height03 {
    height: auto;
  }
}

/*     WILL04     */
.will04-mv {
  background: url(../img/will/will04-mv.jpg) no-repeat left top / cover;
}

@media (max-width:768px) {
  .will04-mv {
    background: url(../img/will/will04-mv-sp.jpg) no-repeat left top / cover;
  }
}

.bg04 {
  background: url(../img/will/will04-img03.jpg) no-repeat left top / cover;
}

.schedule-section .height04 {
  height: 730x;
}

@media (max-width:768px) {
  .schedule-section .height04 {
    height: auto;
  }
}

/*     WILL05     */
.will05-mv {
  background: url(../img/will/will05-mv.jpg) no-repeat left top / cover;
}

@media (max-width:768px) {
  .will05-mv {
    background: url(../img/will/will05-mv-sp.jpg) no-repeat left top / cover;
  }
}

.bg05 {
  background: url(../img/will/will05-img03.jpg) no-repeat right top / cover;
}

.schedule-section .height05 {
  height: 1100px;
}

@media (max-width:768px) {
  .schedule-section .height05 {
    height: auto;
  }
}

/*     WILL06     */
.will06-mv {
  background: url(../img/will/will06-mv.jpg) no-repeat left top / cover;
}

@media (max-width:768px) {
  .will06-mv {
    background: url(../img/will/will06-mv-sp.jpg) no-repeat left top / cover;
  }
}

.bg06 {
  background: url(../img/will/will06-img03.jpg) no-repeat left top / cover;
}

.schedule-section .height06 {
  height: 890px;
}

@media (max-width:768px) {
  .schedule-section .height06 {
    height: auto;
  }
}

/*     WILL07     */
.will07-mv {
  background: url(../img/will/will07-mv.jpg) no-repeat left top / cover;
}

@media (max-width:768px) {
  .will07-mv {
    background: url(../img/will/will07-mv-sp.jpg) no-repeat left top / cover;
  }
}

.bg07 {
  background: url(../img/will/will07-img03.jpg) no-repeat right top / cover;
}

.schedule-section .height07 {
  height: 810px;
}

@media (max-width:768px) {
  .schedule-section .height07 {
    height: auto;
  }
}

/*     WILL08     */
.will08-mv {
  background: url(../img/will/will08-mv.jpg) no-repeat left top / cover;
}

@media (max-width:768px) {
  .will08-mv {
    background: url(../img/will/will08-mv-sp.jpg) no-repeat left top / cover;
  }
}

.bg08 {
  background: url(../img/will/will08-img03.jpg) no-repeat left top / cover;
}

.schedule-section .height08 {
  height: 700px;
}

@media (max-width:768px) {
  .schedule-section .height08 {
    height: auto;
  }
}

/*     WILL09     */
.will09-mv {
  background: url(../img/will/will09-mv.jpg) no-repeat left top / cover;
}

@media (max-width:768px) {
  .will09-mv {
    background: url(../img/will/will09-mv-sp.jpg) no-repeat left top / cover;
  }
}

.bg09 {
  background: url(../img/will/will09-img03.jpg) no-repeat left top / cover;
}

.schedule-section .height09 {
  height: 850px;
}

@media (max-width:768px) {
  .schedule-section .height09 {
    height: auto;
  }
}

/*     WILL10     */
.will10-mv {
  background: url(../img/will/will10-mv.jpg) no-repeat left top / cover;
}

@media (max-width:768px) {
  .will10-mv {
    background: url(../img/will/will10-mv-sp.jpg) no-repeat left top / cover;
  }
}

.bg10 {
  background: url(../img/will/will10-img03.jpg) no-repeat left top / cover;
}

.schedule-section .height10 {
  height: 820px;
}

@media (max-width:768px) {
  .schedule-section .height10 {
    height: auto;
  }
}

/*     WILL11     */
.will11-mv {
  background: url(../img/will/will11-mv.jpg) no-repeat left top / cover;
}

@media (max-width:768px) {
  .will11-mv {
    background: url(../img/will/will11-mv-sp.jpg) no-repeat left top / cover;
  }
}

.bg11 {
  background: url(../img/will/will11-img03.jpg) no-repeat left top / cover;
}

.schedule-section .height11 {
  height: 680px;
}

@media (max-width:768px) {
  .schedule-section .height11 {
    height: auto;
  }
}

/*     WILL12     */
.will12-mv {
  background: url(../img/will/will12-mv.jpg) no-repeat left top / cover;
}

@media (max-width:768px) {
  .will12-mv {
    background: url(../img/will/will12-mv-sp.jpg) no-repeat left top / cover;
  }
}

.bg12 {
  background: url(../img/will/will12-img03.jpg) no-repeat left top / cover;
}

.schedule-section .height12 {
  height: 680px;
}

@media (max-width:768px) {
  .schedule-section .height12 {
    height: auto;
  }
}

/*     WILL13     */
.will13-mv {
  background: url(../img/will/will13-mv.jpg) no-repeat left top / cover;
}

@media (max-width:768px) {
  .will13-mv {
    background: url(../img/will/will13-mv-sp.jpg) no-repeat left top / cover;
  }
}

.bg13 {
  background: url(../img/will/will13-img03.jpg) no-repeat left top / cover;
}

.schedule-section .height13 {
  height: 690px;
}

@media (max-width:768px) {
  .schedule-section .height13 {
    height: auto;
  }
}

/*     WILL14     */
.will14-mv {
  background: url(../img/will/will14-mv.jpg) no-repeat left top / cover;
}

@media (max-width:768px) {
  .will14-mv {
    background: url(../img/will/will14-mv-sp.jpg) no-repeat center top / cover;
  }
}

.bg14 {
  background: url(../img/will/will14-img03.jpg) no-repeat left top / cover;
}

.schedule-section .height14 {
  height: 690px;
}

@media (max-width:768px) {
  .schedule-section .height14 {
    height: auto;
  }
}

/*     WILL15     */
.will15-mv {
  background: url(../img/will/will15-mv.jpg) no-repeat left top / cover;
}

@media (max-width:768px) {
  .will15-mv {
    background: url(../img/will/will15-mv-sp.jpg) no-repeat center top / cover;
  }
}

.bg15 {
  background: url(../img/will/will15-img03.jpg) no-repeat left top / cover;
}

.schedule-section .height15 {
  height: 690px;
}

@media (max-width:768px) {
  .schedule-section .height15 {
    height: auto;
  }
}

/*     WILL16     */
.will16-mv {
  background: url(../img/will/will16-mv.jpg) no-repeat left top / cover;
}

@media (max-width:768px) {
  .will16-mv {
    background: url(../img/will/will16-mv-sp.jpg) no-repeat center top / cover;
  }
}

.bg16 {
  background: url(../img/will/will16-img03.jpg) no-repeat left top / cover;
}

.schedule-section .height16 {
  height: 690px;
}

@media (max-width:768px) {
  .schedule-section .height16 {
    height: auto;
  }
}

/*     WILL17     */
.will17-mv {
  background: url(../img/will/will17-mv.jpg) no-repeat left top / cover;
}

@media (max-width:768px) {
  .will17-mv {
    background: url(../img/will/will17-mv-sp.jpg) no-repeat center top / cover;
  }
}

.bg17 {
  background: url(../img/will/will17-img03.jpg) no-repeat left top / cover;
}

.schedule-section .height17 {
  height: 690px;
}

@media (max-width:768px) {
  .schedule-section .height17 {
    height: auto;
  }
}

/*     WILL18     */
.will18-mv {
  background: url(../img/will/will18-mv.jpg) no-repeat left top / cover;
}

@media (max-width:768px) {
  .will18-mv {
    background: url(../img/will/will18-mv-sp.jpg) no-repeat center top / cover;
  }
}

.bg18 {
  background: url(../img/will/will18-img03.jpg) no-repeat left top / cover;
}

.schedule-section .height18 {
  height: 690px;
}

@media (max-width:768px) {
  .schedule-section .height18 {
    height: auto;
  }
}

/*# sourceMappingURL=career.css.map */
