@charset "UTF-8";
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

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

table {
  border-collapse: collapse;
}

em {
  font-style: normal;
}

@font-face {
  font-family: "GoogleSans-Regular";
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/GoogleSans-Regular.woff2") format("woff2"), url("../fonts/GoogleSans-Regular.woff") format("woff"), url("../fonts/GoogleSans-Regular.eot") format("eot"), url("../fonts/GoogleSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "GoogleSans-Medium";
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/GoogleSans-Medium.woff2") format("woff2"), url("../fonts/GoogleSans-Medium.woff") format("woff"), url("../fonts/GoogleSans-Medium.eot") format("eot"), url("../fonts/GoogleSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "GoogleSans-Bold";
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/GoogleSans-Bold.woff2") format("woff2"), url("../fonts/GoogleSans-Bold.woff") format("woff"), url("../fonts/GoogleSans-Bold.eot") format("eot"), url("../fonts/GoogleSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/ZenKakuGothicNew-Medium.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew-Medium.woff") format("woff"), url("../fonts/ZenKakuGothicNew-Medium.eot") format("eot"), url("../fonts/ZenKakuGothicNew-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/ZenKakuGothicNew-Bold.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew-Bold.woff") format("woff"), url("../fonts/ZenKakuGothicNew-Bold.eot") format("eot"), url("../fonts/ZenKakuGothicNew-Bold.ttf") format("truetype");
}
* {
  min-height: 0vw;
}

html {
  height: 100%;
  color-scheme: light;
}
body {
  font-family: "GoogleSans-Medium", "ZenKakuGothicNew-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  overflow-x: hidden;
  background: #F3F3F3;
  color: #333;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: min(3.7333333333vw, 14px);
    line-height: 2;
  }
}
body.stop {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .middle {
    display: none;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  .middle {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  svg {
    width: 100%;
  }
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

img {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (min-width: 1441px) {
  .inner {
    width: 1440px;
    padding: 0 80px;
  }
}
.inner {
  width: min(100%, 1300px);
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 min(3.8461538462%, 50px);
}
@media screen and (max-width: 1440px) {
  .inner {
    width: min(100%, 1280px);
    margin: 0 auto;
    padding: 0 min(5%, 60px);
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 5.4%;
  }
}

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

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

body.stop header {
  padding: 0;
}
body.stop .wrap {
  z-index: -1;
  position: relative;
}

header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 135px;
  padding: 0 63px 0 60px;
}
@media screen and (max-width: 1440px) {
  header .header_inner {
    height: min(5.625vw, 90px);
    padding: 0 min(3.75vw, 60px) 0 min(2.5vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  header .header_inner {
    height: min(13.8666666667vw, 52px);
    padding: min(2.6666666667vw, 10px);
  }
}
header .logo {
  margin-right: auto;
}
header .logo a.logo_block {
  display: none;
}
header .logo img {
  width: 185px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  header .logo img {
    width: min(11.5625vw, 185px);
  }
}
@media screen and (max-width: 768px) {
  header .logo img {
    width: min(36.8vw, 138px);
  }
}
header .ul_gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
header .ul_gnav li a {
  font-size: 18px;
  color: #fff;
}
header .ul_gnav li a:hover {
  color: #43A349;
}
header .ul_gnav li a.home {
  font-size: 20px;
}
@media screen and (max-width: 1440px) {
  header .ul_gnav {
    gap: min(1.875vw, 30px);
  }
  header .ul_gnav li a {
    font-size: min(1.125vw, 18px);
  }
  header .ul_gnav li a.home {
    font-size: min(1.25vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  header .ul_gnav {
    display: block;
  }
  header .ul_gnav li {
    position: relative;
    height: min(13.3333333333vw, 50px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .ul_gnav li a {
    font-size: min(3.7333333333vw, 14px);
    color: #333;
    position: absolute;
    width: 100%;
  }
  header .ul_gnav li a.home {
    font-size: min(4vw, 15px);
  }
  header .ul_gnav li::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -0.1em;
    height: 4px;
    width: 100%;
    background: radial-gradient(circle farthest-side, #707070, #707070 50%, transparent 50%, transparent);
    background-repeat: repeat-x;
    background-size: 3px 3px;
  }
}
header .contact_btn {
  width: 172px;
  height: 48px;
  margin-left: 30px;
}
header .contact_btn.sp {
  display: none;
}
@media screen and (max-width: 1440px) {
  header .contact_btn {
    width: min(10.75vw, 172px);
    height: min(3vw, 48px);
    margin-left: min(1.875vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  header .contact_btn {
    width: min(22.1333333333vw, 83px);
    height: min(7.4666666667vw, 28px);
    margin-left: min(8vw, 30px);
  }
}
@media screen and (min-width: 769px) {
  header #box_hamburger {
    display: none;
  }
}

.box_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  gap: min(0.75vw, 12px);
}
@media screen and (min-width: 769px) {
  .box_menu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .box_menu {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .box_menu .menu_trigger {
    width: min(14.9333333333vw, 56px);
    height: min(14.9333333333vw, 56px);
    position: relative;
    top: 0;
    right: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: min(1.3333333333vw, 5px);
    margin-left: 0;
  }
  .box_menu .menu_trigger::after {
    content: "メニュー";
    color: #fff;
    font-family: "HankenGrotesk-Regular", sans-serif;
    letter-spacing: 0.025em;
    font-weight: 700;
    font-size: min(2.6666666667vw, 10px);
    line-height: 1;
    text-align: center;
  }
  .box_menu .menu_trigger .box {
    display: block;
    width: min(5.3333333333vw, 20px);
    height: min(3.4666666667vw, 13px);
    position: relative;
  }
  .box_menu .menu_trigger .box span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .box_menu .menu_trigger .box span:nth-of-type(1) {
    top: 0;
  }
  .box_menu .menu_trigger .box span:nth-child(2) {
    top: min(1.6vw, 6px);
  }
  .box_menu .menu_trigger .box span:nth-child(3) {
    top: min(3.2vw, 12px);
  }
  .box_menu .menu_trigger.open {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    width: min(5.5vw, 88px);
    height: min(5.5vw, 88px);
    background: #E5E5E5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 0 0 0 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .box_menu .menu_trigger.open::after {
    content: "閉じる";
    color: #7F7F7F;
    position: absolute;
    bottom: min(1.25vw, 20px);
  }
  .box_menu .menu_trigger.open .box {
    height: min(4.375vw, 70px);
    position: absolute;
  }
  .box_menu .menu_trigger.open .box span {
    background: #7F7F7F;
  }
  .box_menu .menu_trigger.open .box span:nth-of-type(1) {
    -webkit-transform: translateY(min(4.2666666667vw, 16px)) rotate(-45deg);
            transform: translateY(min(4.2666666667vw, 16px)) rotate(-45deg);
  }
  .box_menu .menu_trigger.open .box span:nth-of-type(2) {
    opacity: 0;
  }
  .box_menu .menu_trigger.open .box span:nth-of-type(3) {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .box_menu .menu_trigger.open {
    position: fixed;
    width: min(14.9333333333vw, 56px);
    height: min(14.9333333333vw, 56px);
  }
  .box_menu .menu_trigger.open::after {
    bottom: min(2.6666666667vw, 10px);
  }
  .box_menu .menu_trigger.open .box {
    height: min(8vw, 30px);
  }
}

@media screen and (max-width: 768px) {
  header #navigation {
    width: min(89.6vw, 336px);
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    border-radius: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: hidden;
    z-index: 999;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header #navigation.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #F3F3F3;
    visibility: visible;
    border-radius: 28px 0 0 28px;
    padding: min(8vw, 30px);
  }
  header #navigation.open .logo_black {
    width: min(43.7333333333vw, 164px);
  }
  header #navigation.open .contact_btn {
    width: 100%;
    height: min(12.8vw, 48px);
    margin: min(2.6666666667vw, 10px) auto 0;
  }
  header .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    background: rgba(51, 51, 51, 0.6);
  }
  header .overlay.open {
    width: 100%;
    height: 100vh;
    opacity: 1;
  }
}

header.black {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  z-index: 999;
}
header.black .header_inner {
  background: #fff;
}
@media screen and (max-width: 768px) {
  header.black .header_inner {
    height: auto;
  }
  header.black .logo {
    display: none;
  }
  header.black .box_menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
  }
}

@media screen and (min-width: 769px) {
  header.black {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-animation: headerFade 0.5s ease;
            animation: headerFade 0.5s ease;
  }
}
@-webkit-keyframes headerFade {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes headerFade {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.archive header {
  background: #F3F3F3;
}
.archive header .ul_gnav li a {
  color: #333;
}

#pagetop {
  width: 48px;
  height: 148px;
  background: #fff;
  position: absolute;
  top: 180px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#pagetop span {
  color: #43A349;
  font-size: 20px;
  letter-spacing: 0.03em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
#pagetop span::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #43A349 transparent;
  border-width: 0px 5px 7px 5px;
  margin-bottom: 14px;
}
#pagetop:hover {
  cursor: pointer;
  background: #43A349;
}
#pagetop:hover span {
  color: #fff;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
#pagetop:hover span::before {
  border-color: transparent transparent #fff transparent;
}
@media screen and (max-width: 1440px) {
  #pagetop {
    width: min(3vw, 48px);
    height: min(9.25vw, 148px);
    top: min(11.25vw, 180px);
  }
  #pagetop span {
    font-size: min(1.25vw, 20px);
  }
  #pagetop span::before {
    border-width: 0px min(0.3125vw, 5px) min(0.4375vw, 7px) min(0.3125vw, 5px);
    margin-bottom: min(0.875vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  #pagetop {
    width: min(9.6vw, 36px);
    height: min(26.1333333333vw, 98px);
    top: min(26.6666666667vw, 100px);
  }
  #pagetop span {
    font-size: min(3.2vw, 12px);
  }
  #pagetop span::before {
    border-width: 0px min(1.3333333333vw, 5px) min(1.8666666667vw, 7px) min(1.3333333333vw, 5px);
    margin-bottom: min(2.6666666667vw, 10px);
  }
}

footer {
  padding: 65px 0 0;
  margin-top: 100px;
  position: relative;
}
footer::before {
  content: "";
  display: block;
  background: #E5E5E5;
  width: 100%;
  height: 598px;
  position: absolute;
  top: 0;
  right: 180px;
}
footer::after {
  content: "";
  display: block;
  background: url(../img/common/footer_side-bg.png) no-repeat #F3F3F3 top right;
  background-size: contain;
  width: 180px;
  height: 598px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1440px) {
  footer {
    padding: min(3.125vw, 50px) 0 min(3.75vw, 60px);
  }
  footer::before {
    height: min(37.375vw, 598px);
    right: min(11.25vw, 180px);
  }
  footer::after {
    width: min(11.25vw, 180px);
    height: min(37.375vw, 598px);
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: min(13.3333333333vw, 50px) 0 0;
  }
  footer::before {
    height: min(156.8vw, 588px);
    right: min(13.8666666667vw, 52px);
  }
  footer::after {
    background: url(../img/common/footer_side-bg_sp.png) no-repeat #F3F3F3 top right;
    background-size: contain;
    width: min(13.8666666667vw, 52px);
    height: min(156.8vw, 588px);
  }
  footer .box_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .inner {
  position: relative;
  width: min(100%, 1300px);
  max-width: 1300px;
  padding: 0 50px;
}
@media screen and (max-width: 1440px) {
  footer .inner {
    width: min(100%, 1200px);
    max-width: 1200px;
    padding: 0 min(9.375vw, 150px);
  }
}
@media screen and (max-width: 768px) {
  footer .inner {
    width: 100%;
    padding: 0 min(16vw, 60px) 0 0;
    margin-right: min(4.2666666667vw, 16px);
  }
}
footer .box_status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 28px;
  margin-top: 15px;
}
footer .box_status .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
footer .box_status .logo a .logo_img {
  width: 264px;
}
footer .box_status .logo a .name {
  font-family: "ZenKakuGothicNew-Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-top: 10px;
}
footer .box_status .dl_address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
footer .box_status .dl_address dt {
  font-family: "ZenKakuGothicNew-Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
footer .box_status .dl_address dt small {
  font-size: 14px;
}
footer .box_status .dl_address dd {
  font-size: 16px;
}
footer .box_status .box_sns p {
  color: #43A349;
  font-size: 18px;
}
footer .box_status .box_sns .ul_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  gap: 0 12px;
}
footer .box_status .box_sns .ul_sns li {
  background: #fff;
  border: solid 2px #E5E5E5;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .box_status .box_sns .ul_sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 47px;
  height: 47px;
}
footer .box_status .box_sns .ul_sns li a img {
  width: 24px;
  height: 24px;
}
footer .box_status .box_sns .ul_sns li:hover {
  border: solid 2px #43A349;
}
@media screen and (min-width: 769px) {
  footer .box_status a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (max-width: 1440px) {
  footer .box_status {
    gap: min(2.1875vw, 35px);
    margin-top: min(0.9375vw, 15px);
  }
  footer .box_status .logo a {
    gap: min(1.875vw, 30px);
  }
  footer .box_status .logo a .logo_img {
    width: min(16.5vw, 264px);
  }
  footer .box_status .logo a .name {
    font-size: min(1.25vw, 20px);
    margin-top: min(0.625vw, 10px);
  }
  footer .box_status .dl_address {
    gap: min(4.375vw, 70px);
  }
  footer .box_status .dl_address dt {
    font-size: min(1.125vw, 18px);
  }
  footer .box_status .dl_address dt small {
    font-size: min(0.875vw, 14px);
  }
  footer .box_status .dl_address dd {
    font-size: min(1vw, 16px);
  }
  footer .box_status .box_sns p {
    font-size: min(1.125vw, 18px);
  }
  footer .box_status .box_sns .ul_sns {
    margin-top: min(0.625vw, 10px);
    gap: 0 min(0.75vw, 12px);
  }
  footer .box_status .box_sns .ul_sns li a {
    width: min(2.9375vw, 47px);
    height: min(2.9375vw, 47px);
  }
  footer .box_status .box_sns .ul_sns li a img {
    width: min(1.5vw, 24px);
    height: min(1.5vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  footer .box_status {
    gap: min(5.3333333333vw, 20px);
    margin-top: 0;
  }
  footer .box_status .logo a {
    display: block;
  }
  footer .box_status .logo a .logo_img {
    width: min(43.7333333333vw, 164px);
  }
  footer .box_status .logo a .name {
    font-size: min(4vw, 15px);
    margin-top: min(2.6666666667vw, 10px);
  }
  footer .box_status .dl_address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(2.6666666667vw, 10px);
  }
  footer .box_status .dl_address dt {
    font-size: min(3.7333333333vw, 14px);
  }
  footer .box_status .dl_address dt small {
    font-size: min(2.6666666667vw, 10px);
  }
  footer .box_status .dl_address dd {
    font-size: min(3.2vw, 12px);
  }
  footer .box_status .dl_address dd a {
    text-decoration: underline;
  }
  footer .box_status .box_sns p {
    font-size: min(3.7333333333vw, 14px);
  }
  footer .box_status .box_sns .ul_sns {
    margin-top: 0;
    gap: 0 min(3.2vw, 12px);
  }
  footer .box_status .box_sns .ul_sns li a {
    width: min(12.5333333333vw, 47px);
    height: min(12.5333333333vw, 47px);
  }
  footer .box_status .box_sns .ul_sns li a img {
    width: min(6.4vw, 24px);
    height: min(6.4vw, 24px);
  }
}
footer .box_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 240px;
}
footer .box_nav ul li {
  position: relative;
}
footer .box_nav ul li a {
  padding: 16px 16px 16px 0;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
footer .box_nav ul li a::after {
  content: "";
  display: inline-block;
  -webkit-mask: url(../img/common/icon_arrow.svg);
          mask: url(../img/common/icon_arrow.svg);
  background-color: #43A349;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  width: 12px;
  height: 12px;
}
footer .box_nav ul li::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAHElEQVR4AWJatGjRfwYoYIqLi2OEshmYYAwQDQAAAP//JeF1QgAAAAZJREFUAwCEZAQHYY95WQAAAABJRU5ErkJggg==) repeat;
}
@media screen and (max-width: 1440px) {
  footer .box_nav {
    width: min(15vw, 240px);
  }
  footer .box_nav ul li a {
    padding: min(1vw, 16px) min(0.375vw, 6px) min(1vw, 16px) 0;
    font-size: min(1vw, 16px);
  }
  footer .box_nav ul li a::after {
    width: min(0.75vw, 12px);
    height: min(0.75vw, 12px);
  }
}
footer .footer_bottom {
  margin-top: 32px;
  color: #7F7F7F;
}
footer .footer_bottom .copyright {
  font-size: 14px;
}
footer .footer_bottom .privacy {
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  footer .footer_bottom {
    margin-top: min(2.5vw, 40px);
  }
  footer .footer_bottom .copyright {
    font-size: min(0.875vw, 14px);
  }
  footer .footer_bottom .privacy {
    font-size: min(1vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  footer .footer_bottom {
    margin-top: min(5.3333333333vw, 20px);
  }
  footer .footer_bottom .copyright {
    font-size: min(2.6666666667vw, 10px);
  }
  footer .footer_bottom .privacy {
    font-size: min(3.2vw, 12px);
  }
}

.en {
  font-family: "GoogleSans-Medium", sans-serif;
  font-weight: 500;
}

section {
  font-family: "ZenKakuGothicNew-Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  section {
    margin-top: min(13.3333333333vw, 50px);
  }
}

.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.fadeUp.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.btn {
  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;
  line-height: 1;
  text-decoration: none;
  border-radius: 33px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(23, 162, 72)), to(rgb(36, 132, 69)));
  background-image: linear-gradient(180deg, rgb(23, 162, 72), rgb(36, 132, 69));
}
.btn:hover {
  background: #000;
}
.btn a {
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 1440px) {
  .btn a {
    font-size: min(1.125vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .btn a {
    font-size: min(2.6666666667vw, 10px);
  }
}

.ttl {
  font-size: 32px;
  font-family: "ZenKakuGothicNew-Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.04em;
}
.ttl span {
  color: #7F7F7F;
  font-size: 16px;
  margin-left: 10px;
}

.blank {
  position: relative;
}
.blank::after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  -webkit-mask: url(../img/common/icon_blank.svg);
          mask: url(../img/common/icon_blank.svg);
  background-color: #ABABAB;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  margin-left: 6px;
}

.arrow {
  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;
  width: 28px;
  height: 28px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(23, 162, 72)), to(rgb(36, 132, 69)));
  background-image: linear-gradient(180deg, rgb(23, 162, 72), rgb(36, 132, 69));
  border-radius: 50%;
}
.arrow::after {
  content: "";
  display: inline-block;
  -webkit-mask: url(../img/common/icon_arrow.svg);
          mask: url(../img/common/icon_arrow.svg);
  background-color: #43A349;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  background-color: #fff;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .arrow {
    width: min(5.8666666667vw, 22px);
    height: min(5.8666666667vw, 22px);
    width: 22px;
    height: 22px;
  }
}
/*# sourceMappingURL=common.css.map */