/* Theme Name: custom */
*, *::before, *::after {
  box-sizing: border-box;
}

article, aside, footer, header, nav, section, figcaption, figure, main, canvas, time {
  display: block;
}

button, input, optgroup, select, textarea, figure {
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: none;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

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

[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

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

[hidden] {
  display: none;
}

body, h1, h2, h3, h4, h5, h6, ul, ol, dl, dd, p, blockquote, figure {
  margin: 0;
}

body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #000;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 960px) {
  body {
    font-size: 16px;
  }
}

body,
button {
  font-family: "Noto Sans JP", sans-serif;
  font-family: "M PLUS 1p", sans-serif;
}

#wrapperFixed {
  width: 100%;
}

.bgFixed {
  position: fixed;
}

#bgNav {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
#bgNav.show {
  opacity: 1;
  visibility: visible;
}

body:not(.page-id-1079) #wrapperFixed {
  overflow-x: hidden;
}

a,
button {
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
}
a:hover,
button:hover {
  opacity: 0.5;
}

figure {
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  pointer-events: none;
}

a img {
  pointer-events: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  border: 1px solid #000;
}

.cmn-menu {
  list-style: none;
  padding-left: 0;
  text-align: center;
}
.cmn-menu li {
  line-height: 1.6;
}
.cmn-menu .ja {
  font-size: 12px;
}
@media screen and (min-width: 960px) {
  .cmn-menu .ja {
    font-size: 14px;
  }
}
.cmn-menu .en {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .cmn-menu .en {
    font-size: 15px;
  }
}

.header {
  width: 100%;
  height: 65px;
  padding: 10px;
}
@media screen and (min-width: 960px) {
  .header {
    height: 130px;
    padding: 20px;
  }
}

.header-box {
  display: grid;
  align-items: center;
  grid-template-columns: 160px 1fr;
  height: 45px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .header-box {
    grid-template-columns: 350px 1fr;
    width: min(100% - 40px, 1400px);
    height: 90px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    overflow-x: scroll;
    scrollbar-width: none;
  }
}

@media screen and (min-width: 960px) {
  .header-logo {
    border-right: 1px solid #000;
    padding: 0 50px;
  }
}
.header-logo a {
  display: grid;
  align-items: center;
  grid-template-columns: 48px 1fr;
  column-gap: 5px;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .header-logo a {
    grid-template-columns: 75px 1fr;
    column-gap: 8px;
    font-size: 20px;
  }
}

@media screen and (min-width: 960px) {
  .header-nav {
    height: 100%;
  }
}

.header-nav-btn {
  display: block;
  width: 45px;
  aspect-ratio: 1;
  background: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .header-nav-btn {
    display: none;
  }
}
.header-nav-btn::before, .header-nav-btn::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 21.5px;
  left: 11.5px;
}
.header-nav-btn::before {
  transform: translateY(-3.5px);
}
.header-nav-btn::after {
  transform: translateY(3.5px);
}
.header-nav-btn.active {
  border: none;
  box-shadow: none;
}
.header-nav-btn.active::before {
  transform: translateY(0) rotate(45deg);
}
.header-nav-btn.active::after {
  transform: translateY(0) rotate(-45deg);
}

.header-menu {
  display: grid;
  align-content: start;
  row-gap: 36px;
  width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 60px 45px;
  position: fixed;
  top: 10px;
  right: 10px;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.header-menu.open {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 960px) {
  .header-menu {
    justify-content: space-between;
    align-content: stretch;
    grid-auto-flow: column;
    column-gap: 14px;
    width: auto;
    max-height: none;
    height: 100%;
    background: none;
    box-shadow: none;
    padding: 0 50px;
    position: static;
    overflow-y: hidden;
    opacity: 1;
    visibility: visible;
  }
  .header-menu li {
    display: grid;
    align-items: center;
    position: relative;
    white-space: nowrap;
  }
  .header-menu li::before {
    content: "";
    width: 0px;
    height: 8px;
    background-color: #000;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: width 0.3s;
  }
  .header-menu li:has(a:hover)::before {
    width: 100%;
  }
  .header-menu li a {
    padding: 0 8px;
  }
  .header-menu li a:hover {
    opacity: 1;
  }
}

.top-title {
  font-size: 21px;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .top-title {
    font-size: 28px;
  }
}
.top-title span {
  display: inline-block;
}
.top-title span.lg {
  font-size: 1.5em;
}

.top-mv {
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .top-mv {
    padding: 0 40px;
  }
}
.top-mv svg {
  width: 892px;
  position: absolute;
  top: 25px;
  left: 98%;
  transform: translate(-50%);
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .top-mv svg {
    width: 1784px;
    top: 25px;
    left: 53%;
  }
}
.top-mv svg path {
  transform-origin: center;
}
.top-mv svg path:nth-of-type(1) {
  animation: rhombus_c_anim01 10s infinite linear;
}
.top-mv svg path:nth-of-type(2) {
  animation: rhombus_c_anim02 10s infinite linear;
}
.top-mv svg path:nth-of-type(3) {
  animation: rhombus_c_anim03 10s infinite linear;
}
.top-mv svg path:nth-of-type(4) {
  animation: rhombus_c_anim04 10s infinite linear;
}
.top-mv svg path:nth-of-type(5) {
  animation: rhombus_c_anim05 10s infinite linear;
}

.top-mv-txt {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .top-mv-txt {
    max-width: 1000px;
    font-size: 30px;
    margin: 64px auto 0;
  }
}
.top-mv-txt span {
  display: block;
}
.top-mv-txt mark {
  display: inline-block;
  background-color: #fff;
  padding: 2px 8px;
  margin: 5px 0 0;
  margin-left: -8px;
}
@media screen and (min-width: 960px) {
  .top-mv-txt mark {
    padding: 2px 12px;
    margin: 10px 0 0;
    margin-left: -12px;
  }
}
.top-mv-txt mark:nth-of-type(1) {
  position: relative;
}
.top-mv-txt mark:nth-of-type(n+2) {
  margin-top: 5px;
}
@media screen and (min-width: 960px) {
  .top-mv-txt mark:nth-of-type(n+2) {
    margin-top: 0;
  }
}

.top-mv-slider {
  margin: 30px -20px 0;
}
@media screen and (min-width: 960px) {
  .top-mv-slider {
    margin: 90px -40px 0;
  }
}
.top-mv-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.top-mv-slider .swiper-slide {
  width: 250px;
  border-radius: 10px;
  margin-left: 20px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .top-mv-slider .swiper-slide {
    width: 500px;
    border-radius: 20px;
    margin-left: 40px;
  }
}
.top-mv-slider .swiper-slide.swiper-slide-even {
  margin-top: 25px;
}
@media screen and (min-width: 960px) {
  .top-mv-slider .swiper-slide.swiper-slide-even {
    margin-top: 50px;
  }
}
.top-mv-slider .swiper-slide img {
  width: 100%;
}

.top-main {
  padding: 0 40px;
  margin-top: 60px;
}
@media screen and (min-width: 640px) {
  .top-main {
    padding: 0 50px;
    margin-top: 90px;
  }
}
@media screen and (min-width: 960px) {
  .top-main {
    margin-top: 120px;
  }
}
.top-main.top-main01 {
  margin-bottom: 90px;
}
@media screen and (min-width: 960px) {
  .top-main.top-main01 {
    margin-bottom: 236px;
  }
}
.top-main .top-row {
  position: relative;
}
@media screen and (min-width: 640px) {
  .top-main .top-row {
    display: flex;
    align-items: flex-start;
    column-gap: 8%;
  }
  .top-main .top-row.reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 960px) {
  .top-main .top-row {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.top-main .top-row svg {
  width: 134.5px;
  position: absolute;
  top: -50px;
  left: 32px;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .top-main .top-row svg {
    width: 269px;
    top: -100px;
    left: 10px;
  }
}
.top-main .top-row svg path {
  transform-origin: center;
}
.top-main .top-row svg path:nth-of-type(1) {
  animation: rhombus_r_anim01 10s infinite linear;
}
.top-main .top-row svg path:nth-of-type(2) {
  animation: rhombus_r_anim02 10s infinite linear;
}
.top-main .top-row svg path:nth-of-type(3) {
  animation: rhombus_r_anim03 10s infinite linear;
}
.top-main .top-row svg path:nth-of-type(4) {
  animation: rhombus_r_anim04 10s infinite linear;
}
.top-main .top-row.reverse {
  flex-direction: row-reverse;
}
.top-main .top-row.reverse svg {
  left: auto;
  right: -5px;
  transform: translateX(50%);
}
@media screen and (min-width: 960px) {
  .top-main .top-row.reverse svg {
    top: auto;
    bottom: -100px;
    right: 10px;
  }
}
.top-main .top-image {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .top-main .top-image {
    width: 58%;
  }
}
@media screen and (min-width: 960px) {
  .top-main .top-image {
    border-radius: 20px;
  }
}
.top-main .top-image img {
  width: 100%;
}
.top-main .top-text {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  padding-top: 24px;
}
@media screen and (min-width: 640px) {
  .top-main .top-text {
    flex-shrink: 0;
    width: max(34%, 250px);
  }
}
@media screen and (min-width: 960px) {
  .top-main .top-text {
    width: max(34%, 340px);
    padding-top: 90px;
  }
}
.top-main.top-main01 .top-text {
  position: relative;
  z-index: 1;
}
.top-main.top-main01 .top-text .top-title {
  position: relative;
}
.top-main.top-main01 .top-text .top-title img {
  width: 86px;
  position: absolute;
  top: -14px;
  left: 160px;
}
@media screen and (min-width: 960px) {
  .top-main.top-main01 .top-text .top-title img {
    width: 116px;
    top: -28px;
    left: 208px;
  }
}
.top-main.top-main01 .top-text .top-img {
  width: 356px;
  position: absolute;
  top: 17.5px;
  right: 50%;
  transform: translateX(50%);
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .top-main.top-main01 .top-text .top-img {
    width: 644px;
    top: 272px;
    right: 0;
    transform: none;
  }
}
.top-main.top-main02 .top-img {
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .top-main.top-main02 .top-img {
    margin-top: 88px;
  }
}
.top-main.top-main02 .top-img img {
  width: 200px;
}
@media screen and (min-width: 960px) {
  .top-main.top-main02 .top-img img {
    width: 338px;
  }
}
.top-main .top-txt {
  font-size: 14px;
  margin-top: 16px;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .top-main .top-txt {
    font-size: 16px;
    margin-top: 24px;
  }
}
@media screen and (min-width: 640px) {
  .top-main .top-link {
    margin-top: auto !important;
  }
}
.top-main .top-link a {
  display: inline-block;
  color: #026ec3;
  font-size: 10px;
  font-weight: bold;
  padding: 6px 0;
  margin-right: 41px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .top-main .top-link a {
    font-size: 14px;
    margin-right: 60px;
  }
}
.top-main .top-link a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #026ec3;
  position: absolute;
  left: 0;
  bottom: 0;
}
.top-main .top-link a:hover {
  opacity: 1;
}
.top-main .top-link a:hover::after {
  animation: link_broder 0.75s ease;
}
.top-main .top-link a .icon {
  display: block;
  width: 28px;
  aspect-ratio: 1;
  border: 4px solid #026ec3;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(14px, -50%) scaleY(0.8) rotate(45deg);
}
@media screen and (min-width: 960px) {
  .top-main .top-link a .icon {
    transform: translate(16px, -50%) scaleY(0.8) rotate(45deg);
  }
}
@media screen and (min-width: 960px) {
  .top-main .top-link a .icon {
    width: 37px;
    border-width: 5px;
    border-radius: 2px;
  }
}
.top-main .top-link a .icon::after {
  content: "";
  border-left: 8px solid #026ec3;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  position: absolute;
  top: 45%;
  left: 55%;
  transform: translate(-50%, -50%) rotate(-45deg) scaleY(1.25);
}
@media screen and (min-width: 960px) {
  .top-main .top-link a .icon::after {
    border-left-width: 10px;
    border-top-width: 4.5px;
    border-bottom-width: 4.5px;
  }
}
.top-main.top-main01 .top-link {
  align-self: end;
  margin-top: 80px;
}
.top-main.top-main02 .top-link {
  margin-top: -10px;
}

.top-sub {
  padding: 0 65px;
  margin-top: 60px;
  position: relative;
}
@media screen and (min-width: 640px) {
  .top-sub {
    margin-top: 80px;
    padding: 140px 40px;
  }
}
@media screen and (min-width: 960px) {
  .top-sub {
    max-width: 1400px;
    margin: 100px auto 0;
    padding: 300px 40px;
  }
}
.top-sub .top-row {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 640px) {
  .top-sub .top-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (min-width: 960px) {
  .top-sub .top-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
.top-sub .top-box {
  display: block;
  height: 100%;
  color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 160px 30px 45px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .top-sub .top-box {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 345px 50px 80px;
  }
}
.top-sub .top-title {
  font-size: 17px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .top-sub .top-title {
    font-size: 28px;
  }
}
.top-sub .top-txt {
  font-size: 13px;
  margin-top: 4px;
}
@media screen and (min-width: 960px) {
  .top-sub .top-txt {
    font-size: 18px;
    margin-top: 16px;
    line-height: 2;
  }
}
.top-sub .top-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.top-sub .top-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-sub .icon {
  display: block;
  width: 28px;
  aspect-ratio: 1;
  border: 4px solid #fff;
  border-radius: 1px;
  position: absolute;
  bottom: 11px;
  right: 14px;
  transform: scaleY(0.8) rotate(45deg);
}
@media screen and (min-width: 960px) {
  .top-sub .icon {
    bottom: 22px;
    right: 28px;
  }
}
@media screen and (min-width: 960px) {
  .top-sub .icon {
    width: 37px;
    border-width: 5px;
    border-radius: 2px;
  }
}
.top-sub .icon::after {
  content: "";
  border-left: 8px solid #fff;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  position: absolute;
  top: 45%;
  left: 55%;
  transform: translate(-50%, -50%) rotate(-45deg) scaleY(1.25);
}
@media screen and (min-width: 960px) {
  .top-sub .icon::after {
    border-left-width: 10px;
    border-top-width: 4.5px;
    border-bottom-width: 4.5px;
  }
}
.top-sub .top-image {
  max-width: none;
  width: 1137px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .top-sub .top-image {
    width: 1516px;
  }
}

.top-news {
  padding: 0 30px;
  margin-top: 50px;
}
@media screen and (min-width: 640px) {
  .top-news {
    margin-top: 95px;
  }
}
@media screen and (min-width: 960px) {
  .top-news {
    margin-top: 140px;
  }
}
.top-news .top-row {
  display: grid;
  row-gap: 28px;
}
@media screen and (min-width: 640px) {
  .top-news .top-row {
    align-items: center;
    grid-template-columns: 39% 1fr;
  }
}
@media screen and (min-width: 960px) {
  .top-news .top-row {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.top-news .top-title {
  text-align: center;
}
.top-news .top-link {
  margin-top: 32px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .top-news .top-link {
    margin-top: 36px;
  }
}
.top-news .top-link a {
  display: inline-block;
  color: #026ec3;
  font-size: 10px;
  font-weight: bold;
  padding: 6px 0;
  margin-right: 41px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .top-news .top-link a {
    font-size: 14px;
    margin-right: 60px;
  }
}
.top-news .top-link a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #026ec3;
  position: absolute;
  left: 0;
  bottom: 0;
}
.top-news .top-link a:hover {
  opacity: 1;
}
.top-news .top-link a:hover::after {
  animation: link_broder 0.75s ease;
}
.top-news .top-link a .icon {
  display: block;
  width: 28px;
  aspect-ratio: 1;
  border: 4px solid #026ec3;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(14px, -50%) scaleY(0.8) rotate(45deg);
}
@media screen and (min-width: 960px) {
  .top-news .top-link a .icon {
    transform: translate(16px, -50%) scaleY(0.8) rotate(45deg);
  }
}
@media screen and (min-width: 960px) {
  .top-news .top-link a .icon {
    width: 37px;
    border-width: 5px;
    border-radius: 2px;
  }
}
.top-news .top-link a .icon::after {
  content: "";
  border-left: 8px solid #026ec3;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  position: absolute;
  top: 45%;
  left: 55%;
  transform: translate(-50%, -50%) rotate(-45deg) scaleY(1.25);
}
@media screen and (min-width: 960px) {
  .top-news .top-link a .icon::after {
    border-left-width: 10px;
    border-top-width: 4.5px;
    border-bottom-width: 4.5px;
  }
}
.top-news .top-post {
  border-bottom: 1px solid #ccc;
  padding: 20px 15px;
}
@media screen and (min-width: 960px) {
  .top-news .top-post {
    font-size: 14px;
    padding: 30px 20px;
  }
}
.top-news .top-post:first-of-type {
  border-top: 1px solid #ccc;
}
.top-news .top-post-link {
  display: grid;
  row-gap: 8px;
}
@media screen and (min-width: 960px) {
  .top-news .top-post-link {
    row-gap: 16px;
  }
}
.top-news .top-post-date {
  font-size: 12px;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .top-news .top-post-date {
    font-size: 14px;
  }
}
.top-news .top-post-ttl {
  font-size: 15px;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .top-news .top-post-ttl {
    font-size: 16px;
  }
}

.breadcrumb {
  font-size: 10px;
  padding: 0 10px;
}
@media screen and (min-width: 960px) {
  .breadcrumb {
    font-size: 16px;
    padding: 0 20px;
  }
}
.breadcrumb > span {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 24px;
}
@media screen and (min-width: 960px) {
  .breadcrumb > span {
    max-width: 1000px;
    margin: 55px auto 0;
  }
}
.breadcrumb > span span:not(.breadcrumb_last)::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 4px;
  background-color: #31bdea;
  border-radius: 9999px;
  margin: 0 6px;
  vertical-align: 2px;
}
@media screen and (min-width: 960px) {
  .breadcrumb > span span:not(.breadcrumb_last)::after {
    width: 16px;
    height: 6px;
    margin: 0 10px;
    vertical-align: 3px;
  }
}

.page-container {
  padding: 0 25px;
}
@media screen and (min-width: 640px) {
  .page-container {
    padding: 0 50px;
  }
}
@media screen and (min-width: 960px) {
  .page-container {
    max-width: 1100px;
    margin: 0 auto;
  }
}

.page-title {
  display: grid;
  justify-items: center;
  margin: 50px 0 55px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .page-title {
    row-gap: 4px;
    margin: 85px 0 175px;
  }
}
.page-title .ja {
  font-size: 26px;
}
@media screen and (min-width: 960px) {
  .page-title .ja {
    font-size: 42px;
  }
}
.page-title .en {
  font-size: 11px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .page-title .en {
    font-size: 18px;
  }
}
.page-title svg {
  width: 60px;
  position: absolute;
  top: 5%;
  left: -3%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 640px) {
  .page-title svg {
    top: 20%;
    left: 1%;
  }
}
@media screen and (min-width: 960px) {
  .page-title svg {
    width: 120px;
  }
}
.page-title svg path {
  transform-origin: center;
}
.page-title svg path:nth-of-type(1) {
  animation: rhombus_r_anim01 10s infinite linear;
}
.page-title svg path:nth-of-type(2) {
  animation: rhombus_r_anim02 10s infinite linear;
}
.page-title svg path:nth-of-type(3) {
  animation: rhombus_r_anim03 10s infinite linear;
}
.page-title svg path:nth-of-type(4) {
  animation: rhombus_r_anim04 10s infinite linear;
}

.page-thumb {
  border-radius: 10px;
  margin-bottom: 24px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .page-thumb {
    border-radius: 20px;
    margin-bottom: 75px;
  }
}
.page-thumb img {
  width: 100%;
}

.page-c {
  display: grid;
  row-gap: 15px;
  margin-top: 30px;
}
@media screen and (min-width: 640px) {
  .page-c {
    align-items: end;
    grid-template-columns: 1fr 360px;
    column-gap: 40px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .page-c {
    max-width: 1000px;
    margin: 80px auto 0;
  }
}

.page-c-thumb {
  height: 168px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .page-c-thumb {
    height: 300px;
    border-radius: 20px;
  }
}
.page-c-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-c-ttl {
  font-size: 21px;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .page-c-ttl {
    font-size: 24px;
  }
}

.page-c-txt {
  font-size: 15px;
  margin-top: 6px;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .page-c-txt {
    font-size: 16px;
    margin-top: 16px;
  }
}

.page-c-link {
  margin-top: 16px;
  text-align: right;
}
@media screen and (min-width: 960px) {
  .page-c-link {
    margin-top: 56px;
  }
}
.page-c-link a {
  display: inline-block;
  color: #026ec3;
  font-size: 10px;
  font-weight: bold;
  padding: 6px 0;
  margin-right: 41px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .page-c-link a {
    font-size: 14px;
    margin-right: 60px;
  }
}
.page-c-link a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #026ec3;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-c-link a:hover {
  opacity: 1;
}
.page-c-link a:hover::after {
  animation: link_broder 0.75s ease;
}
.page-c-link a .icon {
  display: block;
  width: 28px;
  aspect-ratio: 1;
  border: 4px solid #026ec3;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(14px, -50%) scaleY(0.8) rotate(45deg);
}
@media screen and (min-width: 960px) {
  .page-c-link a .icon {
    transform: translate(16px, -50%) scaleY(0.8) rotate(45deg);
  }
}
@media screen and (min-width: 960px) {
  .page-c-link a .icon {
    width: 37px;
    border-width: 5px;
    border-radius: 2px;
  }
}
.page-c-link a .icon::after {
  content: "";
  border-left: 8px solid #026ec3;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  position: absolute;
  top: 45%;
  left: 55%;
  transform: translate(-50%, -50%) rotate(-45deg) scaleY(1.25);
}
@media screen and (min-width: 960px) {
  .page-c-link a .icon::after {
    border-left-width: 10px;
    border-top-width: 4.5px;
    border-bottom-width: 4.5px;
  }
}

.archive .cmn-post {
  border-bottom: 1px solid #ccc;
  padding: 20px 15px;
  padding-right: 50px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .archive .cmn-post {
    font-size: 14px;
    padding: 40px;
  }
}
.archive .cmn-post:first-of-type {
  border-top: 1px solid #ccc;
}
.archive .cmn-post-link {
  display: grid;
  row-gap: 8px;
}
@media screen and (min-width: 960px) {
  .archive .cmn-post-link {
    align-items: center;
    grid-template-columns: auto 1fr auto;
    column-gap: 40px;
  }
}
.archive .cmn-post-link .icon {
  display: block;
  width: 28px;
  aspect-ratio: 1;
  border: 4px solid #026ec3;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%) scaleY(0.8) rotate(45deg);
}
@media screen and (min-width: 960px) {
  .archive .cmn-post-link .icon {
    position: static;
    transform: scaleY(0.8) rotate(45deg);
  }
}
@media screen and (min-width: 960px) {
  .archive .cmn-post-link .icon {
    width: 37px;
    border-width: 5px;
    border-radius: 2px;
  }
}
.archive .cmn-post-link .icon::after {
  content: "";
  border-left: 8px solid #026ec3;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  position: absolute;
  top: 45%;
  left: 55%;
  transform: translate(-50%, -50%) rotate(-45deg) scaleY(1.25);
}
@media screen and (min-width: 960px) {
  .archive .cmn-post-link .icon::after {
    border-left-width: 10px;
    border-top-width: 4.5px;
    border-bottom-width: 4.5px;
  }
}
.archive .cmn-post-date {
  font-size: 12px;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .archive .cmn-post-date {
    font-size: 14px;
  }
}
.archive .cmn-post-ttl {
  font-size: 15px;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .archive .cmn-post-ttl {
    font-size: 16px;
  }
}

@media screen and (min-width: 960px) {
  .single .page-content,
  .temp-learn-about .page-content {
    max-width: 880px;
    margin: 0 auto;
  }
}
.single .page-content h2,
.temp-learn-about .page-content h2 {
  display: grid;
  justify-content: center;
  font-size: 21px;
  font-weight: bold;
  margin-top: 24px;
}
@media screen and (min-width: 960px) {
  .single .page-content h2,
  .temp-learn-about .page-content h2 {
    font-size: 24px;
    margin-top: 75px;
  }
}
.single .page-content h2 + p,
.temp-learn-about .page-content h2 + p {
  margin-top: 1em;
}
@media screen and (min-width: 960px) {
  .single .page-content h2 + p,
  .temp-learn-about .page-content h2 + p {
    margin-top: 4em;
  }
}
.single .page-content p,
.temp-learn-about .page-content p {
  font-size: 15px;
  margin-top: 2em;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .single .page-content p,
  .temp-learn-about .page-content p {
    font-size: 16px;
  }
}
.single .page-content p a,
.temp-learn-about .page-content p a {
  border-bottom: 1px solid #000;
}
.single .page-back,
.temp-learn-about .page-back {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  width: 100%;
  min-height: 60px;
  color: #fff;
  background-color: #026ec3;
  font-size: 15px;
  font-weight: bold;
  border-radius: 10px;
  padding: 15px 80px;
  margin: 50px auto 0;
  position: relative;
}
@media screen and (min-width: 960px) {
  .single .page-back,
  .temp-learn-about .page-back {
    min-height: 80px;
    font-size: 18px;
    border-radius: 20px;
    padding: 20px 120px;
    margin-top: 112px;
  }
}
.single .page-back:hover,
.temp-learn-about .page-back:hover {
  background-color: #31bdea;
  opacity: 1;
}
.single .page-back .icon,
.temp-learn-about .page-back .icon {
  display: block;
  width: 28px;
  aspect-ratio: 1;
  border: 4px solid #fff;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%) scaleY(0.8) rotate(-135deg);
}
@media screen and (min-width: 960px) {
  .single .page-back .icon,
  .temp-learn-about .page-back .icon {
    left: 37px;
  }
}
@media screen and (min-width: 960px) {
  .single .page-back .icon,
  .temp-learn-about .page-back .icon {
    width: 37px;
    border-width: 5px;
    border-radius: 2px;
  }
}
.single .page-back .icon::after,
.temp-learn-about .page-back .icon::after {
  content: "";
  border-left: 8px solid #fff;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  position: absolute;
  top: 45%;
  left: 55%;
  transform: translate(-50%, -50%) rotate(-45deg) scaleY(1.25);
}
@media screen and (min-width: 960px) {
  .single .page-back .icon::after,
  .temp-learn-about .page-back .icon::after {
    border-left-width: 10px;
    border-top-width: 4.5px;
    border-bottom-width: 4.5px;
  }
}

.page-s-loop {
  display: grid;
  row-gap: 20px;
  margin-top: 60px;
}
@media screen and (min-width: 960px) {
  .page-s-loop {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 110px;
  }
}
.page-s-loop.oldest::before {
  content: "";
}

.page-s-link {
  display: grid;
  align-items: center;
  grid-template-columns: 135px 1fr;
  column-gap: 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 15px;
  padding-right: 50px;
  position: relative;
}
@media screen and (min-width: 640px) {
  .page-s-link {
    grid-template-columns: 180px 1fr;
    column-gap: 20px;
  }
}
@media screen and (min-width: 960px) {
  .page-s-link {
    border-radius: 20px;
    padding: 20px;
    padding-right: 70px;
  }
}
.page-s-link:hover {
  color: #026ec3;
  border-color: #026ec3;
  box-shadow: 0 0 0 1px #026ec3 inset;
  opacity: 1;
}
@media screen and (min-width: 960px) {
  .page-s-link:hover {
    box-shadow: 0 0 0 3px #026ec3 inset;
  }
}
.page-s-link .icon {
  display: block;
  width: 19px;
  aspect-ratio: 1;
  border: 4px solid #026ec3;
  border-radius: 1px;
  position: absolute;
  background-color: #026ec3;
  top: 50%;
  right: 13px;
  transform: translateY(-50%) scaleY(0.8) rotate(45deg);
}
@media screen and (min-width: 960px) {
  .page-s-link .icon {
    width: 21px;
    border-width: 5px;
    border-radius: 2px;
  }
}
.page-s-link .icon::after {
  content: "";
  border-left: 5px solid #fff;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  position: absolute;
  top: 45%;
  left: 55%;
  transform: translate(-50%, -50%) rotate(-45deg) scaleY(1.25);
}
@media screen and (min-width: 960px) {
  .page-s-link .icon::after {
    border-left-width: 6px;
    border-top-width: 2.5px;
    border-bottom-width: 2.5px;
  }
}

.page-s-thumb {
  height: 90px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .page-s-thumb {
    height: 120px;
    border-radius: 20px;
  }
}
.page-s-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-s-ttl {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .page-s-ttl {
    font-size: 18px;
  }
}

.page-empty {
  display: grid;
  justify-items: center;
}

.company .cts-row {
  display: grid;
  row-gap: 25px;
  margin-top: 50px;
}
@media screen and (min-width: 960px) {
  .company .cts-row {
    grid-template-columns: 280px 1fr;
    column-gap: 110px;
    margin-top: 100px;
  }
}
@media screen and (min-width: 960px) {
  .company .cts-sticky {
    position: relative;
  }
}
.company .cts-title {
  font-size: 21px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .company .cts-title {
    font-size: 28px;
    margin-top: 215px;
    position: sticky;
    top: 215px;
    left: 0;
  }
}
.company .cts-table {
  border-bottom: 1px solid #ccc;
}
.company .cts-table th, .company .cts-table td {
  border: none;
  border-top: 1px solid #ccc;
  padding: 13px 20px;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .company .cts-table th, .company .cts-table td {
    padding: 26px 40px;
  }
}
.company .cts-table th {
  width: 120px;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .company .cts-table th {
    width: 185px;
  }
}
.company .cts-table td {
  padding-left: 0 !important;
}
.company .cts-history {
  border-bottom: 1px solid #026ec3;
}
.company .cts-history dt {
  border-top: 1px solid #026ec3;
  margin-top: 10px;
}
.company .cts-history dt:first-of-type {
  margin-top: 0;
}
.company .cts-history dt span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  min-height: 40px;
  color: #fff;
  background-color: #026ec3;
  font-size: 15px;
  font-weight: bold;
  border-radius: 0 0 10px 10px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .company .cts-history dt span {
    width: 220px;
    min-height: 50px;
    font-size: 18px;
    border-radius: 0 0 20px 20px;
  }
}
.company .cts-history dd {
  padding: 22px 0;
  margin: 0 15px;
  line-height: 2;
}
@media screen and (min-width: 640px) {
  .company .cts-history dd {
    margin: 0 30px;
  }
}
.company .cts-history dd + dd {
  border-top: 1px solid #ccc;
}
.company .cts-history .cts-image {
  display: grid;
  gap: 20px;
  margin-top: 24px;
}
@media screen and (min-width: 640px) {
  .company .cts-history .cts-image {
    justify-content: start;
    grid-auto-flow: column;
    margin-top: 32px;
  }
}
.company .cts-history .cts-image figcaption {
  display: grid;
  justify-content: center;
  font-size: 14px;
  margin-top: 4px;
  text-align: left;
  line-height: 1.5;
}

.transaction .cts-title {
  font-size: 21px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .transaction .cts-title {
    font-size: 28px;
  }
}
.transaction .cts-ttl {
  display: grid;
  justify-content: center;
  font-size: 21px;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .transaction .cts-ttl {
    font-size: 24px;
  }
}
.transaction .cts-txt {
  font-size: 15px;
  margin-top: 20px;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .transaction .cts-txt {
    font-size: 16px;
    margin-top: 24px;
  }
}
.transaction .cts-txt a {
  border-bottom: 1px solid;
}
.transaction .cts-inner {
  max-width: 880px;
  margin: 0 auto;
}
.transaction .cts-inner .cts-txt {
  margin-top: 2em;
}
.transaction .cts-inner .cts-ttl + .cts-txt {
  margin-top: 1em;
}
@media screen and (min-width: 960px) {
  .transaction .cts-inner .cts-ttl + .cts-txt {
    margin-top: 4em;
  }
}
.transaction .cts-box {
  display: grid;
  row-gap: 35px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 25px;
  margin-top: 45px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .transaction .cts-box {
    row-gap: 70px;
    border-radius: 20px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    padding: 80px 50px;
    margin-top: 90px;
  }
}
.transaction .cts-box .cts-sec {
  display: grid;
  justify-items: center;
}
.transaction .cts-box .cts-icon {
  max-width: 210px;
}
@media screen and (min-width: 960px) {
  .transaction .cts-box .cts-icon {
    max-width: none;
  }
}
.transaction .cts-box .cts-title {
  margin-top: 28px;
}
@media screen and (min-width: 960px) {
  .transaction .cts-box .cts-txt {
    text-align: center;
  }
}
.transaction .cts-flow {
  margin-top: 60px;
}
@media screen and (min-width: 960px) {
  .transaction .cts-flow {
    margin-top: 90px;
  }
}
.transaction .cts-row {
  display: grid;
  row-gap: 30px;
  margin-top: 30px;
}
@media screen and (min-width: 640px) {
  .transaction .cts-row {
    grid-template-columns: repeat(3, 29%);
    column-gap: 6.5%;
  }
}
@media screen and (min-width: 960px) {
  .transaction .cts-row {
    margin-top: 60px;
  }
}
.transaction .cts-def .cts-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 71px;
  aspect-ratio: 1;
  color: #31bdea;
  font-size: 28px;
  font-weight: bold;
  border: 9px solid #31bdea;
  border-radius: 2px;
  margin: 0 auto;
  transform: scaleY(0.8) rotate(45deg);
}
@media screen and (min-width: 960px) {
  .transaction .cts-def .cts-num {
    width: 85px;
    font-size: 32px;
    border-width: 11px;
  }
}
.transaction .cts-def .cts-num span {
  transform: rotate(-45deg) scaleY(1.25);
}
.transaction .cts-def .cts-ttl {
  color: #31bdea;
  margin-top: 16px;
}
.transaction .cts-contact {
  display: grid;
  row-gap: 30px;
  padding: 50px 0;
  margin-top: 60px;
  position: relative;
}
@media screen and (min-width: 640px) {
  .transaction .cts-contact {
    align-items: center;
    grid-template-columns: 1fr 52%;
    column-gap: 30px;
  }
}
@media screen and (min-width: 960px) {
  .transaction .cts-contact {
    grid-template-columns: 440px 1fr;
    column-gap: 60px;
    padding: 100px 0;
    margin-top: 90px;
  }
}
.transaction .cts-contact::before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #f3e5d5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .transaction .cts-contact .cts-col:first-of-type {
    padding: 0 40px;
  }
}
.transaction .cts-contact .cts-txt {
  font-size: 16px;
}
@media screen and (min-width: 960px) {
  .transaction .cts-contact .cts-txt {
    font-size: 20px;
  }
}
.transaction .cts-contact .cts-btn {
  display: block;
  color: #fff;
  background-color: #026ec3;
  font-weight: bold;
  border-radius: 10px;
  padding: 28px 50px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  .transaction .cts-contact .cts-btn {
    border-radius: 20px;
    padding: 35px 75px;
  }
}
.transaction .cts-contact .cts-btn:hover {
  background-color: #31bdea;
  opacity: 1;
}
.transaction .cts-contact .cts-btn:hover.tel .day em {
  color: #31bdea;
}
.transaction .cts-contact .cts-btn + .cts-btn {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .transaction .cts-contact .cts-btn + .cts-btn {
    margin-top: 30px;
  }
}
.transaction .cts-contact .cts-btn.tel {
  font-size: 15px;
}
@media screen and (min-width: 960px) {
  .transaction .cts-contact .cts-btn.tel {
    font-size: 16px;
  }
}
.transaction .cts-contact .cts-btn.tel .txt {
  font-size: 18px;
}
@media screen and (min-width: 960px) {
  .transaction .cts-contact .cts-btn.tel .txt {
    font-size: 24px;
  }
}
.transaction .cts-contact .cts-btn.tel .num {
  display: inline-block;
  font-size: 21px;
  margin-top: 6px;
}
@media screen and (min-width: 960px) {
  .transaction .cts-contact .cts-btn.tel .num {
    font-size: 28px;
  }
}
.transaction .cts-contact .cts-btn.tel .day {
  display: inline-block;
  margin-top: 12px;
  line-height: 1.625;
}
.transaction .cts-contact .cts-btn.tel .day em {
  display: inline-block;
  width: 1.625em;
  color: #026ec3;
  background-color: #fff;
  font-style: normal;
  border-radius: 50%;
  transition: 0.3s;
}
.transaction .cts-contact .cts-btn.form {
  font-size: 16px;
}
@media screen and (min-width: 960px) {
  .transaction .cts-contact .cts-btn.form {
    font-size: 20px;
  }
}
.transaction .cts-contact .cts-btn.form .icon {
  display: block;
  width: 28px;
  aspect-ratio: 1;
  border: 4px solid #fff;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) scaleY(0.8) rotate(45deg);
}
@media screen and (min-width: 960px) {
  .transaction .cts-contact .cts-btn.form .icon {
    right: 27px;
  }
}
@media screen and (min-width: 960px) {
  .transaction .cts-contact .cts-btn.form .icon {
    width: 37px;
    border-width: 5px;
    border-radius: 2px;
  }
}
.transaction .cts-contact .cts-btn.form .icon::after {
  content: "";
  border-left: 8px solid #fff;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  position: absolute;
  top: 45%;
  left: 55%;
  transform: translate(-50%, -50%) rotate(-45deg) scaleY(1.25);
}
@media screen and (min-width: 960px) {
  .transaction .cts-contact .cts-btn.form .icon::after {
    border-left-width: 10px;
    border-top-width: 4.5px;
    border-bottom-width: 4.5px;
  }
}

@media screen and (min-width: 960px) {
  .privacy-policy .page-content {
    max-width: 880px;
    margin: 0 auto;
  }
}
.privacy-policy .page-content h2 {
  display: grid;
  justify-content: center;
  font-size: 21px;
  font-weight: bold;
  margin-top: 45px;
}
@media screen and (min-width: 960px) {
  .privacy-policy .page-content h2 {
    font-size: 24px;
    margin-top: 65px;
  }
}
.privacy-policy .page-content p {
  font-size: 15px;
  margin-top: 1.5em;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .privacy-policy .page-content p {
    font-size: 16px;
  }
}

.snow-monkey-form {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.snow-monkey-form .smf-item {
  display: grid;
  row-gap: 10px;
  margin-top: 40px;
}
@media screen and (min-width: 640px) {
  .snow-monkey-form .smf-item {
    grid-template-columns: 220px 1fr;
    column-gap: 30px;
  }
}
@media screen and (min-width: 960px) {
  .snow-monkey-form .smf-item {
    grid-template-columns: 270px 1fr;
  }
}
.snow-monkey-form .smf-item__col--label {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  column-gap: 10px;
}
.snow-monkey-form .smf-item__col--label .smf-item__label {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .snow-monkey-form .smf-item__col--label .smf-item__label {
    font-size: 20px;
  }
}
.snow-monkey-form .smf-item__col--label .smf-item__label a {
  border-bottom: 1px solid;
}
.snow-monkey-form .smf-item__col--label .smf-item__description {
  color: #fff;
  background-color: #31bdea;
  font-size: 15px;
  font-weight: bold;
  border-radius: 2px;
  padding: 1px 9px;
  margin-top: 0;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .snow-monkey-form .smf-item__col--label .smf-item__description {
    font-size: 16px;
  }
}
.snow-monkey-form .smf-placeholder {
  font-size: 16px;
  line-height: 2;
}
.snow-monkey-form .smf-text-control__control,
.snow-monkey-form .smf-textarea-control__control,
.snow-monkey-form .smf-select-control__control {
  width: 100%;
  border-color: #ccc;
  border-radius: 10px;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .snow-monkey-form .smf-text-control__control,
  .snow-monkey-form .smf-textarea-control__control,
  .snow-monkey-form .smf-select-control__control {
    font-size: 18px;
  }
}
.snow-monkey-form .smf-select-control__control {
  padding-right: 40px;
}
.snow-monkey-form .smf-checkbox-control {
  display: flex;
  align-items: center;
}
.snow-monkey-form .smf-checkbox-control input {
  width: 30px;
  height: 30px;
  border: 3px solid #31bdea;
  border-radius: 2px;
}
.snow-monkey-form .smf-radio-buttons-control__control .smf-label:not(:last-child),
.snow-monkey-form .smf-checkboxes-control__control .smf-label:not(:last-child) {
  margin: 10px 30px 10px 0;
}
.snow-monkey-form .smf-radio-button-control__control,
.snow-monkey-form .smf-checkbox-control__control {
  margin-top: 0;
}
.snow-monkey-form .smf-radio-button-control__label,
.snow-monkey-form .smf-checkbox-control__label {
  font-size: 16px;
}
@media screen and (min-width: 960px) {
  .snow-monkey-form .smf-radio-button-control__label,
  .snow-monkey-form .smf-checkbox-control__label {
    font-size: 18px;
  }
}
.snow-monkey-form .smf-action {
  display: grid;
  row-gap: 20px;
  margin-top: 50px;
}
@media screen and (min-width: 640px) {
  .snow-monkey-form .smf-action {
    justify-items: center;
    grid-auto-flow: column;
    column-gap: 40px;
  }
}
@media screen and (min-width: 960px) {
  .snow-monkey-form .smf-action {
    margin-top: 80px;
  }
}
.snow-monkey-form .smf-action .smf-button-control {
  width: min(100%, 500px);
  margin-left: 0 !important;
}
.snow-monkey-form .smf-action .smf-button-control__control {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 80px;
  color: #fff;
  background: #026ec3;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 15px 60px;
  margin: 0 !important;
  position: relative;
}
@media screen and (min-width: 960px) {
  .snow-monkey-form .smf-action .smf-button-control__control {
    min-height: 100px;
    font-size: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 90px;
  }
}
.snow-monkey-form .smf-action .smf-button-control__control:hover {
  background-color: #31bdea;
  opacity: 1;
}
.snow-monkey-form .smf-action .smf-button-control__control::before {
  content: "";
  display: block;
  width: 28px;
  aspect-ratio: 1;
  border: 4px solid #fff;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) scaleY(0.8) rotate(-135deg);
}
@media screen and (min-width: 960px) {
  .snow-monkey-form .smf-action .smf-button-control__control::before {
    width: 37px;
    border-width: 5px;
    border-radius: 2px;
    right: 27px;
  }
}
.snow-monkey-form .smf-action .smf-button-control__control::after {
  content: "";
  border-left: 8px solid #fff;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .snow-monkey-form .smf-action .smf-button-control__control::after {
    border-left-width: 10px;
    border-top-width: 4.5px;
    border-bottom-width: 4.5px;
    right: 40px;
  }
}
.snow-monkey-form .smf-action .smf-button-control__control[data-action=back]::before {
  right: auto;
  left: 15px;
}
@media screen and (min-width: 960px) {
  .snow-monkey-form .smf-action .smf-button-control__control[data-action=back]::before {
    left: 27px;
  }
}
.snow-monkey-form .smf-action .smf-button-control__control[data-action=back]::after {
  right: auto;
  left: 23px;
  transform: translateY(-50%) scaleX(-1);
}
@media screen and (min-width: 960px) {
  .snow-monkey-form .smf-action .smf-button-control__control[data-action=back]::after {
    left: 40px;
  }
}
.snow-monkey-form[data-screen=confirm] .smf-item__controls p {
  display: none;
}
.snow-monkey-form .smf-complete-content {
  display: grid;
  justify-content: center;
  row-gap: 2em;
  font-size: 15px;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .snow-monkey-form .smf-complete-content {
    font-size: 16px;
  }
}

.p-country-name,
.smf-sending {
  display: none;
}

.reCAPTCHA {
  width: min(100%, 700px);
  color: #000;
  background-color: #fff;
  font-size: 12px;
  border: 1px solid #026ec3;
  border-radius: 5px;
  padding: 1em 1.5em;
  margin: 50px auto 0;
}
.reCAPTCHA a {
  color: #026ec3;
}
@media screen and (min-width: 960px) {
  .reCAPTCHA {
    border-radius: 10px;
    margin-top: 80px;
  }
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 50px;
}
@media screen and (min-width: 960px) {
  .pagination {
    gap: 23px;
    margin-top: 100px;
  }
}
.pagination .icon {
  display: block;
  width: 28px;
  aspect-ratio: 1;
  border: 4px solid #026ec3;
  border-radius: 1px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  transform: scaleY(0.8) rotate(45deg);
}
@media screen and (min-width: 960px) {
  .pagination .icon {
    width: 37px;
    border-width: 5px;
    border-radius: 2px;
  }
}
.pagination .icon::after {
  content: "";
  border-left: 8px solid #026ec3;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  position: absolute;
  top: 45%;
  left: 55%;
  transform: translate(-50%, -50%) rotate(-45deg) scaleY(1.25);
}
@media screen and (min-width: 960px) {
  .pagination .icon::after {
    border-left-width: 10px;
    border-top-width: 4.5px;
    border-bottom-width: 4.5px;
  }
}
.pagination .prev .icon {
  transform: scaleY(0.8) rotate(-135deg);
}
.pagination .num .icon {
  color: #026ec3;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  .pagination .num .icon {
    font-size: 14px;
  }
}
.pagination .num .icon::after {
  content: none;
}
.pagination .num:not(a) .icon {
  color: #fff;
  background-color: #026ec3;
}
.pagination .num span {
  transform: rotate(-45deg) scaleY(1.25);
}

.footer {
  padding-top: 140px;
  position: relative;
  overflow-x: hidden;
}
@media screen and (min-width: 960px) {
  .footer {
    padding-top: 250px;
  }
}
.footer svg {
  width: 892px;
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .footer svg {
    width: 1784px;
    top: 75px;
    left: 53%;
  }
}
.footer svg path {
  transform-origin: center;
}
.footer svg path:nth-of-type(1) {
  animation: rhombus_c_anim01 10s infinite linear;
}
.footer svg path:nth-of-type(2) {
  animation: rhombus_c_anim02 10s infinite linear;
}
.footer svg path:nth-of-type(3) {
  animation: rhombus_c_anim03 10s infinite linear;
}
.footer svg path:nth-of-type(4) {
  animation: rhombus_c_anim04 10s infinite linear;
}
.footer svg path:nth-of-type(5) {
  animation: rhombus_c_anim05 10s infinite linear;
}

.footer-box {
  width: calc(100vw - 20px);
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 25px;
  margin: 15px auto 0;
}
@media screen and (min-width: 960px) {
  .footer-box {
    width: calc(100vw - 80px);
    border-radius: 20px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    padding: 80px 50px;
    margin-top: 20px;
  }
}

.footer-contact {
  display: grid;
  justify-content: center;
  row-gap: 8px;
  font-size: 12px;
  border: 4px solid transparent;
  padding-right: 50px;
  text-align: center;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 960px) {
  .footer-contact {
    justify-content: center;
    align-items: center;
    grid-auto-flow: column;
    column-gap: 8px;
    font-size: 16px;
    border-width: 8px;
    padding: 72px 100px;
  }
}
.footer-contact:hover {
  color: #026ec3;
  border-color: #026ec3;
  opacity: 1;
}
.footer-contact .en {
  font-size: 2.5em;
  font-weight: bold;
  order: -1;
}
.footer-contact .icon {
  display: block;
  width: 28px;
  aspect-ratio: 1;
  background-color: #026ec3;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%) scaleY(0.8) rotate(45deg);
}
@media screen and (min-width: 960px) {
  .footer-contact .icon {
    width: 43px;
    border-radius: 2px;
    right: 40px;
    transform: translateY(-50%) scaleY(0.8) rotate(45deg);
  }
}
.footer-contact .icon::after {
  content: "";
  border-left: 6px solid #fff;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  position: absolute;
  top: 45%;
  left: 55%;
  transform: translate(-50%, -50%) rotate(-45deg) scaleY(1.25);
}
@media screen and (min-width: 960px) {
  .footer-contact .icon::after {
    border-left-width: 10px;
    border-top-width: 4.5px;
    border-bottom-width: 4.5px;
  }
}

.footer-container {
  position: relative;
}

.footer-row {
  display: grid;
  row-gap: 45px;
}
@media screen and (min-width: 960px) {
  .footer-row {
    align-items: center;
    grid-template-columns: 240px 1fr;
    column-gap: 100px;
    max-width: 1000px;
    margin: 0 auto;
  }
}

.footer-info {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .footer-info {
    text-align: left;
  }
}

.footer-logo {
  text-align: center;
}
.footer-logo img {
  width: 113px;
}
@media screen and (min-width: 960px) {
  .footer-logo img {
    width: 150px;
  }
}

.footer-name {
  font-size: 17px;
  font-weight: bold;
  margin-top: 16px;
}
@media screen and (min-width: 960px) {
  .footer-name {
    font-size: 20px;
    margin-top: 24px;
  }
}

.footer-addr {
  font-size: 14px;
  font-style: normal;
  margin-top: 8px;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .footer-addr {
    font-size: 15px;
    margin-top: 16px;
  }
}

.footer-menu {
  display: grid;
  gap: 36px 18px;
}
@media screen and (min-width: 640px) {
  .footer-menu {
    grid-template-columns: repeat(3, auto);
  }
}
@media screen and (min-width: 960px) {
  .footer-menu {
    justify-content: space-between;
    gap: 50px 25px;
    text-align: left;
  }
  .footer-menu .ja {
    font-size: 16px;
  }
  .footer-menu .en {
    font-size: 14px;
  }
}

.footer-anchor {
  display: block;
  width: 64px;
  aspect-ratio: 1;
  color: #026ec3;
  font-size: 8px;
  font-weight: bold;
  border: 5px solid #026ec3;
  border-radius: 2px;
  letter-spacing: -0.02em;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 98px) scaleY(0.8) rotate(45deg);
}
@media screen and (min-width: 960px) {
  .footer-anchor {
    width: 71px;
    font-size: 9px;
    border-width: 6px;
    bottom: 0;
    right: 0;
    transform: translate(-42px, -31px) scaleY(0.8) rotate(45deg);
  }
}
.footer-anchor span {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 12%;
  left: 42%;
  transform: rotate(-45deg) translateX(-50%) scaleY(1.25);
}
.footer-anchor::before {
  content: "";
  display: block;
  width: 0;
  border-bottom: 12.6px solid #026ec3;
  border-left: 13.5px solid transparent;
  border-right: 13.5px solid transparent;
  position: absolute;
  top: 12%;
  left: 33%;
  transform: rotate(-45deg) translate(-50%, -50%) scaleY(1.25);
}
@media screen and (min-width: 960px) {
  .footer-anchor::before {
    border-bottom-width: 14px;
    border-left-width: 15px;
    border-right-width: 15px;
  }
}

.footer-copy {
  display: block;
  font-size: 10px;
  text-align: center;
  padding: 30px;
  margin-top: 100px;
}
@media screen and (min-width: 960px) {
  .footer-copy {
    font-size: 12px;
    padding: 40px;
    margin-top: 0;
  }
}

@keyframes link_broder {
  0% {
    transform: scaleX(1);
    transform-origin: right center;
  }
  49% {
    transform: scaleX(0);
    transform-origin: right center;
  }
  51% {
    transform: scaleX(0);
    transform-origin: left center;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left center;
  }
}
@keyframes rhombus_c_anim01 {
  0% {
    transform: translateY(0%) rotate(0deg);
  }
  25% {
    transform: translateY(0%) rotate(3deg);
  }
  50% {
    transform: translateY(0%) rotate(0deg);
  }
  75% {
    transform: translateY(-5%) rotate(-3deg);
  }
  100% {
    transform: translateY(0%) rotate(0deg);
  }
}
@keyframes rhombus_c_anim02 {
  0% {
    transform: translateY(0%) rotate(0deg);
  }
  50% {
    transform: translateY(-3%) rotate(-3deg);
  }
  50% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(0) rotate(3deg);
  }
  100% {
    transform: translateY(0%) rotate(0deg);
  }
}
@keyframes rhombus_c_anim03 {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rhombus_c_anim04 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rhombus_c_anim05 {
  0% {
    transform: translateY(0%) rotate(0deg);
  }
  25% {
    transform: translateY(0%) rotate(3deg);
  }
  50% {
    transform: translateY(0%) rotate(0deg);
  }
  75% {
    transform: translateY(6%) rotate(-3deg);
  }
  100% {
    transform: translateY(0%) rotate(0deg);
  }
}
@keyframes rhombus_r_anim01 {
  0% {
    transform: translateX(0%) rotate(0deg);
  }
  25% {
    transform: translateX(-2%) rotate(4deg);
  }
  50% {
    transform: translateX(0%) rotate(0deg);
  }
  75% {
    transform: translateX(5%) rotate(-4deg);
  }
  100% {
    transform: translateX(0%) rotate(0deg);
  }
}
@keyframes rhombus_r_anim02 {
  0% {
    transform: translateX(0%) rotate(0deg);
  }
  25% {
    transform: translateX(2%) rotate(-4deg);
  }
  50% {
    transform: translateX(0%) rotate(0deg);
  }
  75% {
    transform: translateX(0%) rotate(4deg);
  }
  100% {
    transform: translateX(0%) rotate(0deg);
  }
}
@keyframes rhombus_r_anim03 {
  0% {
    transform: translateX(0%) rotate(0deg);
  }
  25% {
    transform: translateX(0%) rotate(4deg);
  }
  50% {
    transform: translateX(0%) rotate(0deg);
  }
  75% {
    transform: translateX(-2%) rotate(-4deg);
  }
  100% {
    transform: translateX(0%) rotate(0deg);
  }
}
@keyframes rhombus_r_anim04 {
  0% {
    transform: translateX(0%) rotate(0deg);
  }
  25% {
    transform: translateX(-6%) rotate(-4deg);
  }
  50% {
    transform: translateX(0%) rotate(0deg);
  }
  75% {
    transform: translateX(3%) rotate(4deg);
  }
  100% {
    transform: translateX(0%) rotate(0deg);
  }
}/*# sourceMappingURL=style.css.map */