@import url(https://fonts.googleapis.com/css?family=Baskervville&display=swap);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap);
@charset "UTF-8";

@font-face {
  font-family: Yumin;
  src: url("../font/yumin.ttf") format("truetype");
}

* {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

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

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Meiryo", sans-serif;
  color: #000;
  font-size: 62.5%;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: 0.05em;
  overflow-x: hidden;
}

@media screen and (max-width: 1000px) {
  html {
    min-width: 1000px;
  }
}

@media screen and (max-width: 767px) {
  html {
    min-width: 100%;
  }
}

main {
  padding-top: 100px;
  display: block;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 61.6px;
  }
}

.overflow {
  overflow: hidden;
}

.anchor {
  display: block;
  position: relative;
  top: -90px;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .anchor {
    top: -60px;
  }
}

.title {
  font-size: 3rem;
  display: block;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .title {
    font-size: 20.24px;
    line-height: 1.9;
  }
}

@media screen and (max-width: 600px) and (min-width: 320px) {
  .title {
    font-size: 20.24px;
  }
}

.title h1,
.title h2,
.title h3,
.title h4 {
  font-weight: 100 !important;
  letter-spacing: 7px !important;
}

@media screen and (max-width: 767px) {

  .title h1,
  .title h2,
  .title h3,
  .title h4 {
    font-weight: 600;
  }
}

.title h1 {
  font-size: 40px;
  color: #242946;
}

@media screen and (max-width: 767px) {
  .title h1 {
    font-size: 30px;
  }
}

.title h2 {
  font-size: 38px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .title h2 {
    font-size: 26px;
  }
}

.title h3 {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 36px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .title h3 {
    font-size: 17.6px;
  }
}

.title h4 {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 30px;
  color: #242946;
  border: 1px solid #f9d8ad;
  display: inline-block;
  padding: 5px 30px;
}

@media screen and (max-width: 767px) {
  .title h4 {
    font-size: 20px;
    width: 95%;
    padding: 10px 0;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .title h4 span {
    display: block;
    text-align: center;
  }
}

.title h4.noborder {
  border: none;
}

@media screen and (max-width: 767px) {
  .title h4.noborder {
    text-align: left;
  }
}

.title h5 {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4px;
}

@media screen and (max-width: 767px) {
  .title h5 {
    font-size: 16px;
    margin-top: 48.4px;
  }
}

.title--left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.title--margin-top {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .title--margin-top {
    margin-top: 44px;
  }
}

.title--baskerville h1 {
  font-family: "Baskervville", sans-serif;
}

@media screen and (max-width: 767px) {
  .title--no-margin h5 {
    margin-top: 0;
  }
}

.title--black h1,
.title--black h4 {
  color: #000;
}

.title--heading {
  background: #242946;
  padding: 25px 0 25px 40px;
}

@media screen and (max-width: 767px) {
  .title--heading {
    padding: 15px;
    line-height: 26px;
  }
}

.title--heading h2 {
  color: #f9d8ad;
  font-size: 3rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .title--heading h2 {
    font-size: 20px;
  }
}

.title--hide {
  display: block;
}

@media screen and (max-width: 767px) {
  .title--hide {
    display: none !important;
  }
}

.title--show {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .title--show {
    display: block !important;
    margin: 0 auto;
  }
}

.button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .button-container {
    margin-top: 26.4px;
  }
}

.button-container--nomargin {
  margin-top: 0;
}

.button-container .buttons--margin {
  margin-top: 20px;
}

.button {
  width: 600px;
  height: 70px;
  border: 1px solid #242946;
  background: #242946;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #f9d8ad;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
  letter-spacing: 1px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .button {
    width: 80%;
    font-size: 14px;
  }
}

.button::after {
  content: '';
  width: 10px;
  height: 16px;
  background: url("../img/arrow-right-white.png") no-repeat;
  background-size: 100%;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .button::after {
    width: 8px;
    height: 15px;
  }
}

.button:hover {
  background: #fff;
  color: #242946;
}

.button:hover::after {
  background: url("../img/arrow-right-primary.png") no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .button--house-sp {
    width: 80%;
    border-radius: 50px;
    height: 7.5vh;
    position: relative;
  }
}

.button--house-sp::after {
  content: '';
  width: 10px;
  height: 16px;
  background: url("../img/arrow-right-white.png") no-repeat;
  background-size: 100%;
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .button--house-sp::after {
    width: 8px;
    height: 15px;
  }
}

.button--news-details {
  width: 200px;
  height: 45px;
}

.button--news-details::after {
  display: none;
}

.button--login {
  width: 300px;
}

.button--login::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .button--full {
    width: 100%;
    height: 44px;
  }
}

.button--contract, .button--house {
  position: relative;
}

.button--contract::after, .button--house::after {
  content: '';
  width: 10px;
  height: 16px;
  background: url("../img/arrow-right-white.png") no-repeat;
  background-size: 100%;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .button--contract::after, .button--house::after {
    width: 8px;
    height: 15px;
  }
}

.button--house {
  width: 50%;
  position: absolute;
  bottom: -35px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .button--house {
    width: 90%;
    padding: 0 30px;
    text-align: center;
  }
}

.button--news, .button--case {
  width: 160px;
  height: 50px;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .button--news, .button--case {
    font-size: 14px;
    width: 100%;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .button--case {
    width: 50%;
  }
}

.button--case:hover {
  background: #fff;
  color: #242946;
}

.button--case:hover::after {
  background: url("../img/arrow-right-primary.png") no-repeat;
  background-size: 100%;
}

.button-top {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border: 1px solid #000;
  position: fixed;
  bottom: 37.94444px;
  right: 56.91667px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
  cursor: pointer;
  z-index: 9;
}

@media screen and (max-width: 767px) {
  .button-top {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
  }
}

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

@media screen and (max-width: 767px) {
  .button-top img {
    width: 12px;
    height: auto;
  }
}

.button-top--active {
  opacity: 1;
}

.mobile--show {
  display: none;
}

@media screen and (max-width: 767px) {
  .mobile--show {
    display: block !important;
  }
}

.mobile--flex {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .mobile--flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.mobile--hide {
  display: block;
}

@media screen and (max-width: 767px) {
  .mobile--hide {
    display: none !important;
  }
}

.left--news {
  width: 140px;
}

@media screen and (max-width: 767px) {
  .left--news {
    width: 100%;
    margin-bottom: 13.2px;
  }
}

.right--news {
  width: 1060px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left: 1px solid #000;
}

.cm__iframe {
  width: 1060px;
  display: flex;
  justify-content: space-around;
}

.cm__iframe figcaption {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .right--news {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-left: none;
  }

  .cm__iframe {
    width: auto;
    flex-direction: column;
  }

  .cm__iframe figure:last-child {
    margin-top: 10px;
  }
}

.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

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

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

.pagination-container {
  margin-top: 70px;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination li {
  margin: 0 5px;
  border: 1px solid #242946;
  width: 40px;
  height: 40px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pagination li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
}

.pagination li a#previous img {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media screen and (max-width: 767px) {

  .pagination li a#previous img,
  .pagination li a#next img {
    width: 10px;
  }
}

.pagination li a#previous:hover img, .pagination li a#next:hover img {
  -webkit-filter: brightness(10);
  filter: brightness(10);
}

.pagination li.active {
  background: #242946;
}

.pagination li.active a {
  color: #f9d8ad;
}

.pagination li:hover {
  background: #242946;
}

.pagination li:hover a {
  color: #f9d8ad;
}

.flickity-page-dots {
  bottom: -30px !important;
}

.brand__container {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 320px) {
  .brand__container {
    max-width: 100%;
    padding: 0 3%;
  }
}

@media screen and (max-width: 767px) and (min-width: 321px) {
  .brand__container {
    max-width: 325px;
  }
}

.brand__container .title h2 {
  letter-spacing: 5px !important;
}

.brand__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0 75px;
}

@media screen and (max-width: 767px) {
  .brand__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0 44px;
  }
}

.brand__list--margin {
  margin-bottom: 115px;
}

@media screen and (max-width: 767px) {
  .brand__list--margin {
    margin-bottom: 61.6px;
  }
}

.brand__item {
  width: 300px;
  height: 250px;
  border: 1px solid #d5d9dd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 767px) {
  .brand__item {
    width: 48%;
    height: 160px;
  }
}

.brand__item::after {
  content: '';
  width: 14px;
  height: 9px;
  background: url("../img/arrow.png") no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .brand__item::after {
    bottom: 10px;
  }
}

.brand__item:not(:last-child) {
  margin-right: 45px;
}

@media screen and (max-width: 767px) {
  .brand__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .brand__item--no-margin {
    margin-bottom: 0 !important;
    padding: 0 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.brand__link {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.brand__item-image {
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .brand__item-image {
    height: auto;
  }
}

.brand__item-image img {
  width: 180px;
}

@media screen and (max-width: 767px) {
  .brand__item-image img {
    width: 118px;
  }
}

.brand__item-image img.second {
  width: 120px;
}

@media screen and (max-width: 767px) {
  .brand__item-image img.second {
    width: 64px;
  }
}

.brand__item-image img.last {
  width: 100px;
}

@media screen and (max-width: 767px) {
  .brand__item-image img.last {
    width: 61px;
  }
}

@media screen and (max-width: 767px) {
  .brand__item-image--padding-20 {
    padding: 20px 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .brand__item-image--padding-15 {
    padding: 15px 0;
  }
}

@media screen and (max-width: 767px) {
  .brand__item-image.first {
    padding: 35px 0 20px;
  }
}

.brand__item-text {
  font-size: 2rem;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  text-align: center;
  margin-top: 15px;
  font-weight: 700;
  position: relative;
}

@media screen and (max-width: 767px) {
  .brand__item-text {
    font-size: 18px;
    margin-top: 0;
    height: 50px;
  }
}

.brand__item-text--small {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .brand__item-text--small {
    font-size: 12px;
  }
}

.brand__content {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .brand__content {
    margin-top: 70px;
  }
}

.brand__content-title-container {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .brand__content-title-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
  }
}

.brand__content-image {
  width: 260px;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-right: 1px solid #242946;
}

@media screen and (max-width: 767px) {
  .brand__content-image {
    border-right: 0;
    margin-bottom: 30px;
    width: 105.6px;
    height: auto;
  }
}

.brand__content-image img {
  width: 180px;
}

.brand__content-image img.second {
  width: 110px;
}

@media screen and (max-width: 767px) {
  .brand__content-image img.second {
    width: 64px;
    height: auto;
  }
}

.brand__content-image img.last {
  width: 90px;
}

@media screen and (max-width: 767px) {
  .brand__content-image img.last {
    width: 61px;
  }
}

.brand__content-title {
  padding: 20px 40px;
  font-size: 2.4rem;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .brand__content-title {
    text-align: center;
    padding: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .brand__content-title p span {
    display: block;
  }
}

.brand__content-info {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .brand__content-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }
}

.brand__text {
  width: 50%;
  padding: 20px 9px;
  border-top: 1px solid #242946;
  margin-right: 20px;
  font-size: 16px;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  line-height: 2.3;
  font-weight: 500;
  color: #373f48;
}

@media screen and (max-width: 767px) {
  .brand__text {
    width: 100%;
    padding: 2% 0;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .brand__text p {
    display: inline;
  }
}

.brand__image {
  margin-left: 20px;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .brand__image {
    width: 100%;
    margin-left: 0;
    margin-top: 3%;
  }
}

@media screen and (max-width: 767px) {
  .brand__image img {
    width: 100%;
  }
}

.brand__image--small {
  text-align: center;
}

.brand__image--small img {
  width: 70%;
  height: auto;
}

.brand__status {
  width: 600px;
  height: 70px;
  background-color: #000;
  color: #fff;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .brand__status {
    width: 100%;
    height: 55px;
    font-size: 14px;
  }
}

@-webkit-keyframes nav {
  0% {
    height: 0;
  }

  100% {
    height: 100px;
  }
}

@keyframes nav {
  0% {
    height: 0;
  }

  100% {
    height: 100px;
  }
}

.buttons {
  padding: 23px 30px;
  border: 1px solid #242946;
  background-color: #242946;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
  white-space: nowrap;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .buttons {
    font-size: 14px;
  }
}

.buttons:hover {
  border: 1px solid #242946;
  background-color: #fff;
  color: #242946;
}

.buttons--primary {
  width: 150px;
  height: 60px;
  padding: 0 18px 0 0;
}

@media screen and (max-width: 767px) {
  .buttons--primary {
    width: 123.2px;
    height: 39.6px;
  }
}

.buttons--primary::before {
  content: '';
  width: 10px;
  height: 16px;
  background: url("../img/arrow-right-white.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .buttons--primary::before {
    width: 7px;
    height: 11px;
  }
}

.buttons--primary:hover::before {
  background: url("../img/arrow-right-primary.png") no-repeat;
}

@media screen and (max-width: 767px) {
  .buttons--primary:hover::before {
    width: 7px;
    height: 11px;
    background-size: cover;
  }
}

.buttons--brand {
  width: 600px;
  height: 70px;
  color: #f9d8ad;
}

a.bottom-btn {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .buttons--brand {
    width: 100%;
    height: 55px;
  }
}

.buttons--brand::before {
  right: 37px;
}

.buttons--black {
  width: 48%;
  height: 40px;
  padding: 0 18px 0 0;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}

.buttons--black::before {
  content: '';
  width: 10px;
  height: 16px;
  background: url("../img/arrow-right-black.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .buttons--black::before {
    width: 8px;
    height: 13px;
    right: 30.8px;
  }
}

.buttons--black:hover {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}

.buttons--black:hover::before {
  background: url("../img/arrow-right-white.png") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .buttons--black:hover::before {
    width: 8px;
    height: 13px;
  }
}

.buttons__image {
  background-image: url("../img/arrow-right-white.png");
  background-size: cover;
  width: 10px;
  height: 16px;
  margin-left: 45px;
}

@media screen and (max-width: 767px) {
  .buttons__image {
    width: 7px;
    height: 11px;
    margin-left: 15.4px;
  }
}

.buttons--news {
  width: 600px;
  height: 80px;
  padding: 0 18px 0 0;
}

@media screen and (max-width: 767px) {
  .buttons--news {
    width: 100%;
    height: 44px;
    padding: 0 14px 0 0;
  }
}

.buttons--news:hover .buttons__image {
  background-image: url("../img/arrow-right-primary.png");
}

.buttons--blue-link {
  width: 130px;
  padding: 0;
  background: 0;
  border: 0;
  color: #00a7db;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .buttons--blue-link {
    font-size: 8.8px;
  }
}

.buttons--blue-link img {
  margin-left: 17px;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

@media screen and (max-width: 767px) {
  .buttons--blue-link img {
    width: 7px;
    height: 11px;
  }
}

.buttons--blue-link:hover {
  border: 0;
  background: 0;
  color: #00a7db;
}

.buttons--blue-link:hover img {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

.buttons--white-link {
  width: 230px;
  background: 0;
  border: 0;
  padding: 0;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .buttons--white-link {
    width: 100%;
    font-size: 12px;
  }
}

.buttons--white-link img {
  margin-left: 17px;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

@media screen and (max-width: 767px) {
  .buttons--white-link img {
    width: 7px;
    height: 11px;
  }
}

.buttons--white-link:hover {
  border: 0;
  background: 0;
  color: #fff;
}

.buttons--white-link:hover img {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

.buttons--blue {
  width: 220px;
  height: 40px;
  border: 1px solid #00a6db;
  background: 0;
  font-family: "Meiryo", sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: #000;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .buttons--blue {
    width: 193.6px;
    height: 33px;
    font-size: 10px;
  }
}

.buttons--blue::before {
  content: '';
  width: 10px;
  height: 16px;
  background: url("../img/arrow-right-blue.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .buttons--blue::before {
    width: 7px;
    height: 11px;
  }
}

.buttons--blue:hover {
  border: 1px solid #00a6db;
  background-color: #00a6db;
  color: #fff;
}

.buttons--blue:hover::before {
  background: url("../img/arrow-right-white.png") no-repeat;
}

.buttons--black-details {
  width: 176px;
  height: 54px;
  border: 1px solid #e9c9a1;
  background: #e9c9a1;
  font-size: 18px;
  color:  #242946;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .buttons--black-details {
    width: 193.6px;
    height: 33px;
    font-size: 14px;
  }
}

.buttons--black-details::before {
  content: '';
  width: 10px;
  height: 16px;
  background: url("../img/arrow-right-primary.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .buttons--black-details::before {
    width: 7px;
    height: 11px;
  }
}

.buttons--black-details:hover {
  border: 1px solid #000b;
  background-color: fff;
  color: #000;
}

.buttons--black-details:hover::before {
  background: url("../img/arrow-right-black.png") no-repeat;
}

.buttons--request {
  width: 430px;
  height: 90px;
  color: #f9d8ad;
}

@media screen and (max-width: 767px) {
  .buttons--request {
    height: 48.4px;
  }
}

.buttons--request::before {
  right: 30px;
}

@media screen and (max-width: 767px) {
  .buttons--request::before {
    right: 26.4px;
  }
}

.buttons--contract {
  width: 430px;
  height: 90px;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .buttons--contract {
    width: 100% !important;
  }
}

.buttons--contract::before {
  right: 30px;
}

@media screen and (max-width: 767px) {
  .buttons--contract::before {
    right: 20px;
  }
}

.buttons--contract span {
  font-size: 18px;
  color: #f9d8ad;
}

@media screen and (max-width: 767px) {
  .buttons--contract span {
    font-size: 16px;
  }
}

.buttons--login, .buttons--logout {
  width: 140px;
  height: 40px;
  background-color: #f9d8ad;
  color: #242946;
}

@media screen and (max-width: 767px) {
  .buttons--login, .buttons--logout {
    background-color: #242946;
    color: #f9d8ad;
    width: 140px;
    height: unset;
    padding: 5px 0;
  }
}

.buttons--logout {
  background-color: #242946;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .buttons--logout {
    background-color: #fff;
    color: #242946;
  }
}

.navigation {
  width: 100%;
  height: 100px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 56.91667px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 99;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

@media screen and (max-width: 767px) {
  .navigation {
    padding: 0 0 0 22px;
    height: 61.6px;
    width: 100%;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation {
    width: 100%;
    padding: 0 0 0 2%;
  }
}

.navigation--active {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .navigation--active {
    height: 61.6px !important;
  }
}

.navigation--primary {
  background-color: #242946;
  opacity: 0.95;
}

.navigation--primary .navigation__logo-image {
  background-image: url("../img/sdp_logo_tate_white.svg");
}

.navigation--primary .navigation__logo-image-anniv {
  background-image: url("../img/logo-anniv-transparent.png");
}

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

.navigation__logo-image {
  background-image: url("../img/sdp_logo_tate.svg");
  background-size: cover;
  width: 281px;
  height: 53px;
  margin-right: 18.97222px;
}

@media screen and (max-width: 767px) {
  .navigation__logo-image {
    width: 175px;
    height: 33px;
    margin-right: 13.2px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__logo-image {
    width: 280px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 1310px) and (min-width: 1001px) {
  .navigation__logo-image {
    width: 200px;
    height: 50px;
    background-size: 200px 50px;
    margin-right: 0;
  }
}

.navigation__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
}

@media screen and (max-width: 767px) {
  .navigation__menu {
    display: none;
    height: auto;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__menu {
    display: none;
  }
}

.navigation__menu--active {
  display: block;
  background-color: #242946;
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .navigation__menu--active {
    top: 61.6px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__menu--active {
    top: 98px;
  }
}

.navigation__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .navigation__wrap {
    display: block;
    overflow: auto;
    height: auto;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__wrap {
    display: block;
    overflow: auto;
  }
}

.navigation__wrap.height {
  height: 90vh;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__wrap.height {
    height: auto;
  }
}

.navigation__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .navigation__list {
    border-top: 1px solid #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: 0;
    height: auto;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__list {
    border-top: 1px solid #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: 0;
  }
}

@media screen and (max-width: 1310px) and (min-width: 1001px) {
  .navigation__list {
    margin-right: 10px;
  }
}

.navigation__item {
  position: relative;
  padding-left: 18.02361px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .navigation__item {
    width: 49.8%;
    padding: 13.2px 0;
    border-bottom: 1px solid #fff;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__item {
    width: 49.8%;
    padding: 22px 0;
    border-bottom: 1px solid #fff;
  }
}

@media screen and (max-width: 1310px) and (min-width: 1001px) {
  .navigation__item {
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .navigation__item--active {
    border-bottom: transparent;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__item--active {
    border-bottom: transparent;
  }
}

.navigation__item::before {
  content: '';
  width: 9px;
  height: 10px;
  background: url("../img/nav-menu-arrow.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

@media screen and (max-width: 767px) {
  .navigation__item::before {
    display: none;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__item::before {
    display: none;
  }
}

.navigation__item:not(:nth-child(8)) {
  margin-right: 28.45833px;
}

@media screen and (max-width: 767px) {
  .navigation__item:not(:nth-child(8)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__item:not(:nth-child(8)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1310px) and (min-width: 1001px) {
  .navigation__item:not(:nth-child(8)) {
    margin-right: 10px;
  }
}

.navigation__item:hover::before, .navigation__item:active::before, .navigation__item.active::before {
  content: '';
  width: 9px;
  height: 10px;
  background: url("../img/arrow-secondary.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .navigation__item:hover::before, .navigation__item:active::before, .navigation__item.active::before {
    display: none;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__item:hover::before, .navigation__item:active::before, .navigation__item.active::before {
    display: none;
  }
}

.navigation__link, .navigation__sublink {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 13.28056px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.1em;
  white-space: nowrap;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .navigation__link, .navigation__sublink {
    color: #fff;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__link, .navigation__sublink {
    color: #fff;
    font-size: 16px;
  }
}

@media screen and (max-width: 1310px) and (min-width: 1001px) {
  .navigation__link, .navigation__sublink {
    font-size: 12px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navigation__link, .navigation__sublink {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }
}

.navigation__link {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .navigation__contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.navigation__contact-button {
  padding: 23.71528px 28.45833px;
  border: 1px solid #242946;
  background-color: #242946;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
  white-space: nowrap;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .navigation__contact-button {
    width: 100%;
    height: 66px;
    padding: 0;
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #e5c7a2;
    color: #242946;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__contact-button {
    width: 100%;
    height: 66px;
    padding: 0;
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #e5c7a2;
    color: #242946;
    font-size: 16px;
  }
}

@media screen and (max-width: 1310px) and (min-width: 1001px) {
  .navigation__contact-button {
    padding: 23.71528px 18.97222px;
  }
}

.navigation__contact-button:hover {
  border: 1px solid #242946;
  background-color: #fff;
  color: #242946;
}

.navigation__sp-menu {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #242946;
  position: relative;
  top: 0;
  right: 0;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .navigation__sp-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 61.6px;
    height: 61.6px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__sp-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 98px;
    height: 98px;
  }
}

@media screen and (max-width: 767px) {
  .navigation__sp-menu-icon {
    width: 26.4px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__sp-menu-icon {
    width: 45px;
  }
}

@media screen and (max-width: 767px) {
  .navigation__sp-menu-icon--close .navigation__line:first-child {
    -webkit-transform: rotate(45deg) translate(5px, 4px);
    -ms-transform: rotate(45deg) translate(5px, 4px);
    transform: rotate(45deg) translate(5px, 4px);
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__sp-menu-icon--close .navigation__line:first-child {
    -webkit-transform: rotate(45deg) translate(3px, 4px);
    -ms-transform: rotate(45deg) translate(3px, 4px);
    transform: rotate(45deg) translate(3px, 4px);
  }
}

@media screen and (max-width: 767px) {
  .navigation__sp-menu-icon--close .navigation__line:nth-child(2) {
    display: none;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__sp-menu-icon--close .navigation__line:nth-child(2) {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navigation__sp-menu-icon--close .navigation__line:last-child {
    -webkit-transform: rotate(-45deg) translate(4px, -3px);
    -ms-transform: rotate(-45deg) translate(4px, -3px);
    transform: rotate(-45deg) translate(4px, -3px);
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__sp-menu-icon--close .navigation__line:last-child {
    -webkit-transform: rotate(-45deg) translate(7px, -10px);
    -ms-transform: rotate(-45deg) translate(7px, -10px);
    transform: rotate(-45deg) translate(7px, -10px);
  }
}

.navigation__line {
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
  width: 100%;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .navigation__line {
    height: 2.2px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__line {
    height: 4px;
  }
}

@media screen and (max-width: 767px) {
  .navigation__line:not(:last-child) {
    margin-bottom: 8.8px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__line:not(:last-child) {
    margin-bottom: 13px;
  }
}

/*@media screen and (max-width: 767px) {*/
/*  .navigation__line:nth-child(2) {*/
/*    -webkit-transform: translateX(-5.72px);*/
/*    -ms-transform: translateX(-5.72px);*/
/*    transform: translateX(-5.72px);*/
/*  }*/
/*}*/
/*@media screen and (max-width: 1000px) and (min-width: 768px) {*/
/*    .navigation__line:nth-child(2) {*/
/*        -webkit-transform: translateX(-7px);*/
/*        -ms-transform: translateX(-7px);*/
/*        transform: translateX(-7px);*/
/*    }*/
/*}*/
.navigation__item-wrap, .navigation__subitem, .navigation__log {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation__item-wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 860px;
  height: 300px;
  background: #fff;
  position: absolute;
  top: 85px;
  right: 8.28vw;
  z-index: 1;
  padding: 0 20px;
  display: none;
}

@media screen and (max-width: 767px) {
  .navigation__item-wrap {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    background: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__item-wrap {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    background: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.navigation__item-wrap--active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navigation__item-wrap-small-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .navigation__item-wrap-small-sp {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    background: unset;
    border-bottom: 1px solid #fff;
    padding: 0 20px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__item-wrap-small-sp {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    background: unset;
    border-bottom: 1px solid #fff;
    padding: 0 20px;
  }
}

.navigation__item-wrap-small-sp--active {
  display: none;
}

@media screen and (max-width: 767px) {
  .navigation__item-wrap-small-sp--active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__item-wrap-small-sp--active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .navigation__item-wrap-small-sp .navigation__sublist--small {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__item-wrap-small-sp .navigation__sublist--small {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.navigation__item-wrap-small-sp .navigation__subitem--small {
  width: 100%;
  height: 40px;
}

@media screen and (max-width: 767px) {
  .navigation__item-wrap-small-sp .navigation__subitem--small {
    min-height: 50px;
    border-bottom: 0;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__item-wrap-small-sp .navigation__subitem--small {
    min-height: 50px;
    border-bottom: 0;
  }
}

.navigation__item-wrap-small-pc {
  background: #fff;
  position: absolute;
  width: 150px;
  height: 115px;
  top: 55px;
  left: 0;
  z-index: 1;
  padding: 0 20px;
  display: none;
}

@media screen and (max-width: 767px) {
  .navigation__item-wrap-small-pc {
    display: none;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__item-wrap-small-pc {
    display: none;
  }
}

.navigation__item-wrap-small-pc--active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .navigation__item-wrap-small-pc--active {
    display: none;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__item-wrap-small-pc--active {
    display: none;
  }
}

.navigation__item-wrap-small-pc .navigation__sublist--small {
  width: 100%;
  padding-left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation__item-wrap-small-pc .navigation__subitem--small {
  width: 100%;
  height: 40px;
}

.navigation__item-wrap-small-pc .navigation__subitem--small::before {
  right: 0;
}

.navigation__sublist {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .navigation__sublist {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__sublist {
    width: 100%;
  }
}

.navigation__sublist--left {
  width: 320px;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .navigation__sublist--left {
    width: 50%;
    padding-left: 0;
    list-style-type: disc;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__sublist--left {
    width: 50%;
    padding-left: 0;
    list-style-type: disc;
  }
}

.navigation__sublist--right {
  width: 260px;
  border-left: 1px solid #dedee0;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .navigation__sublist--right {
    width: 50%;
    padding-left: 0;
    border-left: 0;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__sublist--right {
    width: 50%;
    padding-left: 0;
    border-left: 0;
  }
}

.navigation__subitem {
  width: auto;
  height: 80px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .navigation__subitem {
    border-bottom: 1px solid #e5c7a2;
    width: 100%;
    min-height: 100px;
    padding-left: 17px;
    list-style-type: disc;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__subitem {
    border-bottom: 1px solid #e5c7a2;
    width: 100%;
    min-height: 100px;
    padding-left: 17px;
    list-style-type: disc;
  }
}

.navigation__subitem::before {
  content: '';
  background: url("../img/arrow-right-gold.png") no-repeat;
  background-size: cover;
  width: 9px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .navigation__subitem::before {
    display: none;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__subitem::before {
    display: none;
  }
}

.navigation__subitem .navigation__link {
  letter-spacing: 0.1em;
  line-height: 26px;
}

@media screen and (max-width: 767px) {
  .navigation__subitem .navigation__link {
    white-space: normal;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__subitem .navigation__link {
    white-space: normal;
  }
}

.navigation__icon {
  width: 50px;
  height: auto;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .navigation__icon {
    display: none;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__icon {
    display: none;
  }
}

.navigation__icon img {
  width: 90%;
  height: auto;
  margin-right: 20px;
}

.navigation__icon--2 img {
  width: 74%;
}

.navigation__icon--3 img {
  width: 80%;
}

.navigation__icon--6 img {
  width: 100%;
}

.navigation__log {
  width: 240px;
  height: 260px;
  border: 1px solid #242946;
  background-color: #242946;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .navigation__log {
    width: 100%;
    height: auto;
    background-color: #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__log {
    width: 100%;
    height: auto;
    background-color: #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 20px;
  }
}

.navigation__log p {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #f9d8ad;
}

@media screen and (max-width: 767px) {
  .navigation__log p {
    color: #242946;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__log p {
    color: #242946;
  }
}

.navigation__log--logout {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .navigation__log--logout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__log--logout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
  }
}

.navigation__log--logout p {
  color: #242946;
}

@media screen and (max-width: 767px) {
  .navigation__log--logout p {
    color: #fff;
    text-align: center;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__log--logout p {
    color: #fff;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .navigation__log--logout .navigation__content {
    margin: 0 auto 10px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__log--logout .navigation__content {
    margin: 0 auto 10px;
  }
}

.navigation__log-img {
  background: url("../img/contract-login-header-icon.png") no-repeat;
  background-size: cover;
  width: 56px;
  height: 56px;
  display: block;
  margin: 0 auto 30px;
}

@media screen and (max-width: 767px) {
  .navigation__log-img {
    background: url("../img/contract-login-header-icon-p.png") no-repeat;
    width: 50px;
    height: 50px;
    background-size: cover;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__log-img {
    background: url("../img/contract-login-header-icon-p.png") no-repeat;
    width: 50px;
    height: 50px;
    background-size: cover;
    margin-bottom: 10px;
  }
}

.navigation__log-img--logout {
  background: url("../img/contract-login-header-icon-p.png") no-repeat;
  background-size: cover;
  width: 56px;
  height: 56px;
}

@media screen and (max-width: 767px) {
  .navigation__log-img--logout {
    display: none;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__log-img--logout {
    display: none;
  }
}

.navigation__content {
  text-align: center;
  margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
  .navigation__content {
    margin: 0 30px 0 0;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navigation__content {
    margin: 0 30px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .no-border-bottom {
    border-bottom: 0;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .no-border-bottom {
    border-bottom: 0;
  }
}

@media screen and (max-width: 767px) {

  #contract::after,
  #company::after {
    content: '';
    background: url("../img/arrow-up-white.png");
    background-size: 13px 8px;
    width: 13px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {

  #contract::after,
  #company::after {
    content: '';
    background: url("../img/arrow-up-white.png");
    background-size: 18px 10px;
    width: 18px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .Icon-active::after {
    content: '';
    background: url("../img/arrow-up-white.png") !important;
    background-size: 13px 8px !important;
    width: 13px !important;
    height: 8px !important;
    position: absolute !important;
    top: 50% !important;
    right: 12px !important;
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .Icon-active::after {
    content: '';
    background: url("../img/arrow-up-white.png") !important;
    background-size: 13px 8px !important;
    width: 13px !important;
    height: 8px !important;
    position: absolute !important;
    top: 50% !important;
    right: 12px !important;
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
  }
}

.li-border-right {
  border-right: 1px solid #fff;
}

.li-border-top {
  border-top: 1px solid #fff;
}

.main-visual {
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .main-visual {
    margin-bottom: 50px;
  }
}

.main-visual__container {
  width: 100%;
  height: 100vh;
}

@media screen and (max-width: 767px) {
  .main-visual__container {
    height: 125vw;
  }
}

.main-visual__item {
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .main-visual__item {
    height: 125.33vw;
  }
}

.main-visual__image {
  width: 100%;
  height: 100vh;
}

@media screen and (max-width: 767px) {
  .main-visual__image {
    height: auto;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .main-visual__image {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.main-visual__text {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  color: #fff;
  letter-spacing: 4px;
}

@media screen and (max-width: 767px) {
  .main-visual__text {
    font-size: 2.2rem;
    letter-spacing: 4px;
    line-height: 40px;
  }
}

.main-visual__text-wrapper {
  position: absolute;
  left: 70px;
  bottom: 40px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .main-visual__text-wrapper {
    left: 0;
    bottom: 50px;
    width: 100%;
    padding: 0 19.8px;
  }
}

.main-visual__text-wrapper--3 {
  bottom: unset;
  left: unset;
  right: 50px;
  top: 50px;
}

@media screen and (max-width: 767px) {
  .main-visual__text-wrapper--3 {
    right: initial;
    left: 4vh;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .main-visual__text-wrapper--3 p.main-visual__text {
    font-size: 4rem;
    line-height: initial;
  }
}

@media screen and (max-width: 600px) and (min-width: 425px) {
  .main-visual__text-wrapper--3 p.main-visual__text {
    font-size: 3.3rem;
  }
}

@media screen and (max-width: 424px) and (min-width: 320px) {
  .main-visual__text-wrapper--3 p.main-visual__text {
    font-size: 2.2rem;
  }
}

.main-visual__text-wrapper--center {
  left: 50%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .main-visual__text-wrapper--center {
    padding-right: 0;
    left: 50%;
    top: 50%;
    bottom: auto;
    width: 80%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.main-visual__text--big {
  font-size: 100px;
}

@media screen and (max-width: 767px) {
  .main-visual__text--big {
    font-size: 42.68px;
  }
}

@media screen and (max-width: 767px) {
  .main-visual__text span.block {
    display: block;
  }
}

.main-visual__button {
  position: absolute;
  right: -7%;
  bottom: -25%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9d8ad), to(#f9d8ad));
  background: -o-linear-gradient(top, #f9d8ad 0%, #f9d8ad 100%);
  background: linear-gradient(to bottom, #f9d8ad 0%, #f9d8ad 100%);
  width: 150px;
  height: 60px;
  font-size: 1.5rem;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .main-visual__button {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -42vw;
    height: 45px;
    width: 130px;
  }
}

.main-visual__button p {
  margin-right: 20px;
}

.main-visual__button::after {
  content: '';
  width: 10px;
  height: 16px;
  background: url("../img/arrow-right-primary.png") no-repeat;
  background-size: 100%;
  margin-left: 15px;
  position: absolute;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .main-visual__button::after {
    width: 8px;
    height: 15px;
  }
}

.main-visual__text-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 41, 70, 0.8)), to(rgba(36, 41, 70, 0.8)));
  background: -o-linear-gradient(top, rgba(36, 41, 70, 0.8) 0%, rgba(36, 41, 70, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(36, 41, 70, 0.8) 0%, rgba(36, 41, 70, 0.8) 100%);
  mix-blend-mode: hard-light;
  width: 660px;
  height: 100px;
  line-height: 70px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .main-visual__text-bg {
    width: 100%;
    height: 80px;
  }
}

.main-visual__text-wrap {
  position: absolute;
  bottom: -18px;
  left: 7%;
}

@media screen and (max-width: 767px) {
  .main-visual__text-wrap {
    bottom: 0;
  }
}

.main-visual__subtext {
  position: absolute;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .main-visual__subtext {
    bottom: -10px;
    left: 52%;
    -webkit-transform: translateX(-48%);
    -ms-transform: translateX(-48%);
    transform: translateX(-48%);
  }
}

.main-visual__subtext p {
  font-family: "Baskervville", sans-serif;
  font-size: 120px;
  color: #000;
  letter-spacing: 70px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .main-visual__subtext p {
    font-size: 50px;
    letter-spacing: 0.3em;
  }
}

.news, .cm {
  max-width: 1200px;
  margin: 0 auto 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 20210301 余白追加　//////////////////////////////////////////////////////////////////////// */
.cm {
  margin-top: 3%;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .news {
    width: 100%;
    padding: 0 5%;
    margin-bottom: 28.6px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .news {
    padding: 0 3%;
  }
}

.news__container, .cm__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .news__container, .cm__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.news__heading, .cm__heading {
  width: 140px;
  padding-right: 30px;
}

.cm__heading {
  border-right: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .news__heading {
    width: 100%;
    margin-bottom: 13.2px;
    padding-right: 0px;
  }

  .cm__heading {
    border-right: none;
    padding-right: 0px;
  }
}

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

@media screen and (max-width: 767px) {
  .news__preview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 22px;
  }
}

.news__preview:not(:last-child) {
  margin-bottom: 20px;
}

.news__date span,
.news__title span {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-weight: 500;
  color: #373f48;
  letter-spacing: 1px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {

  .news__date span,
  .news__title span {
    white-space: pre-wrap;
  }
}

.news__date {
  width: 165px;
  margin-left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .news__date {
    margin: 0 0 8.8px;
    padding-right: 15.4px;
    width: 130px;
  }
}

.news__date span {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .news__date span {
    font-size: 13.2px;
  }
}

.news__date span.new {
  background: #f9d8ad;
  color: #000;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 1.2rem;
  padding: 5px 8px;
}

.news__title {
  padding-left: 15px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .news__title {
    padding-left: 0;
  }
}

.news__title span {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .news__title span {
    font-size: 1.4rem;
  }
}

/* 20210301 アルファグランデバナー追加　//////////////////////////////////////////////////////////////////////// */
.bnr__container {
  max-width: 960px;
  font-size: 0;
  width: 100%;
  margin: 3% auto;
  position: relative;
}

.bnr__container img {
  max-width: 960px;
  width: 100%;
}

.bnr_contents__button-wrapper {
  position: absolute;
  right: 20px;
  bottom: 10px;
}

@media screen and (min-width: 768px) {
  .bnr__container .sp-only {
    display: none;
  }

  .bnr__container .pc-only {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .bnr__container .pc-only {
    display: none;
  }

  .bnr__container .sp-only {
    display: block;
  }

  .bnr__container {
    margin: 10% 0;
  }

  .bnr_contents__button-wrapper {
    position: absolute;
    width: calc(100% - 52.8px);
    right: auto;
    bottom: 15px;
    text-align: center;
    padding: 0 26.4px;
  }

  .bnr_contents__button-wrapper a {
    margin: auto;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .main-case {
    padding: 0 3%;
  }
}

.main-case__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .main-case__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

.main-case__item {
  width: calc(100% / 2);
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .main-case__item {
    width: 100%;
    background-color: #000;
  }
}

.main-case__image img {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .main-case__image img {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.main-case__logo {
  background-color: #000;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .main-case__logo {
    height: 70.4px;
  }
}

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

@media screen and (max-width: 767px) {
  .main-case__logo img {
    width: 134.2px;
  }
}

.main-case__content {
  background-color: #d5d9dd;
  text-align: center;
  padding: 20px 40px 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .main-case__content {
    padding: 17.6px 26.4px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .main-case__content {
    height: 300px;
  }
}

@media screen and (max-width: 1263px) and (min-width: 1025px) {
  .main-case__content {
    height: 300px;
  }
}

@media screen and (max-width: 1290px) and (min-width: 1264px) {
  .main-case__content {
    height: 230px;
  }
}

.main-case__link {
  position: absolute;
  right: 35px;
  bottom: 10px;
  font-size: 1.8rem;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .main-case__link {
    font-size: 1.4rem;
  }
}

.main-case__link::before {
  content: '';
  width: 10px;
  height: 16px;
  background: url("../img/arrow-right-white.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-case__title {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #000;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .main-case__title {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .main-case__title {
    height: 65px;
    display: block;
  }
}

@media screen and (max-width: 1264px) and (min-width: 1025px) {
  .main-case__title {
    height: 65px;
    display: block;
  }
}

.main-case__list {
  text-align: left;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .main-case__list {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .main-case__list {
    height: 120px;
  }
}

@media screen and (max-width: 1264px) and (min-width: 1025px) {
  .main-case__list {
    height: 120px;
  }
}

@media screen and (max-width: 1290px) and (min-width: 1264px) {
  .main-case__list {
    height: 90px;
  }
}

.main-case__list li {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #373f48;
  letter-spacing: 1px;
  list-style-type: disc;
  list-style-position: inside;
}

@media screen and (max-width: 767px) {
  .main-case__list li {
    font-size: 14px;
  }
}

.main-case__button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.border-right {
  border-right: 1px solid #00a7db;
}

@media screen and (max-width: 767px) {
  .border-right {
    border-right: 0;
  }
}

.border {
  border-right: 1px solid #00a7db;
}

@media screen and (max-width: 767px) {
  .border {
    border-right: 0;
    border-bottom: 1px solid #00a7db;
  }
}

.news-case {
  margin: 95px 0 100px;
}

@media screen and (max-width: 767px) {
  .news-case {
    margin: 52.8px 0 44px;
  }
}

.news-case--no-margin {
  margin: 0;
}

.news-case__container {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .news-case__container {
    max-width: 100%;
    padding: 0 3%;
  }
}

@media screen and (max-width: 767px) {
  .news-case__container {
    padding: 0;
  }
}

.news-case__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px 0 80px;
  width: 900px;
}

@media screen and (max-width: 767px) {
  .news-case__list {
    margin: 20px 0 40px;
    width: 100%;
  }
}

.news-case__link {
  text-decoration: none;
}

.news-case__item {
  /*height: 220px;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .news-case__item {
    width: 100%;
    height: auto;
    padding: 28.6px 22px;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .news-case__item:first-child {
    padding-top: 0;
  }
}

.news-case__item:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .news-case__item:not(:last-child) {
    border-bottom: 1.76px solid #000;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .news-case__item:last-child {
    padding-bottom: 0;
  }
}

.news-case__image {
  width: 330px;
  height: 220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .news-case__image {
    width: 100%;
    height: auto;
  }
}

.news-case__image img {
  max-width: 100%;
  max-height: 100%;
}

.news-case__content {
  width: 570px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 767px) {
  .news-case__content {
    width: 100%;
    padding-left: 0;
  }
}

.news-case__category {
  padding: 20px 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

@media screen and (max-width: 767px) {
  .news-case__category {
    padding: 15px 10px 10px;
  }
}

.news-case__category-name {
  border: 1px solid #000;
  padding: 5px 10px;
  background-color: #fff;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .news-case__category-name {
    font-size: 11px;
  }
}

.news-case__category-name--black {
  background-color: #000;
  color: #fff;
}

.news-case__category-name:not(:last-child) {
  margin-right: 10px;
}

.news-case__title {
  border-bottom: 4px solid #000;
  padding: 5px 0;
}

@media screen and (max-width: 767px) {
  .news-case__title {
    padding: 0 10px 15px;
  }
}

.news-case__title span {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .news-case__title span {
    font-size: 18px;
  }
}

.news-case__text {
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .news-case__text {
    padding: 15px 10px;
  }
}

.news-case__text p {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #373f48;
  line-height: 26px;
  letter-spacing: 2px;
}

.news-case__button-wrapper {
  display: flex;
  justify-content: flex-end;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .news-case__button-wrapper {
    position: relative;
  }
}

.news-case__button-wrapper--flex {
  width: auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .news-case__button-wrapper--flex {
    padding: 0 22px;
    width: 100%;
  }
}

.rent {
  background-image: url("../img/rent-bg.jpg");
  background-size: cover;
  width: 100%;
  height: 260px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .rent {
    background-position: 40%;
    height: 112.2px;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
  }
}

.rent__container {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 30px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .rent__container {
    max-width: 100%;
    padding: 0 3%;
  }
}

@media screen and (max-width: 767px) {
  .rent__container {
    padding: 10px 0 10px 22px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .rent__container {
    padding: 40px 3% 30px;
  }
}

.rent__text {
  width: 360px;
  margin: 20px 0 30px;
}

@media screen and (max-width: 767px) {
  .rent__text {
    width: 143px;
    margin: 3px 0;
  }
}

.rent__text p {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #373f48;
  line-height: 26px;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .rent__text p {
    font-size: 8.8px;
    line-height: 15px;
  }
}

.type {
  margin: 125px 0;
}

@media screen and (max-width: 767px) {
  .type {
    margin: 44px 0;
  }
}

.type__container {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .type__container {
    max-width: 100%;
    padding: 0 3%;
  }
}

@media screen and (max-width: 767px) {
  .type__container {
    padding: 0 22px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .type__container {
    padding: 0 3%;
  }
}

.type__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.type__item {
  width: 230px;
  height: 230px;
  background-color: #242946;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .type__item {
    width: 48%;
    height: 48%;
    padding: 30px 0 20px;
    margin-bottom: 17.6px;
    border: 1px solid #8b8a8a;
  }
}

.type__title {
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .type__title {
    margin-bottom: 22px;
  }
}

.type__title-jp {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 32px;
  color: #f9d8ad;
}

@media screen and (max-width: 767px) {
  .type__title-jp {
    font-size: 24px;
  }
}

.type__title-en {
  font-family: "Baskervville", sans-serif;
  font-size: 22px;
  color: #f9d8ad;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .type__title-en {
    font-size: 17px;
  }
}

.newcoast__container {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  display: block;
}

@media screen and (max-width: 320px) {
  .newcoast__container {
    max-width: 100%;
    padding: 0 3%;
  }
}

@media screen and (max-width: 767px) and (min-width: 321px) {
  .newcoast__container {
    max-width: 325px;
  }
}

@media screen and (max-width: 767px) {
  .newcoast__container {
    padding: 0 22px;
    border: none;
  }
}

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

.footer {
  margin-top: 200px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .footer {
    margin-top: 57.2px;
  }
}

.footer__wrapper {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}

.footer__wrapper:first-child {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.footer__wrapper--border {
  border-top: 1px solid #ccc;
}

.footer__wrapper--padding-big {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .footer__wrapper--padding-big {
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .footer__wrapper--sp {
    padding: 20px 2%;
  }
}

.footer__row, .footer__menu {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .footer__row, .footer__menu {
    max-width: 100%;
    padding: 0 3%;
  }
}

@media screen and (max-width: 767px) {
  .footer__row, .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

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

@media screen and (max-width: 767px) {
  .footer__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
  }
}

.footer__left--col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .footer__left--col {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .footer__left--no-margin {
    margin-bottom: 0;
  }
}

.footer__img {
  margin-right: 30px;
  background: url("../img/footer-logo.png") no-repeat;
  background-size: cover;
  width: 200px;
  height: 43px;
}

@media screen and (max-width: 767px) {
  .footer__img {
    margin-right: 0;
    margin-bottom: 8.8px;
    width: 136.4px;
    height: 29px;
  }
}

.footer__text {
  font-family: "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .footer__text {
    text-align: center;
  }
}

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

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

.footer__text--small p {
  font-size: 12px;
  font-weight: 500;
  color: #666;
}

@media screen and (max-width: 767px) {
  .footer__text--small p {
    font-size: 10px;
  }
}

.footer__text--small p:nth-child(1) {
  margin-right: 5px;
}

.footer__text--smaller {
  font-size: 10px;
  color: #666;
}

.footer__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media screen and (max-width: 767px) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer__wrap img {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.footer__link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .footer__link-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer__contact {
  font-family: "Meiryo", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #00a7db;
  margin: 0 10px 0 0;
  position: relative;
  padding-left: 45px;
}

@media screen and (max-width: 767px) {
  .footer__contact {
    margin-right: 0;
  }
}

.footer__contact::before {
  content: '';
  background: url("../img/tel-icon.png") no-repeat;
  background-size: cover;
  width: 36px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer__menu--col, .footer__menu--col2 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .footer__menu--col, .footer__menu--col2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

.footer__menu--col2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__menu-link {
  margin-bottom: 10px;
}

.footer__menu-link a {
  font-weight: 600;
  font-size: 13px;
  color: #00a7db;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .footer__menu-link a {
    font-size: 14px;
  }
}

.footer__menu-list {
  margin-left: 5px;
}

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

.footer__menu-item, .footer__menu-subitem {
  position: relative;
  margin-right: 30px;
}

.footer__menu-item:nth-child(3), .footer__menu-subitem:nth-child(3) {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .footer__menu-item:nth-child(3), .footer__menu-subitem:nth-child(3) {
    width: auto;
  }
}

.footer__menu-item.flex, .footer__menu-subitem.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0;
}

.footer__menu-subitem:nth-child(1), .footer__menu-subitem:nth-child(2), .footer__menu-subitem.nomargin {
  margin-right: 0;
}

.footer__menu-subitem.nomargin {
  margin-left: 20px;
}

.footer__menu-sublink {
  font-size: 10px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  position: relative;
  padding-left: 12px;
}

.footer__menu-sublink::before {
  content: '';
  width: 5px;
  height: 6px;
  background: url("../img/footer-links-arrow.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer__menu-sublink--border {
  position: relative;
  padding-right: 5px;
  margin-right: 10px;
}

.footer__menu-sublink--border::before {
  content: '|';
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer__menu-sublink--gray {
  color: #666;
}

.footer__menu-sublink--gray::before {
  display: none;
}

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

.footer__menu-row .footer__menu-list:first-child {
  margin-right: 30px;
}

.footer__col:not(:last-child) {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .footer__col:not(:last-child) {
    margin-right: 17px;
  }
}

.footer__col.nomargin {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .footer__col:nth-child(4), .footer__col:nth-child(7) {
    margin-right: 0;
  }
}

.footer__col.width {
  width: 15%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footer__col.width2 {
    width: 100%;
  }
}

.footer__services {
  background-color: #242946;
  padding: 20px 0 40px;
}

@media screen and (max-width: 767px) {
  .footer__services {
    display: none;
  }
}

.footer__services th,
.footer__services a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}

.footer__services th,
.footer__services td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer__services th {
  width: 225px;
  padding: 15px;
}

.footer__services td {
  width: 775px;
  padding: 10px;
}

.footer__services ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 755px;
}

.footer__services li {
  position: relative;
  margin-right: 10px;
  background-image: url("../img/company-links-mrk.png");
  background-repeat: no-repeat;
  background-position: 94% center;
  padding-right: 22px;
  border-right: 1px solid #76d2ec;
}

.footer__services li.title {
  border-right: none;
  background: none;
}

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

.footer__row#last {
  padding: 0;
}

.footer__sp-menu,
.footer__sp-menu tr,
.footer__sp-menu td {
  border: 1px solid #fff;
  border-collapse: collapse;
}

.footer__sp-menu {
  width: 100%;
}

.footer__sp-menu tr td {
  padding: 10px 0;
  text-align: center;
  background-color: #00a7db;
  width: 50%;
}

.footer__sp-menu td a {
  font-size: 14px;
  color: #fff;
}

.company {
  position: relative;
}

@media screen and (max-width: 767px) {
  .company {
    overflow: hidden;
  }
}

.company__top-button {
  width: 200px;
  height: 50px;
  border: 1px solid #242946;
  background: #242946;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #f9d8ad;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
  letter-spacing: 1px;
  text-decoration: none;
  position: absolute;
  top: -60px;
  right: 60px;
}

@media screen and (max-width: 767px) {
  .company__top-button {
    font-size: 14px;
    top: 0;
    right: 3%;
    width: 150px;
    height: 40px;
  }
}

.company__top-button:hover {
  background: #fff;
  color: #242946;
}

.company__container {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 320px) {
  .company__container {
    max-width: 100%;
    padding: 0 3%;
  }
}

@media screen and (max-width: 767px) and (min-width: 321px) {
  .company__container {
    max-width: 325px;
  }
}

@media screen and (max-width: 767px) {
  .company__container {
    margin-top: 50px;
  }
}

.company__container--second {
  max-width: 1200px;
}

@media screen and (max-width: 767px) {
  .company__container--second {
    max-width: 340px;
  }
}

.company__heading h1 {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 40px;
  font-weight: 100;
  letter-spacing: 7px;
}

@media screen and (max-width: 767px) {
  .company__heading h1 {
    font-size: 26px;
    letter-spacing: 5px;
  }
}

@media screen and (max-width: 767px) {
  .company__heading--small h1 {
    font-size: 18px;
  }
}

.company__text {
  font-size: 16px;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-weight: 500;
  margin-top: 15px;
  line-height: 2;
  color: #373f48;
}

@media screen and (max-width: 767px) {
  .company__text {
    font-size: 14px;
    line-height: 27.28px;
  }
}

.company__text--margin {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .company__text--margin {
    margin-bottom: 26.4px;
  }
}

.company__text--center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .company__text--center {
    text-align: left;
  }
}

.company__text--center p.small {
  font-size: 12px;
  color: #000;
  margin-top: 15px;
}

.company__text--center span {
  display: block;
}

.company__text--content {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .company__text--content {
    margin-top: 13.2px;
  }
}

.company__text--nature {
  margin-top: 0;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .company__text--nature {
    text-align: left;
    width: 100%;
  }
}

.company__text p.bold {
  margin-top: 10px;
  font-weight: 700;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 12px;
}

.company__text span {
  display: inline;
}

@media screen and (max-width: 767px) {
  .company__text span {
    display: inline;
  }
}

.company__text span.block {
  display: block;
}

@media screen and (max-width: 767px) {
  .company__text span.block {
    display: inline;
  }
}

.company__steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 85px 0 120px;
}

@media screen and (max-width: 767px) {
  .company__steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 48.4px 0 44px;
  }
}

.company__step {
  background: #d5d9dd;
  width: 230px;
  height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .company__step {
    width: 100%;
    height: auto;
    padding: 17.6px;
  }
}

.company__step:not(:last-child) {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .company__step:not(:last-child) {
    margin-right: 0;
    margin-bottom: 22px;
  }
}

.company__step:not(:last-child)::after {
  content: '';
  width: 20px;
  height: 30px;
  background: url("../img/company-arrow-icon.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -20px;
}

@media screen and (max-width: 767px) {
  .company__step:not(:last-child)::after {
    bottom: -20px;
    right: 0;
    margin: 0 auto;
    left: 0;
    top: unset;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.company__step-title {
  font-size: 22px;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .company__step-title {
    font-size: 16.72px;
    letter-spacing: 5px;
  }
}

.company__step-icon {
  height: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .company__step-icon {
    margin-top: 8.8px;
    margin-bottom: 10px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .company__step-icon img {
    width: 75%;
  }
}

.company__step-text {
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
  line-height: 30px;
  color: #373f48;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  letter-spacing: 0;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .company__step-text {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 24.2px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .company__step-text {
    width: 100%;
  }
}

.company__content {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .company__content {
    margin-top: 44px;
  }
}

@media screen and (max-width: 767px) {
  .company__content--margin-top {
    margin-top: 17.6px;
  }
}

.company__street-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .company__street-image {
    margin-top: 17.6px;
  }
}

.company__street-image img {
  width: calc(100% / 3);
}

@media screen and (max-width: 767px) {
  .company__street-image--sp img {
    width: calc(100% / 2);
    height: 30vw;
  }
}

@media screen and (max-width: 767px) {
  .company__street-image--hide {
    display: none;
  }
}

.company__street-image--show {
  display: none;
}

@media screen and (max-width: 767px) {
  .company__street-image--show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.company__nature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 120px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .company__nature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 13.2px 0 17.6px;
  }
}

@media screen and (max-width: 767px) {
  .company__nature img {
    width: 33%;
  }
}

.company__nature-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .company__nature-image {
    height: auto;
    display: none;
  }
}

.company__nature-image img:nth-child(1) {
  width: 40%;
}

.company__nature-image img:nth-child(2) {
  width: 30%;
}

.company__nature-image img:nth-child(3) {
  width: 30%;
}

.company__nature-image--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .company__nature-image--sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35.2px;
  }
}

.company__nature-image--sp img:nth-child(1) {
  width: 40%;
  height: 100px;
}

.company__nature-image--sp img:nth-child(2) {
  width: 30%;
  height: 100px;
}

.company__nature-image--sp img:nth-child(3) {
  width: 30%;
  height: 100px;
}

.company__life {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .company__life {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .company__life img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .company__life img.half {
    width: 50%;
  }
}

.company__lifestyle-container {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .company__lifestyle-container {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .company__lifestyle-container.margin {
    margin-top: -7px;
  }
}

.company__lifestyle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .company__lifestyle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.company__lifestyle-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: -5px;
}

@media screen and (max-width: 767px) {
  .company__lifestyle-wrap {
    margin-top: 0;
  }
}

.company__box {
  width: 200px;
  height: 200px;
  background: #242946;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .company__box {
    height: 20vh;
  }
}

.company__box p {
  color: #f9d8ad;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  .company__box p {
    font-size: 13.2px;
    margin: 2px 0;
  }
}

@media screen and (max-width: 767px) {
  .company__box img {
    width: 20px;
    height: 20px;
  }
}

.company__lifestyle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .company__lifestyle-text {
    margin-top: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.company__lifestyle-text p {
  font-size: 10rem;
  color: #fff;
  letter-spacing: 50px;
  font-family: "Baskervville", sans-serif;
}

@media screen and (max-width: 767px) {
  .company__lifestyle-text p {
    font-size: 8rem;
    letter-spacing: 35px;
    line-height: 115.8px;
    padding: 0 5%;
    opacity: 0.8;
  }
}

@media screen and (max-width: 375px) and (min-width: 320px) {
  .company__lifestyle-text p {
    font-size: 8rem;
    letter-spacing: 30px;
    line-height: 115.8px;
    padding: 0 4%;
    opacity: 0.8;
  }
}

.company__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .company__list {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 22px 0 52.8px;
  }
}

.company__item {
  margin-right: 50px;
  width: 300px;
  height: 345px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .company__item {
    margin-right: 0;
    margin-top: 5%;
    width: 48%;
    height: auto;
  }
}

.company__item:nth-child(3), .company__item:nth-child(6) {
  margin-right: 0;
}

.company__link {
  cursor: pointer;
}

.company__image {
  width: 100%;
  height: 300px;
}

@media screen and (max-width: 767px) {
  .company__image {
    height: 25vh;
  }
}

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

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .company__image img {
    visibility: hidden;
    opacity: 0;
  }
}

.company__item-title {
  background: #242946;
  font-size: 1.6rem;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  text-align: center;
  position: relative;
  padding: 10px 0;
  margin-top: -7px;
}

@media screen and (max-width: 767px) {
  .company__item-title {
    font-size: 10.56px;
  }
}

.company__item-title p {
  color: #fff;
  font-weight: 500;
}

.company__item-title img {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .company__item-title img {
    width: 13.2px;
    height: 13.2px;
  }
}

.company__table {
  margin-top: 60px;
  border-collapse: collapse;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .company__table {
    margin-top: 13.2px;
  }
}

.company__table th,
.company__table td {
  border-bottom: 1px solid #d5d9dd;
}

.company__table th.noborder,
.company__table td.noborder {
  border-bottom: none;
}

.company__table th {
  font-weight: 700;
  width: 120px;
  padding: 20px 40px;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .company__table th {
    width: 35%;
    padding: 20px 2%;
  }
}

.company__table td {
  padding: 20px 15px;
}

.company__table td a {
  border-bottom: 1px solid #242946;
}

.page-banner {
  padding: 0 60px;
  position: relative;
  margin: 0 0 80px;
}

@media screen and (max-width: 767px) {
  .page-banner {
    margin-bottom: 30.8px;
    padding: 0 13.2px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-banner {
    padding-top: 100px;
  }
}

.page-banner--contract-intro {
  margin-bottom: 25px;
}

.page-banner__image {
  width: 100%;
  height: 100%;
}

.page-banner__title-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-banner__title-container {
    top: 57%;
    left: 50%;
    -webkit-transform: translate(-50%, -43%);
    -ms-transform: translate(-50%, -43%);
    transform: translate(-50%, -43%);
  }
}

.page-banner__title-container h1 {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 40px;
  font-weight: 100;
  letter-spacing: 7px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .page-banner__title-container h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .page-banner__title-container h1.nowrap {
    white-space: nowrap;
  }
}

.page-banner__title-container--black {
  position: relative;
}

.page-banner__title-container--black h1 {
  color: #000;
  text-align: center;
}

.page-banner__title-container .yellow {
  color: #fff100;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .page-banner__title-container .yellow {
    margin-top: 0;
  }
}

.land__container {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 320px) {
  .land__container {
    max-width: 100%;
    padding: 0 3%;
  }
}

@media screen and (max-width: 767px) and (min-width: 321px) {
  .land__container {
    max-width: 325px;
  }
}

.land__content {
  margin: 50px 0 100px;
}

@media screen and (max-width: 767px) {
  .land__content {
    margin: 35.2px 0 0;
  }
}

.land__content--margin {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .land__content--margin {
    margin-top: 52.8px;
  }
}

.land__table {
  margin-top: 60px;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .land__table {
    margin-top: 13.2px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .land__table {
    border-collapse: collapse;
  }
}

.land__table th {
  width: 100px;
  text-align: center;
  font-weight: 700;
  color: #f9d8ad;
  background: #242946;
  border-bottom: 10px solid #fff;
}

@media screen and (max-width: 767px) {
  .land__table th {
    font-size: 14px;
    padding: 5px 0;
  }
}

.land__table td {
  padding: 15px;
  font-weight: 500;
  border-bottom: 10px solid #fff;
}

@media screen and (max-width: 767px) {
  .land__table td {
    font-size: 14px;
    padding: 0 0 0 15px;
    height: 60px;
    line-height: 160%;
  }
}

.land__table--results {
  margin-top: 20px;
}

.details-image__image img.image,
.details-image__image img.access,
.details-image__image img.floor {
  width: 100%;
}

.details-equipment__item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .details-equipment__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35.2px;
  }
}

.details-equipment__image {
  width: 460px;
}

@media screen and (max-width: 767px) {
  .details-equipment__image {
    width: 100%;
  }
}

.details-equipment__image--list {
  width: 100%;
}

.details-equipment__image img.image {
  width: 100%;
}

.details-equipment__item-title {
  background: #242946;
  font-size: 1.6rem;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  text-align: center;
  position: relative;
  padding: 10px 0;
  margin-top: -7px;
}

.details-equipment__item-title p {
  color: #fff;
  font-weight: 500;
}

.details-equipment__item-title img {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .details-equipment__item-title img {
    width: unset;
  }
}

.details-equipment__item-title--list {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .details-equipment__item-title--list {
    font-size: 1.2rem;
  }
}

.details-equipment__item-title--list img {
  width: 18px;
}

.details-equipment__info {
  margin-left: 30px;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .details-equipment__info {
    width: 100%;
    margin-left: 0;
    margin-top: 3%;
  }
}

.details-equipment__info--list {
  width: 100%;
  margin-top: 15px;
  margin-left: 0;
}

.details-equipment__info-title {
  border-bottom: 5px solid #000;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .details-equipment__info-title {
    font-size: 19px;
  }
}

.details-equipment__info-title--list {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .details-equipment__info-title--list {
    font-size: 19px;
  }
}

.details-equipment__info-text {
  margin-top: 15px;
  font-size: 1.6rem;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-weight: 500;
  line-height: 1.7;
  color: #373f48;
}

@media screen and (max-width: 767px) {
  .details-equipment__info-text {
    font-size: 14px;
  }
}

.details-equipment__info-text--list {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .details-equipment__info-text--list {
    font-size: 14px;
  }
}

.details-equipment__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .details-equipment__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

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

.details-equipment__list-item {
  width: 30%;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .details-equipment__list-item {
    width: 100%;
  }
}

.details-equipment__list-item:not(:nth-child(3)) {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .details-equipment__list-item:not(:nth-child(3)) {
    margin-right: 0;
  }
}

.details-equipment__list-link {
  text-decoration: none;
}

.details-perth__list {
  margin: auto;
  width: 80%;
  height: 80%;
}

.details-perth__list img.image {
  width: 100%;
  height: 100%;
}

.details-slogan {
  text-align: center;
  font-size: 24px;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
}

@media screen and (max-width: 767px) {
  .details-slogan {
    font-size: 20px;
  }
}

.details-overview__table--margin {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .details-overview__table--margin {
    margin-top: 15.4px;
  }
}

.details-overview__table-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .details-overview__table-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 8.8px;
  }
}

.details-overview__table-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.details-overview__label {
  width: 290px;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .details-overview__label {
    width: 100%;
    padding-left: 0;
    margin-bottom: 5px;
  }
}

.details-overview__label span {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

@media screen and (max-width: 767px) {
  .details-overview__label span {
    font-size: 14px;
  }
}

.details-overview__label--company {
  width: 180px;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .details-overview__label--company {
    width: 100%;
    padding-left: 0;
  }
}

.details-overview__info {
  width: 710px;
}

@media screen and (max-width: 767px) {
  .details-overview__info {
    width: 100%;
  }
}

.details-overview__info span,
.details-overview__info p,
.details-overview__info a {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 16px;
  color: #373f48;
}

@media screen and (max-width: 767px) {

  .details-overview__info span,
  .details-overview__info p,
  .details-overview__info a {
    font-size: 14px;
  }
}

.details-overview__info--company {
  width: 820px;
}

@media screen and (max-width: 767px) {
  .details-overview__info--company {
    width: 100%;
  }
}

.details-overview__link a {
  text-decoration:underline;
  color: #0000EE;
}

.breadcrumbs {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 320px) {
  .breadcrumbs {
    max-width: 100%;
    padding: 0 3%;
  }
}

@media screen and (max-width: 767px) and (min-width: 321px) {
  .breadcrumbs {
    max-width: 325px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .breadcrumbs {
    margin-top: 160px;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 767px), screen and (-ms-high-contrast: none) and (max-width: 767px) {
  .breadcrumbs {
    margin-top: 96.8px;
  }
}

.breadcrumbs .page-banner__title-container {
  top: unset;
  left: unset;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  margin-top: 40px;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px 0 60px;
}

@media screen and (max-width: 767px) {
  .breadcrumbs__list {
    margin-bottom: 35.2px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 20px;
  }
}

.breadcrumbs__item {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 0 5px 0 0;
  color: #000;
}

@media screen and (max-width: 767px) {
  .breadcrumbs__item {
    font-size: 12px;
  }
}

.breadcrumbs__item+.breadcrumbs__item::before {
  content: ">";
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .breadcrumbs__item:last-child {
    margin-top: 3px;
  }
}

.breadcrumbs__link {
  text-decoration: underline;
}

.details__container {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 320px) {
  .details__container {
    max-width: 100%;
    padding: 0 3%;
  }
}

@media screen and (max-width: 767px) and (min-width: 321px) {
  .details__container {
    max-width: 325px;
  }
}

.details__content {
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .details__content {
    padding-top: 26.4px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .details__content {
    margin-top: 30px;
  }
}

.details__tab-content {
  display: block;
  margin-top: -60px;
  padding-top: 60px;
}

.details_offset_top{
  margin-top: -145px;
  padding-top: 145px;
}

.details__tab-content.active {
  display: block;
}

.details__header {
  width: 100%;
  height: 90px;
  background-color: #242946;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .details__header {
    min-height: 57.2px;
    height: auto;
    padding: 15px 20px;
  }
}

.details__header img {
  max-width: 100%;
  height: auto;
  margin-right: 35px;
}

@media screen and (max-width: 767px) {
  .details__header img {
    width: 17%;
    margin-right: 20px;
  }
}

.details__header span {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #e9c9a1;
  letter-spacing: 5px;
}

@media screen and (max-width: 767px) {
  .details__header span {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .details__header-text--small {
    font-size: 25px;
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .details__header--margin {
    margin-bottom: 33px;
  }
}

.details__header.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .details__header.sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.details__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: 15%;
  margin-bottom: 5%;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .details__heading {
    height: 45px;
    margin-top: 30%;
    margin-bottom: 10%;
  }
}

.details__heading span {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 25px;
  font-weight: bolder;
  color: #FFF;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .details__heading span {
    font-size: 17px;
  }
}

.details__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0;
  border-bottom: 4px solid #000;
}

@media screen and (max-width: 767px) {
  .details__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 13.2px 0 26.4px;
  }
}

@media screen and (max-width: 767px) {
  .details__col--left {
    margin-bottom: 8.8px;
  }
}

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

.details__col a:first-child {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .details__text {
    line-height: 26.4px;
  }
}

.details__text--big {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .details__text--big {
    font-size: 14.08px;
  }
}

.details__text--small {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .details__text--small {
    font-size: 10.56px;
  }
}

.details__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.details__menu.menu_fixed{
  position: fixed;
  width: 100%;
  z-index: 98;
  background-color: #fff;
  margin-top: 0;
  left: 0;
  -webkit-box-shadow: 0px 7px 9px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 9px 0px rgba(0, 0, 0, 0.1);
}

.navigation_menu_offset{
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .details__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 13.2px;
  }
}

.details__menu-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  max-width: 1000px;
  margin: auto;
}

.details__menu-item {
  border: 1px solid #000;
  border-right: none;
  border-bottom: none;
  flex: 1;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

@media screen and (max-width: 767px) {
  .details__menu-item {
    flex: 1 1 calc(100% / 3);
  }
}

.details__menu-item a {
  display: block;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .details__menu-item a {
    padding: 12.32px 0;
  }
}

.details__menu-item--active {
  background-color: #000;
}

.details__menu-item--active .details__menu-link {
  color: #fff;
}

.details__menu-item:hover {
  background-color: #000;
}

.details__menu-item:hover .details__menu-link {
  color: #fff;
}

.details__menu-link {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .details__menu-link {
    font-size: 12px;
  }
}

.details__menu .active {
  background-color: #000;
}

.details__contact {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .details__contact {
    margin-top: 30.8px;
  }
}

.details__contact-row {
  width: 100%;
  background-color: #242946;
  padding: 30px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .details__contact-row {
    padding: 20px 0;
  }
}

.details__contact-row--white {
  background-color: #fff;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .details__contact-row--white {
    padding: 13.2px 25px;
  }
}

@media screen and (max-width: 320px) {
  .details__contact-row--white {
    padding: 13.2px 20px;
  }
}

.details__contact-row--white p {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-weight: 600;
  font-size: 20px;
}

.details__contact-row--support {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .details__contact-row--support {
    padding: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .details__contact-row--support .details__contact-number {
    margin-top: 0;
  }
}

.details__contact-row--support .small {
  color: #242946;
}

@media screen and (max-width: 767px) {
  .details__contact-row--support .small {
    font-size: 17px;
  }
}

.details__contact-text {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 16px;
  color: #f9d8ad;
}

@media screen and (max-width: 767px) {
  .details__contact-text {
    font-size: 14px;
  }
}

.details__contact-number {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .details__contact-number {
    font-size: 14px;
  }
}

.details__contact-number--big {
  font-size: 38px;
  margin-left: 12px;
}

@media screen and (max-width: 767px) {
  .details__contact-number--big {
    font-size: 33px;
  }
}

.details__location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .details__location {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.details__location td {
  text-align: left;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .details__location td {
    font-size: 14px;
    padding-top: 0.88px;
    padding-bottom: 0.88px;
  }
}

.details__location-info {
  color: #373f48;
  padding-left: 25px;
}

@media screen and (max-width: 767px) {
  .details__location-info {
    padding-left: 8.8px;
  }
}

.no-border-left {
  border-left: 0 !important;
}

@media screen and (max-width: 767px) {
  .no-border-left {
    border-left: 1px solid #000 !important;
    margin-top: 8.8px;
  }
}

.results__content {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 320px) {
  .results__content {
    max-width: 100%;
    padding: 0 3%;
  }
}

@media screen and (max-width: 767px) and (min-width: 321px) {
  .results__content {
    max-width: 325px;
  }
}

.results__intro {
  font-size: 1.6rem;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  letter-spacing: 2px;
  line-height: 2;
  color: #373f48;
}

@media screen and (max-width: 767px) {
  .results__intro {
    font-size: 14px;
    line-height: 27.28px;
  }
}

.results__intro span {
  display: block;
}

@media screen and (max-width: 767px) {
  .results__intro span {
    display: inline;
  }
}

.results__list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .results__list {
    margin-top: 33px;
  }
}

.results__list-title {
  margin-top: 120px;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #242946;
  color: #f9d8ad;
  font-size: 3.8rem;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  .results__list-title {
    margin-top: 52.8px;
    height: 57.2px;
    font-size: 24.64px;
  }
}

.results__item {
  width: 100%;
}

.results__item:not(:first-of-type) {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .results__item:not(:first-of-type) {
    margin-top: 39.6px;
  }
}

.results__item-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .results__item-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 17.6px;
  }
}

.results__item-col {
  width: 48%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .results__item-col {
    width: 100%;
  }
}

.results__item-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .results__item-details {
    margin-bottom: 26.4px;
  }
}

.results__item-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .results__item-detail {
    margin-bottom: 8.8px;
    height: auto;
  }
}

.results__item-detail-title {
  width: 100px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #f9d8ad;
  background-color: #242946;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .results__item-detail-title {
    font-size: 14px;
    width: 70.4px;
    margin-right: 20px;
  }
}

.results__item-detail-text {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #242946;
  line-height: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  vertical-align: middle;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .results__item-detail-text {
    font-size: 14px;
    line-height: 160%;
  }
}

.results__item-desc {
  font-size: 1.6rem;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-weight: 500;
  color: #242946;
  line-height: 2;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .results__item-desc {
    font-size: 14px;
    line-height: 27.28px;
    margin-top: 17.6px;
  }
}

.results__item-desc-title {
  background-color: #242946;
  padding: 15px 0;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #f9d8ad;
  text-align: center;
}

.results__item-group {
  font-size: 1.6rem;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-weight: 500;
  color: #242946;
  line-height: 2;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .results__item-group {
    margin-top: 15.4px;
    font-size: 14px;
  }
}

.results__item-group span {
  display: inline-block;
}

.results__item-group .underline {
  text-decoration: underline;
}

.results__item-group .margin-left {
  margin-left: 27%;
}

@media screen and (max-width: 767px) {
  .results__item-group .margin-left {
    margin-left: 34%;
  }
}

.results__item-group-title {
  margin-top: 40px;
  background-color: #242946;
  padding: 15px 0;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #f9d8ad;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .results__item-group-title {
    margin-top: 26.4px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .request {
    padding-top: 100px;
  }
}

.request__header {
  width: 100%;
  height: 90px;
  background-color: #242946;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .request__header {
    height: 57.2px;
  }

  .request_headtext {
    font-size: 1.2em !important;
  }
}

.request__header span {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 30px;
  color: #e9c9a1;
  letter-spacing: 5px;
}

@media screen and (max-width: 767px) {
  .request__header span {
    font-size: 24.64px;
  }
}

.request__content {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 320px) {
  .request__content {
    max-width: 100%;
    padding: 0 3%;
  }
}

@media screen and (max-width: 767px) and (min-width: 321px) {
  .request__content {
    max-width: 325px;
  }
}

.request__progress-bar {
  margin: 80px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
}

@media screen and (max-width: 767px) {
  .request__progress-bar {
    width: 100%;
    height: 52px;
    margin-top: 17.6px;
  }
}

.request__progress-step {
  width: 500px;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .request__progress-step {
    width: calc(100% / 2);
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.request__progress-step--active {
  background-color: #e9c9a1;
}

.request__progress-step-1 {
  position: relative;
  border: 1px solid #e9c9a1;
}

@media screen and (max-width: 767px) {
  .request__progress-step-1 {
    padding: 10px 4px 10px 8px;
  }
}

.request__progress-step-1::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 30px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 0;
  right: -30px;
}

.request__progress-step-1.request__progress-step--active::before {
  border-color: transparent transparent transparent #e9c9a1;
  right: -31px;
}

@media screen and (max-width: 767px) {
  .request__progress-step-1.request__progress-step--active::before {
    border-width: 30px 0 30px 20px;
    right: -21px;
  }
}

.request__progress-step-2 {
  position: relative;
  border-top: 1px solid #e9c9a1;
  border-right: 1px solid #e9c9a1;
  border-bottom: 1px solid #e9c9a1;
}

@media screen and (max-width: 767px) {
  .request__progress-step-2 {
    padding: 10px 5px 10px 25px;
  }
}

.request__progress-step-2::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 30px;
  border-color: transparent transparent transparent #e9c9a1;
  position: absolute;
  top: 0;
  right: -31px;
}



.request__progress-step-2::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 30px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  right: -30px;
}

.request__progress-step-3 {
  border-top: 1px solid #e9c9a1;
  border-right: 1px solid #e9c9a1;
  border-bottom: 1px solid #e9c9a1;
}

@media screen and (max-width: 767px) {
  .request__progress-step-3 {
    padding: 10px 5px 10px 25px;
  }
}

.request__progress-step span {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #373f48;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .request__progress-step span {
    font-size: 15px;
    text-align: center;
  }
}

.request__note {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .request__note {
    margin-top: 24.2px;
  }
}

.request__note span {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #373f48;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .request__note span {
    font-size: 12px;
  }
}

.request__form-content .title {
  margin: 60px 0 50px;
}

@media screen and (max-width: 767px) {
  .request__form-content .title {
    margin: 52.8px 0 26.4px;
  }
}

.request__form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items:flex-start;
}

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

  .chkbox {
    flex-direction: row;
  }

  .request__form-label.questionnaire {
    width: 80% !important;
  }

  .request__form-questionnaire {
    width: 20% !important;
  }
}

.request__form-item:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .request__form-item:not(:last-child) {
    margin-bottom: 26.4px;
  }
}

.chkbox {
  justify-content: space-between;
}

.request__form-label {
  width: 230px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .request__form-label {
    width: 100%;
    margin-bottom: 8.8px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.request__form-label label {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #373f48;
}

@media screen and (max-width: 767px) {
  .request__form-label label {
    font-size: 16px;
  }
}

.request__form-label label span {
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .request__form-label label span {
    font-size: 12px;
  }
}

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

.request__form-label--flex label {
  margin-top: 20px;
}

.request__form-input-wrapper, .request__form-textarea-wrapper {
  width: 770px;
}

@media screen and (max-width: 767px) {
  .request__form-input-wrapper, .request__form-textarea-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .request__form-input-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* SP検討のきっかけ */
  #motiveother_check-wrapper {
    flex-direction: column;
    align-items: baseline;
  }
}

.request__form-input-wrapper span {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 18px;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .request__form-input-wrapper span {
    margin-left: 8.8px;
    font-size: 14.08px;
  }
}

.request__form-input-wrapper .boxes {
  display: flex;
  flex-wrap: wrap;
  /* flex-direction: column; */
}

.boxes_varticla {
  flex-direction: column;
}

/* @media screen and (max-width: 767px) {
  .request__form-input-wrapper .boxes-col {
    flex-direction: row;
    flex-wrap: wrap;
  }
} */
@media screen and (max-width: 767px) {

  #media_check-wrapper,
  #media_check-wrapper .boxes {
    flex-direction: column;
    align-items: flex-start;
  }
}

.request__form-input-wrapper--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.request__form-input-wrapper--flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .request__form-input-wrapper--flex2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.request__form-input-wrapper--column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .request__form-input-wrapper--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.request__form-input {
  width: 500px;
  height: 60px;
  border: 1px solid #242946;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 14px;
  outline: none;
}

@media screen and (max-width: 767px) {
  .request__form-input {
    width: 100% !important;
    height: 39.6px;
    padding: 0 17.6px;
  }

  .familiy_ns_form-input {
    width: 78% !important;
    height: 39.6px;
    padding: 0 17.6px;
  }
}

.request__form-input::-webkit-input-placeholder {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #d5d9dd;
}

.request__form-input:-ms-input-placeholder {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #d5d9dd;
}

.request__form-input::-ms-input-placeholder {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #d5d9dd;
}

.request__form-input::placeholder {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #d5d9dd;
}

@media screen and (max-width: 767px) {
  .request__form-input::-webkit-input-placeholder {
    font-size: 12.32px;
    white-space: normal;
  }

  .request__form-input:-ms-input-placeholder {
    font-size: 12.32px;
    white-space: normal;
  }

  .request__form-input::-ms-input-placeholder {
    font-size: 12.32px;
    white-space: normal;
  }

  .request__form-input::placeholder {
    font-size: 12.32px;
    white-space: normal;
  }
}

.request__form-input.date-input, .request__form-input.date-input2 {
  width: 240px;
  margin-right: 20px;
  background: url("../img/calendar.png") no-repeat;
  background-size: 11%;
  background-position: 92% center;
  cursor: default;
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  .request__form-input.date-input, .request__form-input.date-input2 {
    margin-right: 0;
    margin-bottom: 20px;
    width: 200px;
  }
}

.request__form-input.time-input, .request__form-input.time-input2 {
  width: 200px;
  background: url("../img/gold-arrow.png") no-repeat;
  background-size: 7%;
  background-position: 90% center;
  cursor: default;
}

.request__form-input--small {
  width: 240px;
}

@media screen and (max-width: 767px) {
  .request__form-input--small {
    width: 176px;
  }
}

.request__form-input--full {
  width: 100%;
}

.request__form-input--margin {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .request__form-input--margin {
    margin-left: 8.8px;
  }
}

@media screen and (max-width: 767px) {
  .request__form-input--height {
    height: 70.4px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .request__form-input-wrap--margin-bottom {
    margin-bottom: 8.8px;
  }
}

.request__form-textarea {
  width: 100%;
  height: 140px;
  border: 1px solid #242946;
  resize: none;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 14px;
  outline: none;
}

@media screen and (max-width: 767px) {
  .request__form-textarea {
    padding: 17.6px;
    height: 132px;
  }
}

.request__form-textarea::-webkit-input-placeholder {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #d5d9dd;
}

.request__form-textarea:-ms-input-placeholder {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #d5d9dd;
}

.request__form-textarea::-ms-input-placeholder {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #d5d9dd;
}

.request__form-textarea::placeholder {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #d5d9dd;
}

@media screen and (max-width: 767px) {
  .request__form-textarea::-webkit-input-placeholder {
    font-size: 12.32px;
  }

  .request__form-textarea:-ms-input-placeholder {
    font-size: 12.32px;
  }

  .request__form-textarea::-ms-input-placeholder {
    font-size: 12.32px;
  }

  .request__form-textarea::placeholder {
    font-size: 12.32px;
  }
}

.request__form-textarea--small {
  height: 60px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .request__form-textarea--small {
    height: 66px;
  }
}

.request__form-required {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #e9c9a1;
  padding: 2px 10px;
  background-color: #242946;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .request__form-required {
    font-size: 10.56px;
    padding: 1.5% 3%;
    margin-left: 8.8px;
  }
}

.request__form-button {
  background-color: #242946;
  width: 85px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 25px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #e9c9a1;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .request__form-button {
    margin-left: 17.6px;
    width: auto;
    height: auto;
    padding: 2% 4%;
    font-size: 14px;
  }
}

.request__button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .request__button-wrapper {
    margin-top: 44px;
  }
}

.request__error-message {
  background-color: #373f48;
  width: 600px;
  min-height: 110px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 50px auto 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .request__error-message {
    width: 100%;
    margin-top: 37.4px;
  }
}

.request__error-message p {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 32px;
}

@media screen and (max-width: 767px) {
  .request__error-message p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .no-margin {
    margin-left: 0 !important;
  }
}

.error {
  border: 1px solid #dc0000;
}

.modal {
  display: none;
  position: fixed;
  z-index: 10;
  padding-top: 120px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  .modal {
    padding-top: 50px;
  }
}

@media screen and (max-width: 600px) and (min-width: 320px) {
  .modal {
    padding-top: 100px;
  }
}

.modal.house-modal, .modal.house-modal2 {
  padding: 8.3% 0;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80vh;
}

@media screen and (max-width: 767px) {
  .modal.house-modal, .modal.house-modal2 {
    padding: 15vh 5% 0;
    width: auto;
    height: 85vh;
  }
}

.modal#imageModal {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) and (min-width: 320px) {
  .modal#imageModal {
    padding-top: 100px;
  }
}

.modal#dateModal, .modal#dateModal2 {
  padding: 8.3% 0;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80vh;
}

@media screen and (max-width: 767px) {
  .modal#dateModal, .modal#dateModal2 {
    padding: 0;
    width: 100%;
    height: 100vh;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .modal#dateModal, .modal#dateModal2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.modal-image-wrap {
  background: #fff;
  padding: 10px 10px 8px;
}

.modal-image {
  width: 100%;
  height: auto;
}

.modal-title {
  background: #242946;
  font-size: 1.6rem;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  text-align: center;
  position: relative;
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .modal-title {
    font-size: 14px;
  }
}

.modal-title p {
  color: #fff;
  font-weight: 500;
}

.modalBtn {
  cursor: pointer;
}

.modal-content {
  margin: auto;
  display: block;
  width: 700px;
  -webkit-animation-name: zoom;
  animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  position: relative;
}

@media screen and (max-width: 767px) {
  .modal-content {
    width: 90%;
  }
}

.modal-content#company-mdl {
  margin: 0;
  margin-top: -135px;
}

.modal-content.height {
  width: 50vh;
  min-height: 70vh;
}

@media screen and (max-width: 767px) {
  .modal-content.height {
    width: 50vh;
    min-height: 65vh;
  }
}

@media screen and (max-width: 1025px) and (min-width: 768px) {
  .modal-content.height {
    width: 50vh;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .modal-content.height {
    width: 40vh;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .modal-content.height {
    width: 45vh;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .modal-content.height {
    width: 50vh;
  }
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .modal-content.height {
    width: 35vh;
  }
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .modal-content.height {
    width: 45vh;
  }
}

/* @media screen and (max-width: 860px) and (min-width: 768px) {
.modal-content.height {
width: 40%;
}
} */
/* @media screen and (max-width: 1025px) and (min-width: 861px) {
.modal-content.height {
width: 35%;
}
} */
.modal-content.height .modal-image-wrap {
  height: 70vh;
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .modal-content.height .modal-image-wrap {
    height: 55vh;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .modal-content.height .modal-image-wrap {
    height: 60vh;
  }
}

.modal-content.height .modal-image {
  width: 100%;
  height: 100%;
}

.modal-content#house {
  width: 100%;
  max-width: 860px;
}

.modal-content#date-content, .modal-content#date-content2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 1000px;
}

@media screen and (max-width: 767px) {
  .modal-content#date-content, .modal-content#date-content2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30vh 0 25vh;
  }
}

.close,
.close2 {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #242946;
  cursor: pointer;
  z-index: 1;
}

.close img,
.close2 img {
  width: 20px;
}

.modal-container,
.modal-container2 {
  position: relative;
  display: none;
}

.modal-container.active,
.modal-container2.active {
  display: block;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.contract-intro__container {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 320px) {
  .contract-intro__container {
    max-width: 100%;
    padding: 0 3%;
  }
}

@media screen and (max-width: 767px) and (min-width: 321px) {
  .contract-intro__container {
    max-width: 325px;
  }
}

.contract-intro__title {
  margin-top: 60px;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #242946;
  color: #f9d8ad;
  font-size: 3.8rem;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  .contract-intro__title {
    margin-top: 52.8px;
    font-size: 25px;
    height: auto;
    padding: 10px 3%;
    width: auto;
  }
}

.contract-intro__title::before {
  content: '';
  background: url("../img/introduce-icon.png") no-repeat;
  background-size: 100%;
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .contract-intro__title::before {
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }
}

.contract-intro__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .contract-intro__image {
    width: 75%;
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 767px) {
  .contract-intro__image img {
    width: 80%;
    text-align: center;
  }
}

.contract-intro__content {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .contract-intro__content {
    margin-top: 40px;
  }
}

.contract-intro__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .contract-intro__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
  }
}

.contract-intro__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .contract-intro__item {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .contract-intro__item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.contract-intro__item-title {
  background: #242946;
  font-size: 1.8rem;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  color: #f9d8ad;
  font-weight: 700;
  text-align: center;
  padding: 20px 0;
  width: 310px;
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  .contract-intro__item-title {
    padding: 15px 0;
    width: 100%;
  }
}

.contract-intro__box {
  border: 1px solid #f9d8ad;
  padding: 35px 40px;
}

@media screen and (max-width: 767px) {
  .contract-intro__box {
    padding: 5%;
  }
}

.contract-intro__box--small {
  margin-top: 60px;
}

.contract-intro__info {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .contract-intro__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
  }
}

.contract-intro__info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .contract-intro__info-item {
    width: 100%;
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .contract-intro__info-item:last-child {
    border-top: 1px solid #242946;
  }
}

.contract-intro__info-item--center {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contract-intro__info-item--center {
    border-top: none !important;
  }
}

.contract-intro__info-item h1 {
  font-size: 3.4rem;
  font-weight: 700;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
}

.contract-intro__info-text {
  font-size: 1.6rem;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .contract-intro__info-text {
    font-size: 14px;
  }
}

.contract-intro__post {
  background: #e9c9a1;
  border-radius: 10px;
  width: 90%;
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  .contract-intro__post {
    width: 100%;
  }
}

.contract-intro__post--small {
  width: 50%;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .contract-intro__post--small {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .contract-intro__icon {
    width: 50px;
  }
}

.contract-intro__icon--small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 73px;
}

.contract-intro__icon--small img {
  width: 65px;
}

.contract-intro__icon--small p {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 5px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .contract-intro__icon--small p {
    font-size: 9px;
  }
}

.contract-intro__icon--small p span {
  display: block;
  text-align: center;
  white-space: nowrap;
}

.contract-intro__post-text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin: 0 25px;
}

@media screen and (max-width: 767px) {
  .contract-intro__post-text {
    font-size: 10px;
    margin: 0 10px;
  }
}

.contract-intro__post-heading {
  margin-top: 25px;
  font-size: 1.2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .contract-intro__post-heading {
    font-size: 14px;
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contract-intro__post-heading h2 {
  font-size: 2.6rem;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .contract-intro__post-heading h2 {
    font-size: 30px;
    margin-left: 0;
  }
}

.contract-intro__post-heading span.yumin {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 1.6rem !important;
}

.contract-intro__text {
  font-size: 1.4rem;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-weight: 500;
  margin-top: 15px;
  line-height: 1.9;
}

.contract-repair__container {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 320px) {
  .contract-repair__container {
    max-width: 100%;
    padding: 0 3%;
  }
}

@media screen and (max-width: 767px) and (min-width: 321px) {
  .contract-repair__container {
    max-width: 325px;
  }
}

.contract-repair__content {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .contract-repair__content {
    margin-top: 35px;
  }
}

.contract-repair__content img {
  margin: 70px 0 75px;
}

@media screen and (max-width: 767px) {
  .contract-repair__content img {
    margin: 45px 0 50px;
  }
}

.contract-repair__text p,
.contract-repair__text span {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {

  .contract-repair__text p,
  .contract-repair__text span {
    font-size: 15px;
    text-align: left;
    letter-spacing: 1px;
    line-height: 30px;
  }
}

.contract-repair__text p span.inline {
  display: block;
}

@media screen and (max-width: 767px) {
  .contract-repair__text p span.inline {
    display: inline;
  }
}

.contract-repair__text--blue {
  color: #06a8dc;
}

.contract-repair__text--margin {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .contract-repair__text--margin {
    margin-bottom: 40px;
  }
}

.contract-repair__text--small p {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  line-height: 26px;
}

.contract-repair__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.contract-p {
  text-align: center;
}

.contract-p__container {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 320px) {
  .contract-p__container {
    max-width: 100%;
    padding: 0 3%;
  }
}

@media screen and (max-width: 767px) and (min-width: 321px) {
  .contract-p__container {
    max-width: 325px;
  }
}

.contract-p__title {
  margin-top: 60px;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #242946;
  color: #f9d8ad;
  font-size: 3.8rem;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  .contract-p__title {
    margin-top: 52.8px;
    font-size: 25px;
    height: auto;
    padding: 10px 3%;
    width: auto;
  }
}

.contract-p__title::before {
  content: '';
  background: url("../img/hands-family.png") no-repeat;
  background-size: 100%;
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .contract-p__title::before {
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }
}

.contract-p__title--house::before {
  background: url("../img/hands-house.png") no-repeat;
  background-size: 100%;
}

.contract-p__content {
  margin-top: 40px;
}

.contract-p__button {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #242946;
  border: 1px solid transparent;
}

.contract-p__button-text {
  color: #f9d8ad;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .contract-p__button-text {
    font-size: 16px;
  }
}

.contract-p__button-icon {
  width: 60px;
  height: auto;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .contract-p__button-icon {
    width: 40px;
  }
}

.contract-p__button--absolute {
  position: absolute;
  left: auto;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  bottom: -30px;
}

.contract-p__button--small {
  width: auto;
  height: auto;
  padding: 20px 50px;
}

.contract-p__button--small .contract-p__button-text {
  font-size: 14px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contract-p__button--small::before {
  content: '>';
  font-size: 18px;
  color: #fff;
  position: absolute;
  right: 20px;
  left: auto;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.contract-p__button--small:hover {
  cursor: pointer;
}

.contract-p__button--small:hover .contract-p__button-text {
  letter-spacing: 1.5px;
}

.contract-p__text-content {
  display: none;
}

.contract-p__text-content.active {
  display: block;
}

.contract-p__text {
  font-size: 16px;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 2px;
  color: #373f48;
}

@media screen and (max-width: 767px) {
  .contract-p__text {
    font-size: 14px;
    line-height: 27.28px;
  }
}

.contract-p__text--bold {
  font-weight: 700;
}

.contract-p__text--margin {
  margin-top: 30px;
}

.contract-p__text--small {
  max-width: 490px;
  margin: 0 auto;
  text-align: left;
}

.contract-p__text--small p span.highlight {
  background: #e9c9a1;
  padding: 1px 8px;
}

@media screen and (max-width: 767px) {
  .contract-p__text--left {
    text-align: left;
  }
}

.contract-p__text-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 800px;
  border: 1px solid #f9d8ad;
  margin: 60px auto;
  height: 480px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contract-p__text-container {
    padding: 35px 3%;
    display: none;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .contract-p__text-container--sp {
    display: block;
    margin: 60px 0 30px;
  }
}

.contract-p__text--box {
  width: 140px;
  height: 120px;
  background-color: #242946;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #f9d8ad;
  font-size: 22px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .contract-p__text--box {
    font-size: 16px;
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 0 0 20px;
  }
}

.contract-p__text--black-bg {
  margin: 50px 0 30px 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 5px 30px;
  border-radius: 100px;
  background-color: #1b1b1b;
  color: #fff;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .contract-p__text--black-bg {
    margin: 15px 0 15px 50%;
    width: 225px;
  }
}

.contract-p__text--black-bg-absolute {
  font-size: 22px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 344px;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

@media screen and (max-width: 767px) {
  .contract-p__text--black-bg-absolute {
    font-size: 14px;
    width: 260px;
    padding: 1% 0;
    top: -3vh;
  }
}

.contract-p__text--18 {
  font-size: 18px;
  font-weight: 600;
}

.contract-p__text--20 {
  font-size: 20px;
}

.contract-p__text--24 {
  font-size: 24px;
  margin: 30px 0;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .contract-p__text--24 {
    text-align: left;
  }
}

.contract-p__text--26 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .contract-p__text--26 {
    font-size: 16px;
  }
}

p.contract-p__text.contract-p__text--26.content-title.senior-title {
	line-height: 1.23;
}

.contract-p__text--30 {
  font-size: 30px;
  margin: 60px 0 30px;
  letter-spacing: 2px;
  padding: 5px 15px;
  border: 1px solid #f9d8ad;
  display: inline-block;
}

.contract-p__img {
  width: 845px;
  height: auto;
  margin: 80px 0 150px;
}

.contract-p-modal {
  position: fixed;
  right: 50%;
  bottom: 50%;
  left: auto;
  top: auto;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  width: 860px;
  height: auto;
  z-index: 99;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .contract-p-modal {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

.contract-p-modal--active {
  opacity: 1;
  visibility: visible;
}

.contract-p-modal::before {
  content: '';
  position: absolute;
  width: 300vw;
  height: 200vh;
  left: -100vw;
  top: -100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.contract-p-modal__close {
  color: #f9d8ad;
  line-height: 1;
  background-color: #242946;
  padding: 10px 15px;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  z-index: 100;
  font-size: 28px;
}

.contract-p-modal__close:hover {
  cursor: pointer;
  opacity: 0.8;
}

.contract-p-modal__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .contract-p-modal__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contract-p-modal__upper {
  position: relative;
  width: 100%;
  background: #fff;
  background-size: cover;
  padding: 25px 25px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .contract-p-modal__upper {
    padding: 50px 10px 60px;
  }
}

.contract-p-modal__lower {
  margin-top: 50px;
  padding: 25px;
  background-color: #f9d8ad;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contract-p-modal__lower {
    text-align: left;
    margin-bottom: 100px;
    padding: 30px 15px;
  }
}

.contract-p-modal__lower-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}

.contract-p-modal__lower-item {
  text-align: left;
  width: 46.5%;
  height: auto;
  background-color: #000;
  color: #f9d8ad;
  font-size: 14px;
  padding: 10px;
  margin: 3px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  position: relative;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media screen and (max-width: 767px) {
  .contract-p-modal__lower-item {
    width: 100%;
    font-size: 14px;
  }
}

.contract-p-modal__lower-item.active {
  background-color: #fff;
  color: #000;
  font-weight: 600;
  cursor: default !important;
}

.contract-p-modal__lower-item.active p.sp-hide {
  display: none;
}

.contract-p-modal__lower-item.active p {
  display: block;
  color: #000;
}

.contract-p-modal__lower-item.active:hover::after {
  display: none;
}

.contract-p-modal__lower-item a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .contract-p-modal__lower-item a {
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .contract-p-modal__lower-item a.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contract-p-modal__lower-item p {
  font-size: 1.4rem;
  color: #fff;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .contract-p-modal__lower-item p {
    font-size: 12px;
    margin-right: 15px;
  }
}

.contract-p-modal__lower-item p.sp-hide {
  display: block;
}

@media screen and (max-width: 767px) {
  .contract-p-modal__lower-item p.sp-hide {
    display: none;
  }
}

.contract-p-modal__lower-item p.inquiry {
  display: block;
}

.contract-p-modal__lower-item--human {
  display: block;
}

@media screen and (max-width: 767px) {
  .contract-p-modal__lower-item--human {
    font-size: 14px;
  }
}

.contract-p-modal__lower-item--small {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  padding: 20px;
  text-align: center;
  border: 1px solid transparent;
  margin: 80px auto;
}

@media screen and (max-width: 767px) {
  .contract-p-modal__lower-item--small {
    width: 100%;
    margin: 50px auto;
  }
}

.contract-p-modal__lower-item--small:hover {
  border: 1px solid #000;
}

.contract-p-modal__lower-item::after {
  content: '';
  width: 10px;
  height: 16px;
  background: url("../img/arrow-right-white.png") no-repeat;
  background-size: 100%;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .contract-p-modal__lower-item::after {
    width: 8px;
    height: 15px;
    right: 10px;
  }
}

.contract-p-modal__lower-item:hover {
  cursor: pointer;
  background-color: #fff;
  color: #000;
}

.contract-p-modal__lower-item:hover::after {
  background: url("../img/arrow-right-primary.png") no-repeat;
  background-size: 100%;
}

.contract-p-modal__lower-item:hover p {
  color: #000;
}

.contract-p-modal__lower-item:hover .inquiry {
  color: #000;
}

.contract-p__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .contract-p__list {
    padding: 0 3%;
  }
}

@media screen and (max-width: 767px) {
  .contract-p__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
    display: none;
  }
}

.contract-p__list--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .contract-p__list--sp {
    display: block;
  }
}

.contract-p__item, .contract-p__item-sp {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 150px;
  height: 100px;
  background-color: #242946;
  color: #f9d8ad;
  font-size: 16px;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  margin: 10px 0;
  border: 1px solid transparent;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media screen and (max-width: 767px) {
  .contract-p__item, .contract-p__item-sp {
    width: 100%;
    height: 48.4px;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .contract-p__item:not(:last-child), .contract-p__item-sp:not(:last-child) {
    margin: 0 0 1px;
  }
}

.contract-p__item:hover, .contract-p__item.active, .contract-p__item-sp:hover, .contract-p__item-sp.active {
  cursor: pointer;
  border: 1px solid #333;
  color: #333;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .contract-p__item:hover, .contract-p__item.active, .contract-p__item-sp:hover, .contract-p__item-sp.active {
    background-color: #242946;
    color: #f9d8ad;
  }
}

@media screen and (max-width: 767px) {
  .contract-p__item-sp {
    position: relative;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .contract-p__item-sp::before {
    content: '';
    width: 11px;
    height: 7.04px;
    background-image: url("../img/arrow-up-white.png");
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
}

@media screen and (max-width: 767px) {
  .contract-p__item-sp--active::before {
    content: '';
    width: 11px;
    height: 7.04px;
    background-image: url("../img/arrow-up-white.png");
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.contract-p__item-content {
  display: none;
}

@media screen and (max-width: 767px) {
  .contract-p__item-content {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .contract-p__item-content--active {
    display: block;
  }
}

.contract-p__modal-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #000;
}

.contract-p__modal-button p {
  padding: 5px 30px;
  border-radius: 100px;
  background-color: #1b1b1b;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 1.6rem;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
}

@media screen and (max-width: 767px) {
  .contract-p__modal-button p {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .contract-p__modal-button p span {
    display: block;
  }
}

.contract-p__house {
  margin-top: 80px;
  position: relative;
  width: 100%;
  height: 700px;
}

@media screen and (max-width: 767px) {
  .contract-p__house {
    height: auto;
    margin-top: 40px;
  }
}

.contract-p__house img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.contract-p__house-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 740px;
  margin-left: 68px;
  height: 365px;
}

@media screen and (max-width: 767px) {
  .contract-p__house-button-container {
    margin-left: 20px;
    width: 75%;
    height: 25vh;
  }
}

.contract-p__house-button-container#btns2 {
  height: 200px;
  width: 865px;
}

@media screen and (max-width: 767px) {
  .contract-p__house-button-container#btns2 {
    height: 12vh;
    width: 88%;
  }
}

.contract-p__house-button-container#btns3 {
  height: 155px;
  margin-left: 0;
  width: 140px;
}

@media screen and (max-width: 767px) {
  .contract-p__house-button-container#btns3 {
    height: 10vh;
    width: 14%;
  }
}

.contract-p__house-btn-wrap {
  width: 263px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .contract-p__house-btn-wrap {
    width: 35%;
  }
}

.contract-p__house-btn-wrap#btn2 {
  width: 272px;
}

@media screen and (max-width: 767px) {
  .contract-p__house-btn-wrap#btn2 {
    width: 35%;
  }
}

.contract-p__house-btn-wrap#btn3 {
  width: 176px;
}

@media screen and (max-width: 767px) {
  .contract-p__house-btn-wrap#btn3 {
    width: 25%;
  }
}

.contract-p__house-btn-wrap#btn4 {
  width: 185px;
}

@media screen and (max-width: 767px) {
  .contract-p__house-btn-wrap#btn4 {
    width: 20%;
  }
}

.contract-p__house-btn-wrap#btn5 {
  width: 113px;
}

@media screen and (max-width: 767px) {
  .contract-p__house-btn-wrap#btn5 {
    width: 14%;
  }
}

.contract-p__house-btn-wrap#btn6 {
  width: 248px;
}

@media screen and (max-width: 767px) {
  .contract-p__house-btn-wrap#btn6 {
    width: 25%;
  }
}

.contract-p__house-btn-wrap#btn7 {
  width: 160px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 83%;
}

@media screen and (max-width: 767px) {
  .contract-p__house-btn-wrap#btn7 {
    width: 21%;
  }
}

.contract-p__house-btn-wrap#btn8 {
  width: 113px;
}

@media screen and (max-width: 767px) {
  .contract-p__house-btn-wrap#btn8 {
    width: 12%;
  }
}

.contract-p__house-btn-wrap#btn9 {
  width: 100%;
}

.contract-p__house-btn {
  padding: 5px 20px;
  background: #242946;
  border: 1px solid #242946;
  color: #f9d8ad;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 1.8rem;
  border-radius: 50px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .contract-p__house-btn {
    padding: 0 5px;
    font-size: 14px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 424px) and (min-width: 320px) {
  .contract-p__house-btn {
    font-size: 11px;
  }
}

.contract-p__house-btn:hover {
  background: #fff;
  color: #000;
}

.contract-p__house-btn#btn1, .contract-p__house-btn#btn2 {
  position: absolute;
}

.contract-p__house-btn#btn1 {
  top: 50px;
  left: 220px;
}

@media screen and (max-width: 767px) {
  .contract-p__house-btn#btn1 {
    top: 11vh;
    left: 8vh;
  }
}

.contract-p__house-btn#btn2 {
  top: 110px;
  left: 580px;
}

@media screen and (max-width: 767px) {
  .contract-p__house-btn#btn2 {
    top: 17vh;
    left: 24vh;
  }
}

.contract-p__house-btn#btn8 {
  padding: 5px 35px;
  margin-left: 35px;
}

@media screen and (max-width: 767px) {
  .contract-p__house-btn#btn8 {
    padding: 0 15px;
  }
}

.contract-p__house-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .contract-p__house-sp {
    display: block;
    margin-top: 50px;
  }
}

.contract-p__house-sp-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contract-p__house-sp-list li {
  width: 48%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
}

.contract-p__house-sp-btn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contract-p__house-sp-btn-container {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .contract-p__house-sp-btn {
    width: 94%;
    border-radius: 50px;
    height: 7.5vh;
    position: relative;
    border: 1px solid #242946;
    background: #242946;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #f9d8ad;
    font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    letter-spacing: 1px;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .contract-p__house-sp-btn {
    font-size: 14px;
  }
}

.contract-p__house-sp-btn::after {
  content: '';
  width: 10px;
  height: 16px;
  background: url("../img/arrow-right-white.png") no-repeat;
  background-size: 100%;
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .contract-p__house-sp-btn::after {
    width: 8px;
    height: 15px;
    right: 20px;
  }
}

.contract-p__house-sp-image {
  width: 90%;
}

.contract-support__container {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 320px) {
  .contract-support__container {
    max-width: 100%;
    padding: 0 3%;
  }
}

@media screen and (max-width: 767px) and (min-width: 321px) {
  .contract-support__container {
    max-width: 325px;
  }
}

.contract-support__content {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .contract-support__content {
    margin-top: 35px;
  }
}

.contract-support__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 40px 0;
}

.contract-support__item {
  width: 310px;
  height: 270px;
  border: 1px solid #242946;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .contract-support__item {
    width: 48%;
    height: auto;
    margin-bottom: 20px;
  }
}

.contract-support__item-header {
  height: 60px;
  background-color: #242946;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .contract-support__item-header {
    height: auto;
    padding: 10px 0;
  }
}

.contract-support__item-header img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .contract-support__item-header img {
    width: 12%;
  }
}

.contract-support__item-header span {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .contract-support__item-header span {
    font-size: 19px;
    margin-left: 12px;
  }
}

@media screen and (max-width: 767px) {
  .contract-support__item-header .small {
    width: 8%;
  }
}

.contract-support__item-content {
  padding: 30px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .contract-support__item-content {
    padding: 15px 10px;
  }
}

.contract-support__item-content p,
.contract-support__item-content ul li {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {

  .contract-support__item-content p,
  .contract-support__item-content ul li {
    font-size: 14px;
  }
}

.contract-support__item-content ul {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #242946;
}

@media screen and (max-width: 767px) {
  .contract-support__item-content ul {
    padding-top: 15px;
    margin-top: 15px;
  }
}

.contract-support__item-content ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.contract-support__precaution {
  border: 1px solid #000;
  width: 800px;
  display: block;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .contract-support__precaution {
    width: 100%;
  }
}

.contract-support__precaution-title, .contract-support__precaution-content {
  padding: 0 35px 0 40px;
}

@media screen and (max-width: 767px) {
  .contract-support__precaution-title, .contract-support__precaution-content {
    padding: 0 20px;
  }
}

.contract-support__precaution-title {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .contract-support__precaution-title {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 40px;
  }
}

.contract-support__precaution-title::before {
  content: '';
  width: 14px;
  height: 9px;
  background: url("../img/arrow-down.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .contract-support__precaution-title::before {
    right: 15px;
  }
}

.contract-support__precaution-title--active::before {
  content: '';
  width: 14px;
  height: 9px;
  background: url("../img/arrow-up-black.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .contract-support__precaution-title--active::before {
    right: 15px;
  }
}

.contract-support__precaution-title p {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .contract-support__precaution-title p {
    font-size: 16px;
  }
}

.contract-support__precaution-title p span {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .contract-support__precaution-title p span {
    font-size: 12px;
    display: block;
  }
}

.contract-support__precaution-content {
  padding-bottom: 50px;
  display: none;
}

.contract-support__precaution-content--active {
  display: block;
}

.contract-support__precaution-content p {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.faq {
  margin: 80px 0;
}

@media screen and (max-width: 767px) {
  .faq {
    margin: 50px 0;
  }
}

.faq__title {
  background-color: #242946;
  padding: 20px 0;
  text-align: center;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 22px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .faq__title {
    font-size: 18px;
  }
}

.faq__item:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .faq__item:not(:last-child) {
    margin-bottom: 15px;
  }
}

.faq__list {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .faq__list {
    margin-top: 30px;
  }
}

.faq__question, .faq__answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.faq__icon, .faq__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.faq__icon {
  width: 70px;
  min-height: 70px;
  background: #ddbf9b;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .faq__icon {
    width: 17%;
    min-height: auto;
    font-size: 22px;
  }
}

.faq__icon--primary {
  background-color: #242946;
  color: #fff;
}

.faq__question {
  position: relative;
  cursor: pointer;
}

.faq__question::before {
  content: '';
  width: 14px;
  height: 9px;
  background: url("../img/arrow-down.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .faq__question::before {
    right: 15px;
  }
}

.faq__question--active::before {
  width: 14px;
  height: 9px;
  background: url("../img/arrow-up-black.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .faq__question--active::before {
    right: 15px;
  }
}

.faq__answer {
  display: none;
}

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

.faq__text {
  width: 930px;
  padding: 20px 0;
  border-top: 1px solid #242946;
  border-right: 1px solid #242946;
  border-bottom: 1px solid #242946;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .faq__text {
    width: 83%;
    padding: 10px 20px 10px 15px;
  }
}

.faq__text--no-border-top {
  border-top: 0;
}

.faq__text p {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  width: 92%;
}

@media screen and (max-width: 767px) {
  .faq__text p {
    font-size: 16px;
    line-height: 23px;
  }
}

.faq__text p--big {
  font-size: 18px;
}

.contract {
  padding-top: 0;
}

.contract__content {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 320px) {
  .contract__content {
    max-width: 100%;
    padding: 0 3%;
  }
}

@media screen and (max-width: 767px) and (min-width: 321px) {
  .contract__content {
    max-width: 325px;
  }
}

.contract__intro {
  width: 790px;
  margin: auto;
  font-size: 2.4rem;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  line-height: 2;
  color: #373f48;
}

@media screen and (max-width: 767px) {
  .contract__intro {
    width: 100%;
    font-size: 18px;
    text-align: left;
  }
}

.contract__intro span,
.contract__intro p span {
  display: block;
}

@media screen and (max-width: 767px) {

  .contract__intro span,
  .contract__intro p span {
    display: inline;
  }
}

.contract__list {
  margin: 80px auto 0;
  width: 100%;
  max-width: 1300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .contract__list {
    width: 90%;
    margin-top: 60px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .contract__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.contract__item {
  width: calc(99.6% / 3 - 1px);
  height: 330px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dedee0;
}

@media screen and (max-width: 767px) {
  .contract__item {
    width: 43.3%;
    height: auto;
    padding: 20px 3%;
    border-left: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .contract__item {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .contract__item:nth-child(2), .contract__item:nth-child(4), .contract__item:nth-child(6) {
    border-right: none;
    border-left: 1px solid #dedee0;
  }
}

.contract__item--half-width {
  width: 49.7%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (max-width: 767px) {
  .contract__item--half-width {
    width: 43.3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contract__item--last {
  width: 100%;
  background: #242946;
  color: #fff;
  position: relative;
}

.contract__item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 200px;
}

@media screen and (max-width: 767px) {
  .contract__item-wrap {
    height: auto;
    margin-bottom: 20px;
  }
}

.contract__item-content {
  height: auto;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .contract__item-content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
  }
}

.contract__item-content--half-width {
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .contract__item-content--half-width {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
}

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

.contract__item-icon {
  height: 80px;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contract__item-icon {
    height: 60px;
    margin-bottom: 15px;
  }
}

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

@media screen and (max-width: 767px) {
  .contract__item-icon img {
    width: 80%;
  }
}

.contract__item-title {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contract__item-title {
    font-size: 14px;
  }
}

.contract__item-title--last {
  color: #f9d8ad;
}

.contract__item-subtitle {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .contract__item-subtitle {
    text-align: center;
    margin-top: 10px;
  }
}

.contract__item-subtitle span {
  display: block;
}

@media screen and (max-width: 767px) {
  .contract__item-subtitle span {
    display: inline;
  }
}

.contract__item-button {
  width: 200px;
  height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 1.4rem;
  color: #f9d8ad;
  background-color: #242946;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contract__item-button {
    width: 100%;
  }
}

.contract__item-button:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.contract__item-button::after {
  content: url("../img/arrow-right-white.png");
  position: absolute;
  top: 55%;
  right: 30px;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
}

@media screen and (max-width: 767px) {
  .contract__item-button::after {
    right: 15px;
  }
}

.contract__item-button--last {
  background: #f9d8ad;
  color: #242946;
  position: absolute;
  bottom: -30px;
  height: 60px;
  font-size: 1.6rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .contract__item-button--last {
    width: 150px;
    height: 50px;
  }
}

.contract__item-button--last::after {
  display: none;
}

.contract-login__content {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 55px;
}

@media screen and (max-width: 320px) {
  .contract-login__content {
    max-width: 100%;
    padding: 0 3%;
  }
}

@media screen and (max-width: 767px) and (min-width: 321px) {
  .contract-login__content {
    max-width: 325px;
  }
}

@media screen and (max-width: 767px) {
  .contract-login__content {
    margin-top: 0;
  }
}

.contract-login__content--list {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .contract-login__content--list {
    margin-top: 0;
  }
}

.contract-login__text {
  font-size: 1.6rem;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-weight: 500;
  line-height: 2;
  margin-top: 30px;
}

.contract-login__text--center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contract-login__text--center {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .contract-login__text--center p {
    display: inline;
  }
}

.contract-login__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.contract-login__item {
  width: 480px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .contract-login__item {
    margin-top: 30px;
    width: 100%;
  }
}

.contract-login__item:not(:nth-child(2)), .contract-login__item:not(:nth-child(4)) {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .contract-login__item:not(:nth-child(2)), .contract-login__item:not(:nth-child(4)) {
    margin-right: 0;
  }
}

.contract-login__image {
  width: 100%;
}

.contract-login__image img {
  width: 100%;
}

.contract-login__item-text {
  margin-top: 10px;
}

.contract-login__item-text p {
  font-size: 1.6rem;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-weight: 500;
}

.contract-login__item-text p.date {
  font-weight: 700;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .contract-login__item-text p.date {
    margin-bottom: 15px;
  }
}

.contract-login__header {
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #242946;
}

.contract-login__header span {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  color: #f9d8ad;
  letter-spacing: 2px;
  margin-left: 25px;
}

@media screen and (max-width: 767px) {
  .contract-login__header span {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .contract-login__header img {
    width: 55px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.contract-login__form {
  width: 100%;
  margin: 55px auto 0;
}

.contract-login__form-control {
  width: 630px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .contract-login__form-control {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contract-login__form-control label {
  margin-right: 20px;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.contract-login__form-control select,
.contract-login__form-control input {
  height: 60px;
  border: 1px solid #242946;
  font-size: 2rem;
  padding: 5px 10px;
  width: 480px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
}

@media screen and (max-width: 767px) {

  .contract-login__form-control select,
  .contract-login__form-control input {
    width: 100%;
  }
}

.contract-login__form-select {
  width: 480px;
  position: relative;
  border-radius: 0;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .contract-login__form-select {
    width: 100%;
  }
}

.contract-login__form-select::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background-color: #242946;
  height: 60px;
  width: 60px;
  pointer-events: none;
  border-radius: 0 !important;
}

.contract-login__form-select .triangle {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  border-left: 10px solid #f9d8ad;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  z-index: 1;
  pointer-events: none;
}

.contract-login__form-select select {
  width: 100%;
  outline: none;
  border-radius: 0;
  background: #fff;
}

@supports (-webkit-overflow-scrolling: touch) {
  .contract-login__form-select select {
    border-radius: 0 !important;
  }
}

.contract-login__form p {
  width: 445px;
  margin: 0 auto 20px;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .contract-login__form p {
    width: 100%;
  }
}

.contract-login__form button[type="submit"] {
  background-color: #242946;
  width: 300px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 1.4rem;
  color: #f9d8ad;
  margin: 40px auto 0;
  border: unset;
  border-radius: 0 !important;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

@media screen and (max-width: 767px) {
  .contract-login__form button[type="submit"] {
    width: 100%;
  }
}

.contract-login__form button[type="submit"]:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 2px 5px 1px #cecece;
  box-shadow: 0 2px 5px 1px #cecece;
}

.contract-login__construction {
  width: 100%;
  margin-top: 100px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .contract-login__construction {
    padding: 0 3%;
    width: auto;
  }
}

.contract-login__construction-header {
  background-color: #000;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 2px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contract-login__slider {
  width: 100%;
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .contract-login__slider {
    margin: 40px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contract-login__slide {
  width: 300px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contract-login__slide {
    width: 100%;
    margin-bottom: 0;
  }
}

.contract-login__slide p {
  margin-top: 30px;
  text-align: center;
  color: #000;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .contract-login__slide p {
    margin: 15px 0 30px;
  }
}

.contract-login__slide .play {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
}

.border-left-none {
  border-left: unset;
}

.border-right-none {
  border-right: unset;
}

.news-page__container {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 320px) {
  .news-page__container {
    max-width: 100%;
    padding: 0 3%;
  }
}

@media screen and (max-width: 767px) and (min-width: 321px) {
  .news-page__container {
    max-width: 325px;
  }
}

.news-page__menu {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .news-page__menu {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .news-page__menu-list, .news-page__item {
    width: 100%;
  }
}

.news-page__menu-link {
  width: 120px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
  border-top: 1px solid #242946;
  border-bottom: 1px solid #242946;
  border-left: 1px solid #242946;
}

@media screen and (max-width: 767px) {
  .news-page__menu-link {
    margin-bottom: 8.8px;
    width: 32.7%;
    height: auto;
    padding: 12.32px 0;
    font-size: 12px;
  }
}

.news-page__menu-link:last-child {
  border-right: 1px solid #242946;
}

@media screen and (max-width: 767px) {
  .news-page__menu-link:nth-child(3) {
    border-right: 1px solid #242946;
  }
}

.news-page__content {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .news-page__content {
    margin-top: 20px;
  }
}

.news-page__item {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

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

.news-page__item:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .news-page__item:not(:last-child) {
    margin-bottom: 15px;
  }
}

.news-page__item span,
.news-page__item p {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {

  .news-page__item span,
  .news-page__item p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .news-page__item span {
    margin-right: 0;
  }
}

.news-page__item p {
  font-size: 16px;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .news-page__item p {
    font-size: 14px;
    margin-left: 0;
    padding-right: 15px;
  }
}

.news-page__item::after {
  content: '';
  background: url("../img/arrow-right-primary.png") no-repeat;
  background-size: 100%;
  width: 10px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-page__item:hover::after {
  right: 5px;
}

.news-page__date {
  width: 165px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .news-page__date {
    width: 145px;
  }
}

.news-page__date span.new {
  background: #f9d8ad;
  color: #000;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 1.2rem;
  padding: 5px 8px;
}

.news-details__container {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 320px) {
  .news-details__container {
    max-width: 100%;
    padding: 0 3%;
  }
}

@media screen and (max-width: 767px) and (min-width: 321px) {
  .news-details__container {
    max-width: 325px;
  }
}

.news-details__container .title.title--heading {
  padding: 25px 40px 25px 40px;
}

@media screen and (max-width: 767px) and (min-width: 321px) {
  .news-details__container .title.title--heading {
    padding: 20px;
  }
}

.news-details__container .title.title--heading h2 {
  letter-spacing: 2px !important;
  text-align: center;
}

.news-details__content {
  margin-top: 35px;
  padding: 0 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .news-details__content {
    padding: 0;
  }
}

.news-details__content p.date {
  font-size: 1.8rem;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .news-details__content p.date {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .news-details__content .news-page__date {
    -webkit-box-pack: start;
    -webkit-justify-content: center;
    -ms-flex-pack: start;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
  }
}

.news-details__content .news-page__date span.new {
  margin-right: 20px;
}

.news-details__image {
  margin: 70px auto 0;
}

@media screen and (max-width: 767px) {
  .news-details__image {
    margin-top: 4%;
  }
}

.news-details__text {
  font-size: 1.6rem;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-weight: 500;
  margin-top: 45px;
  margin: 0 30px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .news-details__text {
    font-size: 14px;
    margin: 30px 0 0;
  }
}

.news-details__text span {
  display: block;
}

@media screen and (max-width: 767px) {
  .news-details__text span {
    display: inline;
  }
}

.contract-coupon__container {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 320px) {
  .contract-coupon__container {
    max-width: 100%;
    padding: 0 3%;
  }
}

@media screen and (max-width: 767px) and (min-width: 321px) {
  .contract-coupon__container {
    max-width: 325px;
  }
}

.contract-coupon__text {
  margin: 60px 0 40px;
}

@media screen and (max-width: 767px) {
  .contract-coupon__text {
    margin: 30px 0 20px;
  }
}

.contract-coupon__text p {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #373f48;
  line-height: 36px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .contract-coupon__text p {
    font-size: 14px;
    line-height: 26px;
  }
}

.contract-coupon__text--center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contract-coupon__text--center {
    text-align: left;
  }
}

.contract-coupon__img {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .contract-coupon__img {
    margin-bottom: 50px;
  }
}

.contract-coupon__img .center {
  display: block;
  margin: 0 auto;
}

.contract-coupon__list {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .contract-coupon__list {
    margin-top: 40px;
  }
}

.contract-coupon__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.contract-coupon__item:not(:last-child) {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .contract-coupon__item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.contract-coupon__item .contract-coupon__text,
.contract-coupon__item .contract-coupon__img {
  width: 50%;
}

@media screen and (max-width: 767px) {

  .contract-coupon__item .contract-coupon__text,
  .contract-coupon__item .contract-coupon__img {
    width: 100%;
  }
}

.contract-coupon__item .contract-coupon__text {
  padding-right: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .contract-coupon__item .contract-coupon__text {
    padding-right: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.contract-coupon__item .contract-coupon__img {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .contract-coupon__item .contract-coupon__img {
    margin-top: 20px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

.contract-coupon__title {
  background-color: #242946;
  width: 310px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .contract-coupon__title {
    width: 100%;
    margin-bottom: 20px;
  }
}

.contract-coupon__title span {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #fff;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .contract-coupon__title span {
    font-size: 18px;
  }
}

.contract-coupon__button-wrapper {
  margin-top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .contract-coupon__button-wrapper {
    margin-top: 50px;
  }
}

.contract-coupon__button-wrapper .buttons {
  width: 300px;
  height: 60px;
  color: #f9d8ad;
}

.time {
  height: 100%;
  margin-left: 10px;
  background: #fff;
  width: 35%;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}

@media screen and (max-width: 767px) {
  .time {
    margin-top: 30px;
    width: 90%;
    margin-left: 0;
  }
}

.time-title {
  padding: 18.5px 30px;
  background: #242946;
  font-size: 2rem;
  color: #f9d8ad;
  border: none;
  border-radius: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .time-title {
    padding: 10px 30px;
    font-size: 1.8rem;
  }
}

.time-heading {
  background: #f9d8ad;
  padding: 10px 0;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}

.reserve_closer_mobile {
  display: none;
  color: #f9d8ad;
  background: #242946;
  cursor: pointer;
}

.reserve_closer {
  color: #f9d8ad;
  background: #242946;
  width: 100%;
  text-align: right;
}

.reserve_closer>p {
  font-size: 16pt;
  font-weight: bold;
  padding-top: 10px;
  padding-right: 10px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .time-heading {
    font-size: 1.6rem;
  }

  .reserve_closer_mobile {
    display: block;
    color: #f9d8ad;
    background: #242946;
    padding: 10px 10px;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    border-style: solid;
    border-color: #f9d8ad;
    margin-top: 10px;
  }

  .reserve_closer {
    /*display: none;*/
  }
}

.time-wrap {
  margin-top: 20px;
  /*display: -webkit-box;*/
  /*display: -webkit-flex;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-box-direction: normal;*/
  /*-webkit-flex-direction: column;*/
  /*-ms-flex-direction: column;*/
  /*flex-direction: column;*/
  /*-webkit-box-align: center;*/
  /*-webkit-align-items: center;*/
  /*-ms-flex-align: center;*/
  /*align-items: center;*/
  text-align: center;
}

@media screen and (max-width: 767px) {
  .time-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0 6% 80px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.time-choice {
  display: inline-block;
  font-size: 1.8rem;
  text-align: center;
  border: 1px solid #000;
  padding: 0px 10px;
  /*margin-bottom: 15px;*/
  margin: 0 5px 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .time-choice {
    text-align: center;
    display: block;
    padding: 3px 0;
    width: 28.33%;
    margin-left: 33% !important;
  }
}

@media screen and (max-width: 767px) {
  .time-choice:not(:nth-child(3)) {
    margin-right: 6%;
  }
}

.time-choice:hover, .time-choice.active {
  border-color: #f9d8ad;
  background: #f9d8ad;
}

.time-button, .time-button2 {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-weight: 500;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #242946;
  color: #f9d8ad;
  text-align: center;
  padding: 20px 0;
  font-size: 1.4rem;
  cursor: pointer;
}

.ui-widget.ui-widget-content {
  border: none;
  padding: 0;
  border-radius: 0;
  width: 100%;
}

.calendar.hasDatepicker,
.calendar2.hasDatepicker {
  width: 100%;
}

@media screen and (max-width: 767px) {

  .calendar.hasDatepicker,
  .calendar2.hasDatepicker {
    width: 90%;
  }
}

.ui-datepicker {
  font-family: "Noto Sans JP", sans-serif !important;
}

.ui-datepicker .ui-datepicker-title {
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 1px;
}

.ui-datepicker td {
  padding: 0;
}

.ui-datepicker td a,
.ui-datepicker td span {
  padding: 14px;
  border: 1px solid #f9d8ad !important;
  background: #fff !important;
  text-align: center;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .ui-datepicker td a {
    padding: 10% 3%;
    font-size: 1.6rem;
  }
}

.ui-datepicker td a::after,
.ui-datepicker td span::after {
  content: '○';
  font-size: 1.4rem;
  display: block;
  text-align: center;
}

.ui-datepicker td.Few a::after {
  content: '△';
}

.ui-datepicker td span::after {
  content: '×';
}

@media screen and (max-width: 767px) {
  .ui-datepicker td a::after {
    font-size: 1rem;
    margin-top: -3px;
  }
}

.ui-datepicker table {
  margin-bottom: 0;
}

.ui-datepicker table th {
  background: #f9d8ad;
  padding: 10px 0;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .ui-datepicker table th {
    font-size: 1.6rem;
  }
}

.ui-datepicker table td.ui-datepicker-week-end a,
.ui-datepicker table td.day-holiday a {
  color: #ef3e36 !important;
}

.ui-datepicker table td.ui-datepicker-week-end.day-saturday a {
  color: #00bbff !important;
}

.ui-datepicker .ui-datepicker-header {
  padding: 15px 30px;
  background: #242946;
  font-size: 2rem;
  color: #f9d8ad;
  border: none;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .ui-datepicker .ui-datepicker-header {
    padding: 5px 30px;
    font-size: 1.8rem;
  }
}

.ui-state-default.ui-state-active.ui-state-hover,
.ui-state-default.ui-state-active {
  background: #f9d8ad !important;
  color: #000 !important;
}

.ui-widget-header .ui-icon {
  background: url("../img/arrow-gold.png") no-repeat !important;
  background-size: 100%;
}

.ui-icon.ui-icon-circle-triangle-e {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.ui-datepicker-prev.ui-corner-all.ui-state-hover.ui-datepicker-prev-hover,
.ui-datepicker-next.ui-corner-all.ui-state-hover.ui-datepicker-next-hover {
  background: transparent !important;
  border: none;
  left: 20px !important;
  top: 20px !important;
}

@media screen and (max-width: 767px) {

  .ui-datepicker-prev.ui-corner-all.ui-state-hover.ui-datepicker-prev-hover,
  .ui-datepicker-next.ui-corner-all.ui-state-hover.ui-datepicker-next-hover {
    top: 3px !important;
    bottom: 0;
    left: 20px !important;
    margin: auto 0;
  }
}

.ui-datepicker-next.ui-corner-all.ui-state-hover.ui-datepicker-next-hover {
  right: 20px !important;
  left: unset !important;
}

@media screen and (max-width: 767px) {
  .ui-datepicker-next.ui-corner-all.ui-state-hover.ui-datepicker-next-hover {
    top: 3px !important;
    bottom: 0;
    right: 20px !important;
    margin: auto 0;
  }
}

.ui-datepicker-prev.ui-corner-all {
  top: 20px !important;
  left: 20px !important;
}

@media screen and (max-width: 767px) {
  .ui-datepicker-prev.ui-corner-all {
    top: 3px !important;
    bottom: 0;
    left: 20px !important;
    margin: auto 0;
  }
}

.ui-datepicker-next.ui-corner-all {
  top: 20px !important;
  right: 20px !important;
}

@media screen and (max-width: 767px) {
  .ui-datepicker-next.ui-corner-all {
    top: 3px !important;
    bottom: 0;
    right: 20px !important;
    margin: auto 0;
  }
}

.privacy_linker {
  text-decoration: underline;
  color: #00a7db;
}

.formNotice {
  font-size: 1.3em;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
}

.noticeLabelText {
  font-size: 1.3em !important;
}

.landNumberLabelText {
  margin-left: 5px;
  font-size: 1.4em !important;
}

@media screen and (max-width: 767px) {
  /*.noticeLabelText {*/
  /*}*/
}

/*# sourceMappingURL=style.css.map*/
.ls_for_contract {
  height: 100px !important;
}

@media screen and (max-width: 767px) {

  /*.noticeLabelText {*/
  /*}*/
  .ls_for_contract {
    height: 100% !important;
  }
}

.title h4.contract-login__content_desc_title {
  width: 100%;
  background-color: #242946;
  padding: 15px 0;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #f9d8ad;
  text-align: center;
  letter-spacing: 0.2em !important;
}

.pdf_div_headtext {
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
}

.pdf_div_flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 15px;
  width: 30%;
}

a.pdf-link p {
  display: block;
  text-decoration: underline;
  text-align: center;
  line-height: 1.5em;
}

a.pdf-link:hover {
  opacity: 0.7;
}

p.pdf-b-comment {
  font-size: 16px;
}

.contract-login__text {
  font-size: 16px;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .title h4.ag-narita8 {
    margin-top: 24px;
  }

  .contract-login__content_desc_title {
    margin-top: 17px;
  }

  .contract-login__text--center {
    max-width: 325px;
    margin: 30px auto 0;
  }

  .pdf_div_headtext {
    font-size: 14px;
    text-align: left;
    margin-top: 15px;
  }

  .pdf_div_flex {
    width: 80%;
  }

  div.pdf_div_flex div {
    margin: 0;
  }

  .contract-login__text {
    font-size: 14px;
    margin-top: 15px;
  }
}

/* お知らせ追加　*/
.contract__news {
  max-width: 1300px;
  width: 100%;
  margin: auto;
  font-size: 16px;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  letter-spacing: 2px;
  line-height: 2;
  color: #373f48;
}

.news__content__tlt {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}

.news__content dl {
  padding: 0 56.91667px;
}

@media screen and (max-width: 767px) {
  .news__content dl {
    margin: 0 20px;
    padding: 0;
  }

  .news__content__list .news-page__menu {
    margin-bottom: 30px;
  }

  .news__content.news__content__list dl {
    margin: 0;
  }
}

.news__content dl div div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 0 10px;
  border-bottom: #dedee0 1px solid;
}

@media screen and (max-width: 767px) {
  .news__content dl div>div {
    display: block;
    width: 100%;
    padding: 10px 0 10px;
    border-bottom: #dedee0 1px solid;
    position: relative;
  }

  .news__content dl div:first-child>div {
    padding: 0 0 10px;
  }

  .news__content dl>div:not(first-child) {
    padding-top: 0;
  }
}

.news__content dl dt {
  font-size: 18px;
  line-height: 1;
  width: 105px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .news__content dl div div dt {
    font-size: 14px;
    width: 84px;
  }
}

.news__content dl>div dd {
  font-size: 16px;
  width: calc((100% - 105px) - 40px);
  word-break: break-word;
}

.news__content dl>div dd p {
  line-height: 1.5;
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  .news__content dl>div dd {
    width: 100%;
  }
}

.news__content dl>div dd ul {
  display: flex;
}

@media screen and (max-width: 767px) {
  .news__content dl>div:first-child dd ul {
    top: -3px;
  }

  .news__content dl>div dd ul {
    display: flex;
    position: absolute;
    top: 8px;
    left: 100px;
  }
}

.news__content dl>div dd ul li {
  font-size: 12px;
  line-height: 1;
  padding: 3px 0;
  background-color: #D4D9DD;
  width: 100px;
  text-align: center;
}

.news__content dl>div dd ul li:first-child {
  margin-right: 10px;
}

.news__content dl>div dd ul li.new {
  font-size: 12px;
  line-height: 1;
  padding: 3px 0;
  background-color: #ffd7ac;
}

.news__content dl>div dd a {
  position: relative;
}

@media screen and (max-width: 767px) {
  .news__content dl>div dd a {
    font-size: 14px;
  }
}

.news__content dl>div dd a:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 5px;
  transition: .5s;
}

.news__content dl>div dd a:hover:after {
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .contract__news {
    margin-top: 75px;
  }
}

.news__content_btn {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.news__content_btn .contract__item-button {
  padding: 10px 50px 10px 20px;
  width:auto;
}

@media screen and (max-width: 375px) {
  .news__content_btn {
    text-align:center;
  }
}


#category_selecte:after {
  content: '';
  position: absolute;
  top: 34%;
  right: 11px;
  width: 5px;
  height: 5px;
  border: 2px solid;
  border-color: transparent transparent #000 #000;
  transform: translate(-50%) rotate(-45deg);
}

.category_selecter_div select {
  color: #2c3534;
  font-size: 16px;
  font-weight: bolder;
  cursor: pointer;
  border: solid 1px #ccc;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  width: 180px;
}

.category_selecter_div select {
  display: block;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: bolder;
}

@media screen and (max-width: 767px) {

  .category_selecter_div,
  .news__content__list #category_selecte {
    width: 100%;
  }
}

#category_selecte {
  color: #2c3534;
  font-size: 16px;
  font-weight: bolder;
  cursor: pointer;
  border: solid 1px #ccc;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  width: 180px;
}

.custom-select-trigger {
  position: relative;
  display: block;
  padding: 13px 50px 10px 22px;
  font-size: 15px;
  font-weight: bolder;
  border-radius: 2px;
  cursor: pointer;
  line-height: 1;
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 0 0 15px;
  border: 1px solid #b5b5b5;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
  background: #fff;
  transition: all .3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
}

#category_selecte.opened .custom-options {
  opacity: 1;
  pointer-events: all;
}

#category_selecte .custom-options span.custom-option {
  line-height: 0;
  transition: line-height .3s ease-in-out;
}

#category_selecte.opened .custom-options span.custom-option {
  line-height: 1.5;
}

.option-hover:before {
  background: #f9f9f9;
}

span.custom-option {
  position: relative;
  display: block;
  padding: 8px 22px;
  font-size: 15px;
  font-weight: bolder;
  cursor: pointer;
}

span.custom-option:not(.option-first):before {
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 10px;
  background-color: #000;
  content: "";
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

span.custom-option:after {
  position: absolute;
  top: 47%;
  right: 16px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  content: "";
}

span.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
}

span.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}

span.custom-option:hover {
  background-color: #ebf4f7;
  color: #0181a2;
}

span.custom-option.selection {
  background: #eceeef;
  color: #566669;
}

span.custom-option.selection:after {
  display: none;
}

span.custom-option.selection:before {
  display: none;
}

.option-first {
  background: #eceeef;
  color: #566669;
}

.option-first:after {
  display: none !important;
}

.c-select_link_item:after,
span.custom-option:before,
span.custom-option:after {
  opacity: 0.4;
  background-size: 90%;
}

.c-select_link_item:hover:after,
span.custom-option:hover:before,
span.custom-option:hover:after {
  opacity: 1;
}

.news-details__container h2 {
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .news-details__container h2 {
    font-size: 18px;
  }
}

.news-details__content .news-page__date {
  display: flex;
  align-items: center;
}

.news-details__content .news-page__date p {
  font-size: 18px;
  line-height: 1;
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
}

.news-details__text {
  text-align: justify;
}

.news-page__date ul {
  margin-top: -5px;
  margin-left: 20px;
  display: flex;
  line-height: 1;
}

.news-page__date ul li {
  font-size: 12px;
  line-height: 1;
  padding: 3px 0;
  background-color: #D4D9DD;
  width: 75px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .news-details__img ul li {
    margin-bottom: 20px;
  }
}

.news-page__date ul li:first-child {
  margin-right: 10px;
}

.news-page__date ul li.new {
  font-size: 12px;
  line-height: 1;
  padding: 3px 0;
  background-color: #ffd7ac;
}

.news-details__img ul {
  display: flex;
}

@media screen and (min-width: 768px) {
  .news-details__img ul li {
    margin-right: 20px;
  }

  .news-details__img ul li:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .news-details__img ul {
    display: block;
    justify-content: space-between;
  }
}

.news-details__img {
  margin-top: 30px;
}

.news-details__img ul li {
  width: 32%;
}

.news-details__img ul li span {
  display: block;
  text-align: center;
  height: 200px;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width:768px) {
  .news-details__img ul li span img {
    height: 100%;
  }
}

@media screen and (max-width:767px) {
  .news-details__img ul li span {
    max-width: 300px;
    width: 100%;
    margin: auto;
    height: auto;
  }

  .news-details__img ul li span img {
    position: relative;
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 300px;
  }
}

.news-details__img ul li figcaption {
  margin-top: 10px;
  text-align:justify;
}

@media screen and (max-width: 767px) {
  .news-details__img ul li {
    width: 100%;
  }
}

.news-page__link_area {
  margin-top: 30px;
  padding: 26px 4px;
  border-top: #dedee0 1px solid;
}

.news-page__link_area p {
  margin-bottom: 22px;
}

.news-page__link_area p a {
  font-size: 14px;
  text-decoration: underline;
  position: relative;
  display: flex;
}

.news-page__link_area p a span.pdf_img {
  display: block;
  margin-right: 10px;
  height: 20px;
}

.news-page__link_area p a span:not(.pdf_img) {
  width: calc(100% - 20px);
}

.news-page__link_area p a img {
  width: 20px;
  height: 20px;
}

.news-page__link_area p a:hover {
  text-decoration: none;
}

.news-page__link_area p a:hover:before {
  opacity: .5;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display:none
  }
}


@media screen and (max-width: 767px) {
  .pc-only {
    display:none
  }
}


/* 20211224 */
@media screen and (min-width: 768px) {
  label[for="underReview_radio_1"] {
    margin-bottom:0 !important;
    padding-bottom:30px;
  }
}

@media screen and (max-width: 767px) {
  .request__form-input-wrapper{
    flex-wrap: wrap;
  }

  .boxes_varticla_mobile{
    width:100%;
  }

  label[for="underReview_radio_2"] {
    margin-bottom:0 !important;
    padding-bottom:30px;
  }

  input.request__form-input.request__form__familiy_number,
  input.request__form-input.request__form__children_number {
    width: calc(100% - 23px) !important;
  }

  .boxes_varticla_mobile + div{
    width: 100%;
  }


}

/* 20220707 */
	img.a-grande_logo {
	  width: 220px;
	}

	img.second.a-vient_logo {
	  width: 80px;
	}

	img.second.a-vient_logo2 {
	  width: 80px;
	}

	img.last.claseed_logo {
	  width: 150px;
	}

	img.last.claseed_logo2 {
	  width: 150px;
	}

	@media screen and (max-width: 767px) {
		img.a-grande_logo {
		  width: 120px;
		}

		img.a-grande_logo2 {
		  max-width: none;
		  width: 160px;
		}

		img.second.a-vient_logo {
		  width: 50px;
		}

		img.second.a-vient_logo2 {
		  width: 70px;
		}

		img.last.claseed_logo {
		  width: 90px;
		}

		img.last.claseed_logo2 {
		  max-width: none;
		  width: 130px;
		}
	}

.time-box {
  font-size: 14px;
  padding-top: 10px;
  width: auto;
  text-align: center;
  color: #0c5460;
}

.time-box_navi {
  font-size: 11px;
  padding-top: 10px;
  width: auto;
  text-align: center;
  color: #0c5460;
}

#recaptchaError {
   font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
   font-size: 18px;
   font-weight: 600;
   color: red;
   text-align: center;
 }

.time-button-disable {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-weight: 500;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #d7d7d7;
  color: #f6f6f6;
  text-align: center;
  padding: 20px 0;
  font-size: 1.4rem;
  cursor: default;
}

.more-btn {
  font-family: "Yumin", "YuMincho", "Yu Mincho", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #BCBCBC;
  width: calc(100% / 6);
  margin: auto;
  cursor: pointer;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

@media screen and (max-width: 767px) { 
  .more-btn {
    width: calc(100% / 3);
    font-size: 12px;
  }
}

.more-btn:hover {
  background-color: #000;
  color:#fff
}

.more-btn a {
  display: block;
  padding: 20px 0px;
}

@media screen and (max-width: 767px) {
  .more-btn a {
    padding: 12.32px 0;
  }
}

.arrow_bottom {
  position: relative;
}

.arrow_bottom::before {
  content: "";
  position: absolute;
  right: 17px;
  top: 24px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
  transform: rotate(-135deg);
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

@media screen and (max-width: 767px) {
  .arrow_bottom::before {
    right: 8px;
    top: 15px;
    width: 6px;
    height: 6px;
  }
}

.arrow_bottom:hover::before {
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

.arrow_top {
  position: relative;
}

.arrow_top::before {
  content: "";
  position: absolute;
  right: 17px;
  top: 28px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
  transform: rotate(45deg);
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

@media screen and (max-width: 767px) {
  .arrow_top::before {
    right: 8px;
    top: 19px;
    width: 6px;
    height: 6px;
  }
}

.arrow_top:hover::before {
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}


/* 20240424 フォーム確認画面　*/

.step_1{
  border-left:1px solid #e9c9a1;
}

.progress_step_1::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 30px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  right: -29px;
  z-index: 1;
}

.progress_step_2::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 30px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 0;
  right: -29px;
  z-index: 2;
}

.progress_step_2:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 40px 30px;
    border-color: transparent transparent transparent #e9c9a1;
    position: absolute;
    top: 0;
    right: -30px;
}

.step_2{
  border-left:1px solid #e9c9a1;
}
 
.step_2::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 30px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 0;
  right: -29px;
}

.step_2.request__progress-step--active::before {
  border-color: transparent transparent transparent #e9c9a1;
  right: -31px;
}

.step_2.request__progress-step--active::after{
  display: none;
}

.step_3{
  border-left:1px solid #e9c9a1;
}

.thanks_step_1::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 30px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 0;
  right: -29px;
  z-index: 2;
}

.thanks_step_1:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 40px 30px;
    border-color: transparent transparent transparent #e9c9a1;
    position: absolute;
    top: 0;
    right: -30px;
}

@media screen and (max-width: 767px) {
  .progress_step_1:after {
    border-width: 29.5px 0 29.5px 26px;
  }

  .progress_step_1::after {
    right: -21px;
  }

  .request__progress-step-1::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 29px 0 29px 20px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    right: -20px;
    z-index: 2;
  }

  .request__progress-step-2::after{
    border-width: 29px 0 29px 20px;
  }

  .step_2::before {
    border-width: 29px 0 29px 20px;
    top: 0px;
    right: -20px;
  }

  .step_2.request__progress-step--active::before {
    right: -21.2px;
  }

  .request__progress-step-2::after{
    right: -21.2px;
  }

  .progress_step_2:before {
    border-width: 29px 0 29px 20px;
  }

  .thanks_step_1:after {
    border-width: 29px 0 29px 20px;
  }

  .progress_step_2:after{
    border-width: 29px 0 29px 20px;
    right: -21px;
  }

}

.confirm_form .request__form-label{
  width: 280px;
}

.confirm_form .request__form-input-wrapper{
  width: 720px;
}

.buttons-back{
  position: relative;
  color:#242946
}

.confirm_privacy{
  font-size: 18px;
  text-align: center;
}


.buttons-back::before {
    content: '';
    width: 10px;
    height: 16px;
    background: url("../img/arrow-right-black.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%) rotateZ(180deg);
}