body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  font-size: 1vw;
  color: #222020;
}
@media screen and (max-width: 960px) {
  body {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 960px) {
  body {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  body {
    font-size: 3.7333333333vw;
  }
}

pre {
  white-space: pre-wrap;
}

a,
input,
button {
  text-decoration: none;
  color: inherit;
  outline: none;
}

img {
  vertical-align: middle;
}

figure {
  margin: 0;
  padding: 0;
}

input,
textarea {
  outline: none;
}

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

@media screen and (min-width: 961px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  height: -webkit-fill-available;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

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

input,
button,
textarea,
select {
  font: inherit;
}

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

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

.l-header {
  padding: 0 7.6875vw 0 4.1875vw;
  height: 5.625vw;
  position: sticky;
  top: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 9999;
  -webkit-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.45);
          box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 960px) {
  .l-header {
    padding: 0;
    height: 13.3333333333vw;
  }
}
.l-header.-en .l-header_nav_contact {
  background-color: #222020;
}
@media screen and (min-width: 961px) {
  .l-header.-en .l-header_nav_link {
    font-size: 1vw;
    letter-spacing: 0.006rem;
    padding: 1vw 2vw;
    margin-top: 0.9375vw;
  }
}
@media screen and (min-width: 961px) and (max-width: 960px) {
  .l-header.-en .l-header_nav_link {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 961px) {
  .l-header.-en .l-header_nav_contact {
    margin-left: 2vw;
    margin-top: 1.25vw;
    width: 10.25vw;
    background-color: #222020;
    line-height: 1;
    font-size: 1vw;
    margin-right: -1.1875vw;
    padding-bottom: 0.5vw;
    font-weight: 300;
    letter-spacing: 0.06rem;
  }
}
@media screen and (min-width: 961px) and (max-width: 960px) {
  .l-header.-en .l-header_nav_contact {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 961px) {
  .l-header_logo {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    opacity: 1;
  }
  .l-header_logo:hover {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    opacity: 0.5;
  }
}
@media screen and (min-width: 961px) and (max-width: 960px) {
  .l-header_logo:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 961px) {
  .l-header_logo {
    margin-top: 1vw;
    width: 20.25vw;
  }
}
@media screen and (max-width: 960px) {
  .l-header_logo {
    width: 48vw;
    margin-top: 3.2vw;
    margin-left: 2.6666666667vw;
  }
}
.l-header_menubar {
  position: absolute;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  display: block;
  right: 0;
  top: 0;
}
.l-header_menubar span {
  width: 5.8666666667vw;
  height: 2px;
  background-color: #222020;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.l-header_menubar span:nth-child(1) {
  -webkit-transform: translateY(-2.1333333333vw);
          transform: translateY(-2.1333333333vw);
}
.l-header_menubar span:nth-child(3) {
  -webkit-transform: translateY(2.1333333333vw);
          transform: translateY(2.1333333333vw);
}
.l-header_menubar.isOpened span {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.l-header_menubar.isOpened span:nth-child(1) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
.l-header_menubar.isOpened span:nth-child(2) {
  -webkit-transform: translateX(1.3333333333vw);
          transform: translateX(1.3333333333vw);
  opacity: 0;
}
.l-header_menubar.isOpened span:nth-child(3) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.l-header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .l-header_nav {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    top: 13.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.l-header_nav_link {
  padding: 0.625vw 1.125vw;
  letter-spacing: 0.15rem;
}
@media screen and (min-width: 961px) {
  .l-header_nav_link {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    opacity: 1;
  }
  .l-header_nav_link:hover {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    opacity: 0.5;
  }
}
@media screen and (min-width: 961px) and (max-width: 960px) {
  .l-header_nav_link:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 960px) {
  .l-header_nav_link {
    padding: 4vw 0;
    text-align: center;
    width: 100%;
  }
}
.l-header_nav_contact {
  color: #fff;
  background-color: #bd0000;
  padding: 0.375vw 0;
  text-align: center;
  width: 7.875vw;
}
@media screen and (min-width: 961px) {
  .l-header_nav_contact {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    opacity: 1;
  }
  .l-header_nav_contact:hover {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    opacity: 0.5;
  }
}
@media screen and (min-width: 961px) and (max-width: 960px) {
  .l-header_nav_contact:hover {
    opacity: 1;
  }
}
.l-header_nav_contact.-med {
  width: 10vw;
  background-color: #717272;
}
@media screen and (max-width: 960px) {
  .l-header_nav_contact.-med {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .l-header_nav_contact {
    margin-top: 2.6666666667vw;
    padding: 4vw 0;
    width: 100%;
  }
}
.l-header_nav_lang {
  position: absolute;
  top: 0;
  right: 7.0625vw;
  width: 7.875vw;
  height: 1.5625vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header_nav_lang.-med {
  width: 10vw;
}
@media screen and (max-width: 960px) {
  .l-header_nav_lang.-med {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .l-header_nav_lang {
    width: 100%;
    height: 8vw;
    right: 0;
    position: relative;
  }
}
.l-header_nav_lang a {
  width: 50%;
  height: 100%;
  background-color: #f6f6f6;
  display: block;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .l-header_nav_lang a {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    opacity: 1;
  }
  .l-header_nav_lang a:hover {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    opacity: 0.5;
  }
}
@media screen and (min-width: 961px) and (max-width: 960px) {
  .l-header_nav_lang a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 960px) {
  .l-header_nav_lang a {
    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;
    font-size: 0.75vw;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .l-header_nav_lang a {
    font-size: 3.2vw;
  }
}
.l-header_nav_lang a.isNavNow {
  color: #fff;
  background-color: #4d71be;
}

.l-contact {
  height: 9.0625vw;
  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;
  color: #fff;
  background-image: url(../img/common/bg_dot.png);
  background-size: 3.625vw;
  background-color: #222020;
}
@media screen and (max-width: 960px) {
  .l-contact {
    background-size: 10.6666666667vw;
  }
}
.l-contact.-med {
  background-color: #0f68b3;
}
@media screen and (min-width: 961px) {
  .l-contact.-med .l-contact_btn:hover {
    color: #0f68b3;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .l-contact.-med .l-contact_btn:hover:after {
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .l-contact {
    height: unset;
    padding: 6.6666666667vw 5.3333333333vw 10.6666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.l-contact_title {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 2.5vw;
  font-weight: 700;
  left: 9.375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .l-contact_title {
    font-size: 10.6666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .l-contact_title {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    font-size: 1.875vw;
    left: 0;
    bottom: 0;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .l-contact_title {
    font-size: 8vw;
  }
}
.l-contact_btn {
  margin: 0 3.3125vw;
  letter-spacing: 0.2rem;
  font-size: 1.25vw;
  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;
  border: 1px solid #fff;
  width: 19vw;
  height: 4.1875vw;
  border-radius: 100vw;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  overflow: hidden;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-contact_btn {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .l-contact_btn {
    width: 80%;
    height: 13.3333333333vw;
    border-width: 2px;
    margin: 2.6666666667vw 0;
    text-align: center;
    font-size: 0.9375vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .l-contact_btn {
    font-size: 4vw;
  }
}
.l-contact_btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transition-property: background-image;
  transition-property: background-image;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.l-contact_btn:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 100vw;
  background-color: #fff;
  left: -100%;
  top: 0;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  z-index: -1;
}
@media screen and (min-width: 961px) {
  .l-contact_btn:hover {
    color: #222020;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .l-contact_btn:hover:after {
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    left: 0;
  }
}

.l-anchor {
  position: fixed;
  z-index: 9999;
  right: 3.875vw;
  bottom: 1.625vw;
  width: 3.125vw;
}
@media screen and (min-width: 961px) {
  .l-anchor {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    opacity: 1;
  }
  .l-anchor:hover {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    opacity: 0.5;
  }
}
@media screen and (min-width: 961px) and (max-width: 960px) {
  .l-anchor:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 960px) {
  .l-anchor {
    right: 2.6666666667vw;
    bottom: 5.3333333333vw;
    width: 10.6666666667vw;
  }
}

.l-footer {
  padding-top: 4.3125vw;
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding-top: 10.6666666667vw;
  }
}
.l-footer_inner {
  width: 81.25vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.875vw;
}
@media screen and (max-width: 960px) {
  .l-footer_inner {
    width: 100%;
    padding: 0 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 960px) {
  .l-footer_address {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.l-footer_address_logo {
  display: block;
  width: 23.25vw;
}
@media screen and (max-width: 960px) {
  .l-footer_address_logo {
    width: 53.3333333333vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4vw;
  }
}
.l-footer_address_text {
  padding-left: 5.8125vw;
  font-weight: 500;
  letter-spacing: 0.1rem;
  font-style: normal;
  line-height: 2;
}
.l-footer_address_text em {
  font-weight: 700;
  font-size: 1.3125vw;
  font-style: normal;
}
@media screen and (max-width: 960px) {
  .l-footer_address_text em {
    font-size: 5.6vw;
  }
}
@media screen and (max-width: 960px) {
  .l-footer_address_text {
    padding-left: 0;
    text-align: center;
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .l-footer_address_text {
    font-size: 3.7333333333vw;
  }
}
.l-footer_nav {
  padding-bottom: 5.375vw;
  border-bottom: 1px dashed #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .l-footer_nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 10.6666666667vw;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.l-footer_nav.-en {
  padding-bottom: 1.0625vw;
}
@media screen and (max-width: 960px) {
  .l-footer_nav.-en {
    padding-bottom: 5.3333333333vw;
  }
}
.l-footer_nav_links.-en {
  margin-top: 1.3125vw;
  margin-right: 3.1875vw;
}
@media screen and (max-width: 960px) {
  .l-footer_nav_links.-en {
    margin: 0;
  }
}
.l-footer_nav_links:nth-child(2) {
  margin-left: auto;
  margin-right: 6.25vw;
}
@media screen and (max-width: 960px) {
  .l-footer_nav_links {
    margin: 0;
    width: auto;
  }
  .l-footer_nav_links:nth-child(2) {
    margin: 0;
  }
}
.l-footer_nav_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  line-height: 1.5;
  margin-bottom: 0.625vw;
}
@media screen and (min-width: 961px) {
  .l-footer_nav_links a {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    opacity: 1;
  }
  .l-footer_nav_links a:hover {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    opacity: 0.5;
  }
}
@media screen and (min-width: 961px) and (max-width: 960px) {
  .l-footer_nav_links a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 960px) {
  .l-footer_nav_links a {
    margin-bottom: 2.6666666667vw;
  }
}
.l-footer_nav_links a:before {
  content: "";
  width: 0.3125vw;
  height: 0.3125vw;
  border-top: 1px solid #222020;
  border-right: 1px solid #222020;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 0.3125vw;
  display: block;
}
@media screen and (max-width: 960px) {
  .l-footer_nav_links a:before {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    margin-right: 1.3333333333vw;
  }
}
.l-footer_nav_links a.sub {
  margin-left: 1.5em;
}
.l-footer_nav_links a.sub::before {
  content: none;
}
.l-footer_nav_links a.jpsitelink {
  margin-top: 2.5em;
}
.l-footer_iso {
  padding: 1.0625vw 4.8125vw 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer_iso.-en {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 960px) {
  .l-footer_iso {
    padding: 4vw 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.l-footer_iso_text .title {
  font-weight: 500;
  font-size: 1.125vw;
  letter-spacing: 0.15rem;
  margin-bottom: 0.5625vw;
}
@media screen and (max-width: 960px) {
  .l-footer_iso_text .title {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 960px) {
  .l-footer_iso_text .title {
    font-size: 1vw;
    margin-bottom: 2.6666666667vw;
    text-align: center;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .l-footer_iso_text .title {
    font-size: 4.2666666667vw;
  }
}
.l-footer_iso_text .text {
  font-size: 0.8125vw;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 960px) {
  .l-footer_iso_text .text {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .l-footer_iso_text .text {
    font-size: 0.6875vw;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .l-footer_iso_text .text {
    font-size: 2.9333333333vw;
  }
}
.l-footer_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .l-footer_logo {
    margin-top: 4vw;
  }
}
.l-footer_logo img {
  width: 5.1875vw;
  margin: 0 0.5vw;
}
@media screen and (max-width: 960px) {
  .l-footer_logo img {
    width: 13.3333333333vw;
    margin: 0 2.6666666667vw;
  }
}
.l-footer_copyright {
  color: #fff;
  background-color: #9fa0a0;
  display: block;
  padding: 0.875vw 0;
  text-align: center;
  font-size: 0.875vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .l-footer_copyright {
    font-size: 3.7333333333vw;
  }
}
.l-footer_copyright.-med {
  background-color: #0f68b3;
}
@media screen and (max-width: 960px) {
  .l-footer_copyright {
    padding: 2.6666666667vw 0 2.6666666667vw 5.3333333333vw;
    font-size: 0.625vw;
    text-align: left;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .l-footer_copyright {
    font-size: 2.6666666667vw;
  }
}

.l-isoModal {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  padding: 7.3125vw 0;
}
@media screen and (max-width: 960px) {
  .l-isoModal {
    padding: 8vw 0;
  }
}
.l-isoModal img {
  width: 42.375vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  .l-isoModal img {
    width: 80vw;
  }
}

.l-relPageModal {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  z-index: 99999;
  padding: 9.375vw 0;
  display: none;
}
@media screen and (max-width: 960px) {
  .l-relPageModal {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.l-relPageModal_inner {
  width: 61.25vw;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  -webkit-box-shadow: 0.1875vw 0.1875vw 0.5625vw rgba(0, 0, 0, 0.56);
          box-shadow: 0.1875vw 0.1875vw 0.5625vw rgba(0, 0, 0, 0.56);
  padding: 4.5vw 11.125vw 9.1875vw;
}
@media screen and (max-width: 960px) {
  .l-relPageModal_inner {
    width: 100%;
    -webkit-box-shadow: 0.8vw 0.8vw 2.4vw rgba(0, 0, 0, 0.56);
            box-shadow: 0.8vw 0.8vw 2.4vw rgba(0, 0, 0, 0.56);
    padding: 8vw;
  }
}
.l-relPageModal_note {
  font-size: 0.875vw;
  line-height: 2.1;
  letter-spacing: 0.1rem;
  margin-bottom: 3.0625vw;
}
@media screen and (max-width: 960px) {
  .l-relPageModal_note {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .l-relPageModal_note {
    margin-bottom: 8vw;
    text-align: justify;
    -moz-text-align-last: left;
         text-align-last: left;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.l-relPageModal_title {
  text-align: center;
  letter-spacing: 0.5rem;
  font-weight: 700;
  margin-bottom: 2.75vw;
  font-size: 2.3125vw;
}
@media screen and (max-width: 960px) {
  .l-relPageModal_title {
    font-size: 9.8666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .l-relPageModal_title {
    font-size: 1.25vw;
    margin-bottom: 8vw;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .l-relPageModal_title {
    font-size: 5.3333333333vw;
  }
}
.l-relPageModal_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 960px) {
  .l-relPageModal_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-relPageModal_btns_btnWrapper {
  position: relative;
}
.l-relPageModal_btns_splitter {
  font-weight: 700;
  font-size: 2.375vw;
  padding: 0.4375vw 4.25vw 0;
}
@media screen and (max-width: 960px) {
  .l-relPageModal_btns_splitter {
    font-size: 10.1333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .l-relPageModal_btns_splitter {
    opacity: 0;
    padding: 1.3333333333vw 0;
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .l-relPageModal_btns_splitter {
    font-size: 2.6666666667vw;
  }
}
.l-relPageModal_btns_btn {
  width: 11.9375vw;
  height: 4.9375vw;
  border-radius: 0.3125vw;
  font-size: 2.3125vw;
  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;
  font-weight: 700;
  letter-spacing: 0.2rem;
  -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  color: #fff;
  background-color: #dedede;
  -webkit-box-shadow: 3px 3px 0 #c1c1c1;
          box-shadow: 3px 3px 0 #c1c1c1;
}
@media screen and (max-width: 960px) {
  .l-relPageModal_btns_btn {
    font-size: 9.8666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .l-relPageModal_btns_btn {
    width: 66.6666666667vw;
    height: 18.6666666667vw;
    border-radius: 1.3333333333vw;
    font-size: 1.6875vw;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .l-relPageModal_btns_btn {
    font-size: 7.2vw;
  }
}
@media screen and (min-width: 961px) {
  .l-relPageModal_btns_btn:hover {
    -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
    transition-property: -webkit-box-shadow, -webkit-transform;
    transition-property: box-shadow, transform;
    transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transform: scale(91%);
            transform: scale(91%);
    -webkit-box-shadow: 0 0 0 #c1c1c1;
            box-shadow: 0 0 0 #c1c1c1;
  }
}
.l-relPageModal_btns_btn.-yes {
  background-color: #0f68b3;
  -webkit-box-shadow: 3px 3px 0 #dfdede;
          box-shadow: 3px 3px 0 #dfdede;
}
@media screen and (min-width: 961px) {
  .l-relPageModal_btns_btn.-yes:hover {
    -webkit-box-shadow: 0 0 0 #dfdede;
            box-shadow: 0 0 0 #dfdede;
  }
}
.l-relPageModal_btns_note {
  bottom: -1.3125vw;
  width: 15.625vw;
  font-size: 0.875vw;
  line-height: 2.1;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateX(-10%) translateY(100%);
          transform: translateX(-10%) translateY(100%);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-relPageModal_btns_note {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .l-relPageModal_btns_note {
    bottom: 0;
    position: relative;
    -webkit-transform: unset;
            transform: unset;
    width: 66.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}

.l-contactText {
  width: 25.75vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4vw;
  font-weight: 500;
  letter-spacing: 0.1rem;
  position: relative;
  display: block;
}
.l-contactText.hasMb {
  margin-bottom: 6.25vw;
}
@media screen and (max-width: 960px) {
  .l-contactText.hasMb {
    margin-bottom: 13.3333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .l-contactText {
    width: 100%;
    padding-left: 13.3333333333vw;
  }
}
@media screen and (min-width: 961px) {
  .l-contactText:hover .l-contactText_icon {
    -webkit-box-shadow: 0 0 0 #bb0303;
            box-shadow: 0 0 0 #bb0303;
    -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
    transition-property: -webkit-box-shadow, -webkit-transform;
    transition-property: box-shadow, transform;
    transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transform: translateX(2px) translateY(2px);
            transform: translateX(2px) translateY(2px);
  }
  .l-contactText:hover .l-contactText_icon.-med, .l-contactText:hover .l-contactText_icon.-pul, .l-contactText:hover .l-contactText_icon.-walk {
    -webkit-box-shadow: 0 0 0 #315961;
            box-shadow: 0 0 0 #315961;
  }
}
.l-contactText_icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 3.3125vw;
  height: 3.3125vw;
  border-radius: 100vw;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  background-color: #ff0000;
  -webkit-box-shadow: 2px 2px 0 #bb0303;
          box-shadow: 2px 2px 0 #bb0303;
  display: block;
  -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.l-contactText_icon.-med {
  background-color: #0f68b3;
  -webkit-box-shadow: 2px 2px 0 #315961;
          box-shadow: 2px 2px 0 #315961;
}
.l-contactText_icon.-pul {
  background-color: #6498a3;
  -webkit-box-shadow: 2px 2px 0 #315961;
          box-shadow: 2px 2px 0 #315961;
}
.l-contactText_icon.-walk {
  background-color: #90c320;
  -webkit-box-shadow: 2px 2px 0 #435814;
          box-shadow: 2px 2px 0 #435814;
}
@media screen and (max-width: 960px) {
  .l-contactText_icon {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
}
.l-contactText_icon:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: translateX(0.8125vw);
          transform: translateX(0.8125vw);
  width: 0;
  height: 0;
  border-width: 0.75vw 1.25vw;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 960px) {
  .l-contactText_icon:before {
    -webkit-transform: translateX(2.1333333333vw);
            transform: translateX(2.1333333333vw);
    border-width: 1.6vw 3.2vw;
  }
}
.l-contactText_title {
  font-size: 1.875vw;
  text-align: center;
  border-bottom: 1px solid #222020;
  padding-bottom: 0.25vw;
  margin-bottom: 0.3125vw;
}
@media screen and (max-width: 960px) {
  .l-contactText_title {
    font-size: 8vw;
  }
}
@media screen and (max-width: 960px) {
  .l-contactText_title {
    font-size: 1.25vw;
    padding-bottom: 1.0666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .l-contactText_title {
    font-size: 5.3333333333vw;
  }
}
.l-contactText_copy {
  font-size: 1.25vw;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-contactText_copy {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .l-contactText_copy {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .l-contactText_copy {
    font-size: 3.7333333333vw;
  }
}

.l-news {
  width: 81.25vw;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6.4375vw;
}
@media screen and (max-width: 960px) {
  .l-news {
    width: 100%;
    padding: 0 5.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.l-news.-med .l-news_title_en {
  color: #0f68b3;
}
.l-news.-med .l-news_list:after {
  background-image: url(../img/common/arw_news_b.png);
}
.l-news.-med .l-news_list_cat {
  color: #0f68b3;
  border-color: #0f68b3;
}
.l-news.-med .l-news_link a:after {
  background-image: url(../img/common/arw_detail_b.png);
}
.l-news_title {
  padding-top: 1.3125vw;
}
@media screen and (max-width: 960px) {
  .l-news_title {
    padding-top: 0;
    margin-bottom: 5.3333333333vw;
  }
}
.l-news_title span {
  display: block;
  text-align: center;
}
.l-news_title_en {
  color: #bd0000;
  font-weight: 500;
  font-size: 2.5vw;
}
@media screen and (max-width: 960px) {
  .l-news_title_en {
    font-size: 10.6666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .l-news_title_en {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .l-news_title_en {
    font-size: 8vw;
  }
}
.l-news_title_ja {
  font-size: 1vw;
  letter-spacing: 0.3rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .l-news_title_ja {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .l-news_title_ja {
    font-size: 0.75vw;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .l-news_title_ja {
    font-size: 3.2vw;
  }
}
.l-news_lists {
  width: 65.3125vw;
}
@media screen and (max-width: 960px) {
  .l-news_lists {
    width: 100%;
  }
}
.l-news_list {
  padding-left: 0.1875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #222020;
  padding-bottom: 0.6875vw;
  margin-bottom: 1vw;
  position: relative;
  padding-left: 1.5625vw;
}
@media screen and (min-width: 961px) {
  .l-news_list {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    opacity: 1;
  }
  .l-news_list:hover {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    opacity: 0.5;
  }
}
@media screen and (min-width: 961px) and (max-width: 960px) {
  .l-news_list:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 960px) {
  .l-news_list {
    padding-left: 0;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 4vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-news_list_nolink:hover {
  opacity: 1;
  cursor: auto;
}
.l-news_list_nolink:after {
  display: none;
}
.l-news_list:after {
  right: 0;
  position: absolute;
  bottom: 0.625vw;
  content: "";
  width: 28px;
  height: 3px;
  background: url("../img/common/arw_r_news.png") no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 960px) {
  .l-news_list:after {
    width: 56px;
    height: 6px;
    bottom: 2.6666666667vw;
  }
}
.l-news_list_date {
  width: 5.3125vw;
  margin-right: 1.9375vw;
}
@media screen and (max-width: 960px) {
  .l-news_list_date {
    width: unset;
    margin-right: 2.6666666667vw;
  }
}
.l-news_list_cat {
  border: 1px solid #bd0000;
  min-width: 6.25vw;
  text-align: center;
  padding: 0.3125vw 0 0.3125vw 0.3rem;
  letter-spacing: 0.3rem;
  color: #bd0000;
  margin-right: 1.6875vw;
  font-size: 0.8125vw;
}
@media screen and (max-width: 960px) {
  .l-news_list_cat {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .l-news_list_cat {
    min-width: 24vw;
    padding: 0.8vw 0 0.8vw 0.3rem;
    margin-right: 0;
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .l-news_list_cat {
    font-size: 2.6666666667vw;
  }
}
.l-news_list_title {
  max-width: calc(100% - 12.5625vw);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300;
  padding-right: 3.125vw;
}
@media screen and (max-width: 960px) {
  .l-news_list_title {
    max-width: 100%;
    width: 100%;
    margin-top: 1.3333333333vw;
    padding-right: 10.6666666667vw;
  }
}
.l-news_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1.875vw;
}
@media screen and (max-width: 960px) {
  .l-news_link {
    margin-top: 8vw;
  }
}
.l-news_link a {
  font-size: 0.8125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-news_link a {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    opacity: 1;
  }
  .l-news_link a:hover {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    opacity: 0.5;
  }
}
@media screen and (min-width: 961px) and (max-width: 960px) {
  .l-news_link a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 960px) {
  .l-news_link a {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .l-news_link a {
    width: 28vw;
  }
}
.l-news_link a:after {
  content: "";
  width: 1vw;
  height: 1vw;
  background: url("../img/common/arw_r_detail.png") no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.375vw;
}
@media screen and (max-width: 960px) {
  .l-news_link a:after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    margin-left: 1.6vw;
  }
}

.l-dial {
  width: 52.6875vw;
  background-color: #fff;
  -webkit-box-shadow: 0 0.1875vw 0.375vw rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875vw 0.375vw rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 960px) {
  .l-dial {
    width: calc(100% - 10.6666666667vw);
    -webkit-box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
  }
}
.l-dial_title {
  color: #fff;
  background-color: #333;
  padding-bottom: 0.25vw;
  text-align: center;
  font-weight: 400;
  font-size: 1.5625vw;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 960px) {
  .l-dial_title {
    font-size: 6.6666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .l-dial_title {
    padding-bottom: 1.0666666667vw;
    font-size: 1.125vw;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .l-dial_title {
    font-size: 4.8vw;
  }
}
.l-dial_tels {
  padding: 1.4375vw 2.8125vw 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .l-dial_tels {
    padding: 8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.l-dial_tel {
  width: 20vw;
}
@media screen and (max-width: 960px) {
  .l-dial_tel {
    width: 100%;
  }
  .l-dial_tel:nth-child(1) {
    margin-bottom: 8vw;
  }
}
.l-dial_tel_title {
  font-size: 1.5625vw;
  letter-spacing: 0.25rem;
  font-weight: 700;
  margin-bottom: 0.3125vw;
}
@media screen and (max-width: 960px) {
  .l-dial_tel_title {
    font-size: 6.6666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .l-dial_tel_title {
    font-size: 1vw;
    letter-spacing: 0.1rem;
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .l-dial_tel_title {
    font-size: 4.2666666667vw;
  }
}
.l-dial_tel_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.625vw;
}
@media screen and (max-width: 960px) {
  .l-dial_tel_num {
    margin-bottom: 2.6666666667vw;
  }
}
.l-dial_tel_num .icon {
  width: 3vw;
  margin-right: 0.8125vw;
}
@media screen and (max-width: 960px) {
  .l-dial_tel_num .icon {
    width: 10.6666666667vw;
    margin-right: 2.6666666667vw;
  }
}
.l-dial_tel_num .num {
  width: calc(100% - 3.8125vw);
  font-family: "Oswald";
  position: relative;
  font-size: 2.4375vw;
  line-height: 0.7;
  letter-spacing: 0.05rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .l-dial_tel_num .num {
    font-size: 10.4vw;
  }
}
@media screen and (max-width: 960px) {
  .l-dial_tel_num .num {
    width: calc(100% - 13.3333333333vw);
    font-size: 2vw;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .l-dial_tel_num .num {
    font-size: 8.5333333333vw;
  }
}
.l-dial_tel_num .num_goro {
  letter-spacing: 0;
  position: absolute;
  right: 0;
  bottom: -0.4375vw;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  font-size: 1vw;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 960px) {
  .l-dial_tel_num .num_goro {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .l-dial_tel_num .num_goro {
    font-size: 0.75vw;
    bottom: -1.8666666667vw;
    right: 2.6666666667vw;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .l-dial_tel_num .num_goro {
    font-size: 3.2vw;
  }
}
.l-dial_tel_num .num_goro.-med {
  right: -0.5vw;
}
@media screen and (max-width: 960px) {
  .l-dial_tel_num .num_goro.-med {
    right: 2.1333333333vw;
  }
}
.l-dial_tel_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.625vw;
}
@media screen and (max-width: 960px) {
  .l-dial_tel_time {
    padding-left: 0;
  }
}
.l-dial_tel_time .num {
  font-family: "Oswald";
  font-size: 1.3125vw;
}
@media screen and (max-width: 960px) {
  .l-dial_tel_time .num {
    font-size: 5.6vw;
  }
}
@media screen and (max-width: 960px) {
  .l-dial_tel_time .num {
    font-size: 1vw;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .l-dial_tel_time .num {
    font-size: 4.2666666667vw;
  }
}
.l-dial_tel_time .txt {
  margin-left: -0.5vw;
  font-size: 1vw;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .l-dial_tel_time .txt {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .l-dial_tel_time .txt {
    margin-left: 0;
    font-size: 0.75vw;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .l-dial_tel_time .txt {
    font-size: 3.2vw;
  }
}

.p-topFv_btmnav {
  padding-top: 5vw;
  padding-bottom: 5vw;
  width: 73.625vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  .p-topFv_btmnav {
    width: 100%;
    padding: 0 5.3333333333vw;
    padding-top: 13.3333333333vw;
    padding-bottom: 10.6666666667vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.p-topFv_btmnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 960px) {
  .p-topFv_btmnav ul {
    display: block;
  }
}
.p-topFv_btmnav ul li {
  -ms-flex-preferred-size: 23.75vw;
      flex-basis: 23.75vw;
}
.p-topFv_btmnav ul li + li {
  margin-left: 12.5vw;
}
@media screen and (max-width: 960px) {
  .p-topFv_btmnav ul li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .p-topFv_btmnav ul li + li {
    margin-left: 0;
    margin-top: 10.6666666667vw;
  }
}
.p-topFv_btmnav ul li a {
  display: block;
  -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
.p-topFv_btmnav ul li img {
  width: 100%;
  height: auto;
}

.p-topAthlete2 {
  font-family: "Noto Serif JP", serif;
  margin-top: 9.375vw;
  margin-bottom: 6.3125vw;
  padding-top: 3.75vw;
  padding-bottom: 3.75vw;
  background: #fbfbfb;
}
@media screen and (max-width: 960px) {
  .p-topAthlete2 {
    margin-top: 18.6666666667vw;
    margin-bottom: 13.3333333333vw;
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.p-topAthlete2 .athleteInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 73.625vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  .p-topAthlete2 .athleteInfo {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5.3333333333vw;
  }
}
.p-topAthlete2 .athleteInfo figure {
  -ms-flex-preferred-size: 40.625vw;
      flex-basis: 40.625vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-topAthlete2 .athleteInfo figure img {
  width: 100%;
}
.p-topAthlete2 .athleteInfo .profile {
  margin-left: 6.25vw;
}
@media screen and (max-width: 960px) {
  .p-topAthlete2 .athleteInfo .profile {
    margin-left: 0;
  }
}
.p-topAthlete2_title {
  background: url(../img/top/fig_athlete_pc.jpg) no-repeat top center/cover;
  padding: 8.1875vw 8.75vw 5.875vw 50vw;
  position: relative;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  text-shadow: 0 0.1875vw 0.625vw rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 960px) {
  .p-topAthlete2_title {
    background-image: url(../img/top/fig_athlete_sp.jpg);
    text-shadow: 0 0.8vw 2.6666666667vw rgba(0, 0, 0, 0.7);
    padding: 10.6666666667vw 0 13.3333333333vw 32vw;
  }
}
.p-topAthlete2_title_ja {
  font-size: 5vw;
  line-height: 1.875;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-topAthlete2_title_ja {
    font-size: 21.3333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .p-topAthlete2_title_ja {
    font-size: 1.875vw;
    line-height: 2;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-topAthlete2_title_ja {
    font-size: 8vw;
  }
}
.p-topAthlete2_title_position {
  font-size: 1.875vw;
  line-height: 1;
  font-weight: 300;
  position: absolute;
  left: 50vw;
  top: 17.1875vw;
}
@media screen and (max-width: 960px) {
  .p-topAthlete2_title_position {
    font-size: 8vw;
  }
}
@media screen and (max-width: 960px) {
  .p-topAthlete2_title_position {
    left: 32vw;
    font-size: 0.6875vw;
    top: 26.6666666667vw;
    font-weight: 400;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-topAthlete2_title_position {
    font-size: 2.9333333333vw;
  }
}
.p-topAthlete2 .profile {
  font-family: "Noto Serif JP", serif;
  width: 100%;
}
.p-topAthlete2 .profile_title {
  font-size: 2.25vw;
  letter-spacing: 0.1rem;
  font-weight: 300;
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 960px) {
  .p-topAthlete2 .profile_title {
    font-size: 9.6vw;
  }
}
@media screen and (max-width: 960px) {
  .p-topAthlete2 .profile_title {
    font-size: 1.75vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-topAthlete2 .profile_title {
    font-size: 7.4666666667vw;
  }
}
.p-topAthlete2 .profile_title span {
  font-size: 1.75vw;
}
@media screen and (max-width: 960px) {
  .p-topAthlete2 .profile_title span {
    font-size: 7.4666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .p-topAthlete2 .profile_title span {
    font-size: 0.75vw;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-topAthlete2 .profile_title span {
    font-size: 3.2vw;
  }
}
.p-topAthlete2 .profile_block_title {
  font-size: 1.75vw;
  font-weight: 500;
  padding-bottom: 0.5vw;
  border-bottom: 1px solid #222020;
  margin-bottom: 1.9375vw;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 960px) {
  .p-topAthlete2 .profile_block_title {
    font-size: 7.4666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .p-topAthlete2 .profile_block_title {
    font-size: 0.875vw;
    padding-bottom: 2.1333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-topAthlete2 .profile_block_title {
    font-size: 3.7333333333vw;
  }
}
.p-topAthlete2 .profile_block_list {
  font-weight: 300;
  font-size: 0.875vw;
}
@media screen and (max-width: 960px) {
  .p-topAthlete2 .profile_block_list {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .p-topAthlete2 .profile_block_list {
    font-size: 0.8125vw;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-topAthlete2 .profile_block_list {
    font-size: 3.4666666667vw;
  }
}
.p-topAthlete2 .profile_block_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-topAthlete2 .profile_block_list li:not(:last-child) {
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 960px) {
  .p-topAthlete2 .profile_block_list li:not(:last-child) {
    margin-bottom: 4vw;
  }
}
.p-topAthlete2 .profile_block_list li .date {
  width: 4.75vw;
}
@media screen and (max-width: 960px) {
  .p-topAthlete2 .profile_block_list li .date {
    width: 16vw;
  }
}
.p-topAthlete2 .profile_block_list li .result {
  width: calc(100% - 4.75vw);
}
@media screen and (max-width: 960px) {
  .p-topAthlete2 .profile_block_list li .result {
    width: calc(100% - 16vw);
  }
}
.p-topAthlete2 .athleteResult {
  margin-top: 2.5vw;
  width: 71.75vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  .p-topAthlete2 .athleteResult {
    margin-top: 10.6666666667vw;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5.3333333333vw;
  }
}
.p-topAthlete2 .athleteResult .resultlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .p-topAthlete2 .athleteResult .resultlist {
    display: block;
  }
}
.p-topAthlete2 .athleteResult .resultlist .athleteResult_list {
  width: 47%;
}
@media screen and (max-width: 960px) {
  .p-topAthlete2 .athleteResult .resultlist .athleteResult_list {
    width: 100%;
  }
}
.p-topAthlete2 .athleteResult_title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.875vw;
  font-weight: 500;
  padding-bottom: 0.5vw;
  border-bottom: 1px solid #222020;
  margin-bottom: 1.9375vw;
}
@media screen and (max-width: 960px) {
  .p-topAthlete2 .athleteResult_title {
    font-size: 8vw;
  }
}
@media screen and (max-width: 960px) {
  .p-topAthlete2 .athleteResult_title {
    font-size: 0.9375vw;
    padding-bottom: 2.1333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-topAthlete2 .athleteResult_title {
    font-size: 4vw;
  }
}
.p-topAthlete2 .athleteResult_list {
  font-weight: 300;
  font-size: 0.875vw;
}
@media screen and (max-width: 960px) {
  .p-topAthlete2 .athleteResult_list {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .p-topAthlete2 .athleteResult_list {
    font-size: 0.8125vw;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-topAthlete2 .athleteResult_list {
    font-size: 3.4666666667vw;
  }
}
.p-topAthlete2 .athleteResult_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-topAthlete2 .athleteResult_list li:not(:last-child) {
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 960px) {
  .p-topAthlete2 .athleteResult_list li:not(:last-child) {
    margin-bottom: 4vw;
  }
}
.p-topAthlete2 .athleteResult_list li .date {
  width: 4.75vw;
}
@media screen and (max-width: 960px) {
  .p-topAthlete2 .athleteResult_list li .date {
    width: 16vw;
  }
}
.p-topAthlete2 .athleteResult_list li .result {
  width: calc(100% - 4.75vw);
}
@media screen and (max-width: 960px) {
  .p-topAthlete2 .athleteResult_list li .result {
    width: calc(100% - 16vw);
  }
}
.p-topAthlete2_blockWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .p-topAthlete2_blockWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}