@charset "UTF-8";
@font-face {
  src: url("font/MVBoli.eot"), url("font/MVBoli.ttf") format("truetype");
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
}
.u-desktop {
  display: none;
}
@media screen and (min-width: 520px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 520px) {
  .u-mobile {
    display: none;
  }
}

.inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 520px) {
  .inner {
    max-width: 800px;
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media screen and (min-width: 960px) {
  .inner {
    max-width: 1440px;
    padding-right: 170px;
    padding-left: 170px;
  }
}

@-webkit-keyframes animationFadeIn1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes animationFadeIn1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.anime:nth-child(1) {
  -webkit-animation: animationFadeIn1 1.2s ease 0.15s;
  -webkit-animation-fill-mode: both;
          animation: animationFadeIn1 1.2s ease 0.15s;
          animation-fill-mode: both;
}

@-webkit-keyframes animationFadeIn2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes animationFadeIn2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.anime:nth-child(2) {
  -webkit-animation: animationFadeIn2 1.2s ease 0.3s;
  -webkit-animation-fill-mode: both;
          animation: animationFadeIn2 1.2s ease 0.3s;
          animation-fill-mode: both;
}

@-webkit-keyframes animationFadeIn3 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes animationFadeIn3 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.anime:nth-child(3) {
  -webkit-animation: animationFadeIn3 1.2s ease 0.45s;
  -webkit-animation-fill-mode: both;
          animation: animationFadeIn3 1.2s ease 0.45s;
          animation-fill-mode: both;
}

@-webkit-keyframes animationFadeIn4 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes animationFadeIn4 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.anime:nth-child(4) {
  -webkit-animation: animationFadeIn4 1.2s ease 0.6s;
  -webkit-animation-fill-mode: both;
          animation: animationFadeIn4 1.2s ease 0.6s;
          animation-fill-mode: both;
}

@-webkit-keyframes animationFadeIn5 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes animationFadeIn5 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.anime:nth-child(5) {
  -webkit-animation: animationFadeIn5 1.2s ease 0.75s;
  -webkit-animation-fill-mode: both;
          animation: animationFadeIn5 1.2s ease 0.75s;
          animation-fill-mode: both;
}

@-webkit-keyframes animationFadeIn6 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes animationFadeIn6 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.anime:nth-child(6) {
  -webkit-animation: animationFadeIn6 1.2s ease 0.9s;
  -webkit-animation-fill-mode: both;
          animation: animationFadeIn6 1.2s ease 0.9s;
          animation-fill-mode: both;
}

.boxAnime {
  display: inline-block;
  visibility: hidden;
  position: relative;
}
@-webkit-keyframes play {
  0% {
    -webkit-transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform: scale(0, 1);
            transform-origin: left top;
  }
  49% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform: scale(1, 1);
            transform-origin: left top;
  }
  50% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: right top;
            transform: scale(1, 1);
            transform-origin: right top;
  }
  100% {
    -webkit-transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform: scale(0, 1);
            transform-origin: right top;
  }
}
@keyframes play {
  0% {
    -webkit-transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform: scale(0, 1);
            transform-origin: left top;
  }
  49% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform: scale(1, 1);
            transform-origin: left top;
  }
  50% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: right top;
            transform: scale(1, 1);
            transform-origin: right top;
  }
  100% {
    -webkit-transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform: scale(0, 1);
            transform-origin: right top;
  }
}
@-webkit-keyframes mask {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
@keyframes mask {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
.boxAnime::after {
  -webkit-transform: scale(0, 1);
  -webkit-transition: all 0.1s ease-in-out 0s;
  -webkit-transform-origin: left top;
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
          transform: scale(0, 1);
          transform-origin: left top;
  content: "";
  transition: all 0.1s ease-in-out 0s;
}
.boxAnime.start {
  -webkit-animation: mask;
  -webkit-animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-play-state: running;
          animation: mask;
          animation-duration: 0.8s;
          animation-fill-mode: both;
  animation-fill-mode: both;
          animation-play-state: running;
          animation-timing-function: ease-in-out;
          animation-delay: 0.1s;
          animation-iteration-count: 1;
          animation-direction: normal;
}
.boxAnime.start::after {
  -webkit-animation: play;
  -webkit-animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-play-state: running;
          animation: play;
          animation-duration: 0.8s;
          animation-fill-mode: both;
  animation-fill-mode: both;
          animation-play-state: running;
          animation-timing-function: ease-in-out;
          animation-delay: 0.1s;
          animation-iteration-count: 1;
          animation-direction: normal;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 520px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 520px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

body {
  margin: 0 auto;
  color: #0e172c;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  margin: 0 auto;
  background: #fffffe;
}

input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

input[type=select] {
  -moz-appearance: button;
       appearance: button;
  -webkit-appearance: button;
  border: 1px solid #000;
  border-radius: 0px;
}

.top-section-head {
  text-align: center;
}

.top-section-head__title {
  display: inline-block;
  color: #0e172c;
  font-size: 1.5rem;
}
@media screen and (min-width: 520px) {
  .top-section-head__title {
    font-size: 2.25rem;
  }
}

.top-section-head__title-line {
  position: relative;
  margin-bottom: 4.625rem;
}

.top-section-head__title-line::after {
  -webkit-transform: translateX(-50%) rotate(90deg);
  display: block;
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  width: 1.875rem;
  height: 2px;
          transform: translateX(-50%) rotate(90deg);
  background: #0e172c;
  content: "";
}
@media screen and (min-width: 960px) {
  .top-section-head__title-line::after {
    -webkit-transform: translateY(-50%);
    top: 50%;
    right: -3.5rem;
    bottom: initial;
    left: initial;
    width: 2.5rem;
            transform: translateY(-50%);
  }
}

.top-section-head__title-line--change {
  position: relative;
}

.top-section-head__title-line--change::before {
  -webkit-transform: translateX(-50%) rotate(90deg);
  display: block;
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  width: 1.875rem;
  height: 2px;
          transform: translateX(-50%) rotate(90deg);
  background: #0e172c;
  content: "";
}

/****************************************:

ハンバーガー用

*****************************************:*/
.humburger {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  z-index: 10;
  position: absolute;
  right: 1.25rem;
  width: 1.75rem;
  height: 1.75rem;
  padding: 0.625rem;
  background: #bae8e8;
}
@media screen and (min-width: 520px) {
  .humburger {
    display: none;
  }
}

.humburger .humburger__span {
  -webkit-transition: 0.4s;
  display: block;
  position: absolute;
  width: 1.25rem;
  height: 0.125rem;
  background: #0e172c;
  transition: 0.4s;
}

.humburger .humburger__span:nth-child(1) {
  -webkit-transform: translateX(-50%);
  top: 0.625rem;
  left: 50%;
          transform: translateX(-50%);
}

.humburger .humburger__span:nth-child(2) {
  -webkit-transform: translateX(-50%);
  top: 1.375rem;
  left: 50%;
          transform: translateX(-50%);
}

.humburger .humburger__span:nth-child(3) {
  -webkit-transform: translateX(-50%);
  top: 2.125rem;
  left: 50%;
          transform: translateX(-50%);
}

.humburger.active .humburger__span:nth-child(1) {
  -webkit-transform: translateX(-50%) rotate(45deg);
  top: 50%;
          transform: translateX(-50%) rotate(45deg);
}

.humburger.active .humburger__span:nth-child(2) {
  display: none;
}

.humburger.active .humburger__span:nth-child(3) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  top: 50%;
          transform: translateX(-50%) rotate(-45deg);
}

.top-news-box {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          align-items: baseline;
          justify-content: center;
          justify-content: flex-start;
  padding: 0.625rem 1.125rem;
  background: #fffffe;
}
@media screen and (min-width: 520px) {
  .top-news-box {
    padding: 1.25rem 1rem;
  }
}

.top-news-box__date {
  margin-right: 1rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 520px) {
  .top-news-box__date {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 960px) {
  .top-news-box__date {
    font-size: 1rem;
  }
}

.top-news-box__title {
  display: block;
  font-size: 0.75rem;
  text-align: left;
}
@media screen and (min-width: 520px) {
  .top-news-box__title {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 960px) {
  .top-news-box__title {
    font-size: 1rem;
  }
}

/* パンくずリスト */
.breadcrumb__content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}

.breadcrumb__content li {
  font-size: 0.625rem;
}
@media screen and (min-width: 960px) {
  .breadcrumb__content li {
    font-size: 1rem;
  }
}
.breadcrumb__content li::after {
  margin-right: 0.5rem;
  font-size: 0.75rem;
  content: ">";
}
@media screen and (min-width: 520px) {
  .breadcrumb__content li::after {
    margin-right: 1.0625rem;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 960px) {
  .breadcrumb__content li::after {
    margin-right: 1rem;
    font-size: 1rem;
  }
}
.breadcrumb__content li:last-child::after {
  content: "";
}

.breadcrumb__content a {
  margin-right: 0.5rem;
}
@media screen and (min-width: 520px) {
  .breadcrumb__content a {
    margin-right: 0.8125rem;
  }
}
@media screen and (min-width: 960px) {
  .breadcrumb__content a {
    margin-right: 1rem;
  }
}

.more {
  display: block;
  padding: 0.9375rem 1.875rem;
  background: #ffd803;
  color: #0e172c;
  font-size: 0.875rem;
}

.more--archive {
  width: 9.375rem;
  max-width: 25rem;
  margin-left: auto;
  padding-right: 2.625rem;
  font-size: 1.125rem;
  text-align: right;
}
@media screen and (min-width: 520px) {
  .more--archive {
    max-width: 12.5rem;
  }
}
@media screen and (min-width: 960px) {
  .more--archive {
    width: 100%;
    max-width: 17.5rem;
  }
}

.more--under {
  width: 100%;
  margin-left: auto;
  text-align: center;
}
@media screen and (min-width: 520px) {
  .more--under {
    position: absolute;
    right: 0;
    bottom: 0;
    width: initial;
  }
}

.more__submit {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  max-width: 25rem;
  margin: auto;
  padding: 0.625rem 1.125rem;
  border-color: #ffd803;
  background: #3da9fc;
  font-size: 1.25rem;
}
@media screen and (min-width: 520px) {
  .more__submit {
    max-width: 36.25rem;
    height: 100%;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .more__submit {
    max-width: 30rem;
    font-size: 1.25rem;
  }
}

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

.sns__link {
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (min-width: 520px) {
  .sns__link {
    width: 1.75rem;
    height: 1.75rem;
  }
}

.sns__item {
  margin-right: 1.25rem;
}

.sns__item:last-child {
  margin-right: 0;
}

fieldset,
legend,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  margin: 0;
  padding: 4px;
  border: 1px solid #ccc;
  outline: none;
  font-size: 16px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=number],
input[type=datetime],
input[type=week],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 0;
  margin-left: 0;
  padding: 4px;
  border: 1px solid #0e172c;
  border-radius: 0;
  outline: none;
  background: none;
  font-size: 0.9375rem;
}
@media screen and (min-width: 960px) {
  input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=number],
input[type=datetime],
input[type=week],
textarea,
select {
    font-size: 1.125rem;
  }
}

textarea {
  width: 100%;
  height: 12.5rem;
  overflow: auto;
}

select {
  padding-right: 30px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALJJREFUeNrslssNgCAQRCmB0ijBEuyEEijBEijBEizBEnAPy0UBWVj8JDvJJB5w3gsXVUoikXwsBrpAPdRCNcOmxi2P2yZ3cIKGU9dOCY0b590pdXhPHOyRyMEDsi4JhVIlSvBYTRGgSNTAQ+pFyyBRC7e5AdchUQt3d1fYIsEGb5Fgh1MktlFwisQwOIeE4/pGuDfhLRLscIrEMHiNxHB4SeIxeMyMPxkenyUSyT9zCDAAj5btZ4c3zaUAAAAASUVORK5CYII=");
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}

.select {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.select select {
  width: 100%;
  padding-right: 24px;
  border: 1px solid #ccc;
  background: none;
  text-overflow: "";
  cursor: pointer;
}

.select::before {
  position: absolute;
  top: 13px;
  right: 8px;
  width: 0;
  height: 0;
  padding: 0;
  border-top: 6px solid #666;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  pointer-events: none;
}

/* radio & checkbox */
input[type=radio] + span,
input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  margin-left: 8px;
  padding: 10px 20px;
  color: #555;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

input[type=radio] + span::before,
input[type=checkbox] + span::before {
  position: absolute;
  top: 50%;
  left: -8px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border: 1px solid #ccc;
  background: #fff;
  content: "";
}

/* fieldset */
fieldset {
  padding: 8px 16px;
  border: 1px solid #ccc;
}

legend {
  padding: 0 8px;
}

/* button */
input[type=submit],
input[type=reset],
input[type=button],
button {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  display: inline-block;
  margin: 0;
  border: 1px solid #ffd803;
  border-radius: 0;
  background: #ffd803;
  color: #0e172c;
  font-size: 1.25rem;
  cursor: pointer;
}

/* ブラウザ対策
---------------------------------------------------------------------------- */
/* Firefox */
/* IE */
select::-ms-expand {
  display: none;
}

/* webkit */
/* iOS */
input[type=submit]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=search]::-webkit-search-decoration {
  display: none;
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-decoration {
  -moz-appearance: none;
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: none;
  font-size: 16px;
}

/* 挙動
---------------------------------------------------------------------------- */
/* hover */
input:hover,
textarea:hover,
select:hover {
  border-color: #666;
}

input[type=radio] + span:hover,
input[type=checkbox] + span:hover {
  color: #000;
}

input[type=radio] + span:hover::before,
input[type=checkbox] + span:hover::before {
  border-color: #000;
}

input[type=radio] + span:hover::after,
input[type=checkbox] + span:hover::after {
  position: absolute;
  top: 50%;
  left: -4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #ccc;
  content: "";
}

/* checked */
input[type=radio]:checked + span,
input[type=checkbox]:checked + span {
  color: #3498db;
}

input[type=radio]:checked + span::before,
input[type=checkbox]:checked + span::before {
  border-color: #3498db;
}

input[type=radio]:checked + span::after,
input[type=checkbox]:checked + span::after {
  position: absolute;
  top: 50%;
  left: -4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #3498db;
  content: "";
}

/* radio */
input[type=radio] + span::before,
input[type=radio] + span:hover::after,
input[type=radio]:checked + span::after {
  border-radius: 50%;
}

/* button */
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
button:hover {
  border-color: #3498db;
  background: #3498db;
  color: #fff;
}

/* focus */
input:focus,
textarea:focus {
  border-color: #3498db;
}

input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus,
input[type=search]:focus {
  outline-offset: -2px;
}

/* disabled */
input:disabled,
input:disabled:hover,
textarea:disabled,
textarea:disabled:hover {
  border-color: #ccc;
  background: #eee;
  cursor: not-allowed;
}

input[type=radio]:disabled + span,
input[type=checkbox]:disabled + span {
  color: #ccc;
  cursor: not-allowed;
}

input[type=radio]:disabled + span::before,
input[type=checkbox]:disabled + span::before {
  border-color: #ccc;
  cursor: not-allowed;
}

/* バリデーション */
/* placeholder */
.form__box {
  display: block;
  position: relative;
  margin-bottom: 0.875rem;
  text-align: left;
}
@media screen and (min-width: 520px) {
  .form__box {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .form__box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: space-between;
    margin-bottom: 0.875rem;
  }
}

.form__box:last-child {
  margin-bottom: 1.5rem;
}

.form__box-req::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0.1875rem 0.5rem;
          transform: translateY(-50%);
  background: #ef4565;
  color: #fffffe;
  font-size: 0.75rem;
  content: "必須";
}
@media screen and (min-width: 520px) {
  .form__box-req::before {
    padding: 0.375rem 0.625rem;
    font-size: 0.625rem;
  }
}
@media screen and (min-width: 960px) {
  .form__box-req::before {
    -webkit-transform: translateY(-50%);
    top: 50%;
    left: -3rem;
            transform: translateY(-50%);
    font-size: 0.75rem;
  }
}

.form__inner {
  text-align: center;
}
@media screen and (min-width: 520px) {
  .form__inner {
    max-width: 37.5rem;
    margin: auto;
  }
}

.form__head {
  position: relative;
  width: 100%;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 520px) {
  .form__head {
    width: 100%;
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 960px) {
  .form__head {
    width: 34%;
    margin-bottom: 0;
    margin-left: 0;
  }
}

.label__name {
  margin-left: 3rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 520px) {
  .label__name {
    margin-left: 5rem;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .label__name {
    margin-left: 0;
    font-size: 1.125rem;
  }
}

.label__name--company {
  margin-left: 0;
}

.form__area {
  width: 100%;
  border: 1px solid #0e172c;
  background: #fffffe;
  font-size: 0.875rem;
}
@media screen and (min-width: 520px) {
  .form__area {
    max-width: 100%;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 960px) {
  .form__area {
    width: 26.625rem;
    max-width: 100%;
    font-size: 1.25rem;
  }
}

.form__policy {
  max-width: 26.25rem;
  margin: 0 auto 0.625rem;
}
@media screen and (min-width: 520px) {
  .form__policy {
    max-width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .form__policy {
    margin: 0 auto 1rem;
  }
}

/****************************************:

header

*****************************************:*/
.header {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 3.75rem;
  background: #fffffe;
}
@media screen and (min-width: 520px) {
  .header {
    height: 5.3125rem;
  }
}

.header.change-color {
  -webkit-box-shadow: 0 2px 0 rgba(14, 23, 44, 0.8);
          box-shadow: 0 2px 0 rgba(14, 23, 44, 0.8);
}

.header__inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  height: inherit;
  padding: 0 1.75rem;
}
@media screen and (min-width: 520px) {
  .header__inner {
    padding: 0 0 0 2.5rem;
  }
}

.header__link {
  display: block;
}

.header__img {
  display: block;
  width: 100%;
}

.header__title {
  width: 3rem;
}
@media screen and (min-width: 520px) {
  .header__title {
    width: 5rem;
  }
}
@media screen and (min-width: 960px) {
  .header__title {
    width: 5rem;
  }
}

@media screen and (min-width: 520px) {
  .header__nav {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
    height: inherit;
  }
}

/****************************************:

nav

*****************************************:*/
@media screen and (min-width: 520px) {
  .nav {
    display: block;
    height: inherit;
  }
}

.nav__items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-transition: 0.6s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: -62.5rem;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  background: #fffffe;
  transition: 0.6s;
}
@media screen and (min-width: 520px) {
  .nav__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
    height: inherit;
    background: initial;
  }
}

.nav__items.active {
  right: 0;
}

.nav__item {
  margin-bottom: 2.25rem;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (min-width: 520px) {
  .nav__item {
    margin-right: 2.25rem;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 520px) {
  .nav__item:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 520px) {
  .nav__item--contact {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: center;
    height: inherit;
    padding: 0 2.5rem 0 2.25rem;
    background: #ffd803;
    color: #0e172c;
  }
}

/****************************************:

index.html

*****************************************:*/
.fv-head__spa {
  color: #ffd803;
  font-weight: bold;
}

.top-fv__wrap {
  width: 100%;
}
@media screen and (min-width: 520px) {
  .top-fv__wrap {
    width: 100%;
    margin-left: auto;
  }
}
@media screen and (min-width: 960px) {
  .top-fv__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
}

.top-fv {
  display: block;
  position: relative;
  width: 72%;
  height: 80vh;
  margin-right: 0;
  margin-left: auto;
  background: url(../images/top/fv01.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .top-fv {
    width: 72%;
    height: 100vh;
    margin-top: 5.5rem;
    margin-right: 0;
    margin-left: auto;
  }
}

.top-fv__wrap::before {
  display: block;
  position: absolute;
  top: -2.5rem;
  left: 0;
  width: 50%;
  height: 80%;
  background: #e3f6f5;
  content: "";
}

.top-fv__main-copybox {
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
          transform: translateY(-50%) translateX(-50%);
}
@media screen and (min-width: 960px) {
  .top-fv__main-copybox {
    -webkit-transform: translateY(-50%);
    left: 210px;
            transform: translateY(-50%);
  }
}

.top-fv__main-copy {
  color: #fffffe;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 520px) {
  .top-fv__main-copy {
    font-size: 2.25rem;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .top-fv__main-copy {
    font-size: 3rem;
  }
}

.top-fv__news {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 3.625rem;
  left: 50%;
  width: 90%;
          transform: translateX(-50%);
  text-align: right;
}
@media screen and (min-width: 520px) {
  .top-fv__news {
    -webkit-transform: translateX(-10%);
    width: 50%;
    max-width: 45.625rem;
            transform: translateX(-10%);
  }
}

.fv {
  display: block;
  position: relative;
  width: 100%;
  height: 12.5rem;
  background: url(../images/top/fv01.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 520px) {
  .fv {
    height: 15.625rem;
  }
}
@media screen and (min-width: 960px) {
  .fv {
    height: 18.125rem;
  }
}

.fv:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: inherit;
  background: #0e172c;
  content: "";
  opacity: 0.4;
}

.fv__wrap {
  position: relative;
  margin-bottom: 1.75rem;
}

.fv__title {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
          transform: translate(-50%, -50%);
  color: #0e172c;
  font-size: 1.5rem;
}
@media screen and (min-width: 960px) {
  .fv__title {
    font-size: 1.75rem;
  }
}

/***************

top-news

****************/
.top-news {
  margin: 3.5rem 0;
}
@media screen and (min-width: 960px) {
  .top-news {
    margin: 7.5rem 0;
  }
}

.top-news__title-box {
  margin-bottom: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .top-news__title-box {
    width: 30%;
    margin-right: 6.25rem;
    margin-bottom: 0;
    text-align: initial;
  }
}

@media screen and (min-width: 960px) {
  .top-news__title-box--right {
    margin-left: auto;
  }
}

.top-news__contents {
  display: block;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .top-news__contents {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
}

.top-news__list {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 960px) {
  .top-news__list {
    width: 65%;
    margin-bottom: 5rem;
  }
}

.news-itmes__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  margin-bottom: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #0e172c;
}
@media screen and (min-width: 520px) {
  .news-itmes__item {
    max-width: 100%;
    margin: 0 auto 1.25rem;
  }
}
@media screen and (min-width: 960px) {
  .news-itmes__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 48.5625rem;
  }
}

.news-itmes__head {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: flex-start;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 960px) {
  .news-itmes__head {
    width: 100%;
    margin-right: 1rem;
    margin-bottom: 0;
  }
}

.news-itmes__date {
  margin-right: 1rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 960px) {
  .news-itmes__date {
    font-size: 1.125rem;
  }
}

.news-itmes__tag-box {
  padding: 0.25rem 0.5rem;
  background: #bae8e8;
  color: #0e172c;
  font-size: 0.875rem;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .news-itmes__tag-box {
    font-size: 0.875rem;
  }
}

.news-itmes__body {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
          justify-content: space-between;
}
@media screen and (min-width: 960px) {
  .news-itmes__body {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

.news-itmes__title {
  display: inline-block;
  width: 80%;
  margin-right: 1rem;
  font-size: 0.875rem;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .news-itmes__title {
    width: 100%;
    font-size: 1.125rem;
  }
}

.news-more-pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .news-more-pc {
    display: block;
    max-width: 100%;
    padding: 0.9375rem 1.875rem;
    text-align: center;
  }
}

.news-more-sp {
  display: block;
  width: 100%;
  max-width: 25rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .news-more-sp {
    display: none;
  }
}

.in-banner {
  display: block;
  width: 100%;
  height: 9.375rem;
  max-height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 520px) {
  .in-banner {
    height: 12.5rem;
  }
}
@media screen and (min-width: 960px) {
  .in-banner {
    height: 20rem;
  }
}

.in-banner__contents {
  display: block;
  width: 100%;
  height: inherit;
  background: url(../images/top/dummy4.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

/***************

top-concept

****************/
.top-concept {
  padding: 3.5rem 0;
  background: #e3f6f5;
}
@media screen and (min-width: 960px) {
  .top-concept {
    padding: 7.5rem 0;
  }
}

.top-concept__title-box {
  position: relative;
  margin-bottom: 3.625rem;
}

.top-concept__contents {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column-reverse;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .top-concept__contents {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
    max-width: 68.75rem;
    margin-right: auto;
    margin-left: 0;
  }
}

.top-concept__img-box {
  width: 100%;
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 520px) {
  .top-concept__img-box {
    max-width: 25rem;
    margin: 0 auto 2rem;
  }
}
@media screen and (min-width: 960px) {
  .top-concept__img-box {
    width: calc(100% + 340px);
    max-width: 55rem;
    margin: 0 -10.625rem;
  }
}

.top-concept__text-wrap {
  z-index: 10;
  position: relative;
}

.top-concept__text-box {
  width: 100%;
  padding: 0.75rem;
  background: #f5f5f5;
}
@media screen and (min-width: 520px) {
  .top-concept__text-box {
    margin: auto;
  }
}
@media screen and (min-width: 960px) {
  .top-concept__text-box {
    z-index: 10;
    position: relative;
    max-width: 50rem;
    margin: auto;
    padding: 1.125rem;
  }
}

.top-concept__text-wrap::after {
  z-index: -10;
  position: absolute;
  top: 0.75rem;
  right: -0.75rem;
  width: 100%;
  height: 100%;
  background: #0e172c;
  content: "";
}

.top-concept__text {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 520px) {
  .top-concept__text {
    margin-bottom: 1rem;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 960px) {
  .top-concept__text {
    font-size: 1.125rem;
  }
}

.top-concept__text:last-child {
  margin-bottom: 0;
}

/***************

top-feature

****************/
.top-feature {
  padding: 3.5rem 0;
}
@media screen and (min-width: 960px) {
  .top-feature {
    padding: 7.5rem 0;
  }
}

.top-feature__title-box {
  margin-bottom: 3.625rem;
}

.top-feature__contents {
  margin: auto;
}
@media screen and (min-width: 520px) {
  .top-feature__contents {
    max-width: 37.5rem;
  }
}
@media screen and (min-width: 960px) {
  .top-feature__contents {
    max-width: 100%;
  }
}

.top-feature__content {
  display: block;
  margin-bottom: 4rem;
}
@media screen and (min-width: 520px) {
  .top-feature__content {
    margin: 0 auto 4rem;
  }
}
@media screen and (min-width: 960px) {
  .top-feature__content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            align-items: flex-start;
            justify-content: space-between;
  }
}

.top-feature__content:last-child {
  margin-bottom: 0;
}

.top-feature__content:nth-child(odd) {
  /*  .top-feature__img-wrap {

    @include g.mq(lg) {
      // margin-right: 0;
      // margin-left: g.rem(64);
    }
  } */
}
@media screen and (min-width: 960px) {
  .top-feature__content:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 960px) {
  .top-feature__content:nth-child(odd) .top-feature__text-box {
    margin: 1.25rem -1.875rem 0 0;
  }
}

.top-feature__img-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 18.75rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 520px) {
  .top-feature__img-wrap {
    max-height: 100%;
  }
}
@media screen and (min-width: 960px) {
  .top-feature__img-wrap {
    max-width: 33.75rem;
    height: 100%;
    max-height: 100%;
    margin-bottom: 0;
  }
}

.top-feature__head {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 960px) {
  .top-feature__head {
    margin-bottom: 1.75rem;
  }
}

.top-feature__num {
  font-size: 0.875rem;
}
@media screen and (min-width: 520px) {
  .top-feature__num {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .top-feature__num {
    font-size: 1.375rem;
  }
}

.top-feature__text-box {
  padding: 0.75rem;
}
@media screen and (min-width: 960px) {
  .top-feature__text-box {
    padding: 2.25rem;
  }
}

.top-feature__title {
  font-size: 1.125rem;
}
@media screen and (min-width: 520px) {
  .top-feature__title {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 960px) {
  .top-feature__title {
    font-size: 1.5rem;
  }
}

.top-feature__text {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
@media screen and (min-width: 520px) {
  .top-feature__text {
    margin-bottom: 1rem;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 960px) {
  .top-feature__text {
    font-size: 1.125rem;
  }
}

.top-feature__text:last-child {
  margin-bottom: 0;
}

.top-feature__img-box {
  position: relative;
}

.top-feature__img-wrap::before {
  display: block;
  z-index: 0;
  position: absolute;
  top: 10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background: #bae8e8;
  content: "";
}
@media screen and (min-width: 960px) {
  .top-feature__img-wrap::before {
    top: 20px;
    right: -20px;
  }
}

/***************

top-works

****************/
.top-works {
  margin: 3.5rem 0;
}
@media screen and (min-width: 960px) {
  .top-works {
    margin: 7.5rem 0;
  }
}

.top-works__title-box {
  margin-bottom: 3.625rem;
}

@media screen and (min-width: 960px) {
  .works-items {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            flex-wrap: wrap;
  }
}

.works-items__item {
  margin-bottom: 3rem;
}
@media screen and (min-width: 960px) {
  .works-items__item {
    margin-bottom: 0;
  }
}

.works-item__imgbox {
  margin-bottom: 0.625rem;
}
.works-item {
  width: 100%;
  max-width: 37.5rem;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 960px) {
  .works-item {
    width: calc(100%/3 - 40px/3);
    max-width: 100%;
    margin: initial;
    margin-right: 1.25rem;
  }
}

.works-item__title {
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

@media screen and (min-width: 960px) {
  .works-item:last-child {
    margin-right: 0;
  }
}

/***************

top-menu

****************/
.top-menu {
  margin: 3.5rem 0;
}
@media screen and (min-width: 960px) {
  .top-menu {
    margin: 7.5rem 0;
  }
}

.top-menu__title-box {
  margin-bottom: 3.625rem;
}

.top-menu__contents {
  display: block;
}
@media screen and (min-width: 520px) {
  .top-menu__contents {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-around;
  }
}

.price__table {
  width: 100%;
}
.price__box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  height: 2.25rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #0e172c;
}

.price__box:last-child {
  margin-bottom: 0;
}

.price__head {
  display: block;
  margin-right: 9.75rem;
  font-size: 0.9375rem;
}
@media screen and (min-width: 520px) {
  .price__head {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .price__head {
    font-size: 1.75rem;
  }
}

.price__body {
  display: block;
  font-size: 0.9375rem;
}
@media screen and (min-width: 520px) {
  .price__body {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .price__body {
    font-size: 1.75rem;
  }
}

/***************

top-message

****************/
.top-message {
  padding: 3.5rem 0;
  background: #e3f6f5;
}
@media screen and (min-width: 960px) {
  .top-message {
    padding: 7.5rem 0;
  }
}

.top-message__contents {
  max-width: 37.5rem;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .top-message__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            flex-direction: row-reverse;
    max-width: 100%;
  }
}

.top-message__title-box {
  margin-bottom: 3.625rem;
}

.top-message__img-wrap {
  width: 100%;
  overflow: hidden;
}

.top-message__img-box {
  width: inherit;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 520px) {
  .top-message__img-box {
    max-width: 37.5rem;
  }
}
@media screen and (min-width: 960px) {
  .top-message__img-box {
    max-width: 100%;
  }
}

.top-message__title {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (min-width: 520px) {
  .top-message__title {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 960px) {
  .top-message__title {
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 960px) {
  .top-message__text-box {
    margin-right: 7.375rem;
  }
}

.top-message__text {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
@media screen and (min-width: 520px) {
  .top-message__text {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 960px) {
  .top-message__text {
    font-size: 1.25rem;
  }
}

.top-message__text:last-child {
  margin-bottom: 0;
}

/***************

top-company

****************/
.top-company {
  margin: 3.5rem 0;
}
@media screen and (min-width: 960px) {
  .top-company {
    margin: 7.5rem 0;
  }
}

.top-company__block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column-reverse;
}
@media screen and (min-width: 960px) {
  .top-company__block {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
  }
}

.top-company__title-box {
  margin-bottom: 3.625rem;
}

@media screen and (min-width: 960px) {
  .top-company__map {
    width: 50%;
    margin-right: 2.5rem;
  }
}

.top-company__table {
  width: 100%;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 520px) {
  .top-company__table {
    max-width: 37.5rem;
    margin: auto;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 960px) {
  .top-company__table {
    width: 50%;
    max-width: 30rem;
    margin-bottom: 3.5rem;
  }
}

.table__content {
  height: 3rem;
  border-bottom: 1px solid #0e172c;
}

.table__head {
  width: 25%;
  font-size: 0.9375rem;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .table__head {
    font-size: 1.125rem;
  }
}

.table__body {
  display: block;
  width: 75%;
  margin: 0.625rem 0;
  font-size: 0.9375rem;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .table__body {
    margin: 1.25rem 0;
    font-size: 1rem;
  }
}

.map__content {
  display: block;
  width: 100%;
  height: 17.75rem;
}

/***************

top-contact

****************/
.top-contact {
  margin: 3.5rem 0;
}
@media screen and (min-width: 960px) {
  .top-contact {
    margin: 7.5rem 0;
  }
}

.top-contact__title-box {
  margin-bottom: 3.625rem;
}

.top-contact__check-box {
  margin-bottom: 4rem;
  text-align: center;
}

.top-contact__contents {
  max-width: 40.5rem;
  margin: auto;
}

.policy {
  display: block;
  height: 18.75rem;
  padding: 0.75rem 0.75rem;
  overflow: scroll;
  background: #fffffe;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .policy {
    height: 11.25rem;
  }
}

.policy__text {
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
}

/*************

news　下層

*************/
.news {
  margin: 3.5rem 0;
  background: #fffffe;
}
@media screen and (min-width: 960px) {
  .news {
    margin: 7.5rem 0;
  }
}

.news__contents {
  display: block;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 960px) {
  .news__contents {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            flex-wrap: wrap;
    margin-bottom: 3.5rem;
  }
}

.news__list {
  display: block;
}
@media screen and (min-width: 960px) {
  .news__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            flex-wrap: wrap;
  }
}

.news-itmes__head-wrap {
  position: relative;
  width: 100%;
}

.news-items__under {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-bottom: 2.5rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 520px) {
  .news-items__under {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 960px) {
  .news-items__under {
    margin: initial;
    border-bottom: none;
  }
}

.news-items__under:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (min-width: 960px) {
  .news-items__img-wrap {
    max-width: 17.5rem;
  }
}

.news-items__img-box {
  position: relative;
  width: 100%;
  margin: auto;
  padding-top: calc(307 / 502 * 100%);
}

.news__img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-items__link {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 520px) {
  .news-items__link {
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
}

.news__text-box {
  position: relative;
  height: 8.75rem;
  padding: 1.5625rem 1.25rem;
  background: #fffffe;
}
@media screen and (min-width: 520px) {
  .news__text-box {
    height: 11.25rem;
  }
}
@media screen and (min-width: 960px) {
  .news__text-box {
    height: 8.75rem;
  }
}

.news__list {
  width: 100%;
}

.news__date {
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.news__title {
  font-size: 1rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 520px) {
  .news__title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .news__title {
    font-size: 1rem;
  }
}

.news-items__head--under {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 960px) {
  .news-items__head--under {
    margin-bottom: 1rem;
  }
}

.news__text-box::before {
  -webkit-transition: 0.4s;
  display: block;
  position: absolute;
  right: 1.25rem;
  bottom: 1.5625rem;
  width: 3.75rem;
  height: 1px;
  background: #0e172c;
  content: "";
  transition: 0.4s;
}

.news__text-box::after {
  -webkit-transform: rotate(45deg);
  -webkit-transition: 0.4s;
  display: block;
  position: absolute;
  right: 1.1875rem;
  bottom: 1.8125rem;
  width: 0.75rem;
  height: 1px;
          transform: rotate(45deg);
  background: #0e172c;
  content: "";
  transition: 0.4s;
}

.news__text-box:hover::before {
  -webkit-transition: 0.4s;
  right: 1rem;
  transition: 0.4s;
}

.news__text-box:hover::after {
  -webkit-transition: 0.4s;
  right: 0.875rem;
  transition: 0.4s;
}

.news-items__body--under {
  display: block;
}

.news-items__title-under {
  width: 100%;
  margin-bottom: 2.25rem;
}
@media screen and (min-width: 520px) {
  .news-items__title-under {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.pagination {
  margin: 40px 0 0;
  margin: 2.5rem 0 0;
}

.nav-links {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
}

.pagination .page-numbers {
  -webkit-box-shadow: 0 3px 3px #999;
  display: inline-block;
  margin-right: 1.25rem;
  padding: 1.25rem 1.5625rem;
  border-radius: 3px;
  background: #fffffe;
          box-shadow: 0 3px 3px #999;
  color: #0e172c;
}

.pagination .current {
  padding: 1.25rem 1.5625rem;
  background: #3da9fc;
  color: #fffffe;
}

.pagination .prev,
.pagination .next {
  -webkit-box-shadow: none;
  background: transparent;
          box-shadow: none;
  color: #3da9fc;
}

.pagination .dots {
  -webkit-box-shadow: none;
  background: transparent;
          box-shadow: none;
}

/****************************************:

下層ページ

*****************************************:*/
.single {
  margin: 3.5rem 0;
}

.single__contents {
  max-width: 25rem;
  margin: auto;
}
@media screen and (min-width: 520px) {
  .single__contents {
    max-width: 37.5rem;
  }
}
@media screen and (min-width: 960px) {
  .single__contents {
    max-width: 55rem;
  }
}

.single__imgbox-wrap {
  height: 100%;
  max-height: 18.75rem;
  margin-bottom: 1.25rem;
  overflow: hidden;
}
@media screen and (min-width: 520px) {
  .single__imgbox-wrap {
    height: 26.875rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 960px) {
  .single__imgbox-wrap {
    height: 100%;
    max-height: 26.875rem;
    margin-bottom: 2.5rem;
  }
}

.single__img-box {
  width: 100%;
  max-width: 43.75rem;
  margin: 0 auto 1.25rem;
}

.single__head {
  width: 100%;
  max-width: 43.75rem;
  margin: 0 auto 1.25rem;
}

.single__title {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .single__title {
    font-size: 2.25rem;
  }
}

.single__date {
  font-size: 1.125rem;
  text-align: right;
}
@media screen and (min-width: 960px) {
  .single__date {
    font-size: 1.5rem;
  }
}

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

.single-tag {
  margin-right: 0.5rem;
}

.single__text-box {
  width: 100%;
  margin: 0 auto 2.5rem;
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .single__text-box {
    width: 80%;
  }
}

.single__text-box p {
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
  font-size: 1.125rem;
  line-height: 1.8;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .single__text-box p {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

.single__text-box p:last-child {
  margin-bottom: 0;
}

.single__img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
}

.single__inbox {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
}
.single__prev-box {
  margin-right: 1.5rem;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .single__prev-box {
    margin-right: 2.625rem;
  }
}

.single__prev {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: letterSpacing(120);
  text-align: center;
}
@media screen and (min-width: 960px) {
  .single__prev {
    font-size: 1.5rem;
  }
}

.single__next-box {
  cursor: pointer;
}

.single__next {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: letterSpacing(120);
  text-align: center;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .single__next {
    font-size: 1.5rem;
  }
}

.single__archive-box {
  margin-right: 1.5rem;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .single__archive-box {
    margin-right: 2.625rem;
  }
}

.single__archive-link {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: letterSpacing(120);
  text-align: center;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .single__archive-link {
    font-size: 1.5rem;
  }
}

/****************************************:

contact

*****************************************:*/
/****************************************:

footer

*****************************************:*/
.footer {
  padding: 3rem 0;
  background: #e3f6f5;
}

.footer__inner {
  padding: 0 1.25rem;
}

.footer__sns {
  margin-bottom: 1rem;
}

.footer__box {
  display: block;
}
@media screen and (min-width: 520px) {
  .footer__box {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
            align-items: center;
    width: 70%;
    margin-bottom: 1rem;
  }
}

.footer__name {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .footer__name {
    font-size: 1.75rem;
  }
}

.footer__text {
  display: inline-block;
  width: 100%;
  font-size: 0.75rem;
  text-align: center;
}

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

/****************************************:

fnav

*****************************************:*/
@media screen and (min-width: 520px) {
  .fnav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: center;
    width: 100%;
  }
}

.fnav__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 60%;
  max-width: 37.5rem;
  margin: auto;
  padding-bottom: 8px;
}
@media screen and (min-width: 520px) {
  .fnav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            flex-direction: row;
            align-items: center;
            justify-content: center;
    width: 100%;
    max-width: 46.25rem;
  }
}
@media screen and (min-width: 960px) {
  .fnav__list {
    max-width: 37.5rem;
  }
}

.fnav__item {
  display: inline-block;
  margin: auto;
  margin-bottom: 1rem;
  font-size: 1rem;
  text-align: center;
}
@media screen and (min-width: 520px) {
  .fnav__item {
    margin-right: 1.5rem;
    margin-bottom: 0;
    font-size: 1.0625rem;
  }
}

@media screen and (min-width: 960px) {
  .fnav__item:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.fnav__item:hover {
  -webkit-transform: scale(1.1);
  -webkit-transition: 0.4s;
          transform: scale(1.1);
  color: #ef4565;
  transition: 0.4s;
}

.fnav__link {
  display: block;
  width: 100%;
}
/*# sourceMappingURL=style.css.map */