@charset "UTF-8";
/*
 * Base Group
 */
.lh-tight {
  line-height: 1.2;
}

.lh-normal {
  line-height: 1.5;
}

.lh-loose {
  line-height: 1.8;
}

.ls-tight {
  letter-spacing: -0.04em;
}

.ls-normal {
  letter-spacing: 0em;
}

.ls-loose {
  letter-spacing: 0.04em;
}

/*
font size settings
$font-sizes:最小値と最大値を指定
記入例：@include font-size(mapname);
*/
/*
 * Base Group
 */
html {
  font-size: 16px;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  color: #444;
  font-size: clamp(0.8125rem, 0.6940789474rem + 0.3947368421vw, 1rem);
}

a {
  transition: all 0.3s;
  text-decoration: none;
}
a:link, a:visited {
  color: #444;
}
a:hover, a:active {
  color: rgb(105.4, 105.4, 105.4);
}

img {
  max-width: 100%;
  height: auto;
}

/*
 * Layout Group
 */
/*
 * Base Group
 */
.ly_header_inner {
  max-width: 1600px;
  margin: 0 auto;
}

.ly_cont {
  background-color: #fff;
}

.ly_contHidden {
  overflow: hidden;
  background-color: #fff;
}

.ly_cont_inner {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .ly_cont_inner {
    padding-right: 4%;
    padding-left: 4%;
  }
}

.ly_footer {
  position: relative;
  background-color: #F1F5F7;
  padding-bottom: 20px;
}
.ly_footer:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(90deg, #40BCEA 0%, #1689B4 100%);
}

.ly_footer_inner {
  max-width: 1200px;
  margin: 0 auto;
}

/*
 * Module Group - Block
 */
/*
 * Base Group
 */
.bl_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
  transition: 0.5s all;
}
.bl_header:before {
  position: absolute;
  content: "";
  background: #40BCEA;
  background: linear-gradient(90deg, #40BCEA 0%, #1689B4 100%);
  width: 100%;
  height: 8px;
}

.bl_header_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  min-height: 140px;
  margin: 0 auto;
  padding-top: 8px;
  gap: 0 6.857%;
  transition: 0.5s all;
}
@media screen and (max-width: 1024px) {
  .bl_header_inner {
    min-height: 80px;
  }
}

.bl_header_logo {
  display: flex;
  align-items: center;
  gap: 0 9px;
}
.bl_header_logo > img {
  max-width: 83px;
}
@media (max-width: 1400px) {
  .bl_header_logo {
    padding-left: 2%;
  }
}

.bl_header_logo_link {
  display: flex;
}

.bl_header_logo_ttl {
  display: flex;
  align-items: center;
  gap: 0 7px;
  font-size: clamp(0.9375rem, 0.7401315789rem + 0.6578947368vw, 1.25rem);
  font-weight: 600;
  letter-spacing: -0.05em;
}

.bl_header_logo_ttl_small {
  font-size: clamp(0.625rem, 0.5460526316rem + 0.2631578947vw, 0.75rem);
  letter-spacing: 0;
}

.bl_header_nav {
  display: flex;
  align-items: center;
  gap: 0 19px;
  flex-grow: 1;
}
@media screen and (max-width: 1024px) {
  .bl_header_nav {
    display: none;
  }
}

.bl_header_nav_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
}
.bl_header_nav_list.bl_header_nav_list__offWhite {
  width: 61.791%;
  background-color: #F5F7F9;
  padding: 2.089% 6.069%;
}
.bl_header_nav_list.bl_header_nav_list__offWhite .bl_header_nav_link {
  color: #444;
}
.bl_header_nav_list.bl_header_nav_list__offWhite .bl_header_nav_link::before {
  color: #40BCEA;
}
.bl_header_nav_list.bl_header_nav_list__green {
  position: relative;
  width: 29.85%;
  background: linear-gradient(90deg, #BAD662 0%, #96B928 100%);
  padding: 2.089% 4.079%;
  /*
          .bl_header_nav_item {
              &:nth-child(1) {
                  &:after {
                      position: absolute;
                      content: "";
                      top: 0;
                      right: -50%;
                      width: 1px;
                      height: 100%;
                      background-color: #fff;
                  }
              }
          }
  */
}
.bl_header_nav_list.bl_header_nav_list__green:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 44%;
  width: 1px;
  height: 60%;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.bl_header_nav_list.bl_header_nav_list__green .bl_header_nav_link {
  color: #fff;
}
.bl_header_nav_list.bl_header_nav_list__green .bl_header_nav_link::before {
  color: #3C626F;
}
@media screen and (max-width: 1240px) {
  .bl_header_nav_list.bl_header_nav_list__green {
    width: 33.85%;
  }
}

.bl_header_nav_item {
  position: relative;
  display: flex;
}

.bl_header_nav_link {
  display: inline-block;
  position: relative;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
  transition: color 0.4s ease;
}
.bl_header_nav_link::before {
  content: attr(data-text);
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.3s ease;
}
.bl_header_nav_link:hover {
  color: transparent !important;
}
.bl_header_nav_link:hover::before {
  clip-path: inset(0 0 0 0);
}

/*
 * Base Group
 */
.bl_footer {
  position: relative;
}

.bl_footer_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .bl_footer_inner {
    padding-right: 4%;
    padding-left: 4%;
  }
}

.bl_footer_address {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 41.532%;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-top: -40px;
}
@media screen and (max-width: 480px) {
  .bl_footer_address {
    width: 100%;
  }
}

.bl_footer_address_img {
  position: relative;
  line-height: 0;
}
.bl_footer_address_img > img {
  width: 100%;
}

.bl_footer_address_img_square {
  position: absolute;
  min-width: 21px;
  min-height: 21px;
  width: 100%;
  height: 100%;
  background-color: #ED9B60;
  transition: height 0.4s;
  bottom: 0;
  left: 0;
}
.bl_footer_address_img_square.animateHeight {
  height: min(2.4193548387vw, 30px);
  /* 高さはすぐに縮小 */
  transition: height 0.4s;
  /* 高さのアニメーション */
}
.bl_footer_address_img_square.animateWidth {
  width: min(2.4193548387vw, 30px);
  /* 幅も縮小 */
  transition: width 0.4s;
  /* 幅のアニメーション */
}

.bl_footer_address_wrapper {
  padding: 8.709%;
}

.bl_footer_logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 12px;
}
.bl_footer_logo > img {
  max-width: 113px;
}

.bl_footer_logo_ttl {
  display: flex;
  align-items: center;
  gap: 0 11px;
  font-size: clamp(1.125rem, 0.7697368421rem + 1.1842105263vw, 1.6875rem);
  font-weight: 600;
  letter-spacing: -0.05em;
}

.bl_footer_logo_ttl_small {
  font-size: clamp(0.8125rem, 0.6940789474rem + 0.3947368421vw, 1rem);
  letter-spacing: 0;
}

.bl_footer_companyInfo {
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 18px;
}
@media (max-width: 896px) {
  .bl_footer_companyInfo {
    margin-top: calc(18px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .bl_footer_companyInfo {
    margin-top: calc(18px * 0.5);
  }
}

.bl_footer_awards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 31px;
  margin-top: 29px;
}
@media (max-width: 896px) {
  .bl_footer_awards {
    margin-top: calc(29px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .bl_footer_awards {
    margin-top: calc(29px * 0.5);
  }
}
.bl_footer_awards > img {
  width: 40%;
}

.bl_footer_menu {
  width: 51.612%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 90px;
}
@media (max-width: 896px) {
  .bl_footer_menu {
    margin-top: calc(90px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .bl_footer_menu {
    margin-top: calc(90px * 0.5);
  }
}
@media screen and (max-width: 896px) {
  .bl_footer_menu {
    width: 55.612%;
  }
}
@media screen and (max-width: 480px) {
  .bl_footer_menu {
    width: 100%;
  }
}

.bl_footer_wrapper {
  display: flex;
  flex-direction: column;
  width: 46%;
  padding: 4% 2%;
}
@media screen and (max-width: 896px) {
  .bl_footer_wrapper {
    width: 49%;
  }
}

.bl_footer_list {
  margin-top: 35px;
  margin-left: 20px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.bl_footer_list__marginShort {
  margin-top: 28px;
}
.bl_footer_list__marginLarge {
  margin-top: 45px;
}

.bl_footer_list_item > a {
  transition: letter-spacing 0.4s ease;
}
.bl_footer_list_item > a:hover {
  letter-spacing: 0.2em;
}

.bl_footer_list_ttl {
  position: relative;
  font-size: clamp(0.875rem, 0.7171052632rem + 0.5263157895vw, 1.125rem);
  font-weight: 600;
}
.bl_footer_list_ttl:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #418DA8;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}

.bl_footer_certification {
  display: inline-flex;
  align-items: center;
  gap: 0 20px;
  margin: 70px 0 0 auto;
  mix-blend-mode: multiply;
}

.bl_footer_copyright {
  width: 100%;
  display: block;
  color: #3C626F;
  font-size: clamp(0.625rem, 0.5460526316rem + 0.2631578947vw, 0.75rem);
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 14px;
  margin-top: 140px;
}
@media (max-width: 896px) {
  .bl_footer_copyright {
    margin-top: calc(140px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .bl_footer_copyright {
    margin-top: calc(140px * 0.5);
  }
}

/*
 * Base Group
 */
.bl_media {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl_media.bl_media__rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 480px) {
  .bl_media {
    flex-wrap: wrap;
  }
}

.bl_media_img {
  width: 48%;
}
@media screen and (max-width: 480px) {
  .bl_media_img {
    width: 100%;
  }
}

.bl_media_body {
  width: 48%;
}
@media screen and (max-width: 480px) {
  .bl_media_body {
    width: 100%;
    padding-top: 4%;
  }
}

.bl_media_ttl {
  margin-bottom: 30px;
}
@media (max-width: 896px) {
  .bl_media_ttl {
    margin-bottom: calc(30px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .bl_media_ttl {
    margin-bottom: calc(30px * 0.5);
  }
}

.bl_media_txt {
  margin-bottom: 30px;
}
@media (max-width: 896px) {
  .bl_media_txt {
    margin-bottom: calc(30px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .bl_media_txt {
    margin-bottom: calc(30px * 0.5);
  }
}

/*
 * Base Group
 */
.bl_mv {
  position: relative;
  overflow: hidden;
  margin-top: 140px;
}
@media (max-width: 896px) {
  .bl_mv {
    margin-top: calc(140px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .bl_mv {
    margin-top: calc(140px * 0.5);
  }
}
.bl_mv {
  padding-top: 48px;
}
@media (max-width: 896px) {
  .bl_mv {
    padding-top: calc(48px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .bl_mv {
    padding-top: calc(48px * 0.5);
  }
}

.bl_mv_inner {
  padding: 0 4%;
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .bl_mv_inner {
    padding-right: 4%;
    padding-left: 4%;
  }
}

.bl_mv_ttlEn {
  font-family: "Jost", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: clamp(1.875rem, 0.2960526316rem + 5.2631578947vw, 4.375rem);
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.bl_mv_ttlJp {
  display: block;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  line-height: 0.64;
  letter-spacing: 0.1em;
  margin-top: 14px;
}
@media (max-width: 896px) {
  .bl_mv_ttlJp {
    margin-top: calc(14px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .bl_mv_ttlJp {
    margin-top: calc(14px * 0.5);
  }
}

.bl_mv_img {
  margin-top: 55px;
}
@media (max-width: 896px) {
  .bl_mv_img {
    margin-top: calc(55px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .bl_mv_img {
    margin-top: calc(55px * 0.5);
  }
}
.bl_mv_img > img {
  max-height: 440px;
  object-fit: cover;
}

/*
 * Module Group - Element
 */
/*
 * Base Group
 */
.el_btn {
  display: inline-block;
  position: relative;
  color: #fff;
  background-color: #BAD662;
  max-width: 216px;
  width: 100%;
  text-align: center;
  padding: 11px 0.5rem;
  font-size: clamp(0.8125rem, 0.6940789474rem + 0.3947368421vw, 1rem);
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #BAD662;
  border-radius: 25px;
  overflow: hidden;
}
.el_btn::before {
  content: attr(data-text);
  font-weight: 600;
  position: absolute;
  top: 11px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.2s ease 0.6s;
  z-index: 5;
}
.el_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #fff;
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.el_btn:hover::before {
  clip-path: inset(0 0 0 0);
}
.el_btn:hover::after {
  border-radius: 25px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  transition: border-radius 0.2s ease, left 0.2s ease 0.2s, width 0.2s ease 0.4s, height 0.2s ease 0.6s;
}
.el_btn:not(:hover)::after {
  transition: height 0.2s ease, width 0.2s ease 0.2s, left 0.2s ease 0.4s, border-radius 0.2s ease 0.6s;
}
.el_btn:link, .el_btn:visited {
  color: #fff;
}
.el_btn.el_btn__w560 {
  max-width: 560px;
}
.el_btn.el_btn__wMax {
  max-width: 100%;
}
.el_btn.el_btn__white {
  color: #418DA8;
  background-color: #fff;
  border: 1px solid #fff;
}
.el_btn.el_btn__white::before {
  color: #fff;
}
.el_btn.el_btn__white::after {
  background-color: #418DA8;
}
.el_btn.el_btn__whiteBlue {
  color: #418DA8;
  background-color: #fff;
  border: 1px solid #40BCEA;
}
.el_btn.el_btn__whiteBlue::before {
  color: #fff;
}
.el_btn.el_btn__whiteBlue::after {
  background-color: #418DA8;
}
.el_btn.el_btn__whiteOrange {
  color: #D88F5A;
  background-color: #fff;
  border: 1px solid #D88F5A;
}
.el_btn.el_btn__whiteOrange::before {
  color: #fff;
}
.el_btn.el_btn__whiteOrange::after {
  background-color: #D88F5A;
}
.el_btn.el_btn__limeGreen {
  color: #fff;
  background: linear-gradient(90deg, #BAD662 0%, #96B928 100%);
  border: 1px solid #BAD662;
}
.el_btn.el_btn__limeGreen::before {
  color: #3C626F;
}
.el_btn.el_btn__submit {
  width: 100%;
  cursor: pointer;
  color: #fff;
  background-color: #95654C;
  border: 1px solid #95654C;
  border-radius: 6px;
}
.el_btn.el_btn__submit::after {
  display: none;
}
.el_btn.el_btn__submit:hover {
  color: #95654C;
  background-color: #fff;
}
.el_btn.el_btn__submit:hover:link {
  color: #95654C;
}
.el_btn.el_btn__submit:hover::after {
  display: none;
}

/*
 * Base Group
 */
.el_miniTtl {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.el_miniTtl:before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 9px;
}
.el_miniTtl.el_miniTtl__skyBlue {
  color: #40BCEA;
}
.el_miniTtl.el_miniTtl__skyBlue:before {
  background-color: #40BCEA;
}
.el_miniTtl.el_miniTtl__coralOrange {
  color: #D88F5A;
}
.el_miniTtl.el_miniTtl__coralOrange:before {
  background-color: #D88F5A;
}
.el_miniTtl.el_miniTtl__white {
  color: #fff;
}
.el_miniTtl.el_miniTtl__white:before {
  background-color: #fff;
}

/*
 * Base Group
 */
.el_dottedLine {
  position: relative;
  height: 90px;
  /* 必要な高さに応じて調整 */
  width: 100%;
  /* 必要な幅に応じて調整 */
}
@media screen and (max-width: 480px) {
  .el_dottedLine {
    height: 40px;
  }
}

.el_dottedLine::before,
.el_dottedLine::after {
  content: "";
  position: absolute;
  height: 1px;
  background: repeating-linear-gradient(90deg, #999999 0, #999999 4px, transparent 4px, transparent 8px);
}

.el_dottedLine::before {
  top: 0;
  left: 0;
  width: 39%;
}

.el_dottedLine::after {
  bottom: 0;
  right: 0;
  width: 61%;
}

.el_dottedLine_vertical {
  position: absolute;
  left: 39%;
  top: 0;
  height: 100%;
  width: 1px;
  background: repeating-linear-gradient(0deg, #999999 0, #999999 4px, transparent 4px, transparent 8px);
}

.el_dottedLine__left.el_dottedLine::before {
  width: 27%;
}
.el_dottedLine__left.el_dottedLine::after {
  width: 73%;
}
.el_dottedLine__left.el_dottedLine .el_dottedLine_vertical {
  left: 27%;
}

/*
 * Pages Group
 * 各種ページの設定
 */
/*
 * Base Group
 */
.pa_telephoneInquiry {
  position: relative;
  background-color: #F1F5F7;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: min(6.4516129032vw, 80px);
  margin-top: 80px;
}
@media (max-width: 896px) {
  .pa_telephoneInquiry {
    margin-top: calc(80px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .pa_telephoneInquiry {
    margin-top: calc(80px * 0.5);
  }
}

.pa_telephoneInquiry_wrapper {
  width: 44%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 896px) {
  .pa_telephoneInquiry_wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
}

.pa_telephoneInquiry_ttl {
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: clamp(1.25rem, 0.8552631579rem + 1.3157894737vw, 1.875rem);
}

.pa_telephoneInquiry_body {
  width: 40%;
}
@media screen and (max-width: 896px) {
  .pa_telephoneInquiry_body {
    width: 100%;
  }
}

.pa_telephoneInquiry_numbers:nth-child(1) {
  border-bottom: 1px solid #418DA8;
  padding-bottom: 28px;
}
@media (max-width: 896px) {
  .pa_telephoneInquiry_numbers:nth-child(1) {
    padding-bottom: calc(28px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .pa_telephoneInquiry_numbers:nth-child(1) {
    padding-bottom: calc(28px * 0.5);
  }
}
.pa_telephoneInquiry_numbers:nth-child(1) {
  margin-bottom: 28px;
}
@media (max-width: 896px) {
  .pa_telephoneInquiry_numbers:nth-child(1) {
    margin-bottom: calc(28px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .pa_telephoneInquiry_numbers:nth-child(1) {
    margin-bottom: calc(28px * 0.5);
  }
}

.pa_telephoneInquiry_number {
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(1.5rem, 1.0263157895rem + 1.5789473684vw, 2.25rem);
}

.pa_telephoneInquiry_txt {
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: clamp(0.875rem, 0.7171052632rem + 0.5263157895vw, 1.125rem);
  margin-top: 5px;
}

.pa_telephoneInquiry_download {
  display: block;
  max-width: 375px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #418DA8;
  border-radius: 16px;
  font-size: clamp(0.875rem, 0.7171052632rem + 0.5263157895vw, 1.125rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 8px;
}

.pa_telephoneInquiry_square {
  position: absolute;
  min-width: 26px;
  min-height: 26px;
  width: 100%;
  height: 100%;
  background-color: #ED9B60;
  top: 0;
  left: 0;
}
.pa_telephoneInquiry_square.animateHeight {
  height: min(3.3870967742vw, 42px);
  /* 高さはすぐに縮小 */
  transition: height 0.4s;
  /* 高さのアニメーション */
}
.pa_telephoneInquiry_square.animateWidth {
  width: min(3.3870967742vw, 42px);
  /* 幅も縮小 */
  transition: width 0.4s;
  /* 幅のアニメーション */
}

/*
 * Base Group
 */
.pa_information {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
  gap: 30px 0;
  padding-top: 140px;
}
@media (max-width: 896px) {
  .pa_information {
    padding-top: calc(140px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .pa_information {
    padding-top: calc(140px * 0.5);
  }
}
.pa_information {
  padding-bottom: 140px;
}
@media (max-width: 896px) {
  .pa_information {
    padding-bottom: calc(140px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .pa_information {
    padding-bottom: calc(140px * 0.5);
  }
}
.pa_information {
  margin-top: 110px;
}
@media (max-width: 896px) {
  .pa_information {
    margin-top: calc(110px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .pa_information {
    margin-top: calc(110px * 0.5);
  }
}
.pa_information:after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 1px;
  height: 80%;
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 480px) {
  .pa_information:after {
    display: none;
  }
}

.pa_information_body {
  position: relative;
  width: 45%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  .pa_information_body {
    width: 100%;
  }
}

.pa_information_ttl {
  display: flex;
  align-items: center;
  gap: 0 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(1.5rem, 1.0263157895rem + 1.5789473684vw, 2.25rem);
  margin-bottom: 34px;
}
@media (max-width: 896px) {
  .pa_information_ttl {
    margin-bottom: calc(34px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .pa_information_ttl {
    margin-bottom: calc(34px * 0.5);
  }
}
.pa_information_ttl > i {
  font-size: clamp(1.25rem, 0.8552631579rem + 1.3157894737vw, 1.875rem);
}

.pa_information_txt {
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .pa_information_txt {
    margin-bottom: calc(40px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .pa_information_txt {
    margin-bottom: calc(40px * 0.5);
  }
}

.pa_information_btn {
  margin-top: auto;
}

/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Module Group - Element
 */
/*
 * Base Group
 */
.index .pa_mainvisual {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #EBF0F3 100%);
  z-index: auto;
  margin-top: 140px;
}
@media (max-width: 896px) {
  .index .pa_mainvisual {
    margin-top: calc(140px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index .pa_mainvisual {
    margin-top: calc(140px * 0.5);
  }
}
.index .pa_mainvisual {
  padding-top: 48px;
}
@media (max-width: 896px) {
  .index .pa_mainvisual {
    padding-top: calc(48px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index .pa_mainvisual {
    padding-top: calc(48px * 0.5);
  }
}
.index .pa_mainvisual {
  padding-bottom: 48px;
}
@media (max-width: 896px) {
  .index .pa_mainvisual {
    padding-bottom: calc(48px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index .pa_mainvisual {
    padding-bottom: calc(48px * 0.5);
  }
}
.index .pa_mainvisual:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/index/mv_bg@2x.png);
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: 20% 35%;
}
.index .pa_mainvisual_inner {
  display: flex;
  min-height: calc(95vh - 236px);
  z-index: 2;
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .index .pa_mainvisual_inner {
    padding-right: 4%;
    padding-left: 4%;
  }
}
.index .pa_mainvisual_inner:before {
  content: "";
  position: absolute;
  min-width: 24px;
  min-height: 24px;
  width: min(3.1451612903vw, 39px);
  height: min(3.1451612903vw, 39px);
  background-color: #ED9B60;
  top: -45px;
  left: -80px;
  animation: fadeIn 1s;
}
.index .pa_mainvisual_inner:after {
  content: "";
  position: absolute;
  min-width: 24px;
  min-height: 24px;
  width: min(3.1451612903vw, 39px);
  height: min(3.1451612903vw, 39px);
  background-color: #ED9B60;
  right: -85px;
  bottom: 0;
  animation: fadeIn 1s;
}
@media screen and (max-width: 480px) {
  .index .pa_mainvisual_inner {
    min-height: calc(90vh - 236px);
  }
}
.index .pa_mainvisual_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 45px 0;
  font-weight: 600;
  z-index: 5;
}
.index .pa_mainvisual_ttl {
  font-size: clamp(1.75rem, 0.4868421053rem + 4.2105263158vw, 3.75rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.index .pa_mainvisual_txt {
  line-height: 2;
  letter-spacing: 0.1em;
}
.index .pa_mainvisual_txt.pa_mainvisual_txt__large {
  font-size: clamp(0.9375rem, 0.6217105263rem + 1.0526315789vw, 1.4375rem);
  color: #418DA8;
  line-height: 1.3913043478;
}
.index .pa_mainvisual_img {
  position: absolute;
  max-width: 665px;
  max-width: min(53.6290322581vw, 665px);
  top: 0;
  right: 0;
}
@media screen and (max-width: 480px) {
  .index .pa_mainvisual_img {
    top: 20px;
  }
}
.index .pa_mainvisual_img_wrap {
  position: relative;
}
.index .pa_mainvisual_icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index .pa_mainvisual_icons .pa_mainvisual_icons_item {
  position: absolute;
}
.index .pa_mainvisual_icons .pa_mainvisual_icons_item:nth-child(1) {
  max-width: min(8.2258064516vw, 102px);
  top: min(1.935483871vw, 24px);
  left: calc(min(2.0967741935vw, 26px) * -1);
}
.index .pa_mainvisual_icons .pa_mainvisual_icons_item:nth-child(2) {
  max-width: min(12.7419354839vw, 158px);
  right: calc(min(3.2258064516vw, 40px) * -1);
  bottom: min(2.8225806452vw, 35px);
}
.index .pa_mainvisual_circles {
  position: absolute;
  right: calc(min(2.5806451613vw, 32px) * -1);
  bottom: min(4.8387096774vw, 60px);
  display: flex;
  gap: 0 24px;
}
.index .pa_mainvisual_circles:after {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  content: "";
  background-image: linear-gradient(90deg, #999999 0px, #999999 4px, transparent 4px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
}
@media screen and (max-width: 1240px) {
  .index .pa_mainvisual_circles {
    right: 0;
  }
}
@media screen and (max-width: 896px) {
  .index .pa_mainvisual_circles {
    gap: 0 10px;
  }
}
.index .pa_mainvisual_circles_item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 65px;
  min-height: 65px;
  width: min(9.2741935484vw, 115px);
  height: min(9.2741935484vw, 115px);
  border-radius: 50%;
  font-size: clamp(0.625rem, 0.5855263158rem + 0.1315789474vw, 0.6875rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  z-index: 2;
}
.index .pa_mainvisual_circles_item:nth-child(1) {
  background-color: #3C626F;
}
.index .pa_mainvisual_circles_item:nth-child(2) {
  background-color: #D88F5A;
}
.index .pa_mainvisual_circles_item:nth-child(3) {
  background-color: #418DA8;
}
.index .pa_mainvisual_circles_item:nth-child(4) {
  background-color: #BAD662;
}
.index .pa_mainvisual_circles_item:nth-child(5) {
  background-color: #40BCEA;
}
@media (max-width: 374px) {
  .index .pa_mainvisual_circles_item {
    min-width: 55px;
    min-height: 55px;
    font-size: 8px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.index .pa_about {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
  background-color: #fff;
  margin-top: 120px;
}
@media (max-width: 896px) {
  .index .pa_about {
    margin-top: calc(120px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index .pa_about {
    margin-top: calc(120px * 0.5);
  }
}
.index .pa_about_body {
  width: 40%;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .index .pa_about_body {
    width: 53%;
  }
}
@media screen and (max-width: 480px) {
  .index .pa_about_body {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
.index .pa_about_miniTtl {
  margin-bottom: 30px;
}
@media (max-width: 896px) {
  .index .pa_about_miniTtl {
    margin-bottom: calc(30px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index .pa_about_miniTtl {
    margin-bottom: calc(30px * 0.5);
  }
}
.index .pa_about_ttl {
  font-weight: 600;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  margin-bottom: 50px;
}
@media (max-width: 896px) {
  .index .pa_about_ttl {
    margin-bottom: calc(50px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index .pa_about_ttl {
    margin-bottom: calc(50px * 0.5);
  }
}
.index .pa_about_txt {
  font-weight: 600;
  line-height: 2.375;
  letter-spacing: 0.1em;
  font-size: clamp(0.8125rem, 0.6940789474rem + 0.3947368421vw, 1rem);
  margin-bottom: 58px;
}
@media (max-width: 896px) {
  .index .pa_about_txt {
    margin-bottom: calc(58px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index .pa_about_txt {
    margin-bottom: calc(58px * 0.5);
  }
}
.index .pa_about_imgs {
  position: relative;
  width: 44.032%;
  min-height: min(46.6129032258vw, 578px);
}
@media screen and (max-width: 480px) {
  .index .pa_about_imgs {
    position: absolute;
    width: 100%;
  }
}
.index .pa_about_imgs_wrapper {
  position: absolute;
  line-height: 0;
}
.index .pa_about_imgs_wrapper:nth-child(1) {
  z-index: 2;
  max-width: min(30.4838709677vw, 378px);
  top: min(0vw, 0px);
  right: min(0vw, 0px);
}
.index .pa_about_imgs_wrapper:nth-child(2) {
  z-index: 1;
  max-width: min(23.2258064516vw, 288px);
  top: min(22.9032258065vw, 284px);
  right: min(22.2580645161vw, 276px);
}
.index .pa_about_imgs_wrapper:nth-child(3) {
  z-index: 3;
  max-width: min(9.5161290323vw, 118px);
  top: min(11.6129032258vw, 144px);
  right: min(33.3064516129vw, 413px);
}
.index .pa_about_imgs_square {
  position: absolute;
  min-width: 21px;
  min-height: 21px;
  width: 100%;
  height: 100%;
  background-color: #ED9B60;
  transition: height 0.4s;
  right: 0;
  bottom: 0;
}
.index .pa_about_imgs_square.animateHeight {
  height: min(2.4193548387vw, 30px);
  /* 高さはすぐに縮小 */
  transition: height 0.4s;
  /* 高さのアニメーション */
}
.index .pa_about_imgs_square.animateWidth {
  width: min(2.4193548387vw, 30px);
  /* 幅も縮小 */
  transition: width 0.4s;
  /* 幅のアニメーション */
}
.index .pa_about_dottedLine {
  margin: 0 calc(50% - 50vw);
  margin-top: -60px;
  width: 100vw;
}
@media screen and (max-width: 480px) {
  .index .pa_about_dottedLine {
    margin-top: 30px;
  }
}
.index .pa_business {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  margin-top: 120px;
}
@media (max-width: 896px) {
  .index .pa_business {
    margin-top: calc(120px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index .pa_business {
    margin-top: calc(120px * 0.5);
  }
}
.index .pa_business_body {
  width: 43%;
  z-index: 5;
}
@media screen and (max-width: 1240px) {
  .index .pa_business_body {
    background-color: rgba(255, 255, 255, 0.7);
    padding-right: 2%;
  }
}
@media screen and (max-width: 480px) {
  .index .pa_business_body {
    width: 100%;
  }
}
.index .pa_business_miniTtl {
  margin-bottom: 30px;
}
@media (max-width: 896px) {
  .index .pa_business_miniTtl {
    margin-bottom: calc(30px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index .pa_business_miniTtl {
    margin-bottom: calc(30px * 0.5);
  }
}
.index .pa_business_ttl {
  font-weight: 600;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  margin-bottom: 50px;
}
@media (max-width: 896px) {
  .index .pa_business_ttl {
    margin-bottom: calc(50px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index .pa_business_ttl {
    margin-bottom: calc(50px * 0.5);
  }
}
.index .pa_business_txt {
  font-weight: 600;
  line-height: 2.375;
  letter-spacing: 0.1em;
  font-size: clamp(0.8125rem, 0.6940789474rem + 0.3947368421vw, 1rem);
  margin-bottom: 58px;
}
@media (max-width: 896px) {
  .index .pa_business_txt {
    margin-bottom: calc(58px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index .pa_business_txt {
    margin-bottom: calc(58px * 0.5);
  }
}
.index .pa_business_imgs {
  position: relative;
  width: 57%;
  min-height: min(56.4516129032vw, 700px);
}
@media screen and (max-width: 480px) {
  .index .pa_business_imgs {
    position: absolute;
    right: 0;
    bottom: 40px;
  }
}
.index .pa_business_imgs_position {
  position: absolute;
  top: 0;
  right: 0;
  width: 115%;
}
.index .pa_business_imgs_wrapper {
  position: absolute;
  line-height: 0;
}
.index .pa_business_imgs_wrapper:nth-child(1) {
  z-index: 1;
  max-width: min(40.3225806452vw, 500px);
  top: min(0vw, 0px);
  right: min(8.4677419355vw, 105px);
}
.index .pa_business_imgs_wrapper:nth-child(2) {
  z-index: 2;
  max-width: min(22.9032258065vw, 284px);
  top: min(33.5483870968vw, 416px);
  right: min(42.4193548387vw, 526px);
}
.index .pa_business_imgs_wrapper:nth-child(3) {
  z-index: 3;
  max-width: min(17.0161290323vw, 211px);
  top: min(29.5967741935vw, 367px);
  right: min(0vw, 0px);
}
.index .pa_business_imgs_wrapper:nth-child(4) {
  z-index: 4;
  max-width: min(22.4193548387vw, 278px);
  top: min(35.9677419355vw, 446px);
  right: min(18.5483870968vw, 230px);
}
.index .pa_business_imgs_square {
  position: absolute;
  min-width: 21px;
  min-height: 21px;
  width: 100%;
  height: 100%;
  background-color: #ED9B60;
  transition: height 0.4s;
  top: 0;
  right: 0;
}
.index .pa_business_imgs_square.animateHeight {
  height: min(2.4193548387vw, 30px);
  /* 高さはすぐに縮小 */
  transition: height 0.4s;
  /* 高さのアニメーション */
}
.index .pa_business_imgs_square.animateWidth {
  width: min(2.4193548387vw, 30px);
  /* 幅も縮小 */
  transition: width 0.4s;
  /* 幅のアニメーション */
}
.index .pa_company {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 20px;
  background: linear-gradient(90deg, #40BCEA 0%, #1689B4 100%);
  padding-top: min(5.6451612903vw, 70px);
  padding-right: min(4.8387096774vw, 60px);
  padding-bottom: min(5.6451612903vw, 70px);
  padding-left: min(6.4516129032vw, 80px);
  margin-top: 90px;
}
@media (max-width: 896px) {
  .index .pa_company {
    margin-top: calc(90px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index .pa_company {
    margin-top: calc(90px * 0.5);
  }
}
.index .pa_company_body {
  width: 71.745%;
  z-index: 5;
}
@media screen and (max-width: 480px) {
  .index .pa_company_body {
    width: 100%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  }
}
.index .pa_company_miniTtl {
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 896px) {
  .index .pa_company_miniTtl {
    margin-bottom: calc(30px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index .pa_company_miniTtl {
    margin-bottom: calc(30px * 0.5);
  }
}
.index .pa_company_ttl {
  font-weight: 600;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 896px) {
  .index .pa_company_ttl {
    margin-bottom: calc(50px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index .pa_company_ttl {
    margin-bottom: calc(50px * 0.5);
  }
}
.index .pa_company_txt {
  font-weight: 600;
  line-height: 2.375;
  letter-spacing: 0.1em;
  font-size: clamp(0.8125rem, 0.6940789474rem + 0.3947368421vw, 1rem);
  color: #fff;
  margin-bottom: 58px;
}
@media (max-width: 896px) {
  .index .pa_company_txt {
    margin-bottom: calc(58px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index .pa_company_txt {
    margin-bottom: calc(58px * 0.5);
  }
}
.index .pa_company_imgs {
  position: relative;
  width: 28.225%;
}
@media screen and (max-width: 480px) {
  .index .pa_company_imgs {
    position: absolute;
    right: 4%;
  }
}
.index .pa_company_imgs_position {
  position: absolute;
  top: 0;
  right: 0;
  width: 150%;
}
.index .pa_company_imgs_wrapper {
  position: absolute;
  line-height: 0;
}
.index .pa_company_imgs_wrapper:nth-child(1) {
  z-index: 1;
  max-width: min(28.1451612903vw, 349px);
  top: min(0vw, 0px);
  right: min(0vw, 0px);
}
.index .pa_company_imgs_wrapper:nth-child(2) {
  z-index: 2;
  max-width: min(15vw, 186px);
  top: calc(min(2.5vw, 31px) * -1);
  right: min(22.5vw, 279px);
}
.index .pa_careers {
  position: relative;
  padding-top: 120px;
}
@media (max-width: 896px) {
  .index .pa_careers {
    padding-top: calc(120px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index .pa_careers {
    padding-top: calc(120px * 0.5);
  }
}
.index .pa_careers {
  padding-bottom: 120px;
}
@media (max-width: 896px) {
  .index .pa_careers {
    padding-bottom: calc(120px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index .pa_careers {
    padding-bottom: calc(120px * 0.5);
  }
}
.index .pa_careers_wrapper {
  position: relative;
}
.index .pa_careers_miniTtl {
  margin-bottom: 30px;
}
@media (max-width: 896px) {
  .index .pa_careers_miniTtl {
    margin-bottom: calc(30px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index .pa_careers_miniTtl {
    margin-bottom: calc(30px * 0.5);
  }
}
.index .pa_careers_midashi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px 0;
  margin-bottom: 50px;
}
@media (max-width: 896px) {
  .index .pa_careers_midashi {
    margin-bottom: calc(50px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index .pa_careers_midashi {
    margin-bottom: calc(50px * 0.5);
  }
}
.index .pa_careers_ttl {
  font-weight: 600;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
}
.index .pa_careers_txt {
  font-weight: 600;
  line-height: 2.375;
  letter-spacing: 0.1em;
  font-size: clamp(0.8125rem, 0.6940789474rem + 0.3947368421vw, 1rem);
  margin-bottom: 74px;
}
@media (max-width: 896px) {
  .index .pa_careers_txt {
    margin-bottom: calc(74px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index .pa_careers_txt {
    margin-bottom: calc(74px * 0.5);
  }
}
.index .pa_careers_circles {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 33px;
}
@media screen and (max-width: 896px) {
  .index .pa_careers_circles {
    gap: 15px;
  }
}
.index .pa_careers_circles_wrapper {
  width: 29.193%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index .pa_careers_circles_wrapper .el_btn {
  margin-top: -9%;
}
.index .pa_careers_circles_wrapper:hover .pa_careers_imgs_item {
  transition: all 0.4s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  transform: scale(1.05);
}
.index .pa_careers_circles_wrapper:hover .el_btn::before {
  clip-path: inset(0 0 0 0);
}
.index .pa_careers_circles_wrapper:hover .el_btn::after {
  border-radius: 25px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  transition: border-radius 0.2s ease, left 0.2s ease 0.2s, width 0.2s ease 0.4s, height 0.2s ease 0.6s;
}
@media screen and (max-width: 896px) {
  .index .pa_careers_circles_wrapper {
    width: 46%;
  }
}
.index .pa_careers_imgs_item {
  border-radius: 50%;
  transition: all 0.4s;
}
.index .pa_careers_icons {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4%;
  width: 100vw;
  z-index: 5;
}
.index .pa_careers_icons.swiper {
  margin: 0 calc(50% - 50vw);
  margin-top: 50px;
}
.index .pa_careers_icons_settings.swiper-wrapper {
  align-items: center;
  transition-timing-function: linear;
}
.index .pa_careers_entry {
  position: relative;
  background: linear-gradient(90deg, #EA9658 0%, #D98343 100%);
  border-radius: 20px;
  padding: 0 4%;
  margin-top: -50px;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 896px) {
  .index .pa_careers_entry {
    padding-bottom: calc(60px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index .pa_careers_entry {
    padding-bottom: calc(60px * 0.5);
  }
}
.index .pa_careers_entry_ttl {
  font-weight: 600;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  color: #fff;
  margin-bottom: 25px;
}
@media (max-width: 896px) {
  .index .pa_careers_entry_ttl {
    margin-bottom: calc(25px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index .pa_careers_entry_ttl {
    margin-bottom: calc(25px * 0.5);
  }
}
.index .pa_news {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #fff;
  margin-top: 140px;
}
@media (max-width: 896px) {
  .index .pa_news {
    margin-top: calc(140px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index .pa_news {
    margin-top: calc(140px * 0.5);
  }
}
.index .pa_news_miniTtl {
  margin-bottom: 30px;
}
@media (max-width: 896px) {
  .index .pa_news_miniTtl {
    margin-bottom: calc(30px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index .pa_news_miniTtl {
    margin-bottom: calc(30px * 0.5);
  }
}
.index .pa_news_ttl {
  font-weight: 600;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  margin-bottom: 110px;
}
@media screen and (max-width: 896px) {
  .index .pa_news_ttl {
    margin-bottom: 30px;
  }
}
.index .pa_news_img {
  position: relative;
  width: 30%;
}
@media screen and (max-width: 896px) {
  .index .pa_news_img {
    width: 100%;
  }
  .index .pa_news_img > img {
    width: 30%;
    position: absolute;
    top: 25%;
    right: 0;
  }
}
.index .pa_news_body {
  width: 58%;
}
@media screen and (max-width: 896px) {
  .index .pa_news_body {
    width: 100%;
  }
}
.index .pa_news_list {
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .index .pa_news_list {
    margin-bottom: calc(40px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index .pa_news_list {
    margin-bottom: calc(40px * 0.5);
  }
}
.index .pa_news_list_item {
  position: relative;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 37px;
}
@media (max-width: 896px) {
  .index .pa_news_list_item {
    padding-bottom: calc(37px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index .pa_news_list_item {
    padding-bottom: calc(37px * 0.5);
  }
}
.index .pa_news_list_item {
  margin-top: 40px;
}
@media (max-width: 896px) {
  .index .pa_news_list_item {
    margin-top: calc(40px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index .pa_news_list_item {
    margin-top: calc(40px * 0.5);
  }
}
.index .pa_news_list_wrapper {
  display: flex;
  align-items: center;
  gap: 0 7px;
  font-size: clamp(0.625rem, 0.5460526316rem + 0.2631578947vw, 0.75rem);
  margin-bottom: 22px;
}
@media (max-width: 896px) {
  .index .pa_news_list_wrapper {
    margin-bottom: calc(22px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index .pa_news_list_wrapper {
    margin-bottom: calc(22px * 0.5);
  }
}
.index .pa_news_list_category {
  display: flex;
  align-items: center;
  background-color: #40BCEA;
  border: 1px solid #40BCEA;
  border-radius: 13px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 5px 12px;
}
.index .pa_news_list_datetime {
  color: #999999;
}
.index .pa_news_list_ttl {
  font-size: clamp(0.875rem, 0.7171052632rem + 0.5263157895vw, 1.125rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.7777777778;
}
.index .pa_news_btn {
  text-align: right;
}

.index_movie .pa_mainvisual {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #EBF0F3 100%);
  z-index: auto;
  margin-top: 140px;
}
@media (max-width: 896px) {
  .index_movie .pa_mainvisual {
    margin-top: calc(140px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie .pa_mainvisual {
    margin-top: calc(140px * 0.5);
  }
}
.index_movie .pa_mainvisual {
  padding-top: 88px;
}
@media (max-width: 896px) {
  .index_movie .pa_mainvisual {
    padding-top: calc(88px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie .pa_mainvisual {
    padding-top: calc(88px * 0.5);
  }
}
.index_movie .pa_mainvisual {
  padding-bottom: 48px;
}
@media (max-width: 896px) {
  .index_movie .pa_mainvisual {
    padding-bottom: calc(48px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie .pa_mainvisual {
    padding-bottom: calc(48px * 0.5);
  }
}
.index_movie .pa_mainvisual:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/index/mv_bg@2x.png);
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: 20% 35%;
}
.index_movie .pa_mainvisual_inner {
  display: flex;
  min-height: calc(95vh - 236px);
  z-index: 2;
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .index_movie .pa_mainvisual_inner {
    padding-right: 4%;
    padding-left: 4%;
  }
}
@media screen and (max-width: 480px) {
  .index_movie .pa_mainvisual_inner {
    min-height: calc(90vh - 236px);
  }
}
.index_movie .pa_mainvisual_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 45px 0;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 4%;
  font-weight: 600;
  z-index: 5;
}
.index_movie .pa_mainvisual_wrap:before {
  content: "";
  position: absolute;
  min-width: 24px;
  min-height: 24px;
  width: min(3.1451612903vw, 39px);
  height: min(3.1451612903vw, 39px);
  background-color: #ED9B60;
  top: 0;
  left: 0;
}
.index_movie .pa_mainvisual_wrap:after {
  content: "";
  position: absolute;
  min-width: 24px;
  min-height: 24px;
  width: min(3.1451612903vw, 39px);
  height: min(3.1451612903vw, 39px);
  background-color: #ED9B60;
  right: 0;
  bottom: 0;
}
.index_movie .pa_mainvisual_ttl {
  font-size: clamp(1.75rem, 0.4868421053rem + 4.2105263158vw, 3.75rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.index_movie .pa_mainvisual_txt {
  line-height: 2;
  letter-spacing: 0.1em;
}
.index_movie .pa_mainvisual_txt.pa_mainvisual_txt__large {
  font-size: clamp(0.9375rem, 0.6217105263rem + 1.0526315789vw, 1.4375rem);
  color: #418DA8;
  line-height: 1.3913043478;
}
.index_movie .pa_mainvisual_img {
  position: absolute;
  max-width: 665px;
  max-width: min(53.6290322581vw, 665px);
  top: 0;
  right: 0;
}
@media screen and (max-width: 480px) {
  .index_movie .pa_mainvisual_img {
    top: 20px;
  }
}
.index_movie .pa_mainvisual_img_wrap {
  position: relative;
}
.index_movie .pa_mainvisual_icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index_movie .pa_mainvisual_icons .pa_mainvisual_icons_item {
  position: absolute;
}
.index_movie .pa_mainvisual_icons .pa_mainvisual_icons_item:nth-child(1) {
  max-width: min(8.2258064516vw, 102px);
  top: min(1.935483871vw, 24px);
  left: calc(min(2.0967741935vw, 26px) * -1);
}
.index_movie .pa_mainvisual_icons .pa_mainvisual_icons_item:nth-child(2) {
  max-width: min(12.7419354839vw, 158px);
  right: calc(min(3.2258064516vw, 40px) * -1);
  bottom: min(2.8225806452vw, 35px);
}
.index_movie .pa_mainvisual_circles {
  position: absolute;
  right: calc(min(2.5806451613vw, 32px) * -1);
  bottom: min(4.8387096774vw, 60px);
  display: flex;
  gap: 0 24px;
}
.index_movie .pa_mainvisual_circles:after {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  content: "";
  background-image: linear-gradient(90deg, #999999 0px, #999999 4px, transparent 4px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
}
@media screen and (max-width: 1240px) {
  .index_movie .pa_mainvisual_circles {
    right: 0;
  }
}
@media screen and (max-width: 896px) {
  .index_movie .pa_mainvisual_circles {
    gap: 0 10px;
  }
}
.index_movie .pa_mainvisual_circles_item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 65px;
  min-height: 65px;
  width: min(9.2741935484vw, 115px);
  height: min(9.2741935484vw, 115px);
  border-radius: 50%;
  font-size: clamp(0.625rem, 0.5855263158rem + 0.1315789474vw, 0.6875rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  z-index: 2;
}
.index_movie .pa_mainvisual_circles_item:nth-child(1) {
  background-color: #3C626F;
}
.index_movie .pa_mainvisual_circles_item:nth-child(2) {
  background-color: #D88F5A;
}
.index_movie .pa_mainvisual_circles_item:nth-child(3) {
  background-color: #418DA8;
}
.index_movie .pa_mainvisual_circles_item:nth-child(4) {
  background-color: #BAD662;
}
.index_movie .pa_mainvisual_circles_item:nth-child(5) {
  background-color: #40BCEA;
}
@media (max-width: 374px) {
  .index_movie .pa_mainvisual_circles_item {
    min-width: 55px;
    min-height: 55px;
    font-size: 8px;
  }
}
.index_movie .pa_mainvisual_movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_movie .pa_mainvisual_movie_item {
  width: 100%;
}
.index_movie .pa_about {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
  background-color: #fff;
  margin-top: 120px;
}
@media (max-width: 896px) {
  .index_movie .pa_about {
    margin-top: calc(120px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie .pa_about {
    margin-top: calc(120px * 0.5);
  }
}
.index_movie .pa_about_body {
  width: 40%;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .index_movie .pa_about_body {
    width: 53%;
  }
}
@media screen and (max-width: 480px) {
  .index_movie .pa_about_body {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
.index_movie .pa_about_miniTtl {
  margin-bottom: 30px;
}
@media (max-width: 896px) {
  .index_movie .pa_about_miniTtl {
    margin-bottom: calc(30px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie .pa_about_miniTtl {
    margin-bottom: calc(30px * 0.5);
  }
}
.index_movie .pa_about_ttl {
  font-weight: 600;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  margin-bottom: 50px;
}
@media (max-width: 896px) {
  .index_movie .pa_about_ttl {
    margin-bottom: calc(50px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie .pa_about_ttl {
    margin-bottom: calc(50px * 0.5);
  }
}
.index_movie .pa_about_txt {
  font-weight: 600;
  line-height: 2.375;
  letter-spacing: 0.1em;
  font-size: clamp(0.8125rem, 0.6940789474rem + 0.3947368421vw, 1rem);
  margin-bottom: 58px;
}
@media (max-width: 896px) {
  .index_movie .pa_about_txt {
    margin-bottom: calc(58px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie .pa_about_txt {
    margin-bottom: calc(58px * 0.5);
  }
}
.index_movie .pa_about_imgs {
  position: relative;
  width: 44.032%;
  min-height: min(46.6129032258vw, 578px);
}
@media screen and (max-width: 480px) {
  .index_movie .pa_about_imgs {
    position: absolute;
    width: 100%;
  }
}
.index_movie .pa_about_imgs_wrapper {
  position: absolute;
  line-height: 0;
}
.index_movie .pa_about_imgs_wrapper:nth-child(1) {
  z-index: 2;
  max-width: min(30.4838709677vw, 378px);
  top: min(0vw, 0px);
  right: min(0vw, 0px);
}
.index_movie .pa_about_imgs_wrapper:nth-child(2) {
  z-index: 1;
  max-width: min(23.2258064516vw, 288px);
  top: min(22.9032258065vw, 284px);
  right: min(22.2580645161vw, 276px);
}
.index_movie .pa_about_imgs_wrapper:nth-child(3) {
  z-index: 3;
  max-width: min(9.5161290323vw, 118px);
  top: min(11.6129032258vw, 144px);
  right: min(33.3064516129vw, 413px);
}
.index_movie .pa_about_imgs_square {
  position: absolute;
  min-width: 21px;
  min-height: 21px;
  width: 100%;
  height: 100%;
  background-color: #ED9B60;
  transition: height 0.4s;
  right: 0;
  bottom: 0;
}
.index_movie .pa_about_imgs_square.animateHeight {
  height: min(2.4193548387vw, 30px);
  /* 高さはすぐに縮小 */
  transition: height 0.4s;
  /* 高さのアニメーション */
}
.index_movie .pa_about_imgs_square.animateWidth {
  width: min(2.4193548387vw, 30px);
  /* 幅も縮小 */
  transition: width 0.4s;
  /* 幅のアニメーション */
}
.index_movie .pa_about_dottedLine {
  margin: 0 calc(50% - 50vw);
  margin-top: -60px;
  width: 100vw;
}
@media screen and (max-width: 480px) {
  .index_movie .pa_about_dottedLine {
    margin-top: 30px;
  }
}
.index_movie .pa_business {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  margin-top: 120px;
}
@media (max-width: 896px) {
  .index_movie .pa_business {
    margin-top: calc(120px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie .pa_business {
    margin-top: calc(120px * 0.5);
  }
}
.index_movie .pa_business_body {
  width: 43%;
  z-index: 5;
}
@media screen and (max-width: 1240px) {
  .index_movie .pa_business_body {
    background-color: rgba(255, 255, 255, 0.7);
    padding-right: 2%;
  }
}
@media screen and (max-width: 480px) {
  .index_movie .pa_business_body {
    width: 100%;
  }
}
.index_movie .pa_business_miniTtl {
  margin-bottom: 30px;
}
@media (max-width: 896px) {
  .index_movie .pa_business_miniTtl {
    margin-bottom: calc(30px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie .pa_business_miniTtl {
    margin-bottom: calc(30px * 0.5);
  }
}
.index_movie .pa_business_ttl {
  font-weight: 600;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  margin-bottom: 50px;
}
@media (max-width: 896px) {
  .index_movie .pa_business_ttl {
    margin-bottom: calc(50px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie .pa_business_ttl {
    margin-bottom: calc(50px * 0.5);
  }
}
.index_movie .pa_business_txt {
  font-weight: 600;
  line-height: 2.375;
  letter-spacing: 0.1em;
  font-size: clamp(0.8125rem, 0.6940789474rem + 0.3947368421vw, 1rem);
  margin-bottom: 58px;
}
@media (max-width: 896px) {
  .index_movie .pa_business_txt {
    margin-bottom: calc(58px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie .pa_business_txt {
    margin-bottom: calc(58px * 0.5);
  }
}
.index_movie .pa_business_imgs {
  position: relative;
  width: 57%;
  min-height: min(56.4516129032vw, 700px);
}
@media screen and (max-width: 480px) {
  .index_movie .pa_business_imgs {
    position: absolute;
    right: 0;
    bottom: 40px;
  }
}
.index_movie .pa_business_imgs_position {
  position: absolute;
  top: 0;
  right: 0;
  width: 115%;
}
.index_movie .pa_business_imgs_wrapper {
  position: absolute;
  line-height: 0;
}
.index_movie .pa_business_imgs_wrapper:nth-child(1) {
  z-index: 1;
  max-width: min(40.3225806452vw, 500px);
  top: min(0vw, 0px);
  right: min(8.4677419355vw, 105px);
}
.index_movie .pa_business_imgs_wrapper:nth-child(2) {
  z-index: 2;
  max-width: min(22.9032258065vw, 284px);
  top: min(33.5483870968vw, 416px);
  right: min(42.4193548387vw, 526px);
}
.index_movie .pa_business_imgs_wrapper:nth-child(3) {
  z-index: 3;
  max-width: min(17.0161290323vw, 211px);
  top: min(29.5967741935vw, 367px);
  right: min(0vw, 0px);
}
.index_movie .pa_business_imgs_wrapper:nth-child(4) {
  z-index: 4;
  max-width: min(22.4193548387vw, 278px);
  top: min(35.9677419355vw, 446px);
  right: min(18.5483870968vw, 230px);
}
.index_movie .pa_business_imgs_square {
  position: absolute;
  min-width: 21px;
  min-height: 21px;
  width: 100%;
  height: 100%;
  background-color: #ED9B60;
  transition: height 0.4s;
  top: 0;
  right: 0;
}
.index_movie .pa_business_imgs_square.animateHeight {
  height: min(2.4193548387vw, 30px);
  /* 高さはすぐに縮小 */
  transition: height 0.4s;
  /* 高さのアニメーション */
}
.index_movie .pa_business_imgs_square.animateWidth {
  width: min(2.4193548387vw, 30px);
  /* 幅も縮小 */
  transition: width 0.4s;
  /* 幅のアニメーション */
}
.index_movie .pa_company {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 20px;
  background: linear-gradient(90deg, #40BCEA 0%, #1689B4 100%);
  padding-top: min(5.6451612903vw, 70px);
  padding-right: min(4.8387096774vw, 60px);
  padding-bottom: min(5.6451612903vw, 70px);
  padding-left: min(6.4516129032vw, 80px);
  margin-top: 90px;
}
@media (max-width: 896px) {
  .index_movie .pa_company {
    margin-top: calc(90px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie .pa_company {
    margin-top: calc(90px * 0.5);
  }
}
.index_movie .pa_company_body {
  width: 71.745%;
  z-index: 5;
}
@media screen and (max-width: 480px) {
  .index_movie .pa_company_body {
    width: 100%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  }
}
.index_movie .pa_company_miniTtl {
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 896px) {
  .index_movie .pa_company_miniTtl {
    margin-bottom: calc(30px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie .pa_company_miniTtl {
    margin-bottom: calc(30px * 0.5);
  }
}
.index_movie .pa_company_ttl {
  font-weight: 600;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 896px) {
  .index_movie .pa_company_ttl {
    margin-bottom: calc(50px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie .pa_company_ttl {
    margin-bottom: calc(50px * 0.5);
  }
}
.index_movie .pa_company_txt {
  font-weight: 600;
  line-height: 2.375;
  letter-spacing: 0.1em;
  font-size: clamp(0.8125rem, 0.6940789474rem + 0.3947368421vw, 1rem);
  color: #fff;
  margin-bottom: 58px;
}
@media (max-width: 896px) {
  .index_movie .pa_company_txt {
    margin-bottom: calc(58px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie .pa_company_txt {
    margin-bottom: calc(58px * 0.5);
  }
}
.index_movie .pa_company_imgs {
  position: relative;
  width: 28.225%;
}
@media screen and (max-width: 480px) {
  .index_movie .pa_company_imgs {
    position: absolute;
    right: 4%;
  }
}
.index_movie .pa_company_imgs_position {
  position: absolute;
  top: 0;
  right: 0;
  width: 150%;
}
.index_movie .pa_company_imgs_wrapper {
  position: absolute;
  line-height: 0;
}
.index_movie .pa_company_imgs_wrapper:nth-child(1) {
  z-index: 1;
  max-width: min(28.1451612903vw, 349px);
  top: min(0vw, 0px);
  right: min(0vw, 0px);
}
.index_movie .pa_company_imgs_wrapper:nth-child(2) {
  z-index: 2;
  max-width: min(15vw, 186px);
  top: calc(min(2.5vw, 31px) * -1);
  right: min(22.5vw, 279px);
}
.index_movie .pa_careers {
  position: relative;
  padding-top: 120px;
}
@media (max-width: 896px) {
  .index_movie .pa_careers {
    padding-top: calc(120px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie .pa_careers {
    padding-top: calc(120px * 0.5);
  }
}
.index_movie .pa_careers {
  padding-bottom: 120px;
}
@media (max-width: 896px) {
  .index_movie .pa_careers {
    padding-bottom: calc(120px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie .pa_careers {
    padding-bottom: calc(120px * 0.5);
  }
}
.index_movie .pa_careers_wrapper {
  position: relative;
}
.index_movie .pa_careers_miniTtl {
  margin-bottom: 30px;
}
@media (max-width: 896px) {
  .index_movie .pa_careers_miniTtl {
    margin-bottom: calc(30px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie .pa_careers_miniTtl {
    margin-bottom: calc(30px * 0.5);
  }
}
.index_movie .pa_careers_midashi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px 0;
  margin-bottom: 50px;
}
@media (max-width: 896px) {
  .index_movie .pa_careers_midashi {
    margin-bottom: calc(50px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie .pa_careers_midashi {
    margin-bottom: calc(50px * 0.5);
  }
}
.index_movie .pa_careers_ttl {
  font-weight: 600;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
}
.index_movie .pa_careers_txt {
  font-weight: 600;
  line-height: 2.375;
  letter-spacing: 0.1em;
  font-size: clamp(0.8125rem, 0.6940789474rem + 0.3947368421vw, 1rem);
  margin-bottom: 74px;
}
@media (max-width: 896px) {
  .index_movie .pa_careers_txt {
    margin-bottom: calc(74px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie .pa_careers_txt {
    margin-bottom: calc(74px * 0.5);
  }
}
.index_movie .pa_careers_circles {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 33px;
}
@media screen and (max-width: 896px) {
  .index_movie .pa_careers_circles {
    gap: 15px;
  }
}
.index_movie .pa_careers_circles_wrapper {
  width: 29.193%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index_movie .pa_careers_circles_wrapper .el_btn {
  margin-top: -9%;
}
.index_movie .pa_careers_circles_wrapper:hover .pa_careers_imgs_item {
  transition: all 0.4s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  transform: scale(1.05);
}
.index_movie .pa_careers_circles_wrapper:hover .el_btn::before {
  clip-path: inset(0 0 0 0);
}
.index_movie .pa_careers_circles_wrapper:hover .el_btn::after {
  border-radius: 25px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  transition: border-radius 0.2s ease, left 0.2s ease 0.2s, width 0.2s ease 0.4s, height 0.2s ease 0.6s;
}
@media screen and (max-width: 896px) {
  .index_movie .pa_careers_circles_wrapper {
    width: 46%;
  }
}
.index_movie .pa_careers_imgs_item {
  border-radius: 50%;
  transition: all 0.4s;
}
.index_movie .pa_careers_icons {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4%;
  width: 100vw;
  z-index: 5;
}
.index_movie .pa_careers_icons.swiper {
  margin: 0 calc(50% - 50vw);
  margin-top: 50px;
}
.index_movie .pa_careers_icons_settings.swiper-wrapper {
  align-items: center;
  transition-timing-function: linear;
}
.index_movie .pa_careers_entry {
  position: relative;
  background: linear-gradient(90deg, #EA9658 0%, #D98343 100%);
  border-radius: 20px;
  padding: 0 4%;
  margin-top: -50px;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 896px) {
  .index_movie .pa_careers_entry {
    padding-bottom: calc(60px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie .pa_careers_entry {
    padding-bottom: calc(60px * 0.5);
  }
}
.index_movie .pa_careers_entry_ttl {
  font-weight: 600;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  color: #fff;
  margin-bottom: 25px;
}
@media (max-width: 896px) {
  .index_movie .pa_careers_entry_ttl {
    margin-bottom: calc(25px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie .pa_careers_entry_ttl {
    margin-bottom: calc(25px * 0.5);
  }
}
.index_movie .pa_news {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #fff;
  margin-top: 140px;
}
@media (max-width: 896px) {
  .index_movie .pa_news {
    margin-top: calc(140px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie .pa_news {
    margin-top: calc(140px * 0.5);
  }
}
.index_movie .pa_news_miniTtl {
  margin-bottom: 30px;
}
@media (max-width: 896px) {
  .index_movie .pa_news_miniTtl {
    margin-bottom: calc(30px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie .pa_news_miniTtl {
    margin-bottom: calc(30px * 0.5);
  }
}
.index_movie .pa_news_ttl {
  font-weight: 600;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  margin-bottom: 110px;
}
@media screen and (max-width: 896px) {
  .index_movie .pa_news_ttl {
    margin-bottom: 30px;
  }
}
.index_movie .pa_news_img {
  position: relative;
  width: 30%;
}
@media screen and (max-width: 896px) {
  .index_movie .pa_news_img {
    width: 100%;
  }
  .index_movie .pa_news_img > img {
    width: 30%;
    position: absolute;
    top: 25%;
    right: 0;
  }
}
.index_movie .pa_news_body {
  width: 58%;
}
@media screen and (max-width: 896px) {
  .index_movie .pa_news_body {
    width: 100%;
  }
}
.index_movie .pa_news_list {
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .index_movie .pa_news_list {
    margin-bottom: calc(40px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie .pa_news_list {
    margin-bottom: calc(40px * 0.5);
  }
}
.index_movie .pa_news_list_item {
  position: relative;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 37px;
}
@media (max-width: 896px) {
  .index_movie .pa_news_list_item {
    padding-bottom: calc(37px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie .pa_news_list_item {
    padding-bottom: calc(37px * 0.5);
  }
}
.index_movie .pa_news_list_item {
  margin-top: 40px;
}
@media (max-width: 896px) {
  .index_movie .pa_news_list_item {
    margin-top: calc(40px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie .pa_news_list_item {
    margin-top: calc(40px * 0.5);
  }
}
.index_movie .pa_news_list_wrapper {
  display: flex;
  align-items: center;
  gap: 0 7px;
  font-size: clamp(0.625rem, 0.5460526316rem + 0.2631578947vw, 0.75rem);
  margin-bottom: 22px;
}
@media (max-width: 896px) {
  .index_movie .pa_news_list_wrapper {
    margin-bottom: calc(22px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie .pa_news_list_wrapper {
    margin-bottom: calc(22px * 0.5);
  }
}
.index_movie .pa_news_list_category {
  display: flex;
  align-items: center;
  background-color: #40BCEA;
  border: 1px solid #40BCEA;
  border-radius: 13px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 5px 12px;
}
.index_movie .pa_news_list_datetime {
  color: #999999;
}
.index_movie .pa_news_list_ttl {
  font-size: clamp(0.875rem, 0.7171052632rem + 0.5263157895vw, 1.125rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.7777777778;
}
.index_movie .pa_news_btn {
  text-align: right;
}

.index_movie2 .pa_mainvisual {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #EBF0F3 100%);
  z-index: auto;
  margin-top: 140px;
}
@media (max-width: 896px) {
  .index_movie2 .pa_mainvisual {
    margin-top: calc(140px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie2 .pa_mainvisual {
    margin-top: calc(140px * 0.5);
  }
}
.index_movie2 .pa_mainvisual {
  padding-top: 88px;
}
@media (max-width: 896px) {
  .index_movie2 .pa_mainvisual {
    padding-top: calc(88px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie2 .pa_mainvisual {
    padding-top: calc(88px * 0.5);
  }
}
.index_movie2 .pa_mainvisual {
  padding-bottom: 48px;
}
@media (max-width: 896px) {
  .index_movie2 .pa_mainvisual {
    padding-bottom: calc(48px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie2 .pa_mainvisual {
    padding-bottom: calc(48px * 0.5);
  }
}
.index_movie2 .pa_mainvisual:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/index/mv_bg@2x.png);
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: 20% 35%;
}
.index_movie2 .pa_mainvisual_inner {
  display: flex;
  min-height: calc(95vh - 236px);
  z-index: 2;
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .index_movie2 .pa_mainvisual_inner {
    padding-right: 4%;
    padding-left: 4%;
  }
}
.index_movie2 .pa_mainvisual_inner:before {
  content: "";
  position: absolute;
  min-width: 24px;
  min-height: 24px;
  width: min(3.1451612903vw, 39px);
  height: min(3.1451612903vw, 39px);
  background-color: #ED9B60;
  top: -45px;
  left: -80px;
  animation: fadeIn 1s;
}
.index_movie2 .pa_mainvisual_inner:after {
  content: "";
  position: absolute;
  min-width: 24px;
  min-height: 24px;
  width: min(3.1451612903vw, 39px);
  height: min(3.1451612903vw, 39px);
  background-color: #ED9B60;
  right: -85px;
  bottom: 0;
  animation: fadeIn 1s;
}
@media screen and (max-width: 480px) {
  .index_movie2 .pa_mainvisual_inner {
    min-height: calc(90vh - 236px);
  }
}
.index_movie2 .pa_mainvisual_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 45px 0;
  font-weight: 600;
  z-index: 5;
}
.index_movie2 .pa_mainvisual_ttl {
  font-size: clamp(1.75rem, 0.4868421053rem + 4.2105263158vw, 3.75rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.index_movie2 .pa_mainvisual_txt {
  line-height: 2;
  letter-spacing: 0.1em;
}
.index_movie2 .pa_mainvisual_txt.pa_mainvisual_txt__large {
  font-size: clamp(0.9375rem, 0.6217105263rem + 1.0526315789vw, 1.4375rem);
  color: #418DA8;
  line-height: 1.3913043478;
}
.index_movie2 .pa_mainvisual_img {
  position: absolute;
  max-width: min(57.0161290323vw, 707px);
  top: 0;
  right: 0;
}
@media screen and (max-width: 480px) {
  .index_movie2 .pa_mainvisual_img {
    top: 20px;
  }
}
.index_movie2 .pa_mainvisual_img_wrap {
  position: relative;
}
.index_movie2 .pa_mainvisual_movie_item {
  max-width: min(57.0161290323vw, 707px);
  height: min(38.1451612903vw, 473px);
  object-fit: cover;
  -webkit-mask-image: url("../images/index/mv_path.svg"); /* Webkit用 */
  mask-image: url("../images/index/mv_path.svg"); /* マスク画像を指定 */
  -webkit-mask-size: cover;
  mask-size: cover;
}
.index_movie2 .pa_mainvisual_icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index_movie2 .pa_mainvisual_icons .pa_mainvisual_icons_item {
  position: absolute;
}
.index_movie2 .pa_mainvisual_icons .pa_mainvisual_icons_item:nth-child(1) {
  max-width: min(8.2258064516vw, 102px);
  top: min(1.935483871vw, 24px);
  left: calc(min(2.0967741935vw, 26px) * -1);
}
.index_movie2 .pa_mainvisual_icons .pa_mainvisual_icons_item:nth-child(2) {
  max-width: min(12.7419354839vw, 158px);
  right: calc(min(3.2258064516vw, 40px) * -1);
  bottom: min(2.8225806452vw, 35px);
}
.index_movie2 .pa_mainvisual_circles {
  position: absolute;
  right: calc(min(2.5806451613vw, 32px) * -1);
  bottom: min(3.2258064516vw, 40px);
  display: flex;
  gap: 0 24px;
}
.index_movie2 .pa_mainvisual_circles:after {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  content: "";
  background-image: linear-gradient(90deg, #999999 0px, #999999 4px, transparent 4px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
}
@media screen and (max-width: 1240px) {
  .index_movie2 .pa_mainvisual_circles {
    right: 0;
  }
}
@media screen and (max-width: 896px) {
  .index_movie2 .pa_mainvisual_circles {
    gap: 0 10px;
  }
}
.index_movie2 .pa_mainvisual_circles_item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 65px;
  min-height: 65px;
  width: min(9.2741935484vw, 115px);
  height: min(9.2741935484vw, 115px);
  border-radius: 50%;
  font-size: clamp(0.625rem, 0.5855263158rem + 0.1315789474vw, 0.6875rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  z-index: 2;
}
.index_movie2 .pa_mainvisual_circles_item:nth-child(1) {
  background-color: #3C626F;
}
.index_movie2 .pa_mainvisual_circles_item:nth-child(2) {
  background-color: #D88F5A;
}
.index_movie2 .pa_mainvisual_circles_item:nth-child(3) {
  background-color: #418DA8;
}
.index_movie2 .pa_mainvisual_circles_item:nth-child(4) {
  background-color: #BAD662;
}
.index_movie2 .pa_mainvisual_circles_item:nth-child(5) {
  background-color: #40BCEA;
}
@media (max-width: 374px) {
  .index_movie2 .pa_mainvisual_circles_item {
    min-width: 55px;
    min-height: 55px;
    font-size: 8px;
  }
}
.index_movie2 .pa_mainvisual_movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.index_movie2 .pa_about {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
  background-color: #fff;
  margin-top: 120px;
}
@media (max-width: 896px) {
  .index_movie2 .pa_about {
    margin-top: calc(120px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie2 .pa_about {
    margin-top: calc(120px * 0.5);
  }
}
.index_movie2 .pa_about_body {
  width: 40%;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .index_movie2 .pa_about_body {
    width: 53%;
  }
}
@media screen and (max-width: 480px) {
  .index_movie2 .pa_about_body {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
.index_movie2 .pa_about_miniTtl {
  margin-bottom: 30px;
}
@media (max-width: 896px) {
  .index_movie2 .pa_about_miniTtl {
    margin-bottom: calc(30px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie2 .pa_about_miniTtl {
    margin-bottom: calc(30px * 0.5);
  }
}
.index_movie2 .pa_about_ttl {
  font-weight: 600;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  margin-bottom: 50px;
}
@media (max-width: 896px) {
  .index_movie2 .pa_about_ttl {
    margin-bottom: calc(50px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie2 .pa_about_ttl {
    margin-bottom: calc(50px * 0.5);
  }
}
.index_movie2 .pa_about_txt {
  font-weight: 600;
  line-height: 2.375;
  letter-spacing: 0.1em;
  font-size: clamp(0.8125rem, 0.6940789474rem + 0.3947368421vw, 1rem);
  margin-bottom: 58px;
}
@media (max-width: 896px) {
  .index_movie2 .pa_about_txt {
    margin-bottom: calc(58px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie2 .pa_about_txt {
    margin-bottom: calc(58px * 0.5);
  }
}
.index_movie2 .pa_about_imgs {
  position: relative;
  width: 44.032%;
  min-height: min(46.6129032258vw, 578px);
}
@media screen and (max-width: 480px) {
  .index_movie2 .pa_about_imgs {
    position: absolute;
    width: 100%;
  }
}
.index_movie2 .pa_about_imgs_wrapper {
  position: absolute;
  line-height: 0;
}
.index_movie2 .pa_about_imgs_wrapper:nth-child(1) {
  z-index: 2;
  max-width: min(30.4838709677vw, 378px);
  top: min(0vw, 0px);
  right: min(0vw, 0px);
}
.index_movie2 .pa_about_imgs_wrapper:nth-child(2) {
  z-index: 1;
  max-width: min(23.2258064516vw, 288px);
  top: min(22.9032258065vw, 284px);
  right: min(22.2580645161vw, 276px);
}
.index_movie2 .pa_about_imgs_wrapper:nth-child(3) {
  z-index: 3;
  max-width: min(9.5161290323vw, 118px);
  top: min(11.6129032258vw, 144px);
  right: min(33.3064516129vw, 413px);
}
.index_movie2 .pa_about_imgs_square {
  position: absolute;
  min-width: 21px;
  min-height: 21px;
  width: 100%;
  height: 100%;
  background-color: #ED9B60;
  transition: height 0.4s;
  right: 0;
  bottom: 0;
}
.index_movie2 .pa_about_imgs_square.animateHeight {
  height: min(2.4193548387vw, 30px);
  /* 高さはすぐに縮小 */
  transition: height 0.4s;
  /* 高さのアニメーション */
}
.index_movie2 .pa_about_imgs_square.animateWidth {
  width: min(2.4193548387vw, 30px);
  /* 幅も縮小 */
  transition: width 0.4s;
  /* 幅のアニメーション */
}
.index_movie2 .pa_about_dottedLine {
  margin: 0 calc(50% - 50vw);
  margin-top: -60px;
  width: 100vw;
}
@media screen and (max-width: 480px) {
  .index_movie2 .pa_about_dottedLine {
    margin-top: 30px;
  }
}
.index_movie2 .pa_business {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  margin-top: 120px;
}
@media (max-width: 896px) {
  .index_movie2 .pa_business {
    margin-top: calc(120px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie2 .pa_business {
    margin-top: calc(120px * 0.5);
  }
}
.index_movie2 .pa_business_body {
  width: 43%;
  z-index: 5;
}
@media screen and (max-width: 1240px) {
  .index_movie2 .pa_business_body {
    background-color: rgba(255, 255, 255, 0.7);
    padding-right: 2%;
  }
}
@media screen and (max-width: 480px) {
  .index_movie2 .pa_business_body {
    width: 100%;
  }
}
.index_movie2 .pa_business_miniTtl {
  margin-bottom: 30px;
}
@media (max-width: 896px) {
  .index_movie2 .pa_business_miniTtl {
    margin-bottom: calc(30px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie2 .pa_business_miniTtl {
    margin-bottom: calc(30px * 0.5);
  }
}
.index_movie2 .pa_business_ttl {
  font-weight: 600;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  margin-bottom: 50px;
}
@media (max-width: 896px) {
  .index_movie2 .pa_business_ttl {
    margin-bottom: calc(50px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie2 .pa_business_ttl {
    margin-bottom: calc(50px * 0.5);
  }
}
.index_movie2 .pa_business_txt {
  font-weight: 600;
  line-height: 2.375;
  letter-spacing: 0.1em;
  font-size: clamp(0.8125rem, 0.6940789474rem + 0.3947368421vw, 1rem);
  margin-bottom: 58px;
}
@media (max-width: 896px) {
  .index_movie2 .pa_business_txt {
    margin-bottom: calc(58px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie2 .pa_business_txt {
    margin-bottom: calc(58px * 0.5);
  }
}
.index_movie2 .pa_business_imgs {
  position: relative;
  width: 57%;
  min-height: min(56.4516129032vw, 700px);
}
@media screen and (max-width: 480px) {
  .index_movie2 .pa_business_imgs {
    position: absolute;
    right: 0;
    bottom: 40px;
  }
}
.index_movie2 .pa_business_imgs_position {
  position: absolute;
  top: 0;
  right: 0;
  width: 115%;
}
.index_movie2 .pa_business_imgs_wrapper {
  position: absolute;
  line-height: 0;
}
.index_movie2 .pa_business_imgs_wrapper:nth-child(1) {
  z-index: 1;
  max-width: min(40.3225806452vw, 500px);
  top: min(0vw, 0px);
  right: min(8.4677419355vw, 105px);
}
.index_movie2 .pa_business_imgs_wrapper:nth-child(2) {
  z-index: 2;
  max-width: min(22.9032258065vw, 284px);
  top: min(33.5483870968vw, 416px);
  right: min(42.4193548387vw, 526px);
}
.index_movie2 .pa_business_imgs_wrapper:nth-child(3) {
  z-index: 3;
  max-width: min(17.0161290323vw, 211px);
  top: min(29.5967741935vw, 367px);
  right: min(0vw, 0px);
}
.index_movie2 .pa_business_imgs_wrapper:nth-child(4) {
  z-index: 4;
  max-width: min(22.4193548387vw, 278px);
  top: min(35.9677419355vw, 446px);
  right: min(18.5483870968vw, 230px);
}
.index_movie2 .pa_business_imgs_square {
  position: absolute;
  min-width: 21px;
  min-height: 21px;
  width: 100%;
  height: 100%;
  background-color: #ED9B60;
  transition: height 0.4s;
  top: 0;
  right: 0;
}
.index_movie2 .pa_business_imgs_square.animateHeight {
  height: min(2.4193548387vw, 30px);
  /* 高さはすぐに縮小 */
  transition: height 0.4s;
  /* 高さのアニメーション */
}
.index_movie2 .pa_business_imgs_square.animateWidth {
  width: min(2.4193548387vw, 30px);
  /* 幅も縮小 */
  transition: width 0.4s;
  /* 幅のアニメーション */
}
.index_movie2 .pa_company {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 20px;
  background: linear-gradient(90deg, #40BCEA 0%, #1689B4 100%);
  padding-top: min(5.6451612903vw, 70px);
  padding-right: min(4.8387096774vw, 60px);
  padding-bottom: min(5.6451612903vw, 70px);
  padding-left: min(6.4516129032vw, 80px);
  margin-top: 90px;
}
@media (max-width: 896px) {
  .index_movie2 .pa_company {
    margin-top: calc(90px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie2 .pa_company {
    margin-top: calc(90px * 0.5);
  }
}
.index_movie2 .pa_company_body {
  width: 71.745%;
  z-index: 5;
}
@media screen and (max-width: 480px) {
  .index_movie2 .pa_company_body {
    width: 100%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  }
}
.index_movie2 .pa_company_miniTtl {
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 896px) {
  .index_movie2 .pa_company_miniTtl {
    margin-bottom: calc(30px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie2 .pa_company_miniTtl {
    margin-bottom: calc(30px * 0.5);
  }
}
.index_movie2 .pa_company_ttl {
  font-weight: 600;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 896px) {
  .index_movie2 .pa_company_ttl {
    margin-bottom: calc(50px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie2 .pa_company_ttl {
    margin-bottom: calc(50px * 0.5);
  }
}
.index_movie2 .pa_company_txt {
  font-weight: 600;
  line-height: 2.375;
  letter-spacing: 0.1em;
  font-size: clamp(0.8125rem, 0.6940789474rem + 0.3947368421vw, 1rem);
  color: #fff;
  margin-bottom: 58px;
}
@media (max-width: 896px) {
  .index_movie2 .pa_company_txt {
    margin-bottom: calc(58px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie2 .pa_company_txt {
    margin-bottom: calc(58px * 0.5);
  }
}
.index_movie2 .pa_company_imgs {
  position: relative;
  width: 28.225%;
}
@media screen and (max-width: 480px) {
  .index_movie2 .pa_company_imgs {
    position: absolute;
    right: 4%;
  }
}
.index_movie2 .pa_company_imgs_position {
  position: absolute;
  top: 0;
  right: 0;
  width: 150%;
}
.index_movie2 .pa_company_imgs_wrapper {
  position: absolute;
  line-height: 0;
}
.index_movie2 .pa_company_imgs_wrapper:nth-child(1) {
  z-index: 1;
  max-width: min(28.1451612903vw, 349px);
  top: min(0vw, 0px);
  right: min(0vw, 0px);
}
.index_movie2 .pa_company_imgs_wrapper:nth-child(2) {
  z-index: 2;
  max-width: min(15vw, 186px);
  top: calc(min(2.5vw, 31px) * -1);
  right: min(22.5vw, 279px);
}
.index_movie2 .pa_careers {
  position: relative;
  padding-top: 120px;
}
@media (max-width: 896px) {
  .index_movie2 .pa_careers {
    padding-top: calc(120px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie2 .pa_careers {
    padding-top: calc(120px * 0.5);
  }
}
.index_movie2 .pa_careers {
  padding-bottom: 120px;
}
@media (max-width: 896px) {
  .index_movie2 .pa_careers {
    padding-bottom: calc(120px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie2 .pa_careers {
    padding-bottom: calc(120px * 0.5);
  }
}
.index_movie2 .pa_careers_wrapper {
  position: relative;
}
.index_movie2 .pa_careers_miniTtl {
  margin-bottom: 30px;
}
@media (max-width: 896px) {
  .index_movie2 .pa_careers_miniTtl {
    margin-bottom: calc(30px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie2 .pa_careers_miniTtl {
    margin-bottom: calc(30px * 0.5);
  }
}
.index_movie2 .pa_careers_midashi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px 0;
  margin-bottom: 50px;
}
@media (max-width: 896px) {
  .index_movie2 .pa_careers_midashi {
    margin-bottom: calc(50px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie2 .pa_careers_midashi {
    margin-bottom: calc(50px * 0.5);
  }
}
.index_movie2 .pa_careers_ttl {
  font-weight: 600;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
}
.index_movie2 .pa_careers_txt {
  font-weight: 600;
  line-height: 2.375;
  letter-spacing: 0.1em;
  font-size: clamp(0.8125rem, 0.6940789474rem + 0.3947368421vw, 1rem);
  margin-bottom: 74px;
}
@media (max-width: 896px) {
  .index_movie2 .pa_careers_txt {
    margin-bottom: calc(74px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie2 .pa_careers_txt {
    margin-bottom: calc(74px * 0.5);
  }
}
.index_movie2 .pa_careers_circles {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 33px;
}
@media screen and (max-width: 896px) {
  .index_movie2 .pa_careers_circles {
    gap: 15px;
  }
}
.index_movie2 .pa_careers_circles_wrapper {
  width: 29.193%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index_movie2 .pa_careers_circles_wrapper .el_btn {
  margin-top: -9%;
}
.index_movie2 .pa_careers_circles_wrapper:hover .pa_careers_imgs_item {
  transition: all 0.4s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  transform: scale(1.05);
}
.index_movie2 .pa_careers_circles_wrapper:hover .el_btn::before {
  clip-path: inset(0 0 0 0);
}
.index_movie2 .pa_careers_circles_wrapper:hover .el_btn::after {
  border-radius: 25px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  transition: border-radius 0.2s ease, left 0.2s ease 0.2s, width 0.2s ease 0.4s, height 0.2s ease 0.6s;
}
@media screen and (max-width: 896px) {
  .index_movie2 .pa_careers_circles_wrapper {
    width: 46%;
  }
}
.index_movie2 .pa_careers_imgs_item {
  border-radius: 50%;
  transition: all 0.4s;
}
.index_movie2 .pa_careers_icons {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4%;
  width: 100vw;
  z-index: 5;
}
.index_movie2 .pa_careers_icons.swiper {
  margin: 0 calc(50% - 50vw);
  margin-top: 50px;
}
.index_movie2 .pa_careers_icons_settings.swiper-wrapper {
  align-items: center;
  transition-timing-function: linear;
}
.index_movie2 .pa_careers_entry {
  position: relative;
  background: linear-gradient(90deg, #EA9658 0%, #D98343 100%);
  border-radius: 20px;
  padding: 0 4%;
  margin-top: -50px;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 896px) {
  .index_movie2 .pa_careers_entry {
    padding-bottom: calc(60px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie2 .pa_careers_entry {
    padding-bottom: calc(60px * 0.5);
  }
}
.index_movie2 .pa_careers_entry_ttl {
  font-weight: 600;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  color: #fff;
  margin-bottom: 25px;
}
@media (max-width: 896px) {
  .index_movie2 .pa_careers_entry_ttl {
    margin-bottom: calc(25px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie2 .pa_careers_entry_ttl {
    margin-bottom: calc(25px * 0.5);
  }
}
.index_movie2 .pa_news {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #fff;
  margin-top: 140px;
}
@media (max-width: 896px) {
  .index_movie2 .pa_news {
    margin-top: calc(140px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie2 .pa_news {
    margin-top: calc(140px * 0.5);
  }
}
.index_movie2 .pa_news_miniTtl {
  margin-bottom: 30px;
}
@media (max-width: 896px) {
  .index_movie2 .pa_news_miniTtl {
    margin-bottom: calc(30px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie2 .pa_news_miniTtl {
    margin-bottom: calc(30px * 0.5);
  }
}
.index_movie2 .pa_news_ttl {
  font-weight: 600;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  margin-bottom: 110px;
}
@media screen and (max-width: 896px) {
  .index_movie2 .pa_news_ttl {
    margin-bottom: 30px;
  }
}
.index_movie2 .pa_news_img {
  position: relative;
  width: 30%;
}
@media screen and (max-width: 896px) {
  .index_movie2 .pa_news_img {
    width: 100%;
  }
  .index_movie2 .pa_news_img > img {
    width: 30%;
    position: absolute;
    top: 25%;
    right: 0;
  }
}
.index_movie2 .pa_news_body {
  width: 58%;
}
@media screen and (max-width: 896px) {
  .index_movie2 .pa_news_body {
    width: 100%;
  }
}
.index_movie2 .pa_news_list {
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .index_movie2 .pa_news_list {
    margin-bottom: calc(40px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie2 .pa_news_list {
    margin-bottom: calc(40px * 0.5);
  }
}
.index_movie2 .pa_news_list_item {
  position: relative;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 37px;
}
@media (max-width: 896px) {
  .index_movie2 .pa_news_list_item {
    padding-bottom: calc(37px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie2 .pa_news_list_item {
    padding-bottom: calc(37px * 0.5);
  }
}
.index_movie2 .pa_news_list_item {
  margin-top: 40px;
}
@media (max-width: 896px) {
  .index_movie2 .pa_news_list_item {
    margin-top: calc(40px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie2 .pa_news_list_item {
    margin-top: calc(40px * 0.5);
  }
}
.index_movie2 .pa_news_list_wrapper {
  display: flex;
  align-items: center;
  gap: 0 7px;
  font-size: clamp(0.625rem, 0.5460526316rem + 0.2631578947vw, 0.75rem);
  margin-bottom: 22px;
}
@media (max-width: 896px) {
  .index_movie2 .pa_news_list_wrapper {
    margin-bottom: calc(22px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index_movie2 .pa_news_list_wrapper {
    margin-bottom: calc(22px * 0.5);
  }
}
.index_movie2 .pa_news_list_category {
  display: flex;
  align-items: center;
  background-color: #40BCEA;
  border: 1px solid #40BCEA;
  border-radius: 13px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 5px 12px;
}
.index_movie2 .pa_news_list_datetime {
  color: #999999;
}
.index_movie2 .pa_news_list_ttl {
  font-size: clamp(0.875rem, 0.7171052632rem + 0.5263157895vw, 1.125rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.7777777778;
}
.index_movie2 .pa_news_btn {
  text-align: right;
}

/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
.about-us .pa_overview {
  position: relative;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 94px;
}
@media (max-width: 896px) {
  .about-us .pa_overview {
    margin-top: calc(94px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .about-us .pa_overview {
    margin-top: calc(94px * 0.5);
  }
}
.about-us .pa_overview {
  padding-bottom: 55px;
}
@media (max-width: 896px) {
  .about-us .pa_overview {
    padding-bottom: calc(55px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .about-us .pa_overview {
    padding-bottom: calc(55px * 0.5);
  }
}
.about-us .pa_overview_ttl {
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  font-weight: 600;
}
.about-us .pa_overview_txt {
  position: relative;
  font-weight: 600;
  line-height: 2.375;
  z-index: 2;
  margin-top: 55px;
}
@media (max-width: 896px) {
  .about-us .pa_overview_txt {
    margin-top: calc(55px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .about-us .pa_overview_txt {
    margin-top: calc(55px * 0.5);
  }
}
@media screen and (max-width: 480px) {
  .about-us .pa_overview_txt {
    text-align: left;
  }
}
.about-us .pa_overview_icon {
  position: absolute;
}
.about-us .pa_overview_icon:nth-of-type(1) {
  max-width: min(9.5967741935vw, 119px);
  bottom: min(1.1290322581vw, 14px);
  left: min(2.2580645161vw, 28px);
}
.about-us .pa_overview_icon:nth-of-type(2) {
  max-width: min(5.0806451613vw, 63px);
  bottom: min(1.1290322581vw, 14px);
  left: min(15vw, 186px);
}
.about-us .pa_overview_icon:nth-of-type(3) {
  max-width: min(8.7903225806vw, 109px);
  right: min(11.4516129032vw, 142px);
  bottom: min(0vw, 0px);
}
.about-us .pa_overview_icon:nth-of-type(4) {
  max-width: min(3.6290322581vw, 45px);
  right: min(4.7580645161vw, 59px);
  bottom: min(0.3225806452vw, 4px);
}
@media screen and (max-width: 896px) {
  .about-us .pa_overview_icon {
    opacity: 0.3;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInResOpa {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.3;
  }
}
@keyframes fadeInResOpa {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.3;
  }
}
.about-us .fadeInResOpa {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@media screen and (max-width: 896px) {
  .about-us .fadeInResOpa {
    -webkit-animation-name: fadeInResOpa;
    animation-name: fadeInResOpa;
  }
}
.about-us .pa_about {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
@media (max-width: 896px) {
  .about-us .pa_about {
    margin-top: calc(80px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .about-us .pa_about {
    margin-top: calc(80px * 0.5);
  }
}
.about-us .pa_about__rev {
  flex-direction: row-reverse;
}
.about-us .pa_about_img {
  position: relative;
  width: 43.548%;
  height: fit-content;
}
@media screen and (max-width: 480px) {
  .about-us .pa_about_img {
    width: 100%;
  }
}
.about-us .pa_about_img_square {
  position: absolute;
  min-width: 21px;
  min-height: 21px;
  width: 100%;
  height: 100%;
  background-color: #ED9B60;
  transition: height 0.4s;
  top: 0;
  left: 0;
}
.about-us .pa_about_img_square.animateHeight {
  height: min(2.4193548387vw, 30px);
  /* 高さはすぐに縮小 */
  transition: height 0.4s;
  /* 高さのアニメーション */
}
.about-us .pa_about_img_square.animateWidth {
  width: min(2.4193548387vw, 30px);
  /* 幅も縮小 */
  transition: width 0.4s;
  /* 幅のアニメーション */
}
.about-us .pa_about_body {
  position: relative;
  width: 52%;
}
@media screen and (max-width: 480px) {
  .about-us .pa_about_body {
    width: 100%;
  }
}
.about-us .pa_about_ttl {
  display: flex;
  align-items: baseline;
  font-weight: 600;
  color: #40BCEA;
  letter-spacing: 0.1em;
  gap: 0 10px;
}
.about-us .pa_about_number {
  color: #418DA8;
  opacity: 0.3;
  font-size: clamp(3.125rem, 0.7565789474rem + 7.8947368421vw, 6.875rem);
  font-weight: 300;
  letter-spacing: -0.07em;
  line-height: 1;
}
.about-us .pa_about_heading {
  font-weight: 600;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  margin-top: 22px;
}
@media (max-width: 896px) {
  .about-us .pa_about_heading {
    margin-top: calc(22px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .about-us .pa_about_heading {
    margin-top: calc(22px * 0.5);
  }
}
.about-us .pa_about_txt {
  font-weight: 600;
  line-height: 2.375;
  letter-spacing: 0.1em;
  font-size: clamp(0.8125rem, 0.6940789474rem + 0.3947368421vw, 1rem);
  margin-top: 50px;
}
@media (max-width: 896px) {
  .about-us .pa_about_txt {
    margin-top: calc(50px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .about-us .pa_about_txt {
    margin-top: calc(50px * 0.5);
  }
}
.about-us .pa_tech {
  margin-top: 120px;
}
@media (max-width: 896px) {
  .about-us .pa_tech {
    margin-top: calc(120px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .about-us .pa_tech {
    margin-top: calc(120px * 0.5);
  }
}
.about-us .pa_tech {
  padding-bottom: 100px;
}
@media (max-width: 896px) {
  .about-us .pa_tech {
    padding-bottom: calc(100px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .about-us .pa_tech {
    padding-bottom: calc(100px * 0.5);
  }
}
.about-us .pa_tech_ttl {
  font-weight: 600;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  color: #fff;
  text-align: center;
  padding-top: 94px;
}
@media (max-width: 896px) {
  .about-us .pa_tech_ttl {
    padding-top: calc(94px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .about-us .pa_tech_ttl {
    padding-top: calc(94px * 0.5);
  }
}
.about-us .pa_tech_list {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 94px;
}
@media (max-width: 896px) {
  .about-us .pa_tech_list {
    margin-top: calc(94px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .about-us .pa_tech_list {
    margin-top: calc(94px * 0.5);
  }
}
.about-us .pa_tech_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px 0;
  width: calc((100% - 39px) / 4);
  background-color: #fff;
  border-radius: 10px;
  padding: 2% 1%;
}
@media screen and (max-width: 1240px) {
  .about-us .pa_tech_item {
    gap: 20px 0;
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 896px) {
  .about-us .pa_tech_item {
    gap: 20px 0;
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 480px) {
  .about-us .pa_tech_item {
    gap: 20px 0;
    width: 100%;
    padding: 4%;
  }
}
.about-us .pa_tech_item_ttl {
  font-size: clamp(1rem, 0.6842105263rem + 1.0526315789vw, 1.5rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2.0833333333;
}
.about-us .pa_tech_txt {
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2.375;
}
.about-us .pa_teamwork {
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 100px;
}
@media (max-width: 896px) {
  .about-us .pa_teamwork {
    margin-top: calc(100px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .about-us .pa_teamwork {
    margin-top: calc(100px * 0.5);
  }
}
.about-us .pa_teamwork_img {
  position: relative;
}
.about-us .pa_teamwork_img_square {
  position: absolute;
  position: absolute;
  min-width: 21px;
  min-height: 21px;
  width: 100%;
  height: 100%;
  background-color: #ED9B60;
  transition: height 0.4s;
  top: 0;
  left: 0;
}
.about-us .pa_teamwork_img_square.animateHeight {
  height: min(2.4193548387vw, 30px);
  /* 高さはすぐに縮小 */
  transition: height 0.4s;
  /* 高さのアニメーション */
}
.about-us .pa_teamwork_img_square.animateWidth {
  width: min(2.4193548387vw, 30px);
  /* 幅も縮小 */
  transition: width 0.4s;
  /* 幅のアニメーション */
}
.about-us .pa_teamwork_ttl {
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  font-weight: 600;
  margin-top: 54px;
}
@media (max-width: 896px) {
  .about-us .pa_teamwork_ttl {
    margin-top: calc(54px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .about-us .pa_teamwork_ttl {
    margin-top: calc(54px * 0.5);
  }
}
.about-us .pa_teamwork_txt {
  font-weight: 600;
  line-height: 2.375;
  margin-top: 52px;
}
@media (max-width: 896px) {
  .about-us .pa_teamwork_txt {
    margin-top: calc(52px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .about-us .pa_teamwork_txt {
    margin-top: calc(52px * 0.5);
  }
}
@media screen and (max-width: 480px) {
  .about-us .pa_teamwork_txt {
    text-align: left;
  }
}
.about-us .pa_looknumbers {
  position: relative;
  margin-top: 112px;
}
@media (max-width: 896px) {
  .about-us .pa_looknumbers {
    margin-top: calc(112px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .about-us .pa_looknumbers {
    margin-top: calc(112px * 0.5);
  }
}
.about-us .pa_looknumbers_ttl {
  font-weight: 600;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  text-align: center;
}
.about-us .pa_looknumbers_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 55px;
}
@media (max-width: 896px) {
  .about-us .pa_looknumbers_list {
    margin-top: calc(55px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .about-us .pa_looknumbers_list {
    margin-top: calc(55px * 0.5);
  }
}
.about-us .pa_looknumbers_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 40px) / 3);
  border: 1px solid #999999;
  border-radius: 20px;
  padding: 2% 1%;
}
@media screen and (max-width: 896px) {
  .about-us .pa_looknumbers_item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 480px) {
  .about-us .pa_looknumbers_item {
    width: 100%;
    padding: 4%;
  }
}
.about-us .pa_looknumbers_item_ttl {
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.1em;
}
.about-us .pa_looknumbers_item_ttl_black {
  display: block;
}
.about-us .pa_looknumbers_item_ttl_main {
  font-family: "Jost", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-optical-sizing: auto;
  font-size: clamp(3.125rem, 0.7565789474rem + 7.8947368421vw, 6.875rem);
  font-weight: 300;
  letter-spacing: -0.07em;
  line-height: 1;
  color: #40BCEA;
}
.about-us .pa_looknumbers_item_ttl_sub {
  color: #40BCEA;
}
.about-us .pa_looknumbers_item_img {
  margin-top: 10px;
}
.about-us .pa_looknumbers_item_txt {
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2.375;
  margin-top: 34px;
}
@media (max-width: 896px) {
  .about-us .pa_looknumbers_item_txt {
    margin-top: calc(34px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .about-us .pa_looknumbers_item_txt {
    margin-top: calc(34px * 0.5);
  }
}

/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
.works .pa_overview {
  position: relative;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 94px;
}
@media (max-width: 896px) {
  .works .pa_overview {
    margin-top: calc(94px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .works .pa_overview {
    margin-top: calc(94px * 0.5);
  }
}
.works .pa_overview {
  padding-bottom: 55px;
}
@media (max-width: 896px) {
  .works .pa_overview {
    padding-bottom: calc(55px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .works .pa_overview {
    padding-bottom: calc(55px * 0.5);
  }
}
.works .pa_overview_ttl {
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  font-weight: 600;
}
.works .pa_overview_txt {
  font-weight: 600;
  line-height: 2.375;
  margin-top: 55px;
}
@media (max-width: 896px) {
  .works .pa_overview_txt {
    margin-top: calc(55px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .works .pa_overview_txt {
    margin-top: calc(55px * 0.5);
  }
}
.works .pa_overview_media {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 55px;
}
@media (max-width: 896px) {
  .works .pa_overview_media {
    margin-top: calc(55px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .works .pa_overview_media {
    margin-top: calc(55px * 0.5);
  }
}
.works .pa_overview_media_img {
  position: relative;
  width: 50%;
  line-height: 0;
}
.works .pa_overview_media_img > img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .works .pa_overview_media_img {
    width: 100%;
  }
}
.works .pa_overview_media_img_square {
  position: absolute;
  min-width: 21px;
  min-height: 21px;
  width: 100%;
  height: 100%;
  background-color: #ED9B60;
  transition: height 0.4s;
}
.works .pa_overview_media_img_square.animateHeight {
  height: min(2.4193548387vw, 30px);
  /* 高さはすぐに縮小 */
  transition: height 0.4s;
  /* 高さのアニメーション */
}
.works .pa_overview_media_img_square.animateWidth {
  width: min(2.4193548387vw, 30px);
  /* 幅も縮小 */
  transition: width 0.4s;
  /* 幅のアニメーション */
}
.works .pa_overview_media_img_square:nth-child(2) {
  top: 0;
  left: 0;
}
.works .pa_overview_media_img_square:nth-child(3) {
  right: 0;
  bottom: 0;
}
.works .pa_overview_media_body {
  width: calc(50% - 60px);
  text-align: left;
  font-weight: 600;
  line-height: 2.375;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  .works .pa_overview_media_body {
    width: 100%;
  }
}
.works .pa_overview_media_ttl {
  color: #40BCEA;
}
.works .pa_overview_media_ttl:before {
  content: "■";
  font-size: clamp(0.625rem, 0.5460526316rem + 0.2631578947vw, 0.75rem);
  margin-right: 1em;
}
.works .pa_overview_media_txt {
  margin-top: 37px;
}
@media (max-width: 896px) {
  .works .pa_overview_media_txt {
    margin-top: calc(37px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .works .pa_overview_media_txt {
    margin-top: calc(37px * 0.5);
  }
}
.works .pa_client {
  margin-top: 120px;
}
@media (max-width: 896px) {
  .works .pa_client {
    margin-top: calc(120px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .works .pa_client {
    margin-top: calc(120px * 0.5);
  }
}
.works .pa_client {
  padding-bottom: 100px;
}
@media (max-width: 896px) {
  .works .pa_client {
    padding-bottom: calc(100px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .works .pa_client {
    padding-bottom: calc(100px * 0.5);
  }
}
.works .pa_client_ttl {
  font-weight: 600;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  color: #fff;
  text-align: center;
  padding-top: 94px;
}
@media (max-width: 896px) {
  .works .pa_client_ttl {
    padding-top: calc(94px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .works .pa_client_ttl {
    padding-top: calc(94px * 0.5);
  }
}
.works .pa_client_list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 55px;
}
@media (max-width: 896px) {
  .works .pa_client_list {
    margin-top: calc(55px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .works .pa_client_list {
    margin-top: calc(55px * 0.5);
  }
}
@media screen and (max-width: 896px) {
  .works .pa_client_list {
    gap: 14px;
  }
}
.works .pa_client_item {
  width: calc((100% - 88px) / 5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background-color: #fff;
  border-radius: 20px;
  padding: 2%;
}
@media screen and (max-width: 896px) {
  .works .pa_client_item {
    width: calc((100% - 56px) / 5);
  }
}
@media screen and (max-width: 896px) {
  .works .pa_client_item {
    width: calc((100% - 28px) / 2);
  }
}
.works .pa_client_item_ttl {
  font-weight: 600;
  text-align: center;
  line-height: 2.375;
  letter-spacing: 0.1em;
}
.works .pa_product {
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 94px;
}
@media (max-width: 896px) {
  .works .pa_product {
    margin-top: calc(94px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .works .pa_product {
    margin-top: calc(94px * 0.5);
  }
}
.works .pa_product_ttl {
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  font-weight: 600;
}
.works .pa_product_txt {
  font-weight: 600;
  line-height: 2.375;
  margin-top: 52px;
}
@media (max-width: 896px) {
  .works .pa_product_txt {
    margin-top: calc(52px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .works .pa_product_txt {
    margin-top: calc(52px * 0.5);
  }
}
@media screen and (max-width: 480px) {
  .works .pa_product_txt {
    text-align: left;
  }
}
.works .pa_product_list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 33px;
  margin-top: 60px;
}
@media (max-width: 896px) {
  .works .pa_product_list {
    margin-top: calc(60px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .works .pa_product_list {
    margin-top: calc(60px * 0.5);
  }
}
@media screen and (max-width: 480px) {
  .works .pa_product_list {
    gap: 40px 20px;
  }
}
.works .pa_product_item {
  width: calc((100% - 66px) / 3);
  text-align: left;
}
@media screen and (max-width: 480px) {
  .works .pa_product_item {
    width: calc((100% - 40px) / 3);
  }
}
.works .pa_product_item_ttl {
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media (max-width: 896px) {
  .works .pa_product_item_ttl {
    margin-top: calc(20px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .works .pa_product_item_ttl {
    margin-top: calc(20px * 0.5);
  }
}
.works .pa_sp {
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 112px;
}
@media (max-width: 896px) {
  .works .pa_sp {
    margin-top: calc(112px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .works .pa_sp {
    margin-top: calc(112px * 0.5);
  }
}
.works .pa_sp_ttl {
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  font-weight: 600;
}
.works .pa_sp_list {
  display: flex;
  flex-wrap: wrap;
  gap: 33px;
  margin-top: 55px;
}
@media (max-width: 896px) {
  .works .pa_sp_list {
    margin-top: calc(55px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .works .pa_sp_list {
    margin-top: calc(55px * 0.5);
  }
}
@media screen and (max-width: 480px) {
  .works .pa_sp_list {
    gap: 20px;
  }
}
.works .pa_sp_item {
  width: calc((100% - 66px) / 3);
  text-align: left;
}
@media screen and (max-width: 480px) {
  .works .pa_sp_item {
    width: calc((100% - 40px) / 3);
  }
}
.works .pa_sp_item_ttl {
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media (max-width: 896px) {
  .works .pa_sp_item_ttl {
    margin-top: calc(20px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .works .pa_sp_item_ttl {
    margin-top: calc(20px * 0.5);
  }
}

/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
.company .pa_overview {
  position: relative;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 94px;
}
@media (max-width: 896px) {
  .company .pa_overview {
    margin-top: calc(94px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .company .pa_overview {
    margin-top: calc(94px * 0.5);
  }
}
.company .pa_overview_ttl {
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  font-weight: 600;
}
.company .pa_overview_txt {
  font-weight: 600;
  line-height: 2.375;
  margin-top: 55px;
}
@media (max-width: 896px) {
  .company .pa_overview_txt {
    margin-top: calc(55px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .company .pa_overview_txt {
    margin-top: calc(55px * 0.5);
  }
}
@media screen and (max-width: 896px) {
  .company .pa_overview_txt {
    text-align: left;
  }
}
@media screen and (max-width: 896px) {
  .company .pa_overview_name {
    display: block;
    text-align: right;
  }
}
.company .pa_philosophy {
  position: relative;
  margin-top: 100px;
}
@media (max-width: 896px) {
  .company .pa_philosophy {
    margin-top: calc(100px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .company .pa_philosophy {
    margin-top: calc(100px * 0.5);
  }
}
.company .pa_philosophy_bg {
  background-image: url(../images/company/philosophy_bg@2x.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: 374px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.company .pa_philosophy_ttl,
.company .pa_philosophy_txt {
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5625;
  text-align: center;
  color: #fff;
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .company .pa_philosophy_ttl,
  .company .pa_philosophy_txt {
    padding-right: 4%;
    padding-left: 4%;
  }
}
@media screen and (max-width: 480px) {
  .company .pa_philosophy_txt {
    text-align: left;
  }
}
.company .pa_philosophy_txt {
  margin-top: 50px;
}
@media (max-width: 896px) {
  .company .pa_philosophy_txt {
    margin-top: calc(50px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .company .pa_philosophy_txt {
    margin-top: calc(50px * 0.5);
  }
}
.company .pa_philosophy_media {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .company .pa_philosophy_media {
    padding-right: 4%;
    padding-left: 4%;
  }
}
@media screen and (max-width: 896px) {
  .company .pa_philosophy_media {
    gap: 30px;
  }
}
.company .pa_philosophy_media {
  margin-top: 94px;
}
@media (max-width: 896px) {
  .company .pa_philosophy_media {
    margin-top: calc(94px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .company .pa_philosophy_media {
    margin-top: calc(94px * 0.5);
  }
}
.company .pa_philosophy_body {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 896px) {
  .company .pa_philosophy_body {
    width: 100%;
  }
}
.company .pa_philosophy_media_ttl {
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5625;
}
.company .pa_philosophy_media_txt,
.company .pa_philosophy_media_list {
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2.375;
  margin-top: 52px;
}
@media (max-width: 896px) {
  .company .pa_philosophy_media_txt,
  .company .pa_philosophy_media_list {
    margin-top: calc(52px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .company .pa_philosophy_media_txt,
  .company .pa_philosophy_media_list {
    margin-top: calc(52px * 0.5);
  }
}
.company .pa_philosophy_media_item {
  position: relative;
  padding-left: 20px;
}
.company .pa_philosophy_media_item:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #40BCEA;
  top: 1em;
  left: 0;
}
@media screen and (max-width: 480px) {
  .company .pa_philosophy_media_item {
    padding-left: 14px;
  }
}
.company .pa_vision {
  position: relative;
  margin-top: 100px;
}
@media (max-width: 896px) {
  .company .pa_vision {
    margin-top: calc(100px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .company .pa_vision {
    margin-top: calc(100px * 0.5);
  }
}
.company .pa_vision_bg {
  background-image: url(../images/company/vision_bg@2x.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: 374px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.company .pa_vision_ttl,
.company .pa_vision_txt {
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5625;
  text-align: center;
  color: #fff;
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .company .pa_vision_ttl,
  .company .pa_vision_txt {
    padding-right: 4%;
    padding-left: 4%;
  }
}
.company .pa_vision_txt {
  margin-top: 50px;
}
@media (max-width: 896px) {
  .company .pa_vision_txt {
    margin-top: calc(50px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .company .pa_vision_txt {
    margin-top: calc(50px * 0.5);
  }
}
@media screen and (max-width: 480px) {
  .company .pa_vision_txt {
    text-align: left;
  }
}
.company .pa_vision_profile {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .company .pa_vision_profile {
    padding-right: 4%;
    padding-left: 4%;
  }
}
.company .pa_vision_profile {
  margin-top: 94px;
}
@media (max-width: 896px) {
  .company .pa_vision_profile {
    margin-top: calc(94px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .company .pa_vision_profile {
    margin-top: calc(94px * 0.5);
  }
}
.company .pa_vision_profile_ttl {
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5625;
  text-align: center;
}
.company .pa_vision_profile_list {
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.1em;
  line-height: 2.1111111111;
  font-size: clamp(0.875rem, 0.7171052632rem + 0.5263157895vw, 1.125rem);
  font-weight: 600;
  margin-top: 30px;
}
@media (max-width: 896px) {
  .company .pa_vision_profile_list {
    margin-top: calc(30px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .company .pa_vision_profile_list {
    margin-top: calc(30px * 0.5);
  }
}
.company .pa_vision_profile_dt {
  width: 25%;
  padding: 2.055em 3.722em;
  background-image: linear-gradient(to right, #CCCCCC 4px, transparent 4px);
  background-size: 8px 1px;
  /* 横幅4px、間隔4px */
  background-repeat: repeat-x;
}
.company .pa_vision_profile_dt:nth-child(1) {
  background-image: none;
}
@media screen and (max-width: 896px) {
  .company .pa_vision_profile_dt {
    padding: 2.055em 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .company .pa_vision_profile_dt {
    padding: 2.055em 0.5em;
  }
}
.company .pa_vision_profile_dd {
  position: relative;
  width: 75%;
  padding: 2.055em 2.222em;
  background-image: linear-gradient(to right, #CCCCCC 4px, transparent 4px);
  background-size: 8px 1px;
  /* 横幅4px、間隔4px */
  background-repeat: repeat-x;
}
.company .pa_vision_profile_dd:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #40BCEA;
  top: 2.9em;
  left: 0;
}
.company .pa_vision_profile_dd:nth-child(2) {
  background-image: none;
}
@media screen and (max-width: 896px) {
  .company .pa_vision_profile_dd {
    padding: 2.055em 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .company .pa_vision_profile_dd {
    padding: 2.055em 0.5em 2.055em 1.5em;
  }
}
.company .pa_vision_profile_dd_map {
  margin-left: 1em;
  color: #40BCEA;
}
@media screen and (max-width: 896px) {
  .company .pa_vision_profile_dd_map {
    margin-left: 0;
  }
}
.company .pa_history {
  position: relative;
  background-color: #F5F7F9;
  overflow: hidden;
  margin-top: 94px;
}
@media (max-width: 896px) {
  .company .pa_history {
    margin-top: calc(94px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .company .pa_history {
    margin-top: calc(94px * 0.5);
  }
}
.company .pa_history {
  padding-top: 94px;
}
@media (max-width: 896px) {
  .company .pa_history {
    padding-top: calc(94px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .company .pa_history {
    padding-top: calc(94px * 0.5);
  }
}
.company .pa_history {
  padding-bottom: 100px;
}
@media (max-width: 896px) {
  .company .pa_history {
    padding-bottom: calc(100px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .company .pa_history {
    padding-bottom: calc(100px * 0.5);
  }
}
.company .pa_history_ttl {
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5625;
  text-align: center;
}
.company .pa_history_txt {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2.375;
}
@media screen and (max-width: 480px) {
  .company .pa_history_txt {
    padding: 0 4%;
    text-align: left;
  }
}
.company .pa_history_inner {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .company .pa_history_inner {
    padding-right: 4%;
    padding-left: 4%;
  }
}
.company .pa_history_slider {
  position: relative;
  margin-top: 48px;
}
@media (max-width: 896px) {
  .company .pa_history_slider {
    margin-top: calc(48px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .company .pa_history_slider {
    margin-top: calc(48px * 0.5);
  }
}
.company .pa_history_slider:after {
  position: absolute;
  content: "";
  background-image: linear-gradient(to right, #CCCCCC 4px, transparent 4px);
  background-size: 8px 1px;
  /* 横幅4px、間隔4px */
  background-repeat: repeat-x;
  height: 1px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  top: 69px;
}
.company .pa_history_slider_item {
  position: relative;
}
.company .pa_history_slider_item:before {
  position: absolute;
  content: "";
  position: absolute;
  min-width: 21px;
  min-height: 21px;
  width: min(2.4193548387vw, 30px);
  height: min(2.4193548387vw, 30px);
  background: linear-gradient(180deg, #40BCEA 0%, #1689B4 100%);
  top: 55px;
  left: 0;
}
.company .pa_history_slider_ttl {
  font-family: "Jost", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-optical-sizing: auto;
  font-size: clamp(0.9375rem, 0.7401315789rem + 0.6578947368vw, 1.25rem);
  font-weight: 400;
  letter-spacing: 0.05em;
}
.company .pa_history_slider_txt {
  margin-top: 87px;
}
@media screen and (max-width: 896px) {
  .company .pa_history_slider_txt {
    margin-top: 58.0000000029px;
  }
}
.company .pa_history_slider_scrollbar_bg {
  width: 100%;
  max-width: 370px;
  height: 32px;
  position: relative;
  margin: 16px auto;
  border-radius: 16px;
  background-color: #fff;
}
.company .pa_history_slider_scrollbar {
  width: 100%;
  max-width: 350px;
  height: 32px;
  position: relative;
  margin: 0 auto;
}
.company .pa_history_slider_scrollbar::before {
  content: "";
  display: block;
  width: 100%;
  height: 32px;
  background-color: #fff;
  border-radius: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.company .slider_btn {
  position: relative;
  top: 4px;
  height: 24px;
  width: 48px;
  background-color: #40BCEA;
  border-radius: 12px;
  cursor: pointer;
}
.company .slider_btn:before {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "← →";
  color: #fff;
  user-select: none;
}
.company .pa_certification_media {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 94px;
}
@media (max-width: 896px) {
  .company .pa_certification_media {
    margin-top: calc(94px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .company .pa_certification_media {
    margin-top: calc(94px * 0.5);
  }
}
.company .pa_certification_media.__rev {
  flex-direction: row-reverse;
}
.company .pa_certification_img {
  width: 24.596%;
}
@media screen and (max-width: 480px) {
  .company .pa_certification_img {
    width: 100%;
    text-align: center;
  }
}
.company .pa_certification_body {
  width: 75%;
  padding: 4%;
}
@media screen and (max-width: 480px) {
  .company .pa_certification_body {
    width: 100%;
  }
}
.company .pa_certification_ttl {
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5625;
}
.company .pa_certification_txt {
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2.375;
  margin-top: 52px;
}
@media (max-width: 896px) {
  .company .pa_certification_txt {
    margin-top: calc(52px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .company .pa_certification_txt {
    margin-top: calc(52px * 0.5);
  }
}
.company .pa_certification_gallery {
  display: flex;
}
.company .pa_certification_gallery > img {
  width: 33.3333333333%;
}
.company .pa_declaration {
  position: relative;
  background-color: #F5F7F9;
  padding: 50px 45px;
  margin-top: 45px;
}
@media (max-width: 896px) {
  .company .pa_declaration {
    margin-top: calc(45px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .company .pa_declaration {
    margin-top: calc(45px * 0.5);
  }
}
.company .pa_declaration_ttl {
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: clamp(1.125rem, 0.7302631579rem + 1.3157894737vw, 1.75rem);
}
.company .pa_declaration_txt {
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2.375;
  margin-top: 32px;
}
@media (max-width: 896px) {
  .company .pa_declaration_txt {
    margin-top: calc(32px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .company .pa_declaration_txt {
    margin-top: calc(32px * 0.5);
  }
}
.company .pa_declaration_list {
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2.375;
  display: flex;
  flex-wrap: wrap;
}
.company .pa_declaration_dt {
  color: #40BCEA;
  width: 30%;
  margin-top: 35px;
}
@media (max-width: 896px) {
  .company .pa_declaration_dt {
    margin-top: calc(35px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .company .pa_declaration_dt {
    margin-top: calc(35px * 0.5);
  }
}
@media screen and (max-width: 480px) {
  .company .pa_declaration_dt {
    width: 100%;
  }
}
.company .pa_declaration_dd {
  width: 70%;
  margin-top: 35px;
}
@media (max-width: 896px) {
  .company .pa_declaration_dd {
    margin-top: calc(35px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .company .pa_declaration_dd {
    margin-top: calc(35px * 0.5);
  }
}
@media screen and (max-width: 1240px) {
  .company .pa_declaration_dd {
    padding: 0 2%;
  }
}
@media screen and (max-width: 480px) {
  .company .pa_declaration_dd {
    width: 100%;
    margin-top: 0;
  }
}
.company .pa_access {
  position: relative;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2.375;
  margin-top: 94px;
}
@media (max-width: 896px) {
  .company .pa_access {
    margin-top: calc(94px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .company .pa_access {
    margin-top: calc(94px * 0.5);
  }
}
.company .pa_access_ttl {
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5625;
  text-align: center;
}
.company .pa_access_txt {
  text-align: center;
  margin-top: 52px;
}
@media (max-width: 896px) {
  .company .pa_access_txt {
    margin-top: calc(52px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .company .pa_access_txt {
    margin-top: calc(52px * 0.5);
  }
}
.company .pa_access_map {
  margin-top: 32px;
}
@media (max-width: 896px) {
  .company .pa_access_map {
    margin-top: calc(32px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .company .pa_access_map {
    margin-top: calc(32px * 0.5);
  }
}
.company .pa_access_guide_ttl {
  position: relative;
  padding-left: 20px;
  font-weight: 600;
  margin-top: 32px;
}
@media (max-width: 896px) {
  .company .pa_access_guide_ttl {
    margin-top: calc(32px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .company .pa_access_guide_ttl {
    margin-top: calc(32px * 0.5);
  }
}
.company .pa_access_guide_ttl:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #40BCEA;
  top: 1em;
  left: 0;
}
.company .pa_access_guide {
  display: flex;
  flex-wrap: wrap;
}
.company .pa_access_dt {
  width: 25%;
}
.company .pa_access_dd {
  width: 70%;
}

/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
.recruit .pa_overview {
  position: relative;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 94px;
}
@media (max-width: 896px) {
  .recruit .pa_overview {
    margin-top: calc(94px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit .pa_overview {
    margin-top: calc(94px * 0.5);
  }
}
.recruit .pa_overview_ttl {
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  font-weight: 600;
}
.recruit .pa_overview_txt {
  font-weight: 600;
  line-height: 2.375;
  margin-top: 52px;
}
@media (max-width: 896px) {
  .recruit .pa_overview_txt {
    margin-top: calc(52px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit .pa_overview_txt {
    margin-top: calc(52px * 0.5);
  }
}
@media screen and (max-width: 480px) {
  .recruit .pa_overview_txt {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .recruit .pa_overview_txt.__sptac {
    text-align: center;
  }
}
.recruit .pa_overview_btn {
  text-align: center;
  margin-top: 52px;
}
@media (max-width: 896px) {
  .recruit .pa_overview_btn {
    margin-top: calc(52px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit .pa_overview_btn {
    margin-top: calc(52px * 0.5);
  }
}
.recruit .pa_overview_img {
  margin-top: 41px;
}
@media (max-width: 896px) {
  .recruit .pa_overview_img {
    margin-top: calc(41px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit .pa_overview_img {
    margin-top: calc(41px * 0.5);
  }
}
.recruit .pa_interview {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  margin-top: 120px;
}
@media (max-width: 896px) {
  .recruit .pa_interview {
    margin-top: calc(120px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit .pa_interview {
    margin-top: calc(120px * 0.5);
  }
}
.recruit .pa_interview_body {
  width: 43%;
  z-index: 5;
}
@media screen and (max-width: 1240px) {
  .recruit .pa_interview_body {
    background-color: rgba(255, 255, 255, 0.7);
    padding-right: 2%;
  }
}
@media screen and (max-width: 480px) {
  .recruit .pa_interview_body {
    width: 100%;
  }
}
.recruit .pa_interview_miniTtl {
  margin-bottom: 30px;
}
@media (max-width: 896px) {
  .recruit .pa_interview_miniTtl {
    margin-bottom: calc(30px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit .pa_interview_miniTtl {
    margin-bottom: calc(30px * 0.5);
  }
}
.recruit .pa_interview_ttl {
  font-weight: 600;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  margin-bottom: 50px;
}
@media (max-width: 896px) {
  .recruit .pa_interview_ttl {
    margin-bottom: calc(50px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit .pa_interview_ttl {
    margin-bottom: calc(50px * 0.5);
  }
}
.recruit .pa_interview_txt {
  font-weight: 600;
  line-height: 2.375;
  letter-spacing: 0.1em;
  font-size: clamp(0.8125rem, 0.6940789474rem + 0.3947368421vw, 1rem);
  margin-bottom: 58px;
}
@media (max-width: 896px) {
  .recruit .pa_interview_txt {
    margin-bottom: calc(58px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit .pa_interview_txt {
    margin-bottom: calc(58px * 0.5);
  }
}
.recruit .pa_interview_imgs {
  position: relative;
  width: 57%;
  min-height: min(56.4516129032vw, 700px);
}
@media screen and (max-width: 480px) {
  .recruit .pa_interview_imgs {
    position: absolute;
    right: 0;
    bottom: 40px;
  }
}
.recruit .pa_interview_imgs_position {
  position: absolute;
  top: 0;
  right: 0;
  width: 115%;
}
.recruit .pa_interview_imgs_wrapper {
  position: absolute;
  line-height: 0;
}
.recruit .pa_interview_imgs_wrapper:nth-child(1) {
  z-index: 1;
  max-width: min(40.3225806452vw, 500px);
  top: min(0vw, 0px);
  right: min(8.4677419355vw, 105px);
}
.recruit .pa_interview_imgs_wrapper:nth-child(2) {
  z-index: 2;
  max-width: min(22.9032258065vw, 284px);
  top: min(33.5483870968vw, 416px);
  right: min(42.4193548387vw, 526px);
}
.recruit .pa_interview_imgs_wrapper:nth-child(3) {
  z-index: 3;
  max-width: min(17.0161290323vw, 211px);
  top: min(29.5967741935vw, 367px);
  right: min(0vw, 0px);
}
.recruit .pa_interview_imgs_square {
  position: absolute;
  min-width: 21px;
  min-height: 21px;
  width: 100%;
  height: 100%;
  background-color: #ED9B60;
  transition: height 0.4s;
  top: 0;
  right: 0;
}
.recruit .pa_interview_imgs_square.animateHeight {
  height: min(2.4193548387vw, 30px);
  /* 高さはすぐに縮小 */
  transition: height 0.4s;
  /* 高さのアニメーション */
}
.recruit .pa_interview_imgs_square.animateWidth {
  width: min(2.4193548387vw, 30px);
  /* 幅も縮小 */
  transition: width 0.4s;
  /* 幅のアニメーション */
}
.recruit .pa_interview_dottedLine {
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.recruit .pa_interview_dottedLine .el_dottedLine {
  position: absolute;
  top: -180px;
  left: 0;
}
.recruit .pa_impressions {
  position: relative;
  letter-spacing: 0.1em;
  margin-top: 185px;
}
@media (max-width: 896px) {
  .recruit .pa_impressions {
    margin-top: calc(185px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit .pa_impressions {
    margin-top: calc(185px * 0.5);
  }
}
.recruit .pa_impressions {
  padding-top: 94px;
}
@media (max-width: 896px) {
  .recruit .pa_impressions {
    padding-top: calc(94px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit .pa_impressions {
    padding-top: calc(94px * 0.5);
  }
}
.recruit .pa_impressions {
  padding-bottom: 100px;
}
@media (max-width: 896px) {
  .recruit .pa_impressions {
    padding-bottom: calc(100px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit .pa_impressions {
    padding-bottom: calc(100px * 0.5);
  }
}
.recruit .pa_impressions_ttl {
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  font-weight: 600;
  text-align: center;
}
.recruit .pa_impressions_txt {
  font-weight: 600;
  line-height: 2.375;
  text-align: center;
  margin-top: 52px;
}
@media (max-width: 896px) {
  .recruit .pa_impressions_txt {
    margin-top: calc(52px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit .pa_impressions_txt {
    margin-top: calc(52px * 0.5);
  }
}
.recruit .pa_impressions_btn {
  text-align: center;
  margin-top: 58px;
}
@media (max-width: 896px) {
  .recruit .pa_impressions_btn {
    margin-top: calc(58px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit .pa_impressions_btn {
    margin-top: calc(58px * 0.5);
  }
}
.recruit .pa_impressions_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  line-height: 0;
  margin-top: 60px;
}
@media (max-width: 896px) {
  .recruit .pa_impressions_list {
    margin-top: calc(60px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit .pa_impressions_list {
    margin-top: calc(60px * 0.5);
  }
}
@media screen and (max-width: 896px) {
  .recruit .pa_impressions_list {
    gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  .recruit .pa_impressions_list {
    gap: 20px;
  }
}
.recruit .pa_impressions_list_item {
  width: calc((100% - 40px) / 3);
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  .recruit .pa_impressions_list_item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 480px) {
  .recruit .pa_impressions_list_item {
    width: 100%;
  }
}
.recruit .pa_impressions_list_img {
  line-height: 0;
}
.recruit .pa_impressions_list_wrap {
  padding: 9.25% 6.5% 8% 6.5%;
  font-weight: 600;
  background-color: #fff;
  text-align: center;
  line-height: 2.375;
}
.recruit .pa_impressions_list_ttl {
  position: relative;
  font-size: clamp(0.875rem, 0.7171052632rem + 0.5263157895vw, 1.125rem);
  color: #40BCEA;
  padding-bottom: 18px;
  font-weight: 600;
}
.recruit .pa_impressions_list_ttl:after {
  position: absolute;
  content: "";
  background-image: linear-gradient(to right, #999999 4px, transparent 4px);
  background-size: 8px 1px;
  /* 横幅4px、間隔4px */
  background-repeat: repeat-x;
  height: 1px;
  width: 98.375%;
  bottom: 0px;
  left: 0;
}
.recruit .pa_impressions_list_name {
  margin-top: 18px;
}
@media (max-width: 896px) {
  .recruit .pa_impressions_list_name {
    margin-top: calc(18px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit .pa_impressions_list_name {
    margin-top: calc(18px * 0.5);
  }
}
.recruit .pa_impressions_list_txt {
  text-align: left;
  margin-top: 32px;
}
@media (max-width: 896px) {
  .recruit .pa_impressions_list_txt {
    margin-top: calc(32px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit .pa_impressions_list_txt {
    margin-top: calc(32px * 0.5);
  }
}
.recruit .pa_impressions_list_link {
  display: inline-block;
  color: #40BCEA;
  margin: 0 auto;
  margin-top: 55px;
}
@media (max-width: 896px) {
  .recruit .pa_impressions_list_link {
    margin-top: calc(55px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit .pa_impressions_list_link {
    margin-top: calc(55px * 0.5);
  }
}
.recruit .pa_requirements {
  position: relative;
}
.recruit .pa_requirements:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: min(50.7258064516vw, 629px);
  width: 100%;
  height: min(37.7419354839vw, 468px);
  background-image: url(../images/recruit/recruit_img@2x.png);
  background-position: center;
  background-size: cover;
}
.recruit .pa_requirements {
  padding-bottom: 179px;
}
@media (max-width: 896px) {
  .recruit .pa_requirements {
    padding-bottom: calc(179px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit .pa_requirements {
    padding-bottom: calc(179px * 0.5);
  }
}
.recruit .pa_requirements.wow {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.recruit .pa_requirements_ttl {
  font-size: clamp(3.125rem, 0.7565789474rem + 7.8947368421vw, 6.875rem);
  font-family: "Jost", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: -0.01em;
  line-height: 1;
  color: #418DA8;
  opacity: 0.3;
  margin-top: 76px;
}
@media (max-width: 896px) {
  .recruit .pa_requirements_ttl {
    margin-top: calc(76px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit .pa_requirements_ttl {
    margin-top: calc(76px * 0.5);
  }
}
@-webkit-keyframes fadeInOpa {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.3;
  }
}
@keyframes fadeInOpa {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.3;
  }
}
.recruit .fadeInOpa {
  -webkit-animation-name: fadeInOpa;
  animation-name: fadeInOpa;
}
.recruit .pa_requirements_body {
  position: relative;
  font-weight: 600;
  z-index: 2;
  margin-top: 34px;
}
@media (max-width: 896px) {
  .recruit .pa_requirements_body {
    margin-top: calc(34px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit .pa_requirements_body {
    margin-top: calc(34px * 0.5);
  }
}
.recruit .pa_requirements_subttl {
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.1em;
}
.recruit .pa_requirements_txt {
  line-height: 2.375;
  margin-top: 52px;
}
@media (max-width: 896px) {
  .recruit .pa_requirements_txt {
    margin-top: calc(52px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit .pa_requirements_txt {
    margin-top: calc(52px * 0.5);
  }
}
.recruit .pa_requirements_btn {
  margin-top: 58px;
}
@media (max-width: 896px) {
  .recruit .pa_requirements_btn {
    margin-top: calc(58px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit .pa_requirements_btn {
    margin-top: calc(58px * 0.5);
  }
}
.recruit .pa_requirements_img {
  margin-top: 41px;
}
@media (max-width: 896px) {
  .recruit .pa_requirements_img {
    margin-top: calc(41px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit .pa_requirements_img {
    margin-top: calc(41px * 0.5);
  }
}
.recruit .pa_photos {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.recruit_about .pa_about {
  margin-top: 98px;
}
@media (max-width: 896px) {
  .recruit_about .pa_about {
    margin-top: calc(98px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_about .pa_about {
    margin-top: calc(98px * 0.5);
  }
}
.recruit_about .pa_about {
  padding-top: 40px;
}
@media (max-width: 896px) {
  .recruit_about .pa_about {
    padding-top: calc(40px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_about .pa_about {
    padding-top: calc(40px * 0.5);
  }
}
.recruit_about .pa_about {
  padding-bottom: 100px;
}
@media (max-width: 896px) {
  .recruit_about .pa_about {
    padding-bottom: calc(100px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_about .pa_about {
    padding-bottom: calc(100px * 0.5);
  }
}
.recruit_about .pa_about_media {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 60px;
}
@media (max-width: 896px) {
  .recruit_about .pa_about_media {
    padding-top: calc(60px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_about .pa_about_media {
    padding-top: calc(60px * 0.5);
  }
}
.recruit_about .pa_about_media__rev {
  flex-direction: row-reverse;
}
.recruit_about .pa_about_img {
  position: relative;
  width: 43.548%;
  height: fit-content;
}
@media screen and (max-width: 480px) {
  .recruit_about .pa_about_img {
    width: 100%;
  }
}
.recruit_about .pa_about_img_square {
  position: absolute;
  min-width: 21px;
  min-height: 21px;
  width: 100%;
  height: 100%;
  background-color: #ED9B60;
  transition: height 0.4s;
  top: 0;
  left: 0;
}
.recruit_about .pa_about_img_square.animateHeight {
  height: min(2.4193548387vw, 30px);
  /* 高さはすぐに縮小 */
  transition: height 0.4s;
  /* 高さのアニメーション */
}
.recruit_about .pa_about_img_square.animateWidth {
  width: min(2.4193548387vw, 30px);
  /* 幅も縮小 */
  transition: width 0.4s;
  /* 幅のアニメーション */
}
.recruit_about .pa_about_body {
  position: relative;
  width: 52%;
}
@media screen and (max-width: 480px) {
  .recruit_about .pa_about_body {
    width: 100%;
  }
}
.recruit_about .pa_about_ttl {
  display: flex;
  align-items: baseline;
  font-weight: 600;
  font-weight: 600;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  letter-spacing: 0.1em;
  gap: 0 10px;
}
@media screen and (max-width: 896px) {
  .recruit_about .pa_about_ttl {
    align-items: center;
  }
}
.recruit_about .pa_about_number {
  color: #418DA8;
  opacity: 0.3;
  font-size: clamp(3.125rem, 0.7565789474rem + 7.8947368421vw, 6.875rem);
  font-weight: 300;
  letter-spacing: -0.07em;
  line-height: 1;
}
.recruit_about .pa_about_txt {
  font-weight: 600;
  line-height: 2.375;
  letter-spacing: 0.1em;
  font-size: clamp(0.8125rem, 0.6940789474rem + 0.3947368421vw, 1rem);
  margin-top: 52px;
}
@media (max-width: 896px) {
  .recruit_about .pa_about_txt {
    margin-top: calc(52px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_about .pa_about_txt {
    margin-top: calc(52px * 0.5);
  }
}
.recruit_about .pa_internship {
  margin-top: 55px;
}
@media (max-width: 896px) {
  .recruit_about .pa_internship {
    margin-top: calc(55px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_about .pa_internship {
    margin-top: calc(55px * 0.5);
  }
}
.recruit_about .pa_internship_media {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 67px;
  padding-top: 60px;
}
@media (max-width: 896px) {
  .recruit_about .pa_internship_media {
    padding-top: calc(60px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_about .pa_internship_media {
    padding-top: calc(60px * 0.5);
  }
}
@media screen and (max-width: 896px) {
  .recruit_about .pa_internship_media {
    gap: 30px 35px;
  }
}
.recruit_about .pa_internship_img {
  position: relative;
  width: 39.919%;
}
@media screen and (max-width: 480px) {
  .recruit_about .pa_internship_img {
    width: 100%;
  }
}
.recruit_about .pa_internship_body {
  position: relative;
  width: calc(52% - 67px);
}
@media screen and (max-width: 896px) {
  .recruit_about .pa_internship_body {
    width: calc(52% - 35px);
  }
}
@media screen and (max-width: 480px) {
  .recruit_about .pa_internship_body {
    width: 100%;
  }
}
.recruit_about .pa_internship_ttl {
  display: flex;
  align-items: baseline;
  font-weight: 600;
  font-weight: 600;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  letter-spacing: 0.1em;
  gap: 0 10px;
}
.recruit_about .pa_internship_txt {
  font-weight: 600;
  line-height: 2.375;
  letter-spacing: 0.1em;
  font-size: clamp(0.8125rem, 0.6940789474rem + 0.3947368421vw, 1rem);
  margin-top: 52px;
}
@media (max-width: 896px) {
  .recruit_about .pa_internship_txt {
    margin-top: calc(52px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_about .pa_internship_txt {
    margin-top: calc(52px * 0.5);
  }
}
.recruit_about .pa_data {
  margin-top: 54px;
}
@media (max-width: 896px) {
  .recruit_about .pa_data {
    margin-top: calc(54px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_about .pa_data {
    margin-top: calc(54px * 0.5);
  }
}
.recruit_about .pa_data {
  padding-bottom: 100px;
}
@media (max-width: 896px) {
  .recruit_about .pa_data {
    padding-bottom: calc(100px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_about .pa_data {
    padding-bottom: calc(100px * 0.5);
  }
}
.recruit_about .pa_data_ttl {
  font-weight: 600;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  color: #fff;
  text-align: center;
  padding-top: 94px;
}
@media (max-width: 896px) {
  .recruit_about .pa_data_ttl {
    padding-top: calc(94px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_about .pa_data_ttl {
    padding-top: calc(94px * 0.5);
  }
}
.recruit_about .pa_data_txt {
  color: #fff;
  font-weight: 600;
  line-height: 2.375;
  text-align: center;
  margin-top: 52px;
}
@media (max-width: 896px) {
  .recruit_about .pa_data_txt {
    margin-top: calc(52px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_about .pa_data_txt {
    margin-top: calc(52px * 0.5);
  }
}
@media screen and (max-width: 480px) {
  .recruit_about .pa_data_txt {
    text-align: left;
  }
}
.recruit_about .pa_data_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 13px;
  margin-top: 58px;
}
@media (max-width: 896px) {
  .recruit_about .pa_data_list {
    margin-top: calc(58px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_about .pa_data_list {
    margin-top: calc(58px * 0.5);
  }
}
@media screen and (max-width: 896px) {
  .recruit_about .pa_data_list {
    justify-content: flex-start;
  }
}
.recruit_about .pa_data_item {
  width: calc((100% - 39px) / 4);
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 2%;
}
@media screen and (max-width: 896px) {
  .recruit_about .pa_data_item {
    width: calc((100% - 26px) / 3);
  }
}
@media screen and (max-width: 480px) {
  .recruit_about .pa_data_item {
    width: calc((100% - 13px) / 2);
    min-height: 200px;
  }
}
.recruit_about .pa_data_item_ttl {
  font-size: clamp(1rem, 0.6842105263rem + 1.0526315789vw, 1.5rem);
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
}
.recruit_about .pa_data_item_ttl_sub {
  display: block;
  font-size: clamp(0.8125rem, 0.6940789474rem + 0.3947368421vw, 1rem);
}
.recruit_about .pa_data_number {
  font-family: "Jost", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-optical-sizing: auto;
  font-size: clamp(3.125rem, 0.7565789474rem + 7.8947368421vw, 6.875rem);
  font-weight: 300;
  letter-spacing: -0.07em;
  line-height: 1;
  color: #40BCEA;
  margin-top: 16px;
}
.recruit_about .pa_data_number_sub {
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  font-weight: 600;
  color: #40BCEA;
  margin-left: 10px;
}
.recruit_about .pa_data_number_sub_small {
  display: block;
  font-size: clamp(0.8125rem, 0.6940789474rem + 0.3947368421vw, 1rem);
  text-align: center;
  letter-spacing: 0.1em;
}
.recruit_about .pa_situation {
  position: relative;
  text-align: center;
  margin-top: 94px;
}
@media (max-width: 896px) {
  .recruit_about .pa_situation {
    margin-top: calc(94px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_about .pa_situation {
    margin-top: calc(94px * 0.5);
  }
}
.recruit_about .pa_situation_ttl {
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  font-weight: 600;
}
.recruit_about .pa_situation_txt {
  font-weight: 600;
  line-height: 2.375;
  margin-top: 52px;
}
@media (max-width: 896px) {
  .recruit_about .pa_situation_txt {
    margin-top: calc(52px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_about .pa_situation_txt {
    margin-top: calc(52px * 0.5);
  }
}
.recruit_about .pa_situation_gallery {
  display: flex;
  gap: 0 1em;
  margin-top: 56px;
}
@media (max-width: 896px) {
  .recruit_about .pa_situation_gallery {
    margin-top: calc(56px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_about .pa_situation_gallery {
    margin-top: calc(56px * 0.5);
  }
}
.recruit_about .pa_situation_gallery_item {
  width: calc((100% - 2em) / 3);
}
.recruit_about .pa_situation_gallery_figure {
  margin: auto;
}
.recruit_about .pa_situation_gallery_img {
  width: 100%;
  height: auto;
  aspect-ratio: 401/298;
  /* width/heightの比率 */
}
.recruit_about .pa_situation_gallery_txt {
  font-weight: 600;
  margin-top: 46px;
}
@media (max-width: 896px) {
  .recruit_about .pa_situation_gallery_txt {
    margin-top: calc(46px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_about .pa_situation_gallery_txt {
    margin-top: calc(46px * 0.5);
  }
}
.recruit_about .pa_kidsroom {
  position: relative;
  text-align: center;
  margin-top: 99px;
}
@media (max-width: 896px) {
  .recruit_about .pa_kidsroom {
    margin-top: calc(99px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_about .pa_kidsroom {
    margin-top: calc(99px * 0.5);
  }
}
.recruit_about .pa_kidsroom {
  padding-top: 94px;
}
@media (max-width: 896px) {
  .recruit_about .pa_kidsroom {
    padding-top: calc(94px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_about .pa_kidsroom {
    padding-top: calc(94px * 0.5);
  }
}
.recruit_about .pa_kidsroom {
  padding-bottom: 110px;
}
@media (max-width: 896px) {
  .recruit_about .pa_kidsroom {
    padding-bottom: calc(110px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_about .pa_kidsroom {
    padding-bottom: calc(110px * 0.5);
  }
}
.recruit_about .pa_kidsroom_ttl {
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  font-weight: 600;
}
.recruit_about .pa_kidsroom_txt {
  font-weight: 600;
  line-height: 2.375;
  margin-top: 52px;
}
@media (max-width: 896px) {
  .recruit_about .pa_kidsroom_txt {
    margin-top: calc(52px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_about .pa_kidsroom_txt {
    margin-top: calc(52px * 0.5);
  }
}
.recruit_about .pa_kidsroom_img {
  margin-top: 58px;
}
@media (max-width: 896px) {
  .recruit_about .pa_kidsroom_img {
    margin-top: calc(58px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_about .pa_kidsroom_img {
    margin-top: calc(58px * 0.5);
  }
}

.recruit_interview .pa_longinterview {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px 100px;
  text-align: left;
  letter-spacing: 0.05em;
  margin-top: 40px;
}
@media (max-width: 896px) {
  .recruit_interview .pa_longinterview {
    margin-top: calc(40px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_interview .pa_longinterview {
    margin-top: calc(40px * 0.5);
  }
}
@media screen and (max-width: 896px) {
  .recruit_interview .pa_longinterview {
    gap: 30px 50px;
  }
}
@media screen and (max-width: 480px) {
  .recruit_interview .pa_longinterview {
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media screen and (max-width: 480px) {
  .recruit_interview .pa_longinterview_img,
  .recruit_interview .pa_longinterview_body {
    width: 100%;
  }
}
.recruit_interview .pa_longinterview_ttl {
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  font-weight: 600;
}
.recruit_interview .pa_longinterview_txt {
  font-weight: 600;
  line-height: 2.375;
  margin-top: 52px;
}
@media (max-width: 896px) {
  .recruit_interview .pa_longinterview_txt {
    margin-top: calc(52px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_interview .pa_longinterview_txt {
    margin-top: calc(52px * 0.5);
  }
}
.recruit_interview .pa_longinterview_list {
  position: relative;
  margin-top: 29px;
}
@media (max-width: 896px) {
  .recruit_interview .pa_longinterview_list {
    margin-top: calc(29px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_interview .pa_longinterview_list {
    margin-top: calc(29px * 0.5);
  }
}
.recruit_interview .pa_longinterview_list_item {
  letter-spacing: 0.1em;
  line-height: 2.375;
  background-image: linear-gradient(to right, #CCCCCC 4px, transparent 4px);
  background-size: 8px 1px;
  /* 横幅4px、間隔4px */
  background-repeat: repeat-x;
  padding-top: 57px;
}
@media (max-width: 896px) {
  .recruit_interview .pa_longinterview_list_item {
    padding-top: calc(57px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_interview .pa_longinterview_list_item {
    padding-top: calc(57px * 0.5);
  }
}
.recruit_interview .pa_longinterview_list_item {
  margin-top: 57px;
}
@media (max-width: 896px) {
  .recruit_interview .pa_longinterview_list_item {
    margin-top: calc(57px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_interview .pa_longinterview_list_item {
    margin-top: calc(57px * 0.5);
  }
}
.recruit_interview .pa_longinterview_list_ttl {
  font-weight: 600;
  color: #40BCEA;
}
.recruit_interview .pa_longinterview_list_ttl:before {
  content: "■";
  font-size: clamp(0.625rem, 0.5460526316rem + 0.2631578947vw, 0.75rem);
  margin-right: 1em;
}
.recruit_interview .pa_longinterview_list_txt {
  font-weight: 600;
  margin-top: 35px;
}
@media (max-width: 896px) {
  .recruit_interview .pa_longinterview_list_txt {
    margin-top: calc(35px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_interview .pa_longinterview_list_txt {
    margin-top: calc(35px * 0.5);
  }
}
.recruit_interview .pa_longinterview_post {
  background-color: #F1F5F7;
  border-radius: 20px;
  padding: 4.838%;
  margin-top: 58px;
}
@media (max-width: 896px) {
  .recruit_interview .pa_longinterview_post {
    margin-top: calc(58px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_interview .pa_longinterview_post {
    margin-top: calc(58px * 0.5);
  }
}
.recruit_interview .pa_longinterview_post_ttl {
  font-size: clamp(1.25rem, 0.8552631579rem + 1.3157894737vw, 1.875rem);
  font-weight: 600;
  text-align: center;
}
.recruit_interview .pa_longinterview_post_media {
  position: relative;
  display: flex;
  gap: 0 40px;
  margin-top: 57px;
}
@media (max-width: 896px) {
  .recruit_interview .pa_longinterview_post_media {
    margin-top: calc(57px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_interview .pa_longinterview_post_media {
    margin-top: calc(57px * 0.5);
  }
}
@media screen and (max-width: 480px) {
  .recruit_interview .pa_longinterview_post_media {
    gap: 0 14px;
  }
}
.recruit_interview .pa_longinterview_post_img {
  width: 11.607%;
}
.recruit_interview .pa_longinterview_post_body {
  width: calc(88.393% - 40px);
  letter-spacing: 0.1em;
  line-height: 2.375;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .recruit_interview .pa_longinterview_post_body {
    width: calc(88.393% - 14px);
  }
}
.recruit_interview .pa_longinterview_post_name {
  color: #40BCEA;
}
.recruit_interview .pa_longinterview_post_txt {
  margin-top: 20px;
}
@media (max-width: 896px) {
  .recruit_interview .pa_longinterview_post_txt {
    margin-top: calc(20px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_interview .pa_longinterview_post_txt {
    margin-top: calc(20px * 0.5);
  }
}
.recruit_interview .pa_employee {
  position: relative;
  margin-top: 96px;
}
@media (max-width: 896px) {
  .recruit_interview .pa_employee {
    margin-top: calc(96px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_interview .pa_employee {
    margin-top: calc(96px * 0.5);
  }
}
.recruit_interview .pa_employee_midashi {
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  font-weight: 600;
  text-align: center;
}
.recruit_interview .pa_employee_list {
  margin-top: 56px;
}
@media (max-width: 896px) {
  .recruit_interview .pa_employee_list {
    margin-top: calc(56px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_interview .pa_employee_list {
    margin-top: calc(56px * 0.5);
  }
}
.recruit_interview .pa_employee_item {
  border: 1px solid #999999;
  border-radius: 20px;
  padding: 4.838%;
  margin-top: 80px;
}
@media (max-width: 896px) {
  .recruit_interview .pa_employee_item {
    margin-top: calc(80px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_interview .pa_employee_item {
    margin-top: calc(80px * 0.5);
  }
}
.recruit_interview .pa_employee_item:nth-child(1) {
  margin-top: 0;
}
.recruit_interview .pa_employee_item:nth-child(1) .pa_employee_img {
  width: 25.849%;
}
@media screen and (max-width: 480px) {
  .recruit_interview .pa_employee_item:nth-child(1) .pa_employee_img {
    width: 100%;
  }
}
.recruit_interview .pa_employee_item:nth-child(1) .pa_employee_body {
  width: calc(74.151% - 60px);
}
@media screen and (max-width: 896px) {
  .recruit_interview .pa_employee_item:nth-child(1) .pa_employee_body {
    width: calc(74.051% - 30px);
  }
}
@media screen and (max-width: 480px) {
  .recruit_interview .pa_employee_item:nth-child(1) .pa_employee_body {
    width: 100%;
    margin-top: 1em;
  }
}
.recruit_interview .pa_employee_media {
  display: flex;
  flex-wrap: wrap;
  gap: 0 60px;
}
@media screen and (max-width: 896px) {
  .recruit_interview .pa_employee_media {
    gap: 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .recruit_interview .pa_employee_media {
    gap: 0 14px;
  }
}
.recruit_interview .pa_employee_img {
  width: 35.778%;
}
@media screen and (max-width: 480px) {
  .recruit_interview .pa_employee_img {
    width: 100%;
  }
}
.recruit_interview .pa_employee_body {
  width: calc(64.222% - 60px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 896px) {
  .recruit_interview .pa_employee_body {
    width: calc(64.222% - 30px);
  }
}
@media screen and (max-width: 480px) {
  .recruit_interview .pa_employee_body {
    width: 100%;
    margin-top: 1em;
  }
}
.recruit_interview .pa_employee_ttl {
  font-size: clamp(1.25rem, 0.8552631579rem + 1.3157894737vw, 1.875rem);
  font-weight: 600;
  color: #40BCEA;
}
.recruit_interview .pa_employee_txt {
  font-weight: 600;
  line-height: 2.375;
  margin-top: 56px;
}
@media (max-width: 896px) {
  .recruit_interview .pa_employee_txt {
    margin-top: calc(56px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_interview .pa_employee_txt {
    margin-top: calc(56px * 0.5);
  }
}
.recruit_interview .pa_employee_name {
  font-weight: 600;
  text-align: center;
  margin-top: 25px;
}
@media (max-width: 896px) {
  .recruit_interview .pa_employee_name {
    margin-top: calc(25px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_interview .pa_employee_name {
    margin-top: calc(25px * 0.5);
  }
}
.recruit_interview .pa_employee_label {
  border-radius: 18px;
  background-color: #40BCEA;
  font-size: clamp(0.875rem, 0.7171052632rem + 0.5263157895vw, 1.125rem);
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 8px 0;
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
  margin-top: 19px;
}
@media (max-width: 896px) {
  .recruit_interview .pa_employee_label {
    margin-top: calc(19px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_interview .pa_employee_label {
    margin-top: calc(19px * 0.5);
  }
}
.recruit_interview .pa_employee_full {
  width: 100%;
  letter-spacing: 0.1em;
  line-height: 2.375;
  margin-top: 57px;
}
@media (max-width: 896px) {
  .recruit_interview .pa_employee_full {
    margin-top: calc(57px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_interview .pa_employee_full {
    margin-top: calc(57px * 0.5);
  }
}
.recruit_interview .pa_employee_subttl {
  font-weight: 600;
  color: #40BCEA;
}
.recruit_interview .pa_employee_subttl:before {
  content: "■";
  font-size: clamp(0.625rem, 0.5460526316rem + 0.2631578947vw, 0.75rem);
  margin-right: 1em;
}
.recruit_interview .pa_employee_subtxt {
  font-weight: 600;
  margin-top: 35px;
}
@media (max-width: 896px) {
  .recruit_interview .pa_employee_subtxt {
    margin-top: calc(35px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_interview .pa_employee_subtxt {
    margin-top: calc(35px * 0.5);
  }
}
.recruit_interview .pa_interview {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px 60px;
}
@media screen and (max-width: 1240px) {
  .recruit_interview .pa_interview {
    gap: 30px 40px;
  }
}
@media screen and (max-width: 896px) {
  .recruit_interview .pa_interview {
    align-items: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .recruit_interview .pa_interview {
    justify-content: center;
  }
}
.recruit_interview .pa_interview {
  margin-top: 100px;
}
@media (max-width: 896px) {
  .recruit_interview .pa_interview {
    margin-top: calc(100px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_interview .pa_interview {
    margin-top: calc(100px * 0.5);
  }
}
.recruit_interview .pa_interview_img {
  width: 40.322%;
}
.recruit_interview .pa_interview_img .__img-aspect {
  aspect-ratio: 500/500;
  border-radius: 25px;
}
@media screen and (max-width: 480px) {
  .recruit_interview .pa_interview_img {
    width: 80%;
  }
}
.recruit_interview .pa_interview_body {
  width: calc(59.678% - 60px);
}
@media screen and (max-width: 1240px) {
  .recruit_interview .pa_interview_body {
    width: calc(59.678% - 40px);
  }
}
@media screen and (max-width: 480px) {
  .recruit_interview .pa_interview_body {
    width: 100%;
  }
}
.recruit_interview .pa_interview_ttl {
  font-weight: 600;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  color: #40BCEA;
}
.recruit_interview .pa_interview_wrapper {
  position: relative;
  border-left: 2px solid #418DA8;
  padding: 40px 30px 30px;
}
@media screen and (max-width: 480px) {
  .recruit_interview .pa_interview_wrapper {
    padding: 20px 30px 15px;
  }
}
.recruit_interview .pa_interview_wrapper {
  margin-top: 54px;
}
@media (max-width: 896px) {
  .recruit_interview .pa_interview_wrapper {
    margin-top: calc(54px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_interview .pa_interview_wrapper {
    margin-top: calc(54px * 0.5);
  }
}
.recruit_interview .pa_interview_group {
  color: #418DA8;
  line-height: 1;
}
.recruit_interview .pa_interview_post {
  color: #418DA8;
  line-height: 1;
}
.recruit_interview .pa_interview_name {
  font-size: clamp(1rem, 0.6842105263rem + 1.0526315789vw, 1.5rem);
  font-weight: 600;
}
.recruit_interview .pa_interview_txt {
  font-weight: 600;
  line-height: 2.375;
  letter-spacing: 0.1em;
  font-size: clamp(0.8125rem, 0.6940789474rem + 0.3947368421vw, 1rem);
  margin-top: 64px;
}
@media (max-width: 896px) {
  .recruit_interview .pa_interview_txt {
    margin-top: calc(64px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_interview .pa_interview_txt {
    margin-top: calc(64px * 0.5);
  }
}
.recruit_interview .pa_interview_txt:nth-of-type(2) {
  margin-top: 2em;
}
.recruit_interview .pa_interview_year {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.5em;
  margin-top: 30px;
}
@media (max-width: 896px) {
  .recruit_interview .pa_interview_year {
    margin-top: calc(30px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_interview .pa_interview_year {
    margin-top: calc(30px * 0.5);
  }
}
.recruit_interview .pa_interview_year_dt {
  width: 20%;
}
@media screen and (max-width: 480px) {
  .recruit_interview .pa_interview_year_dt {
    width: 100%;
  }
}
.recruit_interview .pa_interview_year_dd {
  width: calc(80% - 1.5em);
}
@media screen and (max-width: 480px) {
  .recruit_interview .pa_interview_year_dd {
    width: 100%;
    margin-bottom: 1em;
  }
}
.recruit_interview .pa_interview_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 896px) {
  .recruit_interview .pa_interview_list {
    gap: 16px;
  }
}
.recruit_interview .pa_interview_list_dt {
  width: 100%;
  font-size: clamp(0.875rem, 0.7171052632rem + 0.5263157895vw, 1.125rem);
  font-weight: 600;
  color: #418DA8;
  background-color: #ECF2F4;
  border-radius: 30px;
  padding: 1em 30px;
  margin-top: 60px;
}
@media (max-width: 896px) {
  .recruit_interview .pa_interview_list_dt {
    margin-top: calc(60px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_interview .pa_interview_list_dt {
    margin-top: calc(60px * 0.5);
  }
}
.recruit_interview .pa_interview_list_dd {
  width: 100%;
  font-weight: 600;
  padding: 0 30px;
}
.recruit_interview .pa_interview_circles {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 33px;
  margin-top: 100px;
}
@media (max-width: 896px) {
  .recruit_interview .pa_interview_circles {
    margin-top: calc(100px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_interview .pa_interview_circles {
    margin-top: calc(100px * 0.5);
  }
}
@media screen and (max-width: 896px) {
  .recruit_interview .pa_interview_circles {
    gap: 15px;
  }
}
.recruit_interview .pa_interview_circles_wrapper {
  width: 29.193%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recruit_interview .pa_interview_circles_wrapper .el_btn {
  margin-top: -9%;
}
.recruit_interview .pa_interview_circles_wrapper:hover .pa_interview_imgs_item {
  transition: all 0.4s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  transform: scale(1.05);
}
@media screen and (max-width: 896px) {
  .recruit_interview .pa_interview_circles_wrapper {
    width: 46%;
  }
}
.recruit_interview .pa_interview_imgs_item {
  border-radius: 50%;
  transition: all 0.4s;
}
.recruit_interview .pa_interview_imgs_item.__img-aspect {
  aspect-ratio: 362/362;
}

.recruit_visit .pa_overviewVisit {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.1em;
  margin-top: 94px;
}
@media (max-width: 896px) {
  .recruit_visit .pa_overviewVisit {
    margin-top: calc(94px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_visit .pa_overviewVisit {
    margin-top: calc(94px * 0.5);
  }
}
.recruit_visit .pa_overviewVisit_ttl {
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  font-weight: 600;
}
.recruit_visit .pa_overviewVisit_txt {
  font-weight: 600;
  line-height: 2.375;
  margin-top: 52px;
}
@media (max-width: 896px) {
  .recruit_visit .pa_overviewVisit_txt {
    margin-top: calc(52px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_visit .pa_overviewVisit_txt {
    margin-top: calc(52px * 0.5);
  }
}
.recruit_visit .pa_overviewVisit_imgs {
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  max-width: 1600px;
  height: min(32.2580645161vw, 400px);
  margin-top: 68px;
}
@media (max-width: 896px) {
  .recruit_visit .pa_overviewVisit_imgs {
    margin-top: calc(68px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_visit .pa_overviewVisit_imgs {
    margin-top: calc(68px * 0.5);
  }
}
.recruit_visit .pa_overviewVisit_imgs_wrapper {
  position: absolute;
  line-height: 0;
}
.recruit_visit .pa_overviewVisit_imgs_wrapper:nth-child(1) {
  max-width: min(26.7741935484vw, 332px);
  top: min(2.0161290323vw, 25px);
  left: min(5.3225806452vw, 66px);
}
.recruit_visit .pa_overviewVisit_imgs_wrapper:nth-child(1) .pa_overviewVisit_imgs_square {
  top: 0;
  left: 0;
}
.recruit_visit .pa_overviewVisit_imgs_wrapper:nth-child(2) {
  z-index: 2;
  max-width: min(22.1774193548vw, 275px);
  top: min(10vw, 124px);
  left: min(28.064516129vw, 348px);
}
.recruit_visit .pa_overviewVisit_imgs_wrapper:nth-child(2) .pa_overviewVisit_imgs_square {
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1240px) {
  .recruit_visit .pa_overviewVisit_imgs_wrapper:nth-child(2) {
    z-index: 3;
  }
}
.recruit_visit .pa_overviewVisit_imgs_wrapper:nth-child(3) {
  max-width: min(21.6129032258vw, 268px);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.recruit_visit .pa_overviewVisit_imgs_wrapper:nth-child(3) .pa_overviewVisit_imgs_square {
  top: 0;
  left: 0;
}
@media screen and (max-width: 1240px) {
  .recruit_visit .pa_overviewVisit_imgs_wrapper:nth-child(3) {
    z-index: 4;
  }
}
.recruit_visit .pa_overviewVisit_imgs_wrapper:nth-child(4) {
  z-index: 2;
  max-width: min(26.2096774194vw, 325px);
  top: min(5.9677419355vw, 74px);
  right: min(26.3709677419vw, 327px);
}
.recruit_visit .pa_overviewVisit_imgs_wrapper:nth-child(4) .pa_overviewVisit_imgs_square {
  right: 0;
  bottom: 0;
}
.recruit_visit .pa_overviewVisit_imgs_wrapper:nth-child(5) {
  max-width: min(22.2580645161vw, 276px);
  top: min(1.4516129032vw, 18px);
  right: min(5.4838709677vw, 68px);
}
.recruit_visit .pa_overviewVisit_imgs_wrapper:nth-child(5) .pa_overviewVisit_imgs_square {
  top: 0;
  left: 0;
}
.recruit_visit .pa_overviewVisit_imgs_square {
  position: absolute;
  min-width: 21px;
  min-height: 21px;
  width: 100%;
  height: 100%;
  background-color: #ED9B60;
  transition: height 0.4s;
}
.recruit_visit .pa_overviewVisit_imgs_square.animateHeight {
  height: min(2.4193548387vw, 30px);
  /* 高さはすぐに縮小 */
  transition: height 0.4s;
  /* 高さのアニメーション */
}
.recruit_visit .pa_overviewVisit_imgs_square.animateWidth {
  width: min(2.4193548387vw, 30px);
  /* 幅も縮小 */
  transition: width 0.4s;
  /* 幅のアニメーション */
}
.recruit_visit .pa_post {
  position: relative;
  margin-top: 100px;
}
@media (max-width: 896px) {
  .recruit_visit .pa_post {
    margin-top: calc(100px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_visit .pa_post {
    margin-top: calc(100px * 0.5);
  }
}
.recruit_visit .pa_post_item {
  background-color: #F1F5F7;
  border-radius: 20px;
  padding: 4.838%;
  margin-top: 80px;
}
@media (max-width: 896px) {
  .recruit_visit .pa_post_item {
    margin-top: calc(80px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_visit .pa_post_item {
    margin-top: calc(80px * 0.5);
  }
}
.recruit_visit .pa_post_ttl {
  font-size: clamp(1.25rem, 0.8552631579rem + 1.3157894737vw, 1.875rem);
  font-weight: 600;
}
.recruit_visit .pa_post_media {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 48px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 896px) {
  .recruit_visit .pa_post_media {
    gap: 0 16px;
  }
}
@media screen and (max-width: 480px) {
  .recruit_visit .pa_post_media {
    gap: 12px;
  }
}
.recruit_visit .pa_post_img {
  width: 11.607%;
}
@media screen and (max-width: 480px) {
  .recruit_visit .pa_post_img {
    width: 35%;
  }
}
.recruit_visit .pa_post_body {
  width: calc(88.393% - 48px);
  font-weight: 600;
}
@media screen and (max-width: 896px) {
  .recruit_visit .pa_post_body {
    width: calc(88.393% - 16px);
  }
}
@media screen and (max-width: 480px) {
  .recruit_visit .pa_post_body {
    width: 100%;
  }
}
.recruit_visit .pa_post_ttl {
  font-size: clamp(1.25rem, 0.8552631579rem + 1.3157894737vw, 1.875rem);
  color: #40BCEA;
  letter-spacing: 0.05em;
  line-height: 2;
}
.recruit_visit .pa_post_name {
  color: #40BCEA;
  margin-top: 23px;
}
@media (max-width: 896px) {
  .recruit_visit .pa_post_name {
    margin-top: calc(23px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_visit .pa_post_name {
    margin-top: calc(23px * 0.5);
  }
}
.recruit_visit .pa_post_txt {
  font-weight: 600;
  margin-top: 32px;
}
@media (max-width: 896px) {
  .recruit_visit .pa_post_txt {
    margin-top: calc(32px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_visit .pa_post_txt {
    margin-top: calc(32px * 0.5);
  }
}
.recruit_visit .pa_post_txt:nth-of-type(1) {
  margin-top: 50px;
}
@media (max-width: 896px) {
  .recruit_visit .pa_post_txt:nth-of-type(1) {
    margin-top: calc(50px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_visit .pa_post_txt:nth-of-type(1) {
    margin-top: calc(50px * 0.5);
  }
}
.recruit_visit .pa_post_caution {
  text-align: right;
  font-weight: 600;
  margin-top: 37px;
}
@media (max-width: 896px) {
  .recruit_visit .pa_post_caution {
    margin-top: calc(37px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_visit .pa_post_caution {
    margin-top: calc(37px * 0.5);
  }
}

.recruit_requirements .pa_requirementsReq {
  margin-top: 94px;
}
@media (max-width: 896px) {
  .recruit_requirements .pa_requirementsReq {
    margin-top: calc(94px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_requirements .pa_requirementsReq {
    margin-top: calc(94px * 0.5);
  }
}
.recruit_requirements .pa_requirementsReq_ttl {
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5625;
  text-align: center;
}
.recruit_requirements .pa_requirementsReq_list {
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.1em;
  line-height: 2.1111111111;
  font-size: clamp(0.875rem, 0.7171052632rem + 0.5263157895vw, 1.125rem);
  font-weight: 600;
  margin-top: 30px;
}
@media (max-width: 896px) {
  .recruit_requirements .pa_requirementsReq_list {
    margin-top: calc(30px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_requirements .pa_requirementsReq_list {
    margin-top: calc(30px * 0.5);
  }
}
.recruit_requirements .pa_requirementsReq_dt {
  width: 25%;
  padding: 2.055em 3.722em;
  background-image: linear-gradient(to right, #CCCCCC 4px, transparent 4px);
  background-size: 8px 1px;
  /* 横幅4px、間隔4px */
  background-repeat: repeat-x;
}
.recruit_requirements .pa_requirementsReq_dt:nth-child(1) {
  background-image: none;
}
@media screen and (max-width: 896px) {
  .recruit_requirements .pa_requirementsReq_dt {
    padding: 2.055em 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .recruit_requirements .pa_requirementsReq_dt {
    padding: 2.055em 0.5em;
  }
}
.recruit_requirements .pa_requirementsReq_dd {
  position: relative;
  width: 75%;
  padding: 2.055em 2.222em;
  background-image: linear-gradient(to right, #CCCCCC 4px, transparent 4px);
  background-size: 8px 1px;
  /* 横幅4px、間隔4px */
  background-repeat: repeat-x;
}
.recruit_requirements .pa_requirementsReq_dd:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #40BCEA;
  top: 2.9em;
  left: 0;
}
.recruit_requirements .pa_requirementsReq_dd:nth-child(2) {
  background-image: none;
}
@media screen and (max-width: 896px) {
  .recruit_requirements .pa_requirementsReq_dd {
    padding: 2.055em 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .recruit_requirements .pa_requirementsReq_dd {
    padding: 2.055em 0.5em 2.055em 1.5em;
  }
}
.recruit_requirements .pa_requirementsReq_subttl {
  display: inline-block;
  font-size: clamp(0.875rem, 0.7171052632rem + 0.5263157895vw, 1.125rem);
  font-weight: 600;
  color: #40BCEA;
  margin-top: 24px;
}
@media (max-width: 896px) {
  .recruit_requirements .pa_requirementsReq_subttl {
    margin-top: calc(24px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_requirements .pa_requirementsReq_subttl {
    margin-top: calc(24px * 0.5);
  }
}
.recruit_requirements .pa_requirementsReq_subttl:nth-of-type(1) {
  margin-top: 0;
}
.recruit_requirements .pa_flow {
  position: relative;
  background-color: #F5F7F9;
  overflow: hidden;
  margin-top: 94px;
}
@media (max-width: 896px) {
  .recruit_requirements .pa_flow {
    margin-top: calc(94px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_requirements .pa_flow {
    margin-top: calc(94px * 0.5);
  }
}
.recruit_requirements .pa_flow {
  padding-top: 94px;
}
@media (max-width: 896px) {
  .recruit_requirements .pa_flow {
    padding-top: calc(94px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_requirements .pa_flow {
    padding-top: calc(94px * 0.5);
  }
}
.recruit_requirements .pa_flow {
  padding-bottom: 100px;
}
@media (max-width: 896px) {
  .recruit_requirements .pa_flow {
    padding-bottom: calc(100px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_requirements .pa_flow {
    padding-bottom: calc(100px * 0.5);
  }
}
.recruit_requirements .pa_flow_ttl {
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5625;
  text-align: center;
}
.recruit_requirements .pa_flow_txt {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2.375;
  padding-top: 52px;
}
@media (max-width: 896px) {
  .recruit_requirements .pa_flow_txt {
    padding-top: calc(52px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_requirements .pa_flow_txt {
    padding-top: calc(52px * 0.5);
  }
}
.recruit_requirements .pa_flow_inner {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .recruit_requirements .pa_flow_inner {
    padding-right: 4%;
    padding-left: 4%;
  }
}
.recruit_requirements .pa_flow_slider {
  position: relative;
  margin-top: 48px;
}
@media (max-width: 896px) {
  .recruit_requirements .pa_flow_slider {
    margin-top: calc(48px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_requirements .pa_flow_slider {
    margin-top: calc(48px * 0.5);
  }
}
.recruit_requirements .pa_flow_slider:after {
  position: absolute;
  content: "";
  background-image: linear-gradient(to right, #CCCCCC 4px, transparent 4px);
  background-size: 8px 1px;
  /* 横幅4px、間隔4px */
  background-repeat: repeat-x;
  height: 1px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  top: 69px;
}
.recruit_requirements .pa_flow_slider_item {
  position: relative;
}
.recruit_requirements .pa_flow_slider_item:before {
  position: absolute;
  content: "";
  position: absolute;
  min-width: 21px;
  min-height: 21px;
  width: min(2.4193548387vw, 30px);
  height: min(2.4193548387vw, 30px);
  background: linear-gradient(180deg, #40BCEA 0%, #1689B4 100%);
  top: 55px;
  left: 0;
}
.recruit_requirements .pa_flow_slider_ttl {
  font-family: "Jost", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-optical-sizing: auto;
  font-size: clamp(0.9375rem, 0.7401315789rem + 0.6578947368vw, 1.25rem);
  font-weight: 600;
  letter-spacing: 0.05em;
}
.recruit_requirements .pa_flow_slider_txt {
  font-weight: 600;
  margin-top: 87px;
}
@media screen and (max-width: 896px) {
  .recruit_requirements .pa_flow_slider_txt {
    margin-top: 58.0000000029px;
  }
}
.recruit_requirements .pa_flow_slider_scrollbar_bg {
  width: 100%;
  max-width: 370px;
  height: 32px;
  position: relative;
  margin: 16px auto;
  border-radius: 16px;
  background-color: #fff;
}
.recruit_requirements .pa_flow_slider_scrollbar {
  width: 100%;
  max-width: 350px;
  height: 32px;
  position: relative;
  margin: 0 auto;
}
.recruit_requirements .pa_flow_slider_scrollbar::before {
  content: "";
  display: block;
  width: 100%;
  height: 32px;
  background-color: #fff;
  border-radius: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.recruit_requirements .slider_btn {
  position: relative;
  top: 4px;
  height: 24px;
  width: 48px;
  background-color: #40BCEA;
  border-radius: 12px;
  cursor: pointer;
}
.recruit_requirements .slider_btn:before {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "← →";
  color: #fff;
  user-select: none;
}
.recruit_requirements .pa_internship {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 20px;
  background: linear-gradient(90deg, #BAD662 0%, #96B928 100%);
  padding-top: min(5.6451612903vw, 70px);
  padding-right: min(4.8387096774vw, 60px);
  padding-bottom: min(5.6451612903vw, 70px);
  padding-left: min(6.4516129032vw, 80px);
  margin-top: 90px;
}
@media (max-width: 896px) {
  .recruit_requirements .pa_internship {
    margin-top: calc(90px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_requirements .pa_internship {
    margin-top: calc(90px * 0.5);
  }
}
.recruit_requirements .pa_internship_body {
  width: 71.745%;
  z-index: 5;
}
@media screen and (max-width: 480px) {
  .recruit_requirements .pa_internship_body {
    width: 100%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  }
}
.recruit_requirements .pa_internship_miniTtl {
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 896px) {
  .recruit_requirements .pa_internship_miniTtl {
    margin-bottom: calc(30px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_requirements .pa_internship_miniTtl {
    margin-bottom: calc(30px * 0.5);
  }
}
.recruit_requirements .pa_internship_ttl {
  font-weight: 600;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 896px) {
  .recruit_requirements .pa_internship_ttl {
    margin-bottom: calc(50px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_requirements .pa_internship_ttl {
    margin-bottom: calc(50px * 0.5);
  }
}
.recruit_requirements .pa_internship_txt {
  font-weight: 600;
  line-height: 2.375;
  letter-spacing: 0.1em;
  font-size: clamp(0.8125rem, 0.6940789474rem + 0.3947368421vw, 1rem);
  color: #fff;
  margin-bottom: 58px;
}
@media (max-width: 896px) {
  .recruit_requirements .pa_internship_txt {
    margin-bottom: calc(58px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit_requirements .pa_internship_txt {
    margin-bottom: calc(58px * 0.5);
  }
}
.recruit_requirements .pa_internship_imgs {
  position: relative;
  width: 28.225%;
}
@media screen and (max-width: 480px) {
  .recruit_requirements .pa_internship_imgs {
    position: absolute;
    right: 4%;
  }
}
.recruit_requirements .pa_internship_imgs_square {
  position: absolute;
  min-width: 21px;
  min-height: 21px;
  width: 100%;
  height: 100%;
  background-color: #ED9B60;
  transition: height 0.4s;
}
.recruit_requirements .pa_internship_imgs_square.animateHeight {
  height: min(2.4193548387vw, 30px);
  /* 高さはすぐに縮小 */
  transition: height 0.4s;
  /* 高さのアニメーション */
}
.recruit_requirements .pa_internship_imgs_square.animateWidth {
  width: min(2.4193548387vw, 30px);
  /* 幅も縮小 */
  transition: width 0.4s;
  /* 幅のアニメーション */
}
.recruit_requirements .pa_internship_imgs_square:nth-of-type(1) {
  top: 0;
  left: 0;
}
.recruit_requirements .pa_internship_imgs_square:nth-of-type(2) {
  right: 0;
  bottom: 0;
}
.recruit_requirements .pa_internship_imgs_position {
  position: absolute;
  top: 0;
  right: 0;
  width: 150%;
}
.recruit_requirements .pa_internship_imgs_wrapper {
  position: absolute;
  line-height: 0;
}
.recruit_requirements .pa_internship_imgs_wrapper:nth-child(1) {
  z-index: 1;
  max-width: min(28.1451612903vw, 349px);
  top: min(0vw, 0px);
  right: min(0vw, 0px);
}
.recruit_requirements .pa_internship_imgs_wrapper:nth-child(2) {
  z-index: 2;
  max-width: min(14.1129032258vw, 175px);
  width: 100%;
  top: min(20.4032258065vw, 253px);
  right: min(21.935483871vw, 272px);
}

/*
 * Base Group
 */
/*
 * Base Group
 */
.news .pa_news {
  position: relative;
  margin-top: 100px;
}
@media (max-width: 896px) {
  .news .pa_news {
    margin-top: calc(100px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .news .pa_news {
    margin-top: calc(100px * 0.5);
  }
}
.news .pa_news_cat {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 17px;
  background-color: #F5F7F9;
  border-radius: 8px;
  padding: 15px 0;
}
.news .pa_news_cat_item {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 280px;
  width: 100%;
}
.news .pa_news_cat_link {
  width: 100%;
  height: 55px;
  font-size: clamp(0.875rem, 0.7171052632rem + 0.5263157895vw, 1.125rem);
  font-weight: 600;
  background: transparent;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  transition: all 0.4s;
}
.news .pa_news_cat_link:hover {
  background-color: rgba(186, 214, 98, 0.7);
}
.news .pa_news_cat_link.__active {
  color: #fff;
  background: linear-gradient(90deg, #BAD662 0%, #96B928 100%);
}
.news .pa_news_main {
  display: none;
}
.news .pa_news_main.__active {
  display: block;
}
.news .pa_news_list {
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .news .pa_news_list {
    margin-bottom: calc(40px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .news .pa_news_list {
    margin-bottom: calc(40px * 0.5);
  }
}
.news .pa_news_list_item {
  position: relative;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 37px;
}
@media (max-width: 896px) {
  .news .pa_news_list_item {
    padding-bottom: calc(37px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .news .pa_news_list_item {
    padding-bottom: calc(37px * 0.5);
  }
}
.news .pa_news_list_item {
  margin-top: 40px;
}
@media (max-width: 896px) {
  .news .pa_news_list_item {
    margin-top: calc(40px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .news .pa_news_list_item {
    margin-top: calc(40px * 0.5);
  }
}
.news .pa_news_list_wrapper {
  display: flex;
  align-items: center;
  gap: 0 7px;
  font-size: clamp(0.625rem, 0.5460526316rem + 0.2631578947vw, 0.75rem);
  margin-bottom: 22px;
}
@media (max-width: 896px) {
  .news .pa_news_list_wrapper {
    margin-bottom: calc(22px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .news .pa_news_list_wrapper {
    margin-bottom: calc(22px * 0.5);
  }
}
.news .pa_news_list_category {
  display: flex;
  align-items: center;
  background-color: #40BCEA;
  border: 1px solid #40BCEA;
  border-radius: 13px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 5px 12px;
}
.news .pa_news_list_datetime {
  color: #999999;
}
.news .pa_news_list_ttl {
  font-size: clamp(0.875rem, 0.7171052632rem + 0.5263157895vw, 1.125rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.7777777778;
}
.news .pa_news_btn {
  text-align: center;
}
.news .pa_single {
  position: relative;
  margin-top: 100px;
}
@media (max-width: 896px) {
  .news .pa_single {
    margin-top: calc(100px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .news .pa_single {
    margin-top: calc(100px * 0.5);
  }
}
.news .pa_single_ttl {
  font-weight: 600;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  padding: 0 4%;
}
.news .pa_single_wrapper {
  display: flex;
  align-items: center;
  gap: 0 7px;
  font-size: clamp(0.625rem, 0.5460526316rem + 0.2631578947vw, 0.75rem);
  padding: 0 4%;
  margin-bottom: 22px;
}
@media (max-width: 896px) {
  .news .pa_single_wrapper {
    margin-bottom: calc(22px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .news .pa_single_wrapper {
    margin-bottom: calc(22px * 0.5);
  }
}
.news .pa_single_category {
  display: flex;
  align-items: center;
  background-color: #40BCEA;
  border: 1px solid #40BCEA;
  border-radius: 13px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 5px 12px;
}
.news .pa_single_datetime {
  color: #999999;
}
.news .pa_single_main {
  position: relative;
  background-image: linear-gradient(to right, #CCCCCC 4px, transparent 4px);
  background-size: 8px 1px;
  /* 横幅4px、間隔4px */
  background-repeat: repeat-x;
  padding: 48px 4%;
  margin-top: 47px;
}
@media (max-width: 896px) {
  .news .pa_single_main {
    margin-top: calc(47px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .news .pa_single_main {
    margin-top: calc(47px * 0.5);
  }
}
.news .pa_single_main:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #CCCCCC 4px, transparent 4px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
}
.news .pa_single_btn {
  text-align: center;
  margin-top: 100px;
}
@media (max-width: 896px) {
  .news .pa_single_btn {
    margin-top: calc(100px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .news .pa_single_btn {
    margin-top: calc(100px * 0.5);
  }
}

/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
.contact .pa_overview {
  position: relative;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 94px;
}
@media (max-width: 896px) {
  .contact .pa_overview {
    margin-top: calc(94px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .contact .pa_overview {
    margin-top: calc(94px * 0.5);
  }
}
.contact .pa_overview_ttl {
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  font-weight: 600;
}
.contact .pa_overview_txt {
  font-weight: 600;
  line-height: 2.375;
  margin-top: 52px;
}
@media (max-width: 896px) {
  .contact .pa_overview_txt {
    margin-top: calc(52px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .contact .pa_overview_txt {
    margin-top: calc(52px * 0.5);
  }
}
@media screen and (max-width: 480px) {
  .contact .pa_overview_txt {
    text-align: left;
  }
}
.contact .pa_overview_link {
  position: relative;
  display: inline-block;
  padding-left: 1em;
  color: #40BCEA;
  margin-top: 25px;
}
@media (max-width: 896px) {
  .contact .pa_overview_link {
    margin-top: calc(25px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .contact .pa_overview_link {
    margin-top: calc(25px * 0.5);
  }
}
.contact .pa_overview_link:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #40BCEA;
  top: 0.5em;
  left: 0;
}
.contact .pa_telephone {
  position: relative;
  background-color: #F1F5F7;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  padding: min(5.6451612903vw, 70px);
  margin-top: 98px;
}
@media (max-width: 896px) {
  .contact .pa_telephone {
    margin-top: calc(98px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .contact .pa_telephone {
    margin-top: calc(98px * 0.5);
  }
}
.contact .pa_telephone_ttl {
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: clamp(1.25rem, 0.8552631579rem + 1.3157894737vw, 1.875rem);
}
.contact .pa_telephone_body {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
@media (max-width: 896px) {
  .contact .pa_telephone_body {
    margin-top: calc(15px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .contact .pa_telephone_body {
    margin-top: calc(15px * 0.5);
  }
}
@media screen and (max-width: 896px) {
  .contact .pa_telephone_body {
    flex-wrap: wrap;
  }
}
.contact .pa_telephone_numbers {
  position: relative;
  padding: 20px 4%;
}
.contact .pa_telephone_numbers:nth-of-type(1):after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #418DA8;
  top: 0;
  right: 0;
}
@media screen and (max-width: 896px) {
  .contact .pa_telephone_numbers:nth-of-type(1):after {
    width: 100%;
    height: 1px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
  }
}
.contact .pa_telephone_number {
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(1.5rem, 1.0263157895rem + 1.5789473684vw, 2.25rem);
}
.contact .pa_telephone_txt {
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: clamp(0.875rem, 0.7171052632rem + 0.5263157895vw, 1.125rem);
  margin-top: 5px;
  text-align: left;
}
.contact .pa_telephone_download {
  display: block;
  max-width: 375px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #418DA8;
  border-radius: 16px;
  font-size: clamp(0.875rem, 0.7171052632rem + 0.5263157895vw, 1.125rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 8px;
}
.contact .pa_telephone_square {
  position: absolute;
  min-width: 26px;
  min-height: 26px;
  width: 100%;
  height: 100%;
  background-color: #ED9B60;
  top: 0;
  left: 0;
}
.contact .pa_telephone_square.animateHeight {
  height: min(3.3870967742vw, 42px);
  /* 高さはすぐに縮小 */
  transition: height 0.4s;
  /* 高さのアニメーション */
}
.contact .pa_telephone_square.animateWidth {
  width: min(3.3870967742vw, 42px);
  /* 幅も縮小 */
  transition: width 0.4s;
  /* 幅のアニメーション */
}
.contact .pa_form {
  position: relative;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 94px;
}
@media (max-width: 896px) {
  .contact .pa_form {
    margin-top: calc(94px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .contact .pa_form {
    margin-top: calc(94px * 0.5);
  }
}
.contact .pa_form_ttl {
  font-size: clamp(1.25rem, 0.8552631579rem + 1.3157894737vw, 1.875rem);
  font-weight: 600;
}
.contact .pa_form_txt {
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2.375;
  margin-top: 33px;
}
@media (max-width: 896px) {
  .contact .pa_form_txt {
    margin-top: calc(33px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .contact .pa_form_txt {
    margin-top: calc(33px * 0.5);
  }
}
@media screen and (max-width: 480px) {
  .contact .pa_form_txt {
    text-align: left;
  }
}
.contact .pa_form_main {
  margin-top: 58px;
}
@media (max-width: 896px) {
  .contact .pa_form_main {
    margin-top: calc(58px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .contact .pa_form_main {
    margin-top: calc(58px * 0.5);
  }
}
.contact .pa_form_item {
  margin-top: 40px;
}
@media (max-width: 896px) {
  .contact .pa_form_item {
    margin-top: calc(40px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .contact .pa_form_item {
    margin-top: calc(40px * 0.5);
  }
}
.contact .pa_form_item > p {
  display: flex;
  justify-content: flex-end;
  gap: 20px 20px;
}
@media screen and (max-width: 896px) {
  .contact .pa_form_item > p {
    gap: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.contact .pa_form_item > p .wpcf7-form-control-wrap {
  width: 50%;
}
@media screen and (max-width: 896px) {
  .contact .pa_form_item > p .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.contact .pa_form_item label {
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2.375;
}
.contact .pa_form_item label small {
  margin-left: 10px;
  background-color: #40BCEA;
  padding: 2px 10px;
  color: #fff;
}
.contact .pa_form_item label.pa_form_space {
  margin-right: 60px;
}
.contact .pa_form_item input,
.contact .pa_form_item textarea {
  width: 100%;
  background-color: #F5F7F9;
  padding: 0.5em;
  border: none;
}
@media screen and (max-width: 896px) {
  .contact .pa_form_item input,
  .contact .pa_form_item textarea {
    width: 100%;
  }
}
.contact .pa_form_submit {
  cursor: pointer;
  margin-top: 60px;
}
@media (max-width: 896px) {
  .contact .pa_form_submit {
    margin-top: calc(60px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .contact .pa_form_submit {
    margin-top: calc(60px * 0.5);
  }
}

/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
.privacy-policy .pa_overview {
  position: relative;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 94px;
}
@media (max-width: 896px) {
  .privacy-policy .pa_overview {
    margin-top: calc(94px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .privacy-policy .pa_overview {
    margin-top: calc(94px * 0.5);
  }
}
.privacy-policy .pa_overview_ttl {
  font-size: clamp(1.25rem, 0.7763157895rem + 1.5789473684vw, 2rem);
  font-weight: 600;
}
.privacy-policy .pa_overview_txt {
  font-weight: 600;
  line-height: 2.375;
  margin-top: 52px;
}
@media (max-width: 896px) {
  .privacy-policy .pa_overview_txt {
    margin-top: calc(52px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .privacy-policy .pa_overview_txt {
    margin-top: calc(52px * 0.5);
  }
}
@media screen and (max-width: 480px) {
  .privacy-policy .pa_overview_txt {
    text-align: left;
  }
}
.privacy-policy .pa_privacy {
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.1em;
  line-height: 2.1111111111;
  font-size: clamp(0.875rem, 0.7171052632rem + 0.5263157895vw, 1.125rem);
  font-weight: 600;
  border-top: 1px solid #999999;
  margin-top: 30px;
}
@media (max-width: 896px) {
  .privacy-policy .pa_privacy {
    margin-top: calc(30px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .privacy-policy .pa_privacy {
    margin-top: calc(30px * 0.5);
  }
}
.privacy-policy .pa_privacy_dt {
  position: relative;
  width: 100%;
  padding: 0 3.722em;
  color: #40BCEA;
  margin-top: 55px;
}
@media (max-width: 896px) {
  .privacy-policy .pa_privacy_dt {
    margin-top: calc(55px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .privacy-policy .pa_privacy_dt {
    margin-top: calc(55px * 0.5);
  }
}
.privacy-policy .pa_privacy_dt:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #40BCEA;
  top: 0.8em;
  left: 2.722em;
}
.privacy-policy .pa_privacy_dd {
  position: relative;
  width: 100%;
  padding: 0 2.222em;
  margin-top: 25px;
}
@media (max-width: 896px) {
  .privacy-policy .pa_privacy_dd {
    margin-top: calc(25px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .privacy-policy .pa_privacy_dd {
    margin-top: calc(25px * 0.5);
  }
}
.privacy-policy .pa_telephone {
  position: relative;
  background-color: #F1F5F7;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  padding: min(5.6451612903vw, 70px);
  margin-top: 98px;
}
@media (max-width: 896px) {
  .privacy-policy .pa_telephone {
    margin-top: calc(98px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .privacy-policy .pa_telephone {
    margin-top: calc(98px * 0.5);
  }
}
.privacy-policy .pa_telephone_ttl {
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: clamp(1.25rem, 0.8552631579rem + 1.3157894737vw, 1.875rem);
}
.privacy-policy .pa_telephone_body {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
@media (max-width: 896px) {
  .privacy-policy .pa_telephone_body {
    margin-top: calc(15px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .privacy-policy .pa_telephone_body {
    margin-top: calc(15px * 0.5);
  }
}
@media screen and (max-width: 896px) {
  .privacy-policy .pa_telephone_body {
    flex-wrap: wrap;
  }
}
.privacy-policy .pa_telephone_numbers {
  position: relative;
  padding: 20px 4%;
}
.privacy-policy .pa_telephone_numbers:nth-of-type(1):after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #418DA8;
  top: 0;
  right: 0;
}
@media screen and (max-width: 896px) {
  .privacy-policy .pa_telephone_numbers:nth-of-type(1):after {
    width: 100%;
    height: 1px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 896px) {
  .privacy-policy .pa_telephone_numbers {
    width: 100%;
  }
}
.privacy-policy .pa_telephone_number {
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(1.5rem, 1.0263157895rem + 1.5789473684vw, 2.25rem);
}
.privacy-policy .pa_telephone_address {
  font-weight: 600;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
  text-align: left;
  font-size: clamp(0.875rem, 0.7171052632rem + 0.5263157895vw, 1.125rem);
}
.privacy-policy .pa_telephone_txt {
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: clamp(0.875rem, 0.7171052632rem + 0.5263157895vw, 1.125rem);
  margin-top: 5px;
  text-align: right;
}

/*
 * Helper Group
 */
/*
 * Base Group
 */
@media screen and (max-width: 480px) {
  .hp_dSpPc {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .hp_dSpNone {
    display: none;
  }
}

@media screen and (max-width: 896px) {
  .hp_dPcOnly {
    display: none;
  }
}

.hp_flexSp {
  display: none;
}
@media screen and (max-width: 480px) {
  .hp_flexSp {
    display: flex;
  }
}

.hp_sptab {
  display: none;
}
@media screen and (max-width: 896px) {
  .hp_sptab {
    display: block;
  }
}

.hp_sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .hp_sp {
    display: block;
  }
}

.hp_base {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .hp_base {
    padding-right: 4%;
    padding-left: 4%;
  }
}

.hp_bgcLightGray {
  background-color: #F0F0F0;
}

.hp_bgcOffWhite {
  background-color: #F5F7F9;
}

.hp_bgGradeSkyBlue {
  background: linear-gradient(90deg, #40BCEA 0%, #1689B4 100%);
}

.hp_cSkyBlue {
  color: #40BCEA;
}

.hp_fs2 {
  font-size: clamp(0.9375rem, 0.7401315789rem + 0.6578947368vw, 1.25rem);
}

.hp_tar {
  text-align: right;
}

.hp_tac {
  text-align: center;
}

.hp_tal {
  text-align: left;
}

.hp_fwB {
  font-weight: bold;
}

.hp_mt60 {
  margin-top: 60px;
}
@media (max-width: 896px) {
  .hp_mt60 {
    margin-top: calc(60px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .hp_mt60 {
    margin-top: calc(60px * 0.5);
  }
}

.hp_mt90 {
  margin-top: 90px;
}
@media (max-width: 896px) {
  .hp_mt90 {
    margin-top: calc(90px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .hp_mt90 {
    margin-top: calc(90px * 0.5);
  }
}

.hp_mt100 {
  margin-top: 100px;
}
@media (max-width: 896px) {
  .hp_mt100 {
    margin-top: calc(100px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .hp_mt100 {
    margin-top: calc(100px * 0.5);
  }
}

.hp_mt120 {
  margin-top: 120px;
}
@media (max-width: 896px) {
  .hp_mt120 {
    margin-top: calc(120px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .hp_mt120 {
    margin-top: calc(120px * 0.5);
  }
}

.hp_space {
  padding-right: 4%;
  padding-left: 4%;
}

.hp_wsnw {
  white-space: nowrap;
}

.hp_anchorOffset {
  scroll-margin-top: 80px;
}

/*
 * Unique Group
 */
/*
 * program Group
 */
/*
 * Base Group
 */
.js_scroll_active.bl_header {
  background-color: transparent;
  backdrop-filter: blur(30px);
}
.js_scroll_active .bl_header_inner {
  min-height: 80px;
}
.js_scroll_active .bl_header_nav_list.bl_header_nav_list__offWhite {
  padding: 1.089% 6.069%;
}
.js_scroll_active .bl_header_nav_list.bl_header_nav_list__green {
  padding: 1.089% 4.079%;
}
.js_scroll_active .bl_header_nav_link {
  font-size: clamp(0.625rem, 0.5460526316rem + 0.2631578947vw, 0.75rem);
}

/*
 * Original Group
 */
/*
 * Base Group
 */
header .header_menu {
  display: none;
  position: fixed;
  right: 18px;
  top: 23px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 10000;
}
header .header_menu div {
  position: relative;
}
header .header_menu span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #292929;
  left: 0;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
header .header_menu span:nth-child(1) {
  top: 10px;
}
header .header_menu span:nth-child(2) {
  top: 20px;
}
header .header_menu span:nth-child(3) {
  top: 30px;
}
@media screen and (max-width: 1024px) {
  header .header_menu {
    display: block;
  }
}
header .header_menu.open span:nth-child(1) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #292929;
}
header .header_menu.open span:nth-child(2) {
  width: 0;
  left: 50%;
}
header .header_menu.open span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #292929;
}

#spNav {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 80px;
  width: 100%;
  height: -webkit-calc(100vh - 80px);
  height: calc(100vh - 80px);
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  z-index: 9999;
  overflow: auto;
  /*
  ul {
  	opacity: 0;
  	margin-bottom: 30px;
  	//width: 48%;
  	li {
  		border-bottom: 1px solid #C9C9C9;
  		a {
  			display: block;
  			width: 100%;
  			line-height: 6.2vh;
  			color: #fff;
  			text-decoration: none;
  			color: #333;
  		}
  	}
  }
  */
}
#spNav .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#spNav .spNav_bg {
  position: relative;
  background: linear-gradient(90deg, #40BCEA 0%, #1689B4 100%);
  padding: 3vh 4% 4vh;
  width: 75%;
  height: 100%;
  margin: 0 0 0 auto;
  right: -100%;
}
#spNav .nav {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
#spNav .nav > li {
  opacity: 0;
}
#spNav .spNav_inn {
  margin-bottom: 20px;
}
#spNav .spNav_inn .spNav_title {
  margin-bottom: 10px;
}
#spNav .spNav_inn .spNav_title span {
  display: block;
  background: #7A7474;
  color: #fff;
  text-align: center;
  padding: 18px 1em;
  font-size: 1.6rem;
}
#spNav .spNav_inn .spNav_title .spNav_menu_toggle {
  display: none;
}
#spNav .spNav_inn .spNav_title .spNav_menu_toggle ul li .spNav_title_sub {
  background: #D6D2D2;
  padding: 8px 1em;
  font-size: 1.4rem;
}
#spNav .spNav_inn .spNav_title .spNav_menu_toggle ul li .spNav_link {
  padding: 10px 0;
  font-size: 1.3rem;
}
#spNav .spNav_inn .spNav_title .spNav_menu_toggle ul li .spNav_link a {
  display: inline-block;
  margin: 0 0.8em 8px;
}
#spNav .spNav_pere {
  text-align: center;
}

/*
 * Base Group
 */
.dl01s {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.dl02s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.dl03s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.dl04s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.dl05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.dl06s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.dl07s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.dl08s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.dl09s {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.dl1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.dl15s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.dl2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.dl25s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.dl3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.dl35s {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.dl4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.dl45s {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

.dl5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.dl55s {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

.dl6s {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.dl65s {
  -webkit-animation-delay: 6.5s;
  animation-delay: 6.5s;
}

.dl7s {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.dl75s {
  -webkit-animation-delay: 7.5s;
  animation-delay: 7.5s;
}

.dl8s {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.dl85s {
  -webkit-animation-delay: 8.5s;
  animation-delay: 8.5s;
}

.dl9s {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

.dl95s {
  -webkit-animation-delay: 9.5s;
  animation-delay: 9.5s;
}
