@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

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

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

caption, th, td {
  text-align: left;
  font-weight: inherit;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a,
button {
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease, background-image 0.3s ease, background 0.3s ease;
  transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease, background-image 0.3s ease, background 0.3s ease;
  color: #000;
}
@media (any-hover: hover) {
  a:hover,
  button:hover {
    opacity: 0.7;
  }
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

table {
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=submit],
textarea {
  -webkit-appearance: none;
  border: none;
  font-family: inherit;
  border-radius: 0;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus {
  outline: 0;
}

textarea {
  resize: vertical;
}
textarea:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #767676;
}

::-moz-placeholder {
  color: #767676;
}

:-ms-input-placeholder {
  color: #767676;
}

::-ms-input-placeholder {
  color: #767676;
}

::placeholder {
  color: #767676;
}

p {
  line-break: strict;
}

/* ---------------------------------------
  html , body
-----------------------------------------*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6595744681vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  position: relative;
}
@media screen and (max-width: 1200px) {
  body {
    overflow-x: auto;
  }
}
body.active {
  overflow: hidden;
}

/* ---------------------------------------
  .wrap
-----------------------------------------*/
.wrap {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap {
    width: 34.4rem;
  }
}

/* ---------------------------------------
  header
-----------------------------------------*/
header {
  position: relative;
}
header .logo {
  width: 61.7rem;
  margin: 2.3rem auto 0;
}
@media screen and (max-width: 767px) {
  header .logo {
    width: 20rem;
    margin-top: 1rem;
  }
}
header .logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  header .menu_box nav {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: opacity 0.4s ease 0s, -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
    transition: opacity 0.4s ease 0s, -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
    transition: opacity 0.4s ease 0s, transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
    transition: opacity 0.4s ease 0s, transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s, -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 998;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1200px) {
  header .menu_box nav.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
header .menu_box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5.9rem;
}
@media screen and (max-width: 767px) {
  header .menu_box .list {
    gap: 2rem 0;
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
header .menu_box .list li {
  text-align: center;
}
@media screen and (min-width: 768px) {
  header .menu_box .list li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 768px) {
  header .menu_box .list li:nth-of-type(n+2) {
    border-left: solid 3px #231815;
  }
}
header .menu_box .list a {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  header .menu_box .list a {
    font-size: 1.8rem;
  }
}

/* ---------------------------------------
  .btn_hamburger
-----------------------------------------*/
.btn_hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .btn_hamburger {
    width: 2.8rem;
    border-radius: 3rem;
    z-index: 999;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 1rem;
    background: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.4rem;
  }
}
.btn_hamburger .inner {
  width: 100%;
  height: 1.6rem;
  position: relative;
}
.btn_hamburger span {
  width: 100%;
  height: 2px;
  background-color: #9c2738;
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  border-radius: 1px;
}
.btn_hamburger span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn_hamburger span:nth-of-type(3) {
  bottom: 0;
}
.btn_hamburger .btn_hamburger_txt {
  margin-top: 0.1rem;
  color: #5F5E5E;
  font-size: 1rem;
  line-height: 1.5;
}
.btn_hamburger .btn_hamburger_txt.txt_menu {
  display: block;
}
.btn_hamburger .btn_hamburger_txt.txt_close {
  display: none;
}
@media (any-hover: hover) {
  .btn_hamburger:hover {
    opacity: 0.6;
  }
}
.btn_hamburger.active span {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .btn_hamburger.active span {
    top: 0.6rem;
  }
}
.btn_hamburger.active span:nth-of-type(1) {
  -webkit-transform: rotate(30deg) translateY(-50%);
          transform: rotate(30deg) translateY(-50%);
}
.btn_hamburger.active span:nth-of-type(2) {
  display: none;
}
.btn_hamburger.active span:nth-of-type(3) {
  -webkit-transform: rotate(-30deg) translateY(-50%);
          transform: rotate(-30deg) translateY(-50%);
}
.btn_hamburger.active .btn_hamburger_txt.txt_menu {
  display: none;
}
.btn_hamburger.active .btn_hamburger_txt.txt_close {
  display: block;
}

/* ---------------------------------------
  footer
-----------------------------------------*/
footer {
  background: url(../img/common/bg_footer.png) no-repeat top center/cover;
  padding: 10.8333333333vw 0 5rem;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  footer {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  footer {
    width: 100%;
    padding-top: 34.5744680851vw;
  }
}
footer .contact_clm .clm_ttl {
  margin: 0 auto;
}
footer .contact_clm .clm_txt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  footer .contact_clm .clm_txt {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    margin-top: 0.5rem;
  }
}
footer .contact_clm .clm_txt a {
  color: #fff;
}
footer .contact_clm + .contact_clm {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  footer .contact_clm + .contact_clm {
    margin-top: 1.5rem;
  }
}
footer .contact_clm.clm_tel .clm_ttl {
  width: 28.3rem;
}
@media screen and (max-width: 767px) {
  footer .contact_clm.clm_tel .clm_ttl {
    width: 25rem;
  }
}
footer .contact_clm.clm_mail .clm_ttl {
  width: 15.1rem;
}
@media screen and (max-width: 767px) {
  footer .contact_clm.clm_mail .clm_ttl {
    width: 12rem;
  }
}
footer .contact_clm.clm_line .clm_ttl {
  width: 15.1rem;
}
@media screen and (max-width: 767px) {
  footer .contact_clm.clm_line .clm_ttl {
    width: 12rem;
  }
}
footer .info_box {
  margin-top: 2.3rem;
}
footer .info_logo {
  width: 35.1rem;
  margin: 0 auto;
}
footer .info_address {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer .info_address {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
footer .footer_nav {
  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;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  footer .footer_nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem 1rem;
  }
}
footer .footer_nav li {
  padding: 0 5rem;
}
@media screen and (max-width: 767px) {
  footer .footer_nav li {
    padding: 0;
    text-align: center;
    width: calc(50% - 1rem);
  }
}
footer .footer_nav li:nth-of-type(n+2) {
  border-left: solid 2px #fff;
}
@media screen and (max-width: 767px) {
  footer .footer_nav li:nth-of-type(n+2) {
    border-left: none;
  }
}
footer .footer_nav a {
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .footer_nav a {
    font-size: 1.4rem;
  }
}

/* ---------------------------------------
  .breadcrumbs
-----------------------------------------*/
.breadcrumbs {
  position: relative;
  z-index: 997;
  margin-top: 3.7rem;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    margin-top: 1.7rem;
  }
}
.breadcrumbs .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1rem;
}
@media screen and (max-width: 767px) {
  .breadcrumbs .list {
    gap: 0.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.breadcrumbs .list li {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .breadcrumbs .list li {
    font-size: 1.1rem;
  }
}
.breadcrumbs .list li:nth-of-type(n+2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
}
@media screen and (max-width: 767px) {
  .breadcrumbs .list li:nth-of-type(n+2) {
    gap: 0 0.5rem;
  }
}
.breadcrumbs .list li:nth-of-type(n+2)::before {
  content: ">";
  display: block;
}
.breadcrumbs .list a {
  text-decoration: underline;
}

/* ---------------------------------------
  .second_content
-----------------------------------------*/
.second_content {
  position: relative;
  margin-top: 3.5rem;
  padding-bottom: 10rem;
  background: url(../img/common/bg_sec.svg) no-repeat top/100% auto #FFF8EE;
}
@media screen and (max-width: 767px) {
  .second_content {
    background-image: url(../img/common/bg_sec_sp.svg);
    margin-top: 2.7rem;
    padding-bottom: 5rem;
  }
}
.second_content .sec_ttl {
  font-size: 3.5rem;
  font-weight: 700;
  color: #F99900;
  text-align: center;
  line-height: 1.2571428571;
}
@media screen and (max-width: 767px) {
  .second_content .sec_ttl {
    font-size: 2.2rem;
    line-height: 2;
  }
}
.second_content .sec_box {
  margin: 6.3rem auto 0;
  width: 90%;
  max-width: 110rem;
  padding: 6rem 5rem;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .second_content .sec_box {
    margin-top: 4.5rem;
    width: 100%;
    border-radius: 0;
    padding: 3.2rem 0;
  }
}
@media screen and (min-width: 768px) {
  .second_content .sec_box .wrap {
    width: 100%;
  }
}
.second_content .contact_box {
  margin-top: 5rem;
  padding: 3.3rem 3rem 3.5rem 3.3rem;
  border-radius: 1rem;
  border: solid 1px #CCCCCC;
  position: relative;
}
@media screen and (max-width: 767px) {
  .second_content .contact_box {
    padding: 2rem 1.6rem 3rem;
  }
}
.second_content .contact_box::before {
  content: "";
  width: 1rem;
  height: 6rem;
  background-color: #8CB808;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .second_content .contact_box::before {
    height: 5rem;
    top: 2rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.second_content .contact_box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .second_content .contact_box .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.second_content .contact_box .contact_ttl {
  font-size: 2.1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .second_content .contact_box .contact_ttl {
    margin-top: 1.5rem;
    margin-left: 0.6rem;
  }
}
.second_content .contact_box .contact_txt {
  margin-left: 4.1rem;
  line-height: 1.5625;
  width: 53.2rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .second_content .contact_box .contact_txt {
    margin-top: 2.6rem;
    margin-left: 0;
    width: 100%;
  }
}
.second_content .contact_box .btn_contact {
  margin-left: 2.6rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .second_content .contact_box .btn_contact {
    margin-top: 1.6rem;
    margin-left: 0;
  }
}
.second_content .contact_box .btn_contact a {
  width: 21rem;
  height: 6rem;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .second_content .contact_box .btn_contact a {
    width: 31.2rem;
  }
}
.second_content .contact_box .btn_contact a::before {
  width: 2.3rem;
  height: 1.5rem;
}

/* ---------------------------------------
  .pager
-----------------------------------------*/
.pager {
  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;
  gap: 0 1.6rem;
}
.pager .btn {
  width: 3rem;
  height: 3rem;
}
.pager .btn.prev, .pager .btn.next {
  width: 0.6rem;
  height: 1rem;
}
.pager .btn.prev a, .pager .btn.next a {
  width: 100%;
  height: 100%;
  display: block;
}
.pager .btn.prev a {
  background: url(../img/common/icon_pager_prev.svg) no-repeat center/contain;
}
.pager .btn.next a {
  background: url(../img/common/icon_pager_next.svg) no-repeat center/contain;
}
.pager .btn.number a {
  width: 100%;
  height: 100%;
  font-weight: 400;
  color: #F99900;
  border: solid 1px #F99900;
  background-color: #fff;
  border-radius: 3px;
  line-height: 2.7rem;
  text-align: center;
  display: block;
}
.pager .btn.number.active a {
  background-color: #F99900;
  color: #fff;
}
.pager .btn.dot {
  background: url(../img/common/icon_pager_dot.svg) no-repeat center/contain;
}

/* ---------------------------------------
  表示・非表示処理
-----------------------------------------*/
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

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