@charset "UTF-8";
/* スマホ時の記事のサイズ */
/*           */
/* フォントサイズ */
html {
  line-height: 1.0;
  font-size: 62.5%;
}

body {
  font-family: 'YuGothic';
  font-size: 1.6rem;
  color: #1b224c;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  text-decoration: none;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  opacity: .7;
}

ul {
  list-style: none;
  padding-left: 0;
}

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

.btn {
  color: white;
  font-weight: bold;
  font-size: 1.4rem;
  border-radius: 5px;
}

.request-documents {
  background-color: #F5A623;
}

.section-wrapper {
  padding: 0 20px;
  width: 940px;
  margin: 0 auto;
  text-align: center;
}

.section-title {
  font-size: 3.6rem;
  font-weight: bold;
}

.plus {
  position: relative;
}

.plus .bar {
  position: absolute;
  background-color: #1B224C;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.plus .bar:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.mobile-menu {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 80px;
  padding: 15px 10px 15px 15px;
  background-color: white;
}

.header .site-title {
  margin-right: 28px;
}

.header .nav-item {
  line-height: calc(29/16);
}

.header .nav-item:nth-child(-n+3) {
  margin-right: 28px;
}

.header .header-left {
  font-weight: bold;
}

.header .header-left a {
  color: #1b224c;
}

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

.header .company-info {
  width: 160px;
  margin-right: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header .company-info .business-hours {
  text-align: right;
  font-size: 1.2rem;
  color: #1b224c;
  margin-bottom: 10px;
}

.header .company-info .tel-number {
  text-align: right;
  color: #1b224c;
  font-weight: bold;
}

.header .company-info .tel-number img {
  width: auto;
}

.header .request-documents {
  margin-right: 10px;
  padding: 18px 43px;
}

.header .inquiry {
  background-color: #1B224C;
  padding: 18px 26px;
}

/* fv */
.fv {
  width: 100%;
  margin-top: 80px;
  height: 221px;
  position: relative;
}

.fv .fv-title {
  width: 100%;
  text-align: center;
  font-size: 3.2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: white;
  line-height: calc(54/32);
}

.bread-wrapper {
  background-color: #F8F8F8;
}

.bread-wrapper .bread-container {
  padding: 19px 20px;
  width: 940px;
  text-align: left;
  margin: 0 auto 58px;
}

.bread-wrapper .bread-container span {
  margin: 0 6px;
  line-height: 1.5em;
}

.bread-wrapper .bread-container span:first-child {
  margin-left: 0;
}

.bread-wrapper .bread-container span:last-child {
  margin-right: 0;
}

.bread-wrapper .bread-container a {
  -webkit-text-decoration: underline #1B224C;
          text-decoration: underline #1B224C;
}

.blog-title {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

/* カテゴリー */
.cate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  padding: 8px 9px;
  font-size: 1.2rem;
  color: white;
  background-color: #1B224C;
}

.sidebar-contents-title {
  text-align: center;
  padding: 18px 0;
  background-color: #1B224C;
  color: white;
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.pagination {
  text-align: center;
  margin-bottom: 45px;
}

.page-numbers {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1b224c;
  padding: 17px 20px;
  border: 1px solid #1B224C;
  margin-right: 19px;
}

.page-numbers.dots {
  border: none;
}

.current {
  color: white;
  background-color: #1B224C;
}

.next.page-numbers {
  border: none;
  padding: 0px;
}

.prev.page-numbers {
  border: none;
  padding: 0px;
}

.footer {
  text-align: center;
}

.footer .footer-request-documents {
  background: url("../../../images/index/cta.png") center/cover;
  padding: 70px 0 41.4px 0;
}

.footer .footer-request-documents .request-documents-title {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: white;
  line-height: calc(54/32);
}

.footer .footer-request-documents .request-documents {
  margin-bottom: 22px;
  padding: 16px 108px 18px;
  border-radius: 40px;
  color: white;
  font-weight: bold;
}

.footer .footer-request-documents .request-documents-text {
  color: white;
  -webkit-text-decoration: underline white;
          text-decoration: underline white;
  line-height: calc(27/16);
}

.footer .company-info {
  padding: 20px 0 23px;
}

.footer .company-info .footer-company-info-inner {
  display: inline-block;
  position: relative;
}

.footer .company-info .footer-company-info-inner .company-info-tel {
  font-weight: bold;
  margin: 0 1.5vw;
  font-size: 3.2rem;
  line-height: calc(50/36);
}

.footer .company-info .footer-company-info-inner .company-info-text, .footer .company-info .footer-company-info-inner .company-info-date {
  position: absolute;
  font-size: 1.6rem;
  bottom: 2px;
  line-height: calc(27/16);
}

.footer .company-info .footer-company-info-inner .company-info-text {
  font-weight: bold;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.footer .company-info .footer-company-info-inner .company-info-date {
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.footer .footer-bottom-wrapper {
  background-color: #1B224C;
}

.footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 10px 68px 10px;
  color: white;
  font-weight: bold;
}

.footer .footer-bottom .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-bottom .nav-list li:nth-child(-n+3) {
  border-right: 1px solid white;
}

.footer .footer-bottom .nav-list .nav-item {
  display: block;
  padding: 3.5px 21.5px;
}

.footer .footer-bottom .company-info-inner {
  text-align: right;
}

.footer .footer-bottom .company-info-inner .company-info-tel {
  margin-bottom: 13px;
}

.footer .footer-bottom .company-info-inner .company-info-tel img {
  width: auto;
  margin-right: 7px;
}

.footer .footer-bottom .company-info-inner .company-info-date {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: calc(20/12);
}

.footer .footer-bottom .company-info-inner .logo-image {
  border: 1px solid #707070;
  width: 197px;
  margin-bottom: 27px;
  padding: 14px 19px 13px;
  background-color: white;
}

.footer .copy-right {
  padding: 12px 20px;
  text-align: right;
  font-size: 1.2rem;
}

@media screen and (max-width: 1026px) {
  .header .company-info {
    width: 100%;
    text-align: left;
  }
  .header-nav {
    display: none;
  }
  .mobile-menu {
    display: inline-block;
  }
  .black-bg.cover {
    position: fixed;
    z-index: 80;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1B224C;
    opacity: 0.7;
  }
  .header-right {
    display: none !important;
  }
  .nav-button {
    z-index: 200;
    display: block;
    position: fixed;
    padding: 8px;
    border-radius: 5px;
    width: 50px;
    right: 20px;
    top: 20px;
    height: 41px;
    -webkit-transition: 1s;
    transition: 1s;
    background-color: #1B224C;
  }
  .nav-button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .nav-button.toggle .line:first-child {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
  }
  .nav-button.toggle .line:nth-child(2) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .nav-button.toggle .line:last-child {
    display: none;
  }
  .nav-button .line {
    display: block;
    margin: 2px auto 8px;
    width: 80%;
    height: 2px;
    background-color: white;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

.mobile-nav-container {
  position: fixed;
  z-index: 100;
  width: 80%;
  max-width: 700px;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mobile-nav-container.toggle {
  -webkit-transform: none;
          transform: none;
}

.mobile-nav-container .mobile-nav-inner {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
}

.mobile-nav-container .mobile-nav-inner .mobile-nav-title {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 50px;
}

.mobile-nav-container .mobile-nav-inner .mobile-nav-title .fa-list-alt {
  margin-right: 10px;
}

.mobile-nav-container .mobile-nav-inner .mobile-nav-list {
  margin-bottom: 70px;
}

.mobile-nav-container .mobile-nav-inner .mobile-nav-list a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #1B224C;
}

.mobile-nav-container .mobile-nav-inner .mobile-nav-list a .nav-item {
  margin-right: 0;
}

.mobile-nav-container .mobile-nav-inner .company-info {
  margin-bottom: 20px;
}

.mobile-nav-container .mobile-nav-inner .company-info .mobile-business-hours {
  margin-bottom: 10px;
}

.mobile-nav-container .mobile-nav-inner .company-info .mobile-tel-number img {
  width: auto;
  height: auto;
}

.mobile-nav-container .mobile-nav-inner .request-inquiry-inner {
  text-align: left;
}

.mobile-nav-container .mobile-nav-inner .request-inquiry-inner .request-documents, .mobile-nav-container .mobile-nav-inner .request-inquiry-inner .inquiry {
  text-align: center;
  width: 100%;
  padding: 15px 10px;
  margin-bottom: 15px;
}

.mobile-nav-container .mobile-nav-inner .request-inquiry-inner .request-documents {
  margin-right: 0;
}

.mobile-nav-container .mobile-nav-inner .inquiry {
  background-color: #1B224C;
}

@media screen and (max-width: 939px) {
  .bread-wrapper .bread-container {
    width: 100%;
  }
  .section-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .nav-button:hover {
    opacity: 1;
  }
  .footer .footer-request-documents .request-documents-title {
    font-size: 2.2rem;
  }
  .footer .company-info {
    padding: 10px 0;
  }
  .footer .company-info .footer-company-info-inner .company-info-text, .footer .company-info .footer-company-info-inner .company-info-date {
    position: relative;
    -webkit-transform: none;
            transform: none;
  }
  .footer .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 35px 10px 68px 10px;
  }
  .footer .footer-bottom .nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .footer .footer-bottom .nav-list li {
    border-bottom: 1px solid white;
    width: 40%;
  }
  .footer .footer-bottom .nav-list li:nth-child(-n+3) {
    border-right: none;
    margin-bottom: 15px;
  }
  .footer .footer-bottom .nav-list a {
    display: block;
  }
  .footer .footer-bottom .nav-list a .nav-item {
    display: block;
    padding: 3.5px 10.5px;
  }
  .footer .footer-bottom .company-info-inner {
    text-align: center;
    width: 40%;
    min-width: 138px;
    margin: 0 auto;
  }
  .footer .footer-bottom .company-info-inner .logo-image {
    width: 100%;
    margin: 0 auto 17px;
  }
  .page-numbers.prev, .page-numbers.next {
    display: inline-block;
  }
  .page-numbers {
    margin-right: 10px;
    padding: 10px 15px;
  }
}

.fv {
  background: url("../../../images/notice/news.png") center/cover;
}

.notice-list {
  margin-bottom: 65px;
}

.notice-list .notice-item {
  border-top: 1px solid #d5d5d5;
  font-size: 1.6rem;
  text-align: left;
}

.notice-list .notice-item:last-child {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}

.notice-list .notice-item .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0px;
}

.notice-list .notice-item .notice-date {
  margin-right: 51px;
  line-height: calc(30/16);
}

.notice-list .notice-item .notice-title {
  line-height: calc(24/16);
  -webkit-text-decoration: underline #1B224C;
          text-decoration: underline #1B224C;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (-webkit-min-devvce-pixel-ratio: 2) {
  .fv {
    background: url("../../../images/notice/news@2x.png") center/cover;
  }
}
/*# sourceMappingURL=style.css.map */