@charset "UTF-8";
body {
  font-size: 0.16rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #1a1a1a;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.14rem;
    min-width: 320px;
  }
}

.wrapper {
  overflow: hidden;
  position: relative;
}

.wrapper::before {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/cmn/fixed_bg.webp);
}

.container {
  max-width: 12rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .container {
    width: calc(100% - 0.3rem);
  }
}

.container_min {
  max-width: 10.8rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .container_min {
    width: calc(100% - 0.3rem);
  }
}

a {
  color: #000;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

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

@media screen and (min-width: 768px) {
  .sponly {
    display: none !important;
  }
}

.objectfit {
  width: 100%;
  height: 100%;
}

.objectfit.cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.objectfit.contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.cmn_header {
  width: 100%;
  position: fixed;
  z-index: 100;
  background-color: #fff;
}

.cmn_header .logo {
  display: inline-block;
  padding: 0.4rem;
  border-radius: 0 0 0.6rem 0;
  background-color: #fff;
  position: fixed;
  z-index: 1;
}

.cmn_header .logo img {
  width: 1.4rem;
}

.cmn_header .nav {
  width: 100%;
  position: fixed;
  padding: 0.3rem 0.4rem;
  top: 0;
  left: 0;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
  background-color: #fff;
}

.cmn_header .nav.hidden {
  top: -1rem;
}

.cmn_header .lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 0.44rem;
}

.cmn_header .lists .item a {
  font-size: 0.14rem;
  font-weight: 700;
  position: relative;
}

.cmn_header .lists .item a::after {
  content: "";
  width: 0;
  height: 0.02rem;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  background-color: #91ac4d;
}

@media screen and (min-width: 768px) {
  .cmn_header .lists .item a:hover {
    opacity: 1;
  }
  .cmn_header .lists .item a:hover::after {
    width: 100%;
  }
}

.cmn_header .lists .btn a {
  width: 1.6rem;
  line-height: 0.36rem;
  text-align: center;
  display: block;
  font-size: 0.14rem;
  font-weight: 700;
  border-radius: 0.2rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  background-color: #91ac4d;
  border: 0.02rem solid #91ac4d;
}

.cmn_header .lists .btn a .txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.07rem;
}

.cmn_header .lists .btn a .icon {
  width: 0.2rem;
  height: 0.16rem;
  fill: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (min-width: 768px) {
  .cmn_header .lists .btn a:hover {
    opacity: 1;
    color: #91ac4d;
    background-color: #fff;
  }
  .cmn_header .lists .btn a:hover .icon {
    fill: #91ac4d;
  }
}

.cmn_header .lists .child_lists_wrap {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-top: 0.27rem;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: calc(50% - 1rem);
  z-index: 100;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.cmn_header .lists .child_lists {
  padding: 0.27rem;
  border-radius: 0.2rem;
  background-color: #91ac4d;
  position: relative;
}

.cmn_header .lists .child_lists::before {
  content: "";
  width: 1px;
  height: 0.2rem;
  position: absolute;
  top: -0.2rem;
  left: 50%;
  background-color: #91ac4d;
}

.cmn_header .lists .child_lists .child_item:not(:first-of-type) {
  margin-top: 0.27rem;
}

.cmn_header .lists .child_lists .child_item a {
  padding-left: 0.4rem;
  font-size: 0.14rem;
  font-weight: 700;
  color: #fff;
  position: relative;
}

.cmn_header .lists .child_lists .child_item a::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.15rem);
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.cmn_header .lists .child_lists .child_item.quote a::before {
  width: 0.3rem;
  height: 0.3rem;
  background-image: url(../img/cmn/quote_icon.svg);
}

.cmn_header .lists .child_lists .child_item.reserv a::before {
  width: 0.28rem;
  height: 0.3rem;
  background-image: url(../img/cmn/reserv_icon.svg);
}

.cmn_header .lists .drop {
  font-size: 0.14rem;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}

.cmn_header .lists .drop a::after {
  content: none;
}

.cmn_header .lists .drop:hover .child_lists_wrap {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .cmn_header .logo {
    padding: 0.15rem 0.15rem 0.15rem 0.1rem;
    border-radius: 0 0 0.2rem 0;
  }
  .cmn_header .logo img {
    width: 0.68rem;
  }
  .cmn_header .global {
    width: 100%;
    height: 100vh;
    padding: 0.7rem 0 0.5rem;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 102;
    background-color: #fff;
  }
  .cmn_header .nav {
    padding: 0;
    z-index: 1;
    -webkit-transition: none;
    transition: none;
  }
  .cmn_header .lists {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.3rem 0;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cmn_header .lists li {
    width: 100%;
  }
  .cmn_header .lists .btn a {
    margin: 0 auto;
  }
  .cmn_header .hamburger {
    top: 0.05rem;
    right: 0.05rem;
    width: 0.4rem;
    height: 0.4rem;
    -webkit-transition: transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    position: fixed;
    z-index: 103;
    border-radius: 50%;
    background-color: #91ac4d;
  }
  .cmn_header .hamburger span {
    width: 0.2rem;
    height: 1px;
    position: absolute;
    right: calc(50% - 0.1rem);
    -webkit-transition: transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    background-color: #fff;
  }
  .cmn_header .hamburger span:nth-of-type(1) {
    top: 0.13rem;
  }
  .cmn_header .hamburger span:nth-of-type(2) {
    top: 0.2rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .cmn_header .hamburger span:nth-of-type(3) {
    top: 0.26rem;
  }
  .cmn_header .hamburger.active span:nth-child(1) {
    top: 0.2rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .cmn_header .hamburger.active span:nth-child(3) {
    top: 0.2rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .cmn_header .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
}

.cmn_footer {
  padding: 1rem 0;
  margin-top: 0.8rem;
  background-size: 100% 100%;
  background-image: url(../img/cmn/grad_bg.webp);
}

.cmn_footer .logo img {
  width: 2.81rem;
}

.cmn_footer .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cmn_footer .wrap.wrap01 {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cmn_footer .wrap.wrap02 {
  margin-top: 0.87rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.cmn_footer .address {
  margin-top: 0.4rem;
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 1.71;
}

.cmn_footer .list_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.74rem;
}

.cmn_footer .nav_lists li {
  font-size: 0.14rem;
  font-weight: 700;
}

.cmn_footer .nav_lists li:not(:first-of-type) {
  margin-top: 0.14rem;
}

.cmn_footer .nav_lists li a {
  font-size: 0.14rem;
  font-weight: 700;
}

.cmn_footer .nav_child_lists {
  margin-top: 0.1rem;
  padding-left: 1em;
}

.cmn_footer .nav_child_lists li:not(:first-of-type) {
  margin-top: 0.05rem;
}

.cmn_footer .lists {
  margin-top: 0.97rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.2rem;
}

.cmn_footer .lists li {
  width: 2.4rem;
}

.cmn_footer .lists li a img {
  width: 100%;
}

.cmn_footer .privacy,
.cmn_footer small {
  font-size: 0.12rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .cmn_footer {
    padding: 0.5rem 0 0.7rem;
    margin-top: 0.4rem;
  }
  .cmn_footer .logo img {
    width: 2.4rem;
  }
  .cmn_footer .wrap.wrap02 {
    margin-top: 0.4rem;
  }
  .cmn_footer .address {
    margin-top: 0.2rem;
  }
  .cmn_footer .lists {
    margin-top: 0.4rem;
    gap: 0 0.1rem;
  }
  .cmn_footer .lists li {
    width: 100%;
  }
  .cmn_footer .privacy,
  .cmn_footer small {
    font-size: 0.1rem;
  }
}

.cmn_contact {
  margin: 1.6rem 0.8rem 0.8rem;
}

.cmn_contact .bg {
  margin: 0 auto;
  max-width: 19.2rem;
  padding: 1.13rem 0 0.98rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 0.6rem;
  background-image: url(../img/cmn/contact_bg.webp);
}

.cmn_contact .mod_tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.cmn_contact .wrap {
  margin-top: 0.42rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.4rem;
}

.cmn_contact .tel .tel_txt {
  font-size: 0.12rem;
  font-weight: 700;
  color: #fff;
}

.cmn_contact .tel a {
  display: block;
  margin-top: 0.05rem;
  font-size: 0.4rem;
  font-style: italic;
  font-weight: 700;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

@media screen and (min-width: 768px) {
  .cmn_contact .tel a {
    pointer-events: none;
  }
}

.cmn_contact .lists_wrap {
  width: 4.8rem;
  margin: 0.44rem auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cmn_contact .lists dt,
.cmn_contact .lists dd {
  color: #fff;
  font-weight: 700;
}

.cmn_contact .lists dt {
  font-size: 0.12rem;
}

.cmn_contact .lists dd {
  margin-top: 0.1rem;
  font-size: 0.14rem;
  line-height: 1.71;
}

@media screen and (max-width: 767px) {
  .cmn_contact {
    margin: 0.8rem 0.2rem;
  }
  .cmn_contact .bg {
    padding: 0.5rem 0 0.45rem;
    border-radius: 0.3rem;
    background-image: url(../img/cmn/contact_bg_sp.webp);
  }
  .cmn_contact .mod_tit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .cmn_contact .wrap {
    margin-top: 0.4rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.2rem 0;
  }
  .cmn_contact .tel {
    text-align: center;
  }
  .cmn_contact .tel .tel_txt {
    font-size: 0.12rem;
    font-weight: 700;
    color: #fff;
  }
  .cmn_contact .tel a {
    margin-top: 0.05rem;
    font-size: 0.32rem;
  }
  .cmn_contact .lists_wrap {
    width: 2.8rem;
    margin: 0.44rem auto 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.2rem 0;
  }
  .cmn_contact .lists {
    width: 100%;
  }
  .cmn_contact .lists dt {
    font-size: 0.12rem;
  }
  .cmn_contact .lists dd {
    margin-top: 0.1rem;
  }
}

.cmn_fixed_area {
  width: 0.8rem;
  height: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.cmn_fixed_area .btn_wrap {
  height: 1.4rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cmn_fixed_area .btn {
  position: absolute;
  right: 0.1rem;
}

.cmn_fixed_area .btn.quote {
  top: 0;
}

.cmn_fixed_area .btn.reserv {
  bottom: 0;
}

.cmn_fixed_area .btn a {
  width: 0.6rem;
  height: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #91ac4d;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: width 0.4s ease, border-radius 0.4s ease, -webkit-box-pack 0.4s ease, -webkit-justify-content 0.4s ease;
  transition: width 0.4s ease, border-radius 0.4s ease, -webkit-box-pack 0.4s ease, -webkit-justify-content 0.4s ease;
  transition: width 0.4s ease, border-radius 0.4s ease, justify-content 0.4s ease;
  transition: width 0.4s ease, border-radius 0.4s ease, justify-content 0.4s ease, -webkit-box-pack 0.4s ease, -webkit-justify-content 0.4s ease, -ms-flex-pack 0.4s ease;
}

@media screen and (min-width: 768px) {
  .cmn_fixed_area .btn a:hover {
    width: 2rem;
    border-radius: 1rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 1;
  }
  .cmn_fixed_area .btn a:hover .txt {
    opacity: 1;
    max-width: 2rem;
    margin-left: 0.1rem;
  }
}

.cmn_fixed_area .btn .icon {
  width: 0.3rem;
  height: 0.3rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.cmn_fixed_area .btn .txt {
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 0.14rem;
  font-weight: 700;
  color: #fff;
}

.cmn_fixed_area .ig_btn {
  width: 0.26rem;
  position: absolute;
  bottom: 0.3rem;
  left: calc(50% - 0.13rem);
}

@media screen and (max-width: 767px) {
  .cmn_fixed_area {
    width: 100%;
    height: 0.4rem;
    z-index: 102;
  }
  .cmn_fixed_area .btn_wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background-color: #fff;
  }
  .cmn_fixed_area .btn {
    width: 49.9%;
    right: auto;
  }
  .cmn_fixed_area .btn.quote {
    top: auto;
    left: 0;
    bottom: 0;
  }
  .cmn_fixed_area .btn.reserv {
    right: 0;
  }
  .cmn_fixed_area .btn a {
    width: 100%;
    height: 0.4rem;
    border-radius: 0;
  }
  .cmn_fixed_area .btn .icon {
    width: 0.15rem;
    height: 0.15rem;
  }
  .cmn_fixed_area .btn .txt {
    max-width: 100%;
    opacity: 1;
    overflow: visible;
    margin-left: 0.1rem;
    font-size: 0.12rem;
  }
  .cmn_fixed_area .ig_btn {
    width: 0.2rem;
    bottom: 0.5rem;
    left: auto;
    right: 0.1rem;
  }
}

.noentry {
  margin-top: 2em;
  text-align: center;
}

/* --------------------------------------------------------------
   Module_Element
-------------------------------------------------------------- */
.mod_tit .en {
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  font-style: italic;
  font-weight: 700;
  color: #91ac4d;
  font-family: "Montserrat", sans-serif;
}

.mod_tit .ja {
  margin-top: 0.12rem;
  font-weight: 700;
}

.mod_tit.white .en,
.mod_tit.white .ja {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .mod_tit .en {
    font-size: 0.4rem;
  }
  .mod_tit .ja {
    margin-top: 0.06rem;
  }
}

.mod_tit02 {
  padding-top: 0.8rem;
  text-align: center;
  font-size: 0.32rem;
  font-weight: 900;
  position: relative;
}

.mod_tit02::before {
  content: "";
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
  .mod_tit02 {
    padding-top: 0.4rem;
    font-size: 0.2rem;
  }
}

.mod_btn a {
  display: inline-block;
  line-height: 1rem;
  font-weight: 700;
  position: relative;
  text-decoration: underline;
}

.mod_btn a::before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.02rem solid #91ac4d;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #91ac4d;
}

@media screen and (min-width: 768px) {
  .mod_btn a:hover {
    opacity: 1;
  }
  .mod_btn a:hover::before {
    background-color: #fff;
  }
  .mod_btn a:hover .txt {
    padding-left: 1.2rem;
    position: relative;
  }
  .mod_btn a:hover .txt::before, .mod_btn a:hover .txt::after {
    left: 0.55rem;
    background-color: #91ac4d;
  }
}

.mod_btn .txt {
  padding-left: 1.2rem;
  position: relative;
}

.mod_btn .txt::before, .mod_btn .txt::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0.44rem;
  width: 0.1rem;
  height: 0.02rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
  -webkit-transform-origin: calc(100% - 0.05px) 50%;
          transform-origin: calc(100% - 0.05px) 50%;
}

.mod_btn .txt::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mod_btn .txt::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mod_btn.white a::before {
  border: 0.02rem solid #fff;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .mod_btn.white a:hover::before {
    background-color: #91ac4d;
  }
  .mod_btn.white a:hover .txt::before, .mod_btn.white a:hover .txt::after {
    background-color: #fff;
  }
}

.mod_btn.white .txt {
  color: #fff;
  -webkit-text-decoration: underline #fff;
          text-decoration: underline #fff;
}

.mod_btn.white .txt::before, .mod_btn.white .txt::after {
  background-color: #91ac4d;
}

@media screen and (max-width: 767px) {
  .mod_btn a {
    line-height: 0.5rem;
    font-size: 0.12rem;
  }
  .mod_btn a::before {
    width: 0.5rem;
    height: 0.5rem;
  }
  .mod_btn .txt {
    padding-left: 0.6rem;
    position: relative;
  }
  .mod_btn .txt::before, .mod_btn .txt::after {
    left: 0.22rem;
    width: 0.08rem;
  }
  .mod_btn.white a::before {
    border: 0.02rem solid #fff;
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  .mod_btn.white a:hover::before {
    background-color: #91ac4d;
  }
  .mod_btn.white a:hover .txt::before, .mod_btn.white a:hover .txt::after {
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .mod_btn.white .txt {
    color: #fff;
    -webkit-text-decoration: underline #fff;
            text-decoration: underline #fff;
  }
  .mod_btn.white .txt::before, .mod_btn.white .txt::after {
    background-color: #91ac4d;
  }
}

.under_mv {
  padding: 2.95rem 0 2.1rem;
}

.under_mv .tit .en {
  font-size: 1.2rem;
  font-weight: 700;
  font-style: italic;
  color: #91ac4d;
  font-family: "Montserrat", sans-serif;
}

.under_mv .tit .ja {
  margin-top: 0.21rem;
  font-size: 0.24rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .under_mv {
    padding: 1.55rem 0 1rem;
  }
  .under_mv .tit .en {
    font-size: 0.6rem;
  }
  .under_mv .tit .ja {
    margin-top: 0.1rem;
    font-size: 0.16rem;
  }
}

.wp-pagenavi {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.5rem;
}

.wp-pagenavi a,
.wp-pagenavi .current,
.wp-pagenavi .extend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 0.05rem;
  border-radius: 50%;
}

.wp-pagenavi a {
  font-size: 0.14rem;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #2a2a2a;
}

@media screen and (min-width: 768px) {
  .wp-pagenavi a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .wp-pagenavi a:hover {
    opacity: 0.7;
  }
  .wp-pagenavi a:hover {
    background-color: #91ac4d;
    border: 1px solid #91ac4d;
    opacity: 1;
    color: #fff;
  }
}

.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
  padding: 0.13rem 0.15rem 0.13rem;
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  width: 0.4rem;
  margin: 0 0.05rem;
  font-size: 0.14rem;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .wp-pagenavi a.previouspostslink:hover, .wp-pagenavi a.nextpostslink:hover {
    background-color: #91ac4d;
    border: 1px solid #91ac4d;
    opacity: 1;
    color: #fff;
  }
}

.wp-pagenavi .current {
  font-size: 0.14rem;
  color: #fff;
  background-color: #91ac4d;
  border: 1px solid #91ac4d;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 0.15rem;
    height: 0.3rem;
  }
  .wp-pagenavi a,
  .wp-pagenavi .current,
  .wp-pagenavi .extend {
    width: 0.3rem;
    height: 100%;
    margin: 0 0.02rem;
  }
  .wp-pagenavi a {
    font-size: 0.12rem;
  }
  .wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
    padding: 0.09rem 0.12rem 0.1rem;
    margin: 0 0.025rem;
    font-size: 0.1rem;
    width: 0.3rem;
  }
  .wp-pagenavi .extend {
    font-size: 0.12rem;
    font-weight: bold;
    border: 1px solid #d1d1d1;
    margin: 0 0.05rem;
    font-size: 0.18rem;
    font-weight: bold;
  }
  .wp-pagenavi .current {
    font-size: 0.12rem;
    font-weight: bold;
    border: 1px solid #ddd;
  }
}

.post_content {
  margin-top: 0.35rem;
  padding: 0.4rem;
  border-radius: 0.4rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.03rem 0.12rem rgba(219, 246, 202, 0.2);
          box-shadow: 0 0.03rem 0.12rem rgba(219, 246, 202, 0.2);
}

@media screen and (max-width: 767px) {
  .post_content {
    margin-top: 0.15rem;
    padding: 0.15rem;
    border-radius: 0.2rem;
  }
}

.post_content h1 {
  font-size: 0.22rem;
  letter-spacing: 0.1em;
  margin: 0 0 1.2em;
  line-height: 1.5;
}

.post_content h2 {
  font-size: 0.2rem;
  letter-spacing: 0.1em;
  margin: 0 0 1.2em;
  line-height: 1.5;
}

.post_content h3 {
  font-size: 0.18rem;
  letter-spacing: 0.1em;
  margin: 0 0 1.2em;
  line-height: 1.5;
}

.post_content h4 {
  font-size: 0.17rem;
  letter-spacing: 0.1em;
  margin: 0 0 1.2em;
  line-height: 1.5;
}

.post_content h5 {
  font-size: 0.16rem;
  letter-spacing: 0.1em;
  margin: 0 0 1.2em;
  line-height: 1.5;
}

.post_content h6 {
  font-size: 0.15rem;
  letter-spacing: 0.1em;
  margin: 0 0 1.2em;
  line-height: 1.5;
}

.post_content p {
  margin: 0 0 1em;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.post_content figure {
  margin: 0 0 1em;
}

.post_content img {
  max-width: 100%;
  height: auto;
  border-radius: 0.2rem;
}

.post_content img.alignleft {
  float: left;
  display: block;
  margin: 0 1em 1em 0;
}

.post_content img.alignright {
  float: right;
  display: block;
  margin: 0 0 1em 1em;
}

.post_content img.aligncenter {
  display: block;
  margin: 0 auto 1em;
}

.post_content a {
  color: #91ac4d;
  text-decoration: underline;
}

.post_content em {
  font-style: italic;
}

.post_content blockquote {
  background: #f1f1f1;
  padding: 1em;
  margin: 1em auto;
}

.post_content blockquote p {
  margin-bottom: 0;
}

.post_content blockquote p ~ p {
  margin-top: 1em;
}

.post_content ul,
.post_content ol {
  margin: 1em 0 1em 1em;
}

.post_content ul li {
  list-style: outside disc;
}

.post_content ol li {
  list-style: outside decimal;
}

/* error
--------------------------------------------------------------*/
.error_page .error {
  text-align: center;
}

.error_page .error .txt {
  line-height: 1.5;
}

.error_page .error .mod_btn {
  margin-top: 0.6rem;
}

@media screen and (max-width: 767px) {
  .error_page .error .mod_btn {
    margin-top: 0.3rem;
  }
}

/* TOP
--------------------------------------------------------------*/
.top_page .mv {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 1rem 0.8rem 0.4rem 0.8rem;
}

.top_page .mv .cat {
  font-size: 0.64rem;
  line-height: 1.3;
  color: #fff;
  font-weight: 900;
  position: absolute;
  z-index: 2;
  top: 55%;
  left: 1.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-shadow: 0 0.03rem 0.14rem rgba(0, 0, 0, 0.1);
}

.top_page .mv .swiper-slide img {
  width: 100%;
  border-radius: 0.6rem;
  height: calc(100vh - 1.4rem);
}

.top_page .mv .cv_txt {
  position: absolute;
  bottom: 0.5rem;
  z-index: 1;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  mix-blend-mode: screen;
}

.top_page .mv .wrap {
  display: inline-block;
  -webkit-animation: marquee-loop 20s linear infinite;
          animation: marquee-loop 20s linear infinite;
}

.top_page .mv .wrap span {
  display: inline-block;
  font-size: 1.2rem;
  font-style: italic;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #91ac4d;
  margin-left: 1em;
  font-family: "Montserrat", sans-serif;
}

@-webkit-keyframes marquee-loop {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marquee-loop {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .top_page .mv {
    padding: 0.2rem;
  }
  .top_page .mv .cat {
    font-size: 0.18rem;
    top: auto;
    bottom: 19%;
    left: 0.32rem;
  }
  .top_page .mv .swiper-slide img {
    width: 100%;
    border-radius: 0.2rem;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .top_page .mv .cv_txt {
    bottom: 0.3rem;
  }
  .top_page .mv .wrap span {
    font-size: 0.5rem;
  }
}

.top_page .about {
  padding: 1.7rem 0 1rem;
}

.top_page .about .tit .fs01,
.top_page .about .tit .fs02 {
  display: block;
  font-weight: 900;
}

.top_page .about .tit .fs01 {
  font-size: 0.4rem;
  color: #91ac4d;
}

.top_page .about .tit .fs02 {
  margin-top: 0.2rem;
  font-size: 0.64rem;
}

.top_page .about .img {
  width: calc(100vw - ((100vw - 8rem) / 2));
  margin: 0.9rem 0 0 2rem;
  max-width: 15.2rem;
  position: relative;
}

.top_page .about .img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.4rem 0 0 0.4rem;
}

.top_page .about .content {
  margin-top: -2.85rem;
  padding: 0.58rem 0.5rem 0.6rem 0;
  width: 50vw;
  margin-right: calc(50vw - 12rem);
  position: relative;
  z-index: 1;
  border-radius: 0 0.3rem 0.3rem 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0.03rem 0.12rem rgba(219, 246, 202, 0.2);
          box-shadow: 0 0.03rem 0.12rem rgba(219, 246, 202, 0.2);
}

.top_page .about .content .inner {
  width: 5.58rem;
  margin-left: auto;
}

.top_page .about .desc {
  font-weight: 700;
  line-height: 2;
}

.top_page .about .desc:not(:first-of-type) {
  margin-top: 2em;
}

.top_page .about .mod_btn {
  margin-top: 0.54rem;
}

@media screen and (max-width: 767px) {
  .top_page .about {
    padding: 0.7rem 0 0.5rem;
  }
  .top_page .about .tit .fs01 {
    font-size: 0.2rem;
  }
  .top_page .about .tit .fs02 {
    margin-top: 0.1rem;
    font-size: 0.24rem;
  }
  .top_page .about .img {
    width: calc(100vw - ((100vw - 4rem) / 2));
    margin: 0.35rem 0 0 0;
  }
  .top_page .about .img img {
    border-radius: 0.2rem 0 0 0.2rem;
  }
  .top_page .about .content {
    margin-top: -0.2rem;
    padding: 0.2rem 0.2rem 0.25rem 0.2rem;
    width: calc(100vw - 0.15rem);
    margin-right: calc(50vw - 12rem);
    position: relative;
    z-index: 1;
    border-radius: 0 0.2rem 0.2rem 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0.03rem 0.12rem rgba(219, 246, 202, 0.2);
            box-shadow: 0 0.03rem 0.12rem rgba(219, 246, 202, 0.2);
  }
  .top_page .about .content .inner {
    width: auto;
  }
  .top_page .about .desc {
    font-size: 0.12rem;
  }
  .top_page .about .desc:not(:first-of-type) {
    margin-top: 1em;
  }
  .top_page .about .mod_btn {
    margin-top: 0.25rem;
  }
}

.top_page .service {
  padding: 1.67rem 0 1.6rem;
  background-size: 100% 100%;
  background-image: url(../img/cmn/grad_bg.webp);
  overflow: hidden;
}

.top_page .service .container {
  position: relative;
}

.top_page .service .vertical_slider {
  position: absolute;
  top: -1.6rem;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2rem 0;
  -webkit-animation: scroll-vertical 60s linear infinite;
          animation: scroll-vertical 60s linear infinite;
}

.top_page .service .slide_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2rem 0;
}

.top_page .service .slide {
  height: 3.7rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_page .service .slide img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 0.4rem;
}

@-webkit-keyframes scroll-vertical {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-66.666%);
            transform: translateY(-66.666%);
  }
}

@keyframes scroll-vertical {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-66.666%);
            transform: translateY(-66.666%);
  }
}

.top_page .service .summary {
  width: 50%;
  padding-left: 0.4rem;
  margin-left: auto;
}

.top_page .service .lists {
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.25rem 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_page .service .lists li {
  width: 1.7rem;
  height: 1.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0.4rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.03rem 0.12rem rgba(219, 246, 202, 0.2);
          box-shadow: 0 0.03rem 0.12rem rgba(219, 246, 202, 0.2);
}

.top_page .service .lists img {
  width: auto;
  height: 0.9rem;
}

.top_page .service .lists .list_txt {
  margin-top: 0.1rem;
  font-size: 0.14rem;
  font-weight: 700;
}

.top_page .service .wrap {
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.4rem 0.55rem;
}

@media screen and (max-width: 767px) {
  .top_page .service {
    padding: 2.4rem 0 0.6rem;
  }
  .top_page .service .vertical_slider {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 1.6rem;
    top: -1.9rem;
    left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 0.1rem;
    -webkit-animation: scroll-horizontal 80s linear infinite;
            animation: scroll-horizontal 80s linear infinite;
  }
  .top_page .service .slide_wrap {
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 0.1rem;
  }
  .top_page .service .slide {
    width: auto;
    height: 100%;
  }
  @-webkit-keyframes scroll-horizontal {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  @keyframes scroll-horizontal {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  .top_page .service .slide img {
    height: 100%;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    border-radius: 0.1rem;
  }
  .top_page .service .summary {
    display: contents;
  }
  .top_page .service .lists {
    margin-top: 0.4rem;
    gap: 0.1rem 0;
  }
  .top_page .service .lists li {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 0.1rem;
  }
  .top_page .service .lists img {
    height: 0.8rem;
  }
  .top_page .service .lists .list_txt {
    margin-top: 0.1rem;
    font-size: 0.14rem;
  }
  .top_page .service .wrap {
    margin-top: 0.3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.2rem 0.3rem;
  }
}

.top_page .news {
  padding: 1.59rem 0 1rem;
}

.top_page .news .container_min {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.top_page .news .l_sec {
  padding-top: 0.07rem;
  width: calc(100% - 7.2rem);
}

.top_page .news .mod_btn {
  position: absolute;
  top: 1.7rem;
  left: 0;
}

.top_page .news .lists {
  width: 7.2rem;
  border-top: 1px solid #d4d4d4;
}

.top_page .news .lists li {
  border-bottom: 1px solid #d4d4d4;
}

.top_page .news .lists li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.4rem 0;
}

.top_page .news .lists .date,
.top_page .news .lists .list_tit {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.top_page .news .lists .date {
  width: 1.25rem;
  color: #999;
}

.top_page .news .lists .list_tit {
  width: calc(100% - 1.25rem);
}

@media screen and (max-width: 767px) {
  .top_page .news {
    padding: 0.8rem 0 0.5rem;
  }
  .top_page .news .container_min {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .top_page .news .l_sec {
    display: contents;
  }
  .top_page .news .mod_btn {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0.4rem auto 0;
    position: static;
  }
  .top_page .news .lists {
    width: 100%;
    margin-top: 0.2rem;
  }
  .top_page .news .lists li a {
    padding: 0.2rem 0;
  }
  .top_page .news .lists .date {
    width: 1rem;
  }
  .top_page .news .lists .list_tit {
    width: calc(100% - 1rem);
  }
}

.top_page .ig {
  padding: 1rem 0 0;
}

.top_page .ig .sbi_photo_wrap img {
  border-radius: 0.4rem;
}

.top_page .ig .mod_btn {
  text-align: center;
  margin-top: 0.4rem;
}

@media screen and (max-width: 767px) {
  .top_page .ig {
    padding: 0.5rem 0 0;
  }
  .top_page .ig .sbi_photo_wrap img {
    border-radius: 0.2rem;
  }
  .top_page .ig .mod_btn {
    margin-top: 0.2rem;
  }
}

/* 会社概要
--------------------------------------------------------------*/
.company_page .greeting .cat {
  margin-top: 0.85rem;
  font-size: 0.48rem;
  font-weight: 900;
  line-height: 1.5;
}

.company_page .greeting .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: visible;
}

.company_page .greeting .img img {
  width: calc(100vw - ((100vw - 8rem) / 2));
  margin: 0.75rem 2rem 0 0;
  max-width: 13.6rem;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0.4rem 0.4rem 0;
}

.company_page .greeting .content {
  margin-top: -3.6rem;
  padding: 0.58rem 0.5rem 0.6rem 0.56rem;
  width: 50vw;
  margin-left: calc(50vw - 0rem);
  margin-right: auto;
  position: relative;
  z-index: 1;
  border-radius: 0.3rem 0 0 0.3rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.03rem 0.12rem rgba(219, 246, 202, 0.2);
          box-shadow: 0 0.03rem 0.12rem rgba(219, 246, 202, 0.2);
}

.company_page .greeting .content .inner {
  width: 5rem;
  margin-right: auto;
}

.company_page .greeting .desc {
  font-weight: 700;
  line-height: 2;
}

.company_page .greeting .desc:not(:first-of-type) {
  margin-top: 2em;
}

.company_page .greeting .after_desc {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.4rem 0 0 auto;
}

.company_page .greeting .pos {
  font-size: 0.12rem;
}

.company_page .greeting .name {
  margin-top: 0.15rem;
  font-size: 0.32rem;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .company_page .greeting .cat {
    margin-top: 0.85rem;
    font-size: 0.2rem;
    font-weight: 900;
    line-height: 1.5;
  }
  .company_page .greeting .img img {
    width: calc(100vw - ((100vw - 3.6rem) / 2));
    margin: 0.3rem 0 0 0;
    border-radius: 0 0.2rem 0.2rem 0;
  }
  .company_page .greeting .content {
    margin-top: -0.2rem;
    padding: 0.2rem 0.2rem 0.3rem 0.2rem;
    width: calc(100vw - 0.15rem);
    margin-left: auto;
    margin-right: 0;
    position: relative;
    z-index: 1;
    border-radius: 0.2rem 0 0 0.2rem;
  }
  .company_page .greeting .content .inner {
    width: 100%;
  }
  .company_page .greeting .after_desc {
    margin: 0.3rem 0 0 auto;
  }
  .company_page .greeting .pos {
    font-size: 0.12rem;
  }
  .company_page .greeting .name {
    margin-top: 0.1rem;
    font-size: 0.2rem;
  }
}

.company_page .outline {
  padding: 1.1rem 0 0;
}

.company_page .outline .lists {
  width: 10.8rem;
  padding: 0.65rem 1.4rem;
  margin: 0.8rem auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-radius: 0.6rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.03rem 0.12rem rgba(219, 246, 202, 0.2);
          box-shadow: 0 0.03rem 0.12rem rgba(219, 246, 202, 0.2);
}

.company_page .outline .lists dt,
.company_page .outline .lists dd {
  padding-top: 0.38rem;
  padding-bottom: 0.38rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.company_page .outline .lists dt:not(:last-of-type),
.company_page .outline .lists dd:not(:last-of-type) {
  border-bottom: 1px solid #d4d4d4;
}

.company_page .outline .lists dt {
  width: 2.2rem;
}

.company_page .outline .lists dd {
  width: calc(100% - 2.2rem);
}

@media screen and (max-width: 767px) {
  .company_page .outline {
    padding: 0.5rem 0 0;
  }
  .company_page .outline .lists {
    width: 100%;
    padding: 0.3rem 0.2rem;
    margin: 0.4rem auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-radius: 0.3rem;
  }
  .company_page .outline .lists dt,
  .company_page .outline .lists dd {
    padding-top: 0;
    padding-bottom: 0;
  }
  .company_page .outline .lists dt {
    width: 100%;
    padding-top: 0.15rem;
    padding-bottom: 0.05rem;
    border-bottom: none !important;
  }
  .company_page .outline .lists dd {
    width: 100%;
    padding-bottom: 0.15rem;
  }
}

.company_page .access {
  padding: 1.7rem 0 0;
}

.company_page .access .wrap {
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.company_page .access .img,
.company_page .access .map {
  width: 50%;
}

.company_page .access .img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.6rem 0 0 0.6rem;
}

.company_page .access .map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  border-radius: 0 0.6rem 0.6rem 0;
}

.company_page .access .mod_btn {
  margin-top: 0.6rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .company_page .access {
    padding: 0.85rem 0 0;
  }
  .company_page .access .wrap {
    margin-top: 0.4rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .company_page .access .img,
  .company_page .access .map {
    width: 100%;
  }
  .company_page .access .img img {
    width: 100%;
    border-radius: 0.3rem 0.3rem 0 0;
  }
  .company_page .access .map iframe {
    height: 2.75rem;
    border-radius: 0 0 0.3rem 0.3rem;
  }
  .company_page .access .mod_btn {
    margin-top: 0.3rem;
  }
}

/* 車検見積
--------------------------------------------------------------*/
.estimate_page .select {
  margin: 0 0.4rem;
  padding: 0.6rem 0;
  background-size: 100% 100%;
  border-radius: 0.6rem;
  background-image: url(../img/cmn/grad_bg.webp);
}

.estimate_page .select .mod_tit02::before {
  width: 1.4rem;
  height: 0.6rem;
  left: calc(50% - 0.7rem);
  background-image: url(../img/estimate/car_icon.svg);
}

.estimate_page .select .btn_wrap {
  width: 6.1rem;
  margin: 0.63rem auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3rem 0.5rem;
}

.estimate_page .select .btn {
  width: 1.7rem;
  height: 1.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.4rem;
  background-color: #fff;
}

.estimate_page .select .btn .txt {
  font-size: 0.24rem;
  font-weight: 900;
}

.estimate_page .select .btn .notes {
  width: 1rem;
  line-height: 0.3rem;
  margin: 0.05rem auto 0;
  font-size: 0.14rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #91ac4d;
}

.estimate_page .select .btn .notes .strong {
  padding-left: 0.25rem;
  font-size: 0.16rem;
  position: relative;
}

.estimate_page .select .btn .notes .strong::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: calc(50% - 0.1rem);
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/estimate/scale_icon.svg);
}

.estimate_page .select .btn.current {
  border: 0.06rem solid #91ac4d;
}

@media screen and (max-width: 767px) {
  .estimate_page .select {
    margin: 0 0.2rem;
    padding: 0.6rem 0;
    border-radius: 0.3rem;
  }
  .estimate_page .select .mod_tit02::before {
    width: 0.7rem;
    height: 0.3rem;
    left: calc(50% - 0.35rem);
  }
  .estimate_page .select .btn_wrap {
    width: 100%;
    margin: 0.63rem auto 0;
    padding: 0 0.2rem;
    gap: 0.15rem 0;
  }
  .estimate_page .select .btn {
    width: 100%;
    height: 1rem;
    border-radius: 0.2rem;
  }
  .estimate_page .select .btn .txt {
    font-size: 0.18rem;
  }
  .estimate_page .select .btn .notes {
    width: 1rem;
    line-height: 0.3rem;
    margin: 0.05rem auto 0;
    font-size: 0.14rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #91ac4d;
  }
  .estimate_page .select .btn .notes .strong {
    padding-left: 0.25rem;
    font-size: 0.16rem;
    position: relative;
  }
  .estimate_page .select .btn .notes .strong::before {
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    position: absolute;
    top: calc(50% - 0.1rem);
    left: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../img/estimate/scale_icon.svg);
  }
}

.estimate_page .amount {
  padding: 0.8rem 0 0;
  width: 8rem;
  margin: 0 auto;
}

.estimate_page .amount .mod_tit02 {
  margin-bottom: 0.74rem;
}

.estimate_page .amount .mod_tit02::before {
  width: 0.6rem;
  height: 0.6rem;
  left: calc(50% - 0.3rem);
  background-image: url(../img/estimate/calc_icon.svg);
}

.estimate_page .amount .cost:not(:first-of-type) {
  margin-top: 0.47rem;
}

.estimate_page .amount .cost .tit {
  font-size: 0.24rem;
  font-weight: 900;
  color: #91ac4d;
}

.estimate_page .amount .lists {
  margin-top: 0.13rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-top: 1px solid #d4d4d4;
}

.estimate_page .amount .lists dt,
.estimate_page .amount .lists dd {
  padding-top: 0.39rem;
  padding-bottom: 0.39rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  border-bottom: 1px solid #d4d4d4;
}

.estimate_page .amount .lists dt {
  width: 6rem;
}

.estimate_page .amount .lists dd {
  width: calc(100% - 6rem);
  text-align: right;
}

.estimate_page .amount .total {
  width: 4.8rem;
  padding: 0.16rem 0;
  text-align: center;
  margin: 0.4rem auto 0;
  border-radius: 1rem;
  font-size: 0.24rem;
  font-weight: 900;
  color: #fff;
  background-color: #91ac4d;
}

.estimate_page .amount .total .price {
  margin: 0 0.1rem;
  font-size: 0.48rem;
}

.estimate_page .amount .notes {
  margin-top: 0.2rem;
  text-align: center;
  line-height: 1.75;
  color: #d62323;
}

.estimate_page .amount .notes_lists {
  margin-top: 0.36rem;
  padding: 0.35rem 0.4rem;
  border: 1px solid #d62323;
  border-radius: 0.4rem;
}

.estimate_page .amount .notes_lists li {
  padding-left: 1em;
  font-size: 0.14rem;
  line-height: 1.5;
  color: #d62323;
  position: relative;
}

.estimate_page .amount .notes_lists li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.estimate_page .amount .notes_lists li:not(:first-of-type) {
  margin-top: 0.05rem;
}

.estimate_page .amount .mod_btn {
  margin-top: 0.6rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .estimate_page .amount {
    padding: 0.4rem 0 0;
    width: calc(100% - 0.3rem);
  }
  .estimate_page .amount .mod_tit02 {
    margin-bottom: 0.35rem;
  }
  .estimate_page .amount .mod_tit02::before {
    width: 0.3rem;
    height: 0.3rem;
    left: calc(50% - 0.15rem);
  }
  .estimate_page .amount .cost:not(:first-of-type) {
    margin-top: 0.47rem;
  }
  .estimate_page .amount .cost .tit {
    font-size: 0.18rem;
  }
  .estimate_page .amount .lists {
    margin-top: 0.13rem;
  }
  .estimate_page .amount .lists dt,
  .estimate_page .amount .lists dd {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .estimate_page .amount .lists dt {
    width: 2rem;
  }
  .estimate_page .amount .lists dd {
    width: calc(100% - 2rem);
  }
  .estimate_page .amount .total {
    width: 100%;
    padding: 0.16rem 0;
    margin: 0.4rem auto 0;
    border-radius: 1rem;
    font-size: 0.2rem;
  }
  .estimate_page .amount .total .price {
    margin: 0 0.1rem;
    font-size: 0.24rem;
  }
  .estimate_page .amount .notes {
    margin-top: 0.2rem;
  }
  .estimate_page .amount .notes_lists {
    margin-top: 0.36rem;
    padding: 0.2rem 0.2rem;
    border-radius: 0.2rem;
  }
  .estimate_page .amount .mod_btn {
    margin-top: 0.3rem;
  }
}

/* オンライン予約
--------------------------------------------------------------*/
.reserve_page .status .mod_tit02::before {
  width: 0.56rem;
  height: 0.6rem;
  left: calc(50% - 0.28rem);
  background-image: url(../img/reserve/calendar_icon.svg);
}

.reserve_page .status .calendar {
  margin-top: 0.6rem;
}

.reserve_page .status .calendar iframe {
  width: 100%;
  height: 8.1rem;
}

.reserve_page .status .notes {
  margin-top: 0.2rem;
  text-align: center;
  line-height: 1.75;
  color: #d62323;
  font-size: 0.12rem;
}

@media screen and (max-width: 767px) {
  .reserve_page .status .mod_tit02::before {
    width: 0.28rem;
    height: 0.3rem;
    left: calc(50% - 0.14rem);
  }
  .reserve_page .status .calendar {
    margin-top: 0.3rem;
  }
  .reserve_page .status .calendar iframe {
    height: 5rem;
  }
}

.reserve_page .reserve {
  padding: 0.8rem 0 0;
}

.reserve_page .reserve .mod_tit02::before {
  width: 0.56rem;
  height: 0.6rem;
  left: calc(50% - 0.28rem);
  background-image: url(../img/reserve/calendar_icon.svg);
}

.reserve_page .reserve .form_wrap {
  width: 8rem;
  margin: 0 auto;
}

.reserve_page .reserve .tit {
  margin-top: 0.45rem;
  font-size: 0.24rem;
  font-weight: 900;
  color: #91ac4d;
}

.reserve_page .reserve .lists {
  margin-top: 0.43rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.reserve_page .reserve .lists dt:not(:first-of-type),
.reserve_page .reserve .lists dd:not(:first-of-type) {
  margin-top: 0.4rem;
}

.reserve_page .reserve .lists dt {
  width: 2.2rem;
  padding-top: 0.2rem;
  letter-spacing: 0.1em;
}

.reserve_page .reserve .lists dt .req {
  color: #d62323;
}

.reserve_page .reserve .lists dt.adjust {
  padding-top: 0;
}

.reserve_page .reserve .lists dd {
  width: calc(100% - 2.2rem);
}

.reserve_page .reserve .lists input[type="text"],
.reserve_page .reserve .lists input[type="email"],
.reserve_page .reserve .lists input[type="tel"],
.reserve_page .reserve .lists input[type="date"],
.reserve_page .reserve .lists textarea {
  width: 100%;
  padding: 0.1rem;
  border: 1px solid #ddd;
  font-size: 0.16rem;
  border-radius: 0.1rem;
}

.reserve_page .reserve .lists input[type="text"],
.reserve_page .reserve .lists input[type="email"],
.reserve_page .reserve .lists input[type="tel"],
.reserve_page .reserve .lists input[type="date"] {
  height: 0.56rem;
}

.reserve_page .reserve .lists textarea {
  min-height: 3rem;
}

.reserve_page .reserve .lists .wpcf7-not-valid-tip {
  font-size: 0.14rem;
  margin-top: 0.05rem;
  font-weight: 700;
  color: #d62323;
}

.reserve_page .reserve .lists .date_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.3rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.reserve_page .reserve .lists .date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 0.1rem;
  position: relative;
}

.reserve_page .reserve .lists .date.year {
  width: 1.85rem;
}

.reserve_page .reserve .lists .date.year input[type="text"] {
  width: 1.6rem;
}

.reserve_page .reserve .lists .date.month {
  width: 1.26rem;
}

.reserve_page .reserve .lists .date.month input[type="text"] {
  width: 1rem;
}

.reserve_page .reserve .lists .date.day {
  width: 1.26rem;
}

.reserve_page .reserve .lists .date.day input[type="text"] {
  width: 1rem;
}

.reserve_page .reserve .lists .date .wpcf7-not-valid-tip {
  white-space: nowrap;
  position: absolute;
  bottom: -0.2rem;
}

.reserve_page .reserve .lists .date_txt {
  padding-top: 0.2rem;
}

.reserve_page .reserve .lists .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.4rem;
}

.reserve_page .reserve .lists .wpcf7-list-item {
  margin: 0;
}

.reserve_page .reserve .lists .wpcf7-list-item.first {
  margin-right: 0.4rem;
}

.reserve_page .reserve .privacy {
  margin-top: 0.6rem;
  text-align: center;
  letter-spacing: 0.1em;
}

.reserve_page .reserve .privacy a {
  text-decoration: underline;
}

.reserve_page .reserve .submit_btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.6rem auto 0;
  text-align: center;
  position: relative;
}

.reserve_page .reserve .submit_btn input {
  width: 3.2rem;
  height: 0.6rem;
  border: 0.02rem solid #91ac4d;
  text-align: center;
  font-weight: bold;
  font-size: 0.2rem;
  border-radius: 1rem;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #91ac4d;
}

@media screen and (min-width: 768px) {
  .reserve_page .reserve .submit_btn input:hover {
    opacity: 1;
    color: #91ac4d;
    background-color: #fff;
  }
}

.reserve_page .reserve .submit_btn .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
}

@media screen and (max-width: 767px) {
  .reserve_page .reserve {
    padding: 0.6rem 0 0;
  }
  .reserve_page .reserve .mod_tit02::before {
    width: 0.28rem;
    height: 0.3rem;
    left: calc(50% - 0.14rem);
  }
  .reserve_page .reserve .form_wrap {
    width: calc(100% - 0.3rem);
  }
  .reserve_page .reserve .tit {
    margin-top: 0.3rem;
    font-size: 0.2rem;
  }
  .reserve_page .reserve .lists {
    margin-top: 0.2rem;
  }
  .reserve_page .reserve .lists dt:not(:first-of-type),
  .reserve_page .reserve .lists dd:not(:first-of-type) {
    margin-top: 0;
  }
  .reserve_page .reserve .lists dt {
    width: 100%;
    padding-top: 0;
    margin-bottom: 0.1rem;
  }
  .reserve_page .reserve .lists dd {
    width: 100%;
    margin-bottom: 0.25rem;
  }
  .reserve_page .reserve .lists input[type="text"],
  .reserve_page .reserve .lists input[type="email"],
  .reserve_page .reserve .lists input[type="tel"],
  .reserve_page .reserve .lists input[type="date"],
  .reserve_page .reserve .lists textarea {
    border-radius: 0.05rem;
  }
  .reserve_page .reserve .lists input[type="text"],
  .reserve_page .reserve .lists input[type="email"],
  .reserve_page .reserve .lists input[type="tel"],
  .reserve_page .reserve .lists input[type="date"] {
    height: 0.4rem;
  }
  .reserve_page .reserve .lists textarea {
    min-height: 2rem;
  }
  .reserve_page .reserve .lists .wpcf7-not-valid-tip {
    font-size: 0.12rem;
  }
  .reserve_page .reserve .lists .date_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 0.15rem;
  }
  .reserve_page .reserve .lists .date {
    gap: 0 0.1rem;
  }
  .reserve_page .reserve .lists .date.year {
    width: 1.4rem;
  }
  .reserve_page .reserve .lists .date.year input[type="text"] {
    width: 1.2rem;
  }
  .reserve_page .reserve .lists .date.month {
    width: 1rem;
  }
  .reserve_page .reserve .lists .date.month input[type="text"] {
    width: 0.7rem;
  }
  .reserve_page .reserve .lists .date.day {
    width: 1rem;
  }
  .reserve_page .reserve .lists .date.day input[type="text"] {
    width: 0.7rem;
  }
  .reserve_page .reserve .lists .date .wpcf7-not-valid-tip {
    bottom: -0.16rem;
  }
  .reserve_page .reserve .lists .wrap {
    gap: 0 0.2rem;
  }
  .reserve_page .reserve .lists .wrap label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reserve_page .reserve .lists .wrap label input {
    margin-top: 0;
  }
  .reserve_page .reserve .lists .adjust {
    margin-top: 0.12rem !important;
  }
  .reserve_page .reserve .privacy {
    margin-top: 0.3rem;
  }
  .reserve_page .reserve .submit_btn {
    margin-top: 0.3rem;
  }
  .reserve_page .reserve .submit_btn input {
    width: 3.2rem;
    height: 0.5rem;
    font-size: 0.18rem;
  }
}

/* 新車・中古車販売
--------------------------------------------------------------*/
.sales_page .sales {
  text-align: center;
}

.sales_page .sales .img {
  margin: 0 0.4rem;
}

.sales_page .sales .img img {
  border-radius: 0.6rem;
}

.sales_page .sales .tit {
  margin: 0.82rem 0 0.53rem;
  font-size: 0.48rem;
  font-weight: 900;
  line-height: 1.5;
}

.sales_page .sales .tit .strong {
  color: #91ac4d;
}

.sales_page .sales .txt {
  line-height: 2;
}

.sales_page .sales .txt:not(:first-of-type) {
  margin-top: 2em;
}

.sales_page .sales .wrap {
  margin-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.4rem;
}

.sales_page .sales .item {
  width: 5.2rem;
  padding: 0.48rem 0 0.4rem;
  text-align: center;
  border-radius: 0.4rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.03rem 0.12rem rgba(219, 246, 202, 0.2);
          box-shadow: 0 0.03rem 0.12rem rgba(219, 246, 202, 0.2);
}

.sales_page .sales .stit {
  font-size: 0.24rem;
  font-weight: 900;
}

.sales_page .sales .stit .strong {
  color: #91ac4d;
}

.sales_page .sales .logo img {
  width: 4.8rem;
}

@media screen and (max-width: 767px) {
  .sales_page .sales .img {
    margin: 0 0.15rem;
  }
  .sales_page .sales .img img {
    border-radius: 0.3rem;
  }
  .sales_page .sales .tit {
    margin: 0.4rem 0 0.25rem;
    font-size: 0.24rem;
  }
  .sales_page .sales .wrap {
    margin-top: 0.5rem;
    padding: 0 0.15rem;
    gap: 0 0.1rem;
  }
  .sales_page .sales .item {
    width: 100%;
    padding: 0.25rem 0 0.2rem;
    border-radius: 0.2rem;
  }
  .sales_page .sales .stit {
    font-size: 0.2rem;
  }
  .sales_page .sales .logo img {
    width: 100%;
  }
}

/* よくある質問
--------------------------------------------------------------*/
.faq_page .ac_lists {
  width: 8rem;
  margin: 0 auto;
}

.faq_page .ac_lists .parent,
.faq_page .ac_lists .child {
  padding: 0 0.37rem;
  position: relative;
}

.faq_page .ac_lists .parent {
  padding: 0.28rem 1rem;
  cursor: pointer;
  border-radius: 1rem;
  background-size: 100% 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 1.5;
  background-image: url(../img/cmn/grad_bg.webp);
}

.faq_page .ac_lists .parent::before, .faq_page .ac_lists .parent::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #91ac4d;
}

.faq_page .ac_lists .parent::before {
  top: 50%;
  right: 0.39rem;
  width: 0.3rem;
  height: 0.04rem;
}

.faq_page .ac_lists .parent::after {
  right: 0.51rem;
  width: 0.04rem;
  height: 0.3rem;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}

.faq_page .ac_lists .parent.active {
  border-radius: 0.4rem 0.4rem 0 0;
}

.faq_page .ac_lists .parent.active::after {
  height: 0;
}

.faq_page .ac_lists .parent .icon {
  top: 0.11rem;
  left: 0.4rem;
}

.faq_page .ac_lists .parent:not(:first-of-type) {
  margin-top: 0.4rem;
}

.faq_page .ac_lists .icon {
  font-size: 0.4rem;
  position: absolute;
  font-style: italic;
  letter-spacing: 0.1em;
  color: #91ac4d;
}

.faq_page .ac_lists .child {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.7s ease max-height;
  transition: 0.7s ease max-height;
  border-radius: 0 0 0.4rem 0.4rem;
  -webkit-box-shadow: 0 0.03rem 0.12rem rgba(219, 246, 202, 0.2);
          box-shadow: 0 0.03rem 0.12rem rgba(219, 246, 202, 0.2);
  background-color: #fff;
}

.faq_page .ac_lists .child .icon {
  top: 0.24rem;
  left: 0.4rem;
}

.faq_page .ac_lists .inner {
  padding: 0.4rem 0.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .faq_page .ac_lists {
    width: calc(100% - 0.3rem);
  }
  .faq_page .ac_lists .parent,
  .faq_page .ac_lists .child {
    padding: 0 0.2rem;
  }
  .faq_page .ac_lists .parent {
    padding: 0.2rem 0.5rem 0.17rem;
  }
  .faq_page .ac_lists .parent::before {
    right: 0.2rem;
    width: 0.2rem;
    height: 0.02rem;
  }
  .faq_page .ac_lists .parent::after {
    right: 0.29rem;
    width: 0.02rem;
    height: 0.2rem;
  }
  .faq_page .ac_lists .parent.active {
    border-radius: 0.2rem 0.2rem 0 0;
  }
  .faq_page .ac_lists .parent .icon {
    top: 0.07rem;
    left: 0.12rem;
  }
  .faq_page .ac_lists .parent:not(:first-of-type) {
    margin-top: 0.2rem;
  }
  .faq_page .ac_lists .icon {
    font-size: 0.28rem;
  }
  .faq_page .ac_lists .child {
    border-radius: 0 0 0.2rem 0.2rem;
  }
  .faq_page .ac_lists .child .icon {
    top: 0.1rem;
    left: 0.12rem;
  }
  .faq_page .ac_lists .inner {
    padding: 0.2rem 0 0.2rem 0.3rem;
  }
}

/* よくある質問
--------------------------------------------------------------*/
.contact_page .contact {
  width: 8rem;
  margin: 0 auto;
}

.contact_page .contact .tit {
  text-align: center;
  font-size: 0.32rem;
  font-weight: 900;
  line-height: 1.5;
}

.contact_page .contact .tit .strong {
  color: #91ac4d;
}

.contact_page .contact .notes {
  margin-top: 0.34rem;
  text-align: center;
  line-height: 2;
}

.contact_page .contact .tel {
  margin-top: 0.6rem;
}

.contact_page .contact .tel a {
  width: 5.2rem;
  margin: 0 auto;
  padding: 0.15rem 0 0.25rem;
  display: block;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.03rem 0.12rem rgba(219, 246, 202, 0.2);
          box-shadow: 0 0.03rem 0.12rem rgba(219, 246, 202, 0.2);
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .contact_page .contact .tel a {
    pointer-events: none;
  }
}

.contact_page .contact .tel .txt_wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.contact_page .contact .tel .txt,
.contact_page .contact .tel .num {
  display: block;
}

.contact_page .contact .tel .txt {
  font-size: 0.12rem;
  color: #91ac4d;
}

.contact_page .contact .tel .num {
  margin-top: 0.06rem;
  font-size: 0.4rem;
  font-style: italic;
}

.contact_page .contact .lists {
  margin-top: 0.97rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.contact_page .contact .lists dt:not(:first-of-type),
.contact_page .contact .lists dd:not(:first-of-type) {
  margin-top: 0.4rem;
}

.contact_page .contact .lists dt {
  width: 2.2rem;
  padding-top: 0.2rem;
  letter-spacing: 0.1em;
}

.contact_page .contact .lists dt .req {
  color: #d62323;
}

.contact_page .contact .lists dt.adjust {
  padding-top: 0;
}

.contact_page .contact .lists dd {
  width: calc(100% - 2.2rem);
}

.contact_page .contact .lists input[type="text"],
.contact_page .contact .lists input[type="email"],
.contact_page .contact .lists input[type="tel"],
.contact_page .contact .lists textarea {
  width: 100%;
  padding: 0.1rem;
  border: 1px solid #ddd;
  font-size: 0.16rem;
  border-radius: 0.1rem;
}

.contact_page .contact .lists input[type="text"],
.contact_page .contact .lists input[type="email"],
.contact_page .contact .lists input[type="tel"] {
  height: 0.56rem;
}

.contact_page .contact .lists textarea {
  min-height: 3rem;
}

.contact_page .contact .lists .wpcf7-not-valid-tip {
  font-size: 0.14rem;
  margin-top: 0.05rem;
  font-weight: 700;
  color: #d62323;
}

.contact_page .contact .privacy {
  margin-top: 0.6rem;
  text-align: center;
  letter-spacing: 0.1em;
}

.contact_page .contact .privacy a {
  text-decoration: underline;
}

.contact_page .contact .submit_btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.6rem auto 0;
  text-align: center;
  position: relative;
}

.contact_page .contact .submit_btn input {
  width: 3.2rem;
  height: 0.6rem;
  border: 0.02rem solid #91ac4d;
  text-align: center;
  font-weight: bold;
  font-size: 0.2rem;
  border-radius: 1rem;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #91ac4d;
}

@media screen and (min-width: 768px) {
  .contact_page .contact .submit_btn input:hover {
    opacity: 1;
    color: #91ac4d;
    background-color: #fff;
  }
}

.contact_page .contact .submit_btn .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
}

@media screen and (max-width: 767px) {
  .contact_page .contact {
    width: calc(100% - 0.3rem);
  }
  .contact_page .contact .tit {
    font-size: 0.18rem;
  }
  .contact_page .contact .notes {
    margin-top: 0.34rem;
    text-align: center;
    line-height: 2;
  }
  .contact_page .contact .tel {
    margin-top: 0.6rem;
  }
  .contact_page .contact .tel a {
    width: 3rem;
    padding: 0.15rem 0 0.25rem;
  }
  .contact_page .contact .tel .num {
    margin-top: 0.06rem;
    font-size: 0.32rem;
  }
  .contact_page .contact .lists {
    margin-top: 0.97rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .contact_page .contact .lists dt:not(:first-of-type),
  .contact_page .contact .lists dd:not(:first-of-type) {
    margin-top: 0;
  }
  .contact_page .contact .lists dt {
    width: 100%;
    padding-top: 0;
    margin-bottom: 0.05rem;
  }
  .contact_page .contact .lists dd {
    width: 100%;
    margin-bottom: 0.25rem;
  }
  .contact_page .contact .lists input[type="text"],
  .contact_page .contact .lists input[type="email"],
  .contact_page .contact .lists input[type="tel"],
  .contact_page .contact .lists textarea {
    border-radius: 0.05rem;
  }
  .contact_page .contact .lists input[type="text"],
  .contact_page .contact .lists input[type="email"],
  .contact_page .contact .lists input[type="tel"] {
    height: 0.4rem;
  }
  .contact_page .contact .lists textarea {
    min-height: 2rem;
  }
  .contact_page .contact .lists .wpcf7-not-valid-tip {
    font-size: 0.12rem;
  }
  .contact_page .contact .privacy {
    margin-top: 0.3rem;
  }
  .contact_page .contact .submit_btn {
    margin-top: 0.3rem;
  }
  .contact_page .contact .submit_btn input {
    width: 3.2rem;
    height: 0.5rem;
    font-size: 0.18rem;
  }
}

/* お知らせ一覧
--------------------------------------------------------------*/
.news_page .news .lists {
  width: 8rem;
  margin: 0 auto;
  border-top: 1px solid #d4d4d4;
}

.news_page .news .lists li {
  border-bottom: 1px solid #d4d4d4;
}

.news_page .news .lists li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.4rem 0;
}

.news_page .news .lists .date,
.news_page .news .lists .list_tit {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.news_page .news .lists .date {
  width: 1.25rem;
  color: #999;
}

.news_page .news .lists .list_tit {
  width: calc(100% - 1.25rem);
}

@media screen and (max-width: 767px) {
  .news_page .news .lists {
    width: calc(100% - 0.3rem);
  }
  .news_page .news .lists li a {
    padding: 0.2rem 0;
  }
  .news_page .news .lists .date {
    width: 1rem;
    font-size: 0.12rem;
  }
  .news_page .news .lists .list_tit {
    width: calc(100% - 1rem);
  }
}

/* お知らせ一覧
--------------------------------------------------------------*/
.news_detail_page .news {
  width: 8rem;
  padding: 2.9rem 0 0;
  margin: 0 auto;
}

.news_detail_page .news .date {
  color: #999;
  letter-spacing: 0.1em;
}

.news_detail_page .news .tit {
  margin-top: 0.13rem;
  font-size: 0.32rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 700;
}

.news_detail_page .news .pager {
  width: 100%;
  height: 0.6rem;
  margin-top: 0.35rem;
  position: relative;
}

.news_detail_page .news .pager_btn {
  position: absolute;
  top: 0;
}

.news_detail_page .news .pager_btn a {
  width: 1.5rem;
  display: inline-block;
  line-height: 0.6rem;
  font-weight: 700;
  position: relative;
  text-decoration: underline;
}

.news_detail_page .news .pager_btn a::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 0;
  border: 0.02rem solid #91ac4d;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #91ac4d;
}

@media screen and (min-width: 768px) {
  .news_detail_page .news .pager_btn a:hover {
    opacity: 1;
  }
  .news_detail_page .news .pager_btn a:hover::before {
    background-color: #fff;
  }
  .news_detail_page .news .pager_btn a:hover .txt::before, .news_detail_page .news .pager_btn a:hover .txt::after {
    background-color: #91ac4d;
  }
}

.news_detail_page .news .pager_btn .txt {
  position: relative;
}

.news_detail_page .news .pager_btn .txt::before, .news_detail_page .news .pager_btn .txt::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  width: 0.08rem;
  height: 0.02rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
}

.news_detail_page .news .pager_btn .txt::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.news_detail_page .news .pager_btn .txt::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.news_detail_page .news .pager_btn.prev {
  text-align: right;
  left: 0;
}

.news_detail_page .news .pager_btn.prev a::before {
  left: 0;
}

@media screen and (min-width: 768px) {
  .news_detail_page .news .pager_btn.prev a:hover .txt::before, .news_detail_page .news .pager_btn.prev a:hover .txt::after {
    left: 0.2rem;
  }
}

.news_detail_page .news .pager_btn.prev .txt::before, .news_detail_page .news .pager_btn.prev .txt::after {
  left: 0.28rem;
  -webkit-transform-origin: 0.05px 50%;
          transform-origin: 0.05px 50%;
}

.news_detail_page .news .pager_btn.next {
  text-align: left;
  right: 0;
}

.news_detail_page .news .pager_btn.next a::before {
  right: 0;
}

@media screen and (min-width: 768px) {
  .news_detail_page .news .pager_btn.next a:hover .txt::before, .news_detail_page .news .pager_btn.next a:hover .txt::after {
    right: 0.2rem;
  }
}

.news_detail_page .news .pager_btn.next .txt::before, .news_detail_page .news .pager_btn.next .txt::after {
  right: 0.3rem;
  -webkit-transform-origin: calc(100% - 0.05px) 50%;
          transform-origin: calc(100% - 0.05px) 50%;
}

.news_detail_page .news .back_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .news_detail_page .news {
    width: calc(100% - 0.3rem);
    padding: 1rem 0 0;
  }
  .news_detail_page .news .tit {
    font-size: 0.2rem;
  }
  .news_detail_page .news .pager {
    height: 0.4rem;
    margin-top: 0.2rem;
  }
  .news_detail_page .news .pager_btn a {
    width: 1.1rem;
    line-height: 0.4rem;
    font-size: 0.12rem;
  }
  .news_detail_page .news .pager_btn a::before {
    width: 0.4rem;
    height: 0.4rem;
  }
  .news_detail_page .news .pager_btn .txt::before, .news_detail_page .news .pager_btn .txt::after {
    width: 0.06rem;
    height: 0.02rem;
  }
  .news_detail_page .news .pager_btn.prev .txt::before, .news_detail_page .news .pager_btn.prev .txt::after {
    left: 0.18rem;
  }
  .news_detail_page .news .pager_btn.next .txt::before, .news_detail_page .news .pager_btn.next .txt::after {
    right: 0.18rem;
  }
  .news_detail_page .news .back_btn {
    font-size: 0.12rem;
  }
}

/* プライバシーポリシー
--------------------------------------------------------------*/
.privacy_page .privacy_sec {
  width: 8rem;
  margin: 0 auto;
  padding: 0.4rem;
  border-radius: 0.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background-color: #fff;
  -webkit-box-shadow: 0 0.03rem 0.12rem rgba(219, 246, 202, 0.2);
          box-shadow: 0 0.03rem 0.12rem rgba(219, 246, 202, 0.2);
}

.privacy_page .privacy_sec .tit {
  margin-top: 0.33rem;
  font-size: 0.2rem;
  font-weight: 900;
}

.privacy_page .privacy_sec .txt {
  margin-top: 0.15rem;
}

.privacy_page .privacy_sec .lists li {
  padding-left: 1em;
  position: relative;
}

.privacy_page .privacy_sec .lists li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #1a1a1a;
}

@media screen and (max-width: 767px) {
  .privacy_page .privacy_sec {
    width: calc(100% - 0.3rem);
    padding: 0.15rem;
    border-radius: 0.2rem;
  }
  .privacy_page .privacy_sec .tit {
    margin-top: 0.15rem;
    font-size: 0.18rem;
  }
}
/*# sourceMappingURL=style.css.map */