@import url("https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Sans+JP&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Sans+JP&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-block {
  display: block;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

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

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mt-15 {
  margin-top: 15px;
}

.mt-50 {
  margin-top: 50px;
}

.ml-15 {
  margin-left: 15px;
}

.color1 {
  color: #D4A849;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
@media (min-width: 1921px) {
  html {
    font-size: 1px;
  }
}
@media (max-width: 1920px) {
  html {
    font-size: 0.05vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 0.13vw;
  }
}

body {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  overflow-x: hidden;
  z-index: 0;
  background-color: white;
  line-height: 1.6;
  letter-spacing: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

button {
  letter-spacing: 0;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}

figure,
picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a {
  text-decoration: none;
  color: black;
}

.c-ttl_en {
  font-size: 33px;
  font-weight: bold;
  color: #002D4D;
  font-weight: 900;
  line-height: 1;
}
.c-ttl_jp {
  font-size: 16px;
  margin-top: 10px;
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 230px;
  height: 60px;
  border-radius: 60px;
  background-color: #002D4D;
  color: white;
}
.c-btn_course {
  margin:auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 346px;
  height: 60px;
  border-radius: 60px;
  background-color: #002D4D;
  color: white;
}
.c-btn_txt {
  margin-right: 40px;
}

.c-subBtn {
  width: 223px;
  height: 43px;
  border-radius: 30px;
  background-color: #002D4D;
  font-size: 16px;
  font-weight: 500;
  color: white;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-subBtn span:first-child {
  margin-right: 20px;
}
.c-subBtn span:last-child {
  position: absolute;
  top: calc(50% - 5.5px);
  right: 15px;
}
.c-subBtn.btn1 {
  width: 250px;
}
.c-subBtn.white {
  background-color: white;
  border: 1px solid #002D4D;
  color: #002D4D;
}
.c-subBtn.white span:last-child svg path {
  stroke: #002D4D;
}

.u-inner {
  max-width: 1340px;
  margin: 0 auto;
}

.u-inner1 {
  max-width: 1440px;
  margin: 0 auto;
}

.subFv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.subFv_img img {
  height: 368px;
}
.subFv .area {
  position: absolute;
}
.subFv .area_jp {
  font-size: 45px;
  font-weight: bold;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  color: white;
  line-height: 1;
}
.subFv .area_en {
  font-size: 30px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  color: white;
  margin-top: 10px;
}

.header {
  background-color: white;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  padding: 8px 20px;
  z-index: 100;
}
.header-item {
  width: 85%;
}
.header-menu li {
  margin-right: 30px;
}
.header-menu li:last-child {
  margin-right: unset;
}
.header-language {
  margin-right: 18px;
}
.header-contact {
  color: #002D4D;
  border: 1px solid #002D4D;
  border-radius: 20px;
  width: 130px;
  height: 38px;
  margin-right: 20px;
}
.header-contact .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px;
}
.header-icon.insta {
  margin-left: 15px;
}

.footer {
  background-color: #002D4D;
  padding: 50px 0 20px;
  position: relative;
}
.footer .item .area_txt {
  color: white;
  margin-top: 16px;
}
.footer .item .menu li {
  margin-top: 11px;
}
.footer .item .menu_link {
  color: white;
}
.footer .bottom {
  margin-top: 20px;
  margin-right: 80px;
}
.footer .bottom_link {
  color: white;
  margin-right: 75px;
}
.footer .bottom_link:nth-child(3) {
  margin-right: 35px;
}
.footer .bottom_icon_link:first-child {
  margin-right: 20px;
}
.footer_back {
  position: absolute;
  bottom: 20px;
  right: 13px;
}

@media (max-width: 1700px) {
  .header-item {
    width: unset;
  }
  .header-menu {
    display: none;
  }
}
@media (max-width: 1500px) {
  .u-inner1 {
    width: 88%;
  }
}
@media (max-width: 1400px) {
  .u-inner {
    width: 88%;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 5px 20px 5px 0;
  }
  .header-right {
    display: none;
  }
  .header .sp-menu {
    margin-right: unset;
  }
  .footer .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .item .area {
    margin-bottom: 20px;
  }
  .footer .bottom {
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 88%;
    margin: 0 auto;
  }
  .footer .bottom_link {
    margin-top: 11px;
    margin-right: unset;
  }
  .subFv_img img {
    height: 300px;
  }
  .subFv .area_jp {
    font-size: 38px;
  }
  .subFv .area_en {
    font-size: 24px;
  }
}
.fv {
  position: relative;
}
.fv .area_item {
  position: absolute;
  top: 30%;
  left: 148px;
}
.fv .area_ttl {
  font-size: 54px;
  font-weight: bold;
  color: white;
}
.fv .area_en {
  font-size: 73px;
  font-family: "Amiri", serif;
  color: white;
}
.fv-topics {
  padding: 20px 0;
  background-color: white;
}
.fv-topics .inner {
  max-width: 700px;
  margin: 0 auto;
}
.fv-topics .item-slider_category {
  margin-right: 35px;
}
.fv-topics .item-slider_category span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 28px;
  border-radius: 28px;
  background-color: #002D4D;
  color: white;
}
.fv-topics .item-slider_txt {
  max-width: 400px;
  margin-right: 15px;
}
.fv-topics .item-slider_btn {
  color: #002D4D;
}
.fv-topics .item-slider_btn span {
  border-bottom: 1px solid #002D4D;
  padding-right: 15px;
  position: relative;
}
.fv-topics .item-slider_btn span::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #002D4D;
  position: absolute;
  right: 0;
  bottom: 3px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.weatherApi {
  background-color: #002D4D;
  padding: 30px 0;
}
.weatherApi .inner {
  max-width: 1165px;
  margin: 0 auto;
}
.weatherApi .item .left {
  color: white;
}
.weatherApi .item .left_year {
  font-size: 16px;
  margin-top: 3px;
}
.weatherApi .item .left_date {
  font-size: 27px;
  line-height: 1;
  margin-top: 3px;
}
.weatherApi .item .left_day {
  font-size: 16px;
  margin-top: 3px;
}
.weatherApi .item .box {
  background-color: white;
  padding: 13px 20px 13px 0;
  max-width: 1002px;
  width: 100%;
}
.weatherApi .item .box .group {
  min-width: 137px;
  border-right: 1px solid #002D4D;
}
.weatherApi .item .box .group_icon .weather img {
  width: 54px;
}
.weatherApi .item .box .group_icon .temperature img {
  width: 24px;
}
.weatherApi .item .box .group_icon .snow img {
  width: 30px;
}
.weatherApi .item .box .forecast .row .col {
  margin-right: 10px;
}
.weatherApi .item .box .forecast .row .col:last-child {
  margin-right: unset;
}
.weatherApi .item .box .forecast .row .col:first-child {
  margin-left: 10px;
}
.weatherApi .item .box .forecast .row .col_date {
  font-size: 14px;
  line-height: 1;
}
.weatherApi .item .box .forecast .row .col_day {
  font-size: 14px;
  line-height: 1;
}
.weatherApi .item .box .forecast .row .col_icon {
  margin: 8px 0 2px;
}
.weatherApi .item .box .forecast .row .col_icon img {
  width: 25px;
}
.weatherApi .item .box .forecast .row .col_bottom {
  font-size: 12px;
}
.weatherApi .item .box .forecast .row .high_temperature {
  color: #BF0000;
  margin-right: 7px;
}
.weatherApi .item .box .forecast .row .
.weatherApi .item .box .forecast .row .low_temperature {
  color: #004EC4;
}

.banner {
  margin: 75px auto;
}
.banner_img {
  width: 32.5%;
}

.info {
  margin: 130px 0;
}
.info .item .left {
  margin-right: 140px;
}
.info .item .left_btn {
  margin-top: 85px;
}
.left_btn_course {
  margin-top: 56px;
}
.info .area {
  position: relative;
}
.info .area::after {
  content: "";
  width: 137%;
  height: 120%;
  background-color: #F5F5F5;
  border-radius: 20px 0 0 20px;
  padding: 38px;
  position: absolute;
  top: -10%;
  left: -5%;
  z-index: -1;
}
.info .area_row {
  max-width: 1000px;
  border-bottom: 1px solid #969696;
  padding: 17px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.info .area_row:first-child {
  padding-top: unset;
}
.info .area_row:hover .area_category {
  background-color: #F5F5F5;
  border: 1px solid #002D4D;
  color: #002D4D;
}
.info .area_date {
  font-size: 18px;
  min-width: 105px;
}
.info .area_category {
  width: 100px;
  height: 28px;
  border-radius: 28px;
  background-color: #002D4D;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.skiMap {
  max-width: 1015px;
  margin: 92px auto 0;
}

.weather {
  margin-top: 60px;
}
.weather .item_left {
  min-width: 246px;
}
.weather .item_area {
  width: 100%;
}
.weather .item_date {
  margin-bottom: 10px;
}
.weather .item_table {
  width: 100%;
  border-collapse: collapse;
}
.weather .item_table tbody tr td {
  border: 1px solid #AFAFAF;
  background-color: #F5F5F5;
  text-align: center;
  padding: 10px 0;
}
.weather .item_table tbody tr td:first-child {
  background-color: #002D4D;
  color: white;
}
.weather.lift .item_table tbody tr td {
  background-color: white;
  color: #000000;
}
.weather.lift .item_table tbody tr:first-child td {
  background-color: #002D4D;
  color: white;
}
.weather.lift .item_table tbody tr:nth-child(3) td, .weather.lift .item_table tbody tr:nth-child(5) td {
  background-color: #F5F5F5;
  color: #000000;
}
.weather.course .item_table tbody tr td {
  background-color: #F5F5F5;
  color: #000000;
}
.weather.course .item_table tbody tr:first-child td {
  background-color: #002D4D;
  color: white;
}

.slope {
  margin-top: 80px;
  background-color: #F5F5F5;
  padding: 70px 0 80px;
}
.slope .item {
  margin-top: 50px;
}
.slope .item_img {
  margin-right: 50px;
}
.slope .item .area {
  width: 100%;
  max-width: 675px;
}
.slope .item .area_row {
  border-bottom: 1px solid #969696;
  padding: 19px 0;
}
.slope .item .area_row:first-child {
  padding-top: unset;
}
.slope .item .area_date {
  font-size: 18px;
  min-width: 125px;
}
.slope .item .area_info {
  color: #307DB3;
}

.office {
  padding: 100px 0;
}
.office .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.office .item .area {
  position: absolute;
}
.office .item .area .box_txt {
  font-size: 29px;
  font-weight: 500;
  color: white;
}
.office .item .area .box_logo {
  margin: 15px 0 125px;
}
.office .item .area .box_btn .c-btn {
  background-color: unset;
  border: 1px solid white;
}

.feature {
  background-color: #F5F5F5;
  padding: 80px 0;
}
.feature .c-ttl_en {
  font-size: 50px;
  position: relative;
}
.feature .c-ttl_en::before {
  content: "";
  width: 85px;
  height: 1px;
  background-color: #002D4D;
  position: absolute;
  left: -110px;
  top: 50%;
}
.feature .c-ttl_en::after {
  content: "";
  width: 85px;
  height: 1px;
  background-color: #002D4D;
  position: absolute;
  right: -110px;
  top: 50%;
}
.feature .c-ttl_jp {
  font-size: 23px;
}
.feature .item {
  margin-top: 70px;
  position: relative;
  z-index: 0;
}
.feature .item::after {
  content: "";
  width: 81.5%;
  height: 90%;
  background-color: #F4F7FF;
  position: absolute;
  left: 0;
  bottom: -5%;
  border-radius: 0 12px 12px 0;
  z-index: -1;
}
.feature .item.right::after {
  content: "";
  width: 81.5%;
  height: 90%;
  background-color: #F4F7FF;
  position: absolute;
  left: unset;
  right: 0;
  bottom: -5%;
  border-radius: 12px 0 0 12px;
  z-index: -1;
}
.feature .item .inner {
  max-width: 1155px;
  margin: 0 auto;
}
.feature .item .box {
  width: 100%;
}
.feature .item .box .area {
  max-width: 600px;
}
.feature .item .box .area_num {
  font-size: 51px;
  font-weight: 900;
  color: #002D4D;
  font-family: "Roboto", sans-serif;
}
.feature .item .box .area_ttl {
  font-size: 26px;
  font-weight: bold;
  margin: 17px 0 27px;
}
.feature .item .box .area_txt {
  font-size: 18px;
}

.ftBanner {
  padding: 80px 0;
}
.ftBannerItem_img {
  margin-right: 20px;
}
@media (max-width: 1440px) {
  .fv-slider_item img {
    height: 600px;
  }
  .fv .area_item {
    left: 80px;
    top: 34%;
  }
  .fv .area_ttl {
    font-size: 30px;
  }
  .fv .area_en {
    font-size: 48px;
  }
}
@media (max-width: 1400px) {
  .office .item_img img {
    height: 600px;
  }
  .slope .item_img {
    width: 50%;
  }
  .slope .item .area {
    width: 48%;
  }
}
@media (max-width: 1280px) {
  .info .item .left {
    margin-right: 60px;
  }
  .info .item .area_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info .item .area_txt {
    margin-top: 15px;
  }
  .feature .inner {
    width: 88%;
  }
  .feature .area {
    width: 55%;
  }
  .feature .box_img {
    width: 42%;
  }
  .feature .box_img img {
    border-radius: 15px;
  }
}
@media (max-width: 1200px) {
  .weatherApi .inner {
    width: 88%;
  }
  .weatherApi .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .weatherApi .item .left {
    margin-bottom: 25px;
  }
  .weatherApi .item .box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1152px) {
  .weatherApi .item .box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .weatherApi .item .box .group:nth-child(1) {
    border-left: 1px solid #002D4D;
    margin-left: 25px;
  }
  .weatherApi .item .box .forecast {
    margin-top: 20px;
  }
}
@media (max-width: 870px) {
  .weatherApi .item .box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .weatherApi .item .box .group {
    width: 20%;
    min-width: unset;
  }
  .weatherApi .item .box .group:first-child {
    margin-left: unset;
    border-left: unset;
  }
  .weatherApi .item .box .group:nth-child(5) {
    border-right: unset;
  }
}
@media (max-width: 600px) {
  .weatherApi .item .box {
    padding: 15px 10px;
  }
  .weatherApi .item .box .group:first-child, .weatherApi .item .box .group:nth-child(2), .weatherApi .item .box .group:nth-child(3) {
    width: 33.3333333333%;
  }
  .weatherApi .item .box .group:nth-child(3) {
    border-right: unset;
  }
  .weatherApi .item .box .group:nth-child(4), .weatherApi .item .box .group:nth-child(5) {
    width: 50%;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .fv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fv-slider {
    overflow: hidden;
  }
  .fv-slider_item {
    margin-right: unset;
  }
  .fv-slider_item img {
    width: 100%;
  }
  .fv .area {
    position: absolute;
  }
  .fv .area_item {
    position: unset;
    left: unset;
    top: unset;
  }
  .fv .area_en {
    margin-top: 30px;
  }
  .fv-topics .inner {
    width: 88%;
  }
  .fv-topics .item-slider_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fv-topics .item-slider_category {
    margin-right: unset;
  }
  .item-slider_g {
  	margin-bottom: 15px;
  }
  .fv-topics .item-slider_area {
    -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;
  }
  .fv-topics .item-slider_btn {
    margin-top: 15px;
  }
  .banner {
    margin: 40px 0;
  }
  .banner .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner_img {
    width: 100%;
  }
  .banner_img {
    margin-bottom: 10px;
  }
  .banner_img:last-child {
    margin-bottom: 0px;
  }
  .info {
    margin: 60px 0 160px;
    position: relative;
  }
  .info .u-inner {
    width: 100%;
  }
  .info .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info .item .left {
    margin-right: unset;
  }
  .info .item .left_ttl .c-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .info .item .left_btn {
    margin-top: unset;
    position: absolute;
    bottom: -100px;
    left: calc(50% - 115px);
  }
  .left_btn_course {
    margin-top: unset;
    position: absolute;
    bottom: -100px;
    left: calc(50% - 115px);
    margin-top: 46px;
  }
  .info .item .area {
    background-color: #F5F5F5;
    padding: 30px 20px;
    margin-top: 40px;
  }
  .info .item .area::after {
    content: unset;
  }
  .weather .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .slope .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
  .slope .item_img {
    margin-right: unset;
    width: 100%;
  }
  .slope .item .area {
    width: 100%;
    margin-top: 30px;
  }
  .office {
    padding: 80px 0;
  }
  .office .item_img img {
    height: 450px;
  }
  .office .item .area .box_area {
    width: 80%;
  }
  .office .item .area .box_txt {
    font-size: 20px;
  }
  .office .item .area .box_logo {
    margin: 10px 0 40px;
  }
  .feature .c-ttl_en {
    font-size: 33px;
  }
  .feature .c-ttl_en::before {
    width: 50px;
    left: -70px;
  }
  .feature .c-ttl_en::after {
    width: 50px;
    right: -70px;
  }
  .feature .c-ttl_jp {
    font-size: 16px;
  }
  .feature .item .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .feature .item .box_img {
    width: 100%;
  }
  .feature .item .box .area {
    width: 100%;
  }
  .feature .item .box .area_num {
    font-size: 30px;
    margin-right: 15px;
  }
  .feature .item .box .area_ttl {
    font-size: 20px;
    margin: unset;
  }
  .feature .item .box .area_lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 0 10px;
  }
  .feature .item .box .area_txt {
    font-size: 16px;
  }
  .feature .item.right .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ftBanner {
    padding: 60px 0;
  }
  .ftBanner .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.courseMap {
  background-color: #F3FAFF;
  padding: 80px 0 120px;
}
.courseMap_btn {
  margin-top: 40px;
}
.courseMap_txt {
  font-size: 20px;
  text-align: center;
  line-height: 1.75;
}
.courseMap .box1 {
  margin-top: 55px;
}
.courseMap .box1_img {
  margin-top: 35px;
}
.courseMap .box2 {
  margin-top: 70px;
}
.courseMap .box2_item {
  margin-top: 35px;
}
.courseMap .box2_img {
  width: 48%;
}
.courseMap .box2_area {
  width: 48%;
  margin-top: 20px;
}

.courseGuide {
  padding: 80px 0;
}
.courseGuide .item .box {
  background-color: #F3FAFF;
  padding: 40px 35px;
  border-radius: 10px;
  width: 48%;
  margin-top: 50px;
}
.courseGuide .item .box_ttl {
  font-size: 26px;
  font-weight: bold;
  color: #002D4D;
}
.courseGuide .item .box_img {
  margin: 25px 0;
}
.courseGuide .item .box_img img {
  width: 100%;
}
.courseGuide .item .box_txt {
  line-height: 1.875;
}

.mountainInfo {
  background-color: #F5F5F5;
  padding: 60px 0 80px;
}
.mountainInfo_txt {
  margin-top: 32px;
}

@media (max-width: 768px) {
  .courseMap {
    padding: 60px 0 80px;
  }
  .courseMap_btn {
    margin-top: 20px;
  }
  .courseMap_txt {
    font-size: 18px;
    text-align: left;
  }
  .courseMap .box2_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .courseMap .box2_img {
    width: 100%;
  }
  .courseMap .box2_area {
    width: 100%;
  }
  .courseGuide {
    padding: 60px 0;
  }
  .courseGuide .item .box {
    width: 100%;
    padding: 30px 15px;
    border-radius: 10px;
    margin-top: 30px;
  }
  .courseGuide .item .box:first-child {
    margin-top: 40px;
  }
  .courseGuide .item .box_ttl {
    font-size: 20px;
  }
  .courseGuide .item .box_txt {
    font-size: 16px;
  }
}
.season {
  background-color: #F3FAFF;
  padding: 70px 0;
}
.season_txt {
  line-height: 1.875;
  text-align: center;
  margin-top: 30px;
}

.fee {
  padding: 80px 0 110px;
}
.fee .feeTable {
  width: 100%;
  margin-top: 60px;
}
.fee .feeTable_item {
  width: 100%;
  border-collapse: collapse;
}
.fee .feeTable_item td {
  border: 1px solid #002D4D;
  text-align: center;
  font-size: 18px;
  padding: 20px 10px;
}
.fee .feeTable_item tr:first-child td {
  background-color: #002D4D;
  color: white;
  border-right: 1px solid white;
}
.fee .feeTable_item tr:first-child td:last-child {
  border-right: 1px solid #002D4D;
}
.fee .caution {
  background-color: #F3FAFF;
  padding: 36px 30px;
  border-radius: 5px;
  margin-top: 28px;
}
.fee .caution_lead span:first-child {
  margin-right: 10px;
}
.fee .caution_txt {
  margin-top: 24px;
}
.fee .liftBanner {
  margin-top: 100px;
}
.fee .liftBanner_img {
  width: 49%;
}

@media (max-width: 768px) {
  .fee {
    padding: 80px 0 60px;
  }
  .fee .liftBanner {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fee .liftBanner_img {
    width: 100%;
    margin-bottom: 20px;
  }
  .fee .caution {
    padding: 25px 15px;
  }
}
.eventItem {
  margin: 110px 0;
}
.eventItem .show .box {
  width: 32%;
  margin-right: 2%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 45px;
}
.eventItem .show .box:nth-child(3n) {
  margin-right: unset;
}
.eventItem .show .box_img {
  width: 100%;
}
.eventItem .show .box_img img {
  border-radius: 12px;
  min-height: 298px;
  max-height: 298px;
}
.eventItem .show .box_lead {
  margin: 15px 0 5px;
}
.eventItem .show .box_date {
  margin-right: 20px;
}
.eventItem .show .box_category span {
  line-height: 1;
  border: 1px solid #002D4D;
  color: #002D4D;
  border-radius: 30px;
  padding: 2px 15px;
  line-height: 1;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.eventItem .show .box:hover .box_category span {
  background-color: #002D4D;
  color: white;
}

.pagination {
  margin-top: 80px;
}
.pagination_preview {
  margin-right: 15px;
}
.pagination_next {
  margin-left: 15px;
}
.pagination_num {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  padding: 0 15px;
}

.eventDetail .inner {
  max-width: 1030px;
  margin: 110px auto;
}
.eventDetail_ttl {
  font-size: 22px;
  font-weight: bold;
}
.eventDetail_category {
  font-size: 14px;
  font-weight: 500;
  color: white;
}
.eventDetail_category span {
  background-color: #002D4D;
  border-radius: 30px;
  padding: 3px 15px;
}
.eventDetail .detailItem_ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.7;
}
.eventDetail .detailItem_lead {
  margin-top: 20px;
}
.eventDetail .detailItem_category span {
  color: white;
  background-color: #002D4D;
  line-height: 1;
  border-radius: 30px;
  padding: 3px 15px;
  font-size: 14px;
  font-weight: 500;
}
.eventDetail .detailItem_time {
  font-size: 16px;
}
.eventDetail .detailItem_time span:first-child {
  margin-right: 7px;
}
.eventDetail .detailItem_img {
  margin-top: 20px;
}
.eventDetail .detailItem_txt {
  font-size: 16px;
  margin: 42px 0;
}
.eventDetail .detailItem_btn {
  margin-top: 70px;
}
.eventDetail .detailItem_btn_left, .eventDetail .detailItem_btn_right {
  width: 200px;
  height: 46px;
  border-radius: 23px;
  border: 1px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.eventDetail .detailItem_btn_left .icon {
  position: absolute;
  left: 25px;
}
.eventDetail .detailItem_btn_right .icon {
  position: absolute;
  right: 25px;
}

.schoolItem {
  padding: 50px 0 40px;
}
.schoolItem .lead {
  font-size: 18px;
  line-height: 1.9444444444;
  text-align: center;
}
.schoolItem .item {
  margin-top: 57px;
}
.schoolItem .item .box {
  max-width: 445px;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 60px;
}
.schoolItem .item .box:nth-child(3n) {
  margin-right: unset;
}
.schoolItem .item .box_ttl {
  font-size: 20px;
  line-height: 1.5;
  margin: 20px 0 15px;
  font-weight: 500;
}
.schoolItem .item .box_txt {
  line-height: 1.875;
  margin-bottom: 35px;
}

.companyItem .about {
  padding: 100px 0;
}
.companyItem .about .box {
  margin-top: 40px;
}
.companyItem .about .box_area {
  max-width: 515px;
  width: 40%;
}
.companyItem .about .box_ttl {
  font-size: 24px;
  font-weight: bold;
}
.companyItem .about .box_txt {
  margin-top: 20px;
}
.companyItem .about .box_img {
  width: 55%;
  max-width: 726px;
}
.companyItem .profile {
  background-color: #F5F5F5;
  padding: 100px 0;
}
.companyItem .profile .box_row {
  border-bottom: 1px solid #EBEBEB;
  padding: 15px 20px;
}
.companyItem .profile .box_category {
  font-size: 20px;
  font-weight: 500;
  min-width: 250px;
}

.contactItem {
  padding: 100px 0;
}
.contactItem .inner {
  max-width: 980px;
  margin: 0 auto;
}
.contactItem .box {
  border-bottom: 1px solid #EBEBEB;
  padding: 20px;
}
.contactItem .box_lead {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.contactItem .box_lead .need {
  font-size: 14px;
  color: white;
  background-color: #EE1414;
  border-radius: 5px;
  line-height: 1;
  padding: 2px 10px;
  margin-left: 15px;
}
.contactItem .box input[type=text],
.contactItem .box input[type=tel],
.contactItem .box input[type=email] {
  width: 100%;
  background-color: #FBFAF7;
  border: 1px solid #CCCCCC;
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 16px;
}
.contactItem .box input[type=text]:focus,
.contactItem .box input[type=tel]:focus,
.contactItem .box input[type=email]:focus {
  outline: unset;
}
.contactItem .box input[type=text]::-webkit-input-placeholder, .contactItem .box input[type=tel]::-webkit-input-placeholder, .contactItem .box input[type=email]::-webkit-input-placeholder {
  color: #DCDCDC;
}
.contactItem .box input[type=text]::-moz-placeholder, .contactItem .box input[type=tel]::-moz-placeholder, .contactItem .box input[type=email]::-moz-placeholder {
  color: #DCDCDC;
}
.contactItem .box input[type=text]:-ms-input-placeholder, .contactItem .box input[type=tel]:-ms-input-placeholder, .contactItem .box input[type=email]:-ms-input-placeholder {
  color: #DCDCDC;
}
.contactItem .box input[type=text]::-ms-input-placeholder, .contactItem .box input[type=tel]::-ms-input-placeholder, .contactItem .box input[type=email]::-ms-input-placeholder {
  color: #DCDCDC;
}
.contactItem .box input[type=text]::placeholder,
.contactItem .box input[type=tel]::placeholder,
.contactItem .box input[type=email]::placeholder {
  color: #DCDCDC;
}
.contactItem .box textarea {
  width: 100%;
  background-color: #FBFAF7;
  border: 1px solid #CCCCCC;
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 16px;
}
.contactItem .box textarea:focus {
  outline: unset;
}
.contactItem .box textarea::-webkit-input-placeholder {
  color: #DCDCDC;
}
.contactItem .box textarea::-moz-placeholder {
  color: #DCDCDC;
}
.contactItem .box textarea:-ms-input-placeholder {
  color: #DCDCDC;
}
.contactItem .box textarea::-ms-input-placeholder {
  color: #DCDCDC;
}
.contactItem .box textarea::placeholder {
  color: #DCDCDC;
}
.contactItem .box_btn {
  margin-top: 60px;
}

.noticeItem {
  padding: 80px 0 100px;
}
.noticeItem .item .row {
  padding: 25px 0;
  border-bottom: 1px solid #969696;
}
.noticeItem .item .row_time {
  font-size: 18px;
}
.noticeItem .item .row_category {
  font-size: 14px;
  min-width: 130px;
  margin-left: 40px;
}
.noticeItem .item .row_category span {
  background-color: #002D4D;
  color: white;
  padding: 3px 10px;
  border-radius: 30px;
  line-height: 1;
}
.noticeItem .item .row_area {
  max-width: 1090px;
  width: 100%;
}
.noticeItem .item .row_area svg {
  margin-top: 2px;
  margin-left: 10px;
  min-width: 21px;
}

.accessItem {
  padding: 80px 0 100px;
}
.accessItem .item .lead {
  font-size: 20px;
  text-align: center;
  line-height: 1.75;
}
.accessItem .item .mapItem {
  margin-top: 80px;
}
.accessItem .item .mapItem_ttl {
  margin-bottom: 40px;
}
.accessItem .item .mapItem_other {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #002D4D;
  margin-bottom: 30px;
}
.accessItem .item .mapItem iframe {
  width: 100%;
  height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.accessItem .item .mapItem .bottom {
  margin-top: 70px;
}
.accessItem .item .mapItem .bottom_img {
  width: 49%;
}
.accessItem .item .mapItem .bottom .area {
  width: 49%;
}
.accessItem .item .mapItem .bottom .area_row {
  margin-top: 30px;
}
.accessItem .item .mapItem .bottom .area_row:first-child {
  margin-top: unset;
}
.accessItem .item .mapItem .bottom .area_ttl {
  font-size: 22px;
  font-weight: 500;
  border-bottom: 1px solid #DFDFDF;
  color: #002D4D;
}
.accessItem .item .mapItem .bottom .area_txt {
  margin-top: 20px;
  font-size: 18px;
}
.accessItem .item .mapItem_txt {
  font-size: 18px;
  margin-top: 30px;
}
.accessItem .shuttle {
  margin-top: 80px;
}
.accessItem .shuttle_txt {
  margin-top: 30px;
  font-size: 18px;
  text-align: center;
}
.accessItem .shuttle_btns {
  margin-top: 50px;
}
.accessItem .shuttle_btns .c-subBtn {
  width: 356px;
}
.accessItem .shuttle_btns .c-subBtn:first-child {
  margin-right: 35px;
}

@media (max-width: 1100px) {
  .eventDetail .inner {
    margin: 80px auto;
    width: 88%;
  }
  .eventDetail .detailItem_ttl {
    font-size: 20px;
  }
  .eventDetail .detailItem_img img {
    height: 300px;
    border-radius: 10px;
  }
  .eventDetail .detailItem_btn_left, .eventDetail .detailItem_btn_right {
    width: 49%;
  }
  .eventDetail .detailItem_btn_left span:last-child {
    margin-left: 20px;
  }
  .eventDetail .detailItem_btn_right span:first-child {
    margin-right: 20px;
  }
  .companyItem .about .box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .eventItem .show .box {
    width: 49%;
  }
  .eventItem .show .box:nth-child(2n) {
    margin-right: unset;
  }
  .eventItem .show .box:nth-child(2n+1) {
    margin-right: 2%;
  }
  .companyItem .about {
    padding: 60px 0;
  }
  .companyItem .about .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .companyItem .about .box_img {
    width: 100%;
  }
  .companyItem .about .box_area {
    width: 100%;
    margin-top: 30px;
  }
  .companyItem .about .box_ttl {
    font-size: 20px;
  }
  .companyItem .profile {
    padding: 60px 0 80px;
  }
  .companyItem .profile .box {
    margin-top: 30px;
  }
  .companyItem .profile .box_row {
    -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;
    padding: 15px 0;
  }
  .companyItem .profile .box_category {
    font-size: 18px;
    margin-bottom: 15px;
    min-width: unset;
  }
  .schoolItem {
    padding: 60px 0 80px;
  }
  .schoolItem .lead {
    font-size: 16px;
  }
  .schoolItem .item {
    margin-top: 40px;
  }
  .schoolItem .item .box {
    width: 100%;
    margin-right: unset;
    margin-bottom: 50px;
  }
  .schoolItem .item .box:last-child {
    margin-bottom: unset;
  }
  .schoolItem .item .box_txt {
    margin-bottom: 20px;
  }
  .contactItem {
    padding: 60px 0;
  }
  .noticeItem {
    padding: 60px 0 80px;
  }
  .noticeItem .item .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .noticeItem .item .row_lead {
    margin-bottom: 10px;
  }
  .accessItem {
    padding: 60px 0;
  }
  .accessItem .item .lead {
    font-size: 16px;
  }
  .accessItem .item .mapItem {
    margin-top: 50px;
  }
  .accessItem .item .mapItem iframe {
    height: 350px;
  }
  .accessItem .item .mapItem .bottom {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .accessItem .item .mapItem .bottom_img {
    width: 100%;
    margin-top: 20px;
  }
  .accessItem .item .mapItem .bottom .area {
    width: 100%;
  }
  .accessItem .item .mapItem .bottom .area_ttl {
    font-size: 18px;
  }
  .accessItem .item .mapItem .bottom .area_txt {
    font-size: 16px;
  }
  .accessItem .item .mapItem_txt {
    font-size: 16px;
    margin-top: 15px;
  }
  .accessItem .shuttle_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .accessItem .shuttle_btns .c-subBtn {
    width: 100%;
  }
  .accessItem .shuttle_btns .c-subBtn:first-child {
    margin-bottom: 15px;
  }
}
@media (max-width: 540px) {
  .eventItem {
    margin: 80px 0;
  }
  .eventItem .show .box {
    width: 100%;
    margin-right: unset !important;
  }
  .pagination {
    margin-top: 40px;
  }
}
.cafe .cafeItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
}
.cafe .cafeItem::after {
  content: "";
  width: 70%;
  height: 100%;
  background: #FFFFFF;
  background: linear-gradient(92deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.cafe .cafeArea {
  position: absolute;
  z-index: 2;
  left: 10%;
}
.cafe .cafeArea .box_en {
  font-size: 52px;
  font-weight: 900;
  color: #002D4D;
}
.cafe .cafeArea .box_txt {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 20px;
}
.cafe .cafeBottom {
  max-width: 1404px;
  margin: 100px auto 40px;;
}
.cafe .cafeBottom .box {
  max-width: 655px;
  width: 48%;
  margin-bottom: 60px;
}
.cafe .cafeBottom .box_ttl {
  font-size: 20px;
  font-weight: 500;
  margin: 24px 0 15px;
}
.cafe .cafeBottom .box_btn {
  margin-top: 30px;
}
.cafe .other {
  max-width: 1404px;
  margin: 100px auto;
}
.cafe .other_lead_img {
  max-width: 655px;
  width: 48%;
}
.cafe .other_txt {
  margin: 32px 0 46px;
}
.cafe .other_btn .c-subBtn:first-child {
  margin-right: 35px;
}
.cafe.rental .cafeItem::after {
  left: unset;
  right: 0;
  background: #FFFFFF;
  background: linear-gradient(92deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.cafe.rental .cafeArea {
  left: unset;
  right: 10%;
}

.difference {
  background-color: #F8F8F8;
  padding: 80px 0 40px;
}
.difference .inner {
  max-width: 1440px;
  margin: 0 auto;
}
.difference .inner .item .box {
  max-width: 655px;
  width: 48%;
  margin-bottom: 60px;
}
.difference .inner .item .box_ttl {
  font-size: 50px;
  font-weight: 900;
  color: #002D4D;
}
.difference .inner .item .box_txt {
  line-height: 1.875;
  margin-top: 40px;
}

@media (max-width: 1440px) {
  .cafe .cafeBottom {
    width: 88%;
  }
  .cafe .other {
    width: 88%;
  }
}
@media (max-width: 1080px) {
  .cafe .cafeArea .box_en {
    font-size: 40px;
  }
  .cafe .cafeArea .box_txt {
    font-size: 18px;
  }
  .difference .inner .item .box_ttl {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .cafe .cafeItem_img img {
    height: 250px;
  }
  .cafe .cafeItem::after {
    width: 100%;
  }
  .cafe .cafeArea {
    left: 6%;
  }
  .cafe .cafeArea .box_en {
    font-size: 32px;
  }
  .cafe .cafeArea .box_txt {
    font-size: 16px;
  }
  .cafe .cafeBottom {
    margin: 80px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cafe .cafeBottom .box {
    width: 100%;
    margin-bottom: 50px;
  }
  .cafe .cafeBottom .box:last-child {
    margin-bottom: unset;
  }
  .cafe.rental .cafeItem::after {
    width: 100%;
    background: linear-gradient(92deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.3) 100%);
  }
  .cafe.rental .cafeArea {
    left: 6%;
    right: unset;
    width: 88%;
  }
  .cafe .other {
    margin: 80px auto;
  }
  .cafe .other_lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cafe .other_lead_img {
    width: 100%;
    margin-bottom: 20px;
  }
  .cafe .other_lead_img:last-child {
    margin-bottom: unset;
  }
  .cafe .other_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cafe .other_btn .c-subBtn:first-child {
    margin-right: unset;
    margin-bottom: 15px;
  }
  .difference {
    padding: unset;
  }
  .difference .inner .item .box {
    width: 100%;
  }
  .difference .inner .item .box_ttl {
    font-size: 28px;
  }
  .difference .inner .item .box:nth-child(2) {
    width: 88%;
    margin: 0 auto 40px;
  }
  .difference .inner .item .box:nth-child(3), .difference .inner .item .box:nth-child(4) {
    margin-bottom: unset;
  }
}
.offLead {
  background-color: #F5F5F5;
  padding: 100px 0;
}
.offLead_txt {
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
}
.offLead .top {
  margin-top: 70px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.offLead .top_abs {
  position: absolute;
}
.offLead .bottom {
  margin-top: 60px;
}
.offLead .bottom .box {
  width: 33%;
  max-width: 462px;
}
.offLead .bottom .box_txt {
  line-height: 1.875;
  margin: 20px 0 25px;
}
.offLead .bottom .box_txt a {
  word-break: break-all;
}

.offIntro {
  padding: 80px 0 100px;
}
.offIntro_ttl {
  text-align: center;
  font-size: 33px;
  font-weight: 900;
  color: #002D4D;
}
.offIntro .item {
  margin-top: 70px;
}
.offIntro .item .box {
  max-width: 700px;
  margin-bottom: 40px;
  width: 49%;
}
.offIntro .item .box_txt {
  margin-top: 20px;
}

.offSlider {
  margin-top: 60px;
}
.offSlider_box {
  max-width: 700px;
  width: 49%;
}
.offSlider_area {
  max-width: 700px;
  width: 49%;
}
.offSlider_area .txt {
  line-height: 1.875;
}
.offSlider_area .txt a {
  word-break: break-all;
}
.offSlider_area .txt:nth-child(2) {
  margin-top: 25px;
}
.offSlider_btns {
  margin-top: 40px;
}
.offSlider_btns .c-subBtn:first-child {
  margin-right: 15px;
}

@media (max-width: 1500px) {
  .offLead .bottom .box_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .offLead .bottom .box_btns .c-subBtn:first-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 1280px) {
  .offSlider {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .offLead {
    padding: 80px 0;
  }
  .offLead_txt {
    font-size: 16px;
  }
  .offLead .top {
    margin-top: 40px;
  }
  .offLead .top_img img {
    min-height: 300px;
    border-radius: 10px;
  }
  .offLead .top_abs {
    width: 88%;
  }
  .offLead .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .offLead .bottom .box {
    width: 100%;
    margin-bottom: 40px;
  }
  .offLead .bottom .box:last-child {
    margin-bottom: unset;
  }
  .offIntro {
    padding: 60px 0 80px;
  }
  .offIntro_ttl {
    font-size: 28px;
  }
  .offIntro .item .box {
    width: 100%;
  }
  .offIntro .item .box:last-child {
    margin-bottom: unset;
  }
  .offSlider {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .offSlider_box {
    width: 100%;
  }
  .offSlider_area {
    width: 100%;
    margin-top: 30px;
  }
  .offSlider_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .offSlider_btns .c-subBtn:first-child {
    margin-right: unset;
    margin-bottom: 10px;
  }
}
.sp-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  margin-right: 30px;
}

.sp-menu-item span {
  border-bottom: 2rem solid #0265C5;
  width: 28rem;
  display: block;
  margin-bottom: 6rem;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.sp-menu-item span:last-child {
  margin-bottom: unset;
  width: 28rem;
}

.sp-menu-item.change span:first-child {
  -webkit-transform: rotate(-45deg) translate(-2rem, 4rem);
  transform: rotate(-45deg) translate(-2rem, 4rem);
}

.sp-menu-item.change span:nth-child(2) {
  display: none;
}

.sp-menu-item.change span:last-child {
  width: 28rem;
  -webkit-transform: rotate(45deg) translate(-3rem, -4rem);
  transform: rotate(45deg) translate(-3rem, -4rem);
}

.menu-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: calc(100% - 56px);
  z-index: 20;
  margin-top: 56px;
  padding: 60px 36px;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  z-index: 99;
  overflow: auto;
}

.menu-overlay.change {
  -webkit-transform: none;
  transform: none;
}

.menu-overlay .overlay-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.menu-overlay .overlay-links .overlay-links__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.menu-overlay .overlay-links .overlay-links__contact .l-header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  margin-top: 20px;
  background-color: #002D4D;
  color: white;
  height: 50px;
  border-radius: 50px;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-overlay .overlay-links .overlay-links__contact .l-header__contact span:first-child {
  margin-right: 20px;
}

.overlay-links_social {
  width: 100%;
  margin-top: 20px;
}
.overlay-links_social .facebook:first-child {
  margin-right: 20px;
}

.overlay-links__group {
  margin-bottom: 25px;
  width: 100%;
}

.overlay-links__lead {
  color: #000000;
  font-weight: bold;
  font-size: 16px !important;
  margin-left: unset !important;
  margin-top: 25px;
  text-align: center;
}

@media (max-width: 1700px) {
  .menu-overlay {
    display: block;
    width: 100%;
  }
  .sp-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sp-menu-item span {
    border-bottom: 2px solid #002D4D;
    width: 22px;
    margin-bottom: 5px;
  }
  .sp-menu-item span:last-child {
    width: 22px;
  }
  .sp-menu-item.change span:first-child {
    -webkit-transform: rotate(-45deg) translate(-2px, 4px);
            transform: rotate(-45deg) translate(-2px, 4px);
  }
  .sp-menu-item.change span:last-child {
    width: 22px;
    -webkit-transform: rotate(45deg) translate(-1px, -3px);
            transform: rotate(45deg) translate(-1px, -3px);
  }
  .l-header__menu {
    display: none;
  }
  .l-header__inner {
    margin-left: 15rem;
    margin-right: 15rem;
  }
}
.u-sp-block {
  display: none;
}

.u-pc-block {
  display: block;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-30 {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .u-sp-block {
    display: block;
  }
  .u-pc-block {
    display: none;
  }
}

/* first add style */
.pagination .wp-pagenavi {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.pagination .wp-pagenavi .nextpostslink {
  display: flex;
  margin-left: 15px;
}
.pagination .wp-pagenavi .previouspostslink {
  display: flex;
  margin-right: 15px;
}
.pagination .wp-pagenavi .page, .pagination .wp-pagenavi .current {
  font-size: 20px;
  margin: 0 10px;
}
.detailItem .wp-block-image {
  margin: 40px 0 20px;
}
.wpcf7-spinner {
  display: none !important;
}
.wpcf7-spinner::before {
  content: unset !important;
}
.contactItem .box_btn p br {
  display: none !important;
}
.contactItem .box_btn p {
  position: relative;
}
.contactItem .box_btn p input {
  width: 223px;
  height: 43px;
  border-radius: 30px;
  background-color: #002D4D;
  font-size: 16px;
  font-weight: 500;
  color: white;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: unset;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contactItem .box_btn p span:nth-child(4) {
  position: absolute;
  top: calc(50% - 5.5px);
  right: 15px;
}
/* end add style */
/*# sourceMappingURL=style.css.map */