@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4 {
  letter-spacing: 0.025em;
  font-weight: 600;
}

h5,
h6 {
  letter-spacing: 0.05em;
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

select {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

html {
  overscroll-behavior: none;
  background: var(--white);
}

.material-icons-outlined {
  font-family: "Material Icons" !important;
  vertical-align: middle;
}

:root {
  --white: #FDFDFD;
  --white_bg: #F5F5F5;
  --gray_bg: #E9E9E9;
  --black: #222222;
  --blue_dark: #0E0E40;
  --blue_dark_half: rgba(5, 5, 86, 0.5);
  --blue: #050556;
  --red: #EF1212;
  --blue_link: #3C80A2;
}

body {
  overflow-x: hidden;
  opacity: 0;
  animation: Fadein 0.8s ease-in 0.8s forwards;
  color: var(--black);
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  background-color: var(--white_bg);
}

div,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6,
header,
footer,
aside,
figure {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #222;
}

@media screen and (min-width: 1023px) {
  a:hover {
    opacity: 0.8;
    transition: 0.4s;
  }
}
.relative {
  position: relative;
}

.eng {
  font-family: "Plus Jakarta Sans", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.han {
  font-family: YakuHanJP, "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.bggrayline {
  background: repeating-linear-gradient(-45deg, #dbdbdb, #dbdbdb 1px, var(--gray_bg) 0, var(--gray_bg) 7px);
}

button,
input,
select,
textarea,
pre,
th,
td,
li,
dt,
dd {
  font-family: inherit;
}

a.btn_icon_circle {
  background-color: var(--black);
  color: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--white);
  border-radius: 2px;
  max-width: 400px;
  padding: 16px;
}
a.btn_icon_circle .inner {
  width: calc(100% - 32px - 32px);
  text-align: center;
  padding-left: 32px;
  display: block;
}
a.btn_icon_circle .inner span {
  display: block;
}
a.btn_icon_circle .inner span.eng {
  font-size: 1.125rem;
}
a.btn_icon_circle .inner span.jp {
  font-size: 0.813rem;
}
@media screen and (max-width: 1023px) {
  a.btn_icon_circle .inner span.eng {
    font-size: 1rem;
  }
  a.btn_icon_circle .inner span.jp {
    font-size: 0.75rem;
  }
}
a.btn_icon_circle span.icon {
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid var(--white);
  border-radius: 16px;
  padding: 6px;
}
a.btn_icon_circle span.icon svg {
  fill: var(--white);
}
a.btn_icon_circle:hover {
  background-color: var(--white);
  color: var(--black);
}
a.btn_icon_circle:hover span.icon {
  border: 1px solid var(--black);
  transition: 0.4s;
}
a.btn_icon_circle:hover span.icon svg {
  fill: var(--black);
  transition: 0.4s;
}
a.btn_icon_circle.blue {
  width: 100%;
  background-color: var(--blue_dark);
}
a.btn_icon_circle.blue:hover {
  background-color: var(--blue);
  color: var(--white);
}
a.btn_icon_circle.blue:hover span.icon {
  border: 1px solid var(--white);
}
a.btn_icon_circle.blue:hover span.icon svg {
  fill: var(--white);
}

img {
  width: 100%;
}

.h_xl {
  font-size: 3rem;
  line-height: 1.7;
}
@media screen and (max-width: 1023px) {
  .h_xl {
    font-size: 1.75rem;
  }
}

.h_l {
  font-size: 2.125rem;
  line-height: 1.7;
}
@media screen and (max-width: 1023px) {
  .h_l {
    font-size: 1.25rem;
  }
}

.h_m {
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (max-width: 1023px) {
  .h_m {
    font-size: 0.938rem;
  }
}

.h_s {
  font-size: 1.375rem;
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  .h_s {
    font-size: 0.875rem;
  }
}

.h_xs {
  font-size: 1.125rem;
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  .h_xs {
    font-size: 0.75rem;
  }
}

.h_xcs {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  .h_xcs {
    font-size: 0.75rem;
  }
}

.lead {
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .lead {
    font-size: 0.875rem;
  }
}

.reg_l {
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 400;
}
.reg_l.bold {
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .reg_l {
    font-size: 0.813rem;
  }
}

.reg {
  font-size: 0.938rem;
  line-height: 1.8;
  font-weight: 400;
}
.reg.bold {
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .reg {
    font-size: 0.813rem;
  }
}

.cap {
  font-size: 0.813rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .cap {
    font-size: 0.688rem;
  }
}

span.lb {
  display: inline-block;
}

span.whitebg {
  display: inline-block;
  position: relative;
}
span.whitebg::after {
  content: "";
  display: block;
  background-color: var(--white);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  width: 0;
  opacity: 0;
}
span.whitebg.showbg::after {
  animation: width 0.8s ease-out 0.4s forwards;
}

.textblue {
  color: var(--blue_dark);
}

.sa.fadein {
  opacity: 0;
}
.sa.fadein.show {
  animation: Fadein 1.2s ease-out 0.4s forwards;
}
.sa.slidein {
  opacity: 0;
}
.sa.slidein.show {
  animation: FadeinSlide 1.2s ease-out 0.4s forwards;
}

@keyframes width {
  0% {
    width: 0%;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@keyframes Fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeinSlide {
  0% {
    opacity: 0;
    transform: translate(0, 16px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0px);
  }
}
.pad32 {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 1023px) {
  .pad32 {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.small_width {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1023px) {
  .small_width {
    max-width: 800px;
  }
}
.small_width.pad32 {
  max-width: 672px;
}
@media screen and (min-width: 1023px) {
  .small_width.pad32 {
    max-width: 832px;
  }
}

.basic_width {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1023px) {
  .basic_width {
    max-width: 1180px;
  }
}
.basic_width.pad32 {
  max-width: 672px;
}
@media screen and (min-width: 1023px) {
  .basic_width.pad32 {
    max-width: 1244px;
  }
}

.large_width {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1023px) {
  .large_width {
    max-width: 1180px;
  }
}
.large_width.pad32 {
  max-width: 1212px;
}
@media screen and (min-width: 1023px) {
  .large_width.pad32 {
    max-width: 1244px;
  }
}

@media screen and (min-width: 1023px) {
  .flex50 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 40px;
  }
  .flex50 .flexitem {
    width: 50%;
  }
}

@media screen and (min-width: 1023px) {
  .flex40 {
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }
  .flex40 .left {
    width: 40%;
  }
  .flex40 .right {
    width: 60%;
  }
}

@media screen and (min-width: 1023px) {
  .flex30 {
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }
  .flex30 .flex_item {
    width: 33%;
  }
}

.titlebox_flex {
  display: flex;
  justify-content: space-between;
  gap: 64px;
}
.titlebox_flex .left {
  width: 50%;
}
.titlebox_flex .right {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .titlebox_flex {
    justify-content: space-between;
    flex-direction: column;
    gap: 24px;
  }
  .titlebox_flex .left {
    width: 100%;
  }
  .titlebox_flex .right {
    width: 100%;
  }
}

.flipcard {
  cursor: pointer;
  perspective: 3200px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  width: 100%;
}
.flipcard .flipcard_inner {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.flipcard .flipcard_inner .front,
.flipcard .flipcard_inner .back {
  width: 100%;
}
.flipcard span.icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
}
.flipcard .front {
  z-index: 2;
  backface-visibility: hidden;
  background-color: var(--blue_dark);
  border-radius: 2px;
  padding: 16px;
  display: flex;
  align-items: center;
  color: var(--white);
  transition: background-color 0.8s;
}
.flipcard .front span.icon {
  fill: var(--white);
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.flipcard .back {
  border-radius: 2px;
  background-color: var(--white);
  position: absolute;
  z-index: 1;
  transform: rotateY(-180deg);
  backface-visibility: hidden;
  top: 0;
  left: 0;
  padding: 24px 24px 40px 24px;
  transition: opacity 0.8s;
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.flipcard .back span.icon {
  fill: var(--blue_dark);
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.flipcard:hover .front {
  background-color: var(--blue);
}
.flipcard:hover .back {
  opacity: 0.7;
}
.flipcard.flip .item-back {
  background-color: lightyellow;
}
.flipcard.flip .flipcard_inner {
  transform: rotateY(-180deg);
}
.flipcard .flipcard_inner {
  transform-style: preserve-3d;
  transition: transform 0.4s ease-out;
}

.top_section_flex {
  display: flex;
}
.top_section_flex .left {
  padding-top: 0.25em;
  max-width: 240px;
  min-width: 180px;
  width: 18%;
}
.top_section_flex .left .smallh2 {
  margin-bottom: 0;
}
.top_section_flex .right {
  width: 82%;
}
@media screen and (max-width: 1023px) {
  .top_section_flex {
    display: block;
  }
  .top_section_flex .left {
    width: 100%;
  }
  .top_section_flex .right {
    width: 100%;
  }
}

header {
  opacity: 0;
  animation: Fadein 0.8s ease-in 1s forwards;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.8s, border-bottom 0.8s, color 0.8s, -webkit-backdrop-filter 0.8s;
  transition: background-color 0.8s, backdrop-filter 0.8s, border-bottom 0.8s, color 0.8s;
  transition: background-color 0.8s, backdrop-filter 0.8s, border-bottom 0.8s, color 0.8s, -webkit-backdrop-filter 0.8s;
  z-index: 100;
  height: 64px;
}
header .header_inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  height: 48px;
}
header .header_inner h1.header_logo {
  opacity: 0;
  transition: opacity 0.6s;
  pointer-events: none;
}
header .header_inner h1.header_logo a {
  display: block;
  height: 48px;
}
header .header_inner h1.header_logo img {
  width: 100%;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
header .header_inner nav ul {
  display: flex;
  align-items: center;
  gap: 24px;
}
header .header_inner nav ul a {
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  color: var(--white);
}
header .header_inner nav ul a.btn_blk {
  color: var(--white);
  background: var(--blue_dark);
  min-width: 120px;
  height: 40px;
  padding: 8px 24px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header_inner .humburger {
  display: none;
}
header.bgwhite {
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid var(--blue_dark);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
header.bgwhite .header_inner h1.header_logo {
  opacity: 1;
  pointer-events: initial;
}
header.bgwhite .header_inner nav ul a {
  color: var(--blue_dark);
}
header.bgwhite .header_inner nav ul a.btn_blk {
  color: var(--white);
}
@media screen and (max-width: 1023px) {
  header {
    height: 48px;
  }
  header .header_inner {
    height: 32px;
  }
  header .header_inner h1.header_logo a {
    height: 32px;
  }
  header .header_inner h1.header_logo a img {
    height: 32px;
  }
  header .header_inner nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    isolation: isolate;
    /* ← レイヤーの隔離を促す */
  }
  header .header_inner nav ul {
    flex-direction: column;
    justify-content: flex-start;
    gap: 40px;
    padding: 0 32px;
    width: 100%;
    max-width: 480px;
  }
  header .header_inner nav ul li {
    width: 100%;
    text-align: center;
  }
  header .header_inner nav ul li a {
    font-size: 0.938rem;
    color: var(--blue_dark);
  }
  header .header_inner nav ul li a.btn_blk {
    height: 48px;
    width: 100%;
  }
  header .header_inner nav.open {
    animation: Fadein 0.6s ease-in 0s forwards;
    pointer-events: initial;
    visibility: visible;
  }
  header .header_inner .humburger {
    width: 32px;
    height: 24px;
    display: block;
    position: relative;
    cursor: pointer;
  }
  header .header_inner .humburger span, header .header_inner .humburger::before, header .header_inner .humburger::after {
    content: "";
    display: block;
    background-color: var(--white);
    width: 32px;
    height: 2px;
    position: absolute;
    transition: 0.6s;
  }
  header .header_inner .humburger span {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  header .header_inner .humburger::before {
    top: 0;
  }
  header .header_inner .humburger::after {
    bottom: 0;
  }
  header .header_inner .humburger.open::before, header .header_inner .humburger.open::after,
  header .header_inner .humburger.open span {
    background-color: var(--black);
  }
  header .header_inner .humburger.open::before, header .header_inner .humburger.open::after {
    transform: rotate(30deg);
  }
  header .header_inner .humburger.open::before {
    top: 11px;
  }
  header .header_inner .humburger.open::after {
    bottom: 11px;
  }
  header .header_inner .humburger.open span {
    transform: rotate(-30deg);
  }
  header.bgwhite .humburger span, header.bgwhite .humburger::before, header.bgwhite .humburger::after {
    background-color: var(--black);
  }
}

h2.smallh2 {
  margin-bottom: 24px;
  color: var(--blue_dark);
  letter-spacing: 0.05em;
  font-size: 0.975rem;
}
@media screen and (max-width: 1023px) {
  h2.smallh2 {
    padding-top: 4px;
    font-size: 0.75rem;
    margin-bottom: 16px;
  }
}

@keyframes fadeincopy {
  0% {
    -webkit-mask-position: right;
    mask-position: right;
    opacity: 0;
  }
  100% {
    -webkit-mask-position: left;
    mask-position: left;
    opacity: 1;
  }
}
section#topmain {
  overflow: hidden;
}
section#topmain .kv_text {
  padding-bottom: 40px;
  width: 100%;
  height: 97.5dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  z-index: 2;
}
section#topmain .kv_text .inner {
  max-width: 704px;
  -webkit-mask-image: linear-gradient(120deg, black 50%, transparent 60%, transparent 100%);
  mask-image: linear-gradient(120deg, black 50%, transparent 60%, transparent 100%);
  opacity: 0;
  -webkit-mask-size: 250%;
  mask-size: 250%;
  -webkit-mask-position: right;
  mask-position: right;
  animation: fadeincopy 1.2s linear 2.4s forwards;
}
section#topmain .kv_text .inner .copy {
  font-size: 2.25rem;
  line-height: 1.5;
  color: var(--white);
  font-weight: 600;
  margin-top: 16px;
}
@media screen and (max-width: 1023px) {
  section#topmain .kv_text .inner .copy {
    font-size: 1.25rem;
  }
}
section#topmain .kv_wrap {
  animation: Fadein 0.8s ease-in 1.2s forwards;
  opacity: 0;
  will-change: transform;
  position: relative;
}
section#topmain .kv_wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: var(--black);
  opacity: 0.55;
  z-index: 1;
}
section#topmain .kv_wrap,
section#topmain .kv_wrap .kv_item {
  height: 97.5dvh;
}
section#topmain .kv_wrap .kv_g {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
section#topmain .kv_wrap .kv_g .kv_item {
  width: 50%;
  opacity: 0;
}
section#topmain .kv_wrap .kv_g .kv_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  section#topmain .kv_wrap .kv_g {
    flex-direction: column;
    width: 100%;
  }
  section#topmain .kv_wrap .kv_g .kv_item {
    width: 100%;
    height: 50dvh;
  }
}
section#topmain .kv_wrap .kv_g.show .kv_item {
  opacity: 1;
  z-index: 0;
  transition: opacity 1.6s;
  pointer-events: auto;
}
section#topmain .kv_wrap .kv_g.show .kv_item:nth-child(1) {
  transition-delay: 0s;
}
section#topmain .kv_wrap .kv_g.show .kv_item:nth-child(2) {
  transition-delay: 0.8s;
}
section#topmain .kv_wrap .kv_g.show-off .kv_item {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transition: opacity 1.6s;
}
section#topmain .kv_wrap .kv_g.show-off .kv_item:nth-child(1) {
  transition-delay: 0s;
}
section#topmain .kv_wrap .kv_g.show-off .kv_item:nth-child(2) {
  transition-delay: 0.8s;
}

section#top_about {
  padding-top: 80px;
}
@media screen and (max-width: 1023px) {
  section#top_about {
    padding-top: 40px;
  }
}
section#top_about .inner {
  border-bottom: 1px solid var(--blue_dark);
  padding-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  section#top_about .inner {
    padding-bottom: 40px;
  }
}
section#top_about .h2_area {
  margin: 0 auto 80px auto;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
}
section#top_about .h2_area h2 {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  section#top_about .h2_area {
    margin: 0 auto 40px auto;
    font-size: 1.4rem;
  }
}
section#top_about .about_diagram .diagram {
  max-width: 440px;
  margin: 0 auto;
}
section#top_about .about_diagram .diagram #svgimg_steward svg path#bg,
section#top_about .about_diagram .diagram #svgimg_steward svg polygon#bg,
section#top_about .about_diagram .diagram #svgimg_steward svg g {
  opacity: 0;
}
section#top_about .about_diagram .diagram #svgimg_steward.show svg g#g00,
section#top_about .about_diagram .diagram #svgimg_steward.show svg g#g00 g {
  animation: Fadein 0.6s ease-in 0.4s forwards;
}
section#top_about .about_diagram .diagram #svgimg_steward.show svg polygon#bg {
  animation: Fadein 1.2s ease-in 0.8s forwards;
}
section#top_about .about_diagram .diagram #svgimg_steward.show svg g#g01_1,
section#top_about .about_diagram .diagram #svgimg_steward.show svg g#g01_1 g {
  animation: Fadein 0.4s ease-in 0.8s forwards;
}
section#top_about .about_diagram .diagram #svgimg_steward.show svg g#g01_2,
section#top_about .about_diagram .diagram #svgimg_steward.show svg g#g01_2 g {
  animation: Fadein 0.4s ease-in 0.9s forwards;
}
section#top_about .about_diagram .diagram #svgimg_steward.show svg g#g01_3,
section#top_about .about_diagram .diagram #svgimg_steward.show svg g#g01_3 g {
  animation: Fadein 0.4s ease-in 1s forwards;
}
section#top_about .about_diagram .diagram #svgimg_steward.show svg g#g01_4,
section#top_about .about_diagram .diagram #svgimg_steward.show svg g#g01_4 g {
  animation: Fadein 0.4s ease-in 1.1s forwards;
}
section#top_about .about_diagram .diagram #svgimg_steward.show svg g#g01_5,
section#top_about .about_diagram .diagram #svgimg_steward.show svg g#g01_5 g {
  animation: Fadein 0.4s ease-in 1.2s forwards;
}
section#top_about .about_diagram .diagram #svgimg_steward.show svg g#g01_6,
section#top_about .about_diagram .diagram #svgimg_steward.show svg g#g01_6 g {
  animation: Fadein 0.4s ease-in 1.3s forwards;
}
section#top_about .about_diagram .diagram #svgimg_steward.show svg g#g01_7,
section#top_about .about_diagram .diagram #svgimg_steward.show svg g#g01_7 g {
  animation: Fadein 0.4s ease-in 1.4s forwards;
}
section#top_about .about_diagram .diagram #svgimg_steward.show svg g#g01_8,
section#top_about .about_diagram .diagram #svgimg_steward.show svg g#g01_8 g {
  animation: Fadein 0.4s ease-in 1.5s forwards;
}
@media screen and (max-width: 1023px) {
  section#top_about .about_diagram .diagram {
    margin-bottom: 40px;
  }
}
section#top_about .about_diagram p.lead {
  margin-bottom: 32px;
}
section#top_about .about_diagram p.lead:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  section#top_about .about_diagram p.lead {
    margin-bottom: 24px;
  }
  section#top_about .about_diagram p.lead:last-child {
    margin-bottom: 0;
  }
}

section#top_about_2 {
  padding-top: 56px;
}
@media screen and (max-width: 1023px) {
  section#top_about_2 {
    padding-top: 40px;
  }
}
section#top_about_2 .inner {
  padding-bottom: 104px;
}
section#top_about_2 .inner .titlearea {
  text-align: center;
  margin-bottom: 40px;
}
section#top_about_2 .inner .titlearea h2 span.whitebg:first-child {
  padding-left: 0.25em;
}
section#top_about_2 .inner .titlearea h3 {
  margin-top: 8px;
}
section#top_about_2 .inner .about_flex30 .flex_item {
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.025));
  background: var(--white);
  padding: 0;
  opacity: 0;
}
section#top_about_2 .inner .about_flex30 .flex_item h3 {
  gap: 8px;
  border-bottom: 1px solid var(--blue_dark);
  width: 100%;
  padding: 16px;
  position: relative;
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 140px;
}
section#top_about_2 .inner .about_flex30 .flex_item h3::before {
  background-color: var(--blue_dark);
  display: block;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
section#top_about_2 .inner .about_flex30 .flex_item h3 span.text {
  display: block;
  color: var(--white);
}
section#top_about_2 .inner .about_flex30 .flex_item h3 span.eng {
  line-height: 1;
}
section#top_about_2 .inner .about_flex30 .flex_item h3 span.icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  height: 104px;
  z-index: -2;
}
section#top_about_2 .inner .about_flex30 .flex_item h3 span.icon img {
  height: 104px;
  display: block;
}
section#top_about_2 .inner .about_flex30 .flex_item p {
  padding: 16px;
}
section#top_about_2 .inner .about_flex30.show .flex_item:nth-child(1) {
  animation: FadeinSlide 0.8s ease-in 0.4s forwards;
}
section#top_about_2 .inner .about_flex30.show .flex_item:nth-child(2) {
  animation: FadeinSlide 0.8s ease-in 0.8s forwards;
}
section#top_about_2 .inner .about_flex30.show .flex_item:nth-child(3) {
  animation: FadeinSlide 0.8s ease-in 1.2s forwards;
}
@media screen and (max-width: 1023px) {
  section#top_about_2 .inner {
    padding-bottom: 48px;
  }
  section#top_about_2 .inner .titlearea {
    margin-bottom: 40px;
  }
  section#top_about_2 .inner .titlearea h3 {
    margin-top: 4px;
  }
  section#top_about_2 .inner .about_flex30 .flex_item {
    max-width: 400px;
    margin: 0 auto 16px auto;
  }
  section#top_about_2 .inner .about_flex30 .flex_item:last-child {
    margin-bottom: 0;
  }
  section#top_about_2 .inner .about_flex30 .flex_item h3 span.icon {
    height: 80px;
  }
  section#top_about_2 .inner .about_flex30 .flex_item h3 span.icon img {
    height: 80px;
  }
  section#top_about_2 .inner .about_flex30 .flex_item p {
    min-height: 5.4em;
  }
}

section.top_service .inner .service_inner {
  width: 100%;
}

.service_inner_flex .service_item {
  gap: 64px;
}
.service_inner_flex .service_item .service_item_inner .service_item_inner_flex {
  display: flex;
}
.service_inner_flex .service_item .service_item_inner .textarea {
  padding-top: 40px;
  width: 50%;
  max-width: 520px;
}
.service_inner_flex .service_item .service_item_inner .textarea h4 {
  margin-bottom: 32px;
}
.service_inner_flex .service_item .service_item_inner .textarea p {
  margin-bottom: 24px;
}
.service_inner_flex .service_item .service_item_inner .textarea p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .service_inner_flex .service_item .service_item_inner .service_item_inner_flex {
    display: block;
  }
  .service_inner_flex .service_item .service_item_inner .service_item_inner_flex .textarea {
    width: 100%;
    padding-top: 24px;
    margin-bottom: 24px;
  }
  .service_inner_flex .service_item .service_item_inner .service_item_inner_flex .textarea h4 {
    margin-bottom: 16px;
  }
  .service_inner_flex .service_item .service_item_inner .service_item_inner_flex .textarea p {
    margin-bottom: 16px;
  }
  .service_inner_flex .service_item .service_item_inner .service_item_inner_flex .textarea p:last-child {
    margin-bottom: 0;
  }
  .service_inner_flex .service_item .service_item_inner .service_item_inner_flex .diagram {
    width: 100%;
    padding: 0px;
    max-width: 440px;
    margin: 0 auto;
  }
}
.service_inner_flex .diagram {
  width: 50%;
  max-width: 440px;
  margin: 0 auto;
}

section#top_service_defence {
  padding-top: 40px;
}
@media screen and (max-width: 1023px) {
  section#top_service_defence {
    padding-top: 40px;
  }
}
section#top_service_defence .service_inner_flex .diagram #svgimg_defender svg path#bg,
section#top_service_defence .service_inner_flex .diagram #svgimg_defender svg g {
  opacity: 0;
}
section#top_service_defence .service_inner_flex .diagram #svgimg_defender.show svg g#g00,
section#top_service_defence .service_inner_flex .diagram #svgimg_defender.show svg g#g00 g {
  animation: Fadein 0.6s ease-in 0.4s forwards;
}
section#top_service_defence .service_inner_flex .diagram #svgimg_defender.show svg path#bg {
  animation: Fadein 1.2s ease-in 0.6s forwards;
}
section#top_service_defence .service_inner_flex .diagram #svgimg_defender.show svg g#g01_1,
section#top_service_defence .service_inner_flex .diagram #svgimg_defender.show svg g#g01_1 g {
  animation: Fadein 0.4s ease-in 0.8s forwards;
}
section#top_service_defence .service_inner_flex .diagram #svgimg_defender.show svg g#g01_2,
section#top_service_defence .service_inner_flex .diagram #svgimg_defender.show svg g#g01_2 g {
  animation: Fadein 0.4s ease-in 0.9s forwards;
}
section#top_service_defence .service_inner_flex .diagram #svgimg_defender.show svg g#g01_3,
section#top_service_defence .service_inner_flex .diagram #svgimg_defender.show svg g#g01_3 g {
  animation: Fadein 0.4s ease-in 1s forwards;
}
section#top_service_defence .service_inner_flex .diagram #svgimg_defender.show svg g#g01_4,
section#top_service_defence .service_inner_flex .diagram #svgimg_defender.show svg g#g01_4 g {
  animation: Fadein 0.4s ease-in 1.1s forwards;
}
section#top_service_defence .service_inner_flex .diagram #svgimg_defender.show svg g#g01_5,
section#top_service_defence .service_inner_flex .diagram #svgimg_defender.show svg g#g01_5 g {
  animation: Fadein 0.4s ease-in 1.2s forwards;
}
section#top_service_defence .service_inner_flex .diagram #svgimg_defender.show svg g#g01_6,
section#top_service_defence .service_inner_flex .diagram #svgimg_defender.show svg g#g01_6 g {
  animation: Fadein 0.4s ease-in 1.3s forwards;
}
section#top_service_defence .service_inner_flex .diagram #svgimg_defender.show svg g#g01_7,
section#top_service_defence .service_inner_flex .diagram #svgimg_defender.show svg g#g01_7 g {
  animation: Fadein 0.4s ease-in 1.4s forwards;
}
section#top_service_defence .service_inner_flex .diagram #svgimg_defender.show svg g#g01_8,
section#top_service_defence .service_inner_flex .diagram #svgimg_defender.show svg g#g01_8 g {
  animation: Fadein 0.4s ease-in 1.5s forwards;
}
section#top_service_defence .inner {
  border-bottom: 1px solid var(--blue_dark);
  padding-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  section#top_service_defence .inner {
    padding-bottom: 40px;
  }
}

section#top_service_1 {
  padding-top: 24px;
}
@media screen and (max-width: 1023px) {
  section#top_service_1 {
    padding-top: 16px;
  }
}
section#top_service_1 .inner {
  padding-bottom: 64px;
}
section#top_service_1 .inner .service_inner_flex .diagram #svgimg_family_office svg path#bg,
section#top_service_1 .inner .service_inner_flex .diagram #svgimg_family_office svg g {
  opacity: 0;
}
section#top_service_1 .inner .service_inner_flex .diagram #svgimg_family_office.show svg g#g00,
section#top_service_1 .inner .service_inner_flex .diagram #svgimg_family_office.show svg g#g00 g {
  animation: Fadein 0.6s ease-in 0.4s forwards;
}
section#top_service_1 .inner .service_inner_flex .diagram #svgimg_family_office.show svg path#bg {
  animation: Fadein 1.2s ease-in 0.6s forwards;
}
section#top_service_1 .inner .service_inner_flex .diagram #svgimg_family_office.show svg g#g01_1,
section#top_service_1 .inner .service_inner_flex .diagram #svgimg_family_office.show svg g#g01_1 g {
  animation: Fadein 0.4s ease-in 0.8s forwards;
}
section#top_service_1 .inner .service_inner_flex .diagram #svgimg_family_office.show svg g#g01_2,
section#top_service_1 .inner .service_inner_flex .diagram #svgimg_family_office.show svg g#g01_2 g {
  animation: Fadein 0.4s ease-in 0.9s forwards;
}
section#top_service_1 .inner .service_inner_flex .diagram #svgimg_family_office.show svg g#g01_3,
section#top_service_1 .inner .service_inner_flex .diagram #svgimg_family_office.show svg g#g01_3 g {
  animation: Fadein 0.4s ease-in 1s forwards;
}
section#top_service_1 .inner .service_inner_flex .diagram #svgimg_family_office.show svg g#g01_4,
section#top_service_1 .inner .service_inner_flex .diagram #svgimg_family_office.show svg g#g01_4 g {
  animation: Fadein 0.4s ease-in 1.1s forwards;
}
section#top_service_1 .inner .service_inner_flex .diagram #svgimg_family_office.show svg g#g01_5,
section#top_service_1 .inner .service_inner_flex .diagram #svgimg_family_office.show svg g#g01_5 g {
  animation: Fadein 0.4s ease-in 1.2s forwards;
}
section#top_service_1 .inner .service_inner_flex .diagram #svgimg_family_office.show svg g#g01_6,
section#top_service_1 .inner .service_inner_flex .diagram #svgimg_family_office.show svg g#g01_6 g {
  animation: Fadein 0.4s ease-in 1.3s forwards;
}
section#top_service_1 .inner .service_inner_flex .diagram #svgimg_family_office.show svg g#g01_7,
section#top_service_1 .inner .service_inner_flex .diagram #svgimg_family_office.show svg g#g01_7 g {
  animation: Fadein 0.4s ease-in 1.4s forwards;
}
section#top_service_1 .inner .service_inner_flex .diagram #svgimg_family_office.show svg g#g01_8,
section#top_service_1 .inner .service_inner_flex .diagram #svgimg_family_office.show svg g#g01_8 g {
  animation: Fadein 0.4s ease-in 1.5s forwards;
}
@media screen and (max-width: 1023px) {
  section#top_service_1 .inner {
    padding-bottom: 40px;
  }
}

section#top_service_2 {
  padding-top: 24px;
}
@media screen and (max-width: 1023px) {
  section#top_service_2 {
    padding-top: 16px;
  }
}
section#top_service_2 .inner {
  padding-bottom: 80px;
  border-bottom: 1px solid var(--blue_dark);
}
@media screen and (max-width: 1023px) {
  section#top_service_2 .inner {
    padding-bottom: 40px;
  }
}
section#top_service_2 .service_inner_flex .diagram #svgimg_fund svg path#bg,
section#top_service_2 .service_inner_flex .diagram #svgimg_fund svg g {
  opacity: 0;
}
section#top_service_2 .service_inner_flex .diagram #svgimg_fund.show svg g#fund_1,
section#top_service_2 .service_inner_flex .diagram #svgimg_fund.show svg g#fund_1 g {
  animation: Fadein 0.8s ease-in 0.4s forwards;
}
section#top_service_2 .service_inner_flex .diagram #svgimg_fund.show svg g#fund_2,
section#top_service_2 .service_inner_flex .diagram #svgimg_fund.show svg g#fund_2 g {
  animation: Fadein 0.8s ease-in 0.6s forwards;
}
section#top_service_2 .service_inner_flex .diagram #svgimg_fund.show svg g#fund_3,
section#top_service_2 .service_inner_flex .diagram #svgimg_fund.show svg g#fund_3 g {
  animation: Fadein 0.8s ease-in 0.8s forwards;
}
section#top_service_2 .service_inner_flex .diagram #svgimg_fund.show svg g#fund_4,
section#top_service_2 .service_inner_flex .diagram #svgimg_fund.show svg g#fund_4 g {
  animation: Fadein 0.8s ease-in 1s forwards;
}
section#top_service_2 .service_inner_flex .diagram #svgimg_fund.show svg g#fund_5,
section#top_service_2 .service_inner_flex .diagram #svgimg_fund.show svg g#fund_5 g {
  animation: Fadein 0.8s ease-in 1.2s forwards;
}
section#top_service_2 .service_item .service_item_inner .textarea {
  width: 50%;
}
section#top_service_2 .service_item .service_item_inner .textarea h4 {
  margin-bottom: 32px;
}
section#top_service_2 .service_item .service_item_inner .textarea p {
  margin-bottom: 24px;
}
section#top_service_2 .service_item .service_item_inner .textarea p:last-child {
  margin-bottom: 0;
}
section#top_service_2 .service_item .service_item_inner .diagram {
  width: 100%;
  margin-top: 40px;
}
section#top_service_2 .service_item .service_item_inner .diagram.diagram_card {
  margin-top: 80px;
}
section#top_service_2 .service_item .service_item_inner .diagram ul.service_fund_card_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 16px;
}
section#top_service_2 .service_item .service_item_inner .diagram ul.service_fund_card_list li {
  display: flex;
  align-items: stretch;
  margin-bottom: 8px;
  opacity: 0;
  width: 100%;
}
section#top_service_2 .service_item .service_item_inner .diagram ul.service_fund_card_list.show li:nth-child(1) {
  animation: Fadein 0.8s ease-in 0.2s forwards;
}
section#top_service_2 .service_item .service_item_inner .diagram ul.service_fund_card_list.show li:nth-child(2) {
  animation: Fadein 0.8s ease-in 0.3s forwards;
}
section#top_service_2 .service_item .service_item_inner .diagram ul.service_fund_card_list.show li:nth-child(3) {
  animation: Fadein 0.8s ease-in 0.4s forwards;
}
@media screen and (max-width: 1023px) {
  section#top_service_2 .service_item .service_item_inner .textarea {
    width: 100%;
  }
  section#top_service_2 .service_item .service_item_inner .textarea h4 {
    margin-bottom: 32px;
  }
  section#top_service_2 .service_item .service_item_inner .textarea p {
    margin-bottom: 1.5em;
  }
  section#top_service_2 .service_item .service_item_inner .textarea p:last-child {
    margin-bottom: 0;
  }
  section#top_service_2 .service_item .service_item_inner .diagram {
    width: 100%;
    margin-top: 40px;
  }
  section#top_service_2 .service_item .service_item_inner .diagram.diagram_card {
    margin-top: 40px;
  }
  section#top_service_2 .service_item .service_item_inner .diagram ul.service_fund_card_list {
    display: block;
  }
  section#top_service_2 .service_item .service_item_inner .diagram ul.service_fund_card_list li {
    display: flex;
    align-items: stretch;
    opacity: 0;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 8px auto;
  }
  section#top_service_2 .service_item .service_item_inner .diagram ul.service_fund_card_list.show li:nth-child(1) {
    animation: Fadein 0.8s ease-in 0.2s forwards;
  }
  section#top_service_2 .service_item .service_item_inner .diagram ul.service_fund_card_list.show li:nth-child(2) {
    animation: Fadein 0.8s ease-in 0.3s forwards;
  }
  section#top_service_2 .service_item .service_item_inner .diagram ul.service_fund_card_list.show li:nth-child(3) {
    animation: Fadein 0.8s ease-in 0.4s forwards;
  }
}

section#top_focus {
  padding-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  section#top_focus {
    padding-bottom: 40px;
  }
}
section#top_focus .inner .titlebox_flex .titlearea h3 {
  margin-top: 16px;
}
@media screen and (max-width: 1023px) {
  section#top_focus .inner .titlebox_flex .titlearea h3 {
    margin-top: 8px;
  }
}
section#top_focus .inner ul.focus_list {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 64px;
}
section#top_focus .inner ul.focus_list li.focus_card {
  opacity: 0;
  width: calc((100% - 48px) / 4);
  display: flex;
  align-items: stretch;
  aspect-ratio: 13/8;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.125));
}
section#top_focus .inner ul.focus_list li.focus_card .flipcard {
  width: 100%;
  display: flex;
  align-items: stretch;
  aspect-ratio: 13/8;
}
section#top_focus .inner ul.focus_list li.focus_card .flipcard .flipcard_inner {
  width: 100%;
  aspect-ratio: 13/8;
}
section#top_focus .inner ul.focus_list li.focus_card .flipcard .flipcard_inner .front,
section#top_focus .inner ul.focus_list li.focus_card .flipcard .flipcard_inner .back {
  aspect-ratio: 13/8;
}
section#top_focus .inner ul.focus_list li.focus_card .flipcard .flipcard_inner .front span.icon,
section#top_focus .inner ul.focus_list li.focus_card .flipcard .flipcard_inner .back span.icon {
  width: 12px;
  height: 12px;
  right: 8px;
  bottom: 8px;
}
section#top_focus .inner ul.focus_list li.focus_card .flipcard .flipcard_inner .back {
  padding: 16px;
}
section#top_focus .inner ul.focus_list.show li.focus_card:nth-child(1) {
  animation: Fadein 0.8s ease-in 0.2s forwards;
}
section#top_focus .inner ul.focus_list.show li.focus_card:nth-child(2) {
  animation: Fadein 0.8s ease-in 0.3s forwards;
}
section#top_focus .inner ul.focus_list.show li.focus_card:nth-child(3) {
  animation: Fadein 0.8s ease-in 0.4s forwards;
}
section#top_focus .inner ul.focus_list.show li.focus_card:nth-child(4) {
  animation: Fadein 0.8s ease-in 0.5s forwards;
}
section#top_focus .inner ul.focus_list.show li.focus_card:nth-child(5) {
  animation: Fadein 0.8s ease-in 0.6s forwards;
}
section#top_focus .inner ul.focus_list.show li.focus_card:nth-child(6) {
  animation: Fadein 0.8s ease-in 0.7s forwards;
}
section#top_focus .inner ul.focus_list.show li.focus_card:nth-child(7) {
  animation: Fadein 0.8s ease-in 0.8s forwards;
}
section#top_focus .inner ul.focus_list.show li.focus_card:nth-child(8) {
  animation: Fadein 0.8s ease-in 0.9s forwards;
}
section#top_focus .inner ul.focus_list.show li.focus_card:nth-child(9) {
  animation: Fadein 0.8s ease-in 1s forwards;
}
section#top_focus .inner ul.focus_list.show li.focus_card:nth-child(10) {
  animation: Fadein 0.8s ease-in 1.1s forwards;
}
section#top_focus .inner ul.focus_list.show li.focus_card:nth-child(11) {
  animation: Fadein 0.8s ease-in 1.2s forwards;
}
section#top_focus .inner ul.focus_list.show li.focus_card:nth-child(12) {
  animation: Fadein 0.8s ease-in 1.3s forwards;
}
@media screen and (max-width: 1023px) {
  section#top_focus .inner ul.focus_list {
    gap: 8px;
    margin-top: 24px;
  }
  section#top_focus .inner ul.focus_list li.focus_card {
    width: calc((100% - 8px) / 2);
    aspect-ratio: 13/9;
  }
  section#top_focus .inner ul.focus_list li.focus_card .flipcard {
    aspect-ratio: 13/9;
  }
  section#top_focus .inner ul.focus_list li.focus_card .flipcard .flipcard_inner {
    aspect-ratio: 13/9;
  }
  section#top_focus .inner ul.focus_list li.focus_card .flipcard .flipcard_inner .front,
  section#top_focus .inner ul.focus_list li.focus_card .flipcard .flipcard_inner .back {
    aspect-ratio: 13/9;
  }
  section#top_focus .inner ul.focus_list li.focus_card .flipcard .flipcard_inner .front span.icon,
  section#top_focus .inner ul.focus_list li.focus_card .flipcard .flipcard_inner .back span.icon {
    width: 10px;
    height: 10px;
    right: 8px;
    bottom: 8px;
  }
  section#top_focus .inner ul.focus_list li.focus_card .flipcard .flipcard_inner .front .front_inner h3.h_xs {
    font-size: 0.75rem;
  }
  section#top_focus .inner ul.focus_list li.focus_card .flipcard .flipcard_inner .back {
    padding: 8px;
  }
}

section#top_servicelineup {
  background: var(--gray_bg);
  padding-top: 64px;
}
@media screen and (max-width: 1023px) {
  section#top_servicelineup {
    padding-top: 16px;
  }
}
section#top_servicelineup .inner {
  padding-bottom: 64px;
  border-bottom: 1px solid var(--blue_dark);
}
@media screen and (max-width: 1023px) {
  section#top_servicelineup .inner {
    padding-bottom: 48px;
  }
  section#top_servicelineup .inner .left {
    margin-bottom: 24px;
  }
}
section#top_servicelineup .service_lineup_item {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-top: 40px;
  margin-bottom: 48px;
}
section#top_servicelineup .service_lineup_item:last-child {
  margin-bottom: 0;
}
section#top_servicelineup .service_lineup_item ul {
  border-left: 1px solid var(--blue_dark);
  padding-left: 16px;
  width: 33%;
}
section#top_servicelineup .service_lineup_item ul h4 {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  section#top_servicelineup .service_lineup_item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
    margin-bottom: 32px;
  }
  section#top_servicelineup .service_lineup_item:last-child {
    margin-bottom: 0;
  }
  section#top_servicelineup .service_lineup_item ul {
    border-left: 1px solid var(--blue_dark);
    padding-left: 16px;
    width: 100%;
  }
  section#top_servicelineup .service_lineup_item ul h4 {
    margin-bottom: 8px;
  }
}

section#top_achievement {
  padding-top: 64px;
  padding-bottom: 120px;
  background: var(--gray_bg);
}
@media screen and (max-width: 1023px) {
  section#top_achievement {
    padding-top: 16px;
    padding-bottom: 80px;
  }
}
section#top_achievement .right h3 {
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  section#top_achievement .right {
    margin-top: 16px;
  }
}
section#top_achievement ul.top_achievement_list {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
section#top_achievement ul.top_achievement_list li {
  aspect-ratio: 63/46;
  background-color: var(--white_bg);
  width: calc((100% - 72px) / 4);
  padding: 16px 16px 24px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
section#top_achievement ul.top_achievement_list li .img {
  height: 64px;
  margin: 0 auto;
}
section#top_achievement ul.top_achievement_list li .img img {
  width: 100%;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
section#top_achievement ul.top_achievement_list li h4 {
  text-align: center;
  color: var(--blue_dark);
  margin-top: 8px;
}
section#top_achievement ul.top_achievement_list li h4 .big {
  font-size: 2.375rem;
}
section#top_achievement ul.top_achievement_list li p {
  text-align: center;
}
section#top_achievement ul.top_achievement_list.show li:nth-child(1) {
  animation: Fadein 0.8s ease-in 0.2s forwards;
}
section#top_achievement ul.top_achievement_list.show li:nth-child(2) {
  animation: Fadein 0.8s ease-in 0.3s forwards;
}
section#top_achievement ul.top_achievement_list.show li:nth-child(3) {
  animation: Fadein 0.8s ease-in 0.4s forwards;
}
section#top_achievement ul.top_achievement_list.show li:nth-child(4) {
  animation: Fadein 0.8s ease-in 0.5s forwards;
}
section#top_achievement ul.top_achievement_list.show li:nth-child(5) {
  animation: Fadein 0.8s ease-in 0.6s forwards;
}
section#top_achievement ul.top_achievement_list.show li:nth-child(6) {
  animation: Fadein 0.8s ease-in 0.7s forwards;
}
section#top_achievement ul.top_achievement_list.show li:nth-child(7) {
  animation: Fadein 0.8s ease-in 0.8s forwards;
}
section#top_achievement ul.top_achievement_list.show li:nth-child(8) {
  animation: Fadein 0.8s ease-in 0.9s forwards;
}
@media screen and (max-width: 1023px) {
  section#top_achievement ul.top_achievement_list {
    gap: 16px;
    flex-wrap: wrap;
  }
  section#top_achievement ul.top_achievement_list li {
    aspect-ratio: 63/46;
    width: calc((100% - 16px) / 2);
    padding: 16px 16px 16px 16px;
  }
  section#top_achievement ul.top_achievement_list li .img {
    height: 40px;
  }
  section#top_achievement ul.top_achievement_list li .img img {
    height: 40px;
  }
  section#top_achievement ul.top_achievement_list li h4 .big {
    font-size: 1.5rem;
  }
  section#top_achievement ul.top_achievement_list li h4 .small.h_hs {
    font-size: 0.875rem;
  }
  section#top_achievement ul.top_achievement_list li p {
    margin-top: 8px;
  }
}

footer {
  background-color: var(--black);
  padding-top: 64px;
}
footer .footer_inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 40px;
}
footer .footer_inner .logoarea {
  width: 25%;
}
footer .footer_inner .logoarea h1 {
  max-width: 210px;
}
footer .footer_inner .logoarea h1 a {
  display: block;
}
footer .footer_inner .logoarea p {
  color: var(--white);
  font-size: 0.75rem;
  line-height: 1.7;
  margin-top: 8px;
}
footer .footer_inner .footer_right {
  margin-top: 8px;
  width: 75%;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
footer .footer_inner .footer_right .navarea {
  width: 50%;
  display: flex;
}
footer .footer_inner .footer_right .navarea .left,
footer .footer_inner .footer_right .navarea .right {
  width: 50%;
}
footer .footer_inner .footer_right .navarea a {
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}
footer .footer_inner .footer_right .navarea a span {
  display: inline-block;
  line-height: 1;
}
footer .footer_inner .footer_right .navarea .right a {
  flex-direction: row;
  gap: 0px;
  flex-wrap: wrap;
}
footer .footer_inner .footer_right .btnarea {
  width: 50%;
  max-width: 400px;
}
footer aside {
  padding: 8px 0;
  color: var(--white);
  text-align: center;
}
@media screen and (max-width: 1023px) {
  footer {
    padding-top: 40px;
  }
  footer .footer_inner {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  footer .footer_inner.large_width {
    max-width: 410px;
  }
  footer .footer_inner .logoarea {
    width: 100%;
  }
  footer .footer_inner .logoarea h1 {
    max-width: 210px;
  }
  footer .footer_inner .logoarea p {
    font-size: 0.75rem;
  }
  footer .footer_inner .footer_right {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  footer .footer_inner .footer_right .navarea {
    width: 100%;
    margin-top: 24px;
  }
  footer .footer_inner .footer_right .navarea .left,
  footer .footer_inner .footer_right .navarea .right {
    width: 100%;
  }
  footer .footer_inner .footer_right .navarea a {
    gap: 8px;
    margin-bottom: 24px;
  }
  footer .footer_inner .footer_right .btnarea {
    width: 100%;
    max-width: 400px;
    margin-bottom: 16px;
  }
}

/*LOWER*/
.lower_header {
  padding-top: 152px;
  color: var(--blue_dark);
}
.lower_header .large_width,
.lower_header .basic_width {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--blue_dark);
  margin-bottom: 8px;
}
.lower_header + .section_unit .large_width {
  border-top: initial;
}
@media screen and (max-width: 1023px) {
  .lower_header {
    padding-top: 88px;
  }
  .lower_header .large_width {
    padding-bottom: 24px;
  }
}

.section_unit .large_width {
  border-top: 1px solid var(--blue_dark);
}
.section_unit .large_width h2.smallh2 {
  padding-top: 1em;
  margin-bottom: 48px;
}
.section_unit .large_width .flex40 h3 {
  color: var(--blue_dark);
}
@media screen and (max-width: 1023px) {
  .section_unit .large_width h2.smallh2 {
    padding-top: 4px;
    margin-bottom: 24px;
  }
}

dl.overview_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  border-top: 1px dotted var(--blue_dark);
}
dl.overview_list dt {
  width: 6em;
  padding: 1em 0;
  border-bottom: 1px dotted var(--blue_dark);
}
dl.overview_list dd {
  width: calc(100% - 6em - 1px);
  padding: 1em 0;
  border-bottom: 1px dotted var(--blue_dark);
}
@media screen and (max-width: 1023px) {
  dl.overview_list dt {
    width: 4em;
    padding: 0.5em 0;
  }
  dl.overview_list dd {
    width: calc(100% - 4em - 1px);
    padding: 0.5em 0;
  }
}

section#about_mission {
  padding-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  section#about_mission {
    padding-bottom: 40px;
  }
}
section#about_mission .large_width .flex40 .right p.lead {
  margin-bottom: 1.5em;
}
section#about_mission .large_width .flex40 .right p.lead:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  section#about_mission .large_width .flex40 .left {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  section#about_mission .large_width .flex40 .right p.lead {
    margin-bottom: 1.25em;
  }
  section#about_mission .large_width .flex40 .right p.lead:last-child {
    margin-bottom: 0;
  }
}

section#about_overview {
  padding-bottom: 120px;
}
@media screen and (max-width: 1023px) {
  section#about_overview {
    padding-bottom: 40px;
  }
}
section#about_overview .large_width .about_list_logo {
  margin-bottom: 16px;
}
section#about_overview .large_width .about_list_logo img {
  max-width: 288px;
}
@media screen and (max-width: 1023px) {
  section#about_overview .large_width .flex40 .left {
    margin-bottom: 40px;
  }
  section#about_overview .large_width .flex40 .left .about_list_logo {
    margin-bottom: 8px;
  }
  section#about_overview .large_width .flex40 .left .about_list_logo img {
    max-width: 200px;
  }
}

section#about_leadership {
  padding-bottom: 120px;
}
@media screen and (max-width: 1023px) {
  section#about_leadership {
    padding-bottom: 80px;
  }
}
section#about_leadership .large_width .flex40 .right ul.about_leadershop_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
section#about_leadership .large_width .flex40 .right ul.about_leadershop_wrap li {
  width: 100%;
}
section#about_leadership .large_width .flex40 .right ul.about_leadershop_wrap h4,
section#about_leadership .large_width .flex40 .right ul.about_leadershop_wrap h5 {
  color: var(--blue_dark);
}
section#about_leadership .large_width .flex40 .right ul.about_leadershop_wrap h4 {
  margin-bottom: 0px;
}
section#about_leadership .large_width .flex40 .right ul.about_leadershop_wrap h5 {
  margin-bottom: 8px;
}
@media screen and (max-width: 1023px) {
  section#about_leadership .large_width .flex40 .left {
    margin-bottom: 40px;
  }
  section#about_leadership .large_width .flex40 .right ul.about_leadershop_wrap {
    flex-direction: column;
    gap: 24px;
  }
  section#about_leadership .large_width .flex40 .right ul.about_leadershop_wrap li {
    width: 100%;
  }
  section#about_leadership .large_width .flex40 .right ul.about_leadershop_wrap h4 {
    margin-bottom: 0px;
  }
  section#about_leadership .large_width .flex40 .right ul.about_leadershop_wrap h5 {
    margin-bottom: 8px;
  }
}

section#about_team {
  padding-bottom: 64px;
}
@media screen and (max-width: 1023px) {
  section#about_team {
    padding-bottom: 40px;
  }
}
section#about_team .large_width #svgimg_about_team {
  margin: 64px auto 0 auto;
}
section#about_team .large_width #svgimg_about_team svg {
  max-width: 480px;
  margin: 0 auto;
  display: flex;
}
section#about_team .large_width #svgimg_about_team svg g#team01,
section#about_team .large_width #svgimg_about_team svg g#team02,
section#about_team .large_width #svgimg_about_team svg g#team03,
section#about_team .large_width #svgimg_about_team svg path#team01_bg,
section#about_team .large_width #svgimg_about_team svg path#team02_bg,
section#about_team .large_width #svgimg_about_team svg path#team03_bg {
  opacity: 0;
}
section#about_team .large_width #svgimg_about_team.show svg g#team03 {
  animation: Fadein 0.8s ease-in 0.4s forwards;
}
section#about_team .large_width #svgimg_about_team.show svg g#team02 {
  animation: Fadein 0.8s ease-in 0.8s forwards;
}
section#about_team .large_width #svgimg_about_team.show svg g#team01 {
  animation: Fadein 0.8s ease-in 1.2s forwards;
}
section#about_team .large_width #svgimg_about_team.show svg path#team01_bg {
  animation: Fadein 1.2s ease-in 0.4s forwards;
}
section#about_team .large_width #svgimg_about_team.show svg path#team02_bg {
  animation: Fadein 1.2s ease-in 0.8s forwards;
}
section#about_team .large_width #svgimg_about_team.show svg path#team03_bg {
  animation: Fadein 1.2s ease-in 1.2s forwards;
}
section#about_team .large_width p {
  margin-bottom: 1.5em;
}
section#about_team .large_width p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  section#about_team .large_width #svgimg_about_team {
    margin: 40px auto 0 auto;
  }
}

section#news_list {
  margin-top: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1023px) {
  section#news_list {
    margin-top: 40px;
    padding-bottom: 80px;
  }
}
section#news_list ul {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
section#news_list ul li {
  width: calc((100% - 120px) / 4);
}
section#news_list ul li a {
  display: block;
}
section#news_list ul li a .thumb {
  aspect-ratio: 16/9;
  background-color: var(--gray_bg);
}
section#news_list ul li a .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section#news_list ul li a .text h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.5;
  margin: 4px 0;
}
section#news_list .pager {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
section#news_list .pager .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
section#news_list .pager .nav-links span.current,
section#news_list .pager .nav-links a.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
}
section#news_list .pager .nav-links span.current.next, section#news_list .pager .nav-links span.current.prev,
section#news_list .pager .nav-links a.page-numbers.next,
section#news_list .pager .nav-links a.page-numbers.prev {
  width: initial;
}
section#news_list .pager .nav-links span.current {
  background-color: var(--blue_dark);
  color: var(--white);
  border-radius: 50%;
}
section#news_list .pager .nav-links a.page-numbers {
  color: var(--blue_dark);
  border-radius: 50%;
}
section#news_list .pager .nav-links a.page-numbers:hover {
  background-color: var(--gray_bg);
}
section#news_list .pager .nav-links a.page-numbers.next:hover, section#news_list .pager .nav-links a.page-numbers.prev:hover {
  background-color: initial;
}
@media screen and (max-width: 1023px) {
  section#news_list ul {
    gap: 16px;
  }
  section#news_list ul li {
    width: calc((100% - 48px) / 4);
  }
}
@media screen and (max-width: 767px) {
  section#news_list ul {
    gap: 16px;
  }
  section#news_list ul li {
    width: calc((100% - 16px) / 2);
  }
}

.single_wrap {
  padding-top: 120px;
}
@media screen and (max-width: 1023px) {
  .single_wrap {
    padding-top: 80px;
  }
}
.single_wrap .mainimg .thumb img {
  width: 100%;
  height: initial;
}
.single_wrap .det_text {
  padding-bottom: 80px;
}
.single_wrap .det_text .titlearea {
  border-bottom: 1px solid var(--blue_dark);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.single_wrap .det_text .titlearea p.date {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .single_wrap .det_text .titlearea {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.single_wrap .det_text h1 {
  margin: 0.5em 0;
}
.single_wrap .det_text h2 {
  font-size: 1.5rem;
  line-height: 1.7;
  margin: 1.5em 0;
}
@media screen and (max-width: 1023px) {
  .single_wrap .det_text h2 {
    font-size: 1.125rem;
  }
}
.single_wrap .det_text h3 {
  font-size: 1.125rem;
  line-height: 1.8;
  margin: 1.5em 0;
}
@media screen and (max-width: 1023px) {
  .single_wrap .det_text h3 {
    font-size: 0.875rem;
  }
}
.single_wrap .det_text h4 {
  font-size: 1rem;
  line-height: 1.8;
  margin: 1.5em 0;
}
@media screen and (max-width: 1023px) {
  .single_wrap .det_text h4 {
    font-size: 0.75rem;
  }
}
.single_wrap .det_text h5 {
  font-size: 1.125rem;
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  .single_wrap .det_text h5 {
    font-size: 0.875rem;
  }
}
.single_wrap .det_text p {
  font-size: 0.938rem;
  line-height: 1.8;
  font-weight: 400;
  margin: 1.5em 0;
}
.single_wrap .det_text p.bold {
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .single_wrap .det_text p {
    font-size: 0.813rem;
  }
}
.single_wrap .btnarea {
  border-top: 1px solid var(--blue_dark);
  margin: 0px auto 80px auto;
  padding-top: 64px;
  display: flex;
  justify-content: center;
}
.single_wrap .btnarea a.btn {
  width: 100%;
  background-color: var(--blue_dark);
}
.single_wrap .btnarea a.btn:hover {
  background-color: var(--blue);
  color: var(--white);
}
.single_wrap .btnarea a.btn:hover span.icon {
  border: 1px solid var(--white);
}
.single_wrap .btnarea a.btn:hover span.icon svg {
  fill: var(--white);
}

section#contact_form {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  section#contact_form {
    padding-top: 40px;
    padding-bottom: 64px;
  }
}

/*フォーム*/
.form_wrap label {
  font-weight: 600;
  font-size: 0.938rem;
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  .form_wrap label {
    font-size: 0.813rem;
  }
}
.form_wrap span.req {
  font-size: 0.675rem;
  color: var(--red);
  display: inline-block;
  margin-left: 0.25em;
}
.form_wrap input,
.form_wrap textarea {
  width: 100%;
  display: block;
  border: 1px solid var(--gray_bg);
  border-radius: 2px;
  margin-top: 8px;
  transition: 0.4s;
}
.form_wrap input:focus,
.form_wrap textarea:focus {
  border: 1px solid var(--blue);
  outline: none;
}
.form_wrap input {
  height: 40px;
}
.form_wrap input[type=checkbox] {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0;
  cursor: pointer;
}
.form_wrap input[type=submit] {
  background-color: var(--blue_dark);
  color: var(--white);
  padding: 0;
  height: 48px;
  display: flex;
  font-weight: 600;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--blue_dark);
  border-radius: 2px;
  max-width: 480px;
  margin: 0 auto;
  cursor: pointer;
}
.form_wrap input[type=submit]:hover {
  background-color: var(--white);
  color: var(--black);
}
@media screen and (max-width: 1023px) {
  .form_wrap input {
    height: 32px;
  }
  .form_wrap input[type=checkbox] {
    width: 16px;
    height: 16px;
  }
}
.form_wrap .form_item100 {
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .form_wrap .form_item100 {
    margin-bottom: 16px;
  }
}
.form_wrap .form_item50 {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.form_wrap .form_item50 .form_item {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .form_wrap .form_item50 {
    display: block;
    margin-bottom: 16px;
  }
  .form_wrap .form_item50 .form_item {
    width: 100%;
    margin-bottom: 16px;
  }
}

.contact_checkbox_area .contact_checkbox_wrap {
  border-left: 1px solid var(--blue_dark);
  padding-left: 32px;
  margin-top: 24px;
  margin-bottom: 48px;
}
.contact_checkbox_area .contact_checkbox_wrap .contact_checkbox_container {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.contact_checkbox_area .contact_checkbox_wrap .contact_checkbox_container .contact_checkbox_item {
  width: 33%;
}
.contact_checkbox_area .contact_checkbox_wrap .contact_checkbox_container .contact_checkbox_item p.reg {
  margin-bottom: 16px;
}
.contact_checkbox_area .contact_checkbox_wrap .contact_checkbox_container .contact_checkbox_item .wpcf7-list-item {
  margin: 0;
  display: block;
  margin: 8px 0;
}
.contact_checkbox_area .contact_checkbox_wrap .contact_checkbox_container .contact_checkbox_item label {
  display: flex;
  align-items: center;
  font-weight: 400;
  gap: 4px;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}

.form_acceptance {
  margin-top: 64px;
  margin-bottom: 32px;
}
.form_acceptance p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.938rem;
  line-height: 1.8;
}
.form_acceptance p a {
  color: var(--blue_link);
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .form_acceptance p {
    font-size: 0.813rem;
  }
}
.form_acceptance .wpcf7-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}

.contact_thanks {
  padding-top: 80px;
  padding-bottom: 120px;
  text-align: center;
}
.contact_thanks h2 {
  margin-bottom: 1em;
  color: var(--blue_dark);
}
.contact_thanks .btnarea {
  margin-top: 80px;
}
.contact_thanks .btnarea a.btn {
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .contact_thanks {
    padding-top: 48px;
    padding-bottom: 80px;
  }
}

.pp_wrap {
  padding-bottom: 80px;
}
.pp_wrap h2,
.pp_wrap p,
.pp_wrap ol,
.pp_wrap ul {
  margin: 1.5em 0;
}
@media screen and (max-width: 1023px) {
  .pp_wrap {
    padding-bottom: 80px;
  }
}/*# sourceMappingURL=style.css.map */