@charset "UTF-8";
/* mixin */
/* インデント調整 */
/* センター寄せのインデント調整 */
/* 動作の時間（1001px以上の時,1000px以下の時） */
/* 行数によるテキスト変換（501px以上の時,500px以下の時） */
/* フォルダ内の背景画像取得 */
/* 丸角(丸角のpx数,丸角を適用するカドの指定) */
/* container生成（要素の幅,余白,位置【center left right】） */
/* コンテンツの中央配置 */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
/* flexのfit */
/* template color */
/* custom color */
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  -webkit-filter: brightness(0) saturate(100%) invert(17%) sepia(38%) saturate(9%) hue-rotate(357deg) brightness(92%) contrast(92%);
          filter: brightness(0) saturate(100%) invert(17%) sepia(38%) saturate(9%) hue-rotate(357deg) brightness(92%) contrast(92%);
}

/* font */
/* setting */
* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none !important;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  color: #333;
  background-color: #F9F7F2;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media screen and (max-width: 1200px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (max-width: 1000px) {
  body #swipebox-close {
    right: auto;
    left: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 500;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

p,
th,
td,
li,
dt,
dd,
address {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 500;
  line-height: 2;
  font-style: normal;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

img,
picture,
figure {
  margin: 0;
}

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

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.link {
  display: inline;
  color: #333;
  text-decoration: underline;
}
a:hover {
  opacity: 0.6;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
  cursor: default;
}
a[href^=tel]:hover {
  opacity: 1;
}
@media screen and (min-width: 1001px) {
  a[href^=tel] {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
}

.wp-caption {
  margin: 10px;
  padding-top: 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

@media screen and (min-width: 1001px) {
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}

.swipe {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .swipe {
    position: relative;
    padding: 5px 0;
    overflow: hidden;
    z-index: 1;
  }
  .swipe img {
    min-width: 1200px;
  }
  .swipe::before {
    position: absolute;
    content: "";
    z-index: 2;
    max-width: 180px;
    width: 100%;
    max-height: 56px;
    height: 100%;
    top: 60px;
    left: 20px;
    background-image: url(../images/svg_swipe.svg);
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation: 2s ease-in-out alternate infinite please__swipe;
            animation: 2s ease-in-out alternate infinite please__swipe;
  }
  .swipe::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background: #BDBDBD;
    opacity: 0.6;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .swipe__on {
    overflow: auto;
    white-space: nowrap;
  }
  .swipe__on::after, .swipe__on::before {
    opacity: 0;
    z-index: -1;
    -webkit-animation: none;
            animation: none;
  }
  .swipe__on::-webkit-scrollbar {
    height: 5px;
  }
  .swipe__on::-webkit-scrollbar-track, .swipe__on::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .swipe th,
  .swipe td {
    display: table-cell !important;
    white-space: nowrap;
  }
}

@-webkit-keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}

@keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}
@media screen and (min-width: 1001px) {
  .l-following_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  .l-following_contents .--side {
    top: 0;
    width: 200px;
  }
  .l-following_contents .--main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 1000px) {
  .l-following_contents .--side {
    bottom: 0;
  }
}
.l-following_contents .--side {
  position: sticky;
  left: 0;
}

.flickWrap {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .flickWrap {
    padding: 5px 0;
    overflow: auto;
    white-space: nowrap;
  }
  .flickWrap::before {
    margin-bottom: 20px;
    color: #f55;
    font-size: clamp(1.2rem, 1.1290322581vw, 1.4rem);
    content: "※表が見切れる場合は横スクロールでご覧ください。";
  }
  .flickWrap::-webkit-scrollbar {
    height: 5px;
  }
  .flickWrap::-webkit-scrollbar-track, .flickWrap::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}

.lazy {
  opacity: 0;
  position: relative;
  -webkit-transform: translate(0%, 50px);
          transform: translate(0%, 50px);
}

.lazy-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.tab-none {
  display: none;
}
@media screen and (max-width: 700px) {
  .tab-none {
    display: block;
  }
}

@media screen and (min-width: 1451px) {
  .p-top-mv__title__br {
    display: none;
  }
}

.l-container {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding-inline: 40px;
}
@media screen and (max-width: 500px) {
  .l-container {
    padding-inline: 20px;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.archive .wp-pagenavi {
  margin-top: clamp(80px, 6.5vw, 104px);
}
.wp-pagenavi a,
.wp-pagenavi span {
  position: relative;
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  font-weight: 500;
  aspect-ratio: 1/1;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (min-width: 1001px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 24px;
  }
}
.wp-pagenavi a::before,
.wp-pagenavi span::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 0%;
  height: 2px;
  background-color: #333;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .wp-pagenavi a::before,
  .wp-pagenavi span::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .wp-pagenavi a::before,
  .wp-pagenavi span::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.wp-pagenavi a.current,
.wp-pagenavi span.current {
  color: #fff;
  background-color: #1A76F1;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  color: transparent !important;
  text-indent: -9999px;
  overflow: clip;
  aspect-ratio: 1/1;
}
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/icon-arrow2.svg");
  background-repeat: no-repeat;
  background-size: 6px 12px;
  background-position: center center;
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
  -webkit-transition: inherit;
  transition: inherit;
}
.wp-pagenavi .previouspostslink {
  rotate: 180deg;
}

.text-under {
  text-decoration: underline;
}

.link-under {
  color: #1A76F1;
  text-decoration: underline;
}

/* module */
.cm-bread {
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  line-height: 2;
  padding-bottom: clamp(60px, 5vw, 80px);
  padding-top: clamp(160px, 15vw, 240px);
}
.cm-bread a {
  color: inherit;
  font-size: inherit;
}

.c-header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 120px;
  overflow: hidden;
  z-index: 10;
}
@media screen and (max-width: 500px) {
  .c-header {
    height: 96px;
  }
}
.c-header__logo {
  max-width: 222px;
  padding-top: clamp(20px, 2vw, 32px);
  padding-left: clamp(20px, 2.5vw, 40px);
}
@media screen and (max-width: 500px) {
  .c-header__logo {
    max-width: 144px;
  }
}

.header_trigger {
  position: fixed;
  top: -24px;
  right: -19px;
  aspect-ratio: 1/1;
  width: 144px;
  height: auto;
  background: #1A76F1;
  z-index: 100;
  cursor: pointer;
  border-radius: 100%;
}
@media screen and (max-width: 500px) {
  .header_trigger {
    max-width: 115px;
    top: -38px;
    right: -25px;
  }
}
.header_trigger:hover {
  opacity: 1;
}
.header_trigger span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 5px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (max-width: 500px) {
  .header_trigger span {
    width: 24px;
    top: 68px;
    left: 54px;
  }
}
.header_trigger span:first-child {
  -webkit-transform: translateY(calc(-50% - 13px)) translateX(-50%) rotate(0deg);
          transform: translateY(calc(-50% - 13px)) translateX(-50%) rotate(0deg);
}
@media screen and (max-width: 500px) {
  .header_trigger span:first-child {
    -webkit-transform: translateY(calc(-50% - 11px)) translateX(-50%) rotate(0deg);
            transform: translateY(calc(-50% - 11px)) translateX(-50%) rotate(0deg);
  }
}
.header_trigger span:last-child {
  -webkit-transform: translateY(calc(-50% + 13px)) translateX(-50%) rotate(0deg);
          transform: translateY(calc(-50% + 13px)) translateX(-50%) rotate(0deg);
}
@media screen and (max-width: 500px) {
  .header_trigger span:last-child {
    -webkit-transform: translateY(calc(-50% + 11px)) translateX(-50%) rotate(0deg);
            transform: translateY(calc(-50% + 11px)) translateX(-50%) rotate(0deg);
  }
}
.header_trigger.active span {
  opacity: 0;
}
.header_trigger.active span:first-child {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(315deg);
          transform: translate(-50%, -50%) rotate(315deg);
}
.header_trigger.active span:last-child {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(-315deg);
          transform: translate(-50%, -50%) rotate(-315deg);
}

.header_menu {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 688px;
  width: 100%;
  background-color: #F9F7F2;
  height: 100vh;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 100;
  overflow-y: scroll;
}
@media screen and (max-width: 500px) {
  .header_menu {
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
}
.header_menu.active {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.header_menu .menu {
  padding-left: clamp(40px, 7.5vw, 120px);
  padding-bottom: pb(84, 40);
}
.header_menu ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: clamp(40px, 4vw, 64px);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(24px, 2.25vw, 36px);
}
.header_menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_menu li::before {
  content: "";
  display: block;
  background-image: url("../images/common/icon-title.svg");
  background-size: cover;
  width: 32px;
  width: clamp(18px, 1.5vw, 24px);
  height: clamp(18px, 1.5vw, 24px);
  margin-right: clamp(8px, 0.75vw, 12px);
}
.header_menu li a {
  font-size: clamp(1.8rem, 1.935483871vw, 2.4rem);
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
.header_menu .btn {
  padding-bottom: 84px;
  padding-bottom: clamp(50px, 5.25vw, 84px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: clamp(8px, 1vw, 16px);
}
.header_menu .btn .c-btn {
  margin-left: 0;
}

.p-hamburger__overlay.active {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background-color: rgba(51, 51, 51, 0.6);
}

.l-footer {
  padding-top: clamp(104px, 6vw, 96px);
}

.c-footer {
  border-top: 1px solid #BDBDBD;
  overflow: hidden;
}
.c-footer__top {
  margin-bottom: 64px;
  padding-inline: 20px;
}
.c-footer__top .c-btn {
  margin-inline: auto;
}
.c-footer__block {
  margin-bottom: 56px;
}
.c-footer__title {
  font-size: clamp(2.4rem, 2.4193548387vw, 3rem);
  font-weight: 700;
  line-height: 1.43;
  margin-bottom: clamp(16px, 1.5vw, 24px);
}
.c-footer__logos {
  padding-inline: 20px;
  margin-bottom: 56px;
}
@media screen and (max-width: 500px) {
  .c-footer__logos {
    margin-bottom: 224px;
  }
}
.c-footer__logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(41px, 4vw, 64px);
}
.c-footer__bottom {
  background-color: #333;
  padding-block: 21px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .c-footer__bottom {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-footer__copyright {
  color: #fff;
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .c-footer__copyright {
    text-align: left;
  }
}
.c-footer__pagetop {
  width: 101px;
  position: absolute;
  right: 38px;
  bottom: 20px;
}
@media screen and (max-width: 500px) {
  .c-footer__pagetop {
    width: 78px;
    right: -3px;
    bottom: 15px;
  }
}

@media screen and (max-width: 500px) {
  .home .c-footer__logos {
    margin-bottom: 224px;
  }
}

.mw_wp_form {
  margin-top: clamp(32px, 3.125vw, 50px);
  background: #fff;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form {
    padding-top: clamp(50px, 6.25vw, 100px);
    padding-bottom: clamp(50px, 6.25vw, 100px);
    padding-left: clamp(30px, 5vw, 80px);
    padding-right: clamp(30px, 5vw, 80px);
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.mw_wp_form.mw_wp_form_complete {
  display: none !important;
}
.mw_wp_form table,
.mw_wp_form tbody,
.mw_wp_form tr,
.mw_wp_form th,
.mw_wp_form td {
  border: none;
  padding: 0;
  background-color: unset !important;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form table,
  .mw_wp_form tbody,
  .mw_wp_form tr,
  .mw_wp_form th,
  .mw_wp_form td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form tr + tr {
    margin-top: 30px;
  }
}
.mw_wp_form th {
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form th {
    width: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th {
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 0;
  }
}
.mw_wp_form th > span {
  display: block;
  height: auto;
  text-align: center;
  color: #fff;
  font-size: clamp(1.3rem, 1.1290322581vw, 1.4rem);
}
@media screen and (min-width: 1001px) {
  .mw_wp_form th > span {
    position: absolute;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th > span {
    width: 40px;
    line-height: 30px;
    margin-left: 10px;
  }
}
.mw_wp_form th > span.required {
  background-color: #FF5F00;
}
.mw_wp_form th > span.any {
  background-color: #BDBDBD;
}
.mw_wp_form th small {
  display: block;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form th small {
    margin-top: -20px;
  }
}
@media screen and (min-width: 1001px) {
  .mw_wp_form td th {
    width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form td th {
    padding: 0;
  }
}
.mw_wp_form td.postcode-icon {
  position: relative;
}
.mw_wp_form td.postcode-icon::before {
  content: "〒";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-bottom: 40px;
}
.mw_wp_form td.postcode-icon input.var02 {
  width: 180px;
  margin-left: 20px;
}
.mw_wp_form input:not([type=submit]),
.mw_wp_form textarea,
.mw_wp_form select {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.4375em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  color: #333;
  outline: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form input:not([type=submit]),
  .mw_wp_form textarea,
  .mw_wp_form select {
    padding: 1em;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form input:not([type=submit]),
  .mw_wp_form textarea,
  .mw_wp_form select {
    padding: 10px;
  }
}
.mw_wp_form input:not([type=submit]).var01,
.mw_wp_form textarea.var01,
.mw_wp_form select.var01 {
  max-width: 500px;
}
.mw_wp_form input:not([type=submit]).var02,
.mw_wp_form textarea.var02,
.mw_wp_form select.var02 {
  width: 200px;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form input:not([type=submit]).var02,
  .mw_wp_form textarea.var02,
  .mw_wp_form select.var02 {
    width: 100%;
    max-width: 200px;
  }
}
.mw_wp_form input:not([type=submit]).var02.w-400,
.mw_wp_form textarea.var02.w-400,
.mw_wp_form select.var02.w-400 {
  max-width: 400px;
  width: 100%;
}
.mw_wp_form input:not([type=submit]),
.mw_wp_form textarea {
  width: 100%;
}
.mw_wp_form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 48px;
  background-image: url("../images/common/svg-select.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center right 16px;
  width: 200px;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form select {
    width: 100%;
    max-width: 200px;
  }
}
.mw_wp_form input[type*=file] {
  width: auto;
  background-color: transparent;
  padding: 0;
  border: none;
  font-weight: 400;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  margin-top: clamp(10px, 1vw, 16px);
}
.mw_wp_form input[type*=file]::-webkit-file-upload-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
}
.mw_wp_form input[type*=file]::file-selector-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
}
.mw_wp_form .error {
  display: block;
  font-size: 1.5rem;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: pink;
  margin-top: 8px;
}
.mw_wp_form.mw_wp_form_input .c-btn input, .mw_wp_form.mw_wp_form_confirm .c-btn input, .mw_wp_form.mw_wp_form_preview .c-btn input {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: left;
  padding-left: 32px;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form.mw_wp_form_input th,
  .mw_wp_form.mw_wp_form_input td {
    padding-bottom: 40px;
  }
  .mw_wp_form.mw_wp_form_input th {
    line-height: 57px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mw_wp_form.mw_wp_form_input th > span {
    top: 9px;
    right: 56px;
    width: 60px;
    line-height: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm th,
  .mw_wp_form.mw_wp_form_confirm td, .mw_wp_form.mw_wp_form_preview th,
  .mw_wp_form.mw_wp_form_preview td {
    padding-top: 5px;
    padding-bottom: 40px;
    text-align: left;
  }
  .mw_wp_form.mw_wp_form_confirm th > span, .mw_wp_form.mw_wp_form_preview th > span {
    top: 0;
    right: 56px;
    width: 60px;
    line-height: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm td.postcode-icon, .mw_wp_form.mw_wp_form_preview td.postcode-icon {
    padding-left: 20px;
  }
  .mw_wp_form.mw_wp_form_confirm td.postcode-icon::before, .mw_wp_form.mw_wp_form_preview td.postcode-icon::before {
    padding-bottom: 10px;
  }
  .mw_wp_form.mw_wp_form_confirm td th,
  .mw_wp_form.mw_wp_form_confirm td td, .mw_wp_form.mw_wp_form_preview td th,
  .mw_wp_form.mw_wp_form_preview td td {
    padding-bottom: 10px;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:first-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:first-child td, .mw_wp_form.mw_wp_form_preview td tr:first-child th,
  .mw_wp_form.mw_wp_form_preview td tr:first-child td {
    padding-top: 0;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:last-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:last-child td, .mw_wp_form.mw_wp_form_preview td tr:last-child th,
  .mw_wp_form.mw_wp_form_preview td tr:last-child td {
    padding-bottom: 0;
  }
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.mwform-checkbox-field input {
  display: none !important;
}
.mwform-checkbox-field input:checked + .mwform-checkbox-field-text::before {
  background-image: url("../images/common/check.svg");
}

.mwform-checkbox-field-text {
  position: relative;
  padding-left: 56px;
  margin-right: 20px;
  cursor: pointer;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
}
@media screen and (min-width: 1001px) {
  .mwform-checkbox-field-text {
    line-height: 57px;
  }
}
@media screen and (max-width: 1000px) {
  .mwform-checkbox-field-text {
    line-height: 32px;
  }
}
.mwform-checkbox-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #D9D9D9;
}

.radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 40px;
}
@media screen and (max-width: 1000px) {
  .radio-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.mwform-radio-field input {
  display: none !important;
}
.mwform-radio-field input:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

.mwform-radio-field-text {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.mwform-radio-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 20px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
}
.mwform-radio-field-text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 6px;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  width: 8px;
  background-color: #FF5F00;
  border-radius: 50%;
  opacity: 0;
}

.file-text {
  display: inline-block;
  font-size: clamp(1.1rem, 1.2903225806vw, 1.6rem);
  word-break: auto-phrase;
}
@media screen and (min-width: 1001px) {
  .file-text {
    padding-top: 13px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1000px) {
  .file-text {
    line-height: 1.3;
  }
}

@media screen and (min-width: 501px) {
  .sp-break {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .sp-break {
    display: block !important;
  }
}

.form-agree {
  margin-top: clamp(20px, 2.5vw, 40px);
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 2;
}
.form-agree::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.form-agree::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.mw_wp_form_confirm .form-agree {
  display: none !important;
}
@media screen and (min-width: 1001px) {
  .form-agree {
    text-align: center;
  }
}

.form-wrap {
  margin-top: clamp(20px, 1.6875vw, 27px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 24px;
}
.form-wrap input[type=checkbox] + .mwform-checkbox-field-text {
  margin-right: 0;
}

.form-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: clamp(50px, 4vw, 64px);
}
@media screen and (max-width: 768px) {
  .form-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.form-btns [type=submit] {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  border: none;
  background-color: unset;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  cursor: pointer;
  color: #333;
}
@media screen and (max-width: 500px) {
  .form-btns .c-btn {
    width: 240px;
  }
}

.ui-datepicker th,
.ui-datepicker td {
  display: table-cell !important;
  font-size: 1.3rem;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0;
  font-size: 1.2rem;
}

.grecaptcha-badge {
  z-index: 1;
  width: 70px !important;
  overflow: hidden !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

/* page */
.p-top-mv {
  padding-bottom: clamp(150px, 11.25vw, 180px);
  padding-bottom: 150px;
  overflow: hidden;
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .p-top-mv {
    padding-bottom: 9.2857142857vw;
  }
}
@media screen and (max-width: 1000px) {
  .p-top-mv {
    padding-bottom: 220px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    padding-bottom: 190px;
  }
}
.p-top-mv__container {
  position: relative;
  background-image: url("../images/top/bg-mv.webp");
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 1000px) {
  .p-top-mv__container {
    background-image: url("../images/top/bg-mv-sp.webp");
  }
}
.p-top-mv__icon {
  position: absolute;
}
.p-top-mv__icon1 {
  top: -129px;
  right: -1.5625vw;
  width: clamp(300px, 35.9375vw, 575px);
}
@media screen and (max-width: 1000px) {
  .p-top-mv__icon1 {
    display: none;
  }
}
.p-top-mv__icon2 {
  top: 13.0625vw;
  left: -8.875vw;
  width: clamp(282px, 31.375vw, 502px);
}
@media screen and (min-width: 1601px) {
  .p-top-mv__icon2 {
    top: 209px;
    left: -142px;
  }
}
@media screen and (max-width: 1000px) {
  .p-top-mv__icon2 {
    display: none;
  }
}
.p-top-mv__icon3 {
  bottom: -18px;
  left: 113px;
  width: clamp(253px, 36.875vw, 590px);
}
@media screen and (max-width: 1000px) {
  .p-top-mv__icon3 {
    left: -37px;
    bottom: -108px;
  }
}
.p-top-mv__icon4 {
  bottom: 49px;
  right: -209px;
  width: clamp(354px, 51.5625vw, 825px);
}
@media screen and (max-width: 1000px) {
  .p-top-mv__icon4 {
    right: -115px;
    bottom: 60px;
  }
}
.p-top-mv__logo {
  width: clamp(310px, 41.1875vw, 659px);
  margin-inline: auto;
  margin-bottom: clamp(24px, 3.5vw, 56px);
  padding-top: clamp(175px, 16.875vw, 270px);
}
.p-top-mv__title {
  font-size: clamp(2.4rem, 3.8709677419vw, 4.8rem);
  text-align: center;
  margin-bottom: clamp(24px, 4vw, 64px);
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .p-top-mv__title {
    margin-bottom: 0;
  }
}
.p-top-mv__image--mobile {
  display: none;
}
@media screen and (max-width: 1000px) {
  .p-top-mv__image--mobile {
    display: block;
    margin-left: -19px;
    width: 109.0666666667vw;
    margin-top: -15px;
  }
}
.p-top-mv__content {
  font-weight: 700;
  margin-inline: auto;
  padding-bottom: clamp(284px, 30.0625vw, 481px);
  padding-inline: 20px;
  max-width: 742px;
  width: 77%;
}
@media screen and (min-width: 769px) {
  .p-top-mv__content {
    width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  .p-top-mv__content {
    padding-top: 50px;
    padding-inline: 0;
  }
}
@media screen and (max-width: 500px) {
  .p-top-mv__content {
    width: 89.3333333333vw;
  }
}
.p-top-mv__subtitle {
  font-size: clamp(2.4rem, 2.5806451613vw, 3.2rem);
  margin-bottom: clamp(32px, 2.8125vw, 45px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.46;
}
.p-top-mv__subtitle::before {
  content: "";
  width: clamp(24px, 2vw, 32px);
  aspect-ratio: 1/1;
  background-image: url("../images/common/icon-title.svg");
  background-size: cover;
  display: block;
  margin-right: 7px;
}
@media screen and (max-width: 1000px) {
  .p-top-mv__subtitle::before {
    margin-right: 12px;
  }
}
.p-top-mv__text {
  font-size: clamp(1.7rem, 1.4516129032vw, 1.8rem);
  text-align: left;
  padding-right: 6px;
  font-weight: 700;
}
.p-top-mv__highlight-text {
  font-size: clamp(1.7rem, 1.935483871vw, 2.4rem);
  font-weight: 700;
  color: #FF5F00;
  padding-block: clamp(32px, 2.5vw, 40px) clamp(32px, 3.125vw, 50px);
}
.p-top-features {
  margin-bottom: clamp(104px, 7.5vw, 120px);
}
.p-top-features__intro {
  margin-bottom: 56px;
}
.p-top-features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.p-top-features__item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 48px 52px;
  gap: 28px;
  border-radius: 180px;
  width: calc(50% - 12px);
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-top-features__item {
    width: 100%;
    padding: 40px;
  }
}
@media screen and (max-width: 500px) {
  .p-top-features__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    border-radius: 9999px;
    padding: 40px 48px 64px;
  }
}
.p-top-features__item__icon {
  position: absolute;
  top: -5.6875vw;
  left: 4px;
  width: clamp(90px, 7.6875vw, 123px);
}
@media screen and (min-width: 1601px) {
  .p-top-features__item__icon {
    top: -91px;
  }
}
@media screen and (max-width: 500px) {
  .p-top-features__item__icon {
    top: -16px;
    left: 0;
  }
}
.p-top-features__icon {
  max-width: 180px;
}
@media screen and (max-width: 500px) {
  .p-top-features__icon {
    max-width: 120px;
  }
}
@media screen and (max-width: 500px) {
  .p-top-features__content {
    text-align: center;
  }
}
.p-top-features__title {
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  margin-bottom: clamp(8px, 1vw, 16px);
  font-weight: 700;
  line-height: 1.8;
}
.p-top-features__text {
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
}
.p-top-instructors {
  margin-bottom: clamp(104px, 7.1875vw, 115px);
}
.p-top-instructors__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .p-top-instructors__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .p-top-instructors__item:first-of-type .p-top-instructors__profile {
    border-top-right-radius: 10px;
  }
}
@media screen and (min-width: 601px) {
  .p-top-instructors__item:first-of-type .p-top-instructors__bio {
    border-top-right-radius: 10px;
  }
}
@media screen and (min-width: 601px) {
  .p-top-instructors__item:last-of-type .p-top-instructors__profile {
    border-bottom-left-radius: 10px;
  }
}
@media screen and (max-width: 600px) {
  .p-top-instructors__item:last-of-type .p-top-instructors__bio {
    border-bottom-left-radius: 10px;
  }
}
.p-top-instructors__item + .p-top-instructors__item {
  margin-top: 4px;
}
.p-top-instructors__item__icon {
  position: absolute;
  z-index: 1;
  width: clamp(134px, 13.0625vw, 209px);
  top: -6.3125vw;
  right: clamp(11px, 10.4375vw, 167px);
}
@media screen and (min-width: 1601px) {
  .p-top-instructors__item__icon {
    top: -101px;
  }
}
@media screen and (max-width: 1000px) {
  .p-top-instructors__item__icon {
    top: -87px;
    right: 11px;
  }
}
.p-top-instructors__profile {
  max-width: 216px;
  padding: 32px 24px;
}
@media screen and (max-width: 600px) {
  .p-top-instructors__profile {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
    padding: 24px 28px;
  }
}
.p-top-instructors__profile--bg1 {
  background-color: #29B3FF;
}
.p-top-instructors__profile--bg2 {
  background-color: #1A76F1;
}
.p-top-instructors__profile--bg3 {
  background-color: #FFC700;
}
.p-top-instructors__profile--bg4 {
  background-color: #FF5F00;
}
@media screen and (max-width: 600px) {
  .p-top-instructors__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40.6%;
    max-width: 136px;
  }
}
.p-top-instructors__name {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.p-top-instructors__text {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  display: block;
}
.p-top-instructors__kana {
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
}
.p-top-instructors__bio {
  padding-left: clamp(20px, 3vw, 48px);
  padding-right: clamp(20px, 3vw, 48px);
  padding: clamp(24px, 2vw, 32px) clamp(20px, 3vw, 48px);
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-gallery {
  margin-bottom: clamp(104px, 4.125vw, 66px);
}
.p-top-gallery__container {
  padding-inline: 43px;
}
.p-top-requirements {
  margin-bottom: clamp(128px, 11.8125vw, 189px);
}
.p-top-requirements__table {
  width: 100%;
  border-spacing: 4px;
}
@media screen and (max-width: 600px) {
  .p-top-requirements__table {
    border-spacing: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-top-requirements__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .p-top-requirements__table tr:first-child th {
    border-top-right-radius: 10px;
  }
}
.p-top-requirements__table tr:first-child td {
  border-top-right-radius: 10px;
}
@media screen and (max-width: 600px) {
  .p-top-requirements__table tr:first-child td {
    border-top-right-radius: 0;
  }
}
.p-top-requirements__table tr:last-child th {
  border-bottom-left-radius: 10px;
}
@media screen and (max-width: 600px) {
  .p-top-requirements__table tr:last-child th {
    border-bottom-left-radius: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-top-requirements__table tr:last-child td {
    border-bottom-left-radius: 10px;
  }
}
.p-top-requirements__table th {
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  font-weight: 700;
  background-color: #76C700;
  color: #fff;
  max-width: 216px;
  width: 18%;
}
@media screen and (max-width: 600px) {
  .p-top-requirements__table th {
    width: 100%;
    max-width: 100%;
    padding-block: 24px;
    margin-bottom: 4px;
  }
}
.p-top-requirements__table td {
  font-size: clamp(1.5rem, 1.4516129032vw, 1.8rem);
  background-color: #fff;
  padding: 32px 48px;
}
@media screen and (max-width: 600px) {
  .p-top-requirements__table td {
    padding: 24px 20px;
    margin-bottom: 4px;
  }
}
.p-top-requirements__list {
  list-style-type: disc;
  list-style-position: inside;
}
.p-top-apply {
  margin-bottom: clamp(104px, 7.5vw, 120px);
}
.p-top-apply .l-container {
  position: relative;
}
.p-top-apply .l-container::before {
  content: "";
  background-image: url("../images/top/bg-applyMethod01.webp");
  background-size: cover;
  max-width: 892px;
  width: 70.1666666667%;
  aspect-ratio: 842/115;
  position: absolute;
  top: -69px;
  right: 40px;
}
@media screen and (max-width: 1000px) {
  .p-top-apply .l-container::before {
    width: 83.5820895522%;
    right: 10px;
    top: -25px;
  }
}
.p-top-apply__block {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.p-top-apply__block__inner {
  padding: 72px 80px 58px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 600px) {
  .p-top-apply__block__inner {
    padding: 48px 20px;
  }
}
.p-top-apply__block__inner::after {
  content: "";
  border-bottom: 16px solid;
  -o-border-image: linear-gradient(to right, #1A76F1 0%, #1A76F1 20%, #FF5F00 20%, #FF5F00 40%, #76C700 40%, #76C700 60%, #FFC700 60%, #FFC700 80%, #CC31E8 80%, #CC31E8 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#1A76F1), color-stop(20%, #1A76F1), color-stop(20%, #FF5F00), color-stop(40%, #FF5F00), color-stop(40%, #76C700), color-stop(60%, #76C700), color-stop(60%, #FFC700), color-stop(80%, #FFC700), color-stop(80%, #CC31E8), to(#CC31E8)) 1;
     border-image: linear-gradient(to right, #1A76F1 0%, #1A76F1 20%, #FF5F00 20%, #FF5F00 40%, #76C700 40%, #76C700 60%, #FFC700 60%, #FFC700 80%, #CC31E8 80%, #CC31E8 100%) 1;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .p-top-apply__block__inner::after {
    border-width: 10px;
  }
}
.p-top-apply__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .p-top-apply__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-apply__text {
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .p-top-apply__text {
    margin-bottom: 64px;
  }
}
.p-top-flow {
  margin-bottom: clamp(104px, 7.5vw, 120px);
}
.p-top-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 84px;
  gap: clamp(72px, 5.25vw, 84px);
  margin-bottom: clamp(16px, 2vw, 32px);
}
@media screen and (max-width: 1000px) {
  .p-top-flow__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-flow__item {
  font-weight: 700;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  max-width: 344px;
  width: 100%;
  padding: clamp(40px, 2.1875vw, 35px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-top-flow__item {
    max-width: 100%;
  }
}
.p-top-flow__item + .p-top-flow__item {
  position: relative;
}
.p-top-flow__item + .p-top-flow__item::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  background-color: #BDBDBD;
  left: clamp(-54px, -3.625vw, -58px);
  height: 48px;
  width: clamp(24px, 2vw, 32px);
  height: clamp(36px, 3vw, 48px);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 1000px) {
  .p-top-flow__item + .p-top-flow__item::before {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    top: -53px;
  }
}
.p-top-flow__item__icon {
  position: absolute;
  width: clamp(121px, 11.125vw, 178px);
  top: -8.6875vw;
  right: 23px;
}
@media screen and (min-width: 1601px) {
  .p-top-flow__item__icon {
    top: -139px;
  }
}
@media screen and (max-width: 1000px) {
  .p-top-flow__item__icon {
    top: -17.6vw;
    right: 0;
    top: -66px;
  }
}
.p-top-flow__text {
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
}
.p-top-flow__label {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
}
.p-top-schedule {
  margin-bottom: clamp(104px, 7.75vw, 124px);
}
.p-top-schedule__table {
  width: 100%;
  border-spacing: 4px;
}
@media screen and (max-width: 1000px) {
  .p-top-schedule__table {
    width: 1116px;
  }
}
.p-top-schedule__table thead {
  background-color: #FFC700;
}
.p-top-schedule__table thead th {
  font-weight: 700;
  width: 216px;
  text-align: center;
  padding: 34px 20px;
}
.p-top-schedule__table thead th:first-child {
  border-top-left-radius: 10px;
}
.p-top-schedule__table thead th:nth-child(3) {
  width: 540px;
}
.p-top-schedule__table thead th:last-child {
  border-top-right-radius: 10px;
}
.p-top-schedule__table tbody {
  background-color: #fff;
}
.p-top-schedule__table tbody td {
  text-align: center;
  padding: 34px 20px;
}
.p-top-schedule__table tbody td:nth-child(3) {
  text-align: left;
}
.p-top-schedule__table tbody th,
.p-top-schedule__table tbody td {
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .p-top-schedule__table-wrap {
    overflow-x: auto;
    white-space: nowrap;
  }
}
.p-top-schedule__text {
  display: none;
  color: #FF5F00;
}
@media screen and (max-width: 1000px) {
  .p-top-schedule__text {
    display: block;
    margin-top: 8px;
  }
}
.p-top-location__address {
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .p-top-location__address {
    margin-bottom: 114px;
  }
}
.p-top-location__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(32px, 3vw, 48px);
  margin-bottom: clamp(64px, 5vw, 80px);
  position: relative;
}
@media screen and (max-width: 500px) {
  .p-top-location__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-location__images__icon {
  position: absolute;
  right: clamp(14px, 3.5625vw, 57px);
  z-index: 1;
  width: clamp(111px, 9.75vw, 156px);
  top: -8.4375vw;
}
@media screen and (min-width: 1601px) {
  .p-top-location__images__icon {
    top: -135px;
  }
}
@media screen and (max-width: 1000px) {
  .p-top-location__images__icon {
    top: -90px;
  }
}
.p-top-location__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top-location__image--item1 .p-top-location__image-caption {
  background-color: #76C700;
}
.p-top-location__image--item2 .p-top-location__image-caption {
  background-color: #FF5F00;
}
.p-top-location__image-caption {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 168px;
  padding-block: 12px;
  display: block;
  border-radius: 0 10px;
  width: 100%;
  text-align: center;
  line-height: 2;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
}
.p-top-location__map {
  aspect-ratio: 1600/560;
}
@media screen and (max-width: 500px) {
  .p-top-location__map {
    aspect-ratio: 375/280;
  }
}
.p-top-location__map iframe {
  display: block;
}
.p-top-notice {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .p-top-notice {
    bottom: 0;
    width: 100%;
  }
}
.p-top-notice__container {
  position: relative;
  padding: 48px 56px;
  background-color: #fff;
  border-radius: 64px 0 0 64px;
  max-width: 376px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-top-notice__container {
    padding: 40px 35px;
  }
}
@media screen and (max-width: 1000px) {
  .p-top-notice__container {
    padding: 24px 48px;
    border-radius: 48px 48px 0 0;
    max-width: 100%;
  }
}
.p-top-notice__title-text {
  font-size: 24px;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .p-top-notice__title-text {
    display: none;
  }
}
.p-top-notice__title-text::before {
  content: "";
  display: block;
  background-image: url(../images/common/icon-title.svg);
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-right: 16px;
}
.p-top-notice__item {
  border-bottom: 1px solid #BDBDBD;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .p-top-notice__item {
    margin-bottom: 8px;
  }
  .p-top-notice__item:nth-child(n+2) {
    display: none;
  }
}
.p-top-notice__date {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #BDBDBD;
  display: block;
  padding-bottom: clamp(4px, 0.5vw, 8px);
}
.p-top-notice__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.p-top-notice__more {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  line-height: 1.8;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1000px) {
  .p-top-notice__more {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-top-notice__more::after {
  content: "";
  background-image: url("../images/common/icon-arrow1.svg");
  background-color: #333;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-left: 8px;
}
.p-top-notice__close {
  position: absolute;
  top: -22px;
  right: 24px;
  width: 56px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: none;
  background-color: #BDBDBD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .p-top-notice__close {
    width: 40px;
    top: -8px;
    right: 30px;
  }
}
.p-top-notice__close img {
  width: 25px;
}
@media screen and (max-width: 1000px) {
  .p-top-notice__close img {
    width: 19px;
  }
}

.c-main {
  padding-bottom: clamp(100px, 12.5vw, 200px);
}

.u-radius-tl {
  border-top-left-radius: 10px;
}

.u-radius-tr {
  border-top-right-radius: 10px;
}

.u-radius-br {
  border-bottom-right-radius: 10px;
}

.u-radius-bl {
  border-bottom-left-radius: 10px;
}

.c-title {
  font-size: clamp(2.4rem, 2.5806451613vw, 3.2rem);
  font-weight: 700;
  margin-bottom: clamp(56px, 4vw, 64px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.44;
}
.c-title::before {
  content: "";
  display: block;
  background-image: url("../images/common/icon-title.svg");
  background-size: cover;
  width: 32px;
  aspect-ratio: 1/1;
  margin-right: clamp(12px, 1vw, 16px);
}

.c-btn {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  background-size: cover;
  width: 320px;
  aspect-ratio: 5/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 32px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
  overflow: clip;
  border-radius: 600px;
}
@media screen and (max-width: 1000px) {
  .c-btn {
    width: 295px;
    aspect-ratio: 295/64;
  }
}
.c-btn b {
  position: relative;
  z-index: 2;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
}
.c-btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
  background-color: #fff;
  width: 312px;
  height: 56px;
  border-radius: 600px;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  .c-btn::before {
    width: 287px;
    height: 56px;
  }
}
.c-btn::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/common/icon-arrow1.svg");
  border-radius: 50%;
  background-color: #333;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  right: 20px;
}
.c-btn .c-btn_line {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-btn .c-btn_line::before, .c-btn .c-btn_line::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 200%;
  height: 50%;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #1A76F1), color-stop(20%, #FF5F00), color-stop(40%, #76C700), color-stop(60%, #FFC700), color-stop(80%, #CC31E8));
  background: linear-gradient(to right, #1A76F1 20%, #FF5F00 20% 40%, #76C700 40% 60%, #FFC700 60% 80%, #CC31E8 80%);
  background-repeat: repeat-x;
  background-size: 50% auto;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-btn .c-btn_line::before {
  top: 0;
  right: 0;
}
.c-btn .c-btn_line::after {
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-btn:hover {
  opacity: 1;
}
.c-btn:hover .c-btn_line::before {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.c-btn:hover .c-btn_line::after {
  -webkit-transform: rotate(180deg) translateX(50%);
          transform: rotate(180deg) translateX(50%);
}

.c-btn_form {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  background-image: url("../images/common/bg-btn.png");
  background-size: cover;
  width: 320px;
  aspect-ratio: 5/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1000px) {
  .c-btn_form {
    background-image: url("../images/common/bg-btn-sp.png");
    width: 295px;
    aspect-ratio: 295/64;
  }
}
.c-btn_form::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/common/icon-arrow1.svg");
  border-radius: 50%;
  background-color: #333;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
}
.c-btn_form:hover {
  opacity: 0.5;
}

.kv {
  padding-bottom: clamp(104px, 7.5vw, 120px);
}
.kv_head__lead {
  margin-bottom: 0;
}

.contact .kv {
  padding-bottom: clamp(104px, 12vw, 192px);
}

.contact_block__lead {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  margin-bottom: clamp(30px, 3.125vw, 50px);
}

.contact_block__list {
  counter-reset: num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1001px) {
  .contact_block__list {
    margin-bottom: 80px;
    gap: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .contact_block__list {
    margin-top: 20px;
    margin-bottom: 50px;
    gap: 8px;
  }
}

.contact_block__tab {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  font-weight: 400;
  border-radius: 40px;
}
.contact_block__tab.active {
  color: #fff;
  background: #1A76F1;
}
@media screen and (min-width: 1001px) {
  .contact_block__tab {
    line-height: 54px;
  }
}
@media screen and (max-width: 1000px) {
  .contact_block__tab {
    line-height: 34px;
  }
}
.contact_block__tab::before {
  counter-increment: num;
  content: counter(num) ".";
}

.contact_block__line {
  display: block;
  height: 3px;
  background: #fff;
}
@media screen and (min-width: 1001px) {
  .contact_block__line {
    width: 72px;
  }
}
@media screen and (max-width: 1000px) {
  .contact_block__line {
    width: 20px;
  }
}

.contact_block__text {
  margin-bottom: clamp(50px, 5vw, 80px);
}

.policy_block__wrap + .policy_block__wrap {
  margin-top: clamp(32px, 2.5vw, 40px);
}

.policy_block__lead {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  margin-bottom: 5px;
}

.policy_block__date,
.policy_block__description {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
}

.found_area {
  text-align: center;
}

.found_head {
  margin-bottom: clamp(40px, 4vw, 64px);
}

.found_head__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(3.6rem, 5.1612903226vw, 6.4rem);
  line-height: 1.45;
  font-weight: 700;
  margin-bottom: clamp(20px, 1.5vw, 24px);
}
.found_head__caption::before {
  content: "";
  display: block;
  background-image: url("../images/common/icon-title.svg");
  background-size: cover;
  width: 32px;
  aspect-ratio: 1/1;
  margin-right: clamp(12px, 1vw, 16px);
}
@media screen and (max-width: 1000px) {
  .found_head__caption::before {
    width: 24px;
  }
}

.found_head__lead {
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  font-weight: 700;
}

.found_text {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  margin-bottom: clamp(35px, 3.5vw, 56px);
}

.c-btn {
  margin-inline: auto;
}

.post_item {
  background-color: #fff;
  padding-top: clamp(60px, 7.5vw, 120px);
  padding-bottom: clamp(60px, 7.5vw, 120px);
  border-radius: 10px;
}
.post_item__container {
  max-width: 940px;
  margin-inline: auto;
  padding-inline: 40px;
}

.post_item__side {
  border-bottom: 1px solid #BDBDBD;
}
.post_item__side + .post_item__side {
  margin-top: clamp(16px, 2vw, 32px);
}

.post_item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: clamp(16px, 2vw, 32px);
  position: relative;
}
.post_item__link::after {
  content: "";
  width: 32px;
  aspect-ratio: 1/1;
  background-color: #333;
  border-radius: 50%;
  background-image: url(../images/common/icon-arrow1.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
@media screen and (max-width: 1000px) {
  .post_item__link::after {
    width: 24px;
  }
}

.post_item__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 1000px) {
  .post_item__headline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}

.post_item__time {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  color: #BDBDBD;
  font-weight: 700;
  line-height: 2;
}

.post_item__lead {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.single_block__container {
  background-color: #fff;
  border-radius: 10px;
  padding-top: clamp(60px, 5vw, 80px);
  padding-bottom: clamp(60px, 5vw, 80px);
  padding-left: clamp(40px, 7.5vw, 120px);
  padding-right: clamp(40px, 7.5vw, 120px);
}
.single_block__inner a {
  color: #1A76F1;
  text-decoration: underline;
}
.single_block__headline {
  margin-bottom: clamp(30px, 2.5vw, 40px);
}
.single_block__time {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  color: #BDBDBD;
  line-height: 2;
  margin-bottom: 8px;
}
.single_block__lead {
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  font-weight: 700;
  line-height: 1.8;
}
.single_block .wp-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single_block .wp-block-buttons .wp-block-button {
  position: relative;
  border-radius: 600px;
  overflow: hidden;
  width: 320px;
  aspect-ratio: 5/1;
}
@media screen and (max-width: 1000px) {
  .single_block .wp-block-buttons .wp-block-button {
    width: 295px;
    aspect-ratio: 295/64;
  }
}
.single_block .wp-block-buttons .wp-block-button::before, .single_block .wp-block-buttons .wp-block-button::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 200%;
  height: 50%;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #1A76F1), color-stop(20%, #FF5F00), color-stop(40%, #76C700), color-stop(60%, #FFC700), color-stop(80%, #CC31E8));
  background: linear-gradient(to right, #1A76F1 20%, #FF5F00 20% 40%, #76C700 40% 60%, #FFC700 60% 80%, #CC31E8 80%);
  background-repeat: repeat-x;
  background-size: 50% auto;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.single_block .wp-block-buttons .wp-block-button::before {
  top: 0;
  right: 0;
}
.single_block .wp-block-buttons .wp-block-button::after {
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.single_block .wp-block-buttons .wp-block-button:hover::before {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.single_block .wp-block-buttons .wp-block-button:hover::after {
  -webkit-transform: rotate(180deg) translateX(50%);
          transform: rotate(180deg) translateX(50%);
}
.single_block .wp-block-buttons .wp-block-button__link {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: unset;
  padding-left: 32px;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
  overflow: clip;
  width: 312px;
  height: 56px;
  border-radius: 600px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
}
.single_block .wp-block-buttons .wp-block-button__link::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/common/icon-arrow1.svg");
  border-radius: 50%;
  background-color: #333;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  right: 20px;
}
@media screen and (max-width: 1000px) {
  .single_block .wp-block-buttons .wp-block-button__link {
    width: 287px;
    height: 56px;
  }
}
.single_block .wp-block-buttons .wp-block-button__link:hover {
  opacity: 1;
}

.single_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: clamp(24px, 2vw, 32px);
  margin-top: clamp(40px, 3.5vw, 56px);
}
.single_nav a {
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
  font-weight: 500;
}
.single_nav a:hover {
  opacity: 1;
  color: #333;
}

.single_nav__move {
  min-width: 56px;
}
.single_nav__move a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  min-width: 56px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single_nav__move a path {
  -webkit-transition-property: all;
  transition-property: all;
  fill: #BDBDBD;
}
@media screen and (min-width: 1001px) {
  .single_nav__move a path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .single_nav__move a path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.single_nav__move a:hover path {
  fill: #333;
}