@charset "UTF-8";
@font-face {
  font-family: 'Arial Black';
  font-style: normal;
  font-weight: 400;
  display: swap;
  src: local("Arial Black"), url("ariblk_0.ttf") format("ttf");
}

html {
  font-size: 62.5%;
  min-height: 100%;
  overflow-y: scroll;
  background: #fff;
}

@media (max-width: 480px) {
  html {
    width: 100%;
    height: 100%;
  }
}

html body,
html dd,
html div,
html dl,
html dt,
html fieldset,
html form,
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html input,
html li,
html ol,
html p,
html td,
html textarea,
html th,
html ul {
  font-weight: 500;
  padding: 0;
  margin: 0;
}

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

html address,
html caption,
html em,
html strong,
html th {
  font-style: normal;
}

html caption,
html th {
  text-align: left;
}

html hr,
html legend {
  display: none;
}

html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
  font-size: 100%;
}

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

html a img,
html fieldset {
  border: none;
}

html img {
  display: block;
  width: 100%;
}

html a {
  text-decoration: none;
  color: inherit;
}

html a:visited {
  text-decoration: none;
}

html p {
  margin-bottom: 12px;
}

@media (max-width: 480px) {
  html p {
    margin-bottom: 2.5641vw;
  }
}

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

html blockquote,
html dl,
html ol,
html pre,
html table,
html ul {
  margin-bottom: 0;
}

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

body {
  color: #262626;
  font-size: 1.6em;
  font-family: "Noto Serif JP", serif;
  -webkit-text-size-adjust: none;
  letter-spacing: 1px;
  line-height: 1.8;
  height: 100%;
  min-width: 1220px;
  background: #fff;
}

@media (max-width: 480px) {
  body {
    position: relative;
    width: 100%;
    min-width: 100%;
    font-size: 3.84615vw;
    line-height: 1.6;
    letter-spacing: 0.12821vw;
    -webkit-overflow-scrolling: touch;
  }
}

#page {
  margin: 0 auto;
  width: auto;
  overflow: hidden;
}

@media (max-width: 480px) {
  #page {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: unset;
  }
}

#header {
  min-width: 1200px;
  width: 100%;
  background-color: #fff;
}

@media (max-width: 480px) {
  #header {
    position: -webkit-sticky;
    position: sticky;
    min-width: 100%;
    top: 0;
    z-index: 100000;
  }
}

#header .header {
  width: 1600px;
  max-width: calc(100% - 20px);
  padding-top: 20px;
  padding-bottom: 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  #header .header {
    padding: 2.5641vw 4.5%;
    max-width: 100%;
    padding-top: 2.5641vw;
    padding-bottom: 2.5641vw;
  }
}

#header .header .head-logo {
  width: 25vw;
  max-width: 282px;
  min-width: 190px;
  -webkit-transition: width .1s;
  transition: width .1s;
}

@media (max-width: 1180px) {
  #header .header .head-logo {
    width: 19vw;
  }
}

@media (max-width: 480px) {
  #header .header .head-logo {
    width: 41.02564vw;
    max-width: 100%;
    min-width: auto;
    line-height: 1;
  }
}

#header .header .head-logo img {
  display: block;
}

#header .header .head-logo .inner .head-logo__ico {
  width: 48px;
  margin: 0 auto 6px;
  line-height: 1;
}

@media (max-width: 480px) {
  #header .header .head-logo .inner .head-logo__ico {
    width: 32%;
  }
}

@media (max-width: 480px) {
  #header .header .head-logo .inner .head-logo__txt {
    width: 100%;
    line-height: 1;
  }
}

#header .header .head-logo.sideline {
  width: 166px;
}

#header .header .head-logo.sideline .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  #header .header .head-logo.sideline .inner {
    display: block;
  }
}

#header .header .head-logo.sideline .inner .head-logo__ico {
  width: 38px;
  margin: 0;
}

#header .header .head-logo.sideline .inner .head-logo__txt {
  width: 282px;
}

#header .header .head-nav {
  padding: 10px 0 0;
}

@media (max-width: 480px) {
  #header .header .head-nav {
    width: auto;
    right: auto;
  }
}

#header .header #sp_navi {
  display: none;
}

@media (max-width: 480px) {
  #header .header #sp_navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6vw 4vw;
    top: 2vw;
    right: 2vw;
  }
}

#header .header #sp_navi li.gnavi_tel {
  width: 6.2vw;
  padding-top: 1.5vw;
  line-height: 1;
}

#header .header #sp_navi li.gnavi_open {
  position: relative;
  width: 8.33333vw;
  height: 7.05128vw;
  font-size: 0;
}

#header .header #sp_navi li.gnavi_open span {
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #000;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: top .4s .5s, -webkit-transform .4s;
  transition: top .4s .5s, -webkit-transform .4s;
  transition: top .4s .5s, transform .4s;
  transition: top .4s .5s, transform .4s, -webkit-transform .4s;
}

#header .header #sp_navi li.gnavi_open span:nth-child(1) {
  top: 0;
}

#header .header #sp_navi li.gnavi_open span:nth-child(2) {
  top: 50%;
}

#header .header #sp_navi li.gnavi_open span:nth-child(3) {
  top: 100%;
}

#header .header #sp_navi li.gnavi_open.open span {
  -webkit-transition: top .4s, -webkit-transform .4s .5s;
  transition: top .4s, -webkit-transform .4s .5s;
  transition: top .4s, transform .4s .5s;
  transition: top .4s, transform .4s .5s, -webkit-transform .4s .5s;
}

#header .header #sp_navi li.gnavi_open.open span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

#header .header #sp_navi li.gnavi_open.open span:nth-child(2) {
  top: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

#header .header #sp_navi li.gnavi_open.open span:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 480px) {
  #gnavi {
    font-size: 3.58974vw;
    border-top: inherit;
    border-bottom: inherit;
    padding: 0 5% 3.84615vw;
    width: 100%;
    min-width: 100%;
    background: rgba(255, 255, 255, 0.7);
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    right: 0;
    top: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    z-index: 10000;
  }
}

#gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

@media (max-width: 480px) {
  #gnavi ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 0 0 7%;
    max-width: 100%;
    gap: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  #gnavi ul li {
    width: 100%;
  }
}

#gnavi ul li a {
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media (max-width: 480px) {
  #gnavi ul li a {
    font-size: 3.58974vw;
    color: #262626;
    -webkit-filter: none;
            filter: none;
    padding: 1.28205vw 0;
    display: block;
    width: 100%;
  }
}

#gnavi ul li a:not(.inq_btn) {
  position: relative;
  padding: 10px 0;
}

@media (max-width: 480px) {
  #gnavi ul li a:not(.inq_btn) {
    padding: 5.12821vw 0;
  }
}

#gnavi ul li a:not(.inq_btn)::before {
  position: absolute;
  content: " ";
  width: 0;
  height: 2px;
  background-color: #fff100;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width .3s;
  transition: width .3s;
}

@media (min-width: 480px) {
  #gnavi ul li a:hover:not(.inq_btn)::before {
    width: 100%;
  }
}

#gnavi ul li .inq_btn {
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #262626;
  color: #fff;
  height: 50px;
  padding: 0 2.5em;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
}

@media (max-width: 480px) {
  #gnavi ul li .inq_btn {
    width: 100%;
    height: 15.38462vw;
    font-size: 4.10256vw;
    border-radius: 7.69231vw;
    margin-top: 3.84615vw;
  }
}

#gnavi ul li .inq_btn:hover {
  opacity: 0.7;
}

@media (max-width: 480px) {
  #gnavi ul li:not(.navi_slide) a:not(.inq_btn) {
    position: relative;
    border-bottom: 1px solid #d9d9d9;
  }
  #gnavi ul li:not(.navi_slide) a:not(.inq_btn)::after {
    content: "";
    width: 0.3em;
    height: 0.3em;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}

#gnavi ul li.navi_slide {
  cursor: pointer;
  position: relative;
  z-index: 1;
}

#gnavi ul li.navi_slide::before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 40px;
  z-index: -1;
}

@media (max-width: 480px) {
  #gnavi ul li.navi_slide {
    cursor: default;
  }
}

#gnavi ul li.navi_slide:hover ul {
  display: block;
}

#gnavi ul li.navi_slide > a {
  cursor: default;
  pointer-events: none;
}

@media (max-width: 480px) {
  #gnavi ul li.navi_slide > a {
    cursor: default;
  }
}

#gnavi ul li.navi_slide ul {
  border-radius: 0 0 4px 4px;
  padding: 9px 14px 12px;
  height: inherit;
  width: 230px;
  background: #fff;
  -webkit-box-shadow: 0 0 7px rgba(54, 77, 161, 0.3);
          box-shadow: 0 0 7px rgba(54, 77, 161, 0.3);
  border-radius: 9px;
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  overflow: hidden;
  z-index: 5000;
}

@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul {
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 1.3rem;
    border-bottom: inherit;
    background: none;
    border-radius: 0 0 4px 4px;
    margin-left: 0;
    margin-bottom: 10px;
    padding: 0;
    top: auto;
    height: inherit;
    width: 100%;
    display: block;
    position: inherit;
    zoom: 1;
  }
}

#gnavi ul li.navi_slide ul li {
  text-align: center;
  margin: 0;
  width: 100%;
}

@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul li {
    border-bottom: 1px dashed #fff100;
  }
}

#gnavi ul li.navi_slide ul li a {
  position: relative;
  cursor: pointer;
  font-size: 1.2rem;
  color: #fff100;
  text-align: left;
  text-decoration: none;
  text-shadow: inherit;
  letter-spacing: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 auto;
  padding: 3px 0;
  background: none;
  display: block;
  border-color: #fff;
  border: none;
}

@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul li a {
    color: #333;
    text-align: left;
    text-decoration: none;
    text-shadow: inherit;
    letter-spacing: 1px;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0 auto;
    padding: 10px 5%;
    background: none;
    display: block;
    border-bottom: 0;
  }
}

@media (min-width: 480px) {
  #gnavi ul li.navi_slide ul li a:hover {
    color: #80c269;
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
    border: none;
  }
}

@media (min-width: 480px) and (max-width: 480px) {
  #gnavi ul li.navi_slide ul li a:hover {
    color: #fff;
  }
}

@media (min-width: 480px) {
  #gnavi ul li.navi_slide ul li a:hover::before {
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
    background: none;
  }
  #gnavi ul li.navi_slide ul li a:hover::after {
    width: 100%;
  }
}

@media (min-width: 480px) and (max-width: 480px) {
  #gnavi ul li.navi_slide ul li a:hover::after {
    width: 0;
  }
}

#gnavi ul li.navi_slide ul li a::after {
  position: absolute;
  content: " ";
  width: 0;
  height: 1px;
  background-color: #80c269;
  bottom: 2px;
  left: 0;
  -webkit-transition: width .3s;
  transition: width .3s;
}

@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul li a::after {
    background: none;
    border-color: #80c269 !important;
  }
}

@media (max-width: 480px) {
  #gnavi #close {
    text-align: center;
    font-size: 1.5rem;
    border: 1px solid #333;
    padding: 5px 5%;
    width: 100%;
  }
  #gnavi #close span {
    font-size: 1.5rem;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  }
}

@media (max-width: 480px) {
  #drawer_underlay {
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-filter: blur(2px);
            filter: blur(2px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
  }
}

@media (max-width: 480px) {
  #gnavi.open {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 14.61538vw, 0);
  }
}

#contents .contents_header {
  position: relative;
  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;
  overflow: hidden;
  height: 330px;
  background: url(../img/contents-header-bg01.jpg) no-repeat center/cover;
  z-index: 1;
}

@media (max-width: 480px) {
  #contents .contents_header {
    height: 42.30769vw;
  }
}

#contents .contents_header::before {
  position: absolute;
  content: " ";
  width: 320px;
  height: 65%;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

@media (max-width: 480px) {
  #contents .contents_header::before {
    width: 55.12821vw;
    height: 70%;
  }
}

#contents .contents_header .head_inner .title {
  font-size: 3rem;
  font-weight: 400;
  color: #333;
  text-align: center;
  line-height: 1.2;
}

@media (max-width: 480px) {
  #contents .contents_header .head_inner .title {
    font-size: 5.76923vw;
  }
}

#contents .breadcrumbs {
  padding: 5px 0;
}

@media (max-width: 480px) {
  #contents .breadcrumbs {
    padding: 1.28205vw 2.5641vw;
  }
}

#contents .breadcrumbs ul {
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 480px) {
  #contents .breadcrumbs ul {
    max-width: 100%;
  }
}

#contents .breadcrumbs ul li {
  font-size: 1.3rem;
  margin-right: 5px;
}

@media (max-width: 480px) {
  #contents .breadcrumbs ul li {
    font-size: 2.94872vw;
    margin-right: 0.89744vw;
  }
}

#contents .breadcrumbs ul li a {
  color: #111;
  margin-right: 4px;
  display: inline-block;
}

@media (max-width: 480px) {
  #contents .breadcrumbs ul li a {
    margin-right: 0.64103vw;
  }
}

#contents .breadcrumbs ul li a:hover {
  text-decoration: none;
}

.contact-block {
  padding: 0 0 45px;
  background-image: url(../img/contact_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 480px) {
  .contact-block {
    padding: 0 5vw 14vw;
  }
}

.contact-block .contact-block__inner {
  max-width: 940px;
  margin: 0 auto;
}

.contact-block .contact-block__text {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.03em;
}

@media (max-width: 480px) {
  .contact-block .contact-block__text {
    font-size: 4vw;
    margin-bottom: 7vw;
    line-height: 1.4;
  }
}

.contact-block .contact-block-box01 {
  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: 480px) {
  .contact-block .contact-block-box01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3vw 0;
  }
}

.contact-block .contact-block-box01__item {
  width: 46.5%;
  height: 180px;
  line-height: 1;
}

@media (max-width: 480px) {
  .contact-block .contact-block-box01__item {
    width: 100%;
    height: 23vw;
  }
}

.contact-block .contact-block-box01__item.mail {
  position: relative;
  font-size: 2.4rem;
  border-radius: 10px;
  overflow: hidden;
}

.contact-block .contact-block-box01__item.mail::before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
}

@media (max-width: 480px) {
  .contact-block .contact-block-box01__item.mail {
    font-size: 5vw;
  }
}

.contact-block .contact-block-box01__item.mail .contact-block-box01__link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (min-width: 480px) {
  .contact-block .contact-block-box01__item.mail .contact-block-box01__link:hover {
    opacity: 0.6;
  }
}

.contact-block .contact-block-box01__link {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  padding: 30px;
  border: 1px solid #80c269;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 #fff;
          box-shadow: 0 0 0 #fff;
  background-color: rgba(255, 255, 255, 0.95);
}

@media (max-width: 480px) {
  .contact-block .contact-block-box01__link {
    padding: 5vw 3vw;
    border: none;
    border-width: 0.3vw;
    border-radius: 3vw;
  }
}

.contact-block .contact-block-box01__link > p {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .contact-block .contact-block-box01__item.tel .contact-block-box01__link {
    padding: 5vw 3vw 5vw 10vw;
  }
}

.contact-block .contact-block-box01__item.mail .contact-block-box01__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-block .contact-block-box01__item.mail .contact-block-box01__link::after {
  position: absolute;
  content: " ";
  width: 40px;
  height: 11px;
  background-image: url(../img/arrow01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: calc(50% + 28px);
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 480px) {
  .contact-block .contact-block-box01__item.mail .contact-block-box01__link::after {
    width: 7vw;
    height: 2vw;
    top: 50%;
    right: 7vw;
  }
}

.contact-block .contact-block-box01__item.mail .contact-block-box01__txt {
  font-size: 2.3rem;
  font-weight: bold;
  color: #005752;
  line-height: 1.4;
}

@media (max-width: 480px) {
  .contact-block .contact-block-box01__item.mail .contact-block-box01__txt {
    font-size: 4.3vw;
    letter-spacing: 0.3vw;
  }
}

.contact-block .contact-block-box01__item.mail .contact-block-box01__img {
  position: unset;
  width: 67px;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .contact-block .contact-block-box01__item.mail .contact-block-box01__img {
    position: absolute;
    width: 8vw;
    top: 50%;
    left: 8vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.contact-block .contact-block-box01__tel {
  font-size: 4rem;
  font-weight: bold;
  color: #005752;
  padding-left: 60px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #b2b2b2;
}

@media (max-width: 480px) {
  .contact-block .contact-block-box01__tel {
    font-size: 6.8vw;
    padding-left: 10vw;
    padding-bottom: 0;
    margin-bottom: 2vw;
    border: none;
  }
}

.contact-block .contact-block-box01__img {
  position: absolute;
  width: 29px;
  top: 40px;
  left: 50px;
  line-height: 1;
}

@media (max-width: 480px) {
  .contact-block .contact-block-box01__img {
    width: 5vw;
    top: 6.5vw;
    left: 12vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.contact-block .contact-block-box01__name {
  position: absolute;
  font-size: 2rem;
  font-weight: 500;
  color: #e50012;
  top: -2px;
  left: 79px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media (max-width: 480px) {
  .contact-block .contact-block-box01__name {
    font-size: 3vw;
    top: 50%;
    left: 12vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 480px) {
  .contact-block .contact-block-box01-list {
    letter-spacing: 0;
  }
}

.contact-block .contact-block-box01-list__item {
  font-size: 1.6rem;
}

@media (max-width: 480px) {
  .contact-block .contact-block-box01-list__item {
    font-size: 3vw;
  }
}

.contact-block .contact-block-box01-list__item:not(:last-child) {
  margin-bottom: 5px;
}

@media (max-width: 480px) {
  .contact-block .contact-block-box01-list__item:not(:last-child) {
    margin-bottom: 1vw;
  }
}

.footer {
  min-width: 1200px;
  background: #333;
  position: relative;
}

@media (max-width: 480px) {
  .footer {
    min-width: 100%;
    padding-top: 7.69231vw;
  }
}

.footer #pagetop {
  display: none;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

@media (max-width: 480px) {
  .footer #pagetop {
    width: 15%;
  }
}

@media (min-width: 480px) {
  .footer #pagetop:hover {
    opacity: 0.7;
  }
}

.footer #pagetop a {
  text-align: center;
  color: #000;
  text-decoration: none;
}

.footer #pagetop a img {
  display: block;
}

@media (max-width: 480px) {
  .footer #pagetop a img {
    width: 100%;
  }
}

.footer #pagetop.fixed {
  right: 3%;
  bottom: 50px;
  display: block;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (max-width: 480px) {
  .footer #pagetop.fixed {
    right: 9px;
    bottom: 50px;
    display: block;
    z-index: 10000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.footer .footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 50px 0 90px;
  max-width: 960px;
}

@media (max-width: 480px) {
  .footer .footer_inner {
    width: 77.30769vw;
    display: block;
    padding: 0;
  }
}

.footer .footer_inner a {
  color: #fff;
  text-decoration: none;
}

.footer .footer_inner .footer_info_bloc {
  color: #fff;
  width: 430px;
}

@media (max-width: 480px) {
  .footer .footer_inner .footer_info_bloc {
    width: 100%;
    text-align: center;
    margin-bottom: 6.41026vw;
    padding: 0;
  }
}

.footer .footer_inner .footer_info_bloc .footer_logo {
  width: 428px;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .footer .footer_inner .footer_info_bloc .footer_logo {
    width: 77.30769vw;
    margin: 0 auto 3.84615vw;
  }
}

.footer .footer_inner .footer_info_bloc .footer_logo img {
  width: 100%;
}

.footer .footer_inner .footer_info_bloc .footer_address {
  font-size: 1.7rem;
}

@media (max-width: 480px) {
  .footer .footer_inner .footer_info_bloc .footer_address {
    font-size: 3.20513vw;
  }
}

.footer .footer_inner .footer_info_bloc .tel {
  line-height: 1;
}

.footer .footer_inner .footer_info_bloc .tel a {
  display: inline-block;
  font-size: 5.5rem;
  position: relative;
  padding-left: 70px;
}

@media (max-width: 480px) {
  .footer .footer_inner .footer_info_bloc .tel a {
    font-size: 9.35897vw;
    padding-left: 12.82051vw;
  }
}

.footer .footer_inner .footer_info_bloc .tel a:before {
  content: '';
  background-image: url("../img/free-dial-pc.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 60px;
  height: 39px;
  position: absolute;
  top: calc(50% + 4px);
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 480px) {
  .footer .footer_inner .footer_info_bloc .tel a:before {
    width: 10.12821vw;
    height: 6.53846vw;
    top: calc(50% + 0.51282vw);
  }
}

.footer .footer_inner .footernavi {
  width: 442px;
  padding-top: 20px;
}

@media (max-width: 480px) {
  .footer .footer_inner .footernavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 0;
    width: 100%;
  }
}

.footer .footer_inner .footernavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 50px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}

@media (max-width: 480px) {
  .footer .footer_inner .footernavi ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.5641vw 7.69231vw;
    padding-top: 3.84615vw;
    padding-bottom: 0;
    border-top: 0.12821vw solid #fff;
    border-bottom: none;
    margin-bottom: 11.53846vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 480px) {
  .footer .footer_inner .footernavi ul li.long {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .footer .footer_inner .footernavi ul li a {
    font-size: 3.07692vw;
    letter-spacing: 0;
  }
}

@media (min-width: 480px) {
  .footer .footer_inner .footernavi ul li a:hover {
    text-decoration: underline;
  }
}

@media (max-width: 480px) {
  .footer .footer_inner .footer_contact_btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.footer .footer_inner .footer_contact_btn a {
  background-color: #fff100;
  background-image: url("../img/arrow-01.png"), url("../img/inpuery_ico.png");
  background-repeat: no-repeat;
  background-position: center right 30px,center left 70px;
  background-size: 11px,30px;
  border: 1px solid #262626;
  color: #262626;
  text-align: center;
  display: block;
  padding: 10px 40px 12px 30px;
  position: relative;
  width: 100%;
  -webkit-transition: background-color 0.5s, color 0.5s, background-image 0.5s, border-color 0.5s;
  transition: background-color 0.5s, color 0.5s, background-image 0.5s, border-color 0.5s;
}

@media (max-width: 480px) {
  .footer .footer_inner .footer_contact_btn a {
    font-size: 3.71795vw;
    margin: 0 auto 5.12821vw;
    background-position: center right 1.92308vw, center left 6.41026vw;
    background-size: 1.92308vw, 5.12821vw;
    padding: 3.20513vw 0;
  }
}

@media (min-width: 480px) {
  .footer .footer_inner .footer_contact_btn a:hover {
    background-color: #fff;
    border: 1px solid #fff;
  }
}

.footer .copy {
  color: #fff;
  background-color: #0d0d0d;
  font-size: 1.3rem;
  text-align: center;
  padding: 7px 0 1px;
}

@media (max-width: 480px) {
  .footer .copy {
    padding: 2.5641vw 0;
  }
}

.footer .copy p {
  margin-bottom: 0;
}

.footer .copy img {
  display: inline-block;
  width: 86px;
  vertical-align: bottom;
  position: relative;
  top: -4px;
  left: 14px;
}

@media (max-width: 480px) {
  .footer .copy img {
    margin: 0 auto;
    display: block;
    width: 15.38462vw;
    top: 0.38462vw;
    left: auto;
  }
}

.footer .copy a {
  font-size: 1.3rem;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 480px) {
  .footer .copy a {
    font-size: 2vw;
  }
}

.access_map {
  padding: 0 10px;
  padding-bottom: 100px;
  width: 100%;
}

@media (max-width: 480px) {
  .access_map {
    padding: 0 10px;
    width: 100%;
  }
}

.access_map .map_set {
  border: 1px dotted #fff;
  margin-bottom: 23px;
  height: 450px;
  width: 100%;
}

@media (max-width: 480px) {
  .access_map .map_set {
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
    height: 200px;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .access_map .map_set .guide {
    font-size: 1rem;
    padding: 13px 10px;
  }
}

.access_map .access_data {
  padding: 15px 0 0;
}

.access_map .access_data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 5px;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .access_map .access_data dl {
    display: block;
    padding: 0 0.64103vw;
    margin-bottom: 4.48718vw;
  }
}

.access_map .access_data dl dt {
  font-weight: bold;
}

.access_map .access_data dl dd {
  padding-left: 30px;
}

@media (max-width: 480px) {
  .access_map .access_data dl dd {
    padding-left: 0;
    margin-bottom: 12px;
  }
}

.access_map .access_data dl dd .postal_code {
  margin-right: 1.5rem;
}

@media (max-width: 480px) {
  .access_map .access_data dl dd .postal_code {
    margin-right: 0;
    display: block;
  }
}

.access_map .access_data dl dd a {
  color: #262626;
}

.access_map .access_data_root__item:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .access_map .access_data_root__item:not(:last-child) {
    margin-bottom: 3.20513vw;
  }
}

.access_map .access_data_root__ttl {
  font-weight: bold;
  margin-bottom: 5px;
}

@media (max-width: 480px) {
  .access_map .access_data_root__ttl {
    font-size: 3.58974vw;
  }
}

.access_map .access_data_root__msg {
  font-size: 1.4rem;
}

@media (max-width: 480px) {
  .access_map .access_data_root__msg {
    font-size: 3.33333vw;
  }
}

.privacy_section {
  padding: 50px 0 70px;
}

@media (max-width: 480px) {
  .privacy_section {
    padding: 30px 0 40px;
  }
}

.privacy_section .privacy_section_inner {
  margin: 0 auto;
  max-width: 1200px;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner {
    padding: 0 10px;
    max-width: 100%;
  }
}

.privacy_section .privacy_section_inner .privacy_set {
  margin-bottom: 20px;
}

.privacy_section .privacy_section_inner .privacy_set .privacy_set_title {
  font-size: 1.6rem;
  border-left: 6px solid #fff100;
  margin-bottom: 30px;
  padding: 10px 15px;
  background-color: #f7f8f9;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_title {
    border-left: 3px solid #fff100;
    margin-bottom: 20px;
  }
}

.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner {
  padding: 0 10px 15px;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner {
    padding: 0 5px 15px;
  }
}

.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner ul.privacy_list li {
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner ul.privacy_list li {
    text-indent: -45px;
    margin-bottom: 10px;
    padding-left: 35px;
  }
}

.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dt {
  margin-bottom: 4px;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dt {
    margin-bottom: 10px;
  }
}

.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dd {
  margin-bottom: 15px;
  padding-left: 40px;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dd {
    margin-bottom: 30px;
    padding-left: 0;
  }
}

.inquiry_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
}

.inquiry_info .no {
  font-size: 5rem;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .inquiry_info .no {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 5px;
  }
}

.inquiry_info .no a {
  font-family: "arial bold";
  letter-spacing: -1px;
  line-height: 1.0;
  text-decoration: none;
}

@media (max-width: 480px) {
  .inquiry_info .no a {
    font-family: "Noto Serif JP", serif;
  }
}

.inquiry_info .no span {
  font-size: 65%;
}

.inquiry_info .time {
  margin-bottom: 0;
}

.attent_block {
  margin-bottom: 20px;
}

.attent_block .title {
  font-size: 1.6rem;
  text-shadow: 0.3px 0 0 #000;
  border-bottom: 1px solid #333;
  margin: 0 0 10px;
  padding: 5px 0;
}

.attent_block .title:before {
  content: "■";
  font: normal normal normal 18px/1 FontAwesome;
  margin-right: 6px;
}

.attent_block a {
  text-decoration: underline;
}

@media (min-width: 480px) {
  .attent_block a:hover {
    text-decoration: none;
  }
}

.thanks_title {
  font-size: 2.3rem;
  text-align: center;
  margin-bottom: 30px;
}

.thanks_msg {
  font-size: 1.4rem;
  text-align: center;
  line-height: 2.0;
}

.thanks_msg p {
  margin-bottom: 20px;
}

#MailForm span.any,
#MailForm span.required {
  color: #fff;
  font-size: 85%;
  border-radius: 3px;
  margin-right: 5px;
  padding: 2px 4px;
}

#MailForm span.required {
  background: #9B0000;
}

#MailForm span.any {
  background: #999;
}

#MailForm table {
  border: 2px solid #999;
  margin: 0 0 25px;
  width: 100%;
}

@media (max-width: 480px) {
  #MailForm table {
    border: 0;
  }
}

#MailForm table td,
#MailForm table th {
  font-weight: normal;
  border: 1px solid #999;
  background-color: #fff;
  padding: 25px;
}

@media (max-width: 480px) {
  #MailForm table td,
  #MailForm table th {
    border: 0;
    width: 100%;
    display: block;
  }
}

#MailForm table th {
  padding-left: 75px;
  width: 25%;
  background: #F2F2F2;
  position: relative;
}

@media (max-width: 480px) {
  #MailForm table th {
    padding: 0 0 3px;
    width: 100%;
    background: none;
  }
}

@media (max-width: 480px) {
  #MailForm table th:before {
    color: #666666;
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 1;
    margin-right: 5px;
    content: "\025a0";
  }
}

#MailForm table th span {
  position: absolute;
  left: 25px;
}

@media (max-width: 480px) {
  #MailForm table th span {
    left: auto;
    right: 5px;
  }
}

@media (max-width: 480px) {
  #MailForm table td {
    margin-bottom: 35px;
    padding: 0;
  }
}

#MailForm input,
#MailForm textarea {
  color: #444;
  font-size: 1.5rem;
  font-family: "メイリオ";
  letter-spacing: 1px;
  line-height: 1.4;
  border: 1px solid #e1e1e1;
  padding: 10px;
}

@media (max-width: 480px) {
  #MailForm input,
  #MailForm textarea {
    width: 100%;
  }
}

#MailForm select {
  font-size: 1.5rem;
  cursor: pointer;
  border: 1px solid #e1e1e1;
  padding: 10px 27px 10px 13px;
  background: url("../img/select-arrow.png") no-repeat center right 7px/9% #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#MailForm label {
  padding: 2px 0;
  cursor: pointer;
}

#MailForm input[type="radio"] {
  width: 10%;
}

@media (max-width: 480px) {
  #MailForm input[type="submit"],
  #MailForm input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
  }
}

@media (max-width: 480px) {
  #MailForm input[type="submit"]::-webkit-search-decoration,
  #MailForm input[type="button"]::-webkit-search-decoration {
    display: none;
  }
}

@media (max-width: 480px) {
  #MailForm input[type="submit"]:focus,
  #MailForm input[type="button"]:focus {
    outline-offset: -2px;
  }
}

#MailForm .form3 {
  vertical-align: middle;
  width: 3%;
}

#MailForm .form25 {
  width: 25%;
}

@media (max-width: 480px) {
  #MailForm .form25 {
    width: 100%;
  }
}

#MailForm .form45 {
  width: 45%;
}

@media (max-width: 480px) {
  #MailForm .form45 {
    width: 100%;
  }
}

#MailForm .form60 {
  width: 60%;
}

@media (max-width: 480px) {
  #MailForm .form60 {
    width: 100%;
  }
}

#MailForm .form90 {
  width: 93%;
}

@media (max-width: 480px) {
  #MailForm .form90 {
    width: 100%;
  }
}

#MailForm .focus {
  background: #ffe7e0;
}

#MailForm .important_text {
  line-height: 1.4;
  margin-bottom: 27px;
}

#MailForm .inquiry_inset {
  margin-bottom: 25px;
}

#MailForm .confirm_txt {
  text-align: center;
}

@media (max-width: 480px) {
  #MailForm .confirm_txt {
    text-align: left;
  }
}

#MailForm .baikyaku-msg {
  font-weight: bold;
  background-color: #ccc;
  padding: 10px 20px;
}

@media (max-width: 480px) {
  #MailForm .baikyaku-msg {
    padding: 2.5641vw 3.84615vw;
    margin-bottom: 2.5641vw;
  }
}

.send_btn_inner {
  text-align: center;
  padding: 15px 0 20px;
}

.send_btn_inner .send_btn {
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  text-decoration: none;
  padding: 14px 0;
  background: #fff;
  border: 1px solid #434343;
  -webkit-box-shadow: 4px 4px 0 #e8e6e4;
          box-shadow: 4px 4px 0 #e8e6e4;
  border-radius: 5px;
  display: inline-block;
  -webkit-transition: color .3s, background-color .3s;
  transition: color .3s, background-color .3s;
}

@media (max-width: 480px) {
  .send_btn_inner .send_btn {
    font-size: 3.84615vw;
    padding: 2.82051vw 0;
  }
}

.send_btn_inner .send_btn:hover {
  color: #fff;
  background-color: #434343;
}

.send_btn_inner .submit_btn {
  width: 50%;
}

@media (max-width: 480px) {
  .send_btn_inner .submit_btn {
    margin-bottom: 15px;
    width: 80%;
  }
}

.inputarea li {
  margin: 0 15px 0 0;
}

@media (max-width: 480px) {
  .inputarea li {
    margin: 0 15px 0 0;
  }
}

#thanks p {
  line-height: 300px;
  text-align: center;
}

#contents .inquiry-info {
  margin: 0;
  overflow: hidden;
}

#contents .inquiry-info li {
  margin-right: 15px;
}

.send_inner {
  padding: 12px 0 20px;
}

.send_inner .send_step_msg {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .send_inner .send_step_msg {
    font-size: 4.10256vw;
    margin-bottom: 2.5641vw;
  }
}

.send_guide_msg {
  color: #444;
  text-align: center;
  padding: 0 0 15px;
}

.send_inner .send_btn_inner {
  text-align: center;
}

.send_inner .send_btn_inner .send_btn {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 1px;
  cursor: pointer;
  border: 0;
  margin: 0 10px;
  padding: 15px 30px;
  background: #FF9900;
  display: inline-block;
}

.send_inner .send_btn_inner .btn_return {
  background: #797979;
}

.send_confirm_table {
  padding: 17px 0 30px;
}

.send_confirm_table table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 90%;
}

@media (max-width: 480px) {
  .send_confirm_table table {
    width: 100%;
  }
}

.send_confirm_table table td,
.send_confirm_table table th {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  border: 1px solid #ccc;
  padding: 17px 20px;
  background: #fff;
}

@media (max-width: 480px) {
  .send_confirm_table table td,
  .send_confirm_table table th {
    border: 0 solid #ccc;
    padding: 17px 20px;
    background: #fff;
    display: block;
  }
}

.send_confirm_table table th {
  width: 40%;
  background: #f5f5f5;
}

@media (max-width: 480px) {
  .send_confirm_table table th {
    text-align: left;
    margin-bottom: 5px;
    padding: 10px 15px;
    width: 100%;
    background: #f5f5f5;
  }
}

@media (max-width: 480px) {
  .send_confirm_table table td {
    margin-bottom: 30px;
  }
}

.send_inner .send_error {
  padding: 15px 0 30px;
  text-align: center;
}

.send_inner .send_error li {
  font-size: 1.4rem;
  padding: 5px 0;
}

@media (max-width: 480px) {
  .send_inner .send_error li {
    font-size: 3.33333vw;
  }
}

.send_inner .send_error li:before {
  color: #C2C2C2;
  font-size: 85%;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  margin-right: 8px;
  content: "\0025cf";
}

.send_inner .send_error li span {
  color: #FF3333;
  margin-right: 5px;
  display: inline-block;
}

.table_base {
  margin-bottom: 50px;
}

.table_base table {
  border: 2px solid #000;
  width: 100%;
}

@media (max-width: 480px) {
  .table_base table {
    border: 0;
  }
}

.table_base table td,
.table_base table th {
  font-weight: normal;
  border: 1px solid #000;
  background-color: #fff;
  padding: 25px 16px;
  line-height: 1.4;
}

@media (max-width: 480px) {
  .table_base table td,
  .table_base table th {
    font-weight: normal;
    border: 0;
    padding: 12px;
    display: block;
  }
}

.table_base table td span.map_jump {
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.table_base table td span.map_jump a {
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
  border-radius: 3px;
  padding: 2px 6px;
  background: #CC6600;
  display: inline-block;
}

.table_base table td span.map_jump a:hover {
  opacity: 0.7;
}

@media (max-width: 480px) {
  .table_base table td span.map_jump a:hover {
    opacity: 1;
  }
}

.table_base table tbody th {
  font-weight: 500;
  text-align: center;
  background-color: #dadada;
  width: 28%;
}

@media (max-width: 480px) {
  .table_base table tbody th {
    text-align: left;
    width: 100%;
  }
}

.table_base table tbody td {
  padding: 15px 40px;
}

@media (max-width: 480px) {
  .table_base table tbody td {
    margin-bottom: 30px;
    padding: 12px 12px 0;
  }
}

.table_base table dd {
  border-bottom: 1px dotted #F3F3F4;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.table_base table dd:last-child {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

@media (max-width: 480px) {
  .table_base02 {
    overflow: auto;
  }
}

.table_base02.w21 tbody td {
  width: 21%;
}

.table_base02.w29 tbody td {
  width: 29%;
  text-align: left;
}

.table_base02.w80 tbody td {
  width: 80%;
}

.table_base02 table {
  border: 1px solid #808080;
  width: 100%;
}

@media (max-width: 480px) {
  .table_base02 table {
    width: 200%;
  }
}

.table_base02 table td,
.table_base02 table th {
  font-weight: 500;
  border: 1px solid #808080;
  background-color: #fff;
  padding: 13px 10px;
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 480px) {
  .table_base02 table td,
  .table_base02 table th {
    padding: 10px 10px;
  }
}

.table_base02 table thead th {
  color: #80c269;
  background-color: #d8dbec;
}

.box_base01 {
  background-color: #f5f6fa;
}

.box_base01:not(:last-child) {
  margin-bottom: 20px;
}

.box_base01 .box_base01_in {
  padding: 15px 26px;
}

.box_base01 .box_base01_ttl {
  display: inline-block;
  color: #243974;
  border-bottom: 1px solid #80c269;
}

@media (max-width: 480px) {
  .box_base01 .box_base01_ttl {
    line-height: 1.4;
  }
}

.box_base01 .box_base01_list_item {
  line-height: 1.3;
}

.box_base01 .box_base01_list_item:not(:last-child) {
  margin-bottom: 5px;
}

.box_base01 .box_base01_list_item_ttl {
  font-size: 1.1rem;
  margin-bottom: 3px;
}

.box_base01 .box_base01_list_item_txt {
  font-size: 1.1rem;
}

.content_inner {
  padding: 10px 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .content_inner {
    padding: 0 0 25px;
    display: block;
  }
}

.content_inner .msg {
  line-height: 1.5;
}

@media (max-width: 480px) {
  .content_inner .msg {
    margin-bottom: 30px;
  }
}

.content_inner .images img {
  width: 100%;
}

.content_inner.abus-img {
  position: relative;
}

.content_inner.abus-img .images {
  position: absolute;
  right: -40px;
  top: 0;
}

@media (max-width: 480px) {
  .content_inner.abus-img .images {
    position: unset;
  }
}

.content_inner.w_margin380 .images {
  width: 380px;
}

@media (max-width: 480px) {
  .content_inner.w_margin380 .images {
    width: 100%;
  }
}

.content_inner.w_margin380 .msg {
  width: 410px;
}

@media (max-width: 480px) {
  .content_inner.w_margin380 .msg {
    width: 100%;
  }
}

.content_inner.w_margin410 .images {
  width: 410px;
}

@media (max-width: 480px) {
  .content_inner.w_margin410 .images {
    width: 100%;
  }
}

.content_inner.w_margin410 .msg {
  width: 570px;
}

@media (max-width: 480px) {
  .content_inner.w_margin410 .msg {
    width: 100%;
  }
}

.content_inner.w_margin450 .images {
  width: 450px;
}

@media (max-width: 480px) {
  .content_inner.w_margin450 .images {
    width: 100%;
  }
}

.content_inner.w_margin450 .msg {
  width: 415px;
}

@media (max-width: 480px) {
  .content_inner.w_margin450 .msg {
    width: 100%;
  }
}

.content_inner.w_margin480 .images {
  width: 480px;
}

@media (max-width: 480px) {
  .content_inner.w_margin480 .images {
    width: 100%;
  }
}

.content_inner.w_margin480 .msg {
  width: 415px;
}

@media (max-width: 480px) {
  .content_inner.w_margin480 .msg {
    width: 100%;
  }
}

/* .image_list */
.image_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.image_list li img {
  width: 100%;
  display: block;
}

.image_list li span {
  padding: 15px 0 0;
  display: block;
}

.image_list.two_image li {
  width: calc(90% / 2);
}

.image_list.two_image li:nth-child(odd) {
  margin-right: 4%;
}

.image_list.three_image li {
  width: calc(90% / 3);
}

.image_list.three_image li:not(:nth-child(3n)) {
  margin-right: 3%;
}

.ttl01 {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  z-index: 1;
}

@media (max-width: 480px) {
  .ttl01 {
    padding-top: 6vw;
    margin-bottom: 11vw;
  }
}

.ttl01 .ttl01_en {
  font-size: 10rem;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  color: transparent;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #b2b2b2;
  line-height: 0.9;
  opacity: 0.3;
}

@media (max-width: 480px) {
  .ttl01 .ttl01_en {
    position: absolute;
    width: 100%;
    font-size: 19.23077vw;
    top: -7.4359vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
}

.ttl01 .ttl01_main {
  position: absolute;
  width: 100%;
  font-size: 2.5rem;
  left: 50%;
  bottom: 4px;
  text-align: center;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  line-height: 1;
}

@media (max-width: 480px) {
  .ttl01 .ttl01_main {
    position: unset;
    font-size: 5.76923vw;
    -webkit-transform: none;
            transform: none;
  }
}

@media (max-width: 480px) {
  .contact-block .ttl01 {
    padding-top: 17vw;
  }
}

.contact-block .ttl01::after {
  background-color: #fff;
}

.contact-block .ttl01 .ttl01_main {
  color: #fff;
}

.contact-block .ttl01 .ttl01_en {
  color: #fff;
  opacity: 0.2;
}

.font-min .ttl01 {
  font-size: 15rem;
}

.ttl02 {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
  z-index: 1;
}

@media (max-width: 480px) {
  .ttl02 {
    padding-top: 6vw;
    margin-bottom: 11vw;
  }
}

.ttl02::after {
  position: absolute;
  content: " ";
  width: 100px;
  height: 2px;
  background-color: #80c269;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 480px) {
  .ttl02::after {
    width: 15vw;
    height: 0.5vw;
    bottom: -6vw;
  }
}

.ttl02 .ttl02_main {
  width: 100%;
  font-size: 2.6rem;
  padding-bottom: 10px;
  line-height: 1;
}

@media (max-width: 480px) {
  .ttl02 .ttl02_main {
    font-size: 5.3vw;
  }
}

.txt_c {
  text-align: center;
}

.txt_r {
  text-align: right;
}

.only_pc {
  display: block;
}

@media (max-width: 480px) {
  .only_pc {
    display: none;
  }
}

.only_sp {
  display: none;
}

@media (max-width: 480px) {
  .only_sp {
    display: block;
  }
}

.tel a {
  color: #000;
  text-decoration: none;
  cursor: inherit;
  pointer-events: none;
}

@media (max-width: 480px) {
  .tel a {
    pointer-events: inherit;
  }
}

.fade_hover a {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

@media (max-width: 480px) {
  .fade_hover a {
    -webkit-transition: none;
    transition: none;
  }
}

.fade_hover a:hover {
  opacity: 0.7;
}

@media (max-width: 480px) {
  .fade_hover a:hover {
    opacity: 1;
  }
}

.btn_base_list.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px 0;
}

@media (max-width: 480px) {
  .btn_base_list.column {
    gap: 5.12821vw 0;
  }
}

.btn_base_list.flex {
  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;
  gap: 0 100px;
}

@media (max-width: 480px) {
  .btn_base_list.flex {
    gap: 5.12821vw 0;
  }
}

.btn_base_list.flex .btn_base {
  margin: 0;
}

.btn_base {
  margin: 0 auto;
  width: 350px;
}

@media (max-width: 480px) {
  .btn_base {
    width: 70.51282vw;
  }
}

.btn_base a {
  position: relative;
  text-align: center;
  text-decoration: none;
  padding: 14px 0;
  background: #fff;
  border: 1px solid #434343;
  -webkit-box-shadow: 4px 4px 0 #e8e6e4;
          box-shadow: 4px 4px 0 #e8e6e4;
  border-radius: 5px;
  display: block;
  -webkit-transition: color .3s, background-color .3s;
  transition: color .3s, background-color .3s;
}

@media (max-width: 480px) {
  .btn_base a {
    font-size: 3.84615vw;
    padding: 2.82051vw 0;
  }
}

.btn_base a:hover {
  color: #fff;
  background-color: #434343;
}

.btn_base a i {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px 40px;
  padding-top: 30px;
}

.btn-list .btn_base01 {
  margin: 0;
}

@media (max-width: 480px) {
  .btn-list {
    -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;
  }
}

.btn_base01 {
  display: block;
  margin: 0 auto;
  width: 330px;
  height: 65px;
  border-radius: 30px;
  overflow: hidden;
}

@media (max-width: 480px) {
  .btn_base01 {
    width: 85%;
    height: 55px;
  }
}

.btn_base01 a {
  position: relative;
  font-size: 1.5rem;
  height: 100%;
  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;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(#5f5198), to(#364da1));
  background: linear-gradient(to right, #5f5198 0%, #364da1 100%);
  z-index: 1;
  line-height: 1.4;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media (max-width: 480px) {
  .btn_base01 a {
    font-size: 1.4rem;
  }
}

.btn_base01 a:hover {
  opacity: 0.7;
}

.btn_base01 a::before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#364da1), to(#5f5198));
  background: linear-gradient(to right, #364da1 0%, #5f5198 100%);
  left: 0;
  z-index: -1;
}

.btn_base01 a::after {
  position: absolute;
  content: " ";
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-bottom: none;
  border-left: none;
  top: calc(50% - 2px);
  right: 30px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
}

.inquiry-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 30px;
  padding-top: 60px;
}

@media (max-width: 480px) {
  .inquiry-top {
    gap: 0 3%;
    padding: 7.69231vw 3.84615vw 0;
  }
}

.inquiry-top .inquiry-top__item {
  width: 300px;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 20px 10px;
  border: 1px solid #333;
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 480px) {
  .inquiry-top .inquiry-top__item {
    width: 31%;
    font-size: 3.20513vw;
    padding: 2.5641vw 1.28205vw;
    border-width: 0.12821vw;
  }
}

.everywhere_block {
  text-align: center;
  line-height: 2.2;
  margin: 0 auto 50px;
  max-width: 1200px;
}

@media (max-width: 480px) {
  .everywhere_block {
    text-align: left;
    line-height: 1.8;
    margin: 0 auto 3.84615vw;
    padding: 0 3.84615vw;
    max-width: 100%;
  }
}

.list01 .list01-set:not(:last-child) {
  margin-bottom: 20px;
}

.list02 {
  padding-top: 30px;
}

.list02 .list02-set:not(:last-child) {
  margin-bottom: 50px;
}

.list02 .list02-set__ttl {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  border-bottom: 1px solid #80c269;
}

.list02 .list02-set__sub {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 0 23px 0 10px;
  margin-right: 7px;
  z-index: 1;
}

.list02 .list02-set__sub::before {
  position: absolute;
  content: " ";
  width: 100%;
  min-height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#364da1), to(#5f5198));
  background: linear-gradient(to right, #364da1 0%, #5f5198 100%);
  -webkit-clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
  left: 0;
  bottom: -1px;
  z-index: -1;
}

.list02 .list02-set__main {
  font-weight: 500;
  color: #80c269;
  padding-bottom: 3px;
}

.list02 .list02-set_txt {
  margin-bottom: 20px;
  line-height: 1.4;
}

.list02 .list02-set_cat {
  display: inline-block;
  font-size: 1.2rem;
  color: #80c269;
  border: 1px solid #80c269;
  border-radius: 20px;
  padding: 8px 15px;
  margin-bottom: 20px;
  line-height: 1;
  letter-spacing: 1px;
}

@media (max-width: 480px) {
  .list02 .list02-set_cat {
    font-size: 1.3rem;
  }
}

.list02 .list02-set-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 2.75%;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .list02 .list02-set-img {
    gap: 15px 4%;
  }
}

.list02 .list02-set-img__item {
  width: 31.5%;
}

@media (max-width: 480px) {
  .list02 .list02-set-img__item {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .list02 .list02-set-img__item:nth-child(3) {
    width: 100%;
  }
}

.list-img01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 2.75%;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .list-img01 {
    gap: 15px 4%;
  }
}

.list-img01__item {
  position: relative;
  width: 31.5%;
}

@media (max-width: 480px) {
  .list-img01__item {
    width: 48%;
  }
}

.list-img01__item.before_cleaning::after {
  content: "洗浄前";
}

.list-img01__item.after_cleaning::after {
  content: "洗浄後";
}

.list-img01__item::after {
  position: absolute;
  content: "";
  font-size: 1.4rem;
  font-weight: 500;
  right: 4px;
  bottom: 9px;
  padding: 1px 10px;
  background-color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 480px) {
  .list-img01__item::after {
    font-size: 1.2rem;
  }
}

.flow_block {
  position: relative;
  width: 830px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 90px auto 0;
}

@media (max-width: 480px) {
  .flow_block {
    width: 100%;
    display: block;
    margin-top: 50px;
  }
}

.flow_block::before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 2px;
  background-color: #80c269;
  top: -20px;
  left: 0;
}

@media (max-width: 480px) {
  .flow_block::before {
    content: none;
  }
}

.flow_block .flow_block_set {
  position: relative;
  width: 185px;
  padding: 18px 15px 20px;
  background-color: #f1f2f8;
}

@media (max-width: 480px) {
  .flow_block .flow_block_set {
    width: 100%;
    padding-top: 30px;
  }
}

@media (max-width: 480px) {
  .flow_block .flow_block_set:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .flow_block .flow_block_set::before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #80c269;
    top: 0;
    left: 0;
  }
}

.flow_block .flow_block_set_no {
  position: absolute;
  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: 46px;
  height: 46px;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  color: #fff;
  background-color: #80c269;
  border-radius: 50%;
  top: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

@media (max-width: 480px) {
  .flow_block .flow_block_set_no {
    width: 40px;
    height: 40px;
    font-size: 1.7rem;
    top: -21px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.flow_block .flow_block_set_main_ttl {
  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;
  height: 43px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #80c269;
  margin-bottom: 13px;
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 480px) {
  .flow_block .flow_block_set_main_ttl {
    position: relative;
    height: auto;
    margin-bottom: 10px;
  }
}

.flow_block .flow_block_set_main_msg {
  font-size: 1.2rem;
  letter-spacing: 1px;
  line-height: 1.4;
}

.flow_block .flow_block_set_main_msg_txt {
  margin-bottom: 10px;
}

.flow_block .flow_block_set_main_msg_list_item {
  font-size: 1.1rem;
  text-indent: -10px;
  padding-left: 10px;
}

.flow_block .flow_block_set_main_msg_list_item:not(:last-child) {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}
/*# sourceMappingURL=common.css.map */