html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
}

a {
  color: #000;
}

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

div,
p {
  /*word-break: break-all;*/
}

ul,
ol,
li {
  list-style: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, nav, picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ul,
ol,
li {
  list-style: none;
}
.bold{
    font-weight: bold;
}
body,
td,
th,
input,
textarea {
  color: #000;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}

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

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

figure, picture {
  line-height: 0;
}

picture {
  display: block;
}

html, body {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px), print {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .container {
    min-width: 1000px;
    overflow: hidden;
  }
  .row {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
         transform: perspective(1px) translateZ(0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
         box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    -moz-animation-name: hvr-pop;
         animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
         animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
         animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
         animation-iteration-count: 1;
  }
  .hvz {
    overflow: hidden;
  }
  .hvz figure {
    overflow: hidden;
  }
  .hvz img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
  }
  .hvz:hover img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .header {
    position: absolute;
    top: 12px;
    left: 49px;
    z-index: 99;
  }
  .header__icon {
    width: 45px;
    height: 45px;
    cursor: pointer;
    position: relative;
  }
  .header__icon span {
    display: block;
    width: 45px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1px;
    overflow: hidden;
    background: #0262C1;
    text-indent: -9999px;
    white-space: nowrap;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .header__icon:before {
    position: absolute;
    top: 6px;
    right: 0;
    width: 45px;
    height: 2px;
    margin-top: -1px;
    background: #0262C1;
    content: "";
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .header__icon:after {
    position: absolute;
    right: 0;
    bottom: 6px;
    width: 45px;
    height: 2px;
    margin-top: -1px;
    background: #0262C1;
    content: "";
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .header__menu {
    display: none;
    position: fixed;
    z-index: 9999;
  }
  .header__menu ul li + li {
    margin-top: 43px;
  }
  .header__menu ul li a {
    font-size: 3.4rem;
    line-height: 1.35294;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.17em;
  }
  #modal-overlay {
    z-index: 9998 !important;
    z-index: 1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(2, 98, 193, 0.8);
  }
  .footer {
    padding: 72px 0 68px;
    position: relative;
  }
  .footer .row {
    max-width: 900px;
  }
  .footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 17px;
    background: url(../img/bg.png) repeat-x;
    background-position: left 24px top 0;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: center;
       -moz-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    display: block;
  }
  .footer:after {
    content: "";
    position: absolute;
    top: 90px;
    left: 0;
    width: 233px;
    height: 314px;
    background: url("../img/ic_summer.png") repeat-x;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
  }
  .footer h3 {
    text-align: center;
    color: #0262C1;
    font-size: 3.4rem;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
  }
  .footer h3 span {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 0 35px;
  }
  .footer h3:before {
    content: "";
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0262C1;
    display: block;
  }
  .footer h3:after {
    content: "";
    position: absolute;
    top: 31px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0262C1;
    display: block;
  }
  .footer p {
    font-size: 2.4rem;
    line-height: 1.33333;
    font-weight: 600;
    color: #0262C1;
    text-align: center;
  }
  .footer__link {
    margin: 30px 0;
    text-align: center;
  }
  .footer__link a {
    width: 587px;
    height: 87px;
    -moz-border-radius: 50px;
         border-radius: 50px;
    background: #0262C1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3rem;
    line-height: 1.33333;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    letter-spacing: 0.03em;
  }
  .footer__tel {
    margin: 30px auto;
    text-align: center;
    width: 587px;
    height: 87px;
    -moz-border-radius: 50px;
         border-radius: 50px;
    background: #0262C1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__tel a {
    font-size: 3rem;
    line-height: 1.33333;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.14em;
  }
  .footer__tel span {
    font-size: 1.6rem;
    line-height: 1.3125;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.14em;
  }
  .footer__list {
    margin-bottom: 30px;
  }
  .footer__list li {
    font-size: 1.6rem;
    line-height: 1.3125;
    font-weight: 500;
    color: #5888B7;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__list li + li {
    margin-top: 20px;
  }
  .footer__list li span {
    font-size: 1.6rem;
    line-height: 1;
    border: 1px solid #5888B7;
    color: #5888B7;
    padding: 4px 7px;
    font-weight: bold;
    margin-right: 20px;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .footer__copy {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
    color: #5888B7;
    text-align: center;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .inner, .row {
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
  }
  .header {
    position: absolute;
    top: 4vw;
    left: 6.66667vw;
    z-index: 99;
  }
  .header__icon {
    width: 6.13333vw;
    height: 6.13333vw;
    cursor: pointer;
    position: relative;
  }
  .header__icon span {
    display: block;
    width: 6.13333vw;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1px;
    overflow: hidden;
    background: #0262C1;
    text-indent: -9999px;
    white-space: nowrap;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .header__icon:before {
    position: absolute;
    top: 0.8vw;
    right: 0;
    width: 6.13333vw;
    height: 1px;
    margin-top: -1px;
    background: #0262C1;
    content: "";
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .header__icon:after {
    position: absolute;
    right: 0;
    bottom: 0.8vw;
    width: 6.13333vw;
    height: 1px;
    margin-top: -1px;
    background: #0262C1;
    content: "";
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .header__menu {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 11.2vw !important;
  }
  .header__menu ul li + li {
    margin-top: 8.8vw;
  }
  .header__menu ul li a {
    font-size: 6.4vw;
    line-height: 1.33333;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.17em;
  }
  #modal-overlay {
    z-index: 9998 !important;
    z-index: 1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(2, 98, 193, 0.8);
  }
  .footer {
    padding: 12.53333vw 0 18.66667vw;
    position: relative;
  }
  .footer:before {
    content: "";
    position: absolute;
    top: -7.73333vw;
    left: 0;
    width: 100vw;
    height: 8vw;
    background: url("../img/bg_sp.svg") repeat-x;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
  }
  .footer h3 {
    text-align: center;
    color: #0262C1;
    font-size: 6.4vw;
    line-height: 1.33333;
    font-weight: 600;
    position: relative;
    margin-bottom: 2.93333vw;
  }
  .footer p {
    font-size: 4.26667vw;
    line-height: 1.3125;
    font-weight: 600;
    color: #0262C1;
    text-align: center;
  }
  .footer__link {
    margin: 5.33333vw 0 2.66667vw;
    text-align: center;
  }
  .footer__link a {
    width: 100%;
    height: 16vw;
    -moz-border-radius: 13.33333vw;
         border-radius: 13.33333vw;
    background: #0262C1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 5.33333vw;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    letter-spacing: 0.03em;
  }
  .footer__tel {
    margin: 2.66667vw auto 5.33333vw;
    text-align: center;
    width: 100%;
    height: 16vw;
    -moz-border-radius: 13.33333vw;
         border-radius: 13.33333vw;
    background: #0262C1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__tel a {
    font-size: 5.33333vw;
    line-height: 1.33333;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.14em;
  }
  .footer__tel span {
    font-size: 3.2vw;
    line-height: 1.33333;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.14em;
  }
  .footer__list {
    margin-bottom: 5.33333vw;
    text-align: center;
  }
  .footer__list li {
    font-size: 4.26667vw;
    line-height: 1.3125;
    font-weight: 500;
    color: #5888B7;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__list li + li {
    margin-top: 5.33333vw;
  }
  .footer__list li span {
    font-size: 4.26667vw;
    line-height: 1;
    border: 1px solid #5888B7;
    color: #5888B7;
    padding: 1.06667vw 1.86667vw;
    font-weight: bold;
    margin-bottom: 3.2vw;
    display: inline-block;
  }
  .footer__copy {
    font-size: 3.73333vw;
    line-height: 1;
    font-weight: bold;
    color: #5888B7;
    text-align: center;
    display: block;
  }
}

@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@-moz-keyframes hvr-pop {
  50% {
    -moz-transform: scale(1.05);
         transform: scale(1.05);
  }
}

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-moz-keyframes loop {
  0% {
    -moz-transform: translateX(200%);
         transform: translateX(200%);
  }
  to {
    -moz-transform: translateX(-100%);
         transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(200%);
       -moz-transform: translateX(200%);
            transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@-moz-keyframes loop2 {
  0% {
    -moz-transform: translateX(100%);
         transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-200%);
         transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-200%);
       -moz-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@-webkit-keyframes loop3 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
}

@-moz-keyframes loop3 {
  0% {
    -moz-transform: translateX(0%);
         transform: translateX(0%);
  }
  to {
    -moz-transform: translateX(-300%);
         transform: translateX(-300%);
  }
}

@keyframes loop3 {
  0% {
    -webkit-transform: translateX(0%);
       -moz-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-300%);
       -moz-transform: translateX(-300%);
            transform: translateX(-300%);
  }
}
