@charset "UTF-8";
html,
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong,
sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
  margin: 0 auto;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

img {
  display: block;
}

@media screen and (max-width: 1279px) {
  html {
    overflow-x: hidden;
  }
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #191919;
  background-color: #ffffff;
}
@media screen and (max-width: 1279px) {
  body {
    overflow-x: hidden;
  }
}

body p {
  margin: 0;
}

body ul {
  margin: 0 auto;
  padding: 0;
}

body ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #191919;
}
a:hover {
  text-decoration: underline;
}

iframe, img {
  vertical-align: top;
}

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

.content {
  width: 100%;
  background-color: #f5f6fa;
}
@media screen and (min-width: 1280px) {
  .content {
    margin-top: 80px;
  }
}

.content.yr {
  padding-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .content.yr {
    padding-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .content.yr {
    padding-top: 5.3333333333vw;
  }
}

.content.yr .breadcrumb {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .content.yr .breadcrumb {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .content.yr .breadcrumb {
    margin-bottom: 4vw;
  }
}

.page .content {
  padding: 50px 0 100px;
}
@media screen and (max-width: 767px) {
  .page .content {
    padding: 6.6666666667vw 0 20vw;
  }
}

@media screen and (min-width: 1280px) {
  .breadcrumb {
    width: 1280px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .breadcrumb {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    width: 100%;
    padding: 0 3.3333333333vw;
    box-sizing: border-box;
  }
}

.breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}

.breadcrumb_item {
  margin: 0;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #191919;
}
.breadcrumb_item:not(:first-child)::before {
  content: "＞";
  margin: 0 0.4em;
  color: #a4afb8;
}
.breadcrumb_item a {
  color: #191919;
}
.breadcrumb_item a:hover {
  color: #0e4877;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .breadcrumb_item {
    font-size: 2.6666666667vw;
  }
}

.header {
  background-color: #ffffff;
  z-index: 10;
}
@media screen and (min-width: 1280px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1279px) {
  .header {
    position: relative;
    width: 100%;
    box-shadow: 0px 5px 9px 0px #dfe2ec;
  }
}

.header-inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .header-inner {
    width: 1280px;
    height: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .header-inner {
    width: 100%;
    height: 64px;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .header-inner {
    position: relative;
    width: 100%;
    height: 14.6666666667vw;
  }
}

.header_logo {
  margin: 0;
}
.header_logo img {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .header_logo {
    width: 90px;
    margin-right: 375px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .header_logo {
    width: 72px;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .header_logo {
    width: 15.3333333333vw;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .header_nav {
    display: flex;
    align-items: center;
    margin: 0;
  }
  .header_nav li {
    line-height: 1;
  }
  .header_nav li:last-of-type {
    margin-right: 0;
  }
  .header_nav li a {
    position: relative;
    font-weight: 500;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #191919;
    line-height: 1;
    text-decoration: none;
  }
  .header_nav li a::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background-color: transparent;
  }
  .header_nav li a:hover {
    color: #0e4877;
  }
  .header_nav li a:hover:after {
    background-color: #0e4877;
  }
}
@media screen and (min-width: 1280px) {
  .header_nav {
    margin: 10px 0 0;
  }
  .header_nav li {
    margin-right: 40px;
  }
  .header_nav li a {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .header_nav li {
    margin-right: 28px;
  }
  .header_nav li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .header_nav {
    position: absolute;
    top: 14.6666666667vw;
    left: 0;
    display: block;
    width: 100%;
    margin: 0;
    padding: 5.0666666667vw 7.3333333333vw 6vw;
    box-sizing: border-box;
    background-color: #0e4877;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  }
  .header_nav.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .header_nav li {
    margin: 0;
    line-height: 1;
  }
  .header_nav li:last-of-type a {
    border-bottom: none;
  }
  .header_nav li a {
    position: relative;
    display: block;
    padding: 6vw 0 4.6666666667vw;
    font-size: 4vw;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    text-decoration: none;
    border-bottom: 1px solid #083458;
    box-sizing: border-box;
  }
  .header_nav li a::after {
    content: "";
    position: absolute;
    bottom: 4.2666666667vw;
    right: 1.3333333333vw;
    display: block;
    width: 1.2vw;
    height: 2.4vw;
    background: url(../img/common/nav_arrow.webp) no-repeat;
    background-size: cover;
  }
  .header_nav li a:hover {
    color: #ffffff;
  }
}

.header_fix {
  width: 210px;
  margin: 0;
  margin-left: auto;
}
.header_fix:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1023px) {
  .header_fix.pc {
    display: none;
  }
}

.header_btn {
  display: none;
  padding: 0;
  border: 0;
  background-color: transparent;
  appearance: none;
}
@media screen and (max-width: 767px) {
  .header_btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.9333333333vw;
    display: block;
    width: 9.0666666667vw;
    height: 6.8vw;
    margin: auto;
    background: url(../img/common/open_btn.webp) no-repeat;
    background-size: cover;
    cursor: pointer;
  }
  .header_btn.active {
    right: 3.7333333333vw;
    width: 7.6vw;
    height: 7.6vw;
    background: url(../img/common/close_btn.webp) no-repeat;
    background-size: cover;
  }
}

.footer {
  position: relative;
  width: 100%;
  height: auto;
  margin: inherit;
  border: none;
  background-color: #0e4877;
}
@media screen and (max-width: 767px) {
  .footer {
    min-width: inherit;
  }
}

.footer_pageTop {
  position: absolute;
  top: -37px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  z-index: 1;
}
.footer_pageTop:hover img {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .footer_pageTop {
    top: -4.5333333333vw;
    width: 13.3333333333vw;
  }
}

.footer-inner {
  display: flex;
  width: min(1110px, 92%);
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .footer-inner {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 16.5333333333vw 0 0;
  }
}

.footer_detail {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer_detail {
    padding-left: 2.6666666667vw;
    box-sizing: border-box;
  }
}

.footer_detail_logo {
  width: 95px;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .footer_detail_logo {
    width: 13.3333333333vw;
    margin: 0 0 2.6666666667vw;
  }
}

.footer_detail_address {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .footer_detail_address {
    margin: 0 0 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}

.footer_detail_privacy {
  margin: 1rem auto;
}

.footer_detail_privacy a {
  color: #ffffff;
  text-decoration: underline;
}

.footer_detail_link {
  display: block;
  margin: 0;
}
.footer_detail_link:not(:first-of-type) {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .footer_detail_link:not(:first-of-type) {
    margin-top: 1.3333333333vw;
  }
}
.footer_detail_link img {
  width: 190px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer_detail_link img {
    width: 34.6666666667vw;
  }
}
.footer_detail_link img:hover {
  opacity: 0.7;
}

.footer_map {
  width: 341px;
  margin: 0;
  margin-left: auto;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .footer_map {
    width: 49.4666666667vw;
    padding-right: 2.6666666667vw;
    margin-right: 0;
    box-sizing: border-box;
  }
}

.footer_google {
  width: min(419px, 100%);
  margin: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .footer_google {
    width: 100vw;
    margin-left: 0;
    margin-top: 6.6666666667vw;
  }
  .footer_google iframe {
    width: 100%;
    height: 68vw;
  }
}

.footer_copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background-color: #191919;
}
@media screen and (max-width: 767px) {
  .footer_copyright {
    height: 8vw;
    font-size: 2.6666666667vw;
  }
}

#fixedInfo {
  display: none;
}

@media screen and (max-width: 1279px) {
  #fixedInfo {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    overflow: hidden;
    z-index: 100;
    opacity: 0;
    transform: translateY(100%);
    transition: 0.5s;
  }
  #fixedInfo.fixed {
    opacity: 1;
    transform: translateY(0);
  }
  #fixedInfo .fixedInfo_ttl {
    padding: 0.5rem 0;
    font-weight: 600;
    line-height: 1;
    color: #191919;
    text-align: center;
    background-color: #fff;
  }
  #fixedInfo .fixedInfo-inner {
    display: flex;
  }
  #fixedInfo .fixedInfo_line {
    display: block;
    width: 16%;
    margin: 0;
    background-color: #00b900;
  }
  #fixedInfo .fixedInfo_line a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    letter-spacing: 0.08em;
  }
  #fixedInfo .fixedInfo_line a::before {
    content: "";
    display: inline-block;
    background: url(../img/common/line_icon.webp) no-repeat;
    background-position: center;
    background-size: contain;
  }
  #fixedInfo .fixedInfo_tel {
    display: block;
    width: 42%;
    margin: 0;
    background-color: #e25500;
  }
  #fixedInfo .fixedInfo_contact {
    display: block;
    width: 42%;
    margin: 0;
    background-color: #0e4877;
  }
  #fixedInfo .fixedInfo_tel a,
  #fixedInfo .fixedInfo_contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.08em;
  }
  #fixedInfo .fixedInfo_tel a::before,
  #fixedInfo .fixedInfo_contact a::before {
    content: "";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #fixedInfo .fixedInfo_tel a::before {
    background-image: url(../img/common/tel_icon.webp);
  }
  #fixedInfo .fixedInfo_contact a::before {
    background-image: url(../img/common/mail_icon.webp);
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  #fixedInfo .fixedInfo_ttl {
    font-size: 16px;
  }
  #fixedInfo .fixedInfo_line {
    height: 52px;
  }
  #fixedInfo .fixedInfo_line a::before {
    width: 28px;
    height: 28px;
  }
  #fixedInfo .fixedInfo_tel,
  #fixedInfo .fixedInfo_contact {
    height: 52px;
  }
  #fixedInfo .fixedInfo_tel a,
  #fixedInfo .fixedInfo_contact a {
    font-size: 16px;
  }
  #fixedInfo .fixedInfo_tel a::before {
    width: 12px;
    height: 20px;
    margin-top: 2px;
    margin-right: 8px;
  }
  #fixedInfo .fixedInfo_contact a::before {
    width: 20px;
    height: 15px;
    margin-top: 3px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  #fixedInfo .fixedInfo_ttl {
    font-size: 4vw;
  }
  #fixedInfo .fixedInfo_line {
    height: 13.3333333333vw;
  }
  #fixedInfo .fixedInfo_line a::before {
    width: 7.0666666667vw;
    height: 7.0666666667vw;
  }
  #fixedInfo .fixedInfo_tel,
  #fixedInfo .fixedInfo_contact {
    height: 13.3333333333vw;
  }
  #fixedInfo .fixedInfo_tel a,
  #fixedInfo .fixedInfo_contact a {
    font-size: 4vw;
  }
  #fixedInfo .fixedInfo_tel a::before {
    width: 2.9333333333vw;
    height: 5.0666666667vw;
    margin-top: 0.4vw;
    margin-right: 2vw;
  }
  #fixedInfo .fixedInfo_contact a::before {
    width: 5.0666666667vw;
    height: 3.8666666667vw;
    margin-top: 0.6666666667vw;
    margin-right: 2vw;
  }
}
.sec {
  padding: 50px 0 100px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .sec {
    padding: 6.6666666667vw 0 13.3333333333vw;
  }
}

.sec_ttl {
  margin: 0 0 40px;
  font-size: 54px;
  font-weight: bold;
  text-align: center;
  color: #0e4877;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .sec_ttl {
    margin: 0 0 8vw;
    font-size: 8.5333333333vw;
  }
}

.sec_txt {
  margin: 0 0 40px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #191919;
  line-height: 2.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .sec_txt {
    margin: 0 0 5.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 2;
    letter-spacing: inherit;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .sec_ttl {
    font-size: clamp(38px, 4.3vw, 54px);
  }
  .sec_txt {
    padding: 0 4%;
    font-size: 18px;
  }
}
.contact {
  display: flex;
  width: 1020px;
  height: 200px;
  margin: 0 auto 65px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background-color: #fff;
  border: 1px solid #d1d3db;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .contact {
    flex-direction: column;
    width: 94.6666666667vw;
    height: auto;
    margin: 0 auto 5.3333333333vw;
  }
}

.contact_name {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 249px;
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
  background-color: #0e4877;
}
@media screen and (max-width: 767px) {
  .contact_name {
    width: 100%;
    height: 26.6666666667vw;
    font-size: 8.8vw;
    line-height: 1;
  }
}

.contact_name.is-long {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .contact_name.is-long {
    font-size: 6.6666666667vw;
  }
}

.contact_name_ttl {
  font-size: inherit;
  font-weight: inherit;
}

.contact_name_office {
  margin-top: 5px;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .contact_name_office {
    margin-top: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}

.contact_name_notice {
  margin: 0.3125rem 0 0;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .contact_name_notice {
    margin-top: 2.1333333333vw;
    font-size: 2.9333333333vw;
  }
}

.contact_detail {
  position: relative;
  display: flex;
  width: 769px;
}
.contact_detail::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  margin: auto;
  background-color: #d1d3db;
}
@media screen and (max-width: 767px) {
  .contact_detail {
    width: 100%;
    height: 26.6666666667vw;
  }
}

.contact_detail_tel, .contact_detail_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .contact_detail_tel, .contact_detail_btn {
    justify-content: flex-start;
    padding-top: 3.7333333333vw;
  }
}

.contact_detail_tel_txt {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #191919;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .contact_detail_tel_txt {
    margin-bottom: 3.0666666667vw;
    font-size: 2.9333333333vw;
    line-height: 1.5;
  }
}

.contact_detail_tel_num {
  font-size: 42px;
  font-weight: bold;
  color: #0e4877;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contact_detail_tel_num {
    font-size: 5.6vw;
  }
}

.contact_detail_tel_num a {
  color: #0e4877;
}
.contact_detail_tel_num a:hover {
  text-decoration: none;
}

.contact_detail_btn_txt {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #191919;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .contact_detail_btn_txt {
    margin-bottom: 2vw;
    font-size: 2.9333333333vw;
    line-height: 1.5;
  }
}

.contact_detail_btn_img {
  width: 260px;
}
.contact_detail_btn_img:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .contact_detail_btn_img {
    width: 36.2666666667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .contact {
    width: min(1020px, 94%);
  }
  .contact_name {
    width: 220px;
    font-size: 44px;
  }
  .contact_name.is-long {
    font-size: 32px;
  }
  .contact_detail {
    width: auto;
    flex: 1;
  }
  .contact_detail_tel_num {
    font-size: clamp(28px, 3.3vw, 42px);
  }
}
.common {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .common {
    padding-bottom: 0;
  }
}

.common_mv {
  width: 1280px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .common_mv {
    width: 94.6666666667vw;
    margin: 0 auto 6.6666666667vw;
  }
}

.common_block01 {
  display: flex;
  align-items: center;
  width: 1030px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .common_block01 {
    flex-direction: column;
    width: 100%;
    margin: 0 auto 9.3333333333vw;
  }
}

.common_block01_img {
  width: 560px;
  margin: 0;
  margin-right: 40px;
}
.common_block01_img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .common_block01_img {
    width: 80vw;
    margin: 0;
    margin-bottom: 4vw;
  }
}

.common_block01_txt {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: #191919;
  line-height: 2.4;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .common_block01_txt {
    padding: 0 10.2666666667vw;
    font-size: 2.9333333333vw;
    line-height: 2;
    box-sizing: border-box;
  }
}

.common_block02 {
  padding: 80px 0;
  background-color: #0e4877;
}
@media screen and (max-width: 767px) {
  .common_block02 {
    padding: 13.3333333333vw 0;
  }
}

.common_block02_ttl, .common_block03_ttl {
  margin: 0 0 40px;
  font-size: 54px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .common_block02_ttl, .common_block03_ttl {
    margin: 0 0 8vw;
    font-size: 8.5333333333vw;
  }
}

.common_block02_txt, .common_block03_txt {
  margin: 0 0 40px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  line-height: 2.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .common_block02_txt, .common_block03_txt {
    margin: 0 0 5.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 2;
    letter-spacing: inherit;
  }
}

.common_block02_img {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .common_block02_img {
    width: 89.3333333333vw;
  }
}

.common_block03 {
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .common_block03 {
    padding: 16vw 0 0;
  }
}

.common_block03_ttl {
  color: #0e4877;
}

.common_block03_txt {
  color: #191919;
}
@media screen and (max-width: 767px) {
  .common_block03_txt {
    margin-bottom: 13.3333333333vw;
  }
}

.common_block03_list {
  display: flex;
  justify-content: space-between;
  width: 1142px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .common_block03_list {
    flex-direction: column;
    width: 100%;
  }
}

.common_block03_col {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .common_block03_col {
    width: auto;
  }
  .common_block03_col:not(:last-of-type) {
    margin-bottom: 10.6666666667vw;
  }
}

.common_block03_col_img {
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .common_block03_col_img {
    width: 56.1333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
}

.common_block03_col_txt {
  font-size: 16px;
  font-weight: 500;
  color: #191919;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .common_block03_col_txt {
    font-size: 2.9333333333vw;
  }
}

.intro {
  padding: 150px 0 100px;
}
@media screen and (max-width: 767px) {
  .intro {
    padding: 20vw 0 13.3333333333vw;
  }
}

.intro_movie {
  width: 1000px;
  height: 555px;
  margin: 0 auto;
}
.intro_movie iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (max-width: 767px) {
  .intro_movie {
    width: 93.3333333333vw;
    height: 52.6666666667vw;
  }
}

.gallery_img {
  width: 1060px;
  margin: 0 auto;
}
.gallery_img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .gallery_img {
    width: 97.3333333333vw;
  }
}

.recommend {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .recommend {
    padding-bottom: 16vw;
  }
}

.recommend_img {
  width: 1100px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .recommend_img {
    width: 96vw;
    margin: 0 auto 6.6666666667vw;
  }
}

.points {
  width: min(1100px, 92%);
  margin: 0 auto;
  padding: 0.5rem 2.5rem;
  list-style: none;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .points {
    padding: 1.3333333333vw 4vw;
  }
}

.points_item {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 1.75rem 0;
  border-bottom: 1px dashed #d1d3db;
}
.points_item:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .points_item {
    flex-wrap: wrap;
    padding: 4.8vw 0;
  }
}

.points_num {
  flex: none;
  width: 4.5rem;
  margin: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #0e4877;
  line-height: 1;
  text-align: center;
}
.points_num span {
  display: block;
  margin-top: 0.125rem;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .points_num {
    width: 14.6666666667vw;
    font-size: 2.6666666667vw;
  }
  .points_num span {
    font-size: 6.4vw;
  }
}

.points_ttl {
  flex: none;
  width: 14rem;
  margin: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  color: #0e4877;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .points_ttl {
    width: calc(100% - 14.6666666667vw);
    font-size: 4.5333333333vw;
  }
}

.points_txt {
  flex: 1;
  margin: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .points_txt {
    flex: 0 0 100%;
    margin-top: 2.1333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.7;
  }
}

.mahjong {
  display: flex;
  align-items: center;
  width: min(1100px, 92%);
  margin: 1.5rem auto 0;
  padding: 2rem 2.5rem;
  color: #fff;
  background-color: #0e4877;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .mahjong {
    flex-direction: column;
    margin-top: 3.2vw;
    padding: 5.8666666667vw 4vw 5.3333333333vw;
  }
}

.mahjong_tiles {
  display: flex;
  flex: none;
  align-items: flex-end;
  margin: 0 2.5rem 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .mahjong_tiles {
    margin: 0 0 3.7333333333vw;
  }
}

.mahjong_tile {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 4.75rem;
  margin: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  background-color: #fbf8ef;
  border-radius: 0.4rem;
  box-shadow: 0 0.35rem 0 #cfc5a6, 0 0.6rem 0.6rem rgba(0, 0, 0, 0.3);
}
.mahjong_tile.is-haku {
  transform: rotate(-12deg) translateY(0.4rem);
}
.mahjong_tile.is-haku::before {
  content: "";
  width: 62%;
  height: 74%;
  border: 2px solid #c9d3de;
  border-radius: 0.2rem;
}
.mahjong_tile.is-hatsu {
  margin-left: -0.9rem;
  color: #1c6b3a;
  transform: rotate(-2deg);
}
.mahjong_tile.is-chun {
  margin-left: -0.9rem;
  color: #bd1010;
  transform: rotate(9deg) translateY(0.5rem);
}
@media screen and (max-width: 767px) {
  .mahjong_tile {
    width: 12.2666666667vw;
    height: 16.5333333333vw;
    font-size: 7.7333333333vw;
  }
}

.mahjong_body {
  flex: 1;
  margin: 0;
}

.mahjong_ttl {
  margin: 0 0 0.75rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .mahjong_ttl {
    margin-bottom: 2.1333333333vw;
    font-size: 6.9333333333vw;
    text-align: center;
  }
}

.mahjong_txt {
  margin: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .mahjong_txt {
    font-size: 3.4666666667vw;
    line-height: 1.8;
  }
}

.price {
  width: 100%;
  padding: 120px 0 100px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .price {
    padding: 10.6666666667vw 0;
  }
}

.price .sec_ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .price .sec_ttl {
    margin-bottom: 8vw;
  }
}

.flow {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 20vw 0 10.6666666667vw;
  }
}

.flow_img {
  width: 1278px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .flow_img {
    width: 93.3333333333vw;
  }
}

.access {
  padding-top: 100px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .access {
    padding: 10.6666666667vw 0 6.6666666667vw;
  }
  .access .sec_ttl {
    margin-bottom: 6.6666666667vw;
  }
}

.access-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .access-inner {
    flex-direction: column;
  }
}

.access_map {
  width: 550px;
  height: 350px;
  margin-right: 40px;
}
.access_map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (max-width: 767px) {
  .access_map {
    width: 85.3333333333vw;
    height: 54.6666666667vw;
    margin-right: 0;
    margin-bottom: 2.6666666667vw;
  }
}

.access_detail {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .access_detail {
    width: 85.3333333333vw;
    margin: 0 auto;
  }
}

.access_detail_name {
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 600;
  color: #191919;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.access_detail_name span {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .access_detail_name {
    margin-bottom: 3.3333333333vw;
    font-size: 4.5333333333vw;
  }
  .access_detail_name span {
    font-size: 2.6666666667vw;
  }
}

.access_detail_address {
  font-size: 18px;
  font-weight: 500;
  color: #191919;
  line-height: 2.1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .access_detail_address {
    font-size: 2.9333333333vw;
  }
}

.access_detail_tel {
  display: flex;
  align-items: center;
  width: 410px;
  margin-top: 10px;
  padding: 0.6rem 1rem;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #e25500;
  border-radius: 6px;
  box-sizing: border-box;
}
.access_detail_tel span {
  margin-right: 1rem;
}
.access_detail_tel a {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
.access_detail_tel a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .access_detail_tel {
    width: 66.6666666667vw;
    margin-top: 2.6666666667vw;
    font-size: 2.9333333333vw;
  }
  .access_detail_tel a {
    font-size: 4.5333333333vw;
  }
}

.information {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .information {
    padding: 13.3333333333vw 0 13.3333333333vw;
  }
}

.information-inner {
  display: flex;
  justify-content: center;
}

.information_bnr {
  width: 191px;
  margin: 0 10px;
}
.information_bnr:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .information_bnr {
    width: 33.3333333333vw;
    margin: 0 2.6666666667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .common_mv {
    width: min(1280px, 94%);
  }
  .common_block01 {
    width: min(1030px, 94%);
  }
  .common_block01_img {
    width: 48%;
    margin-right: 3%;
  }
  .common_block01_txt {
    flex: 1;
    min-width: 0;
    font-size: clamp(15px, 1.6vw, 20px);
  }
  .common_block02_ttl, .common_block03_ttl {
    font-size: clamp(38px, 4.3vw, 54px);
  }
  .common_block02_txt, .common_block03_txt {
    padding: 0 4%;
    font-size: 18px;
  }
  .common_block02_img {
    width: min(1100px, 94%);
  }
  .common_block03_list {
    width: min(1142px, 94%);
  }
  .common_block03_col {
    width: 31%;
  }
  .common_block03_col img {
    width: 100%;
  }
  .intro_movie {
    width: min(1000px, 94%);
    height: auto;
    aspect-ratio: 1000/555;
  }
  .gallery_img {
    width: min(1060px, 94%);
  }
  .recommend_img {
    width: min(1100px, 94%);
  }
  .flow_img {
    width: min(1278px, 96%);
  }
  .access-inner {
    padding: 0 3%;
  }
  .access_map {
    width: 48%;
    margin-right: 3%;
  }
  .access_detail {
    flex: 1;
    min-width: 0;
  }
  .access_detail_tel {
    width: 100%;
    max-width: 410px;
  }
}
.facility {
  width: 100%;
  padding-top: 70px;
  background-color: #f5f6fa;
}
.facility .sec_ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .facility {
    padding: 6.6666666667vw 0 10.6666666667vw;
  }
  .facility .sec_ttl {
    margin-bottom: 6.6666666667vw;
  }
}

.facility_block:not(:last-of-type) {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .facility_block:not(:last-of-type) {
    margin-bottom: 13.3333333333vw;
  }
}

.facility_block_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 44px;
  margin: 0 auto 40px;
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #bd1010;
  border-radius: 50px;
  border: 3px solid #bd1010;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .facility_block_ttl {
    width: 25.3333333333vw;
    height: 7.2vw;
    margin: 0 auto 4vw;
    font-size: 3.2vw;
    border: 0.4vw solid #bd1010;
  }
}

.facility_block_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: min(1140px, 96%);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .facility_block_list {
    width: 93.3333333333vw;
    justify-content: inherit;
  }
}

.facility_block_col_label {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  color: #191919;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .facility_block_col_label {
    margin-top: 1.3333333333vw;
    font-size: 3.2vw;
  }
}

.facility_block_col_notice {
  display: block;
  margin: 0.25rem 0 0;
  font-size: 0.8125rem;
  font-weight: 600;
  text-align: center;
  color: #bd1010;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .facility_block_col_notice {
    margin-top: 0.8vw;
    font-size: 2.6666666667vw;
  }
}

.facility_block_col_name {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  font-size: 20px;
  font-weight: 600;
  color: #0e4877;
  background-color: #fff;
  border: 1px solid #0e4877;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .facility_block_col_name {
    height: 14.6666666667vw;
    font-size: 3.4666666667vw;
  }
}

.facility_block_col {
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
  background-color: #ffffff;
}
.facility_block_col:hover img {
  opacity: 0.7;
}
.facility_block_col img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .facility_block_col {
    width: calc(25% - 15px);
    margin-right: 7.5px;
    margin-left: 7.5px;
  }
}
@media screen and (max-width: 767px) {
  .facility_block_col {
    width: 29.3333333333vw;
    margin-left: 0;
    margin-right: 2.6666666667vw;
  }
  .facility_block_col:nth-of-type(3n) {
    margin-right: 0;
  }
}

.priceTable {
  width: 961px;
  margin: 0 auto;
}
.priceTable:not(:last-of-type) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .priceTable {
    width: 93.3333333333vw;
  }
  .priceTable:not(:last-of-type) {
    margin-bottom: 10.6666666667vw;
  }
}

.priceTable_head {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 0 0.5em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .priceTable_head {
    margin-bottom: 3.3333333333vw;
  }
}

.priceTable_ttl {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #0e4877;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .priceTable_ttl {
    font-size: 4.2666666667vw;
  }
}

.priceTable_note {
  margin: 0;
  font-size: 13px;
  line-height: 1.9;
  color: #bd1010;
}
@media screen and (max-width: 767px) {
  .priceTable_note {
    font-size: 2.6666666667vw;
  }
}

.priceTable_note-alone {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .priceTable_note-alone {
    margin-bottom: 3.3333333333vw;
  }
}

.priceTable_hint {
  margin: 0 0 8px;
  font-size: 13px;
  color: #0e4877;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .priceTable_hint {
    margin-bottom: 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
}

.priceTable_scroll {
  overflow-x: auto;
}
.priceTable_scroll:focus-visible {
  outline: 2px solid #0e4877;
  outline-offset: 2px;
}

.priceTable table {
  width: 100%;
  border-top: 1px solid #a4afb8;
  border-left: 1px solid #a4afb8;
  background-color: #fff;
}
.priceTable table th, .priceTable table td {
  padding: 0.9rem 1rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.05em;
  text-align: center;
  vertical-align: middle;
  border: 0;
  border-bottom: 1px solid #a4afb8;
  border-right: 1px solid #a4afb8;
  box-sizing: border-box;
  white-space: nowrap;
}
.priceTable table .priceTable_wrap {
  white-space: normal;
}
.priceTable table th {
  color: #fff;
  background-color: #0e4877;
}
.priceTable table tbody th {
  background-color: #eef2f6;
  color: #191919;
  font-weight: 600;
}
.priceTable table .priceTable_unit {
  font-size: 13px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .priceTable table .priceTable_unit {
    font-size: 2.5333333333vw;
  }
}
.priceTable table .priceTable_cellNote {
  display: block;
  font-size: 13px;
  color: #bd1010;
}
@media screen and (max-width: 767px) {
  .priceTable table .priceTable_cellNote {
    font-size: 2.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .priceTable table th, .priceTable table td {
    padding: 0.7rem 0.8rem;
    font-size: 2.9333333333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .priceTable {
    width: min(961px, 94%);
  }
}
.contactForm {
  width: 1200px;
  margin: 0 auto;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .contactForm {
    width: 98%;
  }
}

.contactForm_ttl {
  margin: 0 auto 40px;
  font-size: 40px;
  font-weight: bold;
  color: #191919;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contactForm_ttl {
    margin: 0 auto 6vw;
    font-size: 7.2vw;
  }
}

.contactForm_txt {
  margin: 0 auto 30px;
  font-size: 18px;
  font-weight: 500;
  color: #191919;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2.22;
}
.contactForm_txt span {
  display: block;
  font-size: 16px;
}
.contactForm_txt em {
  color: #ff4300;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .contactForm_txt {
    margin: 0 auto 4.6666666667vw;
    font-size: 3.2vw;
  }
  .contactForm_txt span {
    font-size: 2.9333333333vw;
  }
}

.contactForm_error {
  width: 800px;
  margin: 0 auto 30px;
  padding: 1rem 1.5rem;
  color: #ff4300;
  font-size: 15px;
  line-height: 2;
  background-color: #fff;
  border: 1px solid #ff4300;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .contactForm_error {
    width: 100%;
    font-size: 3.2vw;
  }
}

.contactForm table {
  width: 100%;
  background-color: #fff;
}
.contactForm table th, .contactForm table td {
  border: 1px solid #efefef;
}
.contactForm table th {
  width: 20%;
  font-size: 0.85rem;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
  background: #ffffff;
  padding: 0 2%;
}
.contactForm table td {
  width: 72%;
  background: #fff;
  padding: 10px 2%;
}
@media screen and (max-width: 767px) {
  .contactForm table th {
    font-size: 2.9333333333vw;
  }
}

.contactForm_required {
  margin-left: 0.5rem;
  color: #ff4300;
  font-size: 0.75rem;
}

.contactForm input[type=text],
.contactForm input[type=tel],
.contactForm input[type=email] {
  width: 250px;
  height: 25px;
  border: 1px solid #ccc;
}
.contactForm input[type=text]:focus,
.contactForm input[type=tel]:focus,
.contactForm input[type=email]:focus {
  outline: solid #efefef 1px;
  outline-offset: -1px;
  background-color: #fcfcfc;
}
@media screen and (max-width: 767px) {
  .contactForm input[type=text],
  .contactForm input[type=tel],
  .contactForm input[type=email] {
    width: 90%;
  }
}

.contactForm input[type=email],
.contactForm input.is-wide {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .contactForm input[type=email],
  .contactForm input.is-wide {
    width: 90%;
  }
}

.contactForm select {
  height: 28px;
  border: 1px solid #ccc;
}

.contactForm textarea {
  width: 90%;
  height: 150px;
  border: 1px solid #ccc;
}
.contactForm textarea:focus {
  outline: solid #efefef 1px;
  outline-offset: -1px;
  background-color: #fcfcfc;
}

.contactForm_acceptance {
  margin: 10px 0 0;
  text-align: center;
  font-size: 0.85rem;
}
.contactForm_acceptance input {
  width: 20px;
  height: auto;
}
.contactForm_acceptance a {
  text-decoration: underline;
  color: #0e4877;
}

.contactForm_submit {
  display: block;
  width: 180px;
  height: 50px;
  margin: 30px auto 0;
  font-size: 16px;
  font-weight: 600;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  background-color: #0e4877;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
}
.contactForm_submit:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .contactForm_submit {
    width: 40vw;
    height: 13.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

.contactForm_hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#thanks {
  padding: 100px 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
#thanks .thanks_txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
#thanks .thanks_btn {
  display: block;
  width: 130px;
  height: 50px;
  margin: 0 auto;
  margin-top: 5rem;
  background-color: #0e4877;
  border-radius: 5px;
}
#thanks .thanks_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #thanks {
    padding: 13.3333333333vw 2.6666666667vw;
  }
  #thanks .thanks_txt {
    font-size: 3.7333333333vw;
  }
  #thanks .thanks_btn {
    width: 33.3333333333vw;
    height: 13.3333333333vw;
    margin-top: 3rem;
  }
  #thanks .thanks_btn a {
    font-size: 4vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .contactForm {
    width: min(1200px, 94%);
  }
}
.yr_mainvisual {
  width: 100%;
  min-width: 1280px;
  margin-bottom: 40px;
}
.yr_mainvisual img {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .yr_mainvisual {
    min-width: inherit;
    margin-bottom: 4vw;
  }
}

.yr_cont01 {
  position: relative;
  width: 1280px;
  height: 709px;
  margin: 0 auto 50px;
  padding-top: 53px;
  background: url(../img/top/bg_img01.webp) no-repeat;
  background-position-x: left;
  background-position-y: 53px;
}
.yr_cont01 .pc {
  position: absolute;
  top: 118px;
  right: 90px;
}
@media screen and (max-width: 767px) {
  .yr_cont01 {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-top: 6.6666666667vw;
    background: none;
  }
}

.yr_cont01_ttl {
  width: 515px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .yr_cont01_ttl {
    width: 82.4vw;
    margin: 0 auto 8vw;
  }
}

.yr_cont01_txt {
  font-size: 22px;
  font-weight: 400;
  color: #191919;
  text-align: center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 2.18;
  letter-spacing: 0.05em;
}

.yr_cont02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 550px;
  background: url(../img/top/bg_img02.webp) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .yr_cont02 {
    flex-direction: column;
    height: 129.3333333333vw;
    background: url(../img/top/bg_img02_sp.webp) no-repeat;
    background-size: cover;
  }
}

.yr_cont02_img {
  width: 550px;
  margin: 0;
  margin-right: 59px;
}
@media screen and (max-width: 767px) {
  .yr_cont02_img {
    order: 1;
    width: 85.3333333333vw;
    margin: 0;
  }
}

.yr_cont02_block {
  margin: 0;
}

.yr_cont02_ttl {
  width: 487px;
  margin: 0;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .yr_cont02_ttl {
    width: 84.6666666667vw;
    margin: 0 auto 4.6666666667vw;
  }
}

.yr_cont02_txt {
  margin: 0 0 30px;
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2.18;
}
@media screen and (max-width: 767px) {
  .yr_cont02_txt {
    margin: 0 auto 4vw;
    font-size: 3.7333333333vw;
  }
}

.yr_cont02_btn {
  width: 360px;
}
.yr_cont02_btn img:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .yr_cont02_btn {
    display: block;
    width: 53.3333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
}

.yr_cont03 {
  padding: 100px 0 60px;
  background-color: #0e4877;
}
@media screen and (max-width: 767px) {
  .yr_cont03 {
    padding: 10.6666666667vw 0 8vw;
  }
}

.yr_cont03-inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .yr_cont03-inner {
    width: 100%;
  }
}

.yr_cont03_ttl {
  width: 465px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 767px) {
  .yr_cont03_ttl {
    width: 74.5333333333vw;
    margin: 0 auto 6.4vw;
  }
}

.yr_cont03_col {
  display: flex;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .yr_cont03_col {
    flex-direction: column;
    margin: 0 7.3333333333vw;
  }
  .yr_cont03_col:nth-of-type(even) .yr_cont03_col_block {
    order: 1;
  }
}

.yr_cont03_col_img {
  width: 550px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .yr_cont03_col_img {
    width: 100%;
  }
}

.yr_cont03_col_block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 550px;
}
@media screen and (max-width: 767px) {
  .yr_cont03_col_block {
    width: 100%;
    padding: 5.3333333333vw 0 6.6666666667vw;
  }
}

.yr_cont03_col_ttl {
  margin-bottom: 25px;
  font-size: 34px;
  font-weight: bold;
  color: #0e4877;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  line-height: 1;
}
.yr_cont03_col_ttl span {
  display: block;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 15px;
}
@media screen and (max-width: 767px) {
  .yr_cont03_col_ttl {
    margin-bottom: 4vw;
    font-size: 5.6vw;
  }
  .yr_cont03_col_ttl span {
    font-size: 4vw;
    margin-bottom: 2.6666666667vw;
    line-height: 1.7333333333vw;
  }
}

.yr_cont03_col_txt {
  font-size: 18px;
  font-weight: 500;
  color: #191919;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  line-height: 2.22;
}
@media screen and (max-width: 767px) {
  .yr_cont03_col_txt {
    font-size: 2.9333333333vw;
  }
}

.yr_cont04 {
  padding: 100px 0 85px;
}
@media screen and (max-width: 767px) {
  .yr_cont04 {
    padding: 10.6666666667vw 0 13.3333333333vw;
  }
}

.yr_cont04_ttl {
  width: 232px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .yr_cont04_ttl {
    width: 39.8666666667vw;
    margin: 0 auto 4vw;
  }
}

.yr_cont04_lead {
  margin: 0 auto 45px;
  font-size: 18px;
  font-weight: 500;
  color: #191919;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .yr_cont04_lead {
    margin: 0 auto 6vw;
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 2;
  }
}

.yr_cont04_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 70px;
  margin: 0 auto 100px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  background-color: #0e4877;
  border-radius: 5px;
}
.yr_cont04_btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .yr_cont04_btn {
    width: 53.3333333333vw;
    height: 13.3333333333vw;
    margin: 0 auto 13.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

.yr_cont04_info {
  position: relative;
  display: flex;
  align-items: center;
  width: 1280px;
  height: 220px;
  margin: 0 auto;
  background-color: #ffffff;
  border: 1px solid #d1d3db;
  box-sizing: border-box;
}
.yr_cont04_info::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 100%;
  margin: auto;
  background-color: #d1d3db;
}
@media screen and (max-width: 767px) {
  .yr_cont04_info {
    flex-direction: column;
    width: 89.3333333333vw;
    height: auto;
  }
  .yr_cont04_info::after {
    top: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
}

.yr_cont04_info_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 640px;
}
@media screen and (max-width: 767px) {
  .yr_cont04_info_tel {
    flex-direction: column;
    width: 100%;
    padding: 8vw 0;
    box-sizing: border-box;
  }
}

.yr_cont04_info_tel_txt {
  width: 192px;
  margin: 0;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .yr_cont04_info_tel_txt {
    width: 35.2vw;
    margin: 0;
    margin-bottom: 6.6666666667vw;
  }
}

.yr_cont04_info_tel_img {
  margin: 0;
  width: 304px;
}
@media screen and (max-width: 767px) {
  .yr_cont04_info_tel_img {
    width: 60.5333333333vw;
  }
}

.yr_cont04_info_mail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 640px;
}
@media screen and (max-width: 767px) {
  .yr_cont04_info_mail {
    flex-direction: column;
    width: 100%;
    padding: 8vw 0;
    box-sizing: border-box;
  }
}

.yr_cont04_info_mail_txt {
  width: 182px;
  margin: 0;
  margin-right: 35px;
}
@media screen and (max-width: 767px) {
  .yr_cont04_info_mail_txt {
    width: 54.9333333333vw;
    margin: 0;
    margin-bottom: 6.6666666667vw;
  }
}

.yr_cont04_info_mail_btn {
  width: 260px;
  margin: 0;
}
.yr_cont04_info_mail_btn:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .yr_cont04_info_mail_btn {
    width: 53.3333333333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .yr_mainvisual {
    min-width: 0;
  }
  .yr_cont01 {
    width: 100%;
    height: 55.390625vw;
    padding-top: 4.140625vw;
    background-size: 100% auto;
    background-position-y: 4.140625vw;
  }
  .yr_cont01 .pc {
    top: 9.21875vw;
    right: 7.03125vw;
  }
  .yr_cont01_ttl {
    width: 40.234375vw;
    margin-bottom: 2.34375vw;
  }
  .yr_cont01_txt {
    font-size: clamp(13px, 1.71875vw, 22px);
  }
  .yr_cont02 {
    height: 42.96875vw;
  }
  .yr_cont02_img {
    width: 42.96875vw;
    margin-right: 4.609375vw;
  }
  .yr_cont02_ttl {
    width: 38.046875vw;
    margin-bottom: 1.953125vw;
  }
  .yr_cont02_txt {
    margin-bottom: 2.34375vw;
    font-size: clamp(13px, 1.71875vw, 22px);
  }
  .yr_cont02_btn {
    width: 28.125vw;
  }
  .yr_cont03-inner {
    width: min(1100px, 94%);
  }
  .yr_cont03_col_img {
    width: 50%;
  }
  .yr_cont03_col_img img {
    width: 100%;
  }
  .yr_cont03_col_block {
    width: 50%;
    padding: 24px 16px;
    box-sizing: border-box;
  }
  .yr_cont03_col_ttl {
    font-size: clamp(22px, 2.6vw, 34px);
  }
  .yr_cont03_col_ttl span {
    font-size: clamp(16px, 1.9vw, 24px);
  }
  .yr_cont03_col_txt {
    font-size: clamp(13px, 1.4vw, 18px);
  }
  .yr_cont04_info {
    width: min(1280px, 96%);
  }
  .yr_cont04_info_tel,
  .yr_cont04_info_mail {
    width: 50%;
  }
  .yr_cont04_info_tel_txt {
    width: 15vw;
    margin-right: 2.34375vw;
  }
  .yr_cont04_info_tel_img {
    width: 23.75vw;
  }
  .yr_cont04_info_mail_txt {
    width: 14.21875vw;
    margin-right: 2.734375vw;
  }
  .yr_cont04_info_mail_btn {
    width: 20.3125vw;
  }
}
.branchIndex {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .branchIndex {
    padding-bottom: 13.3333333333vw;
  }
}

.about {
  padding-bottom: 50px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .about {
    padding-bottom: 0;
  }
}

.about_mv {
  width: 1280px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .about_mv {
    width: 94.6666666667vw;
    margin: 0 auto 6.6666666667vw;
  }
}

.about_block01 {
  display: flex;
  align-items: center;
  width: 1030px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .about_block01 {
    flex-direction: column;
    width: 100%;
    margin: 0 auto 9.3333333333vw;
  }
}

.about_block01_img {
  width: 560px;
  margin: 0;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .about_block01_img {
    width: 80vw;
    margin: 0;
    margin-bottom: 4vw;
  }
}

.about_block01_txt {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: #191919;
  line-height: 2.4;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .about_block01_txt {
    padding: 0 10.2666666667vw;
    font-size: 2.9333333333vw;
    line-height: 2;
    box-sizing: border-box;
  }
}

.about_block02 {
  padding: 80px 0;
  background-color: #0e4877;
}
@media screen and (max-width: 767px) {
  .about_block02 {
    padding: 13.3333333333vw 0;
  }
}

.about_block02_ttl, .about_block03_ttl {
  margin: 0 0 40px;
  font-size: 54px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .about_block02_ttl, .about_block03_ttl {
    margin: 0 0 8vw;
    font-size: 8.5333333333vw;
  }
}

.about_block02_txt, .about_block03_txt {
  margin: 0 0 40px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  line-height: 2.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .about_block02_txt, .about_block03_txt {
    margin: 0 0 5.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 2;
    letter-spacing: inherit;
  }
}

.about_block02_img {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about_block02_img {
    width: 89.3333333333vw;
  }
}

.about_block03 {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .about_block03 {
    padding: 16vw 0 20vw;
  }
}

.about_block03_ttl {
  color: #0e4877;
}

.about_block03_txt {
  color: #191919;
}
@media screen and (max-width: 767px) {
  .about_block03_txt {
    margin-bottom: 13.3333333333vw;
  }
}

.about_block03_list {
  display: flex;
  justify-content: space-between;
  width: 1142px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about_block03_list {
    flex-direction: column;
    width: 100%;
  }
}

.about_block03_col {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .about_block03_col {
    width: auto;
  }
  .about_block03_col:not(:last-of-type) {
    margin-bottom: 10.6666666667vw;
  }
}

.about_block03_col_img {
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .about_block03_col_img {
    width: 56.1333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
}

.about_block03_col_txt {
  font-size: 16px;
  font-weight: 500;
  color: #191919;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .about_block03_col_txt {
    font-size: 2.9333333333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .about_mv {
    width: min(1280px, 94%);
  }
  .about_block01 {
    width: min(1030px, 94%);
  }
  .about_block01_img {
    width: 48%;
    margin-right: 3%;
  }
  .about_block01_img img {
    width: 100%;
  }
  .about_block01_txt {
    flex: 1;
    min-width: 0;
    font-size: clamp(15px, 1.6vw, 20px);
  }
  .about_block02_ttl, .about_block03_ttl {
    font-size: clamp(38px, 4.3vw, 54px);
  }
  .about_block02_txt, .about_block03_txt {
    padding: 0 4%;
    font-size: 18px;
  }
  .about_block02_img {
    width: min(1100px, 94%);
  }
  .about_block03_list {
    width: min(1142px, 94%);
  }
  .about_block03_col {
    width: 31%;
  }
  .about_block03_col img {
    width: 100%;
  }
}
.company {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.company_info {
  width: 599px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .company_info {
    width: 79.8666666667vw;
    margin: 0 auto 6.6666666667vw;
  }
}

.company_table {
  width: 800px;
  margin: 0 auto 100px;
  border: 0;
  border-top: 1px solid #a4afb8;
  border-left: 1px solid #a4afb8;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .company_table {
    width: 93.3333333333vw;
    margin: 0 auto 20vw;
  }
}

.company_table table {
  width: 100%;
}

.company_table table th,
.company_table table td {
  padding: 0.9rem 1rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.05em;
  vertical-align: middle;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .company_table table th,
  .company_table table td {
    display: block;
    font-size: 2.6666666667vw;
    line-height: 2;
  }
}

.company_table table th {
  width: 200px;
  text-align: center;
  color: #fff;
  background-color: #0e4877;
  border: 0;
  border-bottom: 1px solid #a4afb8;
  border-right: 1px solid #a4afb8;
}
@media screen and (max-width: 767px) {
  .company_table table th {
    width: auto;
  }
}

.company_table table td {
  border: 0;
  border-bottom: 1px solid #a4afb8;
  border-right: 1px solid #a4afb8;
}
@media screen and (max-width: 767px) {
  .company_table table td {
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .company_info {
    width: min(599px, 70%);
  }
  .company_table {
    width: min(800px, 92%);
  }
}
.privacy {
  width: 1000px;
  margin: 0 auto;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .privacy {
    width: 93.3333333333vw;
  }
}

.privacy_ttl {
  margin: 0 0 40px;
  font-size: 2rem;
  font-weight: bold;
  color: #191919;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .privacy_ttl {
    margin: 0 0 6vw;
    font-size: 5.8666666667vw;
  }
}

.privacy p {
  margin-bottom: 1rem;
  font-size: 14px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .privacy p {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .privacy {
    width: min(1000px, 92%);
  }
}
.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.visuallyhidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}