@charset "UTF-8";
/* font fam */
/* clearfix */
/* 中央寄せ */
/* --------------------------------------------------
  mv
-------------------------------------------------- */
.sec_mv {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 63.5rem;
  /* body min-widthの場合
  	.wrap{
  		position: relative;
  		display: flex;
  		align-items: center;
  		gap: 0 6rem;
  	}
  	.mv_left{
  		width: calc(50% + 8rem);
  	}
  */
}
.sec_mv .wrap {
  max-width: 144rem;
  margin: 0 auto;
  padding: 3.8rem 2.6rem 0 11rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sec_mv .mv_left {
  width: calc(100% - 75.8rem);
}
.sec_mv .mv_right {
  width: 75.8rem;
}
.sec_mv .mv_ttl {
  height: 17rem;
}
.sec_mv .mv_ttl .txt {
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1.2;
  opacity: 0;
}
.sec_mv .mv_ttl .txt + .txt {
  margin-top: 0.8rem;
}
.sec_mv .mv_ttl .txt.is-show {
  opacity: 1;
}
.sec_mv .mv_ttl .txt.is-show .txt_anim_span {
  position: relative;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.sec_mv .mv_ttl .txt.is-show span {
  display: inline-block;
  -webkit-transform: translateX(-0.5rem);
          transform: translateX(-0.5rem);
  opacity: 0;
  -webkit-animation: slideIn 0.5s forwards;
          animation: slideIn 0.5s forwards;
  -webkit-transition: none !important;
  transition: none !important;
}
.sec_mv .mv_ttl .line {
  border-bottom: 0.5rem solid #cbff5a;
}
.sec_mv .mv_txt {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  margin-top: 7rem;
}
.sec_mv .slide-dots {
  margin-top: -1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.8rem;
}
.sec_mv .slide-dots li {
  display: block;
  width: 1.6rem;
}
.sec_mv .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.sec_mv .slide-dots li button:before {
  content: "";
  background: #d8e0e8;
  -webkit-clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 97%);
          clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 97%);
  width: 1.6rem;
  height: 2.1rem;
  position: absolute;
  top: 0;
  left: 0;
}
.sec_mv .slide-dots li.slick-active button:before {
  content: "";
  background: #cbff5a;
}

@media screen and (max-width: 767px) {
  .sec_mv {
    height: auto;
  }
  .sec_mv .wrap {
    padding: 7.4358974359vw 0 11.5384615385vw 6.4102564103vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec_mv .mv_left {
    width: 100%;
    margin-top: 10.2564102564vw;
  }
  .sec_mv .mv_right {
    width: 100%;
  }
  .sec_mv .mv_ttl {
    height: 32.6923076923vw;
  }
  .sec_mv .mv_ttl .txt {
    font-size: 7.1794871795vw;
  }
  .sec_mv .mv_ttl .txt + .txt {
    margin-top: 0.8rem;
  }
  .sec_mv .mv_ttl .txt.is-show {
    opacity: 1;
  }
  .sec_mv .mv_ttl .txt.is-show .txt_anim_span {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
  }
  .sec_mv .mv_ttl .txt.is-show span {
    display: inline-block;
    -webkit-transform: translateX(-2rem);
            transform: translateX(-2rem);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0;
    -webkit-animation: slideIn 0.5s forwards;
            animation: slideIn 0.5s forwards;
  }
  .sec_mv .mv_txt {
    font-size: 4.1025641026vw;
    line-height: 1.625;
    margin-top: 7.6923076923vw;
    padding-right: 6.4102564103vw;
  }
  .sec_mv .slide-dots {
    margin-top: -0.5em;
    gap: 0 0.5em;
  }
  .sec_mv .slide-dots li {
    width: 2.8205128205vw;
  }
  .sec_mv .slide-dots li button:before {
    width: 2.8205128205vw;
    height: 3.7179487179vw;
  }
}
/* --------------------------------------------------
  news
-------------------------------------------------- */
.sec_news {
  z-index: 4;
}
@media screen and (max-width: 1440px) {
  .sec_news {
    padding-left: 4rem;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .sec_news .news_link:hover .news_wrap::after {
    opacity: 1;
  }
  .sec_news .news_link:hover .news_wrap * {
    opacity: 0.7;
  }
}
.sec_news .news_wrap {
  position: relative;
  margin-right: calc(50% - 50vw);
  margin-left: auto;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  height: 6rem;
  -webkit-box-shadow: 0 0 0.7rem 0.2rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.7rem 0.2rem rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 4rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec_news .news_wrap {
    -webkit-box-shadow: 0 0 0.4rem 0.2rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 0.4rem 0.2rem rgba(0, 0, 0, 0.15);
  }
}
.sec_news .news_wrap::before, .sec_news .news_wrap::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sec_news .news_wrap::before {
  background: -webkit-gradient(linear, left top, right top, from(rgb(203, 255, 90)), color-stop(26%, rgb(203, 255, 90)), color-stop(43%, rgb(200, 250, 89)), color-stop(47%, rgb(199, 251, 91)), color-stop(55%, rgb(192, 245, 93)), color-stop(56%, rgb(194, 244, 93)), color-stop(65%, rgb(183, 234, 97)), color-stop(69%, rgb(177, 228, 101)), color-stop(74%, rgb(167, 216, 101)), color-stop(77%, rgb(161, 210, 105)), color-stop(84%, rgb(140, 188, 112)), color-stop(88%, rgb(127, 172, 117)), color-stop(94%, rgb(100, 145, 125)), to(rgb(68, 110, 135)));
  background: linear-gradient(to right, rgb(203, 255, 90) 0%, rgb(203, 255, 90) 26%, rgb(200, 250, 89) 43%, rgb(199, 251, 91) 47%, rgb(192, 245, 93) 55%, rgb(194, 244, 93) 56%, rgb(183, 234, 97) 65%, rgb(177, 228, 101) 69%, rgb(167, 216, 101) 74%, rgb(161, 210, 105) 77%, rgb(140, 188, 112) 84%, rgb(127, 172, 117) 88%, rgb(100, 145, 125) 94%, rgb(68, 110, 135) 100%);
  opacity: 1;
}
.sec_news .news_wrap::after {
  background: -webkit-gradient(linear, left top, right top, from(rgb(218, 255, 139)), color-stop(39%, rgb(216, 253, 139)), color-stop(52%, rgb(210, 248, 139)), color-stop(64%, rgb(198, 235, 139)), color-stop(73%, rgb(182, 219, 139)), color-stop(79%, rgb(165, 204, 139)), color-stop(83%, rgb(152, 190, 141)), color-stop(84%, rgb(149, 189, 139)), color-stop(90%, rgb(124, 164, 138)), color-stop(96%, rgb(93, 134, 138)), to(rgb(69, 110, 140)));
  background: linear-gradient(to right, rgb(218, 255, 139) 0%, rgb(216, 253, 139) 39%, rgb(210, 248, 139) 52%, rgb(198, 235, 139) 64%, rgb(182, 219, 139) 73%, rgb(165, 204, 139) 79%, rgb(152, 190, 141) 83%, rgb(149, 189, 139) 84%, rgb(124, 164, 138) 90%, rgb(93, 134, 138) 96%, rgb(69, 110, 140) 100%);
  opacity: 0;
}
.sec_news .news_wrap .news_headline {
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding-left: 1.8em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.sec_news .news_wrap .news_headline::before {
  position: absolute;
  content: "";
  background: url("../img/index/icn_info.svg") no-repeat center center/cover;
  width: 2.4rem;
  height: 2.4rem;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sec_news .news_wrap .news_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2rem;
}
.sec_news .news_wrap .news_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 3rem;
}
.sec_news .news_wrap .news_date {
  font-family: "Gugi", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.11em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sec_news .news_wrap .news_category {
  font-size: 1.3rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sec_news .news_wrap .news_ttl {
  width: 80rem;
  font-size: 1.5rem;
  line-height: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (max-width: 767px) {
  .sec_news {
    padding-left: 0;
  }
  .sec_news .news_wrap {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    height: 24.358974359vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.2820512821vw 0;
    padding: 3.0769230769vw 3.8461538462vw 3.0769230769vw;
  }
  .sec_news .news_wrap::before, .sec_news .news_wrap::after {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .sec_news .news_wrap .news_headline {
    font-size: 3.5897435897vw;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .sec_news .news_wrap .news_headline::before {
    width: 4.6153846154vw;
    height: 4.6153846154vw;
    top: 0.05em;
  }
  .sec_news .news_wrap .news_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
  .sec_news .news_wrap .news_head {
    gap: 0 1.2820512821vw;
    margin: -0.2em 0;
  }
  .sec_news .news_wrap .news_date {
    font-size: 3.3333333333vw;
  }
  .sec_news .news_wrap .news_category {
    font-size: 3.0769230769vw;
  }
  .sec_news .news_wrap .news_ttl {
    width: 100%;
    font-size: 3.4615384615vw;
  }
}
/* --------------------------------------------------
  business
-------------------------------------------------- */
.sec_business {
  position: relative;
  padding: 0 0 8rem;
  margin: -2.8rem auto 0;
  z-index: 3;
}
.sec_business::before {
  position: absolute;
  content: "";
  background: rgb(60, 102, 139);
  width: calc(50vw + 19rem);
  height: 73.3rem;
  right: 0;
  top: 7.5rem;
}
.sec_business .sec_ttl_box {
  z-index: 3;
  margin-bottom: 6rem;
}
.sec_business .sec_ttl_box .en {
  position: absolute;
  left: -7em;
  top: 0.3em;
}
.sec_business .subttl {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 3rem;
  color: #fff;
}
.sec_business .business_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4rem;
}
.sec_business .business_txt {
  width: 36.7rem;
  padding-top: 17rem;
}
.sec_business .business_txt p {
  line-height: 1.625;
  color: #fff;
  text-align: justify;
}
.sec_business .business_img {
  position: relative;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  width: 115.3rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 62rem;
  z-index: 2;
}
.sec_business .business_img img {
  min-height: 62rem;
}
.sec_business .business_body {
  position: relative;
  max-width: 99.7rem;
  margin: 0 auto;
  background: #fff;
  border: 2px solid rgb(60, 102, 139);
  padding: 2.5rem 4rem;
  margin-top: 8rem;
}
.sec_business .business_body::before {
  position: absolute;
  content: "";
  width: calc(100% - 0.6rem);
  height: calc(100% - 0.4rem);
  border: 2px solid rgb(60, 102, 139);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sec_business .business_body dt {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.sec_business .business_list {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-width: 16rem;
     -moz-column-width: 16rem;
          column-width: 16rem;
  margin-left: -1rem;
}
.sec_business .business_list li {
  position: relative;
  font-weight: 500;
  padding-left: 3rem;
}
.sec_business .business_list li + li {
  margin-top: 0.5rem;
}
.sec_business .business_list li::before {
  position: absolute;
  content: "";
  background: rgb(203, 255, 90);
  background: linear-gradient(125deg, rgb(203, 255, 90) 0%, rgba(255, 255, 255, 0) 100%);
  width: 1.6rem;
  height: 1.6rem;
  left: 0;
  top: 0.2em;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .sec_business {
    padding: 19.4871794872vw 0 12.8205128205vw;
    margin: 0 auto;
  }
  .sec_business::before {
    width: 100%;
    height: 140.8974358974vw;
    right: auto;
    left: 0;
    top: 68.5897435897vw;
  }
  .sec_business .sec_ttl_box {
    margin-bottom: 7.6923076923vw;
  }
  .sec_business .sec_ttl_box .en {
    left: 6.4102564103vw;
    top: -2.2em;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .sec_business .subttl {
    font-size: 4.8717948718vw;
    line-height: 1.5263157895;
    margin-bottom: 3.8461538462vw;
  }
  .sec_business .business_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .sec_business .business_txt {
    width: 100%;
    padding-top: 19.2307692308vw;
  }
  .sec_business .business_img {
    width: 93.5897435897vw;
    height: 61.5384615385vw;
  }
  .sec_business .business_img img {
    min-height: inherit;
  }
  .sec_business .business_body {
    padding: 4.4871794872vw 4.4871794872vw 5.1282051282vw;
    margin-top: 11.5384615385vw;
  }
  .sec_business .business_body dt {
    font-size: 4.8717948718vw;
    margin-bottom: 0.5em;
  }
  .sec_business .business_list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-width: auto;
       -moz-column-width: auto;
            column-width: auto;
    padding: 0 2.5641025641vw;
  }
  .sec_business .business_list li {
    font-size: 3.0769230769vw;
    padding-left: 1.5em;
    white-space: nowrap;
  }
  .sec_business .business_list li + li {
    margin-top: 0.4em;
  }
  .sec_business .business_list li:nth-child(n+7) {
    margin-left: -0.5em;
  }
  .sec_business .business_list li::before {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
    top: 0.2em;
  }
}
/* --------------------------------------------------
  info
-------------------------------------------------- */
.sec_info {
  position: relative;
}
.sec_info::before, .sec_info::after {
  width: 50%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
}
.sec_info::before {
  left: 0;
  background: rgb(60, 102, 139);
}
.sec_info::after {
  left: 50%;
  background: rgba(60, 102, 139, 0.4);
}
.sec_info .wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
.sec_info .info_ttl {
  font-size: 3.1rem;
  line-height: 1.625;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 3rem;
}
.sec_info .info_ttl span {
  position: relative;
}
.sec_info .info_ttl span::before, .sec_info .info_ttl span::after {
  position: absolute;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.7rem;
  height: 4.4rem;
  top: -0.1em;
  background-image: url("../img/common/icn_brackets_white.svg");
}
.sec_info .info_ttl span::before {
  left: -1.5em;
}
.sec_info .info_ttl span::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  right: -4.5rem;
}
.sec_info .info_txt {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec_info .area {
  position: relative;
  width: 50%;
  padding-top: 7.5rem;
  padding-bottom: 3rem;
}
.sec_info .area .info_ttl,
.sec_info .area .info_txt {
  color: #fff;
}
.sec_info .achieve {
  width: 50%;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.sec_info .achieve span::before, .sec_info .achieve span::after {
  background-image: url("../img/common/icn_brackets_blue.svg");
}
.sec_info .info_map {
  position: absolute;
  right: 0;
  top: 0;
  width: 96rem;
  z-index: -1;
}
.sec_info .info_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2.5rem auto 4rem;
  max-width: 50.8rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 1rem;
}
.sec_info .btn {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec_info::before, .sec_info::after {
    display: none;
  }
  .sec_info .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec_info .info_ttl {
    position: relative;
    z-index: 3;
    font-size: 7.1794871795vw;
    margin-bottom: 0.5em;
  }
  .sec_info .info_ttl span::before, .sec_info .info_ttl span::after {
    width: 3.7948717949vw;
    height: 9.8461538462vw;
  }
  .sec_info .info_ttl span::before {
    left: -1.2em;
  }
  .sec_info .info_ttl span::after {
    right: -1.2em;
  }
  .sec_info .info_txt {
    position: relative;
    font-size: 4.8717948718vw;
    line-height: 1.5263157895;
    letter-spacing: 0.05em;
    z-index: 3;
  }
  .sec_info .area {
    width: 100vw;
    margin: 0 -6.4102564103vw;
    height: 130vw;
    padding-top: 8.9743589744vw;
    padding-bottom: 8.9743589744vw;
    background: rgb(60, 102, 139);
  }
  .sec_info .achieve {
    width: 100vw;
    margin: 0 -6.4102564103vw;
    height: 128.7179487179vw;
    padding-top: 8.9743589744vw;
    padding-bottom: 12.8205128205vw;
    background: rgba(138, 163, 185, 0.4);
  }
  .sec_info .info_map {
    width: 100%;
    left: 0;
    z-index: 2;
  }
  .sec_info .info_img {
    margin: 7.6923076923vw auto 8.9743589744vw;
    max-width: 100%;
    padding: 0 6.4102564103vw;
    gap: 0 1.5384615385vw;
  }
}
/* --------------------------------------------------
  policy
-------------------------------------------------- */
.sec_policy {
  position: relative;
  padding: 0 0 10rem;
  margin: 0 auto;
}
.sec_policy .sec_ttl_box {
  z-index: 3;
  margin-bottom: 6rem;
}
.sec_policy .sec_ttl_box .en {
  position: absolute;
  left: 3rem;
  top: -4rem;
}
.sec_policy .sec_ttl {
  line-height: 1.2;
}
.sec_policy .policy_head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sec_policy .policy_img {
  position: relative;
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  width: 115rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 64rem;
  z-index: 2;
}
.sec_policy .policy_img img {
  min-height: 64rem;
}
.sec_policy .policy_txt {
  margin-top: 14.5rem;
  width: 41rem;
  white-space: nowrap;
}
.sec_policy .policy_body {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec_policy .policy_item {
  position: relative;
  width: 38.4rem;
  border: 2px solid rgb(60, 102, 139);
  background: #fff;
  padding: 6.5rem 3rem 3rem;
  margin-top: -20rem;
  z-index: 2;
}
.sec_policy .policy_item::before {
  position: absolute;
  content: "";
  width: calc(100% - 0.6rem);
  height: calc(100% - 0.6rem);
  border: 2px solid rgb(60, 102, 139);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.sec_policy .policy_item::after {
  position: absolute;
  content: "";
  width: 7.4rem;
  height: 6.1rem;
  background: #fff;
  top: -0.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec_policy .policy_item dt {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 2rem;
}
.sec_policy .policy_item dd {
  letter-spacing: 0.05em;
  line-height: 1.625;
  text-align: justify;
}
.sec_policy .item_ttl {
  position: relative;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 4rem;
  z-index: 2;
}
.sec_policy .item_ttl::before {
  position: absolute;
  content: "";
  background: url("../img/common/icn_trape.svg") no-repeat center center/cover;
  width: 7.9rem;
  height: 7.9rem;
  top: -0.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.sec_policy .item_num {
  position: absolute;
  top: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 6rem;
  line-height: 1;
  color: #cbff5a;
  font-family: "Gugi", sans-serif;
  text-align: center;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .sec_policy {
    padding: 25.641025641vw 0 66.6666666667vw;
  }
  .sec_policy .sec_ttl_box {
    margin-bottom: 6.4102564103vw;
  }
  .sec_policy .sec_ttl_box .en {
    left: 6.4102564103vw;
    top: -1.8em;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .sec_policy .policy_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec_policy .policy_img {
    width: 93.5897435897vw;
    height: 61.5384615385vw;
  }
  .sec_policy .policy_img img {
    min-height: inherit;
  }
  .sec_policy .policy_txt {
    margin-top: 0;
    width: 100%;
  }
  .sec_policy .policy_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -1.5em;
  }
  .sec_policy .policy_item {
    width: 100%;
    padding: 15.3846153846vw 6.4102564103vw 3.8461538462vw;
    margin-top: 0;
  }
  .sec_policy .policy_item::after {
    width: 16.7948717949vw;
    height: 6.2820512821vw;
  }
  .sec_policy .policy_item dt {
    font-size: 4.8717948718vw;
    line-height: 1.5263157895;
    margin-bottom: 0.8em;
  }
  .sec_policy .policy_item dd {
    line-height: 1.6428571429;
  }
  .sec_policy .policy_item + .policy_item {
    margin-top: 12.8205128205vw;
  }
  .sec_policy .item_ttl {
    font-size: 7.1794871795vw;
    margin-bottom: 8.9743589744vw;
  }
  .sec_policy .item_ttl::before {
    width: 18.0769230769vw;
    height: 18.0769230769vw;
  }
  .sec_policy .item_num {
    top: -0.5em;
    font-size: 13.4615384615vw;
  }
}
/* --------------------------------------------------
  company
-------------------------------------------------- */
.sec_company {
  position: relative;
  padding: 14rem 0 10rem;
  z-index: 4;
}
.sec_company::before {
  position: absolute;
  content: "";
  background: rgba(138, 163, 185, 0.4);
  width: calc(50vw + 68rem);
  height: 100%;
  right: 0;
  top: 0;
}
.sec_company .company_ttl {
  font-size: 3.2rem;
  line-height: 1.625;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-left: 3.5rem;
}
.sec_company .company_ttl span {
  position: relative;
}
.sec_company .company_ttl span::before, .sec_company .company_ttl span::after {
  position: absolute;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.7rem;
  height: 4.4rem;
  top: -0.03em;
  background-image: url("../img/common/icn_brackets_blue.svg");
}
.sec_company .company_ttl span::before {
  left: -1.1em;
}
.sec_company .company_ttl span::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  right: -1.1em;
}
.sec_company .company_txt {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-indent: -0.5em;
}
.sec_company .sec_ttl_box {
  margin-bottom: 9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2.2rem;
}
.sec_company .sec_ttl_box .en {
  top: -0.7em;
}
.sec_company .img_box {
  width: 45.2rem;
}
.sec_company .img_box .name {
  font-size: 2.36rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.5rem;
  margin-top: 2rem;
}
.sec_company .img_box .pos {
  font-size: 1.4rem;
}
.sec_company .txt_box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec_company .txt_box .txt p {
  text-indent: 1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
}
.sec_company .txt_box .txt p + p {
  margin-top: 2rem;
}
.sec_company .item_box:not(:last-child) {
  padding-bottom: 7.5rem;
}
.sec_company .item_box.box01 {
  gap: 0 5.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sec_company .item_box + .item_box {
  border-top: 1px solid rgb(60, 102, 139);
  padding-top: 7.5rem;
}
.sec_company .company_list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.4rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sec_company .company_list dl {
  width: 58.8rem;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.sec_company .company_list dt, .sec_company .company_list dd {
  line-height: 1.625;
  font-weight: 500;
  padding: 0.4em 0;
  border-bottom: 1px solid #9db2c5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.sec_company .company_list.list01 dt {
  width: 15rem;
}
.sec_company .company_list.list01 dd {
  width: calc(100% - 15rem);
}
.sec_company .company_list.list02 {
  margin-top: 1rem;
}
.sec_company .company_list.list02 dl {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec_company .company_list.list02 dt {
  width: calc(100% - 5rem);
}
.sec_company .company_list.list02 dd {
  text-align: right;
  width: 5rem;
}
.sec_company .map_box {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.4rem;
  margin-top: 4rem;
}
.sec_company .map_box .gmap {
  position: relative;
  width: 58.8rem;
}
.sec_company .map_box .gmap iframe {
  width: 100%;
  aspect-ratio: 588/408;
  border: 0;
}
.sec_company .map_box .gmap .btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.sec_company .map_box .img {
  width: 58.8rem;
}
.sec_company .deco_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8rem;
  top: -28rem;
  left: -4rem;
}
.sec_company .deco_box img {
  width: 35.4rem;
}
.sec_company .deco_box .deco01 {
  margin-top: 7rem;
}
.sec_company .deco_square {
  width: 5.8rem;
  top: -16.6rem;
  right: 24.5rem;
}

@media screen and (max-width: 767px) {
  .sec_company {
    padding: 17.9487179487vw 0 12.8205128205vw;
  }
  .sec_company::before {
    width: 100%;
    left: 0;
  }
  .sec_company .company_ttl {
    font-size: 7.1794871795vw;
    margin-left: 8.9743589744vw;
    margin-bottom: 8.9743589744vw;
  }
  .sec_company .company_ttl span {
    position: relative;
  }
  .sec_company .company_ttl span::before, .sec_company .company_ttl span::after {
    width: 3.7948717949vw;
    height: 9.8461538462vw;
  }
  .sec_company .company_ttl span::before {
    left: -1.2em;
  }
  .sec_company .company_ttl span::after {
    right: -1.2em;
  }
  .sec_company .company_ttl.ttl02 {
    white-space: nowrap;
    text-indent: 1.2em;
    margin-left: 0;
  }
  .sec_company .company_ttl.ttl02 span::after {
    top: auto;
    bottom: 0;
  }
  .sec_company .company_txt {
    font-size: 4.8717948718vw;
    letter-spacing: 0.06em;
    margin: 8.3333333333vw 0 3.8461538462vw;
    white-space: nowrap;
  }
  .sec_company .sec_ttl_box {
    margin-bottom: 8.9743589744vw;
    display: block;
  }
  .sec_company .sec_ttl_box .en {
    left: 6.4102564103vw;
    top: 0;
    margin-bottom: 0.5em;
  }
  .sec_company .img_box {
    width: 100%;
    margin-top: 11.5384615385vw;
  }
  .sec_company .img_box .name {
    font-size: 5.2948717949vw;
  }
  .sec_company .img_box .pos {
    font-size: 3.1794871795vw;
  }
  .sec_company .txt_box .txt p + p {
    margin-top: 1.6em;
  }
  .sec_company .item_box:not(:last-child) {
    padding-bottom: 11.5384615385vw;
  }
  .sec_company .item_box.box01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec_company .item_box + .item_box {
    padding-top: 12.8205128205vw;
  }
  .sec_company .company_list {
    width: 100%;
    display: block;
  }
  .sec_company .company_list dl {
    width: 100%;
    margin: 0 auto;
    gap: 0;
  }
  .sec_company .company_list dt, .sec_company .company_list dd {
    letter-spacing: -0.01em;
    padding: 0.6em 0 0.35em;
  }
  .sec_company .company_list.list01 dt {
    width: 25.641025641vw;
  }
  .sec_company .company_list.list01 dd {
    width: calc(100% - 25.641025641vw);
  }
  .sec_company .company_list.list02 dl {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sec_company .company_list.list02 dt {
    width: calc(100% - 7.6923076923vw);
  }
  .sec_company .company_list.list02 dd {
    width: 7.6923076923vw;
  }
  .sec_company .map_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10.2564102564vw;
  }
  .sec_company .map_box .gmap {
    width: 100%;
  }
  .sec_company .map_box .gmap iframe {
    aspect-ratio: 68/50;
  }
  .sec_company .map_box .img {
    width: 100%;
    margin-top: 8.9743589744vw;
  }
  .sec_company .deco_box {
    width: 100%;
    gap: 0 8.9743589744vw;
    padding: 0 6.4102564103vw;
    margin: 0 auto;
    top: -71.7948717949vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sec_company .deco_box img {
    width: 38.9743589744vw;
  }
  .sec_company .deco_box .deco01 {
    margin-top: 7.6923076923vw;
  }
  .sec_company .deco_square {
    display: none;
  }
}
/* --------------------------------------------------
  recruit
-------------------------------------------------- */
.sec_recruit {
  position: relative;
  padding: 1rem 0 10rem;
}
.sec_recruit::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgb(203, 255, 90)), color-stop(7%, rgba(203, 255, 91, 0.99)), color-stop(9%, rgba(203, 255, 92, 0.99)), color-stop(19%, rgba(205, 255, 98, 0.95)), color-stop(22%, rgba(206, 255, 100, 0.93)), color-stop(34%, rgba(211, 255, 115, 0.87)), color-stop(43%, rgba(214, 255, 126, 0.79)), color-stop(45%, rgba(215, 255, 129, 0.77)), color-stop(59%, rgba(223, 255, 154, 0.61)), color-stop(61%, rgba(224, 255, 157, 0.59)), color-stop(74%, rgba(233, 255, 185, 0.43)), color-stop(89%, rgba(245, 255, 223, 0.2)), color-stop(92%, rgba(247, 255, 230, 0.15)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(203, 255, 90) 0%, rgba(203, 255, 91, 0.99) 7%, rgba(203, 255, 92, 0.99) 9%, rgba(205, 255, 98, 0.95) 19%, rgba(206, 255, 100, 0.93) 22%, rgba(211, 255, 115, 0.87) 34%, rgba(214, 255, 126, 0.79) 43%, rgba(215, 255, 129, 0.77) 45%, rgba(223, 255, 154, 0.61) 59%, rgba(224, 255, 157, 0.59) 61%, rgba(233, 255, 185, 0.43) 74%, rgba(245, 255, 223, 0.2) 89%, rgba(247, 255, 230, 0.15) 92%, rgba(255, 255, 255, 0) 100%);
  width: 91.2rem;
  height: 52.7rem;
  left: 0;
  top: 0;
}
.sec_recruit .sec_ttl_box {
  margin-bottom: 5rem;
}
.sec_recruit .sec_ttl::before {
  position: absolute;
  content: "";
  background: url("../img/index/img_deco_square02.png") no-repeat center center/contain;
  width: 5.8rem;
  height: 5.8rem;
  left: -3.2rem;
  top: -2.2rem;
}
.sec_recruit .recruit_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8rem;
}
.sec_recruit .recruit_img {
  position: relative;
  width: 75rem;
  margin-right: -12rem;
}
.sec_recruit .recruit_img .en {
  position: relative;
  color: #cbff5a;
  font-size: 9.1rem;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  white-space: nowrap;
  position: absolute;
  right: 8rem;
  top: 15.2rem;
  /*
  &.is-show{
  	&::before{
  		transform: translateX(0);
  		left: .7em;
  	}
  }
  */
}
.sec_recruit .recruit_img .en::before {
  position: absolute;
  content: "";
  background: #cbff5a;
  width: 1.5rem;
  height: 7.6rem;
  border-radius: 0.5rem;
  top: -10rem;
  left: 0.7em;
}
.sec_recruit .recruit_txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 14.5rem;
}
.sec_recruit .recruit_txt p {
  text-align: justify;
}
.sec_recruit .recruit_ttl {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.625;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}
.sec_recruit .recruit_body {
  position: relative;
  padding-top: 7rem;
}
.sec_recruit .recruit_body .merit_ttl {
  position: relative;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.625;
  letter-spacing: 0.1em;
  margin-left: 1.8rem;
}
.sec_recruit .recruit_body .merit_ttl::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgb(203, 255, 90)), color-stop(7%, rgba(203, 255, 91, 0.99)), color-stop(9%, rgba(203, 255, 92, 0.99)), color-stop(19%, rgba(205, 255, 98, 0.95)), color-stop(22%, rgba(206, 255, 100, 0.93)), color-stop(34%, rgba(211, 255, 115, 0.87)), color-stop(43%, rgba(214, 255, 126, 0.79)), color-stop(45%, rgba(215, 255, 129, 0.77)), color-stop(59%, rgba(223, 255, 154, 0.61)), color-stop(61%, rgba(224, 255, 157, 0.59)), color-stop(74%, rgba(233, 255, 185, 0.43)), color-stop(89%, rgba(245, 255, 223, 0.2)), color-stop(92%, rgba(247, 255, 230, 0.15)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(203, 255, 90) 0%, rgba(203, 255, 91, 0.99) 7%, rgba(203, 255, 92, 0.99) 9%, rgba(205, 255, 98, 0.95) 19%, rgba(206, 255, 100, 0.93) 22%, rgba(211, 255, 115, 0.87) 34%, rgba(214, 255, 126, 0.79) 43%, rgba(215, 255, 129, 0.77) 45%, rgba(223, 255, 154, 0.61) 59%, rgba(224, 255, 157, 0.59) 61%, rgba(233, 255, 185, 0.43) 74%, rgba(245, 255, 223, 0.2) 89%, rgba(247, 255, 230, 0.15) 92%, rgba(255, 255, 255, 0) 100%);
  width: 28rem;
  height: 3.2rem;
  left: -1.8rem;
  bottom: -0.4rem;
  z-index: -1;
}
.sec_recruit .recruit_body .merit_list {
  margin-top: -4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem 0;
}
.sec_recruit .recruit_body .merit_list .item {
  position: relative;
  width: 86.5rem;
  padding-left: 15rem;
}
.sec_recruit .recruit_body .merit_list .item::before {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  content: "";
  width: 20.8rem;
  height: 13.7rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.sec_recruit .recruit_body .merit_list .item.item01 {
  margin-left: 33rem;
}
.sec_recruit .recruit_body .merit_list .item.item01::before {
  background-image: url("../img/index/icn_recruit_merit01.svg");
}
.sec_recruit .recruit_body .merit_list .item.item02 {
  margin-left: 16.5rem;
}
.sec_recruit .recruit_body .merit_list .item.item02::before {
  background-image: url("../img/index/icn_recruit_merit02.svg");
}
.sec_recruit .recruit_body .merit_list .item.item03::before {
  background-image: url("../img/index/icn_recruit_merit03.svg");
}
.sec_recruit .recruit_body .merit_list .item dt {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
.sec_recruit .recruit_body .merit_list .item dd {
  line-height: 1.625;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.09em;
  text-align: justify;
}
.sec_recruit .recruit_body .deco_square {
  width: 5.8rem;
  bottom: 3.8rem;
  right: 0;
}
.sec_recruit .recruit_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc((100% - 115.5rem) / 2);
  margin: 8rem auto;
}
.sec_recruit .recruit_contact {
  position: relative;
  width: 90.7rem;
  margin: 0 auto;
  background: -webkit-gradient(linear, right top, left top, from(rgb(255, 255, 255)), color-stop(15%, rgb(242, 255, 213)), color-stop(26%, rgb(233, 255, 186)), color-stop(41%, rgb(223, 255, 154)), color-stop(55%, rgb(215, 255, 129)), color-stop(78%, rgb(206, 255, 100)), to(rgb(203, 255, 90)));
  background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgb(242, 255, 213) 15%, rgb(233, 255, 186) 26%, rgb(223, 255, 154) 41%, rgb(215, 255, 129) 55%, rgb(206, 255, 100) 78%, rgb(203, 255, 90) 100%);
  border: 2px solid rgb(60, 102, 139);
  padding: 3rem 6rem 4.2rem;
  margin-top: 8rem;
}
.sec_recruit .recruit_contact::before {
  position: absolute;
  content: "";
  width: calc(100% - 0.6rem);
  height: calc(100% - 0.7rem);
  border: 2px solid rgb(60, 102, 139);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.sec_recruit .recruit_contact .contact_ttl {
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.8571428571;
  margin-bottom: 0.5rem;
}
.sec_recruit .recruit_contact > p {
  font-weight: 500;
  text-align: center;
}
.sec_recruit .recruit_contact .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.4rem;
}
.sec_recruit .recruit_contact .inner a {
  position: relative;
  height: 6.4rem;
  border-radius: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  -webkit-box-shadow: 0 0 0.7rem 0.2rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.7rem 0.2rem rgba(0, 0, 0, 0.15);
  color: rgb(60, 102, 139);
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
@media screen and (max-width: 767px) {
  .sec_recruit .recruit_contact .inner a {
    -webkit-box-shadow: 0 0 0.4rem 0.2rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 0.4rem 0.2rem rgba(0, 0, 0, 0.15);
  }
}
.sec_recruit .recruit_contact .inner a p, .sec_recruit .recruit_contact .inner a span {
  position: relative;
  padding-top: 0.1em;
}
.sec_recruit .recruit_contact .inner a p::before, .sec_recruit .recruit_contact .inner a span::before {
  position: absolute;
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  left: -4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
  will-change: transform;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .sec_recruit .recruit_contact .inner a:hover {
    background: rgb(60, 102, 139);
  }
  .sec_recruit .recruit_contact .inner a:hover span {
    color: #fff;
  }
}
.sec_recruit .recruit_contact .tel_wrap a {
  width: 48rem;
  gap: 0 1rem;
  padding-left: 5.5rem;
}
.sec_recruit .recruit_contact .tel_wrap a .tel {
  font-size: 3.3rem;
  letter-spacing: 0.01em;
  line-height: 1;
  font-family: "Gugi", sans-serif;
}
.sec_recruit .recruit_contact .tel_wrap a .tel::before {
  background-image: url("../img/common/icn_tel_white.svg");
}
.sec_recruit .recruit_contact .tel_wrap a .hours {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
  text-indent: 0.5em;
}
.sec_recruit .recruit_contact .tel_wrap a .hours .sm {
  font-size: 1.1rem;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .sec_recruit .recruit_contact .tel_wrap a:hover .tel::before {
    background-image: url("../img/common/icn_tel_blue.svg");
  }
}
.sec_recruit .recruit_contact .mail a {
  width: 28rem;
  padding-left: 4.5rem;
}
.sec_recruit .recruit_contact .mail a span {
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  line-height: 1;
  font-weight: 600;
}
.sec_recruit .recruit_contact .mail a span::before {
  background-image: url("../img/common/icn_mail_white.svg");
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .sec_recruit .recruit_contact .mail a:hover span::before {
    background-image: url("../img/common/icn_mail_blue.svg");
  }
}

@media screen and (max-width: 767px) {
  .sec_recruit {
    padding: 19.2307692308vw 0 19.2307692308vw;
  }
  .sec_recruit::before {
    width: 100%;
    height: 112.5641025641vw;
  }
  .sec_recruit .sec_ttl_box {
    margin-bottom: 7.6923076923vw;
  }
  .sec_recruit .sec_ttl::before {
    width: 7.4358974359vw;
    height: 7.4358974359vw;
    left: -2.0512820513vw;
    top: -3.0769230769vw;
  }
  .sec_recruit .recruit_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .sec_recruit .recruit_img {
    width: calc(100% + 6.4102564103vw);
    margin-right: 0;
    margin-left: auto;
    margin-top: 6.4102564103vw;
  }
  .sec_recruit .recruit_img .en {
    font-size: 11.6666666667vw;
    right: 2.5641025641vw;
    top: 19.2307692308vw;
  }
  .sec_recruit .recruit_img .en::before {
    width: 1.9230769231vw;
    height: 9.6153846154vw;
    top: -12.1794871795vw;
  }
  .sec_recruit .recruit_txt {
    padding-top: 0;
  }
  .sec_recruit .recruit_ttl {
    font-size: 6.4102564103vw;
    line-height: 1.5;
    margin-bottom: 2.5641025641vw;
  }
  .sec_recruit .recruit_body {
    padding-top: 8.9743589744vw;
  }
  .sec_recruit .recruit_body .merit_ttl {
    font-size: 7.1794871795vw;
    margin-left: 4.6153846154vw;
    margin-bottom: 19.8717948718vw;
  }
  .sec_recruit .recruit_body .merit_ttl::before {
    width: 62.8205128205vw;
    height: 7.1794871795vw;
    left: -4.6153846154vw;
    bottom: -0.5128205128vw;
  }
  .sec_recruit .recruit_body .merit_list {
    margin-top: -4rem;
    gap: 11.5384615385vw 0;
  }
  .sec_recruit .recruit_body .merit_list .item {
    width: 100%;
    padding-left: 0;
    margin: 0 auto !important;
  }
  .sec_recruit .recruit_body .merit_list .item::before {
    width: 32.0512820513vw;
    height: 21.0256410256vw;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .sec_recruit .recruit_body .merit_list .item dt {
    font-size: 4.8717948718vw;
    line-height: 1.5263157895;
    margin-bottom: 8.9743589744vw;
    padding-left: 20.5128205128vw;
    padding-top: 2.5641025641vw;
  }
  .sec_recruit .recruit_body .merit_list .item dd {
    line-height: 1.6428571429;
    text-align: justify;
  }
  .sec_recruit .recruit_body .deco_square {
    display: none;
  }
  .sec_recruit .recruit_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3846153846vw;
    margin: 12.8205128205vw auto;
  }
  .sec_recruit .recruit_contact {
    width: 100%;
    padding: 7.6923076923vw 8.9743589744vw 11.0256410256vw;
    margin-top: 0;
  }
  .sec_recruit .recruit_contact .contact_ttl {
    font-size: 5.8974358974vw;
    line-height: 1.3043478261;
    margin-bottom: 4.4871794872vw;
  }
  .sec_recruit .recruit_contact > p {
    line-height: 1.6428571429;
    letter-spacing: 0.03em;
    text-align: left;
  }
  .sec_recruit .recruit_contact .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4.4871794872vw;
  }
  .sec_recruit .recruit_contact .inner a {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec_recruit .recruit_contact .inner a p::before, .sec_recruit .recruit_contact .inner a span::before {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
    left: -8.3333333333vw;
  }
  .sec_recruit .recruit_contact .tel_wrap {
    width: 100%;
  }
  .sec_recruit .recruit_contact .tel_wrap a {
    width: 100%;
    height: 19.2307692308vw;
    gap: 0 1rem;
    padding-left: 7.6923076923vw;
  }
  .sec_recruit .recruit_contact .tel_wrap a .tel {
    font-size: 7.4038461538vw;
  }
  .sec_recruit .recruit_contact .tel_wrap a .hours {
    font-size: 3.0769230769vw;
    line-height: 1.1666666667;
  }
  .sec_recruit .recruit_contact .tel_wrap a .hours .sm {
    font-size: 3.0769230769vw;
  }
  .sec_recruit .recruit_contact .mail {
    width: 100%;
    margin-top: 6.4102564103vw;
  }
  .sec_recruit .recruit_contact .mail a {
    width: 100%;
    height: 14.1025641026vw;
    padding-left: 7.6923076923vw;
  }
  .sec_recruit .recruit_contact .mail a span {
    font-size: 4.0384615385vw;
    letter-spacing: 0.04em;
  }
}
/* --------------------------------------------------
  topics
-------------------------------------------------- */
.sec_topics {
  position: relative;
  padding: 9.5rem 0 8rem;
  z-index: 2;
}
.sec_topics::before {
  position: absolute;
  content: "";
  background: rgba(138, 163, 185, 0.4);
  width: calc(50vw + 68rem);
  height: 100%;
  left: 0;
  top: 0;
}
.sec_topics .sec_ttl_box {
  margin: 0 auto 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec_topics .sec_ttl_box .en {
  text-align: left;
  display: inline-block;
  padding-left: 4rem;
  margin-bottom: 0.5em;
}
.sec_topics .sec_ttl_box .en::before {
  left: 1.2rem;
}
.sec_topics .sec_ttl_block {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sec_topics .sec_ttl {
  display: inline-block;
  margin-top: -0.5rem;
}
.sec_topics .btn {
  margin: 3rem auto 0;
}
@media screen and (max-width: 767px) {
  .sec_topics {
    padding: 17.9487179487vw 0 19.2307692308vw;
  }
  .sec_topics::before {
    width: 100%;
  }
  .sec_topics .sec_ttl_box {
    margin-bottom: 8.9743589744vw;
  }
  .sec_topics .sec_ttl_box .en {
    padding-left: 6.4102564103vw;
  }
  .sec_topics .sec_ttl_box .en::before {
    left: 1.9230769231vw;
  }
  .sec_topics .sec_ttl {
    margin-top: 0;
  }
  .sec_topics .btn {
    margin-top: 12.8205128205vw;
  }
}
.sec_topics .list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 calc((100% - 112.8rem) / 3);
}
.sec_topics .list_item {
  width: 28.2rem;
}
.sec_topics .list_link {
  display: block;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .sec_topics .list_link {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .sec_topics .list_link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .sec_topics .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.2564102564vw 0;
  }
  .sec_topics .list_item {
    width: 100%;
  }
}
.sec_topics .list_img {
  position: relative;
  width: 100%;
  aspect-ratio: 282/188;
  overflow: hidden;
}
.sec_topics .list_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.sec_topics .list_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .sec_topics .list_box {
    margin-top: 5.1282051282vw;
  }
}
.sec_topics .list_date {
  font-size: 1.4rem;
  letter-spacing: 0.11em;
  font-family: "Gugi", sans-serif;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec_topics .list_date {
    font-size: 3.3333333333vw;
  }
}
.sec_topics .list_ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  overflow: hidden;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4666666667;
  letter-spacing: 0.1em;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .sec_topics .list_ttl {
    font-size: 3.5897435897vw;
    margin-top: 1.2820512821vw;
    margin-bottom: 0;
    line-height: 1.6428571429;
  }
}
.sec_topics .list_category {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 2.3076923077;
  text-indent: -0.5em;
}
@media screen and (max-width: 767px) {
  .sec_topics .list_category {
    font-size: 3.0769230769vw;
    letter-spacing: normal;
  }
}

/* common slide box */
.slide_box .img {
  width: 100%;
  height: 100%;
  position: relative;
}
.slide_box .img::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #b1c2d1;
  z-index: 1;
}
.slide_box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.4s, -webkit-transform 0.5s ease;
  transition: opacity 0.3s ease 0.4s, -webkit-transform 0.5s ease;
  transition: opacity 0.3s ease 0.4s, transform 0.5s ease;
  transition: opacity 0.3s ease 0.4s, transform 0.5s ease, -webkit-transform 0.5s ease;
  will-change: transform;
}
.slide_box.is-show .img::before {
  -webkit-animation: passing-img 1s ease 0s 1 normal forwards;
          animation: passing-img 1s ease 0s 1 normal forwards;
}
.slide_box.is-show .img img {
  opacity: 1;
}
.slide_box.-right .img::before {
  right: 0;
  left: auto;
}
.slide_box.-right.is-show .img::before {
  -webkit-animation: passing-img2 1s ease 0s 1 normal forwards;
          animation: passing-img2 1s ease 0s 1 normal forwards;
}

@-webkit-keyframes passing-img {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@keyframes passing-img {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes passing-img2 {
  0% {
    right: 0;
    width: 0;
  }
  50% {
    right: 0;
    width: 100%;
  }
  51% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 100%;
    width: 0;
  }
}
@keyframes passing-img2 {
  0% {
    right: 0;
    width: 0;
  }
  50% {
    right: 0;
    width: 100%;
  }
  51% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 100%;
    width: 0;
  }
}
/*# sourceMappingURL=index.css.map */