html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
}

@media screen and (max-width: 800px) {
  html .only-pc {
    display: none !important;
  }
}

@media screen and (min-width: 800px) {
  html .only-sp {
    display: none !important;
  }
}

li {
  list-style: none;
}

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

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.header .static-header {
  padding: 18px 0;
}

@media screen and (max-width: 800px) {
  .header .static-header {
    padding: 10px 0;
  }
}

.header .static-header > .wrapper {
  margin: 0 auto;
  padding: 0 20px;
  width: 1040px;
  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;
}

@media screen and (max-width: 800px) {
  .header .static-header > .wrapper {
    width: 100%;
  }
}

.header .static-header .logo {
  width: 382px;
}

@media screen and (max-width: 800px) {
  .header .static-header .logo {
    width: 119px;
  }
}

.header .static-header .logo > a {
  display: block;
}

@media screen and (min-width: 801px) {
  .header .static-header .logo > a:hover {
    opacity: 0.7;
  }
}

.header .fixed-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 300;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.header .fixed-header.act {
  top: 0px;
}

.header .fixed-header .top-menu {
  margin: 0 auto;
  padding: 0 20px;
  width: 1040px;
  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;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 800px) {
  .header .fixed-header .top-menu {
    width: 100%;
  }
}

.header .fixed-header .top-menu .logo > a {
  width: 382px;
}

@media screen and (min-width: 801px) {
  .header .fixed-header .top-menu .logo > a:hover {
    opacity: 0.7;
  }
}

.header .fixed-header .top-menu .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .fixed-header .top-menu .menu-list .tel {
  margin-right: 25px;
}

.header .fixed-header .top-menu .menu-list .tel > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 801px) {
  .header .fixed-header .top-menu .menu-list .tel > a:hover {
    opacity: 0.7;
  }
}

.header .fixed-header .top-menu .menu-list .tel > a:before {
  display: block;
  width: 17px;
  height: 22px;
  content: "";
  background-image: url(../images/icon/icon-tel-purple.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin-right: 6px;
  margin-top: 6px;
}

.header .fixed-header .top-menu .menu-list .tel > a .num {
  font-size: 28px;
  font-weight: 500;
  color: #4C4E90;
}

.header .fixed-header .top-menu .menu-list .contact > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  width: 210px;
  background-color: #4C4E90;
}

@media screen and (min-width: 801px) {
  .header .fixed-header .top-menu .menu-list .contact > a:hover {
    opacity: 0.7;
  }
}

.header .fixed-header .top-menu .menu-list .contact > a:before {
  display: block;
  width: 22px;
  height: 17px;
  content: "";
  background-image: url(../images/icon/icon-mail.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin-right: 10px;
}

.header .fixed-header .top-menu .menu-list .contact > a .txt {
  font-size: 19px;
  color: #fff;
}

.header .fixed-header .bot-menu {
  background-color: #F0F1FF;
}

.header .fixed-header .bot-menu .menu-list {
  margin: 0 auto;
  padding: 0 20px;
  width: 1040px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 800px) {
  .header .fixed-header .bot-menu .menu-list {
    width: 100%;
  }
}

.header .fixed-header .bot-menu .menu-list .menu-item {
  position: relative;
  width: calc(100% / 5);
}

.header .fixed-header .bot-menu .menu-list .menu-item:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 70%;
  content: "";
  background-color: #ABABAB;
}

.header .fixed-header .bot-menu .menu-list .menu-item:last-of-type:after {
  display: none;
}

.header .fixed-header .bot-menu .menu-list .menu-item > a {
  display: block;
  padding: 15px 0;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  text-align: center;
}

@media screen and (min-width: 801px) {
  .header .fixed-header .bot-menu .menu-list .menu-item > a:hover {
    opacity: 0.7;
  }
}

.header .mobile-menu .menu-list {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -70px;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #4C4E90;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.header .mobile-menu .menu-list.act {
  bottom: 0px;
}

.header .mobile-menu .menu-list .menu-item {
  position: relative;
  width: calc(100% / 3);
}

.header .mobile-menu .menu-list .menu-item:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 70%;
  content: "";
  background-color: #fff;
}

.header .mobile-menu .menu-list .menu-item:last-of-type:after {
  display: none;
}

.header .mobile-menu .menu-list .menu-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  height: 65px;
}

.header .mobile-menu .menu-list .menu-item > a > .txt {
  margin-top: 5px;
  font-size: 14px;
  color: #fff;
}

.header .mobile-menu .menu-list .menu-item.menu-btn a:before {
  display: block;
  width: 21px;
  height: 16px;
  content: "";
  background-image: url(../images/icon/icon-sp-ham@2x.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.header .mobile-menu .menu-list .menu-item.tel-btn a:before {
  display: block;
  width: 15px;
  height: 20px;
  content: "";
  background-image: url(../images/icon/icon-sp-tel@2x.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.header .mobile-menu .menu-list .menu-item.contact-btn a:before {
  display: block;
  width: 24px;
  height: 18px;
  content: "";
  background-image: url(../images/icon/icon-sp-contact@2x.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.header .mobile-menu .drop-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url(../images/index/sec-lead-bg.png) no-repeat 50% 50%/cover;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.header .mobile-menu .drop-menu.act {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header .mobile-menu .drop-menu > .close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  background-color: #000;
}

.header .mobile-menu .drop-menu > .close-btn span {
  position: absolute;
  left: 50%;
  top: calc(50% - 2px);
  display: block;
  width: 80%;
  height: 4px;
  background-color: #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.header .mobile-menu .drop-menu > .close-btn span:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.header .mobile-menu .drop-menu > .close-btn span:nth-of-type(2) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.header .mobile-menu .drop-menu .drop-item {
  margin-top: 20px;
  text-align: center;
}

.header .mobile-menu .drop-menu .drop-item:first-of-type {
  margin-top: 0;
  padding-top: 90px;
}

.header .mobile-menu .drop-menu .drop-item > a {
  border-bottom: 1px solid #ababab;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
}

.sec-subpage-mv {
  padding: 15px 0 50px;
  background: url(../images/header/submv-bg.jpg) no-repeat 50% 50%/cover;
  color: #505050;
  margin-top: 125px;
}

.sec-subpage-mv > .wrapper {
  margin: 0 auto;
  padding: 0 20px;
  width: 1040px;
}

@media screen and (max-width: 800px) {
  .sec-subpage-mv > .wrapper {
    width: 100%;
  }
}

.sec-subpage-mv .breadcrumb {
  margin-bottom: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  text-align: right;
}

@media screen and (max-width: 800px) {
  .sec-subpage-mv .breadcrumb {
    font-size: 12px;
  }
}

@media screen and (min-width: 801px) {
  .sec-subpage-mv .breadcrumb > a:hover {
    opacity: 0.7;
  }
}

.sec-subpage-mv .breadcrumb .arrow {
  display: inline-block;
  margin: 0 3px;
}

.sec-subpage-mv .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .sec-subpage-mv .ttl {
    font-size: 25px;
  }
}

@media screen and (max-width: 800px) {
  .sec-subpage-mv {
    margin-top: 0;
  }
}

.sec-guide-contact {
  padding: 80px 0;
  background-color: #F0F1FF;
}

@media screen and (max-width: 800px) {
  .sec-guide-contact {
    padding: 40px 0;
  }
}

.sec-guide-contact > .wrapper {
  margin: 0 auto;
  padding: 0 20px;
  width: 1040px;
}

@media screen and (max-width: 800px) {
  .sec-guide-contact > .wrapper {
    width: 100%;
  }
}

.sec-guide-contact .txt-lead {
  margin-bottom: 50px;
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .sec-guide-contact .txt-lead {
    margin-bottom: 40px;
    font-size: 16px;
  }
}

.sec-guide-contact .list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 20px;
}

@media screen and (max-width: 800px) {
  .sec-guide-contact .list-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: wrap column;
            flex-flow: wrap column;
    font-size: 70%;
  }
}

.sec-guide-contact .list-btn li a {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 485px;
  height: 120px;
  background-color: #4C4E90;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 801px) {
  .sec-guide-contact .list-btn li a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 800px) {
  .sec-guide-contact .list-btn li a {
    padding: 10px 0;
    width: 100%;
    height: 80px;
  }
}

@media screen and (max-width: 800px) {
  .sec-guide-contact .list-btn li:first-of-type {
    margin-bottom: 20px;
  }
}

.sec-guide-contact .list-btn li:first-of-type .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 200%;
}

@media screen and (max-width: 800px) {
  .sec-guide-contact .list-btn li:first-of-type .tel {
    margin-bottom: 5px;
  }
}

.sec-guide-contact .list-btn li:first-of-type .tel:before {
  display: inline-block;
  margin-right: 13px;
  width: 29px;
  height: 37px;
  content: "";
  background: url(../images/footer/icon-tel2.png) no-repeat 50% 50%/contain;
}

@media screen and (max-width: 800px) {
  .sec-guide-contact .list-btn li:first-of-type .tel:before {
    width: 21px;
    height: 28px;
  }
}

.sec-guide-contact .list-btn li:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-guide-contact .list-btn li:nth-of-type(2) .mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 160%;
}

.sec-guide-contact .list-btn li:nth-of-type(2) .mail:before {
  display: inline-block;
  margin-right: 5px;
  width: 39px;
  height: 30px;
  content: "";
  background: url(../images/footer/icon-mail.png) no-repeat 50% 50%/contain;
}

@media screen and (max-width: 800px) {
  .sec-guide-contact .list-btn li:nth-of-type(2) .mail:before {
    width: 29px;
    height: 20px;
  }
}

.sec-footer {
  padding: 50px 0;
  background: url(../images/footer/bg.jpg) no-repeat 50% 50%/cover;
}

@media screen and (max-width: 800px) {
  .sec-footer {
    padding: 30px 0;
  }
}

.sec-footer > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 0 20px;
  width: 1040px;
}

@media screen and (max-width: 800px) {
  .sec-footer > .wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .sec-footer > .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.sec-footer > .wrapper .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #707070;
  width: 500px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 800px) {
  .sec-footer > .wrapper .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: none;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }
}

.sec-footer > .wrapper .menu .list-menu:first-of-type {
  margin-right: 90px;
  font-weight: 400;
}

@media screen and (max-width: 800px) {
  .sec-footer > .wrapper .menu .list-menu:first-of-type {
    margin-bottom: 30px;
  }
}

.sec-footer > .wrapper .menu .list-menu:first-of-type li {
  margin-bottom: 12px;
  font-size: 16px;
}

.sec-footer > .wrapper .menu .list-menu:first-of-type li:first-of-type {
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 800px) {
  .sec-footer > .wrapper .menu .list-menu:first-of-type li:first-of-type {
    font-size: 20px;
  }
}

.sec-footer > .wrapper .menu .list-menu:first-of-type li:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 800px) {
  .sec-footer > .wrapper .menu .list-menu:first-of-type {
    margin-right: 0;
  }
}

@media screen and (max-width: 800px) {
  .sec-footer > .wrapper .menu .list-menu:nth-of-type(2) {
    font-size: 20px;
  }
}

.sec-footer > .wrapper .menu .list-menu:nth-of-type(2) li {
  margin-bottom: 16px;
}

.sec-footer > .wrapper .menu .list-menu:nth-of-type(2) li:last-of-type {
  margin-bottom: 0px;
}

.sec-footer > .wrapper .info {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 500px;
}

@media screen and (max-width: 800px) {
  .sec-footer > .wrapper .info {
    width: 100%;
  }
}

.sec-footer > .wrapper .info .logo {
  margin: 0 auto 17px;
  width: 375px;
}

@media screen and (max-width: 800px) {
  .sec-footer > .wrapper .info .logo {
    width: 100%;
    max-width: 375px;
    margin-bottom: 20px;
  }
  .sec-footer > .wrapper .info .logo > a {
    display: block;
  }
}

.sec-footer > .wrapper .info .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
  font-size: 34px;
  font-weight: 500;
  color: #4C4E90;
}

@media screen and (max-width: 800px) {
  .sec-footer > .wrapper .info .tel {
    margin-bottom: 5px;
    font-size: 20px;
  }
}

@media screen and (min-width: 801px) {
  .sec-footer > .wrapper .info .tel > a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 800px) {
  .sec-footer > .wrapper .info .tel > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.sec-footer > .wrapper .info .tel > a:before {
  display: inline-block;
  margin-right: 11px;
  width: 24px;
  height: 31px;
  content: "";
  background: url(../images/footer/icon-tel.png) no-repeat 50% 50%/contain;
}

@media screen and (max-width: 800px) {
  .sec-footer > .wrapper .info .tel > a:before {
    margin-right: 5px;
    width: 19px;
    height: 26px;
  }
}

.sec-footer > .wrapper .info .contact {
  margin: 0 auto;
  width: 260px;
}

.sec-footer > .wrapper .info .contact > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  background-color: #4C4E90;
}

@media screen and (min-width: 801px) {
  .sec-footer > .wrapper .info .contact > a:hover {
    opacity: 0.7;
  }
}

.sec-footer > .wrapper .info .contact > a:before {
  display: block;
  width: 22px;
  height: 17px;
  content: "";
  background-image: url(../images/icon/icon-mail.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin-right: 7px;
}

.sec-footer > .wrapper .info .contact > a .txt {
  display: inline-block;
  font-size: 19px;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .sec-footer > .wrapper .info .contact > a .txt {
    font-size: 18px;
  }
}

.copy {
  padding: 15px 0;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .copy {
    padding-bottom: 75px;
  }
}
