@charset "utf-8";
.sp-only {
  display: none !important;
}
@media all and (min-width:768px) and (max-width:1024px) {
  .tab-only {
    display: block !important;
  }
}
body {
  margin: auto;
  position: relative;
}
body#page_contact {
  background: #EEF1F4;
}
body.omoi--open {
  overflow: hidden;
}
.mainPadding {
  padding: 12.2em 0 7.5em;
}
.inner {
  width: 96%;
  max-width: 1230px;
  margin: auto;
}
body::before {
  content: '';
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 1000000;
  pointer-events: none;
  transition: all 1s ease .1s;
}
body.page--open::before {
  opacity: 0;
}
/* == parts ============================================== */
.title_base {
  text-align: center;
  font-size: 200%;
  font-weight: 500;
  line-height: 1.55;
  position: relative;
  margin: 0 auto 3.8em;
}
.title_base span.bg {
  display: inline-block;
  text-align: center;
  min-width: 288px;
  margin: auto;
  border-radius: 2em;
  position: relative;
  z-index: 5;
}
.title_base span.bg::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: .55em;
  background: #000;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  border-top-left-radius: .2em;
  border-top-right-radius: .2em;
}
.title_base span.bg::after {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 3em;
}
.title_base span.bg span {
  position: relative;
  z-index: 5;
}
body#page_contact .title_base span.bg::before {
  background: linear-gradient(to right, rgba(181, 112, 255, 1) 20%, rgba(247, 116, 241, 1) 50%, rgba(65, 113, 239, 1) 80%, rgba(65, 113, 239, 1) 80%);
}
.title_page {
  text-align: center;
  font-size: 200%;
  font-weight: 500;
  margin: 0 0 3em;
}
.title_page .bg {
  line-height: 1.5;
  position: relative;
  display: inline-block;
}
.title_page .bg::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: .6em;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 3em;
  border-bottom-right-radius: 3em;
  background: linear-gradient(to right, rgba(2, 73, 153, .6) 0%, rgba(1, 159, 169, .6) 100%);
}
body#page_aboutus .title_page .bg::after {
  background: linear-gradient(45deg, rgba(160, 91, 255, 1) 14%, rgba(103, 221, 254, 1) 90%);
}
body#page_work .title_page .bg::after {
  background: linear-gradient(to right, rgba(0, 172, 210, 1) 0%, rgba(198, 242, 115, 1) 100%);
}
body#page_people .title_page .bg::after {
  background: linear-gradient(to right, rgba(250, 117, 185, 1) 8%, rgba(250, 117, 185, 1) 8%, rgba(255, 206, 101, 1) 82%);
}
body#page_career .title_page .bg::after {
  background: linear-gradient(to left, rgba(78, 240, 194, 1) 10%, rgba(82, 141, 249, 1) 97%);
}
body#page_support .title_page .bg::after {
  background: linear-gradient(to right, rgba(255, 101, 103, 1) 11%, rgba(255, 173, 101, 1) 82%, rgba(255, 173, 101, 1) 82%);
}
body#page_talk .title_page .bg::after {
  background: linear-gradient(to left, rgba(255, 223, 93, 1) 6%, rgba(58, 219, 231, 1) 99%);
}
body#page_service .title_page .bg::after {
  background: linear-gradient(to right, rgba(64, 124, 255, 1) 0%, rgba(82, 237, 255, 1) 100%);
}
body#page_information .title_page .bg::after {
  background: linear-gradient(to left, rgba(65, 113, 239, 1) 0%, rgba(247, 116, 241, 1) 50%, rgba(181, 112, 255, 1) 100%);
}
.title_page .bg span {
  display: block;
  position: relative;
  z-index: 5;
  background: #fff;
  padding: 0 1.5em;
  min-width: 450px;
  box-sizing: border-box;
  border-radius: 50px;
}
.title_page a.bg span {
  transition: transform .2s;
}
.title_page a.bg:hover span {
  transform: translateY(.2em)
}
.title_center {
  text-align: center;
  line-height: 1.5;
}
.title_center .en {
  font-size: 93.75%;
  letter-spacing: .2em;
  margin: 0 0 1em;
}
.title_center .jp {
  font-size: 250%;
  font-weight: 500;
  letter-spacing: .1em;
}
.title_border {
  text-align: center;
  position: relative;
  font-size: 175%;
  font-weight: 500;
}
.title_border::before {
  content: '';
  width: 500px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: linear-gradient(90deg, rgba(160, 91, 255, 1) 10%, rgba(103, 221, 254, 1) 90%);
}
.block_work .title_border::before {
  background: linear-gradient(to right, rgba(0, 172, 210, 1) 0%, rgba(198, 242, 115, 1) 100%);
}
.block_support .title_border::before {
  background: linear-gradient(to left, rgba(255, 214, 178, 1) 0%, rgba(255, 178, 179, 1) 100%);
}
.block_talk .title_border::before {
  background: linear-gradient(to left, rgba(255, 223, 93, 1) 6%, rgba(58, 219, 231, 1) 99%);
}
.block_career .title_border::before {
  background: linear-gradient(to right, rgba(82, 141, 249, 1) 0%, rgba(78, 240, 194, 1) 89%);
}
.title_arrow {
  font-size: 175%;
  font-weight: 500;
  margin: 0 0 1em;
}
.title_arrow span {
  display: inline-block;
  background: url("../img/arrow_right--on.webp") no-repeat;
  background-size: .4em auto;
  background-position: left center;
  padding: 0 0 0 .6em;
}
.link_text a {
  display: inline-block;
  color: #fff;
  font-size: 125%;
  position: relative;
  line-height: 1.4;
}
.link_text a::before, .link_text a::after {
  content: '';
  width: .6em;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right center
}
.link_text a::before {
  transform: rotateZ(45deg);
}
.link_text a::after {
  transform: rotateZ(-45deg);
}
.link_text a span {
  display: block;
  position: relative;
  padding: 0 .8em 0 0;
}
.link_text a span::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  height: 1px;
}
.link_text a span::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  width: 0;
  height: 1px;
  transition: all .4s;
}
.link_text a:hover span::before {
  width: 0;
}
.link_text a:hover span::after {
  width: 100%;
  left: 0;
  right: auto;
}
/**/
.section_line {
  position: absolute;
  width: 100%;
  height: 0;
  padding: 40.2% 0 0;
  z-index: -1;
  left: 0;
  top: 0;
  pointer-events: none;
  transition: all 1.6s;
  overflow: hidden;
}
.section_line span {
  position: absolute;
  left: 0;
  top: 2em;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 1.6s;
}
.block_aboutus .section_line.line--left span {
  background-image: url(../img/grade01.webp);
}
.block_aboutus .section_line.line--right span {
  background-image: url(../img/grade02.webp);
}
.block_work .section_line.line--left span {
  background-image: url(../img/grade03.webp);
}
.block_work .section_line.line--right span {
  background-image: url(../img/grade04.webp);
}
.block_people .section_line.line--left span {
  background-image: url(../img/grade05.webp);
}
.block_people .section_line.line--right span {
  background-image: url(../img/grade06.webp);
}
.block_support .section_line.line--left span {
  background-image: url(../img/grade05.webp);
}
.block_support .section_line.line--right span {
  background-image: url(../img/grade06.webp);
}
.block_talk .section_line.line--left span {
  background-image: url(../img/grade07.webp);
}
.block_talk .section_line.line--right span {
  background-image: url(../img/grade08.webp);
}
.block_service .section_line.line--left span {
  background-image: url(../img/grade09.webp);
}
.block_service .section_line.line--right span {
  background-image: url(../img/grade10.webp);
}
.block_career .section_line.line--left span {
  background-image: url(../img/grade11.webp);
}
.block_career .section_line.line--right span {
  background-image: url(../img/grade12.webp);
}
.js--scroll .section_line.line--left {
  transform: translateX(-100%);
}
.js--scroll .section_line.line--left span {
  transform: translateX(100%);
}
.js--scroll .section_line.line--right {
  transform: translateX(100%);
}
.js--scroll .section_line.line--right span {
  transform: translateX(-100%);
}
.js--scroll.scroll--start .section_line.line--left, .js--scroll.scroll--start .section_line.line--left span, .js--scroll.scroll--start .section_line.line--right, .js--scroll.scroll--start .section_line.line--right span {
  transform: translateX(0%) !important;
}
.btn_more {
  text-align: center;
}
.btn_more a {
  display: inline-block;
  font-size: 112.5%;
  font-weight: 500;
  border-bottom: solid 1px #000;
  line-height: 1.5;
  position: relative;
  transition: all .2s;
}
.btn_more a:hover {
  color: #FF787A;
  border-color: #FF787A;
}
.btn_more a::before {
  content: '';
  width: 1.25em;
  height: 1.25em;
  background: url(../img/arrow2.webp) no-repeat;
  background-size: contain;
  position: absolute;
  right: -1.5em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn_recruitMap {
  width: 500px;
  margin: auto;
  overflow: hidden;
  border-radius: 4em;
  text-align: center;
}
.btn_recruitMap a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 150%;
  font-weight: 500;
  background: linear-gradient(to left, rgba(65, 113, 239, 1) 0%, rgba(247, 116, 241, 1) 50%, rgba(181, 112, 255, 1) 100%);
  transition: opacity .2s;
}
.btn_recruitMap a:hover {
  opacity: .7;
}
.btn_recruitMap a::before {
  content: '';
  width: 33px;
  height: 33px;
  position: absolute;
  z-index: 5;
  pointer-events: none;
  right: .5em;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/arrow.webp) no-repeat;
  background-size: contain;
}
.parts_pagination {
  width: 100%;
  margin: 5em auto 0;
  text-align: center;
}
.parts_pagination .pagination-item {
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  height: 2em;
  text-align: center;
  margin: 0 .5em;
  overflow: hidden;
}
.parts_pagination .pagination-item:not(.-arrow) {
  border: solid 1px #000;
}
.parts_pagination .pagination-item.-prev, .parts_pagination .pagination-item.-next {
  border-radius: 50%;
}
.parts_pagination .pagination-item a {
  display: block;
  height: 100%;
  transition: all .2s;
  position: relative;
}
.parts_pagination .pagination-item a:hover, .parts_pagination .pagination-item.is-current a {
  background: rgba(1, 159, 169, .6);
  color: #fff;
}
.parts_pagination .pagination-item.-prev a::before {
  content: '←';
  height: 1em;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  text-align: center;
  width: 100%;
}
.parts_pagination .pagination-item.-next a::after {
  content: '→';
  height: 1em;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  text-align: center;
  width: 100%;
}
.block_news .parts_pagination > li {
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  height: 2em;
  text-align: center;
  margin: 0 .5em;
  overflow: hidden;
}
.block_news .parts_pagination > li a, .block_news .parts_pagination > li span.current_page {
  display: block;
  height: 100%;
  transition: all .2s;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.block_news .parts_pagination > li a.link_page, .block_news .parts_pagination > li span.current_page {
  border: solid 1px #000;
}
.block_news .parts_pagination > li span.current_page, .block_news .parts_pagination > li a:hover {
  background: rgba(1, 159, 169, .6);
  color: #fff;
}
.block_news .parts_pagination > li a.link_before, .block_news .parts_pagination > li a.link_next {
  border-radius: 50%;
}
/* == header ============================================== */
header hgroup, header .hgroup {
  display: flex;
  align-items: center;
  margin: 0 auto 0 0;
}
header .h_inner {
  display: flex;
  justify-content: space-between;
  z-index: 998;
  padding: 13px 32px;
  box-sizing: border-box;
}
header .h_inner.hFixed {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
header .h_logo {
  width: 105px;
  height: 40px;
}
header .h_logo a {
  display: block;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
  background: url("../img/logo.webp") no-repeat;
  background-size: contain;
  transition: all .2s;
}
header .h_logo a:hover {
  opacity: .7;
}
header .h_text {
  margin: 0 0 0 .5em;
}
.list_hNav {
  display: flex;
  margin: 0 3.6em 0 0;
}
.list_hNav a {
  display: block;
  font-size: 93.75%;
  padding: .467em .9em;
  letter-spacing: .1em;
  position: relative;
  transition: all .2s;
}
.list_hNav a::before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: .2em;
  margin: auto;
  background: #009FA8;
  opacity: 0;
  transform: scale(0);
  transition: all .4s;
}
.list_hNav a:hover {
  color: #004898;
}
.list_hNav a:hover::before {
  opacity: 1;
  transform: scale(1);
}
/**/
header .navTrigger {
  width: 44px;
  height: 44px;
  background: #000;
  border-radius: .3em;
  position: fixed;
  z-index: 1000;
  right: 32px;
  top: 15px;
  cursor: pointer;
  transition: all .4s;
}
header .navTrigger::before {
  content: 'close';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -.5em;
  text-align: center;
  font-size: 12px;
  opacity: 10;
  transition: all .2s;
}
header .navTrigger span {
  display: block;
  background: #fff;
  height: 1px;
  width: 60%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .4s;
}
header .navTrigger span:nth-child(1) {
  top: -20px;
}
header .navTrigger span:nth-child(3) {
  bottom: -20px;
}
body.nav--open {
  overflow: hidden;
}
body.nav--open header .navTrigger {
  background: none;
}
body.nav--open header .navTrigger span {
  background: #000;
}
body.nav--open header .navTrigger span:nth-child(1) {
  transform: translateY(10px) rotateZ(-25deg);
}
body.nav--open header .navTrigger span:nth-child(2) {
  opacity: 0;
}
body.nav--open header .navTrigger span:nth-child(3) {
  transform: translateY(-10px) rotateZ(25deg);
}
body.nav--open header .navTrigger::before {
  opacity: 1;
}
@media all and (max-width:1024px) {
  header .h_inner {
    padding: 13px 16px;
  }
  header .h_text {
    font-size: 86%;
  }
  header .navTrigger {
    right: 16px;
  }
  .list_hNav {
    margin: 0 2.8em 0 0;
  }
  .list_hNav a {
    padding: .467em .75em;
  }
}
/**/
#megaMenu {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transition: all .4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-3vh);
  overflow-y: scroll;
}
body.nav--open #megaMenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
#megaMenu .mega_inner {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 60px 0 0;
  background: rgba(255, 255, 255, .2);
}
#megaMenu .mega_inner::before {
  content: '';
  width: 30%;
  max-width: 420px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(225deg, rgba(119, 236, 209, 1) 0%, rgba(189, 187, 255, 1) 50%, rgba(95, 164, 255, 1) 100%);
  mix-blend-mode: color;
  border-top-right-radius: 3.5em;
  opacity: .8;
}
#megaMenu .logoWrap {
  width: 30%;
  height: calc(100svh - 60px);
  max-width: 420px;
  box-sizing: border-box;
  position: relative;
  padding: 20vh 0 0;
}
#megaMenu .logoWrap .menu_logo {
  width: min(54.05%, 210px);
  margin: auto;
}
#megaMenu .logoWrap .menu_logo a {
  display: block;
  overflow: hidden;
  height: 80px;
  background: url("../img/logo.webp") no-repeat;
  background-size: contain;
  text-indent: 150%;
  white-space: nowrap;
  transition: all .2s;
}
#megaMenu .logoWrap .menu_logo a:hover {
  opacity: .7;
}
#megaMenu .logoWrap .menu_others {
  position: absolute;
  text-align: center;
  left: 0;
  width: 100%;
  bottom: 10vh;
}
#megaMenu .logoWrap .other_link {
  display: inline-block;
  font-size: 90%;
  margin: .8em 0;
  letter-spacing: .03em;
  position: relative;
  padding: 0 .7em 0 0;
}
#megaMenu .logoWrap .other_link::before {
  content: '';
  width: 1em;
  height: 1em;
  background: url("../img/icon_blank02.webp") no-repeat;
  background-size: contain;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
#megaMenu .logoWrap .other_link a {
  border-bottom: solid 1px #004898;
  color: #004898;
  transition: all .2s;
}
#megaMenu .logoWrap .other_link a:hover {
  opacity: .7;
}
#megaMenu .logoWrap .other_btn {
  text-align: center;
  border-radius: 50px;
  overflow: hidden;
  width: min(90%, 256px);
  margin: 1em auto 0;
}
#megaMenu .logoWrap .other_btn a {
  display: block;
  color: #004898;
  font-size: 112.5%;
  background: rgba(255, 255, 255, .8);
  padding: .5em 0;
  transition: all .2s;
}
#megaMenu .logoWrap .other_btn a span {
  display: inline-block;
  padding: 0 1.4em 0 0;
  background: url("../img/icon_blank02.webp") no-repeat right center;
  background-size: 1em auto;
}
#megaMenu .logoWrap .other_btn a:hover {
  opacity: .7;
}
#megaMenu .navWrap {
  width: 70%;
  min-width: calc(100% - 420px);
  box-sizing: border-box;
  padding: 0 0 0 4em;
  display: flex;
  align-items: center;
}
#megaMenu .navFlex {
  display: flex;
  width: 100%;
  padding: 1.5em 0;
}
#megaMenu .navWrap .list_megaMenu {
  width: 50%;
}
.list_megaMenu > li .bigLink {
  font-size: 125%;
  font-weight: 500;
}
.list_megaMenu > li .bigLink a {
  position: relative;
  display: inline-block;
}
.list_megaMenu > li .bigLink a::before {
  content: '';
  width: .5em;
  height: .5em;
  background: #004898;
  position: absolute;
  left: -1em;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  transition: all .3s;
}
.list_megaMenu > li .bigLink a:hover::before {
  opacity: 1;
  transform: scale(1);
}
.list_megaMenu > li + li {
  margin: 1em 0 0;
}
.list_megaSub {
  font-size: 93.75%;
  margin: 0 0 0 1em;
}
.list_megaSub a {
  transition: all .2s;
  display: inline-block;
}
.list_megaSub a:hover {
  color: #004898;
}
@media all and (max-width:1024px) {
  #megaMenu .mega_inner::before {
    width: 25%;
  }
  #megaMenu .logoWrap {
    width: 25%;
  }
  #megaMenu .navWrap {
    width: 75%;
    min-width: 0;
    padding: 0 0 0 1.5em;
  }
  #megaMenu .logoWrap .other_link, #megaMenu .logoWrap .other_btn {
    font-size: 1.3vw;
  }
}
/* == footer ============================================== */
footer {
  padding: 3em 0 1em;
  background: #EEF1F4;
  position: relative;
}
footer .fWrap {
  position: relative;
  max-width: 1380px;
  margin: auto;
}
footer .f_inner {
  max-width: 960px;
  margin: auto;
}
footer .fFlex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
footer .fFlex .f_logos {
  width: 360px;
}
footer .fFlex .f_links {
  width: 600px;
  display: flex;
  flex-wrap: wrap;
}
footer .f_logo {
  display: flex;
  align-items: center;
}
footer .f_logo a {
  display: block;
  width: 105px;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
  background: url("../img/logo.webp") no-repeat;
  background-size: contain;
  transition: all .2s;
}
footer .f_logo span {
  font-size: 87.5%;
  margin: 0 0 0 .8em;
}
footer .f_logoText {
  display: inline-block;
  font-size: 90%;
  margin: .8em;
  letter-spacing: .03em;
  position: relative;
  padding: 0 .7em 0 0;
}
footer .f_logoText::before {
  content: '';
  width: 1em;
  height: 1em;
  background: url("../img/icon_blank02.webp") no-repeat;
  background-size: contain;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
footer .f_logoText a {
  border-bottom: solid 1px #004898;
  color: #004898;
  transition: all .2s;
}
footer .f_logoText a:hover {
  opacity: .7;
}
footer .fFlex .f_links .list_fNav {
  width: 33%;
}
.list_fNav {
  margin: .5em 0 0;
}
.list_fNav > li {
  font-size: 87.5%;
  font-weight: 400;
  letter-spacing: .1em;
}
.list_fNav > li > a {
  display: inline-block;
  padding: .1em 0;
  position: relative;
  margin: .1em 0;
  font-weight: 500;
}
.list_fNav > li a::before {
  content: '';
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all .4s;
}
.list_fNav > li a:hover::before {
  left: 0;
  right: auto;
  width: 100%;
}
.list_fNavSub {
  display: none;
}
footer .f_icons {
  position: absolute;
  right: 2em;
  bottom: 4em;
  display: flex;
  gap: 0 .5em;
}
footer .f_icons a {
  transition: all .2s;
}
footer .f_icons a:hover {
  opacity: .7;
}
footer .f_icons img {
  vertical-align: top;
}
footer .f_icons .icon01 {
  width: 45px;
}
footer .f_icons .icon02 {
  width: 54px;
}
footer .btn_blank {
  width: 288px;
  text-align: center;
  border-radius: 50px;
  overflow: hidden;
}
footer .btn_blank a {
  display: block;
  color: #004898;
  font-size: 112.5%;
  background: linear-gradient(to right, rgba(217, 247, 247, 1) 0%, rgba(224, 241, 248, 1) 50%, rgba(166, 225, 246, 1) 100%);
  padding: .5em 0;
  transition: all .2s;
}
footer .btn_blank a span {
  display: inline-block;
  padding: 0 1.4em 0 0;
  background: url("../img/icon_blank02.webp") no-repeat right center;
  background-size: 1em auto;
}
footer .btn_blank a:hover {
  opacity: .7;
}
footer .copyright {
  text-align: right;
  font-size: 62.5%;
  letter-spacing: .1em;
  margin: 2em 2.5em 0 0;
}
@media all and (max-width:1024px) {
  footer .fFlex {
    display: block;
  }
  footer .fFlex .f_links {
    width: 90%;
    margin: auto;
  }
  footer .fFlex .f_logos {
    width: 90%;
    margin: 5% auto;
    text-align: center;
  }
  footer .fFlex .f_logos .f_logo {
    justify-content: center;
  }
}
/* == frontpage ==============================================*/
.pin-spacer {
  width: 100% !important;
  overflow: hidden;
}
.parts_fv {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10000;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  transition: all .5s linear 0s;
  min-height: 550px;
}
body.no-js .parts_fv {
  display: none;
}
body.cookie--on .parts_fv {
  display: none;
}
.parts_fv .fvLeft {
  width: 28%;
  position: relative;
  transform: translateX(-20%);
}
.parts_fv .fvCenter {
  width: 44%;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  font-size: max(16px, 1.1713vw);
}
.parts_fv .fvCenter .wrap {
  width: 100%;
}
.parts_fv .fvCenter .title {
  width: 100%;
  font-size: 300%;
  font-weight: 500;
  padding: 0 0 1.2em;
}
.parts_fv .fvCenter .title span {
  display: block;
}
.parts_fv .fvCenter .menu {
  position: absolute;
  left: 0;
  top: calc(100% - 4.5em);
  width: 100%;
  text-align: center;
  font-size: 125%;
  font-weight: 500;
  letter-spacing: .3em;
  padding: 0 0 .2em;
}
.parts_fv .fvCenter .menu::before, .parts_fv .fvCenter .menu::after {
  content: '';
  width: .9em;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: all .4s;
  pointer-events: none;
}
.parts_fv .fvCenter .menu::before {
  transform: rotateZ(45deg);
  transform-origin: left bottom;
  left: -.4em;
}
.parts_fv .fvCenter .menu::after {
  transform: rotateZ(-45deg);
  transform-origin: right bottom;
  right: -.4em;
}
.parts_fv .fvRight {
  width: 28%;
  position: relative;
}
.parts_fv .fvLeft .floatContents {
  animation: 80s linear 0s infinite fvAnime;
}
.parts_fv .fvRight .floatContents {
  animation: 80s linear 0s infinite reverse fvAnime;
}
.parts_fv .floatContents .floatBall {
  width: 120%;
  padding: 120% 0 0;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.parts_fv .floatContents .floatBall + .floatBall {
  margin: 2% 0 0;
}
.parts_fv .floatContents .floatBall.ball--long {
  padding: 240% 0 0;
  border-radius: 15em;
}
.parts_fv .floatContents .floatBall[class*="color"] {
  animation: 15s linear 0s infinite rotate360;
}
.parts_fv .floatContents .floatBall.color01 {
  background: linear-gradient(to right, rgba(255, 223, 93, 1) 6%, rgba(58, 219, 231, 1) 99%);
}
.parts_fv .floatContents .floatBall.color02 {
  background: linear-gradient(to bottom, rgba(64, 124, 255, 1) 0%, rgba(82, 237, 255, 1) 100%);
}
.parts_fv .floatContents .floatBall.color03 {
  background: linear-gradient(to bottom, rgba(255, 206, 101, 1) 0%, rgba(250, 117, 185, 1) 100%);
}
.parts_fv .floatContents .floatBall.color04 {
  background: linear-gradient(to bottom, rgba(103, 221, 254, 1) 0%, rgba(160, 91, 255, 1) 100%);
}
.parts_fv .floatContents .floatBall.color05 {
  background: linear-gradient(to bottom, rgba(65, 113, 239, 1) 21%, rgba(247, 116, 241, 1) 50%, rgba(181, 112, 255, 1) 80%);
}
.parts_fv .floatContents .floatBall.color06 {
  background: linear-gradient(to bottom, rgba(198, 242, 115, 1) 0%, rgba(0, 172, 210, 1) 100%);
}
.parts_fv .floatContents .floatBall.color07 {
  background: linear-gradient(to bottom, rgba(255, 173, 101, 1) 0%, rgba(255, 101, 103, 1) 100%);
}
.parts_fv .floatContents .floatBall.color08 {
  background: linear-gradient(to bottom, rgba(82, 141, 249, 1) 0%, rgba(78, 240, 194, 1) 100%);
}
.parts_fv .floatContents .floatBall.img01 {
  background-image: url("../img/fv_img01.webp");
}
.parts_fv .floatContents .floatBall.img02 {
  background-image: url("../img/fv_img02.webp");
}
.parts_fv .floatContents .floatBall.img03 {
  background-image: url("../img/fv_img03.webp");
}
.parts_fv .floatContents .floatBall.img04 {
  background-image: url("../img/fv_img04.webp");
}
.parts_fv .floatContents .floatBall.img05 {
  background-image: url("../img/fv_img05.webp");
}
.parts_fv .floatContents .floatBall.img06 {
  background-image: url("../img/fv_img06.webp");
}
.parts_fv .floatContents .floatBall.img07 {
  background-image: url("../img/fv_img07.webp");
}
/*anime*/
.parts_fv .fvCenter .title span {
  opacity: 0;
  transform: translateY(1em);
  transition: transform 1.6s ease-out .1s, opacity 1.6s ease .1s;
}
body .parts_fv .fvCenter .title span:nth-child(2) {
  transition-delay: .2s;
}
body .parts_fv .fvCenter .title span:nth-child(3) {
  transition-delay: .4s;
}
body .parts_fv .fvCenter .title span:nth-child(4) {
  transition-delay: .6s;
}
body .parts_fv .fvCenter .title span:nth-child(5) {
  transition-delay: .8s;
}
body .parts_fv .fvCenter .title span:nth-child(6) {
  transition-delay: 1s;
}
body.page--open .parts_fv .fvCenter .title span {
  opacity: 1;
  transform: translateY(0);
}
@media all and (max-height:760px) {
  .parts_fv .fvCenter .title {
    font-size: 200%;
  }
}
/*----------*/
#page_front footer {
  display: none;
}
.parts_mainMenu {
  position: fixed;
  left: 0;
  top: 70px !important;
  width: 100%;
  height: calc(100svh - 70px) !important;
  min-height: 500px;
  transform: translate(0) !important;
}
.parts_mainMenu .menuFlex {
  display: flex;
  width: calc(100% - 28px);
  height: calc(100% - 100px);
}
@media all and (max-width:1024px) {
  .parts_mainMenu .menuFlex {
    width: calc(100% - 1em);
  }
}
/*-----*/
.parts_mainMenu .menuLeft {
  width: 370px;
  background: #fff;
  box-sizing: border-box;
}
.list_mainMenu {
  display: flex;
  flex-flow: column;
  height: calc(100% - 70px);
}
.list_mainMenu > li {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media all and (max-height:700px) {
  .list_mainMenu > li {
    font-size: 80%;
  }
}
.list_mainMenu > li::before {
  content: '';
  width: 0%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .4s;
}
.list_mainMenu > li.menu01::before {
  background: linear-gradient(45deg, rgba(160, 91, 255, 1) 14%, rgba(103, 221, 254, 1) 90%);
}
.list_mainMenu > li.menu02::before {
  background: linear-gradient(to right, rgba(0, 172, 210, 1) 0%, rgba(198, 242, 115, 1) 100%);
}
.list_mainMenu > li.menu03::before {
  background: linear-gradient(to right, rgba(250, 117, 185, 1) 8%, rgba(250, 117, 185, 1) 8%, rgba(255, 206, 101, 1) 82%);
}
.list_mainMenu > li.menu04::before {
  background: linear-gradient(to left, rgba(78, 240, 194, 1) 10%, rgba(82, 141, 249, 1) 97%);
}
.list_mainMenu > li.menu05::before {
  background: linear-gradient(to right, rgba(255, 101, 103, 1) 11%, rgba(255, 173, 101, 1) 82%, rgba(255, 173, 101, 1) 82%);
}
.list_mainMenu > li.menu06::before {
  background: linear-gradient(to right, rgba(255, 223, 93, 1) 6%, rgba(58, 219, 231, 1) 99%);
}
.list_mainMenu > li.menu07::before {
  background: linear-gradient(to right, rgba(181, 112, 255, 1) 20%, rgba(247, 116, 241, 1) 50%, rgba(65, 113, 239, 1) 80%);
}
.list_mainMenu > li p, .list_mainMenu > li h1, .list_mainMenu > li h2 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
}
.list_mainMenu > li span.wrap {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 0 0 9%;
  transition: all .4s;
}
.list_mainMenu > li span.wrap::before, .list_mainMenu > li span.wrap::after {
  content: '';
  width: 1.5em;
  height: .3em;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right center;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.list_mainMenu > li span.wrap::before {
  transform: translateY(.1em) rotateZ(45deg);
}
.list_mainMenu > li span.wrap::after {
  transform: translateY(-.1em) rotateZ(-45deg);
}
.list_mainMenu span.jp {
  display: block;
  font-size: 162.5%;
  font-weight: 500;
  line-height: 1;
  padding: .2em 0 0;
}
.list_mainMenu span.en {
  display: block;
  font-size: 68.75%;
  font-weight: 700;
}
.list_mainMenu > li:hover::before, .list_mainMenu > li.active::before {
  width: 100%;
  left: 0;
  right: auto;
}
.list_mainMenu > li:hover span.wrap, .list_mainMenu > li.active span.wrap {
  transform: translateX(8%);
  color: #fff;
}
/*-----*/
.parts_mainMenu .menuRight {
  width: calc(100% - 370px);
  height: 100%;
  position: relative;
}
.parts_mainMenu .menuWindow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-top-right-radius: 3.8em;
  border-bottom-right-radius: 3.8em;
}
.parts_mainMenu .menuWindow .menuSlideBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#slideMain .swiper-slide {
  height: 100%;
}
#slideMain .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.parts_mainMenu .menuSet {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: transform .4s, opacity .4s;
  pointer-events: none;
  opacity: 0;
  transform: translateX(1em);
}
.parts_mainMenu .menuSet.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
.parts_mainMenu .menuSet .menuImage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-top-right-radius: 3em;
  border-bottom-right-radius: 3em;
  overflow: hidden;
  pointer-events: none;
}
.parts_mainMenu .menuSet .menuImage img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.parts_mainMenu .menuSet .menu_base {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 13%;
  text-align: right;
}
.parts_mainMenu .menuSet .menu_base p + p, .parts_mainMenu .menuSet .menu_base h2 + h2 {
  margin: 3.7em 0 0;
}
.parts_mainMenu .menuSet .menu_base p + p.margin--small, .parts_mainMenu .menuSet .menu_base h2 + h2.margin--small {
  margin: 1em 0 0;
}
.parts_mainMenu .menuSet .menu_base a {
  display: block;
  letter-spacing: .3em;
}
.parts_mainMenu .menuSet .menu_base span.bg {
  display: inline-block;
  position: relative;
  z-index: 5;
  font-size: 300%;
  font-weight: 500;
  line-height: 1;
  margin: .15em 0 0;
  transition: all .4s;
}
@media all and (max-height:700px) {
  .parts_mainMenu .menuSet .menu_base span.bg {
    font-size: 250%;
  }
}
@media all and (max-width:1024px) {
  .parts_mainMenu .menuSet .menu_base {
    font-size: 1.5vw;
  }
}
.parts_mainMenu .menuSet .menu_base span.bg::before {
  content: '';
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  right: 0;
  top: .3em;
  border-top-left-radius: 3em;
  border-bottom-left-radius: 3em;
  transition: transform .4s;
}
.parts_mainMenu .menuSet#set01 .menu_base span.bg::before {
  background: linear-gradient(45deg, rgba(160, 91, 255, 1) 14%, rgba(103, 221, 254, 1) 90%);
}
.parts_mainMenu .menuSet#set02 .menu_base span.bg::before {
  background: linear-gradient(to right, rgba(0, 172, 210, 1) 0%, rgba(198, 242, 115, 1) 100%);
}
.parts_mainMenu .menuSet#set03 .menu_base span.bg::before {
  background: linear-gradient(to right, rgba(250, 117, 185, 1) 8%, rgba(250, 117, 185, 1) 8%, rgba(255, 206, 101, 1) 82%);
}
.parts_mainMenu .menuSet#set04 .menu_base span.bg::before {
  background: linear-gradient(to left, rgba(78, 240, 194, 1) 10%, rgba(82, 141, 249, 1) 97%);
}
.parts_mainMenu .menuSet#set05 .menu_base span.bg::before {
  background: linear-gradient(to right, rgba(255, 101, 103, 1) 11%, rgba(255, 173, 101, 1) 82%, rgba(255, 173, 101, 1) 82%);
}
.parts_mainMenu .menuSet#set06 .menu_base span.bg::before {
  background: linear-gradient(to right, rgba(255, 223, 93, 1) 6%, rgba(58, 219, 231, 1) 99%);
}
.parts_mainMenu .menuSet#set07 .menu_base span.bg::before {
  background: linear-gradient(to right, rgba(181, 112, 255, 1) 20%, rgba(247, 116, 241, 1) 50%, rgba(65, 113, 239, 1) 80%);
}
.parts_mainMenu .menuSet .menu_base span.bg span {
  background: #fff;
  display: block;
  position: relative;
  z-index: 5;
  border-top-left-radius: 3em;
  border-bottom-left-radius: 3em;
  padding: .25em 1.2em .25em .7em;
  transition: background .4s, transform .4s, color .4s;
}
.parts_mainMenu .menuSet .menu_base a:hover span.bg span {
  background: transparent;
  transform: translateY(.15em);
  color: #fff;
}
.parts_mainMenu .menuSet .menu_base a:hover span.bg::before {
  transform: translateY(-.15em);
}
.parts_mainMenu .menuSet .menu_base span.bg span:not(.none)::before, .parts_mainMenu .menuSet .menu_base span.bg span:not(.none)::after {
  content: '';
  width: .5em;
  height: .1em;
  background: #000;
  position: absolute;
  right: .5em;
  top: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right center;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  transition: all .4s;
}
.parts_mainMenu .menuSet .menu_base span.bg span::before {
  transform: translateY(.03em) rotateZ(45deg);
}
.parts_mainMenu .menuSet .menu_base span.bg span::after {
  transform: translateY(-.03em) rotateZ(-45deg);
}
.parts_mainMenu .menuSet .menu_base a:hover span.bg span::before, .parts_mainMenu .menuSet .menu_base a:hover span.bg span::after {
  background-color: #fff;
}
/*active*/
.parts_mainMenu .menuSet .menu_base p, .parts_mainMenu .menuSet .menu_base h2 {
  transform: translateX(101%);
  transition: all .4s;
}
.parts_mainMenu .menuSet.active .menu_base p, .parts_mainMenu .menuSet.active .menu_base h2 {
  transform: translateX(0);
}
.parts_mainMenu .menuSet.active .menu_base p:nth-child(2), .parts_mainMenu .menuSet.active .menu_base h2:nth-child(2) {
  transition-delay: .1s;
}
.parts_mainMenu .menuSet.active .menu_base p:nth-child(3), .parts_mainMenu .menuSet.active .menu_base h2:nth-child(3) {
  transition-delay: .2s;
}
.parts_mainMenu .menuSet.active .menu_base p:nth-child(4), .parts_mainMenu .menuSet.active .menu_base h2:nth-child(4) {
  transition-delay: .3s;
}
/**/
.parts_mainMenu .menuSet .menuSlide {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.parts_mainMenu .menuSet .menuSlide .slideWrap {
  width: 430px;
  height: 100%;
  margin: 0 2em 0 auto;
  padding: 0 5px 0 0;
  position: relative;
}
#slidePeople {
  -webkit-mask-image: linear-gradient(to top, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-image: linear-gradient(to top, transparent 0%, black 10%, black 90%, transparent 100%);
}
#slidePeople .swiper-slide {
  position: relative;
  transform: scale(.9);
  transition: transform .4s;
}
#slidePeople .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
#slidePeople .swiper-slide::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 5px;
  top: 5px;
  background: linear-gradient(to right, rgba(255, 206, 101, 1) 8%, rgba(255, 206, 101, 1) 8%, rgba(250, 117, 185, 1) 82%);
  border-radius: 1.3em;
  pointer-events: none;
}
#slidePeople .swiper-slide a.swiperFlex {
  display: flex;
  height: 100%;
  position: relative;
  border-radius: 1.3em;
  background: #fff;
  overflow: hidden;
  flex-direction: row-reverse;
}
#slidePeople .swiper-slide-next a.swiperFlex::before {
  opacity: 1;
}
#slidePeople .swiper-slide-prev a.swiperFlex::after {
  opacity: 1;
}
#slidePeople .swiper-slide .slide_imageBox {
  width: 50%;
  position: relative;
  overflow: hidden;
}
#slidePeople .swiper-slide .slide_imageBox img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: all .3s;
}
#slidePeople .swiper-slide a:hover .slide_imageBox img {
  transform: scale(1.08);
}
#slidePeople .swiper-slide .slide_textBox {
  width: 50%;
  position: relative;
}
@media all and (max-height:700px) {
  #slidePeople .swiper-slide .slide_textBox {
    font-size: 90%;
    line-height: 1.75;
  }
}
#slidePeople .swiper-slide .slide_textBox .en {
  font-size: 75%;
  margin: 4em 0 .5em 1.5em;
}
#slidePeople .swiper-slide .slide_textBox .en span {
  display: inline-block;
  background: linear-gradient(to right, rgba(250, 117, 185, 1) 8%, rgba(250, 117, 185, 1) 8%, rgba(255, 206, 101, 1) 82%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#slidePeople .swiper-slide .slide_textBox .title {
  font-size: 98%;
  font-weight: 500;
  margin: 0 .8em;
}
#slidePeople .swiper-slide .slide_textBox .name {
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 1.5em;
  font-size: 75%;
}
#slidePeople .swiper-slide .slide_textBox .name h2 {
  font-weight: 500;
}
#slidePeople .swiper-button-prev, #slidePeople .swiper-button-next {
  width: 30px;
  height: 30px;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
}
#slidePeople .swiper-button-prev {
  background-image: url(../img/slide_top.svg);
  top: 6%;
}
#slidePeople .swiper-button-next {
  background-image: url(../img/slide_bottom.svg);
  top: auto;
  bottom: 10%;
}
#slidePeople .swiper-button-prev::after, #slidePeople .swiper-button-next::after {
  display: none;
}
.parts_mainMenu .menuSet .link_text {
  position: absolute;
  z-index: 101;
  right: 2em;
  bottom: 1em;
}
/*active*/
.parts_mainMenu .menuSet .menuSlide {
  transform: translateX(30%);
  transition: all .4s;
}
.parts_mainMenu .menuSet.active .menuSlide {
  transform: translateX(0);
}
/**/
.parts_mainMenu .menuSet .menuThumbnailBox {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.parts_mainMenu .menuSet .menuThumbnailBox .linkWrap {
  margin: 0 2em 0 auto;
  width: 400px;
  height: 100%;
  box-sizing: border-box;
  padding: 6% 0;
}
.parts_mainMenu .menuSet .menuThumbnailBox .linkBox h2, .parts_mainMenu .menuSet .menuThumbnailBox .linkBox p {
  position: relative;
  height: 100%;
}
.parts_mainMenu .menuSet .menuThumbnailBox .linkBox {
  height: 47%;
  position: relative;
}
.parts_mainMenu .menuSet .menuThumbnailBox .linkBox::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 5px;
  top: 5px;
  background: linear-gradient(to left, rgba(8, 219, 231, 1) 6%, rgba(5255, 223, 93, 1) 99%);
  border-radius: 1.3em;
  pointer-events: none;
}
.parts_mainMenu .menuSet .menuThumbnailBox .linkBox + .linkBox {
  margin: 6% 0 0;
}
.parts_mainMenu .menuSet .menuThumbnailBox .linkBox a {
  display: block;
  height: 100%;
  position: relative;
  border-radius: 1em;
  overflow: hidden;
}
.parts_mainMenu .menuSet .menuThumbnailBox .linkBox a img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .4s;
}
.parts_mainMenu .menuSet .menuThumbnailBox .linkBox a:hover img {
  transform: scale(1.1);
}
.parts_mainMenu .menuSet .menuThumbnailBox .linkBox span.textBox {
  position: absolute;
  left: 2em;
  bottom: 2em;
  display: block;
  line-height: 1.4;
}
.parts_mainMenu .menuSet .menuThumbnailBox .linkBox span.textBox .talk_num {
  display: inline-block;
  font-size: 75%;
  font-weight: 500;
  position: relative;
}
.parts_mainMenu .menuSet .menuThumbnailBox .linkBox span.textBox .talk_num::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  pointer-events: none;
}
.parts_mainMenu .menuSet .menuThumbnailBox .linkBox span.textBox .talk_num span {
  position: relative;
  display: block;
  z-index: 5;
  background: linear-gradient(to left, rgba(255, 223, 93, 1) 6%, rgba(58, 219, 231, 1) 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 .7em;
}
.parts_mainMenu .menuSet .menuThumbnailBox .linkBox span.textBox .talk_name {
  display: inline-block;
  font-size: 125%;
  font-weight: 500;
  background: #fff;
  padding: .1em .4em;
  margin: .3em 0 0;
}
/*active*/
.parts_mainMenu .menuSet .menuThumbnailBox {
  transform: translateX(30%);
  transition: all .4s;
}
.parts_mainMenu .menuSet.active .menuThumbnailBox {
  transform: translateX(0);
}
/*responsive*/
@media all and (max-width:1024px) {
  .parts_mainMenu .menuLeft {
    width: 32%;
    font-size: 1.35vw;
  }
  .parts_mainMenu .menuRight {
    width: 68%;
  }
}
/*-----*/
.btn_omoi {
  max-width: 450px;
  border-radius: 50px;
  text-align: center;
  transition: all .4s;
  padding: .6em 0;
  font-size: 137.5%;
  font-weight: 500;
  cursor: pointer;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.btn_omoi::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  background: url("../img/btn_omoi.webp") no-repeat center;
  background-size: cover;
  transition: all .4s;
}
.btn_omoi::after {
  content: '';
  position: absolute;
  z-index: 4;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 100%;
  background: linear-gradient(to right, rgba(135, 215, 237, 1) 0%, rgba(242, 186, 233, 1) 100%);
  transition: all .4s;
  transform-origin: center;
}
.btn_omoi:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.btn_omoi span {
  position: relative;
  z-index: 5;
  transition: all .4s;
  color: #000;
}
.btn_omoi:hover span {
  color: #fff;
}
.parts_mainMenu .btn_omoi {
  position: absolute;
  left: 20px;
  bottom: 100px;
  width: 26%;
  max-width: 320px;
  font-size: 112.5%;
  margin: 0;
}
@media all and (max-width:1024px) {
  .parts_mainMenu .btn_omoi {
    font-size: 1.4vw;
  }
}
.omoiBox {
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(47, 47, 47, 0.2);
  opacity: 0;
  pointer-events: none;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: backdrop-filter;
  transition: opacity .8s;
}
body.omoi--open .omoiBox {
  opacity: 1;
  pointer-events: auto;
}
.omoiBox .omoi_contents {
  background: #fff;
  border-radius: 1.5em;
  max-width: 648px;
  max-height: 90vh;
  margin: 5vh auto 0;
  box-shadow: 5px 15px 30px 0 rgba(0, 0, 0, .2);
  box-sizing: border-box;
  padding: 5em 4.2em;
  position: relative;
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}
.omoiBox .omoi_contents::-webkit-scrollbar {
  display: none;
}
.omoiBox .omoi_contents::before {
  content: '';
  width: 36px;
  height: 30px;
  background: url(../img/close.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 2em;
  top: 2em;
  cursor: pointer;
}
.omoiBox .omoi_contents .omoi_title {
  font-size: 135%;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: .09em;
  margin: 0 0 .5em;
}
.omoiBox .omoi_contents .omoi_text {
  line-height: 2.2;
  font-weight: 400;
}
/*-----*/
.parts_mainMenu .menuBottom {
  width: 100%;
  height: 100px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  box-sizing: border-box;
  padding: 0 0 0 2%;
}
.parts_mainMenu .menuBottom .menu_news {
  display: flex;
  align-items: center;
  width: calc(77% - 36px);
  padding: 0 0 .8em;
}
.parts_mainMenu .menuBottom .news_title {
  line-height: 1;
  width: 12%;
}
@media all and (max-width:1024px) {
  .parts_mainMenu .menuBottom .news_title {
    font-size: 1.5vw;
  }
}
.parts_mainMenu .menuBottom .news_title a {
  display: block;
  transition: all .2s;
}
.parts_mainMenu .menuBottom .news_title a:hover {
  opacity: .7;
}
.parts_mainMenu .menuBottom .news_title span.en {
  display: block;
  font-size: 137.5%;
  letter-spacing: .2em;
}
.parts_mainMenu .menuBottom .news_title span.jp {
  font-size: 75%;
}
.parts_mainMenu .menuBottom .news_summary {
  width: 88%;
}
.parts_mainMenu .menuBottom .news_summary a {
  display: flex;
  padding: .1em 0;
  font-size: 75%;
  transition: all .2s;
}
.parts_mainMenu .menuBottom .news_summary a:hover {
  color: #009FA8;
}
.parts_mainMenu .menuBottom .news_summary p span.time {
  display: block;
  width: 8em;
}
.parts_mainMenu .menuBottom .news_summary p span.title {
  display: block;
  width: calc(100% - 9em);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 0 1em;
}
.parts_mainMenu .menuBottom .area_icons {
  position: absolute;
  right: 30px;
  bottom: 1.5em;
  display: flex;
  align-items: center;
}
@media all and (max-width:1024px) {
  .parts_mainMenu .menuBottom .area_icons {
    right: 1em;
  }
}
.parts_mainMenu .menuBottom .area_icons > p {
  width: 2.2em;
}
.parts_mainMenu .menuBottom .area_icons > p.linkText {
  width: auto;
  font-size: 67.5%;
}
.parts_mainMenu .menuBottom .area_icons > p.linkText a {
  display: inline-block;
  color: #004898;
  background: linear-gradient(to right, rgba(217, 247, 247, 1) 0%, rgba(224, 241, 248, 1) 50%, rgba(166, 225, 246, 1) 100%);
  padding: .5em 1em;
  transition: all .2s;
  border-radius: 3em;
  overflow: hidden;
}
.parts_mainMenu .menuBottom .area_icons > p.linkText a span {
  display: inline-block;
  padding: 0 1.4em 0 0;
  background: url(../img/icon_blank02.webp) no-repeat right center;
  background-size: 1em auto;
}
.parts_mainMenu .menuBottom .area_icons > p + p {
  margin: 0 0 0 .5em;
}
.parts_mainMenu .menuBottom .area_icons a {
  transition: all .2s;
}
.parts_mainMenu .menuBottom .area_icons a:hover {
  opacity: .7;
}
.parts_mainMenu .menuBottom .area_copy {
  position: absolute;
  right: 36px;
  bottom: 12px;
  font-size: 62.5%;
  line-height: 1.5;
}
/* == underpage ============================================== */
.formWrap {
  display: flex;
}
.formWrap .formLeft {
  width: 320px;
  position: relative;
  left: 0;
  top: 0;
}
.form_sticky {
  position: sticky;
  let: 0;
  top: 6em;
}
.list_formStep > li {
  padding: .2em 0 .2em 4em;
  color: #BABABA;
  position: relative;
}
.list_formStep > li + li {
  margin: .4em 0 0;
}
.list_formStep > li .stepBorder {
  display: inline-block;
  position: relative;
}
.list_formStep > li .stepBorder::before {
  content: '';
  width: 0;
  height: 2px;
  background: #000;
  position: absolute;
  right: 0;
  bottom: 0;
}
.list_formStep > li.active .stepBorder::before {
  width: 100%;
  left: 0;
  right: auto;
}
.list_formStep > li .step_num {
  display: inline-block;
  vertical-align: middle;
  font-size: 125%;
}
.list_formStep > li.active .step_num {
  color: #0059F1;
  font-size: 150%;
  font-weight: 700;
}
.list_formStep > li .step_name {
  position: relative;
  vertical-align: middle;
  padding: 0 0 0 .7em;
}
.list_formStep > li .step_name::before {
  content: '';
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  left: .35em;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all .4s;
}
.list_formStep > li.active .step_name {
  font-size: 120%;
  display: inline-block;
  padding: 0 0 0 1.6em;
  color: #000000;
}
.list_formStep > li.active .step_name::before {
  width: 1em;
}
.formWrap .formRight {
  width: calc(100% - 320px);
  max-width: 770px;
}
@media all and (min-width:1380px) {
  .formWrap {
    margin: auto;
    max-width: 1366px;
  }
}
.formWrap .form_lead {
  letter-spacing: .03em;
  margin: 0 0 1.7em;
}
.formWrap .form_lead a {
  color: #0059F1;
  border-bottom: solid 1px #0059F1;
  padding: .1em 0;
  transition: all .2s;
}
.formWrap .form_lead a:hover {
  color: #FF0000;
}
/**/
.formWrap table {
  width: 100%;
  font-size: 87.5%;
  line-height: 1.4;
  border-collapse: separate;
  border-spacing: 0 2em;
}
.formWrap table tr {
  display: flex;
  box-sizing: border-box;
  width: 100%;
}
.formWrap table tr + tr {
  margin: 2.1em 0 0;
}
.formWrap table th {
  display: block;
  font-weight: 400;
  letter-spacing: .05em;
  width: 13em;
  vertical-align: top;
  text-align: left;
}
.formWrap .hissu {
  display: inline-block;
  border: solid 1px #FF0000;
  color: #FF0000;
  font-size: 86%;
  background: #fff;
  padding: 0 .2em;
  border-radius: .2em;
  margin: .2em 0 0;
}
.formWrap .ninni {
  display: inline-block;
  color: #fff;
  font-size: 86%;
  background: #BABABA;
  padding: .1em .2em;
  border-radius: .2em;
}
.formWrap label {
  cursor: pointer;
  position: relative;
}
.formWrap label.radio_text span {
  vertical-align: middle;
  margin: 0 0 0 .3em;
}
.formWrap .radio_text + .radio_text {
  margin: 0 0 0 2em;
}
.formWrap table td {
  display: block;
  font-weight: 400;
  width: calc(100% - 14em);
  vertical-align: top;
}
.formWrap table .errortxt {
  color: #FF0000;
  display: none;
}
.formWrap table .hopeatt {
  margin: .5em 0 0;
  line-height: 2;
}
.formWrap table .hopeatt a {
  display: inline-block;
  color: #0059F1;
  border-bottom: solid 1px #0059F1;
  position: relative;
  transition: all .2s;
  line-height: 1.2;
}
.formWrap table .hopeatt a:hover {
  opacity: .7;
}
.formWrap em {
  font-style: normal;
}
.formWrap .post-search a {
  display: inline-block;
  color: #0059F1;
  border-bottom: solid 1px #0059F1;
  margin: 0 0 0 1em;
  position: relative;
  transition: all .2s;
}
.formWrap .post-search a:hover {
  opacity: .7;
}
.formWrap .post-search a::before {
  content: '';
  width: 1em;
  height: 1em;
  position: absolute;
  left: calc(100% + .5em);
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/icon_blank.webp) no-repeat;
  background-size: contain;
}
/**/
.formWrap input, .formWrap select, .formWrap textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #fff;
  font-size: 16px;
  padding: .4em;
  border-radius: .2em;
}
.formWrap input[type="text"] {
  width: 100%;
  padding: .4em;
  border-radius: .2em;
}
.formWrap select#pref {
  width: 100%;
}
.formWrap input[type="tel"] {
  width: 5em;
}
.formWrap input[type="tel"]#telnum {
  width: 100%;
}
.formWrap input[type="email"] {
  width: 100%;
}
.formWrap select#birth1, .formWrap select#birth2, .formWrap select#birth3 {
  margin: 0 .2em 0 .8em;
  min-width: 4em;
}
.formWrap .addressttl01 {
  margin: 0 0 .3em;
}
.formWrap .addressttl02, .formWrap .addressttl03, .formWrap .addressttl04 {
  margin: 1em 0 .3em;
}
.formWrap textarea {
  width: 100%;
}
.formWrap .privacyatt {
  line-height: 2;
  margin: 0 0 1em;
}
.formWrap .privacyatt a {
  display: inline-block;
  color: #0059F1;
  border-bottom: solid 1px #0059F1;
  position: relative;
  transition: all .2s;
  line-height: 1.2;
}
.formWrap .privacyatt a:hover {
  opacity: .7;
}
.formWrap .checkbox_text {
  margin: 1em 0 0;
}
.formWrap .checkbox_text span {
  vertical-align: middle;
  margin: 0 0 0 .3em;
}
.formWrap input[type="radio"], .formWrap input[type="checkbox"] {
  width: 1.375em;
  height: 1.375em;
  vertical-align: middle;
  border: solid 1px #fff;
  border-radius: .3em;
  margin: 0;
  background-color: #fff;
}
.formWrap input[type="radio"]:checked, .formWrap input[type="checkbox"]:checked {
  background-color: #000;
  background-image: url("../img/select.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: .9375em auto;
}
.formWrap .check-btns {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  margin: 4em 0 0;
  gap: 0 1em;
}
.formWrap .confirm-btn {
  display: block;
  width: 500px;
  position: relative;
}
.formWrap .confirm-btn::before {
  content: '';
  width: 2.2625em;
  height: 2.2625em;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/arrow.webp") no-repeat center;
  background-size: contain;
  pointer-events: none;
  z-index: 5;
}
.formWrap .btnSubmit {
  display: block;
  color: #fff;
  font-size: 150%;
  font-weight: 500;
  text-align: center;
  background: linear-gradient(to right, rgba(181, 112, 255, 1) 20%, rgba(247, 116, 241, 1) 50%, rgba(65, 113, 239, 1) 80%, rgba(65, 113, 239, 1) 80%);
  border-radius: 100px;
  width: 100%;
  margin: auto;
  cursor: pointer;
  transition: all .2s;
  font-family: 'kakugo', 'メイリオ', Meiryo, sans-serif;
  line-height: 2.5em;
  padding: 0;
}
.formWrap .btnSubmit:hover {
  opacity: .7;
}
/*----- select -----*/
.formWrap table tr.select {
  display: none;
}
.formWrap table tr.select {
  display: none;
}
.formWrap table tr.select.active {
  display: flex;
}
/*----- error -----*/
.formWrap table .error .errortxt {
  display: block;
}
.formWrap table .error input[type="text"], .formWrap table .error input[type="tel"], .formWrap table .error input[type="email"], .formWrap table .error select, .formWrap table .error input[type="radio"], .formWrap table .error input[type="checkbox"], .formWrap table input.error-input, .formWrap table select.error-input {
  background: #FFD9D9 !important;
  border: solid 1px #FFA8A8;
}
/*----- confirm -----*/
.formWrap form.form--confirm tbody {
  border-bottom: solid 1px #000;
  display: block;
}
.formWrap form.form--confirm table tr {
  padding: 1.5em 0 1.4em;
  border-top: solid 1px #000;
  margin: 0;
}
.formWrap form.form--confirm .confirm-btn {
  width: 380px;
}
.formWrap form.form--confirm .back-btn {
  width: 380px;
  position: relative;
}
.formWrap form.form--confirm .back-btn a {
  display: block;
  color: #fff;
  font-size: 150%;
  font-weight: 500;
  text-align: center;
  background: linear-gradient(to right, rgba(181, 112, 255, 1) 20%, rgba(247, 116, 241, 1) 50%, rgba(65, 113, 239, 1) 80%, rgba(65, 113, 239, 1) 80%);
  border-radius: 100px;
  width: 100%;
  margin: auto;
  transition: all .2s;
  line-height: 2.5em;
}
.formWrap form.form--confirm .back-btn a:hover {
  opacity: .7;
}
.formWrap form.form--confirm .back-btn::before {
  content: '';
  width: 2.2625em;
  height: 2.2625em;
  position: absolute;
  left: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/arrow--back.webp") no-repeat center;
  background-size: contain;
  pointer-events: none;
  z-index: 5;
}
/**/
.formWrap .form_thanksWrap .thanks_title {
  text-align: center;
  font-size: 137.5%;
  font-weight: 500;
  border-bottom: solid 1px #000;
  margin: 0 0 1.5em;
  padding: 0 0 1.5em;
}
.formWrap .form_thanksWrap .thanks_text {
  text-align: center;
  margin: 0 0 2em;
  line-height: 2.3;
}
.formWrap .form_thanksWrap .thanks_back {
  text-align: center;
  margin: 0 0 5em;
}
.formWrap .form_thanksWrap .thanks_back a {
  border-bottom: solid 1px #000;
  font-size: 137.5%;
  font-weight: 500;
}
.btn_panf {
  max-width: 500px;
  margin: auto;
  text-align: center;
  letter-spacing: 0;
}
.btn_panf a {
  display: block;
  color: #fff;
  font-size: 150%;
  font-weight: 500;
  background: linear-gradient(to right, rgba(181, 112, 255, 1) 20%, rgba(247, 116, 241, 1) 50%, rgba(65, 113, 239, 1) 80%, rgba(65, 113, 239, 1) 80%);
  border-radius: 100px;
  position: relative;
  transition: all .2s;
  line-height: 2.5em;
}
.btn_panf a:hover {
  opacity: .7;
}
.btn_panf a::before {
  content: '';
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  right: .6em;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/arrow.webp") no-repeat center;
  background-size: contain;
  pointer-events: none;
  z-index: 5;
}
.cnf_word {
  word-break: break-all;
}
/*--------------------*/
.parts_fLinks {
  margin: 0 0 6em;
}
.parts_fLinks .btnWrap {
  border-top: solid 1px #CACACA;
  max-width: 1190px;
  width: 98%;
  margin: 4em auto;
  display: flex;
  justify-content: center;
  padding: 4em 0 0;
  gap: 0 2em;
}
.parts_fLinks .btnWrap.none {
  border: none;
  padding: 0;
}
.parts_fLinks .btnWrap .pageNavBtn {
  width: 450px;
  text-align: center;
  border-radius: 3em;
  transition: all .2s;
  line-height: 1.2;
}
.parts_fLinks .btnWrap .pageNavBtn:hover {
  filter: contrast(125%);
}
body#page_aboutus .parts_fLinks .btnWrap .pageNavBtn {
  background: linear-gradient(45deg, rgba(160, 91, 255, 1) 14%, rgba(103, 221, 254, 1) 90%);
}
body#page_work .parts_fLinks .btnWrap .pageNavBtn {
  background: linear-gradient(to right, rgba(0, 172, 210, 1) 0%, rgba(198, 242, 115, 1) 100%);
}
body#page_career .parts_fLinks .btnWrap .pageNavBtn {
  background: linear-gradient(to left, rgba(78, 240, 194, 1) 10%, rgba(82, 141, 249, 1) 97%);
}
body#page_support .parts_fLinks .btnWrap .pageNavBtn {
  background: linear-gradient(to right, rgba(255, 223, 93, 1) 6%, rgba(58, 219, 231, 1) 99%);
}
body#page_service .parts_fLinks .btnWrap .pageNavBtn {
  background: linear-gradient(45deg, rgba(160, 91, 255, 1) 14%, rgba(103, 221, 254, 1) 90%);
}
.parts_fLinks .btnWrap .pageNavBtn a {
  display: block;
  color: #fff;
  font-size: 175%;
  font-weight: 500;
  padding: .5em 0;
}
.parts_fLinks .btn_grad {
  background: url(../img/btn_grad.webp) no-repeat center;
  background-size: cover;
  max-width: min(98%, 1320px);
  margin: auto;
  text-align: center;
  border-radius: .6em;
  transition: all .3s;
}
.parts_fLinks .btn_grad:hover {
  opacity: .8;
}
.parts_fLinks .btn_grad a {
  display: block;
  color: #fff;
  font-size: 225%;
  padding: 1em 0;
}
.parts_fLinks .btn_grad a span {
  display: inline-block;
}
.parts_fLinks .btn_grad a span::before {
  content: '>';
}
.parts_fLinks .btn_grad a span::after {
  content: '<';
}
.parts_fLinks .recruit_linkBox {
  margin: 4em 0 0;
}
.parts_fLinks .recruit_linkBox .link_title {
  text-align: center;
  font-size: 125%;
  letter-spacing: .1em;
  margin: 0 0 1em;
}
.list_recruitLinks {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 2%;
  max-width: 650px;
  margin: auto;
}
.list_recruitLinks > li {
  width: 49%;
  border-radius: 1em;
  overflow: hidden;
  transition: all .6s;
  background: linear-gradient(to right, rgba(65, 113, 239, 1) 10%, rgba(65, 113, 239, 1) 10%, rgba(247, 116, 241, 1) 25%, rgba(181, 112, 255, 1) 40%, rgba(181, 112, 255, 1) 60%, rgba(247, 116, 241, 1) 75%, rgba(65, 113, 239, 1) 90%);
  background-size: 200% 100%;
}
.list_recruitLinks > li:hover {
  opacity: .7;
}
.list_recruitLinks > li a {
  display: block;
  background: url("../img/arrow.svg") no-repeat;
  background-size: 2.3em;
  background-position: right 1em center;
  font-size: 112.5%;
  color: #fff;
  padding: 1em;
}
.clipPath {
  clip-path: ellipse(2400px 100% at 50% 0%);
}
/* ====== 
page-name #aboutus
======*/
.block_aboutus .area_mainTitle {
  background-image: url(../img/aboutus/main_bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 11.8em 0 6.4em;
}
.block_aboutus .area_mainTitle.type--ict {
  background-image: url(../img/aboutus/ict_main_bg.webp);
}
.area_mainTitle .main_lead {
  text-align: center;
  margin: 2em 0 0;
  line-height: 2.5;
  letter-spacing: .1em;
}
.area_mainTitle .main_lead p + p {
  margin: 2.6em 0 0;
}
.block_aboutus .area_message .messageBox {
  position: relative;
  overflow: hidden;
  margin: 14em 0 0;
}
.block_aboutus .area_message .messageImage {
  position: relative;
  overflow: hidden;
  width: 96.76%;
  max-width: 1762px;
}
@media all and (min-width:1762px) {
  .block_aboutus .area_message .messageImage {
    margin: auto;
  }
}
.block_aboutus .area_message .messageImage img {
  vertical-align: top;
}
.block_aboutus .area_message .messageBox .inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
}
.block_aboutus .area_message .message_title {
  line-height: 1.6;
  margin: 0 0 1.2em;
}
.block_aboutus .area_message .message_title .en {
  font-size: 125%;
  font-weight: 700;
  margin: 0 0 .3em;
}
.block_aboutus .area_message .message_title .jp {
  font-size: 238.75%;
  font-weight: 500;
}
.block_aboutus .area_message .message_title .jp span {
  display: inline-block;
  background: #fff;
  padding: 0 .4em;
  line-height: 1.4;
}
.block_aboutus .area_message .message_name span.position {
  display: block;
}
.block_aboutus .area_message .message_name span.name {
  display: block;
  font-size: 125%;
}
.block_aboutus .area_message .interviewSection {
  overflow: hidden;
  margin: 5% 0 0;
}
.block_aboutus .area_message .interviewSection .interviewFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.block_aboutus .area_message .interviewSection .interviewFlex .imgBox img {
  vertical-align: top;
}
.block_aboutus .area_message .interviewSection .interviewFlex .textBox {
  line-height: 3.1;
  letter-spacing: .1em;
}
.block_aboutus .area_message .interviewSection .section02.interviewFlex {
  flex-direction: row-reverse;
}
.block_aboutus .area_message .interviewSection .section01 .imgBox {
  width: 40.191%;
  margin: 0 2.7% 0 0;
}
.block_aboutus .area_message .interviewSection .section01 .textBox {
  width: 50%;
  margin: 0 0 0 5%;
}
.block_aboutus .area_message .interviewSection .section02 {
  margin: -1% 0 0;
}
.block_aboutus .area_message .interviewSection .section02 .imgBox {
  width: 46%;
}
.block_aboutus .area_message .interviewSection .section02 .textBox {
  width: 48%;
}
.block_aboutus .area_message .interviewSection .section04.interviewFlex {
  flex-direction: row-reverse;
}
.block_aboutus .area_message .interviewSection .section03 .imgBox {
  width: 45.5%;
}
.block_aboutus .area_message .interviewSection .section03 .textBox {
  width: 50.5%;
  margin: 0 0 0 4%;
}
.block_aboutus .area_message .interviewSection .section04 .imgBox {
  width: 40.191%;
  margin: 0 0 0 4.5%;
}
.block_aboutus .area_message .interviewSection .section04 .textBox {
  width: 53%;
  margin: 0 1% 0 0;
}
.block_aboutus .area_message .interviewSection .section05 {
  margin: 4% 0 0;
}
.block_aboutus .area_message .interviewSection .section05 .btn_omoi {
  margin: 5% auto 0;
}
.block_aboutus .area_message .interviewSection .textBoxCenter {
  text-align: center;
  line-height: 3.1;
  letter-spacing: .1em;
}
/*anime*/
.block_aboutus .area_message .messageBox.js--scroll .messageImage {
  transform: translateX(-100%);
  transition: all 1.2s;
}
.block_aboutus .area_message .messageBox.js--scroll.scroll--start .messageImage {
  transform: translateX(0);
}
.block_aboutus .area_message .messageBox.js--scroll .messageImage img {
  transform: translateX(100%);
  transition: all 1.2s;
}
.block_aboutus .area_message .messageBox.js--scroll.scroll--start .messageImage img {
  transform: translateX(0);
}
.block_aboutus .area_message .messageBox.js--scroll .textBox {
  opacity: 0;
  transform: translateX(-10%);
  transition: all 1s ease .2s;
}
.block_aboutus .area_message .messageBox.js--scroll.scroll--start .textBox {
  opacity: 1;
  transform: translateX(0);
}
.block_aboutus .area_message .interviewSection .js--scroll .maru {
  clip-path: circle(0% at 50% 50%);
  transition: all 1s ease .2s;
}
.block_aboutus .area_message .interviewSection .js--scroll.scroll--start .maru {
  clip-path: circle(50% at 50% 50%);
}
.block_aboutus .area_message .interviewSection .js--scroll .hidari {
  transform: translateX(-100%);
  transition: all 1s ease .2s;
  overflow: hidden;
}
.block_aboutus .area_message .interviewSection .js--scroll .hidari img {
  transform: translateX(100%);
  transition: all 1s ease .2s;
}
.block_aboutus .area_message .interviewSection .js--scroll .migi {
  transform: translateX(100%);
  transition: all 1s ease .2s;
  overflow: hidden;
}
.block_aboutus .area_message .interviewSection .js--scroll .migi img {
  transform: translateX(-100%);
  transition: all 1s ease .2s;
}
.block_aboutus .area_message .interviewSection .js--scroll.scroll--start .hidari, .block_aboutus .area_message .interviewSection .js--scroll.scroll--start .migi, .block_aboutus .area_message .interviewSection .js--scroll.scroll--start .hidari img, .block_aboutus .area_message .interviewSection .js--scroll.scroll--start .migi img {
  transform: translateX(0);
}
/*----------*/
.block_aboutus .ict_mapWrap {
  background: url(../img/aboutus/ict_map.webp) no-repeat center top;
  background-size: 50% auto;
  max-width: 1240px;
  margin: -72px auto 0;
  padding: min(50.6%, 600px) 0 0;
  transform: translateX(-70px);
  position: relative;
}
.block_aboutus .ict_mapWrap .list_ictMap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.list_ictMap > li {
  position: absolute;
  width: 10%;
  height: 0;
  padding: 10% 0 0;
  background: linear-gradient(90deg, rgba(160, 91, 255, 1) 10%, rgba(103, 221, 254, 1) 90%);
  border-radius: 50%;
  overflow: hidden;
  transition: filter .4s;
  font-size: min(1.5vw, 100%);
}
.list_ictMap > li:hover {
  filter: brightness(1.2);
}
.list_ictMap > li:nth-child(1) {
  right: 15.4%;
  top: 29.6%;
}
.list_ictMap > li:nth-child(2) {
  right: 7.1%;
  top: 47%;
}
.list_ictMap > li:nth-child(3) {
  right: 10.3%;
  top: 72%;
}
.list_ictMap > li:nth-child(4) {
  right: 18.7%;
  top: 55%;
}
.list_ictMap > li:nth-child(5) {
  right: 22%;
  top: 80%;
}
.list_ictMap > li:nth-child(6) {
  right: 34.2%;
  top: 80%;
}
.list_ictMap > li:nth-child(7) {
  left: 27.3%;
  top: 27%;
}
.list_ictMap > li:nth-child(8) {
  left: 38.2%;
  top: 18.7%;
}
.list_ictMap > li:nth-child(9) {
  left: 19.5%;
  top: 44%;
}
.list_ictMap > li a {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 137.5%;
}
.list_ictMap > li a::before {
  content: '';
  width: .7em;
  height: .5em;
  background: url(../img/arrow_bottom.webp) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 3.5em;
  margin: auto;
  transition: all .4s;
}
.list_ictMap > li:hover a::before {
  transform: translateY(.3em);
}
.list_ictMap > li a span {
  display: block;
  width: 100%;
}
.list_flexAnchor {
  display: flex;
  justify-content: center;
  margin: 4.5em 0 0;
}
.list_flexAnchor > li {
  padding: 0 3em;
  position: relative;
}
.list_flexAnchor > li + li::before {
  content: '';
  width: 1px;
  height: 2em;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.list_flexAnchor > li a {
  display: inline-block;
  position: relative;
  font-size: min(1.8vw, 112.5%);
  font-weight: 500;
  border-bottom: solid 1px #000;
  line-height: 1.5;
}
.list_flexAnchor > li a::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(160, 91, 255, 1) 10%, rgba(103, 221, 254, 1) 90%);
  transition: all .4s;
}
.list_flexAnchor > li a:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
/**/
.block_aboutus .area_station {
  margin: 8em 0 0;
  overflow: hidden;
}
.block_aboutus .area_station .stationFlex {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 4em auto 0;
}
.block_aboutus .area_station .stationFlex .flexImage {
  width: 53.9%;
  border-radius: 1em;
  overflow: hidden;
}
.block_aboutus .area_station .stationFlex .flexImage img {
  vertical-align: top;
}
.block_aboutus .area_station .stationFlex .flexText {
  width: 41.818%;
  letter-spacing: .1em;
}
.block_aboutus .area_station .stationFlex .flexText .name {
  font-size: 137.5%;
  font-weight: 500;
  margin: 1em 0 .6em;
}
.iconBase {
  line-height: 1.5;
  padding: 0 0 0 1.5em;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 1em auto;
}
.iconBase + .iconBase {
  margin: 1.5em 0 0;
}
.iconBase.icon--map {
  background-image: url(../img/icon_map.svg);
}
.iconBase.icon--train {
  background-image: url(../img/icon_train.svg);
}
.iconBase a {
  color: #0059F1;
  border-bottom: solid 1px #0059F1;
  transition: all .2s;
}
.iconBase a:hover {
  opacity: .7;
}
.block_aboutus .area_station .stationSet {
  position: relative;
}
.block_aboutus .area_station .stationSet + .stationSet {
  margin: 7em 0 0;
  padding: 7em 0 0;
}
.block_aboutus .area_station .stationSet + .stationSet::before {
  content: '';
  width: min(98%, 1190px);
  height: 1px;
  background: #CACACA;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.block_aboutus .area_station .info {
  margin: 2em 0 0;
}
.block_aboutus .area_station .info .obi {
  font-size: 87.5%;
  color: #fff;
}
.block_aboutus .area_station .info .obi span {
  display: inline-block;
  background: #0059F1;
  padding: 0 1.5em;
  position: relative;
}
.block_aboutus .area_station .info .obi span::before {
  content: '';
  width: 1.5em;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.block_aboutus .area_station .info .obi span::after {
  content: '';
  width: 1.5em;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.block_aboutus .area_station .info .tel {
  line-height: 1.4;
  margin: .8em 0 0;
}
.block_aboutus .area_station .title_borderAtt {
  text-align: center;
  font-size: 75%;
  margin: 2em 0 0;
}
.block_aboutus .area_station .stationSection {
  padding: 5em 0 0;
  position: relative;
}
.block_aboutus .area_station .stationSection + .stationSection {
  margin: 5em 0 0;
  border-top: solid 1px #CACACA;
}
.block_aboutus .area_station .stationSection .section_title {
  font-size: 137.5%;
  font-weight: 500;
  max-width: 1190px;
  margin: 0 auto .3em;
  letter-spacing: .2em;
}
.list_stationDetail {
  display: flex;
  flex-wrap: wrap;
  max-width: 1190px;
  margin: auto;
}
.list_stationDetail > li {
  width: 33.333%;
  box-sizing: border-box;
  padding: 1.2em 2em 5.5em;
  position: relative;
  border-left: solid 1px #CACACA;
}
.list_stationDetail > li:nth-child(3n + 1), .list_stationDetail > li.none + li.none {
  border-left: none;
}
.list_stationDetail > li:nth-child(n + 4) {
  border-top: solid 1px #CACACA;
}
.list_stationDetail > li .station_name {
  font-size: 125%;
  color: #0059F1;
  line-height: 1.5;
  margin: 0 0 .5em;
}
.list_stationDetail.list--center {
  justify-content: center;
}
.list_stationDetail.list--center > li {
  width: 50%;
  padding: 2em;
}
.list_stationDetail.list--center > li:nth-child(3n + 1) {
  border-left: solid 1px #CACACA;
}
.list_stationDetail.list--center > li:nth-child(2n + 1) {
  border-left: none;
}
.list_stationDetail.list--center > li:nth-child(n + 3) {
  border-top: solid 1px #CACACA;
}
.list_stationDetail.list--center > li .station_name {
  text-align: center;
  margin: 0 0 1.5em;
}
.list_stationDetail > li .station_name span {
  display: inline-block;
  vertical-align: middle;
  font-size: 70%;
  margin: 0 0 .1em 1em;
  color: #fff;
  background: #0059F1;
  line-height: 1;
  padding: .2em;
}
.list_stationDetail > li .info {
  position: absolute;
  left: 2em;
  bottom: 1.5em;
  margin: 0;
}
.list_stationDetail .iconBaseFlex {
  display: flex;
  justify-content: space-between;
}
.list_stationDetail .iconBaseFlex .flexLeft {
  width: 50%;
}
.list_stationDetail .iconBaseFlex .flexRight {
  width: 50%;
  position: relative;
  padding: 0 0 5.5em;
}
@media all and (max-width:1240px) {
  .block_aboutus .area_message {
    font-size: 1.27vw;
  }
}
/* ================== 
page-name #work
==================*/
.block_work .area_mainTitle {
  background-image: url(../img/work/medical_bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 11.8em 0 13.4em;
}
.block_work .area_mainTitle.type--ict {
  background-image: url(../img/work/ict_bg.webp);
}
.block_work .area_mainTitle .main_lead {
  line-height: 3.5;
  margin: 5.5em 0 0;
}
.block_work .area_flow {
  padding: 5.5em 0 10em;
  overflow: hidden;
  margin: 0 0 -8em;
}
.list_workFlow > li {
  position: relative;
  padding: 4em 0 0;
}
.list_workFlow > li.center {
  text-align: center;
  padding: 10em 0;
}
.list_workFlow > li .flowFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 98%;
  margin: auto;
}
.list_workFlow > li .flowFlex .flexText {
  width: 50%;
}
.list_workFlow > li .flexText .flow_title {
  font-size: 156.25%;
  font-weight: 500;
}
.list_workFlow > li .flexText .flow_title span {
  display: inline-block;
  padding: 0 0 0 1em;
  background: url("../img/arrow_right.webp") no-repeat;
  background-size: .5em auto;
  background-repeat: no-repeat;
  background-position: left center;
}
.list_workFlow > li .flexText .flow_category {
  font-size: 87.5%;
  color: #fff;
  line-height: 1.8;
}
.list_workFlow > li .flexText .flow_category span {
  display: inline-block;
  background: linear-gradient(to right, rgba(0, 159, 168, 0) 0%, rgba(0, 159, 168, 0.8) 20%, rgba(0, 159, 168, 1) 50%, rgba(0, 159, 168, 0.8) 80%, rgba(0, 159, 168, 0) 100%);
  width: 15em;
  text-align: center;
  position: relative;
}
.list_workFlow > li .flexText .flow_text {
  font-size: 87.5%;
  margin: 1.5em 0 0;
}
.list_workFlow > li .flexText .imageBox {
  overflow: hidden;
  pointer-events: none;
  mask-image: url(../img/mask01.webp);
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
}
.list_workFlow > li .flexText .imageBox img {
  vertical-align: top;
}
.list_workFlow > li .flexPoint {
  width: 45.833%;
  margin: 0 1% 0 0;
}
.list_workFlow > li .flexPoint .flow_pointWrap {
  border-radius: 20em;
  text-align: center;
  background: linear-gradient(to left, rgba(226, 249, 185, 1) 0%, rgba(128, 213, 233, 1) 100%);
  padding: 2.5em 0 4.5em;
  margin: 1em 0 0;
}
.list_workFlow > li .flexPoint .point_title {
  font-size: 150%;
  color: #fff;
  letter-spacing: .2em;
  margin: 0 0 .5em;
}
.list_workFlow > li .flexPoint .point_text {
  font-size: 87.5%;
  line-height: 2.143;
  letter-spacing: .05em;
}
/**/
.list_workFlow > li.reverse .flowFlex {
  flex-direction: row-reverse;
}
.list_workFlow > li.reverse .flowFlex .flexText {
  text-align: right;
}
.list_workFlow > li.reverse .flexPoint {
  margin: 0 0 0 1%;
}
.list_workFlow > li.reverse .flexPoint .flow_pointWrap {
  background: linear-gradient(to right, rgba(226, 249, 185, 1) 0%, rgba(128, 213, 233, 1) 100%);
}
.list_workFlow > li.reverse .flexText .imageBox {
  mask-image: url(../img/mask02.webp);
}
.block_work .area_flow .flow_detailBox {
  max-width: 1240px;
  border-radius: 4em;
  margin: 7em auto 0;
  background: linear-gradient(to left, rgba(226, 249, 185, 1) 0%, rgba(128, 213, 233, 1) 100%);
}
.block_work .area_flow .flow_detailBox .detailBox_inner {
  display: flex;
  justify-content: space-between;
  padding: 4.3em;
}
.block_work .area_flow .flow_detailBox .detailBoxLeft {
  width: calc(100% - 570px);
}
.block_work .area_flow .flow_detailBox .detailBox_title {
  font-size: 156.25%;
  font-weight: 500;
}
.block_work .area_flow .flow_detailBox .detailBox_title span {
  display: inline-block;
  padding: 0 0 0 1em;
  background: url(../img/arrow_right--on.webp) no-repeat;
  background-size: .5em auto;
  background-repeat: no-repeat;
  background-position: left center;
}
.block_work .area_flow .flow_detailBox .detailBox_text {
  font-size: 87.5%;
  line-height: 1.86;
  letter-spacing: .12em;
}
.block_work .area_flow .dl_detailBox {
  margin: 1.5em 0 0;
}
.dl_detailBox dt {
  letter-spacing: .2em;
  text-align: center;
  color: #fff;
  background: linear-gradient(to right, rgba(0, 159, 168, 0) 0%, rgba(0, 159, 168, 0.8) 20%, rgba(0, 159, 168, 1) 50%, rgba(0, 159, 168, 0.8) 80%, rgba(0, 159, 168, 0) 100%);
  margin: 0 0 1em;
}
.block_work .area_flow .flow_detailBox .detailBoxRight {
  width: 522px;
}
.block_work .area_flow .flow_detailBox.js--scroll {
  opacity: 0;
  transform: translateY(2em);
  transition: all 1.2s;
}
.block_work .area_flow .flow_detailBox.js--scroll.scroll--start {
  opacity: 1;
  transform: translateY(0);
}
/*-----*/
.list_workFlow li.js--scroll .titleBox {
  opacity: 0;
  transform: translateX(2em);
  transition: all .6s ease .1s;
}
.list_workFlow li.reverse.js--scroll .titleBox {
  transform: translateX(-2em);
}
.list_workFlow li.center.js--scroll .titleBox {
  transform: translateY(2em);
}
.list_workFlow li.js--scroll.scroll--start .titleBox {
  opacity: 1;
  transform: translateX(0) !important;
}
.list_workFlow li.js--scroll .imageBox {
  opacity: 0;
  transform: translateY(2em);
  transition: all .6s ease .1s;
}
.list_workFlow li.js--scroll.scroll--start .imageBox {
  opacity: 1;
  transform: translateY(0);
}
.list_workFlow li.js--scroll .flexPoint {
  clip-path: circle(0% at 50% 50%);
  transition: all 1s ease-out .5s;
}
.list_workFlow li.js--scroll.scroll--start .flexPoint {
  clip-path: circle(100% at 50% 50%);
}
@media all and (max-width:1024px) {
  .list_workFlow > li .flowFlex {
    font-size: 1.3vw;
  }
  .block_work .area_flow .flow_detailBox {
    width: 96%;
    margin: 5em auto 0;
  }
  .block_work .area_flow .flow_detailBox .detailBox_inner {
    display: block;
    padding: 3em;
  }
  .block_work .area_flow .flow_detailBox .detailBoxLeft {
    width: 100%;
  }
  .block_work .area_flow .flow_detailBox .detailBoxRight {
    width: 70%;
    margin: 5% auto 0;
  }
}
/*-------------------*/
.block_work .area_attemptStation {
  padding: 8em 0 0;
  overflow: hidden;
}
.block_work .list_workSet {
  margin: 4.4em 0 0;
}
.list_workSet > li {
  display: flex;
  max-width: min(98%, 1240px);
  overflow: hidden;
  margin: auto;
  border-radius: 3.5em;
}
.list_workSet > li + li {
  margin: 5em auto 0;
}
.list_workSet > li.reverse {
  flex-direction: row-reverse;
}
.list_workSet > li .work_image {
  position: relative;
  overflow: hidden;
  width: 44.14%;
}
.list_workSet > li .work_image img {
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list_workSet > li .work_text {
  background: linear-gradient(to right, rgba(0, 172, 210, .5) 0%, rgba(198, 242, 115, .5) 100%);
  width: 55.86%;
  box-sizing: border-box;
  padding: 3.5em;
  font-size: min(1.3vw, 100%);
}
.list_workSet > li .work_text .title_textBox {
  letter-spacing: .12em;
}
.list_workSet > li .work_text .title_textBox p + p {
  margin: 2em 0 0;
}
.block_work .area_attemptCompany {
  padding: 15em 0 0;
  position: relative;
  overflow: hidden;
}
/**/
.block_work .area_all {
  background: linear-gradient(to right, rgba(204, 238, 246, 1) 0%, rgba(243, 252, 227, 1) 100%);
  clip-path: ellipse(150% 100% at 50% 100%);
  padding: 8.5em 0 0;
  margin: 10em 0 0;
}
.block_work .area_all .all_title {
  text-align: center;
  font-size: 250%;
  font-weight: 500;
  margin: 0 0 2.4em;
}
.block_work .area_all .all_lead {
  text-align: center;
  line-height: 3.3475;
  margin: 0 0 11em;
}
.block_work .area_all .all_img01 {
  width: min(96%, 823px);
  margin: 0 auto 2em;
}
.block_work .area_all .all_img02 {
  width: min(14%, 174px);
  margin: auto;
}
.block_work .area_all .all_img03 {
  width: min(98%, 1227px);
  margin: -8% auto 0;
  position: relative;
}
.block_work .area_all .all_img03 img {
  vertical-align: top;
}
.block_work .area_all .all_img03::before {
  content: '地域、会社を含めたステーション連携で解決';
  position: absolute;
  z-index: 5;
  width: 100%;
  left: 0;
  bottom: 15%;
  text-align: center;
  font-size: 112.5%;
  font-weight: 500;
}
/*
.block_work .area_all .all_img03 span {
  display: block;
  position: relative;
}
.block_work .area_all .all_img03 span::before {
  content: '';
  width: 199px;
  height: 62px;
  position: absolute;
  left: 0;
  right: 0;
  top: 350px;
  margin: auto;
  background: url(../img/work/fukidashi01.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.block_work .area_all .all_img03::before {
  content: '';
  width: 63.414%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 1em;
  right: 0;
  pointer-events: none;
  background: url("../img/work/all_img03.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform-origin: center;
  z-index: 3;
}
.block_work .area_all .all_img03::after {
  content: '';
  width: 405px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  background: url("../img/work/all_img04.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform-origin: center;
  z-index: 5;
}
*/
.block_work .area_all .all_text {
  text-align: center;
}
/* ================== 
page-name #people
==================*/
.block_people .area_mainTitle {
  background: linear-gradient(to left, rgba(255, 206, 101, .2) 0%, rgba(250, 117, 185, .2) 100%);
  padding: 11.8em 0;
  margin: 0 0 8em;
}
.block_people .area_mainTitle .inner {
  max-width: 1240px;
}
.list_peopleSummary {
  display: flex;
  flex-wrap: wrap;
  gap: 2em 20px;
  max-width: 1180px;
  margin: auto;
}
@media all and (max-width:1250px) {
  .list_peopleSummary {
    max-width: 880px;
  }
}
@media all and (max-width:940px) {
  .list_peopleSummary {
    max-width: 580px;
  }
}
.list_peopleSummary > li {
  width: 280px;
  background: #fff;
  overflow: hidden;
  border-radius: 2em;
  box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, .05);
}
.block_people .area_mainTitle .list_peopleSummary {
  margin: 5em auto 0;
}
.list_peopleSummary > li .people_thumbnail {
  overflow: hidden;
}
.list_peopleSummary > li .people_thumbnail img {
  vertical-align: top;
  transition: transform .4s;
}
.list_peopleSummary > li a:hover .people_thumbnail img {
  transform: scale(1.1);
}
.list_peopleSummary a {
  display: block;
}
.list_peopleSummary .people_en {
  font-size: 75%;
  margin: 0 0 .2em 0;
}
.list_peopleSummary .people_en span {
  display: inline-block;
  background: linear-gradient(to right, rgba(250, 117, 185, 1) 8%, rgba(250, 117, 185, 1) 8%, rgba(255, 206, 101, 1) 82%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.list_peopleSummary .people_title {
  font-weight: 500;
  line-height: 1.5;
  min-height: 4.5em;
  margin: 0 0 .5em;
}
.list_peopleSummary .people_info {
  font-size: 75%;
}
.list_peopleSummary .textBox {
  padding: 1em;
}
/**/
.block_people .area_peopleTop {
  position: relative;
  overflow: hidden;
}
.block_people .area_peopleTop .people_mainImage img {
  vertical-align: top;
}
.block_people .area_peopleTop .textBox {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 12.5em;
  width: min(98%, 1160px);
  margin: auto;
}
.block_people .area_peopleTop .textBox.var--right {
  text-align: right
}
.block_people .area_peopleTop .textBox.var--right > div {
  display: inline-block;
  text-align: left;
}
.block_people .area_peopleTop .textBox .en {
  font-size: 131.25%;
  letter-spacing: .2em;
  margin: 0 0 .4em;
}
.block_people .area_peopleTop .textBox .en span {
  display: inline-block;
  background: linear-gradient(to right, rgba(250, 117, 185, 1) 8%, rgba(250, 117, 185, 1) 8%, rgba(255, 206, 101, 1) 82%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.block_people .area_peopleTop .textBox .title {
  font-size: 250%;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: .1em;
}
.block_people .area_peopleTop .textBox .title span.bg {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 0em .3em;
}
.block_people .area_peopleTop .textBox .title span.bg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background: #fff;
  transition: all .6s .1s;
}
.block_people .area_peopleTop .textBox .title span.bg span {
  display: block;
  position: relative;
  z-index: 5;
  transform: translateY(100%);
  transition: all .6s ease .7s;
}
body.page--open .block_people .area_peopleTop .textBox .title span.bg::before {
  transform: translateX(0);
}
body.page--open .block_people .area_peopleTop .textBox .title span.bg span {
  transform: translateY(0);
}
.block_people .area_peopleTop .textBox .info {
  font-size: 112.5%;
  color: #fff;
  font-weight: 500;
  letter-spacing: .1em;
  margin: .5em 0 0;
}
.block_people .area_interview .interview_profile {
  width: 96%;
  max-width: 900px;
  margin: 6em auto 7em;
  background: linear-gradient(to left, rgba(255, 206, 101, .2) 0%, rgba(250, 117, 185, .2) 100%);
  border-radius: 2em;
  box-sizing: border-box;
  padding: 2em 3em 2.5em;
  font-size: 87.5%;
}
.block_people .area_interview .interview_profile .en {
  font-weight: 700;
  letter-spacing: .2em;
  margin: 0 0 1em;
}
.dl_interview {
  margin: 0 auto 6.5em;
}
.dl_interview.js--scroll {
  position: relative;
  padding: 6.5em 0 0;
}
.dl_interview dt {
  color: #F4897F;
  font-size: 125%;
  font-weight: 500;
  margin: 0 auto 1.5em;
  padding: 0 0 0 2em;
  position: relative;
  letter-spacing: .05em;
  max-width: 900px;
  width: 96%;
  box-sizing: border-box;
}
.dl_interview dt::before {
  content: '';
  width: 1.5em;
  height: 1px;
  background: #F4897F;
  position: absolute;
  left: 0;
  top: 1em;
  margin: auto;
}
.dl_interview dd {
  line-height: 2.25;
  max-width: 900px;
  width: 96%;
  margin: auto;
}
.dl_interview .section_line {
  padding: 59% 0 0;
  top: -50%;
}
.dl_interview dd p + p {
  margin: 2.2em 0 0;
}
.block_people .area_interview {
  overflow: hidden;
}
.block_people .area_interview .interview_imageWrap {
  overflow: hidden;
  max-width: 1366px;
  margin: auto;
}
.block_people .area_interview .interview_imageWrap .imageBig {
  width: 63.030%;
  position: relative;
}
.block_people .area_interview .interview_imageWrap.type01 .imageBig {
  margin: 0 0 0 auto;
}
.block_people .area_interview .interview_imageWrap .imageBig img {
  vertical-align: top;
  position: relative;
  z-index: 5;
}
.block_people .area_interview .interview_imageWrap.type01 .imageBig span {
  border-top-left-radius: 6em;
  border-bottom-left-radius: 4em;
  display: block;
  overflow: hidden;
}
.block_people .area_interview .interview_imageWrap.type01 .imageBig::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: calc(100% + 1em);
  height: calc(100% - 1em);
  left: -.8em;
  top: 2em;
  background: linear-gradient(to right, rgba(255, 206, 101, 1) 8%, rgba(255, 206, 101, 1) 8%, rgba(250, 117, 185, 1) 82%);
  pointer-events: none;
  border-top-left-radius: 5em;
  border-bottom-left-radius: 5em;
}
.block_people .area_interview .interview_imageWrap.type02 .imageBig span {
  border-top-right-radius: 6em;
  border-bottom-right-radius: 4em;
  display: block;
  overflow: hidden;
}
.block_people .area_interview .interview_imageWrap.type02 .imageBig::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: calc(100% + 1em);
  height: calc(100% - 1em);
  left: 0;
  top: 2em;
  background: linear-gradient(to left, rgba(255, 206, 101, 1) 8%, rgba(255, 206, 101, 1) 8%, rgba(250, 117, 185, 1) 82%);
  pointer-events: none;
  border-top-right-radius: 5em;
  border-bottom-right-radius: 5em;
}
.block_people .area_interview .interview_imageWrap .imageSmall {
  width: 28.99%;
  height: 0;
  padding: 28.99% 0 0;
  overflow: hidden;
  border-radius: 50%;
  margin: -12% auto 0;
  position: relative;
  right: 24%;
  z-index: 6;
}
.block_people .area_interview .interview_imageWrap .imageSmall img {
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block_people .area_interview .interview_imageWrap.type02 .imageSmall {
  right: auto;
  left: 24%;
}
/**/
.block_people .area_interview .interview_imageWrap.type01.js--scroll .imageBig, .block_people .area_interview .interview_imageWrap.type02.js--scroll .imageBig img {
  transition: transform 1.2s;
  transform: translateX(110%);
}
.block_people .area_interview .interview_imageWrap.js--scroll.scroll--start .imageBig, .block_people .area_interview .interview_imageWrap.js--scroll.scroll--start .imageBig img {
  transform: translateX(0) !important;
}
.block_people .area_interview .interview_imageWrap.type01.js--scroll .imageBig img, .block_people .area_interview .interview_imageWrap.type02.js--scroll .imageBig {
  transition: transform 1.2s;
  transform: translateX(-110%);
}
.block_people .area_interview .interview_imageWrap.js--scroll .imageSmall {
  clip-path: circle(0% at 50% 50%);
  transition: clip-path .5s ease .7s;
}
.block_people .area_interview .interview_imageWrap.js--scroll.scroll--start .imageSmall {
  clip-path: circle(50% at 50% 50%)
}
/**/
.block_people .area_interview .interview_last {
  clip-path: ellipse(2400px 100% at 50% 100%);
  overflow: hidden;
}
.block_people .area_interview .interview_last img {
  max-width: none;
  width: 100%;
  vertical-align: top;
}
.block_people .area_others {
  overflow: hidden;
  background: linear-gradient(to left, rgba(255, 206, 101, .2) 0%, rgba(250, 117, 185, .2) 100%);
  padding: 6em 0;
  margin: 0 0 7em;
}
.block_people .area_others .title_page {
  margin: 0 0 2em;
}
.block_people .area_others .swiper-slide {
  overflow: hidden;
  border-radius: 2em;
  background: #fff;
  transform: scale(.9);
  transform-origin: center;
  transition: transform .4s;
}
.block_people .area_others .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.block_people .area_others .swiper-slide .people_thumbnail {
  overflow: hidden;
}
.block_people .area_others .swiper-slide .people_thumbnail img {
  transition: all .4s;
  vertical-align: top;
}
.block_people .area_others .swiper-slide a:hover .people_thumbnail img {
  transform: scale(1.1);
}
.block_people .area_others .swiper-slide .textBox {
  padding: 1em;
}
.block_people .area_others .swiper-slide .people_en {
  font-size: 75%;
}
.block_people .area_others .swiper-slide .people_en span {
  display: inline-block;
  background: linear-gradient(to right, rgba(250, 117, 185, 1) 8%, rgba(250, 117, 185, 1) 8%, rgba(255, 206, 101, 1) 82%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.block_people .area_others .swiper-slide .people_title {
  font-size: 112.5%;
  font-weight: 500;
  line-height: 1.5;
  min-height: 4.5em;
  margin: 0 0 .5em;
}
.block_people .area_others .swiper-slide .people_info {
  font-size: 81.25%;
}
#js_peopeOthers {
  padding: 0 0 100px;
}
#js_peopeOthers .slide_info {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
}
#js_peopeOthers .slide_info .swiper-button-prev, #js_peopeOthers .slide_info .swiper-button-next {
  width: 2em;
  height: 2em;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .4s;
}
#js_peopeOthers .slide_info .swiper-button-prev {
  background-image: url(../img/slide_prev.svg);
  margin: auto;
  right: 0;
  left: 550px;
  bottom: auto;
  top: 0;
}
#js_peopeOthers .slide_info .swiper-button-next {
  background-image: url(../img/slide_next.svg);
  margin: auto;
  right: 0;
  left: 630px;
  bottom: auto;
  top: 0;
}
#js_peopeOthers .slide_info .swiper-button-prev:hover, #js_peopeOthers .slide_info .swiper-button-next:hover {
  transform: scale(1.1);
}
#js_peopeOthers .slide_info .swiper-button-prev::after, #js_peopeOthers .slide_info .swiper-button-next::after {
  display: none;
}
#js_peopeOthers .bar {
  position: relative;
  z-index: 10;
  width: 550px;
  height: 5px;
  background: #fff;
  border-radius: 10px;
  margin: .8em auto 0;
  overflow: hidden;
  transform: translateX(-35px);
}
#js_peopeOthers .bar span {
  display: inline-block;
  position: absolute;
  z-index: 11;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #F4897F;
  border-radius: 10px;
  transform: scaleX(0);
  transform-origin: left center;
  transition-timing-function: linear;
}
#js_peopeOthers .swiper-wrapper {
  position: relative;
}
#js_peopeOthers::before {
  content: '';
  width: 10em;
  height: 100%;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  pointer-events: none;
}
#js_peopeOthers {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media all and (max-width:1024px) {
  .block_people .area_peopleTop .textBox {
    font-size: 1.5vw;
  }
}
/* ================== 
page-name #career
================== */
.block_career {
  overflow: hidden;
}
.block_career .area_mainTitle {
  padding: 11.8em 0 11em;
  background: linear-gradient(to right, rgba(82, 141, 249, .2) 0%, rgba(78, 240, 194, .2) 89%);
}
.block_career .area_mainTitle .main_lead {
  line-height: 3.4375;
  margin: 4.4em 0 4.5em;
}
.block_career .area_mainTitle .career_tree {
  max-width: 784px;
  margin: 0 auto 3em;
}
.list_careerProgram {
  display: flex;
  justify-content: space-between;
  width: 98%;
  margin: auto;
}
.list_careerProgram > li {
  width: 32%;
  border-radius: 50%;
  position: relative;
  background: #fff;
  padding: 32% 0 0;
}
.list_careerProgram dl {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
}
.list_careerProgram dl dt {
  text-align: center;
  color: #5295F5;
  font-size: 150%;
  font-weight: 500;
  margin: 3em 0 .5em;
}
.list_careerProgram dl dd {
  width: 75%;
  margin: auto;
  font-size: 87.5%;
  line-height: 2.5;
  letter-spacing: .01em;
}
@media all and (max-width:1280px) {
  .list_careerProgram {
    font-size: 1.25vw;
  }
}
.block_career .area_ningyang {
  padding: 7.5em 0;
}
.block_career .career_title {
  font-size: 156.25%;
  font-weight: 500;
}
.block_career .career_title span {
  display: inline-block;
  padding: 0 0 0 .8em;
  background: url(../img/arrow_right3.webp) no-repeat;
  background-size: .5em auto;
  background-repeat: no-repeat;
  background-position: left center;
}
.block_career .ningyang_set {
  padding: 7em 0 0;
  position: relative;
}
.block_career .career_inner {
  max-width: 1120px;
  width: 96%;
  margin: auto;
}
.block_career .career_desc {
  font-size: 87.5%;
  line-height: 2.5;
  letter-spacing: .1em;
  margin: .5em 0 4em;
}
.block_career .ningyang_orientation {
  max-width: 1280px;
  width: 98%;
  margin: auto;
  border-radius: 4em;
  background: linear-gradient(to left, rgba(78, 240, 194, .6) 10%, rgba(82, 141, 249, .6) 97%);
  padding: 2em 0;
}
.block_career .ningyang_orientation .orientation_title {
  text-align: center;
  font-size: 175%;
  font-weight: 500;
  margin: 0 0 .8em;
}
.block_career .ningyang_orientation .orientation_start {
  background: #fff;
  text-align: center;
  color: #5295F5;
  font-size: 125%;
  font-weight: 500;
  width: 96%;
  max-width: 1152px;
  margin: 0 auto 1.5em;
  border-radius: 1.5em;
  padding: 1.1em 0;
  position: relative;
}
.block_career .ningyang_orientation .orientation_start::before {
  content: '';
  width: 1.2em;
  height: .75em;
  background: url(../img/arrow_bottom2.webp) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.1em;
  margin: auto;
}
.block_career .ningyang_orientation .orientationFlex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 96%;
  max-width: 1152px;
  margin: 0 auto 2em;
}
.block_career .ningyang_orientation .flexLeft {
  width: 61%;
}
.block_career .ningyang_orientation .flexRight {
  width: 38%;
  background: #fff;
  border-radius: 1.6em;
  display: flex;
  align-items: center;
}
.block_career .ningyang_orientation .orientationBox {
  background: #fff;
  border-radius: 1.6em;
  box-sizing: border-box;
  padding: 1.5em 2em 1.7em;
  position: relative;
}
.block_career .ningyang_orientation .orientationBox .list_disc {
  font-size: 100%;
}
.block_career .ningyang_orientation .orientationBox + .orientationBox {
  margin: 2em 0 0;
}
.block_career .ningyang_orientation .orientationBox + .orientationBox::before {
  content: '';
  width: 1.5em;
  height: 1em;
  background: url(../img/arrow_bottom2.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: -1.5em;
  left: 0;
  right: 0;
  margin: auto;
}
.block_career .ningyang_orientation .orientation_name {
  color: #5295F5;
  font-size: 125%;
  font-weight: 500;
  margin: 0 0 .3em;
}
.list_disc {
  list-style: disc;
  margin: 0 0 0 .5em;
  font-size: 137.5%;
  line-height: 1.6;
}
.list_disc.small {
  display: flex;
  flex-wrap: wrap;
}
.list_disc.small > li {
  margin: 0 2.5em 0 0;
}
.block_career .gradeFlex {
  display: flex;
  justify-content: space-between;
  max-width: 1152px;
  width: 96%;
  margin: auto;
}
@media all and (max-width:1024px) {
  .block_career .gradeFlex {
    font-size: 1.6vw;
  }
}
.block_career .gradeFlex + .gradeFlex {
  margin: 1.3em auto 0;
}
.block_career .gradeFlex .flexLeft {
  width: 49%;
}
.block_career .gradeFlex .flexRight {
  width: 49%;
}
.block_career .gradeFlex .gradeBox {
  background: linear-gradient(to left, rgba(78, 240, 194, .6) 10%, rgba(82, 141, 249, .6) 97%);
  border-radius: 3.5em;
  box-sizing: border-box;
  padding: 1.6em 3.8em;
}
.block_career .gradeFlex .gradeBox.long {
  padding: 1.6em 3.8em 3em;
}
.block_career .gradeFlex .gradeBox.long2 {
  padding: 3.35em 3.8em 3.35em;
}
.block_career .gradeFlex .gradeBox + .gradeBox {
  margin: 1.3em 0 0;
}
.block_career .gradeFlex .gradeBox .box_name {
  font-size: 162.5%;
  font-weight: 500;
}
.block_career .area_facility .facility_set {
  padding: 6em 0 0;
}
.list_facilityImage {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  width: 98%;
  margin: auto;
  gap: 2em 0;
}
.list_facilityImage > li {
  width: 31.364%;
  overflow: hidden;
  border-radius: 1em;
  position: relative;
  cursor: pointer;
}
.list_facilityImage > li::before {
  content: '';
  width: 2em;
  height: 2em;
  background: url("../img/icon_cross.svg") no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 10;
  right: .8em;
  top: .8em;
}
.list_facilityImage > li img {
  vertical-align: top;
  transition: all .4s;
}
.list_facilityImage > li:hover img {
  transform: scale(1.1);
}
/**/
.block_career .area_calendar {
  padding: 6.2em 0 0;
}
.block_career .area_calendar .calendar_set {
  padding: 4em 0;
  position: relative;
}
.block_career .area_calendar .calendar_set .section_line {
  top: -10em;
}
.block_career .area_calendar .calendar_set::before {
  content: '';
  background: #CACACA;
  position: absolute;
  width: 90%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.block_career .area_calendar .calendar_year {
  transition: margin .4s;
}
.block_career .area_calendar .calendar_accodion.active .calendar_year {
  margin: 0 0 4em;
}
.block_career .area_calendar .calendar_year span.num {
  display: inline-block;
  width: 270px;
  background: linear-gradient(to right, rgba(78, 240, 194, .5) 0%, rgba(82, 141, 249, .5) 100%);
  border-radius: 5em;
  font-size: 175%;
  font-weight: 500;
  line-height: 2.3;
  text-align: center;
}
.block_career .area_calendar .calendar_year span.follow {
  display: inline-block;
  font-size: 125%;
  margin: 0 0 0 1em;
}
.block_career .area_calendar .calendar_accodion {
  max-width: 1140px;
  width: 88%;
  margin: auto;
  position: relative;
}
.block_career .area_calendar .calendar_accodion .btn {
  content: '';
  width: 2.8em;
  height: 2.8em;
  box-sizing: border-box;
  background: #000;
  border-radius: 50%;
  position: absolute;
  z-index: 100;
  right: .7em;
  top: .6em;
  cursor: pointer;
  transition: all .4s;
  border: solid 1px #000;
}
.block_career .area_calendar .calendar_accodion .btn::before, .block_career .area_calendar .calendar_accodion .btn::after {
  content: '';
  width: 60%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: all .4s;
  transform-origin: center;
}
.block_career .area_calendar .calendar_accodion .btn::after {
  transform: rotateZ(90deg);
}
.block_career .area_calendar .calendar_accodion.active .btn::after {
  transform: rotateZ(0);
}
.block_career .area_calendar .calendar_accodion .btn:hover {
  background: #fff;
}
.block_career .area_calendar .calendar_accodion .btn:hover::before, .block_career .area_calendar .calendar_accodion .btn:hover::after {
  background: #000;
}
.list_calendar {
  position: relative;
}
.list_calendar::before {
  content: '';
  width: 15px;
  height: calc(100% - 38px);
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(78, 240, 194, 1) 10%, rgba(82, 141, 249, 1) 97%);
  position: absolute;
  left: 73px;
  top: 15px;
  border-radius: 10em;
}
.list_calendar::after {
  content: '';
  width: 67px;
  height: 33px;
  background: url(../img/calendar_bottom.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 46.3px;
  bottom: 0;
}
.list_calendar > li {
  display: flex;
  justify-content: space-between;
}
.list_calendar > li:last-child {
  padding: 0 0 2em;
}
.list_calendar > li + li {
  margin: 2em 0 0;
}
.list_calendar > li .month {
  width: 100px;
  margin: 0 0 0 30px;
  text-align: center;
  position: relative;
  z-index: 10;
}
.list_calendar > li .month span {
  display: block;
  background: #000000;
  color: #fff;
  border-radius: 50%;
  line-height: 100px;
  font-size: 175%;
  font-weight: 500;
}
.list_calendar > li .contents {
  width: calc(100% - 155px);
  margin: 1.5em 0 0;
  box-sizing: border-box;
  padding: 0 3em 0 0;
}
.list_calendar .calendar_step span {
  display: inline-block;
  background: linear-gradient(to right, rgba(82, 141, 249, 0) 0%, rgba(82, 141, 249, 0.8) 20%, rgba(82, 141, 249, 1) 50%, rgba(82, 141, 249, 0.8) 80%, rgba(82, 141, 249, 0) 100%);
  width: 15em;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 87.5%;
  font-weight: 500;
  margin: 0 0 1.2em;
}
.list_calendar .calendar_name {
  font-size: 156.25%;
  font-weight: 500;
  padding: 0 0 0 .8em;
  background: url(../img/arrow_right3.webp) no-repeat;
  background-size: .5em auto;
  background-repeat: no-repeat;
  background-position: left center;
}
.list_calendar .calendar_name span.calendar_step {
  display: inline-block;
  vertical-align: middle;
  background: linear-gradient(to right, rgba(82, 141, 249, 0) 0%, rgba(82, 141, 249, 0.8) 20%, rgba(82, 141, 249, 1) 50%, rgba(82, 141, 249, 0.8) 80%, rgba(82, 141, 249, 0) 100%);
  width: 12em;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 60%;
  font-weight: 500;
  margin: 0 0 0 1em;
  line-height: 1.8;
}
.list_calendar .calendar_desc {
  font-size: 87.5%;
  line-height: 2.5;
  letter-spacing: .1em;
}
/**/
.block_career .area_calendar .calendar_accodion .list_calendar {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
}
.block_career .area_calendar .calendar_accodion.active .list_calendar {
  max-height: 1500px;
}
/**/
.block_career .area_calendar .calendarFlex {
  max-width: 1160px;
  width: 98%;
  margin: 4em auto 0;
  display: flex;
  justify-content: space-between;
  font-size: min(1.5vw, 100%);
}
.block_career .area_calendar .flexBox {
  width: 49%;
  box-sizing: border-box;
  background: linear-gradient(to left, rgba(78, 240, 194, .5) 0%, rgba(82, 141, 249, .5) 100%);
  border-radius: 3.5em;
  padding: 2em 3em 3em;
}
.block_career .area_calendar .flexBox .flex_title {
  font-size: 162.5%;
  font-weight: 500;
  margin: 0 0 .2em;
}
.block_career .facilityModal {
  display: flex;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  align-items: center;
}
.block_career .facilityModal.active {
  opacity: 1;
  visibility: visible;
}
.block_career .facilityModal .modal-content {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
  box-shadow: 0 0 10px #fff;
  border-radius: 8px;
  transition: transform 0.5s ease;
  transform: scale(0.95);
}
.block_career .facilityModal.active .modal-content {
  transform: scale(1);
}
.block_career .facilityModal .modal-close {
  position: absolute;
  top: 20px;
  right: 40px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
.block_career .career_programWrap {
  max-width: 1000px;
  margin: auto;
  position: relative;
}
.block_career .career_programWrap::before {
  content: '';
  width: 66px;
  height: 502px;
  background: url("../img/career/step.webp") no-repeat;
  background-size: contain;
  position: absolute;
  right: -100px;
  bottom: 0;
}
.block_career .programStep {
  background: linear-gradient(to right, rgba(82, 141, 249, 1) 0%, rgba(78, 240, 194, 1) 89%);
  border-top-left-radius: 1em;
  margin: 0 0 .4em auto;
  height: 130px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
}
.block_career .programStep.stepEnd {
  width: 48%;
  border-top-right-radius: 1em;
}
.block_career .programStep.step03 {
  width: 60%;
  background: linear-gradient(to right, rgba(82, 141, 249, .8) 0%, rgba(78, 240, 194, .8) 89%);
}
.block_career .programStep.step03::before {
  content: '3年目';
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 80%;
  font-weight: 500;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #000;
  position: absolute;
  right: -23px;
  bottom: -23px;
  z-index: 10;
}
.block_career .programStep.step02 {
  width: 74%;
  background: linear-gradient(to right, rgba(82, 141, 249, .8) 0%, rgba(78, 240, 194, .8) 89%);
}
.block_career .programStep.step02::before {
  content: '2年目';
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 80%;
  font-weight: 500;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #000;
  position: absolute;
  right: -23px;
  bottom: -23px;
  z-index: 10;
}
.block_career .programStep.step01 {
  width: 85%;
  background: linear-gradient(to right, rgba(82, 141, 249, .8) 0%, rgba(78, 240, 194, .8) 89%);
  height: 110px;
}
.block_career .programStep.step00 {
  width: 98%;
  background: linear-gradient(to right, rgba(82, 141, 249, .6) 0%, rgba(78, 240, 194, .6) 89%);
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  height: 110px;
}
.block_career .programStep.step00::before {
  content: '1年目';
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 80%;
  font-weight: 500;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #000;
  position: absolute;
  right: -23px;
  bottom: -23px;
  z-index: 10;
}
.block_career .programStep .link {
  text-align: center;
  color: #fff;
  font-size: 187.5%;
  font-weight: 500;
  line-height: 1.5;
  width: 100%;
}
.block_career .programStep .link a {
  border-bottom: solid 2px #fff;
  padding: .1em 0;
  transition: all .4s;
}
.block_career .programStep .link a:hover {
  opacity: .7;
}
.block_career .programStep dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0 0 20px;
}
.block_career .programStep dt {
  position: relative;
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  line-height: 1;
  color: #5295F5;
}
.block_career .programStep dt > span.en {
  display: block;
  width: 100%;
}
.block_career .programStep dt span.step {
  display: block;
  font-size: 125%;
  letter-spacing: .05em;
}
.block_career .programStep dt span.num {
  display: block;
  font-size: 250%;
  line-height: .9;
}
.block_career .programStep dt span.start {
  display: block;
  font-size: 112.5%;
  font-family: 'kakugo', 'メイリオ', Meiryo, sans-serif;
  letter-spacing: -.12em;
}
.block_career .programStep dd {
  width: calc(100% - 125px);
}
.list_programStep {
  list-style: disc;
  display: flex;
  flex-wrap: wrap;
}
.list_programStep li {
  color: #4D4D4D;
  font-weight: 500;
  margin: 0 3em 0 0;
}
.list_programStep li:last-child {
  margin: 0;
}
@media all and (max-width:1240px) {
  .block_career .career_programWrap {
    font-size: 1.31vw;
    margin: 0 auto 0 0;
    width: calc(100% - 100px);
  }
  .block_career .programStep {
    height: auto;
    padding: .8em 0;
  }
}
/* ================== 
page-name #support
================== */
.block_support {
  overflow: hidden;
}
.block_support .area_mainTitle {
  padding: 11.8em 0;
  background: linear-gradient(to left, rgba(255, 173, 101, .2) 0%, rgba(255, 101, 103, .2) 100%);
}
.list_anchor {
  display: flex;
  justify-content: center;
  align-items: center;
}
.list_anchor > li {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
}
.list_anchor > li.long {
  width: 250px;
  border-radius: 10em;
}
.list_anchor > li a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 110%;
  font-weight: 500;
  line-height: 2.4;
  background: #fff;
  position: relative;
}
.list_anchor > li a::before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 101, 103, 1) 11%, rgba(255, 173, 101, 1) 82%, rgba(255, 173, 101, 1) 82%);
  opacity: 0;
  transition: all .4s;
}
.block_service .list_anchor > li a::before {
  background: linear-gradient(to right, rgba(103, 221, 254, 1) 0%, rgba(160, 91, 255, 1) 100%);
}
.block_information .list_anchor > li a::before {
  background: linear-gradient(to right, rgba(103, 221, 254, 1) 0%, rgba(160, 91, 255, 1) 100%);
}
.list_anchor > li a:hover::before {
  opacity: 1;
}
.list_anchor > li a span {
  display: block;
  line-height: 1.2;
  position: relative;
  z-index: 5;
  transition: all .4s;
}
.list_anchor > li a.smooth span {
  border-bottom: solid 1px #000;
  margin: 0 0 1em;
}
.list_anchor > li a:hover span {
  color: #fff;
  border-color: #fff;
}
.list_anchor > li a.smooth span::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 2.5em;
  width: 20px;
  height: 13px;
  margin: auto;
  background-image: url("../img/arrow_bottom--on.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .4s;
}
.list_anchor > li a:hover span::before {
  background-image: url("../img/arrow_bottom.webp");
}
.list_anchor > li.guidance {
  width: 153px;
  height: 141px;
  border-radius: 0;
  background: url(../img/information/guidance.webp) no-repeat;
  background-size: contain;
  transition: opacity .3s;
}
.list_anchor > li.guidance a {
  background: none;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
}
.list_anchor > li.guidance:hover {
  opacity: .5;
}
.list_anchor > li.guidance a::before, .list_anchor > li.guidance a span {
  display: none;
}
.block_support .area_mainTitle .list_anchor {
  gap: 0 70px;
}
.block_support .area_mainTitle .title_center {
  padding: 5em 0 3em;
}
.block_support .area_mainTitle .main_lead {
  line-height: 3.4;
}
/**/
.lineWrap {
  position: relative;
}
.block_support .area_detail {
  padding: 13.5em 0 0;
}
.dl_supportDetail {
  max-width: 1240px;
  width: 98%;
  margin: auto;
  position: relative;
  border-image-slice: 1;
  border-radius: 3em;
  background: linear-gradient(to left, rgba(255, 173, 101, 1) 0%, rgba(255, 101, 103, 1) 100%);
}
.dl_supportDetail + .dl_supportDetail {
  margin: 8em auto 0;
}
.dl_supportDetail::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 3em;
  background: #fff;
  pointer-events: none;
}
.dl_supportDetail dt {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -1.6em;
}
.dl_supportDetail dt span {
  display: inline-block;
  font-size: 175%;
  font-weight: 500;
  border-radius: 3em;
  background: linear-gradient(to right, rgba(255, 214, 178, 1) 0%, rgba(255, 178, 179, 1) 100%);
  padding: 0 2.5em;
}
.dl_supportDetail dd {
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  padding: 5em min(4.6%, 56px);
}
.dl_supportDetail dd .section_line {
  width: max(100vw, 1240px);
  padding: 80% 0 0;
  left: 0;
}
@media all and (min-width:1240px) {
  .dl_supportDetail dd .section_line {
    left: calc((-100vw + 1240px) / 2);
  }
}
.list_supportDetail {
  display: flex;
  flex-wrap: wrap;
  gap: 2em 0;
}
.list_supportDetail > li {
  box-sizing: border-box;
  padding: 0 2.5em 0 0;
}
.list_supportDetail > li.half {
  width: 50%;
}
.list_supportDetail .supportDetail_name {
  font-size: 137.5%;
  font-weight: 500;
  padding: 0 0 0 .8em;
  background: url(../img/arrow_right2.webp);
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: left center;
}
.list_supportDetail .supportDetail_text {
  font-size: 87.5%;
  padding: 0 1.6em;
}
.block_support .area_ko {
  max-width: 1240px;
  width: 96%;
  border-radius: 3.75em;
  margin: 7.375em auto 0;
  background: linear-gradient(to left, rgba(255, 214, 178, 1) 0%, rgba(255, 178, 179, 1) 100%);
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  padding: 4.5em 3.5em;
}
.block_support .area_ko .koFlex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.block_support .area_ko .koFlex .flex_img {
  width: 491px;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 20%, black 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 20%, black 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.block_support .area_ko .koFlex .flex_text {
  width: 530px;
}
.list_ko {
  display: flex;
  margin: 2em 0 0;
  box-sizing: border-box;
  position: relative;
  padding: 0 0 0 3em;
  font-size: min(1.8vw, 100%);
}
.list_ko::before {
  content: '';
  width: 3em;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
}
.list_ko > li {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0 3%;
  padding: 0 0 1.9em;
  border-bottom: solid 3px #fff;
}
.list_ko > li.active {
  border-bottom: dashed 3px #FF6567;
}
.list_ko > li::before {
  content: '';
  width: .8em;
  height: .8em;
  background: #FF6567;
  border-radius: 50%;
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: -.5em;
}
.list_ko > li.active::after {
  content: '';
  width: 100%;
  height: 3px;
  border-bottom: dashed 3px #FF6567;
  position: absolute;
  left: 0;
  bottom: -3px;
  mix-blend-mode: color;
}
.list_ko > li .ko_name {
  position: absolute;
  left: 0;
  bottom: -3em;
  font-weight: 500;
  transform: translateX(calc(-50% + .5em));
}
.list_ko > li .ko_name.koEnd {
  left: auto;
  right: 0;
  transform: translateX(2em);
}
.list_ko > li .icon {
  width: min(42%, 157px);
  opacity: 0;
  transform: translateY(1em);
  transition: all 1.5s;
}
.list_ko > li .icon img {
  vertical-align: top;
}
.list_ko > li .icon.big {
  width: min(58%, 200px);
}
.list_ko.js--scroll.scroll--start > li .icon {
  opacity: 1;
  transform: translateY(0);
}
.list_ko.js--scroll > li .icon.icon01 {
  transition-delay: .3s;
}
.list_ko.js--scroll > li .icon.icon02 {
  transition-delay: .6s;
}
.list_ko.js--scroll > li .icon.icon03 {
  transition-delay: .9s;
}
.list_ko.js--scroll > li .icon.icon04 {
  transition-delay: 1.2s;
}
.list_ko.js--scroll > li .icon.icon05 {
  transition-delay: 1.5s;
}
/*-----*/
.block_support .area_voice {
  padding: 10em 0 9em;
}
.block_support .area_voice .voiceSet {
  position: relative;
}
.block_support .area_voice .voiceSet .wrap {
  max-width: 1200px;
  width: 98%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: min(1.5vw, 100%);
}
.block_support .area_voice .voiceSet.reverse .wrap {
  flex-direction: row-reverse;
}
.block_support .area_voice .voiceSet + .voiceSet {
  margin: 6em auto 0;
}
.block_support .area_voice .voiceSet .setText {
  width: 550px;
  background: linear-gradient(to left, rgba(255, 214, 178, 1) 0%, rgba(255, 178, 179, 1) 100%);
  border-radius: 10em;
  padding: 3em 0 2.5em;
}
.block_support .area_voice .voiceSet .setText .voice_info {
  text-align: center;
  font-size: 112.5%;
  margin: 0 0 .5em;
}
.block_support .area_voice .voiceSet .setText .voice_title {
  text-align: center;
  color: #fff;
  font-size: 150%;
  font-weight: 500;
  background: #FF6D6F;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 80%;
  margin: 0 auto 1em;
  line-height: 1.5;
}
.block_support .area_voice .voiceSet .setText .voice_desc {
  width: 80%;
  margin: auto;
  font-size: 87.5%;
}
.block_support .area_voice .voiceSet .setImg {
  width: 600px;
  mask-image: url(../img/mask01.webp);
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
  overflow: hidden;
}
.block_support .area_voice .voiceSet.reverse .setImg {
  mask-image: url(../img/mask02.webp);
}
.block_support .area_voice .voiceSet .setImg img {
  vertical-align: top;
}
.block_support .area_voice .voiceSet .btn_more {
  margin: 1em auto 0;
}
.block_support .area_voice .title_border {
  margin: 0 auto 3.5em;
}
.block_support .area_voice .voiceSet .section_line {
  padding: 60% 0 0;
  top: -110%;
}
.block_support .area_welfare {
  background: linear-gradient(to left, rgba(255, 173, 101, .2) 0%, rgba(255, 101, 103, .2) 100%);
  clip-path: ellipse(2400px 100% at 50% 100%);
  padding: 10.5em 0 6em;
}
.block_support .area_welfare .welfare_lead {
  text-align: center;
  line-height: 3.4375;
  margin: 4.5em 0 6.5em
}
.list_welfare {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 98%;
  margin: auto;
  gap: 1em 1.25%;
}
.list_welfare > li {
  background: #fff;
  width: 32.5%;
  border-radius: 2em;
  box-shadow: 10px 10px 20px rgba(223, 189, 161, 0.2);
  box-sizing: border-box;
  padding: 2em 1.8em;
}
.list_welfare > li dt {
  text-align: center;
  font-size: 137.5%;
  font-weight: 500;
  line-height: 1.5;
  color: #FF787A;
  margin: 0 0 1em;
}
.list_welfare > li dd {
  font-size: 87.5%;
}
/**/
.block_support .area_voice .voiceSet.js--scroll .setImg, .block_support .area_voice .voiceSet.reverse.js--scroll .setImg img {
  transform: translateX(100%);
  transition: transform 1.2s;
}
.block_support .area_voice .voiceSet.js--scroll .setImg img, .block_support .area_voice .voiceSet.reverse.js--scroll .setImg {
  transform: translateX(-100%);
  transition: transform 1.2s;
}
.block_support .area_voice .voiceSet.js--scroll .setText {
  clip-path: circle(0% at 50% 50%);
  transition: clip-path 2s ease 0s;
}
.block_support .area_voice .voiceSet.js--scroll.scroll--start .setImg, .block_support .area_voice .voiceSet.js--scroll.scroll--start img {
  transform: translateX(0) !important;
}
.block_support .area_voice .voiceSet.js--scroll.scroll--start .setText {
  clip-path: circle(100% at 50% 50%);
}
/* ================== 
page-name #talk
==================*/
.block_talk .area_talkTop {
  position: relative;
  overflow: hidden;
}
.block_talk .area_talkTop .people_talkImage img {
  width: 100%;
  max-width: none;
  vertical-align: top;
}
.block_talk .area_talkTop .textBox {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 150px;
  width: 1160px;
  margin: auto;
}
.block_talk .area_talkTop .talk_num {
  font-size: 131.25%;
  letter-spacing: .2em;
  margin: 0 0 .4em;
}
.block_talk .area_talkTop .talk_num span.en {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 5;
  padding: 0 1em;
}
.block_talk .area_talkTop .talk_num span.en span {
  display: inline-block;
  background: linear-gradient(to left, rgba(255, 223, 93, 1) 6%, rgba(58, 219, 231, 1) 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.block_talk .area_talkTop .talk_title {
  font-size: 250%;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: .1em;
}
.block_talk .area_talkTop .talk_title span.bg {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 0em .3em;
}
.block_talk .area_talkTop .talk_title span.bg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background: #fff;
  transition: all .6s .1s;
}
body.page--open .block_talk .area_talkTop .talk_title span.bg::before {
  transform: translateX(0);
}
.block_talk .area_talkTop .talk_title span.bg span {
  display: block;
  position: relative;
  z-index: 5;
  transform: translateY(100%);
  transition: all .6s ease .7s;
}
body.page--open .block_talk .area_talkTop .talk_title span.bg span {
  transform: translateY(0);
}
.block_talk .talkLead {
  border-radius: 2.5em;
  max-width: 900px;
  width: 98%;
  margin: 6em auto 7em;
  background: linear-gradient(to left, rgba(255, 223, 93, .2) 0%, rgba(58, 219, 231, .2) 100%);
  font-size: 87.5%;
  text-align: center;
  padding: 3em 0;
}
.list_talkMembers {
  width: 98%;
  display: flex;
  justify-content: center;
  gap: 0 25px;
  margin: 4em auto 10em;
}
.list_talkMembers > li {
  width: 240px;
  overflow: hidden;
  border-radius: 1em;
  box-shadow: 6px 6px 13px 0 rgba(0, 0, 0, .05);
  background: linear-gradient(to left, rgba(255, 223, 93, .2) 0%, rgba(58, 219, 231, .2) 100%);
}
.list_talkMembers .memberThumbnail img {
  vertical-align: top;
}
.list_talkMembers .member_textBox {
  padding: 1.2em;
}
.list_talkMembers .member_name {
  text-align: center;
  font-size: 93.75%;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 1.2em;
}
.list_talkMembers .member_text {
  font-size: 87.5%;
  line-height: 1.43;
}
.list_talkMembers.js--scroll > li {
  transition: all .8s;
  opacity: 0;
  transform: translateY(2em);
}
.list_talkMembers.js--scroll.scroll--start > li {
  opacity: 1;
  transform: translateY(0);
}
.list_talkMembers.js--scroll.scroll--start > li:nth-child(1) {
  transition-delay: .2s;
}
.list_talkMembers.js--scroll.scroll--start > li:nth-child(2) {
  transition-delay: .4s;
}
.list_talkMembers.js--scroll.scroll--start > li:nth-child(3) {
  transition-delay: .6s;
}
.list_talkMembers.js--scroll.scroll--start > li:nth-child(4) {
  transition-delay: .8s;
}
.dl_talk {
  width: 96%;
  margin: auto;
  overflow: hidden;
}
.dl_talk dt {
  color: #7FC3C3;
  font-size: 125%;
  font-weight: 500;
  margin: 0 auto 2em;
  padding: 0 0 0 2em;
  position: relative;
  letter-spacing: .05em;
  max-width: 900px;
}
.dl_talk dt::before {
  content: '';
  width: 1.5em;
  height: 1px;
  background: #7FC3C3;
  position: absolute;
  left: 0;
  top: 1em;
  margin: auto;
}
.dl_talk .talk_commentSet {
  max-width: 900px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dl_talk .talk_commentSet + .talk_commentSet {
  margin: 4em auto 0;
}
.dl_talk .talk_commentSet:nth-child(2n) {
  flex-direction: row-reverse;
}
.dl_talk .talk_commentSet .comment_image {
  width: 80px;
  text-align: center;
}
.dl_talk .talk_commentSet .comment_image figure span {
  display: block;
  overflow: hidden;
  border-radius: 1.2em;
  box-shadow: 6px 6px 13px 0 rgba(0, 0, 0, .05);
}
.dl_talk .talk_commentSet .comment_image span img {
  vertical-align: top;
}
.dl_talk .talk_commentSet .comment_image figcaption {
  text-align: center;
  font-size: 93.75%;
  font-weight: 500;
}
.dl_talk .talk_commentSet .comment_text {
  width: calc(100% - 115px);
}
.block_talk .area_talkContents {
  overflow: hidden;
}
.block_talk .area_talkContents .imageSet {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  gap: 0 2.5em;
  padding: 7.5em 0;
}
.block_talk .area_talkContents .imageSet.reverse {
  flex-direction: row-reverse;
}
.block_talk .area_talkContents .imageSet .section_line {
  padding: 60% 0 0;
}
.block_talk .area_talkContents .imageSet .image {
  position: relative;
}
.block_talk .area_talkContents .imageSet .image img {
  vertical-align: top;
}
.block_talk .area_talkContents .imageSet .image::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: -.8em;
  top: .8em;
  background: linear-gradient(to right, rgba(255, 206, 101, 1) 8%, rgba(255, 206, 101, 1) 8%, rgba(250, 117, 185, 1) 82%);
  pointer-events: none;
  border-radius: 3em;
}
.block_talk .area_talkContents .imageSet .image span {
  border-radius: 3em;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.block_talk .area_talkContents .imageSet .img_small {
  width: 452px;
}
.block_talk .area_talkContents .imageSet.js--scroll .img_small {
  display: block;
  transform: translateX(-50%);
  opacity: 0;
  transition: all .8s;
}
.block_talk .area_talkContents .imageSet.reverse.js--scroll .img_small {
  transform: translateX(50%);
}
.block_talk .area_talkContents .imageSet.js--scroll .img_big {
  display: block;
  transform: translateX(50%);
  opacity: 0;
  transition: all .8s;
  transition-delay: .2s;
}
.block_talk .area_talkContents .imageSet.reverse.js--scroll .img_big {
  transform: translateX(-50%);
}
.block_talk .area_talkContents .imageSet.js--scroll.scroll--start .img_small, .block_talk .area_talkContents .imageSet.js--scroll.scroll--start .img_big {
  transform: translateX(0) !important;
  opacity: 1;
}
.block_talk .area_talkContents .imageSet .img_big {
  width: 550px;
  margin: 9em 0 0;
}
.block_talk .area_talkContents .talk_bnr {
  margin: 10em auto;
  text-align: center;
}
.block_talk .area_talkContents .talk_last {
  margin: 6.5em 0 0;
  clip-path: ellipse(2400px 100% at 50% 100%);
  overflow: hidden;
}
.block_talk .area_talkContents .talk_last img {
  vertical-align: top;
}
.block_talk .area_others {
  padding: 6em 0;
  background: linear-gradient(to left, rgba(255, 223, 93, .2) 0%, rgba(58, 219, 231, .2) 100%);
  margin: 0 0 6em;
}
.block_talk .area_others .other_link {
  width: 700px;
  margin: -2em auto 0;
  position: relative;
  overflow: hidden;
  border-radius: 1em;
}
.block_talk .area_others .other_link a {
  display: block;
  position: relative;
}
.block_talk .area_others .other_link a img {
  vertical-align: top;
  transition: all .4s;
}
.block_talk .area_others .other_link a:hover img {
  transform: scale(1.05);
}
.block_talk .area_others .other_link .textBox {
  position: absolute;
  left: 2em;
  bottom: 2em;
  pointer-events: none;
}
.block_talk .area_others .other_link .talk_num {
  font-size: 86%;
  letter-spacing: .2em;
  margin: 0 0 .4em;
}
.block_talk .area_others .other_link .talk_num span.en {
  display: inline-block;
  background: #fff;
}
.block_talk .area_others .other_link .talk_num span.en span {
  display: inline-block;
  background: linear-gradient(to left, rgba(255, 223, 93, 1) 6%, rgba(58, 219, 231, 1) 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 .75em;
}
.block_talk .area_others .other_link .talk_title {
  font-size: 175%;
  font-weight: 500;
  line-height: 1.3;
}
.block_talk .area_others .other_link .talk_title span.bg {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 0em .3em;
}
.block_talk .area_others .other_link .talk_title span.bg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.block_talk .area_others .other_link .talk_title span.bg span {
  display: block;
  position: relative;
  z-index: 5;
}
/* ================== 
page-name #service
==================*/
.block_service {
  overflow: hidden;
}
.block_service .area_mainTitle {
  background: linear-gradient(to right, rgba(64, 124, 255, .2) 0%, rgba(82, 237, 255, .2) 100%);
  padding: 11.8em 0 13.4em;
}
.block_service .area_mainTitle .list_anchor {
  gap: 0 25px;
}
.block_service .area_service {
  padding: 6em 0 0;
  position: relative;
}
.block_service .area_service .service_lead {
  text-align: center;
  line-height: 3.4375;
  margin: 3em 0 7em;
}
.block_service .area_service .service_img01 {
  max-width: 1246px;
  margin: 0 auto 3em;
  overflow: hidden;
  border-radius: 2em;
}
.block_service .area_service .service_img01 img {
  vertical-align: top;
}
.block_service .area_service .service_img01.js--scroll {
  transform: translateX(100%);
  overflow: hidden;
  transition: all 1.2s;
}
.block_service .area_service .service_img01.js--scroll img {
  transform: translateX(-100%);
  transition: all 1.2s;
}
.block_service .area_service .service_img01.js--scroll.scroll--start, .block_service .area_service .service_img01.js--scroll.scroll--start img {
  transform: translateX(0) !important;
}
.block_service .area_service .service_contents {
  max-width: 1246px;
  border-radius: 2em;
  margin: auto;
  background: linear-gradient(to right, rgba(64, 124, 255, 1) 0%, rgba(82, 237, 255, 1) 100%);
  position: relative;
}
.block_service .area_service .service_contents::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #fff;
  border-radius: 2em;
}
.list_serviceContents {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 4em 4em 3em;
}
.list_serviceContents > li {
  width: 33.333%;
  font-size: 137.5%;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 0 0 .8em;
  background: url(../img/arrow_right3.webp);
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: left top .35em;
  box-sizing: border-box;
  margin: .5em 0;
}
.list_serviceContents > li.long {
  margin: .5em 0 .5em 66.666%;
}
.list_serviceContents > li.margin {
  transform: translateY(-1em);
}
.block_service .service_imageSet {
  display: flex;
  justify-content: space-between;
  max-width: 1246px;
  margin: 3em auto;
}
.block_service .service_imageSet .image {
  border-radius: 2em;
  overflow: hidden;
}
.block_service .service_imageSet img {
  vertical-align: top;
}
.block_service .service_imageSet .image.imageBig {
  width: 800px;
}
.block_service .service_imageSet .image.imageSmall {
  width: 400px;
}
.block_service .service_imageSet.js--scroll .image {
  transition: all 1.2s;
  opacity: 0;
}
.block_service .service_imageSet.js--scroll .image:nth-child(1) {
  transform: translateX(-50%);
}
.block_service .service_imageSet.js--scroll .image:nth-child(2) {
  transform: translateX(50%);
}
.block_service .service_imageSet.js--scroll.scroll--start .image {
  opacity: 1;
  transform: translateX(0) !important;
}
/**/
.block_service .area_time {
  padding: 4em 0 0;
  position: relative;
}
.block_service .area_time .dlWrap {
  margin: 7em 0 0;
  display: flex;
  gap: 0 3em;
  justify-content: center;
}
.dl_summary {
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
}
.dl_summary dt {
  font-size: 120%;
  color: #fff;
  text-align: center;
  width: 200px;
  letter-spacing: .2em;
}
.dl_summary dt span {
  display: block;
  background: #4287FF;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.dl_summary dd {
  font-size: 137.5%;
  font-weight: 500;
  width: calc(100% - 220px);
}
.dl_summary dd small {
  display: block;
  font-size: 60%;
}
.block_service .area_time .dlWrap .dl_summary {
  width: 35%;
}
.block_service .area_fee {
  padding: 4em 0 0;
  position: relative;
}
.block_service .area_fee .fee_titleBox {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1040px;
  margin: 7em auto 6em;
}
.block_service .area_fee .fee_hokenBox {
  display: flex;
  gap: 0 20px;
  width: 450px;
}
.block_service .area_fee .fee_hokenBox .hoken {
  width: 215px;
}
.block_service .area_fee .fee_textBox {
  width: calc(100% - 500px);
}
.block_service .area_fee .fee_textBox .fee_title {
  font-size: 175%;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 0 0 110px;
  background: url(../img/service/fee_illust01.webp) no-repeat;
  background-size: 97px auto;
  margin: 0 0 1.5em;
}
.block_service .area_fee .fee_textBox .fee_text {
  font-size: 87.5%;
}
/**/
.block_service .area_contact {
  margin: 6.5em 0 0;
  background: linear-gradient(to right, rgba(64, 124, 255, .2) 0%, rgba(82, 237, 255, .2) 100%);
  clip-path: ellipse(1200px 100% at 50% 100%);
  padding: 7em 0 .1em;
}
.block_service .area_contact .contact_lead {
  text-align: center;
  font-size: 187.5%;
  font-weight: 500;
  line-height: 1.6;
  margin: 1em 0 0;
}
.dl_fee {
  position: relative;
  max-width: 800px;
  border-radius: 2em;
  margin: 5em auto 6em;
  background: linear-gradient(to right, rgba(64, 124, 255, 1) 0%, rgba(82, 237, 255, 1) 100%);
  padding: 1em 0 2.5em;
}
.dl_fee::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #fff;
  border-radius: 2em;
}
.dl_fee dt {
  position: relative;
  z-index: 5;
  font-size: 175%;
  font-weight: 500;
  text-align: center;
  transform: translateY(-1.3em);
  width: 280px;
  margin: auto;
  background: #fff;
  border-radius: 3em;
  overflow: hidden;
  line-height: 1.5;
}
.dl_fee dt.adjust {
  transform: translateY(-1.9em);
}
.dl_fee dt span {
  display: inline-block;
  min-width: 280px;
  background: linear-gradient(to right, rgba(103, 221, 254, .5) 0%, rgba(160, 91, 255, .5) 100%);
}
.dl_fee dt span small {
  display: block;
  font-size: 80%;
}
.dl_fee dd {
  position: relative;
  z-index: 5;
}
.dl_fee .feeFlex {
  display: flex;
  justify-content: center;
  gap: 0 1.5em;
  margin: 0 0 2em;
}
.dl_fee .feeFlex img {
  width: 215px;
  display: block;
}
.dl_fee dd p {
  text-align: center;
  font-size: 87.5%;
}
/* ================== 
page-name #information
==================*/
.block_information .area_mainTitle {
  background: linear-gradient(to left, rgba(65, 113, 239, .2) 0%, rgba(247, 116, 241, .2) 50%, rgba(181, 112, 255, .2) 100%);
  padding: 11.8em 0;
}
.block_information .list_anchor > li a::before {
  background: linear-gradient(to right, rgba(65, 113, 239, 1) 0%, rgba(247, 116, 241, 1) 50%, rgba(181, 112, 255, 1) 100%);
}
.block_information .list_anchor {
  gap: 0 18px;
}
@media all and (max-width:1024px) {
  .block_information .list_anchor {
    gap: 0 8px;
  }
  .block_information .list_anchor > li:not(.long) {
    width: 120px;
    height: 120px;
  }
}
.block_information .area_recruit {
  margin: 6em auto 6em;
}
.block_information .area_recruit .recruitSet {
  max-width: 1280px;
  width: 96%;
  margin: auto;
  background: linear-gradient(to left, rgba(65, 113, 239, .2) 0%, rgba(247, 116, 241, .2) 50%, rgba(181, 112, 255, .2) 100%);
  border-radius: 3.75em;
  overflow: hidden;
}
.block_information .area_recruit .recruitSet .anchorPoint {
  padding: 5em 0 0;
  margin: -5em 0 0;
  pointer-events: none;
}
.block_information .area_recruit .recruitSet + .recruitSet {
  margin: 5em auto 0;
}
.block_information .area_recruit .recruitSet .recruit_title {
  text-align: center;
  background: linear-gradient(to right, rgba(65, 113, 239, 1) 0%, rgba(247, 116, 241, 1) 50%, rgba(181, 112, 255, 1) 100%);
  color: #fff;
  font-size: 175%;
  font-weight: 500;
  padding: .4em 0;
}
.block_information .area_recruit .recruitSet .contentsWrap {
  padding: 3em 0 4em;
  width: 90%;
  max-width: 1040px;
  margin: auto;
}
.block_information .area_recruit .section + .section {
  margin: 5em auto 0;
}
.list_recruitFlow {
  display: flex;
  justify-content: space-between;
  margin: auto;
  box-sizing: border-box;
  font-size: min(1.5vw, 100%);
}
.list_recruitFlow > li {
  position: relative;
  width: 12.5%;
}
.list_recruitFlow > li.long {
  width: 40%;
  box-sizing: border-box;
}
.list_recruitFlow > li + li::before {
  content: '';
  width: 17px;
  height: 25px;
  background: url(../img/arrow_right4.webp) no-repeat;
  background-size: contain;
  position: absolute;
  left: -2.1em;
  top: 3.2em;
  margin: auto;
}
.list_recruitFlow.type01 > li + li::before {
  left: -3em;
}
.list_recruitFlow > li .box {
  padding: 100% 0 0;
  background: #fff;
  border-radius: 1em;
  text-align: center;
  position: relative;
}
.list_recruitFlow > li .box span {
  display: block;
  width: 100%;
  color: #937ACE;
  font-size: 112.5%;
  font-weight: 500;
  line-height: 1.4;
  position: absolute;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
}
.list_recruitFlow .boxWrap {
  display: flex;
  justify-content: space-between;
}
.list_recruitFlow .boxWrap .box {
  width: 31.3%;
  padding: 31.3% 0 0;
}
.list_recruitFlow > li .att_text {
  font-size: 81.25%;
  position: absolute;
  left: 0;
  bottom: -2.5em;
  white-space: nowrap;
}
.list_recruitFlow > li .att_text.right {
  left: auto;
  right: 0;
}
.list_recruitDL {
  margin: 0 0 1em;
}
.dl_recruit {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #000000;
  padding: 2.5em 0;
}
.dl_recruit dt {
  font-size: 120%;
  color: #fff;
  font-weight: 500;
  width: 200px;
  display: block;
  background: #9C73F0;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  text-align: center;
  line-height: 1.3;
  padding: .25em 0 .1.5em;
}
.dl_recruit dd {
  width: calc(100% - 200px);
  box-sizing: border-box;
  padding: 0 0 0 4em;
  line-height: 1.5;
  font-size: 112.5%;
}
.dl_recruit dd p + p {
  margin: 1em 0 0;
}
.dl_recruit dd a {
  color: #9C73F0;
  border-bottom: solid 1px#9C73F0;
  transition: all .3s;
}
.dl_recruit dd a:hover {
  opacity: .7;
}
.dl_recruit dd strong {
  font-weight: 500;
  display: inline-block;
  background: #FFF600;
  margin: .1em;
  padding: .1em .2em;
}
.block_information .area_recruit .recruit_sectionTitle {
  text-align: center;
  font-size: 137.5%;
  font-weight: 500;
}
.table_recruitModel, .table_base table {
  width: 100%;
  background: #fff;
  line-height: 1.4;
  margin: 2em auto 1em;
}
.table_recruitModel th, .table_base table th {
  border: solid 1px #000;
  text-align: center;
  font-weight: 500;
  padding: .5em 0;
}
.table_recruitModel thead th, .table_base table th {
  background: #DACEFF;
}
.table_recruitModel td, .table_base table td {
  border: solid 1px #000;
  text-align: center;
  padding: .5em 0;
}
.table_recruitModel thead td, .table_base table thead td {
  font-weight: 500;
}
.block_information .area_recruit .table_att {
  line-height: 1.4;
}
.block_information .area_recruit .btn_recruitMap {
  margin: 4em auto 2em;
}
/* ================== 
page-name #news
==================*/
.block_news {
  background: #EEF1F4;
}
.block_news .area_summary {
  padding: 11.8em 0 13.4em;
}
.list_newsSummary {
  max-width: 1000px;
  margin: auto;
}
.list_newsSummary > li {
  border-bottom: solid 1px rgba(2, 73, 153, .6);
}
.list_newsSummary > li a {
  display: flex;
  padding: 1em 1.5em 1em 0;
  transition: all .2s;
  font-size: 87.5%;
}
.list_newsSummary > li a[target="_blank"] {
  background: url(../img/icon_blank02.webp) no-repeat right center;
  background-size: 17px;
}
.list_newsSummary > li a:hover {
  color: rgba(1, 159, 169, .6);
}
.list_newsSummary > li span.time {
  width: 15%;
  box-sizing: border-box;
  padding: 0 1em;
}
.list_newsSummary > li span.title {
  width: 85%;
  box-sizing: border-box;
  padding: 0 1em;
}
.block_news .area_single .contentsWrap {
  max-width: 900px;
  margin: auto;
  box-sizing: border-box;
  padding: 2em;
  background: #fff;
}
.block_news .area_summary + .area_single {
  margin: -13em auto 0;
  padding: 0 0 1px;
}
.block_news .area_single .contentsWrap .single_title {
  font-size: 150%;
  font-weight: 500;
  border-bottom: solid 2px #000;
  margin: 0 0 1em;
  line-height: 1.7;
}
.block_news .area_single .contentsWrap .single_update {
  font-size: 87.5%;
  color: #666;
  text-align: right;
  margin: 0 0 .5em;
}
#singleEditor h1, #singleEditor h2, #singleEditor h3, #singleEditor h4, #singleEditor h5, #singleEditor h6 {
  font-weight: 500;
  margin: 2em 0 1em;
}
#singleEditor h1 {
  font-size: 150%;
  border-bottom: solid 4px #004898;
}
#singleEditor h2 {
  font-size: 135%;
  border-left: solid 4px #004898;
  padding: 0 0 0 .5em;
}
#singleEditor h3 {
  font-size: 125%;
  position: relative;
  padding: 0 0 0 .75em;
}
#singleEditor h3::before {
  content: '';
  width: .3em;
  height: .3em;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: .9em;
  background: #004898;
}
#singleEditor h4, #singleEditor h5, #singleEditor h6 {
  font-size: 115%;
  color: #004898;
}
#singleEditor p {
  margin: 1.5em 0 0;
}
#singleEditor h1 + p, #singleEditor h2 + p, #singleEditor h3 + p, #singleEditor h4 + p, #singleEditor h5 + p, #singleEditor h6 + p {
  margin: 1em 0 0;
}
#singleEditor ul {
  list-style: disc;
  margin: 1.5em 0 0 1.5em
}
#singleEditor ol {
  list-style: decimal;
  margin: 1.5em 0 0 1.5em
}
#singleEditor hr {
  margin: 1.5em 0;
}
#singleEditor blockquote {
  margin: 0;
  padding: 0 0 0 1em;
  border-left: solid 4px #999;
}
#singleEditor a {
  color: #F4897F;
  font-weight: 500;
  text-decoration: underline;
  transition: all .4s;
}
#singleEditor a:hover {
  opacity: .7;
}
#singleEditor img {
  vertical-align: top;
}
#singleEditor table {
  margin: 1.5em 0 0;
}
#singleEditor table th {
  border: solid 1px #666;
  padding: .4em .8em;
}
#singleEditor table td {
  border: solid 1px #666;
  padding: .4em .8em;
}
.block_news .area_single .single_navigation {
  max-width: 900px;
  padding: 4em 0 0;
  margin: 3em auto;
  position: relative;
}
.block_news .area_single .single_navigation .nav_center {
  width: 200px;
  position: relative;
  z-index: 5;
  margin: auto;
  text-align: center;
  border: solid 1px #000;
  border-radius: 4px;
  overflow: hidden;
}
.block_news .area_single .single_navigation .nav_center a {
  display: block;
  padding: .3em 0;
  background: #fff;
  font-weight: 500;
  transition: all .2s
}
.block_news .area_single .single_navigation .nav_center a:hover {
  background: rgba(1, 159, 169, 1);
  color: #fff;
}
.block_news .area_single .single_navigation ul {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
}
.block_news .area_single .single_navigation ul .nav_prev {
  position: absolute;
  left: 0;
  top: 0;
}
.block_news .area_single .single_navigation ul .nav_next {
  position: absolute;
  right: 0;
  top: 0;
}
.block_news .area_single .single_navigation ul a {
  text-decoration: underline;
  transition: all .2s;
}
.block_news .area_single .single_navigation ul a:hover {
  color: rgba(1, 159, 169, 1);
}