* {
  font-family: "Noto Serif JP", serif !important;
}

img {
  display: block;
  width: 100%;
}

.pc-only {
  display: none;
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
  .pc-only {
    display: block;
  }
}
.header-section {
  background: #fff;
  padding: 15px 20px;
  height: 70px;
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  z-index: 99;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}
.header-section .header-inner {
  display: flex;
  justify-content: space-between;
}
.header-section .header-inner .header-logo {
  width: 77px;
  position: relative;
  bottom: 5px;
}
.header-section .header-inner .header-nav {
  width: 100vw;
  height: 100vh;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: left;
  padding-top: 77px;
  box-sizing: border-box;
  background: rgb(1, 87, 170);
  display: none;
}
.header-section .header-inner .header-nav .nav-link-text {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  position: relative;
  line-height: 35px;
  width: 90%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 20px;
  border-bottom: 1px solid #CCCCCC;
  display: block;
}
.header-section .header-inner .header-nav .nav-link-text::after {
  font-size: 12px;
  display: inline-block;
  margin-left: 20px;
}
.header-section .header-inner .header-nav li {
  position: relative;
}
.header-section .header-inner .header-nav li:first-of-type .nav-link-text {
  border-top: 1px solid #CCCCCC;
}
.header-section .header-inner .header-nav li::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../images/hover_arrow.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 38px;
  height: 42px;
}
.header-section .header-inner .header-nav .nav-link-text:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.header-section .header-inner .header-nav .header-contact {
  display: block;
  text-align: center;
  padding: 22px 0;
  border-radius: 32px;
  text-decoration: none;
  max-width: 350px;
  background: #fff;
  font-weight: 600;
  width: 90%;
  margin: 20px auto;
  position: relative;
}
.header-section .header-inner .header-nav .header-contact p {
  font-size: 16px;
  line-height: 100%;
  position: relative;
  color: rgb(1, 87, 170);
  display: inline-block;
}
.header-section .header-inner .header-nav .header-contact:hover {
  transition: all 0.3s;
  opacity: 0.8;
}
.header-section .header-inner .header-nav .header-contact-mail::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 13px;
  margin-right: 8px;
  background: url("../images/mail.webp");
  background-size: 100%;
  background-repeat: no-repeat;
}
.header-section .header-inner .header-nav .sns-content {
  display: flex;
  width: 110px;
  justify-content: space-between;
  margin: 0 auto;
}
.header-section .header-inner .header-nav .sns-content .ig {
  width: 40px;
}
.header-section .header-inner .header-nav .sns-content .yt {
  width: 49px;
}
.header-section .header-inner .active-menu {
  right: 0;
}
.header-section .header-inner .open-active {
  display: block;
}

@media (min-width: 1200px) {
  .header-section {
    padding: 13px 5% 3px 5%;
    height: 100px;
    box-shadow: none;
  }
  .header-section .header-inner {
    max-width: 1600px;
    margin: 0 auto;
  }
  .header-section .header-inner .header-logo {
    width: 111px;
  }
  .header-section .header-inner .back-bg {
    display: none !important;
  }
  .header-section .header-inner .header-nav {
    display: flex !important;
    background: transparent !important;
    position: initial !important;
    height: initial !important;
    width: initial !important;
    padding: 0;
    overflow: initial;
    width: 100%;
  }
  .header-section .header-inner .header-nav li {
    padding: 0;
    margin-right: 25px;
    margin-top: 30px;
  }
  .header-section .header-inner .header-nav li, .header-section .header-inner .header-nav li:first-of-type {
    border: none;
  }
  .header-section .header-inner .header-nav li::after {
    display: none;
  }
  .header-section .header-inner .header-nav li:last-of-type::after {
    display: none;
  }
  .header-section .header-inner .header-nav .nav-link-text {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    color: #333;
    border-bottom: none;
    width: 100%;
    padding: 0;
  }
  .header-section .header-inner .header-nav .nav-link-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: rgb(1, 87, 170);
    transition: 0.3s;
    margin-left: 0;
  }
  .header-section .header-inner .header-nav .nav-link-text:hover::after {
    width: 100%;
  }
  .header-section .header-inner .header-nav .nav-link-text:hover {
    color: rgb(1, 87, 170);
    opacity: 1;
  }
  .header-section .header-inner .header-nav .header-contact {
    width: 160px;
    padding: 10px 0;
    box-sizing: border-box;
    border-radius: 32px;
    margin-top: 14px;
    background: rgb(1, 87, 170);
  }
  .header-section .header-inner .header-nav .header-contact p {
    color: #fff !important;
    line-height: 30px;
  }
  .header-section .header-inner .header-nav .header-contact::before {
    display: none;
  }
  .header-section .header-inner .header-nav .sns-content {
    margin-top: 30px;
    width: initial;
  }
  .header-section .header-inner .header-nav .sns-content img:hover {
    transition: all 0.3s;
    opacity: 0.8;
  }
  .header-section .header-inner .header-nav .sns-content .yt {
    width: 31px;
  }
  .header-section .header-inner .header-nav .sns-content .ig {
    width: 22px;
    margin: 0 20px;
  }
}
.open-menu .openbtn1 {
  position: relative;
  cursor: pointer;
  width: 38px;
  height: 23px;
}
.open-menu .openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  height: 3px;
  width: 100%;
  background: rgb(1, 87, 170);
}
.open-menu .openbtn1 span:nth-of-type(1) {
  top: 5px;
}
.open-menu .openbtn1 span:nth-of-type(2) {
  top: 17px;
}
.open-menu .openbtn1 span:nth-of-type(3) {
  top: 29px;
}
.open-menu .openbtn1.active span:nth-of-type(1) {
  top: 11px;
  right: -5px;
  transform: translateY(6px) rotate(-45deg);
  width: 40px;
  background: #fff;
}
.open-menu .openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}
.open-menu .openbtn1.active span:nth-of-type(3) {
  top: 23px;
  right: -5px;
  transform: translateY(-6px) rotate(45deg);
  width: 40px;
  background: #fff;
}

@media (min-width: 1200px) {
  .open-menu {
    display: none;
  }
}
.fv-tmp-section {
  padding-top: 110px;
}
.fv-tmp-section .site-title {
  width: 90%;
  margin: 0 auto;
}
.fv-tmp-section .site-title span {
  font-size: 14px;
  line-height: 35px;
}
.fv-tmp-section .site-title span::after {
  content: "";
  background: rgb(1, 87, 170);
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 1px;
  margin-left: 10px;
}
.fv-tmp-section .site-title h1 {
  font-size: 40px;
  line-height: 35px;
  color: rgb(1, 87, 170);
  font-weight: 600;
}
.fv-tmp-section .fv-inner {
  width: 95%;
  margin: 0 0 0 auto;
}
.fv-tmp-section .fv-inner img {
  margin-top: 40px;
  max-height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .fv-tmp-section {
    padding-top: 170px;
    max-width: 1700px;
    margin: 0 auto;
  }
  .fv-tmp-section .site-title span {
    font-size: 18px;
  }
  .fv-tmp-section .site-title span::after {
    width: 60px;
    margin-left: 15px;
    height: 2px;
  }
  .fv-tmp-section .site-title h1 {
    font-size: 62px;
    line-height: 62px;
    margin-top: 5px;
  }
  .fv-tmp-section .fv-inner img {
    max-height: 400px;
  }
}
.contact-section {
  background: url("../images/contact_bg_sp.webp");
  background-size: 105%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
  max-width: 600px;
  margin: 0 auto;
}
.contact-section .contact-inner {
  text-align: center;
  color: #fff;
}
.contact-section .contact-inner h2 {
  font-size: 40px;
  line-height: 57px;
  font-weight: 900;
  margin-bottom: 30px;
}
.contact-section .contact-inner .top-text {
  font-weight: 600;
  line-height: 23px;
  font-size: 16px;
}
.contact-section .contact-inner .contact-container {
  margin-top: 45px;
}
.contact-section .contact-inner .contact-container .content .sub-title {
  margin-bottom: 20px;
}
.contact-section .contact-inner .contact-container .content .tel a {
  text-decoration: none;
  font-size: 40px;
  line-height: 57px;
  font-weight: 700;
  color: #fff;
}
.contact-section .contact-inner .contact-container .content .tel a span {
  font-size: 16px;
  line-height: 23px;
  margin-right: 6px;
}
.contact-section .contact-inner .contact-container .content .tel .time {
  display: block;
  font-size: 17px;
  line-height: 24px;
}
.contact-section .contact-inner .contact-container .mail-content {
  margin-top: 50px;
}
.contact-section .contact-inner .contact-container .mail-content .mail {
  text-decoration: none;
  color: #fff;
  padding: 22px 0;
  background: rgb(1, 87, 170);
  border: 1px solid #fff;
  box-sizing: border-box;
  display: block;
  width: 90%;
  margin: 0 auto;
  border-radius: 32px;
  box-shadow: 2px 2px 9px 0px rgb(29, 114, 196);
  max-width: 331px;
}
.contact-section .contact-inner .contact-container .mail-content .mail span::before {
  content: "";
  background: url("../images/mail_footer.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 16px;
  height: 13px;
  margin-right: 8px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 1px;
}
.contact-section .contact-inner .contact-container .mail-content .mail:hover {
  transition: all 0.3s;
  opacity: 0.9;
}

@media (min-width: 768px) {
  .contact-section {
    max-width: 1700px;
    background: url("../images/contact_bg_pc.webp");
    background-size: 180%;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-top: 120px;
  }
}
@media (min-width: 768px) and (min-width: 1300px) {
  .contact-section {
    background-size: 105%;
  }
}
@media (min-width: 768px) {
  .contact-section .contact-inner h2 {
    margin-bottom: 18px;
  }
  .contact-section .contact-inner .contact-container {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin: 60px auto 0 auto;
  }
  .contact-section .contact-inner .contact-container .content {
    width: 100%;
    display: inline-block;
  }
  .contact-section .contact-inner .contact-container .mail-content {
    margin-top: 0;
    display: inline-block;
    position: relative;
  }
  .contact-section .contact-inner .contact-container .mail-content::before {
    content: "";
    width: 1px;
    height: 147px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.footer-section {
  padding: 30px 0;
  max-width: 600px;
  margin: 0 auto;
}
.footer-section .footer-inner {
  width: 90%;
  margin: 0 auto;
}
.footer-section .footer-inner .footer-container .content .logo {
  width: 191px;
  margin-bottom: 28px;
}
.footer-section .footer-inner .footer-container .content p {
  font-size: 16px;
  line-height: 25px;
}
.footer-section .footer-inner .footer-container .content p a {
  color: #000;
}
.footer-section .footer-inner .footer-container .content p:first-of-type {
  margin-bottom: 15px;
}
.footer-section .footer-inner .footer-container .content-list ul a {
  transition: all 0.3s;
}
.footer-section .footer-inner .footer-container .content-list ul a:hover {
  opacity: 0.8;
}
.footer-section .footer-inner .footer-container .content-list ul .sns {
  margin-top: 30px;
  display: flex;
}
.footer-section .footer-inner .footer-container .content-list ul .sns .ig {
  margin-right: 25px;
}
.footer-section .footer-inner .footer-container .content-list ul .sns .ig img {
  width: 38px;
}
.footer-section .footer-inner .footer-container .content-list ul .sns .yt img {
  width: 54px;
}
.footer-section .footer-inner span {
  margin-top: 40px;
  display: block;
  font-size: 11px;
  line-height: 25px;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-section {
    background: rgb(245, 248, 251);
    max-width: 1700px;
    padding: 60px 0;
  }
  .footer-section .footer-inner {
    width: 80%;
  }
  .footer-section .footer-inner .footer-container {
    display: flex;
    justify-content: space-between;
  }
  .footer-section .footer-inner .footer-container .content .logo {
    margin-bottom: 17px;
  }
  .footer-section .footer-inner .footer-container .content p:first-of-type {
    margin-bottom: 9px;
  }
  .footer-section .footer-inner .footer-container .content p:last-of-type {
    line-height: 35px;
  }
  .footer-section .footer-inner .footer-container .content-list {
    display: flex;
    justify-content: space-between;
    width: 450px;
  }
  .footer-section .footer-inner .footer-container .content-list ul {
    display: block;
  }
  .footer-section .footer-inner .footer-container .content-list ul a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 30px;
    display: block;
  }
  .footer-section .footer-inner span {
    font-size: 13px;
    line-height: 18px;
    margin-top: 80px;
  }
}
.top-tmp-section {
  margin: 135px auto 0 auto;
  width: 90%;
  max-width: 500px;
}
.top-tmp-section p {
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
}
.top-tmp-section p span {
  color: rgb(1, 87, 170);
}

@media (min-width: 768px) {
  .top-tmp-section {
    margin-top: 200px;
    max-width: 1200px;
    text-align: center;
  }
}
.h2 {
  color: rgb(1, 87, 170);
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.h2::before {
  content: "";
  border-right: 1px dashed rgb(1, 87, 170);
  width: 1px;
  height: 40px;
  position: absolute;
  right: 50%;
  top: -35px;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .h2 {
    margin-bottom: 60px;
  }
}
.section {
  margin-top: 60px;
  background: rgb(245, 248, 251);
  padding-top: 115px;
  padding-bottom: 80px;
}
.section .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 500px;
}
.section .inner .container img {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .section {
    margin-top: 120px;
    padding-top: 160px;
    padding-bottom: 90px;
  }
  .section .inner {
    max-width: 1000px;
  }
  .section .inner .container img {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .contact-section {
    margin-top: 0;
  }
}
.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.video-section {
  margin: 60px auto 0 auto;
}
.video-section .youtube:first-of-type {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .video-section {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
  }
  .video-section .youtube:first-of-type {
    margin-bottom: 0;
  }
  .video-section .youtube {
    width: 47.5%;
  }
}/*# sourceMappingURL=style.css.map */