@charset "UTF-8";
textarea {
  resize: vertical; }

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer; }

select::-ms-expand {
  display: none; }

dl, ol, ul {
  margin-bottom: 0px;
  margin-bottom: 0rem; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  line-height: 1.3em;
  font-family: "Noto Sans JP";
  font-weight: normal; }

body {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP";
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  background: #FFF;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%; }

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

img {
  width: 100%;
  height: auto; }

a {
  text-decoration: none;
  /* Chrome:hover欠け対策 */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  /* Chrome:hover欠け対策 */
  padding: 1px;
  /* Chrome:hover欠け対策 */ }

a {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s; }

a:hover {
  opacity: 0.7; }

p, li, a, h1, h2, h3, h4, h5, h6, ::-webkit-input-placeholder {
  font-family: "Noto Sans JP"; }

p, li, a, h1, h2, h3, h4, h5, h6, ::-moz-placeholder {
  font-family: "Noto Sans JP"; }

p, li, a, h1, h2, h3, h4, h5, h6, ::-ms-input-placeholder {
  font-family: "Noto Sans JP"; }

p, li, a, h1, h2, h3, h4, h5, h6, ::placeholder {
  font-family: "Noto Sans JP"; }

a {
  font-size: 1em;
  color: #333; }
  a:hover {
    text-decoration: none;
    opacity: .8; }
  a.disabled {
    pointer-events: none;
    opacity: .4; }

li {
  list-style-type: none; }

* {
  margin: 0;
  padding: 0; }

@media (max-width: 1024px) {
  img {
    width: 100%; } }

.mt1 {
  margin-top: 20px; }
  @media (max-width: 1024px) {
    .mt1 {
      margin-top: 4%; } }

.mt2 {
  margin-top: 10px; }
  @media (max-width: 1024px) {
    .mt2 {
      margin-top: 2%; } }

.wrapper {
  position: relative;
  padding-top: 75px;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .wrapper {
      padding-top: 60px; } }

.inner {
  margin: auto;
  width: 100%;
  max-width: 1024px; }
  @media (max-width: 768px) {
    .inner {
      width: 90%; } }

.flex-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.bg1 {
  background: url(../img/bg1.png) center center; }

.bg2 {
  background: url(../img/bg2.png) center center; }

a[href*="tel:"] {
  cursor: default;
  text-decoration: none; }
  @media (max-width: 768px) {
    a[href*="tel:"] {
      pointer-events: auto; } }

a.btn {
  background: url(../img/btn_bg.png) 5% center #152e67 no-repeat;
  background-size: contain;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 100px;
  width: 90%;
  max-width: 320px;
  margin: 0 auto;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 768px) {
    a.btn {
      width: 80%; } }

.text_right {
  text-align: right; }

header {
  top: 0;
  position: absolute;
  z-index: 5; }
  @media (max-width: 768px) {
    header .inner {
      width: 100%; } }
  header .head-container {
    width: 100%;
    /* height: 100vh; */
    background: url("../img/common/header_bg.png") no-repeat top center;
    /* background-size: cover; */
    /* background-attachment: fixed; */
    /* background: #fff; */
    position: fixed;
    z-index: 999;
    -webkit-box-shadow: 0 10px 30px -20px rgba(53, 47, 47, .6);
            box-shadow: 0 10px 30px -20px rgba(53, 47, 47, .6);
    color: #fff;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="3" /><feOffset dx="4" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .3));
            filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .3));
    z-index: 999; }
    header .head-container .inner {
      height: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      header .head-container .inner .hum-cont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        header .head-container .inner .hum-cont .menu {
          margin-right: 20px; }
          @media (max-width: 1024px) {
            header .head-container .inner .hum-cont .menu {
              margin: 0 auto; } }
          @media (max-width: 768px) {
            header .head-container .inner .hum-cont .menu {
              margin: 0 auto; } }
          header .head-container .inner .hum-cont .menu li {
            margin: 6px 0; }
            header .head-container .inner .hum-cont .menu li a.current {
              text-decoration: underline; }
      @media (max-width: 1024px) {
        header .head-container .inner {
          height: 60px; } }
      header .head-container .inner .logo {
        width: 320px;
        height: 80px;
        padding-right: 60px;
        background: url("../img/common/header_line.png") no-repeat top right #152e67;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (max-width: 1024px) {
          header .head-container .inner .logo {
            height: 60px;
            padding-left: 10px; } }
        header .head-container .inner .logo a img {
          width: 100%; }
        @media (max-width: 768px) {
          header .head-container .inner .logo {
            position: relative;
            z-index: 1000; } }
      header .head-container .inner nav {
        width: calc(100% - 320px); }
        header .head-container .inner nav ul {
          display: block; }
          header .head-container .inner nav ul.menu {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
            margin-top: 0; }
            header .head-container .inner nav ul.menu li {
              padding: 0;
              display: inline-block;
              border-left: 1px solid #ccc; }
              header .head-container .inner nav ul.menu li:first-child {
                border-left: none; }
              header .head-container .inner nav ul.menu li a {
                color: #152e67;
                padding: 0 1em; }
            @media (max-width: 1024px) {
              header .head-container .inner nav ul.menu {
                width: 100%; }
                header .head-container .inner nav ul.menu li:first-child {
                  border-left: none; }
                header .head-container .inner nav ul.menu li:last-child {
                  border-left: none; } }
            @media (max-width: 768px) {
              header .head-container .inner nav ul.menu {
                width: 100%;
                margin: 0 auto;
                display: block; }
                header .head-container .inner nav ul.menu li {
                  width: 100%;
                  margin: auto;
                  padding: .5em 1em;
                  border-right: 0;
                  text-align: left;
                  border-left: none; }
                  header .head-container .inner nav ul.menu li:last-child {
                    border-left: none; } }
        @media (max-width: 768px) {
          header .head-container .inner nav {
            z-index: 5;
            position: absolute;
            -webkit-transition: .3s;
            transition: .3s;
            opacity: 0;
            top: -100vh;
            -webkit-transform: scale(1, 0);
                    transform: scale(1, 0); }
            header .head-container .inner nav.open-menu {
              top: 0;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-flow: column;
                      flex-flow: column;
              -webkit-box-pack: start;
                  -ms-flex-pack: start;
                      justify-content: flex-start;
              padding-top: 70px;
              background-color: #fff;
              opacity: 1;
              -webkit-transform: scale(1, 1);
                      transform: scale(1, 1);
              width: 100%;
              display: block;
              height: 120vh;
              left: 0;
              z-index: 999; } }
    header .head-container .menu_btn {
      z-index: 10;
      position: absolute;
      top: 0;
      right: 0;
      width: 50px;
      height: 100%;
      z-index: 999; }
      header .head-container .menu_btn .bars {
        width: 100%;
        height: 100%;
        position: relative; }
        header .head-container .menu_btn .bars p {
          position: absolute;
          right: 0;
          left: 0;
          bottom: 10% !important;
          color: #152e67; }
        header .head-container .menu_btn .bars span {
          position: absolute;
          height: 2px;
          width: 50%;
          right: 0;
          left: 0;
          margin: auto;
          -webkit-transition: .3s;
          transition: .3s;
          background: #152e67; }
          header .head-container .menu_btn .bars span:nth-child(1) {
            top: 25%; }
          header .head-container .menu_btn .bars span:nth-child(2) {
            top: 40%; }
          header .head-container .menu_btn .bars span:nth-child(3) {
            top: 55%; }
        header .head-container .menu_btn .bars p {
          font-size: 10px;
          position: absolute;
          bottom: 0;
          width: 100%;
          text-align: center; }
        header .head-container .menu_btn .bars.open span:nth-child(1) {
          top: 50%;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
        header .head-container .menu_btn .bars.open span:nth-child(2) {
          opacity: 0; }
        header .head-container .menu_btn .bars.open span:nth-child(3) {
          top: 50%;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
    header .head-container .tel_fix {
      position: absolute;
      top: 10px;
      right: 60px;
      z-index: 999; }
      header .head-container .tel_fix a {
        padding: 10px 10px;
        background: #333;
        border-radius: 6px;
        width: 40px;
        height: 40px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: block;
        text-align: center; }
        header .head-container .tel_fix a img {
          height: 20px;
          width: auto; }

footer {
  background: #fff; }
  footer .footer_nav {
    padding: 40px 0;
    background: #23518f; }
    footer .footer_nav .inner {
      text-align: center; }
      footer .footer_nav .inner nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        footer .footer_nav .inner nav ul.menu_list {
          width: 80%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          footer .footer_nav .inner nav ul.menu_list li {
            margin-right: 10px;
            padding-right: 10px; }
            footer .footer_nav .inner nav ul.menu_list li a {
              display: block;
              color: #fff;
              text-decoration: underline; }
    @media (max-width: 768px) {
      footer .footer_nav {
        padding: 6% 0; }
        footer .footer_nav .inner {
          width: 100%; }
          footer .footer_nav .inner nav ul.menu_list {
            width: 100%; }
            footer .footer_nav .inner nav ul.menu_list li {
              width: 32%;
              margin: 2% 0;
              padding: 0;
              font-size: 13px; } }
  footer .foot-txt {
    padding: 20px 0 40px 0;
    background: #152e67;
    color: #fff; }
    footer .foot-txt .foot-logo {
      margin: 40px auto 20px;
      width: 190px; }
    footer .foot-txt p {
      text-align: center; }
    @media (max-width: 768px) {
      footer .foot-txt {
        padding: 4% 0 6% 0; }
        footer .foot-txt .foot-logo {
          margin: 6% auto 4%;
          width: 50%; }
        footer .foot-txt p {
          text-align: center;
          font-size: 13px; } }

#page_top {
  position: fixed;
  bottom: 5%;
  right: 5%;
  width: 50px;
  z-index: 1; }
  @media (max-width: 768px) {
    #page_top {
      width: 40px; } }
  #page_top img {
    width: 100%; }

.cont {
  padding: 80px 0; }
  @media (max-width: 768px) {
    .cont {
      padding: 8% 0; } }
  .cont h3.sub_ttl {
    text-align: center;
    padding: 10px 0; }
  .cont p.text {
    text-align: center;
    padding: 10px 0 60px 0; }
    @media (max-width: 768px) {
      .cont p.text {
        padding: 2% 0 8% 0; } }
  .cont p.img {
    margin: auto;
    text-align: center; }

.h2_ttl {
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
  color: #333; }
  @media (max-width: 768px) {
    .h2_ttl {
      font-size: 21px;
      margin-bottom: 4%; } }
  .h2_ttl span {
    font-size: 18px;
    line-height: 1em;
    display: block;
    color: #152e67; }
    @media (max-width: 768px) {
      .h2_ttl span {
        font-size: 16px; } }

.h3_ttl {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
  color: #50412c; }
  @media (max-width: 768px) {
    .h3_ttl {
      font-size: 18px;
      margin-bottom: 4%; } }
  .h3_ttl::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px; }

main {
  margin-bottom: 80px; }
  @media (max-width: 768px) {
    main {
      margin-bottom: 8%; } }

#wrapper {
  position: relative;
  padding-top: 80px;
  overflow: hidden; }
  @media (max-width: 1024px) {
    #wrapper {
      padding-top: 60px; } }

section.content {
  padding: 80px 0; }
  @media (max-width: 768px) {
    section.content {
      padding: 8% 0; } }
  section.content .inner .more-btn {
    max-width: 517px;
    width: 90%;
    margin: auto;
    padding: 50px 0 80px; }
    section.content .inner .more-btn a {
      letter-spacing: .25em;
      color: #fff;
      height: 60px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      font-size: 19px;
      font-weight: bold; }
      @media (max-width: 768px) {
        section.content .inner .more-btn a {
          font-size: 4vw; } }
      section.content .inner .more-btn a .arrow {
        position: absolute;
        top: 0;
        right: 5%;
        bottom: 0;
        margin: auto;
        height: 50%; }
    @media (max-width: 768px) {
      section.content .inner .more-btn {
        padding: 10% 0 15%; } }
  section.content .inner .ttl {
    padding: 60px 0 40px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    letter-spacing: .1em;
    color: #333;
    font-size: 36px; }
    section.content .inner .ttl span {
      display: block;
      font-size: .5em;
      margin-top: -0.5em;
      font-weight: normal; }
    @media (max-width: 768px) {
      section.content .inner .ttl {
        font-size: 6vw;
        padding: 10% 0 5%; } }
  section.content .youtube2 {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
    section.content .youtube2 iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; }

#contact_wrap .contact-box {
  margin-bottom: 60px; }

#contact_wrap .contact-text {
  background: #f7f7f7;
  padding: 40px 40px 40px 40px;
  text-align: center;
  border-radius: 6px; }
  #contact_wrap .contact-text h2 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin: 40px 0 0;
    width: 100%; }
    #contact_wrap .contact-text h2 span {
      font-size: 16px;
      display: block;
      color: #23a6ed;
      margin-bottom: 10px; }
  #contact_wrap .contact-text .mail_btn {
    display: block;
    width: 80%;
    margin: 40px auto 0;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    background: #23a6ed; }
    #contact_wrap .contact-text .mail_btn::before {
      content: "";
      display: inline-block;
      background: url(../img/common/icon_mail.svg) no-repeat #23a6ed;
      width: 30px;
      height: 15px; }
  #contact_wrap .contact-text .tel_warp {
    padding: 40px 0 0; }
    #contact_wrap .contact-text .tel_warp .tel_btn {
      font-size: 2.5em;
      line-height: 1em;
      display: block;
      margin: 10px 0;
      font-weight: bold;
      color: #23a6ed; }
      #contact_wrap .contact-text .tel_warp .tel_btn::before {
        content: "";
        display: inline-block;
        background: url(../img/common/icon_tel.png) no-repeat;
        background-size: contain;
        width: 20px;
        height: 30px;
        margin-right: 10px; }

@media (max-width: 768px) {
  #contact_wrap .contact-box {
    margin-bottom: 6%; }
  #contact_wrap .contact-text {
    background: #f7f7f7;
    padding: 8% 4%; }
    #contact_wrap .contact-text h2 {
      font-size: 24px;
      margin: 0; }
      #contact_wrap .contact-text h2 span {
        font-size: 14px;
        margin-bottom: 2%; }
    #contact_wrap .contact-text .mail_btn {
      width: 80%;
      margin: 6% auto 0;
      padding: 4% 0; }
    #contact_wrap .contact-text .tel_warp {
      padding: 6% 0 0; }
      #contact_wrap .contact-text .tel_warp .tel_btn {
        margin: 2% 0; }
        #contact_wrap .contact-text .tel_warp .tel_btn::before {
          margin-right: 2%; } }

/*スクロールボタンの指定*/
.scroll {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  z-index: 1; }
  .scroll a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 0 0 40px;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="2" /><feOffset dx="3" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .3));
            filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .3));
    /*矢印を作成する*/ }
    .scroll a:before {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      left: 0;
      right: 0;
      bottom: 25px;
      margin: auto;
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-animation: move 2s infinite;
              animation: move 2s infinite;
      filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="2" /><feOffset dx="3" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
      -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .3));
              filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .3)); }
  @media (max-width: 768px) {
    .scroll {
      bottom: 1%; }
      .scroll a {
        padding: 0 0 10%; } }

/*矢印をアニメーションする*/
@-webkit-keyframes move {
  0% {
    -webkit-transform: rotate(45deg) translate(0, 0);
            transform: rotate(45deg) translate(0, 0); }
  20% {
    -webkit-transform: rotate(45deg) translate(10px, 10px);
            transform: rotate(45deg) translate(10px, 10px); }
  40% {
    -webkit-transform: rotate(45deg) translate(0, 0);
            transform: rotate(45deg) translate(0, 0); } }
@keyframes move {
  0% {
    -webkit-transform: rotate(45deg) translate(0, 0);
            transform: rotate(45deg) translate(0, 0); }
  20% {
    -webkit-transform: rotate(45deg) translate(10px, 10px);
            transform: rotate(45deg) translate(10px, 10px); }
  40% {
    -webkit-transform: rotate(45deg) translate(0, 0);
            transform: rotate(45deg) translate(0, 0); } }

.map_wrap {
  padding: 0 !important;
  margin: 0 !important; }
  .map_wrap iframe {
    width: 100%;
    height: 100%;
    min-height: 600px;
    display: block; }
  @media (max-width: 768px) {
    .map_wrap iframe {
      min-height: 300px; } }

.nav-lv2 {
  display: none !important;
  position: absolute;
  background: #fff;
  top: 80px; }
  @media (max-width: 768px) {
    .nav-lv2 {
      display: block !important;
      position: inherit; } }
  .nav-lv2 li {
    padding: 20px 10px !important;
    display: block !important; }
    @media (max-width: 768px) {
      .nav-lv2 li {
        display: block !important;
        position: inherit;
        padding: .5em 1em .5em 1.5em !important; }
        .nav-lv2 li a {
          padding: 0;
          font-size: .9em; } }

.nav-lv1_item.is-hover .nav-lv2 {
  display: block !important; }

.back_wrap {
  margin-top: 64px; }
  .back_wrap .btn {
    background: #ccc;
    color: #666; }
