@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

input,
button,
textarea,
select {
  font: inherit;
  cursor: pointer;
}

strong {
  font-weight: bolder;
}

textarea {
  resize: vertical;
}

:root {
  --font_base: 16px/1.7 "Inter", 'Noto Sans JP', 'Hiragino Sans', "Hiragino Kaku Gothic ProN", sans-serif;
}

:root {
  --default-black: #333;
  --default-white: #fff;
  --default-blue: #009CEF;
  --base-gray-default: #F4F6F8;
  --base-gray-dark:#6C6C6C;
  --color-primary:#E3221C;
  --color-secondary:#FEDE2E;
  --color-tertiary:#F6F4ED;
  --color-quaternary:#101010;
  --color-valencia:#E3221C;
  --color-disney:#4D9BC1;
  --color-internal:#009723;
}

a[href^=https],
a[href^="mailto:"] {
  word-break: break-all;
}

a:has(img):hover {
  opacity: 0.6;
}

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

a {
  color: var(--default-blue);
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media all and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}

.logo {
  line-height: 1.4;
  padding-top: 18px;
}
@media screen and (max-width: 767px) {
  .logo {
    line-height: 1.2;
  }
}
.logo-text {
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .logo-text {
    font-size: 1.125rem;
  }
}
.logo-text-en {
  font-size: 0.875rem;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 767px) {
  .logo-text-en {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .logo-outer {
    display: inline-block;
    padding: 12px 50px 12px 10px;
  }
  .logo-inner {
    display: inline-block;
    padding: 12px 50px 12px 10px;
  }
}

@media all and (min-width: 768px) {
  .menu-outer {
    margin-left: auto;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .menu-outer {
    height: 100%;
    background: var(--color-tertiary);
    padding: 20px 20px;
  }
}

@media all and (min-width: 768px) {
  .l-header {
    max-width: 1080px;
    margin: 0 auto;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .l-header {
    max-width: inherit;
    margin: inherit;
  }
}
@media all and (min-width: 768px) {
  .gnavi-list {
    position: relative;
    font-size: 0.875rem;
  }
  .gnavi-list:hover .gnavi-list__anchor {
    color: #cecece !important;
  }
  .gnavi-list__anchor {
    cursor: pointer;
    -webkit-transition: color 0.25s ease !important;
    transition: color 0.25s ease !important;
    color: #000 !important;
    position: relative;
  }
  .gnavi-list__anchor::after {
    content: "/";
    display: inline-block;
    padding-left: 1em;
  }
  .dropdown-lists {
    pointer-events: none;
    visibility: hidden;
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
    transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
    position: absolute;
    top: 100%;
    left: -500%;
    right: -500%;
    margin: auto;
    padding: 1rem 2rem;
    width: 20rem;
  }
  .gnavi-list:hover .dropdown-lists {
    opacity: 1 !important;
    pointer-events: auto !important;
    visibility: visible !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .dropdown-lists::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0.3rem;
    left: 0;
    width: 100%;
    height: calc(100% - 0.3rem);
    background-color: #F6F4ED;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
    border-radius: 1rem;
  }
  .dropdown-lists__item a {
    -webkit-transition: color 0.25s ease !important;
    transition: color 0.25s ease !important;
  }
  .dropdown-lists__item {
    position: relative;
    margin-bottom: 5px;
  }
  .dropdown-lists__item a {
    color: #000;
    display: grid;
    grid-template-columns: auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-size: 0.9375rem;
  }
  .dropdown-lists__item a::before {
    content: "";
    width: 1em;
    height: 1em;
    border-radius: 100vh;
    background: var(--color-primary);
    display: block;
  }
  .dropdown-lists__item a:hover {
    color: var(--color-primary);
  }
  .dropdown-lists__item:last-child {
    margin-bottom: 0;
  }
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .menu .gnavi-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu .gnavi-lists li:last-child a::after {
    display: none;
  }
  .menu-contact {
    position: absolute;
    right: 0;
    top: -0.02em;
    line-height: 1;
  }
  .menu-contact a {
    font-size: 0.9375rem;
    background: var(--color-secondary);
    color: #000;
    padding: 8px 25px 9px 25px;
    position: relative;
    display: inline-grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    border-radius: 0 0 12px 12px;
  }
  .menu-contact a::after {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background: url("../common/ico_contact.svg") no-repeat center center/contain;
    margin-left: auto;
  }
  .menu-contact a:hover {
    background: #fa980f;
  }
  .menu-contact a:hover::after {
    -webkit-animation: fly-mail-to-topright 3s ease-out forwards;
            animation: fly-mail-to-topright 3s ease-out forwards;
  }
  @-webkit-keyframes fly-mail-to-topright {
    0% {
      -webkit-transform: translate(0, 0%);
              transform: translate(0, 0%);
      opacity: 1;
    }
    100% {
      -webkit-transform: translate(1em, -1em);
              transform: translate(1em, -1em);
      opacity: 0;
    }
  }
  @keyframes fly-mail-to-topright {
    0% {
      -webkit-transform: translate(0, 0%);
              transform: translate(0, 0%);
      opacity: 1;
    }
    100% {
      -webkit-transform: translate(1em, -1em);
              transform: translate(1em, -1em);
      opacity: 0;
    }
  }
}
@media screen and (max-width: 767px) {
  /* CSS */
  .hamburger {
    position: fixed;
    right: 0px;
    top: 13px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 9999;
    background: var(--color-secondary);
    border-radius: 12px 0 0 12px;
  }
  .hamburger__line {
    position: absolute;
    width: 26px;
    height: 2px;
    background-color: #000000;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  /* 線の位置（通常） */
  .hamburger__line:nth-child(1) {
    top: 15px;
    left: 15px;
  }
  .hamburger__line:nth-child(2) {
    top: 22px;
    left: 15px;
  }
  .hamburger__line:nth-child(3) {
    top: 29px;
    left: 21px;
    width: 20px;
  }
  /* ×変形（2本） */
  /* ×変形（3本） */
  .hamburger.open .hamburger__line:nth-child(1) {
    top: 24px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
    left: 10px;
    width: 31px;
  }
  .hamburger.open .hamburger__line:nth-child(2) {
    opacity: 0;
  }
  .hamburger.open .hamburger__line:nth-child(3) {
    top: 24px;
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
    width: 31px;
    left: 10px;
  }
  /* メニュー本体 */
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #ffffff;
    color: #333333;
    border-top: 8px solid var(--color-primary);
    height: 0;
    display: none;
  }
  .menu.open {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    height: auto;
    position: fixed;
    display: block;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9998;
  }
  .menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    text-decoration: none;
    font-size: 16px;
    color: inherit;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
  }
  .menu__item:last-child {
    border-bottom: none;
  }
  .icon img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  /* アニメーション */
  /* 上から下 */
  .slide-top-enter-active,
  .slide-top-leave-active {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .slide-top-enter-from,
  .slide-top-leave-to {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .slide-top-enter-to,
  .slide-top-leave-from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .gnavi-list {
    border-bottom: 2px solid #D0D0D0;
  }
  .gnavi-list a {
    color: #000;
  }
  .gnavi-list a.gnavi-list__anchor {
    padding: 20px 20px 15px 20px;
    font-weight: 600;
    display: block;
    position: relative;
  }
  .gnavi-list a.gnavi-list__anchor::after, .gnavi-list a.gnavi-list__anchor::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 2px;
    height: 1em;
    background-color: var(--color-primary);
    right: 10px;
    top: 25px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .gnavi-list a.gnavi-list__anchor::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .gnavi-list a.gnavi-list__anchor.is-open::before {
    opacity: 0;
    visibility: hidden;
  }
  .accordion-content {
    display: none;
    padding: 10px 20px 10px 20px;
    margin-top: -14px;
  }
  .accordion-content li {
    font-size: 0.9375rem;
    margin-bottom: 5px;
  }
  .accordion-content li:last-child {
    margin-bottom: 0;
  }
  .accordion-content li a {
    color: #000;
    position: relative;
    padding-left: 1.5em;
    display: block;
    position: relative;
  }
  .accordion-content li a::before {
    content: "";
    background: var(--color-primary);
    position: absolute;
    left: 0;
    top: 0.3em;
    width: 1em;
    height: 1em;
    border-radius: 100vh;
  }
  .accordion-content.is-open {
    display: block;
  }
  .menu-contact {
    margin: 30px 60px 0;
  }
  .menu-contact a {
    background: var(--color-secondary);
    color: #000;
    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: 0 6px;
    border-radius: 100vh;
    padding: 10px 60px 6px 60px;
    position: relative;
    font-size: 0.9375rem;
  }
  .menu-contact a::after {
    content: "";
    display: block;
    width: 1.4em;
    height: 1.4em;
    background: url(../common/ico_contact.svg) no-repeat center center/contain;
    position: inherit;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    top: inherit;
    right: inherit;
  }
  .menu-contact a:hover {
    opacity: 0.6;
  }
  .menu-home {
    margin: 30px 60px 0;
  }
  .menu-home a {
    background: var(--color-primary);
    color: #fff;
    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: 0 10px;
    border-radius: 100vh;
    padding: 10px 60px 6px 60px;
    position: relative;
    font-size: 0.9375rem;
    font-weight: 600;
  }
  .menu-home a::after {
    content: "";
    display: block;
    width: 1.4em;
    height: 1.4em;
    background: url(../common/ico_home.svg) no-repeat center center/contain;
    position: inherit;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    top: inherit;
    right: inherit;
  }
  .menu-home a:hover {
    opacity: 0.6;
  }
}
.l-footer__nav {
  background: var(--color-primary);
  padding: 14px 0 12px;
}
.l-footer__nav--list {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .l-footer__nav--list {
    max-width: inherit;
    margin: inherit;
  }
}
.l-footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav ul {
    gap: 10px;
  }
}
.l-footer__nav ul li a {
  cursor: pointer;
  -webkit-transition: color 0.25s ease !important;
  transition: color 0.25s ease !important;
  color: #fff !important;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__nav ul li a {
    font-size: 0.875rem;
  }
}
.l-footer__nav ul li a::after {
  content: "/";
  display: inline-block;
  padding-left: 1em;
}
.l-footer__content {
  background: var(--color-tertiary) url("../images/bg_footer_pc.jpg") no-repeat center center;
  background-size: 100% auto;
  border-bottom: 6px solid var(--color-primary);
}
@media screen and (max-width: 767px) {
  .l-footer__content {
    background: var(--color-tertiary) url("../images/bg_footer_sp.jpg") no-repeat center center;
    background-size: 100% auto;
  }
}
.l-footer__content--wrap {
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 105px;
  padding: 50px 10px 59px;
}
@media screen and (max-width: 767px) {
  .l-footer__content--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
    padding: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .l-footer__content--wrap {
    max-width: inherit;
    margin: inherit;
  }
}
.l-footer__content--info {
  min-width: 250px;
}
@media all and (min-width: 768px) {
  .l-footer__content--info .c-btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__content--info .c-btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px 80px;
  }
}
.l-footer__content--item {
  background: #fff;
  padding: 29px 25px 26px 25px;
  border-radius: 18px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-footer__copy {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  font-size: 0.8125rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    text-align: left;
    padding: 8px 20px;
  }
}

address {
  font-style: normal;
}

body {
  font: var(--font_base);
  color: var(--default-black);
  background: #fff;
  border-top: 10px solid var(--color-primary);
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    border-top: 8px solid var(--color-primary);
  }
}

html, body {
  height: 100%;
}

body > footer {
  position: sticky;
  top: 100vh;
}

.l-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-container {
    padding: 0 10px;
  }
}

.c-title {
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1.625rem;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) {
  .c-title {
    font-size: 2.1875rem;
    margin-bottom: 20px;
  }
}

.text_center {
  text-align: center;
}

@media all and (min-width: 768px) {
  .text_center_Pc {
    text-align: center;
  }
  .text_right_Pc {
    text-align: right;
  }
  .text_left_Pc {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .text_center_Sp {
    text-align: center;
  }
  .text_right_Sp {
    text-align: right;
  }
  .text_left_Sp {
    text-align: left;
  }
}
.c-btn,
.c-btn a {
  background: var(--color-quaternary);
  color: #fff;
  display: inline-block;
  border-radius: 100vh;
  padding: 7px 60px 6px 60px;
  position: relative;
}
.c-btn:hover,
.c-btn a:hover {
  opacity: 0.6;
}
.c-btn::after,
.c-btn a::after {
  background: url("../common/ico_arrow_bgwhite.svg") no-repeat center center;
  background-size: contain;
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn__secondary,
.c-btn a__secondary {
  background: var(--color-secondary);
  color: #000;
}
.c-btn__large,
.c-btn a__large {
  font-size: 1.25rem;
  padding: 10px 80px 9px 80px;
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn__large,
  .c-btn a__large {
    font-size: 1.125rem;
  }
}
.c-btn__contact,
.c-btn a__contact {
  background: var(--color-secondary);
  color: #000;
  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: 0 6px;
  padding: 6px 30px 4px;
}
.c-btn__contact::after,
.c-btn a__contact::after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: url(../common/ico_contact.svg) no-repeat center center/contain;
  position: inherit;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  top: inherit;
  right: inherit;
}
.c-btn__home,
.c-btn a__home {
  background: #F4F0E9;
  color: #000;
  gap: 0 10px;
  border-radius: 100vh;
  padding: 10px 80px 10px 80px;
  position: relative;
  display: inline-grid;
  grid-template-columns: auto 1fr;
  gap: 0 10px;
  font-weight: 600;
  place-items: center;
  place-content: center;
  font-weight: 500;
}
.c-btn__home::after,
.c-btn a__home::after {
  content: "";
  display: block;
  width: 1.4em;
  height: 1.4em;
  background: url(../common/ico_home_black.svg) no-repeat center center/contain;
  position: inherit;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  top: inherit;
  right: inherit;
}
.c-btn__home:hover,
.c-btn a__home:hover {
  background: #D09B00;
  opacity: 1;
}

.c-link {
  color: #000;
}
.c-link::after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../common/ico_external.svg) no-repeat center center/contain;
  margin-left: 0.5em;
}
.c-link-arrow {
  display: inline-block;
  border-bottom: 1px solid #000;
  color: #000;
}
.c-link-arrow::after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../common/ico_txtlink.svg) no-repeat center center;
  background-size: contain;
  border-radius: 100vh;
  margin-left: 0.5em;
}
.c-link-arrow:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.c-link-arrow__border {
  position: relative;
  border-bottom: 1px solid currentColor;
  display: inline-block;
  padding-right: 1.5em;
}
.c-link-arrow__border::before {
  position: absolute;
  content: "";
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 0.8em;
  width: 0.8em;
  aspect-ratio: 1;
  background: currentColor;
  right: 0em;
  top: 0.65em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-link-arrow__border:hover {
  opacity: 0.6;
}
.c-link-arrow__border--right {
  position: relative;
  border-bottom: 1px solid currentColor;
  display: inline-block;
  padding-right: 1.5em;
}
.c-link-arrow__border--right::before {
  position: absolute;
  content: "";
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 0.8em;
  width: 0.8em;
  aspect-ratio: 1;
  background: currentColor;
  right: 0em;
  top: 0.4em;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-link-arrow__border--right:hover {
  opacity: 0.6;
}

.i_arrow_white {
  vertical-align: middle;
}
.i_arrow_white::after {
  background: url("../common/ico_arrow_white.svg") no-repeat center center;
  background-size: contain;
  width: 1em;
  height: 1em;
  display: inline-block;
  content: "";
  display: inline-block;
}

.link_btn {
  background: var(--color-primary);
  color: #fff;
  display: inline-block;
  border-radius: 100vh;
  padding: 10px 70px 10px 50px;
  position: relative;
  -webkit-box-shadow: 0 3px 0 #AC0500;
          box-shadow: 0 3px 0 #AC0500;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
.link_btn::after {
  background: url("../common/ico_arrow_bgwhite.svg") no-repeat center center;
  background-size: contain;
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.link_btn:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0 0px 0 #AC0500;
          box-shadow: 0 0px 0 #AC0500;
}
.link_btn-large {
  display: block;
  font-size: 1.375rem;
}
.link_btn-secondary {
  background: var(--color-secondary);
  -webkit-box-shadow: 0 3px 0 #D09B00;
          box-shadow: 0 3px 0 #D09B00;
  color: #000;
}
.link_btn-secondary:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0 0px 0 #D09B00;
          box-shadow: 0 0px 0 #D09B00;
}
.link_btn-dark {
  background: #D0D0D0;
  -webkit-box-shadow: 0 3px 0 #848484;
          box-shadow: 0 3px 0 #848484;
  color: #000;
}
.link_btn-dark:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0 0px 0 #848484;
          box-shadow: 0 0px 0 #848484;
}
.link_btn-internal {
  background: var(--color-internal);
  -webkit-box-shadow: 0 3px 0 #005614;
          box-shadow: 0 3px 0 #005614;
  color: #fff;
}
.link_btn-internal:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0 0px 0 #848484;
          box-shadow: 0 0px 0 #848484;
}
.link_btn-download::after {
  background: #fff url(../common/ico_download.svg) no-repeat center center !important;
  background-size: 60% auto !important;
  border-radius: 100vh;
  width: 1.5em;
  height: 1.5em;
}
.link_btn-small {
  font-size: 0.8125rem;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .mt10_Sp {
    margin-top: 10px;
  }
  .mt15_Sp {
    margin-top: 15px;
  }
  .mt20_Sp {
    margin-top: 20px;
  }
  .mt30_Sp {
    margin-top: 30px;
  }
  .mt40_Sp {
    margin-top: 40px;
  }
  .mt50_Sp {
    margin-top: 50px;
  }
}
@media all and (min-width: 768px) {
  .mt10_Pc {
    margin-top: 10px;
  }
  .mt15_Pc {
    margin-top: 15px;
  }
  .mt20_Pc {
    margin-top: 20px;
  }
  .mt30_Pc {
    margin-top: 30px;
  }
  .mt40_Pc {
    margin-top: 40px;
  }
  .mt50_Pc {
    margin-top: 50px;
  }
}
.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .mb10_Sp {
    margin-bottom: 10px;
  }
  .mb15_Sp {
    margin-bottom: 15px;
  }
  .mb20_Sp {
    margin-bottom: 20px;
  }
  .mb30_Sp {
    margin-bottom: 30px;
  }
  .mb40_Sp {
    margin-bottom: 40px;
  }
  .mb50_Sp {
    margin-bottom: 50px;
  }
}
@media all and (min-width: 768px) {
  .mb10_Pc {
    margin-bottom: 10px;
  }
  .mb15_Pc {
    margin-bottom: 15px;
  }
  .mb20_Pc {
    margin-bottom: 20px;
  }
  .mb30_Pc {
    margin-bottom: 30px;
  }
  .mb40_Pc {
    margin-bottom: 40px;
  }
  .mb50_Pc {
    margin-bottom: 50px;
  }
}
.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .mr10_Sp {
    margin-right: 10px;
  }
  .mr15_Sp {
    margin-right: 15px;
  }
  .mr20_Sp {
    margin-right: 20px;
  }
  .mr30_Sp {
    margin-right: 30px;
  }
  .mr40_Sp {
    margin-right: 40px;
  }
  .mr50_Sp {
    margin-right: 50px;
  }
}
@media all and (min-width: 768px) {
  .mr10_Pc {
    margin-right: 10px;
  }
  .mr15_Pc {
    margin-right: 15px;
  }
  .mr20_Pc {
    margin-right: 20px;
  }
  .mr30_Pc {
    margin-right: 30px;
  }
  .mr40_Pc {
    margin-right: 40px;
  }
  .mr50_Pc {
    margin-right: 50px;
  }
}
.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .ml10_Sp {
    margin-left: 10px;
  }
  .ml15_Sp {
    margin-left: 15px;
  }
  .ml20_Sp {
    margin-left: 20px;
  }
  .ml30_Sp {
    margin-left: 30px;
  }
  .ml40_Sp {
    margin-left: 40px;
  }
  .ml50_Sp {
    margin-left: 50px;
  }
}
@media all and (min-width: 768px) {
  .ml10_Pc {
    margin-left: 10px;
  }
  .ml15_Pc {
    margin-left: 15px;
  }
  .ml20_Pc {
    margin-left: 20px;
  }
  .ml30_Pc {
    margin-left: 30px;
  }
  .ml40_Pc {
    margin-left: 40px;
  }
  .ml50_Pc {
    margin-left: 50px;
  }
}
.w50 {
  width: 50px;
}

.w80 {
  width: 80px;
}

.w100 {
  width: 100px;
}

.w120 {
  width: 120px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w180 {
  width: 180px;
}

.w200 {
  width: 200px;
}

.w220 {
  width: 220px;
}

.w250 {
  width: 250px !important;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w30per {
  width: 30%;
}

.w50per {
  width: 50%;
}

.w60per {
  width: 60%;
}

.w70per {
  width: 70%;
}

.w80per {
  width: 80%;
}

.w100per {
  width: 100%;
}

@media all and (min-width: 768px) {
  .w50_Pc {
    width: 50px;
  }
  .w80_Pc {
    width: 80px;
  }
  .w100_Pc {
    width: 100px;
  }
  .w120_Pc {
    width: 120px;
  }
  .w150_Pc {
    width: 150px;
  }
  .w160_Pc {
    width: 160px;
  }
  .w180_Pc {
    width: 180px;
  }
  .w200_Pc {
    width: 200px;
  }
  .w220_Pc {
    width: 220px;
  }
  .w250_Pc {
    width: 250px;
  }
  .w300_Pc {
    width: 300px;
  }
  .w350_Pc {
    width: 350px;
  }
  .w400_Pc {
    width: 400px;
  }
  .w430_Pc {
    width: 430px;
  }
  .w450_Pc {
    width: 450px;
  }
  .w500_Pc {
    width: 500px;
  }
  .w850_Pc {
    width: 850px;
  }
  .w900_Pc {
    width: 900px;
  }
  .w30per_Pc {
    width: 30%;
  }
  .w50per_Pc {
    width: 50%;
  }
  .w60per_Pc {
    width: 60%;
  }
  .w70per_Pc {
    width: 70%;
  }
  .w80per_Pc {
    width: 80%;
  }
  .w100per_Pc {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .w50_Sp {
    width: 50px;
  }
  .w80_Sp {
    width: 80px;
  }
  .w100_Sp {
    width: 100px;
  }
  .w120_Sp {
    width: 120px;
  }
  .w150_Sp {
    width: 150px;
  }
  .w160_Sp {
    width: 160px;
  }
  .w180_Sp {
    width: 180px;
  }
  .w200_Sp {
    width: 200px;
  }
  .w220_Sp {
    width: 220px;
  }
  .w250_Sp {
    width: 250px;
  }
  .w300_Sp {
    width: 300px;
  }
  .w350_Sp {
    width: 350px;
  }
  .w400_Sp {
    width: 400px;
  }
  .w450_Sp {
    width: 450px;
  }
  .w500_Sp {
    width: 500px;
  }
  .w30per_Sp {
    width: 30%;
  }
  .w50per_Sp {
    width: 50%;
  }
  .w60per_Sp {
    width: 60%;
  }
  .w70per_Sp {
    width: 70%;
  }
  .w80per_Sp {
    width: 80%;
  }
  .w100per_Sp {
    width: 100%;
  }
}
.color_red_default {
  color: var(--default-red);
}

.color_brown_default {
  color: var(--default-brown);
}

.color-primary {
  color: var(--color-primary);
}
.color-secondary {
  color: var(--color-secondary);
}
.color-tertiary {
  color: var(--color-tertiary);
}
.color-quaternary {
  color: var(--color-quaternary);
}
.color-valencia {
  color: var(--color-valencia);
}
.color-disney {
  color: var(--color-disney);
}
.color-internal {
  color: var(--color-internal);
}
.color-black {
  color: #000;
}

.foS10 {
  font-size: 0.625rem;
  line-height: 1.4;
}

.foS11 {
  font-size: 0.6875rem;
  line-height: 1.4;
}

.foS12 {
  font-size: 0.75rem;
  line-height: 1.4;
}

.foS13 {
  font-size: 0.8125rem;
  line-height: 1.6;
}

.foS14 {
  font-size: 0.875rem;
  line-height: 1.6;
}

.foS15 {
  font-size: 0.9375rem;
}

.foM16 {
  font-size: 1rem;
}

.foL17 {
  font-size: 1.0625rem;
}

.foL18 {
  font-size: 1.125rem;
}

.foL19 {
  font-size: 1.1875rem;
  line-height: 1.6;
}

.foL20 {
  font-size: 1.25rem;
  line-height: 1.6;
}

.foL21 {
  font-size: 1.3125rem;
  line-height: 1.6;
}

.foL22 {
  font-size: 1.375rem;
  line-height: 1.5;
}

.foL24 {
  font-size: 1.5rem;
  line-height: 1.5;
}

.foL26 {
  font-size: 1.625rem;
  line-height: 1.5;
}

.foL28 {
  font-size: 1.75rem;
  line-height: 1.5;
}

.foL30 {
  font-size: 1.875rem;
  line-height: 1.5;
}

.foL32 {
  font-size: 2rem;
  line-height: 1.4;
}

.foL34 {
  font-size: 2.125rem;
  line-height: 1.4;
}

.foL36 {
  font-size: 2.25rem;
  line-height: 1.4;
}

.foL38 {
  font-size: 2.375rem;
  line-height: 1.4;
}

.foL40 {
  font-size: 2.5rem;
  line-height: 1.4;
}

.foL44 {
  font-size: 2.75rem;
  line-height: 1.4;
}

.foL48 {
  font-size: 3rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .foS10_Sp {
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .foS11_Sp {
    font-size: 0.6875rem;
    line-height: 1.4;
  }
  .foS12_Sp {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .foS13_Sp {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .foS14_Sp {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .foS15_Sp {
    font-size: 0.9375rem;
  }
  .foM16_Sp {
    font-size: 1rem;
  }
  .foL17_Sp {
    font-size: 1.0625rem;
  }
  .foL18_Sp {
    font-size: 1.125rem;
  }
  .foL19_Sp {
    font-size: 1.1875rem;
    line-height: 1.6;
  }
  .foL20_Sp {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .foL21_Sp {
    font-size: 1.3125rem;
    line-height: 1.6;
  }
  .foL22_Sp {
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .foL24_Sp {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .foL26_Sp {
    font-size: 1.625rem;
    line-height: 1.5;
  }
  .foL28_Sp {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .foL30_Sp {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .foL32_Sp {
    font-size: 2rem;
    line-height: 1.4;
  }
  .foL34_Sp {
    font-size: 2.125rem;
    line-height: 1.4;
  }
  .foL36_Sp {
    font-size: 2.25rem;
    line-height: 1.4;
  }
  .foL38_Sp {
    font-size: 2.375rem;
    line-height: 1.4;
  }
  .foL40_Sp {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .foL44_Sp {
    font-size: 2.75rem;
    line-height: 1.4;
  }
  .foL48_Sp {
    font-size: 3rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 768px) {
  .foS10_Pc {
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .foS11_Pc {
    font-size: 0.6875rem;
    line-height: 1.4;
  }
  .foS12_Pc {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .foS13_Pc {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .foS14_Pc {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .foS15_Pc {
    font-size: 0.9375rem;
  }
  .foM16_Pc {
    font-size: 1rem;
  }
  .foL17_Pc {
    font-size: 1.0625rem;
  }
  .foL18_Pc {
    font-size: 1.125rem;
  }
  .foL19_Pc {
    font-size: 1.1875rem;
    line-height: 1.6;
  }
  .foL20_Pc {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .foL21_Pc {
    font-size: 1.3125rem;
    line-height: 1.6;
  }
  .foL22_Pc {
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .foL24_Pc {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .foL26_Pc {
    font-size: 1.625rem;
    line-height: 1.5;
  }
  .foL28_Pc {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .foL30_Pc {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .foL32_Pc {
    font-size: 2rem;
    line-height: 1.4;
  }
  .foL34_Pc {
    font-size: 2.125rem;
    line-height: 1.4;
  }
  .foL36_Pc {
    font-size: 2.25rem;
    line-height: 1.4;
  }
  .foL38_Pc {
    font-size: 2.375rem;
    line-height: 1.4;
  }
  .foL40_Pc {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .foL44_Pc {
    font-size: 2.75rem;
    line-height: 1.4;
  }
  .foL48_Pc {
    font-size: 3rem;
    line-height: 1.4;
  }
  .foL60_Pc {
    font-size: 3.75rem;
    line-height: 1.4;
  }
}
.asterisk-16 {
  padding-left: 1rem;
}

.asterisk-16::before {
  content: "※";
  margin-left: -1rem;
}

.asterisk-15 {
  padding-left: 0.9375rem;
}

.asterisk-15::before {
  content: "※";
  margin-left: -0.9375rem;
}

.asterisk-14 {
  padding-left: 0.875rem;
}

.asterisk-14::before {
  content: "※";
  margin-left: -0.875rem;
}

/*タイトル*/
.h2_title01 {
  border-bottom: 6px solid #D0D0D0;
  font-size: 1.75rem;
  padding: 15px 10px 10px 1.7em;
  position: relative;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.h2_title01::before, .h2_title01::after {
  position: absolute;
}
.h2_title01::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 11em;
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, var(--color-primary)), color-stop(7em, var(--color-primary)), color-stop(7em, var(--color-secondary)), color-stop(11em, var(--color-secondary)));
  background: linear-gradient(to right, var(--color-primary) 0, var(--color-primary) 7em, var(--color-secondary) 7em, var(--color-secondary) 11em);
}
.h2_title01::after {
  content: "";
  position: absolute;
  left: 0em;
  top: 0.7em;
  width: 1.3em;
  height: 1.3em;
  background: url(../common/ico_air.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .h2_title01::after {
    top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .h2_title01 {
    font-size: 1.375rem;
  }
}
.h2_title01.-black::before, .h2_title01.-black::after {
  background: #000;
}

.h3_title01 {
  font-size: 1.375rem;
  padding: 0 20px;
  margin: 0.8em 0 0.3em;
  position: relative;
  border-left: 8px solid var(--color-primary);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .h3_title01 {
    font-size: 1.125rem;
  }
}
.h3_title01::before, .h3_title01::after {
  position: absolute;
}
.h3_title01::after {
  content: "";
  background: var(--color-secondary);
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
}
.h3_title01.-black {
  border-color: #000;
}

@media all and (min-width: 768px) {
  .nav_scroll {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .nav_scroll {
    margin-top: 14px;
    position: relative;
    display: block;
    text-align: center;
    background-color: #ccc;
    font-size: 0.85rem;
  }
}
.table_scroll {
  overflow-x: scroll;
}
.table_scroll table {
  min-width: 700px;
}
@media screen and (max-width: 767px) {
  .table_scroll table {
    max-width: 700px;
  }
}

/* 下層index用 card型 css */
.page-index__card {
  border-radius: 10px;
}
.page-index__card .card {
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.page-index__card .card a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.page-index__card .card:has(a:hover) a {
  color: #fff;
}
.page-index__card .card:has(a:hover) .thum img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.page-index__card .card .heading {
  padding: 10px 15px 20px;
  text-align: center;
  display: block;
  background: rgba(13, 142, 168, 0.8);
  backdrop-filter: blur(9px);
  margin-top: -30px;
  border-radius: 0 5px 5px 0;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 5px 0px 0px 5px;
  height: 100%;
  position: relative;
  z-index: 1;
  font-size: 0.875rem;
}
.page-index__card .card .thum {
  height: 8em;
  overflow: hidden;
  display: block;
}
.page-index__card .card .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0px auto;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.page-index__card--sdg .card a {
  text-decoration: none;
  color: #000;
  display: block;
}
.page-index__card--sdg .card a:hover {
  opacity: 0.7;
}
.page-index__card--sdg .thum {
  position: relative;
  display: inline-block;
  line-height: 0;
}
.page-index__card--sdg .thum::before {
  content: "\e909";
  font-family: "icomoon" !important;
  color: #fff;
  position: absolute;
  right: 3px;
  bottom: 3px;
  height: 1em;
  z-index: 1;
}
.page-index__card--sdg .thum::after {
  content: "";
  background: #c79637;
  padding: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2.3em;
  height: 2.3em;
}
.page-index__card--sdg .heading {
  font-size: 1.25rem;
  font-weight: bold;
}
.page-index__card--sdg .heading::before {
  content: "";
  display: block;
  width: 4em;
  height: 1em;
  background: -webkit-gradient(linear, left top, right top, from(#E5243B), color-stop(25%, #E5243B), color-stop(25%, #DCA639), color-stop(50%, #DCA639), color-stop(50%, #3E7E45), color-stop(75%, #3E7E45), color-stop(75%, #0A96D9), to(#0A96D9));
  background: linear-gradient(to right, #E5243B 0%, #E5243B 25%, #DCA639 25%, #DCA639 50%, #3E7E45 50%, #3E7E45 75%, #0A96D9 75%, #0A96D9 100%);
}
.page-index__card--sdg .heading-cate {
  color: #c79637;
  display: inline-block;
  width: 100%;
  font-size: 0.8125rem;
  margin: 5px 0;
}
.page-index__card--simply .card a {
  text-decoration: none;
  color: #000;
  display: block;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}
.page-index__card--simply .card a:hover {
  opacity: 0.7;
}
.page-index__card--simply .card .link_btn {
  pointer-events: none;
}
.page-index__card--simply .heading {
  font-size: 1.25rem;
  font-weight: bold;
  display: inline-block;
}
.page-index__card--simply .heading-cate {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  margin: 5px 0;
}

/* テキスト+画像（大）並び（スマホで縦並び・画像が下） など反転用 */
@media screen and (max-width: 767px) {
  .grid_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 1em 0;
  }
}

@media screen and (max-width: 767px) {
  .grid_colum {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 1em 0;
  }
}

/* テーブル　一覧に戻る */
.c-table {
  width: 100%;
  border: none !important;
}
.c-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .c-table tr {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    margin-bottom: 1em;
  }
}
.c-table tr th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e2e2e2 !important;
  color: var(--color-secondary) !important;
}
@media all and (min-width: 768px) {
  .c-table tr th {
    max-width: 18em;
    text-align: left;
    width: 100%;
  }
}
.c-table tr td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #f7f5f2;
}
.c-table tr th,
.c-table tr td {
  border: none !important;
  padding: 1em !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-table__default {
  border: none !important;
  width: 100%;
}
.c-table__default tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .c-table__default tr {
    margin-bottom: 0.3em;
  }
}
.c-table__default td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1em;
}
.c-table__default th,
.c-table__default td {
  border: none !important;
  padding: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none !important;
}

/* 編集パーツ 一覧に戻る */
.part-btn__toall {
  border-top: 1px solid #dadad0;
  border-bottom: 1px solid #dadad0;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

/* グリッド（CSS Grid使用） */
.row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}

/* 各カラム（.col, .col-1 ~ .col-12） */
.colm {
  grid-column: span 12;
}

.col_1 {
  grid-column: span 1;
}

.col_2 {
  grid-column: span 2;
}

.col_3 {
  grid-column: span 3;
}

.col_4 {
  grid-column: span 4;
}

.col_5 {
  grid-column: span 5;
}

.col_6 {
  grid-column: span 6;
}

.col_7 {
  grid-column: span 7;
}

.col_8 {
  grid-column: span 8;
}

.col_9 {
  grid-column: span 9;
}

.col_10 {
  grid-column: span 10;
}

.col_11 {
  grid-column: span 11;
}

.col_12 {
  grid-column: span 12;
}

/* レスポンシブ対応（例: col-md-6） */
@media screen and (max-width: 767px) {
  .col_md-1 {
    grid-column: span 1;
  }
  .col_md-2 {
    grid-column: span 2;
  }
  .col_md-3 {
    grid-column: span 3;
  }
  .col_md-4 {
    grid-column: span 4;
  }
  .col_md-5 {
    grid-column: span 5;
  }
  .col_md-6 {
    grid-column: span 6;
  }
  .col_md-7 {
    grid-column: span 7;
  }
  .col_md-8 {
    grid-column: span 8;
  }
  .col_md-9 {
    grid-column: span 9;
  }
  .col_md-10 {
    grid-column: span 10;
  }
  .col_md-11 {
    grid-column: span 11;
  }
  .col_md-12 {
    grid-column: span 12;
  }
}
.c-interview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.c-interview dt {
  text-align: center;
  line-height: 1;
}
.c-interview dt span {
  font-size: 0.8125rem;
  display: inline-block;
}
.c-interview dt img {
  max-width: 50px;
  max-height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  aspect-ratio: 1/1;
  border-radius: 100vh;
}

.NewsCountList {
  margin-top: 20px;
}
.NewsCountList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .NewsCountList ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.NewsCountList ul li {
  margin-right: 10px;
}
.NewsCountList ul li:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  .NewsCountList ul li:last-child {
    margin-right: initial;
  }
}
.NewsCountList ul li a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-weight: 400;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .NewsCountList ul li a {
    padding: 16px 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.NewsCountList ul li:first-child a, .NewsCountList ul li:last-child a {
  background: var(--color-orange);
  color: #fff;
}
.NewsCountList ul li:first-child a:hover, .NewsCountList ul li:last-child a:hover {
  background: var(--default-blue);
  color: #fff;
}
.NewsCountList ul li:first-child a:hover::after, .NewsCountList ul li:last-child a:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  color: #fff;
}
.NewsCountList ul li:nth-of-type(2) a, .NewsCountList ul li:nth-of-type(3) a {
  background: #D6E2EA;
  color: #000;
}
.NewsCountList ul li:nth-of-type(2) a:hover, .NewsCountList ul li:nth-of-type(3) a:hover {
  background: #666;
  color: #fff;
}
.NewsCountList ul li:nth-of-type(2) a:hover::before, .NewsCountList ul li:nth-of-type(3) a:hover::before {
  color: #fff;
}

.l-cke {
  margin: 10px auto 10px auto;
  max-width: 980px;
}
@media screen and (max-width: 767px) {
  .l-cke {
    margin: 20px 0px;
  }
}

.edit-area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.edit-area:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*topicpath*/
.topicpath {
  margin: 20px 0;
  border-top: 1px solid #E5E5E5;
}
.topicpath ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.topicpath ul li {
  font-size: 0.875rem;
  margin-right: 10px;
  color: #9A9A9A;
}
.topicpath ul li a {
  position: relative;
  padding-right: 1em;
  color: var(--default-blue);
  text-decoration: underline;
}
.topicpath ul li a::before {
  position: absolute;
  content: "";
  height: 7px;
  width: 7px;
  right: 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  display: inline-block;
  top: 50%;
}

/*アコーディオンのオプション表示削除*/
.dis_none {
  display: none !important;
}

.cke_editable .dis_none {
  display: block !important;
}

.cke_editable {
  margin: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}

.cke_editable .cke-accordion_start,
.cke_editable .cke-accordion_end {
  position: relative;
  padding: 10px 10px 10px 10px;
  border: dashed 1px #dedacd;
  border-radius: 4px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/* ------------------------------PDFマーク */
.txtLink01-pdf {
  padding-left: 30px;
  background: url(../common/ico_pdf01.png) no-repeat left center;
  background-size: 19px auto;
}

/* ------------------------------ダウンロードマーク */
.txtLink01-dl {
  padding-left: 30px;
  background: url(../common/ico_dl01.png) no-repeat left center;
  background-size: 19px auto;
}

/* ------------------------------WORDマーク */
.txtLink01-word {
  padding-left: 30px;
  background: url(../common/ico_word01.png) no-repeat left center;
  background-size: 19px auto;
}

/* ------------------------------EXCELマーク */
.txtLink01-excel {
  padding-left: 30px;
  background: url(../common/ico_excel01.png) no-repeat left center;
  background-size: 19px auto;
}

/* ------------------------------PowerPointマーク */
.txtLink01-power {
  padding-left: 30px;
  background: url(../common/ico_power01.png) no-repeat left center;
  background-size: 19px auto;
}

/* ボタン・リンク END  =============================================================== */
/* ==========================================================================
リスト
========================================================================== */
.edit-area ol,
.edit-area ul,
.cke_editable ol,
.cke_editable ul,
.list_style {
  position: relative;
}

.edit-area ol,
.cke_editable ol {
  counter-reset: item;
  list-style-type: none;
  margin-left: 0;
}

.edit-area ol li,
.cke_editable ol li {
  list-style-type: none;
  margin-bottom: 5px;
  position: relative;
  padding: 4px 0 4px 15px;
}
.edit-area ol li ul li,
.cke_editable ol li ul li {
  line-height: 1.2;
}

.edit-area ol li::marker {
  display: none;
}

.edit-area ol li:before,
.cke_editable ol li:before {
  counter-increment: item;
  content: counter(item);
  display: block;
  position: absolute;
  top: 0.25em;
  left: 0;
  font-weight: 400;
  /* 14px */
}

.edit-area ul li,
.cke_editable ul li {
  list-style-type: none;
  margin-bottom: 5px;
  position: relative;
  padding: 4px 0 4px 15px;
}

.edit-area ul li:before,
.cke_editable ul li:before,
.list_style li:before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: absolute;
  height: 8px;
  width: 8px;
  top: 0.9em;
  left: 0px;
  border-radius: 100%;
  background: #000;
  vertical-align: middle;
  line-height: 1;
}

.list_none li::before {
  display: none !important;
}

/* リスト END  =============================================================== */
/* ==========================================================================
テーブル※適宜変更してください。
========================================================================== */
.edit-area table th,
.cke_editable table th {
  background: #EDF2F5;
}

.edit-area table,
.cke_editable table {
  border-left: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
}

.edit-area table td,
.edit-area table th,
.cke_editable table td,
.cke_editable table th {
  padding: 10px;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}

table {
  border-collapse: initial !important;
  border-spacing: 0 !important;
}

.table__addr .td_no {
  max-width: 5em;
}
@media screen and (max-width: 767px) {
  .table__scroll {
    overflow: auto;
  }
  .table__scroll table {
    width: 100%;
    white-space: nowrap;
  }
}

/* テーブル END  =============================================================== */
/* 右寄せ 左寄せ  =============================================================== */
.float_R {
  float: right;
}

.float_L {
  float: left;
}

@media all and (min-width: 768px) {
  .float_R_Pc {
    float: right;
  }
  .float_L_Pc {
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .float_R_Sp {
    float: right;
  }
  .float_L_Sp {
    float: left;
  }
}
/* 右寄せ 左寄せ  =============================================================== */
/* ==========================================================================
　画像
========================================================================== */
.cke_editable img {
  max-width: 100%;
  height: auto !important;
  vertical-align: bottom;
}

.newsImg03,
.newsImg02,
.newsImg01 {
  margin: 10px 0;
}

.newsImg03 ul,
.newsImg02 ul,
.newsImg01 ul {
  margin: 0;
}
.newsImg03 ul li,
.newsImg02 ul li,
.newsImg01 ul li {
  padding: 0 !important;
  list-style: none;
}
.newsImg03 ul li::before,
.newsImg02 ul li::before,
.newsImg01 ul li::before {
  display: none !important;
}

@media all and (min-width: 768px) {
  .newsImg03 ul,
  .newsImg02 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .newsImg03 ul li {
    width: calc(33.3333333333% - 10px) !important;
  }
  .newsImg02 ul li {
    width: calc(50% - 10px);
  }
}
.newsImg03 ul li,
.newsImg02 ul li,
.newsImg01 ul li {
  list-style: none !important;
  text-align: center;
  padding: 0;
}
.newsImg03 ul li img,
.newsImg02 ul li img,
.newsImg01 ul li img {
  width: 100%;
  display: inline-block;
}

.newsImg03 ul li:before,
.newsImg02 ul li:before,
.newsImg01 ul li:before {
  display: none !important;
}

/* ------------------------------------------------------------絵文字 */
.ico_20 {
  width: 30px;
  height: 30px;
  padding: 0 4px;
  vertical-align: middle;
  margin-bottom: 3px;
  display: inline-block;
}

/* 画像 END  =============================================================== */
/* ==========================================================================
　境界線
========================================================================== */
hr.div_hr01 {
  display: block;
  margin: 15px 0;
  border: none;
  border-bottom: dashed 1px #CFCFCF;
}

/*管理画面側*/
.cke_editable .ckeditor_divline {
  background: url(../common/ckeditor_divline.gif) no-repeat;
}

/* 境界線 END  =============================================================== */
/* ==========================================================================
ckエディター
========================================================================== */
.pagesummary {
  padding: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--color-tertiary);
  border-radius: 2vh;
}
@media screen and (max-width: 767px) {
  .pagesummary {
    padding: 15px;
  }
}
.pagesummary ul {
  gap: 10px 15px;
}
@media all and (min-width: 768px) {
  .pagesummary ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.pagesummary ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .pagesummary ul li {
    margin-bottom: 15px;
  }
}
.pagesummary ul li::before {
  display: none;
}
.pagesummary ul li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  color: #000;
  font-size: 0.9375rem;
  padding: 6px 25px 6px 50px;
  border-radius: 100vh;
  position: relative;
  text-decoration: none;
  background: #fff;
}
.pagesummary ul li a:hover {
  background: var(--color-primary);
  color: #fff !important;
}
.pagesummary ul li a:hover::before {
  background: #fff;
}
.pagesummary ul li a::before {
  position: absolute;
  content: "";
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 0.8em;
  width: 0.8em;
  aspect-ratio: 1;
  background: var(--color-primary);
  left: 1.5em;
  top: 1em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.pagesummary__external::before {
  background: url("../common/ico_external.svg") no-repeat center center !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  top: 50% !important;
  background-size: contain !important;
  width: 8px !important;
  height: 8px !important;
}

.div_info01 {
  padding: 16px;
  margin: 10px 0;
  border: 3px solid #333;
  border-radius: 6px;
}
.div_info02 {
  padding: 16px;
  margin: 15px 0px;
  color: #fff;
  background: var(--color-primary);
  border-radius: 6px;
}
.div_info03 {
  padding: 16px;
  margin: 15px 0px;
  background: #eee;
  border-radius: 6px;
}
.div_info--disney {
  padding: 16px;
  margin: 15px 0px;
  border: 3px solid var(--color-disney);
  border-radius: 6px;
}
.div_info--disney .h3_title01 {
  border-left-color: var(--color-disney);
}
.div_info--internal {
  padding: 16px;
  margin: 15px 0px;
  border: 3px solid var(--color-internal);
  border-radius: 6px;
}
.div_info--internal .h3_title01 {
  border-left-color: var(--color-internal);
}

/*------------------------------------------------------------お知らせ表示(日付)*/
.day-color01 {
  color: #000000;
}

/*黒*/
.day-color02 {
  color: #e03e3e;
}

/*赤*/
.day-color03 {
  color: #005692;
}

/*青*/
.day-color04 {
  color: #099809;
}

/*緑*/
.day-color05 {
  color: #E77BE6;
}

/*ピンク*/
.day-color06 {
  color: #666666;
}

/*グレー*/
.day-bold {
  font-weight: bold;
}

/*-----------------------------------------------------------お知らせ表示(タイトル)*/
.title-size-small {
  font-size: 0.8125rem;
}

/* 13px */
.title-size-middle {
  font-size: 0.9375rem;
}

/* 15px */
.title-size-big {
  font-size: 1.25rem;
}

/* 20px */
.title-color01 {
  color: #000000;
}

/*黒*/
.title-color02 {
  color: #e03e3e;
}

/*赤*/
.title-color03 {
  color: #005692;
}

/*青*/
.title-color04 {
  color: #099809;
}

/*緑*/
.title-color05 {
  color: #E77BE6;
}

/*ピンク*/
.title-color06 {
  color: #666666;
}

/*グレー*/
.title-bold {
  font-weight: bold;
}

/*-----------------------------------------------------------文字サイズ*/
span.op_large {
  text-decoration: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: 1.25rem;
}

span.op_large02 {
  text-decoration: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: 1.4375rem;
}

span.op_mideamu {
  text-decoration: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: 0.9375rem;
}

span.op_small {
  display: inline-block;
  line-height: 1.8;
  text-decoration: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: 0.75rem;
}

/*-----------------------------------------------------------文字の下付上付*/
sub {
  font-size: 75.5%;
  vertical-align: bottom;
}

sup {
  font-size: 75.5%;
  vertical-align: top;
}

/*-----------------------------------------------------------他装飾*/
.g-map {
  width: 100% !important;
}

.cke_editable .ckeditor_divline {
  background: url(../images/ckeditor_divline.gif) no-repeat;
}

/*ソーシャルボタン領域*/
.Social {
  display: none;
}

.detail_news_social {
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.detail_news_social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0 !important;
}

.detail_news_social ul li {
  margin-left: 10px !important;
  list-style: none !important;
  padding-left: 0 !important;
}
.detail_news_social ul li:first-child {
  margin-left: 0 !important;
}

.detail_news_social ul li::before {
  display: none;
}

.detail_news_social li a {
  vertical-align: bottom;
  display: inline-block;
  width: 34px;
  height: 34px;
  background: #1a63ac url("../common/logo_fb01.png") no-repeat center;
  background-size: auto 18px;
  border-radius: 100px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}

.detail_news_social li a.tw {
  background: #000 url("../common/logo_tw01.png") no-repeat center;
  background-size: auto 15px;
}

.detail_news_social li a.line {
  background: #00b900 url("../common/logo_line02.png") no-repeat center;
  background-size: auto 20px;
}

.detail_news_social li:hover a {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*ソーシャルボタン領域END*/
/* ckエディター END  =============================================================== */
/* ==========================================================================
  Youtube
========================================================================== */
/* テキスト END  =============================================================== */
/* ==========================================================================
  テキスト
========================================================================== */
/* ------------------------------------------------------------ テキストインデント */
.text_mark {
  margin-left: 1em;
  text-indent: -1em;
}

.text_marks {
  margin-left: 0.857em;
  text-indent: -0.857em;
}

/* テキスト END  =============================================================== */
/* ==========================================================================
  編集パーツ用　番号付属リスト・チェックリスト
   ========================================================================== */
.list_none li::before {
  display: none !important;
}

.list_num01 {
  counter-reset: item !important;
  list-style: none !important;
  padding: 0;
  margin-left: 0 !important;
}
.list_num01 li {
  position: relative;
  padding: 4px 0 4px 2.3em !important;
  margin-bottom: 10px;
  list-style: none !important;
  min-height: 40px;
}
.list_num01 li::before {
  counter-increment: item !important;
  content: counter(item) !important;
  display: block;
  position: absolute;
  top: 0.3em !important;
  left: 0 !important;
  font-weight: 400;
  aspect-ratio: 1/1 !important;
  color: #fff;
  font-weight: bold;
  background: var(--color-quaternary);
  border-radius: 100vh;
  min-width: 2em !important;
  min-height: 2em !important;
  line-height: 28px !important;
  text-align: center;
  font-size: 0.875rem;
  border: none !important;
}

.list_check li {
  position: relative !important;
  padding-left: 28px !important;
}
.list_check li::before {
  content: "";
  background: url("../common/ico_check_red.svg") no-repeat center center !important;
  background-size: contain !important;
  width: 20px !important;
  height: 19px !important;
  position: absolute !important;
  left: 0 !important;
  top: 0.5em !important;
  border-radius: 0 !important;
  border: none !important;
}

.list_tour li {
  position: relative;
  padding: 0 0 0 1em;
}
.list_tour li::before {
  background: #fff;
  border: 2px solid #000;
  top: 0.6em;
}

/* ==========================================================================
  編集パーツ用　画像＋テキスト並び
   ========================================================================== */
.cke_editable .lay-grid > .col-1,
.cke_editable .lay-grid > .col-2,
.cke_editable .lay-grid > .col-3,
.cke_editable .lay-grid > .col-4,
.cke_editable .lay-grid > .col-5,
.cke_editable .lay-grid > .col-6,
.cke_editable .lay-grid > .col-7,
.cke_editable .lay-grid > .col-8,
.cke_editable .lay-grid > .col-9,
.cke_editable .lay-grid > .col-10,
.cke_editable .lay-grid > .col-11,
.cke_editable .lay-grid > .col-12 {
  padding: 10px;
  border: dashed 1px var(--base-gray-default);
  border-radius: 4px;
}

.lay-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.lay-grid.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lay-grid > .col-1,
.lay-grid > .col-2,
.lay-grid > .col-3,
.lay-grid > .col-4,
.lay-grid > .col-5,
.lay-grid > .col-6,
.lay-grid > .col-7,
.lay-grid > .col-8,
.lay-grid > .col-9,
.lay-grid > .col-10,
.lay-grid > .col-11,
.lay-grid > .col-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.lay-grid > .col-1 {
  width: calc(8.3333333333% - 20px);
}

.lay-grid > .col-2 {
  width: calc(16.6666666667% - 20px);
}

.lay-grid > .col-3 {
  width: calc(25% - 20px);
}

.lay-grid > .col-4 {
  width: calc(33.3333333333% - 20px);
}

.lay-grid > .col-5 {
  width: calc(41.6666666667% - 20px);
}

.lay-grid > .col-6 {
  width: calc(50% - 20px);
}

.lay-grid > .col-7 {
  width: calc(58.3333333333% - 20px);
}

.lay-grid > .col-8 {
  width: calc(66.6666666667% - 20px);
}

.lay-grid > .col-9 {
  width: calc(75% - 20px);
}

.lay-grid > .col-10 {
  width: calc(83.3333333333% - 20px);
}

.lay-grid > .col-11 {
  width: calc(91.6666666667% - 20px);
}

.lay-grid > .col-12 {
  width: calc(100% - 20px);
}

.lay-grid > .col-lg-1,
.lay-grid > .col-lg-2,
.lay-grid > .col-lg-3,
.lay-grid > .col-lg-4,
.lay-grid > .col-lg-5,
.lay-grid > .col-lg-6,
.lay-grid > .col-lg-7,
.lay-grid > .col-lg-8,
.lay-grid > .col-lg-9,
.lay-grid > .col-lg-10,
.lay-grid > .col-lg-11,
.lay-grid > .col-lg-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
}

@media all and (min-width: 768px) {
  .lay-grid > .col-lg-1 {
    width: calc(8.3333333333% - 20px);
  }
  .lay-grid > .col-lg-2 {
    width: calc(16.6666666667% - 20px);
  }
  .lay-grid > .col-lg-3 {
    width: calc(25% - 20px);
  }
  .lay-grid > .col-lg-4 {
    width: calc(33.3333333333% - 20px);
  }
  .lay-grid > .col-lg-5 {
    width: calc(41.6666666667% - 20px);
  }
  .lay-grid > .col-lg-6 {
    width: calc(50% - 20px);
  }
  .lay-grid > .col-lg-7 {
    width: calc(58.3333333333% - 20px);
  }
  .lay-grid > .col-lg-8 {
    width: calc(66.6666666667% - 20px);
  }
  .lay-grid > .col-lg-9 {
    width: calc(75% - 20px);
  }
  .lay-grid > .col-lg-10 {
    width: calc(83.3333333333% - 20px);
  }
  .lay-grid > .col-lg-11 {
    width: calc(91.6666666667% - 20px);
  }
  .lay-grid > .col-lg-12 {
    width: calc(100% - 20px);
  }
  .card-box__item--lg-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  .lay-grid > .col-lg-4 {
    text-align: center;
  }
  .lay-grid > .col-lg-4 img {
    width: 53.33vw !important;
  }
}
.card-box {
  margin-top: 20px;
}

.card-box__item--fast {
  margin-top: 20px;
}

/* ==========================================================================
  お客様向け
========================================================================== */
.im-client__table table {
  width: 100%;
}
.im-client__table table tr {
  display: grid;
}
.im-client__table table tr td {
  border: none;
  padding: 0;
}
.im-client__table table tr td img {
  width: 100%;
}
@media all and (min-width: 768px) {
  .im-client__table.-cell4 table tr {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .im-client__table.-cell4 table tr {
    grid-template-columns: 1fr 1fr;
    gap: 10px 10px;
  }
}
@media all and (min-width: 768px) {
  .im-client__table.-cell2 table tr {
    grid-template-columns: 1fr 1fr;
    gap: 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .im-client__table.-cell2 table tr {
    grid-template-columns: 1fr;
    gap: 10px 10px;
  }
}
.im-client__table.-border-n table {
  border: none;
}

/* テキスト END  =============================================================== */
/* ==========================================================================
  アコーディオン
========================================================================== */
.js-accordion {
  counter-reset: question 0;
}
.js-accordion__item {
  border-bottom: 2px var(--color-purple-light) solid;
}
.js-accordion__item--trigger {
  font-weight: bold;
  color: var(--color-purple);
  padding: 10px 40px 10px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .js-accordion__item--trigger {
    padding: 10px 30px 10px 10px;
  }
}
.js-accordion__item--trigger::after {
  background: url("../common/ico_arrow04.svg") no-repeat center center;
  width: 10px;
  height: 12px;
  background-size: contain;
  display: inline-block;
  content: "";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  right: 10px;
  top: 40%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.js-accordion__item--trigger::before {
  counter-increment: question;
  content: "Q" counter(question);
  display: inline-block;
  margin-right: 10px;
}
.js-accordion__item--trigger::-moz-selection {
  color: none !important;
  background: none !important;
}
.js-accordion__item--trigger::selection {
  color: none !important;
  background: none !important;
}
.js-accordion__item--trigger.active {
  background: var(--color-purple-light);
}
.js-accordion__item--trigger.active::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  right: 11px;
}
.js-accordion__item--this {
  padding: 10px;
}
.js-accordion__item--this::-moz-selection {
  color: none !important;
  background: none !important;
}
.js-accordion__item--this::selection {
  color: none !important;
  background: none !important;
}

/*アコーディオン　im*/
/*アコーディオン */
.parts_accordion_box {
  border: solid 3px var(--color-orange);
}
.parts_accordion_box.-orange {
  border: solid 3px var(--color-orange);
}
.parts_accordion_box.-orange dt::after {
  background: var(--color-orange) url(../common/ico_arrow_menu.svg) no-repeat center center;
}
.parts_accordion_box.-orange dt.active {
  background: #fff5f2;
}
.parts_accordion_box.-orange dt.active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.parts_accordion_box.-orange dt.active::after {
  bottom: 0;
}

.parts_accordion_box dt {
  position: relative;
  padding: 15px 20px 15px 50px;
}
.parts_accordion_box dt::after {
  content: "";
  background: var(--color-orange) url(../common/ico_arrow_menu.svg) no-repeat center center;
  background-size: 1em !important;
  width: 1.8em;
  height: 1.8em;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100vh;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.parts_accordion_box dt.active {
  background: #f3f7f8;
}
.parts_accordion_box dt.active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.parts_accordion_box dt.active::after {
  bottom: 0;
}

.parts_accordion_box dd {
  padding-top: 20px;
  margin: 0px 20px 20px 20px;
}

/* ===マーカー====*/
.marker1 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgb(255, 220, 0)));
  background: linear-gradient(transparent 60%, rgb(255, 220, 0) 60%);
}

.marker2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 102, 204, 0.5)));
  background: linear-gradient(transparent 60%, rgba(255, 102, 204, 0.5) 60%);
}

.marker3 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgb(102, 204, 255)));
  background: linear-gradient(transparent 60%, rgb(102, 204, 255) 60%);
}

.marker4 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, rgb(9, 251, 211)));
  background: linear-gradient(transparent 65%, rgb(9, 251, 211) 65%);
}

iframe[src*="youtube.com"],
iframe[src*="youtube-nocookie.com"] {
  aspect-ratio: 16/9;
  width: 80%;
  height: auto;
}
@media screen and (max-width: 767px) {
  iframe[src*="youtube.com"],
  iframe[src*="youtube-nocookie.com"] {
    width: 100%;
  }
}

.index-hero {
  line-height: 0;
  overflow: hidden;
}
.index-hero img {
  width: 100%;
  height: auto;
}

.l-news {
  padding: 50px 0;
}
.l-news.-under {
  padding: 0;
}
.l-news.-under .l-news__container {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.l-news.-under .l-news__list {
  height: inherit;
  max-height: inherit;
}
.l-news.-under .l-news__list article .text-box {
  gap: 5px;
}
.l-news.-under .l-news__list article .category::before {
  content: "|";
  padding: 0 5px;
}
.l-news.-under .l-news__filter {
  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: 0 10px;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .l-news.-under .l-news__filter {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-news__container {
  background: #F6F4ED;
  -webkit-box-shadow: 3px 3px 0px #101010;
          box-shadow: 3px 3px 0px #101010;
  border-radius: 15px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 36px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-news__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}
@media all and (min-width: 768px) {
  .l-news__heading {
    min-width: 10em;
  }
}
@media screen and (max-width: 767px) {
  .l-news__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-news__heading p:has(.c-btn) {
    margin-left: auto;
  }
  .l-news__heading p .c-btn {
    padding: 7px 50px 6px 50px;
  }
}
.l-news__heading h2 {
  font-weight: 900;
  font-size: 2.375rem;
  color: #E3221C;
  position: relative;
  display: inline-grid;
  grid-template-columns: auto 1fr;
  gap: 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-news__heading h2 {
    font-size: 1.625rem;
    gap: 7px;
  }
}
.l-news__heading h2::after {
  content: "";
  background: url("../common/ico_top_sec_title_news.svg") no-repeat center center;
  background-size: contain;
  width: 1em;
  height: 1em;
  display: inline-block;
}
.l-news__wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media all and (min-width: 768px) {
  .l-news__list {
    height: 200px;
    overflow-y: scroll;
    max-height: 110px;
  }
}
@media screen and (max-width: 767px) {
  .l-news__list {
    margin-top: 20px;
    height: 200px;
    overflow-y: scroll;
  }
}
.l-news__list article {
  margin-bottom: 10px;
}
.l-news__list article .news-padding {
  background: #fff;
  padding: 26px 30px;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .l-news__list article .news-padding {
    padding: 15px;
  }
}
.l-news__list article:last-child {
  margin-bottom: 0;
}
.l-news__list article a {
  color: #000;
}
.l-news__list article a:hover {
  color: var(--color-primary);
}
.l-news__list article:has(figure) .news-padding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.l-news__list article:has(figure) figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0;
}
.l-news__list article .text-box {
  min-width: 0;
}
@media all and (min-width: 768px) {
  .l-news__list article .text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.l-news__list article .text-box .time {
  font-size: 0.8125rem;
}
@media all and (min-width: 768px) {
  .l-news__list article .text-box .time {
    min-width: 9em;
  }
}
.l-news__list article .text-box .new {
  color: var(--color-primary);
  padding-right: 10px;
}
.l-news__list article .text-box h2 {
  font-size: 0.9375rem;
}
.l-news {
  /* paginathing.js が生成するページネーション */
}
.l-news .pagination-container {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--base-gray-dark);
}
.l-news .pagination-container .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-news .pagination-container .page-item {
  margin: 0;
}
.l-news .pagination-container .page-item .page-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  font-size: 0.875rem;
  color: var(--default-black);
  background: var(--default-white);
  border: 1px solid var(--base-gray-dark);
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.l-news .pagination-container .page-item .page-link:hover {
  background: var(--color-tertiary);
  border-color: var(--color-primary);
  color: var(--color-primary);
}
.l-news .pagination-container .page-item.active .page-link {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--default-white);
}
.l-news .pagination-container .page-item.disabled .page-link {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-news .pagination-container .page-item .page-link {
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
    font-size: 0.8125rem;
  }
}

.index-body {
  background-image: linear-gradient(0deg, transparent 25px, #eee 26px), linear-gradient(90deg, transparent 25px, #eee 26px);
  background-size: 26px 26px;
  overflow: hidden;
}
.index-main {
  background: var(--color-tertiary);
  background-size: 100% auto;
  position: relative;
  margin: 26px 0;
  padding: 45px 0;
  overflow-x: clip;
}
.index-main::before {
  content: "";
  background: url("../common/bg_triangle_top.svg") center center;
  background-repeat: repeat-x;
  width: 100%;
  height: 26px;
  background-size: 49px 26px;
  display: block;
  position: absolute;
  top: -26px;
  line-height: 1;
}
.index-main::after {
  content: "";
  background: url("../common/bg_triangle_bottom.svg") center center;
  background-repeat: repeat-x;
  width: 100%;
  height: 26px;
  background-size: 49px 26px;
  display: block;
  position: absolute;
  bottom: -26px;
  line-height: 1;
}
.index-main__gif {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .index-main__gif {
    left: 0;
    bottom: 0;
  }
  .index-main__gif img {
    width: 100%;
  }
}
.index-about {
  position: relative;
  z-index: 1;
}
.index-about__heading {
  text-align: center;
}
.index-about__heading span {
  font-size: 2.25rem;
  color: var(--color-primary);
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .index-about__heading span {
    font-size: 1.5rem;
  }
}
.index-about__heading h2 {
  font-size: 2.375rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .index-about__heading h2 {
    font-size: 1.3125rem;
  }
}
.index-about__content {
  margin-top: 30px;
}
.index-about__content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .index-about__content__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.index-about__content__item--text {
  font-size: 0.9375rem;
  line-height: 1.8;
}
.index-about__content__item--image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .index-about__content__item--image {
    max-width: 100%;
  }
}
.index-about__content__item--image img {
  width: 100%;
}
.index-about__box {
  position: relative;
  padding: 0.9rem 2rem 0.9rem;
  background-color: #fff;
  margin-top: 30px;
  border-radius: 15px;
}
.index-about__box p {
  font-size: 1.25rem;
  margin-left: max(10rem, 6% + 120px + 1.5rem);
  color: var(--color-primary);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .index-about__box p {
    margin-left: inherit;
    padding-top: 30px;
    line-height: 2.3;
  }
}
.index-about__box--title {
  position: absolute;
  top: -10px;
  left: 2%;
  width: 190px;
  height: 40px;
  line-height: 40px;
  background-color: var(--color-primary);
  color: #fff;
  font-weight: 600;
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .index-about__box--title {
    font-size: 1rem;
  }
}
.index-about__box--title::before {
  position: absolute;
  top: 0;
  left: 100%;
  width: 0px;
  height: 0px;
  border: none;
  border-bottom: 10px solid #B90A05;
  border-right: 7px solid transparent;
  content: "";
}
.index-about__box--title::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 95.2px 10px 95.1px;
  border-color: transparent var(--color-primary);
  content: "";
}
.index-info {
  margin: 50px 0;
}
.index-info__heading {
  text-align: center;
}
.index-info__heading h2 {
  color: var(--color-primary);
  font-size: 2.625rem;
  font-weight: 900;
  display: inline-grid;
  grid-template-columns: auto 1fr;
  gap: 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .index-info__heading h2 {
    font-size: 1.75rem;
  }
}
.index-info__heading h2::before {
  content: "";
  background: url(../common/ico_index_infoheading.svg) no-repeat center center;
  background-size: contain;
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
}
.index-info__container--item {
  background: #fff;
  padding: 50px 70px 0 70px;
  border-radius: 15px;
  border: 7px solid var(--color-primary);
  -webkit-box-shadow: 3px 3px 0px #101010;
          box-shadow: 3px 3px 0px #101010;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .index-info__container--item {
    padding: 20px 20px 0 20px;
  }
}
.index-info__container--item:has(a:hover) {
  border-color: #D0140F;
}
.index-info__container--item table {
  width: 100%;
}
@media all and (min-width: 768px) {
  .index-info__container--item table tr {
    display: grid;
    grid-template-columns: 200px 1fr;
  }
}
.index-info__container--item table tr th {
  border-bottom: solid 3px var(--color-primary);
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .index-info__container--item table tr th {
    display: inline-block;
    padding: 20px 5px 10px 5px;
  }
}
.index-info__container--item table tr td {
  border-bottom: solid 3px #D0D0D0;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .index-info__container--item table tr td {
    font-size: 0.9375rem;
    padding: 20px 5px !important;
    display: block;
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .index-info__container--item table tr td,
  .index-info__container--item table tr th {
    padding: 20px;
  }
}
.index-info__container--item__link {
  margin-top: 50px;
  text-align: center;
}
.index-info__container--item__link a {
  background: var(--color-primary);
  color: #fff;
  line-height: 1;
  padding: 10px 100px;
  border-radius: 7px 7px 0 0;
  position: relative;
  vertical-align: baseline;
  font-size: 1.375rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .index-info__container--item__link a {
    font-size: 1.25rem;
    padding: 10px 50px;
  }
}
.index-info__container--item__link a::before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: -19px;
  height: 93%;
  width: 20px;
  background: var(--color-primary);
  clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.index-info__container--item__link a::after {
  position: absolute;
  content: "";
  bottom: 0px;
  right: -19px;
  height: 93%;
  width: 20px;
  background: var(--color-primary);
  clip-path: polygon(0% 100%, 0% 0%, 100% 100%);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.index-info__container--item__link a .i_arrow_white {
  padding-left: 15px;
}
.index-info__container--item__link a:hover {
  background: #D0140F;
}
.index-info__container--item__link a:hover::before, .index-info__container--item__link a:hover::after {
  background: #D0140F;
}
.index-info__container--item.-under {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
.index-info__container--item.-under table {
  border: none;
}
.index-info__container--item.-under table tr td,
.index-info__container--item.-under table tr th {
  font-size: inherit;
  background: none !important;
  border-right: none;
  padding: 10px;
}
.index-bnrArea01 {
  margin: 50px 0;
  background: var(--color-tertiary) url("../images/bg_bnrArea01_pc.jpg") no-repeat -10px center;
  background-size: auto 100%;
  position: relative;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .index-bnrArea01 {
    background: url("../images/bg_bnrArea01_sp.jpg") no-repeat center center;
    background-size: 100% auto;
  }
}
.index-bnrArea01::before, .index-bnrArea01::after {
  content: "";
}
.index-bnrArea01::before {
  background: url("../images/index-bnrArea-dec01.svg") no-repeat center center;
  background-size: contain;
  width: 170px;
  height: 130px;
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .index-bnrArea01::before {
    width: 120px;
    height: 84px;
    top: -30px;
    left: -18px;
  }
}
.index-bnrArea01::after {
  background: url("../images/index-bnrArea-dec02.svg") no-repeat center center;
  background-size: contain;
  width: 170px;
  height: 130px;
  position: absolute;
  bottom: -40px;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .index-bnrArea01::after {
    width: 120px;
    height: 84px;
    right: -13px;
  }
}
.index-bnrArea01__container {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .index-bnrArea01__container {
    padding: 30px 0;
  }
}
.index-bnrArea01__container__item img {
  width: 100%;
}
.index-message {
  position: relative;
  border: 1px solid #000;
  padding: 50px 57px;
  background: #fff;
  margin-top: 50px;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .index-message {
    padding: 40px 20px 50px 20px;
  }
}
.index-message::before, .index-message::after {
  content: "";
  background-image: repeating-linear-gradient(135deg, #E3221C 0px, #E3221C 8px, transparent 8px, transparent 24px, #2663ED 24px, #2663ED 32px, transparent 32px, transparent 48px);
  position: absolute;
  width: 100%;
  height: 12px;
  display: block;
}
.index-message::before {
  top: 0;
  left: 0;
}
.index-message::after {
  bottom: 0;
  left: 0;
}
.index-message__heading {
  text-align: center;
}
.index-message__heading h2 {
  font-size: 2rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .index-message__heading h2 {
    font-size: 1.25rem;
  }
}

.js-InOn {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
.js-InOn.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.hidden {
  display: none;
}

#showloading {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  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;
}
#showloading.is-closed {
  display: none !important;
}

#showloading .loading-inner {
  position: relative;
  text-align: center;
}

#showloading .loading-inner img {
  max-width: 170px;
  width: 100%;
}

#showloading .loading-anime {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  letter-spacing: 0.3em;
}

#showloading .loading-anime span {
  -webkit-animation: bound 0.8s linear infinite;
  animation: bound 0.8s linear infinite;
  display: inline-block;
  font-size: 1.25rem;
}

#showloading .loading-anime span:nth-child(1) {
  color: #EB5D1C;
}

#showloading .loading-anime span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#showloading .loading-anime span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

#showloading .loading-anime span:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#showloading .loading-anime span:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#showloading .loading-anime span:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

#showloading .loading-anime span:nth-child(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

#showloading .loading-anime span:nth-child(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

#showloading .loading-anime span:nth-child(9) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

#showloading .loading-anime span:nth-child(10) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes bound {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0.5em);
    transform: translateY(0.5em);
  }
  100% {
    -webkit-transform: translateY(0px) scaleY(1px);
    transform: translateY(0px) scaleY(1px);
  }
}
@keyframes bound {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0.5em);
    transform: translateY(0.5em);
  }
  100% {
    -webkit-transform: translateY(0px) scaleY(1px);
    transform: translateY(0px) scaleY(1px);
  }
}
.c-list__check li {
  position: relative;
  padding-left: 28px;
}
.c-list__check li::before {
  content: "";
  background: url("../common/ico_check_red.svg") no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 0.3em;
}

.contents-head {
  background: var(--color-primary) url("../images/img_contents_headbg.png") no-repeat bottom right;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .contents-head {
    background: var(--color-primary) url("../images/img_contents_headbg_sp.png") no-repeat bottom right;
    background-size: 100% auto;
  }
}
.contents-head__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .contents-head__inner {
    padding: 0 10px;
  }
}
.contents-head__inner h1 {
  font-size: 2.375rem;
  font-weight: 700;
  color: #fff;
  padding: 50px 0;
  text-shadow: 3px 3px 0 #CC0600;
}
@media screen and (max-width: 767px) {
  .contents-head__inner h1 {
    font-size: 1.375rem;
  }
}

.page-body {
  padding: 50px 0 50px;
}
@media screen and (max-width: 767px) {
  .page-body {
    padding: 30px 0;
  }
}
.page-homebtn {
  margin: 20px 0 80px;
}

.flow-box__item {
  padding-left: 0;
}
.flow-box__item--valencia {
  border-color: var(--color-primary) !important;
}
.flow-box__item--valencia dl dt a {
  color: var(--color-primary) !important;
}
.flow-box__item--disney {
  border-color: #4D9BC1 !important;
}
.flow-box__item--disney dl dt a {
  color: #4D9BC1 !important;
}
.flow-box__item--internal {
  border-color: #009723 !important;
}
.flow-box__item--internal dl dt a {
  color: #009723 !important;
}
.flow-box__item--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 30px;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .flow-box__item--inner {
    display: block;
    padding-bottom: 70px;
  }
}
.flow-box__item--inner:not(:last-child)::after {
  content: "";
  border: 20px solid transparent;
  width: 0;
  height: 0;
  border-top-color: #ccc;
  position: absolute;
  bottom: 0px;
  left: 60px;
}
@media screen and (max-width: 767px) {
  .flow-box__item--inner:not(:last-child)::after {
    left: calc(50% - 20px);
  }
}
.flow-box__item--inner__heading {
  font-weight: bold;
  margin-bottom: 10px;
  min-width: 10em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flow-box__item--inner__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flow-box__item > li {
  list-style-type: none;
  border: 2px solid #000;
  padding: 20px !important;
  border-radius: 20px;
}
.flow-box__item > li::before {
  display: none !important;
}
.flow-box__item > li:not(:last-child) {
  margin-bottom: 40px;
  position: relative;
}
.flow-box__item > li:not(:last-child)::after {
  content: "";
  position: absolute;
  border: 20px solid transparent;
  width: 0;
  height: 0;
  bottom: -53px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-top-color: #ccc;
}
.flow-box__item > li dl dt {
  font-weight: bold;
  border-bottom: 1pt dashed #ccc;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1.125rem;
}
.flow-box__item > li dl dt a {
  color: #000;
}
.flow-box__item > li dl dd {
  margin: 0;
}
.flow-box__item > li dl dd ul li {
  padding: 0 0 0 1em !important;
}
.flow-box__item > li dl dd ul li::before {
  top: 0.6em;
}
.flow-box__item > li .icon10 {
  color: #4D9BC1;
  margin-right: 0.5em;
}

.tour.-arrownon .tour-box::after {
  display: none;
}
.tour-box {
  padding: 2em 0 1em;
  position: relative;
}
.tour-box:not(:last-child) {
  position: relative;
}
.tour-box:not(:last-child)::after {
  content: "";
  position: absolute;
  border: 20px solid transparent;
  width: 0;
  height: 0;
  bottom: -53px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-top-color: #ccc;
}
.tour-box.-valencia .tour-heading {
  border-color: var(--color-primary) !important;
}
.tour-box.-valencia .tour-heading__title {
  color: var(--color-primary);
}
.tour-box.-disney .tour-heading {
  border-color: var(--color-disney) !important;
}
.tour-box.-disney .tour-heading__title {
  color: var(--color-disney) !important;
}
.tour-box.-internal .tour-heading {
  border-color: var(--color-internal) !important;
}
.tour-box.-internal .tour-heading__title {
  color: var(--color-internal) !important;
}
.tour-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 30px;
  margin: 2em 0 1em;
  border-top: 3px solid #000;
  border-bottom: 1px solid #ccc;
  padding: 20px;
  background: #F6F4ED;
}
.tour-heading__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 40%;
}
.tour-heading__title {
  width: max(55%, 350px);
  font-size: 1.375rem;
}
.tour-heading.col1 .tour-heading__title {
  width: inherit;
}

.tab-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px;
}
.tab-item {
  cursor: pointer;
  padding: 10px !important;
  background: #eee;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0 !important;
  position: relative;
}
.tab-item::before {
  display: none !important;
}
.tab-item.active {
  background: var(--color-primary);
  color: #fff;
}
.tab-item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  .tab-item span {
    font-size: 0.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
  }
  .tab-item span i {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .tab-item {
    padding: 6px 10px;
  }
}
.tab-panel {
  display: none;
  opacity: 0;
  /* フェードアウト用 */
  -webkit-transition: opacity 0.3s, display 0.3s allow-discrete;
  transition: opacity 0.3s, display 0.3s allow-discrete;
}
.tab-panel.active {
  display: block;
  opacity: 1;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 30px 40px;
}
@media screen and (max-width: 767px) {
  .tab-panel.active {
    padding: 20px 15px;
  }
}
.tab-panel.active {
  /* トランジション前 */
}
@starting-style {
  .tab-panel.active {
    /* ここにdisplay:none;は書かない */
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .table-scroll {
    overflow-x: scroll;
  }
  .table-scroll table {
    white-space: nowrap;
  }
}

.balloon-box {
  position: relative;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid #000;
}
.balloon-box::before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: -1em;
  width: 0;
  height: 0;
  background-color: #000;
  width: 1em;
  height: 1em;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  aspect-ratio: 1/1;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.balloon-box.-reverse::before {
  left: auto;
  right: -1em;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.pdf-slider-section {
  margin-bottom: 40px;
}
.pdf-slider-section:last-child {
  margin-bottom: 0;
}
.pdf-slider-section .pdf-slider {
  position: relative;
}
.pdf-slider-section:nth-of-type(odd) .pdf-slider {
  border: 4px dashed var(--color-primary);
}
.pdf-slider-section:nth-of-type(odd) .pdf-slider::after {
  content: "";
  position: absolute;
  right: 0em;
  top: -4em;
  width: 8em;
  height: 6em;
  background: url("../common/ico_star01.svg") no-repeat center center;
  background-size: contain;
}
.pdf-slider-section:nth-of-type(odd) .pdf-slider::before {
  content: "";
  position: absolute;
  left: 0em;
  bottom: -1em;
  width: 8em;
  height: 6em;
  background: url("../common/ico_star02.svg") no-repeat center center;
  background-size: contain;
}
.pdf-slider-section:nth-of-type(even) .pdf-slider {
  border: 4px dashed var(--color-secondary);
}
.pdf-slider-section:nth-of-type(even) .pdf-slider::after {
  content: "";
  position: absolute;
  left: 0em;
  bottom: -1em;
  width: 8em;
  height: 6em;
  background: url("../images/index-bnrArea-dec01.svg") no-repeat center center;
  background-size: contain;
}
.pdf-slider-section:nth-of-type(even) .pdf-slider::before {
  content: "";
  position: absolute;
  right: 0em;
  top: -4em;
  width: 8em;
  height: 6em;
  background: url("../images/index-bnrArea-dec02.svg") no-repeat center center;
  background-size: contain;
}
.pdf-slider-section__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--default-black);
}
@media screen and (max-width: 767px) {
  .pdf-slider-section__title {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}

.pdf-slider {
  border: 2px solid #000;
  border-radius: 8px;
  padding: 20px;
  background-color: #fff;
}
.pdf-slider__inner.slick-slider {
  margin-bottom: 0;
}
.pdf-slider .slick-slide {
  outline: none;
}
.pdf-slider .slick-slide img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
  max-height: 600px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pdf-slider .slick-slide img {
    max-height: 400px;
  }
}
.pdf-slider__arrow {
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #000;
  background: #fff;
  cursor: pointer;
  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: 1.25rem;
}
.pdf-slider__arrow--prev, .pdf-slider__arrow--next {
  padding: 0;
}
.pdf-slider__arrow.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.pdf-slider__controls {
  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: 10px 20px;
  margin-top: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pdf-slider__dots {
  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;
}
.pdf-slider__dots-list {
  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: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pdf-slider__dots-list li {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  width: 12px;
  height: 12px;
}
.pdf-slider__dots-list li button {
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: #fff;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  position: absolute;
}
.pdf-slider__dots-list li button:hover {
  opacity: 0.8;
}
.pdf-slider__dots-list li::before {
  display: none !important;
}
.pdf-slider__dots-list li.slick-active button {
  background-color: var(--color-primary);
}

.pagination {
  margin: 10px 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination li {
  padding-left: 0 !important;
  margin-right: 10px;
}
.pagination li a {
  text-decoration: none;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li::before {
  display: none !important;
}
.pagination li.navi-active a {
  color: var(--color-primary);
}

/* FAQ */
.qa_list {
  counter-reset: number 0;
}

.qa_accordion_box {
  border: 3px solid var(--color-primary);
  -webkit-box-shadow: 3px 3px 0px #101010;
          box-shadow: 3px 3px 0px #101010;
  margin-top: 20px;
}

.qa_accordion_box dt {
  position: relative;
  padding: 20px 45px 20px 70px;
  cursor: pointer;
}
.qa_accordion_box dt::before {
  position: absolute;
  top: 8px;
  left: 10px;
  counter-increment: number 1;
  content: "Q" counter(number);
  color: var(--color-primary);
  font-size: 1.8em;
  font-weight: 700;
}
.qa_accordion_box dt::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 10px;
  right: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  font-size: 26px;
  color: var(--color-primary);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media all and (min-width: 768px) {
  .qa_accordion_box dt.active::after {
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .qa_accordion_box dt.active::after {
    top: 35px;
  }
}
.qa_accordion_box dt.active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.qa_accordion_box dd {
  position: relative;
  padding: 20px 20px 20px 45px;
  background: var(--color-tertiary);
  margin: 0 15px 15px;
}
.qa_accordion_box dd::before {
  position: absolute;
  top: 8px;
  left: 10px;
  content: "A.";
  color: #4D9BC1;
  font-size: 1.8em;
  font-weight: 700;
}

/* 提携大学一覧 */
.univ_list ul li {
  list-style: none;
  position: relative;
  padding: 4px 0 14px 24px;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--color-primary);
}
.univ_list ul li .name {
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .univ_list ul li .name {
    font-size: 1rem;
  }
}
.univ_list ul li .dep {
  font-weight: 700;
  color: #009723;
}
@media screen and (max-width: 767px) {
  .univ_list ul li .dep {
    font-size: 0.8125rem;
  }
}
.univ_list ul li dl.univ_accordion_box dt {
  position: absolute;
  content: "";
  width: 100px;
  height: 30px;
  background: var(--color-secondary);
  border-radius: 20px;
  top: 0;
  right: 0;
  padding: 3px 0 7px 14px;
  font-size: 14px;
  cursor: pointer;
}
.univ_list ul li dl.univ_accordion_box dt::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: -2px;
  right: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  font-size: 20px;
  color: var(--color-primary);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media all and (min-width: 768px) {
  .univ_list ul li dl.univ_accordion_box dt.active::after {
    top: 48%;
  }
}
@media screen and (max-width: 767px) {
  .univ_list ul li dl.univ_accordion_box dt.active::after {
    top: 12px;
  }
}
.univ_list ul li dl.univ_accordion_box dt.active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.univ_list ul li dl.univ_accordion_box dd {
  margin: 20px 15px 15px;
}
@media screen and (max-width: 767px) {
  .univ_list ul li dl.univ_accordion_box dd {
    margin: 20px 0 15px;
  }
}
.univ_list ul li::before {
  content: "";
  border-left: 20px solid var(--color-primary);
  width: 8px;
  height: 4px;
  position: absolute;
  top: 16px;
  left: 0px;
  background: none;
  border-radius: 0;
}
.univ_list ul li::after {
  content: "";
  border-left: 20px solid var(--color-secondary);
  width: 8px;
  height: 4px;
  position: absolute;
  top: 20px;
  left: 0px;
}
.univ_list ul li table {
  width: 100%;
  border: none;
}
.univ_list ul li table tr {
  display: block;
  padding-bottom: 10px;
}
.univ_list ul li table th {
  background: var(--color-secondary);
  border-bottom: none;
  width: 200px;
  border-right: none;
}
@media screen and (max-width: 767px) {
  .univ_list ul li table th {
    width: 100%;
    display: block;
  }
}
.univ_list ul li table td {
  border: none;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .univ_list ul li table td {
    display: block;
  }
}

input[type=email],
input[type=tel],
input[type=text],
input[type=url],
dd textarea {
  width: 100%;
  max-width: 100%;
  padding: 12px 15px;
  border: 1px solid var(--default-gray);
  background: var(--base-gray-default);
}

::-webkit-input-placeholder {
  color: var(--default-gray);
}

::-moz-placeholder {
  color: var(--default-gray);
}

:-ms-input-placeholder {
  color: var(--default-gray);
}

::-ms-input-placeholder {
  color: var(--default-gray);
}

::placeholder {
  color: var(--default-gray);
}

.form .intro {
  letter-spacing: 0.06em;
}

@media all and (min-width: 768px) {
  .form-Item input[type=text].w250_Pc {
    width: 250px;
  }
}

.form-Item label.block,
.form-Item .label_confirm {
  display: block;
  margin-bottom: 5px;
  color: var(--base-gray-dark);
  font-size: 0.875rem;
}

.form_explanation {
  margin-top: 3px;
  font-size: 0.875rem;
  color: var(--default-gray-brown);
}

.privacyArea {
  margin: 25px auto;
  padding: 10px 20px;
  border: solid 4px var(--base-gray-light);
  letter-spacing: 0.04em;
}
@media all and (min-width: 768px) {
  .privacyArea {
    margin: 25px auto;
  }
}

.privacyArea dl {
  padding: 8px 6px;
  text-align: center;
  background: var(--base-gray-default);
}
@media all and (min-width: 768px) {
  .privacyArea dl {
    padding: 15px 10px 5px;
  }
}

.privacyArea a {
  text-decoration: underline;
}

.form-Item {
  padding: 25px 0;
}
@media all and (min-width: 768px) {
  .form-Item {
    display: grid;
    grid-template-columns: 240px 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.form-Item + .form-Item {
  border-top: 1px solid var(--default-gray-light);
}

.form-Item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 500;
  color: #000;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .form-Item dt {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) {
  .form-Item dt {
    margin-top: 15px;
    padding-right: 10px;
  }
}

.form-Item dd {
  letter-spacing: 0.04em;
}

.label_checkbox input[type=checkbox] {
  display: none;
}

.label_checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
}

.label_checkbox label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
  border: 1px solid var(--default-gray);
}

.label_checkbox input[type=checkbox]:checked + label::after {
  position: absolute;
  content: "";
  top: 7px;
  left: 3px;
  width: 20px;
  height: 6px;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.label_checkbox input[type=checkbox]:checked + label::before {
  background: var(--base-pink-default);
  border: solid 1px #FF2E2E;
}

/* 必須&任意マーク */
.form-Item .ico {
  text-align: center;
  font-size: 0.6875rem;
  display: inline-block;
  color: #fff;
  line-height: 1;
  line-height: 1;
  padding: 6px 6px;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
}
.form-Item .ico.required {
  background-color: var(--default-red);
}
.form-Item .ico.optional {
  color: #333;
  background-color: var(--default-gray-light);
}

.form-Item ul.radio_area {
  margin-left: -25px;
  margin-top: 10px;
}

li.radio {
  list-style: none;
}

.radio {
  position: relative;
  margin: 0 0 0.7rem;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  .radio:last-child {
    margin-bottom: 0;
  }
}

.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}

.radio input[type=radio] + .radio-label:before {
  content: "";
  background: var(--base-gray-default);
  border-radius: 100%;
  border: 1px solid var(--default-gray-light);
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0.2em;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.radio input[type=radio]:checked + .radio-label:before {
  background-color: var(--default-blue);
  -webkit-box-shadow: inset 0 0 0 4px var(--base-gray-default);
          box-shadow: inset 0 0 0 4px var(--base-gray-default);
}

.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: var(--default-blue);
}

.radio input[type=radio]:disabled + .radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px var(--base-gray-default);
          box-shadow: inset 0 0 0 4px var(--base-gray-default);
  border-color: var(--default-gray-light);
  background: var(--default-gray-light);
}

.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

/* PCのみ横並びの場合 */
@media all and (min-width: 768px) {
  .radio_area_short {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.select_area {
  position: relative;
  display: inline-block;
  border: 1px solid var(--default-gray);
  vertical-align: middle;
  background: var(--base-gray-default);
}
@media screen and (max-width: 767px) {
  .select_area {
    width: 100%;
  }
}
.select_area::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 20px;
  right: 16px;
  width: 0;
  height: 0;
  border-width: 9px 6px 0 6px;
  border-style: solid;
  border-color: var(--default-gray) transparent transparent transparent;
  pointer-events: none;
}

.select_area select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 11px 15px;
  padding-right: 2.5em;
  border: none;
  outline: 0;
  background: var(--base-gray-default);
  text-indent: 0.01px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .select_area select {
    width: 100%;
  }
}

.ajax_err p {
  position: relative;
  margin-top: 8px;
  padding: 8px 15px 8px;
  display: inline-block;
  color: var(--default-red-dark);
  line-height: 1.6;
  font-size: fo(14);
  border-radius: 5px;
  border: solid 1px var(--default-red-dark);
  background: var(--base-pink-default);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
@media all and (min-width: 768px) {
  .ajax_err p {
    margin-top: 10px;
    padding: 10px 40px 10px;
    font-size: 0.9375rem;
  }
}

.ajax_err p:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 10px solid var(--default-red-dark);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.ajax_err p:after {
  content: "";
  position: absolute;
  top: -9px;
  left: 50px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 10px solid var(--base-pink-default);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.ajax_err p.arw_center:before {
  left: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.ajax_err p.arw_center:after {
  left: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.l-form-btnArea {
  margin: 20px auto 50px;
}

.l-form-actbtn {
  padding: 0;
}
@media all and (min-width: 768px) {
  .l-form-actbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.l-form-actbtn li {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .l-form-actbtn li + li {
    margin-top: 15px;
  }
}
@media all and (min-width: 768px) {
  .l-form-actbtn li + li {
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .btn_form {
    width: 100%;
  }
}

.btn_form a {
  display: block;
  padding: 20px;
  text-align: center;
  color: #fff;
  border-radius: 40px;
}
@media all and (min-width: 768px) {
  .btn_form a {
    width: 420px;
  }
}
.btn_form a:hover {
  text-decoration: none;
  background: var(--default-blue);
}

.btn_form.send {
  background: var(--default-black);
  border-radius: 40px;
}
.btn_form.back {
  background: var(--default-gray);
  border-radius: 40px;
}

@media all and (min-width: 768px) {
  .form-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#Ready-text {
  margin: 15px auto;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 500;
}

.form-Contents.conlayout {
  margin-top: 20px;
}
@media all and (min-width: 768px) {
  .form-Contents.conlayout .form-Item dt {
    margin-top: 0 !important;
  }
}

.c-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 15px;
  background: #fff;
  border-radius: 3px;
  border: none;
  border: solid 1px #444;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .c-input {
    width: 100%;
  }
}
.c-input-select {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: inline-block;
  padding: 0;
  border: none;
  background: none;
  font-weight: bold;
}

.c-input-select.-news {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  display: block;
}

.c-input-select::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid var(--color-primary);
  border-right: 1px solid var(--color-primary);
}

.c-input-select select {
  width: 100%;
  border-radius: 3px;
  padding-right: 3em;
  font-size: 0.875rem;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none !important;
  background: #fff;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 30px 8px 15px;
}/*# sourceMappingURL=style.css.map */