@charset "UTF-8";
* {
  box-sizing: border-box;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ";
}

a {
  color: #093475;
}
a:visited {
  color: #7600B3;
}
a:hover {
  color: #3374DA;
}
@media screen and (max-width: 768px) {
  a:hover {
    color: #7600B3;
  }
}
a:focus-visible {
  outline: solid #000;
}
a[target=_blank] {
  position: relative;
}
a[target=_blank]::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 3px;
  right: -20px;
  width: 12px;
  height: 12px;
  background-image: url(/images/ico_tab.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
a[target=_blank].white::after {
  background-image: url(/images/ico_tab_white.svg);
}
a[target=_blank]:has(img)::after {
  right: 10px;
  top: auto;
  bottom: 10px;
}
a[href$=".pdf"] {
  position: relative;
}
a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 3px;
  right: -20px;
  width: 10px;
  height: 10px;
  background-image: url(/common/images/ico_pdf01.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
a[href$=".pdf"]:has(img)::after {
  right: 10px;
  top: auto;
  bottom: 10px;
}

button:focus-visible {
  outline: solid #000;
}

@media screen and (max-width: 768px) {
  p {
    letter-spacing: 0.6px;
    line-height: 21.9px;
  }
}

html {
  min-width: 1200px;
}
@media screen and (hover: none) and (pointer: coarse) {
  html {
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  html {
    min-width: auto;
  }
}
html.nonScroll {
  overflow: hidden;
}

ul {
  list-style: none;
}

img {
  vertical-align: bottom;
}

.wrapper {
  width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (hover: none) and (pointer: coarse) {
  .wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
    padding: 0 5.555558%;
  }
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  margin-top: -120px;
  color: #fff;
  background-color: transparent;
  z-index: 1000;
  transition: ease 0.2s;
}
@media screen and (hover: none) and (pointer: coarse) {
  .header {
    height: 60px;
    margin-top: -60px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 60px;
    margin-top: -60px;
  }
}
.header.fv-out {
  background-color: transparent;
  animation-name: header_fv_animation;
  animation-delay: 0.1s;
  animation-duration: 0.1s;
  animation-fill-mode: forwards;
  animation-direction: normal;
}
.header.fv-out .header__inner__main__logo > h1 > a {
  display: block;
}
.header.fv-out .header__inner__main__logo > h1 > p {
  display: none;
}
@media screen and (min-width: 769px) {
  .header.fv-out .header__inner__expantionCover__contents__list__acd__conts {
    background-color: #272727;
  }
}
@media screen and (max-width: 768px) {
  .header.fv-out .header__inner__expantionCover__contents__list__acd__conts {
    background-color: #fff;
  }
}
.header__inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 4092px;
  height: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 40px;
}
@media screen and (max-width: 1200px) {
  .header__inner {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 10px;
  }
}
@media screen and (hover: none) and (pointer: coarse) {
  .header__inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    width: 100%;
    padding: 0;
  }
}
.header__inner__main {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 44px 0 0;
  z-index: 900;
}
@media screen and (hover: none) and (pointer: coarse) {
  .header__inner__main {
    width: clamp(100px, 22vw, 40%);
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner__main {
    width: 100%;
  }
}
.header__inner__main__logo {
  display: flex;
  align-items: center;
  width: 320px;
  height: 70px;
  background-image: url(../../images/copy_logo_wh.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}
@media screen and (max-width: 768px) {
  .header__inner__main__logo {
    width: 51vw;
    background-size: contain;
  }
}
@media screen and (hover: none) and (pointer: coarse) {
  .header__inner__main__logo {
    background-size: contain;
  }
}
.header__inner__main__logo img {
  width: 100%;
  -webkit-mask-image: url(../../images/copy_logo_wh.svg);
          mask-image: url(../../images/copy_logo_wh.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.header__inner__main__logo > h1 {
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: 0;
}
.header__inner__main__logo > h1 > a, .header__inner__main__logo > h1 > p {
  display: none;
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: 0;
}
.header__inner__main__logo > h1 > a:focus-visible, .header__inner__main__logo > h1 > p:focus-visible {
  outline: solid #fff;
}
.header__inner__main__logo > h1 > p {
  display: block;
}
.header__inner__main__sp {
  display: flex;
  align-items: center;
}
.header__inner__main__sp__en {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__inner__main__sp__en {
    display: block;
    margin-right: 24px;
    padding: 3px 20px;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
  }
  .header__inner__main__sp__en:hover {
    color: #fff;
  }
  .header__inner__main__sp__en:visited {
    color: #fff;
  }
}
.header__inner__main__sp__expantionBtn {
  display: none;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .header__inner__main__sp__expantionBtn {
    display: block;
    width: clamp(10px, 8.3333vw, 30px);
    height: clamp(7px, 5.83333vw, 21px);
    background-image: url(/images/ico_header_open.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .header__inner__expantionCover {
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 152px;
    padding-left: 20px;
    background-color: #fff;
    overflow-y: scroll;
    transition: ease 0.3s;
  }
}
.header__inner__expantionCover__contents {
  display: flex;
}
@media screen and (max-width: 768px) {
  .header__inner__expantionCover__contents {
    flex-wrap: wrap;
    width: 100%;
  }
}
.header__inner__expantionCover__contents__list {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 18px;
  font-family: "Roboto", sans-serif;
}
.header__inner__expantionCover__contents__list:last-child {
  margin-right: 0;
}
.header__inner__expantionCover__contents__list.en {
  position: relative;
  left: -12px;
  overflow: hidden;
}
.header__inner__expantionCover__contents__list.en::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: 0.3s ease;
}
.header__inner__expantionCover__contents__list.en::after {
  content: none;
}
.header__inner__expantionCover__contents__list.en:hover::before, .header__inner__expantionCover__contents__list.en:has(a:focus-visible)::before {
  left: 0;
}
.header__inner__expantionCover__contents__list.en:hover a, .header__inner__expantionCover__contents__list.en:has(a:focus-visible) a {
  color: #000;
}
@media screen and (max-width: 768px) {
  .header__inner__expantionCover__contents__list.en {
    left: unset;
  }
}
@media screen and (hover: none) and (pointer: coarse) {
  .header__inner__expantionCover__contents__list.en a {
    padding: 0 10px;
  }
}
.header__inner__expantionCover__contents__list a {
  position: relative;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  overflow: hidden;
}
@media screen and (hover: none) and (pointer: coarse) {
  .header__inner__expantionCover__contents__list a {
    overflow: unset;
    padding: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .header__inner__expantionCover__contents__list a {
    overflow: unset;
  }
}
.header__inner__expantionCover__contents__list a:hover {
  color: #fff;
}
.header__inner__expantionCover__contents__list a:visited {
  color: #fff;
}
.header__inner__expantionCover__contents__list a:focus-visible {
  outline: solid #fff;
}
.header__inner__expantionCover__contents__list a::after {
  content: "";
  position: absolute;
  left: -100%;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .header__inner__expantionCover__contents__list a::after {
    content: none;
  }
}
.header__inner__expantionCover__contents__list a:hover::after {
  left: 0;
}
.header__inner__expantionCover__contents__list a.en::after {
  content: none;
}
@media screen and (max-width: 1200px) {
  .header__inner__expantionCover__contents__list a {
    font-size: 12px;
  }
}
@media screen and (hover: none) and (pointer: coarse) {
  .header__inner__expantionCover__contents__list a {
    font-size: clamp(10px, 1.2vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .header__inner__expantionCover__contents__list a {
    font-size: 4vw;
  }
}
.header__inner__expantionCover__contents__list__acd__ttl {
  padding-right: 18px;
}
.header__inner__expantionCover__contents__list__acd__ttl::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 3px;
  top: calc(50% - 2px);
  transform: translateY(-50%) rotate(135deg);
}
.header__inner__expantionCover__contents__list__acd__ttl.open::before {
  bottom: -14px;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (hover: none) and (pointer: coarse) {
  .header__inner__expantionCover__contents__list__acd__ttl::before {
    top: unset;
    bottom: -10px;
    right: calc(50% - 3.5px - 3px);
  }
}
@media screen and (max-width: 768px) {
  .header__inner__expantionCover__contents__list__acd__ttl::before {
    top: calc(50% - 1px);
    right: -14px;
  }
}
.header__inner__expantionCover__contents__list__acd__conts {
  display: none;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid #fff;
  padding: 15px;
  width: 500px;
  box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1200px) {
  .header__inner__expantionCover__contents__list__acd__conts {
    width: auto;
  }
}
.header__inner__expantionCover__contents__list__acd__list {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .header__inner__expantionCover__contents__list__acd__list {
    flex-direction: column;
  }
}
.header__inner__expantionCover__contents__list__acd__list li {
  width: 50%;
}
.header__inner__expantionCover__contents__list__acd__list li a {
  padding-left: 20px;
  display: inline-block;
}
.header__inner__expantionCover__contents__list__acd__list li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  left: 3px;
  top: 7px;
  transform: rotate(45deg);
}
.header__inner__expantionCover__contents__list__acd__list li a::after {
  display: none;
}
.header__inner__expantionCover__contents__list__acd__list li a:hover {
  text-decoration: underline;
}
.header__inner__expantionCover__contents__list__acd__list li a[target=_blank] {
  position: relative;
}
.header__inner__expantionCover__contents__list__acd__list li a[target=_blank]::after {
  content: "";
  display: inline-block;
  position: static;
  bottom: 3px;
  left: auto;
  right: 0;
  width: 12px;
  height: 12px;
  margin-left: 7px;
  vertical-align: middle;
  background: url(/images/ico_tab_white.svg) no-repeat right center;
}
@media screen and (max-width: 1200px) {
  .header__inner__expantionCover__contents__list__acd__list li + li {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner__expantionCover__contents__list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 34px;
    flex-wrap: wrap;
  }
  .header__inner__expantionCover__contents__list__acd__ttl::before {
    border-color: #000;
  }
  .header__inner__expantionCover__contents__list__acd__conts {
    position: static;
    background-color: #fff;
    transform: translateX(0);
    border: none;
    padding: 5px 20px 0;
    width: 100%;
    box-shadow: none;
  }
  .header__inner__expantionCover__contents__list__acd__list {
    display: block;
    background-color: #fff;
  }
  .header__inner__expantionCover__contents__list__acd__list li {
    width: 100%;
    padding-top: 20px;
  }
  .header__inner__expantionCover__contents__list__acd__list li a::before {
    border-color: #000;
  }
  .header__inner__expantionCover__contents__list__acd__list li a[target=_blank]::after {
    background: url(/images/ico_tab.svg) no-repeat right center;
  }
  .header__inner__expantionCover__contents__list:last-child {
    margin-bottom: 10px;
  }
}

@keyframes header_fv_animation {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: #272727;
  }
}
.footer {
  width: 100%;
  padding: 80px 0 80px 0;
  color: #fff;
  background-color: #272727;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 0 40px 0;
  }
}
.footer__inner {
  width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (hover: none) and (pointer: coarse) {
  .footer__inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner {
    width: 100%;
    padding: 0 5.55555vw;
  }
}
.footer__inner__company {
  width: 100%;
}
.footer__inner__company__logo {
  width: 325px;
  height: 20px;
  background-image: url(/images/header_logo.svg);
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
}
.footer__inner__company__name {
  margin-top: 15px;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .footer__inner__company__name {
    margin-top: 12px;
  }
}
.footer__inner__contents {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .footer__inner__contents {
    margin-top: 30px;
  }
}
.footer__inner__contents__list {
  position: relative;
  margin-right: 20px;
  padding: 0 2px;
}
.footer__inner__contents__list:last-of-type {
  margin-right: 0;
}
@media screen and (hover: none) and (pointer: coarse) {
  .footer__inner__contents__list {
    overflow: auto;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner__contents__list {
    overflow: auto;
  }
}
.footer__inner__contents__list a {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}
.footer__inner__contents__list a:visited {
  color: #fff;
}
.footer__inner__contents__list a::after {
  content: "";
  position: absolute;
  left: -100%;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .footer__inner__contents__list a::after {
    content: none;
  }
}
.footer__inner__contents__list a:hover {
  color: #fff;
}
.footer__inner__contents__list a:hover::after {
  left: 0;
}
@media screen and (max-width: 768px) {
  .footer__inner__contents__list a {
    font-size: 14px;
    font-size: clamp(10px, 3.8vw, 14px);
  }
}
.footer__inner__contents__list a:focus-visible {
  outline: solid #fff;
}
.footer__inner__contents__list .footer__inner__contents__list__acd__ttl {
  pointer-events: none;
}
.footer__inner__contents__list .footer__inner__contents__list__acd__ttl::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer__inner__contents__list .footer__inner__contents__list__acd__ttl {
    pointer-events: auto;
  }
}
.footer__inner__contents__list__acd__conts {
  padding-top: 5px;
}
@media screen and (min-width: 769px) {
  .footer__inner__contents__list__acd__conts {
    display: block !important;
    position: absolute;
    width: 270px;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner__contents__list__acd__conts {
    position: unset;
    width: unset;
  }
}
.footer__inner__contents__list__acd__list li a {
  position: relative;
  padding-left: 20px;
}
.footer__inner__contents__list__acd__list li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  left: 3px;
  top: 7px;
  transform: rotate(45deg);
}
.footer__inner__contents__list__acd__list li a::after {
  display: none;
}
.footer__inner__contents__list__acd__list li a:hover {
  text-decoration: underline;
}
.footer__inner__contents__list__acd__list li a[target=_blank] {
  position: relative;
}
.footer__inner__contents__list__acd__list li a[target=_blank]::after {
  content: "";
  display: inline-block;
  position: static;
  bottom: 3px;
  left: auto;
  right: 0;
  width: 12px;
  height: 12px;
  margin-left: 7px;
  vertical-align: middle;
  background: url(/images/ico_tab_white.svg) no-repeat right center;
}
@media screen and (max-width: 768px) {
  .footer__inner__contents__list {
    width: calc((100% - 2.7777vw) / 2.05);
    margin-right: 2.7777vw;
    margin-bottom: 7.5vw;
  }
  .footer__inner__contents__list:nth-child(2n) {
    margin-right: 0;
  }
  .footer__inner__contents__list:nth-last-child(1), .footer__inner__contents__list:nth-last-child(2):nth-child(2n+1) {
    margin-bottom: 0;
  }
  .footer__inner__contents__list__acd__ttl {
    position: relative;
    padding-right: 20px;
  }
  .footer__inner__contents__list__acd__ttl::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: 3px;
    top: calc(50% - 1px);
    transform: translateY(-50%) rotate(135deg);
  }
  .footer__inner__contents__list__acd__ttl.open::before {
    top: calc(50% + 2px);
    transform: translateY(-50%) rotate(-45deg);
  }
  .footer__inner__contents__list__acd__conts {
    display: none;
  }
  .footer__inner__contents__list__acd__list li {
    margin-top: 10px;
  }
}
.footer__inner__copy {
  margin-top: 74px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .footer__inner__copy {
    margin-top: 30px;
    letter-spacing: 0.3px;
  }
}

html.h-open .header__inner__expantionCover {
  top: 0;
}
html.h-open .header__inner__main {
  height: 100%;
  background-color: #fff;
}
html.h-open .header__inner__main__logo {
  background-image: url(../../images/copy_logo_bk.svg);
}
html.h-open .header__inner__main__sp__en {
  color: #000;
  border: 1px solid #000;
}
html.h-open .header__inner__main__sp__expantionBtn {
  height: clamp(10px, 8.3333vw, 30px);
  background-image: url(/images/ico_header_close.svg);
}
html.h-open .header__inner__expantionCover__contents__list a {
  color: #000;
}

.headline02 {
  position: relative;
  display: block;
  font-size: 56px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .headline02 {
    margin-bottom: 3vw;
    margin-left: 2.8vw;
    font-size: clamp(10px, 11.1111vw, 60px);
  }
}
.headline02::before {
  content: "";
  position: absolute;
  top: 13px;
  left: -49px;
  display: block;
  width: 30px;
  height: 10px;
  border-radius: 0 100vw 100vw 0;
  background-color: #CC0033;
}
@media screen and (max-width: 768px) {
  .headline02::before {
    top: 2vw;
    left: -11vw;
    width: 8.3333333333vw;
    height: 2.7777777778vw;
  }
}
.headline02::after {
  content: attr(data-ja);
  display: block;
  transform: translateY(-2px);
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .headline02::after {
    margin-top: -12px;
    transform: translateY(3.1vw);
    font-size: clamp(10px, 3.88888vw, 20px);
  }
}

.headline02-center {
  position: relative;
  display: block;
  font-size: 56px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .headline02-center {
    margin-bottom: 3vw;
    font-size: clamp(10px, 11.1111vw, 60px);
  }
}
.headline02-center::after {
  content: attr(data-ja);
  display: block;
  transform: translateY(-2px);
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .headline02-center::after {
    margin-top: -12px;
    transform: translateY(3.1vw);
    font-size: clamp(10px, 3.88888vw, 20px);
  }
}

.pcCol2spCol1 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.pcCol2spCol1__cont {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 20px;
}
.pcCol2spCol1__cont:nth-child(2n) {
  margin-right: 0;
}
.pcCol2spCol1__cont:nth-last-child(1), .pcCol2spCol1__cont:nth-last-child(2):nth-child(2n+1) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .pcCol2spCol1__cont {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .pcCol2spCol1__cont:nth-last-child(1), .pcCol2spCol1__cont:nth-last-child(2):nth-child(2n+1) {
    margin-bottom: 34px;
  }
  .pcCol2spCol1__cont:last-child {
    margin-bottom: 0;
  }
}

.pcCol3spCol1 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.pcCol3spCol1__cont {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 36px;
}
.pcCol3spCol1__cont:nth-child(3n) {
  margin-right: 0;
}
.pcCol3spCol1__cont:nth-last-child(1), .pcCol3spCol1__cont:nth-last-child(2):nth-child(3n+2), .pcCol3spCol1__cont:nth-last-child(2):nth-child(3n+1), .pcCol3spCol1__cont:nth-last-child(3):nth-child(3n+1) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .pcCol3spCol1__cont {
    width: 100%;
    margin-right: 0;
    margin-bottom: 22px;
  }
  .pcCol3spCol1__cont:nth-last-child(1), .pcCol3spCol1__cont:nth-last-child(2):nth-child(3n+2), .pcCol3spCol1__cont:nth-last-child(2):nth-child(3n+1), .pcCol3spCol1__cont:nth-last-child(3):nth-child(3n+1) {
    margin-bottom: 22px;
  }
  .pcCol3spCol1__cont:last-child {
    margin-bottom: 0;
  }
}

.topics {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 40px;
  border-left: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .topics {
    padding-left: 20px;
  }
}
.topics__head {
  width: 16.5%;
  padding-right: 20px;
  margin-bottom: 32px;
}
.topics__head:nth-last-child(2) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .topics__head {
    width: 100%;
    margin-bottom: 0;
  }
}
.topics__body {
  width: 83.5%;
  margin-bottom: 32px;
}
.topics__body:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .topics__body {
    width: 100%;
    margin-bottom: 20px;
  }
  .topics__body:last-child {
    margin-bottom: 0;
  }
}

.infomation {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.infomation__list {
  position: relative;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .infomation__list {
    padding-top: 28px;
    padding-bottom: 34px;
  }
}
.infomation__list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, #272727 8.510638%, #DDDDDD 8.510639%, #DDDDDD);
}
@media screen and (max-width: 768px) {
  .infomation__list::after {
    background-image: linear-gradient(90deg, #272727 25.510638%, #DDDDDD 25.510639%, #DDDDDD);
  }
}
.infomation__list:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, #272727 8.510638%, #DDDDDD 8.510639%, #DDDDDD);
}
@media screen and (max-width: 768px) {
  .infomation__list:first-child::before {
    background-image: linear-gradient(90deg, #272727 25.510638%, #DDDDDD 25.510639%, #DDDDDD);
  }
}
.infomation__list__inner {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .infomation__list__inner {
    flex-wrap: wrap;
  }
}
.infomation__list__inner__title {
  width: 11.8%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .infomation__list__inner__title {
    width: 100%;
    margin-bottom: 4px;
  }
}

.returnTop {
  position: sticky;
  bottom: 100px;
  left: 100%;
  display: block;
  width: 62px;
  height: 62px;
  margin-top: -62px;
  background-color: #fff;
  border-radius: 100vw;
  box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.2);
  opacity: 0;
  z-index: 900;
  transition: 0.3s ease;
  transform: translate(-10px, -10px);
  cursor: pointer;
}
@media screen and (hover: none) and (pointer: coarse) {
  .returnTop {
    right: 5.5555vw;
    bottom: clamp(30px, 12vh, 50px);
    width: clamp(30px, 13.8888vw, 50px);
    height: clamp(30px, 13.8888vw, 50px);
    margin-top: calc(clamp(30px, 13.8888vw, 50px) * -1);
  }
}
@media screen and (max-width: 768px) {
  .returnTop {
    right: 5.5555vw;
    bottom: clamp(30px, 12vh, 50px);
    width: clamp(30px, 13.8888vw, 50px);
    height: clamp(30px, 13.8888vw, 50px);
    margin-top: calc(clamp(30px, 13.8888vw, 50px) * -1);
  }
}
.returnTop.fv-out {
  opacity: 1;
}
.returnTop::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 6px);
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: solid 3px #CC0033;
  border-right: solid 3px #CC0033;
  transform: rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .returnTop::before {
    top: calc(50% - clamp(3px, 2.7777vw, 5px));
    left: calc(50% - clamp(3px, 2.7777vw, 5px));
    width: clamp(6px, 2.7777vw, 10px);
    height: clamp(6px, 2.7777vw, 10px);
  }
}
.returnTop a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 100;
}
.returnTop a:focus-visible {
  outline: solid #000;
}

.circle {
  border-radius: 100vw;
}

.roundness {
  border-radius: 0 80px 0 0;
}
@media screen and (max-width: 768px) {
  .roundness {
    border-radius: 0 50px 0 0;
  }
}

.roundness-card {
  border-radius: 0 80px 0 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .roundness-card {
    border-radius: 0 50px 0 30px;
  }
}

.roundness-around {
  border-radius: 10px;
  overflow: hidden;
}

.square {
  display: block;
  border: 1px solid #fff;
  padding: 3px 38px;
}

.bg-crystal {
  width: 100%;
  margin: 0 auto;
  background-image: url(/images/bg_crystal_pc.png);
  background-position: right top;
  background-size: clamp(200px, 44vw, 630px);
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .bg-crystal {
    background-image: url(/images/bg_crystal_sp.png);
    background-size: 77vw;
  }
}

.bg-planet {
  width: 100%;
  margin: 0 auto;
  background-image: url(/images/bg_planet_pc.png);
  background-position: right top;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .bg-planet {
    background-image: url(/images/bg_planet_sp.png);
  }
}

.purpose {
  width: 100%;
}
.purpose.is-open .purpose__title::after {
  transform: rotate(225deg);
  top: -2px;
}
.purpose__title {
  display: inline;
  font-size: 28px;
  position: relative;
  font-weight: bold;
  cursor: pointer;
}
.purpose__title::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -7px;
  right: -7px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #272727;
  border-right: 1px solid #272727;
  transform: rotate(45deg);
}
.purpose__title.is-notActive {
  cursor: auto;
}
.purpose__title.is-notActive::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .purpose__title {
    width: 95%;
    font-size: 5.5vw;
  }
  .purpose__title::after {
    top: -4px;
    right: -5px;
    width: 8px;
    height: 8px;
  }
}
.purpose__body {
  padding-top: 18px;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .purpose__body {
    padding-top: 10px;
    padding-left: 18px;
  }
}
.purpose__body p {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .purpose__body p {
    letter-spacing: 0.02em;
  }
}
.purpose__body p + p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .purpose__body p + p {
    margin-top: 24px;
  }
}

.sidebarList__title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .sidebarList__title {
    font-size: 5.5vw;
  }
}
.sidebarList__body {
  padding-top: 8px;
  padding-left: 14px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .sidebarList__body {
    padding-left: 3vw;
  }
}

.sidebarList__body + .sidebarList__title {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sidebarList__body + .sidebarList__title {
    margin-top: 28px;
  }
}

/* 英語ページ用 */
html[lang=en] .infomation__list__inner__title {
  width: 19.1%;
}
@media screen and (max-width: 768px) {
  html[lang=en] .infomation__list__inner__title {
    width: 100%;
  }
}
html[lang=en] .infomation__list:first-child::before {
  background-image: linear-gradient(90deg, #272727 16.510638%, #DDDDDD 16.510639%, #DDDDDD);
}
@media screen and (max-width: 768px) {
  html[lang=en] .infomation__list:first-child::before {
    background-image: linear-gradient(90deg, #272727 25.510638%, #DDDDDD 25.510639%, #DDDDDD);
  }
}
html[lang=en] .infomation__list::after {
  background-image: linear-gradient(90deg, #272727 16.510638%, #DDDDDD 16.510639%, #DDDDDD);
}
@media screen and (max-width: 768px) {
  html[lang=en] .infomation__list::after {
    background-image: linear-gradient(90deg, #272727 25.510638%, #DDDDDD 25.510639%, #DDDDDD);
  }
}
html[lang=en] .headline02::after {
  margin-top: 0;
}
html[lang=en] .purpose__body p {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  html[lang=en] .sidebarList__body + .sidebarList__title {
    margin-top: 34px;
  }
}
html[lang=en] .sidebarList__body {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  html[lang=en] .sidebarList__body {
    padding-top: 16px;
  }
}/*# sourceMappingURL=style.css.map */