@charset "UTF-8";
.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: 1279px;
    padding-right: 28px;
    padding-left: 28px;
  }
}

@-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;
  background: #d8eefe;
  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.308258381vw;
  }
}
@media (min-width: 1223px) {
  html {
    font-size: 16px;
  }
}

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

body {
  margin: 0 auto;
  color: #094067;
  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;
}

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

モック画像
終わったら削除

**************/
.mock {
  /* 反転 */
  -webkit-filter: hue-rotate(180deg);
  z-index: 999;
  /* モック画像 */
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 375px;
  margin: 0 auto;
          filter: hue-rotate(180deg);
  opacity: 0.3;
  /* テキストを掴まないように */
  pointer-events: none;
}

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

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

.top-section-head__title::before {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 3rem;
  height: 0.0625rem;
          transform: translateX(-50%);
  background: #3da9fc;
  content: "";
}

.top-section-head__title--color {
  color: #094067;
}

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

ハンバーガー用

*****************************************:*/
.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: #d8eefe;
}
@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: #094067;
  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: inline-block;
  padding: 0.5rem 1rem;
  background: #094067;
  color: #fffffe;
  font-size: 0.875rem;
}

.more--archive {
  width: 100%;
  max-width: 25rem;
  margin: auto;
  font-size: 1.125rem;
  text-align: center;
}

.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: #3da9fc;
  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 #094067;
  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 #999;
  border-radius: 0;
  background: #3da9fc;
  color: #fffffe;
  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 #094067;
  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 {
  -webkit-box-shadow: 0 2px 0 rgba(9, 64, 103, 0.8);
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 3.75rem;
  background: #fffffe;
          box-shadow: 0 2px 0 rgba(9, 64, 103, 0.8);
}
@media screen and (min-width: 520px) {
  .header {
    height: 5.3125rem;
  }
}

.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: #3da9fc;
    color: #fffffe;
  }
}

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

index.html

*****************************************:*/
.top-fv {
  display: block;
  position: relative;
  width: 100%;
  height: 100vh;
  background: url(../images/top/fv01.png) no-repeat;
  background-position: center center;
  background-size: cover;
}

.top-fv__main-copy-box {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
          transform: translate(-50%, -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.png) no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 520px) {
  .fv {
    height: 15.625rem;
  }
}

.fv:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: inherit;
  background: #094067;
  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: #fffffe;
  font-size: 1.5rem;
}
@media screen and (min-width: 960px) {
  .fv__title {
    font-size: 1.75rem;
  }
}

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

top-about

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

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

.top-about__title-box::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: -2.25rem;
  left: 50%;
          transform: translateX(-50%);
  color: #d8eefe;
  font-size: 2.5rem;
  content: "About";
  opacity: 0.8;
}
@media screen and (min-width: 520px) {
  .top-about__title-box::before {
    top: -1.875rem;
  }
}
@media screen and (min-width: 960px) {
  .top-about__title-box::before {
    top: -2.5rem;
  }
}

.top-about__contents {
  display: block;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .top-about__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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: center;
  }
}

.top-about__img-box {
  width: 100%;
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 520px) {
  .top-about__img-box {
    max-width: 37.5rem;
    margin: 0 auto 2rem;
  }
}
@media screen and (min-width: 960px) {
  .top-about__img-box {
    margin: 0 4.375rem 0 0;
  }
}

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

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

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

.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: 17.5rem;
  }
}

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

.in-banner__contents--img2 {
  background: url(../images/top/dummy5.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

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

top-concept

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

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

.top-concept__title-box::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: -2.25rem;
  left: 50%;
          transform: translateX(-50%);
  color: #d8eefe;
  font-size: 2.5rem;
  content: "Concept";
  opacity: 0.8;
}
@media screen and (min-width: 520px) {
  .top-concept__title-box::before {
    top: -1.875rem;
  }
}
@media screen and (min-width: 960px) {
  .top-concept__title-box::before {
    top: -2.5rem;
  }
}

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

.top-concept__text {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  text-align: left;
}
@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.5rem;
  }
}

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

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

top-feature

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

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

.top-feature__title-box::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: -2.25rem;
  left: 50%;
          transform: translateX(-50%);
  color: #3da9fc;
  font-size: 2.5rem;
  content: "Feature";
  opacity: 0.8;
}
@media screen and (min-width: 520px) {
  .top-feature__title-box::before {
    top: -1.875rem;
  }
}
@media screen and (min-width: 960px) {
  .top-feature__title-box::before {
    top: -2.5rem;
  }
}

.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;
}

@media screen and (min-width: 960px) {
  .top-feature__content:nth-child(even) {
    -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(even) .top-feature__img-wrap {
    margin-right: 0;
    margin-left: 4rem;
  }
}

.top-feature__img-wrap {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 18.75rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
@media screen and (min-width: 520px) {
  .top-feature__img-wrap {
    max-height: 25rem;
  }
}
@media screen and (min-width: 960px) {
  .top-feature__img-wrap {
    max-width: 33.75rem;
    height: 100%;
    max-height: 20.625rem;
    margin-right: 4rem;
    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.5rem;
  }
}

.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.75rem;
  }
}

.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.25rem;
  }
}

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

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

top-work

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

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

.top-work__title-box::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: -2.25rem;
  left: 50%;
          transform: translateX(-50%);
  color: #d8eefe;
  font-size: 2.5rem;
  content: "Works";
  opacity: 0.8;
}
@media screen and (min-width: 520px) {
  .top-work__title-box::before {
    top: -1.875rem;
  }
}
@media screen and (min-width: 960px) {
  .top-work__title-box::before {
    top: -2.5rem;
  }
}

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

.top-work__card {
  display: block;
  width: 100%;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 520px) {
  .top-work__card {
    max-width: 37.5rem;
    margin: auto;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 960px) {
  .top-work__card {
    width: calc(100%/3 - 80px/3);
    margin: initial;
    margin-right: 2.5rem;
  }
}

@media screen and (min-width: 960px) {
  .top-work__card:nth-of-type(3n) {
    margin-right: 0;
  }
}

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

.card__imgbox {
  display: block;
  width: 100%;
  margin-bottom: 1.125rem;
}
@media screen and (min-width: 520px) {
  .card__imgbox {
    max-width: 37.5rem;
  }
}

.card__title {
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
}
@media screen and (min-width: 520px) {
  .card__title {
    margin-bottom: 1rem;
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 520px) {
  .card__title {
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
  }
}

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

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

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

top-message

****************/
.top-message {
  padding: 3.5rem 0;
  background: #d8eefe;
}
@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 {
  position: relative;
  margin-bottom: 3.625rem;
}

.top-message__title-box::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: -2.25rem;
  left: 50%;
          transform: translateX(-50%);
  color: #3da9fc;
  font-size: 2.5rem;
  content: "Message";
  opacity: 0.8;
}
@media screen and (min-width: 520px) {
  .top-message__title-box::before {
    top: -1.875rem;
  }
}
@media screen and (min-width: 960px) {
  .top-message__title-box::before {
    top: -2.5rem;
  }
}

.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-news

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

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

.top-news__title-box::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: -2.25rem;
  left: 50%;
          transform: translateX(-50%);
  color: #3da9fc;
  font-size: 2.5rem;
  content: "News";
  opacity: 0.8;
}
@media screen and (min-width: 520px) {
  .top-news__title-box::before {
    top: -1.875rem;
  }
}
@media screen and (min-width: 960px) {
  .top-news__title-box::before {
    top: -2.5rem;
  }
}

.top-news__contents {
  text-align: center;
}

.top-news__list {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 960px) {
  .top-news__list {
    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 #094067;
}
@media screen and (min-width: 520px) {
  .news-itmes__item {
    max-width: 37.5rem;
    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: 100%;
  }
}

.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: 22%;
    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: #3da9fc;
  color: #fffffe;
  font-size: 0.875rem;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .news-itmes__tag-box {
    font-size: 1rem;
  }
}

.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: 60%;
  margin-right: 1rem;
  font-size: 0.875rem;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .news-itmes__title {
    width: 80%;
    font-size: 1.375rem;
  }
}

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

top-company

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

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

.top-company__title-box::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: -2.25rem;
  left: 50%;
          transform: translateX(-50%);
  color: #3da9fc;
  font-size: 2.5rem;
  content: "Company";
  opacity: 0.8;
}
@media screen and (min-width: 520px) {
  .top-company__title-box::before {
    top: -1.875rem;
  }
}
@media screen and (min-width: 960px) {
  .top-company__title-box::before {
    top: -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 {
    max-width: 50rem;
  }
}

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

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

.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: 1.375rem;
  }
}

.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 {
  position: relative;
  margin-bottom: 3.625rem;
}

.top-contact__title-box::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: -2.25rem;
  left: 50%;
          transform: translateX(-50%);
  color: #3da9fc;
  font-size: 2.5rem;
  content: "Contact";
  opacity: 0.8;
}
@media screen and (min-width: 520px) {
  .top-contact__title-box::before {
    top: -1.875rem;
  }
}
@media screen and (min-width: 960px) {
  .top-contact__title-box::before {
    top: -2.5rem;
  }
}

.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 {
  padding: 8rem 0;
  background: #fffffe;
}

.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__card {
  -webkit-box-shadow: 0 4px 4px rgba(9, 64, 103, 0.25);
  display: block;
  width: 100%;
  max-width: 37.5rem;
  height: 100%;
  margin: auto;
  margin-bottom: 2.25rem;
  background: #fffffe;
          box-shadow: 0 4px 4px rgba(9, 64, 103, 0.25);
}
@media screen and (min-width: 520px) {
  .news__card {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 960px) {
  .news__card {
    width: calc(100%/3 - 72px/3);
    max-width: 100%;
    margin: initial;
    margin-right: 2.25rem;
    margin-bottom: 0;
    margin-bottom: 2.25rem;
  }
}

@media screen and (min-width: 960px) {
  .news__card:nth-of-type(3n) {
    margin-right: 0;
  }
}

.news__img-box {
  width: 100%;
  height: 15.9375rem;
  margin: auto;
}
@media screen and (min-width: 520px) {
  .news__img-box {
    height: 20rem;
  }
}
@media screen and (min-width: 960px) {
  .news__img-box {
    height: 15.9375rem;
  }
}

.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__text-box::before {
  -webkit-transition: 0.4s;
  display: block;
  position: absolute;
  right: 1.25rem;
  bottom: 1.5625rem;
  width: 3.75rem;
  height: 1px;
  background: #094067;
  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: #094067;
  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;
}

.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: #094067;
}

.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: #d8eefe;
}

.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-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;
    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;
  }
}

.fnav__list {
  width: 60%;
  max-width: 37.5rem;
  margin: auto;
  padding-bottom: 8px;
}
@media screen and (min-width: 520px) {
  .fnav__list {
    -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: 100%;
  }
}

.fnav__item {
  display: inline-block;
  width: 100%;
  margin-right: 3rem;
  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;
  }
}

.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 */