@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  background: #fff;
  line-height: 1.5;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.center {
  text-align: center;
}

.textRight {
  text-align: right;
}

.textLeft {
  text-align: left;
}

@media (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}

@media print, (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

.displayNone {
  display: none;
}

.displayBlock {
  display: block;
}

.containerOuter {
  width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1450px) {
  .containerOuter {
    width: 1200px;
  }
}
@media (max-width: 1200px) {
  .containerOuter {
    width: 100%;
  }
}

.containerInner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  .containerInner {
    width: 96%;
  }
}
@media (max-width: 767px) {
  .containerInner {
    width: 98%;
  }
}

h1 {
  color: #fff;
  font-size: 50px;
  font-family: "Yu Mincho", "YuMincho";
}

.h1LowerPage {
  font-size: 32px;
  font-weight: normal;
  font-family: "ヒラギノ明朝", "Yu Mincho", "YuMincho";
  margin: 90px 0 80px;
}
@media (max-width: 767px) {
  .h1LowerPage {
    font-size: 25px;
    margin: 55px 0 56px;
  }
}

h2 {
  font-size: 40px;
}

.h2LowerPage {
  font-size: 24px;
  display: inline-block;
  width: 100%;
  color: #161e55;
  margin-bottom: 40px;
}
.h2LowerPage:before {
  content: "";
  width: 40%;
  border-bottom: 1px solid #161e55;
  display: inline-block;
  margin: 10px auto;
}
.h2LowerPage:after {
  content: "";
  width: 40%;
  border-bottom: 1px solid #161e55;
  display: inline-block;
  margin: 10px auto;
}
.h2LowerPage span {
  display: inline-block;
  width: 20%;
}

h3 {
  font-family: "Yu Mincho", "YuMincho";
  color: #fff;
  font-size: 48px;
}

h5 {
  font-family: "Yu Mincho", "YuMincho";
  font-size: 50px;
  line-height: 1.1;
}

h6 {
  color: #2e3d5e;
  font-size: 30px;
  text-align: center;
}
h6:after {
  content: "";
  display: block;
  width: 60px;
  border-top: 1px solid #2e3d5e;
  margin: 5px auto 50px;
}

.overlay {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.mainContentArea {
  padding: 1px 0;
  background: #fafafa;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .mainContentArea {
    margin-bottom: 35px;
  }
}

.pankuzu {
  margin: 15px 0 50px;
}
@media (max-width: 550px) {
  .pankuzu {
    margin: 15px 0 30px;
  }
}
.pankuzu li {
  font-size: 13px;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
  padding: 0 15px;
  position: relative;
}
.pankuzu li:not(:last-child):after {
  content: "";
  width: 1px;
  height: 12px;
  background: #333332;
  position: absolute;
  top: 4px;
  right: 0;
}
.pankuzu li:first-child {
  border-left: none;
}

.linkArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  gap: 5px;
  margin-inline: auto;
}
@media (max-width: 550px) {
  .linkArea {
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
}
.linkArea img {
  width: 100%;
  vertical-align: bottom;
}
.linkArea li {
  width: 24%;
}
@media (max-width: 550px) {
  .linkArea li {
    width: calc(50% - 3px);
  }
}
.linkArea li a {
  display: block;
  position: relative;
}
.linkArea li a:before {
  content: "";
  width: 19px;
  height: 19px;
  background: url("../images/ico_common07.png") no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  margin: auto;
  right: 0;
  bottom: 16%;
  left: 0;
}
@media (max-width: 900px) {
  .linkArea li a:before {
    width: 15px;
    height: 15px;
    bottom: 20%;
  }
}
@media (max-width: 767px) {
  .linkArea li a:before {
    bottom: 17%;
  }
}
@media (max-width: 600px) {
  .linkArea li a:before {
    bottom: 15%;
  }
}
@media (max-width: 550px) {
  .linkArea li a:before {
    bottom: 23px;
  }
}
@media (max-width: 500px) {
  .linkArea li a:before {
    bottom: 18px;
  }
}
@media (max-width: 450px) {
  .linkArea li a:before {
    bottom: 16%;
  }
}
@media (max-width: 375px) {
  .linkArea li a:before {
    top: 40%;
  }
}
.linkArea li a:after {
  content: "";
  margin: auto;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 550px) {
  .linkArea li a:after {
    top: 25px;
    bottom: auto;
  }
}
.linkArea li:first-child a:after {
  content: "";
  width: 57px;
  height: 50px;
  background: url("../images/txt_common01.png") no-repeat 0 0;
}
@media (max-width: 550px) {
  .linkArea li:first-child a:after {
    width: 37px;
    height: 35px;
    background-size: 37px auto;
  }
}
.linkArea li:nth-child(2) a:after {
  content: "";
  width: 45px;
  height: 50px;
  background: url("../images/txt_common02.png") no-repeat 0 0;
}
@media (max-width: 550px) {
  .linkArea li:nth-child(2) a:after {
    width: 30px;
    height: 35px;
    background-size: 30px auto;
  }
}
.linkArea li:nth-child(3) a:after {
  content: "";
  width: 45px;
  height: 50px;
  background: url("../images/txt_common04.png") no-repeat 0 0;
}
@media (max-width: 550px) {
  .linkArea li:nth-child(3) a:after {
    width: 30px;
    height: 35px;
    background-size: 30px auto;
  }
}
.linkArea li:last-child a:after {
  content: "";
  width: 76px;
  height: 46px;
  background: url("../images/txt_common06.png") no-repeat 0 0;
}
@media (max-width: 550px) {
  .linkArea li:last-child a:after {
    width: 53px;
    height: 35px;
    background-size: 53px auto;
  }
}

.bannerSection {
  background-color: #EBEDF0;
  padding: 48px 0px;
  margin-bottom: 100px;
}
.bannerSection__inner {
  max-width: 938px;
  margin: 0 auto;
  padding: 0 20px;
}
.bannerSection__feature {
  margin-bottom: 20px;
  width: 100%;
  height: 144px;
  background: url("../images/first_bg.png") no-repeat top center;
  background-size: cover;
}
@media (max-width: 750px) {
  .bannerSection__feature {
    width: 95vw;
    background-size: cover;
  }
}
@media (max-width: 750px) {
  .bannerSection__feature {
    height: 124px;
    width: 100%;
  }
}
.bannerSection__feature--link {
  position: relative;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  color: #FFF;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
  font-family: "Hiragino Mincho Pro";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 2px;
}
@media (max-width: 750px) {
  .bannerSection__feature--link {
    font-size: 20px;
  }
}
.bannerSection__feature--link::after {
  content: "";
  position: absolute;
  background: url("../images/arrow.svg") no-repeat top center;
  background-size: contain;
  width: 20px;
  height: 20px;
  right: 37%;
}
@media (max-width: 750px) {
  .bannerSection__feature--link::after {
    right: 24%;
  }
}
.bannerSection__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 900px) {
  .bannerSection__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bannerSection__wrap {
  text-align: center;
  max-width: 430px;
  margin-inline: auto;
}
.bannerSection__text {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  line-height: 1.7;
  position: relative;
  margin-bottom: 4px;
}
@media (max-width: 550px) {
  .bannerSection__text {
    font-size: 14px;
  }
}
.bannerSection__text::before, .bannerSection__text::after {
  position: absolute;
  content: "";
  background: #333333;
  width: 19px;
  height: 1px;
}
.bannerSection__text::before {
  left: -20px;
  top: 12px;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}
.bannerSection__text::after {
  right: -20px;
  top: 12px;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
}
.bannerSection__line {
  background: #248515;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: inline-block;
  border: 1px solid #248515;
}
@media (max-width: 750px) {
  .bannerSection__line {
    width: 95vw;
  }
}
@media (max-width: 550px) {
  .bannerSection__line {
    width: 100%;
  }
}
.bannerSection__line--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
@media (max-width: 550px) {
  .bannerSection__line--link {
    font-size: 17px;
    gap: 16px;
    letter-spacing: normal;
  }
}
.bannerSection__line--img {
  max-width: 80px;
}
@media (max-width: 550px) {
  .bannerSection__line--img {
    max-width: 60px;
  }
}
.bannerSection__line--text {
  position: relative;
}
.bannerSection__line--text::after {
  position: absolute;
  content: "";
  background: url("../images/arrow.svg") no-repeat top center;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 6px;
  right: -30px;
}
.bannerSection__contact {
  background: #8A1E24;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: inline-block;
  border: 1px solid #8A1E24;
}
@media (max-width: 550px) {
  .bannerSection__contact {
    width: 100%;
  }
}
.bannerSection__contact--link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
@media (max-width: 550px) {
  .bannerSection__contact--link {
    font-size: 17px;
    gap: 16px;
    letter-spacing: normal;
  }
}
.bannerSection__contact--img {
  max-width: 80px;
}
@media (max-width: 550px) {
  .bannerSection__contact--img {
    max-width: 60px;
  }
}
.bannerSection__contact--text {
  position: relative;
}
.bannerSection__contact--text::after {
  position: absolute;
  content: "";
  background: url("../images/arrow.svg") no-repeat top center;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 6px;
  right: -30px;
}

.containerSlider {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1250px) {
  .containerSlider {
    width: 98%;
  }
}

#companyIntroduction .slider-container {
  display: none;
  position: relative;
}
#companyIntroduction .slider-container.initialized {
  display: block;
}
#companyIntroduction .slider {
  overflow: hidden;
}
#companyIntroduction .slick-list {
  margin-right: -50px; /* ガター分ネガティブマージン */
}
@media (max-width: 1250px) {
  #companyIntroduction .slick-list {
    margin-right: -25px;
  }
}
@media (max-width: 767px) {
  #companyIntroduction .slick-list {
    margin-right: -35px;
  }
}
#companyIntroduction .slider-arrow {
  position: absolute;
  top: 50%;
  height: 36px;
  margin-top: -18px; /* 高さの半分だけネガティブマージン */
  color: red;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  z-index: 10; /* 重要 */
}
@media (max-width: 550px) {
  #companyIntroduction .slider-arrow {
    top: 35%;
  }
}
#companyIntroduction .slick-prev {
  width: 30px;
  height: 60px;
  left: 0;
}
@media (max-width: 767px) {
  #companyIntroduction .slick-prev {
    left: 8px;
  }
}
@media (max-width: 550px) {
  #companyIntroduction .slick-prev {
    left: 0;
  }
}
#companyIntroduction .slick-prev:before {
  content: url("../images/ico_common03.png");
  display: inline-block;
}
#companyIntroduction .slick-next {
  width: 30px;
  height: 60px;
  right: 0;
}
@media (max-width: 767px) {
  #companyIntroduction .slick-next {
    right: 8px;
  }
}
@media (max-width: 550px) {
  #companyIntroduction .slick-next {
    right: 0;
  }
}
#companyIntroduction .slick-next:before {
  content: url("../images/ico_common04.png");
  display: inline-block;
}
#companyIntroduction .slick-slide {
  margin-right: 50px;
}
@media (max-width: 1250px) {
  #companyIntroduction .slick-slide {
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  #companyIntroduction .slick-slide {
    margin-right: 34px;
  }
}

@media (max-width: 767px) {
  .main {
    margin-top: 58px;
  }
}

.header {
  padding: 15px 0 10px;
}
@media (max-width: 767px) {
  .header {
    width: 100%;
    margin-top: -58px;
    padding: 0;
    background: #fff;
    position: fixed;
    z-index: 999;
  }
}
@media (max-width: 550px) {
  .header {
    padding: 10px 0 0;
  }
}

@media (max-width: 900px) {
  .logoArea {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .logoArea {
    width: 80%;
    margin: 0;
  }
}

.logo {
  line-height: 0;
  width: 260px;
  margin: 7px 15px 0 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .logo {
    width: 240px;
  }
}
@media (max-width: 550px) {
  .logo {
    margin: 0;
    padding-bottom: 6px;
  }
}
.logo a {
  display: block;
}

.logotext {
  margin-top: 10px;
}
@media (max-width: 900px) {
  .logotext {
    font-size: 10px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .logotext {
    font-size: 12px;
    margin: 0;
    padding-bottom: 5px;
  }
}
@media (max-width: 550px) {
  .logotext {
    display: none;
  }
}

.lowerLogoArea {
  margin-top: 10px;
}
@media (max-width: 900px) {
  .lowerLogoArea {
    margin-top: 10px;
  }
}
.lowerLogoArea .logotext {
  margin-top: 0;
}

.telNumber {
  font-size: 30px;
  font-weight: bold;
}

.receptionTime {
  font-size: 12px;
}

.sp-menu {
  width: 40px;
  margin: 0 10px 10px 0;
}
@media (max-width: 767px) {
  .sp-menu {
    margin: 15px 10px 0 0;
  }
}
@media (max-width: 550px) {
  .sp-menu {
    width: 30px;
    margin-top: 2px;
  }
}
.sp-menu .active .menuLine span:first-child {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}
@media (max-width: 550px) {
  .sp-menu .active .menuLine span:first-child {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
}
.sp-menu .active .menuLine span:nth-child(2) {
  opacity: 0;
}
.sp-menu .active .menuLine span:nth-child(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}
@media (max-width: 550px) {
  .sp-menu .active .menuLine span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
}
.sp-menu .menu-trigger {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sp-menu .menu-trigger .menuLine {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.sp-menu .menu-trigger .menuLine span {
  width: 100%;
  height: 4px;
  background-color: #333;
  border-radius: 4px;
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 550px) {
  .sp-menu .menu-trigger .menuLine span {
    height: 3px;
  }
}
.sp-menu .menu-trigger .menuLine span:first-child {
  top: 0px;
}
.sp-menu .menu-trigger .menuLine span:nth-child(2) {
  top: 12px;
}
@media (max-width: 550px) {
  .sp-menu .menu-trigger .menuLine span:nth-child(2) {
    top: 10px;
  }
}
.sp-menu .menu-trigger .menuLine span:nth-child(3) {
  top: 25px;
}
@media (max-width: 550px) {
  .sp-menu .menu-trigger .menuLine span:nth-child(3) {
    top: 20px;
  }
}
.sp-menu .menu-trigger .menuText {
  color: #333;
  font-size: 12px;
  display: block;
  position: relative;
  top: 32px;
}
@media (max-width: 550px) {
  .sp-menu .menu-trigger .menuText {
    top: 25px;
    right: 3px;
  }
}

.clone-nav {
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-230%);
          transform: translateY(-230%);
}
@media (max-width: 550px) {
  .clone-nav {
    padding: 10px 0;
  }
}

.is-show {
  color: #333;
  background: #fff;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.is-show .nav {
  padding-top: 5px;
  position: relative;
  top: 0px;
}
.is-show .nav li {
  border-left: 1px solid #ddd;
  background-color: #fff;
}
.is-show .nav li:last-child {
  border-right: 1px solid #ddd;
}
.is-show a {
  color: #333;
}

#gnavi {
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #gnavi {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #gnavi .containerInner {
    width: 100%;
  }
}

.navArea {
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .navArea {
    position: static;
  }
}

.nav {
  position: absolute;
  width: 100%;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .nav {
    position: static;
  }
}
.nav li {
  width: 25%;
  border-left: 1px solid #D0D0D0;
}
.nav li:last-child {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .nav li:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .nav li {
    width: 100%;
    background: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    float: none;
    border-left: none;
  }
}
.nav__top--li {
  background: rgba(51, 51, 50, 0.5);
}

.navLink {
  color: #fff;
  display: block;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .navLink {
    color: #fff;
    display: block;
  }
}
.navLink span {
  display: block;
  text-align: center;
}
.navLink span:first-child {
  font-size: 16px;
}
@media screen and (max-width: 850px) {
  .navLink span:first-child {
    font-size: 14px;
  }
}
.navLink span:last-child {
  font-size: 10px;
}

.footerContent01 {
  color: #fff;
  padding: 45px 0;
  background: url("../images/pic_footer01.jpg");
}
@media (max-width: 767px) {
  .footerContent01 {
    padding: 25px 0 30px;
    background-position: right top;
  }
}
.footerContent01__inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 20px;
}

.footerTitle {
  font-size: 30px;
  font-family: "Yu Mincho", "YuMincho", serif;
}
.footerTitle:after {
  content: "";
  display: block;
  width: 60px;
  margin: 15px auto 15px;
  border-top: 1px solid #fff;
}
@media (max-width: 550px) {
  .footerTitle {
    font-size: 25px;
    line-height: 1;
  }
}

.footerTitleMin {
  font-size: 12px;
  margin-bottom: 35px;
}
@media (max-width: 550px) {
  .footerTitleMin {
    font-weight: bold;
    margin-bottom: 20px;
  }
}

.footerText01 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 550px) {
  .footerText01 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.contactInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
}
@media (max-width: 1200px) {
  .contactInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
@media (max-width: 1000px) {
  .contactInfo {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 1000px) {
  .contactInfo01 {
    margin-top: 5px;
    text-align: center;
  }
}
@media (max-width: 900px) {
  .contactInfo01 {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .contactInfo01 {
    float: none;
    width: 100%;
    margin: 0 0 0px;
  }
}
@media (max-width: 767px) {
  .contactInfo01 p {
    text-align: center;
  }
}

.footerTelNumber {
  color: #fff;
  font-size: 51px;
  font-weight: bold;
  letter-spacing: 5px;
}
@media (max-width: 1000px) {
  .footerTelNumber {
    font-size: 35px;
    margin-top: 7px;
  }
}
@media (max-width: 900px) {
  .footerTelNumber {
    font-size: 30px;
  }
}
@media (max-width: 550px) {
  .footerTelNumber {
    letter-spacing: 2px;
  }
}
.footerTelNumber a {
  display: block;
}

.footerReceptionTime {
  font-size: 19px;
  margin-top: -10px;
}
@media (max-width: 1000px) {
  .footerReceptionTime {
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  .footerReceptionTime {
    font-size: 14px;
    top: -5px;
  }
}
@media (max-width: 550px) {
  .footerReceptionTime {
    font-size: 12px;
    margin-top: -2px;
  }
}

.contact__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 750px) {
  .contact__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.banner__feature {
  margin-bottom: 10px;
  width: 710px;
  height: 101px;
  border: 1px solid rgba(225, 225, 225, 0.5);
  background: url("../images/first_bg.png") no-repeat top center;
  background-size: contain;
}
@media (max-width: 750px) {
  .banner__feature {
    width: 95vw;
    background-size: cover;
  }
}
.banner__feature--link {
  position: relative;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  color: #FFF;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
  font-family: "Hiragino Mincho Pro";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 2px;
}
.banner__feature--link::after {
  content: "";
  position: absolute;
  background: url("../images/arrow.svg") no-repeat top center;
  background-size: contain;
  width: 20px;
  height: 20px;
  right: 260px;
}
@media (max-width: 750px) {
  .banner__feature--link::after {
    right: 24%;
  }
}
.banner__wrap {
  text-align: center;
  margin-inline: auto;
}
.banner__text {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  line-height: 1.7;
  position: relative;
}
.banner__text::before, .banner__text::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 19px;
  height: 1px;
}
.banner__text::before {
  left: -20px;
  top: 12px;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}
.banner__text::after {
  right: -20px;
  top: 12px;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
}
.banner__line {
  background: #248515;
  width: 350px;
  height: 70px;
}
@media (max-width: 750px) {
  .banner__line {
    width: 95vw;
  }
}
.banner__line--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
}
.banner__line--img {
  max-width: 70px;
}
.banner__line--text {
  position: relative;
}
.banner__line--text::after {
  position: absolute;
  content: "";
  background: url("../images/arrow.svg") no-repeat top center;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 4px;
  right: -30px;
}
.banner__contact {
  background: #8A1E24;
  width: 350px;
  height: 70px;
}
@media (max-width: 550px) {
  .banner__contact {
    max-width: 100%;
  }
}
.banner__contact--link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
}
.banner__contact--img {
  max-width: 70px;
}
.banner__contact--text {
  position: relative;
}
.banner__contact--text::after {
  position: absolute;
  content: "";
  background: url("../images/arrow.svg") no-repeat top center;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 4px;
  right: -30px;
}

.footerContent02 {
  padding: 35px 0;
  background: #161E55;
}
@media (max-width: 767px) {
  .footerContent02 {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .footerContent02 .containerInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .footerContent02 .containerInner {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .footer-menu {
    margin-bottom: 30px;
  }
}
.footer-menu__list {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .footer-menu__list:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media (min-width: 768px) {
  .footer-menu__list:not(:last-child):after {
    content: "|";
    margin-left: 10px;
    color: #d0d0d0;
  }
}
.footer-menu__link {
  color: #d0d0d0;
}
@media (max-width: 767px) {
  .footer-menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 15px 15px 12px;
    color: #fff;
  }
}

.textRed {
  color: #ffffff;
  font-weight: bold;
}

.textGrey {
  color: #D0D0D0;
}

@media (min-width: 768px) {
  .footerLinkArea {
    margin-bottom: 30px;
  }
}

.footerLink {
  width: 20%;
  height: 180px;
  padding: 0 0 0 20px;
  border-left: 1px solid #808080;
}
.footerLink:last-child {
  border-right: 1px solid #808080;
}
.footerLink li {
  margin-bottom: 10px;
}

.spFooterMenu li a {
  color: #fff;
  background: #161E55;
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 767px) {
  .spFooterMenu li a {
    font-size: 12px;
    padding: 10px 0;
    background: #161E55;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}

.copyright {
  color: #fff;
  background: #333;
  padding: 12px 0;
}
@media (max-width: 767px) {
  .copyright {
    font-size: 10px;
    background: #333;
  }
}