/* Common */
.fc-white {
  color: #fff;
}

.ta-center {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.mt-1rem {
  margin-top: 1rem;
}

a.link-underline {
  text-decoration: underline;
}

@keyframes fadein-right {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadein-left {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  font-weight: 400;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
body {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #000;
  font-size: 20px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
}
body::-webkit-scrollbar {
  display: none;
}

main {
  overflow: hidden;
}

a {
  text-decoration: none;
  transition: all 0.4s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}

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

ol.list-decimal {
  list-style-type: decimal;
  list-style-position: inside;
}
ol.list-brackets li {
  list-style-type: none;
  counter-increment: cnt;
}
ol.list-brackets li:before {
  content: "(" counter(cnt) ") ";
}

button {
  cursor: pointer;
  transition: all 0.3s;
  border: none;
}

a.txt-link {
  color: #4A88ED;
}
a.link-underline {
  text-decoration: underline;
}

.txt-link {
  color: #4A88ED;
}

b,
strong,
.bold {
  font-weight: 700;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.aligncenter {
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .sp-aligncenter {
    margin: 0 auto;
  }
}

.ta-center {
  text-align: center;
}

_:lang(x)::-ms-backdrop,
body {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

.spOnly {
  display: none;
}
@media only screen and (max-width: 768px) {
  .spOnly {
    display: block;
  }
}

.spTabOnly {
  display: none;
}
@media only screen and (max-width: 1300px) {
  .spTabOnly {
    display: block;
  }
}

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

@media only screen and (max-width: 768px) {
  .pcTabOnly {
    display: none;
  }
}

.loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 999;
}
.loading figure {
  max-width: 242.98px;
}

.js-anim {
  opacity: 0;
  transition: all 1s;
}
.js-anim.is-anim {
  opacity: 1;
}

.is-hidden {
  display: none;
}

.info {
  display: flex;
  gap: 10px 20px;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .info {
    gap: 10px;
    width: 100%;
  }
}
.info .category {
  padding: 8px 27px;
  border-radius: 0 20px 0 0;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #000;
  border: 1px solid #707070;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .info .category {
    padding: 7px 19px;
    font-size: 11px;
  }
}
.info .category.is-new {
  background: #0D71ED;
}
.info .date {
  font-weight: 600;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .info .date {
    font-size: 11px;
  }
}

/* Common */
input,
select,
textarea {
  max-width: 730px;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  color: inherit;
  font-size: 14px;
  box-shadow: none !important;
}
@media only screen and (min-width: 768px) {
  input,
  select,
  textarea {
    font-size: 16px;
  }
}
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

input[type=text],
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
select,
textarea {
  max-width: 730px;
  width: 100%;
  height: 58px;
  padding: 10px 18px;
  border: none;
  line-height: 1;
  background-color: #F4F4F4 !important;
}

input[type=submit] {
  border: none;
}

select.is-search {
  height: auto;
  padding: 10px 36px 10px 18px;
  background-image: url(../images/common/icon-chevron-select.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 14px, 9px !important;
  background-position: calc(100% - 13px) center !important;
  background-color: #fff !important;
  border: 1px solid #707070;
}
select.wpcf7-select {
  background-image: url(../images/common/icon-chevron-select.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 14px, 9px !important;
  background-position: calc(100% - 13px) center !important;
}

textarea {
  height: 250px !important;
}
@media only screen and (max-width: 768px) {
  textarea {
    height: 180px !important;
  }
}

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

@media only screen and (max-width: 768px) {
  .cf7-wrap {
    border-top: 1px solid #000;
  }
}
.cf7-wrap > label {
  display: flex;
  padding: 30px 0;
  justify-content: space-between;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 768px) {
  .cf7-wrap > label {
    padding: 16px 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.cf7-wrap > label > span {
  width: 25%;
  font-weight: 600;
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  .cf7-wrap > label > span {
    width: 100%;
    font-size: 15px;
  }
}
.cf7-wrap > label > span .required,
.cf7-wrap > label > span .optional {
  display: block;
  width: 58px;
  height: 28px;
  line-height: 2;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  .cf7-wrap > label > span .required,
  .cf7-wrap > label > span .optional {
    display: inline-block;
    margin-left: 20px;
  }
}
.cf7-wrap > label > span .required {
  background: #0F71ED;
}
.cf7-wrap > label > span .optional {
  background: #000;
}
.cf7-wrap > label > span > p {
  font-size: 12px;
  margin: 10px 0 0;
}
.cf7-wrap > label > div {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .cf7-wrap > label > div {
    width: 100%;
    margin: 10px 0 0;
  }
}
.cf7-wrap > label > div.flex {
  display: flex;
  gap: 30px;
}
.cf7-wrap > label > div.flex > div {
  max-width: 350px;
}
@media only screen and (max-width: 768px) {
  .cf7-wrap > label > div.flex {
    flex-direction: column;
    gap: 12px;
  }
}

.wpcf7-radio {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 530px;
  margin: 30px 0 0;
}
@media only screen and (max-width: 768px) {
  .wpcf7-radio {
    gap: 80px;
  }
}

.wpcf7-list-item {
  margin: 0 !important;
}

input[type=radio] + span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 38px;
}
input[type=radio] + span.wpcf7-list-item-label:before {
  position: absolute;
  display: block;
  content: "";
  border-radius: 50%;
  border: 1px solid #707070;
  width: 24px;
  height: 24px;
  top: calc((100% - 24px) / 2);
  left: 0;
}
@media only screen and (max-width: 768px) {
  input[type=radio] + span.wpcf7-list-item-label:before {
    width: 20px;
    height: 20px;
    top: calc((100% - 20px) / 2);
  }
}
input[type=radio] + span.wpcf7-list-item-label:after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background-color: #0F71ED;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
@media only screen and (max-width: 768px) {
  input[type=radio] + span.wpcf7-list-item-label:after {
    width: 10px;
    height: 10px;
  }
}
input[type=radio]:checked + span.wpcf7-list-item-label::after {
  display: block;
}

.form-privacy .privacy-text {
  line-height: 1.6;
}
.form-privacy .privacy-checkbox {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .form-privacy .privacy-checkbox {
    margin: 18px 0 0;
    text-align: center;
  }
}

.submit-wrap {
  position: relative;
  display: flex;
  margin: 50px auto 0;
  gap: 62px;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .submit-wrap {
    gap: 26px;
  }
}
.submit-wrap .submit-btn {
  position: relative;
  width: 450px;
}
@media only screen and (max-width: 768px) {
  .submit-wrap .submit-btn {
    width: 310px;
  }
}
.submit-wrap .submit-btn:before {
  position: absolute;
  width: 13.5px;
  height: 22px;
  right: 30px;
  top: calc((100% - 22px) / 2);
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  mask-image: url(../images/common/icon-chevron_right.svg);
  -webkit-mask-image: url(../images/common/icon-chevron_right.svg);
  background-color: #fff;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: all 0.3s;
  content: "";
}
.submit-wrap .submit-btn input[type=submit],
.submit-wrap .submit-btn input[type=button] {
  background: #050505;
  padding: 25px 0;
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .submit-wrap .submit-btn input[type=submit],
  .submit-wrap .submit-btn input[type=button] {
    padding: 16px;
    font-size: 18px;
  }
}
.submit-wrap .submit-btn input[type=submit]:hover,
.submit-wrap .submit-btn input[type=button]:hover {
  background: #0D71ED;
}

.wpcf7-spinner {
  display: none !important;
}

/* Common */
.fade-in-left,
.fade-in-right {
  opacity: 0;
  pointer-events: none;
}

.fade-in-left.is-fade-in {
  opacity: 0;
  transform: translateX(-60px);
  animation: fadein-left 1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
  pointer-events: auto;
}

.fade-in-right.is-fade-in {
  opacity: 0;
  transform: translateX(60px);
  animation: fadein-right 1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
  pointer-events: auto;
}

@keyframes float {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes float-sp {
  0% {
    transform: translateY(-4px);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(-4px);
  }
}
@keyframes scroll-bar-anim {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    transform: translateY(100%);
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}
/* Components */
/* Common */
header {
  position: fixed;
  display: flex;
  width: 100%;
  top: 0;
  padding: 38px 50px;
  z-index: 999;
  text-align: right;
  justify-content: space-between;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  header {
    padding: 20px 18px;
  }
}
header .header-logo {
  display: none;
  width: 218px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  header .header-logo {
    width: 132.84px;
  }
}
header.is-lower {
  position: sticky;
  background: #fff;
}
header.is-lower .header-logo {
  display: block;
}
header .header-main {
  display: none;
}
header .hamburger {
  position: relative;
  width: 71.7px;
  height: 45.18px;
  margin-left: auto;
  padding: 0;
  background: none;
}
@media only screen and (max-width: 768px) {
  header .hamburger {
    width: 40.83px;
    height: 26.22px;
  }
}
header .hamburger > span {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  left: 0;
  background: #fff;
  transition: all 0.3s ease;
}
header .hamburger > span:first-of-type {
  top: 0;
}
header .hamburger > span:nth-of-type(2) {
  top: 19px;
}
@media only screen and (max-width: 768px) {
  header .hamburger > span:nth-of-type(2) {
    top: 12px;
  }
}
header .hamburger > span:last-of-type {
  bottom: 0;
}
header.is-scroll, header.is-lower {
  background: rgba(255, 255, 255, 0.9);
}
header.is-scroll .header-logo, header.is-lower .header-logo {
  display: block;
}
header.is-scroll .hamburger > span, header.is-lower .hamburger > span {
  background: #000;
}
header.is-opened .header-main {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #000000;
  background-image: url(../images/common/header-bg.svg);
  background-size: 9.4791666667% auto;
  background-repeat: no-repeat;
  background-position: left center;
  overflow: auto;
}
@media only screen and (max-width: 768px) {
  header.is-opened .header-main {
    align-items: flex-start;
    padding: 90px 0 40px;
    background-image: url(../images/common/header-bg_sp.svg);
    background-size: 80% auto;
    background-position: bottom right;
  }
}
header.is-opened .header-nav .nav-list {
  display: flex;
  max-width: 1259.25px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}
header.is-opened .header-nav .nav-list > li {
  width: 50%;
  padding: 20px;
  border-bottom: 2px solid #A2C9FA;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  header.is-opened .header-nav .nav-list > li {
    width: 100%;
    padding: 8px 0 5px;
  }
}
header.is-opened .header-nav .nav-list > li > a {
  position: relative;
  display: inline-block;
  color: #fff;
  text-align: left;
  padding: 20px 60px;
  z-index: 1;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  header.is-opened .header-nav .nav-list > li > a {
    padding: 10px 50px;
    font-size: 15px;
  }
}
header.is-opened .header-nav .nav-list > li > a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #A2C9FA;
  border-radius: 0 40px 0 0;
  opacity: 0;
  transition: all 0.3s;
  content: "";
}
header.is-opened .header-nav .nav-list > li > a:hover {
  opacity: 1;
}
header.is-opened .header-nav .nav-list > li > a:hover:after {
  opacity: 1;
}
header.is-opened .header-nav .nav-list > li > a:before {
  position: absolute;
  width: 64.23px;
  height: 53.8px;
  left: 18px;
  top: calc((100% - 53.8px) / 2);
  background-image: url(../images/common/deco-shoulder.svg);
  background-size: contain;
  content: "";
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  header.is-opened .header-nav .nav-list > li > a:before {
    width: 50.52px;
    height: 42.32px;
    top: calc((100% - 42.32px) / 2);
  }
}
header.is-opened .header-nav .nav-list > li > a > span {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  header.is-opened .header-nav .nav-list > li > a > span {
    font-size: 12px;
  }
}
header.is-opened .hamburger > span {
  background: #fff;
}
header.is-opened .hamburger > span:first-of-type {
  transform: rotate(45deg);
  top: 19px;
}
header.is-opened .hamburger > span:nth-of-type(2) {
  display: none;
}
header.is-opened .hamburger > span:last-of-type {
  transform: rotate(-45deg);
  top: 19px;
}

/* Common */
footer .footer-totop {
  padding: 38px 7.2916666667%;
  text-align: right;
}
footer .footer-totop > span {
  display: inline-block;
  width: 86.58px;
  cursor: pointer;
  color: #000;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 768px) {
  footer .footer-totop > span {
    width: 57.79px;
  }
}
footer .footer-totop > span:hover {
  color: #0D71ED;
}
footer .footer-totop > span svg {
  width: 100%;
  height: auto;
}
footer .footer-nav {
  padding: 100px 20px;
  background: #000000;
}
@media only screen and (max-width: 768px) {
  footer .footer-nav {
    padding: 40px 35px;
  }
}
footer .footer-nav > ul {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  footer .footer-nav > ul {
    flex-direction: column;
    gap: 0;
  }
}
footer .footer-nav > ul > li {
  position: relative;
}
@media only screen and (max-width: 768px) {
  footer .footer-nav > ul > li {
    padding: 0.4rem 1rem;
    border-bottom: 2px solid #93B5E1;
  }
}
footer .footer-nav > ul > li:after {
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background: #0D71ED;
  transition: width 0.3s ease;
  content: "";
}
footer .footer-nav > ul > li:hover:after {
  width: 100%;
}
footer .footer-nav > ul > li a {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.04em;
  font-weight: 600;
}
footer .footer-bottom {
  padding: 97px 20px 56px;
}
@media only screen and (max-width: 768px) {
  footer .footer-bottom {
    padding: 52px 20px 30px;
  }
}
footer .footer-bottom .logo {
  max-width: 205.62px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  footer .footer-bottom .logo {
    max-width: 135.7px;
  }
}
footer .footer-bottom .copyright {
  margin: 42px 0 0;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #5a5a5a;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  footer .footer-bottom .copyright {
    margin: 25px 0 0;
    font-size: 12px;
  }
}

/* Common */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.8s ease-out;
}
.loading.is-fadeout {
  opacity: 0;
}

.circle-mask {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300vw;
  height: 300vw;
  background: black;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 10;
}
.circle-mask.is-anim {
  animation: shrinkOut 2.5s ease-in-out forwards;
}
@media only screen and (max-width: 768px) {
  .circle-mask.is-anim {
    animation: shrinkOut 1.5s ease-in-out forwards;
  }
}

.loading-lottie-wrapper {
  position: relative;
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  .loading-lottie-wrapper {
    max-width: 130px;
  }
}

@keyframes shrinkOut {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
}
.loading-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
  width: 200px;
  height: auto;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .loading-logo {
    width: 130px;
  }
}
.loading-logo.is-anim {
  animation: fadeIn 1.5s ease-in-out forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Common */
.achievement-slider {
  position: relative;
  display: flex;
  max-width: 1640px;
  margin: 100px auto 0;
  padding: 0 100px;
}
@media only screen and (max-width: 768px) {
  .achievement-slider {
    margin: 30px auto 0;
    padding: 0;
  }
}
.achievement-slider .achievement-item {
  height: 100%;
}
.achievement-slider .achievement-item > a {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px;
  background: #fff;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .achievement-slider .achievement-item > a {
    padding: 15px;
  }
}
.achievement-slider .achievement-item > a .info {
  margin: 20px 0 0;
}
@media only screen and (max-width: 768px) {
  .achievement-slider .achievement-item > a .info {
    margin: 8px 0 0;
  }
}
.achievement-slider .achievement-item > a .label-new {
  position: absolute;
  top: 23px;
  left: 0;
  display: inline-block;
  padding: 2px 30px;
  border-radius: 0px 20px 0px 0px;
  background: #0f71ed;
  border: 1px solid #707070;
  font-size: 20px;
  color: #fff;
  border: 1px solid #707070;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .achievement-slider .achievement-item > a .label-new {
    top: 12px;
    font-size: 12px;
    padding: 2px 20px;
  }
}
.achievement-slider .achievement-item > a .thumb {
  width: 100%;
  aspect-ratio: 400/218;
  min-height: 0;
}
.achievement-slider .achievement-item > a .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.achievement-slider .achievement-item > a .title {
  margin: 16px 0 8px;
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .achievement-slider .achievement-item > a .title {
    margin: 8px 0 4px;
    font-size: 14px;
  }
}
.achievement-slider .achievement-item > a .text {
  display: -webkit-box;
  margin-top: auto;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 768px) {
  .achievement-slider .achievement-item > a .text {
    margin: 4px 0 0;
  }
}
.achievement-slider .swiper-button-prev,
.achievement-slider .swiper-button-next {
  width: 100px;
  height: 100px;
  background: url("../images/common/icon-chevron_right.svg") no-repeat center;
  background-size: 33.68px auto;
  background-position: center;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .achievement-slider .swiper-button-prev,
  .achievement-slider .swiper-button-next {
    display: none;
  }
}
.achievement-slider .swiper-button-prev {
  left: 0;
  transform: rotate(180deg);
}
.achievement-slider .swiper-button-next {
  right: 0;
}

/* Common */
.achievement-outline {
  position: relative;
  max-width: 1288px;
  margin: 100px auto 160px;
  padding: 100px 0 30px;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1607843137);
  background: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 768px) {
  .achievement-outline {
    margin: 20px 0;
    padding: 0 0 30px;
  }
}
.achievement-outline__title {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .achievement-outline__title {
    position: relative;
  }
}
.achievement-outline__title > span {
  display: inline-block;
  padding: 23px 160px;
  background: #0D71ED;
  color: #fff;
  font-size: 25px;
  text-align: center;
  border-radius: 0px 0px 0px 50px;
  border: 1px solid #707070;
}
@media only screen and (max-width: 768px) {
  .achievement-outline__title > span {
    width: 100%;
    padding: 5px 20px;
    border-radius: 0;
    font-size: 16px;
  }
}
.achievement-outline__table {
  display: flex;
  gap: 20px;
  padding: 0 50px;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .achievement-outline__table {
    margin: 13px 0 0;
    padding: 0 20px;
    flex-direction: column;
    gap: 10px;
  }
}
.achievement-outline__table > dt {
  width: 161px;
  background: #504E4E;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .achievement-outline__table > dt {
    width: 100px;
    font-size: 14px;
  }
}
.achievement-outline__table > dd {
  width: calc(100% - 171px - 20px);
}
@media only screen and (max-width: 768px) {
  .achievement-outline__table > dd {
    width: 100%;
  }
}

/* Common */
.pagination {
  margin: 200px 0 0;
}
@media only screen and (max-width: 1240px) {
  .pagination {
    margin: 40px 0 0;
  }
}
.pagination .pagination-inner {
  max-width: 976px;
  margin: 0 auto;
}
@media only screen and (max-width: 1240px) {
  .pagination .pagination-inner {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    gap: 30px;
  }
}
.pagination .pagination-inner .pagination-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 76px;
}
@media only screen and (max-width: 1240px) {
  .pagination .pagination-inner .pagination-items {
    gap: 130px;
  }
}
.pagination .pagination-inner .pagination-items > a,
.pagination .pagination-inner .pagination-items > span {
  position: relative;
  display: block;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  padding: 28px 50px 28px 20px;
  background-color: #050505;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .pagination .pagination-inner .pagination-items > a,
  .pagination .pagination-inner .pagination-items > span {
    max-width: 310px;
    padding: 16px 20px;
  }
}
.pagination .pagination-inner .pagination-items > a > span,
.pagination .pagination-inner .pagination-items > span > span {
  position: relative;
  font-family: "Hiragino Sans";
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .pagination .pagination-inner .pagination-items > a > span,
  .pagination .pagination-inner .pagination-items > span > span {
    font-size: 18px;
  }
}
.pagination .pagination-inner .pagination-items > a::after,
.pagination .pagination-inner .pagination-items > span::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #0D71ED;
  z-index: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.pagination .pagination-inner .pagination-items > a:before,
.pagination .pagination-inner .pagination-items > span:before {
  position: absolute;
  width: 13.5px;
  height: 21.3px;
  top: calc((100% - 21.3px) / 2);
  right: 30px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  mask-image: url(../images/common/icon-chevron_right.svg);
  -webkit-mask-image: url(../images/common/icon-chevron_right.svg);
  background-color: #fff;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: all 0.3s;
  content: "";
  z-index: 1;
}
.pagination .pagination-inner .pagination-items > a:hover::after,
.pagination .pagination-inner .pagination-items > span:hover::after {
  transform: scaleX(1);
}
.pagination .pagination-inner .pagination-items > a.back-archive:before, .pagination .pagination-inner .pagination-items > a.prev:before,
.pagination .pagination-inner .pagination-items > span.back-archive:before,
.pagination .pagination-inner .pagination-items > span.prev:before {
  right: 0;
  left: 30px;
  transform: rotate(180deg);
}
@media only screen and (max-width: 1240px) {
  .pagination .pagination-inner .pagination-items > a.prev, .pagination .pagination-inner .pagination-items > a.next,
  .pagination .pagination-inner .pagination-items > span.prev,
  .pagination .pagination-inner .pagination-items > span.next {
    width: 94px;
    height: 94px;
    background: url(../images/common/icon-pagination.png);
    font-size: 0;
    background-repeat: no-repeat;
  }
  .pagination .pagination-inner .pagination-items > a.prev:before, .pagination .pagination-inner .pagination-items > a.prev:after, .pagination .pagination-inner .pagination-items > a.next:before, .pagination .pagination-inner .pagination-items > a.next:after,
  .pagination .pagination-inner .pagination-items > span.prev:before,
  .pagination .pagination-inner .pagination-items > span.prev:after,
  .pagination .pagination-inner .pagination-items > span.next:before,
  .pagination .pagination-inner .pagination-items > span.next:after {
    display: none !important;
  }
}
@media only screen and (max-width: 1240px) {
  .pagination .pagination-inner .pagination-items > a.prev > span, .pagination .pagination-inner .pagination-items > a.next > span,
  .pagination .pagination-inner .pagination-items > span.prev > span,
  .pagination .pagination-inner .pagination-items > span.next > span {
    font-size: 0;
  }
}
@media only screen and (max-width: 1240px) {
  .pagination .pagination-inner .pagination-items > a.prev,
  .pagination .pagination-inner .pagination-items > span.prev {
    transform: rotate(180deg);
  }
}
.pagination .pagination-inner .pagination-items + .pagination-items {
  margin: 48px 0 0;
}

/* Common */
.top-articles {
  margin-top: -4.7vw;
  z-index: 1;
  position: relative;
  max-width: 949px;
  padding: 30px 45px;
  background: #000000;
}
@media only screen and (max-width: 768px) {
  .top-articles {
    padding: 10px 20px 30px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    width: 88%;
    margin: -40px auto 0px;
  }
}
.top-articles-inner {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .top-articles-inner {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.top-articles-links {
  min-width: 190px;
}
@media only screen and (max-width: 768px) {
  .top-articles-links {
    width: 100%;
  }
}
.top-articles-links ul {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
@media only screen and (max-width: 768px) {
  .top-articles-links ul {
    flex-direction: row;
    gap: 12px;
  }
}
.top-articles-links ul li {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .top-articles-links ul li {
    width: calc((100% - 12px) / 2);
  }
}
.top-articles-links ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
  background: #dbe3f3;
  border-radius: 0 30px 0 0;
  font-size: 14px;
  font-weight: 300;
  color: #222;
  letter-spacing: 0.1em;
  text-decoration: none;
  position: relative;
  transition: background 0.3s;
}
@media only screen and (max-width: 768px) {
  .top-articles-links ul li a {
    font-size: 12px;
    background: #000;
    color: #fff;
    border-radius: 0;
  }
}
.top-articles-links ul li a::after {
  position: absolute;
  width: 7.77px;
  height: 12.74px;
  top: calc((100% - 12.74px) / 2);
  right: 20px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  mask-image: url(../images/common/icon-chevron_right.svg);
  -webkit-mask-image: url(../images/common/icon-chevron_right.svg);
  background-color: #000;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: all 0.3s;
  content: "";
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .top-articles-links ul li a::after {
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    mask-image: url(../images/common/icon-chevron_right.svg);
    -webkit-mask-image: url(../images/common/icon-chevron_right.svg);
    background-color: #fff;
    mask-size: contain;
    -webkit-mask-size: contain;
    transition: all 0.3s;
    right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .top-articles-links ul li a:hover {
    background: #0D71ED;
    opacity: 1;
    color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .top-articles-links ul li a:hover:after {
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    mask-image: url(../images/common/icon-chevron_right.svg);
    -webkit-mask-image: url(../images/common/icon-chevron_right.svg);
    background-color: #fff;
    mask-size: contain;
    -webkit-mask-size: contain;
    transition: all 0.3s;
  }
}
.top-articles-content {
  flex: 1;
  border-left: 1px solid #fff;
  padding-left: 40px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .top-articles-content {
    padding-left: 0;
    border: none;
  }
}
.top-articles-content .top-article-item {
  display: flex;
  align-items: baseline;
  gap: 6px;
  padding: 14px 0;
  font-size: 18px;
  color: #fff;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .top-articles-content .top-article-item {
    padding: 10px 0;
    color: #000000;
  }
}
.top-articles-content .top-article-item .date {
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .top-articles-content .top-article-item .date {
    font-size: 12px;
  }
}
.top-articles-content .top-article-item .category,
.top-articles-content .top-article-item .label-new {
  padding: 0 10px;
  border-radius: 0 10px 0 0;
  background: #0D71ED;
  font-size: 12px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .top-articles-content .top-article-item .category,
  .top-articles-content .top-article-item .label-new {
    font-size: 10px;
  }
}
.top-articles-content .top-article-item a {
  width: 100%;
  font-size: 16px;
  transition: color 0.2s;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .top-articles-content .top-article-item a {
    font-size: 12px;
  }
}
.top-articles-content .top-article-item a:hover {
  color: #0F71ED;
}

/* Layouts */
/* Common */
.common-head {
  width: 100%;
  height: 596px;
  display: flex;
  justify-content: center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .common-head {
    height: 303px;
    padding: 90px 20px 62px;
  }
}
.common-head .common-head-title {
  margin-top: 180px;
  color: #fff;
  font-size: 60px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .common-head .common-head-title {
    margin-top: 0;
    font-size: 30px;
  }
}
.common-head .common-head-title > span {
  display: block;
  font-family: "IBM Plex Sans JP";
  font-weight: 500;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .common-head .common-head-title > span {
    margin: 6px 0 0;
    font-size: 14px;
  }
}

.common-body {
  position: relative;
  background: #fff;
  padding: 0 0 130px;
}
.common-body:before {
  position: absolute;
  width: 100%;
  height: 137px;
  top: -137px;
  left: 0;
  background: #fff;
  border-radius: 100px 100px 0 0;
  content: "";
}
@media only screen and (max-width: 768px) {
  .common-body:before {
    top: -50px;
    height: 50px;
    border-radius: 40px 40px 0 0;
  }
}
.common-body .common-body__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .common-body .common-body__inner {
    padding: 0 15px;
  }
}

.common-btn {
  position: relative;
  display: block;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  padding: 28px 50px 28px 20px;
  background-color: #D8DFF2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .common-btn {
    max-width: 310px;
    padding: 16px 20px;
  }
}
.common-btn > span {
  position: relative;
  font-family: "Hiragino Sans";
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
  color: #000;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .common-btn > span {
    font-size: 18px;
  }
}
.common-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #0D71ED;
  z-index: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.common-btn:before {
  position: absolute;
  width: 13.5px;
  height: 21.3px;
  top: calc((100% - 21.3px) / 2);
  right: 30px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  mask-image: url(../images/common/icon-chevron_right.svg);
  -webkit-mask-image: url(../images/common/icon-chevron_right.svg);
  background-color: #000;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: all 0.3s;
  content: "";
  z-index: 1;
}
.common-btn:hover::after {
  transform: scaleX(1);
}
.common-btn:hover > span {
  color: #fff;
}
.common-btn:hover:before {
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  mask-image: url(../images/common/icon-chevron_right.svg);
  -webkit-mask-image: url(../images/common/icon-chevron_right.svg);
  background-color: #fff;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: all 0.3s;
}

.load-more-wrapper {
  margin: 90px 0 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .load-more-wrapper {
    margin: 48px 0 0;
  }
}
.load-more-wrapper .load-more-btn {
  position: relative;
  display: block;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  padding: 28px 50px 28px 20px;
  background-color: #D8DFF2;
  text-align: center;
  background: #000;
  color: #fff !important;
}
@media only screen and (max-width: 768px) {
  .load-more-wrapper .load-more-btn {
    max-width: 310px;
    padding: 16px 20px;
  }
}
.load-more-wrapper .load-more-btn > span {
  position: relative;
  font-family: "Hiragino Sans";
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
  color: #000;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .load-more-wrapper .load-more-btn > span {
    font-size: 18px;
  }
}
.load-more-wrapper .load-more-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #0D71ED;
  z-index: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.load-more-wrapper .load-more-btn:before {
  position: absolute;
  width: 13.5px;
  height: 21.3px;
  top: calc((100% - 21.3px) / 2);
  right: 30px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  mask-image: url(../images/common/icon-chevron_right.svg);
  -webkit-mask-image: url(../images/common/icon-chevron_right.svg);
  background-color: #000;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: all 0.3s;
  content: "";
  z-index: 1;
}
.load-more-wrapper .load-more-btn:hover::after {
  transform: scaleX(1);
}
.load-more-wrapper .load-more-btn:hover > span {
  color: #fff;
}
.load-more-wrapper .load-more-btn:hover:before {
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  mask-image: url(../images/common/icon-chevron_right.svg);
  -webkit-mask-image: url(../images/common/icon-chevron_right.svg);
  background-color: #fff;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: all 0.3s;
}
.load-more-wrapper .load-more-btn > span {
  color: #fff !important;
}
.load-more-wrapper .load-more-btn:before {
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  mask-image: url(../images/common/icon-chevron_right.svg);
  -webkit-mask-image: url(../images/common/icon-chevron_right.svg);
  background-color: #fff;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: all 0.3s;
  transform: rotate(90deg);
}

/* Common */
.lower {
  position: relative;
}

.lower-title {
  position: relative;
  text-align: center;
  z-index: 1;
  line-height: 1;
}
.lower-title .en {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  font-size: 20px;
  font-size: clamp(12px, 1.0416666667vw, 30px);
  font-weight: 600;
  color: #0F71ED;
}
@media only screen and (max-width: 768px) {
  .lower-title .en {
    margin-left: -12px;
    padding-left: 20px;
  }
}
.lower-title .en:before {
  position: absolute;
  width: 64.23px;
  height: 53.8px;
  left: 0;
  bottom: -6px;
  background-image: url(../images/common/deco-shoulder.svg);
  background-size: contain;
  z-index: -1;
  content: "";
}
@media only screen and (max-width: 768px) {
  .lower-title .en:before {
    width: 32.29px;
    height: 25.62px;
    bottom: 0;
  }
}
.lower-title .jp {
  display: block;
  margin: 40px 0 0;
  font-weight: 600;
  font-size: 45px;
  font-size: clamp(18px, 2.34375vw, 48px);
  color: #000;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .lower-title .jp {
    margin: 20px 0 0;
  }
}

.lower-lead {
  margin: 40px 0 0;
  font-size: 25px;
  text-align: center;
  font-weight: 600;
}

.lower-inner {
  max-width: 1466px;
  margin: 0 auto;
  padding: 0 13px;
}

.lower-single {
  position: relative;
  padding: 260px 0 0;
  background: url("../images/common/mv-deco03.svg"), url("../images/common/mv-deco04.svg"), url("../images/common/mv-deco01.svg");
  background-size: 23.6979166667% auto, 3.3333333333% auto, 27.8125% auto;
  background-position: top 230px right, top right 20.3645833333%, top left 15.1041666667%;
  background-repeat: no-repeat, no-repeat, no-repeat;
}
@media only screen and (max-width: 768px) {
  .lower-single {
    padding: 130px 0 0;
  }
}
.lower-single .single-head .info {
  display: flex;
}
.lower-single .single-head .title {
  font-weight: 700;
  font-size: 45px;
}
.lower-single .single-thumb {
  position: absolute;
  width: 39.4270833333%;
  top: 270px;
  right: 0;
}

.lower_deco {
  position: absolute;
  animation: float 4s ease-in-out infinite;
}
.lower_deco > span {
  display: block;
}

.lower_deco01 {
  width: 3.2291666667%;
  top: 2%;
  right: 12.1354166667%;
  animation: float 4s ease infinite;
}
@media only screen and (max-width: 768px) {
  .lower_deco01 {
    width: 3.2%;
    top: 3%;
    right: 53.8666666667%;
    animation: float-sp 4s ease infinite;
  }
}
.lower_deco01 > span {
  padding-top: 100%;
  background-color: rgba(15, 113, 237, 0.59);
  border-radius: 50%;
}

.lower_deco02 {
  width: 2.7083333333%;
  top: 3%;
  right: 14.0104166667%;
  animation: float 4s 1s ease infinite;
}
@media only screen and (max-width: 768px) {
  .lower_deco02 {
    width: 3.7333333333%;
    top: 4%;
    right: 45.6%;
    animation: float-sp 4s 1s ease infinite;
  }
}
.lower_deco02 > span {
  padding-top: 100%;
  background-color: rgba(0, 0, 0, 0.18);
}

.lower_deco03 {
  width: 1.0416666667%;
  top: 12%;
  right: 24.4791666667%;
  animation: float 4s 0.5s ease infinite;
}
@media only screen and (max-width: 768px) {
  .lower_deco03 {
    width: 5.3333333333%;
    top: 93%;
    right: 82.6666666667%;
    animation: float-sp 4s ease infinite;
  }
}
.lower_deco03 > span {
  padding-top: 100%;
  background-color: rgba(15, 113, 237, 0.59);
  border-radius: 50%;
}

.lower_deco04 {
  width: 1.25%;
  top: 13%;
  right: 26.5625%;
  animation: float 4s 1s ease infinite;
}
@media only screen and (max-width: 768px) {
  .lower_deco04 {
    width: 6.4%;
    top: 95%;
    right: 65.3333333333%;
    animation: float-sp 4s 1s ease infinite;
  }
}
.lower_deco04 > span {
  padding-top: 100%;
  background-color: rgba(0, 0, 0, 0.18);
}

.lower_deco05 {
  width: 3.2291666667%;
  top: 42%;
  left: 6.1979166667%;
  animation: float 4s ease infinite;
}
@media only screen and (max-width: 768px) {
  .lower_deco05 {
    display: none;
  }
}
.lower_deco05 > span {
  padding-top: 100%;
  background-color: rgba(15, 113, 237, 0.59);
  border-radius: 50%;
}

.lower_deco06 {
  width: 2.7083333333%;
  top: 43%;
  left: 8.28125%;
  animation: float 4s 1s ease infinite;
}
@media only screen and (max-width: 768px) {
  .lower_deco06 {
    display: none;
  }
}
.lower_deco06 > span {
  padding-top: 100%;
  background-color: rgba(0, 0, 0, 0.18);
}

.lower_deco07 {
  width: 3.2291666667%;
  top: 62%;
  right: 6.6666666667%;
  animation: float 4s ease infinite;
}
@media only screen and (max-width: 768px) {
  .lower_deco07 {
    display: none;
  }
}
.lower_deco07 > span {
  padding-top: 100%;
  background-color: rgba(15, 113, 237, 0.59);
  border-radius: 50%;
}

.lower_deco08 {
  width: 2.7083333333%;
  top: 63%;
  right: 8.5416666667%;
  animation: float 4s 1s ease infinite;
}
@media only screen and (max-width: 768px) {
  .lower_deco08 {
    display: none;
  }
}
.lower_deco08 > span {
  padding-top: 100%;
  background-color: rgba(0, 0, 0, 0.18);
}

.lower_deco09 {
  width: 1.0416666667%;
  top: 82%;
  left: 9.9479166667%;
  animation: float 4s ease infinite;
}
@media only screen and (max-width: 768px) {
  .lower_deco09 {
    display: none;
  }
}
.lower_deco09 > span {
  padding-top: 100%;
  background-color: rgba(15, 113, 237, 0.59);
  border-radius: 50%;
}

.lower_deco10 {
  width: 1.25%;
  top: 83%;
  left: 7.65625%;
  animation: float 4s 1s ease infinite;
}
@media only screen and (max-width: 768px) {
  .lower_deco10 {
    display: none;
  }
}
.lower_deco10 > span {
  padding-top: 100%;
  background-color: rgba(0, 0, 0, 0.18);
}

.lower_deco11 {
  width: 1.0416666667%;
  top: 92%;
  right: 13.6458333333%;
  animation: float 4s ease infinite;
}
@media only screen and (max-width: 768px) {
  .lower_deco11 {
    display: none;
  }
}
.lower_deco11 > span {
  padding-top: 100%;
  background-color: rgba(15, 113, 237, 0.59);
  border-radius: 50%;
}

.lower_deco12 {
  width: 1.25%;
  top: 93%;
  right: 10.2604166667%;
  animation: float 4s 1s ease infinite;
}
@media only screen and (max-width: 768px) {
  .lower_deco12 {
    display: none;
  }
}
.lower_deco12 > span {
  padding-top: 100%;
  background-color: rgba(0, 0, 0, 0.18);
}

/* Pages */
/* Common */
#top .top-mv {
  position: relative;
}
#top .top-mv .mv-images {
  position: relative;
  width: 87.4479166667%;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  #top .top-mv .mv-images {
    width: 100%;
  }
}
#top .top-mv .mv-images img {
  width: 100%;
}
#top .top-mv .mv-logo {
  position: absolute;
  width: 6.5505208333%;
  top: 4.6296296296%;
  left: 3.1770833333%;
}
@media only screen and (max-width: 768px) {
  #top .top-mv .mv-logo {
    width: 18.1013333333%;
    top: 2.6217228464%;
    left: 5.3333333333%;
    z-index: 1;
  }
}
#top .top-mv .mv-text {
  position: absolute;
  width: 100%;
  top: 59.2592592593%;
  left: 4.4270833333%;
  color: #030303;
}
@media only screen and (max-width: 768px) {
  #top .top-mv .mv-text {
    top: 56.1797752809%;
    left: 0;
    padding: 0 20px;
  }
}
#top .top-mv .mv-text .mv-text-main {
  font-family: kozuka-mincho-pr6n, serif;
  font-size: 3.125vw;
  font-size: clamp(25px, 3.125vw, 100px);
  letter-spacing: 0.06em;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #top .top-mv .mv-text .mv-text-main {
    font-size: clamp(20px, 6.6666666667vw, 30px);
  }
}
#top .top-mv .mv-text .mv-text-sub {
  font-size: 1.0416666667vw;
  font-size: clamp(10px, 1.0416666667vw, 30px);
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  #top .top-mv .mv-text .mv-text-sub {
    margin: 10px 0 0;
    font-size: clamp(10px, 3.2vw, 15px);
  }
}
#top .top-mv .mv-scroll {
  position: absolute;
  right: 5.2083333333%;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #top .top-mv .mv-scroll {
    display: none;
  }
}
#top .top-mv .mv-scroll__text {
  margin: 19px 0 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.2em;
}
#top .top-mv .mv-scroll__bar {
  position: relative;
  width: 2px;
  height: 120px;
  display: block;
  overflow: hidden;
}
#top .top-mv .mv-scroll__bar-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
#top .top-mv .mv-scroll__bar-anim {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0070f3;
  animation: scroll-bar-anim 1.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
#top .top-mv .top-mv_deco {
  position: absolute;
  animation: float 4s ease-in-out infinite;
}
#top .top-mv .top-mv_deco > span {
  display: block;
}
#top .top-mv .top-mv_deco01 {
  width: 2.5%;
  top: 78.9094650206%;
  right: 17.6041666667%;
  animation: float 4s ease-in-out infinite;
}
@media only screen and (max-width: 768px) {
  #top .top-mv .top-mv_deco01 {
    width: 5.8666666667%;
    top: 47.0037453184%;
    right: 6.1333333333%;
  }
}
#top .top-mv .top-mv_deco01 > span {
  padding-top: 100%;
  background-color: rgba(15, 113, 237, 0.29);
  border-radius: 50%;
}
#top .top-mv .top-mv_deco02 {
  width: 1.1458333333%;
  top: 43.2098765432%;
  right: 7.1354166667%;
  animation: float 4s ease-in-out infinite;
}
@media only screen and (max-width: 768px) {
  #top .top-mv .top-mv_deco02 {
    display: none;
  }
}
#top .top-mv .top-mv_deco02 > span {
  padding-top: 100%;
  background-color: rgba(15, 113, 237, 0.29);
  border-radius: 50%;
}
#top .top-mv .top-mv_deco03 {
  width: 1.3541666667%;
  top: 18.3127572016%;
  right: 16.25%;
  animation: float 4s 0.5s ease-in-out infinite;
}
@media only screen and (max-width: 768px) {
  #top .top-mv .top-mv_deco03 {
    width: 4%;
    top: 20.5992509363%;
    right: 18.4%;
  }
}
#top .top-mv .top-mv_deco03 > span {
  padding-top: 100%;
  background-color: rgba(0, 0, 0, 0.18);
}
#top .top-mv .top-mv_deco04 {
  width: 1.25%;
  top: 17.0781893004%;
  right: 15.3125%;
  animation: float 3s ease-in-out infinite;
}
@media only screen and (max-width: 768px) {
  #top .top-mv .top-mv_deco04 {
    width: 4%;
    top: 19.1011235955%;
    right: 15.2%;
  }
}
#top .top-mv .top-mv_deco04 > span {
  padding-top: 100%;
  background-color: rgba(0, 0, 0, 0.18);
}
#top .top-mv .top-mv_deco05 {
  width: 1.25%;
  top: 34.1563786008%;
  left: 14.6354166667%;
  animation: float 3s ease-in-out infinite;
}
@media only screen and (max-width: 768px) {
  #top .top-mv .top-mv_deco05 {
    width: 3.7333333333%;
    top: 32.3970037453%;
    left: 9.6%;
  }
}
#top .top-mv .top-mv_deco05 > span {
  padding-top: 100%;
  background-color: rgba(0, 0, 0, 0.18);
}
#top .top-mv .top-mv_deco06 {
  width: 1.0416666667%;
  top: 36.6255144033%;
  left: 13.4895833333%;
  animation: float 4s ease-in-out infinite;
}
@media only screen and (max-width: 768px) {
  #top .top-mv .top-mv_deco06 {
    width: 2.9333333333%;
    top: 34.8314606742%;
    left: 6.4%;
  }
}
#top .top-mv .top-mv_deco06 > span {
  padding-top: 100%;
  background-color: rgba(15, 113, 237, 0.29);
  border-radius: 50%;
}
#top .top-vision {
  position: relative;
  padding: 107px 0 0;
  background-image: url(../images/top/vision-bg02.png);
  background-size: 23.6979166667% auto;
  background-position: top 107px right;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #top .top-vision {
    padding: 74px 0 0;
    background-image: url(../images/top/vision-bg02_sp.png);
    background-size: 35% auto;
    background-position: top 62px right;
  }
}
@media only screen and (max-width: 460px) {
  #top .top-vision {
    background-size: 40.5333333333% auto;
  }
}
#top .top-vision .top-vision_deco {
  position: absolute;
  animation: float 4s ease-in-out infinite;
}
#top .top-vision .top-vision_deco > span {
  display: block;
}
#top .top-vision .top-vision_deco01 {
  width: 3.2291666667%;
  top: 0;
  right: 12.5%;
  animation: float 4s ease infinite;
}
@media only screen and (max-width: 768px) {
  #top .top-vision .top-vision_deco01 {
    width: 5.6%;
    right: 21.6%;
    top: 2%;
    animation: float-sp 4s ease-in-out infinite;
  }
}
#top .top-vision .top-vision_deco01 > span {
  padding-top: 100%;
  background-color: rgba(15, 113, 237, 0.59);
  border-radius: 50%;
}
#top .top-vision .top-vision_deco02 {
  width: 2.7083333333%;
  top: 1%;
  right: 14.375%;
  animation: float 4s 1s ease-in-out infinite;
}
@media only screen and (max-width: 768px) {
  #top .top-vision .top-vision_deco02 {
    top: 3%;
    width: 4.5333333333%;
    right: 24.8%;
    animation: float-sp 4s 1s ease-in-out infinite;
  }
}
#top .top-vision .top-vision_deco02 > span {
  padding-top: 100%;
  background-color: rgba(0, 0, 0, 0.18);
}
#top .top-vision .top-vision_deco03 {
  width: 1.0416666667%;
  top: 80%;
  right: 64.84375%;
  animation: float 4s ease infinite;
}
@media only screen and (max-width: 768px) {
  #top .top-vision .top-vision_deco03 {
    width: 1.8666666667%;
    top: 29%;
    right: 81.8666666667%;
    animation: float-sp 4s ease infinite;
  }
}
#top .top-vision .top-vision_deco03 > span {
  padding-top: 100%;
  background-color: rgba(15, 113, 237, 0.59);
  border-radius: 50%;
}
#top .top-vision .top-vision_deco04 {
  width: 1.25%;
  top: 81%;
  right: 66.9270833333%;
  animation: float 4s 1s ease-in-out infinite;
}
@media only screen and (max-width: 768px) {
  #top .top-vision .top-vision_deco04 {
    width: 2.1333333333%;
    top: 30%;
    right: 76.2666666667%;
    animation: float-sp 4s 1s ease infinite;
  }
}
#top .top-vision .top-vision_deco04 > span {
  padding-top: 100%;
  background-color: rgba(0, 0, 0, 0.18);
}
#top .top-vision .vision-mv {
  max-width: 1000px;
  width: 42.0833333333%;
  float: right;
}
@media only screen and (max-width: 768px) {
  #top .top-vision .vision-mv {
    width: 70.9333333333%;
    margin-left: auto;
    float: none;
  }
}
#top .top-vision__title {
  position: relative;
  text-align: left;
  z-index: 1;
  line-height: 1;
}
#top .top-vision__title .en {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  font-size: 20px;
  font-size: clamp(12px, 1.0416666667vw, 30px);
  font-weight: 600;
  color: #0F71ED;
}
@media only screen and (max-width: 768px) {
  #top .top-vision__title .en {
    margin-left: -12px;
    padding-left: 20px;
  }
}
#top .top-vision__title .en:before {
  position: absolute;
  width: 64.23px;
  height: 53.8px;
  left: 0;
  bottom: -6px;
  background-image: url(../images/common/deco-shoulder.svg);
  background-size: contain;
  z-index: -1;
  content: "";
}
@media only screen and (max-width: 768px) {
  #top .top-vision__title .en:before {
    width: 32.29px;
    height: 25.62px;
    bottom: 0;
  }
}
#top .top-vision__title .jp {
  display: block;
  margin: 40px 0 0;
  font-weight: 600;
  font-size: 45px;
  font-size: clamp(18px, 2.34375vw, 48px);
  color: #000;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #top .top-vision__title .jp {
    margin: 20px 0 0;
  }
}
#top .top-vision__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
  background-image: url(../images/top/vision-bg01.svg);
  background-size: auto 100%;
  background-position: left top;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #top .top-vision__inner {
    background-position: left -10vw top 70px;
    background-image: url(../images/top/vision-bg01_sp.png);
  }
}
#top .top-vision__content {
  padding: 100px 0 340px;
}
@media only screen and (max-width: 1240px) {
  #top .top-vision__content {
    padding: 100px 0 130px;
  }
}
@media only screen and (max-width: 768px) {
  #top .top-vision__content {
    padding: 100px 0 60px;
  }
}
#top .top-vision__text {
  max-width: 792px;
  width: 55%;
  margin: 40px 0 0;
}
@media only screen and (max-width: 768px) {
  #top .top-vision__text {
    max-width: 100%;
    width: 100%;
    margin: 20px 0 0;
  }
}
#top .top-business {
  position: relative;
}
#top .top-business .top-business_deco {
  position: absolute;
  animation: float 4s ease-in-out infinite;
}
#top .top-business .top-business_deco > span {
  display: block;
}
#top .top-business .top-business_deco01 {
  width: 3.2291666667%;
  top: 12%;
  right: 7.9166666667%;
  animation: float 4s ease infinite;
}
@media only screen and (max-width: 768px) {
  #top .top-business .top-business_deco01 {
    width: 5.6%;
    top: 3%;
    right: 12.2666666667%;
    animation: float-sp 4s ease infinite;
  }
}
#top .top-business .top-business_deco01 > span {
  padding-top: 100%;
  background-color: rgba(15, 113, 237, 0.59);
  border-radius: 50%;
}
#top .top-business .top-business_deco02 {
  width: 2.7083333333%;
  top: 13%;
  right: 9.7916666667%;
  animation: float 4s 1s ease-in-out infinite;
}
@media only screen and (max-width: 768px) {
  #top .top-business .top-business_deco02 {
    width: 4.5333333333%;
    top: 4%;
    right: 15.4666666667%;
    animation: float-sp 4s 1s ease infinite;
  }
}
#top .top-business .top-business_deco02 > span {
  padding-top: 100%;
  background-color: rgba(0, 0, 0, 0.18);
}
#top .top-business .top-business_deco03 {
  width: 3.2291666667%;
  top: 64%;
  left: 7.65625%;
  animation: float 4s ease infinite;
}
@media only screen and (max-width: 768px) {
  #top .top-business .top-business_deco03 {
    width: 3.2%;
    top: 64%;
    right: 70.9333333333%;
    left: auto;
    animation: float-sp 4s ease infinite;
  }
}
#top .top-business .top-business_deco03 > span {
  padding-top: 100%;
  background-color: rgba(15, 113, 237, 0.59);
  border-radius: 50%;
}
#top .top-business .top-business_deco04 {
  width: 2.7083333333%;
  top: 65%;
  left: 9.7395833333%;
  animation: float 4s 0.5s ease-in-out infinite;
}
@media only screen and (max-width: 768px) {
  #top .top-business .top-business_deco04 {
    width: 4%;
    top: 65%;
    right: 62.9333333333%;
    left: auto;
    animation: float-sp 4s 1s ease infinite;
  }
}
#top .top-business .top-business_deco04 > span {
  padding-top: 100%;
  background-color: rgba(0, 0, 0, 0.18);
}
#top .top-business .top-business_deco05 {
  width: 1.0416666667%;
  top: 92%;
  right: 10.4166666667%;
  animation: float 4s 0.5s ease-in-out infinite;
}
@media only screen and (max-width: 768px) {
  #top .top-business .top-business_deco05 {
    width: 3.2%;
    top: 88%;
    right: 36.5333333333%;
    animation: float-sp 4s 0.5s ease infinite;
  }
}
#top .top-business .top-business_deco05 > span {
  padding-top: 100%;
  background-color: rgba(15, 113, 237, 0.59);
  border-radius: 50%;
}
#top .top-business .top-business_deco06 {
  width: 1.25%;
  top: 93%;
  right: 7.03125%;
  animation: float 4s ease-in-out infinite;
}
@media only screen and (max-width: 768px) {
  #top .top-business .top-business_deco06 {
    width: 6.1333333333%;
    top: 66%;
    right: 67.4666666667%;
    animation: float-sp 4s 0.5s ease infinite;
  }
}
#top .top-business .top-business_deco06 > span {
  padding-top: 100%;
  background-color: rgba(0, 0, 0, 0.18);
}
#top .top-business .top-business_deco07 {
  width: 1.0416666667%;
  top: 93%;
  left: 31.6666666667%;
  animation: float 4s ease-in-out infinite;
}
@media only screen and (max-width: 768px) {
  #top .top-business .top-business_deco07 {
    display: none;
  }
}
#top .top-business .top-business_deco07 > span {
  padding-top: 100%;
  background-color: rgba(15, 113, 237, 0.59);
  border-radius: 50%;
}
#top .top-business .top-business_deco08 {
  width: 1.25%;
  top: 94%;
  left: 28.8541666667%;
  animation: float 4s 0.5s ease-in-out infinite;
}
@media only screen and (max-width: 768px) {
  #top .top-business .top-business_deco08 {
    width: 4%;
    top: 89%;
    right: 25.8666666667%;
    left: auto;
    animation: float-sp 4s ease infinite;
  }
}
#top .top-business .top-business_deco08 > span {
  padding-top: 100%;
  background-color: rgba(0, 0, 0, 0.18);
}
#top .top-business .top-business_deco09 {
  width: 2.0833333333%;
  top: 94.8%;
  left: 30.1041666667%;
  animation: float 4s ease-in-out infinite;
}
@media only screen and (max-width: 768px) {
  #top .top-business .top-business_deco09 {
    width: 6.1333333333%;
    top: 90%;
    right: 16.8%;
    left: auto;
    animation: float-sp 4s 0.5s ease infinite;
  }
}
#top .top-business .top-business_deco09 > span {
  padding-top: 100%;
  background-color: rgba(0, 0, 0, 0.18);
}
#top .top-business .business-mv {
  position: absolute;
  width: 25.8333333333%;
  top: -20px;
}
@media only screen and (max-width: 768px) {
  #top .top-business .business-mv.is-pc {
    display: none;
  }
}
#top .top-business .business-mv.is-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #top .top-business .business-mv.is-sp {
    position: relative;
    display: block;
    margin: 100px 0 0;
    width: 90%;
    top: 0;
    left: -20px;
  }
}
#top .top-business .business-img01 {
  position: absolute;
  width: 20.4166666667%;
  top: 62%;
  right: 0;
}
@media only screen and (max-width: 768px) {
  #top .top-business .business-img01 {
    position: relative;
    width: 52.2666666667%;
    top: auto;
    margin: 30px -20px 30px auto;
  }
}
#top .top-business .business-img02 {
  display: none;
}
@media only screen and (max-width: 768px) {
  #top .top-business .business-img02 {
    position: relative;
    display: block;
    width: 53.3333333333%;
    top: auto;
    margin: 30px auto 0 -20px;
  }
}
#top .top-business__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 260px 20px;
}
@media only screen and (max-width: 1240px) {
  #top .top-business__inner {
    padding: 130px 20px;
  }
}
@media only screen and (max-width: 768px) {
  #top .top-business__inner {
    padding: 70px 20px 200px;
  }
}
#top .top-business__title {
  position: relative;
  text-align: center;
  z-index: 1;
  line-height: 1;
}
#top .top-business__title .en {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  font-size: 20px;
  font-size: clamp(12px, 1.0416666667vw, 30px);
  font-weight: 600;
  color: #0F71ED;
}
@media only screen and (max-width: 768px) {
  #top .top-business__title .en {
    margin-left: -12px;
    padding-left: 20px;
  }
}
#top .top-business__title .en:before {
  position: absolute;
  width: 64.23px;
  height: 53.8px;
  left: 0;
  bottom: -6px;
  background-image: url(../images/common/deco-shoulder.svg);
  background-size: contain;
  z-index: -1;
  content: "";
}
@media only screen and (max-width: 768px) {
  #top .top-business__title .en:before {
    width: 32.29px;
    height: 25.62px;
    bottom: 0;
  }
}
#top .top-business__title .jp {
  display: block;
  margin: 40px 0 0;
  font-weight: 600;
  font-size: 45px;
  font-size: clamp(18px, 2.34375vw, 48px);
  color: #000;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #top .top-business__title .jp {
    margin: 20px 0 0;
  }
}
#top .top-business__text {
  position: relative;
  max-width: 86%;
  margin: 40px 0 0;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #top .top-business__text {
    max-width: 94%;
    margin: 20px auto 0;
  }
}
#top .top-business__text.strong {
  max-width: none;
  font-weight: 600;
  font-size: clamp(18px, 1.302vw, 25px);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #top .top-business__text.strong.text01 {
    font-size: 12px;
  }
}
#top .top-business__text.strong.text02 {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #top .top-business__text.strong.text02 {
    max-width: 306px;
    margin: 0 auto;
    font-size: 18px;
  }
}
#top .top-business__text.strong + * {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  #top .top-business__text.strong + * {
    margin-top: 40px;
  }
}
#top .top-business__img:nth-of-type(1) {
  margin: 150px auto 0;
}
@media only screen and (max-width: 768px) {
  #top .top-business__img:nth-of-type(1) {
    margin: 40px auto 0;
  }
}
#top .top-business__img:nth-of-type(2) {
  max-width: 630.63px;
  margin: 265px auto 160px;
}
@media only screen and (max-width: 768px) {
  #top .top-business__img:nth-of-type(2) {
    margin: 83px auto 50px;
  }
}
#top .top-business .top-business__bottom {
  margin: 180px auto 0;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  #top .top-business .top-business__bottom {
    margin: 100px auto 0;
  }
}
@media only screen and (max-width: 768px) {
  #top .top-business .top-business__bottom {
    margin: 60px auto 0;
  }
}
#top .top-achievement {
  position: relative;
  padding: 80px 0 250px;
  background-color: #000;
  background-image: url(../images/top/achievement-deco.svg);
  background-size: 39.2864583333% auto;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #top .top-achievement {
    padding: 140px 0 130px;
    background-size: 100% auto;
  }
}
#top .top-achievement .achievement-mv {
  position: absolute;
  width: 25.8333333333%;
  top: -120px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #top .top-achievement .achievement-mv {
    max-width: 292px;
    width: 77.8666666667%;
    right: 0;
    left: auto;
    opacity: 0;
    transform: translateX(60px);
    animation: fadein-right 1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
  }
}
#top .top-achievement__title {
  position: relative;
  position: relative;
  text-align: center;
  z-index: 1;
  line-height: 1;
}
#top .top-achievement__title .en {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  font-size: 20px;
  font-size: clamp(12px, 1.0416666667vw, 30px);
  font-weight: 600;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #top .top-achievement__title .en {
    margin-left: -12px;
    padding-left: 20px;
  }
}
#top .top-achievement__title .en:before {
  position: absolute;
  width: 64.23px;
  height: 53.8px;
  left: 0;
  bottom: -6px;
  background-image: url(../images/common/deco-shoulder.svg);
  background-size: contain;
  z-index: -1;
  content: "";
}
@media only screen and (max-width: 768px) {
  #top .top-achievement__title .en:before {
    width: 32.29px;
    height: 25.62px;
    bottom: 0;
  }
}
#top .top-achievement__title .jp {
  display: block;
  margin: 40px 0 0;
  font-weight: 600;
  font-size: 45px;
  font-size: clamp(18px, 2.34375vw, 48px);
  color: #fff;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #top .top-achievement__title .jp {
    margin: 20px 0 0;
  }
}
#top .top-achievement__text {
  position: relative;
  margin: 40px 0 0;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 25px;
  font-size: clamp(18px, 1.302vw, 25px);
}
@media only screen and (max-width: 768px) {
  #top .top-achievement__text {
    display: none;
  }
}
#top .top-achievement__btn {
  margin: 130px auto 0;
}
@media only screen and (max-width: 768px) {
  #top .top-achievement__btn {
    margin: 40px auto 0;
  }
}
#top .top-message {
  position: relative;
  margin: 130px auto 0;
  padding: 84px 0;
  background-image: url(../images/top/message-bg01.png), url(../images/top/message-bg02.png);
  background-size: 29.7916666667% auto, 27.8125% auto;
  background-position: top 84px right, top left 12.4479166667%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #top .top-message {
    margin: 0;
    padding: 50px 0;
    background-size: 35.2% auto, 66.6666666667% auto;
    background-position: top 40px right, top 41% left -18%;
  }
}
#top .top-message .top-message_deco {
  position: absolute;
  animation: float 4s ease-in-out infinite;
}
#top .top-message .top-message_deco > span {
  display: block;
}
#top .top-message .top-message_deco01 {
  width: 1.0416666667%;
  top: 87%;
  right: 26.4583333333%;
  animation: float 4s ease-in-out infinite;
}
@media only screen and (max-width: 768px) {
  #top .top-message .top-message_deco01 {
    width: 5.3333333333%;
    top: 92%;
    right: 69.6%;
    animation: float-sp 4s ease-in-out infinite;
  }
}
#top .top-message .top-message_deco01 > span {
  padding-top: 100%;
  background-color: rgba(15, 113, 237, 0.59);
  border-radius: 50%;
}
#top .top-message .top-message_deco02 {
  width: 1.25%;
  top: 88%;
  right: 28.5416666667%;
  animation: float 4s 1s ease infinite;
}
@media only screen and (max-width: 768px) {
  #top .top-message .top-message_deco02 {
    width: 6.4%;
    top: 93%;
    right: 80.2666666667%;
    animation: float-sp 4s 1s ease infinite;
  }
}
#top .top-message .top-message_deco02 > span {
  padding-top: 100%;
  background-color: rgba(0, 0, 0, 0.18);
}
#top .top-message .message-mv {
  position: absolute;
  width: 29.1666666667%;
  top: 72px;
  right: 0;
}
@media only screen and (max-width: 768px) {
  #top .top-message .message-mv {
    position: relative;
    width: 72.5333333333%;
    top: 0;
    margin-left: auto;
  }
}
#top .top-message__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  #top .top-message__inner {
    margin: 100px auto 0;
  }
}
#top .top-message__title {
  position: relative;
  text-align: left;
  z-index: 1;
  line-height: 1;
}
#top .top-message__title .en {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  font-size: 20px;
  font-size: clamp(12px, 1.0416666667vw, 30px);
  font-weight: 600;
  color: #0F71ED;
}
@media only screen and (max-width: 768px) {
  #top .top-message__title .en {
    margin-left: -12px;
    padding-left: 20px;
  }
}
#top .top-message__title .en:before {
  position: absolute;
  width: 64.23px;
  height: 53.8px;
  left: 0;
  bottom: -6px;
  background-image: url(../images/common/deco-shoulder.svg);
  background-size: contain;
  z-index: -1;
  content: "";
}
@media only screen and (max-width: 768px) {
  #top .top-message__title .en:before {
    width: 32.29px;
    height: 25.62px;
    bottom: 0;
  }
}
#top .top-message__title .jp {
  display: block;
  margin: 40px 0 0;
  font-weight: 600;
  font-size: 45px;
  font-size: clamp(18px, 2.34375vw, 48px);
  color: #000;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #top .top-message__title .jp {
    margin: 20px 0 0;
  }
}
#top .top-message__text {
  max-width: 980px;
  margin: 60px 0 0;
  width: 68.0555555556%;
}
@media only screen and (max-width: 768px) {
  #top .top-message__text {
    width: 100%;
    margin: 20px 0 0;
  }
}
#top .top-message__text p + p {
  margin: 1.6rem 0 0;
}
#top .top-message__text p.name {
  margin: 40px 0 0;
  font-size: 25px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #top .top-message__text p.name {
    font-size: 16px;
    margin: 30px 0 0;
  }
}
#top .top-message__text p.name > span {
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  #top .top-message__text p.name > span {
    font-size: 18px;
  }
}
#top .top-info {
  position: relative;
  margin: 117px auto 0;
  padding: 500px 0 70px;
  background-image: url(../images/top/info-bg01.png);
  background-size: 16.40625% auto;
  background-position: top -14px left;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #top .top-info {
    margin: 70px auto 0;
    padding: 30px 0;
    background-image: url(../images/top/info-bg01.png);
    background-size: 45.3333333333% auto;
  }
}
#top .top-info .top-info_deco {
  position: absolute;
  animation: float 4s ease-in-out infinite;
}
#top .top-info .top-info_deco > span {
  display: block;
}
#top .top-info .top-info_deco01 {
  width: 1.0416666667%;
  top: 23%;
  right: 20.2083333333%;
  animation: float 4s ease-in-out infinite;
}
@media only screen and (max-width: 768px) {
  #top .top-info .top-info_deco01 {
    width: 5.3333333333%;
    top: 33%;
    right: 31.2%;
    animation: float-sp 4s ease infinite;
  }
}
#top .top-info .top-info_deco01 > span {
  padding-top: 100%;
  background-color: rgba(15, 113, 237, 0.59);
  border-radius: 50%;
}
#top .top-info .top-info_deco02 {
  width: 1.25%;
  top: 24%;
  right: 16.8229166667%;
  animation: float 4s 1s ease infinite;
}
@media only screen and (max-width: 768px) {
  #top .top-info .top-info_deco02 {
    width: 6.4%;
    top: 35%;
    right: 13.8666666667%;
    animation: float-sp 4s 1s ease infinite;
  }
}
#top .top-info .top-info_deco02 > span {
  padding-top: 100%;
  background-color: rgba(0, 0, 0, 0.18);
}
#top .top-info .top-info_deco03 {
  width: 3.2291666667%;
  top: 98%;
  right: 7.9166666667%;
  animation: float 4s ease infinite;
}
@media only screen and (max-width: 768px) {
  #top .top-info .top-info_deco03 {
    display: none;
  }
}
#top .top-info .top-info_deco03 > span {
  padding-top: 100%;
  background-color: rgba(15, 113, 237, 0.59);
  border-radius: 50%;
}
#top .top-info .top-info_deco04 {
  width: 2.7083333333%;
  top: 99%;
  right: 9.7916666667%;
  animation: float 4s 1s ease infinite;
}
@media only screen and (max-width: 768px) {
  #top .top-info .top-info_deco04 {
    display: none;
  }
}
#top .top-info .top-info_deco04 > span {
  padding-top: 100%;
  background-color: rgba(0, 0, 0, 0.18);
}
#top .top-info .info-mv {
  position: absolute;
  width: 29.1666666667%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #top .top-info .info-mv {
    position: relative;
    width: 76.2666666667%;
  }
}
@media only screen and (max-width: 768px) {
  #top .top-info .top-info__inner {
    margin: 220px 0 0;
    padding: 0 20px;
  }
}
#top .top-info__title {
  position: relative;
  text-align: center;
  z-index: 1;
  line-height: 1;
}
#top .top-info__title .en {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  font-size: 20px;
  font-size: clamp(12px, 1.0416666667vw, 30px);
  font-weight: 600;
  color: #0F71ED;
}
@media only screen and (max-width: 768px) {
  #top .top-info__title .en {
    margin-left: -12px;
    padding-left: 20px;
  }
}
#top .top-info__title .en:before {
  position: absolute;
  width: 64.23px;
  height: 53.8px;
  left: 0;
  bottom: -6px;
  background-image: url(../images/common/deco-shoulder.svg);
  background-size: contain;
  z-index: -1;
  content: "";
}
@media only screen and (max-width: 768px) {
  #top .top-info__title .en:before {
    width: 32.29px;
    height: 25.62px;
    bottom: 0;
  }
}
#top .top-info__title .jp {
  display: block;
  margin: 40px 0 0;
  font-weight: 600;
  font-size: 45px;
  font-size: clamp(18px, 2.34375vw, 48px);
  color: #000;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #top .top-info__title .jp {
    margin: 20px 0 0;
  }
}
#top .top-info .info-table {
  display: flex;
  max-width: 1290px;
  margin: 110px auto 0;
  flex-wrap: wrap;
  font-size: 22px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  #top .top-info .info-table {
    margin: 34px auto 0;
  }
}
#top .top-info .info-table > dt {
  width: 23.2558139535%;
  padding: 31px 20px;
  border-top: 1px solid #000;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #top .top-info .info-table > dt {
    width: 28%;
    padding: 10px;
    font-size: 15px;
  }
}
#top .top-info .info-table > dt:last-of-type {
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 768px) {
  #top .top-info .info-table > dt:last-of-type {
    padding: 10px 0;
  }
}
#top .top-info .info-table > dd {
  width: 76.7441860465%;
  padding: 31px 20px;
  border-top: 1px solid #000;
}
@media only screen and (max-width: 768px) {
  #top .top-info .info-table > dd {
    width: 70%;
    padding: 10px;
    font-size: 13px;
  }
}
#top .top-info .info-table > dd:last-of-type {
  border-bottom: 1px solid #000;
}
#top .top-contact {
  position: relative;
  margin: 160px 0 0;
  padding: 80px 0 260px;
}
@media only screen and (max-width: 768px) {
  #top .top-contact {
    margin: 100px 0 0;
    padding: 80px 0;
  }
}
#top .top-contact .top-contact_deco {
  position: absolute;
  animation: float 4s ease-in-out infinite;
}
#top .top-contact .top-contact_deco > span {
  display: block;
}
#top .top-contact .top-contact_deco01 {
  width: 3.2291666667%;
  top: 2%;
  left: 7.9166666667%;
  animation: float 4s ease infinite;
}
@media only screen and (max-width: 768px) {
  #top .top-contact .top-contact_deco01 {
    display: none;
  }
}
#top .top-contact .top-contact_deco01 > span {
  padding-top: 100%;
  background-color: rgba(15, 113, 237, 0.59);
  border-radius: 50%;
}
#top .top-contact .top-contact_deco02 {
  width: 2.7083333333%;
  top: 3%;
  left: 9.7916666667%;
  animation: float 4s 1s ease infinite;
}
@media only screen and (max-width: 768px) {
  #top .top-contact .top-contact_deco02 {
    display: none;
  }
}
#top .top-contact .top-contact_deco02 > span {
  padding-top: 100%;
  background-color: rgba(0, 0, 0, 0.18);
}
#top .top-contact .top-contact_deco03 {
  width: 1.25%;
  top: 73%;
  left: 12.4479166667%;
  animation: float 4s 0.5s ease infinite;
}
@media only screen and (max-width: 768px) {
  #top .top-contact .top-contact_deco03 {
    display: none;
  }
}
#top .top-contact .top-contact_deco03 > span {
  padding-top: 100%;
  background-color: rgba(0, 0, 0, 0.18);
}
#top .top-contact .top-contact_deco04 {
  width: 2.0833333333%;
  top: 75%;
  left: 13.6979166667%;
  animation: float 4s 1s ease infinite;
}
@media only screen and (max-width: 768px) {
  #top .top-contact .top-contact_deco04 {
    display: none;
  }
}
#top .top-contact .top-contact_deco04 > span {
  padding-top: 100%;
  background-color: rgba(0, 0, 0, 0.18);
}
#top .top-contact .top-contact_deco05 {
  width: 1.0416666667%;
  top: 72%;
  left: 15.2604166667%;
  animation: float 4s ease infinite;
}
@media only screen and (max-width: 768px) {
  #top .top-contact .top-contact_deco05 {
    display: none;
  }
}
#top .top-contact .top-contact_deco05 > span {
  padding-top: 100%;
  background-color: rgba(15, 113, 237, 0.59);
  border-radius: 50%;
}
#top .top-contact__title {
  position: relative;
  text-align: center;
  z-index: 1;
  line-height: 1;
}
#top .top-contact__title .en {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  font-size: 20px;
  font-size: clamp(12px, 1.0416666667vw, 30px);
  font-weight: 600;
  color: #0F71ED;
}
@media only screen and (max-width: 768px) {
  #top .top-contact__title .en {
    margin-left: -12px;
    padding-left: 20px;
  }
}
#top .top-contact__title .en:before {
  position: absolute;
  width: 64.23px;
  height: 53.8px;
  left: 0;
  bottom: -6px;
  background-image: url(../images/common/deco-shoulder.svg);
  background-size: contain;
  z-index: -1;
  content: "";
}
@media only screen and (max-width: 768px) {
  #top .top-contact__title .en:before {
    width: 32.29px;
    height: 25.62px;
    bottom: 0;
  }
}
#top .top-contact__title .jp {
  display: block;
  margin: 40px 0 0;
  font-weight: 600;
  font-size: 45px;
  font-size: clamp(18px, 2.34375vw, 48px);
  color: #000;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #top .top-contact__title .jp {
    margin: 20px 0 0;
  }
}
#top .top-contact__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}
#top .top-contact__main {
  max-width: 1267px;
  margin: 100px auto 0;
}
@media only screen and (max-width: 768px) {
  #top .top-contact__main {
    margin: 40px auto 0;
  }
}

/* Common */
.achievement {
  position: relative;
  padding: 170px 0 150px;
  background: url("../images/achievement/mv.png");
  background-size: 25.8416666667% auto;
  background-position: top 47px left;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .achievement {
    padding: 60px 0px 180px;
    background: url("../images/achievement/mv-sp.png");
    background-size: 48.9333333333% auto;
    background-position: top 30px right;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  .achievement {
    padding: 60px 0 180px;
  }
}
@media only screen and (max-width: 768px) {
  .achievement .lower_deco03 {
    top: 98%;
  }
}
@media only screen and (max-width: 768px) {
  .achievement .lower_deco04 {
    top: 99%;
  }
}
.achievement-inner {
  max-width: 1503px;
  margin: 0 auto;
  padding: 0 30px;
}
.achievement-title {
  position: relative;
  text-align: center;
  z-index: 1;
  line-height: 1;
}
.achievement-title .en {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  font-size: 20px;
  font-size: clamp(12px, 1.0416666667vw, 30px);
  font-weight: 600;
  color: #0F71ED;
}
@media only screen and (max-width: 768px) {
  .achievement-title .en {
    margin-left: -12px;
    padding-left: 20px;
  }
}
.achievement-title .en:before {
  position: absolute;
  width: 64.23px;
  height: 53.8px;
  left: 0;
  bottom: -6px;
  background-image: url(../images/common/deco-shoulder.svg);
  background-size: contain;
  z-index: -1;
  content: "";
}
@media only screen and (max-width: 768px) {
  .achievement-title .en:before {
    width: 32.29px;
    height: 25.62px;
    bottom: 0;
  }
}
.achievement-title .jp {
  display: block;
  margin: 40px 0 0;
  font-weight: 600;
  font-size: 45px;
  font-size: clamp(18px, 2.34375vw, 48px);
  color: #000;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .achievement-title .jp {
    margin: 20px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .achievement-title {
    text-align: left;
  }
}
.achievement-lead {
  margin: 40px 0 0;
  text-align: center;
  font-weight: 600;
  font-size: clamp(20px, 1.3020833333vw, 30px);
}
@media only screen and (max-width: 768px) {
  .achievement-lead {
    max-width: 49%;
    margin: 16px 0 0;
    font-size: 12px;
    text-align: left;
  }
}
.achievement-list {
  display: flex;
  margin: 100px 0 0;
  gap: 54px 36px;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .achievement-list {
    margin: 30px 0 0;
    gap: 30px;
  }
}
.achievement-list .item {
  width: calc((100% - 72px) / 3);
  background: #fff;
  border: 1px solid #707070;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 768px) {
  .achievement-list .item {
    width: 100%;
  }
}
.achievement-list .item > a {
  position: relative;
  display: block;
  padding: 30px 30px 0;
}
@media only screen and (max-width: 768px) {
  .achievement-list .item > a {
    padding: 30px 20px 0;
  }
}
.achievement-list .item .label-new {
  position: absolute;
  top: 23px;
  left: 0;
  display: inline-block;
  padding: 2px 30px;
  border-radius: 0px 20px 0px 0px;
  background: #0f71ed;
  border: 1px solid #707070;
  font-size: 20px;
  color: #fff;
  border: 1px solid #707070;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .achievement-list .item .label-new {
    top: 12px;
    font-size: 12px;
    padding: 2px 20px;
  }
}
.achievement-list .item .thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 400/218;
}
.achievement-list .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.achievement-list .item .info {
  display: flex;
  margin: 24px 0 0;
}
@media only screen and (max-width: 768px) {
  .achievement-list .item .info {
    margin: 11px 0 0;
  }
}
.achievement-list .item .text-wrapper {
  margin: 20px 0 0;
}
@media only screen and (max-width: 768px) {
  .achievement-list .item .text-wrapper {
    margin: 15px 0 0;
  }
}
.achievement-list .item .text-wrapper .title {
  font-size: 24px;
  line-height: 1.58;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .achievement-list .item .text-wrapper .title {
    font-size: 14px;
  }
}
.achievement-list .item .text-wrapper .text {
  display: -webkit-box;
  margin: 10px 0 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.66;
}
@media only screen and (max-width: 768px) {
  .achievement-list .item .text-wrapper .text {
    font-size: 12px;
  }
}
.achievement-list .item .more {
  display: block;
  width: calc(100% + 60px);
  margin: 20px 0 0 -30px;
  padding: 10px 30px;
  border-top: 1px solid #707070;
  background: #D8DFF2;
  text-align: right;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .achievement-list .item .more {
    width: calc(100% + 40px);
    margin: 20px 0 0 -20px;
    padding: 3px 20px;
  }
}
.achievement-list .item .more > span {
  position: relative;
  font-weight: 600;
  padding-right: 45px;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .achievement-list .item .more > span {
    font-size: 14px;
    padding-right: 0;
  }
}
.achievement-list .item .more > span:before {
  position: absolute;
  width: 12.89px;
  height: 20.6px;
  top: calc((100% - 20.6px) / 2);
  right: 0;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  mask-image: url(../images/common/icon-chevron_right.svg);
  -webkit-mask-image: url(../images/common/icon-chevron_right.svg);
  background-color: #000;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: all 0.3s;
  transition: all 0.3s ease;
  content: "";
}
@media only screen and (max-width: 768px) {
  .achievement-list .item .more > span:before {
    display: none !important;
  }
}
.achievement-list .item > a:hover {
  opacity: 1;
}
.achievement-list .item > a:hover .more {
  background: #0D71ED;
}
.achievement-list .item > a:hover .more > span {
  color: #fff;
}
.achievement-list .item > a:hover .more > span:before {
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  mask-image: url(../images/common/icon-chevron_right.svg);
  -webkit-mask-image: url(../images/common/icon-chevron_right.svg);
  background-color: #fff;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: all 0.3s;
}

/* Common */
.news {
  padding: 170px 0 150px;
  background: url("../images/news/mv.png"), url("../images/common/mv-deco01.svg");
  background-size: 25.8416666667% auto, 25% auto;
  background-position: top 47px left, top left 41%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .news {
    padding: 60px 0px 180px;
    background: url("../images/news/mv-sp.png"), url("../images/common/mv-deco01_sp.svg");
    background-size: 48.9333333333% auto, 54.2186666667% auto;
    background-position: top 30px right, top 0 left -3%;
    background-repeat: no-repeat, no-repeat no-repeat;
  }
}
.news-inner {
  max-width: 1503px;
  margin: 0 auto;
  padding: 0 30px;
}
.news-title {
  position: relative;
  text-align: center;
  z-index: 1;
  line-height: 1;
}
.news-title .en {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  font-size: 20px;
  font-size: clamp(12px, 1.0416666667vw, 30px);
  font-weight: 600;
  color: #0F71ED;
}
@media only screen and (max-width: 768px) {
  .news-title .en {
    margin-left: -12px;
    padding-left: 20px;
  }
}
.news-title .en:before {
  position: absolute;
  width: 64.23px;
  height: 53.8px;
  left: 0;
  bottom: -6px;
  background-image: url(../images/common/deco-shoulder.svg);
  background-size: contain;
  z-index: -1;
  content: "";
}
@media only screen and (max-width: 768px) {
  .news-title .en:before {
    width: 32.29px;
    height: 25.62px;
    bottom: 0;
  }
}
.news-title .jp {
  display: block;
  margin: 40px 0 0;
  font-weight: 600;
  font-size: 45px;
  font-size: clamp(18px, 2.34375vw, 48px);
  color: #000;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .news-title .jp {
    margin: 20px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .news-title {
    text-align: left;
  }
}
.news-lead {
  margin: 40px 0 0;
  text-align: center;
  font-weight: 600;
  font-size: clamp(20px, 1.3020833333vw, 30px);
}
@media only screen and (max-width: 768px) {
  .news-lead {
    max-width: 49%;
    margin: 16px 0 0;
    font-size: 12px;
    text-align: left;
  }
}

.news-list {
  display: flex;
  margin: 100px 0 0;
  flex-direction: column;
  gap: 20px;
}
.news-list .item {
  background: #fff;
  border: 1px solid #707070;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.news-list .item > a {
  position: relative;
  display: flex;
  padding: 20px 70px 20px 20px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .news-list .item > a {
    padding: 10px 27px 10px 10px;
  }
}
.news-list .item > a:after {
  position: absolute;
  width: 55px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #000;
  background-size: 18.28px auto;
  background-position: center;
  background-image: url("../images/common/icon-chevron_right.svg");
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  content: "";
}
@media only screen and (max-width: 768px) {
  .news-list .item > a:after {
    width: 20.52px;
    background-size: 6.82px auto;
  }
}
.news-list .item > a:hover {
  opacity: 1;
}
.news-list .item > a:hover:after {
  background-color: #0D71ED;
}
.news-list .item > a .thumb {
  max-width: 202.5px;
  aspect-ratio: 200/115;
}
@media only screen and (max-width: 768px) {
  .news-list .item > a .thumb {
    width: 31%;
  }
}
.news-list .item > a .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list .item > a .content {
  flex: 1;
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .news-list .item > a .content {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    gap: 8px;
  }
}
.news-list .item > a .title {
  font-weight: 600;
  margin: 8px 0 0;
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .news-list .item > a .title {
    width: 66%;
    font-size: 12px;
  }
}
.news-list .item > a .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  font-weight: 300;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .news-list .item > a .text {
    width: 100%;
    font-size: 12px;
  }
}

/* Common */
.lower.is-single {
  max-width: 1920px;
  margin: 0 auto;
  padding: 130px 0 240px;
}
@media only screen and (max-width: 768px) {
  .lower.is-single {
    padding: 0 0 100px;
  }
}
.lower.is-single .lower_deco01 {
  display: none;
}
.lower.is-single .lower_deco02 {
  display: none;
}
.lower.is-single .lower_deco03 {
  top: 2%;
}
.lower.is-single .lower_deco04 {
  top: 3%;
}
.lower.is-single .lower-inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}
.lower.is-single .single-title {
  padding: 120px 0 60px;
}
@media only screen and (max-width: 768px) {
  .lower.is-single .single-title {
    padding: 48px 0 0;
  }
}
.lower.is-single .single-title h1 {
  margin: 20px 0 0;
  font-size: 45px;
}
@media only screen and (max-width: 768px) {
  .lower.is-single .single-title h1 {
    margin: 10px 0 0;
    font-size: 18px;
    line-height: 30px;
  }
}
.lower.is-single h2.wp-block-heading {
  position: relative;
  margin: 30px 0 20px;
  padding-left: 45px;
  font-weight: normal;
  font-size: 35px;
  text-align: left;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .lower.is-single h2.wp-block-heading {
    padding-left: 23px;
    font-size: 16px;
  }
}
.lower.is-single h2.wp-block-heading:before {
  position: absolute;
  width: 28px;
  height: 80%;
  top: 10%;
  left: 0;
  background: #0d71ed;
  content: "";
}
@media only screen and (max-width: 768px) {
  .lower.is-single h2.wp-block-heading:before {
    width: 13px;
  }
}
.lower.is-single h3.wp-block-heading {
  margin: 50px 0 20px;
  border-bottom: 3px solid #0D71ED;
}
@media only screen and (max-width: 768px) {
  .lower.is-single h3.wp-block-heading {
    padding-bottom: 6px;
    font-size: 16px;
    border-bottom: 2px solid #0D71ED;
  }
}
.lower.is-single .single-content__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}
.lower.is-single .single-content__inner > * + * {
  margin: 20px 0 0;
}
.lower.is-single .single-thumb-wrapper {
  max-width: 900px;
  width: 46.875%;
  background-image: url(../images/common/thumb_bg.png);
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  padding: 30px 0 300px 130px;
  float: right;
}
@media only screen and (max-width: 768px) {
  .lower.is-single .single-thumb-wrapper {
    width: 100%;
    padding: 61.5px 0 61.5px 75px;
    float: none;
  }
}
.lower.is-single .single-thumb-wrapper .single-thumb {
  width: 100%;
  aspect-ratio: 757/421;
}
.lower.is-single .single-thumb-wrapper .single-thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=open-rim.css.map */
