@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

a {
  outline: none;
}

html {
  font-size: 62.5%;
}

@media screen and (min-width: 744px), print {
  html {
    font-size: clamp(8px, 0.6944444444vw, 10px);
  }
}
html, body {
  height: 100%;
}

body {
  height: 100%;
  background: #FFFFFF;
  color: #323232;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.07em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt" 1;
}

a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
}

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

::-moz-selection {
  background: #0097e0;
  color: #FFFFFF;
}

::selection {
  background: #0097e0;
  color: #FFFFFF;
}

::-moz-selection {
  background: #0097e0;
  color: #FFFFFF;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 743px) {
  body {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2.2rem;
}

@media screen and (max-width: 743px) {
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 2.2rem;
  }
  h4 {
    font-size: 1.8rem;
  }
}
._f-up {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: ease;
}
._f-up._is-inview {
  opacity: 1;
  transform: translate(0);
}

.section__contents {
  position: relative;
  padding: 148px 0 120px;
}
.section__inner {
  position: relative;
  width: 83.4%;
  margin: 0 auto;
  max-width: 1600px;
}
.section__inner .flex__block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.section__inner .flex__block .block-text {
  width: 47.3%;
}
.section__inner .flex__block .block-image {
  width: 47.7%;
}
.section__title {
  position: relative;
  margin-bottom: 40px;
  color: #0097e0;
}
.section__title h2 {
  font-size: min(2.78vw, 4rem);
  line-height: 1;
  letter-spacing: 0.1em;
}
.section__title h2.title-en {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: min(5.56vw, 8rem);
  letter-spacing: 0.04em;
}
.section__title h2.title-jp {
  line-height: 1.4;
}
.section__title .title-sub {
  margin-top: 4px;
  font-size: min(2.23vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 0.02em;
}
.section__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: max(-1.74vw, -25px);
  width: min(56px, 4vw);
  height: 16px;
  background: url(../images/cmn/deco_title.svg) no-repeat left top;
  background-size: contain;
}
.section__title.-w {
  color: #ffffff;
}
.section__title.-w::before {
  background-image: url(../images/cmn/deco_title-w.svg);
}
.section__title-lower {
  position: relative;
  margin-top: 4.16vw;
}
.section__title-lower h3 {
  position: relative;
  margin-bottom: 3.2rem;
  padding-left: 2.8rem;
  font-size: min(2.23vw, 3.2rem);
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.section__title-lower h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -0.8rem;
  border-radius: 4px;
  background-color: #0097e0;
}

@media screen and (max-width: 743px) {
  .section__contents {
    padding: 100px 0;
  }
  .section__inner {
    width: 89.2%;
  }
  .section__inner .flex__block {
    display: block;
  }
  .section__inner .flex__block .block-text {
    width: 100%;
  }
  .section__inner .flex__block .block-image {
    width: 100%;
  }
  .section__title {
    margin-bottom: 24px;
  }
  .section__title h2 {
    font-size: min(6.4vw, 3rem);
  }
  .section__title h2.title-en {
    font-size: min(12vw, 6rem);
  }
  .section__title .title-sub {
    margin-top: 8px;
    font-size: min(5.86vw, 3.1rem);
  }
  .section__title::before {
    top: max(-6vw, -28px);
    width: min(56px, 10.4vw);
    height: 16px;
  }
  .section__title-lower {
    margin-top: 4rem;
  }
  .section__title-lower h3 {
    padding-left: 2rem;
    font-size: min(5.33vw, 2.8rem);
  }
  .section__title-lower h3::before {
    width: 1rem;
    height: 1rem;
    margin-top: -0.5rem;
    border-radius: 2px;
  }
}
/* button */
.btn-main {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  min-width: 210px;
  padding: 10px 10px 10px 25px;
  border-radius: 50px;
  background-color: #ffffff;
  color: #0097e0;
  font-size: 1.8rem;
  font-weight: 700;
  white-space: nowrap;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.btn-main i {
  display: block;
  flex-shrink: 0;
  position: relative;
  height: 38px;
  width: 38px;
  background-color: currentColor;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.btn-main i::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  width: 16px;
  height: 16px;
  transition: background-image 0.3s ease;
}
.btn-main .icon-link::before {
  background: url(../images/cmn/arrow_right_white.svg) no-repeat center center;
  background-size: contain;
}
.btn-main .icon-blank::before {
  background: url(../images/cmn/icon_blank.svg) no-repeat center center;
  background-size: contain;
}
.btn-main.btn-g {
  color: #84bd00;
}

@media screen and (max-width: 743px) {
  .btn {
    text-align: center;
  }
  .btn-main {
    font-size: 1.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn-main:hover {
    background-color: #DFEFF7;
  }
  .btn-main:hover i {
    background-color: #ffffff;
  }
  .btn-main:hover .icon-link::before {
    background-image: url(../images/cmn/arrow_right_blue.svg);
  }
  .btn-main:hover .icon-blank::before {
    background-image: url(../images/cmn/icon_blank_blue.svg);
  }
  .btn-main.btn-g:hover {
    background-color: #F0FAC8;
  }
  .btn-main.btn-g:hover .icon-link::before {
    background-image: url(../images/cmn/arrow_right_green.svg);
  }
  .btn-main.btn-g:hover .icon-blank::before {
    background-image: url(../images/cmn/icon_blank_green.svg);
  }
}
/* switchImg */
.-js-switchImg {
  position: relative;
  width: 100%;
  height: 100%;
}
.-js-switchImg .photo {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.-js-switchImg .photo .item {
  width: 100%;
  height: 100%;
}
.-js-switchImg .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.-js-switchImg .photo:first-child {
  display: block;
}

/* thumbnail */
.thumb {
  overflow: hidden;
}
.thumb img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.5s ease;
}

@media (hover: hover) and (pointer: fine) {
  a:hover .thumb img {
    transform: scale(1.1);
  }
}
/* slider */
.swiper-slide {
  height: auto;
}

.swiper-button-next, .swiper-button-prev {
  width: 40px;
  height: 40px;
  top: auto;
  background-color: #0097e0;
  bottom: 0;
  border-radius: 50%;
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  width: 16px;
  height: 16px;
}

.swiper-button-prev {
  left: auto;
  right: calc(48px + 5.8%);
}
.swiper-button-prev::after {
  background: url(../images/cmn/arrow_left_white.svg) no-repeat center center;
  background-size: contain;
}

.swiper-button-next {
  left: auto;
  right: 5.8%;
}
.swiper-button-next::after {
  background: url(../images/cmn/arrow_right_white.svg) no-repeat center center;
  background-size: contain;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  left: 5.8%;
  text-align: left;
}

.swiper-pagination-bullet {
  width: 40px;
  height: 10px;
  border-radius: 5px;
  background-color: #ffffff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 100px;
  background-color: #0097e0;
}

@media screen and (min-width: 744px) {
  .swiper-slide {
    flex-shrink: initial;
    height: auto;
  }
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 743px) {
  .swiper {
    padding: 0 6vw;
  }
  .swiper-wrapper {
    padding-bottom: 60px;
  }
  .swiper-slide {
    width: 100%;
  }
}
/* sticky */
@media screen and (min-width: 744px) {
  .sticky__wrap .sticky-column {
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
  }
}
/* table */
.tbl-base table {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border-collapse: collapse;
  line-height: 1.6;
}
.tbl-base th {
  padding: 16px 8px;
  background-color: #84bd00;
  border-left: none;
  border-right: 1px solid #ffffff;
  border-bottom: none;
  border-top: none;
  color: #ffffff;
  font-weight: 700;
}
.tbl-base td {
  padding: 16px;
  border: 1px solid #AFAFB2;
  background-color: #ffffff;
}
.tbl-base tr:first-child th,
.tbl-base tr:first-child td {
  border-top: 0;
}
.tbl-base tr:last-child th,
.tbl-base tr:last-child td {
  border-bottom: 0;
}
.tbl-base tr th:first-child,
.tbl-base tr td:first-child {
  border-left: 0;
}
.tbl-base tr th:last-child,
.tbl-base tr td:last-child {
  border-right: 0;
}
.tbl-base table {
  border: none;
}
.tbl-base .no-border.-t {
  border-top: 0;
}
.tbl-base .no-border.-b {
  border-bottom: 0;
}
.tbl-base .no-border.-r {
  border-right: 0;
}
.tbl-base .no-border.-l {
  border-left: 0;
}

.header {
  z-index: 100;
  width: 100%;
  height: 88px;
  position: absolute;
  background: #fff;
  transition: 0.8s cubic-bezier(0.33, 0.09, 0.09, 1);
  transition-property: top, opacity;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  gap: 4.16vw;
  width: 100%;
  height: 100%;
  padding: 0 25px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}
.header h1 {
  z-index: 10;
  margin-right: 30px;
}
.header h1 a {
  display: flex;
  width: 250px;
  height: 100%;
  align-items: center;
}
.header h1 a img {
  display: block;
  width: 250px;
}
.header nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .nav-menu {
  display: flex;
  font-size: 1.4rem;
}
.header .nav-menu > li > a, .header .nav-menu > li > span {
  display: block;
  padding: 0.5em 1.04vw;
  white-space: nowrap;
}
.header .nav-entry {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  font-size: 1.6rem;
}
.header .nav-entry li {
  border-radius: 27px;
  overflow: hidden;
}
.header .nav-entry li.has_child {
  background-color: #FF7C10;
}
.header .nav-entry li > a {
  background-color: #FF7C10;
  transition: background-color 0.3s ease;
}
.header .nav-entry li > a, .header .nav-entry li .has_child__btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  height: 52px;
  padding: 10px 10px 10px 25px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.header .nav-entry li > a i, .header .nav-entry li .has_child__btn i {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.header .nav-entry li > a .icon-more::before, .header .nav-entry li > a .icon-more::after, .header .nav-entry li .has_child__btn .icon-more::before, .header .nav-entry li .has_child__btn .icon-more::after {
  content: "";
  position: absolute;
  transition: all 0.3s;
}
.header .nav-entry li > a .icon-more::before, .header .nav-entry li .has_child__btn .icon-more::before {
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -7px;
  margin-left: -5px;
  border: 2px solid #ffffff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
  opacity: 1;
}
.header .nav-entry li > a .icon-more::after, .header .nav-entry li .has_child__btn .icon-more::after {
  top: calc(50% - 1px);
  left: calc(50% - 6px);
  width: 12px;
  height: 2px;
  background-color: #ffffff;
  opacity: 0;
}
.header .nav-entry li > a .icon-blank::before, .header .nav-entry li .has_child__btn .icon-blank::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background: url(../images/cmn/icon_blank.svg) no-repeat center center;
  background-size: contain;
  transition: background-image 0.3s ease;
}
.header .nav-entry li > a:hover .icon-more::before, .header .nav-entry li .has_child__btn:hover .icon-more::before {
  opacity: 0;
}
.header .nav-entry li > a:hover .icon-more::after, .header .nav-entry li .has_child__btn:hover .icon-more::after {
  opacity: 1;
}
.header .nav-entry .nav-entry__item .text {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 8px;
}
.header .nav-entry .nav-entry__item .text span {
  display: inline-block;
  margin-right: 5px;
  font-size: 1.8rem;
}
.header .nav-entry .nav-entry__item .bnr {
  max-width: 90px;
  font-size: 0;
}
.header .nav-entry .nav-entry__item.-career a {
  background-color: #0097e0;
}
.header .nav-entry .nav-entry__item.-career .text span {
  font-size: 1.4rem;
}
.header .has_child {
  position: relative;
}
.header .has_child .has_child__btn {
  font-size: 1.8rem;
  width: 280px;
}
.header .has_child .sub_menu {
  display: none;
  width: 280px;
  padding: 16px 14px;
  border-top: solid 1px rgba(255, 255, 255, 0.4);
}
.header .has_child .sub_menu li {
  width: 100%;
  margin-bottom: 10px;
}
.header .has_child .sub_menu li > a {
  height: 48px;
  padding: 8px 8px 8px 16px;
  background-color: #ffffff;
  border-radius: 24px;
  color: #FF7C10;
}
.header .has_child .sub_menu li > a i {
  width: 32px;
  height: 32px;
  background-color: currentColor;
  transition: background-color 0.3s ease;
}
.header .has_child .sub_menu li > a i::before {
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  width: 16px;
  height: 16px;
}
@media (hover: hover) and (pointer: fine) {
  .header .has_child .sub_menu li > a:hover {
    background-color: #FAEEE5;
  }
  .header .has_child .sub_menu li > a:hover i {
    background-color: #ffffff;
  }
  .header .has_child .sub_menu li > a:hover i::before {
    background-image: url(../images/cmn/icon_blank_orange.svg);
  }
}
.header .has_child .sub_menu li.nav-entry__item.-career a {
  color: #0097e0;
  background-color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .header .has_child .sub_menu li.nav-entry__item.-career a:hover {
    background-color: #DFEFF7;
  }
  .header .has_child .sub_menu li.nav-entry__item.-career a:hover i::before {
    background-image: url(../images/cmn/icon_blank_blue.svg);
  }
}
.header .has_child .sub_menu li:last-child {
  margin-bottom: 0;
}
.header #menu_btn {
  display: none;
}
.header.scroll {
  position: fixed;
  top: -160px;
  left: 0;
  opacity: 0;
  transition: 0.5s ease;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .header {
    background: none;
    height: 64px;
  }
  .header::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header__inner {
    padding: 0 16px;
  }
  .header h1 a {
    width: auto;
  }
  .header h1 a img {
    height: 34px;
    width: auto;
  }
  .header nav {
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
    top: -100%;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    z-index: -1;
    opacity: 1;
    overflow: auto;
    transition: background-color 0.3s linear;
  }
  .header nav .header__nav__inner {
    width: 100%;
    padding: 100px 25px 60px;
    background: #fff;
    border-radius: 0 0 10px 10px;
  }
  .header nav .nav-menu {
    flex-direction: column;
    width: 100%;
  }
  .header nav .nav-menu > li {
    width: 100%;
  }
  .header nav .nav-menu > li > a {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.5vw 35px 1.5vw 0px;
    border-bottom: 1px solid #afafb2;
    font-size: 1.8rem;
  }
  .header nav .nav-menu > li > a::before, .header nav .nav-menu > li > a::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 50%;
  }
  .header nav .nav-menu > li > a::before {
    background: #84bd00;
  }
  .header nav .nav-menu > li > a::after {
    right: 6px;
    width: 10px;
    height: 10px;
    background: url(../images/cmn/arrow_right_white_s.svg) no-repeat center center;
    background-size: contain;
  }
  .header nav .nav-entry {
    display: none;
    flex-direction: column;
    width: 100%;
  }
  .header nav .nav-entry > li {
    width: 100%;
  }
  .header nav .nav-entry > li a {
    width: 100%;
  }
  .header nav .nav-entry .open .icon-more::after {
    transform: rotate(0deg);
  }
  .header nav .has_child .sub_menu {
    position: static;
    transform: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .header .header__nav_pc {
    display: block;
    margin-right: 60px;
  }
  .header .header__nav_pc .nav-entry {
    margin-top: 10px;
  }
  .header .header__nav_pc .nav-entry > li {
    border-radius: 22px;
  }
  .header .header__nav_pc .nav-entry > li > a, .header .header__nav_pc .nav-entry > li .has_child__btn {
    height: 44px;
  }
  .header .header__nav_pc .nav-entry > li > a i, .header .header__nav_pc .nav-entry > li .has_child__btn i {
    width: 24px;
    height: 24px;
  }
  .header #menu_btn {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 64px;
    height: 100%;
    background-color: #FF7C10;
    border-bottom-left-radius: 20px;
    z-index: 100;
    cursor: pointer;
  }
  .header #menu_btn span {
    position: absolute;
    display: block;
    height: 2px;
    background: #ffffff;
    width: 22px;
    left: 21px;
    transition: 0.3s ease;
  }
  .header #menu_btn span:nth-child(1) {
    top: 24px;
  }
  .header #menu_btn span:nth-child(2) {
    top: 31px;
  }
  .header #menu_btn span:nth-child(3) {
    top: 38px;
  }
  .header.open {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1 !important;
  }
  .header.open nav {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header.open .header__inner {
    box-shadow: none;
  }
  .header.open #menu_btn span {
    left: 20px;
  }
  .header.open #menu_btn span:nth-child(1) {
    top: 31px;
    width: 27px;
    transform: rotate(45deg);
  }
  .header.open #menu_btn span:nth-child(2) {
    opacity: 0;
  }
  .header.open #menu_btn span:nth-child(3) {
    top: 31px;
    width: 27px;
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 743px) {
  .header nav .header__nav_sp {
    width: 100%;
    margin-top: 35px;
  }
  .header nav .header__nav_sp .nav__head {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .header nav .nav-menu > li > a {
    padding: 15px 35px 15px 10px;
    font-size: 1.6rem;
  }
  .header nav .nav-entry {
    display: flex;
  }
  .header .header__nav_pc {
    display: none;
  }
}
.js-text-swap__wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.js-text-swap__text,
.js-text-swap__clone {
  display: inline-block;
  will-change: transform, opacity;
}

.js-text-swap__clone {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(100%);
  opacity: 0;
}

/* hoverアニメーション */
@-webkit-keyframes textSwapOut {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes textSwapOut {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes textSwapIn {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes textSwapIn {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.js-text-swap.is-animate .js-text-swap__text {
  -webkit-animation: textSwapOut 0.4s ease forwards;
          animation: textSwapOut 0.4s ease forwards;
}

.js-text-swap.is-animate .js-text-swap__clone {
  -webkit-animation: textSwapIn 0.4s ease forwards;
          animation: textSwapIn 0.4s ease forwards;
}

.footer {
  position: relative;
  padding: 60px 0;
  background-color: #4d5350;
  color: #ffffff;
}
.footer::before {
  content: "";
  position: absolute;
  top: -100px;
  width: 100px;
  height: 100px;
  background-color: #4d5350;
  mask-image: radial-gradient(circle at 100% 0%, transparent 100px, #ffffff 100px);
  -webkit-mask-image: radial-gradient(circle at 100% 0%, transparent 100px, #ffffff 100px);
}
.footer__inner {
  width: 83.4%;
  margin: 0 auto;
  max-width: 1600px;
}
.footer__wrap {
  display: flex;
  justify-content: space-between;
}
.footer__logo a {
  display: inline-block;
}
.footer__logo a img {
  width: 21.38vw;
  max-width: 308px;
  min-width: 250px;
}
.footer nav {
  margin-left: 5vw;
  width: 60vw;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.footer nav a {
  display: block;
  white-space: nowrap;
}
.footer nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer nav .nav-menu {
  font-weight: 700;
}
.footer nav .nav-menu li {
  margin-bottom: 10px;
  padding-left: 2.08vw;
}
.footer nav .nav-menu li a {
  display: inline-block;
}
.footer nav .nav-sub {
  width: 100%;
  margin-top: 15px;
  color: #dddddd;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: right;
}
.footer nav .nav-sub li {
  padding-left: 1.66vw;
}
.footer .nav-btm {
  margin-top: 20px;
  align-items: flex-end;
  flex-direction: row-reverse;
}
.footer .nav-btm .btn-main {
  padding: 8px 8px 8px 20px;
  background-color: #84bd00;
  color: #FFFFFF;
  font-size: 1.6rem;
}
.footer .nav-btm .btn-main i {
  width: 34px;
  height: 34px;
  background-color: #c5db66;
}
@media (hover: hover) and (pointer: fine) {
  .footer .nav-btm .btn-main:hover {
    background-color: #9EC740;
  }
  .footer .nav-btm .btn-main:hover i {
    background-color: #ffffff;
  }
  .footer .nav-btm .btn-main:hover i::before {
    background-image: url(../images/cmn/arrow_right_green.svg);
  }
}
.footer .copyright {
  color: #dddddd;
  font-size: 1.4rem;
  letter-spacing: 0;
}

@media screen and (max-width: 743px) {
  .footer {
    padding: 40px 0 20px;
  }
  .footer::before {
    top: -60px;
    width: 60px;
    height: 60px;
    mask-image: radial-gradient(circle at 100% 0%, transparent 60px, #ffffff 60px);
    -webkit-mask-image: radial-gradient(circle at 100% 0%, transparent 60px, #ffffff 60px);
  }
  .footer__inner {
    width: 89.2%;
  }
  .footer__wrap {
    display: block;
  }
  .footer nav {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .footer nav ul {
    justify-content: flex-start;
  }
  .footer nav .nav-menu {
    font-size: 1.6rem;
  }
  .footer nav .nav-menu li {
    width: 50%;
    padding-left: 0;
    margin-bottom: 15px;
    text-align: left;
  }
  .footer nav .nav-menu li a {
    display: block;
  }
  .footer nav .nav-sub {
    margin-top: 0;
  }
  .footer .nav-btm {
    text-align: center;
  }
  .footer .copyright {
    margin-top: 40px;
    font-size: 1.2rem;
  }
}
.page #main-content {
  padding-top: 88px;
}
.page .section__contents {
  padding: 128px 0 100px;
}
.page .page__header {
  position: relative;
  padding-top: 42px;
}
.page .page__header::before, .page .page__header::after {
  content: "";
  position: absolute;
  top: 0;
  width: 36.8vw;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.page .page__header::before {
  left: 0;
  background: url(../images/cmn/deco_page_top_left.png) no-repeat left top;
  background-size: contain;
}
.page .page__header::after {
  right: 0;
  background: url(../images/cmn/deco_page_top_right.png) no-repeat right top;
  background-size: contain;
}
.page .page__header__inner {
  position: relative;
  width: 83.4%;
  margin: 0 auto;
}
.page .page__header__inner .block-image, .page .page__header__inner .block-text {
  position: relative;
}
.page .page__header__inner .head-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 10px;
  line-height: 1;
  transition: all 0.3s ease;
  overflow: hidden;
}
.page .page__header__inner .head-image img {
  width: 100%;
}
.page .page__header__inner .head-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2vw 4vw 0 0;
  background-color: #ffffff;
  border-top-right-radius: min(5.5vw, 100px);
}
.page .page__header__inner .head-title::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  mask-image: radial-gradient(circle at 100% 0%, transparent 100px, #ffffff 100px);
  -webkit-mask-image: radial-gradient(circle at 100% 0%, transparent 100px, #ffffff 100px);
}
.page .page__header__inner .head-title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: -5.5vw;
  width: 5.5vw;
  height: 5.5vw;
  background-color: #ffffff;
  mask-image: radial-gradient(circle at 100% 0%, transparent 5.5vw, #ffffff 5.5vw);
  -webkit-mask-image: radial-gradient(circle at 100% 0%, transparent 5.5vw, #ffffff 5.5vw);
}
.page .page__header__inner .head-title .title-en {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(to bottom, #0097E0 40%, #ABCD03 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: min(5.56vw, 8rem);
  letter-spacing: 0.06em;
}
.page .page__header__inner .head-title .title-sub {
  position: relative;
  margin-top: 4px;
  color: #0097e0;
  font-size: min(2.23vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.page .page__header__inner .block-text {
  padding-top: 38px;
}
.page .page__header__inner .block-text em {
  color: #FE9900;
  font-size: 3.2rem;
  font-weight: 700;
}
.page .page__header__inner .block-text p + p {
  margin-top: 1em;
}
.page .desc p + p {
  margin-top: 1em;
}
.page .lead {
  position: absolute;
  top: 0;
  right: 0;
  text-orientation: mixed;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
.page .lead p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.page .lead p span {
  padding: 0.8em 0.1em 0.3em;
  background: #ffffff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #323232;
  font-size: min(3rem, 2.1vw);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.4em;
  box-shadow: 4px 4px 10px 0 rgba(237, 209, 191, 0.8);
}
.page .lead p em {
  color: #FE9900;
}
.page .lead p em.num {
  display: inline-block;
  color: #323232;
  transform: translateY(-8px) rotate(-90deg);
  letter-spacing: 0;
}
.page .block-movie {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
.page .block-movie .movie {
  position: relative;
  border-radius: 10px 100px 10px 100px;
  overflow: hidden;
}
.page .block-movie .movie.youtube {
  border-radius: 10px 40px 10px 40px;
}
.page .block-movie .movie .thumb {
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  line-height: 1;
}
.page .block-movie .movie .thumb::before, .page .block-movie .movie .thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  z-index: 1;
}
.page .block-movie .movie .thumb::before {
  width: 10rem;
  height: 7.4rem;
  background-color: #FB1A32;
  border-radius: 2rem;
  transform: translate(-5rem, -3.7rem);
}
.page .block-movie .movie .thumb::after {
  width: 3.8rem;
  height: 3.8rem;
  transform: translate(-1.8rem, -1.8rem);
  background: url(../images/cmn/icon_play.svg) no-repeat center center;
  background-size: contain;
}
.page .block-movie .movie .thumb img {
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .page .block-movie .movie a:hover .thumb img {
    transform: scale(1.04);
  }
}
.page .block-movie .movie .space {
  padding-top: 56.25%;
}
.page .block-movie .movie .space iframe {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1440px) {
  .page .page__header__inner .head-title::after {
    right: -60px;
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    mask-image: radial-gradient(circle at 100% 0%, transparent 60px, #ffffff 60px);
    -webkit-mask-image: radial-gradient(circle at 100% 0%, transparent 60px, #ffffff 60px);
  }
}
@media screen and (min-width: 744px) {
  .page .page__body {
    position: relative;
    overflow: clip;
  }
  .page .page__body::before, .page .page__body::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 1;
  }
  .page .page__body::before {
    left: 4vw;
    top: 10.5vw;
    width: 2.36vw;
    height: 4vw;
    background: url(../images/cmn/deco_pages_middle_left.png) no-repeat left top;
    background-size: contain;
  }
  .page .page__body::after {
    right: 0;
    top: 23vw;
    width: 6.11vw;
    height: 14vw;
    background: url(../images/cmn/deco_pages_middle_right.png) no-repeat right top;
    background-size: contain;
  }
}
@media screen and (max-width: 1200px) {
  .page #main-content {
    padding-top: 64px;
  }
}
@media screen and (max-width: 743px) {
  .page .section__contents {
    padding: 80px 0 60px;
  }
  .page .page__header {
    padding-top: 5.33vw;
  }
  .page .page__header::before {
    width: 10.6vw;
    height: 18vw;
    background: url(../images/cmn/deco_page_top_left_sp.png) no-repeat left top;
    background-size: contain;
  }
  .page .page__header::after {
    top: auto;
    bottom: 5vw;
    width: 5.33vw;
    height: 25vw;
    background: url(../images/cmn/deco_page_top_right_sp.png) no-repeat right top;
    background-size: contain;
  }
  .page .page__header__inner {
    width: 89.2%;
  }
  .page .page__header__inner .block-text {
    padding-top: 50px;
  }
  .page .page__header__inner .block-text em {
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
  .page .page__header__inner .head-image {
    border-top-right-radius: 60px;
  }
  .page .page__header__inner .head-title {
    bottom: -33px;
    padding: 4vw 4vw 0 0;
  }
  .page .page__header__inner .head-title::before {
    top: -60px;
    left: 0;
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    mask-image: radial-gradient(circle at 100% 0%, transparent 60px, #ffffff 60px);
    -webkit-mask-image: radial-gradient(circle at 100% 0%, transparent 60px, #ffffff 60px);
  }
  .page .page__header__inner .head-title::after {
    content: "";
    position: absolute;
    bottom: 33px;
    right: -5.5vw;
    width: 5.5vw;
    height: 5.5vw;
    background-color: #ffffff;
    mask-image: radial-gradient(circle at 100% 0%, transparent 5.5vw, #ffffff 5.5vw);
    -webkit-mask-image: radial-gradient(circle at 100% 0%, transparent 5.5vw, #ffffff 5.5vw);
  }
  .page .page__header__inner .head-title .title-en {
    font-size: min(10.66vw, 5rem);
    letter-spacing: 0.02em;
  }
  .page .page__header__inner .head-title .title-sub {
    font-size: min(5.86vw, 2.8rem);
  }
  .page .lead p {
    gap: 6px;
  }
  .page .lead p span {
    padding: 0.8em 0.15em 0.3em;
    font-size: max(4vw, 1.8rem);
  }
  .page .block-movie .movie {
    border-radius: 6px 60px 6px 60px;
  }
  .page .block-movie .movie.youtube {
    border-radius: 6px 20px 6px 20px;
  }
  .page .block-movie .movie .thumb::before {
    width: 5.4rem;
    height: 3.8rem;
    border-radius: 1rem;
    transform: translate(-2.7rem, -1.9rem);
  }
  .page .block-movie .movie .thumb::after {
    width: 2rem;
    height: 2rem;
    transform: translate(-1rem, -1rem);
  }
}
#top .section__contents .section__inner .block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#top .section__contents .section__inner .block-text {
  width: 380px;
}
#top .section__contents .section__inner .block-image {
  width: calc(100% - 380px);
  max-width: 1000px;
}
#top .section__contents .section__title {
  margin-bottom: 30px;
}
#top .section__contents .lead {
  position: absolute;
  right: 0;
  top: 0.4em;
  font-size: max(26px, 3rem);
  font-weight: 900;
  letter-spacing: 0.4em;
  line-height: 1.8em;
  pointer-events: none;
  text-orientation: mixed;
  transition-delay: 0.3s;
  white-space: nowrap;
  writing-mode: vertical-rl;
  z-index: 2;
}
#top .section__contents .lead .vertical {
  text-orientation: upright;
}
#top .section__contents .lead span {
  display: block;
}
#top .section__contents .lead span br {
  display: none;
}
#top .section__contents .desc {
  font-size: 1.6rem;
}
#top .section__contents .desc p + p {
  margin-top: 10px;
}
#top .section__contents .btn-main {
  margin-top: 32px;
}
@media screen and (min-width: 744px) {
  #top .section__contents .lead {
    transform: translateY(-30px);
    transition-delay: 0.6s;
  }
  #top .section__contents .lead._f-up {
    transform: translateY(0);
  }
  #top .section__contents .lead._f-up._is-inview {
    transform: translateY(-30px);
  }
}
@media screen and (max-width: 1200px) {
  #top .section__contents .section__inner .block-text {
    width: 40%;
  }
  #top .section__contents .section__inner .block-image {
    width: 56%;
  }
}
@media screen and (max-width: 743px) {
  #top .section__contents .section__inner .block {
    display: block;
  }
  #top .section__contents .section__inner .block-text {
    width: 100%;
  }
  #top .section__contents .section__inner .block-image {
    width: 100%;
  }
  #top .section__contents .section__title {
    margin-bottom: 48px;
  }
  #top .section__contents .lead {
    position: relative;
    right: 2em;
    width: 100%;
    margin-bottom: 50px;
    font-size: max(4vw, 1.8rem);
  }
  #top .section__contents .lead span br {
    display: block;
  }
}
#top .mv {
  position: relative;
  padding-top: 88px;
}
#top .mv__copy {
  line-height: 1;
  overflow: hidden;
}
#top .mv__copy .mv__copy-pc {
  position: absolute;
  bottom: 5vw;
  left: 7.2vw;
  transition-delay: 0.3s;
}
#top .mv__copy .mv__copy-pc .text-line.line01 {
  width: 51.3%;
}
#top .mv__copy .mv__copy-pc .text-line.line02 {
  width: 68.5%;
  margin-top: 1.4vw;
}
#top .mv__copy .mv__copy-sp {
  position: absolute;
  bottom: 23vw;
  left: 6vw;
  transition-delay: 0.3s;
}
#top .mv__copy .mv__copy-sp .text-line.line01 {
  width: 82.5%;
}
#top .mv__copy .mv__copy-sp .text-line.line02 {
  width: 82.5%;
  margin-top: 4.2vw;
}
@media screen and (max-width: 1200px) {
  #top .mv {
    padding-top: 64px;
  }
}
#top .hero {
  padding-top: 30px;
}
#top .hero::before, #top .hero::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
#top .hero::before {
  top: 0;
  background: url(../images/top/deco_hero_top.png) no-repeat center top;
  background-size: contain;
}
#top .hero::after {
  bottom: 0;
  background: url(../images/top/deco_hero_bottom.png) no-repeat center bottom;
  background-size: contain;
}
#top .hero .section__inner .block {
  position: relative;
  align-items: flex-end;
  justify-content: center;
  flex-direction: row-reverse;
}
#top .hero .section__inner .block-text {
  width: 31.6%;
}
#top .hero .section__inner .block-image {
  width: 48.3%;
  padding-right: 5.5%;
}
#top .hero .block-text em {
  color: #FE9900;
  font-weight: 700;
}
#top .hero .block-text .hero__lead {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 1em;
}
#top .hero .block-text .hero__lead p {
  text-orientation: mixed;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
#top .hero .block-text .hero__lead p span {
  padding: 0.8em 0.3em 0.3em;
  background: #ffffff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #323232;
  font-size: max(26px, 3rem);
  font-weight: 900;
  line-height: 2.2;
  letter-spacing: 0.4em;
  box-shadow: 4px 4px 10px 0 rgba(237, 209, 191, 0.8);
}
#top .hero .block-text .hero__lead p span em {
  font-weight: 900;
}
#top .hero .block-text .hero__text {
  margin-top: 30px;
  border-top: solid 1px currentColor;
  padding-top: 30px;
}
#top .hero .block-text .hero__text .catch {
  color: #FE9900;
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
}
#top .hero .block-text .hero__text p + p {
  margin-top: 1em;
}
@media screen and (min-width: 744px) {
  #top .hero .section__inner .block {
    padding-bottom: calc(53px + 4rem);
  }
  #top .hero .block-text .hero__text .catch {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 53px;
  }
}
@media screen and (max-width: 900px) {
  #top .hero .section__inner .block-text {
    width: 50%;
  }
  #top .hero .section__inner .block-image {
    width: 50%;
  }
}
@media screen and (max-width: 743px) {
  #top .hero::before {
    top: -10vw;
    background: url(../images/top/deco_hero_top_sp.png) no-repeat center top;
    background-size: contain;
    z-index: 1;
  }
  #top .hero::after {
    content: none;
  }
  #top .hero .section__inner .block-text {
    width: 100%;
  }
  #top .hero .section__inner .block-image {
    width: 100%;
    padding: 0;
  }
  #top .hero .block-text .hero__lead p span {
    font-size: max(4vw, 1.8rem);
  }
  #top .hero .block-text .hero__text .catch {
    margin: 80px 0 60px;
    font-size: max(4vw, 2.2rem);
    line-height: 1.6;
  }
}
#top .people {
  padding-bottom: 0;
  background: linear-gradient(180deg, #0498DC 0%, #B7CE42 36.02%);
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  color: #FFFFFF;
}
#top .people::before {
  content: "";
  position: absolute;
  top: -4vw;
  right: 0;
  width: 27vw;
  height: 20vw;
  background: url(../images/top/deco_people_top.png) no-repeat center top;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
#top .people .desc em {
  font-size: 2.4rem;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
#top .people .people__list-first {
  position: relative;
  display: flex;
  margin: 50px 0;
}
#top .people .people__list-first .catch {
  margin: 0 3vw 0 5vw;
  color: #FFFAB2;
  font-size: max(22px, 3rem);
  font-weight: 900;
  letter-spacing: 0.4em;
  line-height: 1.8em;
  pointer-events: none;
  text-orientation: mixed;
  white-space: nowrap;
  writing-mode: vertical-rl;
  z-index: 2;
}
#top .people .people__list-first .catch .vertical {
  text-orientation: upright;
}
#top .people .people__list-first .first__list {
  width: 100%;
}
#top .people .people__list-first .first__list ul {
  display: flex;
  align-items: flex-start;
  gap: 1.9vw;
}
#top .people .people__list-first .first__list ul li {
  position: relative;
  width: calc((100% - 3.8vw) / 3);
  margin-bottom: 20px;
  color: #0097e0;
}
#top .people .people__list-first .first__list ul li.item02 {
  margin-top: 50px;
  color: #84bd00;
}
#top .people .people__list-first .first__list ul li.item03 {
  color: #7E318E;
}
#top .people .people__list-first .first__list ul li .num {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -1vw;
  left: -1vw;
  width: min(90px, 6.25vw);
  height: min(90px, 6.25vw);
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 2px 2px 10px 4px rgba(0, 0, 0, 0.1);
  color: currentColor;
  font-size: min(4rem, 3vw);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  z-index: 2;
}
#top .people .people__list-first .first__list ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.38vw;
  background-color: #FFF7C1;
  border-radius: 10px;
  box-shadow: 2px 2px 10px 4px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.02em;
  transition: background-color 0.3s ease;
}
#top .people .people__list-first .first__list ul li a .photo {
  position: relative;
}
#top .people .people__list-first .first__list ul li a .photo .thumb {
  border-radius: 10px;
}
#top .people .people__list-first .first__list ul li a .photo .title {
  position: absolute;
  bottom: 10px;
  left: -2em;
  width: calc(100% + 2em);
}
#top .people .people__list-first .first__list ul li a .photo .title span {
  padding: 0.4em 0.4em 0.3em;
  background: linear-gradient(transparent 10%, rgb(255, 255, 255) 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #323232;
  font-size: min(1.6rem, 1.4vw);
  font-weight: 700;
  line-height: 2.2;
}
#top .people .people__list-first .first__list ul li a .text {
  margin-top: 12px;
  font-size: 1.4rem;
}
#top .people .people__list-first .first__list ul li a .text .profile {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 700;
}
#top .people .people__list-first .first__list ul li a .text .profile .year {
  display: inline-block;
  margin-left: 10px;
  padding: 0.1em 0 0.2em 10px;
  border-left: solid 1px;
  font-size: 1.4rem;
}
#top .people .people__list-first .first__list ul li a .text .category {
  display: inline-block;
  margin-top: 7px;
  padding: 7px 9px;
  border-radius: 4px;
  background-color: #FE9900;
  color: #ffffff;
  font-weight: 700;
}
#top .people .people__list-first .first__list ul li a .text .date {
  display: block;
  margin-top: 7px;
  color: #595757;
}
#top .people .people__list-first .first__list ul li a .icon-link {
  position: absolute;
  display: block;
  width: min(5vw, 50px);
  height: min(5vw, 50px);
  bottom: 1.38vw;
  right: 1.38vw;
  border-radius: 50%;
  background-color: currentColor;
  transition: opacity 0.3s ease;
}
#top .people .people__list-first .first__list ul li a .icon-link::before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background: url(../images/cmn/arrow_right_white.svg) no-repeat center center;
  background-size: contain;
}
@media (hover: hover) and (pointer: fine) {
  #top .people .people__list-first .first__list ul li a:hover {
    background-color: #FFF9DB;
  }
  #top .people .people__list-first .first__list ul li a:hover .icon-link {
    opacity: 0.8;
  }
}
#top .people .people__list {
  position: relative;
  width: 100%;
  max-width: none;
  padding: 54px 0 80px;
  background-color: rgba(252, 255, 205, 0.16);
  color: #323232;
  text-align: center;
}
#top .people .people__list::before {
  content: "";
  position: absolute;
  top: -5vw;
  left: 5vw;
  width: 10vw;
  height: 11vw;
  background: url(../images/top/deco_people_middle.png) no-repeat center top;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
#top .people .people__list h3 {
  font-size: 3.2rem;
  line-height: 1.4;
}
#top .people .people__list h3 .title__inner {
  position: relative;
  display: inline-block;
  padding: 0 1.2em;
}
#top .people .people__list h3 .title__inner::before, #top .people .people__list h3 .title__inner::after {
  content: "";
  position: absolute;
  top: -0.2em;
  width: 1em;
  height: 1em;
}
#top .people .people__list h3 .title__inner::before {
  left: 0;
  background: url(../images/top/deco_people_l.svg) no-repeat center center;
  background-size: cover;
}
#top .people .people__list h3 .title__inner::after {
  right: 0;
  background: url(../images/top/deco_people_r.svg) no-repeat center center;
  background-size: cover;
}
#top .people .people__list h3 span {
  font-size: 0.8em;
}
#top .people .people__list .note__list {
  width: 83.4%;
  margin: 32px auto 0;
}
#top .people .people__list .note__list li {
  margin-bottom: 20px;
}
#top .people .people__list .note__list li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: min(1.04vw, 1.5rem);
  background-color: #FFFCF5;
  border-radius: 10px;
  box-shadow: 2px 2px 10px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}
#top .people .people__list .note__list li > a figure {
  aspect-ratio: 400/209;
}
#top .people .people__list .note__list li > a .text {
  margin-top: 16px;
  margin-bottom: 34px;
  text-align: left;
  font-weight: 700;
}
#top .people .people__list .note__list li > a .text .date {
  display: block;
  color: #999696;
}
#top .people .people__list .note__list li > a .text .title {
  margin-top: 8px;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
#top .people .people__list .note__list li > a .link {
  position: absolute;
  right: 1.04vw;
  bottom: 1.04vw;
  color: #84bd00;
  font-size: 1.4rem;
  line-height: 24px;
}
#top .people .people__list .note__list li > a .link span {
  position: relative;
  display: block;
  padding-right: 30px;
}
#top .people .people__list .note__list li > a .link span::before, #top .people .people__list .note__list li > a .link span::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
#top .people .people__list .note__list li > a .link span::before {
  background-color: #84bd00;
}
#top .people .people__list .note__list li > a .link span::after {
  right: 6px;
  width: 10px;
  height: 10px;
  background: url(../images/cmn/arrow_right_white_s.svg) no-repeat center center;
  background-size: contain;
}
@media (hover: hover) and (pointer: fine) {
  #top .people .people__list .note__list li > a:hover {
    background-color: #ffffff;
  }
  #top .people .people__list .note__list li > a:hover .link span::before {
    background-color: #AAD83E;
  }
}
@media screen and (min-width: 744px) {
  #top .people .people__list .note__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    max-width: 960px;
  }
  #top .people .people__list .note__list li {
    width: calc((100% - 36px) / 3);
  }
}
@media screen and (max-width: 1200px) {
  #top .people .people__list-first .catch {
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  #top .people .desc em {
    display: block;
  }
  #top .people .people__list-first {
    display: block;
  }
  #top .people .people__list-first .catch {
    margin: 0 0 30px;
    writing-mode: unset;
  }
  #top .people .people__list-first .catch .indention {
    display: none;
  }
  #top .people .people__list-first .first__list ul {
    gap: 18px;
  }
  #top .people .people__list-first .first__list ul li {
    width: calc((100% - 36px) / 3);
  }
  #top .people .people__list-first .first__list ul li a .photo .title {
    left: -1.5em;
    width: calc(100% + 1.5em);
  }
}
@media screen and (max-width: 743px) {
  #top .people {
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }
  #top .people::before {
    top: -10vw;
    right: 0;
    width: 36vw;
    height: 36vw;
    background: url(../images/top/deco_people_top_sp.png) no-repeat center top;
    background-size: contain;
  }
  #top .people::after {
    content: "";
    position: absolute;
    top: 300px;
    left: 0;
    width: 15vw;
    height: 16vw;
    background: url(../images/top/deco_people_middle_sp.png) no-repeat left top;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
  }
  #top .people .desc {
    position: relative;
  }
  #top .people .desc em {
    font-size: 2rem;
  }
  #top .people .desc p + p {
    margin-top: 30px;
  }
  #top .people .people__list-first .catch {
    font-size: 2.2rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  #top .people .people__list-first .first__list {
    position: relative;
  }
  #top .people .people__list-first .first__list::before {
    content: "";
    position: absolute;
    top: 52%;
    left: -10vw;
    width: 15vw;
    height: 16vw;
    background: url(../images/top/deco_people_middle02_sp.png) no-repeat left top;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
  }
  #top .people .people__list-first .first__list ul {
    flex-direction: column;
  }
  #top .people .people__list-first .first__list ul li {
    width: 79%;
  }
  #top .people .people__list-first .first__list ul li .num {
    top: -1rem;
    left: -1rem;
    width: 65px;
    height: 65px;
    font-size: 3rem;
  }
  #top .people .people__list-first .first__list ul li a {
    padding: 16px;
  }
  #top .people .people__list-first .first__list ul li a .photo .title span {
    font-size: 1.4rem;
  }
  #top .people .people__list-first .first__list ul li a .text {
    font-size: 1.2rem;
  }
  #top .people .people__list-first .first__list ul li a .icon-link {
    right: 16px;
    bottom: 16px;
    width: 50px;
    height: 50px;
  }
  #top .people .people__list-first .first__list ul li.item02 {
    margin-top: 0;
    margin-left: 21%;
  }
  #top .people .people__list {
    padding: 100px 0 100px;
  }
  #top .people .people__list::before {
    top: -13vw;
    left: auto;
    right: 0;
    width: 24vw;
    height: 35vw;
    background: url(../images/top/deco_people_middle03_sp.png) no-repeat left top;
    background-size: contain;
  }
  #top .people .people__list h3 {
    font-size: min(5.8vw, 2.2rem);
  }
  #top .people .people__list h3 .title__inner {
    padding: 0 0.5em;
  }
  #top .people .people__list .note__list {
    margin: 32px 0 0 0;
  }
  #top .people .people__list .note__list li > a {
    padding: 20px;
  }
  #top .people .people__list .note__list li > a .link {
    bottom: 20px;
    right: 20px;
  }
}
#top .about::before {
  content: "";
  position: absolute;
  top: -4vw;
  right: 4vw;
  width: 8vw;
  height: 8vw;
  background: url(../images/top/deco_about_top.png) no-repeat center top;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
#top .about .section__inner {
  display: flex;
  align-items: flex-start;
  gap: 5vw;
  justify-content: space-between;
}
#top .about .block-link .block-link__item {
  display: flex;
  gap: 1.5vw;
}
#top .about .block-link .block-link__item li {
  width: 50%;
}
#top .about .block-link .block-link__item li > a {
  display: block;
  padding: 1.38vw;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 2px 2px 10px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}
#top .about .block-link .block-link__item li .title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
#top .about .block-link .block-link__item li .title .icon-link {
  position: relative;
  flex-shrink: 0;
  width: min(5vw, 50px);
  height: min(5vw, 50px);
  border-radius: 50%;
  background-color: #84bd00;
  transition: background-color 0.3s ease;
}
#top .about .block-link .block-link__item li .title .icon-link::before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background: url(../images/cmn/arrow_right_white.svg) no-repeat center center;
  background-size: contain;
}
@media (hover: hover) and (pointer: fine) {
  #top .about .block-link .block-link__item li > a:hover {
    background-color: #F6FAE5;
  }
  #top .about .block-link .block-link__item li > a:hover .title .icon-link {
    background-color: #AAD83E;
  }
}
#top .about .block-link .block-link__item li.item-message a {
  height: 100%;
}
#top .about .block-link .block-link__item li.item-message a .thumb {
  border-radius: 8px;
}
#top .about .block-link .block-link__item li.item-message a .text {
  position: relative;
}
#top .about .block-link .block-link__item li.item-message a .text p {
  width: calc(100% + 2em);
  transform: translate(-2em, -1.1em);
}
#top .about .block-link .block-link__item li.item-message a .text span {
  padding: 0.4em 0.4em 0.3em;
  background: linear-gradient(transparent 10%, rgb(50, 50, 50) 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0.02em;
}
#top .about .block-link .block-link__item li.item-message a .title {
  justify-content: flex-end;
}
#top .about .block-link .block-link__item li.item-other {
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
}
#top .about .block-link .block-link__item li.item-other a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50%;
}
#top .about .block-link .block-link__item li.item-other a .icon {
  position: relative;
  width: 31.8%;
  border-radius: 50%;
  background-color: #F5FFC4;
  line-height: 1;
  overflow: hidden;
}
#top .about .block-link .block-link__item li.item-other a .icon::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#top .about .block-link .block-link__item li.item-other a .icon img {
  position: absolute;
  left: 0;
  top: 0;
}
@supports (aspect-ratio: 1/1) {
  #top .about .block-link .block-link__item li.item-other a .icon {
    aspect-ratio: 1/1;
  }
  #top .about .block-link .block-link__item li.item-other a .icon::before {
    display: none;
  }
}
#top .about .block-link .block-link__item li.item-other a .title {
  justify-content: space-between;
  width: 61.2%;
}
@media screen and (max-width: 900px) {
  #top .about .section__inner {
    display: block;
  }
  #top .about .block-link .block-link__item li .title {
    font-size: 1.9vw;
  }
  #top .about .block-link .block-link__item li.item-message a .text span {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 743px) {
  #top .about::before {
    content: "";
    top: -8.5vw;
    right: 0vw;
    width: 35vw;
    height: 35vw;
    background: url(../images/top/deco_about_top_sp.png) no-repeat center top;
    background-size: contain;
  }
  #top .about .block-link .block-link__item {
    flex-direction: column;
    gap: 16px;
  }
  #top .about .block-link .block-link__item li {
    width: 100%;
  }
  #top .about .block-link .block-link__item li > a {
    padding: 20px;
  }
  #top .about .block-link .block-link__item li .title {
    font-size: 1.6rem;
  }
  #top .about .block-link .block-link__item li .title .icon-link {
    width: 28px;
    height: 28px;
  }
  #top .about .block-link .block-link__item li .title .icon-link::before {
    top: calc(50% - 8px);
    left: calc(50% - 8px);
    width: 16px;
    height: 16px;
  }
  #top .about .block-link .block-link__item li.item-message a .text span {
    font-size: 1.6rem;
  }
  #top .about .block-link .block-link__item li.item-other {
    gap: 16px;
  }
  #top .about .block-link .block-link__item li.item-other a .icon {
    max-width: 90px;
  }
  #top .about .block-link .block-link__item li.item-other a .title {
    justify-content: flex-end;
  }
}
#top .work {
  background-color: #0097e0;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  color: #FFFFFF;
  overflow: hidden;
  z-index: 1;
}
#top .work .bg__wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
#top .work .section__inner .block-text {
  width: 100%;
}
#top .work .btn-main {
  color: #84bd00;
}
@media screen and (max-width: 743px) {
  #top .work {
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }
}
#top .growth .lead {
  color: #0097e0;
}
#top .growth .graph__wrap {
  margin-top: max(-250px, -15vw);
  margin-right: 11vw;
  max-width: 700px;
}
#top .growth .graph__wrap .graph {
  position: relative;
  height: 100%;
  width: 100%;
  transform: translateY(3vw);
  line-height: 1;
}
#top .growth .graph__wrap .graph svg {
  height: 100%;
  width: 100%;
}
#top .growth .graph__wrap .graph svg .st1 {
  fill: #a8c706;
}
#top .growth .graph__wrap .graph svg .st2 {
  fill: #7e318f;
}
#top .growth .graph__wrap .graph svg .st3 {
  fill: #0097e0;
}
#top .growth .graph__wrap .graph svg .st4 {
  fill: #584d49;
}
#top .growth .graph__wrap .graph svg .st5 {
  fill: #fff;
}
#top .growth .graph__wrap .graph__contents .graph-text {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  color: #ffffff;
  font-size: min(1.6rem, 1.1vw);
  line-height: 1.5;
  text-align: center;
  transition: transform 0.3s;
}
#top .growth .graph__wrap .graph__contents .graph-text .title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 0.4em;
  padding: 0.5em 40px 0.5em 20px;
  background-color: white;
  border: solid 2px currentColor;
  border-radius: 50px;
  font-weight: 700;
  font-size: min(2rem, 1.2vw);
  white-space: nowrap;
}
#top .growth .graph__wrap .graph__contents .graph-text .title .icon {
  display: block;
  width: min(30px, 2vw);
  height: min(30px, 2vw);
  line-height: 1;
}
#top .growth .graph__wrap .graph__contents .graph-text .title::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -5px;
  border: 2px solid currentColor;
  border-top: none;
  border-left: none;
  transform: rotate(-45deg);
  vertical-align: middle;
}
#top .growth .graph__wrap .graph__contents .graph-photo {
  position: absolute;
  width: 25%;
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(10px);
  border-radius: 6%;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  pointer-events: none;
}
#top .growth .graph__wrap .graph__contents .graph-photo img {
  display: block;
}
#top .growth .graph__wrap .graph__contents.gc01 .graph-text {
  right: 6%;
  top: 16%;
  width: 30%;
  height: 40%;
}
#top .growth .graph__wrap .graph__contents.gc01 .graph-text .title {
  color: #A8C706;
}
#top .growth .graph__wrap .graph__contents.gc01 .graph-photo {
  right: -6%;
  bottom: 36%;
}
#top .growth .graph__wrap .graph__contents.gc02 .graph-text {
  left: 15%;
  bottom: 5%;
  width: 70%;
  height: 30%;
}
#top .growth .graph__wrap .graph__contents.gc02 .graph-text .title {
  color: #7E318F;
}
#top .growth .graph__wrap .graph__contents.gc02 .graph-photo {
  right: 5%;
  bottom: 5%;
}
#top .growth .graph__wrap .graph__contents.gc03 .graph-text {
  left: 6%;
  top: 16%;
  width: 30%;
  height: 40%;
}
#top .growth .graph__wrap .graph__contents.gc03 .graph-text .title {
  color: #0397E0;
}
#top .growth .graph__wrap .graph__contents.gc03 .graph-photo {
  left: -9%;
  bottom: 36%;
}
#top .growth .graph__wrap .graph__contents.gc04 .graph-text {
  left: 50%;
  top: 50%;
  width: 30%;
  height: 30%;
  margin-top: -15%;
  margin-left: -15%;
  font-weight: 700;
  font-size: min(2.4rem, 1.5vw);
  letter-spacing: 0;
}
@media screen and (max-width: 1200px) {
  #top .growth .graph__wrap .graph__contents .graph-photo {
    width: 24%;
  }
  #top .growth .graph__wrap .graph__contents.gc01 .graph-photo, #top .growth .graph__wrap .graph__contents.gc03 .graph-photo {
    bottom: 34%;
  }
  #top .growth .graph__wrap .graph__contents.gc02 .graph-photo {
    bottom: 0;
  }
  #top .growth .graph__wrap .graph__contents.gc04 .graph-text {
    font-size: min(2.4rem, 1.3vw);
  }
}
@media screen and (max-width: 900px) {
  #top .growth .section__inner .block {
    display: block;
  }
  #top .growth .section__inner .block-text {
    width: 100%;
  }
  #top .growth .section__inner .block-image {
    width: 100%;
  }
  #top .growth .graph__wrap {
    max-width: 600px;
    margin: 0 auto;
  }
  #top .growth .graph__wrap .graph__contents .graph-text {
    font-size: 1.8rem;
  }
  #top .growth .graph__wrap .graph__contents .graph-text .title {
    font-size: 2.2rem;
  }
  #top .growth .graph__wrap .graph__contents .graph-text .title .icon {
    width: max(20px, 4vw);
    height: max(20px, 4vw);
  }
  #top .growth .graph__wrap .graph__contents.gc04 .graph-text {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 744px) {
  #top .growth .graph__wrap .graph a {
    transition: all 0.3s;
  }
  #top .growth .graph__wrap .graph a:hover {
    transform-origin: left;
    scale: 1.05;
    transform: translate(-2.5%, -0.1%);
  }
  #top .growth .graph__wrap .graph__contents.on .graph-text {
    transform: scale(1.1);
  }
  #top .growth .graph__wrap .graph__contents.on .graph-photo {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 743px) {
  #top .growth::before {
    content: "";
    position: absolute;
    top: -10vw;
    right: 0;
    width: 36vw;
    height: 36vw;
    background: url(../images/top/deco_growth_top_sp.png) no-repeat center top;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
  }
  #top .growth::after {
    content: "";
    position: absolute;
    top: 300px;
    left: 0;
    width: 15vw;
    height: 16vw;
    background: url(../images/top/deco_growth_middle_sp.png) no-repeat left top;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
  }
  #top .growth .graph__wrap .graph__contents .graph-text {
    font-size: max(1.2rem, 3vw);
  }
  #top .growth .graph__wrap .graph__contents .graph-text .title {
    padding: 0.5em 30px 0.5em 10px;
    font-size: max(1.4rem, 3.2vw);
  }
  #top .growth .graph__wrap .graph__contents .graph-text .title::after {
    right: 14px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -4px;
  }
  #top .growth .graph__wrap .graph__contents.gc04 .graph-text {
    font-size: max(1.4rem, 3.2vw);
    line-height: 1.3;
  }
  #top .growth .graph__wrap .graph__contents .graph-photo {
    display: none;
  }
}
#top .recruit {
  background-color: #a7c706;
  border-top-right-radius: 100px;
  color: #FFFFFF;
}
#top .recruit .block-image .photo {
  height: 100%;
  width: 100%;
  margin-top: -50px;
  padding-right: 6vw;
}
#top .recruit .block-image .photo img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#top .recruit .block-image .photo-sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  #top .recruit .block-image .photo-pc {
    display: none;
  }
  #top .recruit .block-image .photo-sp {
    display: block;
  }
}
@media screen and (max-width: 743px) {
  #top .recruit {
    border-top-right-radius: 60px;
  }
  #top .recruit::before {
    content: "";
    position: absolute;
    top: -10vw;
    right: 0;
    width: 36vw;
    height: 36vw;
    background: url(../images/top/deco_recruitment_top_sp.png) no-repeat center top;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
  }
  #top .recruit::after {
    content: "";
    position: absolute;
    top: 300px;
    left: 3vw;
    width: 22vw;
    height: 22vw;
    background: url(../images/top/deco_recruitment_middle_sp.png) no-repeat left top;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
  }
  #top .recruit .section__title h2.title-en {
    font-size: min(11vw, 6rem);
  }
  #top .recruit .block-image .photo {
    margin-top: 50px;
    padding-right: 0;
  }
}

#information .link.section__contents {
  padding: 80px 0 100px;
}
#information .link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 160px;
  width: 100%;
  height: calc(100% - 160px);
  background-color: #F6FAE5;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  z-index: -1;
}
#information .link .block-link {
  width: 100%;
  display: flex;
}
#information .link .block-link__inner {
  display: flex;
  gap: 16px;
  width: 80%;
  padding: 32px 32px 32px 48px;
  border-radius: 10px 100px;
  color: #ffffff;
}
#information .link .block-link__inner .block-text {
  flex: 1;
}
#information .link .block-link__inner .block-text h3 {
  margin-bottom: 16px;
  font-size: 3.2rem;
  line-height: 1.4;
}
#information .link .block-link__inner .block-text .list-link {
  margin-top: 24px;
}
#information .link .block-link__inner .block-text .list-link li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  height: 52px;
  padding: 10px 10px 10px 18px;
  color: #FF7C10;
  background-color: #ffffff;
  border-radius: 26px;
  transition: background-color 0.3s ease;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
#information .link .block-link__inner .block-text .list-link li a .text {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 8px;
  font-size: 1.8rem;
}
#information .link .block-link__inner .block-text .list-link li a .text span {
  display: inline-block;
  font-size: 1.6rem;
}
#information .link .block-link__inner .block-text .list-link li a .bnr {
  max-width: 90px;
  font-size: 0;
}
#information .link .block-link__inner .block-text .list-link li a i {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
  background-color: currentColor;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
#information .link .block-link__inner .block-text .list-link li a i::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background: url(../images/cmn/icon_blank.svg) no-repeat center center;
  background-size: contain;
  transition: background-image 0.3s ease;
}
#information .link .block-link__inner .block-text .list-link li + li {
  margin-top: 10px;
}
#information .link .block-link__inner .block-image {
  flex: 1;
}
#information .link .block-link__inner .block-image .photo {
  overflow: hidden;
}
#information .link .block-link__inner .block-image .photo img {
  border-radius: 10px 72px;
}
#information .link .block-link.-newgrads .block-link__inner {
  background: linear-gradient(180deg, #FFAE3F 0%, #FF762C 100%);
}
@media (hover: hover) and (pointer: fine) {
  #information .link .block-link.-newgrads .block-link__inner .list-link li a:hover {
    background-color: #FAEEE5;
  }
  #information .link .block-link.-newgrads .block-link__inner .list-link li a:hover i {
    background-color: #ffffff;
  }
  #information .link .block-link.-newgrads .block-link__inner .list-link li a:hover i::before {
    background-image: url(../images/cmn/icon_blank_orange.svg);
  }
}
#information .link .block-link.-career {
  justify-content: flex-end;
  margin-top: 40px;
}
#information .link .block-link.-career .block-link__inner {
  background: linear-gradient(180deg, #42CDCB 0%, #0498DC 100%);
}
#information .link .block-link.-career .block-link__inner .list-link li a {
  color: #0097E0;
}
@media (hover: hover) and (pointer: fine) {
  #information .link .block-link.-career .block-link__inner .list-link li a:hover {
    background-color: #DFEFF7;
  }
  #information .link .block-link.-career .block-link__inner .list-link li a:hover i {
    background-color: #ffffff;
  }
  #information .link .block-link.-career .block-link__inner .list-link li a:hover i::before {
    background-image: url(../images/cmn/icon_blank_blue.svg);
  }
}
#information .message .block-image {
  position: relative;
}
#information .message .block-image .lead {
  top: -8.5em;
}
#information .message .block-image .photo {
  padding-right: 4.2vw;
}
#information .message .block-image .photo img {
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  #information .link .block-link__inner {
    width: 90%;
  }
}
@media screen and (max-width: 900px) {
  #information .link .block-link__inner {
    width: 100%;
  }
  #information .message .flex__block {
    display: block;
  }
  #information .message .flex__block .block-text {
    width: 100%;
  }
  #information .message .flex__block .block-image {
    width: 100%;
    margin-top: 76px;
  }
  #information .message .flex__block .block-image .lead {
    top: -44px;
  }
  #information .message .flex__block .block-image .photo {
    padding-right: 15vw;
  }
}
@media screen and (max-width: 743px) {
  #information .link.section__contents {
    padding: 40px 0 60px;
  }
  #information .link::before {
    top: 80px;
    height: calc(100% - 80px);
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }
  #information .link::after {
    content: none;
  }
  #information .link .section__inner::before, #information .link .section__inner::after {
    content: none;
  }
  #information .link .block-link__inner {
    flex-direction: column;
    gap: 32px;
    width: 100%;
    padding: 24px;
    border-radius: 6px 60px;
  }
  #information .link .block-link__inner .block-text h3 {
    font-size: 2.4rem;
  }
  #information .link .block-link__inner .block-text .list-link li a .text {
    font-size: 1.7rem;
  }
  #information .link .block-link__inner .block-text .list-link li a .text span {
    font-size: 1.4rem;
  }
  #information .link .block-link__inner .block-image .photo img {
    border-radius: 6px 40px;
  }
  #information .message .block-image .photo img {
    border-radius: 6px;
  }
}

#about .page__nav {
  width: 83.4%;
  margin: 40px auto 0;
  max-width: 1600px;
  text-align: center;
}
#about .page__nav .anchor-nav {
  display: inline-block;
  margin: 0 auto;
  padding: 24px;
  background-color: #F6FAE5;
  border-radius: 100px;
}
#about .page__nav .anchor-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
#about .page__nav .anchor-nav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: 1px solid #AEAEAE;
}
#about .page__nav .anchor-nav ul li:last-child {
  border-right: none;
}
#about .page__nav .anchor-nav ul li > a, #about .page__nav .anchor-nav ul li > span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 2.22vw 18px 2.22vw;
  font-size: min(1.4vw, 1.8rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  white-space: nowrap;
  transition: color 0.3s ease;
}
#about .page__nav .anchor-nav ul li > a::after, #about .page__nav .anchor-nav ul li > span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin-top: -7px;
  margin-left: -5px;
  border: 2px solid #84bd00;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
}
@media (hover: hover) and (pointer: fine) {
  #about .page__nav .anchor-nav ul li > a:hover {
    color: #84bd00;
  }
}
@media screen and (max-width: 743px) {
  #about .page__nav {
    width: 89.2%;
    margin-top: 24px;
  }
  #about .page__nav .anchor-nav {
    display: block;
    padding: 12px 24px;
    border-radius: 10px;
  }
  #about .page__nav .anchor-nav ul {
    align-items: flex-start;
    flex-direction: column;
  }
  #about .page__nav .anchor-nav ul li {
    width: 100%;
    text-align: left;
    border-right: 0;
    border-bottom: 1px solid #AEAEAE;
  }
  #about .page__nav .anchor-nav ul li:last-child {
    border-bottom: 0;
  }
  #about .page__nav .anchor-nav ul li a {
    padding: 12px 20px 12px 0;
    font-size: 1.4rem;
  }
  #about .page__nav .anchor-nav ul li a::after {
    top: 50%;
    bottom: auto;
    left: auto;
    right: 5px;
  }
}
#about #company-movie .catch {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
}
#about #company-movie .catch p {
  padding: 0 20px;
  background-color: #F6FAE5;
}
#about #company-movie .catch p span {
  background: linear-gradient(360deg, #ABCD03 13.59%, #0097E0 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: min(2.78vw, 4rem);
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 743px) {
  #about #company-movie .catch p {
    padding: 0 8px;
  }
  #about #company-movie .catch p span {
    font-size: max(4vw, 1.8rem);
  }
}
#about #ceo-message {
  background-color: #F6FAE5;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}
#about #ceo-message .block-image .photo {
  line-height: 1;
}
#about #ceo-message .block-image .photo img {
  border-radius: 10px;
}
#about #ceo-message .block-image .lead {
  top: min(128px, -8.8vw);
}
#about #ceo-message .block-text {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}
#about #ceo-message .block-text .text {
  width: 47.3%;
}
#about #ceo-message .block-text .text p + p {
  margin-top: 1em;
}
#about #ceo-message .block-text .text .name {
  text-align: right;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#about #ceo-message .block-text .text .name span {
  display: block;
  font-size: 2.4rem;
}
@media screen and (max-width: 743px) {
  #about #ceo-message {
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }
  #about #ceo-message .block-image .photo {
    padding-top: 30px;
  }
  #about #ceo-message .block-image .photo img {
    border-radius: 6px;
  }
  #about #ceo-message .block-text {
    display: block;
    margin-top: 32px;
  }
  #about #ceo-message .block-text .text {
    width: 100%;
  }
  #about #ceo-message .block-text .text .name span {
    font-size: 2rem;
  }
  #about #ceo-message .block-text .text + .text {
    margin-top: 1em;
  }
}
#about #past-and-future .lead {
  margin-bottom: 40px;
  position: relative;
  writing-mode: unset;
}
#about #past-and-future .lead p span {
  padding: 0.3em;
  font-size: min(2.4rem, 2.1vw);
  letter-spacing: 0.07em;
}
#about #past-and-future .block-image {
  position: relative;
}
#about #past-and-future .block-image::before {
  content: "";
  position: absolute;
  right: 0.8vw;
  top: -7.8vw;
  width: 10.4vw;
  height: 14vw;
  background: url(../images/about/deco_pastandfuture_top_right.png) no-repeat right top;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
#about #past-and-future .block-image .photo {
  padding-right: 4.2vw;
  transform: translateY(max(-90px, -5vw));
}
#about #past-and-future .block-image .photo img {
  border-radius: 10px;
}
@media screen and (max-width: 900px) {
  #about #past-and-future .lead {
    margin-bottom: 16px;
  }
  #about #past-and-future .flex__block {
    display: block;
  }
  #about #past-and-future .flex__block .block-text {
    width: 100%;
  }
  #about #past-and-future .flex__block .block-image {
    width: 100%;
    margin-top: 48px;
  }
  #about #past-and-future .flex__block .block-image::before {
    right: 0vw;
    top: -6vw;
    width: 18vw;
    height: 25vw;
  }
  #about #past-and-future .flex__block .block-image .photo {
    padding-right: 15vw;
    transform: translateY(0);
  }
}
@media screen and (max-width: 743px) {
  #about #past-and-future .lead p span {
    font-size: min(4.6vw, 2.2rem);
  }
  #about #past-and-future .flex__block .block-image::before {
    width: 25vw;
    height: 35vw;
  }
  #about #past-and-future .flex__block .block-image .photo img {
    border-radius: 6px;
  }
}
#about #philosophy {
  background: linear-gradient(180deg, #0498DC 0%, #B7CE42 36.02%);
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  color: #ffffff;
}
#about #philosophy::before {
  content: "";
  position: absolute;
  right: 5vw;
  top: -5vw;
  width: 23.6vw;
  height: 24.6vw;
  background: url(../images/about/deco_philosophy_top_right.png) no-repeat right top;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
#about #philosophy .section__title h2 .line01 {
  font-size: min(2.08vw, 3rem);
}
#about #philosophy .section__title h2 .line01 span {
  font-size: 0.8em;
}
#about #philosophy .section__title h2 .line02 .num {
  display: inline-block;
  margin-right: 0.05em;
  font-size: min(4.72vw, 6.8rem);
  line-height: 0.9;
}
#about #philosophy .block-list {
  margin-top: 60px;
}
#about #philosophy .block-list .list-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2.77vw;
}
#about #philosophy .block-list .list-wrap + .list-wrap {
  margin-top: 2.77vw;
  justify-content: flex-end;
}
#about #philosophy .block-list .list-item {
  position: relative;
  width: 44.3%;
  padding: 2.77vw;
  background-color: #FFF7C1;
  border-radius: 10px;
  box-shadow: 2px 2px 10px 4px rgba(0, 0, 0, 0.1);
}
#about #philosophy .block-list .list-item .num {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -1vw;
  left: -1vw;
  width: min(100px, 6.94vw);
  height: min(100px, 6.94vw);
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 2px 2px 10px 4px rgba(0, 0, 0, 0.1);
  color: currentColor;
  font-size: min(4rem, 3vw);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  z-index: 2;
}
#about #philosophy .block-list .list-item .title p {
  margin-top: 12px;
  font-size: min(2.22vw, 3.2rem);
  font-weight: 900;
  text-align: center;
  line-height: 2;
}
#about #philosophy .block-list .list-item .title p em {
  display: inline-block;
  margin: 0 0.2em;
  padding: 6px 6px 7px;
  color: #ffffff;
  border-radius: 6px;
  font-size: min(2.77vw, 4rem);
  line-height: 1;
}
#about #philosophy .block-list .list-item .title p em:first-of-type {
  margin-left: 0;
}
#about #philosophy .block-list .list-item .text {
  color: #323232;
  line-height: 1.7;
}
#about #philosophy .block-list .list-item .text .catch {
  margin: 1em 0;
  padding: 0.5em;
  border-top: 1px solid #323232;
  border-bottom: 1px solid #323232;
  font-size: min(2.2rem, 1.6vw);
  text-align: center;
  line-height: 1.6;
}
#about #philosophy .block-list .list-item.item01 {
  color: #84bd00;
}
#about #philosophy .block-list .list-item.item01 .title em {
  background-color: #84bd00;
}
#about #philosophy .block-list .list-item.item02 {
  color: #0097e0;
}
#about #philosophy .block-list .list-item.item02 .title em {
  background-color: #0097e0;
}
#about #philosophy .block-list .list-item.item03 {
  color: #7E318E;
}
#about #philosophy .block-list .list-item.item03 .title em {
  background-color: #7E318E;
}
#about #philosophy .block-list .list-item.item04 {
  color: #FF7C10;
}
#about #philosophy .block-list .list-item.item04 .title em {
  background-color: #FF7C10;
}
@media screen and (max-width: 743px) {
  #about #philosophy {
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }
  #about #philosophy::before {
    width: 30vw;
    height: 31vw;
  }
  #about #philosophy .section__title h2 .line01 {
    font-size: min(5.6vw, 2.6rem);
  }
  #about #philosophy .section__title h2 .line01 span {
    font-size: 0.8em;
  }
  #about #philosophy .section__title h2 .line02 .num {
    font-size: min(11.2vw, 6.8rem);
  }
  #about #philosophy .block-text .desc {
    font-size: 1.6rem;
  }
  #about #philosophy .block-list {
    margin-top: 24px;
  }
  #about #philosophy .block-list .list-wrap {
    display: block;
  }
  #about #philosophy .block-list .list-wrap .list-item {
    width: 100%;
    padding: 6.4vw;
    border-radius: 6px;
  }
  #about #philosophy .block-list .list-wrap .list-item + .list-item {
    margin-top: 4.26vw;
  }
  #about #philosophy .block-list .list-wrap .list-item .title {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  #about #philosophy .block-list .list-wrap .list-item .title .num {
    position: relative;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
    font-size: 3.2rem;
  }
  #about #philosophy .block-list .list-wrap .list-item .title p {
    flex: 1;
    margin-top: 0;
    text-align: left;
    font-size: 1.6rem;
  }
  #about #philosophy .block-list .list-wrap .list-item .title p em {
    font-size: 2.2rem;
    border-radius: 3px;
  }
  #about #philosophy .block-list .list-wrap .list-item .text {
    font-size: 1.3rem;
  }
  #about #philosophy .block-list .list-wrap .list-item .text .catch {
    font-size: 1.4rem;
  }
  #about #philosophy .block-list .list-wrap .list-item.item04 .title em {
    margin-left: 0;
    margin-bottom: 6px;
  }
}
#about #company-numbers .block-text {
  width: calc(95% - 660px);
}
#about #company-numbers .block-scroll-list {
  width: 660px;
}
#about #company-numbers .block-scroll-list .list__inner {
  padding: 6rem;
  background-color: #E3EFA7;
  border-radius: 80px;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
#about #company-numbers .block-scroll-list .list__inner .list-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 2.2vw;
       column-gap: 2.2vw;
  row-gap: 2.2vw;
}
#about #company-numbers .block-scroll-list .list__inner .list-wrap .list-item {
  padding: 12.6% 6.3%;
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
}
#about #company-numbers .block-scroll-list .list__inner .list-wrap .list-item i {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
#about #company-numbers .block-scroll-list .list__inner .list-wrap .list-item .text {
  margin-top: 16px;
}
#about #company-numbers .block-scroll-list .list__inner .list-wrap .list-item .text .title em {
  font-size: 2rem;
}
#about #company-numbers .block-scroll-list .list__inner .list-wrap .list-item .text .num {
  color: #0097e0;
  font-size: 7.2rem;
  font-weight: 900;
  line-height: 1;
}
#about #company-numbers .block-scroll-list .list__inner .list-wrap .list-item .text .num span {
  font-size: 2.4rem;
  font-weight: 700;
}
#about #company-numbers .block-scroll-list .list__inner .list-wrap .list-item .text .num .colon {
  display: inline-block;
  font-size: 6.4rem;
  transform: translateY(-8px);
}
#about #company-numbers .block-scroll-list .list__inner .list-wrap .list-item .text .desc {
  margin-top: 16px;
  line-height: 1.5;
  font-size: 1.4rem;
}
#about #company-numbers .block-scroll-list .list__inner .list-wrap .list-item .text .desc.one-line {
  margin-top: 24px;
}
#about #company-numbers .block-scroll-list .list__inner .list-wrap .list-item .text .btn-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  justify-content: space-between;
  margin-top: 12px;
  line-height: 1.5;
  font-size: 1.4rem;
}
#about #company-numbers .block-scroll-list .list__inner .list-wrap .list-item .text .btn-link .icon-link {
  display: block;
  flex-shrink: 0;
  position: relative;
  height: 24px;
  width: 24px;
  background-color: #84bd00;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
#about #company-numbers .block-scroll-list .list__inner .list-wrap .list-item .text .btn-link .icon-link::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background: url(../images/cmn/arrow_right_white.svg) no-repeat center center;
  background-size: contain;
}
@media (hover: hover) and (pointer: fine) {
  #about #company-numbers .block-scroll-list .list__inner .list-wrap .list-item .text .btn-link:hover .icon-link {
    background-color: #AAD83E;
  }
}
@media screen and (min-width: 744px) {
  #about #company-numbers .block-scroll-list .list-wrap {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  #about #company-numbers .block-text {
    width: 29%;
  }
  #about #company-numbers .block-scroll-list {
    width: 66%;
  }
}
@media screen and (max-width: 900px) {
  #about #company-numbers .section__inner {
    width: 100%;
  }
  #about #company-numbers .section__inner .sticky__wrap .sticky-column {
    position: relative;
    top: 0;
    width: 89.2%;
    margin: 0 auto;
  }
  #about #company-numbers .section__inner .flex__block {
    display: block;
  }
  #about #company-numbers .block-text {
    width: 100%;
  }
  #about #company-numbers .block-scroll-list {
    width: 100%;
  }
  #about #company-numbers .block-scroll-list .list__inner {
    margin-top: 32px;
    margin-left: 5.4%;
    padding: 32px;
    border-radius: 60px 0 0 60px;
  }
  #about #company-numbers .block-scroll-list .list__inner .list-wrap {
    display: flex;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0;
  }
  #about #company-numbers .block-scroll-list .list__inner .list-wrap .list-item {
    width: 200px;
    height: auto;
    padding: 25px 15px;
    font-size: 1.3rem;
  }
  #about #company-numbers .block-scroll-list .list__inner .list-wrap .list-item i {
    width: 72px;
    height: 72px;
  }
  #about #company-numbers .block-scroll-list .list__inner .list-wrap .list-item .text {
    margin-top: 10px;
  }
  #about #company-numbers .block-scroll-list .list__inner .list-wrap .list-item .text .title em {
    font-size: 1.6rem;
  }
  #about #company-numbers .block-scroll-list .list__inner .list-wrap .list-item .text .desc {
    font-size: 1.2rem;
  }
  #about #company-numbers .block-scroll-list .list__inner .list-wrap .list-item .text .num {
    font-size: 5.4rem;
  }
  #about #company-numbers .block-scroll-list .list__inner .list-wrap .list-item .text .num span {
    font-size: 1.8rem;
  }
  #about #company-numbers .block-scroll-list .list__inner .list-wrap .list-item .text .num .colon {
    font-size: 5rem;
    transform: translateY(-6px);
  }
  #about #company-numbers .block-scroll-list .list__inner .list-wrap .list-item .text .btn-link {
    font-size: 1.2rem;
  }
  #about #company-numbers .block-scroll-list .swiper-wrapper {
    display: flex;
    padding-bottom: 0;
  }
  #about #company-numbers .block-scroll-list .swiper-slide {
    flex-shrink: 0;
    width: 290px;
  }
}
#about #company-profile {
  background-color: #F6FAE5;
}
#about #company-profile .outline {
  font-size: 1.6rem;
  letter-spacing: 0;
}
#about #company-profile .outline > li:last-child .tbl-head, #about #company-profile .outline > li:last-child .tbl-body {
  border-bottom: 1px solid #AFAFB2;
}
#about #company-profile .outline .tbl-item {
  display: flex;
  gap: 10px;
  line-height: 1.6;
}
#about #company-profile .outline .tbl-item a {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  color: #84bd00;
  transition: opacity 0.3s ease;
}
#about #company-profile .outline .tbl-item a.link {
  padding-right: 16px;
}
#about #company-profile .outline .tbl-item a.link .icon-blank {
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translateY(-5px);
  background: url(../images/cmn/icon_blank_green.svg) no-repeat center center;
  background-size: contain;
}
@media (hover: hover) and (pointer: fine) {
  #about #company-profile .outline .tbl-item a:hover {
    opacity: 0.8;
  }
}
#about #company-profile .outline .tbl-item .list {
  padding-left: 1em;
}
#about #company-profile .outline .tbl-item .list li {
  text-indent: -1em;
}
#about #company-profile .outline .tbl-item .list li + li {
  margin-top: 10px;
}
#about #company-profile .outline .tbl-head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(100px, 20%, 240px);
  padding: 20px;
  border-top: 1px solid #AFAFB2;
  font-weight: 700;
  text-align: center;
  overflow: visible;
  overflow-wrap: anywhere;
  word-break: break-word;
}
#about #company-profile .outline .tbl-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 20px 40px;
  border-top: 1px solid #AFAFB2;
}
@media screen and (max-width: 743px) {
  #about #company-profile .outline .tbl-head, #about #company-profile .outline .tbl-body {
    padding: 16px;
  }
}

#business #oneday-movie {
  padding-top: 108px;
}
#business #oneday-movie .block-text .desc {
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  #business #oneday-movie .block-text .desc {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 743px) {
  #business #oneday-movie {
    padding-top: 80px;
  }
}
#business #workflow {
  background-color: #F6FAE5;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}
#business #workflow .btn-main {
  margin-top: 32px;
  background-color: #84bd00;
  color: #ffffff;
}
#business #workflow .btn-main i {
  background-color: #C5DB66;
}
#business #workflow .block-text {
  width: calc(95% - 660px);
}
#business #workflow .block-scroll-list {
  width: 660px;
}
#business #workflow .block-scroll-list .list__inner {
  padding: 6rem;
  background-color: #E3EFA7;
  border-radius: 80px;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
#business #workflow .block-scroll-list .list__inner .list-wrap .list-item {
  position: relative;
  padding: 4rem 4.8rem;
  background-color: #ffffff;
  border: 4px solid #A5C700;
  border-radius: 10px 60px 10px 60px;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
}
#business #workflow .block-scroll-list .list__inner .list-wrap .list-item + .list-item {
  margin-top: 40px;
}
#business #workflow .block-scroll-list .list__inner .list-wrap .list-item + .list-item::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  width: 16px;
  height: 54px;
  transform: translateX(-8px);
  background: url(../images/cmn/deco_item.svg) no-repeat center center;
  background-size: contain;
}
#business #workflow .block-scroll-list .list__inner .list-wrap .list-item .title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
#business #workflow .block-scroll-list .list__inner .list-wrap .list-item .title span {
  display: inline-block;
  margin-right: 0.2em;
  color: #0097e0;
  font-size: 3.2rem;
  font-weight: 900;
}
#business #workflow .block-scroll-list .list__inner .list-wrap .list-item .detail {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
#business #workflow .block-scroll-list .list__inner .list-wrap .list-item .detail .photo {
  width: 39%;
  line-height: 1;
}
#business #workflow .block-scroll-list .list__inner .list-wrap .list-item .detail .photo img {
  border-radius: 16px;
}
#business #workflow .block-scroll-list .list__inner .list-wrap .list-item .detail .text {
  width: 55%;
  line-height: 1.5;
}
#business #workflow .block-scroll-list .list__inner .list-wrap .list-item .detail .text .dept {
  margin-bottom: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
#business #workflow .block-scroll-list .list__inner .list-wrap .list-item .detail .text .dept span {
  display: inline-block;
  padding: 0.6rem;
  border-radius: 4px;
  background-color: #FE9900;
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 1;
  white-space: nowrap;
}
#business #workflow .block-scroll-list .list__inner .list-wrap .list-item .detail .text .dept span.dept-g {
  background-color: #84bd00;
}
#business #workflow .block-scroll-list .list__inner .list-wrap .list-item .detail .text .dept span.dept-b {
  background-color: #0097e0;
}
#business #workflow .block-scroll-list .list__inner .list-wrap .list-item .detail .text .dept span.dept-v {
  background-color: #7E318E;
}
@media (hover: hover) and (pointer: fine) {
  #business #workflow .btn-main:hover {
    background-color: #9EC740;
    color: #ffffff;
  }
  #business #workflow .btn-main:hover i {
    background-color: #ffffff;
  }
  #business #workflow .btn-main:hover i::before {
    background-image: url(../images/cmn/icon_blank_green.svg);
  }
}
@media screen and (min-width: 744px) {
  #business #workflow .block-scroll-list .list-wrap {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  #business #workflow .block-text {
    width: 29%;
  }
  #business #workflow .block-scroll-list {
    width: 66%;
  }
}
@media screen and (max-width: 900px) {
  #business #workflow .section__inner {
    width: 100%;
  }
  #business #workflow .section__inner .sticky__wrap .sticky-column {
    position: relative;
    top: 0;
    width: 89.2%;
    margin: 0 auto;
  }
  #business #workflow .section__inner .flex__block {
    display: block;
  }
  #business #workflow .block-text {
    width: 100%;
  }
  #business #workflow .block-scroll-list {
    width: 100%;
  }
  #business #workflow .block-scroll-list .list__inner {
    margin-top: 32px;
    margin-left: 5.4%;
    padding: 32px;
    border-radius: 60px 0 0 60px;
  }
  #business #workflow .block-scroll-list .list__inner .list-wrap .list-item {
    height: auto;
    padding: 24px;
  }
  #business #workflow .block-scroll-list .list__inner .list-wrap .list-item .title {
    font-size: 1.8rem;
  }
  #business #workflow .block-scroll-list .list__inner .list-wrap .list-item .title span {
    font-size: 2.2rem;
  }
  #business #workflow .block-scroll-list .list__inner .list-wrap .list-item .detail {
    position: relative;
    margin-top: 16px;
    padding-top: 4.2rem;
  }
  #business #workflow .block-scroll-list .list__inner .list-wrap .list-item .detail .photo {
    width: 41.3%;
  }
  #business #workflow .block-scroll-list .list__inner .list-wrap .list-item .detail .photo img {
    border-radius: 6px;
  }
  #business #workflow .block-scroll-list .list__inner .list-wrap .list-item .detail .text {
    width: 52%;
  }
  #business #workflow .block-scroll-list .list__inner .list-wrap .list-item .detail .text .dept {
    position: absolute;
    left: 0;
    top: 0;
    gap: 8px;
  }
  #business #workflow .block-scroll-list .list__inner .list-wrap .list-item .detail .text .dept span {
    font-size: 1.6rem;
  }
  #business #workflow .block-scroll-list .list__inner .list-wrap .list-item + .list-item {
    margin-top: 0;
  }
  #business #workflow .block-scroll-list .list__inner .list-wrap .list-item + .list-item::before {
    top: 50%;
    left: -32px;
    transform: rotate(-90deg) translateX(27px);
  }
  #business #workflow .block-scroll-list .swiper-wrapper {
    display: flex;
    padding-bottom: 0;
  }
  #business #workflow .block-scroll-list .swiper-slide {
    flex-shrink: 0;
    width: 290px;
  }
}
@media screen and (max-width: 743px) {
  #business #workflow {
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }
}
#business #loadmap .tab {
  margin: 40px auto 0;
  max-width: 960px;
}
#business #loadmap .tab .tab_nav ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
}
#business #loadmap .tab .tab_nav ul .tab_menu {
  display: flex;
  justify-content: center;
  width: 200px;
  border-radius: 20px 20px 0 0;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
#business #loadmap .tab .tab_nav ul .tab_menu.menu01 {
  padding: 14px 0;
  background-color: #F6FAE5;
  color: #84bd00;
}
#business #loadmap .tab .tab_nav ul .tab_menu.menu02 {
  padding: 21px 0;
  background-color: #EAF8FF;
  color: #0097E0;
}
#business #loadmap .tab .tab_nav ul .tab_menu.menu03 {
  padding: 28px 0;
  background-color: #F8ECFB;
  color: #7E318E;
}
#business #loadmap .tab .tab_block {
  display: none;
  padding: 48px 0;
  border-radius: 10px 100px 10px 100px;
}
#business #loadmap .tab .tab_block__inner {
  opacity: 0;
}
#business #loadmap .tab .tab_block.show {
  display: block;
}
#business #loadmap .tab .tab_block.show .tab_block__inner {
  -webkit-animation: fadeInTab 1s ease forwards;
          animation: fadeInTab 1s ease forwards;
}
@-webkit-keyframes fadeInTab {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInTab {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#business #loadmap .tab .tab_block .text {
  margin: 0 48px;
}
#business #loadmap .tab .tab_block .text .title {
  position: relative;
  margin-bottom: 24px;
  padding-left: 70px;
}
#business #loadmap .tab .tab_block .text .title span {
  color: #595757;
}
#business #loadmap .tab .tab_block .text .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transform: translateY(-30px);
  background: #84bd00 url(../images/business/icon_plants01.svg) no-repeat center center;
  background-size: contain;
}
#business #loadmap .tab .tab_block .tbl-base {
  position: relative;
  margin: 0 48px;
  padding-top: 32px;
}
#business #loadmap .tab .tab_block .tbl-base h3 {
  position: relative;
  margin-bottom: 8px;
  padding-left: 2.4rem;
  font-size: 2rem;
}
#business #loadmap .tab .tab_block .tbl-base h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -0.8rem;
  border-radius: 4px;
  background-color: #84bd00;
}
#business #loadmap .tab .tab_block .tbl-base .desc {
  margin-bottom: 1em;
  line-height: 1.8;
}
#business #loadmap .tab .tab_block .tbl-base th.col1 {
  width: 25%;
}
#business #loadmap .tab .tab_block .tbl-base th.col2 {
  width: 35%;
}
#business #loadmap .tab .tab_block.block01 {
  background-color: #F6FAE5;
}
#business #loadmap .tab .tab_block.block02 {
  background-color: #EAF8FF;
}
#business #loadmap .tab .tab_block.block02 .text .title::before {
  background-color: #0097e0;
  background-image: url(../images/business/icon_plants02.svg);
}
#business #loadmap .tab .tab_block.block02 .tbl-base h3::before {
  background-color: #0097e0;
}
#business #loadmap .tab .tab_block.block02 .tbl-base th {
  background-color: #0097e0;
}
#business #loadmap .tab .tab_block.block03 {
  background-color: #F8ECFB;
}
#business #loadmap .tab .tab_block.block03 .text .title::before {
  background-color: #7E318E;
  background-image: url(../images/business/icon_plants03.svg);
}
#business #loadmap .tab .tab_block.block03 .tbl-base h3::before {
  background-color: #7E318E;
}
#business #loadmap .tab .tab_block.block03 .tbl-base th {
  background-color: #7E318E;
}
@media screen and (min-width: 744px) {
  #business #loadmap .tab .tab_block .tbl-base .scroll-hint {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  #business #loadmap .tab .tab_block {
    border-radius: 10px 10px 10px 100px;
  }
}
@media screen and (max-width: 743px) {
  #business #loadmap .tab {
    margin-top: 32px;
  }
  #business #loadmap .tab .tab_nav ul {
    gap: 6px;
  }
  #business #loadmap .tab .tab_nav ul .tab_menu {
    width: 33.3333333333%;
    padding: 8px 0;
    border-radius: 10px 10px 0 0;
    font-size: 1.8rem;
  }
  #business #loadmap .tab .tab_nav ul .tab_menu.menu01 {
    padding: 8px 0;
  }
  #business #loadmap .tab .tab_nav ul .tab_menu.menu02 {
    padding: 11px 0;
  }
  #business #loadmap .tab .tab_nav ul .tab_menu.menu03 {
    padding: 14px 0;
  }
  #business #loadmap .tab .tab_block {
    padding: 24px 0;
    border-radius: 0px 0px 10px 10px;
  }
  #business #loadmap .tab .tab_block .text {
    margin: 0 24px;
  }
  #business #loadmap .tab .tab_block .tbl-base {
    margin: 0 0 0 24px;
  }
  #business #loadmap .tab .tab_block .tbl-base h3 {
    padding-left: 1.8rem;
    font-size: 1.8rem;
  }
  #business #loadmap .tab .tab_block .tbl-base h3::before {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    margin-top: -5px;
  }
  #business #loadmap .tab .tab_block .tbl-base .desc {
    padding-right: 24px;
  }
  #business #loadmap .tab .tab_block .tbl-base .scroll-hint {
    position: absolute;
    top: 200px;
    left: 50%;
    width: 120px;
    height: 90px;
    margin-left: -60px;
    border-radius: 6px;
    background: url(../images/business/scroll-hint.jpg) no-repeat center center;
    background-size: contain;
    opacity: 0.9;
    pointer-events: none;
    z-index: 2;
  }
  #business #loadmap .tab .tab_block .tbl-base .js-table-scroll {
    padding-right: 24px;
    overflow-x: auto;
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #business #loadmap .tab .tab_block .tbl-base .js-table-scroll table {
    width: 580px;
    margin: 0 auto;
  }
}

#institutions #trainingsystem {
  padding-top: 108px;
}
#institutions #trainingsystem .block-image .block-figure {
  position: relative;
  max-width: 960px;
  width: 100%;
  margin: 40px auto 0;
}
#institutions #trainingsystem .block-image .block-figure .figure {
  line-height: 1;
}
#institutions #trainingsystem .block-image .tip__wrap {
  position: absolute;
}
#institutions #trainingsystem .block-image .tip__wrap.tip01, #institutions #trainingsystem .block-image .tip__wrap.tip02, #institutions #trainingsystem .block-image .tip__wrap.tip03, #institutions #trainingsystem .block-image .tip__wrap.tip04, #institutions #trainingsystem .block-image .tip__wrap.tip05, #institutions #trainingsystem .block-image .tip__wrap.tip06 {
  left: 22%;
  width: 22.9%;
}
#institutions #trainingsystem .block-image .tip__wrap.tip01, #institutions #trainingsystem .block-image .tip__wrap.tip04, #institutions #trainingsystem .block-image .tip__wrap.tip05, #institutions #trainingsystem .block-image .tip__wrap.tip06 {
  height: 11.8%;
}
#institutions #trainingsystem .block-image .tip__wrap.tip02, #institutions #trainingsystem .block-image .tip__wrap.tip03 {
  height: 9.1%;
}
#institutions #trainingsystem .block-image .tip__wrap.tip01 {
  top: 13.9%;
}
#institutions #trainingsystem .block-image .tip__wrap.tip02 {
  top: 29.6%;
}
#institutions #trainingsystem .block-image .tip__wrap.tip03 {
  top: 40.2%;
}
#institutions #trainingsystem .block-image .tip__wrap.tip04 {
  top: 53.5%;
}
#institutions #trainingsystem .block-image .tip__wrap.tip05 {
  top: 69.2%;
}
#institutions #trainingsystem .block-image .tip__wrap.tip06 {
  top: 85.9%;
}
#institutions #trainingsystem .block-image .tip__wrap.tip07, #institutions #trainingsystem .block-image .tip__wrap.tip08, #institutions #trainingsystem .block-image .tip__wrap.tip09, #institutions #trainingsystem .block-image .tip__wrap.tip10, #institutions #trainingsystem .block-image .tip__wrap.tip11 {
  width: 8.3%;
  top: 13.9%;
}
#institutions #trainingsystem .block-image .tip__wrap.tip07 {
  height: 51.4%;
  left: 49.5%;
}
#institutions #trainingsystem .block-image .tip__wrap.tip08 {
  height: 35.2%;
  left: 58.8%;
}
#institutions #trainingsystem .block-image .tip__wrap.tip09 {
  height: 83.8%;
  left: 71.7%;
}
#institutions #trainingsystem .block-image .tip__wrap.tip10 {
  height: 83.8%;
  left: 81%;
}
#institutions #trainingsystem .block-image .tip__wrap.tip11 {
  height: 51.4%;
  left: 90.2%;
}
#institutions #trainingsystem .block-image .tip__wrap .tip__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
#institutions #trainingsystem .block-image .tip__wrap .tip__inner .tip__trigger {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: min(1vw, 10px);
  background: none;
  transition: background-color 0.3s ease;
  cursor: pointer;
  touch-action: manipulation;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  #institutions #trainingsystem .block-image .tip__wrap .tip__inner .tip__trigger:hover {
    background-color: rgba(255, 255, 255, 0.15);
  }
}
#institutions #trainingsystem .block-image .tip__wrap .tip__inner .tip {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 380px;
  padding: 24px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  word-break: break-word;
  overflow-wrap: anywhere;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
#institutions #trainingsystem .block-image .tip__wrap .tip__inner .tip::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
  border: 16px solid transparent;
  border-top-color: #ffffff;
}
#institutions #trainingsystem .block-image .tip__wrap .tip__inner .tip .title {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
}
#institutions #trainingsystem .block-image .tip__wrap .tip__inner .tip .title.-b {
  color: #0097e0;
}
#institutions #trainingsystem .block-image .tip__wrap .tip__inner .tip .title.-o {
  color: #FF7C10;
}
#institutions #trainingsystem .block-image .tip__wrap .tip__inner .tip .title.-v {
  color: #7E318E;
}
#institutions #trainingsystem .block-image .tip__wrap .tip__inner.is-open .tip {
  opacity: 1;
  pointer-events: auto;
}
#institutions #trainingsystem .block-image .tip__wrap.tip09 .tip__inner .tip, #institutions #trainingsystem .block-image .tip__wrap.tip10 .tip__inner .tip, #institutions #trainingsystem .block-image .tip__wrap.tip11 .tip__inner .tip {
  transform: translate(-80%, -100%);
}
#institutions #trainingsystem .block-image .tip__wrap.tip09 .tip__inner .tip::after, #institutions #trainingsystem .block-image .tip__wrap.tip10 .tip__inner .tip::after, #institutions #trainingsystem .block-image .tip__wrap.tip11 .tip__inner .tip::after {
  left: 80%;
}
#institutions #trainingsystem .block-image .annotation {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  max-width: 960px;
  width: 100%;
  margin: 10px auto 0;
}
#institutions #trainingsystem .block-image .annotation .list-item {
  position: relative;
  padding-left: 20px;
}
#institutions #trainingsystem .block-image .annotation .list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -0.8rem;
  border-radius: 4px;
  background-color: #0097e0;
}
#institutions #trainingsystem .block-image .annotation .list-item.-o::before {
  background-color: #FF7C10;
}
#institutions #trainingsystem .block-image .annotation .list-item.-v::before {
  background-color: #7E318E;
}
#institutions #trainingsystem .block-tab {
  max-width: 960px;
  margin: 0 auto;
}
#institutions #trainingsystem .block-tab .tab .tab_nav {
  margin-bottom: 32px;
}
#institutions #trainingsystem .block-tab .tab .tab_nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 66px;
}
#institutions #trainingsystem .block-tab .tab .tab_nav ul li {
  position: relative;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background-color: #f6f6f6;
  color: #84bd00;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#institutions #trainingsystem .block-tab .tab .tab_nav ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -43px;
  transform: translateY(-16px);
  width: 18px;
  height: 32px;
  background: url(../images/institutions/arrow_right.svg) no-repeat center center;
  background-size: contain;
}
#institutions #trainingsystem .block-tab .tab .tab_nav ul li:last-child::after {
  content: none;
}
#institutions #trainingsystem .block-tab .tab .tab_nav ul li.current {
  background-color: #F6FAE5;
}
#institutions #trainingsystem .block-tab .tab .tab_nav ul li.current::before {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translateX(-16px);
  width: 32px;
  height: calc(tan(60deg) * 18px / 2);
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #F6FAE5;
}
#institutions #trainingsystem .block-tab .tab .tab_nav ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (hover: hover) and (pointer: fine) {
  #institutions #trainingsystem .block-tab .tab .tab_nav ul li:hover {
    background-color: #F6FAE5;
  }
}
#institutions #trainingsystem .block-tab .tab .tab_block {
  display: none;
  padding: 4.8rem;
  background-color: #F6FAE5;
  border-radius: 10px;
}
#institutions #trainingsystem .block-tab .tab .tab_block__inner {
  opacity: 0;
}
#institutions #trainingsystem .block-tab .tab .tab_block.show {
  display: block;
}
#institutions #trainingsystem .block-tab .tab .tab_block.show .tab_block__inner {
  -webkit-animation: fadeInTab 1s ease forwards;
          animation: fadeInTab 1s ease forwards;
}
@keyframes fadeInTab {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#institutions #trainingsystem .block-tab .tab .tab_block .title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
#institutions #trainingsystem .block-tab .tab .tab_block .title .icon {
  width: 60px;
  height: 60px;
}
#institutions #trainingsystem .block-tab .tab .tab_block .title .icon img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  #institutions #trainingsystem .block-tab .tab .tab_nav ul {
    gap: 9px;
  }
  #institutions #trainingsystem .block-tab .tab .tab_nav ul li {
    width: 90px;
    height: 90px;
  }
  #institutions #trainingsystem .block-tab .tab .tab_nav ul li::after {
    content: none;
  }
}
@media screen and (max-width: 743px) {
  #institutions #trainingsystem {
    padding-top: 80px;
  }
  #institutions #trainingsystem .block-image {
    overflow: hidden;
  }
  #institutions #trainingsystem .block-image .block-figure {
    max-width: 450px;
    margin: 32px auto 0;
  }
  #institutions #trainingsystem .block-image .tip__wrap {
    position: absolute;
  }
  #institutions #trainingsystem .block-image .tip__wrap.tip01, #institutions #trainingsystem .block-image .tip__wrap.tip02, #institutions #trainingsystem .block-image .tip__wrap.tip03 {
    top: 18.5%;
    width: 13.9%;
    height: 31.3%;
  }
  #institutions #trainingsystem .block-image .tip__wrap.tip04, #institutions #trainingsystem .block-image .tip__wrap.tip05, #institutions #trainingsystem .block-image .tip__wrap.tip06 {
    top: 18.5%;
    width: 11%;
    height: 31.3%;
  }
  #institutions #trainingsystem .block-image .tip__wrap.tip01 {
    left: 2.3%;
  }
  #institutions #trainingsystem .block-image .tip__wrap.tip02 {
    left: 21.2%;
  }
  #institutions #trainingsystem .block-image .tip__wrap.tip03 {
    left: 37%;
  }
  #institutions #trainingsystem .block-image .tip__wrap.tip04 {
    left: 55.5%;
  }
  #institutions #trainingsystem .block-image .tip__wrap.tip05 {
    left: 71%;
  }
  #institutions #trainingsystem .block-image .tip__wrap.tip06 {
    left: 86.7%;
  }
  #institutions #trainingsystem .block-image .tip__wrap.tip07, #institutions #trainingsystem .block-image .tip__wrap.tip08, #institutions #trainingsystem .block-image .tip__wrap.tip09, #institutions #trainingsystem .block-image .tip__wrap.tip10, #institutions #trainingsystem .block-image .tip__wrap.tip11 {
    height: 7.6%;
    left: 2.3%;
  }
  #institutions #trainingsystem .block-image .tip__wrap.tip07 {
    top: 52.9%;
    width: 64.3%;
  }
  #institutions #trainingsystem .block-image .tip__wrap.tip08 {
    top: 61.6%;
    width: 48.5%;
  }
  #institutions #trainingsystem .block-image .tip__wrap.tip09 {
    top: 72.2%;
    width: 95.4%;
  }
  #institutions #trainingsystem .block-image .tip__wrap.tip10 {
    top: 81%;
    width: 95.4%;
  }
  #institutions #trainingsystem .block-image .tip__wrap.tip11 {
    top: 89.9%;
    width: 64.2%;
  }
  #institutions #trainingsystem .block-image .tip__wrap .tip__inner .tip__trigger {
    border-radius: min(1.6vw, 10px);
  }
  #institutions #trainingsystem .block-image .tip__wrap .tip__inner .tip {
    left: 0;
    top: -6px;
    width: 85vw;
    max-width: 318px;
    transform: translate(0, -100%);
    padding: 20px;
  }
  #institutions #trainingsystem .block-image .tip__wrap .tip__inner .tip::after {
    left: 9.5%;
    border: 12px solid transparent;
    border-top-color: #ffffff;
  }
  #institutions #trainingsystem .block-image .tip__wrap .tip__inner .tip .title {
    font-size: 1.6rem;
  }
  #institutions #trainingsystem .block-image .tip__wrap.tip01 .tip__inner .tip {
    top: 66%;
  }
  #institutions #trainingsystem .block-image .tip__wrap.tip02 .tip__inner .tip {
    top: 66%;
    transform: translate(-20%, -100%);
  }
  #institutions #trainingsystem .block-image .tip__wrap.tip02 .tip__inner .tip::after {
    left: 27.5%;
  }
  #institutions #trainingsystem .block-image .tip__wrap.tip03 .tip__inner .tip {
    top: 66%;
    transform: translate(-36.3%, -100%);
  }
  #institutions #trainingsystem .block-image .tip__wrap.tip03 .tip__inner .tip::after {
    left: 43.5%;
  }
  #institutions #trainingsystem .block-image .tip__wrap.tip04 .tip__inner .tip {
    top: 66%;
    transform: translate(-55.8%, -100%);
  }
  #institutions #trainingsystem .block-image .tip__wrap.tip04 .tip__inner .tip::after {
    left: 61.5%;
  }
  #institutions #trainingsystem .block-image .tip__wrap.tip05 .tip__inner .tip {
    top: 66%;
    transform: translate(-72.1%, -100%);
  }
  #institutions #trainingsystem .block-image .tip__wrap.tip05 .tip__inner .tip::after {
    left: 77.5%;
  }
  #institutions #trainingsystem .block-image .tip__wrap.tip06 .tip__inner .tip {
    top: 66%;
    transform: translate(-88.7%, -100%);
  }
  #institutions #trainingsystem .block-image .tip__wrap.tip06 .tip__inner .tip::after {
    left: 92.5%;
  }
  #institutions #trainingsystem .block-image .tip__wrap.tip09 .tip__inner .tip, #institutions #trainingsystem .block-image .tip__wrap.tip10 .tip__inner .tip, #institutions #trainingsystem .block-image .tip__wrap.tip11 .tip__inner .tip {
    transform: translate(0, -100%);
  }
  #institutions #trainingsystem .block-image .tip__wrap.tip09 .tip__inner .tip::after, #institutions #trainingsystem .block-image .tip__wrap.tip10 .tip__inner .tip::after, #institutions #trainingsystem .block-image .tip__wrap.tip11 .tip__inner .tip::after {
    left: 27.5%;
  }
  #institutions #trainingsystem .block-image .annotation {
    max-width: 450px;
  }
  #institutions #trainingsystem .block-tab .tab .tab_nav {
    margin-bottom: 18px;
  }
  #institutions #trainingsystem .block-tab .tab .tab_nav ul li {
    width: 60px;
    height: 60px;
  }
  #institutions #trainingsystem .block-tab .tab .tab_nav ul li span {
    font-size: 1.4rem;
  }
  #institutions #trainingsystem .block-tab .tab .tab_nav ul li.current::before {
    bottom: -20px;
    width: 24px;
    height: calc(tan(60deg) * 14px / 2);
    transform: translateX(-12px);
  }
  #institutions #trainingsystem .block-tab .tab .tab_block {
    padding: 24px;
  }
  #institutions #trainingsystem .block-tab .tab .tab_block .title {
    font-size: 2.2rem;
  }
}
#institutions #qualification-support {
  background-color: #F6FAE5;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}
#institutions #qualification-support .lead {
  margin: 34px 0;
  position: relative;
  writing-mode: unset;
}
#institutions #qualification-support .lead span {
  padding: 0.3em;
  font-size: min(2.4rem, 2.1vw);
  letter-spacing: 0.07em;
}
#institutions #qualification-support .block-image::before {
  content: "";
  position: absolute;
  right: 0.8vw;
  top: -2.5vw;
  width: 10.4vw;
  height: 14vw;
  background: url(../images/institutions/deco_qs_top_right.png) no-repeat right top;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
#institutions #qualification-support .block-image .photo {
  padding-right: 4.2vw;
}
#institutions #qualification-support .block-image .photo img {
  border-radius: 10px;
}
#institutions #qualification-support .list-achievement {
  max-width: 960px;
  margin: 0 auto;
}
#institutions #qualification-support .list-achievement .cate01 {
  width: 22%;
}
#institutions #qualification-support .list-achievement .cate02 {
  width: 24%;
}
#institutions #qualification-support .list-achievement .cate04 {
  width: 16%;
}
#institutions #qualification-support .list-achievement .annotation {
  margin-top: 1.4rem;
  line-height: 1.6;
}
#institutions #qualification-support .list-achievement .annotation dl {
  display: flex;
  margin-bottom: 0.5em;
}
#institutions #qualification-support .list-achievement .annotation dl dt {
  white-space: nowrap;
}
#institutions #qualification-support .list-achievement .annotation dl dd {
  flex: 1;
}
@media screen and (min-width: 744px) {
  #institutions #qualification-support .list-achievement .tbl-base span {
    white-space: nowrap;
  }
}
@media screen and (max-width: 900px) {
  #institutions #qualification-support .flex__block {
    display: block;
  }
  #institutions #qualification-support .flex__block .block-text {
    width: 100%;
  }
  #institutions #qualification-support .flex__block .block-image {
    margin-top: 48px;
    width: 100%;
  }
  #institutions #qualification-support .flex__block .block-image::before {
    right: 0vw;
    top: -6vw;
    width: 18vw;
    height: 25vw;
  }
  #institutions #qualification-support .flex__block .block-image .photo {
    padding-right: 15vw;
  }
}
@media screen and (max-width: 743px) {
  #institutions #qualification-support {
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }
  #institutions #qualification-support .lead span {
    font-size: min(4.6vw, 2.2rem);
  }
  #institutions #qualification-support .flex__block .block-image::before {
    width: 25vw;
    height: 35vw;
  }
  #institutions #qualification-support .flex__block .block-image .photo img {
    border-radius: 6px;
  }
  #institutions #qualification-support .list-achievement .cate01, #institutions #qualification-support .list-achievement .cate04 {
    width: 19%;
  }
  #institutions #qualification-support .list-achievement .cate02 {
    width: 22%;
  }
}
#institutions #benefits .section__inner .flex__block .block-text {
  width: 40%;
}
#institutions #benefits .section__inner .flex__block .block-image {
  width: 55%;
}
#institutions #benefits .list-wrap {
  max-width: 960px;
  margin: 40px auto 0;
}
#institutions #benefits .list-wrap .list-item {
  position: relative;
  min-height: 17rem;
  padding: 2rem 2rem 2rem 17.4rem;
  background-color: #A5C700;
  border-radius: 12px 50px 12px 50px;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  line-height: 1.5;
  color: #ffffff;
}
#institutions #benefits .list-wrap .list-item .title {
  font-size: 2.2rem;
}
#institutions #benefits .list-wrap .list-item .icon {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 13rem;
  height: 13rem;
  border-radius: 12px 32px 12px 32px;
  background-color: #F5FFC4;
  overflow: hidden;
}
#institutions #benefits .list-wrap .list-item .icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#institutions #benefits .list-wrap .list-item .icon span img {
  width: 7.2rem;
  height: 7.2rem;
}
#institutions #benefits .list-wrap .list-item .text {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  margin-top: 1.6rem;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#institutions #benefits .list-wrap .list-item .text .text__box {
  padding-left: 1em;
}
#institutions #benefits .list-wrap .list-item .text .text__box li {
  text-indent: -1em;
}
#institutions #benefits .list-wrap .list-item + .list-item {
  margin-top: 2.4rem;
}
@media screen and (max-width: 743px) {
  #institutions #benefits .section__inner .flex__block .block-text {
    width: 100%;
  }
  #institutions #benefits .section__inner .flex__block .block-image {
    width: 100%;
    margin-top: 32px;
  }
  #institutions #benefits .list-wrap .list-item {
    position: relative;
    padding: 2rem 2rem 2.4rem;
    border-radius: 6px 60px 6px 60px;
  }
  #institutions #benefits .list-wrap .list-item .title {
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: 2rem;
  }
  #institutions #benefits .list-wrap .list-item .title p {
    flex: 1;
  }
  #institutions #benefits .list-wrap .list-item .icon {
    position: relative;
    top: 0;
    left: 0;
    width: 8rem;
    height: 8rem;
    border-radius: 6px;
  }
  #institutions #benefits .list-wrap .list-item .icon span img {
    width: 6rem;
    height: 6rem;
  }
  #institutions #benefits .list-wrap .list-item .text {
    font-size: 1.4rem;
    display: block;
  }
  #institutions #benefits .list-wrap .list-item + .list-item {
    margin-top: 2rem;
  }
}

#worker #interview {
  padding-top: 80px;
}
#worker #interview .block-list .list-interview {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 18px;
  max-width: 960px;
  margin: 0 auto;
}
#worker #interview .block-list .list-interview li {
  width: calc((100% - 36px) / 3);
}
#worker #interview .block-list .list-interview li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: min(1.04vw, 1.5rem);
  background-color: #F6FAE5;
  border-radius: 10px 40px 10px 40px;
  box-shadow: 2px 2px 10px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}
#worker #interview .block-list .list-interview li a .thumb {
  aspect-ratio: 400/209;
  border-radius: 10px 26px 10px 26px;
}
#worker #interview .block-list .list-interview li a .text {
  position: relative;
  margin-top: 16px;
  margin-bottom: 6rem;
  text-align: left;
  font-weight: 700;
}
#worker #interview .block-list .list-interview li a .text .date {
  color: #595757;
}
#worker #interview .block-list .list-interview li a .text p {
  width: calc(100% + 1.3em);
  transform: translateX(-1.3em);
  margin-top: 1rem;
}
#worker #interview .block-list .list-interview li a .text p span {
  padding: 0.3em 0.3em 0.2em;
  background: linear-gradient(transparent 10%, rgb(255, 255, 255) 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
#worker #interview .block-list .list-interview li a .link {
  position: absolute;
  right: 1.04vw;
  bottom: 1.04vw;
  color: #84bd00;
  font-size: 1.4rem;
  line-height: 4.8rem;
}
#worker #interview .block-list .list-interview li a .link span {
  position: relative;
  display: block;
  padding-right: 5.8rem;
}
#worker #interview .block-list .list-interview li a .link span::before, #worker #interview .block-list .list-interview li a .link span::after {
  content: "";
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
#worker #interview .block-list .list-interview li a .link span::before {
  background-color: #76A900;
}
#worker #interview .block-list .list-interview li a .link span::after {
  right: calc(2.4rem - 6px);
  width: 10px;
  height: 10px;
  background: url(../images/cmn/arrow_right_white_s.svg) no-repeat center center;
  background-size: contain;
}
@media (hover: hover) and (pointer: fine) {
  #worker #interview .block-list .list-interview li a:hover {
    background-color: #F0FAC8;
  }
  #worker #interview .block-list .list-interview li a:hover .link span::before {
    background-color: #AAD83E;
  }
}
#worker #interview .block-list .btn .btn-main {
  background-color: #84bd00;
  color: #FFFFFF;
}
#worker #interview .block-list .btn .btn-main i {
  background-color: #c5db66;
}
@media (hover: hover) and (pointer: fine) {
  #worker #interview .block-list .btn .btn-main:hover {
    background-color: #9EC740;
  }
  #worker #interview .block-list .btn .btn-main:hover i {
    background-color: #ffffff;
  }
  #worker #interview .block-list .btn .btn-main:hover i::before {
    background: url(../images/cmn/icon_blank_green.svg) no-repeat center center;
    background-size: contain;
  }
}
#worker #interview .block-text {
  margin-top: 100px;
  text-align: center;
}
#worker #interview .block-text h3.title {
  font-size: 3.2rem;
  line-height: 1.4;
}
#worker #interview .block-text h3.title .title__inner {
  position: relative;
  display: inline-block;
  padding: 0 1.2em;
}
#worker #interview .block-text h3.title .title__inner::before, #worker #interview .block-text h3.title .title__inner::after {
  content: "";
  position: absolute;
  top: -0.2em;
  width: 1em;
  height: 1em;
}
#worker #interview .block-text h3.title .title__inner::before {
  left: 0;
  background: url(../images/top/deco_people_l.svg) no-repeat center center;
  background-size: cover;
}
#worker #interview .block-text h3.title .title__inner::after {
  right: 0;
  background: url(../images/top/deco_people_r.svg) no-repeat center center;
  background-size: cover;
}
#worker #interview .btn {
  text-align: center;
}
#worker #interview .btn .btn-main {
  margin-top: 32px;
}
@media screen and (max-width: 743px) {
  #worker #interview {
    padding-top: 40px;
  }
  #worker #interview .block-list .list-interview {
    gap: 16px 1.86vw;
  }
  #worker #interview .block-list .list-interview li {
    width: calc((100% - 1.86vw) / 2);
  }
  #worker #interview .block-list .list-interview li a {
    padding: 2.13vw;
    border-radius: 6px 20px 6px 20px;
  }
  #worker #interview .block-list .list-interview li a .thumb {
    border-radius: 6px 14px 6px 14px;
  }
  #worker #interview .block-list .list-interview li a .text {
    margin-top: 8px;
    margin-bottom: 5rem;
  }
  #worker #interview .block-list .list-interview li a .text .date {
    font-size: 1.2rem;
  }
  #worker #interview .block-list .list-interview li a .text p {
    width: calc(100% + 2.7vw);
    transform: translateX(-2.7vw);
  }
  #worker #interview .block-list .list-interview li a .text p span {
    font-size: 1.4rem;
  }
  #worker #interview .block-list .list-interview li a .link {
    font-size: 1.2rem;
  }
  #worker #interview .block-list .list-interview li a .link span {
    padding-right: 3rem;
  }
  #worker #interview .block-list .list-interview li a .link span::before {
    width: 2.4rem;
    height: 2.4rem;
  }
  #worker #interview .block-list .list-interview li a .link span::after {
    right: calc(1.2rem - 6px);
  }
  #worker #interview .block-list .btn {
    text-align: center;
  }
  #worker #interview .block-list .btn .btn-main {
    margin-top: 40px;
  }
  #worker #interview .block-text {
    margin-top: 60px;
  }
  #worker #interview .block-text h3.title {
    font-size: min(5.8vw, 2.2rem);
  }
  #worker #interview .block-text h3.title .title__inner {
    padding: 0 0.5em;
  }
  #worker #interview .block-text h3.title .title__inner::before {
    left: -0.5em;
  }
  #worker #interview .block-text h3.title .title__inner::after {
    right: -0.5em;
  }
  #worker #interview .btn {
    text-align: center;
  }
  #worker #interview .btn .btn-main {
    margin-top: 24px;
  }
  #worker #interview .btn .btn-main i {
    height: 32px;
    width: 32px;
  }
}

/*ALL Settings*/
/*# sourceMappingURL=style.css.map */