@charset "UTF-8";
/*!
Theme Name: SWELL Child
Template: swell
*/
html {
  margin-top: 0 !important;
}

figure img {
  width: 100%;
  height: auto;
}

.l-content {
  margin-bottom: 0 !important;
}

.home #content {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.displaynone {
  display: none !important;
}

.swell-block-fullWide + .swell-block-fullWide {
  margin-top: 0;
}

#wpadminbar,
#breadcrumb,
.c-pageTitle,
#fix_header {
  display: none;
}

#header {
  top: 0;
}

.l-content {
  padding-top: 0;
}

.l-mainContent__inner .post_content {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.is-style-default > .c-tabList .c-tabList__button:hover,
.is-style-default > .c-tabList .c-tabList__button[aria-selected=true] {
  background-color: inherit;
  color: inherit;
}

.wp-block-list {
  padding: 0 0 0 0.5em !important;
}

.w-beforeFooter {
  margin: 0 auto;
}

.swell-block-fullWide.sp-py-40,
.swell-block-fullWide.pc-py-60 {
  padding: 0;
}

.swell-block-fullWide {
  margin-bottom: 0;
}

.c-postTimes__posted.icon-posted:before {
  content: none;
}

.swell-block-columns .swell-block-column {
  margin-left: 0;
}

.swell-block-columns__inner {
  margin-left: 0;
  width: 100%;
  justify-content: center;
}

textarea {
  resize: none;
}

.swell-block-button__link {
  min-width: auto !important;
  box-shadow: none !important;
}

@media screen and (max-width: 960px) {
  .swell-block-columns .swell-block-column {
    width: 100% !important;
  }
}

.lower_fv {
  padding: 195px 0 107px 0 !important;
  margin-bottom: 0.5px;
}
.lower_fv .swell-block-fullWide__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lower_title {
  color: #333333;
  font-family: "Roboto", sans-serif !important;
  font-size: 60px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  position: relative;
  width: 580px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .lower_title {
    font-size: 32px !important;
  }
}
.lower_title:before {
  position: absolute !important;
  content: "" !important;
  width: 135px !important;
  aspect-ratio: 135/106;
  background-image: url(./images/common/lower_title_line-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  height: auto !important;
}
@media screen and (max-width: 960px) {
  .lower_title:before {
    top: -6% !important;
    left: -3% !important;
    width: 55px !important;
  }
}
.lower_title:after {
  position: absolute !important;
  content: "" !important;
  width: 131px !important;
  aspect-ratio: 131/101;
  background-image: url(./images/common/lower_title_line-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  right: 0;
}
@media screen and (max-width: 960px) {
  .lower_title:after {
    width: 55px !important;
    top: 5% !important;
    right: -1% !important;
  }
}

.lower_section_title {
  color: #202664 !important;
  font-size: 40px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 180% !important;
  position: relative;
  width: 360px !important;
  margin: 0 auto 54px auto !important;
}
@media screen and (max-width: 960px) {
  .lower_section_title {
    font-size: 32px !important;
  }
}
.lower_section_title:before {
  content: "" !important;
  position: absolute !important;
  width: 135px !important;
  height: 106px !important;
  background-image: url(./images/common/lower_section_title_line-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0 !important;
  left: 0 !important;
  transform: translate(-100%, -10%);
}
@media screen and (max-width: 960px) {
  .lower_section_title:before {
    width: 55px !important;
    height: 42px !important;
  }
}
.lower_section_title:after {
  content: "" !important;
  position: absolute !important;
  width: 131px !important;
  height: 101px !important;
  background-image: url(./images/common/lower_section_title_line-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0 !important;
  right: 0 !important;
  transform: translate(100%, 10%);
}
@media screen and (max-width: 960px) {
  .lower_section_title:after {
    width: 55px !important;
    height: 42px !important;
  }
}

body.js-loaded .slide_in-left,
body.js-loaded .slide_in-right,
body.js-loaded .slide_in-left2,
body.js-loaded .slide_in-right2 {
  opacity: 0;
}

.slide_in-left,
.slide_in-right,
.slide_in-draw {
  will-change: opacity, transform, clip-path;
}

.slide_in-left.is-animated {
  animation: slideInLeft 2.6s ease forwards infinite;
  opacity: 1;
}

.slide_in-right.is-animated {
  animation: slideInRight 2.6s ease forwards infinite;
  opacity: 1;
}

.slide_in-draw {
  animation: draw-line 4s ease-out forwards infinite;
  animation-play-state: paused;
}

.slide_in-draw.is-animated {
  animation-play-state: running;
}

.slide_in-left2.is-animated {
  animation: slideInLeft2 2.9s ease forwards infinite;
  opacity: 1;
  animation-delay: 0.5s;
}

.slide_in-right2.is-animated {
  animation: slideInRight2 2.9s ease forwards infinite;
  opacity: 1;
  animation-delay: 0.5s;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInLeft2 {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight2 {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes draw-line {
  from {
    clip-path: inset(0 0 100% 0);
  }
  to {
    clip-path: inset(0 0 0% 0);
  }
}
.home #content {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.top_mv {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .top_mv {
    height: 65vh;
  }
}
.top_mv::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -40px;
  width: 60%;
  height: 70%;
  background-image: url(./images/top/top_mv_obj1.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.top_mv:after {
  content: "";
  position: absolute;
  bottom: -50%;
  right: -40px;
  width: 70%;
  height: 1000%;
  background-image: url(./images/top/top_mv_obj2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 0 bottom 0;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .top_mv:after {
    bottom: -20%;
  }
}
.top_mv::before, .top_mv::aftert {
  animation-delay: 3s;
}
.top_mv .swell-block-fullWide__inner {
  position: relative;
  padding: 300px 0 300px 0 !important;
}
@media screen and (max-width: 768px) {
  .top_mv .swell-block-fullWide__inner {
    padding: 120px 0 120px 0 !important;
  }
}
.top_mv .swell-block-fullWide__inner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  aspect-ratio: 881/1095;
  transform: translate(-50%, -50%);
  background-image: url(./images/top/fv_img.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  animation: rotate 30s linear infinite;
  transform-origin: center center;
}
@media screen and (max-width: 960px) {
  .top_mv .swell-block-fullWide__inner:before {
    width: 109%;
    left: -19px;
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.top_mv_title {
  color: #333333;
  margin: 0 !important;
}
.top_mv_title .swl-inline-color {
  position: relative;
}
.top_mv_title .swl-inline-color::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 174/41;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
  z-index: -1;
  background-image: url(./images/top/top_title_underline.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 960px) {
  .top_mv_title .swl-fz[style="font-size:72px"] {
    font-size: 32px !important;
  }
  .top_mv_title .swl-fz[style="font-size:67px"] {
    font-size: 24px !important;
  }
  .top_mv_title .swl-fz[style="font-size:60px"] {
    font-size: 22px !important;
  }
  .top_mv_title .swl-fz[style="font-size:47px"] {
    font-size: 18px !important;
  }
}

.top_line1 {
  width: 285px;
  aspect-ratio: 1/1;
  position: absolute;
  top: -45px;
  left: -134px;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .top_line1 {
    width: 45%;
    top: -12%;
    left: 0;
  }
}
.top_line1 img {
  width: 100%;
}

.top_line2 {
  width: 387px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  right: -150px;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .top_line2 {
    width: 40%;
    top: -45px;
    right: 0;
  }
}
.top_line2 img {
  width: 100%;
}

.top_line3 {
  width: 250px;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: -45px;
  right: -134px;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .top_line3 {
    width: 50%;
    bottom: -35%;
    right: -15%;
  }
}
.top_line3 img {
  width: 100%;
}

.top_mv_circle {
  position: absolute;
  right: -18%;
  width: 17%;
  transform-origin: center bottom;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .top_mv_circle {
    right: 0;
  }
}

.top_bubble {
  position: absolute;
  left: -72px;
  z-index: -1;
  top: -64%;
  width: 59%;
}

.top_line4 {
  width: 250px;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: -45px;
  left: -134px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top_line4 {
    width: 50%;
    bottom: -35%;
    left: -15%;
  }
}
.top_line4 img {
  width: 100%;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.top_line1,
.top_line2,
.top_line3,
.top_line4 {
  opacity: 0;
}

.top_line1.is-animated,
.top_line4.is-animated {
  animation: slideInLeft 3.6s ease forwards infinite;
}

.top_line2.is-animated,
.top_line3.is-animated {
  animation: slideInRight 3.6s ease forwards infinite;
}

.top_mv::before, .top_mv::after {
  animation: seesaw 4s ease-in-out infinite;
  transform-origin: center bottom;
}
.top_mv::before {
  animation-delay: 0s;
}
.top_mv::after {
  animation-delay: -2s;
}

.top_mv_obj3 {
  content: "";
  position: absolute;
  width: 62%;
  left: 0%;
  position: absolute;
  top: 10%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .top_mv_obj3 {
    width: 76%;
    left: 0;
    top: 9%;
  }
}

.top_about {
  z-index: 1;
  padding: 0 !important;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .top_about {
    padding: 0 16px !important;
  }
}
.top_about .swell-block-fullWide__inner {
  width: 78%;
  max-width: 1348px;
  margin: 0 auto;
  padding: 130px 0 104px 0 !important;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: auto;
}
@media screen and (max-width: 960px) {
  .top_about .swell-block-fullWide__inner {
    padding: 40px 14px !important;
  }
}
@media screen and (max-width: 768px) {
  .top_about .swell-block-fullWide__inner {
    width: 100%;
    max-width: 100%;
  }
}
.top_about .swell-block-fullWide__inner .top_about_bubble {
  position: absolute;
  width: 30%;
  aspect-ratio: 756/862;
  right: -14%;
  top: 4%;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .top_about .swell-block-fullWide__inner .top_about_bubble {
    width: 48%;
    right: -16px;
    bottom: -22%;
    top: auto;
    z-index: -1;
  }
}

.top_about_title {
  margin-bottom: 0 !important;
}
.top_about_title span {
  position: relative;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 80px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 130% !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 960px) {
  .top_about_title span {
    font-size: 32px !important;
  }
}
.top_about_title span::before {
  content: "";
  position: absolute;
  width: 135px;
  aspect-ratio: 135/106;
  top: 0;
  left: 0;
  background-image: url(./images/top/top_title-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-100%, -10%);
}
@media screen and (max-width: 960px) {
  .top_about_title span::before {
    width: 30%;
  }
}
.top_about_title span::after {
  content: "";
  position: absolute;
  width: 130px;
  aspect-ratio: 130/101;
  top: 0;
  right: 0;
  background-image: url(./images/top/top_title-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(100%, 10%);
}
@media screen and (max-width: 960px) {
  .top_about_title span::after {
    width: 30%;
  }
}

.top_about_title-sub {
  color: #0A305F;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 35px;
}
@media screen and (max-width: 960px) {
  .top_about_title-sub {
    font-size: 18px !important;
  }
}

.top_title-line {
  color: #0A305F;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  max-width: 761px;
  margin: 0 auto 63px auto;
  position: relative;
}
@media screen and (max-width: 960px) {
  .top_title-line {
    margin: 0 auto 32px auto;
    font-size: 28px !important;
    text-align: center;
  }
}
.top_title-line:before {
  content: "";
  position: absolute;
  background-image: url(./images/top/top_about_title_line.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  left: -30%;
  bottom: -31px;
  width: 397px;
}
@media screen and (max-width: 960px) {
  .top_title-line:before {
    width: 60%;
    left: 0;
  }
}

.top_about .top_title-line {
  position: relative;
}
.top_about .top_title-line:after {
  content: "";
  position: absolute;
  background-image: url(./images/top/top_about_bg_img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 50%;
  top: 190%;
  width: 130%;
  aspect-ratio: 1/1;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .top_about .top_title-line:after {
    width: 120%;
    top: 300%;
  }
}

.top_about_text {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  color: #333333;
}
@media screen and (max-width: 960px) {
  .top_about_text {
    font-size: 14px;
  }
}

.top_about_future {
  padding: 0 !important;
}
.top_about_future .swell-block-fullWide__inner {
  padding: 132px 0 594px 0 !important;
  position: relative;
  width: 78%;
  max-width: 1348px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .top_about_future .swell-block-fullWide__inner {
    padding: 80px 16px 60px 16px !important;
  }
}
@media screen and (max-width: 768px) {
  .top_about_future .swell-block-fullWide__inner {
    width: 100%;
    max-width: 100%;
  }
}

.top_about_box_text {
  border-radius: 30px;
  border: 2px solid #FD6E31;
  background: #FFF;
  box-shadow: 0 4px 30px 0 rgba(255, 174, 0, 0.4);
  padding: 50px 44px !important;
  position: relative;
  align-self: flex-start;
}
@media screen and (max-width: 1200px) {
  .top_about_box_text {
    padding: 32px 24px !important;
  }
}

.top_futuro_flex {
  gap: 26px;
}

.top_futuro_title-orange {
  color: #FF6A00;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FD6E31;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 14px;
}
@media screen and (max-width: 1200px) {
  .top_futuro_title-orange {
    font-size: 20px !important;
  }
}

.top_futuro_title-small {
  display: flex;
  align-items: center;
  color: #FF9500;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 36px */
  position: relative;
}
@media screen and (max-width: 960px) {
  .top_futuro_title-small {
    font-size: 14px !important;
  }
}
.top_futuro_title-small:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #FD6E31;
  bottom: 0;
  left: 0;
}

.top_futuro_title {
  color: #333333;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0.88px;
  margin-bottom: 10px;
}
.top_futuro_title strong {
  font-size: 22px;
}
@media screen and (max-width: 960px) {
  .top_futuro_title {
    font-size: 16px;
  }
  .top_futuro_title strong {
    font-size: 18px;
  }
}

.top_futuro_text {
  color: #333333;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 960px) {
  .top_futuro_text {
    font-size: 16px;
  }
}

.top_about_future {
  position: relative;
}
.top_about_future .about_futuro_line-left {
  content: "";
  position: absolute;
  width: 34%;
  aspect-ratio: 752/837;
  top: 37%;
  left: -14%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .top_about_future .about_futuro_line-left {
    width: 50%;
    top: 38%;
  }
}
.top_about_future .swell-block-button {
  position: absolute;
  z-index: 1;
  bottom: 38px;
  right: 30px;
}
@media screen and (max-width: 960px) {
  .top_about_future .swell-block-button {
    right: 0;
  }
}
.top_about_future .swell-block-button .swell-block-button__link {
  width: 220px;
  height: 67px;
  border-radius: 10px;
  border: 1px solid #FD6E31;
  background: #FFC81E;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) !important;
  color: #0A305F;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  padding: 12px 33px !important;
  position: absolute;
  bottom: -78px;
  right: 0;
  padding: 0;
  display: flex;
  align-items: center;
  z-index: 1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 960px) {
  .top_about_future .swell-block-button .swell-block-button__link {
    width: 160px;
    height: 48px;
    font-size: 15px;
    padding: 12px 23px !important;
  }
}
.top_about_future .swell-block-button .swell-block-button__link:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 24px;
  background-image: url(./images/top/top_about_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .top_about_future .swell-block-button .swell-block-button__link:before {
    width: 28px;
    height: 24px;
  }
}
.top_about_future .swell-block-button .swell-block-button__link:hover {
  background-color: #ffffff !important;
  color: #0A305F !important;
  border: 1px solid #FFC81E !important;
}

.top_about_box-1 {
  margin-bottom: 225px;
}
@media screen and (max-width: 960px) {
  .top_about_box-1 {
    margin-bottom: 100px;
  }
}
.top_about_box-1 .top_about_box_text {
  margin-left: -40px !important;
  margin-top: -24px !important;
  width: 53.5% !important;
}
@media screen and (max-width: 960px) {
  .top_about_box-1 .top_about_box_text {
    margin-left: 0 !important;
    margin-top: -12px !important;
    width: 100% !important;
  }
}

.post_content .top_about_box .top_about_box_text-2 {
  margin: 0 !important;
  margin-right: -59px !important;
  margin-top: 130px !important;
  margin-left: 50px !important;
  position: absolute;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .post_content .top_about_box .top_about_box_text-2 {
    margin-right: 0 !important;
    margin-top: -12px !important;
    margin-left: 0 !important;
    position: inherit;
  }
}

.top_about_box-2 .swell-block-columns__inner {
  position: relative;
}
@media screen and (max-width: 960px) {
  .top_about_box-2 .swell-block-columns__inner {
    flex-direction: column-reverse;
  }
}
.top_about_box-2 .top_about_box_img {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 960px) {
  .top_about_box-2 .top_about_box_img {
    position: inherit;
  }
}

.top_about_img-center {
  position: absolute;
  width: 34%;
  aspect-ratio: 456/286;
  top: 52%;
  left: 53%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .top_about_img-center {
    top: 64%;
    left: 8px;
    transform: translate(0, 0);
    width: 37%;
  }
}

.cta {
  padding: 100px 16px 113px 16px !important;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .cta {
    padding: 60px 16px 80px 16px !important;
  }
}
.cta:before {
  z-index: -2 !important;
}
@media screen and (max-width: 960px) {
  .cta:before {
    background-image: url(./images/top/top_cta_bg_img-sp.png) !important;
    background-size: cover;
  }
}
.cta .swell-block-fullWide__inner {
  padding: 0 !important;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.cta .swell-block-fullWide__inner .top_cta_bg_img-circle {
  content: "";
  position: absolute;
  width: 24%;
  right: -19%;
  top: -74%;
  aspect-ratio: 1/1;
  z-index: -1 !important;
}
@media screen and (max-width: 960px) {
  .cta .swell-block-fullWide__inner .top_cta_bg_img-circle {
    top: -23%;
    right: -16px;
  }
}
.cta .swell-block-fullWide__inner .top_cta_bg_img-line {
  content: "";
  position: absolute;
  width: 35%;
  right: -22%;
  top: -74%;
  aspect-ratio: 1/1;
  z-index: -1 !important;
}
@media screen and (max-width: 960px) {
  .cta .swell-block-fullWide__inner .top_cta_bg_img-line {
    top: -23%;
    right: -16px;
  }
}

.cta_box {
  margin: 0 !important;
  width: 100%;
  min-height: 100%;
  background-color: #ffffff;
  background-image: url(./images/top/top_about_future_img4.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  border-radius: 30px;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 960px) {
  .cta_box {
    background-position: 73%;
    background-size: 352%;
  }
}
.cta_box .swell-block-columns__inner {
  width: 100%;
  margin-left: 0;
  padding: 79px 0 65px 66px;
  display: block;
}
@media screen and (max-width: 960px) {
  .cta_box .swell-block-columns__inner {
    padding: 60px 14px !important;
  }
}
.cta_box .swell-block-column {
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .cta_box .swell-block-column {
    justify-content: space-between;
  }
}

.cta_text {
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 960px) {
  .cta_text {
    font-size: 14px !important;
    margin-bottom: 2.5em;
  }
}
.cta_text strong span {
  color: #0A305F;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1.12px;
}
@media screen and (max-width: 960px) {
  .cta_text strong span {
    font-size: 16px !important;
    line-height: 1.5;
  }
}

@media screen and (max-width: 960px) {
  .cta_button {
    text-align: center !important;
  }
}
.cta_button .swell-block-button__link {
  width: 259px;
  height: 56px;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #FFF;
  color: #FF6A00;
  box-shadow: 0 9px 0.8px 0 #FFF;
  background-color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
  filter: drop-shadow(0px 9px 0.8px rgb(255, 255, 255));
  position: relative;
  z-index: 1;
}
.cta_button .swell-block-button__link::after {
  background: #ff701e;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 8px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.cta_button .swell-block-button__link:hover {
  color: #fff;
}
.cta_button .swell-block-button__link:hover::after {
  transform: scale(1, 1);
}

/* css直接貼り付け用コード */
@media screen and (max-width: 768px) {
  .top_about .swell-block-fullWide__inner,
  .top_about_future .swell-block-fullWide__inner {
    width: 100%;
    max-width: 100%;
  }
}

.cta .swell-block-fullWide__inner {
  width: 75%;
  max-width: 1080px;
}

@media screen and (max-width: 768px) {
  .cta .swell-block-fullWide__inner {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 1290px) {
  .top_about .top_title-line:before {
    left: -4%;
    bottom: -51px;
  }
}

@media screen and (max-width: 960px) {
  .top_about .top_title-line:before {
    bottom: -29px;
  }
}

@media screen and (min-width: 1290px) {
  .top_mv::before {
    width: 50%;
    max-width: 881px;
  }
}
.top_mv::before .top_mv::after {
  width: 50%;
  max-width: 1103px;
}

@media screen and (min-width: 961px) {
  .top_mv .swell-block-fullWide__inner {
    padding: 20.83% 0 !important; /* 300 / 1440 */
  }
  .top_mv .top_mv_title .swl-fz[style="font-size:72px"] {
    font-size: clamp(36px, 3.75vw, 54px) !important; /* 元72の75% / 最大54 */
  }
  .top_mv .top_mv_title .swl-fz[style="font-size:67px"] {
    font-size: clamp(33px, 3.47vw, 50px) !important; /* 元67の75% / 最大50 */
  }
  .top_mv .top_mv_title .swl-fz[style="font-size:60px"] {
    font-size: clamp(30px, 3.12vw, 45px) !important; /* 元60の75% / 最大45 */
  }
  .top_mv .top_mv_title .swl-fz[style="font-size:47px"] {
    font-size: clamp(23px, 2.43vw, 35px) !important; /* 元47の75% / 最大35 */
  }
}
@media screen and (max-width: 768px) {
  .top_mv_title .swl-fz[style="font-size:72px"] {
    font-size: clamp(18px, 3.12vw, 24px) !important; /* 元32の75% / 最大24 */
  }
  .top_mv_title .swl-fz[style="font-size:67px"] {
    font-size: clamp(13px, 2.34vw, 18px) !important; /* 元24の75% / 最大18 */
  }
  .top_mv_title .swl-fz[style="font-size:60px"] {
    font-size: clamp(12px, 2.08vw, 16px) !important; /* 元22の75% / 最大16 */
  }
  .top_mv_title .swl-fz[style="font-size:47px"] {
    font-size: clamp(9px, 1.69vw, 13px) !important; /* 元18の75% / 最大13 */
  }
}
/* 文字サイズが変わっても下線がずれないよう em 基準に */
.top_mv_title .swl-inline-color::before {
  bottom: -0.056em; /* 元: -4px / 72px */
}

@media screen and (max-width: 768px) {
  .top_mv .swell-block-fullWide__inner:before {
    width: 109%;
    left: -19px;
  }
}
.career_box {
  width: 83.33%; /* 1000 / 1440 */
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .career_box1 .swell-block-columns__inner,
  .career_box3 .swell-block-columns__inner {
    grid-template-columns: 1fr;
  }
  .career_box2 .swell-block-columns__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-direction: column-reverse;
  }
}
.benefits .swell-block-fullWide__inner {
  width: 83.33%; /* 1200 / 1440 */
  max-width: 1200px;
}

/* ===== about_graph の固定幅を1440px基準で%換算（%とpx併用 / 768px以下は100%） ===== */
.about_graph,
.entry_graph {
  width: 93%;
  max-width: 1079px;
}

@media screen and (max-width: 768px) {
  .about_graph {
    width: 100%;
    max-width: 100%;
  }
}
.page-id-643 .president_box {
  width: 89.51%; /* 1289 / 1440 */
  max-width: 1289px;
}
.page-id-643 .member_box {
  width: 65.42%; /* 942 / 1440 */
  max-width: 942px;
}

@media screen and (max-width: 768px) {
  .page-id-643 .president_box {
    width: 100%;
    max-width: 100%;
  }
  .page-id-643 .member_box {
    width: 100%;
    max-width: 100%;
  }
}
.interview_detail_box1 .swell-block-columns__inner {
  height: auto !important;
  align-items: flex-start !important;
}

@keyframes topMvRotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media screen and (min-width: 961px) {
  .top_mv .swell-block-fullWide__inner:before {
    width: 50vw; /* 画面幅の約70% */
    height: auto;
    aspect-ratio: 881/1095;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    animation: topMvRotate 30s linear infinite;
  }
  .top_mv_title {
    width: 70%; /* 画面幅の約70% */
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.c-widget__title.-spmenu {
  display: none;
}

.l-header__inner.l-container,
.l-fixHeader__inner.l-container {
  border-radius: 50px;
  max-width: 1380px;
  margin: 0 auto;
  padding: 9px 20px;
  background-color: #ffffff;
}

.l-header {
	left:50%;
	transform:translatex(-50%);
}

.l-header__logo {
  max-width: 184px;
}

.-body-solid .l-fixHeader {
  box-shadow: none;
}

#header {
  position: fixed;
  top: 24px;
  width: 85%;
  padding: 0 16px;
}

#fix_header {
  position: fixed;
  top: 30px;
}

.c-gnav li a {
  color: #333333;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

#header .w-header .swell-block-button {
  margin-bottom: 0 !important;
}
#header .w-header .swell-block-button__link {
  display: flex;
  width: 143px;
  height: 56px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 99px;
  border: 1px solid #FFF;
  background: #F8405A;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.54px;
  transition: all 0.3s ease;
}
#header .w-header .swell-block-button__link:hover {
  background: #FFF;
  color: #F8405A;
  border: 1px solid #F8405A;
}

#sp_menu_bottom .swell-block-button__link {
  width: 100%;
  transition: all 0.3s ease;
}
#sp_menu_bottom .swell-block-button__link:hover {
  background: #FFF;
  color: #F8405A;
  border: 1px solid #F8405A;
}

#footer {
  display: none;
}

.footer_box .swell-block-columns__inner {
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 42px;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media screen and (max-width: 960px) {
  .footer_box .swell-block-columns__inner {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}
.footer_box .swell-block-column {
  width: 100%;
}
.footer_box {
  /* 1列目 */
}
.footer_box .swell-block-column:nth-child(1) {
  justify-self: start;
}
.footer_box {
  /* 2列目 */
}
.footer_box .swell-block-column:nth-child(2) {
  justify-self: end;
  width: 408px;
}
.footer_box {
  /* 3列目 */
}
.footer_box .swell-block-column:nth-child(3) {
  justify-self: start;
  width: 240px;
}

.footer {
  background-color: #0A305F;
  position: relative;
  overflow: hidden;
  padding: 0 !important;
}
.footer::before {
  content: "";
  position: absolute;
  background-image: url(./images/common/footer_bg_img.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: -18%;
  top: 50%;
  width: 50%;
  aspect-ratio: 1/1;
  transform: translate(0, -50%);
}
.footer .swell-block-fullWide__inner {
  padding: 87px 0 67px 0 !important;
  max-width: 1302px !important;
  width:88% !important;
}
@media screen and (max-width: 960px) {
  .footer .swell-block-fullWide__inner {
    padding: 80px 24px !important;
  }
}

.footer_logo_box {
  margin-bottom: 99px;
}
@media screen and (max-width: 960px) {
  .footer_logo_box {
    margin-bottom: 0;
  }
}

.footer_logo {
  width: 353px;
  aspect-ratio: 353/53;
  margin-bottom: 32px;
}
@media screen and (max-width: 960px) {
  .footer_logo {
    width: 200px;
  }
}

.cta_office {
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.88px;
  margin-bottom: 24px;
  position: relative;
}
.cta_office::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  bottom: -12px;
}

.footer_address,
.footer_fax,
.footer_tel {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
}
.footer_address a,
.footer_fax a,
.footer_tel a {
  color: #ffffff;
}

.footer_privacy.is-stack {
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  width: 60%;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .footer_privacy.is-stack {
    width: 100%;
    flex-direction: column;
  }
}
.footer_privacy.is-stack p {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer_privacy.is-stack p img {
  background-color: #ffffff;
  margin-right: 8px;
}

.footer_link_box {
  color: #ffffff;
}

.footer_ling_group {
  margin-bottom: 24px;
}

.footer_link_box-first {
  gap: 43px;
}
@media screen and (max-width: 960px) {
  .footer_link_box-first {
    gap: 16px;
  }
}

.footer_link_title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  position: relative;
  margin-bottom: 24px;
  grid-column: span 2;
}
.footer_link_title::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -12px;
}

.footer_link_title-sub {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer_link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media screen and (max-width: 960px) {
  .footer_link {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.footer_link svg {
  fill: #FD6E31;
}
.footer_link .swell-block-linkList__link:hover {
  color: #fff !important;
  opacity: 0.7;
  transition: all 0.3s ease;
  cursor: pointer;
}

.footer_link-entry {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
}
@media screen and (max-width: 960px) {
  .footer_link-entry {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.footer_link-entry .swell-block-linkList__link {
  justify-content: flex-start;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

@media screen and (max-width: 960px) {
  .cta_link-service {
    font-size: 14px;
  }
}

.footer_btn_group_text {
  width: 334px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  padding-left: 12px;
  margin-bottom: 12px !important;
  position: relative;
}
@media screen and (max-width: 960px) {
  .footer_btn_group_text {
    width: 100%;
  }
}
.footer_btn_group_text::before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #FD6E31;
  position: absolute;
  top: 0;
  left: 0;
}

.footer_link_list_group {
  margin-bottom: 0;
}

.footer_btn_group {
  align-self: flex-end !important;
  align-items: flex-end;
  grid-column: span 2;
  margin-top: 14px;
}
.footer_btn_group .cta_btn {
  width: 334px;
}
@media screen and (max-width: 960px) {
  .footer_btn_group .cta_btn {
    width: 100%;
  }
}
.footer_btn_group .cta_btn .swell-block-button__link {
  width: 334px !important;
  height: 60px !important;
}
@media screen and (max-width: 960px) {
  .footer_btn_group .cta_btn .swell-block-button__link {
    width: 100% !important;
  }
}
.footer_btn_group .cta_btn .swell-block-button__link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 64px;
  width: 20px;
  height: 16px;
  background: url(./image/header/logo_mail.png) no-repeat center center/contain;
}
.footer_btn_group .cta_btn .swell-block-button__link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 64px;
  width: 20px;
  height: 16px;
  background: url(./image/header/btn_arrow_white.png) no-repeat center center/contain;
}

.swell-block-linkList__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.loop-slider {
  margin-bottom: 0;
  overflow: hidden;
}
.loop-slider .wp-block-group__inner-container {
  display: flex;
  gap: 12px;
  max-width: 100% !important;
}
.loop-slider .swell-block-columns {
  display: flex;
  flex-shrink: 0;
  gap: 12px;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .loop-slider .swell-block-columns {
    gap: 8px;
  }
}
.loop-slider .swell-block-columns__inner {
  display: flex;
  gap: 12px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 960px) {
  .loop-slider .swell-block-columns__inner {
    gap: 8px;
  }
}
.loop-slider .swell-block-column {
  width: 464px;
  aspect-ratio: 464/320;
  flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .loop-slider .swell-block-column {
    width: 200px !important;
    aspect-ratio: 16/9;
  }
}

.company {
  overflow: visible !important;
  margin-top: 0 !important;
  position: relative;
}

.company_bg_img {
  position: absolute;
  right: -12%;
  top: -20%;
  width: 24%;
  aspect-ratio: 658/920;
  background-position: center;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .company_bg_img {
    top: -15%;
    width: 43%;
    right: -9px;
  }
}

.company_bg_img2 {
  position: absolute;
  left: -12%;
  bottom: 5%;
  width: 20%;
  aspect-ratio: 558/1034;
  background-position: center;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .company_bg_img2 {
    left: -7%;
    bottom: 19%;
    width: 43%;
  }
}

.company_bg_img5 {
  position: absolute;
  top: 27%;
  left: -10%;
  width: 17%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .company_bg_img5 {
    width: 22%;
    left: -14px;
    top: -10%;
  }
}

.company_bg_img6 {
  position: absolute;
  top: 27%;
  right: -10%;
  width: 17%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .company_bg_img6 {
    width: 43%;
    right: -14px;
    top: -6%;
  }
}

.about_title {
  font-size: 40px !important;
  color: #202664 !important;
}
@media screen and (max-width: 960px) {
  .about_title {
    font-size: 32px !important;
  }
}
.about_title .swl-inline-color {
  font-size: 20px !important;
}
.about_title {
  position: relative;
}
.about_title:before {
  content: "" !important;
  position: absolute !important;
  width: 435px !important;
  height: 100% !important;
  bottom: 0;
  left: 0 !important;
  background-image: url(./images/common/lower_title_line-bottom.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-29%, 93%) !important;
}
@media screen and (max-width: 960px) {
  .about_title:before {
    width: 235px !important;
    left: 16% !important;
  }
}

.about_graph {
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgba(61, 94, 72, 0.1);
  display: flex;
  width: 78%;
  max-width: 1079px;
  padding: 80px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .about_graph {
    padding: 16px;
  }
}
@media screen and (max-width: 768px) {
  .about_graph {
    width: 100%;
  }
}
.about_graph tbody {
  gap: 32px !important;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .about_graph tbody {
    gap: 12px !important;
  }
}
.about_graph tr {
  display: grid;
  grid-template-columns: 0.24fr 0.76fr;
}
@media screen and (max-width: 960px) {
  .about_graph tr {
    grid-template-columns: 0.5fr 1fr;
  }
}
.about_graph tr:last-child th, .about_graph tr:last-child td {
  border-bottom: none;
}
.about_graph th, .about_graph td {
  border: none;
}
.about_graph th {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  background-color: transparent;
  border-bottom: 2px solid #6167AB;
}
@media screen and (max-width: 960px) {
  .about_graph th {
    font-size: 14px;
  }
}
.about_graph td {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.32px;
  border-bottom: 2px solid #DDD;
}
@media screen and (max-width: 960px) {
  .about_graph td {
    font-size: 14px;
  }
}

.career {
  margin-top: 0 !important;
  position: relative;
}
.career .swell-block-fullWide__inner {
  padding: 0;
}
@media screen and (max-width: 960px) {
  .career .swell-block-fullWide__inner {
    padding: 0 16px;
  }
}
.career .carrer_bg_img1-2 {
  position: absolute;
  top: 0;
  right: -14%;
  width: 24%;
  aspect-ratio: 820/1744;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .career .carrer_bg_img1-2 {
    top: -1%;
    right: 0;
    width: 43%;
  }
}
.career .carrer_bg_img2-2 {
  position: absolute;
  bottom: -12%;
  left: -12%;
  width: 24%;
  aspect-ratio: 742/1059;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .career .carrer_bg_img2-2 {
    bottom: 7%;
    width: 43%;
    left: 0;
  }
}
.career .career_text_box {
  padding: 30px;
  border-radius: 30px;
  border: 2px solid #6167AB;
  background: #FFF;
  box-shadow: 0 4px 10px 0 rgba(188, 188, 188, 0.5);
  align-self: flex-start;
}
@media screen and (max-width: 960px) {
  .career .career_text_box {
    padding: 24px 16px;
  }
}

.career_box {
  width: 78%;
  max-width: 1000px;
  margin: 0 auto 48px auto;
  position: relative;
}
@media screen and (max-width: 960px) {
  .career_box {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .career_box {
    width: 100%;
    max-width: 100%;
  }
}

.career_box1 .swell-block-columns__inner,
.career_box3 .swell-block-columns__inner {
  display: grid;
  grid-template-columns: 1.72fr 0.28fr;
  justify-content: flex-start;
}
@media screen and (max-width: 960px) {
  .career_box1 .swell-block-columns__inner,
  .career_box3 .swell-block-columns__inner {
    grid-template-columns: 1fr;
  }
}
.career_box1 .swell-block-columns__inner .swell-block-column,
.career_box3 .swell-block-columns__inner .swell-block-column {
  width: 100%;
}

.career_box2 .swell-block-columns__inner {
  display: grid;
  grid-template-columns: 0.28fr 1.72fr;
  justify-content: flex-start;
}
@media screen and (max-width: 960px) {
  .career_box2 .swell-block-columns__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-direction: column-reverse;
  }
}
.career_box2 .swell-block-columns__inner .swell-block-column {
  width: 100%;
}
.career_box2 .swell-block-columns__inner .career_text_box {
  position: relative;
  z-index: -1;
}

.career_img_box {
  align-self: flex-end;
}

.carrer_img1 {
  width: 311.997px;
  aspect-ratio: 311/264;
  margin-left: -24px;
}
@media screen and (max-width: 960px) {
  .carrer_img1 {
    width: 100%;
    margin-left: 0;
  }
}

.carrer_img2 {
  width: 352.505px;
  aspect-ratio: 352/259;
  margin-right: -24px;
}
@media screen and (max-width: 960px) {
  .carrer_img2 {
    width: 100%;
    margin-right: 0;
  }
}

.carrer_img3 {
  width: 279.088px;
  aspect-ratio: 279/296;
  margin-left: -24px;
}
@media screen and (max-width: 960px) {
  .carrer_img3 {
    width: 100%;
    margin-left: 0;
  }
}

.carrer_bg_img2-3 {
  position: absolute;
  bottom: 2%;
  right: -13%;
  width: 17%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .carrer_bg_img2-3 {
    bottom: 0;
    right: -14px;
    width: 29%;
  }
}

.carrer_bg_img3-3 {
  position: absolute;
  top: 43%;
  left: -12%;
  width: 17%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .carrer_bg_img3-3 {
    top: 7%;
  }
}

.career_box .swl-inline-color {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.84px;
}
@media screen and (max-width: 960px) {
  .career_box .swl-inline-color {
    font-size: 24px;
  }
}
.career_box .swl-inline-color .swl-fz {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.02px;
}
@media screen and (max-width: 960px) {
  .career_box .swl-inline-color .swl-fz {
    font-size: 28px;
  }
}

.career_text {
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .career_text .swl-fz {
    font-size: 18px !important;
  }
}

.benefits {
  position: relative;
}
.benefits .swell-block-fullWide__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .benefits .swell-block-fullWide__inner {
    padding: 0 16px;
  }
}

.benefit_bg_img2 {
  position: absolute;
  bottom: -14%;
  left: -11%;
  width: 15%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .benefit_bg_img2 {
    position: absolute;
    width: 43%;
    bottom: -10%;
    z-index: -1;
    left: 0;
  }
}

.benefit_bg_img3 {
  width: 23%;
  top: -3%;
  position: absolute;
  z-index: -1;
  right: -13%;
}
@media screen and (max-width: 960px) {
  .benefit_bg_img3 {
    top: 0;
    width: 52%;
    right: 0;
    position: absolute;
    z-index: -1;
  }
}

.about_list_group .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
@media screen and (max-width: 960px) {
  .about_list_group .wp-block-group__inner-container {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media screen and (max-width: 960px) {
  .about_box {
    margin-bottom: 0;
  }
}
.about_box .swell-block-columns__inner {
  width: 100% !important;
  gap: 12px;
}

.about_column {
  border-radius: 10px;
  border: 2px solid #C2C2C2;
  background: #FFF;
  padding: 10px !important;
}

.about_flex {
  display: grid !important;
  grid-template-columns: 1fr 0.1fr;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .about_flex {
    gap: 8px;
  }
}
.about_flex p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
@media screen and (max-width: 960px) {
  .about_flex p {
    font-size: 14px;
  }
}
.about_flex p .swl-fz {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.54px;
}
.about_flex .about_list_box {
  width: 45px;
}

.treatment {
  position: relative;
}

.treatment_bg_img1 {
  position: absolute;
  position: absolute;
  width: 31%;
  top: 5%;
  right: -17%;
}
@media screen and (max-width: 960px) {
  .treatment_bg_img1 {
    width: 50%;
    top: auto;
    position: absolute;
    z-index: -1;
    bottom: -11%;
    right: -14px;
  }
}

/* css直接貼り付け用コード */
/* ===== max-width を1440px基準で%換算（%とpx併用 / 768px以下は100%） ===== */
.career_box {
  width: 83.33%; /* 1000 / 1440 */
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .career_box1 .swell-block-columns__inner,
  .career_box3 .swell-block-columns__inner {
    grid-template-columns: 1fr;
  }
  .career_box2 .swell-block-columns__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-direction: column-reverse;
  }
}
.benefits .swell-block-fullWide__inner {
  width: 83.33%; /* 1200 / 1440 */
  max-width: 1200px;
}

@media screen and (max-width: 768px) {
  .career_box {
    width: 100%;
    max-width: 100%;
  }
  .benefits .swell-block-fullWide__inner {
    width: 100%;
    max-width: 100%;
  }
}
.form {
  padding-bottom: 20px !important;
  margin-top: 1px !important;
  background-size: contain !important;
  position: relative;
}
.form .lower_section_title {
  margin-left: 0 !important;
}
@media screen and (max-width: 960px) {
  .form .lower_section_title {
    width: 50% !important;
    text-align: center !important;
    margin-left: auto !important;
  }
}
.form .form_bg_img1 {
  position: absolute;
  width: 23%;
  top: 57%;
  right: -14%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .form .form_bg_img1 {
    width: 39%;
    top: 59%;
    right: -16px;
  }
}
.form .form_bg_img2 {
  position: absolute;
  width: 27%;
  top: 27%;
  left: -14%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .form .form_bg_img2 {
    width: 50%;
    top: 27%;
    left: -4%;
  }
}
.form .form_bg_img3 {
  position: absolute;
  width: 23%;
  bottom: 4%;
  right: -14%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .form .form_bg_img3 {
    width: 41%;
    bottom: 25%;
    right: -16px;
  }
}
.form .form_bg_img4 {
  position: absolute;
  width: 23%;
  bottom: 17%;
  left: -14%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .form .form_bg_img4 {
    left: -16px;
  }
}

.form_text_group {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.72px;
  gap: 12px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .form_text_group {
    font-size: 14px;
  }
}
.form_text_group strong {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 960px) {
  .form_text_group strong {
    font-size: 18px;
  }
}
.form_text_group .has-text-align-center {
  margin-bottom: 20px;
}

#wpcf7-f322-p647-o1 {
  margin-bottom: 0;
}

.c-contactForm {
  max-width: 860px;
  margin: 0 auto;
  background: #FFEDDC;
  padding: 40px 85px;
}
@media screen and (max-width: 960px) {
  .c-contactForm {
    padding: 40px 16px;
  }
}

.c-contactForm__row {
  display: flex;
  gap: 40px;
  margin-bottom: 32px;
}

.c-contactForm__label {
  width: 260px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #333;
}
.c-contactForm__label p {
  display: flex;
  gap: 8px;
}

.c-contactForm__label .required {
  background: #DA1919;
  color: #fff;
  font-size: 14px;
  padding: 4px 8px;
  display: inline-block;
  font-weight: 400;
  line-height: 100%;
}

.c-contactForm__field {
  flex: 1;
}

.c-contactForm input[type=text],
.c-contactForm input[type=email],
.c-contactForm input[type=tel],
.c-contactForm select,
.c-contactForm textarea,
.wpcf7 input[type=file] {
  width: 100%;
  border: 1px solid #BCBCBC;
  background: #fff;
  padding: 16px 20px;
  font-size: 16px;
  border-radius: 5px;
  box-sizing: border-box;
}

.c-contactForm textarea {
  height: 180px;
  resize: vertical;
}

.c-contactForm input::placeholder,
.c-contactForm textarea::placeholder,
select,
.c-contactForm input {
  color: #999;
}

.c-contactForm__privacy {
  margin-top: 32px;
  text-align: center;
  font-size: 16px;
}

.c-contactForm__privacy a {
  color: #FF6A00;
  text-decoration: underline;
}

.c-contactForm__submit {
  margin-top: 32px;
  text-align: center;
}

.c-contactForm__submit input[type=submit] {
  background: #FF6A00;
  color: #fff;
  border: none;
  padding: 20px 60px;
  border-radius: 12px;
  cursor: pointer;
  transition: opacity 0.3s;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
}

.c-contactForm__submit input[type=submit]:hover {
  opacity: 0.8;
}

/* エラー */
.wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 14px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  margin-top: 24px;
}

/* SP */
@media screen and (max-width: 768px) {
  .c-contactForm {
    padding: 48px 20px;
  }
  .c-contactForm__row {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
  }
  .c-contactForm__label {
    width: 100%;
    font-size: 15px;
  }
  .c-contactForm__submit input[type=submit] {
    width: 100%;
    font-size: 22px;
    padding: 18px 20px;
  }
}
.entry_flow {
  padding: 0 !important;
  max-width: 1100px;
  margin: 0 auto;
  background-size: 25% !important;
  background-position: 100% -53% !important;
}
.entry_flow .swell-block-fullWide__inner {
  padding: 110px 0 100px 0 !important;
}
@media screen and (max-width: 960px) {
  .entry_flow .swell-block-fullWide__inner {
    padding: 80px 16px 40px 16px !important;
  }
}
@media screen and (max-width: 960px) {
  .entry_flow .lower_section_title {
    width: 50% !important;
  }
}
.entry_flow .entry_text {
  margin-bottom: 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 960px) {
  .entry_flow .entry_text {
    font-size: 16px;
  }
}

.entry_flow_box {
  position: relative;
}
@media screen and (max-width: 960px) {
  .entry_flow_box {
    padding: 24px 16px;
  }
}
.entry_flow_box .swell-block-columns__inner {
  gap: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .entry_flow_box .swell-block-columns__inner {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0;
    align-items: stretch;
	 width: 93%;
    margin: 0 auto;
  }
}
.entry_flow_box .swell-block-columns__inner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110%;
  height: 24px;
  background-image: linear-gradient(90deg, #FFC81E, #FF6A00);
  translate: -50% -50%;
  border-radius: 30px;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .entry_flow_box .swell-block-columns__inner:before {
    top: 0;
    left: 50%;
    width: 16px;
    height: 100%;
    translate: -50% 0;
    background-image: linear-gradient(180deg, #FFC81E, #FF6A00);
  }
}
.entry_flow_box .entry_flow_column {
  width: 100%;
  height: 140px;
  padding: 1%;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .entry_flow_box .entry_flow_column {
    width: 45% !important;
    padding: 3% 5%;
	 height: 90px;
  }
  .entry_flow_box .entry_flow_column:nth-child(odd) {
    align-self: flex-start;
    margin-left: 0;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .entry_flow_box .entry_flow_column:nth-child(odd) {
    margin-top: -24px;
  }
}
@media screen and (max-width: 960px) {
  .entry_flow_box .entry_flow_column:nth-child(even) {
    align-self: flex-end;
    margin-right: 0;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .entry_flow_box .entry_flow_column:nth-child(even) {
    margin-top: -24px;
  }
}
@media screen and (max-width: 400px) {
  .entry_flow_box .entry_flow_column {
    height: 80px;
  }
}
.entry_flow_box .flow_column_group {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 960px) {
  .entry_flow_box .flow_column_group {
    margin-bottom: 0.5em !important;
  }
}
@media screen and (max-width: 960px) {
  .entry_flow_box .flow_column_group .wp-block-group__inner-container {
    display: flex;
    flex-direction: row;
    gap: 8px;
  }
}
.entry_flow_box .flow_number {
  margin-bottom: 0;
}
.entry_flow_box figure {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .entry_flow_box figure {
    margin: 0 auto 8px 0;
    width: 50%;
  }
}
.entry_flow_box figure img {
  width: 50%;
}
.entry_flow_box p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.72px;
}

.assign_flow {
  position: relative;
  padding: 0 !important;
  max-width: 1100px;
}
@media screen and (max-width: 960px) {
  .assign_flow .lower_section_title {
    width: 88% !important;
  }
  .assign_flow .lower_section_title::before {
    left: 49px !important;
  }
  .assign_flow .lower_section_title:after {
    right: 45px !important;
  }
}
.assign_flow .entry_flow_box {
  position: relative;
}
.assign_flow .entry_flow_column {
  height: 144px;
}
@media screen and (max-width: 960px) {
  .assign_flow .entry_flow_column {
    height: 88px;
  }
}
@media screen and (max-width: 960px) {
  .assign_flow .entry_flow_column:nth-child(1), .assign_flow .entry_flow_column:nth-child(3) {
    height: 104px;
  }
}
.assign_flow .entry_flow_column figure {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .assign_flow .entry_flow_column figure {
  margin-left:0;
  }
}

.flow_bg_img-1 {
  position: absolute;
  width: 23%;
  right: -15%;
  top: -5%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .flow_bg_img-1 {
    width: 50%;
    position: absolute;
    right: 0;
    top: 22%;
    z-index: -1;
  }
}

.flow_bg_img-3 {
  position: absolute;
  width: 19%;
  right: -9%;
  bottom: 17%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .flow_bg_img-3 {
    width: 50%;
    position: absolute;
    right: -16px;
  }
}

.flow_bg_img2 {
  position: absolute;
  width: 23%;
  left: -12%;
  top: -5%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .flow_bg_img2 {
    width: 45%;
    top: 69%;
    position: absolute;
    z-index: -1;
    left: -8%;
  }
}

.assign_bg_img1 {
  width: 22%;
  right: -15%;
  position: absolute;
  top: 32%;
  z-index: -2;
}
@media screen and (max-width: 960px) {
  .assign_bg_img1 {
    width: 40%;
    right: -16px;
    position: absolute;
    top: 45%;
    z-index: -2;
  }
}

.assign_bg_img2 {
  position: absolute;
  left: -13%;
  width: 14%;
  top: 40%;
  z-index: -2;
}
@media screen and (max-width: 960px) {
  .assign_bg_img2 {
    position: absolute;
    width: 30%;
    left: 0;
    top: 93%;
    z-index: -2;
  }
}

.entry_img {
  margin-bottom: 50px;
}

.conditions {
  background-image: url(./images/entry/condition_bg_img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% -190%;
  background-size: 155%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .conditions {
    background-image: url(./images/entry/condition_bg_img-sp.png);
    background-position: 50% 1%;
    background-size: 256%;
  }
}
@media screen and (max-width: 960px) {
  .conditions .lower_section_title {
    width: 50% !important;
  }
}

.condition_bg_img1 {
  position: absolute;
  z-index: -1;
  width: 24%;
  right: -15%;
  top: 32%;
}
@media screen and (max-width: 960px) {
  .condition_bg_img1 {
    right: 0%;
    top: 8%;
    width: 23%;
  }
}

.condition_bg_img2 {
  position: absolute;
  z-index: -1;
  bottom: -21%;
  left: -13%;
  width: 26%;
}
@media screen and (max-width: 960px) {
  .condition_bg_img2 {
    width: 50%;
    left: -15%;
    bottom: -12%;
  }
}

.president {
  margin-top: 0.5px !important;
  position: relative;
}
.president::before {
  background-position: top;
  background-size: contain;
}
.president .member_title_group {
  width: 510px;
  margin-bottom: 85px;
}
@media screen and (max-width: 960px) {
  .president .member_title_group {
    width: 95%;
    margin: 0 auto 40px auto;
  }
}
@media screen and (max-width: 768px) {
  .president .member_title_group .swl-fz[style="font-size:40px"] {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 768px) {
  .president .member_title_group .swl-fz[style="font-size:20px"] {
    font-size: 18px !important;
  }
}
.president .president_bg_img1 {
  position: absolute;
  width: 23%;
  top: -17%;
  right: -11%;
  z-index: -2;
}
@media screen and (max-width: 960px) {
  .president .president_bg_img1 {
    width: 36%;
    top: -3%;
    right: -14px;
  }
}
.president .president_bg_img1-2 {
  position: absolute;
  width: 19%;
  top: 10%;
  right: -11%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .president .president_bg_img1-2 {
    width: 36%;
    top: 6%;
    right: -14px;
  }
}
.president .president_bg_img2 {
  position: absolute;
  width: 50%;
  left: -11%;
  top: 12%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .president .president_bg_img2 {
    width: 50%;
    left: -14px;
    top: 6%;
  }
}
.president .president_bg_img3 {
  position: absolute;
  width: 50%;
  bottom: -11%;
  right: -10%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .president .president_bg_img3 {
    bottom: -5%;
    right: -14px;
  }
}
.president .president_bg_img4 {
  position: absolute;
  bottom: -49%;
  width: 30%;
  z-index: -1;
  left: -11%;
}
@media screen and (max-width: 960px) {
  .president .president_bg_img4 {
    bottom: -13%;
    left: -14px;
  }
}

.president_box {
  max-width: 1289px;
  margin: 0 auto;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 26px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .president_box {
    padding: 24px;
  }
}

.president_title {
  padding: 5px 15px 14px 15px !important;
  border-radius: 10px;
  color: #FFF;
  background: #FFC81E;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  width: 152px;
  position: relative;
  margin-bottom: 12px;
}
.president_title:before {
  content: "";
  position: absolute;
  width: 85%;
  height: 2px;
  bottom: 11px;
  left: 50%;
  background-color: #ffffff;
  transform: translateX(-50%);
}

@media screen and (max-width: 960px) {
  .president_text .swl-fz {
    font-size: 14px !important;
  }
}

.member_title_group {
  position: relative;
}
.member_title_group:before {
  content: "";
  position: absolute;
  width: 135px;
  aspect-ratio: 135/106;
  background-image: url(./images/member/member_title_line-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: -10%;
}
@media screen and (max-width: 960px) {
  .member_title_group:before {
    width: 55px;
    top: -6%;
    left: -3%;
  }
}
.member_title_group:after {
  content: "";
  position: absolute;
  width: 130px;
  aspect-ratio: 130/101;
  background-image: url(./images/member/member_title_line-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  right: 0;
  bottom: -10%;
}
@media screen and (max-width: 960px) {
  .member_title_group:after {
    width: 55px;
    top: 5%;
    right: -1%;
  }
}

.member {
  padding: 0 !important;
  background-position: 50% -139% !important;
}
.member::before {
  background-size: 110% !important;
}
.member .__parallaxLayer {
  background-size: contain !important;
}
.member .swell-block-fullWide__inner {
  padding: 6px 0 84px 0;
}
@media screen and (max-width: 960px) {
  .member .swell-block-fullWide__inner {
    padding: 10px 16px 60px 16px;
  }
}
.member .member_title_group {
  width: 569px;
  margin: 0 auto 80px auto;
}
@media screen and (max-width: 960px) {
  .member .member_title_group {
    width: 100%;
    margin-bottom: 40px;
  }
}
.member .member_img img {
  aspect-ratio: 274/252;
  object-fit: cover;
}

@media screen and (max-width: 960px) {
  .member .swl-fz[style="font-size:40px"] {
    font-size: 32px !important;
  }
}
@media screen and (max-width: 960px) {
  .member .swl-fz[style="font-size: 20px"] {
    font-size: 18px !important;
  }
}

.page-id-645 .member {
  position: relative;
}
.page-id-645 .member::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(./images/member/member_bg_img2.png);
  background-size: 110% !important;
  background-position: 50% 0;
  background-repeat: repeat;
  animation: memberBgFloat 6s ease-in-out infinite;
  pointer-events: none;
  z-index: -1;
}
@keyframes memberBgFloat {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}

.member_box {
  width: 70%;
  max-width: 942px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .member_box {
    width: 100%;
  }
}
.member_box .swell-block-columns__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  gap: 70px;
}
@media screen and (max-width: 768px) {
  .member_box .swell-block-columns__inner {
    grid-template-columns: 1fr;
    gap: 24px;
    width: 80%;
    margin: 0 auto;
  }
}

.member_card {
  width: 100% !important;
  background: #FFF;
  box-shadow: 0 2.946px 22.092px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 12px 12px 20px 12px !important;
}

.member_job {
  position: absolute;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 0 !important;
  top: 0;
  right: -40px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.member_number {
  margin-bottom: 0;
}

.member_name {
  margin-bottom: 0;
  position: relative;
}
.member_name:before {
  content: "";
  position: absolute;
  width: 196px;
  height: 2px;
  background-color: #FF9500;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.member_bg_img1 {
  position: absolute;
  z-index: -1;
  width: 32%;
  bottom: -4%;
  right: -13%;
}
@media screen and (max-width: 960px) {
  .member_bg_img1 {
    bottom: -6%;
    width: 50%;
  }
}

.page-id-863 .lower_fv .lower_title,
.page-id-1072 .lower_fv .lower_title,
.page-id-1076 .lower_fv .lower_title,
.page-id-1080 .lower_fv .lower_title,
.page-id-1293 .lower_fv .lower_title,
.page-id-1295 .lower_fv .lower_title,
.page-id-1297 .lower_fv .lower_title,
.page-id-1299 .lower_fv .lower_title,
.page-id-1301 .lower_fv .lower_title,
.page-id-1303 .lower_fv .lower_title {
  width: 739px !important;
}
@media screen and (max-width: 960px) {
  .page-id-863 .lower_fv .lower_title,
  .page-id-1072 .lower_fv .lower_title,
  .page-id-1076 .lower_fv .lower_title,
  .page-id-1080 .lower_fv .lower_title,
  .page-id-1293 .lower_fv .lower_title,
  .page-id-1295 .lower_fv .lower_title,
  .page-id-1297 .lower_fv .lower_title,
  .page-id-1299 .lower_fv .lower_title,
  .page-id-1301 .lower_fv .lower_title,
  .page-id-1303 .lower_fv .lower_title {
    width: 60%;
  }
}
.page-id-863 .president .member_title_group,
.page-id-1072 .president .member_title_group,
.page-id-1076 .president .member_title_group,
.page-id-1080 .president .member_title_group,
.page-id-1293 .president .member_title_group,
.page-id-1295 .president .member_title_group,
.page-id-1297 .president .member_title_group,
.page-id-1299 .president .member_title_group,
.page-id-1301 .president .member_title_group,
.page-id-1303 .president .member_title_group {
  width: 600px;
}
@media screen and (max-width: 960px) {
  .page-id-863 .president .member_title_group,
  .page-id-1072 .president .member_title_group,
  .page-id-1076 .president .member_title_group,
  .page-id-1080 .president .member_title_group,
  .page-id-1293 .president .member_title_group,
  .page-id-1295 .president .member_title_group,
  .page-id-1297 .president .member_title_group,
  .page-id-1299 .president .member_title_group,
  .page-id-1301 .president .member_title_group,
  .page-id-1303 .president .member_title_group {
    width: 100%;
  }
}
.page-id-863 .president .member_title_group::before,
.page-id-1072 .president .member_title_group::before,
.page-id-1076 .president .member_title_group::before,
.page-id-1080 .president .member_title_group::before,
.page-id-1293 .president .member_title_group::before,
.page-id-1295 .president .member_title_group::before,
.page-id-1297 .president .member_title_group::before,
.page-id-1299 .president .member_title_group::before,
.page-id-1301 .president .member_title_group::before,
.page-id-1303 .president .member_title_group::before {
  top: -21%;
  left: 0;
}
.page-id-863 .president .member_title_group::after,
.page-id-1072 .president .member_title_group::after,
.page-id-1076 .president .member_title_group::after,
.page-id-1080 .president .member_title_group::after,
.page-id-1293 .president .member_title_group::after,
.page-id-1295 .president .member_title_group::after,
.page-id-1297 .president .member_title_group::after,
.page-id-1299 .president .member_title_group::after,
.page-id-1301 .president .member_title_group::after,
.page-id-1303 .president .member_title_group::after {
  bottom: 0% !important;
  right: 0;
}
.page-id-863 .interview .member_title_group,
.page-id-1072 .interview .member_title_group,
.page-id-1076 .interview .member_title_group,
.page-id-1080 .interview .member_title_group,
.page-id-1293 .interview .member_title_group,
.page-id-1295 .interview .member_title_group,
.page-id-1297 .interview .member_title_group,
.page-id-1299 .interview .member_title_group,
.page-id-1301 .interview .member_title_group,
.page-id-1303 .interview .member_title_group {
  width: 749px;
}
@media screen and (max-width: 960px) {
  .page-id-863 .interview .member_title_group,
  .page-id-1072 .interview .member_title_group,
  .page-id-1076 .interview .member_title_group,
  .page-id-1080 .interview .member_title_group,
  .page-id-1293 .interview .member_title_group,
  .page-id-1295 .interview .member_title_group,
  .page-id-1297 .interview .member_title_group,
  .page-id-1299 .interview .member_title_group,
  .page-id-1301 .interview .member_title_group,
  .page-id-1303 .interview .member_title_group {
    width: 100%;
  }
}
.page-id-863 .interview .member_title_group::before,
.page-id-1072 .interview .member_title_group::before,
.page-id-1076 .interview .member_title_group::before,
.page-id-1080 .interview .member_title_group::before,
.page-id-1293 .interview .member_title_group::before,
.page-id-1295 .interview .member_title_group::before,
.page-id-1297 .interview .member_title_group::before,
.page-id-1299 .interview .member_title_group::before,
.page-id-1301 .interview .member_title_group::before,
.page-id-1303 .interview .member_title_group::before {
  top: -20%;
  left: 0;
}
@media screen and (max-width: 960px) {
  .page-id-863 .interview .member_title_group::before,
  .page-id-1072 .interview .member_title_group::before,
  .page-id-1076 .interview .member_title_group::before,
  .page-id-1080 .interview .member_title_group::before,
  .page-id-1293 .interview .member_title_group::before,
  .page-id-1295 .interview .member_title_group::before,
  .page-id-1297 .interview .member_title_group::before,
  .page-id-1299 .interview .member_title_group::before,
  .page-id-1301 .interview .member_title_group::before,
  .page-id-1303 .interview .member_title_group::before {
    top: -8%;
  }
}
.page-id-863 .interview .member_title_group::after,
.page-id-1072 .interview .member_title_group::after,
.page-id-1076 .interview .member_title_group::after,
.page-id-1080 .interview .member_title_group::after,
.page-id-1293 .interview .member_title_group::after,
.page-id-1295 .interview .member_title_group::after,
.page-id-1297 .interview .member_title_group::after,
.page-id-1299 .interview .member_title_group::after,
.page-id-1301 .interview .member_title_group::after,
.page-id-1303 .interview .member_title_group::after {
  bottom: -50%;
  right: 0;
}
@media screen and (max-width: 960px) {
  .page-id-863 .interview .member_title_group::after,
  .page-id-1072 .interview .member_title_group::after,
  .page-id-1076 .interview .member_title_group::after,
  .page-id-1080 .interview .member_title_group::after,
  .page-id-1293 .interview .member_title_group::after,
  .page-id-1295 .interview .member_title_group::after,
  .page-id-1297 .interview .member_title_group::after,
  .page-id-1299 .interview .member_title_group::after,
  .page-id-1301 .interview .member_title_group::after,
  .page-id-1303 .interview .member_title_group::after {
    top: 51%;
  }
}

.interview_detail_box1 .swell-block-columns__inner {
  display: grid;
  grid-template-columns: 0.3973fr 1fr;
  gap: 90px;
}
@media screen and (max-width: 960px) {
  .interview_detail_box1 .swell-block-columns__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.interview_detail_box1 .member_card {
  aspect-ratio: 392/362;
}
@media screen and (max-width: 960px) {
  .interview_detail_box1 .member_card {
    width: 93% !important;
  }
}
.interview_detail_box1 .interview_detail_text_box {
  width: 100%;
}
.interview_detail_box1 .interview_detail_text_box p {
  text-align: left;
}
.interview_detail_box1 .interview_detail_text_box .member_name {
  position: relative;
  margin-bottom: 50px !important;
}
.interview_detail_box1 .interview_detail_text_box .member_name::before {
  content: "";
  position: absolute;
  width: 542px;
  height: 19px;
  aspect-ratio: 542/19;
  background-image: url(./images/interview/line.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  bottom: -18px;
  left: 0;
  transform: translateX(0);
}
@media screen and (max-width: 960px) {
  .interview_detail_box1 .interview_detail_text_box .member_name::before {
    width: 80%;
  }
}
.interview_detail_box1 .member_img {
  width: 100%;
  height: 100%;
}
.interview_detail_box1 .member_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interview_detail_box2 .swell-block-columns__inner {
  max-width: 1192px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.5176fr 0.4824fr;
  gap: 67px;
}
@media screen and (max-width: 768px) {
  .interview_detail_box2 .swell-block-columns__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.interview_detail_box2 .swell-block-columns__inner .swell-block-column {
  width: 100%;
}
.interview_detail_box2 .swell-block-columns__inner .swell-block-column:nth-child(1) {
  display: flex;
  align-items: center;
}

.interview_detail {
  position: relative;
  overflow: hidden;
  padding-bottom: 186px !important;
}
@media screen and (max-width: 960px) {
  .interview_detail {
    padding-bottom: 80px !important;
  }
}
@media screen and (max-width: 768px) {
  .interview_detail .interview_detail_box2:nth-child(odd) .swell-block-columns__inner {
    display: flex;
    flex-direction: column;
  }
  .interview_detail .interview_detail_box2:nth-child(even) .swell-block-columns__inner {
    display: flex;
    flex-direction: column-reverse;
  }
}

.interview_circle_line {
  position: absolute;
  width: 14%;
  aspect-ratio: 1/2;
  right: -8%;
  top: -7%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .interview_circle_line {
    width: 23%;
    right: -14px;
    top: 9%;
  }
}
.interview_circle_line img {
  aspect-ratio: inherit !important;
}

.interview_line3 {
  position: absolute;
  width: 68%;
  left: -13%;
  bottom: -2%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .interview_line3 {
    width: 61%;
    left: -14px;
  }
}

.interview_line {
  position: absolute;
  width: 41%;
  right: -15%;
  top: 2%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .interview_line {
    width: 44%;
    left: -14px;
  }
}

.interview_line2 {
  position: absolute;
  z-index: -1;
  width: 23%;
  left: -15%;
  top: 14%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .interview_line2 {
    width: 23%;
    left: -14px;
  }
}

.interview_line_circle {
  position: absolute;
  z-index: -1;
  width: 46%;
  bottom: -18%;
  left: -15%;
}
@media screen and (max-width: 960px) {
  .interview_line_circle {
    width: 50%;
    left: -14px;
    bottom: -4%;
  }
}

.interview_line_circle2 {
  position: absolute;
  z-index: -1;
  width: 30%;
  bottom: -15%;
  left: -11%;
}
@media screen and (max-width: 960px) {
  .interview_line_circle2 {
    width: 50%;
    left: -14px;
    bottom: -4%;
  }
}

.interview {
  padding-bottom: 147px !important;
}

.interview .np-member-slider-outer {
  overflow: hidden;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.interview .member_box {
  position: relative;
  overflow: visible !important;
  width: 100vw;
  max-width: 100%;
}
@media screen and (max-width: 960px) {
  .interview .member_job {
    font-size: 20px;
    right: -32px;
  }
}
.interview {
  /* inner：素直な横並び。JSでtranslateXを付与して位置調整 */
}
.interview .member_box .swell-block-columns__inner {
  display: flex !important;
  grid-template-columns: unset !important;
  gap: 32px !important;
  align-items: center;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  flex-wrap: nowrap !important;
}
@media screen and (max-width: 960px) {
  .interview .member_box .swell-block-columns__inner {
    gap: 22px !important;
    width: 100%;
  }
}
.interview {
  /* カード基本 */
}
.interview .member_box .member_card {
  flex: 0 0 25%;
  box-sizing: border-box;
  transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.interview .member_box .member_card:not(.is-active) {
  opacity: 0.45;
  transform: scale(0.9);
}
.interview .member_box .member_card.is-active {
  opacity: 1;
  transform: scale(1);
}
.interview .member_box .member_card.is-active .member_img {
  position: relative;
  transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  overflow: visible;
}
.interview .member_box .member_card.is-active .member_img img, .interview .member_box .member_card.is-active .member_img a {
  position: relative;
  z-index: 0;
}
.interview .member_box .member_card.is-active .member_img::before {
  content: "Read More";
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  background: rgba(190, 91, 70, 0.6);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.interview .member_box .member_card.is-active .member_img:hover {
  transform: scale(0.9);
}
.interview .member_box .member_card.is-active .member_img:hover::before {
  opacity: 1;
}
.interview .member_img img {
  aspect-ratio: 274/252;
  object-fit: cover;
}
.interview {
  /* ===== ナビ（＜ ドット ＞） ===== */
}
.interview .np-member-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}
.interview .np-member-nav__arrow {
  background: none;
  border: none;
  padding: 4px 8px;
  font-size: 18px;
  cursor: pointer;
  color: #0A305F;
  line-height: 1;
  transition: opacity 0.2s;
}
.interview .np-member-nav__arrow:hover {
  opacity: 0.7;
}
.interview {
  /* ===== ドットインジケーター ===== */
}
.interview .np-member-dots {
  display: flex;
  align-items: center;
  gap: 10px;
}
.interview .np-member-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FF9500 !important;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.3s;
  display: block;
  opacity: 0.8;
}
.interview .np-member-dot.is-active {
  background: #FF6A00 !important;
  opacity: 1;
  width: 12px;
  height: 12px;
}
.interview {
  /* ===== レスポンシブ ===== */
}
@media (max-width: 767px) {
  .interview .member_box .member_card {
    flex: 0 0 70%;
  }
}

/* _ver3.scss : style_ver3 の内容（最後に @use して最終有効にする上書き用ファイル） */
/* ===== ブレークポイント差分（@include tab 960px → 768px）===== */
@media screen and (max-width: 768px) {
  .top_mv:after {
    bottom: -20%;
  }
  .top_mv .swell-block-fullWide__inner {
    padding: 120px 0 120px 0 !important;
  }
  .top_line1 {
    width: 45%;
    top: -12%;
    left: 0;
  }
  .top_line2 {
    width: 40%;
    top: -45px;
    right: 0;
  }
  .top_line3 {
    width: 50%;
    bottom: -35%;
    right: -15%;
  }
  .top_mv_circle {
    right: 0;
  }
  .top_line4 {
    width: 50%;
    bottom: -35%;
    left: -15%;
  }
  .top_mv_obj3 {
    width: 76%;
    left: 0;
    top: 9%;
  }
  .president .member_title_group .swl-fz[style="font-size:40px"] {
    font-size: 28px !important;
  }
  .president .member_title_group .swl-fz[style="font-size:20px"] {
    font-size: 18px !important;
  }
  .president_box {
    padding: 24px;
  }
  .member_box .swell-block-columns__inner {
    grid-template-columns: 1fr;
    gap: 24px;
    width: 80%;
    margin: 0 auto;
  }
  .interview_detail_box2 .swell-block-columns__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .interview_detail .interview_detail_box2:nth-child(odd) .swell-block-columns__inner {
    display: flex;
    flex-direction: column;
  }
  .interview_detail .interview_detail_box2:nth-child(even) .swell-block-columns__inner {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .top_mv {
    /*     height: 80vh; */
  }
}
.top_mv:after {
  content: "";
  position: absolute;
  bottom: -33%;
  right: -40px;
  width: 70%;
  height: 1000%;
  background-image: url(./images/top/top_mv_obj2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 0 bottom 0;
  z-index: -1;
}

.top_mv .swell-block-fullWide__inner:before {
  position: absolute;
  content: "";
  width: 70%;
  height: 100%;
  top: 0;
  left: 15%;
  aspect-ratio: 881/1095;
  transform: translate(-50%, -50%);
  background-image: url(./images/top/fv_img.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  animation: rotate 30s linear infinite;
  transform-origin: center center;
}

@media screen and (max-width: 960px) {
  .top_mv .swell-block-fullWide__inner:before {
    width: 85%;
    left: 6%;
  }
}
@media screen and (max-width: 1200px) {
  .top_about .swell-block-fullWide__inner .top_about_bubble {
    z-index: -1;
  }
}
@media screen and (max-width: 960px) {
  .top_about .swell-block-fullWide__inner .top_about_bubble {
    width: 48%;
    right: -16px;
    bottom: -22%;
    top: auto;
  }
}
@media screen and (max-width: 1300px) {
  .footer_box .swell-block-columns__inner {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}
@media screen and (max-width: 1300px) {
  .footer_box .swell-block-column:nth-child(2) {
    justify-self: left;
  }
}
.footer .swell-block-fullWide__inner {
  padding: 87px 0 67px 0 !important;
  width: 97%;
  max-width: 1302px !important;
}

@media screen and (max-width: 1300px) {
  .footer .swell-block-fullWide__inner {
    padding: 80px 24px !important;
  }
}
@media screen and (max-width: 960px) {
  .career_box .swl-inline-color {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  .career_box .swl-inline-color .swl-fz {
    font-size: 28px;
  }
}
.cta .swell-block-fullWide__inner {
  width: 75%;
  max-width: 1080px;
}
@media screen and (max-width: 768px) {
  .cta .swell-block-fullWide__inner {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 1290px) {
  .top_about .top_title-line:before {
    left: -4%;
    bottom: -51px;
  }
}
@media screen and (max-width: 960px) {
  .top_about .top_title-line:before {
    bottom: -29px;
  }
}
.top_mv::before,
.top_mv::after {
  width: 50%;
}

@media screen and (min-width: 748px) {
  .top_mv .swell-block-fullWide__inner {
    padding: 20.83% 0 !important; /* 300 / 1440 */
  }
  .top_mv .top_mv_title .swl-fz[style="font-size:62px"] {
    font-size: min(62px, 5vw) !important; /* 72 / 1440 */
  }
  .top_mv .top_mv_title .swl-fz[style="font-size:57px"] {
    font-size: min(57px, 4.65vw) !important; /* 67 / 1440 */
  }
  .top_mv .top_mv_title .swl-fz[style="font-size:50px"] {
    font-size: min(50px, 4.17vw) !important; /* 60 / 1440 */
  }
  .top_mv .top_mv_title .swl-fz[style="font-size:37px"] {
    font-size: min(37px, 3.26vw) !important; /* 47 / 1440 */
  }
}
/* css直接貼り付け用コード */
@media screen and (max-width: 960px) {
  .top_about .swell-block-fullWide__inner,
  .top_about_future .swell-block-fullWide__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .top_about .swell-block-fullWide__inner .top_about_bubble {
    z-index: -1;
  }
}
.top_about .top_title-line:before {
  left: -2%;
  bottom: -50px;
  width: 40%;
}

@media screen and (max-width: 1290px) {
  .top_about .top_title-line:before {
    left: -4%;
    bottom: -51px;
  }
}
@media screen and (max-width: 960px) {
  .top_about .top_title-line:before {
    bottom: -29px;
  }
}
@media screen and (min-width: 1290px) {
  .top_mv::before {
    width: 50%;
    max-width: 881px;
  }
  .top_mv::after {
    width: 50%;
    max-width: 1103px;
  }
}
/* ===== top_mv inner padding を%化 / タイトル文字を vw 化（1440px基準・最大は現状px） ===== */
@media screen and (min-width: 961px) {
  .top_mv .swell-block-fullWide__inner {
    padding: 13.83% 0 !important; /* 300 / 1440 */
  }
  .top_mv .top_mv_title .swl-fz[style="font-size:62px"] {
    font-size: min(62px, 5vw) !important; /* 72 / 1440 */
  }
  .top_mv .top_mv_title .swl-fz[style="font-size:57px"] {
    font-size: min(57px, 4.65vw) !important; /* 67 / 1440 */
  }
  .top_mv .top_mv_title .swl-fz[style="font-size:50px"] {
    font-size: min(50px, 4.17vw) !important; /* 60 / 1440 */
  }
  .top_mv .top_mv_title .swl-fz[style="font-size:37px"] {
    font-size: min(37px, 3.26vw) !important; /* 47 / 1440 */
  }
}
@media screen and (max-width: 768px) {
  .top_mv_title .swl-fz[style="font-size:72px"] {
    font-size: 32px !important;
  }
  .top_mv_title .swl-fz[style="font-size:67px"] {
    font-size: 24px !important;
  }
  .top_mv_title .swl-fz[style="font-size:60px"] {
    font-size: 22px !important;
  }
  .top_mv_title .swl-fz[style="font-size:47px"] {
    font-size: 18px !important;
  }
}
.career_box,
.president .president_box {
  width: 82%;
  max-width: 1000px;
}

@media screen and (max-width: 960px) {
  .career_box,
  .president .president_box {
    width: 80%;
    max-width: 1000px;
  }
}
@media screen and (max-width: 780px) {
  .career_box,
  .president .president_box {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .career_box1 .swell-block-columns__inner,
  .career_box3 .swell-block-columns__inner {
    grid-template-columns: 1fr;
  }
  .career_box2 .swell-block-columns__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-direction: column-reverse;
  }
}
/* ===== about_graph の固定幅を1440px基準で%換算（%とpx併用 / 768px以下は100%） ===== */
.page-id-643 .president_box {
  width: 89.51%; /* 1289 / 1440 */
  max-width: 1289px;
}
.page-id-643 .member_box {
  width: 65.42%; /* 942 / 1440 */
  max-width: 942px;
}

@media screen and (max-width: 768px) {
  .page-id-643 .president_box {
    width: 100%;
    max-width: 100%;
  }
  .page-id-643 .member_box {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 961px) {
  .top_mv .swell-block-fullWide__inner:before {
    width: 43vw; /* 画面幅の約70% */
    height: auto;
    aspect-ratio: 881/1095;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    animation: topMvRotate 30s linear infinite;
  }
  .top_mv_title {
    width: 70%; /* 画面幅の約70% */
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.footer .swell-block-linkList__item svg  {
	width:20px;
	height:20px;
}


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