@charset "UTF-8";

:root {
  --color-key: #008B66;
  --color-bk: #2C2C2C;
  --color-gray: #EFEFEF;
  --color-grayGr: #F1F9F6;
  --color-line: #707070;
  --color-hover: #23C657;
  /* font */
  --en: "Poppins", sans-serif;
  --num: "Reddit Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  :root {
    --contentTop: 50px;
    --size-mds: min(8vw,28px);
    --size-mds-M: min(5.71vw,20px);
  }
}
@media screen and (min-width: 768px) {
  :root {
    --contentTop: 100px;
    --size-mds: 33px;
    --size-mds-M: 22px;
  }
}

body {
  color: var(--color-bk);
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(4.57vw,16px);
  font-weight: 400;
  font-style: normal;
  position: relative;
  transition: .3s all;
  background: #fff;
  text-align: justify;
}
#wrap {
  overflow-x: hidden;
}

h1,h2,h3,h4,h5 {
  margin: 0;
}
figure {
  margin: 0;
}
a[href^="tel:"] {
  cursor: default;
}
summary::-webkit-details-marker {
  display:none;
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.875;
  }
  body.active #wrap{
    position: fixed;
    width: 100%;
  }
  .-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body {
    line-height: 2.19;
  }
  .-sp {
    display: none;
  }
}

/*--------------------------------------------------*/

/* prats

/*--------------------------------------------------*/
.container {
  width: calc(100% - 40px);
  max-width: 1080px;
  margin: auto;
}
.m-widthMin {
  max-width: 865px;
  margin: auto;
}

/* b-contMds */
.b-contMds .e-en,
.b-contMds .e-txt {
  display: block;
  line-height: 1;
}
.b-contMds .e-en {
  font-family: var(--en);
  color: var(--color-key);
  font-weight: 600;
}
.b-contMds .e-txt {
  color: var(--color-key);
}
@media screen and (max-width: 767px) {
  .b-contMds .e-txt {
    font-size: min(8vw,28px);
  }
  .b-contMds .e-en {
    font-size: min(10vw,35px);
  }
}
@media screen and (min-width: 768px) {
  .b-contMds .e-txt {
    font-size: 33px;
  }
  .b-contMds .e-en {
    font-size: min(13.7vw,48px);
  }
}
.b-contMds:has(.e-en) .e-txt {
  font-size: min(4.57vw,15px);
  color: var(--color-bk);
  margin-top: .8em;
}

/* b-links */
.b-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-key);
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .b-links a {
    transition: .3s all;
  }
  .b-links a:hover {
    background: var(--color-hover);
  }
}

/*--------------------------------------------------*/

/* searchBox

/*--------------------------------------------------*/
.b-searchBox.fixed {
  position: fixed;
  z-index: 15;
  bottom: 2em;
  right: 1em;
  width: 310px;
}
.b-searchform input {
  width: 100%;
}
.b-searchBox.fixed .b-searchform {
  background: #fff;
  border-radius: 100px;
  border: 1px solid var(--color-key);
  filter: drop-shadow(0 3px 6px rgb(0 0 0 / .16));
  display: flex;
  padding-right: 1em;
}
.b-searchBox.fixed .b-searchform::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  width: 1.2em;
  min-width: 1.2em;
  margin: 0 .5em 0 .6em;
  background: url(../images/ic-search.svg) center center / contain no-repeat;
}
.b-searchBox.fixed .b-searchform .inner {
  flex: 1;
}

/*--------------------------------------------------*/

/* header

/*--------------------------------------------------*/

/* b-header
/*---------------*/
.b-header {
  display: flex;
  align-items: center;
  background: #fff;
  filter: drop-shadow(0 3px 6px rgb(0 0 0 / .16));
  width: 100%;;
  position: fixed;
  z-index: 50;
}
.menu-open .b-header {
  z-index: 20;
}
.b-header .b-siteLogo {
  margin-right: auto;
}
.b-header .b-siteLogo a,
.b-header .b-siteLogo span {
  display: block;
  line-height: 1;
}

@media screen and (max-width: 880px) {
  .b-header {
    top: 0;
    height: 55px;
    padding: 0 0 0 10px;
  }
  .b-header .b-siteLogo {
    width: min(37.33vw,140px);
  }
  .b-header .b-siteLogo span {
    display: none;
  }
}
@media screen and (min-width: 881px) {
  .b-header {
    height: 75px;
    padding: 0 15px 0 min(2vw,180px);
  }
  .b-header .b-siteLogo {
    width: min(20vw,180px);
  }
}

/* b-spMenu
/*---------------*/
.b-spMenu {
  display: flex;
  align-items: center;
  height: 100%;
}
.b-spMenu .b-search,
.b-spMenu .b-menu {
  aspect-ratio: 1/1;
}
.b-spMenu .b-search {
  display: block;
  aspect-ratio: 1/1;
  width: 22px;
  transform: translateY( -3px)
}
.b-spMenu .b-menu {
  height: 100%;
  position: relative;
}
.b-spMenu .b-menu span {
  display: block;
  width: 25px;
  height: 2px;
  background: var(--color-key);
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center center;
}
.b-spMenu .b-menu span:nth-child(1) {
  transform: translate(-50%, calc(-50% - 10px));
}
.b-spMenu .b-menu span:nth-child(2) {
  transform: translate(-50%, -50%);
}
.b-spMenu .b-menu span:nth-child(3) {
  transform: translate(-50%, calc(-50% + 10px));
}
@media screen and (max-width: 880px) {
  .b-spMenu .b-menu span {
    width: 30px;
    transition: .3s all;
  }
  body.menu-open .b-spMenu .b-menu span:nth-child(1) {
    transform: translate(-50%,-50%) rotate( 45deg );
  }
  body.menu-open .b-spMenu .b-menu span:nth-child(2) {
    transform: translate(-50%,-50%) scale(0,1);
    opacity: 0;
  }
  body.menu-open .b-spMenu .b-menu span:nth-child(3) {
    transform: translate(-50%,-50%) rotate( -45deg );
  }
}
@media screen and (min-width: 881px) {
  .b-spMenu {
    display: none;
  }
}

/* b-navs
/*---------------*/
.b-header .b-navs {
  font-weight: 700;
  line-height: 1;
  text-align: left;
}
.b-header .b-navs li a.active {
  color: var(--color-key);
}
@media screen and (max-width: 880px) {
  .b-header .b-navs {
    width: 100%;
    height: 100dvh;
    left: 0;
    border-top: 9px solid var(--color-key);
    font-size: 18px;
    transition: .3s all;
    position: fixed;
    opacity: 1;
    background: rgb(255 255 255 / .9);
    z-index: 10;
  }
  .b-header .b-navs .inner {
    padding: 22px 20px 50px;
    height: calc( 100% - 70px);
    overflow-y: auto;
  }
  body:not(.menu-open) .b-header .b-navs {
    pointer-events: none;
    cursor: pointer;
    opacity: 0;
  }
  .b-header .b-nav li,
  .b-header .b-nav a {
    display: block;
    line-height: 1;
  }
  .b-header .b-navs li:not(:first-of-type) {
    border-top: 1px solid var(--color-line);
  }
  .b-header .b-navs a {
    padding: .98em 0 1.03em;
    position: relative;
  }
  .b-header .b-navs a::after {
    content: "";
    display: block;
    aspect-ratio: 1/1;
    width: .85em;
    border-top: 2px solid var(--color-key);
    border-right: 2px solid var(--color-key);
    position: absolute;
    top: 50%;
    right: 0;
    transform-origin: top right;
    transform: rotate(45deg) skew(-15deg , -15deg)
  }
  .b-header .b-navs .b-contact a {
    height: 70px;
    border-radius: 9px;
    margin-top: 33px;
  }
}
@media screen and (min-width: 881px) {
  .b-header .b-navs,
  .b-header .b-nav {
    display: flex;
    align-items: center;
  }
  .b-header .b-navs .inner {
    display: flex;
    font-size: min(1.4vw,14px);
  }
  .b-header .b-navs li {
    margin-right: 40px
  }
  .b-header .b-navs li a {
    transition: .3s all;
  }
  .b-header .b-navs li a:hover {
    color: var(--color-hover);
  }
  .b-header .b-navs .b-contact a {
    width: 120px;
    height: 40px;
    border-radius: 100px;
  }
}
@media screen and (min-width: 881px) and (max-width: 1100px) {
  .b-header .b-navs li {
    margin-right: min(2.3vw,40px);
  }
}

/*--------------------------------------------------*/

/* main

/*--------------------------------------------------*/

@media screen and (max-width: 880px) {
  .b-main {
    margin-top: 55px;
  }
}
@media screen and (min-width: 881px) {
  .b-main {
    margin-top: 75px;
  }
}

/* b-ttlBox
/*---------------*/
.b-ttlBox {
  padding-top: 30px;
}
/* pankuzu */
@media screen and (max-width: 767px) {
  .b-pankuzu {
    display: none;
  }
}
.b-pankuzu {
  font-size: 12px;
  text-align: right;
  padding-top: .8em;
}
.b-pankuzu span {
  color: var(--color-key);
  font-weight: 700;
}
.b-pankuzu li:not(:first-of-type) span::before,
.b-pankuzu li:not(:first-of-type) a::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  width: .45em;
  margin-right: .7em;
  border-top: 1px solid var(--color-line);
  border-right: 1px solid var(--color-line);
  transform-origin: center center;
  transform: translateY(-.15em) rotate(45deg) skew(-12deg,-12deg)
}

/* pageTtl */

/* mainMds */
.b-mainMds {
  line-height: 1.389;
  font-weight: 700;
  text-align: right;
  margin-bottom: 10px;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .b-mainMds {
    font-size: 18px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .b-mainMds {
    font-size: 35px;
  }
}
/* img */
.b-ttlBox .b-img {
  width: 100%;
  overflow: hidden;
}
.b-ttlBox .b-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .b-ttlBox .b-img {
    aspect-ratio: 375 / 240;
  }
}
@media screen and (min-width: 768px) {
  .b-ttlBox .b-img {
    height: 400px;
  }
}

/* b-pageNav
/*---------------*/

.b-pageNavBox {
  text-align: center;
}

.b-pageNav {
  justify-content: center;
  height: 60px;
  margin: auto;
  background: #fff;
  filter: drop-shadow(0 0 10px rgb(0 0 0 / .16));
  border-radius: 7px;
  overflow: hidden;
  transform: translateZ(0);
}
.b-pageNav li,
.b-pageNav a {
  height: 100%;
}
.b-pageNav li {
  flex: 1;
  position: relative;
}
.b-pageNav li:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 16px);
  background: var(--color-key);
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.b-pageNav li:has( + .active )::after {
  background: #fff;
}
.b-contentBox .b-pageNav a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-weight: 700;
  line-height: 1.16;
  word-break: keep-all;
  color: var(--color-bk);
  text-decoration: none;
}
.b-pageNav a::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: .55em;
  border-right: 2px solid var(--color-bk);
  border-bottom: 2px solid var(--color-bk);
  transform-origin: center center;
  transform: translateY(-.15em) rotate(45deg);
}
.b-pageNav li.active a {
  background: var(--color-key);
  color: #fff;
}
.b-pageNav li.active a::after {
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .b-pageNavBox {
    padding-top: 10px;
  }
  .b-pageNav {
    display: flex;
  }
  .b-pageNav a {
    font-size: 12px;
    position: relative;
  }
  .b-pageNav li a span {
    transform: translateY(-.3em)
  }
  .b-pageNav li a::after {
    position: absolute;
    bottom: .5em;
  }
}
@media screen and (min-width: 768px) {
  .b-pageNavBox {
    padding-top: 50px;
  }
  .b-pageNavBox.is-fixed {
    padding-top: 20px;
  }
  .b-pageNav {
    display: inline-flex;
  }
  .b-pageNav a {
    width: 250px;
    font-size: 14px;
    padding-left: 1em;
  }
  .b-pageNav a::after {
  margin-left: 1.3em;
    transform: translateY(-.15em) rotate(45deg);
  }
}

/* b-contentBox
/*---------------*/
.b-contentBox {
  overflow-wrap: anywhere;
}

.b-contentBox a {
  text-decoration: underline;
  color: #1868FE;
}

/* b-contentLead
/*---------------*/
.b-contentLead {
  line-height: 1.875;
}
.b-contentLead:has(.b-leadImg) {
  display: flex;
}
@media screen and (max-width: 767px) {
  .b-contentLead {
    margin-top: 50px;
  }
  .b-contentLead .b-txt {
    font-size: 16px;
  }
  .b-contentLead .b-txt br {
    display: none;
  }
  .b-contentLead:has(.b-leadImg) {
    flex-direction: column-reverse;
  }
  .b-contentLead .b-leadImg {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 768px) {
  .b-contentLead {
    margin-top: 80px;
  }
  .b-contentLead .b-contMds .e-txt {
    text-align: center;
  }
  .b-contentLead .b-txt {
    font-size: 18px;
    line-height: 2.22;
    text-align: center;
  }
  .b-contentLead:has(.b-leadImg) .b-contMds .e-txt,
  .b-contentLead:has(.b-leadImg) .b-txt {
    text-align: left;
  }
}

/* b-contMds */
.b-contMds {
  margin-bottom: .8em;
}
/* b-contLead */
.b-section .b-contLead {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: .7em;
}
@media screen and (max-width: 767px) {
  .b-section .b-contLead {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .b-section .b-contLead {
    font-size: 22px;
  }
}
/* b-lineBox */
.b-lineBox {
  border-top: 1px solid var(--color-line);
}
@media screen and (max-width: 767px) {
  .b-lineBox {
    margin-top: 55px;
    padding-top: 2em;
  }
}
@media screen and (min-width: 768px) {
  .b-lineBox {
    margin-top: 70px;
    padding-top: 55px;
  }
}
/* b-whiteBox */
.b-whiteBox {
  background: #fff;
  filter: drop-shadow(0 0 10px rgb(0 0 0 / .16));
}
@media screen and (max-width: 767px) {
  .b-whiteBox {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  .b-whiteBox {
    padding: 40px;
  }
}
/* m-column */
.b-whiteBox.m-column {
  padding-top: 0;
}
.b-whiteBox.m-column .e-mds {
  display: inline-block;
  padding: .2em 2em;
  background: var(--color-key);
  color: #fff;
  border-radius: 9px;
  font-size: min(5.71vw,20px);
  transform: translateY(-50%);
}

/**/
.b-contentBox .b-links {
  margin-top: 30px;
}
.b-contentBox .b-links a {
  display: inline-flex;
  min-width: 200px;
  height: 40px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  padding: 0 2em;
  position: relative;
  color: #fff;
  text-decoration: none;
}
.b-contentBox .b-links a::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: .5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: center right;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: rotate(45deg);
}
.b-contentBox .b-links a.m-blank {
  padding-right: 3em;
}
.b-contentBox .b-links a.m-blank::after {
  border: 0 none;
  width: .8em;
  background: url(../images/ic-blank.svg) center center / contain no-repeat;
  transform: rotate(0) translateY(-45%);
}
@media screen and (max-width: 767px) {
  .b-contentBox .b-links {
    text-align: center;
  }
  .b-contentBox .b-links a::after {
  }
}

/* b-3column */
.b-3column dt {
  font-weight: 700;
}
.b-3column dd {
  line-height: 1.87;
}
@media screen and (max-width: 767px) {
  .b-3column .b-item:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .b-3column dt {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .b-3column {
    display: flex;
    align-items: flex-start;
    column-gap: 24px;
  }
  .b-3column .b-item {
    flex: 1;
  }
  .b-3column dt {
    text-align: center;
    font-size: 22px;
  }
}

.b-map iframe {
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------*/

/* b-hasSideContent

/*--------------------------------------------------*/
.b-contentBox .b-hasSideContent .b-sideNav a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 43px;
  background: #fff;
  border: 1px solid var(--color-key);
  border-radius: 10px;
  line-height: 1;
  font-weight: 700;
  color: var(--color-key);
  position: relative;
  text-decoration: none;
}
.b-hasSideContent .b-sideNav a:not(:first-of-type) {
  margin-top: 10px;
}
.b-hasSideContent .b-sideNav a::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: .35em;
  border-bottom: 2px solid var(--color-key);
  border-right: 2px solid var(--color-key);
  transform-origin: center right;
  position: absolute;
  right: .8em;
  top: 50%;
  transform: translateY(-.2em) rotate(45deg);
}
.b-hasSideContent .b-sideNav a.active {
  background: var(--color-key);
  color: #fff;
}
.b-hasSideContent .b-sideNav a:not(.active) + .e-sideNavcont {
  display: none;
}
.b-hasSideContent .b-sideNav a.active::after {
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .b-hasSideContent .b-sideNav {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .b-hasSideContent {
    display: flex;
    align-items: flex-start;
    column-gap: 50px;
  }
  .b-hasSideContent .b-sideNav {
    width: 175px;
    min-width: 175px;
  }
  .b-hasSideContent .b-right {
    width: calc(100% - 175px - 50px);
    margin: 0 0 0 auto;
  }
}
/*--------------------------------------------------*/

/* b-contactBox

/*--------------------------------------------------*/
.b-contactBox {
  background: var(--color-gray);
}
.b-contactBox .b-tels {
  font-size: min(4vw,14px);
  line-height: 1;
  text-align: center;
}
.b-contactBox .e-txt {
  line-height: 1.56;
  font-weight: 700;
  word-break: keep-all;
}
.b-contactBox .b-tels .e-tel {
  display: inline-block;
  color: var(--color-key);
  font-family: var(--num);
  font-weight: 700;
  margin: .15em 0;
  text-decoration: none;
}
.b-contactBox .b-tels .e-sub {
  display: block;
  font-size: min(3.429vw,12px);
  font-weight: 500;
}
.b-contactBox .m-contact a {
  font-weight: 700;
  border-radius: 100px;
  position: relative;
  margin: auto;
}
.b-contactBox .m-contact a::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: .5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: center right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .b-contactBox {
    margin-top: 80px;
    padding: 60px 0 50px;
  }
  .b-contactBox .b-tels .e-tel {
    font-size: min(8.57vw,30px);
  }
  .b-contactBox .m-contact a {
    width: 230px;
    height: 60px;
    font-size: 15px;
  }
  .b-contactBox .m-contact a::after {
    right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .b-contactBox {
    margin-top: 100px;
    padding: 70px 0 60px;
  }
  .b-contactBox .b-tels {
    padding: 0 30px;
    margin: 0 min(3.5vw,50px) 0 auto;
  }
  .b-contactBox .b-tels .e-tel {
    font-size: 32px;
  }
  .b-contactBox .m-contact a {
    width: 350px;
    height: 76px;
    font-size: 19px;
  }
  .b-contactBox .m-contact a::after {
    right: 35px;
  }
}
@media screen and (max-width: 900px) {
  .b-contactBox .b-contMds {
    text-align: center;
  }
  .b-contactBox .b-tels {
    margin: 30px 0;
  }
}
@media screen and (min-width: 901px) {
  .b-contactBox .container {
    display: flex;
    align-items: center;
  }
  .b-contactBox .b-tels {
    border-left: 1px solid var(--color-line);
    border-right: 1px solid var(--color-line);
  }
  .b-contactBox .m-contact {
    margin: 0;
  }
  .b-contactBox .m-contact a {
    width: min(32vw,350px);
  }
}

/*--------------------------------------------------*/

/* footer

/*--------------------------------------------------*/

.b-footer {
  padding: 35px 0 30px;
  background: var(--color-key);
  position: relative;
  color: #fff;
}

/* b-companyBox
/*---------------*/
.b-footer .b-companyBox {
  line-height: 1.857;
  font-size: 14px;
}
.b-footer .b-siteLogo {
  margin-bottom: 25px;
}
.b-footer .b-siteLogo a,
.b-footer .b-siteLogo span {
  display: block;
}
.b-footer .b-companyBox .b-address {
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.b-footer address {
  display: inline;
}
.b-footer .b-snss {
  margin: 10px 0;
}
.b-footer .b-snss .e-instagram {
  display: block;
  width: 21px;
}
.b-footer .b-otherLink a {
  font-size: 11px;
  text-decoration: underline;
}
.b-footer .b-otherLink a.-en {
  font-family: var(--en)
}
.b-footer .e-copyright {
  display: block;
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .b-footer .b-siteLogo {
    width: 170px;
  }
  .b-footer .b-others {
    display: flex;
    align-items: center;
  }
  .b-footer .b-snss a {
    margin-right: 15px;
  }
  .b-footer .e-copyright {
    margin-top: .5em;
  }
}
@media screen and (min-width: 768px) {
  .b-footer .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .b-footer .b-siteLogo {
    width: 194px;
  }
  .b-footer .e-copyright {
    margin-top: 2.3em;
  }
}

/* b-footerNav
/*---------------*/
.b-footerNav {
  display: flex;
  line-height: 2;
}
.b-footerNav dt {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: .65em;
}
.b-footerNav dt:has( + dd) {
  margin-bottom: .3em;
}
.b-footerNav dd {
  font-weight: 500;
}
.b-footerNav dd,
.b-footerNav .e-policy {
  font-size: 12px;
}
.b-footerNav .e-policy {
  display: block;
  opacity: .75;
}
@media screen and (max-width: 767px) {
  .b-footerNav,
  .b-footerNav .b-3rd,
  .b-footerNav .b-3rd dl {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .b-footerNav .b-1st,
  .b-footerNav .b-2nd,
  .b-footerNav .b-3rd dt,
  .b-footerNav .b-3rd .e-policy  {
    width: 48%;
  }
  .b-footerNav .b-3rd,
  .b-footerNav .b-3rd dl {
    display: flex;
  }
  .b-footerNav .b-3rd {
    width: 100%;
    margin-top: .85em;
    margin-bottom: 1em;
    padding-bottom: 30px;
    border-bottom: 2px solid rgb(255 255 255/ .5);
  }
  .b-footerNav .b-3rd dl {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .b-footerNav .b-1st,
  .b-footerNav .b-2nd {
    margin-right: min(6vw,75px);
  }
}


/* b-pageTop
/*---------------*/

.b-pageTop {
  text-align: right;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 10px;
  transform: translateY( calc( -100% - 5px));
}
.b-pageTop a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--en);
  font-size: min(4vw,14px);
  font-weight: 600;
  color: var(--color-key);
}
.b-pageTop a::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: .5em;
  margin-left: 1.2em;
  border-top: 2px solid var(--color-key);
  border-right: 2px solid var(--color-key);
  transform-origin: bottom right;
  transform: translateY(-.15em) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .b-pageTop {
    right: 20px;
  }
  .grecaptcha-badge {
    bottom: 100px !important
  }
}
