@charset "UTF-8";
.pc {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .pc {
    display: initial !important;
  }
}

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

.ttl_sec .en, .ttl_sec_oneline .en, .header__contact .btn_pri {
  font-family: "Jost", sans-serif;
}

.nav__toggler_state {
  font-family: "Montserrat", sans-serif;
}

.btn_pri, .ttl_sec .jp, .footer__menu .itm_link, .nav__ttl, .nav__menu .itm_link {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.nav__toggler_state {
  font-size: 0.625rem;
}

.footer__info .itm_copyright {
  font-size: 0.6875rem;
}

.ttl_sec_oneline .jp, .header__contact .btn_pri {
  font-size: 0.75rem;
}

.ttl_sec .en, .ttl_sec_oneline .en, .footer__info .itm_address {
  font-size: 0.8125rem;
}

.footer__menu .itm_ttl, .footer__menu .itm_link, .nav__ttl, .nav__menu .itm_link {
  font-size: 0.875rem;
}

.ttl_sec .jp {
  font-size: 1.6875rem;
}

@media only screen and (min-width: 768px) {
  .footer__info .itm_copyright {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 768px) {
  .footer__menu .itm_link, .footer__info .itm_address {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .ttl_sec_oneline .jp, .header__contact .btn_pri {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 768px) {
  .btn_pri, .ttl_sec .en, .ttl_sec_oneline .en, .footer__menu .itm_ttl {
    font-size: 1.25rem;
  }
}

@media only screen and (min-width: 768px) {
  .ttl_sec .jp {
    font-size: clamp(
            1.875rem,
            calc(1.875rem + 0.0221518987 * (100vw - 768px)),
            2.75rem
        );
  }
}

.ttl_sec_oneline .jp, .footer__menu .itm_link, .footer__info .itm_address, .footer__info .itm_copyright, .header__menu_lists .itm_link, .nav__toggler_state, .nav__menu .itm_link {
  letter-spacing: 0.05em;
}

.btn_pri, .ttl_sec .en, .ttl_sec .jp, .ttl_sec_oneline .en, .footer__menu .itm_ttl, .header__contact .btn_pri, .nav__ttl {
  letter-spacing: 0.1em;
}

html {
  width: 100%;
  font-size: 100%;
  line-height: 1.6;
  scrollbar-width: thin;
  scroll-behavior: unset;
}

body {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #3d3d3d;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}

main {
  width: 100%;
}
img {
  height: auto;
}

.wrapper,
#wrapper {
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  .wrapper,
#wrapper {
    padding-top: 0;
  }
}
.wrapper.is_notop,
#wrapper.is_notop {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  .wrapper.is_notop,
#wrapper.is_notop {
    padding-top: 120px;
  }
}

@media only screen and (min-width: 768px) {
  .nav_link_block:hover,
.nav_link:hover {
    opacity: 0.6;
  }
}

.item_link,
.nav_link {
  display: inline-block;
  transition: 300ms ease-out;
}

.item_link_block,
.nav_link_block {
  display: block;
  transition: 300ms ease-out;
}

.txt_animate {
  opacity: 0;
}
.txt_animate.is_show {
  opacity: 1;
}
.txt_animate.is_show .span-txt {
  translate: none;
  rotate: 0deg;
}
.txt_animate .span-wrap {
  overflow: hidden;
  display: inline-block;
  line-height: 1.1;
}
.txt_animate .span-txt {
  display: inline-block;
  translate: 0 100%;
  rotate: 12deg;
  transition: 400ms ease-in-out;
}

.container {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .container {
    max-width: 1200px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.container_fluid {
  padding-left: 30px;
  padding-right: 30px;
}

html.is_loading #loading {
  opacity: 1;
  pointer-events: all;
}
html.is_loading body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

#loading {
  position: fixed;
  z-index: 999999;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background-color: #3d3d3d;
  opacity: 0;
  transition: opacity 1s ease-out 0.5s;
}

.three-body {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  animation: spin 2.75s infinite linear;
}
.three-body__dot {
  position: absolute;
  height: 100%;
  width: 30%;
}
.three-body__dot:after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: #fff;
  border-radius: 50%;
}
.three-body__dot:nth-child(1) {
  bottom: 5%;
  left: 0;
  transform: rotate(60deg);
  transform-origin: 50% 85%;
}
.three-body__dot:nth-child(1)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite ease-in-out;
  animation-delay: -0.33s;
}
.three-body__dot:nth-child(2) {
  bottom: 5%;
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 50% 85%;
}
.three-body__dot:nth-child(2)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite -0.165s ease-in-out;
}
.three-body__dot:nth-child(3) {
  bottom: -5%;
  left: 0;
  transform: translateX(116.666%);
}
.three-body__dot:nth-child(3)::after {
  top: 0;
  left: 0;
  animation: wobble2 1.1s infinite ease-in-out;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wobble1 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}
@keyframes wobble2 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}
/*cookie*/
.cookie_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #3057ff;
  color: #000;
  z-index: 30;
  padding: 10px 0;
}
.cookie_container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
  padding: 0 25px;
}
@media only screen and (min-width: 768px) {
  .cookie_container {
    flex-wrap: nowrap;
  }
}
.cookie_txt {
  width: 100%;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .cookie_txt {
    width: 75%;
    padding-right: 15px;
  }
}
.cookie_close {
  width: 90%;
  margin: 10px auto 0;
}
@media only screen and (min-width: 768px) {
  .cookie_close {
    margin-top: 0;
    flex-shrink: 0;
    width: 25%;
  }
}
.cookie_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px 10px 6px;
  text-decoration: none;
  border: solid 2px #000;
  background: #000;
  border-radius: 30px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .cookie_btn {
    transition: all 0.5s;
    padding: 10px 10px 11px;
  }
  .cookie_btn:hover {
    opacity: 0.7;
  }
}

/** -- ▷ header -- */
.header {
  width: 100%;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .header {
    background-color: rgba(255, 255, 255, 0);
  }
}
@media only screen and (min-width: 1024px) {
  .header.is_scroll {
    background-color: #fff;
  }
}
@media only screen and (min-width: 1024px) {
  .header.is_scroll .header__inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  padding: 23px 30px 27px;
}
@media only screen and (min-width: 1024px) {
  .header__inner {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding: 41px 30px;
  }
}
.header__logo {
  width: 100px;
  display: block;
  position: relative;
  top: 3px;
}
@media only screen and (min-width: 768px) {
  .header__logo {
    width: 160px;
  }
}
@media only screen and (min-width: 1024px) {
  .header__logo {
    width: clamp(
            6.25rem,
            calc(6.25rem + 0.0949367089 * (100vw - 768px)),
            10rem
        );
  }
}
.header__logo .itm_link {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .header__logo .itm_link {
    transition: 300ms ease;
  }
  .header__logo .itm_link:hover {
    opacity: 0.6;
  }
}
.header__menu {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header__menu_lists {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header__menu_lists {
    display: flex;
    gap: 33px;
    gap: clamp(
            0.625rem,
            calc(0.625rem + 0.0363924051 * (100vw - 768px)),
            2.0625rem
        );
    align-items: center;
  }
}
.header__menu_lists .itm {
  position: relative;
}
.header__menu_lists .itm_link {
  font-weight: 700;
  color: inherit;
}
@media only screen and (min-width: 768px) {
  .header__menu_lists .itm_link {
    transition: opacity 300ms linear;
  }
  .header__menu_lists .itm_link:hover {
    opacity: 0.6;
  }
}
@media only screen and (min-width: 1024px) {
  .header__menu_lists .itm_link {
    font-size: clamp(
            0.75rem,
            calc(0.75rem + 0.0047468354 * (100vw - 768px)),
            0.9375rem
        );
  }
}
.header__menu_lists .itm_sub {
  display: none;
  position: absolute;
}
@media only screen and (min-width: 1024px) {
  .header__contact {
    margin-left: 32px;
  }
}
.header__contact .btn_pri {
  font-weight: 400;
  color: #fff;
  min-width: 110px;
  padding: 6px 10px 5px 14px;
}
@media only screen and (min-width: 768px) {
  .header__contact .btn_pri {
    min-width: 180px;
    padding: 13px 10px 10px 18px;
  }
}
.header__contact .btn_pri .icon {
  width: 20px;
  right: 4px;
}
@media only screen and (min-width: 1024px) {
  .header__contact .btn_pri .icon {
    width: 30px;
    right: 7px;
  }
}
.header__contact .btn_pri .icon::after {
  width: 6px;
}
@media only screen and (min-width: 768px) {
  .header__contact .btn_pri .icon::after {
    width: 8px;
  }
}
.header__contact .btn_pri .icon::before {
  width: 7px;
}
@media only screen and (min-width: 768px) {
  .header__contact .btn_pri .icon::before {
    width: 12px;
  }
}

.nav {
  width: 100%;
  height: calc(100vh - 80px);
  height: calc(100dvh - 80px);
  display: block;
  background-color: #fff;
  position: fixed;
  z-index: 2000;
  top: 80px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 300ms linear;
}
@media only screen and (min-width: 1024px) {
  .nav {
    display: none;
  }
}
.nav.is_open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.nav__inner {
  height: 100%;
  position: relative;
}
.nav__board {
  height: 100%;
  overflow: auto;
  padding-top: 35px;
  padding-bottom: 60px;
}
.nav__board_header {
  padding: 10px 30px 14px;
}
.nav__board_body {
  border-top: 1px solid #3d3d3d;
  padding: 21px 30px;
}
.nav__toggler {
  position: relative;
  z-index: 2;
  margin-left: 18px;
}
@media only screen and (min-width: 1024px) {
  .nav__toggler {
    display: none;
  }
}
.nav__toggler.is_open .nav__toggler_bar:nth-child(1) {
  width: 100%;
  top: 50%;
  rotate: 20deg;
}
.nav__toggler.is_open .nav__toggler_bar:nth-child(2) {
  top: 50%;
  rotate: -20deg;
}
.nav__toggler.is_open .nav__toggler_state_txt:nth-child(1) {
  opacity: 0;
}
.nav__toggler.is_open .nav__toggler_state_txt:nth-child(2) {
  opacity: 1;
}
.nav__toggler_box {
  width: 32px;
  height: 12px;
  position: relative;
}
.nav__toggler_bar {
  height: 1px;
  border-radius: 1px;
  background-color: #3d3d3d;
  position: absolute;
  right: 0;
  transition: rotate 300ms ease;
}
.nav__toggler_bar:nth-child(1) {
  width: 25px;
  top: 0;
}
.nav__toggler_bar:nth-child(2) {
  width: 32px;
  top: 100%;
}
.nav__toggler_state {
  font-weight: 600;
  text-align: center;
  position: relative;
  display: flex;
  margin-top: 8px;
}
.nav__toggler_state_txt {
  white-space: nowrap;
  flex-shrink: 0;
  transition: opacity 300ms ease;
  line-height: 1;
}
.nav__toggler_state_txt:nth-child(2) {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.nav__ttl {
  font-weight: 700;
  position: relative;
  padding-left: 12px;
}
.nav__ttl::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: currentColor;
  position: absolute;
  top: 0.5em;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .nav__ttl::before {
    width: 8px;
    height: 8px;
    top: 0.55em;
  }
}
.nav__menu {
  display: flex;
  gap: 6px 16px;
  flex-wrap: wrap;
}
.nav__menu .itm {
  width: calc(50% - 8px);
}
.nav__menu .itm_link {
  font-weight: 700;
  color: #3a3a3a;
  display: block;
  position: relative;
  padding-right: 20px;
}
.nav__menu .itm_link .icon {
  width: 7px;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  transition: inherit;
}
.nav__menu .itm_link .icon::before, .nav__menu .itm_link .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: inherit;
}
.nav__menu .itm_link .icon::before {
  width: 7px;
  height: 1px;
  background-color: #3d3d3d;
}
.nav__menu .itm_link .icon::after {
  width: 5px;
  aspect-ratio: 1;
  rotate: 45deg;
  border: 0;
  border-top: 1px solid #3d3d3d;
  border-right: 1px solid #3d3d3d;
}
.nav__licre {
  width: 358px;
  max-width: 100%;
  position: absolute;
  z-index: -1;
  right: 10px;
  bottom: -10px;
}

/** -- ▷ footer -- */
.footer__inner {
  background-color: #f8f8f8;
  position: relative;
  padding-top: 45px;
  padding-bottom: 42px;
}
@media only screen and (min-width: 768px) {
  .footer__inner {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.footer__inner .container {
  position: relative;
  z-index: 0;
}
.footer__licre {
  width: 358px;
  max-width: 100%;
  position: absolute;
  z-index: -1;
  right: 50%;
  bottom: -46px;
  translate: 50% 0;
}
@media only screen and (min-width: 768px) {
  .footer__licre {
    width: 773px;
    max-width: 80%;
    right: -2px;
    bottom: -83px;
    translate: none;
  }
}
.footer__menu {
  padding-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .footer__menu {
    padding-bottom: 6px;
  }
}
.footer__menu + .footer__menu {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .footer__menu + .footer__menu {
    margin-top: 40px;
  }
}
.footer__menu .itm_ttl {
  position: relative;
  padding-left: 13px;
}
@media only screen and (min-width: 768px) {
  .footer__menu .itm_ttl {
    padding-left: 20px;
  }
}
.footer__menu .itm_ttl::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: currentColor;
  position: absolute;
  top: 0.55em;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .footer__menu .itm_ttl::before {
    width: 8px;
    height: 8px;
    top: 0.65em;
  }
}
.footer__menu .itm_lists {
  display: flex;
  gap: 6px 16px;
  flex-wrap: wrap;
  position: relative;
  margin-top: 16px;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .footer__menu .itm_lists {
    gap: 19px 80px;
    border-top: 1px solid #3d3d3d;
    margin-top: 14px;
    padding-top: 24px;
  }
}
.footer__menu .itm_lists::before {
  content: "";
  width: 110vw;
  height: 1px;
  background-color: #3d3d3d;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
@media only screen and (min-width: 768px) {
  .footer__menu .itm_lists::before {
    display: none;
  }
}
.footer__menu .itm_lists li {
  width: calc(50% - 8px);
}
@media only screen and (min-width: 768px) {
  .footer__menu .itm_lists li {
    width: calc(33.33% - 54px);
  }
}
.footer__menu .itm_link {
  font-weight: 700;
  display: block;
  color: inherit;
  position: relative;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .footer__menu .itm_link {
    padding-left: 2px;
    transition: opacity 300ms linear;
  }
  .footer__menu .itm_link:hover {
    opacity: 0.6;
  }
}
.footer__menu .itm_link .icon {
  width: 12px;
  aspect-ratio: 1;
  position: absolute;
  top: 48%;
  right: 0;
  translate: 0 -50%;
  transition: inherit;
}
@media only screen and (min-width: 768px) {
  .footer__menu .itm_link .icon {
    width: 16px;
    right: -3px;
  }
}
.footer__menu .itm_link .icon::before, .footer__menu .itm_link .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: inherit;
}
.footer__menu .itm_link .icon::before {
  width: 8px;
  height: 1px;
  background-color: #3d3d3d;
}
@media only screen and (min-width: 768px) {
  .footer__menu .itm_link .icon::before {
    width: 12px;
  }
}
.footer__menu .itm_link .icon::after {
  width: 6px;
  aspect-ratio: 1;
  rotate: 45deg;
  border: 0;
  border-top: 1px solid #3d3d3d;
  border-right: 1px solid #3d3d3d;
}
@media only screen and (min-width: 768px) {
  .footer__menu .itm_link .icon::after {
    width: 8px;
  }
}
.footer__info {
  display: flex;
  flex-direction: column;
  padding-top: 36px;
  padding-bottom: 21px;
}
@media only screen and (min-width: 768px) {
  .footer__info {
    gap: 72px;
    align-items: center;
    flex-direction: row;
    padding-top: 73px;
    padding-bottom: 75px;
  }
}
.footer__info .itm_logo {
  width: 115px;
  flex-shrink: 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .footer__info .itm_logo {
    width: 158px;
    top: 2px;
    transition: opacity 300ms linear;
  }
  .footer__info .itm_logo:hover {
    opacity: 0.6;
  }
}
.footer__info .itm_address {
  font-weight: 500;
  line-height: 1.875;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .footer__info .itm_address {
    margin-top: 0;
  }
}
.footer__info .itm_copyright {
  font-weight: 500;
  align-self: flex-end;
  text-align: right;
  position: relative;
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .footer__info .itm_copyright {
    margin-top: 0;
    margin-left: auto;
    flex-shrink: 0;
    top: -3px;
    right: -2px;
  }
}
.footer__totop {
  position: relative;
}

.totop {
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 60px;
  background-color: #3d3d3d;
  opacity: 0;
  transition: 300ms ease;
}
@media only screen and (min-width: 768px) {
  .totop {
    width: 60px;
    height: 60px;
    border: 2px solid #3d3d3d;
    right: 40px;
    cursor: pointer;
  }
  .totop:hover {
    background-color: #fff;
  }
  .totop:hover .icon::before {
    background-color: #3d3d3d;
  }
  .totop:hover .icon::after {
    border-color: #3d3d3d;
  }
}
.totop.is_show {
  opacity: 1;
}
.totop.is_footer {
  position: absolute;
  top: 0;
  bottom: unset;
}
.totop .icon {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.totop .icon::before, .totop .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: inherit;
}
.totop .icon::before {
  width: 1px;
  height: 12px;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .totop .icon::before {
    height: 16px;
  }
}
.totop .icon::after {
  width: 12px;
  aspect-ratio: 1;
  rotate: -45deg;
  border: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
  .totop .icon::after {
    width: 12px;
  }
}

.fade {
  opacity: 0;
  transition: 600ms ease-in-out;
}
.fade.is_show {
  opacity: 1;
}

.fadeup {
  opacity: 0;
  translate: 0 40px;
  transition: 600ms ease-in-out;
}
.fadeup.is_show {
  opacity: 1;
  translate: none;
}

.ttl_sec .en,
.ttl_sec .jp {
  display: block;
}
.ttl_sec .en {
  font-weight: 500;
  position: relative;
  padding-left: 12px;
}
@media only screen and (min-width: 768px) {
  .ttl_sec .en {
    padding-left: 17px;
  }
}
.ttl_sec .en::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: currentColor;
  position: absolute;
  top: 0.25em;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .ttl_sec .en::before {
    width: 8px;
    height: 8px;
    top: 0.3em;
  }
}
.ttl_sec .jp {
  font-weight: 900;
  line-height: 1.8181818182;
  margin-top: 1px;
}
@media only screen and (min-width: 768px) {
  .ttl_sec .jp {
    margin-top: 7px;
  }
}
.ttl_sec_oneline {
  display: inline-flex;
  gap: 5px;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .ttl_sec_oneline {
    gap: 7px;
  }
}
.ttl_sec_oneline .en,
.ttl_sec_oneline .jp {
  font-weight: 500;
}
.ttl_sec_oneline .en {
  font-weight: 500;
  position: relative;
  padding-left: 12px;
}
@media only screen and (min-width: 768px) {
  .ttl_sec_oneline .en {
    padding-left: 17px;
  }
}
.ttl_sec_oneline .en::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: currentColor;
  position: absolute;
  top: 0.25em;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .ttl_sec_oneline .en::before {
    width: 8px;
    height: 8px;
    top: 0.3em;
  }
}
.ttl_sec_oneline .jp {
  line-height: 1.6666666667;
  position: relative;
  top: -2px;
}
@media only screen and (min-width: 768px) {
  .ttl_sec_oneline .jp {
    top: -4px;
  }
}

.btn_wrap {
  display: flex;
}
.btn_pri {
  font-weight: 400;
  color: #fff;
  display: inline-block;
  min-width: 175px;
  background-image: linear-gradient(to right, #fff 0%, #fff 50%, #3d3d3d 50%);
  background-size: 200% 100%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  border-radius: 999px;
  position: relative;
  padding: 8px 43px 9px 23px;
}
@media only screen and (min-width: 768px) {
  .btn_pri {
    min-width: 250px;
    padding: 13px 50px 15px 30px;
    transition: 300ms ease;
  }
  .btn_pri:hover {
    color: #3d3d3d;
    background-position: 0% 100%;
  }
  .btn_pri:hover .icon::before {
    background-color: #fff;
  }
  .btn_pri:hover .icon::after {
    border-color: #fff;
  }
}
.btn_pri.btn__w {
  color: #3d3d3d;
  background-image: linear-gradient(to right, #3d3d3d 0%, #3d3d3d 50%, #fff 50%);
}
@media only screen and (min-width: 768px) {
  .btn_pri.btn__w:hover {
    color: #fff;
  }
  .btn_pri.btn__w:hover .icon::before {
    background-color: #3d3d3d;
  }
  .btn_pri.btn__w:hover .icon::after {
    border-color: #3d3d3d;
  }
}
.btn_pri.btn__w::before {
  box-shadow: inset 0 0 0 2px #fff;
}
.btn_pri.btn__w .icon::before {
  background-color: #fff;
}
.btn_pri.btn__w .icon::after {
  border-color: #fff;
}
.btn_pri::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 2px #3d3d3d;
}
.btn_pri .icon {
  width: 27px;
  aspect-ratio: 1;
  background-color: currentColor;
  border-radius: 999px;
  position: absolute;
  top: 50%;
  right: 6px;
  translate: 0 -50%;
  transition: inherit;
}
@media only screen and (min-width: 768px) {
  .btn_pri .icon {
    width: 40px;
    right: 10px;
  }
}
.btn_pri .icon::before, .btn_pri .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: inherit;
}
.btn_pri .icon::before {
  width: 10px;
  height: 1px;
  background-color: #3d3d3d;
}
@media only screen and (min-width: 768px) {
  .btn_pri .icon::before {
    width: 12px;
  }
}
.btn_pri .icon::after {
  width: 8px;
  aspect-ratio: 1;
  rotate: 45deg;
  border: 0;
  border-top: 1px solid #3d3d3d;
  border-right: 1px solid #3d3d3d;
}
@media only screen and (min-width: 768px) {
  .btn_pri .icon::after {
    width: 8px;
  }
}

/*# sourceMappingURL=common.css.map */
