@charset "utf-8";
html[lang="ja"] {
  margin: 0 !important;
}
body {
  font-size: 3.733vw;
}
body#page_contact {
  background: #EEF1F4;
}
body.nav--open {
  overflow: hidden;
}
body.omoi--open {
  overflow: hidden;
}
.pc-only {
  display: none !important;
}
#wpadminbar {
  display: none !important;
}
.mainPadding {
  padding: 9em 0 4em;
}
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: 150%;
  font-weight: 500;
  line-height: 1.55;
  position: relative;
  margin: 0 auto 3em;
}
.title_base span.bg {
  display: inline-block;
  text-align: center;
  margin: auto;
  border-radius: 2em;
  position: relative;
  z-index: 5;
  padding: 0 2em;
}
.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: 165%;
  font-weight: 500;
  margin: 0 0 2.1em;
}
.title_page .bg {
  line-height: 1.5;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  min-width: 80%;
}
.title_page .bg::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: .5em;
  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 {
  font-size: 130%;
}
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.2em;
  border-radius: 50px;
  box-sizing: border-box;
}
.title_center {
  text-align: center;
  line-height: 1.5;
}
.title_center .en {
  font-size: 72%;
  letter-spacing: .2em;
  margin: 0 0 1em;
}
.title_center .jp {
  font-size: 172%;
  font-weight: 500;
  letter-spacing: .1em;
}
.title_border {
  text-align: center;
  position: relative;
  font-size: 172%;
  font-weight: 500;
  width: 90%;
  margin: auto;
}
.title_border::before {
  content: '';
  width: 100%;
  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: 150%;
  font-weight: 500;
  margin: 0 0 1em;
  line-height: 1.4;
}
.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%;
  font-weight: 500;
  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;
}
/**/
.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);
}
.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::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: 90%;
  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;
  padding: .2em 0;
}
.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: 4em auto 0;
  text-align: center;
}
.parts_pagination .pagination-item {
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  height: 2em;
  text-align: center;
  margin: 0 .2em;
  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.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 {
  z-index: 998;
  padding: 14px 16px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
header .h_inner.hFixed {
  position: fixed;
}
body.frontPage header .h_inner.hFixed {
  background: #fff;
}
header hgroup {
  display: flex;
  align-items: center;
}
header .h_logo {
  width: 84px;
  height: 32px;
  display: flex;
}
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_text {
  font-size: 12px;
  margin: 0 0 0 .5em;
}
/**/
header .navTrigger {
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: .3em;
  position: fixed;
  z-index: 1000;
  right: 16px;
  top: 10px;
  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 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;
}
/**/
#megaMenu {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  transition: all .4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-5vh);
}
body.nav--open #megaMenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
#megaMenu .mega_inner {
  position: relative;
  z-index: 5;
  overflow-y: scroll;
  height: 100dvh;
  box-sizing: border-box;
  padding: 2.1em 0 3em;
  background: rgba(255, 255, 255, .2);
}
#megaMenu .logoWrap {
  box-sizing: border-box;
  position: relative;
  padding: 5vh 0;
}
#megaMenu .logoWrap .menu_logo {
  width: 33%;
  margin: auto;
}
#megaMenu .logoWrap .menu_logo a {
  display: block;
  overflow: hidden;
  padding: 38% 0 0;
  background: url("../img/logo.webp") no-repeat;
  background-size: contain;
  text-indent: 150%;
  white-space: nowrap;
    font-size: 0;
}
#megaMenu .logoWrap .menu_others {
  text-align: center;
}
#megaMenu .logoWrap .other_link {
  display: inline-block;
  font-size: 90%;
  margin: .8em;
  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_btn {
  text-align: center;
  border-radius: 50px;
  overflow: hidden;
  width: 60%;
  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 .navWrap {
  width: 90%;
  margin: auto;
  box-sizing: border-box;
}
.list_megaMenu + .list_megaMenu {
  margin: 1em 0 0;
}
.list_megaMenu > li .bigLink {
  font-size: 125%;
  font-weight: 500;
  line-height: 1.5;
}
.list_megaMenu > li .bigLink a {
  position: relative;
  display: inline-block;
}
.list_megaMenu > li + li {
  margin: .75em 0 0;
}
.list_megaSub:not(.long) {
  display: flex;
  flex-wrap: wrap;
}
.list_megaSub > li {
  position: relative;
  padding: 0 0 0 .6em;
  box-sizing: border-box;
  width: 50%;
}
.list_megaSub.long > li {
  width: 100%;
}
.list_megaSub > li::before {
  content: '';
  width: .3em;
  height: .3em;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.list_megaSub a {
  transition: all .2s;
  display: inline-block;
  font-size: 90%;
}
/* == footer ============================================== */
footer {
  padding: 1.5em 0 1em;
  background: #EEF1F4;
  position: relative;
}
footer .fWrap {
  position: relative;
  margin: auto;
}
footer .f_inner {
  width: 90%;
  margin: auto;
}
footer .f_logos {
  text-align: center;
}
footer .f_logo {
  width: 40%;
  margin: auto;
  line-height: 1;
}
footer .f_logo a {
  display: block;
  overflow: hidden;
  padding: 39% 0 0;
  background: url(../img/logo.webp) no-repeat;
  background-size: contain;
  text-indent: 150%;
  white-space: nowrap;
  font-size: 0;
}
footer .f_logo span {
  display: none;
}
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_links {
  margin: 1em auto 3em;
}
.list_fNav {
  width: 95%;
  margin: auto;
}
.list_fNav > li {
  letter-spacing: .1em;
  box-sizing: border-box;
}
.list_fNav > li > a {
  display: inline-block;
  padding: .1em 0;
  position: relative;
  margin: .1em 0;
  font-size: 114.3%;
  font-weight: 500;
}
.list_fNavSub {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 .5em;
}
.list_fNavSub > li {
  width: calc(50% - 1.5em);
  box-sizing: border-box;
  font-size: 86%;
  letter-spacing: 0;
  list-style: disc;
  margin: 0 0 0 1.5em;
}
.list_fNavSub.list--long > li {
  width: calc(100% - 1.5em);
}
footer .f_icons {
  display: flex;
  justify-content: center;
  margin: 1em 0;
  gap: 0 1em;
}
footer .f_icons img {
  vertical-align: top;
}
footer .f_icons .icon01 {
  width: 45px;
}
footer .f_icons .icon02 {
  width: 54px;
}
footer .btn_blank {
  width: 80%;
  margin: auto;
  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 .copyright {
  text-align: center;
  font-size: 62.5%;
  letter-spacing: .1em;
  margin: 2em 0 0;
}
/* == frontpage ==============================================*/
.parts_fv {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10000;
  overflow: hidden;
  transition: all 1.5s;
  display: flex;
  align-items: center;
}
body.cookie--on .parts_fv {
  display: none;
}
.parts_fv .fvLeft {
  position: absolute;
  left: 0;
  top: -8vw;
  width: 100%;
}
.parts_fv .fvCenter {
  text-align: center;
  width: 100%;
  height: 62vh;
  margin: auto;
  display: flex;
  align-items: center;
}
.parts_fv .fvCenter .wrap {
  width: 100%;
  margin: 0 0 1em;
}
.parts_fv .fvCenter .title {
  width: 100%;
  font-size: 200%;
  font-weight: 500;
  padding: 0 0 .8em;
  line-height: 1.7;
}
.parts_fv .fvCenter .title span {
  display: block;
}
.parts_fv .fvCenter .menu {
  position: relative;
  text-align: center;
  font-weight: 500;
  letter-spacing: .3em;
  padding: 0 0 .2em;
  cursor: pointer;
}
.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 {
  position: absolute;
  left: 0;
  bottom: 30vw;
  width: 100%;
}
.parts_fv .floatContents {
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  width: 870vw;
  left: 0;
  top: 0;
}
.parts_fv .fvLeft .floatContents {
  animation: 50s linear 0s infinite fvAnimeSP;
}
.parts_fv .fvRight .floatContents {
  animation: 50s linear 0s infinite reverse fvAnimeSP;
}
.parts_fv .floatContents .floatBall {
  min-width: 38vw;
  height: 38vw;
  margin: 0 1vw;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.parts_fv .floatContents .floatBall.ball--long {
  min-width: 76vw;
  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);
}
/*----------*/
#page_front footer {
  display: none;
}
.parts_mainMenu {
  width: 100%;
  left: 0 !important;
  top: 60px !important;
}
body:not(.frontPage) .parts_mainMenu {
  margin: 60px 0 0;
}
.parts_mainMenu .menuFlex {
  padding: 0 0 2%;
  position: relative;
}
/*-----*/
.parts_mainMenu .menuLeft {
  background: #fff;
  box-sizing: border-box;
}
.list_mainMenu {
  position: relative;
}
.list_mainMenu > li {
  padding: .9dvh 0 1.2dvh;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.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 4%;
}
.list_mainMenu > li span.wrap::before, .list_mainMenu > li span.wrap::after {
  content: '';
  width: .7em;
  height: .18em;
  background: #fff;
  position: absolute;
  left: 1.5%;
  top: 10%;
  bottom: 0;
  margin: auto;
  transform-origin: right center;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  opacity: 0;
  transition: all .2s;
}
.list_mainMenu > li span.wrap::before {
  transform: translateY(.05em) rotateZ(45deg);
}
.list_mainMenu > li span.wrap::after {
  transform: translateY(-.05em) rotateZ(-45deg);
}
.list_mainMenu > li.active {
  margin-bottom: 55%;
}
.list_mainMenu > li.active span.wrap::before, .list_mainMenu > li.active span.wrap::after {
  opacity: 1;
}
.list_mainMenu span.jp {
  display: inline-block;
  vertical-align: middle;
  font-size: 112%;
  font-weight: 500;
  line-height: 1;
}
.list_mainMenu span.en {
  display: inline-block;
  vertical-align: middle;
  font-size: 66%;
  font-weight: 700;
  margin: 0 0 0 .7em;
}
.list_mainMenu > li.active::before {
  width: 100%;
  left: 0;
  right: auto;
}
.list_mainMenu > li.active span.wrap {
  color: #fff;
  padding: 0 0 0 6%;
}
/*-----*/
.parts_mainMenu .menuRight {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: top 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.parts_mainMenu .menuRight.sp-accordion-active {
  top: var(--sp-top);
  opacity: 1;
  pointer-events: auto;
  transition: top 0.3s ease, opacity 0.3s ease;
  z-index: 1;
}
.parts_mainMenu .menuWindow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  padding: 0 0 0;
  overflow: hidden;
  transform: all .4s;
}
.parts_mainMenu .menuWindow {
  padding: 55% 0 0;
}
.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 .menuImage img {
  vertical-align: top;
}
.parts_mainMenu .menuSet.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
.parts_mainMenu .menuSet .menu_base {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 5%;
  text-align: right;
}
.parts_mainMenu .menuSet .menu_base p + p ,.parts_mainMenu .menuSet .menu_base h2 + h2 {
  margin: 1.2em 0 0;
}
.parts_mainMenu .menuSet .menu_base p + p.margin--small ,.parts_mainMenu .menuSet .menu_base h2 + h2.margin--small {
  margin: .5em 0 0;
}
.parts_mainMenu .menuSet .menu_base a {
  display: block;
}
.parts_mainMenu .menuSet .menu_base span.bg {
  display: inline-block;
  position: relative;
  z-index: 5;
  font-size: 150%;
  font-weight: 500;
  line-height: 1;
  margin: .15em 0 0;
  transition: all .4s;
}
.parts_mainMenu .menuSet .menu_base span.bg::before {
  content: '';
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  right: 0;
  top: .2em;
  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: 5em;
  border-bottom-left-radius: 5em;
  padding: .35em 1.2em .25em .7em;
  transition: background .4s, transform .4s, color .4s;
}
.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(.02em) rotateZ(45deg);
}
.parts_mainMenu .menuSet .menu_base span.bg span::after {
  transform: translateY(-.02em) rotateZ(-45deg);
}
/*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: .3%;
  width: 100%;
  height: 98%;
}
.parts_mainMenu .menuSet .menuSlide .slideWrap {
  width: 64%;
  height: 100%;
  margin: 0 .5em 0 auto;
  padding: 0 4px 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: 1em;
  pointer-events: none;
}
#slidePeople .swiper-slide a.swiperFlex {
  display: flex;
  height: 100%;
  position: relative;
  border-radius: 1em;
  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 .slide_textBox {
  width: 50%;
  position: relative;
}
#slidePeople .swiper-slide .slide_textBox .en {
  font-size: 65%;
  margin: 1.8em 0 .3em 1em;
}
#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: 75%;
  font-weight: 500;
  margin: 0 0 0 .7em;
  line-height: 1.5;
}
#slidePeople .swiper-slide .slide_textBox .name {
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 1em 1em .8em;
  font-size: 72%;
  line-height: 1.4;
}
#slidePeople .swiper-slide .slide_textBox .name h2{
    font-weight: 500;
}
#slidePeople .swiper-button-prev, #slidePeople .swiper-button-next {
  width: 1.6em;
  height: 1.6em;
  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: 4%;
}
#slidePeople .swiper-button-next {
  background-image: url(../img/slide_bottom.svg);
  top: auto;
  bottom: 4%;
}
#slidePeople .swiper-button-prev::after, #slidePeople .swiper-button-next::after {
  display: none;
}
.parts_mainMenu .menuSet .link_text {
  position: absolute;
  z-index: 150;
  left: 3%;
  bottom: 1em;
  font-size: 75%;
}
/*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 .5em 0 auto;
  width: 64%;
  height: 100%;
  box-sizing: border-box;
  padding: 2% 0;
}
.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: 4px;
  top: 4px;
  background: linear-gradient(to left, rgba(8, 219, 231, 1) 6%, rgba(5255, 223, 93, 1) 99%);
  border-radius: 1em;
  pointer-events: none;
}
.parts_mainMenu .menuSet .menuThumbnailBox .linkBox + .linkBox {
  margin: 4% 0 0;
}
.parts_mainMenu .menuSet .menuThumbnailBox .linkBox h2 ,.parts_mainMenu .menuSet .menuThumbnailBox .linkBox p {
    position: relative;
    height: 100%;
}
.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 span.textBox {
  position: absolute;
  left: 1em;
  bottom: .7em;
  display: block;
  line-height: 1.4;
}
.parts_mainMenu .menuSet .menuThumbnailBox .linkBox span.textBox .talk_num {
  display: inline-block;
  font-size: 86%;
  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: 115%;
  font-weight: 500;
  background: #fff;
  padding: .1em .4em;
  margin: .2em 0 0;
}
/*active*/
.parts_mainMenu .menuSet .menuThumbnailBox {
  transform: translateX(30%);
  transition: all .4s;
}
.parts_mainMenu .menuSet.active .menuThumbnailBox {
  transform: translateX(0);
}
/*-----*/
.btn_omoi {
  width: 75%;
  margin: 2% auto 4%;
  background: url("../img/btn_omoi.webp") no-repeat center;
  background-size: contain;
  border-radius: 50px;
  overflow: hidden;
  text-align: center;
  transition: all .4s;
  padding: .5em 0 .4em;
  font-weight: 500;
  cursor: pointer;
}
.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 .4s;
}
body.omoi--open .omoiBox {
  opacity: 1;
  pointer-events: auto;
}
.omoiBox .omoi_contents {
  background: #fff;
  border-radius: 1.5em;
  max-width: 648px;
  width: 92%;
  height: 90vh;
  margin: 5vh auto 0;
  box-shadow: 5px 15px 30px 0 rgba(0, 0, 0, .2);
  box-sizing: border-box;
  padding: 5em 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 1em;
}
.omoiBox .omoi_contents .omoi_text {
  line-height: 2.6;
  font-weight: 400;
}
/*-----*/
.parts_mainMenu .menuBottom {
  box-sizing: border-box;
  width: 92%;
  margin: 0 auto;
  padding: 0 0 3%;
}
.parts_mainMenu .menuBottom .menu_news {
  display: flex;
}
.parts_mainMenu .menuBottom .news_title {
  line-height: 1;
  width: 25%;
  margin: 1% 0 0;
}
.parts_mainMenu .menuBottom .news_title span.en {
  display: block;
  font-size: 112.5%;
  letter-spacing: .2em;
}
.parts_mainMenu .menuBottom .news_title span.jp {
  font-size: 75%;
}
.parts_mainMenu .menuBottom .news_summary {
  width: 75%;
}
.parts_mainMenu .menuBottom .news_summary a {
  padding: .1em 0;
  font-size: 75%;
  transition: all .2s;
}
.parts_mainMenu .menuBottom .news_summary p span.time {
  display: block;
}
.parts_mainMenu .menuBottom .news_summary p span.title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.parts_mainMenu .menuBottom .area_icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.5em auto .5em;
    gap:0 1.5em;
}

.parts_mainMenu .menuBottom .area_icons > p{
    width: 15%;
}
.parts_mainMenu .menuBottom .area_icons > p.linkText{
    width: auto;
    font-size: 75%;
}

.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_copy {
    text-align: center;
}
.parts_mainMenu .menuBottom .area_copy .copyright{
    font-size: 75%;
}
/* == underpage ============================================== */
.list_formStep {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto 1.5em;
}
.list_formStep > li {
  color: #BABABA;
  position: relative;
}
.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;
}
.list_formStep > li.active .step_num {
  color: #0059F1;
  font-size: 125%;
  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: 110%;
  display: inline-block;
  padding: 0 0 0 1.1em;
  color: #000000;
}
.list_formStep > li.active .step_name::before {
  width: .5em;
}
.formWrap .formRight {
  width: 90%;
  margin: auto;
}
.formWrap .form_lead {
  margin: 0 0 1.2em;
  font-size: 85%;
}
.formWrap .form_lead a {
  color: #0059F1;
  border-bottom: solid 1px #0059F1;
  padding: .1em 0;
  transition: all .2s;
}
/**/
.formWrap table {
  width: 100%;
  line-height: 1.4;
  border-collapse: separate;
  border-spacing: 0 2em;
}
.formWrap table tr {
  display: block;
}
.formWrap table tr + tr {
  margin: 1.2em 0 0;
  padding: 1.2em 0 0;
  border-top: solid 1px #999;
}
/*----- select -----*/
.formWrap table tr.select {
  display: none;
}
.formWrap table tr.select.active {
  display: inline-block;
}
.formWrap table th {
  display: block;
  font-weight: 400;
  letter-spacing: .05em;
  vertical-align: top;
  text-align: left;
  position: relative;
  margin: 0 0 .5em;
}
.formWrap .hissu {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  border: solid 1px #FF0000;
  color: #FF0000;
  font-size: 86%;
  background: #fff;
  padding: 0 .2em;
  border-radius: .2em;
}
.formWrap .ninni {
  display: inline-block;
  color: #fff;
  font-size: 86%;
  background: #BABABA;
  padding: .1em .2em;
  border-radius: .2em;
}
.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;
}
.formWrap table .errortxt {
  color: #FF0000;
  display: none;
}
.formWrap table .hopeatt {
  font-size: 84%;
  margin: .5em 0 0;
  line-height: 2;
}
.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;
  font-size: 86%;
}
.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: 4em;
}
.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 {
  font-size: 86%;
  line-height: 1.8;
  margin: 0 0 1em;
}
.formWrap a {
  display: inline-block;
  color: #0059F1;
  border-bottom: solid 1px #0059F1;
  position: relative;
  transition: all .2s;
  line-height: 1.2;
}
.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;
  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 {
  margin: 2em 0 0;
}
.formWrap .confirm-btn {
  width: 100%;
  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;
  padding: 0;
  line-height: 2.5em;
}
/*----- 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 table th {
  border-bottom: dotted 1px #999;
  padding: 0 0 .3em;
}
.formWrap form.form--confirm .back-btn {
  position: relative;
  margin: 1.5em auto 0;
}
.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::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 {
  margin: 4em 0 0;
}
.formWrap .form_thanksWrap .thanks_title {
  text-align: center;
  font-size: 125%;
  font-weight: 500;
  border-bottom: solid 1px #000;
  margin: 0 0 1em;
  padding: 0 0 1em;
}
.formWrap .form_thanksWrap .thanks_text {
  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: 125%;
  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::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 3.5em;
}
.parts_fLinks .btnWrap {
  border-top: solid 1px #CACACA;
  width: 85%;
  margin: 2em auto 4em;
  padding: 2em 0 0;
}
.parts_fLinks .btnWrap.none {
  border: none;
}
.parts_fLinks .btnWrap .pageNavBtn {
  text-align: center;
  border-radius: 3em;
  transition: all .2s;
  line-height: 1.5;
}
.parts_fLinks .btnWrap .pageNavBtn + .pageNavBtn {
  margin: 1em auto 0;
}
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: 143%;
  font-weight: 500;
  padding: .4em 0;
}
.parts_fLinks .btn_grad {
  background: url(../img/btn_grad_sp.webp) no-repeat center;
  background-size: cover;
  margin: auto;
  text-align: center;
}
.parts_fLinks .btn_grad a {
  display: block;
  color: #fff;
  font-size: 215%;
  padding: 2em 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: 2em 0 0;
}
.parts_fLinks .recruit_linkBox .link_title {
  text-align: center;
  font-size: 143%;
  letter-spacing: .1em;
  margin: 0 0 1em;
}
.list_recruitLinks {
  margin: auto;
  width: 80%;
}
.list_recruitLinks > li {
  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 + li {
  margin: 2% auto 0;
}
.list_recruitLinks > li a {
  display: block;
  background: url("../img/arrow.svg") no-repeat;
  background-size: 1.8em;
  background-position: right 1em center;
  font-size: 129%;
  color: #fff;
  padding: .72em 1em;
}
.clipPath {
  clip-path: ellipse(250vw 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: 6.7em 0 4.5em;
}
.block_aboutus .area_mainTitle.type--ict {
  background-image: url(../img/aboutus/ict_main_bg_sp.webp);
}
.area_mainTitle .main_lead {
  text-align: center;
  margin: 2em 0 0;
  font-weight: 500;
  line-height: 2.5;
  font-size: 86%;
}
.area_mainTitle .main_lead p + p {
  margin: 1.8em 0 0;
}
.block_aboutus .area_message .messageBox {
  position: relative;
  overflow: hidden;
  margin: 3em 0 0;
}
.block_aboutus .area_message .messageImage {
  position: relative;
  overflow: hidden;
  width: 90%;
  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: flex-end;
}
.block_aboutus .area_message .messageBox .textBox {
  width: 80%;
  margin: 0 auto 1em;
}
.block_aboutus .area_message .message_title {
  line-height: 1.6;
  margin: 0 0 .4em;
}
.block_aboutus .area_message .message_title .en {
  font-size: 86%;
  font-weight: 700;
  margin: 0 0 .3em;
}
.block_aboutus .area_message .message_title .jp {
  font-size: 172%;
  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;
  font-size: 86%;
}
.block_aboutus .area_message .message_name span.name {
  display: block;
}
.block_aboutus .area_message .interviewSection {
  overflow: hidden;
  margin: 7% 0 0;
}
.block_aboutus .area_message .interviewSection .interviewFlex {
  position: relative;
}
.block_aboutus .area_message .interviewSection .interviewFlex .imgBox img {
  vertical-align: top;
}
.block_aboutus .area_message .interviewSection .interviewFlex .textBox {
  line-height: 2.1;
  width: 90%;
  margin: 0 auto 3%;
}
.block_aboutus .area_message .interviewSection .section01 {
  margin: 0 auto 5%;
}
.block_aboutus .area_message .interviewSection .section01 .imgBox {
  width: 44%;
  margin: 0 auto;
}
.block_aboutus .area_message .interviewSection .section02 .imgBox {
  width: 90%;
  margin: 5% 0 7%;
}
.block_aboutus .area_message .interviewSection .section03 .imgBox {
  width: 90%;
  margin: 5% 0 7% auto;
}
.block_aboutus .area_message .interviewSection .section04 .imgBox {
  width: 44%;
  margin: 0 auto;
}
.block_aboutus .area_message .interviewSection .section05 {
  margin: 4% 0 0;
}
.block_aboutus .area_message .interviewSection .section05 .btn_omoi {
  margin: 8% auto 0;
  width: 85%;
  padding: .8em 0 .7em;
  font-size: 114.3%;
}
.block_aboutus .area_message .interviewSection .textBoxCenter {
  width: 85%;
  margin: 0 auto;
}
/*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: 85% auto;
  margin: -7% auto 0;
  padding: 100% 0 0;
  position: relative;
}
.block_aboutus .ict_mapWrap .list_ictMap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.list_ictMap > li {
  position: absolute;
  width: 18vw;
  height: 0;
  padding: 18vw 0 0;
  background: linear-gradient(90deg, rgba(160, 91, 255, 1) 10%, rgba(103, 221, 254, 1) 90%);
  border-radius: 50%;
  overflow: hidden;
  transition: all .4s;
}
.list_ictMap > li:nth-child(1) {
  right: 8%;
  top: 35.6%;
}
.list_ictMap > li:nth-child(2) {
  right: 8.1%;
  top: 58%;
}
.list_ictMap > li:nth-child(3) {
  right: 8%;
  top: 80%;
}
.list_ictMap > li:nth-child(4) {
  right: 29%;
  top: 80%;
}
.list_ictMap > li:nth-child(5) {
  right: 51%;
  top: 80%;
}
.list_ictMap > li:nth-child(6) {
  right: 72.5%;
  top: 80%;
}
.list_ictMap > li:nth-child(7) {
  left: 9.3%;
  top: 11%;
}
.list_ictMap > li:nth-child(8) {
  left: 31.2%;
  top: 11.7%;
}
.list_ictMap > li:nth-child(9) {
  left: 9.3%;
  top: 32%;
}
.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: 93%;
}
.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 a span {
  display: block;
  width: 100%;
}
.list_flexAnchor {
  margin: 1.5em 0 0;
}
.list_flexAnchor > li {
  position: relative;
  text-align: center;
}
.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: 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;
}
/**/
.block_aboutus .area_station {
  overflow: hidden;
}
.block_aboutus .area_station .stationFlex {
  width: 90%;
  margin: 2.2em auto 0;
}
.block_aboutus .area_station .stationFlex .flexImage {
  border-radius: 1em;
  overflow: hidden;
}
.block_aboutus .area_station .stationFlex .flexImage img {
  vertical-align: top;
}
.block_aboutus .area_station .stationFlex .flexText {
  letter-spacing: .1em;
}
.block_aboutus .area_station .stationFlex .flexText .name {
  font-size: 143%;
  font-weight: 500;
  margin: .8em 0 .5em;
  text-align: center;
}
.iconBase {
  line-height: 1.5;
  padding: 0 0 0 1.8em;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 1em auto;
  font-size: 114.3%;
}
.iconBase + .iconBase {
  margin: 1em 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;
}
.block_aboutus .area_station .stationSet {
  position: relative;
}
.block_aboutus .area_station .stationSet#anchor06 {
  padding: 3em 0 0;
}
.block_aboutus .area_station .stationSet + .stationSet {
  margin: 1em 0 0;
  padding: 3.5em 0 0;
}
.block_aboutus .area_station .stationSet + .stationSet::before {
  content: '';
  width: 90%;
  height: 1px;
  background: #CACACA;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.block_aboutus .area_station .info {
  margin: 1.5em 0 0;
}
.block_aboutus .area_station .info .obi {
  color: #fff;
  text-align: center;
}
.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.5;
  margin: .8em 0 0;
  font-size: 114%;
}
.block_aboutus .area_station .title_borderAtt {
  text-align: center;
  font-size: 86%;
  margin: 1.5em 0 0;
}
.block_aboutus .area_station .stationSection {
  padding: 3em 0 0;
  position: relative;
}
.block_aboutus .area_station .stationSection + .stationSection::before {
  content: '';
  width: 90%;
  height: 1px;
  background: #CACACA;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.block_aboutus .area_station .section_line {
  position: absolute;
  left: 0;
  top: -10em;
  width: 100%;
  height: 0;
  padding: 40.5% 0 0;
  pointer-events: none;
  overflow: hidden;
}
.block_aboutus .area_station .stationSection .section_title {
  font-size: 143%;
  font-weight: 500;
  margin: 0 auto .3em;
  letter-spacing: .2em;
  text-align: center;
}
.list_stationDetail {
  width: 90%;
  margin: auto;
}
.list_stationDetail.list--center {
  justify-content: center;
  margin: -2em auto 0;
}
.list_stationDetail > li {
  box-sizing: border-box;
  padding: 1.5em .8em;
  position: relative;
}
.list_stationDetail > li + li {
  border-top: solid 1px #CACACA;
}
.list_stationDetail > li.none {
  display: none;
}
.list_stationDetail > li .station_name {
  font-size: 143%;
  color: #0059F1;
  line-height: 1.5;
  margin: 0 0 .5em;
}
.list_stationDetail > li .station_name span {
  display: inline-block;
  vertical-align: middle;
  font-size: 70%;
  margin: 0 0 .1em .6em;
  color: #fff;
  background: #0059F1;
  line-height: 1;
  padding: .2em;
}
.list_stationDetail .iconBaseFlex .flexLeft {
  margin: 0 0 1em;
}
/* ================== 
page-name #work
==================*/
.block_work .area_mainTitle {
  background-image: url(../img/work/medical_bg_sp.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 6.7em 0 4.5em;
}
.block_work .area_mainTitle.type--ict {
  background-image: url(../img/work/ict_bg.webp);
}
.block_work .area_flow {
  padding: 0 0 10em;
  overflow: hidden;
  margin: 0 0 -4em;
}
.list_workFlow > li {
  position: relative;
  padding: 5em 0 0;
}
.list_workFlow > li .flowFlex {
  width: 92%;
  margin: auto;
}
.list_workFlow > li .flexText .flow_title {
  font-size: 179%;
  font-weight: 500;
  text-align: center;
  margin: 0 0 .5em;
  line-height: 1.5;
}
.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 {
  text-align: center;
  color: #fff;
  line-height: 1.8;
  letter-spacing: .2em;
}
.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 {
  margin: 2em auto 1em;
}
.list_workFlow > li.center .flexText .flow_text {
  width: 92%;
}
.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 {
  margin: -1em auto 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.8em 0 4em;
}
.list_workFlow > li .flexPoint .point_title {
  font-size: 150%;
  color: #fff;
  letter-spacing: .2em;
  margin: 0 0 1em;
}
.list_workFlow > li .flexPoint .point_text {
  font-size: 87.5%;
  line-height: 2.2;
  letter-spacing: .05em;
}
/**/
.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 {
  margin: 3.5em 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 {
  padding: 10% 0;
}
.block_work .area_flow .flow_detailBox .detailBox_title {
  font-size: 186%;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 1em;
}
.block_work .area_flow .flow_detailBox .detailBox_text {
  line-height: 1.86;
  letter-spacing: .08em;
  width: 92%;
  margin: auto;
}
.block_work .area_flow .dl_detailBox {
  margin: 2.5em 0 0;
}
.dl_detailBox.sp--image {
  padding: 130% 0 0;
  background: url("../img/work/flow_about_sp.webp") no-repeat;
  background-size: contain;
  background-position: center top;
}
.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 auto 1em;
  font-size: 120%;
  width: 80%;
}
.block_work .area_flow .flow_detailBox .detailBoxRight {
  display: none;
}
.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: translateY(2em);
  transition: all .6s ease .1s;
}
.list_workFlow li.js--scroll.scroll--start .titleBox {
  opacity: 1;
  transform: translateY(0) !important;
}
.list_workFlow li.js--scroll .imageBox {
  opacity: 0;
  transform: translateY(-2em);
  transition: all .6s ease .2s;
}
.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%);
}
/*-------------------*/
.block_work .area_attemptStation {
  padding: 4em 0 0;
}
.block_work .list_workSet {
  margin: 3em 0 0;
}
.list_workSet > li {
  overflow: hidden;
  margin: auto;
  border-radius: 2.5em;
  width: 90%;
}
.list_workSet > li + li {
  margin: 3em auto 0;
}
.list_workSet > li .work_image {
  position: relative;
  overflow: hidden;
  padding: 90% 0 0;
}
.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%);
  box-sizing: border-box;
  padding: 2em;
}
.list_workSet > li .work_text .title_textBox p + p {
  margin: 1.5em 0 0;
}
.block_work .area_attemptCompany {
  padding: 8em 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: 6em 0 0;
  overflow: hidden;
}
.block_work .area_all .all_title {
  text-align: center;
  font-size: 170%;
  font-weight: 500;
  margin: 0 0 1em;
}
.block_work .area_all .all_lead {
  width: 90%;
  margin: 0 auto 5em;
}
.block_work .area_all .all_img01 {
  width: 94%;
  margin: 0 auto 8%;
}
.block_work .area_all .all_img02 {
  width: 15%;
  margin: auto;
}
.block_work .area_all .all_img03 {
  margin: -10% auto 0;
  position: relative;
}
.block_work .area_all .all_img03 img {
  vertical-align: top;
}
/*
.block_work .area_all .all_img03 span {
  display: block;
  position: relative;
}
.block_work .area_all .all_img03 span::before {
  content: '';
  width: 40%;
  height: 0;
  padding: 13% 0 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 26%;
  margin: auto;
  background: url(../img/work/fukidashi01.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 5;
}
.block_work .area_all .all_img03::before {
  content: '';
  width: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 2vw;
  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: 54%;
  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_img03::before {
  content: '地域、会社を含めたステーション連携で解決';
  position: absolute;
  z-index: 5;
  width: 100%;
  left: 0;
  bottom: 10%;
  text-align: center;
  font-size: 90%;
  font-weight: 500;
}
/* ================== 
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: 6.7em 0 4.5em;
  margin: 0 0 8em;
}
.list_peopleSummary {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: space-between;
  width: 96%;
  gap: .5em 0;
}
.list_peopleSummary > li {
  width: 49%;
  background: #fff;
  overflow: hidden;
  border-radius: 1em;
  box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, .05);
}
.block_people .area_mainTitle .list_peopleSummary {
  margin: 2em auto 0;
}
.list_peopleSummary > li .people_thumbnail {
  overflow: hidden;
}
.list_peopleSummary > li .people_thumbnail img {
  vertical-align: top;
  transition: transform .4s;
}
.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: 65%;
}
.list_peopleSummary .textBox {
  padding: .8em;
}
/**/
.block_people .area_peopleTop {
  position: relative;
  overflow: hidden;
  margin: 60px 0 0;
}
.block_people .area_peopleTop .people_mainImage img {
  vertical-align: top;
}
.block_people .area_peopleTop .textBox {
  position: absolute;
  z-index: 10;
  left: 4%;
  bottom: 10%;
}
.block_people .area_peopleTop .textBox .en {
  font-size: 86%;
  letter-spacing: .2em;
  margin: 0 0 .6em;
}
.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: 150%;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: .1em;
}
.block_people .area_peopleTop .textBox .title span.bg {
  display: inline-block;
  background: #fff;
  overflow: hidden;
  position: relative;
  padding: .2em .3em .1em;
}
.block_people .area_peopleTop .textBox .title span.bg span {
  position: relative;
  z-index: 5;
}
.block_people .area_peopleTop .textBox .info {
  font-size: 86%;
  color: #fff;
  font-weight: 500;
  letter-spacing: .1em;
  margin: .5em 0 0;
}
.block_people .area_interview .interview_profile {
  width: 94%;
  margin: 3em auto;
  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 2em 2.5em;
}
.block_people .area_interview .interview_profile .en {
  font-weight: 700;
  letter-spacing: .2em;
  margin: 0 0 .5em;
}
.dl_interview {
  margin: 0 auto 3em;
}
.dl_interview.js--scroll {
  position: relative;
  padding: 3.5em 0 0;
}
.dl_interview dt {
  color: #F4897F;
  font-size: 125%;
  font-weight: 500;
  margin: 0 auto 1.2em;
  padding: 0 0 0 2em;
  position: relative;
  letter-spacing: .05em;
  line-height: 1.5;
  width: 94%;
  box-sizing: border-box;
}
.dl_interview dt::before {
  content: '';
  width: 1.5em;
  height: 1px;
  background: #F4897F;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.dl_interview dd {
  line-height: 2.1;
  width: 94%;
  margin: auto;
}
.dl_interview .section_line {
  padding: 59% 0 0;
  top: -20%;
}
.dl_interview dd p + p {
  margin: 1.5em 0 0;
}
.block_people .area_interview {
  overflow: hidden;
}
.block_people .area_interview .interview_imageWrap {
  overflow: hidden;
  margin: auto;
}
.block_people .area_interview .interview_imageWrap .imageBig {
  width: 80%;
  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: 4em;
  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% + .6em);
  height: calc(100% - .6em);
  left: -.2em;
  top: 1em;
  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: 2.5em;
  border-bottom-left-radius: 2em;
}
.block_people .area_interview .interview_imageWrap.type02 .imageBig span {
  border-top-right-radius: 4em;
  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% + .6em);
  height: calc(100% - .6em);
  left: -.2em;
  top: 1em;
  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: 4em;
  border-bottom-right-radius: 4em;
}
.block_people .area_interview .interview_imageWrap .imageSmall {
  width: 35vw;
  height: 35vw;
  overflow: hidden;
  border-radius: 50%;
  margin: -8% auto 0;
  position: relative;
  right: 28%;
  z-index: 6;
}
.block_people .area_interview .interview_imageWrap .imageSmall img {
  vertical-align: top;
}
.block_people .area_interview .interview_imageWrap.type02 .imageSmall {
  right: auto;
  left: 28%;
}
/**/
.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(120vw 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: 3em 0 2em;
}
.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 .textBox {
  padding: .8em;
}
.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: 110%;
  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 6em;
}
#js_peopeOthers .slide_info {
  position: absolute;
  left: 0;
  bottom: 2em;
  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: 55%;
  bottom: auto;
  top: 0;
}
#js_peopeOthers .slide_info .swiper-button-next {
  background-image: url(../img/slide_next.svg);
  margin: auto;
  right: 0;
  left: calc(67% + 2em);
  bottom: auto;
  top: 0;
}
#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: 60%;
  height: 5px;
  background: #fff;
  border-radius: 10px;
  margin: .8em auto 0;
  overflow: hidden;
  transform: translateX(-3em);
}
#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;
}
/* ================== 
page-name #career
================== */
.block_career {
  overflow: hidden;
}
.block_career .career_inner {
  width: 90%;
  margin: auto;
}
.block_career .area_mainTitle {
  padding: 6.7em 0 4.5em;
  background: linear-gradient(to right, rgba(82, 141, 249, .2) 0%, rgba(78, 240, 194, .2) 89%);
}
.block_career .area_mainTitle .main_lead {
  margin: 2em 0 3em;
}
.block_career .area_mainTitle .career_tree {
  width: 96%;
  margin: 0 auto 2em;
}
.list_careerProgram {
  width: 80%;
  margin: auto;
}
.list_careerProgram > li {
  border-radius: 50%;
  position: relative;
  background: #fff;
  padding: 100% 0 0;
}
.list_careerProgram > li + li {
  margin: 5% auto 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: 2.5em 0 .5em;
}
.list_careerProgram dl dd {
  width: 80%;
  margin: auto;
  font-size: 87.5%;
  letter-spacing: .01em;
}
.block_career .area_ningyang {
  padding: 4em 0;
}
.block_career .career_title {
  font-size: 156.25%;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 .5em;
}
.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: 3em 0 0;
  position: relative;
}
.block_career .career_desc {
  letter-spacing: .1em;
  margin: .5em 0 3em;
}
.block_career .ningyang_orientation {
  margin: auto;
  border-radius: 2em;
  background: linear-gradient(to left, rgba(78, 240, 194, .6) 10%, rgba(82, 141, 249, .6) 97%);
  padding: 1.5em 0;
  width: 90%;
}
.block_career .ningyang_orientation .orientation_title {
  text-align: center;
  font-size: 150%;
  font-weight: 500;
  margin: 0 0 .8em;
}
.block_career .ningyang_orientation .orientation_start {
  background: #fff;
  text-align: center;
  color: #5295F5;
  font-size: 114.3%;
  font-weight: 500;
  width: 94%;
  margin: 0 auto 2.5em;
  border-radius: .8em;
  padding: .5em 0;
  position: relative;
}
.block_career .ningyang_orientation .orientation_start::before {
  content: '';
  width: 1.4em;
  height: .9em;
  background: url(../img/arrow_bottom2.webp) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.7em;
  margin: auto;
}
.block_career .ningyang_orientation .orientationFlex {
  width: 94%;
  margin: 0 auto 2em;
  display: flex;
  justify-content: space-between;
}
.block_career .ningyang_orientation .flexLeft {
  width: 58%;
}
.block_career .ningyang_orientation .flexRight {
  width: 40%;
  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: 1em .8em;
  position: relative;
}
.block_career .ningyang_orientation .orientationBox .list_disc {
  font-size: 90%;
}
.block_career .ningyang_orientation .orientationBox + .orientationBox {
  margin: 3em 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: -2em;
  left: 0;
  right: 0;
  margin: auto;
}
.block_career .ningyang_orientation .orientation_name {
  color: #5295F5;
  font-size: 114.3%;
  font-weight: 500;
  margin: 0 0 .5em;
  line-height: 1.5;
  text-align: center;
}
.block_career .ningyang_orientation .orientation_name small {
  display: block;
  font-size: 85%;
}
.block_career .ningyang_orientation .orientation_text {
  font-size: 93%;
  line-height: 1.4;
}
.list_disc {
  list-style: disc;
  margin: 0 0 0 .8em;
  font-size: 115%;
  line-height: 1.6;
}
.gradeBox .list_disc {
  margin: .3em 0 0 .8em;
}
.list_disc.small {
  display: flex;
  flex-wrap: wrap;
}
.list_disc.small > li {
  margin: 0 2.5em 0 0;
}
.block_career .gradeFlex {
  width: 90%;
  margin: auto;
}
.block_career .gradeFlex + .gradeFlex {
  margin: .8em auto 0;
}
.block_career .gradeFlex .flexLeft {
  margin: 0 0 .8em;
}
.block_career .gradeFlex .gradeBox {
  background: linear-gradient(to left, rgba(78, 240, 194, .6) 10%, rgba(82, 141, 249, .6) 97%);
  border-radius: 1.5em;
  box-sizing: border-box;
  padding: 1.4em 1.8em 1.6em;
}
.block_career .gradeFlex .gradeBox + .gradeBox {
  margin: .8em 0 0;
}
.block_career .gradeFlex .gradeBox .box_name {
  font-size: 150%;
  font-weight: 500;
  line-height: 1.5;
}
.block_career .area_facility .facility_set {
  padding: 3em 0 0;
}
.list_facilityImage {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: auto;
  gap: 1em 0;
}
.list_facilityImage > li {
  width: 48%;
  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;
}
/**/
.block_career .area_calendar {
  padding: 3em 0 0;
}
.block_career .area_calendar .calendar_set {
  padding: 2em 0 5em;
  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;
  text-align: center;
}
.block_career .area_calendar .calendar_accodion.active .calendar_year {
  margin: 0 0 2em;
}
.block_career .area_calendar .calendar_year span.num {
  display: inline-block;
  width: 75%;
  background: linear-gradient(to right, rgba(78, 240, 194, .5) 0%, rgba(82, 141, 249, .5) 100%);
  border-radius: 5em;
  font-size: 150%;
  font-weight: 500;
  line-height: 2.3;
  text-align: center;
}
.block_career .area_calendar .calendar_year span.follow {
  display: block;
  font-size: 125%;
  margin: .5em 0 0;
}
.block_career .area_calendar .calendar_accodion {
  margin: auto;
  position: relative;
}
.block_career .area_calendar .calendar_accodion .btn {
  content: '';
  width: 2.5em;
  height: 2.5em;
  box-sizing: border-box;
  background: #000;
  border-radius: 50%;
  position: absolute;
  z-index: 100;
  right: 0;
  left: 0;
  bottom: -3.6em;
  margin: auto;
  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);
}
.list_calendar {
  position: relative;
}
.list_calendar::before {
  content: '';
  width: 1em;
  height: calc(100% - 2em);
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(78, 240, 194, 1) 10%, rgba(82, 141, 249, 1) 97%);
  position: absolute;
  left: 3.1em;
  top: 1em;
  border-radius: 10em;
}
.list_calendar::after {
  content: '';
  width: 3em;
  height: 1.5em;
  background: url(../img/calendar_bottom.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 2.05em;
  bottom: 0;
}
.list_calendar > li {
  display: flex;
  justify-content: space-between;
}
.list_calendar > li + li {
  margin: 2em 0 0;
}
.list_calendar > li .month {
  width: 5em;
  margin: 0 0 0 1em;
  text-align: center;
  position: relative;
  z-index: 10;
}
.list_calendar > li .month span {
  display: block;
  background: #000000;
  color: #fff;
  border-radius: 50%;
  line-height: 3.33em;
  font-size: 150%;
  font-weight: 500;
}
.list_calendar > li .contents {
  width: calc(100% - 7em);
  margin: 1.1em 0 0;
  box-sizing: border-box;
  padding: 0 1em 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: 125%;
  font-weight: 500;
  padding: 0 0 0 1em;
  line-height: 1.5;
  background: url(../img/arrow_right3.webp) no-repeat;
  background-size: .5em auto;
  background-repeat: no-repeat;
  background-position: left center;
  margin: .1em 0;
}
.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 {
  margin: .5em 0 0;
}
/**/
.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 {
  width: 90%;
  margin: 4em auto 0;
}
.block_career .area_calendar .flexBox {
  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;
  margin: 0 auto 1em;
}
.block_career .area_calendar .flexBox .flex_title {
  font-size: 162.5%;
  font-weight: 500;
  margin: 0 0 .2em;
}
.block_career .facilityModal {
  display: block;
  position: fixed;
  z-index: 1000;
  padding-top: 7em;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s ease, visibility .4s ease;
}
.block_career .facilityModal.active {
  opacity: 1;
  visibility: visible;
}
.block_career .facilityModal .modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
  box-shadow: 0 0 10px #fff;
  border-radius: 8px;
  transition: transform .5s ease;
  transform: scale(0.95);
}
.block_career .facilityModal.active .modal-content {
  transform: scale(1);
}
.block_career .facilityModal .modal-close {
  position: absolute;
  top: 0;
  right: .5em;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
.block_career .career_programWrap {
  margin: auto;
  position: relative;
}
.block_career .career_programWrap::before {
  content: '';
  width: 15vw;
  height: 0;
  padding: 235% 0 0;
  background: url("../img/career/step_sp.webp") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 3vw;
  bottom: 0;
}
.block_career .programStep {
  background: linear-gradient(to right, rgba(82, 141, 249, 1) 0%, rgba(78, 240, 194, 1) 89%);
  margin: 0 0 .4em 1em;
  width: 75%;
  box-sizing: border-box;
  position: relative;
  padding: 1em 0;
}
.block_career .programStep::before {
  width: 4em;
  height: 4em;
  line-height: 4em;
  font-size: 85%;
  font-weight: 500;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #000;
  position: absolute;
  right: -2em;
  bottom: -2em;
  z-index: 10;
}
.block_career .programStep.stepEnd {
  border-top-right-radius: 1em;
  border-top-left-radius: 1em;
}
.block_career .programStep.step03 {
  background: linear-gradient(to right, rgba(82, 141, 249, .8) 0%, rgba(78, 240, 194, .8) 89%);
}
.block_career .programStep.step03::before {
  content: '3年目';
}
.block_career .programStep.step02 {
  background: linear-gradient(to right, rgba(82, 141, 249, .8) 0%, rgba(78, 240, 194, .8) 89%);
}
.block_career .programStep.step02::before {
  content: '2年目';
}
.block_career .programStep.step01 {
  background: linear-gradient(to right, rgba(82, 141, 249, .8) 0%, rgba(78, 240, 194, .8) 89%);
}
.block_career .programStep.step00 {
  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;
}
.block_career .programStep.step00::before {
  content: '1年目';
}
.block_career .programStep .link {
  text-align: center;
  color: #fff;
  font-size: 150%;
  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 dl {
  width: 100%;
  box-sizing: border-box;
}
.block_career .programStep dt {
  position: relative;
  width: 20vw;
  height: 20vw;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  line-height: 1;
  color: #5295F5;
  margin: 0 auto 3%;
}
.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: 85%;
  margin: auto;
}
.list_programStep {
  list-style: disc;
  display: flex;
  flex-wrap: wrap;
}
.list_programStep li {
  color: #4D4D4D;
  font-weight: 500;
}
/* ================== 
page-name #support
==================*/
.block_support {
  overflow: hidden;
}
.block_support .area_mainTitle {
  padding: 6.7em 0 4.5em;
  background: linear-gradient(to left, rgba(255, 173, 101, .2) 0%, rgba(255, 101, 103, .2) 100%);
}
.list_anchor {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.list_anchor > li {
  width: 42vw;
  height: 42vw;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}
.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;
}
.list_anchor > li a span {
  display: block;
  line-height: 1.2;
  transition: all .4s;
}
.list_anchor > li a.smooth span {
  border-bottom: solid 1px #000;
  position: relative;
  z-index: 5;
  margin: 0 0 1em;
}
.list_anchor > li a.smooth span::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 2.1em;
  width: 1.2em;
  height: .8em;
  margin: auto;
  background-image: url("../img/arrow_bottom--on.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .4s;
}
.block_support .area_mainTitle .list_anchor {
  gap: 0 5vw;
}
.list_anchor > li.guidance {
  width: 28vw !important;
  height: 28vw !important;
  border-radius: 0;
  background: url(../img/information/guidance.webp) no-repeat;
  background-size: contain;
  margin: 2vw 0 0 2vw;
}
.list_anchor > li.guidance a {
  background: none;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
}
.list_anchor > li.guidance a::before, .list_anchor > li.guidance a span {
  display: none;
}
.block_support .area_mainTitle .title_center {
  padding: 4em 0 2em;
}
/**/
.lineWrap {
  position: relative;
}
.block_support .area_detail {
  padding: 5em 0 0;
}
.dl_supportDetail {
  margin: auto;
  position: relative;
  border-image-slice: 1;
  border-radius: 2em;
  background: linear-gradient(to left, rgba(255, 173, 101, 1) 0%, rgba(255, 101, 103, 1) 100%);
  width: 90%;
}
.dl_supportDetail + .dl_supportDetail {
  margin: 4em auto 0;
}
.dl_supportDetail::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 2em;
  background: #fff;
  pointer-events: none;
}
.dl_supportDetail dt {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -1em;
}
.dl_supportDetail dt span {
  display: inline-block;
  font-size: 125%;
  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 1.5em;
}
.dl_supportDetail dd {
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  padding: 3em 1.2em;
}
.dl_supportDetail dd .section_line {
  width: 100vw;
  padding: 80% 0 0;
  left: -5.2%;
}
.list_supportDetail {
  gap: 2em 0;
}
.list_supportDetail > li + li {
  margin: 1.5em 0 0;
}
.list_supportDetail .supportDetail_name {
  font-size: 125%;
  font-weight: 500;
  padding: 0 0 0 .8em;
  background: url(../img/arrow_right2.webp);
  background-size: .5em auto;
  background-repeat: no-repeat;
  background-position: left top .35em;
  line-height: 1.5;
}
.list_supportDetail .supportDetail_text {
  padding: 0 1.2em;
}
.block_support .area_ko {
  border-radius: 3em;
  margin: 4em 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: 2.5em 1.5em;
  width: 90%;
}
.block_support .area_ko .koFlex .flex_img {
  -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;
  margin: 0 0 1em;
}
.list_ko {
  margin: 2em 0 0;
  box-sizing: border-box;
  position: relative;
  padding: 2em 0 0;
}
.list_ko::before {
  content: '';
  width: 3px;
  height: 2em;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
}
.list_ko > li {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 0 0 2em 1.9em;
  border-left: solid 3px #fff;
}
.list_ko > li::before {
  content: '';
  width: .8em;
  height: .8em;
  background: #FF6567;
  border-radius: 50%;
  position: absolute;
  z-index: 5;
  left: -.5em;
  top: 0em;
}
.list_ko > li.active {
  border-left: dashed 3px #FF6567;
}
.list_ko > li.active::after {
  content: '';
  width: 100%;
  height: 3px;
  border-left: dashed 3px #FF6567;
  position: absolute;
  left: 0;
  bottom: -3px;
  mix-blend-mode: color;
}
.list_ko > li .ko_name {
  font-weight: 500;
  font-size: 112.5%;
  transform: translateY(-.6em);
}
.list_ko > li .ko_name.koEnd {
  transform: translateY(.5em);
}
.list_ko > li .icon {
  display: block;
  margin: 1em 0;
  width: 45%;
  opacity: 0;
  transform: translateY(1em);
  transition: all 1.5s;
}
.list_ko > li .icon img {
  vertical-align: top;
}
.list_ko > li .icon.big {
  width: 55%;
}
.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: 4em 0 6em;
}
.block_support .area_voice .voiceSet {
  position: relative;
}
.block_support .area_voice .voiceSet .wrap {
  width: 90%;
  margin: auto;
}
.block_support .area_voice .voiceSet.reverse .wrap {
  flex-direction: row-reverse;
}
.block_support .area_voice .voiceSet + .voiceSet {
  margin: 3em auto 0;
}
.block_support .area_voice .voiceSet .setText {
  background: linear-gradient(to left, rgba(255, 214, 178, 1) 0%, rgba(255, 178, 179, 1) 100%);
  border-radius: 5em;
  padding: 3em 0 2.5em;
}
.block_support .area_voice .voiceSet .setText .voice_info {
  text-align: center;
  margin: 0 0 .5em;
}
.block_support .area_voice .voiceSet .setText .voice_title {
  text-align: center;
  color: #fff;
  font-size: 125%;
  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: 85%;
  margin: auto;
}
.block_support .area_voice .voiceSet .setImg {
  mask-image: url(../img/mask01.webp);
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
}
.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 1.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(300vw 100% at 50% 100%);
  padding: 5em 0 4em;
}
.block_support .area_welfare .welfare_lead {
  text-align: center;
  margin: 2.5em 0 3.5em
}
.list_welfare {
  width: 90%;
  margin: auto;
}
.list_welfare > li {
  background: #fff;
  border-radius: 2em;
  box-shadow: 10px 10px 20px rgba(223, 189, 161, 0.2);
  box-sizing: border-box;
  padding: 2em 1.5em;
}
.list_welfare > li + li {
  margin: 1em auto 0;
}
.list_welfare > li dt {
  text-align: center;
  font-size: 130%;
  font-weight: 500;
  line-height: 1.5;
  color: #FF787A;
  margin: 0 0 1em;
}
.list_welfare > li dd {
  font-size: 87.5%;
}
/* ================== 
page-name #talk
==================*/
.block_talk .area_talkTop {
  position: relative;
}
.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: 3%;
  right: 0;
  bottom: 10%;
  margin: auto;
}
.block_talk .area_talkTop .talk_num {
  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 .7em;
}
.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: 135%;
  font-weight: 500;
  line-height: 1.3;
}
.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;
  width: 94%;
  margin: 3em auto 4em;
  background: linear-gradient(to left, rgba(255, 223, 93, .2) 0%, rgba(58, 219, 231, .2) 100%);
  text-align: center;
  padding: 2em 0;
  box-sizing: border-box;
}
.list_talkMembers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em 2%;
  width: 94%;
  margin: 3em auto 6em;
}
.list_talkMembers > li {
  width: 49%;
  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 .8em;
}
.list_talkMembers .member_name {
  text-align: center;
  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 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;
  line-height: 1.5;
  width: 90%;
  box-sizing: border-box;
}
.dl_talk dt::before {
  content: '';
  width: 1.5em;
  height: 1px;
  background: #7FC3C3;
  position: absolute;
  left: 0;
  top: .8em;
  margin: auto;
}
.dl_talk .talk_commentSet {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}
.dl_talk .talk_commentSet + .talk_commentSet {
  margin: 2.5em auto 0;
}
.dl_talk .talk_commentSet:nth-child(2n) {
  flex-direction: row-reverse;
}
.dl_talk .talk_commentSet .comment_image {
  width: 20%;
  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-weight: 500;
}
.dl_talk .talk_commentSet .comment_text {
  width: 75%;
}
.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 1.5em;
  padding: 4em 1em;
}
.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: -.4em;
  top: .4em;
  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: 1em;
}
.block_talk .area_talkContents .imageSet .image span {
  border-radius: 1em;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.block_talk .area_talkContents .imageSet .img_small {
  width: 45%;
}
.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: 54%;
  margin: 4em 0 0;
}
.block_talk .area_talkContents .talk_bnr {
  margin: 4em auto;
  text-align: center;
}
.block_talk .area_talkContents .talk_last {
  margin: 4em 0 0;
  clip-path: ellipse(120vw 100% at 50% 100%);
  overflow: hidden;
}
.block_talk .area_talkContents .talk_last img {
  vertical-align: top;
}
.block_talk .area_others {
  padding: 3em 0;
  background: linear-gradient(to left, rgba(255, 223, 93, .2) 0%, rgba(58, 219, 231, .2) 100%);
}
.block_talk .area_others .other_link {
  margin: auto;
  position: relative;
  overflow: hidden;
  border-radius: 1em;
  width: 94%;
}
.block_talk .area_others .other_link a {
  display: block;
  position: relative;
}
.block_talk .area_others .other_link a img {
  vertical-align: top;
}
.block_talk .area_others .other_link .textBox {
  position: absolute;
  left: 1em;
  bottom: 1em;
  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: 150%;
  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: 6.7em 0 4.5em;
}
.block_service .area_mainTitle .list_anchor {
  gap: 3vw;
}
.block_service .area_mainTitle .list_anchor > li {
  width: 38vw;
  height: 38vw;
}
.block_service .area_service {
  padding: 4em 0 0;
  position: relative;
}
.block_service .area_service .service_lead {
  text-align: center;
  margin: 2em 0 4em;
}
.block_service .area_service .service_img01 {
  margin: 0 auto 2em;
  overflow: hidden;
}
.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 {
  width: 94%;
  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 {
  padding: 1.5em;
  position: relative;
  z-index: 5;
}
.list_serviceContents > li {
  font-size: 115%;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 0 0 .8em;
  background: url(../img/arrow_right3.webp);
  background-size: .6em auto;
  background-repeat: no-repeat;
  background-position: left top .35em;
  box-sizing: border-box;
  margin: .5em 0;
}
.block_service .service_imageSet {
  display: flex;
  justify-content: space-between;
  width: 94%;
  margin: 3em auto;
}
.block_service .service_imageSet .image {
  border-radius: 1em;
  overflow: hidden;
}
.block_service .service_imageSet img {
  vertical-align: top;
}
.block_service .service_imageSet .image.imageBig {
  width: 65%;
}
.block_service .service_imageSet .image.imageSmall {
  width: 33%;
}
.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: 2em 0 0;
}
.dl_summary {
  line-height: 1.5;
}
.dl_summary + .dl_summary {
  margin: 2em auto 0;
}
.dl_summary dt {
  font-size: 120%;
  color: #fff;
  text-align: center;
  width: 65%;
  margin: 0 auto .5em;
  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;
  text-align: center;
}
.dl_summary dd small {
  display: block;
  font-size: 60%;
}
.block_service .area_fee {
  padding: 4em 0 0;
  position: relative;
}
.block_service .area_fee .fee_titleBox {
  margin: 3em auto;
}
.block_service .area_fee .fee_hokenBox {
  display: flex;
  justify-content: center;
  gap: 0 5vw;
  margin: 0 0 2em;
}
.block_service .area_fee .fee_hokenBox .hoken {
  width: 40vw;
}
.block_service .area_fee .fee_textBox .fee_title {
  font-size: 125%;
  font-weight: 500;
  line-height: 1.5;
  padding: 2% 0 2% 30%;
  background: url(../img/service/fee_illust01.webp) no-repeat;
  background-position: left 3% center;
  background-size: 23% auto;
  margin: 0 0 1.2em;
}
.block_service .area_fee .fee_textBox .fee_text {
  font-size: 75%;
  width: 90%;
  margin: auto;
}
/**/
.block_service .area_contact {
  margin: 4em 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: 4em 0 .1em;
}
.block_service .area_contact .contact_lead {
  text-align: center;
  font-size: 125%;
  font-weight: 500;
  line-height: 1.6;
  margin: 1.5em 0 0;
}
.dl_fee {
  position: relative;
  width: 96%;
  box-sizing: border-box;
  border-radius: 2em;
  margin: 4em auto 5em;
  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: 150%;
  font-weight: 500;
  text-align: center;
  transform: translateY(-1.3em);
  width: 60%;
  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: block;
  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 3%;
  margin: 0 0 1em;
}
.dl_fee .feeFlex img {
  width: 45%;
  display: block;
}
.dl_fee dd p {
  text-align: center;
}
/* ================== 
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: 6.7em 0 4em;
}
.block_information .list_anchor {
  gap: 2vw 2vw;
}
.block_information .list_anchor > li {
  width: 30vw;
  height: 30vw;
}
.block_information .list_anchor > li.sp--long {
  width: 80%;
  height: 20vw;
  border-radius: 5em;
}
.block_information .area_recruit {
  margin: 3em auto 6em;
}
.block_information .area_recruit .recruitSet {
  width: 94%;
  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: 2em;
  overflow: hidden;
}
.block_information .area_recruit .recruitSet .anchorPoint {
  padding: 70px 0 0;
  margin: -70px 0 0;
  pointer-events: none;
}
.block_information .area_recruit .recruitSet + .recruitSet {
  margin: 4em 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: 135%;
  font-weight: 500;
  padding: .4em 0;
}
.block_information .area_recruit .recruitSet .contentsWrap {
  padding: .8em .8em 2em;
}
.block_information .area_recruit .section + .section {
  margin: 4em auto 0;
}
.list_recruitFlow {
  margin: 1em auto 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.list_recruitFlow > li {
  position: relative;
  width: 100%;
}
.list_recruitFlow > li + li {
  margin: 2em 0 0;
}
.list_recruitFlow > li + li::before {
  content: '';
  width: 1.3em;
  height: .8em;
  background: url(../img/arrow_bottom--on.webp) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: -1.3em;
  margin: auto;
}
.list_recruitFlow > li .box {
  height: 0;
  padding: 20% 0 0;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: .8em;
  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.3;
  position: absolute;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
}
.list_recruitFlow > li .boxWrap {
  display: flex;
  justify-content: center;
  gap: 0 .6em;
}
.list_recruitFlow .boxWrap .box {
  width: 31%;
}
.list_recruitFlow > li.last .box {
  padding: 30% 0 0;
}
.list_recruitFlow > li.sp--small .box {
  padding: 13% 0 0;
}
.list_recruitFlow > li .att_text {
  font-size: 81.25%;
  margin: 1em 0 0;
  line-height: 1.4;
}
.dl_recruit {
  border-bottom: solid 1px #000000;
  padding: 2em 0;
}
.dl_recruit dt {
  font-size: 115%;
  color: #fff;
  font-weight: 500;
  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 .15em;
  margin: 0 0 1.2em;
}
.dl_recruit dd {
  box-sizing: border-box;
  line-height: 1.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 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;
  line-height: 1.5;
}
.spTable {
  overflow-x: scroll;
  margin: 0 0 1em;
}
.spTable .table_recruitModel {
  width: 200vw;
}
.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: 3em auto 1em;
}
/* ================== 
page-name #news
==================*/
.block_news {
  background: #EEF1F4;
}
.block_news .area_summary {
  padding: 6.7em 0 4.5em;
}
.list_newsSummary {
  width: 92%;
  margin: auto;
}
.list_newsSummary > li {
  border-bottom: solid 1px rgba(2, 73, 153, .6);
}
.list_newsSummary > li a {
  display: block;
  padding: 1em 1.5em 1em 0;
  transition: all .2s;
  font-size: 87.5%;
  line-height: 1.5;
}
.list_newsSummary > li a[target="_blank"] {
    background: url(../img/icon_blank02.webp) no-repeat right center;
    background-size: 17px;
}
.list_newsSummary > li span.time {
  display: block;
  box-sizing: border-box;
  margin: 0 0 .2em;
}
.list_newsSummary > li span.title {
  display: block;
}
.block_news .area_single .contentsWrap {
  margin: auto;
  box-sizing: border-box;
  padding: 2em;
  background: #fff;
}
.block_news .area_summary + .area_single {
  margin: -5em 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: 1.5em 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 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 ul {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
}
.block_news .area_single .single_navigation ul .nav_prev {
  position: absolute;
  left: 2em;
  top: 0;
}
.block_news .area_single .single_navigation ul .nav_next {
  position: absolute;
  right: 2em;
  top: 0;
}
.block_news .area_single .single_navigation ul a {
  text-decoration: underline;
  transition: all .2s;
}