@charset "utf-8";
html[lang="ja"] {
  margin: 0 !important;
}
body {
  font-size: 3.733vw;
}
.block_people .area_interview .interview_ticker .ticker_wrap #wpadminbar, .pc-only {
  display: none !important;
}
body.pop--open, body.nav--open {
  overflow: hidden;
}
.inner {
  width: 92%;
  margin: auto;
}
.scrollAnime .inner {
  position: relative;
  z-index: 3;
}
main {
  overflow: hidden;
}
/* == page--open ============================================== */
body.openAnime header .h_inner {
  transform: translateY(-8em);
  opacity: 0;
  transition: transform .8s ease 1.5s, opacity .8s ease 1.5s;
}
body.openAnime.page--open header .h_inner {
  transform: translateY(0);
  opacity: 1;
}
body.openAnime .side_fixed {
  opacity: 0;
  transition: opacity .8s ease 1.5s, transform .6s;
}
body.openAnime.page--open .side_fixed {
  opacity: 1;
}
body.openAnime .contents_titleBox .slide_title {
  display: inline-block;
  overflow: hidden;
}
body.openAnime .contents_titleBox .slide_title span {
  transform: translateX(-101%);
  transition: transform 1.2s ease .4s
}
body.openAnime.page--open .contents_titleBox .slide_title span {
  transform: translateX(0);
}
body.openAnime.page--open .contents_titleBox .slide_title span:nth-child(2) {
  transition-delay: .5s;
}
body.openAnime .contents_titleBox .slide_link {
  overflow: hidden;
}
body.openAnime .contents_titleBox .slide_link a {
  transform: translateX(-101%);
  transition: transform .8s ease 1.5s;
}
body.openAnime.page--open .contents_titleBox .slide_link a {
  transform: translateX(0);
}
body.openAnime .contents_newsBox {
  opacity: 0;
  transform: translateY(2em);
  transition: transform .8s ease 1.5s, opacity .8s ease 1.5s;
}
body.openAnime.page--open .contents_newsBox {
  opacity: 1;
  transform: translateY(0);
}
body.openAnime header::before {
  transform: translateY(-8em);
  opacity: 0;
}
body.openAnime.page--open header::before {
  transform: translateY(0);
  opacity: 1;
}
/* == header ============================================== */
header {
  position: relative;
}
header::before {
  content: '';
  width: 100%;
  height: 85px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: backdrop-filter;
  position: fixed;
  z-index: 900;
  left: 0;
  top: 0;
  transition: transform .8s ease 1.4s, opacity .8s ease 1.4s, height .6s;
}
body.nav--open header::before {
  height: 100%;
}
header .h_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  box-sizing: border-box;
  padding: 10px 10px;
}
header .h_logo {
  width: 69px;
  height: 34px;
  margin: 0 .7em 0 0;
}
header .h_logo a {
  display: block;
  height: 100%;
  background-image: url(../img/logo.webp);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
}
header .h_title a {
  display: flex;
  align-items: center;
}
header .h_title a span.jp {
  display: block;
  font-weight: 500;
  letter-spacing: .05em;
  margin: 0 .6em 0 0;
  font-size: 13px;
}
header .h_title a span.en {
  font-weight: 500;
  letter-spacing: .05em;
  font-size: 15px;
}
header .h_logos {
  display: flex;
  align-items: center;
  margin: 0 auto 0 0;
}
header .h_links {
  position: absolute;
  left: 0;
  top: calc(100% - .59px);
  width: 100%;
  display: flex;
  align-items: center;
}
header .h_links .h_entry {
  width: calc(100% / 3);
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  text-align: center;
}
header .h_links .h_entry.entry--mid {
  background: #B8C2E4;
}
header .h_links .h_entry.entry--new {
  background: #C0E3EE;
}
header .h_links .h_entry a {
  display: block;
  font-weight: 700;
  letter-spacing: .05em;
  padding: .9em 1.1em .9em 0;
  position: relative;
  z-index: 3;
  font-size: 12px;
}
header .h_links .h_entry a::before {
  content: '';
  width: 1.2em;
  height: 1.2em;
  background-image: url(../img/icon_arrow.svg);
  background-position: center;
  background-size: 65% auto;
  background-color: #000000;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: absolute;
  right: .7em;
  top: 0;
  bottom: 0;
  margin: auto;
}
header .h_links .h_download {
  width: calc(100% / 3);
  text-align: center;
}
header .h_links .h_download a {
  display: block;
  height: 100%;
  background: #4B8FAE;
  color: #fff;
  padding: .9em 0;
  font-size: 12px;
  font-weight: 700;
}
header .h_menu {
  width: 34px;
  height: 34px;
  position: relative;
  cursor: pointer;
}
header .h_menu span.nav_line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: #000;
  border-radius: 5em;
  margin: 12px 0;
  box-sizing: border-box;
  transition: background .4s;
}
header .h_menu span.nav_line::before, header .h_menu span.nav_line::after {
  content: '';
  width: 100%;
  height: 3px;
  background: #000;
  border-radius: 5em;
  transition: transform .4s;
}
header .h_menu span.nav_line::before {
  position: absolute;
  left: 0;
  top: -10px;
}
header .h_menu span.nav_line::after {
  position: absolute;
  left: 0;
  bottom: -10px;
}
body.nav--open header .h_menu span.nav_line {
  background: transparent;
}
body.nav--open header .h_menu span.nav_line::before {
  transform: translateY(10px) rotateZ(45deg);
}
body.nav--open header .h_menu span.nav_line::after {
  transform: translateY(-10px) rotateZ(-45deg);
}
header .h_menu span.nav_text {
  display: block;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 7px;
  font-weight: 700;
  position: absolute;
  left: .1em;
  bottom: -.1em;
  width: 100%;
  letter-spacing: .6em;
}
header .side_fixed {
  position: fixed;
  z-index: 950;
  right: 0;
  left: 0;
  bottom: 2em;
  margin: auto;
  width: 16em;
  height: 4em;
  transform-origin: center bottom;
  transition: transform .6s;
}
body.footer--start header .side_fixed {
  transform: translateY(5em) scale(0);
}
header .side_fixed a {
  display: block;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
  background: url(../img/side_btn01_sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
/**/
header .hMega {
  position: fixed;
  z-index: 930;
  left: 0;
  top: 0;
  width: 100%;
  height: max(100%, 600px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .6s;
}
body.nav--open header .hMega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
header .hMega .megaWrap {
  margin: 90px auto 0;
  height: calc(100svh - 90px);
  box-sizing: border-box;
  overflow-y: scroll;
  padding: 0 0 8em;
}
header .hMega .mega_logos {
  width: 50%;
  margin: 0 auto;
  padding: 2.5em 0 0;
}
header .hMega .mega_logos .mega_logo {
  height: 0;
  padding: 49% 0 0;
  position: relative;
}
header .hMega .mega_logos .mega_logo a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
  background-image: url(../img/logo03.webp);
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .3s;
}
header .hMega .mega_logos .mega_lead {
  height: 0;
  width: 96%;
  padding: 25% 0 0;
  position: relative;
  margin: 1.5em auto 0;
}
header .hMega .mega_logos .mega_lead a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
  background-image: url(../img/logo_lead.webp);
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .3s;
}
header .hMega .mega_menus {
  margin: 1.5em 0 0;
}
.list_megaMenu li {
  position: relative;
  text-align: center;
}
.list_megaMenu li + li {
  border-top: solid 1px;
  border-image: linear-gradient(to right, rgba(65, 114, 156, 1) 0%, rgba(94, 182, 196, 1) 33%, rgba(106, 205, 186, 1) 78%) 1 / 1px 0 0;
}
.list_megaMenu a {
  display: block;
  width: 100%;
  font-size: 128.6%;
  letter-spacing: .1em;
  font-weight: 700;
  position: relative;
  padding: 1em 0;
}
.list_megaMenu a small {
  display: inline-block;
  font-size: 70%;
  letter-spacing: .05em;
  margin: 0 .5em 0 0;
}
/* == footer ============================================== */
footer {
  border-top: solid 1px #000000;
  position: relative;
  padding: 2.4em 0 1.6em;
}
footer #pagetop {
  position: absolute;
  right: 1.2em;
  bottom: 4em;
  width: 3em;
  height: 3em;
  background-color: #000;
  background-image: url("../img/icon_top.svg");
  background-repeat: no-repeat;
  background-size: 1.5em auto;
  background-position: center;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
}
footer .f_inner {
  width: 92%;
  margin: auto;
}
footer .fFlex .flexLeft {
  margin: 1.8em 0 0;
}
footer .fFlex .flexLeft .f_logos .logo {
  width: 33%;
  height: 0;
  padding: 16% 0 0;
  margin: auto;
  position: relative;
}
footer .fFlex .flexLeft .f_logos .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
  position: absolute;
  left: 0;
  top: 0;
}
footer .fFlex .flexLeft .f_logos .link {
  color: #004898;
  font-size: 86%;
  font-weight: 700;
  margin: 1.2em 0 0;
  letter-spacing: .03em;
  text-align: center;
}
footer .fFlex .flexLeft .f_logos .link a {
  display: inline-block;
  line-height: 1.4;
  border-bottom: solid 1px #004898;
  position: relative;
}
footer .fFlex .flexLeft .f_logos .link a::before {
  content: '';
  width: 1.1em;
  height: 1.1em;
  position: absolute;
  left: calc(100% + .5em);
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/icon_blank.svg);
}
footer .f_nav {
  position: relative;
}
footer .f_nav .navBox {
  width: 49%;
}
footer .f_nav .navBox:nth-child(2) {
  margin: 1em 0 0;
}
footer .f_nav .navBox:nth-child(3) {
  position: absolute;
  right: 0;
  top: 0;
}
.list_fNav > li > a, .list_fNav > li span.a {
  display: block;
  padding: .1em .3em .2em;
  position: relative;
  font-weight: 700;
  letter-spacing: .1em;
}
.list_fNav > li > a span {
  display: block;
  position: relative;
  z-index: 5;
  font-size: 110%;
  letter-spacing: 0;
}
.list_fNav > li + li {
  margin: .85em 0 0;
}
.list_fNavSmall {
  font-size: 75%;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
  padding: .1em 0 0;
}
.list_fNavSmall::before {
  content: '';
  width: 9px;
  height: 4px;
  background: url("../img/fnav.webp");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: .7em;
  bottom: .5em;
  border-radius: 0 0 0 10em;
}
.list_fNavSmall::after {
  content: '';
  width: 1px;
  height: calc(100% - .8em);
  position: absolute;
  left: .7em;
  bottom: .7em;
  background: #000;
}
.list_fNavSmall > li {
  position: relative;
  padding: 0 0 0 1.6em;
}
.list_fNavSmall > li:not(:last-child)::before {
  content: '';
  width: .6em;
  height: 1px;
  background: #000;
  position: absolute;
  left: .7em;
  top: .7em;
}
footer .btn_download {
  width: 46%;
  height: 0;
  padding: 10% 0 0;
  position: relative;
  margin: -2em 0 0 auto;
}
footer .btn_download a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/btn_download1.webp");
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
}
footer .f_icons {
  display: flex;
  justify-content: center;
  margin: 1.8em 0 0;
}
footer .f_icons .icon {
  width: auto;
}
footer .f_icons .icon.icon01 {
  width: 13%;
}
footer .f_icons .icon.icon02 {
  width: 12%;
}
footer .f_icons .icon a {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}
footer .f_icons .icon.icon02 a {
  padding: 99% 0 0;
  background-image: url("../img/f_icon02.webp");
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  height: 0;
}
footer .copyright {
  text-align: center;
  font-size: 66.67%;
  margin: 1.5em 0 0;
}
/* == parts ============================================== */
.title_base.type--center {
  text-align: center;
}
.title_base .en {
  color: #008273;
  font-size: 80%;
  font-weight: 600;
}
.title_base .jp {
  font-size: 133.3%;
  font-weight: 700;
  line-height: 1.4;
}
.title_center {
  text-align: center;
  font-size: 146.67%;
  font-weight: 700;
  line-height: 1.6;
}
.btn_base a {
  display: inline-block;
  font-size: 114.3%;
  font-weight: 700;
  padding: 0 1.4em 0 0;
  position: relative;
  line-height: 1.5;
}
.btn_base a::before {
  content: '';
  width: 1.1em;
  height: 1.1em;
  background-color: #009FA8;
  background-image: url("../img/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: 65% auto;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}
.parts_menuStacking {
  position: relative;
  margin: auto;
  overflow: hidden;
}
.parts_menuStacking .menuStacking_imageBox {
  width: 100vw;
  margin: .7em auto 0;
  transform: translateX(-4%);
}
.parts_menuStacking .menuStacking_textBox .menuStacking_lead {
  font-size: 110%;
  line-height: 1.5;
  margin: .7em 0 0;
  letter-spacing: .1em;
}
.parts_menuStacking .btn_base {
  margin: .5em 0 0 0;
  text-align: right;
}
/**/
.parts_contact {
  background: #fff;
  border-radius: 1.875em;
  padding: 1em 2.2em 1.6em;
}
.parts_contact .contactLeft .title_base {
  text-align: center;
}
.parts_contact .contact_desc {
  line-height: 1.5;
  letter-spacing: .1em;
  margin: 1em 0 0;
  font-size: 80%;
}
.parts_contact .contact_desc p + p {
  margin: .3em 0 0;
}
.parts_contact .contactRight {
  margin: .6em 0 0;
}
.parts_lineAnimation {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.parts_lineAnimation .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
}
.parts_lineAnimation .line span {
  display: block;
  transform: translateX(100%);
  overflow: hidden;
  transition: transform .8s ease 0s;
}
.parts_lineAnimation .line span img {
  transform: translateX(-100%);
  transition: transform .8s ease 0s;
  display: block;
  margin: auto;
}
.parts_lineAnimation.reverse .line span, .parts_lineAnimation.sp--reverse .line span {
  transform: translateX(-100%);
}
.parts_lineAnimation.reverse .line span img, .parts_lineAnimation.sp--reverse .line span img {
  transform: translateX(100%);
}
.scrollAnime.scroll--start .parts_lineAnimation .line span {
  transform: translateX(0) !important;
}
.scrollAnime.scroll--start .parts_lineAnimation .line img {
  transform: translateX(0) !important;
}
.parts_lineAnimation .temp01 {
  margin: .5em 0 0;
}
.parts_lineAnimation .temp04 {
  margin: .3em 0 0;
}
/**/
.list_contactLinks > li + li {
  border-top: solid 1px #000000;
  padding: .8em 0 0;
  margin: .6em 0 0;
}
.list_contactLinks .link_name {
  font-size: 93.33%;
  font-weight: 500;
  padding: 0 0 0 1em;
  position: relative;
  margin: 0 0 .2em;
}
.list_contactLinks .link_name::before {
  content: '';
  width: .5em;
  height: .5em;
  background: #008E96;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: .2em;
  bottom: 0;
  margin: auto;
}
.list_contactLinks .link_tel a {
  display: flex;
  align-items: center;
}
.list_contactLinks .link_tel .tel_num {
  font-size: 133.3%;
  font-weight: 700;
  display: block;
  margin: 0 .8em 0 0;
}
.list_contactLinks .link_tel .tel_text {
  font-size: 86%;
  font-weight: 700;
  display: block;
  text-align: center;
  line-height: 1.3125;
}
.list_contactLinks .link_mail {
  font-size: 133.3%;
  font-weight: 700;
  margin: .4em 0 0;
}
.parts_pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .4s;
}
body.pop--open .parts_pop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.parts_pop .popWrap {
  background: #fff;
  border-radius: 1.6875em;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 95%;
  height: 75vh;
  padding: 1.5em 0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
  box-sizing: border-box;
}
.parts_pop .popScroll {
  overflow-y: scroll;
  padding: 2em 0 0;
  width: 96%;
  height: calc(100% - 4.5em);
  margin: auto;
  box-sizing: border-box;
}
.parts_pop .popScroll::-webkit-scrollbar {
  width: .4em;
}
.parts_pop .popScroll::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 1em;
}
.parts_pop .popScroll::-webkit-scrollbar-thumb {
  background: #009FA8;
  border-radius: 1em;
}
.parts_pop .popWrap .pop_messageTitle {
  text-align: center;
  font-size: 120%;
  font-weight: 700;
  margin: 0 0 1.5em;
}
.parts_pop .popWrap .pop_messageText {
  text-align: center;
  font-weight: 500;
  line-height: 2.1;
  font-size: 92%;
}
.parts_pop .popWrap .pop_close {
  position: absolute;
  bottom: 2em;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 87.5%;
  font-weight: 900;
  letter-spacing: .1em;
  cursor: pointer;
  transition: letter-spacing .3s;
  padding: 1em 0;
}
.parts_underNav {
  padding: 3.3em 0;
}
.parts_underNav.has--bg {
  background: url("../img/contact_partsBg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.parts_underNav .underNav_btn {
  width: 86%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10em;
  position: relative;
}
.parts_underNav .underNav_btn::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  will-change: backdrop-filter;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  transition: opacity .6s;
  pointer-events: none;
}
.parts_underNav .underNav_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.parts_underNav .underNav_btn a span {
  text-decoration: underline;
  font-size: 122.45%;
  font-weight: 700;
  color: #fff;
}
/* ==================================== 
page-name #front
====================================*/
.block_frontSlide {
  position: relative;
  overflow: hidden;
}
.block_frontSlide .slideWrap {
  pointer-events: none;
  position: relative;
}
.block_frontSlide .slideWrap::before {
  content: '';
  width: 100%;
  height: 10%;
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
}
.block_frontSlide .slideWrap img {
  max-width: none;
  width: 100%;
}
#js_frontSlide .slideAnimationImage {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  margin: auto;
  width: 100%;
  pointer-events: none;
}
#js_frontSlide .slideAnimationImage.slide01 {
  top: 33%;
}
#js_frontSlide .slideAnimationImage.slide02 {
  top: 25%;
}
#js_frontSlide .slideAnimationImage.slide03 {
  top: 34%;
}
#js_frontSlide .slideAnimationImage.slide04 {
  top: 36%;
}
#js_frontSlide .slideAnimationImage .line {
  position: absolute;
  left: 0;
  top: 0;
}
#js_frontSlide .slideAnimationImage .line span {
  display: block;
  overflow: hidden;
  transform: translateX(-100%);
  transition: transform .8s ease .2s;
}
#js_frontSlide .slideAnimationImage .line.line01 span {
  width: 68%;
  margin: 1.6em 0 0 auto;
}
#js_frontSlide .slideAnimationImage .line.line02 span {
  width: 68%;
  margin: 0 auto 0 0;
}
#js_frontSlide .slideAnimationImage .line.line03 span {
  width: 100%;
  margin: 0 auto;
}
#js_frontSlide .slideAnimationImage .line.line04 span {
  width: 100%;
  margin: 9em auto 0 0;
}
#js_frontSlide .slideAnimationImage .line.line05 span {
  width: 100%;
  margin: 7em 0 auto;
}
#js_frontSlide .slideAnimationImage .line.line06 span {
  width: 95%;
  margin: 0 auto;
}
#js_frontSlide .slideAnimationImage .line.line07 span {
  width: 100%;
  margin: 0 0 auto;
}
#js_frontSlide .slideAnimationImage .line.line08 span {
  width: 95%;
  margin: -4em auto 0 -1em;
}
#js_frontSlide .slideAnimationImage .line span img {
  display: block;
  transform: translateX(100%);
}
#js_frontSlide .slideAnimationImage.is-animating .line span {
  animation: lineMove01 1s ease .5s forwards;
}
#js_frontSlide .slideAnimationImage.is-animating .line span img {
  animation: lineMove02 1s ease .5s forwards;
}
.block_frontSlide .contentsWrap {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.block_frontSlide .contents_titleBox {
  position: absolute;
  left: 0;
  top: 48.4%;
}
.block_frontSlide .contents_titleBox .slide_title {
  color: #fff;
  font-size: 280%;
  font-weight: 900;
  letter-spacing: .15em;
  font-style: italic;
  line-height: 1.5;
  text-shadow: 0 1px .4em #3e686b;
  padding: .1em .5em;
}
.block_frontSlide .contents_titleBox .slide_title span {
  display: block;
}
.block_frontSlide .contents_titleBox .slide_link {
  margin: .6em 0 0 1.2em;
}
.block_frontSlide .contents_titleBox .slide_link a {
  display: inline-block;
  font-size: 114.3%;
  font-weight: 700;
  color: #fff;
  letter-spacing: .2em;
  padding: 0 .6em .4em 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-shadow: 0 1px .4em #3e686b;
}
.block_frontSlide .contents_titleBox .slide_link a::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../img/icon_arrow02.svg);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.block_frontSlide .contents_newsBox {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9%;
  margin: auto;
  width: 92%;
}
.block_frontSlide .contents_newsBox .newsWrap {
  background: #fff;
  border-radius: .5em;
  padding: .4em .75em .5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block_frontSlide .contents_newsBox .newsWrap hgroup {
  width: 23%;
}
.block_frontSlide .contents_newsBox .newsWrap hgroup .jp {
  font-weight: 700;
}
.block_frontSlide .contents_newsBox .newsWrap hgroup .en {
  color: #004898;
  font-size: 72%;
  margin: .5em 0 0;
}
.block_frontSlide .contents_newsBox .news_btn {
  background: linear-gradient(to right, rgba(15, 199, 70, 1) 0%, rgba(95, 203, 242, 1) 50%, rgba(15, 199, 70, 1) 100%);
  border-radius: 5em;
  box-shadow: 0 4px 2em rgba(0, 0, 0, .25);
  margin: .5em 0 0;
  background-size: 200% auto;
  background-position: 0 auto;
  transition: background-position .6s;
}
.block_frontSlide .contents_newsBox .news_btn a {
  display: block;
  color: #fff;
  padding: .6em .6em .6em 1.8em;
}
.block_frontSlide .contents_newsBox .news_btn a span {
  font-weight: 700;
  display: block;
  background: url(../img/icon_arrow03.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: .5em auto;
  padding: 0 0 0 .8em;
}
.block_frontSlide .contents_newsBox .news_btn a small {
  display: block;
  font-size: 86%;
  font-weight: 700;
  margin: .5em 0 0;
  letter-spacing: 0;
}
.block_frontSlide .contents_newsBox .newsWrap .list_newsSummary {
  width: 77%;
}
.list_newsSummary > li {
  font-size: 87.5%;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: .05em;
  position: relative;
}
.list_newsSummary > li + li {
  margin: .3em 0 0;
}
.list_newsSummary > li a ,.list_newsSummary > li span.a {
  line-height: 1.4;
  overflow: hidden;
  position: relative;
  text-decoration: underline;
  font-size: 72%;
}
.list_newsSummary > li .time {
  display: block;
}
.list_newsSummary > li .tips {
  display: block;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.list_newsSummary .tips.is-ticker .ticker-inner {
  display: inline-block;
  animation: news-ticker 15s linear infinite;
  padding: 0 0 0 1em;
  text-decoration: underline;
}
/* ==================================== 
page-name #about
====================================*/
.block_about {
  position: relative;
}
.block_about .parts_lineAnimation {
  top: -7.6em;
}
.block_about .parts_lineAnimation .line02 {
  margin: 2.2em 0 0;
}
.block_about .area_front {
  overflow: hidden;
  position: relative;
  padding: 1.5em 0 0;
}
.block_about .area_front .about_titleFlex .about_lead {
  font-size: 110%;
  line-height: 1.5;
  margin: .5em 0 0;
  letter-spacing: .1em;
}
.block_about .area_front .about_movieWrap {
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 1.8em 0 0;
  padding: 50% 0 0;
}
.block_about .area_front .about_movieWrap iframe, .block_about .area_front .about_movieWrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* ==================================== 
page-name #feature
====================================*/
.block_feature .area_front {
  padding: 1.8em 0 0;
}
/**/
.block_feature .area_ayumi {
  background: url(../img/features/bg01_sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 1.6em 0 2em;
}
.block_feature .area_ayumi .ayumi_lead {
  margin: 1.4em 0 4em;
  font-size: 106.67%;
  line-height: 1.5;
  letter-spacing: .1em;
}
.list_featureAyumi > li {
  background: #fff;
  border-radius: 1em;
  box-sizing: border-box;
  padding: 2.1em 1em 2.4em;
}
.list_featureAyumi > li + li {
  margin: 1.2em auto 0;
}
.list_featureAyumi > li .ayumi_name {
  color: #fff;
  font-weight: 700;
  line-height: 1.9;
  text-align: center;
}
.list_featureAyumi > li .ayumi_name span {
  display: inline-block;
  background: #008273;
  border-radius: 5em;
  padding: 0 1em;
  font-size: 106.67%;
  box-sizing: border-box;
  margin: auto;
  width: 74%;
}
.list_featureAyumi > li .ayumiWrap {
  position: relative;
  margin: auto;
  box-sizing: border-box;
  text-align: left;
}
.list_featureAyumi > li .ayumiWrap .ayumi_title {
  font-size: 133.33%;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin: 1.2em 0 0;
}
.list_featureAyumi > li .ayumiWrap .ayumi_image {
  margin: 1.5em auto 0;
  width: 90%;
}
.list_featureAyumi > li .ayumiWrap .ayumi_text {
  line-height: 1.625;
  font-weight: 500;
  margin: 1.3em 0 0;
  font-size: 106.67%;
}
/**/
.block_feature .area_goal {
  padding: 4.2em 0 0;
  position: relative;
}
.block_feature .area_goal .inner {
  width: 100%;
}
.block_feature .area_goal .parts_lineAnimation {
  top: 1em;
  opacity: .5;
}
.block_feature .area_goal .parts_lineAnimation {
  top: 5em;
  opacity: .5;
}
.block_feature .area_goal .goal_lead {
  width: 90%;
  font-size: 108.8%;
  font-weight: 500;
  line-height: 1.5;
  margin: 1.3em auto 4.8em;
  text-align: left;
  letter-spacing: .1em;
}
.list_featureGoal > li + li {
  margin: 3.6em auto 0;
}
.list_featureGoal > li .position {
  position: relative;
  z-index: 2;
}
.list_featureGoal > li.has--bg {
  position: relative;
  border-radius: .8em;
  width: 96%;
  overflow: hidden;
  padding: .8em 0 3em;
}
.list_featureGoal > li.has--bg::before {
  content: '';
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: url(../img/features/list_bg_sp.webp);
  background-size: cover;
}
.list_featureGoal .featureGoal_title {
  text-align: center;
}
.list_featureGoal .featureGoal_title .en {
  font-size: 275%;
  font-weight: 500;
  line-height: 1;
  color: #008273;
  position: relative;
  display: block;
}
.list_featureGoal .featureGoal_title .title {
  font-size: 152%;
  display: block;
  margin: .3em 0 0;
}
.list_featureGoal .featureGoal_image {
  margin: .8em auto 1em;
  overflow: hidden;
}
.list_featureGoal .featureGoal_text {
  font-size: 108.8%;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: left;
  margin: 0 auto 1.8em;
  width: 90%;
}
.dl_featureGoal dt {
  text-align: center;
  position: relative;
}
.dl_featureGoal dt span {
  display: inline-block;
  background: #fff;
  minwidth: 65%;
  border: solid 1px #000;
  border-radius: 5em;
  font-size: 122.45%;
  font-weight: 700;
  line-height: 2.11;
  position: relative;
  z-index: 5;
  padding: 0 1em;
}
.dl_featureGoal dt::before {
  content: '';
  width: 95%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.dl_featureGoal dd ul {
  text-align: center;
  font-size: 122.45%;
  font-weight: 700;
  line-height: 1.6;
  width: 95%;
  margin: auto;
  padding: .6em 0;
  border-bottom: solid 1px #000;
}
.list_featureGoal > li .btn_more {
  width: 90%;
  box-sizing: border-box;
  margin: 0 auto 2em;
  text-align: center;
  border: solid 2px #fff;
  border-radius: 5em;
  background: url("../img/bg_mosaic.webp");
  background-repeat: repeat;
  background-size: 25px auto;
}
.list_featureGoal > li.has--bg .btn_more {
  margin: -1em auto 1.2em;
}
.list_featureGoal > li .btn_more a {
  display: block;
  text-decoration: underline;
  color: #fff;
  padding: 1em 0;
  font-size: 108.8%;
  font-weight: 700;
}
/**/
.block_feature .area_connect {
  padding: 8.9em 0 0;
  position: relative;
}
.block_feature .area_connect .inner {
  width: 100%;
}
.block_feature .area_connect .parts_lineAnimation {
  top: 7.3em;
  opacity: .5;
}
.block_feature .area_connect .goal_lead {
  font-size: 108.8%;
  line-height: 1.5;
  font-weight: 500;
  width: 90%;
  margin: 1.4em auto 3.4em;
  text-align: left;
  letter-spacing: .1em
}
/* ==================================== 
page-name #message
====================================*/
.block_message .area_front {
  position: relative;
}
/**/
.block_message .mindBg {
  background: url("../img/message/mindTitle_bg.webp");
  background-size: cover;
  position: relative;
}
.block_message .area_mindTitle {
  padding: 100px 0 6em;
}
.block_message .area_mindTitle::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/message/kv_bg_sp.webp");
  background-size: min(98%, 1220px) auto;
  background-position: center top 9.5em;
  background-repeat: no-repeat;
  pointer-events: none;
}
.block_message .area_mindTitle .inner {
  position: relative;
  z-index: 5;
}
.block_message .area_mindTitle .title_page {
  margin: 3em 0 0;
}
.block_message .area_mindTitle .mindTitle_circle {
  position: relative;
  margin: 7em 0 0;
  transform: translateX(7em);
  width: 94%;
  height: 0;
  padding: 94% 0 0;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10em rgba(153, 193, 222, 0.9);
}
.block_message .area_mindTitle .mindTitle_circle .mindTitleCircle_logo {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 43.7288%;
  height: 22%;
}
.list_mindTitleCircle {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center;
  -webkit-animation: ferris01 40s linear infinite;
  animation: ferris01 40s linear infinite;
}
.list_mindTitleCircle > li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 37.288136%;
  height: 0;
  padding: 37.288136% 0 0;
  transform-origin: center;
  -webkit-animation: ferris01 40s linear infinite reverse;
  animation: ferris01 40s linear infinite reverse;
}
.list_mindTitleCircle > li:nth-child(1) {
  top: -100%;
}
.list_mindTitleCircle > li:nth-child(2) {
  top: 50%;
  left: -85%;
}
.list_mindTitleCircle > li:nth-child(3) {
  top: 50%;
  right: -85%;
}
.list_mindTitleCircle li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_mindTitleCircle li a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 100% 100%;
  background-position: center;
  transition: all .8s;
  background-attachment: fixed;
  border-radius: 50%;
  overflow: hidden;
}
.list_mindTitleCircle li:nth-child(1) a::before {
  background-image: url(../img/message/mind_bg01.webp);
}
.list_mindTitleCircle li:nth-child(2) a::before {
  background-image: url(../img/message/mind_bg02.webp);
}
.list_mindTitleCircle li:nth-child(3) a::before {
  background-image: url(../img/message/mind_bg03.webp);
}
.list_mindTitleCircle li a:hover::before {
  transform: scale(1.2) rotateZ(40deg);
  background-size: 200% 200%;
}
.list_mindTitleCircle li a img {
  position: relative;
  z-index: 5;
}
/**/
.block_message .area_mindContents {
  background-image: url(../img/message/mindContents_bg.webp);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 5;
  padding: 10em 0 2em;
}
.block_message .area_mindContents .parts_lineAnimation {
  top: 2em;
}
.list_messageMind > li {
  background: #fff;
  border-radius: 1em;
  padding: 2.8em 0 3.2em;
}
.list_messageMind > li + li {
  margin: 1.3em auto 0;
}
.list_messageMind > li .messageMind_title {
  text-align: center;
  color: #008273;
  margin: 0 0 1.8em;
}
.list_messageMind > li .messageMind_title .jp {
  font-size: 204%;
  font-weight: 700;
  line-height: 1.8;
}
.list_messageMind > li .messageMind_title .en {
  font-size: 136.05%;
}
.list_messageMind > li .messageMind_desc {
  text-align: center;
  font-size: 122.5%;
  font-weight: 700;
  line-height: 1.778;
}
.dl_messageMind {
  margin: auto;
  width: 94%;
  padding: 2.5em 0;
  text-align: center;
}
.list_messageMind > li .dl_messageMind:nth-of-type(1) {
  margin: -3em auto 0;
}
.list_messageMind > li .dl_messageMind:last-of-type {
  margin: 0 auto -3em;
}
.dl_messageMind + .dl_messageMind {
  border-top: solid 1px #000;
}
.dl_messageMind dt .en {
  display: inline-block;
  color: #008273;
  font-size: 206.25%;
  font-weight: 600;
  position: relative;
  padding: 0 .5em 0 0;
}
.dl_messageMind dt .en::before {
  content: '.';
  color: #000;
  position: absolute;
  right: .2em;
  bottom: 0;
}
.dl_messageMind dt .dlTitle {
  display: inline-block;
  font-size: 150%;
  font-weight: 700;
}
.dl_messageMind dd {
  font-weight: 500;
  line-height: 1.6;
  margin: 1.7em 0 0;
  font-size: 108.8%;
}
/**/
.block_message .area_interview .textBox .kvBox_text {
  font-size: 150%;
  line-height: 1.8;
  font-weight: 700;
  padding: 1.2em 1.2em 1em;
}
.block_message .area_interview .textBox .kvBox_name {
  padding: 6em 1.8em;
  font-weight: 500;
  line-height: 1.5;
  background: url(../img/message/interview01_sp.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  text-align: right;
}
.block_message .area_interview .textBox .kvBox_name .name_position {
  display: block;
  font-size: 108.8%;
}
.block_message .area_interview .textBox .kvBox_name .name_text {
  display: block;
  font-size: 122.45%;
  margin: .1em 0 0;
}
.block_message .area_interview .interview_textBase {
  font-size: 108.8%;
  font-weight: 500;
  line-height: 1.625;
  text-align: left;
  letter-spacing: .1em;
}
.block_message .area_interview .interview_textbox {
  position: relative;
}
.block_message .area_interview .interview_textbox .inner {
  position: relative;
}
.block_message .area_interview .interview_textbox.textbox01 {
  padding: 1.3em .3em 1.8em;
}
.block_message .area_interview .interview_textbox.textbox02 {
  position: relative;
  padding: 0 0 2em;
}
.block_message .area_interview .interview_textbox.textbox02 .flexRight {
  width: 100vw;
  transform: translateX(-4%);
  position: relative;
}
.block_message .area_interview .interview_textbox.textbox02 .flexRight::before {
  content: '';
  width: 40%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(254, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.block_message .area_interview .interview_textbox.textbox02 .flexLeft {
  margin: 1.6em .3em 0;
}
.block_message .area_interview .interview_textbox.textbox03 {
  position: relative;
  padding: 6.2em 0 0;
}
.block_message .area_interview .interview_textbox.textbox03 .flexLeft {
  width: 50%;
  box-sizing: border-box;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
.block_message .area_interview .interview_textbox.textbox03 .flexRight {
  margin: 1.6em .3em 0;
}
.block_message .area_interview .interview_textbox.textbox04 {
  position: relative;
  margin: 1.6em .3em 0;
}
.block_message .area_interview .interview_lastImage {
  position: relative;
  padding: 4.5em 0 0;
}
.block_message .area_interview .interview_lastImage .lastImageimg {
  position: relative;
}
.block_message .area_interview .interview_lastImage .lastImageimg::before {
  content: '';
  width: 100%;
  height: 25%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(254, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.block_message .area_interview .interview_lastImage .lastImageimg img {
  width: 100%;
  max-width: none;
}
.block_message .area_interview .interview_lastImage .parts_lineAnimation {
  top: 2em;
}
/* ==================================== 
page-name #recruit
====================================*/
.block_recruit {
  position: relative;
}
.block_recruit .parts_lineAnimation {
  top: .8em;
}
.block_recruit .parts_lineAnimation .line01 {
  margin: .5em 0 0;
  z-index: 2;
}
.block_recruit .area_front {
  padding: 7.2em 0 3.3em;
  background: url("../img/recruit_bg_sp.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.list_recruitLinks {
  margin: auto;
}
.block_recruit .area_front .list_recruitLinks {
  margin: 1.3em auto 0;
}
.list_recruitLinks > li {
  background: #fff;
  border-radius: 10em;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.list_recruitLinks > li + li {
  margin: 1.45em 0 0;
}
.list_recruitLinks > li a {
  display: block;
  font-size: 129%;
  font-weight: 500;
  padding: 1.05em 1em;
  position: relative;
}
.list_recruitLinks > li span {
  display: inline-block;
  padding: 0 1.6em 0 .8em;
  position: relative;
  z-index: 5;
  background: #fff;
}
.list_recruitLinks > li span::before {
  content: '';
  width: .35em;
  height: .35em;
  background: #009FA8;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}
.list_recruitLinks > li span::after {
  content: '';
  width: 1em;
  height: 1em;
  background-color: #009FA8;
  background-image: url(../img/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65% auto;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* ==================================== 
page-name #work
====================================*/
.block_work .area_front {
  background: url("../img/work_bnr01_sp.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  position: relative;
  overflow: hidden;
  padding: 46% 0 0;
}
.block_work .area_front .textBox {
  position: relative;
  padding: 1.5em 0 1.7em;
}
.block_work .area_front .textPosition {
  position: relative;
  z-index: 5;
}
.block_work .area_front .textBox .work_lead {
  font-size: 110%;
  line-height: 1.5;
  margin: .8em 0 1em;
  letter-spacing: .1em;
}
.block_work .area_front .textBox .btn_base {
  text-align: right;
}
/**/
.block_work .area_workLead {
  padding: 2em 0 2.2em;
}
.block_work .area_workLead .lead_title {
  text-align: center;
  font-size: 150%;
  font-weight: 700;
  line-height: 1.6;
}
.block_work .area_workLead .lead_text {
  font-size: 108.8%;
  margin: 1.5em auto 0;
  line-height: 1.5;
}
/**/
.block_work .area_workContents .workContents_titleBox .titleBox .workContents_title {
  font-size: 150%;
  font-weight: 700;
  text-align: center;
  letter-spacing: .1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  position: relative;
  padding: 0 0 11.6em;
}
.block_work .area_workContents .set01 .workContents_titleBox .workContents_title {
  background-image: url("../img/work/contents01_bg.webp");
}
.block_work .area_workContents .set02 .workContents_titleBox .workContents_title {
  background-image: url("../img/work/contents02_bg.webp");
}
.block_work .area_workContents .set03 .workContents_titleBox .workContents_title {
  background-image: url("../img/work/contents03_bg.webp");
}
.block_work .area_workContents .workContents_titleBox .titleBox .workContents_text {
  font-size: 108.8%;
  line-height: 1.5;
  margin: 1.2em auto 0;
  width: 90%;
}
.block_work .area_workContents .dl_workContents {
  padding: 1.5em 0 0;
}
.dl_workContents {
  border-bottom: solid 1px #000;
}
.dl_workContents dt {
  text-align: center;
  position: relative;
  margin: 0 0 2em;
}
.dl_workContents dt::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.dl_workContents dt span {
  display: inline-block;
  background: #fff;
  width: 55%;
  border: solid 1px #000;
  border-radius: 5em;
  font-size: 122.5%;
  font-weight: 700;
  line-height: 2;
  position: relative;
  z-index: 5;
}
.list_workContentsDetail {
  margin: 0 auto 1.5em;
}
.list_workContentsDetail > li + li {
  margin: 1.2em 0 0;
}
.list_workContentsDetail > li .detail_title {
  color: #008273;
  font-size: 108.8%;
  font-weight: 600;
}
.list_workContentsDetail > li .detail_desc {
  font-size: 108.8%;
  line-height: 1.5;
  margin: .5em 0 0;
}
.block_work .area_workContents .workContents_alignment {
  background: url("../img/work/alignment_bg_sp.webp") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 1em;
  box-sizing: border-box;
  padding: 2.8em 0 1.3em;
  margin: 4.4em auto 0;
}
.block_work .area_workContents .workContents_alignment .alignment_title {
  text-align: center;
  color: #008273;
  font-size: 150%;
  font-weight: 700;
  line-height: 1.6;
}
.block_work .area_workContents .workContents_alignment .alignment_lead {
  font-size: 108.8%;
  line-height: 1.6;
  margin: 1em 0 1.8em;
}
.block_work .area_workContents .workContents_alignment .alignmentWrap {
  width: 92%;
  margin: auto;
}
.list_alignmentImage {
  position: relative;
  padding: 0 0 18em;
}
.list_alignmentImage::before {
  content: '';
  z-index: 5;
  position: absolute;
  right: 0;
  bottom: 1.1em;
  left: 0;
  margin: auto;
  background: url("../img/work/contents01_illust01.webp");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  width: 70%;
  height: 0;
  padding: 70% 0 0;
}
.list_alignmentImage::after {
  content: '';
  width: 68%;
  height: 0;
  padding: 68% 0 0;
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: 1em;
  right: 0;
  margin: auto;
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(0, 72, 152, 0.2) 30%, rgba(195, 246, 254, 1) 80%, rgba(255, 255, 255, 1) 100%);
  mix-blend-mode: screen;
  pointer-events: none;
}
.list_alignmentImage > li {
  background: #fff;
  border-radius: 3em;
}
.list_alignmentImage > li + li {
  margin: 1.2em 0 0;
}
.list_alignmentImage > li .wrap {
  padding: 1.6em 1.5em;
}
.list_alignmentImage > li .alignmentImage_title {
  text-align: center;
  color: #fff;
  font-size: 136%;
  font-weight: 700;
  background: url("../img/bg_mosaic.webp");
  border-radius: 5em;
  padding: .8em 0;
  line-height: 1.1;
}
.list_alignmenDisc {
  margin: 1.2em 0 0;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
  font-size: 108.8%;
}
.list_alignmenDisc > li {
  padding: 0 0 0 .8em;
  position: relative;
}
.list_alignmenDisc > li + li {
  margin: .1em 0 0;
}
.list_alignmenDisc > li::before {
  content: '';
  width: .5em;
  height: .5em;
  background: #008273;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: .55em;
}
.block_work .area_workContents .workContentsSet.set01 {
  padding: 0 0 3.5em;
}
.block_work .area_workContents .workContentsSet.set02 {
  padding: 7em 0 2em;
  position: relative;
}
.block_work .area_workContents .workContentsSet.set03 {
  padding: 6.3em 0 3em;
  position: relative;
}
.block_work .area_workContents .workContents_descBox {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 1em auto 0;
  border-radius: 1.5em;
  overflow: hidden;
  padding: 2.5em 0 2em;
}
.block_work .area_workContents .workContents_descBox.bg01 {
  background-image: url("../img/work/descBox_bg_sp.webp");
}
.block_work .area_workContents .workContents_descBox.bg02 {
  background-image: url("../img/work/descBox_bg_sp.webp");
}
.block_work .area_workContents .workContents_descBox .desc_title {
  text-align: center;
  color: #008273;
  font-size: 150%;
  font-weight: 700;
  line-height: 1.6;
}
.block_work .area_workContents .workContents_descBox .desc_text {
  font-size: 112.5%;
  font-weight: 500;
  width: 92%;
  margin: 1em auto;
  line-height: 1.6;
}
.block_work .area_workContents .workContents_imageBox {
  box-shadow: 0 0 1.25em 0 rgba(0, 0, 0, .2);
  border-radius: 1.875em;
  box-sizing: border-box;
  padding: 1.7em 0;
  margin: 2.5em auto 3em;
}
.block_work .area_workContents .workContents_imageBox .imageBox_title {
  text-align: center;
  font-size: 150%;
  font-weight: 700;
}
.block_work .area_workContents .workContents_imageBox .flexBox {
  margin: 1.2em auto 0;
  width: 88%;
}
.block_work .area_workContents .workContents_imageBox .flexBox .boxImage {
  border-radius: 1em;
  overflow: hidden;
}
.block_work .area_workContents .workContents_imageBox .flexBox .boxText {
  font-size: 108.8%;
  font-weight: 500;
  line-height: 1.5;
  margin: 1.4em 0 0;
}
/**/
.block_work .area_workBase {
  position: relative;
  background: url(../img/bg_mosaic02.webp);
  background-repeat: repeat;
  background-size: 25px auto;
  padding: 6em 0 4em;
}
.block_work .area_workBase::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.block_work .area_workBase .workBase_title {
  text-align: center;
  font-size: 150%;
  font-weight: 700;
}
.block_work .area_workBase .workBase_lead {
  font-size: 108.8%;
  font-weight: 500;
  line-height: 1.5;
  margin: 1.8em auto 0;
  width: 98%;
  text-align: left;
  letter-spacing: .1em;
}
.list_workBaseSummary {
  margin: 2.6em auto 3.4em;
}
.list_workBaseSummary > li {
  position: relative;
}
.list_workBaseSummary > li + li {
  margin: 3em auto 0;
}
.list_workBaseSummary > li .summary_title {
  font-size: 136%;
  font-weight: 500;
  padding: 0 0 .9em;
}
.list_workBaseSummary > li .summary_image {
  border-radius: 1em;
  overflow: hidden;
}
.list_workBaseSummary > li .summary_map {
  background: url(../img/icon_map.svg);
  background-size: 1em auto;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 1.2em 0 1.2em 1.8em;
  line-height: 1.6;
}
.list_workBaseSummary > li .summary_map a {
  color: #004898;
  text-decoration: underline;
  transition: opacity .3s;
  font-weight: 700;
}
.list_workBaseSummary > li .summary_access {
  background: url(../img/icon_access.svg);
  background-size: 1em auto;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 1.2em 0 1.2em 1.8em;
  line-height: 1.6;
  letter-spacing: .1em;
}
.block_work .area_workBase .parts_contact {
  border: none;
}
.block_work .area_workBase .parts_contact .contact_desc {
  margin: 1em 0 0;
}
.block_work .area_workBase .parts_peopleLinks {
  margin: 3.5em 0 0;
}
.block_work .area_workBase .parts_contact .title_base .en {
  color: #004497;
}
.block_work .area_workBase .parts_contact .list_contactLinks .link_name::before {
  background: #004497;
}
/* ====================================
page-name #people
====================================*/
.block_people {
  position: relative;
}
.block_people .parts_lineAnimation {
  top: -1.7em;
}
.block_people .parts_lineAnimation .line02 {
  margin: 1.1em 0 0;
}
.block_people .area_front {
  padding: 5.3em 0 0em;
}
.block_people .area_front .people_lead {
  font-size: 110%;
  line-height: 1.5;
  margin: .8em 0 1em;
  letter-spacing: .1em;
}
.list_peopleLinks {
  width: 98%;
  margin: auto;
}
.list_peopleLinks > li + li {
  margin: 1.3em 0 0;
}
.list_peopleLinks > li a {
  display: block;
  position: relative;
}
.list_peopleLinks > li a .link_thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 1em;
}
.list_peopleLinks > li a .textBox {
  position: absolute;
  z-index: 3;
  left: 1em;
  bottom: 1em;
  box-sizing: border-box;
}
.list_peopleLinks > li a .textBox .peopleLinks_lead {
  font-weight: 700;
  position: relative;
  z-index: 5;
}
.list_peopleLinks > li a .textBox .peopleLinks_lead span {
  position: relative;
  z-index: 3;
  display: inline-block;
  font-size: 86.67%;
  margin: .6em 0 0;
  padding: .2em;
}
.list_peopleLinks > li a .textBox .peopleLinks_lead span::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.list_peopleLinks > li a .textBox .peopleLinks_name {
  font-size: 66.67%;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  margin: 1em 0 .8em;
}
.list_peopleLinks > li a .textBox .peopleLinks_category span {
  font-size: 66.67%;
  font-weight: 500;
  display: inline-block;
  background: #fff;
  border: solid 1px #000;
  border-radius: 5em;
  padding: .3em 1em .3em;
}
/**/
.block_people .area_pageTitle {
  position: relative;
  background: url(../img/people/title_bg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 0 0 4.5em;
}
.block_people .area_pageTitle .page_kv img {
  width: 100%;
  max-width: none;
}
.block_people .area_pageTitle .page_titleBox {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 19em;
  width: 90%;
  margin: auto;
  overflow: hidden;
}
.block_people .area_pageTitle .page_titleBox .titleBox_num {
  color: #fff;
}
.block_people .area_pageTitle .page_titleBox .titleBox_num .title {
  font-size: 150%;
  font-weight: 700;
  display: block;
}
.block_people .area_pageTitle .page_titleBox .titleBox_num .num {
  font-size: 476%;
  font-weight: 600;
  display: block;
}
.block_people .area_pageTitle .page_titleBox .titleBox_title span {
  position: relative;
  display: inline-block;
  font-size: 150%;
  font-weight: 700;
  margin: .6em 0 0;
}
.block_people .area_pageTitle .page_titleBox .titleBox_title span::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.block_people .area_pageTitle .page_titleBox .titleBox_info {
  font-size: 122.5%;
  font-weight: 700;
  margin: .5em 0 0;
  color: #fff;
}
.block_people .area_pageTitle .page_titleBox .titleBox_category {
  margin: 1.8em 0 0;
}
.block_people .area_pageTitle .page_titleBox .titleBox_category span {
  display: inline-block;
  background: #fff;
  border: solid 1px #000;
  border-radius: 5em;
  font-size: 87.5%;
  padding: .4em 2.2em;
}
/**/
.block_people .area_pageTitle .page_titleBox span.transform, .block_people .area_pageTitle .page_titleBox .titleBox_title span {
  display: inline-block;
  transform: translateX(-101%);
  transition: transform .8s ease .2s;
}
body.page--open .block_people .area_pageTitle .page_titleBox span.transform, body.page--open .block_people .area_pageTitle .page_titleBox .titleBox_title span {
  transform: translateX(0%);
}
/**/
.block_people .area_pageTitle .page_lead {
  width: 90%;
  font-size: 108.8%;
  line-height: 1.5;
  margin: 2.4em auto 0;
  letter-spacing: .1em;
}
/**/
.block_people .area_interview .interviewSet {
  position: relative;
}
.block_people .area_interview .interviewSet.set01 {
  padding: 2.8em 0 4.5em;
}
.block_people .area_interview .interviewSet.set02 {
  padding: 5.3em 0 0;
}
.block_people .area_interview .interviewSet.set03 {
  padding: 0 0 4.4em;
}
.block_people .area_interview .interviewSet.set04 {
  padding: 5.3em 0 0;
}
.block_people .area_interview .title_peopleInterview {
  text-align: center;
  margin: 0 0 1.6em;
}
.block_people .area_interview .title_peopleInterview .en {
  font-size: 272%;
  font-weight: 500;
  color: #008273;
  position: relative;
}
.block_people .area_interview .title_peopleInterview .en::before {
  content: '';
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.1em;
  margin: auto;
}
.block_people .area_interview .title_peopleInterview .jp {
  font-size: 136.05%;
  font-weight: 700;
  line-height: 1.4;
  margin: .6em 0 0;
}
.block_people .area_interview .interview_text {
  font-size: 108.8%;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  letter-spacing: .1em;
}
.block_people .area_interview .interview_text + .interview_text {
  margin: 1.4em 0 0;
}
.block_people .area_interview .interview_img01 {
  width: 80%;
  margin: 2em auto;
  overflow: hidden;
  border-radius: 1em;
}
.block_people .area_interview .interview_img02 {
  position: relative;
  margin: 1.7em 0;
}
.block_people .area_interview .interview_img02 .imgBox {
  width: 96vw;
  position: relative;
  margin: 1.2em 0;
}
.block_people .area_interview .interview_img02 .imgBox::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 35%;
  height: 100%;
  background: linear-gradient(to right, rgba(254, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.block_people .area_interview .interview_img02 .textBox {
  padding: .7em 0 0;
}
.block_people .area_interview .interview_ticker {
  overflow: hidden;
  margin: 0 0 1em;
}
.block_people .area_interview .interview_ticker .ticker_wrap {
  display: flex;
  position: relative;
  padding: 2em 0;
}
.list_ticker {
  display: flex;
  -webkit-animation: tickerSP 15s linear infinite;
  animation: tickerSP 15s linear infinite;
  white-space: nowrap;
}
.list_ticker.clone {
  position: absolute;
  left: 0;
  bottom: 0;
  animation-direction: reverse;
}
.list_ticker > li {
  flex: none;
  width: 27em;
  height: 12em;
  overflow: hidden;
  border-radius: 30em;
  margin: 0 1em 0 0;
}
.list_ticker > li.small {
  border-radius: 50%;
  width: 12em;
}
.list_ticker > li img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.block_people .area_interview .interview_img03 {
  position: relative;
  margin: 1.8em 0 0;
}
.block_people .area_interview .interview_img03 .imgBox {
  position: relative;
  margin: 2em 0;
  width: 96vw;
  transform: translateX(-4vw);
}
.block_people .area_interview .interview_img03 .imgBox::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 35%;
  height: 100%;
  background: linear-gradient(to left, rgba(254, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.block_people .area_interview .interview_lastImage {
  position: relative;
}
.block_people .area_interview .interview_lastImage img {
  width: 150%;
  max-width: none;
  transform: translateX(-15%);
}
.block_people .area_interview .interview_lastLeadBox {
  background: #fff;
  border-radius: 5em;
  padding: 3em 0;
  margin: -2.4em auto 3.8em;
  width: 93%;
}
.block_people .area_interview .interview_lastLeadBox .lastLead_title {
  text-align: center;
  color: #008273;
  font-size: 150%;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.6;
}
.block_people .area_interview .interview_lastLeadBox .lastLead_text {
  font-size: 108.8%;
  line-height: 1.5;
  width: 84%;
  margin: 1.2em auto 0;
  letter-spacing: .1em;
  text-align: left;
}
.block_people .area_interview .interview_nav .nav_title {
  text-align: center;
  font-size: 150%;
  color: #008273;
  font-weight: 500;
  margin: 0 0 .5em;
}
.block_people .area_interview .link_bg {
  background: url(../img/people/link_bg.webp);
  background-size: cover;
  background-position: center bottom;
  padding: 0 0 1em;
}
/* ====================================
page-name #env
====================================*/
.block_env {
  position: relative;
}
.block_env .parts_lineAnimation {
  top: 2em;
}
.block_env .parts_lineAnimation .line01 {
  margin: 1.7em 0 0;
}
.block_env .area_front {
  padding: 10.4em 0 2.5em;
  position: relative;
  background: url(../img/env_bg.webp);
  background-size: cover;
  background-position: center top;
}
.block_env .env_lead {
  line-height: 1.5;
  font-size: 110%;
  letter-spacing: .1em;
  margin: 1em 0 0;
}
.list_envLinks {
  margin: .1em 0 2.4em;
}
.list_envLinks > li {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.list_envLinks > li + li {
  margin: -4em auto 0;
}
.list_envLinks > li::before {
  content: '';
  width: 100%;
  height: 90%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform-origin: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  overflow: hidden;
  pointer-events: none;
  mask-image: url(../img/clip_sp.webp);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
.list_envLinks > li.link01::before {
  background-image: url(../img/env_bnr01_sp.webp);
}
.list_envLinks > li.link02::before {
  background-image: url(../img/env_bnr02_sp.webp);
}
.list_envLinks > li.link03::before {
  background-image: url(../img/env_bnr03_sp.webp);
}
.list_envLinks > li a {
  display: block;
  height: 16em;
  position: relative;
  z-index: 5;
}
.list_envLinks > li .linkWrap {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
}
.list_envLinks > li .linkWrap .link_name {
  display: flex;
  font-size: 120%;
  line-height: 1.4;
  font-weight: 700;
  align-items: center;
  margin: .4em 0 0;
}
.list_envLinks > li .linkWrap .link_more {
  display: inline-block;
  font-size: 106.67%;
  font-weight: 700;
  padding: 0 1.2em 0 1em;
  position: relative;
  margin: .4em 0 0;
}
.list_envLinks > li .linkWrap .link_more::before {
  content: '';
  width: 1em;
  height: 1em;
  background-color: #008E96;
  background-image: url(../img/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: 65% auto;
  background-position: center;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
/**/
.block_env .area_envLead {
  padding: 2em 0 0;
}
.block_env .area_envLead .envLead_text {
  font-size: 108.8%;
  font-weight: 500;
  line-height: 1.5;
  margin: 1.5em 0 0;
  letter-spacing: .1em;
}
/**/
.block_env .area_expansion {
  position: relative;
  padding: 7.5em 0 0;
}
.block_env .area_expansion .expansion_lead {
  font-size: 108.8%;
  font-weight: 500;
  line-height: 1.5;
  margin: .6em 0 0;
  letter-spacing: .1em;
}
.block_env .area_expansion .expansionWrap {
  padding: 1em 0 2em;
  position: relative;
}
.block_env .area_expansion .expansionWrap img {
  transform: translateX(4.5%);
}
.list_expansionCircle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.list_expansionCircle > li {
  position: absolute;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  width: 45%;
  height: 0;
  padding: 45% 0 0;
}
.list_expansionCircle > li::before {
  content: '';
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: .7;
}
.list_expansionCircle > li.list01 {
  right: 2.65em;
  top: 1.05em;
}
.list_expansionCircle > li.list01::before {
  background-image: url("../img/environment/task01_bg.webp");
}
.list_expansionCircle > li.list02 {
  left: 1em;
  top: 9.7em;
}
.list_expansionCircle > li.list02::before {
  background-image: url("../img/environment/task02_bg.webp");
}
.list_expansionCircle > li.list03 {
  left: 1.7em;
  top: 22.2em;
}
.list_expansionCircle > li.list03::before {
  background-image: url("../img/environment/task03_bg.webp");
}
.list_expansionCircle > li.list04 {
  right: 0.8em;
  bottom: 1.7em;
}
.list_expansionCircle > li.list04::before {
  background-image: url("../img/environment/task04_bg.webp");
}
.list_expansionCircle > li .circleTextBox {
  font-weight: 700;
  box-sizing: border-box;
  padding: 3.6em 0 0;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.list_expansionCircle > li .circleTextBox dl dt span {
  display: inline-block;
  background: #fff;
  width: 6.2em;
  border-radius: 5em;
  padding: .3em 0;
  font-size: 70%;
}
.list_expansionCircle > li .circleTextBox dl dd {
  font-size: 150%;
  font-weight: 700;
  margin: .6em 0 0;
}
.block_env .area_expansion .expansionWrap .expansion_desc {
  font-size: 136%;
  font-weight: 700;
  line-height: 1.6;
  margin: .4em 1em 0 0;
  text-align: right;
}
.list_expansionBlock > li {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 2em;
  overflow: hidden;
  box-sizing: border-box;
  padding: 2.2em 1.2em 1.7em;
}
.list_expansionBlock > li + li {
  margin: 1.4em auto 0;
}
.list_expansionBlock > li:nth-child(1) {
  background-image: url("../img/environment/bg01.webp");
}
.list_expansionBlock > li:nth-child(2) {
  background-image: url("../img/environment/bg02.webp");
}
.list_expansionBlock > li:nth-child(3) {
  background-image: url("../img/environment/bg03.webp");
}
.list_expansionBlock > li:nth-child(4) {
  background-image: url("../img/environment/bg05.webp");
}
.list_expansionBlock > li .expansionBlock_title {
  font-size: 136%;
  font-weight: 700;
  color: #008273;
  text-align: center;
}
.list_expansionBlock > li .expansionBlock_text {
  font-size: 108.8%;
  line-height: 1.625;
  margin: 1.3em 0 0;
  letter-spacing: .1em;
}
.block_env .bg_support-careerStep {
  background: url(../img/bg_mosaic02.webp);
  position: relative;
}
.block_env .bg_support-careerStep::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(to bottom, rgba(254, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.block_env .bg_support-careerStep::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8%;
  background: linear-gradient(to top, rgba(254, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.block_env .area_support {
  padding: 8.5em 0 0;
  position: relative;
  background-size: 25px auto;
}
.block_env .area_support .spotProgram {
  margin: 1.4em 0 0;
}
.block_env .area_support .spotProgram .program_title {
  font-size: 125%;
  font-weight: 700;
}
.block_env .area_support .spotProgram .program_text {
  font-size: 108.8%;
  line-height: 1.5;
  margin: .6em 0 0;
  letter-spacing: .1em;
}
.block_env .area_support .spotProgram .program_image {
  margin: 1.6em auto;
}
.block_env .area_support .spotProgram .program_image img {
  display: block;
  width: 83%;
  margin: auto;
}
.block_env .area_support .spotProgram .program_image figcaption {
  font-weight: 500;
  margin: 2em 0 0;
  line-height: 1.4;
}
.block_env .area_support .spotOthers {
  background: #fff;
  border-radius: 2em;
  padding: 1.8em 1.2em;
  box-shadow: 0 0 2em 0 rgba(110, 124, 134, 0.3);
}
.block_env .area_support .spotOthers .program_title {
  font-size: 150%;
  font-weight: 700;
  margin: 0 0 1.1em;
  text-align: center;
}
.list_supportOthers > li + li {
  margin: 1.5em 0 0;
}
.list_supportOthers .supportOthers_title {
  font-size: 125%;
  font-weight: 700;
  color: #008273;
}
.list_supportOthers .supportOthers_text {
  font-size: 108.8%;
  font-weight: 500;
  line-height: 1.5;
  margin: .6em 0 0;
  text-align: left;
  letter-spacing: .1em;
}
/**/
.block_env .area_careerStep {
  padding: 2.1em 0;
}
.block_env .area_careerStep .careerStep_lead {
  margin: 1.5em 0 0;
  font-size: 108.8%;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  letter-spacing: .1em;
}
.block_env .area_careerStep .careerStep_image {
  margin: 3.2em auto;
  width: 95%;
}
/**/
.block_env .area_benefits {
  position: relative;
  margin: -5em 0 0;
  padding: 10em 0 0;
}
.block_env .area_benefits .benefits_lead {
  font-size: 108.8%;
  line-height: 1.5;
  margin: 1.3em 0 0;
  text-align: left;
  letter-spacing: .1em;
}
.block_env .area_benefits .list_benefitsDetail {
  margin: 2.8em 0 2.5em;
}
.list_benefitsDetail > li {
  box-shadow: 0 0 1.25em 0 rgba(110, 124, 134, 0.2);
  border-radius: 1.25em;
  padding: 2em 1em 1.8em;
}
.list_benefitsDetail > li + li {
  margin: 1.33em 0 0;
}
.list_benefitsDetail > li dl dt {
  text-align: center;
  color: #008273;
  font-size: 130%;
  font-weight: 700;
  line-height: 1.5;
}
.list_benefitsDetail > li dl dd {
  font-size: 108.8%;
  font-weight: 500;
  margin: 1.3em auto 0;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: left;
}
.block_env .area_benefits .benefits_system {
  background: url("../img/environment/bg04_sp.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 1.875em;
  padding: 4.6em 1em 2.2em;
  position: relative;
}
.block_env .area_benefits .benefits_system .systemFlex .imgBox {
  position: relative;
}
.block_env .area_benefits .benefits_system .systemFlex .imgBox img {
  position: relative;
  display: block;
}
.block_env .area_benefits .benefits_system .system_title {
  font-size: 122.5%;
  letter-spacing: .05em;
  font-weight: 700;
  text-align: center;
  position: absolute;
  left: 0;
  top: 1.5em;
  width: 100%;
}
.block_env .area_benefits .benefits_system .systemFlex .system_text {
  font-size: 108.8%;
  font-weight: 500;
  margin: 1em 0 0;
  line-height: 1.5;
  letter-spacing: .05em;
}
.block_env .area_benefits .benefits_system .system_image {
  margin: 1.2em auto 0;
  width: 92.51%;
}
/**/
.block_env .area_numbers {
  background: url(../img/bg_mosaic02.webp);
  background-repeat: repeat;
  background-size: 25px auto;
  position: relative;
  padding: 9.6em 0 0;
}
.block_env .area_numbers::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.list_envNumbers {
  margin: 2.5em auto 0;
}
.list_envNumbers > li {
  background: #fff;
  border-radius: 1.25em;
  box-shadow: 0 0 2em 0 rgba(110, 124, 134, 0.3);
  box-sizing: border-box;
  padding: 1.8em 1em 1.3em;
  width: 100%;
}
.list_envNumbers > li + li {
  margin: 1em auto 0;
}
.list_envNumbers > li .envNumbers_title {
  font-size: 108.8%;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 1em;
}
.list_envNumbers > li .envNumbers_text {
  font-weight: 500;
  line-height: 1.4;
}
.list_envNumbers > li .envNumbersBox01 {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 80%;
  margin: 0 auto .5em;
}
.list_envNumbers > li .envNumbersBox01::before {
  content: '';
  width: 1px;
  height: 85%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.list_envNumbers > li .envNumbersBox01 .box_title {
  text-align: center;
  font-weight: 500;
  margin: 0 0 .8em;
}
.list_envNumbers > li .envNumbersBox01 .box_num span.num {
  display: inline-block;
  font-family: "Mohave", sans-serif;
  font-size: 550%;
  font-weight: 600;
  color: #1D96B8;
}
.list_envNumbers > li .envNumbersBox01 .box_num span.unit {
  font-size: 245%;
  font-weight: 900;
}
.list_envNumbers > li .envNumbersBox01 + .envNumbers_text {
  width: min(100%, 420px);
  margin: 0 auto;
}
.list_envNumbers > li.short {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.list_envNumbers > li.short .envNumbers_text {
  width: 100%;
}
.list_envNumbers > li .envNumbersBox02 {
  text-align: center;
  margin: 0 0 0 2em;
}
.list_envNumbers > li .envNumbersBox02 .box_num .num {
  color: #008E96;
  font-family: "Mohave", sans-serif;
  font-size: 538%;
  font-weight: 600;
  letter-spacing: -.05em;
  display: block;
}
.list_envNumbers > li .envNumbersBox02 .box_num .num .numBig {
  font-size: 124%;
}
.list_envNumbers > li .envNumbersBox02 .box_num .unit {
  display: block;
  font-size: 200%;
  font-weight: 900;
  margin: -.2em 0 0;
}
.list_envNumbers > li .envNumbersBox03 {
  text-align: center;
  letter-spacing: -.05em;
}
.list_envNumbers > li .envNumbersBox03 .box_num .num {
  font-size: 558%;
  font-weight: 600;
  color: #008E96;
  font-family: "Mohave", sans-serif;
}
.list_envNumbers > li .envNumbersBox03 .box_num .unit {
  font-size: 156%;
  font-weight: 900;
}
.list_envNumbers > li .envNumbersGraph01 {
  width: 85%;
  margin: auto;
}
.list_envNumbers > li .envNumbersBox04 .boxText {
  margin: 0 0 .5em;
}
.list_envNumbers > li .envNumbersBox04 .boxText .envNumbers_title {
  margin: 0 0 1.2em;
}
.list_envNumbers > li .envNumbersBox04 .boxGraph {
  width: 94%;
  margin: 0 auto 0;
}
/* ==================================== 
page-name #under
====================================*/
.block_pageTitle {
  position: relative;
}
.block_pageTitle img {
  max-width: none;
  width: 100%;
}
.block_pageTitle .inner {
  height: 100%;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
}
.block_pageTitle .titleBox {
  padding: 9.8em 0 0;
  overflow: hidden;
}
.title_page {
  overflow: hidden;
}
.title_page .en {
  font-size: 133.33%;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  margin: 0 0 .4em;
}
.title_page .en.color--green {
  color: #008273;
  text-shadow: none;
}
.title_page .jp {
  font-size: 233.33%;
  font-weight: 700;
}
.title_page .jp span {
  display: inline-block;
  padding: .01em .05em .1em;
  position: relative;
  z-index: 3;
}
.title_page .jp span::before {
  content: '';
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/**/
.title_page .en span {
  display: inline-block;
  transform: translateX(-101%);
  transition: transform .8s ease .2s;
}
body.page--open .title_page .en span {
  transform: translateX(0);
}
.title_page .jp span {
  transform: translateX(-101%);
  transition: transform .8s ease .2s;
  overflow: hidden;
}
body.page--open .title_page .jp span {
  transform: translateX(0);
}
.title_page .jp span::before {
  transform: translateX(-101%);
  transition: transform .8s ease .2s;
}
body.page--open .title_page .jp span::before {
  transform: translateX(0);
}
/* ==================================== 
page-name #apply
====================================*/
#page_apply .block_pageTitle {
  z-index: 100;
  position: relative;
}
.block_apply .area_contents {
  background: url("../img/bg_mosaic03.webp");
  background-size: 25px auto;
  padding: 180px 0 2em;
  position: relative;
  margin: -85px 0 0;
}
.block_apply .area_contents .apply_linkBox {
  background: #fff;
  position: absolute;
  z-index: 10;
  top: 85px;
  left: 0;
  width: 100%;
  will-change: backdrop-filter;
}
.list_applyLinks {
  display: flex;
  margin: auto;
  justify-content: center;
  gap: 0 2%;
  padding: .5em 0;
  width: 96%;
}
.list_applyLinks > li {
  width: 32%;
  background: #009FA8;
  text-align: center;
  border-radius: 1.5em;
  color: #fff;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}
.list_applyLinks > li::before {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #006F98;
  transition: all .4s;
}
.list_applyLinks > li.active::before {
  top: 0;
  bottom: auto;
  height: 100%;
}
.list_applyLinks > li a {
  display: block;
  padding: .5em 0 1.5em;
  position: relative;
  transition: all .3s;
}
.list_applyLinks > li a::before {
  content: '';
  width: 1em;
  height: 1em;
  background: url(../img/arrow01.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 2.8em;
  transition: transform .3s;
}
.list_applyLinks > li small {
  font-size: 82%;
  display: block;
}
/**/
body.sticky--on .block_apply .area_contents .apply_linkBox {
  position: fixed;
  z-index: 1000;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
body.sticky--on .block_apply .area_contents .apply_linkBox .list_applyLinks > li a {
  padding: .4em 0 .6em;
}
body.sticky--on .block_apply .area_contents .apply_linkBox .list_applyLinks > li a::before {
  opacity: 0;
}
/**/
.block_apply .area_contents .applySet {
  padding: 6em 0 0;
  margin: -6em auto 0;
}
.block_apply .area_contents .applySet + .applySet {
  margin: -1em auto 0;
}
.block_apply .area_contents .applySet .setBg {
  background: #fff;
  border-radius: 1.875em;
  box-shadow: 0px 0 2em 0px rgba(110, 160, 255, 0.2);
  padding: 1.7em 1em 2em;
}
.block_apply .area_contents .applySet .apply_title {
  text-align: center;
  font-size: 150%;
  font-weight: 700;
  line-height: 1.5;
}
.block_apply .area_contents .applySet .setSection {
  padding: 1.7em 0;
  margin: auto;
}
.block_apply .area_contents .applySet .setSection + .setSection {
  border-top: solid 1px #000;
}
.block_apply .area_contents .applySet .section_title {
  color: #008273;
  font-size: 122.5%;
  font-weight: 700;
  margin: 0 0 1.3em;
}
.block_apply .area_contents .applySet .flow_image {
  margin: auto;
  text-align: center;
}
.list_applyInfo > li {
  font-size: 108.8%;
  line-height: 1.5;
}
.list_applyInfo > li .info_titleBox .info_title {
  font-weight: 500;
}
.list_applyInfo > li + li {
  margin: 1.5em 0 0;
}
.list_applyInfo > li .info_textBox p + p {
  margin: .8em 0 0;
}
.block_apply .area_contents .applySet .section_leadText {
  margin: 0 0 1em;
  font-size: 108.8%;
}
.tableWrap {
  overflow-x: scroll;
}
.tableWrap::-webkit-scrollbar {
  height: .5em;
}
.tableWrap::-webkit-scrollbar-track {
  background: #DEDEDE;
  border-radius: 1em;
}
.tableWrap::-webkit-scrollbar-thumb {
  background: #009FA8;
  border-radius: 1em;
}
.tableWrap .table_apply {
  width: 170vw;
}
.table_apply {
  width: 100%;
  border-collapse: separate;
  border-spacing: .3em .3em;
}
.table_apply + .table_apply {
  margin: 2em 0 0;
}
.table_apply caption {
  text-align: center;
  font-size: 136%;
  color: #fff;
  font-weight: 700;
  background: #7DBEB7;
  padding: .8em 0;
  margin: 0 .2em;
}
.table_apply th {
  text-align: center;
  font-size: 136%;
  font-weight: 700;
  background: #C3E5E1;
  padding: .8em 0;
}
.table_apply td {
  text-align: center;
  font-size: 125%;
  font-weight: 500;
  background: #E1F2F0;
  padding: .6em 0;
}
.block_apply .area_contents #new--entry{
  padding: 4em 0 0;
  margin: -4em 0 0;
}
.block_apply .area_contents .applySet .att_text {
  font-weight: 500;
  margin: 1em 0 0;
}
.block_apply .area_contents .applySet .entryBox {
  border-radius: 4em;
  margin: 1em auto 0;
  background: url(../img/apply/entry_bg.webp);
  padding: 2.3em .8em 2.8em;
}
.block_apply .area_contents .applySet .entryBox .entry_title {
  text-align: center;
  color: #fff;
  font-size: 313%;
  font-weight: 600;
  letter-spacing: .4em;
  padding: 0 0 1.4em;
  position: relative;
}
.block_apply .area_contents .applySet .entryBox .entry_title::before {
  content: '';
  width: 1em;
  height: 1em;
  background: url(../img/apply/entry_scroll.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  right: .34em;
  top: 1em;
  margin: auto;
}
.block_apply .area_contents .applySet .entryBox .entry_btn {
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border-radius: 5em;
  box-shadow: .6em .6em 0 0 #006F98;
}
.block_apply .area_contents .applySet .entryBox .entry_btn a {
  display: block;
  padding: 1.5em 0;
}
.block_apply .area_contents .applySet .entryBox .entry_btn a span.text {
  display: block;
  color: #008273;
  font-weight: 700;
  font-size: 187.5%;
  line-height: 1.2;
}
.block_apply .area_contents .applySet .entryBox .entry_btn a span.btn--rikunav {
  display: block;
  width: 70%;
  margin: -.9em auto;
}
.block_apply .area_contents .applySet .entryBox .entry_lead {
  font-size: 112.2%;
  font-weight: 700;
  line-height: 1.6;
  margin: 2.3em 0 1.5em;
}
.block_apply .area_contents .applySet .entryBox .entry_leadAtt {
  font-weight: 700;
  line-height: 1.6;
  margin: 2.7em 0 2.2em;
}
.block_apply .area_contents .applySet .entryBox .entry_leadRikunav {
  font-size: 115%;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 2em 0 0;
}
.block_apply .area_contents .applySet .entryBox .entry_text {
  text-align: center;
  font-size: 112.5%;
  line-height: 1.5;
}
.dl_entry {
  overflow: hidden;
  margin: auto;
}
.dl_entry dt {
  text-align: center;
  font-size: 137.5%;
  font-weight: 700;
  margin: 0 auto 1.5em;
}
.dl_entry dt span {
  display: inline-block;
  position: relative;
}
.dl_entry dt span::before {
  content: '';
  width: calc(500%);
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  margin: auto;
}
.dl_entry dt span::after {
  content: '';
  width: calc(500%);
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  margin: auto;
}
.list_disc > li {
  position: relative;
  padding: 0 0 0 .6em;
}
.list_disc > li::before {
  content: '';
  width: .2em;
  height: .2em;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.list_discSmall > li {
  position: relative;
  padding: 0 0 0 .6em;
}
.list_discSmall > li::before {
  content: '';
  width: .2em;
  height: .2em;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: .8em;
  margin: auto;
}
.dl_entry .list_disc {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.dl_entry + .dl_entry {
  margin: 2.6em auto 0;
}
.dl_entry .flexBox .box {
  font-weight: 500;
  line-height: 1.5;
}
.dl_entry .flexBox .box + .box {
  margin: 1.5em 0 0;
}
.block_apply .area_contents .parts_contact {
  border: none;
  margin: 3em auto 0;
}
.block_apply .area_contents .parts_contact .contact_desc {
  margin: .8em 0 0;
}
.block_apply .area_contents .parts_contact .title_base .en {
  color: #004497;
}
.block_apply .area_contents .parts_contact .list_contactLinks .link_name::before {
  background: #003986;
}