.ac {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

@keyframes cycle {
  0% {
    background-image: url("../../images/who/fig_cycle1_2023.png");
  }
  25% {
    background-image: url("../../images/who/fig_cycle2_2023.png");
  }
  50% {
    background-image: url("../../images/who/fig_cycle3_2023.png");
  }
  75% {
    background-image: url("../../images/who/fig_cycle4_2023.png");
  }
  100% {
    background-image: url("../../images/who/fig_cycle1_2023.png");
  }
}
.container-header {
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: #fff;
  background: #1f296b;
}
.container-header:before {
  width: 100%;
  height: 100%;
  background: url("../../images/top/main.png") no-repeat 50% 50%;
  background-size: cover;
  content: "";
  position: absolute;
  left: -2rem;
  top: -2rem;
  padding: 2rem;
  filter: blur(2rem);
  z-index: -1;
  box-sizing: content-box;
}
@media only screen and (max-width:1023px) {
  .container-header:before {
    left: -1rem;
    top: -1rem;
    padding: 1rem;
    filter: blur(1rem);
  }
}
.container-header_ttl:after {
  background: #fff;
}
.container-header_message-en {
  font-family: "Rock Salt", cursive;
  text-align: center;
  font-size: 4rem;
  background: url("../../images/who/bg_en.png") no-repeat 50% 100%;
  background-size: 62.5rem auto;
  padding-bottom: 4rem;
  letter-spacing: 0.5rem;
}
@media only screen and (max-width:767px) {
  .container-header_message-en {
    font-size: 3.2rem;
    letter-spacing: 0.3rem;
    background-size: 90% auto;
    padding-bottom: 2rem;
  }
}
.container-header_message-en b {
  display: inline-block;
  transform: rotate(-5deg);
  font-weight: 400;
}
.container-header_message-catch {
  text-align: center;
  padding: 4rem 0 6rem 0;
}
@media only screen and (max-width:767px) {
  .container-header_message-catch {
    padding: 4rem 2rem 4rem;
    text-align: left;
  }
}
.container-header_message-catch p {
  font-size: 2.4rem;
  line-height: 1.8;
}
@media only screen and (max-width:767px) {
  .container-header_message-catch p {
    font-size: 1.7rem;
  }
}
.container-header_message-txt {
  max-width: 84rem;
  margin: 0 auto;
  padding: 0 3rem 10rem;
}
@media only screen and (max-width:767px) {
  .container-header_message-txt {
    padding: 0 2rem 5rem;
  }
}
.container-header_message-txt p {
  font-size: 1.5rem;
  line-height: 2;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width:767px) {
  .container-header_message-txt p {
    font-size: 1.4rem;
  }
}
.container-header_message-txt p.sign {
  text-align: right;
  font-size: 1.3rem;
}
@media only screen and (max-width:767px) {
  .container-header_message-txt p.sign {
    font-size: 1.1rem;
  }
}
.container-header_message-txt p.sign a {
  color: #fff;
}
.container-header_message-txt p.sign b {
  font-weight: 400;
  font-size: 1.5rem;
  margin-left: 1rem;
}
@media only screen and (max-width:767px) {
  .container-header_message-txt p.sign b {
    font-size: 1.3rem;
    display: block;
    margin: 0;
  }
}

.section-mission {
  max-width: 120rem;
  padding: 12rem 3rem;
  margin: 0 auto;
}
@media only screen and (max-width:1023px) {
  .section-mission {
    padding: 8rem 3rem;
  }
}
@media only screen and (max-width:1023px) and (max-width:767px) {
  .section-mission {
    padding: 5rem 0;
  }
}
.section-mission_header {
  text-align: left;
  padding-bottom: 3rem;
}
.section-mission_header-ttl {
  font-size: 5.4rem;
  padding-bottom: 5rem;
  font-weight: 900;
  color: #1f296b;
}
@media only screen and (max-width:1023px) {
  .section-mission_header-ttl {
    font-size: 4.8rem;
  }
}
@media only screen and (max-width:1023px) and (max-width:767px) {
  .section-mission_header-ttl {
    font-size: 3.2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
  }
}
.section-mission_inner p {
  text-align: center;
  font-size: 2.8rem;
  color: #1f296b;
  padding-bottom: 4rem;
}
@media only screen and (max-width:767px) {
  .section-mission_inner p {
    font-size: 1.6rem;
    padding-bottom: 2.5rem;
  }
}
.section-mission_inner p strong {
  font-size: 4rem;
  letter-spacing: 0.5rem;
}
@media only screen and (max-width:1023px) and (max-width:767px) {
  .section-mission_inner p strong {
    font-size: 2.4rem;
  }
}
.section-mission_inner .div-cycle {
  max-width: 95rem;
  margin: 0 auto;
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  animation: cycle 8s infinite;
  position: relative;
}
.section-mission_inner .div-cycle p {
  position: absolute;
  left: 50%;
  top: 50%;
  font-family: "Rock Salt", cursive;
  font-size: 4rem;
  letter-spacing: 0.5rem;
  transform: rotate(-5deg) translateY(-50%) translateX(-50%);
}
@media only screen and (max-width:1023px) {
  .section-mission_inner .div-cycle p {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width:1023px) and (max-width:767px) {
  .section-mission_inner .div-cycle p {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
}
.section-vision {
  max-width: 120rem;
  padding: 12rem 3rem;
  margin: 0 auto;
}
@media only screen and (max-width:1023px) {
  .section-vision {
    padding: 8rem 3rem;
  }
}
@media only screen and (max-width:1023px) and (max-width:767px) {
  .section-vision {
    padding: 5rem 2rem;
  }
}
.section-vision_header {
  text-align: left;
  padding-bottom: 3rem;
}
.section-vision_header-ttl {
  font-size: 5.4rem;
  padding-bottom: 5rem;
  font-weight: 900;
  color: #0099cc;
}
@media only screen and (max-width:1023px) {
  .section-vision_header-ttl {
    font-size: 4.8rem;
  }
}
@media only screen and (max-width:1023px) and (max-width:767px) {
  .section-vision_header-ttl {
    font-size: 3.2rem;
    padding-bottom: 2rem;
  }
}
.section-vision_inner {
  max-width: 98rem;
  margin: 0 auto;
  text-align: left;
}
.section-vision_inner-en {
  font-size: 3.6rem;
  font-family: "Rock Salt", cursive;
  letter-spacing: 0.5rem;
  padding-bottom: 5rem;
  color: #1f296b;
}
@media only screen and (max-width:1023px) {
  .section-vision_inner-en {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width:1023px) and (max-width:767px) {
  .section-vision_inner-en {
    font-size: 2rem;
    padding-bottom: 2rem;
  }
}
.section-vision_inner p {
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 2.5rem;
}
@media only screen and (max-width:767px) {
  .section-vision_inner p {
    font-size: 1.5rem;
    padding-bottom: 2rem;
  }
}
.section-vision_inner p strong {
  font-size: 2.8rem;
  color: #0099cc;
}
@media only screen and (max-width:767px) {
  .section-vision_inner p strong {
    font-size: 2rem;
  }
}
.section-vision_inner .div-cycle {
  max-width: 95rem;
  margin: 0 auto;
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  animation: cycle 8s infinite;
}
.section-value {
  padding: 12rem 0;
}
@media only screen and (max-width:1023px) {
  .section-value {
    padding: 8rem 0;
  }
}
@media only screen and (max-width:1023px) and (max-width:767px) {
  .section-value {
    padding: 5rem 0;
  }
}
.section-value_header {
  text-align: left;
  max-width: 120rem;
  padding: 0 3rem 3rem;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .section-value_header {
    padding: 0 2rem 2rem 2rem;
  }
}
.section-value_header-ttl {
  font-size: 5.4rem;
  padding-bottom: 5rem;
  font-weight: 900;
  color: #1f296b;
}
@media only screen and (max-width:1023px) {
  .section-value_header-ttl {
    font-size: 4.8rem;
  }
}
@media only screen and (max-width:1023px) and (max-width:767px) {
  .section-value_header-ttl {
    font-size: 3.2rem;
    padding-bottom: 2rem;
  }
}
.section-value_inner p {
  text-align: center;
  font-size: 2.8rem;
  color: #1f296b;
  padding-bottom: 4rem;
}
@media only screen and (max-width:767px) {
  .section-value_inner p {
    font-size: 2rem;
    padding: 0 2.5rem 3rem;
  }
}
.section-value_inner p small {
  font-size: 80%;
}
.section-value_inner p strong {
  font-size: 3.6rem;
  font-weight: 500;
}
@media only screen and (max-width:767px) {
  .section-value_inner p strong {
    font-size: 2.4rem;
    font-weight: 700;
  }
}
.section-value_content {
  background: url("../../images/who/bg_value-base.svg") repeat-x 50% 0%;
  background-size: 28.3rem auto;
}
@media only screen and (max-width:1023px) {
  .section-value_content {
    background-size: 24rem auto;
  }
}
@media only screen and (max-width:767px) {
  .section-value_content {
    background: url("../../images/who/bg_value-base_sp.svg") repeat-x 50% 0%;
    background-size: 16rem auto;
  }
}
.section-value_content ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 7rem;
  margin: 0 auto;
}
.section-value_content ul li {
  width: 28.3rem;
  height: 30.9rem;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  background: url("../../images/who/bg_value-on.svg") no-repeat 50% 50%;
  background-size: 27.3rem auto;
  margin-bottom: -6.75rem;
  transition: all 1s;
  margin-left: 0;
  left: 0;
}
.section-value_content ul li span {
  font-size: 2.4rem;
  font-family: "Rock Salt", cursive;
  margin: auto 0;
}
@media only screen and (max-width:767px) {
  .section-value_content ul li span {
    font-size: 1.4rem;
  }
}
.section-value_content ul li p {
  display: none;
}
.section-value_content ul li:hover {
  background: url("../../images/who/bg_value.svg") no-repeat 50% 50%;
  background-size: 27.3rem auto;
  color: #333366;
}
@media only screen and (max-width:1023px) {
  .section-value_content ul li:hover {
    background-size: 23.2rem auto;
  }
}
@media only screen and (max-width:1023px) and (max-width:767px) {
  .section-value_content ul li:hover {
    background-size: 15.43rem auto;
  }
}
.section-value_content ul li:hover span {
  margin-bottom: 0;
}
.section-value_content ul li:hover p {
  display: block;
  font-size: 1.2rem;
  line-height: 2;
  margin: 3rem 0 auto;
  letter-spacing: 0;
  font-weight: 700;
}
@media only screen and (max-width:1023px) {
  .section-value_content ul li:hover p {
    font-size: 1rem;
  }
}
@media only screen and (max-width:1023px) and (max-width:767px) {
  .section-value_content ul li:hover p {
    font-size: 0.9rem;
    margin-top: 0.8rem;
    line-height: 1.3;
    padding: 0 2rem;
  }
}
.section-value_content.content_for_value {
  background: url("../../images/who/bg_value-base_for_value.svg") repeat-x 50% 0%;
  background-size: 28.3rem auto;
}
.section-value_content.content_for_value ul {
  width: 120rem;
}
.section-value_content.content_for_value ul li:nth-of-type(7n+1) {
  margin-left: 17.5rem;
}
.section-value_content.content_for_value ul li:nth-of-type(7n+4) {
  margin-left: 3.5rem;
}
@media only screen and (max-width:1023px) {
  .section-value_content.content_for_value {
    background-size: 24rem auto;
  }
  .section-value_content.content_for_value ul {
    width: 90rem;
  }
  .section-value_content.content_for_value ul li {
    width: 24rem;
    height: 26.3rem;
    background-size: 23.2rem auto;
    margin-bottom: -5.79rem;
  }
  .section-value_content.content_for_value ul li:nth-of-type(7n+1) {
    margin-left: 9rem;
  }
}
@media only screen and (max-width:767px) {
  .section-value_content.content_for_value {
    background: url("../../images/who/bg_value-base_sp_for_value.svg") repeat-x 50% 0%;
    background-size: 16rem auto;
  }
  .section-value_content.content_for_value ul {
    width: 100%;
    padding-bottom: 4rem;
  }
  .section-value_content.content_for_value ul li {
    width: 15.6rem;
    height: 17.4rem;
    background-size: 15.2rem auto;
    transition: none;
    margin: 0 0.2rem -3.8rem;
  }
  .section-value_content.content_for_value ul li:nth-of-type(7n+1) {
    margin-left: 8.2rem;
  }
}
.section-value_content.content_for_spirit {
  background: url("../../images/who/bg_value-base_for_spirit.svg") repeat-x 50% 0%;
  background-size: 28.3rem auto;
}
.section-value_content.content_for_spirit ul {
  width: 120rem;
}
.section-value_content.content_for_spirit ul li:nth-of-type(7n+1) {
  margin-left: 17.5rem;
}
.section-value_content.content_for_spirit ul li:nth-of-type(7n+4) {
  margin-left: 3.5rem;
}
@media only screen and (max-width:1023px) {
  .section-value_content.content_for_spirit {
    background-size: 18rem auto;
  }
  .section-value_content.content_for_spirit ul {
    width: 80rem;
  }
  .section-value_content.content_for_spirit ul li {
    width: 18rem;
    height: 19.8rem;
    background-size: 17.2rem auto;
    margin-bottom: -4.5rem;
  }
  .section-value_content.content_for_spirit ul li:nth-of-type(7n+1) {
    margin-left: 13rem;
  }
  .section-value_content.content_for_spirit ul li:nth-of-type(7n+4) {
    margin-left: 4rem;
  }
  .section-value_content.content_for_spirit ul li span {
    font-size: 2rem;
  }
}
@media only screen and (max-width:767px) {
  .section-value_content.content_for_spirit {
    background: url("../../images/who/bg_value-base_sp_for_spirit.svg") repeat-x 50% 0%;
    background-size: 10rem auto;
  }
  .section-value_content.content_for_spirit ul {
    width: 100%;
    padding-bottom: 4rem;
  }
  .section-value_content.content_for_spirit ul li {
    width: 9.6rem;
    height: 10.8rem;
    background-size: 9.6rem auto;
    left: 0;
    margin: 0 0.2rem -2.3rem;
  }
  .section-value_content.content_for_spirit ul li:nth-of-type(7n+1) {
    margin-left: 0;
  }
  .section-value_content.content_for_spirit ul li:nth-of-type(5n+1) {
    margin-left: 1.2rem;
  }
  .section-value_content.content_for_spirit ul li:nth-of-type(5n+4) {
    margin-left: 6.2rem;
  }
  .section-value_content.content_for_spirit ul li span {
    font-size: 1.2rem;
  }
  .section-value_content.content_for_spirit ul li:hover p {
    font-size: 0.8rem;
    padding: 0 0.5rem;
  }
}
.section-company {
  max-width: 120rem;
  padding: 12rem 3rem;
  margin: 0 auto;
}
@media only screen and (max-width:1023px) {
  .section-company {
    padding: 8rem 3rem;
  }
}
@media only screen and (max-width:1023px) and (max-width:767px) {
  .section-company {
    padding: 5rem 2rem;
  }
}
.section-company_header {
  text-align: left;
  padding-bottom: 3rem;
}
.section-company_header-ttl {
  font-size: 5.4rem;
  padding-bottom: 5rem;
  font-weight: 900;
  color: #0099cc;
}
@media only screen and (max-width:1023px) {
  .section-company_header-ttl {
    font-size: 4.8rem;
  }
}
@media only screen and (max-width:1023px) and (max-width:767px) {
  .section-company_header-ttl {
    font-size: 3.2rem;
    padding-bottom: 2rem;
  }
}
.section-company_inner {
  position: relative;
  padding-right: 45%;
}
@media only screen and (max-width:1023px) {
  .section-company_inner {
    padding-right: 0;
  }
}
.section-company_inner dl {
  border-top: 0.1rem solid #e5e5e5;
}
.section-company_inner dl div {
  border-bottom: 0.1rem solid #e5e5e5;
  padding: 3rem 0;
  display: flex;
  font-size: 1.6rem;
}
@media only screen and (max-width:767px) {
  .section-company_inner dl div {
    font-size: 1.4rem;
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.section-company_inner dl div dt {
  flex-shrink: 0;
  width: 15rem;
  text-align: center;
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  .section-company_inner dl div dt {
    text-align: left;
    width: 100%;
  }
}
.section-company_inner dl div dd {
  width: 100%;
  text-align: left;
}
.section-company_inner iframe {
  position: absolute;
  width: 40%;
  height: 100%;
  border: 0.5rem solid rgba(229, 229, 229, 0.5) !important;
  right: 0;
  top: 0;
  box-sizing: border-box;
}
@media only screen and (max-width:1023px) {
  .section-company_inner iframe {
    margin-top: 3rem;
    position: static;
    width: 100%;
    height: 36rem;
  }
}

/*# sourceMappingURL=who-we-are.css.map */
