@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Poppins:400,600,700|IBM+Plex+Serif:wght:400,700|Nanum+Gothic:700|Julius+Sans+One:400");
.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 370px;
  max-width: 100%;
  padding: 22px 48px;
  border: 2px solid #fe7a00;
  border-radius: 16px;
  background-color: #fe7a00;
  color: #fff;
  font: normal 700 1.8rem/1.5 "Noto Sans JP", sans-serif;
  letter-spacing: 0.72px;
  text-decoration: none;
  -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn::before, .btn::after {
  content: "";
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.btn::before {
  display: none;
}
.btn::after {
  width: 28px;
  height: 9px;
  background: url(../img/common/arrow_w.svg) no-repeat right bottom/contain;
}
[target=_blank].btn {
  background-color: #fff;
  color: #fe7a00;
}
[target=_blank].btn::after {
  width: 18px;
  height: 18px;
  background: url(../img/common/icon_external.svg) no-repeat center/contain;
}
.bg-white.btn {
  border-color: #fff;
  background-color: #fff;
  color: #fe7a00;
}
.bg-green.btn {
  border-color: #5cc28f;
  background-color: #5cc28f;
}
.bg-green[target=_blank].btn {
  background-color: #5cc28f;
  color: #fff;
}
.download.btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  position: relative;
  padding: 17px;
  min-width: 339px;
  border: 2px solid #000;
  border-radius: 16px;
  background-color: #fff;
  font-size: 1.5rem;
  color: #313131;
  line-height: 1.2;
  letter-spacing: 0.04em;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.download.btn::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 20px;
  background: url(../img/common/icon_file.svg) no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.download.btn::after {
  content: none;
}
@media screen and (max-width: 1024px) {
  .btn {
    padding: 18px 24px;
    width: 100%;
    min-width: unset;
    font-size: 1.5rem;
  }
  .btn::after {
    width: 19px;
    height: 6px;
  }
  .top.btn {
    margin-left: auto;
    margin-right: auto;
    max-width: 70vw;
  }
  .download.btn {
    gap: 12px;
    padding: 13px;
    width: 74.8603351955%;
    min-width: unset;
    font-size: 1.3rem;
  }
  .download.btn::before {
    width: 11px;
    height: 14px;
  }
}

@-webkit-keyframes slide-in-down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-in-down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-up {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-up {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes heartbeat {
  0% {
    background-color: #ffebd8;
    -webkit-transform: translate(-50%, -50%) scale(1.4);
            transform: translate(-50%, -50%) scale(1.4);
  }
  100% {
    background-color: #ffd2a9;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes heartbeat {
  0% {
    background-color: #ffebd8;
    -webkit-transform: translate(-50%, -50%) scale(1.4);
            transform: translate(-50%, -50%) scale(1.4);
  }
  100% {
    background-color: #ffd2a9;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes heartbeat-sp {
  0% {
    background-color: #ffebd8;
    -webkit-transform: translate(-50%, -50%) scale(1.75);
            transform: translate(-50%, -50%) scale(1.75);
  }
  100% {
    background-color: #ffd2a9;
    -webkit-transform: translate(-50%, -50%) scale(1.25);
            transform: translate(-50%, -50%) scale(1.25);
  }
}
@keyframes heartbeat-sp {
  0% {
    background-color: #ffebd8;
    -webkit-transform: translate(-50%, -50%) scale(1.75);
            transform: translate(-50%, -50%) scale(1.75);
  }
  100% {
    background-color: #ffd2a9;
    -webkit-transform: translate(-50%, -50%) scale(1.25);
            transform: translate(-50%, -50%) scale(1.25);
  }
}
@-webkit-keyframes heartbeat-white {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1.4);
            transform: translate(-50%, -50%) scale(1.4);
    background-color: #ffab5d;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    background-color: #fe7a00;
  }
}
@keyframes heartbeat-white {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1.4);
            transform: translate(-50%, -50%) scale(1.4);
    background-color: #ffab5d;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    background-color: #fe7a00;
  }
}
@-webkit-keyframes heartbeat-white-sp {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1.75);
            transform: translate(-50%, -50%) scale(1.75);
    background-color: #ffab5d;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.25);
            transform: translate(-50%, -50%) scale(1.25);
    background-color: #fe7a00;
  }
}
@keyframes heartbeat-white-sp {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1.75);
            transform: translate(-50%, -50%) scale(1.75);
    background-color: #ffab5d;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.25);
            transform: translate(-50%, -50%) scale(1.25);
    background-color: #fe7a00;
  }
}
@-webkit-keyframes heartbeat2 {
  0% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0.25;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes heartbeat2 {
  0% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0.25;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes heartbeat-footer {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1.48);
            transform: translate(-50%, -50%) scale(1.48);
    background-color: #594737;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.13);
            transform: translate(-50%, -50%) scale(1.13);
    background-color: #4c453f;
  }
}
@keyframes heartbeat-footer {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1.48);
            transform: translate(-50%, -50%) scale(1.48);
    background-color: #594737;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.13);
            transform: translate(-50%, -50%) scale(1.13);
    background-color: #4c453f;
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}
@-webkit-keyframes swing-wand_off {
  0% {
    -webkit-transform: rotate(42.4deg) scale(1);
            transform: rotate(42.4deg) scale(1);
  }
  30% {
    -webkit-transform: rotate(42.4deg) scale(1);
            transform: rotate(42.4deg) scale(1);
  }
  55% {
    -webkit-transform: rotate(64.73deg) scale(0.9);
            transform: rotate(64.73deg) scale(0.9);
  }
  80% {
    -webkit-transform: rotate(64.73deg) scale(0.9);
            transform: rotate(64.73deg) scale(0.9);
  }
  100% {
    -webkit-transform: rotate(42.4deg) scale(1);
            transform: rotate(42.4deg) scale(1);
  }
}
@keyframes swing-wand_off {
  0% {
    -webkit-transform: rotate(42.4deg) scale(1);
            transform: rotate(42.4deg) scale(1);
  }
  30% {
    -webkit-transform: rotate(42.4deg) scale(1);
            transform: rotate(42.4deg) scale(1);
  }
  55% {
    -webkit-transform: rotate(64.73deg) scale(0.9);
            transform: rotate(64.73deg) scale(0.9);
  }
  80% {
    -webkit-transform: rotate(64.73deg) scale(0.9);
            transform: rotate(64.73deg) scale(0.9);
  }
  100% {
    -webkit-transform: rotate(42.4deg) scale(1);
            transform: rotate(42.4deg) scale(1);
  }
}
@-webkit-keyframes swing-wand_on {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  78% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes swing-wand_on {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  78% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes draw-line {
  0% {
    stroke-dasharray: 630px;
    stroke-dashoffset: 1890px;
  }
  50% {
    stroke-dashoffset: 1890px;
  }
  65% {
    stroke-dashoffset: 1260px;
  }
  70% {
    stroke-dashoffset: 1260px;
  }
  90% {
    stroke-dashoffset: 630px;
  }
  100% {
    stroke-dashoffset: 630px;
  }
}
@keyframes draw-line {
  0% {
    stroke-dasharray: 630px;
    stroke-dashoffset: 1890px;
  }
  50% {
    stroke-dashoffset: 1890px;
  }
  65% {
    stroke-dashoffset: 1260px;
  }
  70% {
    stroke-dashoffset: 1260px;
  }
  90% {
    stroke-dashoffset: 630px;
  }
  100% {
    stroke-dashoffset: 630px;
  }
}
html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  font: 400 1.6rem/2 "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  background: #fff;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
body.is-open {
  overflow: hidden !important;
}
@media screen and (max-width: 1024px) {
  body.is-open .header {
    position: fixed;
    left: 0;
    top: 0;
  }
  body.is-open .header .logo {
    top: 0;
    color: #fff;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  line-height: 2;
}

em, address, blockquote {
  font-style: normal;
}

summary {
  list-style: none;
  display: block;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  padding: 0 68px 0 32px;
  width: 100%;
  height: 70px;
}
.header.fixed {
  position: fixed;
  -webkit-animation: slide-in-down 0.3s ease both;
          animation: slide-in-down 0.3s ease both;
}
.header.fixed::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 70px;
  background: #fff;
}
.header.fixed .btn_menu {
  position: fixed;
}
.header .logo {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  position: relative;
  z-index: 100;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 1px;
  white-space: nowrap;
  text-decoration: none;
}
.header .logo a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  position: relative;
  top: 26px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) {
  .header .logo a:hover {
    color: #fe7a00;
  }
}
.header .logo img {
  width: 74px;
  height: 94px;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .btn_menu {
  display: none;
}
.header .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  top: 27px;
}
.header .menu > div:not(.menu_main) {
  display: none;
}
.header .menu .menu_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8vw;
}
.header .menu .menu_main > div:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8vw;
}
.header .menu .menu_main > div > a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.75px;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) {
  .header .menu .menu_main > div > a:hover {
    color: #fe7a00;
  }
}
.header .menu .menu_main > div ul {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 0;
    height: 40px;
  }
  .header.fixed::before {
    height: 100%;
  }
  .header .logo {
    gap: 14px;
    position: relative;
    left: 6px;
    font-size: 1.4rem;
  }
  .header .logo a {
    top: 14px;
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (max-width: 1024px) and (hover: hover) {
  .header .logo a:hover {
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .header .logo img {
    width: 50px;
    height: 64px;
  }
  .header .btn_menu {
    display: block;
    width: 54px;
    height: 54px;
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 101;
    border-radius: 0 0 0 8px;
    background: #313131;
  }
  .header .btn_menu span,
  .header .btn_menu span::before,
  .header .btn_menu span::after {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header .btn_menu span {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header .btn_menu span::before {
    top: -8px;
  }
  .header .btn_menu span::after {
    top: 8px;
  }
  .header .btn_menu.is-open span {
    background-color: transparent;
  }
  .header .btn_menu.is-open span::before {
    top: 0;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
  }
  .header .btn_menu.is-open span::after {
    top: 0;
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
            transform: translate(-50%, 0) rotate(-45deg);
  }
  .header .menu {
    pointer-events: none;
    visibility: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -99;
    width: 100%;
    height: 100dvh;
    padding: 87px 16px 20px;
    color: #313131;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .menu.is-open {
    pointer-events: initial;
    visibility: visible;
    z-index: 99;
    background: rgba(254, 122, 0, 0.85);
    color: #fff;
  }
  .header .menu.is-open > div {
    visibility: visible;
  }
  .header .menu > div {
    visibility: hidden;
  }
  .header .menu > div:not(.menu_main) {
    display: block;
  }
  .header .menu .menu_top,
  .header .menu .menu_main {
    width: 100%;
  }
  .header .menu .menu_top {
    padding-bottom: 16px;
    border-bottom: 1px solid #fcaf69;
  }
  .header .menu .menu_top > a {
    margin-bottom: 0;
    font-weight: 700;
  }
  .header .menu .menu_main {
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    width: 100%;
  }
  .header .menu .menu_main > div {
    position: relative;
    padding: 8px 0;
    border: none;
  }
  .header .menu .menu_main > div:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .menu .menu_main > div:nth-child(odd)::before, .header .menu .menu_main > div:nth-child(even)::before {
    content: "";
    display: block;
    position: absolute;
    background: #fcaf69;
  }
  .header .menu .menu_main > div:nth-child(odd)::before {
    left: 0;
    top: -16px;
    width: calc(200% + 32px);
    height: 1px;
  }
  .header .menu .menu_main > div:nth-child(even)::before {
    left: -16px;
    top: 0;
    width: 1px;
    height: 100%;
  }
  .header .menu .menu_main > div > a {
    margin-bottom: 24px;
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (max-width: 1024px) and (hover: hover) {
  .header .menu .menu_main > div > a:hover {
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .header .menu .menu_main > div ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header .menu > a {
    margin-bottom: 24px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 1024px) and (hover: hover) {
  .header .menu > a:hover {
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .header .menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    list-style: none;
    gap: 18px;
    padding: 0;
  }
  .header .menu li {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .header .menu li a {
    color: #fff;
  }
  .header .menu .menu_bottom {
    padding-top: 15px;
    text-align: center;
    border-top: 1px solid #fcaf69;
  }
  .header .menu .menu_bottom .privacy {
    font-size: 1.2rem;
    line-height: 1.2;
    color: #fff;
    text-decoration: underline;
  }
}

.main_contents {
  padding-top: 70px;
}
@media screen and (max-width: 1024px) {
  .main_contents {
    padding-top: 40px;
  }
}

.footer {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  padding: 64px 80px 106px;
  background: #363534;
  color: #fff;
}
.footer .logo {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  color: #c6c6c6;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 1px;
  line-height: 1.2;
  white-space: nowrap;
}
.footer .logo img {
  width: 43px;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .logo a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 15px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) {
  .footer .logo a:hover {
    color: #fff;
  }
}
.footer .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 40px 0;
  width: 100%;
  border-top: 1px solid #646362;
  border-bottom: 1px solid #646362;
}
.footer .nav .nav_top {
  padding: 8px 0;
  width: 20%;
}
.footer .nav .nav_top > a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  line-height: 1.5;
  color: #fff;
}
.footer .nav .nav_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 80%;
}
.footer .nav .nav_main > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 28px;
  padding: 8px 1% 8px 6%;
  border-left: 1px solid #646362;
}
@media screen and (max-width: 1280px) {
  .footer .nav .nav_main > div {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.footer .nav .nav_main > div > a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  line-height: 1.5;
  color: #fff;
}
@media (hover: hover) {
  .footer .nav .nav_main > div > a:hover {
    color: #c6c6c6;
  }
}
.footer .nav > a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 28px;
  color: #c6c6c6;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.7px;
}
@media (hover: hover) {
  .footer .nav > a:hover {
    color: #fff;
  }
}
.footer .nav ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  width: 100%;
}
.footer .nav li {
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.65px;
  line-height: 19.5px;
}
.footer .nav a {
  color: #969594;
  white-space: pre-line;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) {
  .footer .nav a:hover {
    color: #c6c6c6;
  }
}
.footer .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  position: relative;
  z-index: 2;
  width: 100%;
}
.footer .info {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  color: #c6c6c6;
}
.footer .info a {
  color: #b6bec7;
}
.footer .address {
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.7px;
}
.footer .tel {
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.7px;
  line-height: 28px;
  white-space: nowrap;
}
.footer .privacy {
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.7px;
  line-height: 28px;
  text-decoration: underline;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) {
  .footer .privacy:hover {
    color: #c6c6c6;
  }
}
.footer .copyright {
  font-weight: 400;
  color: #c6c6c6;
  font-size: 1.3rem;
  line-height: 1.2;
  text-align: right;
  letter-spacing: 0.65px;
}
.footer .slogan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  position: relative;
  z-index: 1;
  padding: 16px 0 0;
  width: 100%;
  border-radius: 16px 0 0 0;
  color: #525150;
  font-weight: 700;
  font-size: clamp(13rem, 12vw + 1rem, 20rem);
  line-height: 1;
  letter-spacing: 8px;
  white-space: nowrap;
}
.footer .slogan .love::before {
  -webkit-animation-name: heartbeat-footer;
          animation-name: heartbeat-footer;
}
.footer .slogan .love img {
  height: 280px;
}
.footer .image {
  position: absolute;
  top: 8281px;
  left: 0;
  width: 879px;
  height: 568px;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 40px 20px;
    gap: 24px;
  }
  .footer .logo {
    font-size: 1.6rem;
  }
  .footer .logo img {
    width: 28px;
  }
  .footer .logo a {
    top: 8px;
  }
  .footer .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
    gap: 24px 0;
  }
  .footer .nav .nav_top,
  .footer .nav .nav_main {
    width: 100%;
  }
  .footer .nav .nav_top {
    padding: 0;
  }
  .footer .nav .nav_top > a {
    margin-bottom: 16px;
    color: #fff;
  }
  .footer .nav .nav_main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    width: 100%;
  }
  .footer .nav .nav_main > div {
    gap: 24px;
    position: relative;
    padding: 8px 0;
    border: none;
  }
  .footer .nav .nav_main > div:nth-child(odd)::before, .footer .nav .nav_main > div:nth-child(even)::before {
    content: "";
    display: block;
    position: absolute;
    background: #646362;
  }
  .footer .nav .nav_main > div:nth-child(odd)::before {
    left: 0;
    top: -16px;
    width: calc(200% + 32px);
    height: 1px;
  }
  .footer .nav .nav_main > div:nth-child(even)::before {
    left: -16px;
    top: 0;
    width: 1px;
    height: 100%;
  }
  .footer .nav .nav_main > div > a {
    color: #fff;
    font-size: 1.2rem;
  }
  .footer .nav > a {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
  .footer .nav ul {
    gap: 12px;
  }
  .footer .nav li {
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .footer .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
  .footer .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
  }
  .footer .address,
  .footer .tel,
  .footer .privacy {
    font-size: 1.2rem;
  }
  .footer .copyright {
    margin-left: 0;
    margin-top: 16px;
    font-size: 1.1rem;
    text-align: left;
  }
  .footer .slogan {
    padding: 20px 0;
    gap: 2px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 5.8rem;
    letter-spacing: 2px;
  }
  .footer .slogan .love img {
    height: 112px;
  }
}

.sec_mv {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  padding: 0 70px 30px 70px;
  width: 100%;
  height: calc(100vh - 70px);
  min-height: 694px;
  color: #fff;
}
.sec_mv::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 70px;
  width: calc(100% - 140px);
  height: calc(100% - 30px);
  z-index: 1;
  border-radius: 16px;
  background: no-repeat center/cover;
}
.sec_mv .bg {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 70px;
  left: 70px;
  right: 70px;
  bottom: 30px;
  z-index: 1;
  border-radius: 16px;
}
.sec_mv .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_mv .scroll {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  left: 28px;
  z-index: 2;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: translateX(-100%) rotate(90deg);
          transform: translateX(-100%) rotate(90deg);
  font-weight: 400;
  color: #eb5500;
  font-size: 1rem;
  line-height: 20px;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.sec_mv .scroll::after {
  content: "";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: inline-block;
  margin-left: 9px;
  width: 71px;
  height: 1px;
  background-color: #eb5500;
}
.sec_mv .side-text-left,
.sec_mv .side-text-right {
  position: absolute;
  top: 50%;
  color: #313131;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 1em;
  line-height: 1;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec_mv .side-text-left {
  left: 32px;
}
.sec_mv .side-text-right {
  right: 22px;
}
.sec_mv .page_title {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  left: -60px;
  margin-bottom: 55px;
  border-radius: 0 16px 16px 0;
  min-width: 257px;
  min-height: 65px;
  background-color: #fff;
  color: #313131;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2.8px;
}
.sec_mv .wrap {
  padding: 54px 60px;
  z-index: 3;
}
.sec_mv .wrap .catch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin-bottom: 30px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
}
.sec_mv .wrap .love {
  top: -10px;
}
.sec_mv .wrap .love img {
  height: 70px;
}
.sec_mv .wrap p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.12em;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .sec_mv {
    padding: 0 32px 48px;
    height: calc(100vh - 40px);
    min-height: unset;
  }
  .sec_mv::after {
    left: 32px;
    right: 32px;
    bottom: 48px;
    width: calc(100% - 64px);
    height: calc(100% - 48px);
  }
  .sec_mv .scroll {
    left: 10px;
    bottom: 0;
    font-size: 1rem;
  }
  .sec_mv .scroll::after {
    width: 71px;
  }
  .sec_mv .side-text-left,
  .sec_mv .side-text-right {
    font-size: 1rem;
  }
  .sec_mv .side-text-left {
    left: 10px;
  }
  .sec_mv .side-text-right {
    right: 10px;
  }
  .sec_mv .page_title {
    left: -24px;
    margin-bottom: 40px;
    min-width: 134px;
    min-height: 42px;
    font-size: 1.8rem;
    letter-spacing: 1.8px;
  }
  .sec_mv .wrap {
    padding: 30px 20px;
  }
  .sec_mv .wrap .catch {
    margin-bottom: 50px;
    font-size: 2.4rem;
    letter-spacing: 2.4px;
  }
  .sec_mv .wrap .love {
    top: 0px;
  }
  .sec_mv .wrap .love img {
    height: 33px;
  }
  .sec_mv .wrap p {
    font-weight: 500;
    font-size: 1.5rem;
  }
}

.page_title_container {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding: 40px 80px;
  min-height: 266px;
  background-color: #fff3e8;
}
.page_title_container::after {
  content: "";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: absolute;
  right: 80px;
  bottom: -107px;
  z-index: 1;
  width: 290px;
  height: 290px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-image: -webkit-radial-gradient(50% 50%, 50% 50%, #ffd5ae 50%, transparent 100%);
  background-image: radial-gradient(50% 50% at 50% 50%, #ffd5ae 50%, transparent 100%);
  background-color: transparent;
  mix-blend-mode: multiply;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  opacity: 0.25;
  -webkit-animation: 2s ease-out 0s infinite alternate forwards running heartbeat2;
          animation: 2s ease-out 0s infinite alternate forwards running heartbeat2;
}
.page_title_container .page_title {
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.page_title_container .en {
  display: block;
  margin-bottom: 10px;
  color: #fe7a00;
  font: normal 700 1.6rem "Poppins", sans-serif;
}
.page_title_container .jp {
  display: block;
  color: #000;
  font-weight: 700;
  font-size: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .page_title_container {
    margin-top: 14px;
    padding: 24px 16px;
    min-height: 182px;
  }
  .page_title_container::after {
    right: -6px;
    bottom: -62px;
    width: 157px;
    height: 157px;
  }
  .page_title_container .en {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .page_title_container .jp {
    font-size: 2.6rem;
  }
}

.sec_recruit {
  position: relative;
  width: 100%;
  height: 315px;
  background: #fe7a00;
}
.sec_recruit .marquee_wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.sec_recruit .marquee {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 40px;
  left: -545px;
  -webkit-animation: marquee 20s linear infinite;
          animation: marquee 20s linear infinite;
}
.sec_recruit .marquee p {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 2.56px;
}
.sec_recruit .marquee .text {
  position: relative;
  z-index: 2;
}
.sec_recruit .marquee .love img {
  height: 92px;
}
.sec_recruit .wrap {
  overflow-x: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
  z-index: 2;
  padding: 190px 80px 0;
}
.sec_recruit .btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 20px;
  white-space: nowrap;
}
.sec_recruit .btn::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../img/common/icon_people.svg) no-repeat center/contain;
}
.sec_recruit .btn::after {
  width: 20px;
  height: 20px;
  background-image: url(../img/common/icon_arrow.svg);
}
.sec_recruit .images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  width: 59.5384615385%;
  max-width: 774px;
}
.sec_recruit .images img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .sec_recruit {
    height: auto;
    padding: 0;
  }
  .sec_recruit .marquee p {
    font-size: 3.2rem;
    gap: 8px;
  }
  .sec_recruit .marquee .love img {
    height: 48px;
  }
  .sec_recruit .wrap {
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 21px 0;
    padding: 122px 16px 68px;
  }
  .sec_recruit .btn {
    padding: 17px;
  }
  .sec_recruit .btn::before {
    width: 24px;
    height: 24px;
  }
  .sec_recruit .images {
    gap: 12px;
    position: absolute;
    left: 50%;
    bottom: 0;
    padding: 0 16px;
    width: 100%;
    max-width: 390px;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}

.news-list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.news-list li {
  padding-bottom: 24px;
  width: 100%;
  border-bottom: 1px solid #c6c6c6;
}
.news-list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 24px;
  width: 100%;
}
@media (hover: hover) {
  .news-list a:hover strong {
    color: #fe7a00;
  }
}
.news-list time {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5px;
  width: 60px;
  color: #8f8f8f;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.84px;
}
.news-list strong {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  color: #313131;
  font-size: 1.5rem;
  letter-spacing: 0.6px;
  line-height: 25.5px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 1024px) {
  .news-list {
    gap: 16px;
  }
  .news-list li {
    padding-bottom: 16px;
  }
  .news-list a {
    gap: 12px;
  }
  .news-list time {
    font-size: 1.2rem;
  }
  .news-list strong {
    font-size: 1.3rem;
  }
}

.blog-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.blog-list li {
  width: calc(33.3333333333% - 20px);
}
.blog-list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media (hover: hover) {
  .blog-list a:hover strong {
    color: #fe7a00;
  }
  .blog-list a:hover figure img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.blog-list figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  height: 230px;
  border-radius: 16px;
  background-color: #8f8f8f;
  color: #fff;
}
.blog-list figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.blog-list figure img.no-image {
  visibility: hidden;
}
.blog-list .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  padding: 0 4px;
  width: 100%;
}
.blog-list time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  color: #8f8f8f;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.84px;
}
.blog-list strong {
  font-weight: 700;
  color: #313131;
  font-size: 1.5rem;
  letter-spacing: 0.6px;
  line-height: 25.5px;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 1024px) {
  .blog-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .blog-list li {
    width: 100%;
  }
  .blog-list a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
  }
  .blog-list figure {
    width: 137px;
    height: 103px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .blog-list .info {
    gap: 4px;
  }
  .blog-list time {
    font-size: 1.2rem;
  }
  .blog-list strong {
    font-size: 1.3rem;
  }
}

.common_parts {
  overflow: hidden;
  padding: 200px 40px 160px;
  background: #ececec;
}
.common_parts .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px 0;
  margin: 0 auto;
  max-width: 1040px;
}
.common_parts .sec_news,
.common_parts .sec_blog {
  position: relative;
  width: 100%;
}
.common_parts h2 {
  margin: 0 0 48px;
  color: #7e7e7e;
  font-weight: 400;
  font-size: 3.2rem;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  letter-spacing: 3.84px;
  white-space: nowrap;
}
.common_parts .link-arrow {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 1.5rem;
  letter-spacing: 0.6px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .common_parts {
    padding: 160px 16px 200px;
  }
  .common_parts .inner {
    gap: 80px 0;
  }
  .common_parts h2 {
    font-size: 2rem;
    letter-spacing: 0.12em;
    margin-bottom: 32px;
  }
  .common_parts .link-arrow {
    top: 2px;
    font-size: 1.3rem;
  }
}

.sec_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  min-height: 350px;
}
.sec_contact::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 52%;
  height: 100%;
  border-radius: 16px;
  background: url(../img/common/contact_bg.jpg) no-repeat center center/cover;
}
.sec_contact .content_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 3.2rem;
  position: relative;
  z-index: 1;
  padding: 58px 56px 36px 52px;
  width: 71.0784313725%;
  height: 70%;
  background-color: #fff;
  border-radius: 16px;
}
.sec_contact .content_box .text {
  position: relative;
  z-index: 2;
}
.sec_contact .content_box .text h2 {
  margin-bottom: 32px;
}
.sec_contact .content_box .text p {
  font-size: 1.5rem;
  color: #000;
}
.sec_contact .content_box .link-arrow {
  position: relative;
  z-index: 4;
}
.sec_contact .anime {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.sec_contact .anime img {
  position: absolute;
}
.sec_contact .anime.traffic-wand {
  left: 277px;
  bottom: 20px;
}
.sec_contact .anime.traffic-wand img {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.sec_contact .anime.traffic-wand .light-off {
  z-index: 1;
  -webkit-transform: rotate(42.4deg);
          transform: rotate(42.4deg);
  -webkit-animation: 4s swing-wand_off ease-out infinite forwards paused;
          animation: 4s swing-wand_off ease-out infinite forwards paused;
}
.sec_contact .anime.traffic-wand .light-on {
  left: -30px;
  z-index: 2;
  -webkit-transform: rotate(64.73deg);
          transform: rotate(64.73deg);
  opacity: 0;
  -webkit-animation: 4s swing-wand_on ease-out infinite forwards paused;
          animation: 4s swing-wand_on ease-out infinite forwards paused;
}
.sec_contact .anime.traffic-wand.animated .light-off {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.sec_contact .anime.traffic-wand.animated .light-on {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.sec_contact .anime.line {
  visibility: hidden;
  left: 455px;
  top: 0;
  -webkit-transform: rotate(-5.6deg);
          transform: rotate(-5.6deg);
}
.sec_contact .anime.line path {
  stroke-dasharray: 630px;
  stroke-dashoffset: 1890px;
  -webkit-animation: 4s draw-line linear infinite forwards paused;
          animation: 4s draw-line linear infinite forwards paused;
}
.sec_contact .anime.line.animated {
  visibility: visible;
}
.sec_contact .anime.line.animated path {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@media screen and (max-width: 1024px) {
  .sec_contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
    padding: 0;
  }
  .sec_contact::before {
    position: relative;
    width: 100%;
    aspect-ratio: 1/0.72;
    border-radius: 16px 16px 0 0;
    background-position: left top;
  }
  .sec_contact .content_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
    width: 100%;
    height: auto;
    padding: 52px 30px 45px;
    border-radius: 0 0 16px 16px;
  }
  .sec_contact .content_box .text h2 {
    font-size: 2rem;
    letter-spacing: 0.12em;
    margin-bottom: 24px;
  }
  .sec_contact .content_box .text p {
    font-size: 1.3rem;
  }
  .sec_contact .content_box .link-arrow {
    position: static;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    font-size: 1.3rem;
  }
  .sec_contact .anime.traffic-wand {
    left: 50%;
    bottom: calc(100% - 26px);
    width: 50%;
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
  }
  .sec_contact .anime.traffic-wand img {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  .sec_contact .anime.traffic-wand .light-off {
    z-index: 1;
    -webkit-animation: 4s swing-wand_off ease-out infinite forwards;
            animation: 4s swing-wand_off ease-out infinite forwards;
  }
  .sec_contact .anime.traffic-wand .light-on {
    left: -30px;
    -webkit-animation: 4s swing-wand_on ease-out infinite forwards;
            animation: 4s swing-wand_on ease-out infinite forwards;
  }
  .sec_contact .anime.line {
    left: calc(50% - 10px);
    top: auto;
    bottom: calc(100% - 42px);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: scale(0.5) rotate(-5.6deg);
            transform: scale(0.5) rotate(-5.6deg);
  }
}

.page_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  position: relative;
  padding: 140px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .page_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 52px;
  }
}
.page_container .page_contents {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.page_container .page_contents > section {
  padding-left: 277px;
  padding-right: 83px;
}
@media screen and (max-width: 1280px) {
  .page_container .page_contents > section {
    padding-right: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .page_container .page_contents > section {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.page_container .page_contents > .inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  max-width: none;
}
@media screen and (max-width: 1024px) {
  .page_container .page_contents > .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .page_container .page_contents > .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.side_nav {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: absolute;
  left: 32px;
  top: 140px;
  z-index: 10;
  width: 200px;
  height: calc(100% - 280px);
}
.side_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}
.side_nav ul li {
  margin-bottom: 24px;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.side_nav ul li::before {
  content: "";
  visibility: hidden;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fe7a00;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.side_nav ul li a {
  text-decoration: none;
  font-size: 1.4rem;
  color: #313131;
  font-weight: normal;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) {
  .side_nav ul li a:hover {
    color: #fe7a00;
  }
}
.side_nav ul li.current {
  position: relative;
  padding-left: 20px;
}
.side_nav ul li.current::before {
  visibility: visible;
  opacity: 1;
}
.side_nav ul li.current a {
  color: #fe7a00;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .side_nav {
    display: block;
    left: 0;
    top: auto;
    bottom: 0;
    padding: 0 28px;
    width: 100%;
    height: auto;
    min-height: 50px;
    border-top: 1px solid #d2d8de;
    background-color: #fff;
  }
  .side_nav.fixed {
    position: fixed;
    -webkit-animation: slide-in-up 0.3s ease both;
            animation: slide-in-up 0.3s ease both;
  }
  .side_nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px 14px;
    white-space: nowrap;
    padding: 12px 0;
  }
  .side_nav ul li {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 0;
    min-width: calc(33.3333333333% - 10px);
    line-height: 1;
    white-space: nowrap;
  }
  .side_nav ul li::before {
    -webkit-transition: none;
    transition: none;
  }
  .side_nav ul li a {
    font-size: 1.3rem;
    -webkit-transition: none;
    transition: none;
  }
  .side_nav ul li.current {
    position: relative;
    padding-left: 0;
  }
  .side_nav ul li.current::before {
    position: absolute;
    left: -8px;
    top: 50%;
    width: 4px;
    height: 4px;
  }
}

.page_contents {
  width: 100%;
}
.page_contents .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  margin-bottom: 56px;
  line-height: 1.5;
}
.page_contents .title .en {
  display: block;
  margin-bottom: 5px;
  color: #fe7a00;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.12em;
}
.page_contents .title .jp {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  color: #313131;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1024px) {
  .page_contents .title {
    margin-bottom: 40px;
  }
  .page_contents .title .en {
    font-size: 1.3rem;
  }
  .page_contents .title .jp {
    font-size: 2rem;
  }
}

.pc-only {
  display: block !important;
}

.sp-only {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
.v-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media (hover: hover) {
  .btn:hover {
    opacity: 0.8;
  }
}
@media (hover: hover) {
  .btn.download:hover::before {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.link-arrow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #fe7a00;
  text-decoration: none;
}
.link-arrow::after {
  content: "";
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 18px;
  height: 6px;
  background-color: #fe7a00;
  -webkit-mask: url(../img/common/arrow_w.svg);
          mask: url(../img/common/arrow_w.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (hover: hover) {
  .link-arrow:hover::after {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}

.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 1440px;
  background: #fff;
}

.love {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: -1;
}
.love::before {
  content: "";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  min-width: 100%;
  height: 100%;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background: #fff4ea;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: 2s ease-out 0s infinite alternate forwards running heartbeat;
          animation: 2s ease-out 0s infinite alternate forwards running heartbeat;
}
.love.white::before {
  background: #ffebd8;
  -webkit-animation-name: heartbeat-white;
          animation-name: heartbeat-white;
}
@media screen and (max-width: 1024px) {
  .love.white::before {
    -webkit-animation-name: heartbeat-white-sp;
            animation-name: heartbeat-white-sp;
  }
}
.love img {
  position: relative;
  z-index: 2;
  width: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1024px) {
  .love::before {
    -webkit-animation-name: heartbeat-sp;
            animation-name: heartbeat-sp;
  }
}

.deco {
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: transparent;
  aspect-ratio: 1/1;
  mix-blend-mode: multiply;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  -webkit-animation: 2s ease-out 0s infinite alternate forwards running heartbeat2;
          animation: 2s ease-out 0s infinite alternate forwards running heartbeat2;
}
.deco.orange {
  width: 290px;
  height: 290px;
  background: -webkit-radial-gradient(50% 50%, 50% 50%, #ffd5ae 50%, transparent 100%);
  background: radial-gradient(50% 50% at 50% 50%, #ffd5ae 50%, transparent 100%);
}
.deco.green {
  width: 325px;
  height: 325px;
  background: -webkit-radial-gradient(50% 50%, 50% 50%, #c3ecd7 50%, transparent 100%);
  background: radial-gradient(50% 50% at 50% 50%, #c3ecd7 50%, transparent 100%);
}
@media screen and (max-width: 1024px) {
  .deco {
    display: none;
  }
}