@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=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Source+Sans+3:ital,wght@0,200..900;1,200..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 'Source Sans 3', sans-serif;
}

html[lang=ja] {
  --font_base: 16px/1.7 'YakuHanJP', 'Noto Sans JP', 'Hiragino Sans', "Hiragino Kaku Gothic ProN", sans-serif;
}

:root {
  --default-black: #071722;
  --default-white: #fff;
  --default-blue: #00BBDD;
  --default-red-light: #FF0000;
  --default-red: #A70000;
  --base-navy: #0B3C5D;
  --base-navy-light: #869EAF;
  --base-gray-light: #F0F0F0;
  --base-gray-medium: #E4E9EB;
  --base-gray-dark: #C7D3D9;
}

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

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;
  }
}

@media screen and (min-width: 1180px) {
  .spOnly2 {
    display: none;
  }
}

header .header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% - 70px);
  padding: 25px 45px 25px 50px;
}
@media screen and (max-width: 1280px) {
  header .header-wrap {
    padding: 25px 20px 25px 20px;
  }
}
@media screen and (max-width: 980px) {
  header .header-wrap {
    width: 100%;
    padding: 5px 10px 5px 10px;
  }
}
header .header-wrap .header-logo {
  display: none;
}
header .header-wrap .contact-btn {
  position: relative;
  width: 135px;
  height: 43px;
}
@media screen and (max-width: 980px) {
  header .header-wrap .contact-btn {
    display: none;
  }
}
header .header-wrap .contact-btn a {
  position: relative;
  z-index: 1;
  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;
  width: 100%;
  height: 100%;
  font-family: "Oswald", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  color: var(--default-white);
  background-color: var(--base-navy);
  text-decoration: none;
  clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
header .header-wrap .contact-btn:hover a {
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
}
header .header-wrap .contact-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url(../common/img_contact_bg.png) no-repeat center;
  background-size: 100% 100%;
  pointer-events: none;
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
}
header .menu {
  position: fixed;
  background: var(--base-navy);
  width: 70px;
  height: 100vh;
  height: 100dvh;
  top: 0;
  right: 0;
  z-index: 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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 980px) {
  header .menu {
    width: 65px;
    height: 65px;
  }
}
header .menu #nav-toggle {
  cursor: pointer;
  width: 100%;
  margin-top: 20px;
  padding: 10px 16px;
}
@media screen and (max-width: 980px) {
  header .menu #nav-toggle {
    margin-top: 0;
  }
}
header .menu #nav-toggle span {
  display: block;
  width: 41px;
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 7px;
  background: var(--default-white);
}
header .menu #nav-toggle span:nth-child(2) {
  width: 32px;
}
header .menu #nav-toggle p {
  font-family: "Oswald", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--default-white);
  text-align: center;
  margin-top: 10px;
}
header .menu #nav-toggle .close {
  display: none;
}
header .menu #nav-toggle.open .close {
  display: block;
}
header .menu #nav-toggle.open .menu-text {
  display: none;
}
header .menu #nav-toggle.open span:nth-child(1) {
  width: 40px;
  -webkit-transform: rotate(30deg) translateY(4px);
          transform: rotate(30deg) translateY(4px);
}
header .menu #nav-toggle.open span:nth-child(2) {
  width: 40px;
  -webkit-transform: rotate(-30deg) translateY(-5px);
          transform: rotate(-30deg) translateY(-5px);
}
header .menu .lang {
  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;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  header .menu .lang {
    display: none;
  }
}
header .menu .lang li a {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--default-white);
  opacity: 0.5;
  padding: 10px 15px;
  margin: 5px 0;
  line-height: 1;
}
header .menu .lang li a.now {
  opacity: 1;
}
header .menu .lang li:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
header .menu .lang.open {
  display: none;
}
header .menu-inner-wrap {
  position: fixed;
  width: 40%;
  max-width: 360px;
  height: 100%;
  background: var(--base-navy);
  padding: 100px 0 1rem;
  overflow: scroll;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  right: 0;
  top: 0;
  z-index: 10;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  header .menu-inner-wrap {
    width: 100%;
    max-width: none;
    padding: 70px 0 0 0;
  }
}
header .menu-inner-wrap .menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  padding: 0 70px 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  header .menu-inner-wrap .menu-inner {
    padding: 0 30px 0 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
}
header .menu-inner-wrap .menu-inner .nav-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  header .menu-inner-wrap .menu-inner .nav-list ul {
    margin: 10px 0 0 0;
  }
}
header .menu-inner-wrap .menu-inner .nav-list ul li a {
  position: relative;
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--default-white);
  padding: 20px 0 25px 40px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  header .menu-inner-wrap .menu-inner .nav-list ul li a {
    padding: 20px 0 20px 40px;
  }
}
header .menu-inner-wrap .menu-inner .nav-list ul li a::before {
  display: block;
  content: "";
  position: absolute;
  width: 16px;
  height: 20px;
  background: url(../common/ico_arrow_white.png) no-repeat;
  background-size: contain;
  opacity: 0.5;
  top: 50%;
  left: 0;
  top: 54%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
header .menu-inner-wrap .menu-inner .nav-list ul li a:hover {
  text-decoration: underline;
}
header .menu-inner-wrap .menu-inner .nav-list ul li a.current {
  color: var(--default-blue);
}
header .menu-inner-wrap .menu-inner .contact-btn {
  position: relative;
  margin: 30px auto 44px;
  width: 70%;
}
@media screen and (max-width: 767px) {
  header .menu-inner-wrap .menu-inner .contact-btn {
    margin: 20px auto 30px;
  }
}
header .menu-inner-wrap .menu-inner .contact-btn::before {
  content: "";
  position: absolute;
  z-index: 0;
  clip-path: polygon(12px 0%, 100% 0%, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0% 100%, 0% 12px, 12px 0%);
  background: var(--default-white);
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
header .menu-inner-wrap .menu-inner .contact-btn a {
  position: relative;
  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;
  height: 100%;
  padding: 14px 0;
  color: var(--default-white);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.015em;
  text-decoration: none;
  background: var(--base-navy);
  clip-path: polygon(12px 0%, 100% 0%, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0% 100%, 0% 12px, 12px 0%);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
header .menu-inner-wrap .menu-inner .lang {
  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;
}
header .menu-inner-wrap .menu-inner .lang li a {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--default-white);
  opacity: 0.5;
  padding: 10px 15px;
  margin: 5px 0;
  line-height: 1;
}
header .menu-inner-wrap .menu-inner .lang li a.now {
  opacity: 1;
}
header .menu-inner-wrap .menu-inner .lang li:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
header {
  /* 展開時のデザイン */
}
header .menu-inner-wrap.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#detail .header-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#detail .header-wrap .header-logo {
  display: block;
}
#detail .header-wrap .header-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--default-black);
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #detail .header-wrap .header-logo a {
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#detail .header-wrap .header-logo a p img {
  display: block;
  width: 80px;
}
@media screen and (max-width: 767px) {
  #detail .header-wrap .header-logo a p img {
    width: 45px;
    margin-top: 4px;
  }
}
#detail .header-wrap .header-logo a h1 {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.5;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #detail .header-wrap .header-logo a h1 {
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 767px) {
  html[lang=ja] #detail .header-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 65px;
  }
}
html[lang=ja] #detail .header-wrap .header-logo {
  display: block;
}
@media screen and (max-width: 767px) {
  html[lang=ja] #detail .header-wrap .header-logo a {
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-wrap {
  width: calc(100% - 70px);
  position: relative;
  background: url(../common/img_footer_bg.png) no-repeat top;
  background-size: cover;
  background-color: var(--default-black);
}
@media screen and (max-width: 980px) {
  .footer-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer-wrap {
    width: 100%;
    background: url(../common/img_footer_bg_sp.png) no-repeat bottom 205px center;
    background-size: auto;
    background-color: var(--default-black);
  }
}
.footer-wrap #banner-area {
  padding: 40px 0;
}
.footer-wrap #banner-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 40px;
}
@media screen and (max-width: 767px) {
  .footer-wrap #banner-area ul {
    gap: 18px 16px;
  }
}
.footer-wrap #banner-area ul li {
  width: calc((100% - 120px) / 4);
}
@media screen and (max-width: 767px) {
  .footer-wrap #banner-area ul li {
    width: 100%;
  }
}
.footer-wrap #banner-area ul li a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.footer-wrap #banner-area ul li a :hover {
  opacity: 0.8;
}
.footer-wrap #banner-area ul li a img {
  display: block;
}
@media screen and (max-width: 767px) {
  .footer-wrap #banner-area ul li a img {
    width: 100%;
  }
}
.footer-wrap #textbanner-area {
  /* ul の中に li が1つでもある */
}
.footer-wrap #textbanner-area ul:has(li) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .footer-wrap #textbanner-area ul:has(li) {
    gap: 18px 16px;
    padding-bottom: 40px;
  }
}
.footer-wrap #textbanner-area ul:has(li) li {
  width: calc((100% - 120px) / 4);
}
@media screen and (max-width: 767px) {
  .footer-wrap #textbanner-area ul:has(li) li {
    width: 100%;
  }
}
.footer-wrap #textbanner-area ul:has(li) li a {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid var(--default-white);
  display: block;
  padding: 12px 12px 12px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--default-white);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-wrap #textbanner-area ul:has(li) li a {
    padding: 15px 20px 15px 15px;
    font-size: 0.875rem;
  }
}
.footer-wrap #textbanner-area ul:has(li) li a::after {
  background: var(--base-gray-dark);
  content: "";
  width: 17px;
  height: 17px;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  position: absolute;
  bottom: 1px;
  right: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer {
  border-top: solid 1px rgba(159, 166, 170, 0.5);
}
footer .nav-list {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 35px 10px 70px;
}
@media screen and (max-width: 767px) {
  footer .nav-list {
    padding: 40px 0 55px 30px;
    max-width: 100%;
  }
}
footer .nav-list ul {
  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;
  gap: 30px;
  line-height: 1.7;
  margin: auto;
}
@media screen and (max-width: 767px) {
  footer .nav-list ul {
    gap: 22px 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
footer .nav-list ul li {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .nav-list ul li {
    width: calc((100% - 16px) / 2);
    text-align: left;
  }
}
footer .nav-list ul li a {
  color: var(--default-white);
  margin: auto;
  padding: 5px 15px;
  font-size: 1.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .nav-list ul li a:hover {
  text-decoration: underline;
}
footer .nav-list ul li a.current {
  color: var(--default-blue);
}
footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1305px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 10px;
}
@media screen and (max-width: 980px) {
  footer .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner {
    padding: 0 10px;
  }
}
footer .footer-inner .footer-logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
footer .footer-inner .footer-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--default-white);
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-logo a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
footer .footer-inner .footer-logo a img {
  width: 75px;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-logo a img {
    width: 45px;
    margin-top: 5px;
  }
}
footer .footer-inner .footer-logo a .footer-logo-text {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.015em;
  line-height: 1.75;
}
@media screen and (max-width: 1366px) {
  footer .footer-inner .footer-logo a .footer-logo-text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-logo a .footer-logo-text {
    font-size: 0.875rem;
  }
}
footer .footer-inner .footer-logo .nav-list-etc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* ul の中に li が1つでもある */
}
footer .footer-inner .footer-logo .nav-list-etc:has(li) {
  gap: 0 50px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-logo .nav-list-etc:has(li) {
    gap: 0 20px;
  }
}
footer .footer-inner .footer-logo .nav-list-etc li {
  padding: 0 26px 0 0px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 20px 0 0;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-logo .nav-list-etc li {
    padding-right: 20px;
    font-size: 0.8125rem;
  }
}
footer .footer-inner .footer-logo .nav-list-etc li a {
  color: var(--default-white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .footer-inner .footer-logo .nav-list-etc li a:hover {
  color: var(--default-blue);
}
footer .footer-inner .footer-logo .nav-list-etc li::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../common/ico_link.png) no-repeat;
  background-size: contain;
  top: 48%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-logo .nav-list-etc li::after {
    width: 12px;
    height: 12px;
    right: 0px;
  }
}
footer .footer-inner .footer-contact {
  position: relative;
  color: var(--default-white);
  letter-spacing: 0.015em;
  border: 1px solid #8E959A;
  padding: 25px 35px;
}
@media screen and (max-width: 1180px) {
  footer .footer-inner .footer-contact {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-contact {
    padding: 20px 20px;
  }
}
footer .footer-inner .footer-contact::before, footer .footer-inner .footer-contact::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 4px solid #8E959A;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  pointer-events: none;
}
footer .footer-inner .footer-contact::before {
  top: 1px;
  left: 1px;
  border-width: 2px 0 0 2px;
  -webkit-transform: translate(-1px, -1px);
          transform: translate(-1px, -1px);
}
footer .footer-inner .footer-contact::after {
  right: 1px;
  bottom: 1px;
  border-width: 0 2px 2px 0;
  -webkit-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
}
footer .footer-inner .footer-contact .footer-contact-title {
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 13px;
}
footer .footer-inner .footer-contact .contact-info-wrap .contact-info-address {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.015em;
  line-height: 1.56;
  margin-bottom: 7px;
}
footer .footer-inner .footer-contact .contact-info-wrap .contact-info-email {
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-contact .contact-info-wrap .contact-info-email {
    padding-left: 25px;
  }
}
footer .footer-inner .footer-contact .contact-info-wrap .contact-info-email a {
  color: var(--default-white);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
footer .footer-inner .footer-contact .contact-info-wrap .contact-info-email a:hover {
  text-decoration: underline;
}
footer .footer-inner .footer-contact .contact-info-wrap .contact-info-email::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url(../common/ico_mail_white.png) no-repeat center/contain;
}
footer .footer-inner .footer-contact .contact-info-wrap .contact-info-tel {
  position: relative;
  padding-left: 30px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.015em;
  line-height: 1.56;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-contact .contact-info-wrap .contact-info-tel {
    padding-left: 25px;
  }
}
footer .footer-inner .footer-contact .contact-info-wrap .contact-info-tel a {
  color: var(--default-white);
}
footer .footer-inner .footer-contact .contact-info-wrap .contact-info-tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url(../common/ico_tel_white.png) no-repeat center/contain;
}
footer .copy {
  color: rgba(255, 255, 255, 0.7);
  max-width: 1305px;
  margin: -20px auto 0;
  padding: 0 20px 50px;
  font-size: 0.75rem;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 980px) {
  footer .copy {
    margin: 0 auto 0;
    padding: 20px 0px 30px;
    text-align: center;
  }
}

html[lang=ja] footer .nav-list ul li a {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  html[lang=ja] footer .nav-list ul li a {
    font-size: 1rem;
  }
}
html[lang=ja] footer .footer-inner .footer-contact .contact-info-wrap .contact-info-address {
  font-size: 0.9375rem;
  font-weight: 400;
}
html[lang=ja] footer .footer-inner .footer-contact .contact-info-wrap .contact-info-email {
  font-size: 0.9375rem;
  font-weight: 400;
}
html[lang=ja] footer .footer-inner .footer-contact .contact-info-wrap .contact-info-tel {
  font-size: 0.9375rem;
  font-weight: 400;
}
html[lang=ja] footer .footer-inner .footer-logo a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body {
  font: var(--font_base);
  color: var(--default-black);
  background: #fff;
}

html, body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

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

main {
  width: calc(100% - 70px);
}
@media screen and (max-width: 980px) {
  main {
    width: 100%;
  }
}

.mainCont-inner {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .mainCont-inner {
    width: 92vw;
    margin-top: 20px;
  }
}
@media all and (min-width: 768px) {
  .mainCont-inner {
    width: 1020px;
    margin-top: 20px;
  }
}
@media all and (min-width: 768px) {
  .mainCont-inner.form {
    width: 950px;
  }
}

.l-container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 1100px) {
  .l-container {
    max-width: 100%;
    padding: 0 28px;
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding: 0 13px;
  }
}

.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_center_Pc,
.text_center_Sp {
  text-align: center;
}

.c-btn,
.c-btn a {
  text-decoration: none;
  cursor: pointer;
}

.c-btn_primary {
  display: block;
}

.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);
}

.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;
  }
}
.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;
}

@media screen and (max-width: 767px) {
  .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;
}

.edit-area,
.cke_editable {
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.edit-area a,
.cke_editable a {
  text-decoration: underline;
  color: var(--default-blue);
  font-weight: 500;
}
.edit-area a:hover,
.cke_editable a:hover {
  color: var(--base-navy);
}
.edit-area img,
.cke_editable img {
  display: inline-block;
}

/*編集画面の調整*/
.cke_editable {
  overflow: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 98%;
  background-color: var(--base-white);
  background-image: none;
  height: auto;
  display: block;
}

.h2_title01 {
  position: relative;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.4;
  font-size: 2.5rem;
  margin: 10px 0 22px 0;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .h2_title01 {
    font-size: 1.625rem;
    line-height: 1.3;
    margin: 10px 0 18px 0;
    padding: 0 0 0px 23px;
  }
}
.h2_title01::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: url("../images/img_under_h2title.png") no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .h2_title01::before {
    width: 15px;
    height: 15px;
  }
}

html[lang=ja] .h2_title01 {
  font-size: 2.125rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  html[lang=ja] .h2_title01 {
    font-size: 1.4375rem;
  }
}

.h3_title01 {
  position: relative;
  margin: 25px 0 35px;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .h3_title01 {
    font-size: 1.25rem;
    margin: 23px 0 30px;
  }
}
.h3_title01::before {
  position: absolute;
  content: "";
  display: block;
  bottom: -12px;
  width: 40px;
  height: 2px;
  background: var(--base-navy);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .h3_title01::before {
    height: 3px;
  }
}
.h3_title01::after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: solid 2px rgba(112, 112, 112, 0.2);
  bottom: -12px;
  width: 100%;
  z-index: 0;
}
html[lang=ja] .h3_title01 {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  html[lang=ja] .h3_title01 {
    font-size: 1.125rem;
  }
}

.edit-area ol,
.edit-area ul,
.cke_editable ol,
.cke_editable ul {
  position: relative;
}

.edit-area ol,
.cke_editable ol {
  margin-left: 17px;
}
.edit-area ol li,
.cke_editable ol li {
  list-style-type: decimal;
  margin-bottom: 4px;
}

.edit-area ul,
.cke_editable ul {
  list-style: none !important;
  padding: 0 !important;
  margin-left: 0 !important;
}
.edit-area ul li,
.cke_editable ul li {
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 8px;
  list-style: none !important;
}
.edit-area ul li:before,
.cke_editable ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background: var(--default-black);
  border-radius: 50%;
  position: relative;
  top: -4px !important;
  margin-left: 3px;
  margin-right: 9px;
}

.edit-area ul.list_mark li:before,
.cke_editable ul.list_mark li:before {
  width: 9px;
  height: 9px;
  background: #F4AFAF;
  top: -2px !important;
  margin-left: 0px;
  margin-right: 9px;
}
.edit-area ul.list_mark li:last-child,
.cke_editable ul.list_mark li:last-child {
  margin-bottom: 0;
}
.edit-area ul.list_mark.gray li:before,
.cke_editable ul.list_mark.gray li:before {
  background: #E0D7D7;
}

.edit-area table,
.cke_editable table {
  border-collapse: collapse !important;
  border-left: 1px solid var(--default-black);
  border-top: 1px solid var(--default-black);
}
.edit-area table th,
.cke_editable table th {
  background: #E4E9EB;
}
.edit-area table td,
.edit-area table th,
.cke_editable table td,
.cke_editable table th {
  padding: 10px;
  border: 1px solid var(--default-black);
}

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

.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) {
  .edit-area img.float_R_Pc,
  .edit-area img.float_L_Pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .float_R_Sp {
    float: right;
  }
  .float_L_Sp {
    float: left;
  }
}
.cke_editable img,
img {
  max-width: 100%;
  height: auto !important;
  vertical-align: bottom;
}

.news-item .news-thumb img {
  max-width: 70px;
}

.newsImg03,
.newsImg02,
.newsImg01 {
  margin: 10px 0;
}
.newsImg03 ul,
.newsImg02 ul,
.newsImg01 ul {
  margin: 0;
  font-size: 0.875rem;
}

@media all and (min-width: 768px) {
  .newsImg02 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .newsImg03 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .newsImg03 ul li {
    width: calc(33.3333333333% - 10px) !important;
    margin-right: calc((100% - (33.3333333333% - 10px) * 3) / 2);
  }
  .newsImg03 ul li:nth-child(3n) {
    margin-right: 0px;
  }
  .newsImg02 ul li {
    width: calc(50% - 10px);
  }
}
.newsImg03 ul li,
.newsImg02 ul li,
.newsImg01 ul li {
  list-style: none !important;
  text-align: center;
  text-indent: 0;
  padding: 0;
}

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

@media screen and (max-width: 767px) {
  .newsImg03.img_side ul,
  .newsImg02.img_side ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .newsImg03.img_side ul img,
  .newsImg02.img_side ul img {
    margin-bottom: 3px;
  }
  .newsImg02.img_side ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .newsImg03.img_side ul li {
    width: calc(33.3333333333% - 5px) !important;
    margin-right: calc((100% - (33.3333333333% - 5px) * 3) / 2);
  }
  .newsImg03.img_side ul li:nth-child(3n) {
    margin-right: 0px;
  }
  .newsImg02.img_side ul li {
    width: calc(50% - 5px);
  }
}
.cke_editable .newsImg03,
.cke_editable .newsImg02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border: dashed 1px #dedacd;
  border-radius: 4px;
}
.cke_editable .newsImg03 li,
.cke_editable .newsImg02 li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border: dashed 1px #dedacd;
  border-radius: 4px;
}

.ico_20 {
  width: 25px;
  height: 25px;
  padding: 0 2px;
  vertical-align: middle;
  margin-bottom: 3px;
}

hr.div_hr01 {
  display: block;
  margin: 15px 0;
  height: 1px;
  background-image: linear-gradient(to right, #E6CFBC 1px, transparent 2px);
  background-size: 4px 2px;
  background-repeat: repeat-x;
  border: none;
}
hr.div_hr01::after {
  content: " ";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

a.link_btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 16px 45px 16px 30px;
  margin: 0px 10px 10px 0px;
  color: var(--default-white);
  background-color: var(--base-navy);
  text-decoration: none;
  letter-spacing: 0.06em;
  clip-path: polygon(12px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 16px, 12px 0%);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1.4;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  border-bottom: 5px solid #F7F7F7;
  border-right: 5px solid #F7F7F7;
}
a.link_btn::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 15px;
  height: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../common/ico_arrow_white.png) no-repeat center/contain;
  pointer-events: none;
}
a.link_btn::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: -4px;
  bottom: -4px;
  border-right: 1px solid var(--base-navy);
  border-bottom: 1px solid var(--base-navy);
  z-index: -1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
a.link_btn:hover {
  color: var(--default-white);
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
  clip-path: polygon(12px 0%, calc(100% - 5px) 0%, calc(100% - 5px) calc(100% - 5px), 0% calc(100% - 5px), 0% 16px, 12px 0%);
}
a.link_btn:hover::before {
  border-right: none;
  border-bottom: none;
}

a.link_btn.link_btn-secondary {
  color: var(--default-white);
  background: #A70000;
}
a.link_btn.link_btn-secondary::before {
  border-right: 1px solid #A70000;
  border-bottom: 1px solid #A70000;
}
a.link_btn.link_btn-secondary:hover::before {
  border-right: none;
  border-bottom: none;
}

a.link_btn.link_btn-dark {
  color: #fff;
  background: #869EAF;
}
a.link_btn.link_btn-dark::before {
  border-right: 1px solid #869EAF;
  border-bottom: 1px solid #869EAF;
}
a.link_btn.link_btn-dark:hover::before {
  border-right: none;
  border-bottom: none;
}

a.link_btn.link_btn-large {
  display: block;
  margin: 10px 0;
  padding: 18px 45px 18px 40px;
  line-height: 1.4;
  font-size: 1.1875rem;
  clip-path: polygon(12px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 17px, 12px 0%);
}
@media screen and (max-width: 767px) {
  a.link_btn.link_btn-large {
    padding: 14px 40px 14px 35px;
  }
}
a.link_btn.link_btn-large:after {
  right: 20px;
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 767px) {
  a.link_btn.link_btn-large:after {
    right: 16px;
    width: 20px;
    height: 20px;
  }
}
a.link_btn.link_btn-large:hover {
  clip-path: polygon(12px 0%, calc(100% - 5px) 0%, calc(100% - 5px) calc(100% - 5px), 0% calc(100% - 5px), 0% 17px, 12px 0%);
}

a.link_btn.link_btn-small {
  padding: 12px 45px 12px 30px;
  font-size: 0.8125rem;
  clip-path: polygon(10px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 14px, 10px 0%);
}
a.link_btn.link_btn-small:hover {
  clip-path: polygon(10px 0%, calc(100% - 5px) 0%, calc(100% - 5px) calc(100% - 5px), 0% calc(100% - 5px), 0% 14px, 10px 0%);
}

span.op_large {
  text-decoration: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: 1.1875rem;
}
@media all and (min-width: 768px) {
  span.op_large {
    font-size: 1.375rem;
  }
}

span.op_large02 {
  text-decoration: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: 1.5rem;
}
@media all and (min-width: 768px) {
  span.op_large02 {
    font-size: 1.625rem;
  }
}

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.5;
  text-decoration: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
}
@media screen and (max-width: 767px) {
  span.op_small {
    font-size: 0.6875rem;
  }
}
@media all and (min-width: 768px) {
  span.op_small {
    font-size: 0.75rem;
  }
}

span.op_small02 {
  display: inline-block;
  line-height: 1.5;
  text-decoration: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: 0.625rem;
}

.marker1 {
  padding: 1px;
  margin: 0 2px;
  background-color: #FAD3E7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FAD3E7));
  background: linear-gradient(transparent 60%, #FAD3E7 0%);
}

sub {
  font-size: 75.5%;
  vertical-align: bottom;
}

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

.g-map {
  width: 100% !important;
}

.Social {
  display: none;
}

.detail_news_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.detail_news_social ul:has(li) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .detail_news_social ul:has(li) {
    margin-bottom: 20px;
  }
}

.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;
  text-indent: 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_x01.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);
}

@media all and (min-width: 768px) {
  .youtube-css {
    margin: 0 auto;
    max-width: 950px;
  }
}
.youtube-css {
  font-size: 0.75rem;
}
.youtube-css iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.div_info01 {
  padding: 15px;
  margin: 15px 0;
  background: var(--base-gray-dark);
}
@media all and (min-width: 768px) {
  .div_info01 {
    padding: 26px 30px;
  }
}
.div_info02 {
  padding: 15px;
  margin: 15px 0;
  border: 2px solid var(--base-navy);
  background: var(--default-white);
}
@media all and (min-width: 768px) {
  .div_info02 {
    padding: 26px 30px;
  }
}

.edit-area .list_num01,
.cke_editable .list_num01 {
  counter-reset: item;
  list-style: none;
  padding: 0;
  margin-left: 0 !important;
}
.edit-area .list_num01 li,
.cke_editable .list_num01 li {
  position: relative;
  padding: 4px 0 4px 30px;
  margin-bottom: 10px;
  list-style: none !important;
}
.edit-area .list_num01 li:before,
.cke_editable .list_num01 li:before {
  counter-increment: item !important;
  content: counter(item) !important;
  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;
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 23px;
  height: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1px 0 0 0;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
  text-align: center;
  background: var(--base-navy);
}
.edit-area .list_num01 li:last-child,
.cke_editable .list_num01 li:last-child {
  margin-bottom: 0;
}

html[lang=ja] .edit-area .list_num01 li:before,
html[lang=ja] .cke_editable .list_num01 li:before {
  padding: 0 0 1px 0;
}

.edit-area .list_num01 ul,
.cke_editable .list_num01 ul {
  margin-top: 5px;
  margin-left: 15px !important;
}
.edit-area .list_num01 ul li,
.cke_editable .list_num01 ul li {
  list-style: disc !important;
  margin-bottom: 0px !important;
  margin-top: 5px !important;
  padding: 0 0 0 6px;
  text-indent: 0 !important;
}
.edit-area .list_num01 ul li::before,
.cke_editable .list_num01 ul li::before {
  display: none;
}

.edit-area .list_check li,
.cke_editable .list_check li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 10px;
  list-style: none !important;
  text-indent: 0 !important;
}

.edit-area .list_check li:before,
.cke_editable .list_check li:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  content: "";
  display: block;
  top: 0.75em !important;
  left: 0.2em;
  height: 10px;
  width: 6px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-radius: 0;
  margin: 0;
  background: none;
  border-bottom: solid 3px var(--base-navy);
  border-right: solid 3px var(--base-navy);
}

.table_scroll {
  margin-top: 10px;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .table_scroll {
    overflow-x: scroll;
  }
  .table_scroll table {
    width: 800px !important;
  }
}

.pagesummary {
  border-bottom: 1px solid #C7D3D9;
  padding-bottom: 10px;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
  .pagesummary {
    border-top: 1px solid #C7D3D9;
    padding-top: 10px;
    margin: 0 0 25px 0;
  }
}
.pagesummary .tit {
  display: none;
}
.pagesummary ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0px 15px;
}
@media screen and (max-width: 767px) {
  .pagesummary ul {
    gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pagesummary ul li {
  margin-bottom: 5px;
  padding-left: 5px;
  text-indent: 0;
}
.pagesummary ul li::before {
  display: none;
}
.pagesummary ul li a {
  position: relative;
  padding: 8px 5px 8px 30px;
  display: block;
  text-decoration: none;
  color: var(--default-black);
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .pagesummary ul li a {
    width: 100%;
    font-size: 0.875rem;
    text-indent: 0em;
    padding: 8px 5px 8px 28px;
  }
}
.pagesummary ul li a:hover {
  color: var(--default-blue);
}
.pagesummary ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  width: 16px;
  height: 16px;
  background: url("../common/ico_arrow_blue_under.png") no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .pagesummary ul li a::before {
    top: -2px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.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 #dedacd;
  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 > .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;
  }
}
.card-box {
  margin-top: 20px;
}

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

.color_red_default {
  color: #f01;
}

.parts_accordion_box {
  margin: 15px 0 20px;
  position: relative;
}
.parts_accordion_box .trigger {
  position: relative;
  border: solid 1px var(--base-navy-light);
  background: var(--base-gray-medium);
  padding: 15px 45px 15px 10px;
  line-height: 1.4;
  font-weight: 500;
}
@media all and (min-width: 768px) {
  .parts_accordion_box .trigger {
    font-size: 1.125rem;
    padding: 17px 60px 17px 15px;
  }
}
.parts_accordion_box .trigger {
  cursor: pointer;
}
.parts_accordion_box .trigger:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--base-navy-light);
}
.parts_accordion_box .trigger:before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../common/ico_open_plus.svg") no-repeat center center;
  background-size: 15px auto;
}
@media all and (min-width: 768px) {
  .parts_accordion_box .trigger:before {
    right: 15px;
    width: 18px;
    height: 18px;
    background-size: 18px auto;
  }
}
.parts_accordion_box .trigger.active:before {
  background: url("../common/ico_open_minus.svg") no-repeat center center;
  background-size: 15px auto;
}
@media all and (min-width: 768px) {
  .parts_accordion_box .trigger.active:before {
    background-size: 18px auto;
  }
}
.parts_accordion_box .acordion_tree {
  position: relative;
  padding: 15px;
  -webkit-box-shadow: inset 0px 0px 0px 5px var(--base-gray-medium);
          box-shadow: inset 0px 0px 0px 5px var(--base-gray-medium);
}
@media all and (min-width: 768px) {
  .parts_accordion_box .acordion_tree {
    padding: 20px 25px;
  }
}
.parts_accordion_box .acordion_tree {
  background: var(--default-white);
  border: solid 1px var(--base-navy-light);
  border-top: none;
  z-index: 1;
}

.dis_none {
  clear: both;
  display: none !important;
}

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

.cke_editable .cke-parts_start,
.cke_editable .cke-parts_end {
  display: block !important;
  position: relative;
  height: 40px;
  font-size: 0;
}
.cke_editable .cke-parts_start:before,
.cke_editable .cke-parts_end:before {
  display: block;
  position: absolute;
  left: 0px;
  top: 5px;
  content: "-------パーツを削除する際は、この一行上の空白行から[パーツ編集 終了]まで全てを選択し削除してください--------";
  width: calc(100% - 10px);
  padding: 5px;
  font-size: 0.9375rem;
  color: #b3b0a8;
  text-align: center;
  border: dashed 1px #dedacd;
}
.cke_editable .cke-parts_end:before {
  top: 0px;
  content: "---------------[パーツ編集 終了]----------------";
}

#top {
  background: var(--base-gray-light);
}
#top .mv-area {
  position: relative;
  overflow: hidden;
  background: url(../images/img_top_mv_bg.png) no-repeat center -5px;
  background-size: cover;
  padding: 110px 0 70px 0;
  margin-top: -90px;
}
@media screen and (max-width: 980px) {
  #top .mv-area {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  #top .mv-area {
    height: unset;
    background: url(../images/img_top_mv_bg_sp.png) no-repeat center -15px;
    background-size: cover;
    padding: 16px 0 30px 0;
    margin-top: 0px;
  }
}
#top .mv-area .mv-container {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#top .mv-area .mv-container .mv-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-left: -60px;
}
@media screen and (max-width: 1366px) {
  #top .mv-area .mv-container .mv-title {
    margin-left: 0px;
  }
}
@media screen and (max-width: 980px) {
  #top .mv-area .mv-container .mv-title {
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  #top .mv-area .mv-container .mv-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  #top .mv-area .mv-container .mv-title p {
    width: 62px;
    height: 78px;
  }
}
#top .mv-area .mv-container .mv-title h1 {
  z-index: 1;
  line-height: 1;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../images/img_top_mv_title.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  width: 85%;
  max-width: 930px;
  height: 300px;
}
@media screen and (max-width: 767px) {
  #top .mv-area .mv-container .mv-title h1 {
    background-image: url(../images/img_top_mv_title_sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    width: 100%;
    height: 130px;
    max-width: 400px;
  }
}
#top .mv-area .mv-container .slide-wrap {
  margin: -70px 0 0 auto;
  text-align: right;
  width: 70%;
  max-width: 717px;
  z-index: 0;
  right: 10px;
}
@media screen and (max-width: 1100px) {
  #top .mv-area .mv-container .slide-wrap {
    right: 28px;
  }
}
@media screen and (max-width: 767px) {
  #top .mv-area .mv-container .slide-wrap {
    right: 0;
  }
}
@media screen and (max-width: 580px) {
  #top .mv-area .mv-container .slide-wrap {
    width: 100%;
    margin: 0 0 0 auto;
  }
}
#top .mv-area .mv-container .slide-wrap .slide-list {
  position: relative;
  width: 100%;
  height: 100%;
}
#top .mv-area .mv-container .slide-wrap .slide-list .slide-img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 717/371;
}
#top .mv-area .mv-container .slide-wrap .slide-list .slide-img a {
  pointer-events: none;
}
#top .mv-area .scroll-container {
  position: absolute;
  bottom: 69px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 1100px) {
  #top .mv-area .scroll-container {
    max-width: 100%;
    padding: 0 28px;
  }
}
@media screen and (max-width: 767px) {
  #top .mv-area .scroll-container {
    padding: 0 10px;
  }
}
@media screen and (max-width: 580px) {
  #top .mv-area .scroll-container {
    bottom: 37%;
  }
}
#top .mv-area .scroll-container .scroll {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: -20px;
  bottom: 0;
  gap: 12px;
}
@media screen and (max-width: 1366px) {
  #top .mv-area .scroll-container .scroll {
    left: 0px;
  }
}
#top .mv-area .scroll-container .scroll-text {
  font-family: "Oswald", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #10212C;
}
@media screen and (max-width: 767px) {
  #top .mv-area .scroll-container .scroll-text {
    font-size: 0.75rem;
  }
}
#top .mv-area .scroll-container .scroll-border {
  position: relative;
  width: 10px;
  height: 55px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #top .mv-area .scroll-container .scroll-border {
    height: 43px;
  }
}
#top .mv-area .scroll-container {
  /* 背景の細い線 */
}
#top .mv-area .scroll-container .scroll-border::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: var(--base-navy);
  margin: auto;
}
#top .mv-area .scroll-container {
  /* 動くドット */
}
#top .mv-area .scroll-container .scroll-border::after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  top: 0; /* 起点をtopに固定 */
  left: 0;
  right: 0;
  background: var(--default-blue);
  border-radius: 50%;
  margin: auto;
  -webkit-animation: scrollbar 2s ease-in-out infinite;
          animation: scrollbar 2s ease-in-out infinite;
}
@-webkit-keyframes scrollbar {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(75px);
            transform: translateY(75px);
    opacity: 0;
  }
}
@keyframes scrollbar {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(75px);
            transform: translateY(75px);
    opacity: 0;
  }
}
#top #about-area {
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  #top #about-area {
    margin-top: 0px;
  }
}
#top #about-area .about-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--default-white);
  padding: 60px 55px 50px 0px;
}
@media screen and (max-width: 767px) {
  #top #about-area .about-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding: 45px 0px 40px 0px;
  }
}
#top #about-area .about-container::before {
  content: "";
  position: absolute;
  background: var(--default-white);
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-99%);
          transform: translateX(-99%);
}
@media screen and (max-width: 767px) {
  #top #about-area .about-container::before {
    width: calc(100% + 26px);
    height: 100%;
    top: 0;
    left: -13px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#top #about-area .about-container::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 50vw;
  height: calc(100% - 10px);
  top: 40px;
  right: calc((-100vw + 1100px) / 2);
  background: -webkit-gradient(linear, right top, left top, from(#dee5e8), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, #dee5e8 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 1100px) {
  #top #about-area .about-container::after {
    right: -28px;
  }
}
@media screen and (max-width: 767px) {
  #top #about-area .about-container::after {
    width: 90%;
    right: -13px;
  }
}
#top #about-area .about-container .about-text {
  position: relative;
}
#top #about-area .about-container .about-text h2 {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #top #about-area .about-container .about-text h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
}
#top #about-area .about-container .about-text .read-more-container {
  position: relative;
  max-height: 575px;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
@media screen and (max-width: 767px) {
  #top #about-area .about-container .about-text .read-more-container {
    max-height: 540px;
  }
}
#top #about-area .about-container .about-text .read-more-container:has(:checked) {
  max-height: 100%;
}
#top #about-area .about-container .about-text .read-more-container::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, hsla(0, 0%, 100%, 0)), color-stop(50%, hsla(0, 0%, 100%, 0.9)), color-stop(0, hsl(0, 0%, 100%)), to(#fff));
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0.9) 50%, hsl(0, 0%, 100%) 0, #fff);
}
@media screen and (max-width: 767px) {
  #top #about-area .about-container .about-text .read-more-container::after {
    height: 100px;
  }
}
#top #about-area .about-container .about-text .read-more-container:has(:checked)::after {
  display: none;
}
#top #about-area .about-container .about-text .read-more-container .read-more-btn {
  position: absolute;
  bottom: 0;
  left: calc(50% - 10px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
}
#top #about-area .about-container .about-text .read-more-container .read-more-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  clip-path: polygon(17px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 17px, 17px 0%);
  border: 1px solid var(--base-navy);
  background: transparent;
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
  pointer-events: none;
}
#top #about-area .about-container .about-text .read-more-container label {
  position: relative;
  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;
  height: 100%;
  padding: 17px 58px 17px 47px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.015em;
  line-height: 1;
  white-space: nowrap;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  background: #d6dde1;
  clip-path: polygon(17px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 17px, 17px 0%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  #top #about-area .about-container .about-text .read-more-container label {
    font-size: 1rem;
    padding: 10px 40px 10px 40px;
    clip-path: polygon(15px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 15px, 15px 0%);
  }
}
#top #about-area .about-container .about-text .read-more-container label::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 15px;
  height: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../common/ico_arrow_blue_under.png) no-repeat center/contain;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
@media screen and (max-width: 767px) {
  #top #about-area .about-container .about-text .read-more-container label::after {
    width: 14px;
    height: 14px;
  }
}
#top #about-area .about-container .about-text .read-more-container label:hover {
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
}
#top #about-area .about-container .about-text .read-more-container label:has(:checked) {
  display: none;
}
#top #about-area .about-container .about-text .read-more-container label input {
  display: none;
}
#top #about-area .about-container .about-text .read-more-container p {
  font-size: 1.125rem;
  letter-spacing: 0.015em;
  line-height: 1.89;
}
@media screen and (max-width: 767px) {
  #top #about-area .about-container .about-text .read-more-container p {
    font-size: 1rem;
  }
}
#top #about-area .about-container .about-professor {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 42%;
          flex: 0 1 42%;
  max-width: 420px;
  min-width: 260px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #top #about-area .about-container .about-professor {
    max-width: unset;
    min-width: unset;
  }
}
#top #about-area .about-container .about-professor .about-professor-img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #top #about-area .about-container .about-professor .about-professor-img {
    width: 80%;
    min-width: 270px;
    margin: auto;
  }
}
#top #about-area .about-container .about-professor .about-professor-profile {
  padding-left: 3px;
}
@media screen and (max-width: 767px) {
  #top #about-area .about-container .about-professor .about-professor-profile {
    padding-left: 0;
    width: 270px;
    margin: auto;
  }
}
#top #about-area .about-container .about-professor .about-professor-profile .about-professor-name {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.2;
  margin-top: -18px;
}
@media screen and (max-width: 767px) {
  #top #about-area .about-container .about-professor .about-professor-profile .about-professor-name {
    margin-top: -3px;
  }
}
#top #about-area .about-container .about-professor .about-professor-profile .about-professor-name span {
  font-size: 0.875rem;
}
#top #about-area .about-container .about-professor .about-professor-profile .about-professor-organization {
  font-size: 0.8125rem;
  line-height: 1.85;
  margin-top: 10px;
}
#top #news-area {
  margin: 60px 0 105px;
}
@media screen and (max-width: 767px) {
  #top #news-area {
    margin: 60px 0 50px;
  }
}
#top #news-area .news-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #top #news-area .news-inner {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
#top #news-area .news-inner .news-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #top #news-area .news-inner .news-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#top #news-area .news-inner .news-title h2 {
  font-size: 2.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #top #news-area .news-inner .news-title h2 {
    font-size: 2.75rem;
  }
}
#top #news-area .news-inner .news-title .btn-news {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.015em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 40px;
  margin-right: 36px;
}
@media screen and (max-width: 767px) {
  #top #news-area .news-inner .news-title .btn-news {
    margin-top: 0px;
    margin-right: 0px;
  }
}
#top #news-area .news-inner .news-title .btn-news a {
  position: relative;
  color: var(--default-black);
  padding: 0 33px 0 25px;
}
#top #news-area .news-inner .news-title .btn-news a:before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 16px;
  background: url(../common/ico_arrow_blue.png) no-repeat;
  background-size: contain;
  top: 50%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
#top #news-area .news-inner .news-title .btn-news a:after {
  position: absolute;
  content: "";
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: var(--default-white);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
#top #news-area .news-inner .news-title .btn-news a:hover:before {
  right: -5px;
}
#top #news-area .news-inner .news-wrap {
  width: calc(100% - 200px);
}
@media screen and (max-width: 767px) {
  #top #news-area .news-inner .news-wrap {
    width: 100%;
  }
}
#top #news-area .news-inner .news-wrap ul.news-body li.news-content {
  letter-spacing: 0.015em;
  line-height: 1;
  border-bottom: 1px solid var(--base-gray-dark);
}
#top #news-area .news-inner .news-wrap ul.news-body li.news-content a {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--default-black);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#top #news-area .news-inner .news-wrap ul.news-body li.news-content a:hover {
  opacity: 0.6;
}
#top #news-area .news-inner .news-wrap ul.news-body li.news-content article {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-grid-columns: 70px 20px minmax(0, 1fr);
  grid-template-columns: 70px minmax(0, 1fr);
  padding: 20px 18px;
}
@media screen and (max-width: 767px) {
  #top #news-area .news-inner .news-wrap ul.news-body li.news-content article {
    padding: 14px 0;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  #top #news-area .news-inner .news-wrap ul.news-body li.news-content article > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #top #news-area .news-inner .news-wrap ul.news-body li.news-content article > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
#top #news-area .news-inner .news-wrap ul.news-body li.news-content article .thumb img {
  max-height: 85px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #top #news-area .news-inner .news-wrap ul.news-body li.news-content article .thumb img {
    max-height: 72px;
  }
}
#top #news-area .news-inner .news-wrap ul.news-body li.news-content article .text-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #top #news-area .news-inner .news-wrap ul.news-body li.news-content article .text-sub {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#top #news-area .news-inner .news-wrap ul.news-body li.news-content article .text-sub .date {
  font-family: "Oswald", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #A1B0B7;
  letter-spacing: 0.015em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #top #news-area .news-inner .news-wrap ul.news-body li.news-content article .text-sub .date {
    font-size: 0.75rem;
  }
}
#top #news-area .news-inner .news-wrap ul.news-body li.news-content article .text-sub .cate {
  display: none;
}
@media screen and (max-width: 767px) {
  #top #news-area .news-inner .news-wrap ul.news-body li.news-content article .text-sub .cate {
    font-size: 0.6875rem;
  }
}
#top #news-area .news-inner .news-wrap ul.news-body li.news-content article .text-sub .new {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.015em;
  color: var(--default-red-light);
}
@media screen and (max-width: 767px) {
  #top #news-area .news-inner .news-wrap ul.news-body li.news-content article .text-sub .new {
    font-size: 0.75rem;
    padding-top: 2px;
  }
}
#top #news-area .news-inner .news-wrap ul.news-body li.news-content article .text-main {
  font-size: 1rem;
  letter-spacing: 0.015em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #top #news-area .news-inner .news-wrap ul.news-body li.news-content article .text-main {
    font-size: 0.9375rem;
    margin-top: 7px;
  }
}
#top #news-area .news-inner .news-wrap ul.news-body li.news-content article:has(.thumb) {
  -ms-grid-columns: 70px 70px minmax(0, 1fr);
  grid-template-columns: 70px 70px minmax(0, 1fr);
}
@media screen and (max-width: 767px) {
  #top #news-area .news-inner .news-wrap ul.news-body li.news-content article:has(.thumb) {
    -ms-grid-columns: 72px 1fr;
    grid-template-columns: 72px 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  #top #news-area .news-inner .news-wrap ul.news-body li.news-content article:has(.thumb) > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #top #news-area .news-inner .news-wrap ul.news-body li.news-content article:has(.thumb) > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #top #news-area .news-inner .news-wrap ul.news-body li.news-content article:has(.thumb) > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #top #news-area .news-inner .news-wrap ul.news-body li.news-content article:has(.thumb) > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media screen and (max-width: 767px) {
  #top #news-area .news-inner .news-wrap ul.news-body li.news-content article:has(.thumb) .thumb {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
  }
}
@media screen and (max-width: 767px) {
  #top #news-area .news-inner .news-wrap ul.news-body li.news-content article:has(.thumb) .text-sub {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media screen and (max-width: 767px) {
  #top #news-area .news-inner .news-wrap ul.news-body li.news-content article:has(.thumb) .text-main {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
@media screen and (max-width: 767px) {
  #top #news-area .news-inner .news-wrap ul.news-body:first-child {
    border-top: 1px solid var(--base-gray-dark);
  }
}
#top .contents01-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.1fr 60px minmax(0, 0.8fr);
  grid-template-columns: 1.1fr minmax(0, 0.8fr);
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
#top .contents01-container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#top .contents01-container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
#top .contents01-container > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
#top .contents01-container > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
@media screen and (max-width: 767px) {
  #top .contents01-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 30px auto 30px auto;
    grid-template-rows: auto auto auto;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 30px;
    padding: 45px 13px 60px;
  }
  #top .contents01-container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #top .contents01-container > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #top .contents01-container > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
#top .contents01-container .h2title-top-contents {
  position: relative;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  font-size: 3.125rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
  margin: 70px 0 20px 0;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  #top .contents01-container .h2title-top-contents {
    font-size: 2.625rem;
    margin: 0;
  }
}
#top .contents01-container .h2title-top-contents span {
  position: absolute;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.015em;
  top: 0;
  left: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
#top .contents01-container .h2title-top-contents span:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: var(--default-black);
  margin: 0 4px 5px 4px;
}
#top .contents01-container .contents01-text-wrap {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
@media screen and (max-width: 767px) {
  #top .contents01-container .contents01-text-wrap {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
}
#top .contents01-container .contents01-text-wrap .contents01-text {
  font-size: 1.125rem;
  letter-spacing: 0.015em;
  line-height: 1.89;
}
#top .contents01-container .contents01-text-wrap .btn_top {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  #top .contents01-container .contents01-text-wrap .btn_top {
    margin: 30px auto 0 auto;
  }
}
#top .contents01-container .contents01-text-wrap .btn_top a {
  position: relative;
  z-index: 1;
  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;
  gap: 0.4em;
  padding: 19px 35px 19px 30px;
  color: var(--default-white);
  background-color: var(--base-navy);
  text-decoration: none;
  letter-spacing: 0.06em;
  clip-path: polygon(16px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 17px, 16px 0%);
  width: 270px;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.015em;
  line-height: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#top .contents01-container .contents01-text-wrap .btn_top a::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 14px;
  height: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../common/ico_arrow_white.png) no-repeat center/contain;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
#top .contents01-container .contents01-text-wrap .btn_top:hover a {
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
}
#top .contents01-container .contents01-text-wrap .btn_top::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  clip-path: polygon(17px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 17px, 17px 0%);
  border: 1px solid var(--base-navy);
  background: transparent;
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
  pointer-events: none;
}
#top .contents01-container .contents01-image {
  -ms-grid-column: 2;
  grid-column: 2;
  grid-row: 1/-1;
  text-align: right;
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  #top .contents01-container .contents01-image {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-top: 0px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #top .contents01-container .contents01-image img {
    max-width: 65%;
  }
}
#top #background-area {
  background: var(--base-gray-dark);
  padding: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  #top #background-area {
    padding: 0;
  }
}
#top #research-area {
  padding: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
  #top #research-area {
    padding: 0;
  }
}
#top #research-area .contents01-container {
  -ms-grid-columns: minmax(0, 0.8fr) 1.1fr;
  grid-template-columns: minmax(0, 0.8fr) 1.1fr;
}
@media screen and (max-width: 767px) {
  #top #research-area .contents01-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  #top #research-area .contents01-container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #top #research-area .contents01-container > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #top #research-area .contents01-container > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
#top #research-area .contents01-container .h2title-top-contents {
  -ms-grid-column: 2;
  grid-column: 2;
}
@media screen and (max-width: 767px) {
  #top #research-area .contents01-container .h2title-top-contents {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
#top #research-area .contents01-container .contents01-text-wrap {
  -ms-grid-column: 2;
  grid-column: 2;
}
@media screen and (max-width: 767px) {
  #top #research-area .contents01-container .contents01-text-wrap {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
}
#top #research-area .contents01-container .contents01-image {
  -ms-grid-column: 1;
  grid-column: 1;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #top #research-area .contents01-container .contents01-image {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #top #research-area .contents01-container .contents01-image img {
    max-width: 70%;
  }
}
#top #activities-area {
  background: var(--base-gray-dark);
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  #top #activities-area {
    padding-bottom: 25px;
  }
}
#top .h2title-top-subcontents {
  font-family: "Oswald", sans-serif;
  font-size: 2.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-bottom: 33px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #top .h2title-top-subcontents {
    font-size: 2.0625rem;
    margin-bottom: 27px;
  }
}
#top #explore-area {
  margin: -30px 0 90px;
}
@media screen and (max-width: 767px) {
  #top #explore-area {
    margin: -20px 0 50px;
  }
}
#top #explore-area .explore-area-container {
  border-top: 1px solid var(--base-navy);
  border-bottom: 1px solid var(--base-navy);
}
@media screen and (max-width: 767px) {
  #top #explore-area .explore-area-container {
    border-top: none;
    border-bottom: none;
    margin-top: 40px;
  }
}
#top #explore-area .explore-area-container ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  #top #explore-area .explore-area-container ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#top #explore-area .explore-area-container ul li.explore-item {
  position: relative;
  border-left: 1px solid var(--base-navy);
}
@media screen and (max-width: 767px) {
  #top #explore-area .explore-area-container ul li.explore-item {
    border-top: 1px solid var(--base-navy);
    border-right: 1px solid var(--base-navy);
  }
}
#top #explore-area .explore-area-container ul li.explore-item:last-child {
  border-right: 1px solid var(--base-navy);
}
@media screen and (max-width: 767px) {
  #top #explore-area .explore-area-container ul li.explore-item:last-child {
    border-bottom: 1px solid var(--base-navy);
  }
}
#top #explore-area .explore-area-container ul li.explore-item::before {
  content: "";
  position: absolute;
  top: 245px;
  left: 0;
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(to right, var(--base-gray-dark) 0 2px, transparent 2px 4px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #top #explore-area .explore-area-container ul li.explore-item::before {
    top: 180px;
  }
}
#top #explore-area .explore-area-container ul li.explore-item a {
  position: relative;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  min-height: 180px;
  padding: 32px 28px;
  color: var(--default-black);
  text-decoration: none;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
@media screen and (max-width: 767px) {
  #top #explore-area .explore-area-container ul li.explore-item a {
    min-height: 150px;
    padding: 15px 18px 20px;
  }
}
#top #explore-area .explore-area-container ul li.explore-item a::before, #top #explore-area .explore-area-container ul li.explore-item a::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 4px solid #2B404E;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  pointer-events: none;
}
#top #explore-area .explore-area-container ul li.explore-item a::before {
  top: 1px;
  left: 1px;
  border-width: 2px 0 0 2px;
  -webkit-transform: translate(-1px, -1px);
          transform: translate(-1px, -1px);
}
@media screen and (max-width: 767px) {
  #top #explore-area .explore-area-container ul li.explore-item a::before {
    border-width: 4px 0 0 4px;
  }
}
#top #explore-area .explore-area-container ul li.explore-item a::after {
  right: 1px;
  bottom: 1px;
  border-width: 0 2px 2px 0;
  -webkit-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
}
@media screen and (max-width: 767px) {
  #top #explore-area .explore-area-container ul li.explore-item a::after {
    border-width: 0 4px 4px 0;
  }
}
#top #explore-area .explore-area-container ul li.explore-item a:hover {
  background: var(--default-white);
}
#top #explore-area .explore-area-container ul li.explore-item a:hover::before {
  -webkit-transform: translate(8px, 8px);
          transform: translate(8px, 8px);
  border-width: 3px 0 0 3px;
  width: 20px;
  height: 20px;
}
#top #explore-area .explore-area-container ul li.explore-item a:hover::after {
  -webkit-transform: translate(-8px, -8px);
          transform: translate(-8px, -8px);
  border-width: 0 3px 3px 0;
  width: 20px;
  height: 20px;
}
#top #explore-area .explore-area-container ul li.explore-item a .explore-item-icon {
  position: relative;
  width: 184px;
  height: 184px;
  margin: 0 auto 32px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  #top #explore-area .explore-area-container ul li.explore-item a .explore-item-icon {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
  }
}
#top #explore-area .explore-area-container ul li.explore-item a .explore-item-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #E3E7E9;
  z-index: 0;
  width: 184px;
  height: 184px;
}
@media screen and (max-width: 767px) {
  #top #explore-area .explore-area-container ul li.explore-item a .explore-item-icon::after {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
  }
}
#top #explore-area .explore-area-container ul li.explore-item a .explore-item-icon img {
  position: relative;
  z-index: 1;
  width: auto;
}
#top #explore-area .explore-area-container ul li.explore-item a .explore-item-title {
  position: relative;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
  padding-right: 34px;
}
#top #explore-area .explore-area-container ul li.explore-item a .explore-item-title span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.015em;
  margin-bottom: 8px;
}
#top #explore-area .explore-area-container ul li.explore-item a .explore-item-title span:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: var(--default-black);
  margin: 0 4px 5px 4px;
}
#top #explore-area .explore-area-container ul li.explore-item a .explore-item-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 22px;
  height: 21px;
  background: url(../common/ico_arrow_blue.png) no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
#top #explore-area .explore-area-container ul li.explore-item a a:hover .explore-item-title::after {
  -webkit-transform: translate(4px, -20%);
          transform: translate(4px, -20%);
}
#top #contact-area {
  padding: 72px 0 84px;
  background: var(--base-gray-dark);
}
@media screen and (max-width: 767px) {
  #top #contact-area {
    padding: 45px 0 50px;
  }
}
#top #contact-area .contact-area-container .contact-description {
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.015em;
  line-height: 1.59;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #top #contact-area .contact-area-container .contact-description {
    font-size: 1.125rem;
    text-align: left;
    line-height: 1.7;
  }
}
#top #contact-area .contact-area-container .contact-email {
  position: relative;
  margin: 30px auto 60px;
  width: 70%;
  min-width: 750px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  #top #contact-area .contact-area-container .contact-email {
    margin: 20px auto 40px;
    width: 100%;
    min-width: 100%;
    height: 125px;
  }
}
#top #contact-area .contact-area-container .contact-email::before {
  content: "";
  position: absolute;
  z-index: 0;
  clip-path: polygon(22px 0%, 100% 0%, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0% 100%, 0% 22px, 22px 0%);
  background: var(--default-white);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#top #contact-area .contact-area-container .contact-email:hover::before {
  background: var(--base-navy);
}
#top #contact-area .contact-area-container .contact-email a {
  position: relative;
  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;
  height: 100%;
  padding: 14px 58px 14px 56px;
  color: var(--default-black);
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: 0.015em;
  line-height: 1;
  text-decoration: none;
  background: #d6dde1;
  clip-path: polygon(22px 0%, 100% 0%, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0% 100%, 0% 22px, 22px 0%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  #top #contact-area .contact-area-container .contact-email a {
    font-size: 1.0625rem;
    padding: 80px 10px 10px 10px;
  }
}
#top #contact-area .contact-area-container .contact-email a:hover {
  background: var(--base-navy);
  color: var(--default-white);
}
#top #contact-area .contact-area-container .contact-email a::before {
  content: "";
  position: absolute;
  left: 55px;
  top: 50%;
  width: 68px;
  height: 68px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../common/ico_mail_blue_circle.png) no-repeat center/contain;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  #top #contact-area .contact-area-container .contact-email a::before {
    left: 50%;
    top: 10px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
#top #contact-area .contact-area-container .contact-email a:hover::before {
  background: url(../common/ico_mail_blue_circle_hover.png) no-repeat center/contain;
}
#top #contact-area .contact-area-container .contact-email a::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 22px;
  height: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../common/ico_arrow_blue.png) no-repeat center/contain;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#top #contact-area .contact-area-container .contact-email a:hover::after {
  background: url(../common/ico_arrow_white.png) no-repeat center/contain;
  -webkit-transform: translate(4px, -50%);
          transform: translate(4px, -50%);
}
#top #contact-area .contact-area-container .contact-info-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1.05fr) 32px 0.95fr;
  grid-template-columns: minmax(0, 1.05fr) 0.95fr;
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #top #contact-area .contact-area-container .contact-info-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
#top #contact-area .contact-area-container .contact-info-container .contact-info-text .contact-info-organization {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 1.59;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #top #contact-area .contact-area-container .contact-info-container .contact-info-text .contact-info-organization {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}
#top #contact-area .contact-area-container .contact-info-container .contact-info-text .contact-info-wrap {
  border-left: 1px solid var(--base-navy);
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #top #contact-area .contact-area-container .contact-info-container .contact-info-text .contact-info-wrap {
    padding-left: 10px;
  }
}
#top #contact-area .contact-area-container .contact-info-container .contact-info-text .contact-info-wrap .contact-info-address {
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.015em;
  line-height: 1.65;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #top #contact-area .contact-area-container .contact-info-container .contact-info-text .contact-info-wrap .contact-info-address {
    font-size: 1rem;
    margin-bottom: 7px;
  }
}
#top #contact-area .contact-area-container .contact-info-container .contact-info-text .contact-info-wrap .contact-info-email {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.65;
  margin-bottom: 10px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  #top #contact-area .contact-area-container .contact-info-container .contact-info-text .contact-info-wrap .contact-info-email {
    padding-left: 25px;
  }
}
#top #contact-area .contact-area-container .contact-info-container .contact-info-text .contact-info-wrap .contact-info-email a {
  color: var(--default-black);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#top #contact-area .contact-area-container .contact-info-container .contact-info-text .contact-info-wrap .contact-info-email a:hover {
  text-decoration: underline;
}
#top #contact-area .contact-area-container .contact-info-container .contact-info-text .contact-info-wrap .contact-info-email::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 12px;
  background: url(../common/ico_mail_blue.png) no-repeat center/contain;
}
#top #contact-area .contact-area-container .contact-info-container .contact-info-text .contact-info-wrap .contact-info-tel {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  #top #contact-area .contact-area-container .contact-info-container .contact-info-text .contact-info-wrap .contact-info-tel {
    padding-left: 25px;
  }
}
#top #contact-area .contact-area-container .contact-info-container .contact-info-text .contact-info-wrap .contact-info-tel a {
  color: var(--default-black);
}
#top #contact-area .contact-area-container .contact-info-container .contact-info-text .contact-info-wrap .contact-info-tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url(../common/ico_tel_blue.png) no-repeat center/contain;
}
#top #contact-area .contact-area-container .contact-info-container .contact-info-map {
  aspect-ratio: 515/290;
}
#top #contact-area .contact-area-container .contact-info-container .contact-info-map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}

html[lang=ja] #top {
  background: var(--base-gray-light);
}
@media screen and (max-width: 767px) {
  html[lang=ja] #top .mv-area .mv-container .mv-title {
    gap: 0px;
  }
}
html[lang=ja] #top .mv-area .mv-container .mv-title p {
  margin: 10px 0 0 0;
}
@media screen and (max-width: 767px) {
  html[lang=ja] #top .mv-area .mv-container .mv-title p {
    margin: 0 0 0 0;
  }
}
html[lang=ja] #top .mv-area .mv-container .mv-title h1 {
  background-image: url(../images/img_top_mv_title_ja.svg);
}
@media screen and (max-width: 767px) {
  html[lang=ja] #top .mv-area .mv-container .mv-title h1 {
    height: 80px;
    margin-left: -7px;
  }
}
html[lang=ja] #top #about-area .about-container .about-text h2 {
  font-family: "Source Sans 3", sans-serif;
}
html[lang=ja] #top #about-area .about-container .about-text .read-more-container {
  max-height: 470px;
}
html[lang=ja] #top #about-area .about-container .about-text .read-more-container p {
  font-size: 1.0625rem;
}
@media screen and (max-width: 767px) {
  html[lang=ja] #top #about-area .about-container .about-text .read-more-container p {
    font-size: 0.9375rem;
  }
}
html[lang=ja] #top #about-area .about-container .about-text .read-more-container:has(:checked) {
  max-height: 100%;
}
html[lang=ja] #top .contents01-container .h2title-top-contents {
  font-size: 2.625rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  html[lang=ja] #top .contents01-container .h2title-top-contents {
    font-size: 2.375rem;
  }
}
html[lang=ja] #top .contents01-container .h2title-top-contents span {
  top: -5px;
}
html[lang=ja] #top .contents01-text-wrap {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
@media screen and (max-width: 767px) {
  html[lang=ja] #top .contents01-text-wrap {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
}
html[lang=ja] #top .contents01-text-wrap .contents01-text {
  font-size: 1.0625rem;
}
@media screen and (max-width: 767px) {
  html[lang=ja] #top .contents01-text-wrap .contents01-text {
    font-size: 0.9375rem;
  }
}
html[lang=ja] #top #background-area {
  padding: 0 0 70px 0;
}
@media screen and (max-width: 767px) {
  html[lang=ja] #top #background-area {
    padding: 0;
  }
}
html[lang=ja] #top #research-area {
  padding: 0 0 100px 0;
}
@media screen and (max-width: 767px) {
  html[lang=ja] #top #research-area {
    padding: 0;
  }
}
@media screen and (max-width: 980px) {
  html[lang=ja] #top #explore-area .explore-area-container li.explore-item a {
    padding: 32px 15px;
  }
}
@media screen and (max-width: 767px) {
  html[lang=ja] #top #explore-area .explore-area-container li.explore-item a {
    padding: 15px 18px 20px;
  }
}
html[lang=ja] #top #explore-area .explore-area-container li.explore-item a .explore-item-title {
  position: relative;
  font-size: 1.75rem;
}
@media screen and (max-width: 1100px) {
  html[lang=ja] #top #explore-area .explore-area-container li.explore-item a .explore-item-title {
    font-size: 1.5rem;
  }
}
html[lang=ja] #top #contact-area .contact-area-container .contact-description {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  html[lang=ja] #top #contact-area .contact-area-container .contact-description {
    font-size: 1.0625rem;
  }
}
html[lang=ja] #top #contact-area .contact-area-container .contact-info-container .contact-info-text .contact-info-wrap .contact-info-email {
  font-weight: 600;
}
html[lang=ja] #top #contact-area .contact-area-container .contact-info-container .contact-info-text .contact-info-wrap .contact-info-tel {
  font-weight: 600;
}

#detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--base-gray-light);
}
#detail main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
}
#detail .head_detail {
  background: url(../images/img_under_title_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  height: auto;
  min-height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 20px;
}
@media screen and (max-width: 767px) {
  #detail .head_detail {
    min-height: 115px;
    padding: 10px;
  }
}
#detail .head_detail h1 {
  font-weight: 400;
  font-size: 3.625rem;
  letter-spacing: 0.015em;
  line-height: 1.3;
  margin: auto;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  #detail .head_detail h1 {
    font-size: 1.625rem;
    margin: 0;
    text-align: left;
  }
}
#detail .detail-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 20px 50px;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: -2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #detail .detail-area {
    padding: 10px 0px 30px;
  }
}
#detail .detail-area .detail-inner {
  max-width: 1100px;
  background: #F7F7F7;
  padding: 40px 40px 70px 40px;
  margin: 0px auto;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  #detail .detail-area .detail-inner {
    padding: 30px 13px 25px 13px;
  }
}
#detail .select_category {
  position: relative;
  width: 100%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  #detail .select_category {
    margin: 0px auto 15px;
    padding: 0;
  }
}
#detail .select_category select {
  background: #fff;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 16px 35px 16px 20px;
  border: 2px solid var(--base-navy-light);
  border-radius: 0;
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #detail .select_category select {
    padding: 12px 45px 12px 20px;
  }
}
#detail .select_category::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../common/ico_arrow_blue_under.png) no-repeat right center;
  background-size: contain;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #detail .select_category::after {
    right: 20px;
    width: 20px;
    height: 20px;
  }
}
#detail .news-wrap {
  width: 100%;
}
#detail .news-wrap ul.news-body li.news-content {
  letter-spacing: 0.015em;
  line-height: 1;
  border-bottom: 1px solid var(--base-gray-dark);
}
#detail .news-wrap ul.news-body li.news-content a {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--default-black);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#detail .news-wrap ul.news-body li.news-content a:hover {
  opacity: 0.6;
}
#detail .news-wrap ul.news-body li.news-content article {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-grid-columns: auto 20px minmax(0, 1fr);
  grid-template-columns: auto minmax(0, 1fr);
  padding: 20px 18px;
}
@media screen and (max-width: 767px) {
  #detail .news-wrap ul.news-body li.news-content article {
    padding: 14px 0;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  #detail .news-wrap ul.news-body li.news-content article > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #detail .news-wrap ul.news-body li.news-content article > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
#detail .news-wrap ul.news-body li.news-content article .thumb img {
  max-height: 85px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #detail .news-wrap ul.news-body li.news-content article .thumb img {
    max-height: 72px;
  }
}
#detail .news-wrap ul.news-body li.news-content article .text-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #detail .news-wrap ul.news-body li.news-content article .text-sub {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#detail .news-wrap ul.news-body li.news-content article .text-sub .date {
  font-family: "Oswald", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #A1B0B7;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 767px) {
  #detail .news-wrap ul.news-body li.news-content article .text-sub .date {
    font-size: 0.75rem;
  }
}
#detail .news-wrap ul.news-body li.news-content article .text-sub .cate {
  display: none;
}
@media screen and (max-width: 767px) {
  #detail .news-wrap ul.news-body li.news-content article .text-sub .cate {
    font-size: 0.6875rem;
  }
}
#detail .news-wrap ul.news-body li.news-content article .text-sub .new {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.015em;
  color: var(--default-red-light);
}
@media screen and (max-width: 767px) {
  #detail .news-wrap ul.news-body li.news-content article .text-sub .new {
    font-size: 0.75rem;
    padding-top: 2px;
  }
}
#detail .news-wrap ul.news-body li.news-content article .text-main {
  font-size: 1rem;
  letter-spacing: 0.015em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #detail .news-wrap ul.news-body li.news-content article .text-main {
    font-size: 0.9375rem;
    margin-top: 7px;
  }
}
#detail .news-wrap ul.news-body li.news-content article:has(.thumb) {
  -ms-grid-columns: 70px auto minmax(0, 1fr);
  grid-template-columns: 70px auto minmax(0, 1fr);
}
@media screen and (max-width: 767px) {
  #detail .news-wrap ul.news-body li.news-content article:has(.thumb) {
    -ms-grid-columns: 72px 1fr;
    grid-template-columns: 72px 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  #detail .news-wrap ul.news-body li.news-content article:has(.thumb) > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #detail .news-wrap ul.news-body li.news-content article:has(.thumb) > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #detail .news-wrap ul.news-body li.news-content article:has(.thumb) > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #detail .news-wrap ul.news-body li.news-content article:has(.thumb) > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media screen and (max-width: 767px) {
  #detail .news-wrap ul.news-body li.news-content article:has(.thumb) .thumb {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
  }
}
@media screen and (max-width: 767px) {
  #detail .news-wrap ul.news-body li.news-content article:has(.thumb) .text-sub {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media screen and (max-width: 767px) {
  #detail .news-wrap ul.news-body li.news-content article:has(.thumb) .text-main {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
#detail .news_pagination {
  margin-top: 35px;
}
@media all and (min-width: 768px) {
  #detail .news_pagination {
    width: 75%;
    margin: 60px auto 0;
  }
}
#detail .news_pagination .num {
  text-align: center;
  font-size: 0.8125rem;
}
#detail .news_pagination .pagination {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: var(--base-gray-medium);
}
#detail .news_pagination .pagination:has(li a) {
  border: solid 1px var(--default-white);
}
#detail .news_pagination .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
}
#detail .news_pagination .pagination ul li {
  text-align: center;
  width: 50%;
  font-size: 0rem;
}
#detail .news_pagination .pagination ul li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  color: var(--default-white);
  font-size: 0.9375rem;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  border-left: solid 1px var(--default-white);
}
@media screen and (max-width: 767px) {
  #detail .news_pagination .pagination ul li a {
    font-size: 0.875rem;
  }
}
#detail .news_pagination .pagination ul li a {
  padding: 13px 10px;
  background: var(--base-navy-light);
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
#detail .news_pagination .pagination ul li a:hover {
  color: #fff;
  background: var(--base-gray-dark);
}
#detail .news_pagination .pagination ul.next a {
  color: #fff;
  background: var(--base-navy);
}
#detail .news_pagination .pagination ul.next a:hover {
  background: var(--base-gray-dark);
}
#detail .news_pagination .pagination ul.next li:last-child {
  border-right: solid 1px #fff;
}
#detail .none_news {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #detail .none_news {
    font-size: 1.0625rem;
  }
}
@media all and (min-width: 768px) {
  #detail .none_news {
    font-size: 1.125rem;
    margin-top: 20px;
  }
}
#detail .news-title {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
#detail .news-title .date {
  font-family: "Oswald", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--base-navy);
  letter-spacing: 0.015em;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  #detail .news-title .date {
    font-size: 0.75rem;
  }
}
#detail .news-title .cate {
  font-family: "Oswald", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.015em;
  color: var(--base-navy-light);
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  #detail .news-title .cate {
    font-size: 0.75rem;
  }
}
#detail .news-title h1 {
  font-weight: 400;
  font-size: 2.25rem;
  letter-spacing: 0.015em;
  line-height: 1.3;
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  #detail .news-title h1 {
    font-size: 1.5rem;
    margin: 0;
    text-align: left;
  }
}
#detail .password_block {
  text-align: center;
}
#detail .password_block .err_text {
  text-align: center;
  color: #F44646;
  font-weight: 500;
}
#detail .password_block .password_input {
  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;
  margin-top: 30px;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  #detail .password_block .password_input {
    display: block;
  }
}
#detail .password_block .password_input input {
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #777;
  background-color: #fff;
  font-size: 1rem;
  min-width: 300px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  #detail .password_block .password_input input {
    min-width: 280px;
    width: 90%;
    margin: 0 auto;
  }
}
#detail .password_block .password_input input::-webkit-input-placeholder {
  color: #888;
  font-size: 1.0625rem;
}
#detail .password_block .password_input input::-moz-placeholder {
  color: #888;
  font-size: 1.0625rem;
}
#detail .password_block .password_input input:-ms-input-placeholder {
  color: #888;
  font-size: 1.0625rem;
}
#detail .password_block .password_input input::-ms-input-placeholder {
  color: #888;
  font-size: 1.0625rem;
}
#detail .password_block .password_input input::placeholder {
  color: #888;
  font-size: 1.0625rem;
}
@media screen and (max-width: 767px) {
  #detail .password_block .password_input .btn_password {
    margin-top: 15px;
  }
}
#detail .password_block .password_input .btn_password a {
  padding: 11px 20px;
  border: 2px solid var(--default-blue);
  background-color: var(--default-blue);
  color: #fff;
  letter-spacing: 0.1em;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
#detail .password_block .password_input .btn_password a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #detail .password_block .password_input .btn_password a {
    margin-top: 10px;
    padding: 5px 20px;
  }
}
#detail .btn-home-wrap {
  position: relative;
  margin: 50px auto 0px;
  width: 350px;
  height: 70px;
}
@media screen and (max-width: 767px) {
  #detail .btn-home-wrap {
    height: 60px;
  }
}
#detail .btn-home-wrap::before {
  content: "";
  position: absolute;
  z-index: 0;
  clip-path: polygon(22px 0%, 100% 0%, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0% 100%, 0% 22px, 22px 0%);
  background: var(--default-white);
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#detail .btn-home-wrap a {
  position: relative;
  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;
  height: 100%;
  padding: 14px 58px 14px 56px;
  color: var(--default-black);
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.015em;
  text-decoration: none;
  background: #d6dde1;
  clip-path: polygon(22px 0%, 100% 0%, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0% 100%, 0% 22px, 22px 0%);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
@media screen and (max-width: 767px) {
  #detail .btn-home-wrap a {
    font-size: 1.125rem;
  }
}
#detail .btn-home-wrap a::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../common/ico_arrow_blue.png) no-repeat center/contain;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
#detail .btn-home-wrap a:hover {
  opacity: 0.9;
}
#detail .btn-home-wrap a:hover::after {
  -webkit-transform: translate(4px, -50%);
          transform: translate(4px, -50%);
}

html[lang=ja] #detail .head_detail h1 {
  font-size: 2.875rem;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  html[lang=ja] #detail .head_detail h1 {
    font-size: 1.5625rem;
  }
}

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: -ms-grid;
    display: grid;
    -ms-grid-columns: 240px 1fr;
    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;
  }
}
/*# sourceMappingURL=style.css.map */