@charset "UTF-8";
:root {
  --f13:clamp(0.75rem, 0.728rem + 0.099vw, 0.813rem);
  --f14:clamp(0.813rem, 0.790rem + 0.099vw, 0.875rem);
  --f16:clamp(0.875rem, 0.830rem + 0.199vw, 1rem);
  --f20:clamp(1.063rem, 0.995rem + 0.298vw, 1.25rem);
  --f22:clamp(1.063rem, 0.951rem + 0.497vw, 1.375rem);
  --f24:clamp(1.313rem, 1.245rem + 0.298vw, 1.5rem);
  --f28:clamp(1.5rem, 1.411rem + 0.398vw, 1.75rem);
  --f32:clamp(1.5rem, 1.321rem + 0.795vw, 2rem);
  --f36:clamp(1.5rem, 1.191rem + 1.412vw, 2.25rem);
  --f38:clamp(1.75rem, 1.333rem + 1.389vw, 2.375rem);
  --f42:clamp(1.5rem, 1.097rem + 1.789vw, 2.625rem);
  --f48:clamp(2rem, 1.642rem + 1.59vw, 3rem);
  --f54:clamp(2.25rem, 1.847rem + 1.789vw, 3.375rem);
  --f64:clamp(2.625rem, 2.133rem + 2.187vw, 4rem);
  --f72:clamp(2.7rem, 2.263rem + 2.386vw, 4.5rem);
  --f106:clamp(4.563rem, 3.713rem + 3.882vw, 6.625rem);
  --f160:clamp(3.25rem, 0.873rem + 10.141vw, 10rem);
}

#global-header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0 0 0 3vw;
  width: 100%;
  background: rgba(255, 255, 255, 0.92);
  z-index: 998;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #global-header {
    padding: 0 0 0 2vw;
  }
}
#global-header .logo {
  transition: all ease 0.5s;
  width: 210px;
  margin: 8px 0;
}
@media screen and (max-width: 1500px) {
  #global-header .logo {
    width: 160px;
  }
}
#global-header .logo:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
  #global-header .header-right {
    display: none;
  }
}
#global-header .header-right .right-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
#global-header .header-right .right-bottom #global-navi ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#global-header .header-right .right-bottom #global-navi ul li {
  display: block;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  transition: all ease 0.3s;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 32px;
}
@media screen and (max-width: 1024px) {
  #global-header .header-right .right-bottom #global-navi ul li {
    margin-right: 24px;
  }
}
#global-header .header-right .right-bottom #global-navi ul li:last-child a {
  color: #006DA1;
  text-align: center;
  font-weight: 400;
  display: flex;
  align-items: center;
  font-family: "Montserrat";
}
#global-header .header-right .right-bottom #global-navi ul li:last-child a:hover {
  opacity: 0.7;
}
#global-header .header-right .right-bottom #global-navi ul li:last-child a::before {
  content: "";
  background: url(../images/mail.svg) no-repeat;
  background-size: contain;
  width: 17px;
  height: 13px;
  display: block;
  margin-right: 4px;
}
@media screen and (max-width: 1024px) {
  #global-header .header-right .right-bottom #global-navi ul li:last-child a::before {
    top: 22px;
  }
}
#global-header .header-right .right-bottom #global-navi ul li:hover a {
  color: #006DA1;
}
#global-header .header-right .right-bottom #global-navi ul li a {
  font-size: var(--f16);
  color: #202020;
  padding: 12px 0;
  display: block;
  transition: all ease 0.5s;
}
@media screen and (max-width: 1500px) {
  #global-header .header-right .right-bottom #global-navi ul li a {
    font-size: var(--f14);
  }
}
@media screen and (max-width: 1024px) {
  #global-header .header-right .right-bottom #global-navi ul li a {
    font-size: var(--f13);
  }
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

.ab-icon:before {
  font-family: inherit;
}

html {
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-size: var(--f20);
  font-family: "AvenirNext", "Noto Sans JP", sans-serif;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  line-height: 1.5;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: underline;
  color: #272727;
  text-decoration: none;
}

a:hover {
  opacity: 0.85;
  text-decoration: none;
}

img {
  max-width: 100%;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  max-width: 100%;
  display: block;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

#global-footer {
  max-width: 1600px;
  width: 90%;
  margin: max(80px, 10vw) auto 0 auto;
}
#global-footer .cta-bnr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  #global-footer .cta-bnr {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #global-footer .cta-bnr {
    grid-template-columns: 1fr;
    gap: 2vw;
  }
}
#global-footer .cta-bnr .bnr-item {
  position: relative;
  overflow: hidden;
}
#global-footer .cta-bnr .bnr-item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #fff;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #global-footer .cta-bnr .bnr-item::before {
    z-index: 0;
  }
}
#global-footer .cta-bnr .bnr-item a {
  display: block;
}
#global-footer .cta-bnr .bnr-item a:hover img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
}
#global-footer .cta-bnr .bnr-item h4 {
  font-size: var(--f21);
  color: #fff;
  line-height: 1.1;
  text-align: center;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
@media screen and (max-width: 1500px) {
  #global-footer .cta-bnr .bnr-item h4 {
    font-size: var(--f18);
  }
}
#global-footer .cta-bnr .bnr-item h4 span {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: var(--f42);
  line-height: 1.1;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  #global-footer .cta-bnr .bnr-item h4 span {
    font-size: var(--f32);
  }
}
#global-footer .footer-inner {
  padding: 80px 0 0 0;
}
#global-footer .footer-inner .logo {
  display: block;
  width: 250px;
  margin: 0 auto;
}
#global-footer .footer-inner .info-area {
  display: flex;
  justify-content: center;
  margin: 36px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #global-footer .footer-inner .info-area {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
  }
}
#global-footer .footer-inner .info-area::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #006DA1;
  width: 100%;
  display: block;
  height: 36px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #global-footer .footer-inner .info-area::before {
    display: none;
  }
}
#global-footer .footer-inner .info-area .info-box {
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  #global-footer .footer-inner .info-area .info-box {
    margin-right: 0;
  }
}
#global-footer .footer-inner .info-area .info-box:last-child {
  margin-right: 0;
}
#global-footer .footer-inner .info-area .info-box .info-title {
  font-size: var(--f20);
  font-weight: 500;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #global-footer .footer-inner .info-area .info-box .info-title {
    background: #006DA1;
    z-index: 0;
  }
}
#global-footer .footer-inner .info-area .info-box .info-txt {
  font-size: var(--f16);
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #global-footer .footer-inner .info-area .info-box .info-txt {
    margin-top: 0;
  }
}
#global-footer .footer-inner .info-area .info-box .info-txt a {
  color: #202020;
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #global-footer .footer-inner .info-area .info-box .info-txt a {
    pointer-events: all;
    text-decoration: underline;
  }
}
#global-footer p.copy_small {
  font-size: var(--f13);
  text-align: center;
  color: #C9C9C9;
  padding: 60px 0 12px 0;
}
@media screen and (max-width: 768px) {
  #global-footer p.copy_small {
    padding: 16px 0 12px 0;
  }
}

.hamburger {
  display: block;
  margin-left: auto;
  position: relative;
  z-index: 10;
  border: none;
  width: 62px;
  height: 62px;
  background: #006DA1;
}
@media screen and (min-width: 1025px) {
  .hamburger {
    display: none;
  }
}

.hamburger.-active .hamburger__line {
  background-color: transparent;
}

.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}

.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}

.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  background-color: #fff;
  transition: 0.4s;
}

.hamburger__line:before,
.hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #fff;
  transition: inherit;
}

.hamburger__line:before {
  top: -6px;
}

.hamburger__line:after {
  top: 6px;
}

.hamburger__text {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.dw-header {
  position: fixed;
  background: rgba(103, 103, 103, 0.8);
  z-index: 999;
  top: 0;
  right: 0;
}

.header__nav-area {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 2;
  height: 100vh;
  max-width: 480px;
  width: 100%;
  visibility: hidden;
  padding-top: 60px;
  background-color: #fff;
  transition: 0.4s;
  overflow: auto;
}

.header__nav-area.-active {
  right: 0;
  visibility: visible;
}

.global-navigation {
  padding-right: 25px;
  padding-bottom: 60px;
  padding-left: 25px;
}

.global-navigation__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #172e59;
  font-weight: 900;
  transition: color 0.4s;
  font-size: 0.875rem;
}

.global-navigation__link.-accordion {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
}

.global-navigation__link.-accordion::after {
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 2px;
  background-color: #ed3242;
  transform: translateY(-50%);
  transition: transform 0.4s;
}

.global-navigation__link.-accordion::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  background-color: #ed3242;
  transform: translateY(-50%);
}

.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}

.accordion {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.4s;
}

.accordion.-active {
  height: auto;
  padding-top: 30px;
  visibility: visible;
}

.accordion__link {
  color: #172e59;
}

.drawer-logo {
  width: 280px;
  margin: 8px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .drawer-logo {
    width: 70%;
  }
}
.drawer-logo img {
  width: 100%;
  margin: 0 auto 16px auto;
  display: block;
}

.dw-wrap {
  width: 90%;
  margin: 0 auto;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 480px) {
  .dw-wrap {
    width: 100%;
  }
}
.dw-wrap .d-main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 12px;
}
@media screen and (max-width: 480px) {
  .dw-wrap .d-main {
    gap: 0 8px;
  }
}
.dw-wrap .d-main .menu {
  border-bottom: solid 1px #DFDFDF;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dw-wrap .d-main .menu a {
  font-size: var(--f18);
  line-height: 1.3;
  color: #2E2E2E;
  font-weight: 500;
  display: block;
  text-align: center;
  padding: 16px 0;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .dw-wrap .d-main .menu a {
    padding: 12px 0;
  }
}
.dw-wrap .d-main .menu a img {
  width: 100%;
  display: block;
}

.___mt5 {
  margin-top: 4px;
}

.___mt10 {
  margin-top: 12px;
}

.___mt15 {
  margin-top: 16px;
}

.___mt20 {
  margin-top: clamp(10px, 2vw, 20px);
}

.___mt30 {
  margin-top: clamp(20px, 3vw, 30px);
}

.___mt40 {
  margin-top: clamp(25px, 4vw, 40px);
}

.___mt50 {
  margin-top: clamp(30px, 5vw, 50px);
}

.___mt60 {
  margin-top: clamp(35px, 6vw, 60px);
}

.___mt70 {
  margin-top: clamp(40px, 7vw, 70px);
}

.___mt80 {
  margin-top: clamp(45px, 8vw, 80px);
}

.___mt90 {
  margin-top: clamp(50px, 9vw, 90px);
}

.___mt100 {
  margin-top: clamp(55px, 10vw, 100px);
}

.___mt110 {
  margin-top: clamp(60px, 11vw, 110px);
}

.___mt120 {
  margin-top: clamp(65px, 11vw, 120px);
}

.___pb5 {
  padding-bottom: 4px;
}

.___pb10 {
  padding-bottom: 12px;
}

.___pb15 {
  padding-bottom: 16px;
}

.___pb20 {
  padding-bottom: clamp(10px, 2vw, 20px);
}

.___pb30 {
  padding-bottom: clamp(20px, 3vw, 30px);
}

.___pb40 {
  padding-bottom: clamp(25px, 4vw, 40px);
}

.___pb50 {
  padding-bottom: clamp(30px, 5vw, 50px);
}

.___pb60 {
  padding-bottom: clamp(35px, 6vw, 60px);
}

.___pb70 {
  padding-bottom: clamp(40px, 7vw, 70px);
}

.___pb80 {
  padding-bottom: clamp(45px, 8vw, 80px);
}

.___pb90 {
  padding-bottom: clamp(50px, 9vw, 90px);
}

.___pb100 {
  padding-bottom: clamp(55px, 10vw, 100px);
}

.___pb110 {
  padding-bottom: clamp(60px, 11vw, 110px);
}

.___pb120 {
  padding-bottom: clamp(65px, 11vw, 120px);
}

html {
  scroll-behavior: smooth;
}

body {
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP";
}

picture {
  display: block;
}

p.--line175 {
  line-height: 1.75;
}

p a {
  display: inline-block;
  text-decoration: underline;
  color: var(--color_red01);
}

p + p {
  margin-top: 1.5rem;
}

a img {
  transition: 0.3s;
}

a:hover img {
  opacity: 0.8;
}

.sp_none {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp_none {
    display: inherit;
  }
}
.l-section {
  padding-bottom: clamp(4rem, 2.8645833333vw, 3.4375rem);
}

#wrap {
  overflow: hidden;
}

#pagetop {
  position: fixed;
  width: 65px;
  height: 65px;
  bottom: -65px;
  right: 0;
  z-index: 1;
  transition: all ease 0.3s;
}
@media screen and (max-width: 768px) {
  #pagetop {
    width: 50px;
    height: 50px;
    bottom: -50px;
  }
}

.is-show {
  bottom: 0 !important;
}

.page-title-left {
  position: relative;
}
.page-title-left h2, .page-title-left h3, .page-title-left h4 {
  font-size: var(--f42);
  font-weight: 600;
  line-height: 1.1;
}
.page-title-left h2 span, .page-title-left h3 span, .page-title-left h4 span {
  font-family: "Montserrat";
  letter-spacing: 0.1rem;
  font-size: var(--f106);
  font-weight: 700;
  color: #006DA1;
  line-height: 1;
  position: absolute;
  opacity: 0.11;
  bottom: -10px;
  letter-spacing: 0.001rem;
}
@media screen and (max-width: 480px) {
  .page-title-left h2 span, .page-title-left h3 span, .page-title-left h4 span {
    font-size: var(--f72);
    bottom: -4px;
  }
}

.btn {
  color: #006DA1;
  font-family: "Montserrat";
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--24);
  font-weight: 600;
  display: block;
  transition: all ease 0.5s;
  position: relative;
  margin: 0 auto;
  padding-right: 1.5em;
}
.btn::before, .btn::after {
  transition: all ease 0.5s;
  position: absolute;
  right: 0;
}
.btn::before {
  content: "";
  top: calc(50% - 0px);
  width: 24px;
  height: 1px;
  background-color: #006DA1;
}
.btn::after {
  content: "";
  top: calc(50% - 1px);
  width: 6px;
  height: 1px;
  border-radius: 9999px;
  background-color: #006DA1;
  transform: rotate(45deg);
  transform-origin: calc(100% - 2px) 50%;
}
.btn:hover::before, .btn:hover::after {
  right: -0.5em;
}

#subkey-visual {
  width: 100%;
  position: relative;
  background: url(../images/key-bg.webp) no-repeat center;
  background-size: cover;
  height: min(40vw, 430px);
}
@media screen and (max-width: 768px) {
  #subkey-visual {
    height: min(58vw, 320px);
  }
}
#subkey-visual .subkey-title {
  font-size: var(--f54);
  font-weight: 600;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#subkey-visual .subkey-title-en {
  font-size: var(--f160);
  font-family: "Montserrat";
  font-weight: 700;
  color: #fff;
  line-height: 1;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 0.25;
  position: absolute;
}
@media screen and (min-width: 1500px) {
  #subkey-visual .subkey-title-en {
    top: 48px;
  }
}
@media screen and (max-width: 1500px) {
  #subkey-visual .subkey-title-en {
    top: 36px;
  }
}
@media screen and (max-width: 1024px) {
  #subkey-visual .subkey-title-en {
    top: 44px;
  }
}
@media screen and (max-width: 768px) {
  #subkey-visual .subkey-title-en {
    top: 50px;
  }
}
#subkey-visual .pagenation {
  position: absolute;
  bottom: 1vw;
  right: 2vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#subkey-visual .pagenation li {
  padding-right: 2em;
  position: relative;
}
#subkey-visual .pagenation li::after {
  content: ">";
  font-size: var(--f16);
  color: #fff;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 1em;
  top: 3px;
  bottom: 0;
  margin: auto;
}
#subkey-visual .pagenation li:last-child {
  padding-right: 0;
}
#subkey-visual .pagenation li:last-child::after {
  display: none;
}
#subkey-visual .pagenation li a {
  color: #fff;
  font-size: var(--f16);
  font-weight: 400;
}

/*---スクロール時遅れて表示、順番に表示---*/
.fadein {
  opacity: 0;
  transition: all 1.3s;
  transform: translate(0, 45px);
}

/*---TOP遅れて表示---*/
#post {
  opacity: 0;
}

.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px !important;
}

.animation01-item, .animation02-item, .animation03-item {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s cubic-bezier(0, 1.2, 1, 1);
}

.animation01-item.ready, .animation02-item.ready, .animation03-item.ready {
  opacity: 1 !important;
  transform: translateY(0px) !important;
}

.slidein {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s cubic-bezier(0.75, 0, 0.25, 1);
}

.slide_left {
  transform: translateX(calc(-50vw - 50%));
}

/* reCAPTCHAバッジを左下に配置 */

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 0 !important;
  bottom: 0 !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}

.show {
  transform: translateX(0);
}/*# sourceMappingURL=common.css.map */