@charset "UTF-8";
/*************************************************
common-style
*************************************************/
* {
  box-sizing: border-box;
}

.ie_ObjectFit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

html {
  font-size: 62.5%;
}

body {
  scroll-behavior: smooth;
  font-family: YakuHanJP, "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333;
  font-weight: 400;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

/*************************************************
common-style
*************************************************/
* {
  box-sizing: border-box;
}

.ie_ObjectFit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

html {
  font-size: 62.5%;
}

body {
  scroll-behavior: smooth;
  font-family: YakuHanJP, "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333;
  font-weight: 400;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

/*ーーーーーーーーーーーCommonーーーーーーーーーーー*/
.title_wrap {
  text-align: center;
}
.title_wrap .sub_title {
  font-size: 14rem;
  font-family: "Josefin Sans", sans-serif;
  color: #e5ecf4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}
@media screen and (max-width: 599px) {
  .title_wrap .sub_title {
    font-size: 8rem;
  }
}
@media screen and (max-width: 599px) {
  .title_wrap .sp_sub_title {
    font-size: 6rem;
  }
}
.title_wrap .title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 3.8rem;
  margin-top: -10rem;
}
@media screen and (max-width: 599px) {
  .title_wrap .title {
    font-size: 2.8rem;
    margin-top: -7rem;
  }
}
.title_wrap .title .title_navy {
  font-size: 2.4rem;
  color: #004171;
}
@media screen and (max-width: 599px) {
  .title_wrap .title .title_navy {
    font-size: 1.8rem;
  }
}
.title_wrap .scroll_title {
  font-size: 14rem;
  font-family: "Josefin Sans", sans-serif;
  color: #e5ecf4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  align-items: center;
  display: flex;
  width: 100%;
  position: relative;
  z-index: -10;
}
@media screen and (max-width: 599px) {
  .title_wrap .scroll_title {
    font-size: 8rem;
  }
}
.title_wrap .scroll_title ul {
  animation: flowing 140s linear infinite;
  transform: translateX(100%);
  margin: 0;
  padding: 0;
}
.title_wrap .scroll_title li {
  display: inline-block;
  padding-right: 10px;
}
@keyframes flowing {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

p {
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  p {
    font-size: 1.4rem;
  }
}

h3 {
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  h3 {
    font-size: 2rem;
  }
}

.content_wrap {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .content_wrap {
    width: 100%;
    padding: 0 3rem;
  }
}

.under-line {
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 1.5rem; /* 線の太さ */
  text-decoration-color: rgba(253, 229, 119, 0.7); /* 線の色 */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
@media screen and (max-width: 599px) {
  .under-line {
    text-decoration-thickness: 1.2rem;
  }
}

a.btn {
  display: inline-block;
  align-items: center;
  text-align: center;
  text-decoration: none;
  width: 24.8901903367vw;
  margin: 2.196193265vw auto 0vw 0vw;
  padding: 1.3909224012vw 1.0980966325vw 1.3909224012vw 1.8301610542vw;
  font-weight: bold;
  font-size: 1.317715959vw;
  border-radius: 2.9282576867vw;
  background-color: #f38423;
  box-shadow: 0 5px 0 #c76611;
  color: #fff;
  transition: all 0.2s;
}
@media screen and (max-width: 599px) {
  a.btn {
    width: 74.358974359vw;
    font-size: 4.1025641026vw;
    padding: 4.1025641026vw 2.5641025641vw 4.1025641026vw 5.1282051282vw;
    border-radius: 10.2564102564vw;
    display: inline-block;
    text-align: center;
  }
}
a.btn .arrow {
  width: 1.9033674963vw;
  margin-left: 1.4641288433vw;
}
@media screen and (max-width: 599px) {
  a.btn .arrow {
    width: 4.6153846154vw;
    margin-left: 3.8461538462vw;
    vertical-align: middle;
  }
}

a.btn:hover {
  transform: translateY(5px);
  box-shadow: none;
  color: #fff;
}

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

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

/* fadeUp */
.fadeUpTrigger {
  transform: translate3d(0, 50px, 0);
  transition: 1s;
  opacity: 0;
}

.fadeUpTrigger.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/*ーーーーーーーーーーーFVーーーーーーーーーーー*/
.fv {
  width: 100%;
  height: 56.6617862372vw;
  background-image: url("../images/fv_bg_wide.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1366px) {
  .fv {
    background-image: url("../images/fv_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 599px) {
  .fv {
    height: 196.9230769231vw;
    background-image: url("../images/bg_sp.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.fv .fv_bg_plus {
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .fv .fv_bg_plus {
    display: none;
  }
}
.fv .fv_bg_plus .cross_1 {
  opacity: 0.3;
  position: absolute;
  top: -5%;
}
.fv .fv_bg_plus .cross_2 {
  opacity: 0.3;
  position: absolute;
  top: 5%;
  right: 30%;
}
.fv .fv_bg_plus .cross_3 {
  opacity: 0.3;
  position: absolute;
  top: 3%;
  right: 15%;
}
.fv .fv_bg_plus .cross_4 {
  opacity: 0.3;
  position: absolute;
  top: 13%;
  right: -2%;
}
.fv .fv_bg_plus .cross_5 {
  opacity: 0.3;
  position: absolute;
  top: 15%;
  right: 50%;
}
.fv .fv_bg_plus .cross_6 {
  opacity: 0.3;
  position: absolute;
  top: 10%;
  left: 38%;
}
.fv .fv_bg_plus .cross_7 {
  opacity: 0.3;
  position: absolute;
  top: 30%;
  left: 40%;
}
.fv .fv_bg_plus .cross_8 {
  opacity: 0.3;
  position: absolute;
  top: 40%;
  right: 45%;
}
.fv .fv_bg_plus .cross_9 {
  opacity: 0.3;
  position: absolute;
  top: 30%;
  right: 30%;
}
.fv .fv_bg_plus .cross_10 {
  opacity: 0.3;
  position: absolute;
  top: 25%;
  right: 10%;
}
.fv .fv_bg_plus .cross_11 {
  opacity: 0.3;
  position: absolute;
  bottom: 30%;
  right: 5%;
}
.fv .fv_bg_plus .cross_12 {
  position: absolute;
  bottom: 30%;
  left: -2%;
}
.fv .fv_bg_plus .cross_13 {
  position: absolute;
  bottom: 10%;
  left: 20%;
}
.fv .fv_bg_plus .cross_14 {
  opacity: 0.3;
  position: absolute;
  bottom: 12%;
  left: 30%;
}
.fv .fv_bg_plus .fadein_1 {
  animation: floating-y 6s ease-in-out infinite alternate-reverse;
}
@keyframes floating-Z {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translateY(-100px) rotate(-15deg);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.fv .fv_bg_plus .fadein_2 {
  animation: floating-z 8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(15%, 15%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.fv .fv_bg_plus .fadein_3 {
  animation: floating-x 10s ease-in-out infinite alternate-reverse;
}
@keyframes floating-x {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-15px, -15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.fv .fv_bg_plus .fadein_4 {
  animation: floating-y 6s ease-in-out infinite alternate;
}
@keyframes floating-x {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-15%, -15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.fv .fv_bg_plus .fadein_5 {
  animation: floating-y 7s ease-in-out infinite alternate-reverse;
}
@keyframes floating-x {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.fv .fv_bg_plus .fadein_6 {
  animation: floating-y 7s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.fv .fv_bg_plus .fadein_7 {
  animation: floating-y 10s ease-in-out infinite alternate-reverse;
}
@keyframes floating-z {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(15px, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.fv .fv_bg_plus .fadein_8 {
  animation: floating-y 10s ease-in-out infinite alternate-reverse;
}
@keyframes floating-X {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.fv .fv_bg_plus .fadein_9 {
  animation: floating-y 6s ease-in-out infinite alternate-reverse;
}
@keyframes floating-X {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.fv .fv_bg_plus .fadein_10 {
  animation: floating-x 8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.fv .fv_bg_plus_sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .fv .fv_bg_plus_sp {
    display: block;
    margin: 0 auto;
  }
  .fv .fv_bg_plus_sp .cross_15 {
    opacity: 0.8;
    position: absolute;
    top: 15%;
    right: 3%;
  }
  .fv .fv_bg_plus_sp .cross_16 {
    opacity: 0.8;
    position: absolute;
    top: 0%;
    right: 20%;
  }
  .fv .fv_bg_plus_sp .cross_17 {
    opacity: 0.8;
    position: absolute;
    top: 5%;
    right: 40%;
  }
  .fv .fv_bg_plus_sp .cross_18 {
    opacity: 0.8;
    position: absolute;
    top: 10%;
    right: 25%;
  }
  .fv .fv_bg_plus_sp .cross_19 {
    opacity: 0.8;
    position: absolute;
    top: 5%;
    right: 3%;
  }
  .fv .fv_bg_plus_sp .fadein_11 {
    animation: floating-x 8s ease-in-out infinite alternate-reverse;
  }
  @keyframes floating-y {
    0% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(-6px, -6px);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  .fv .fv_bg_plus_sp .fadein_12 {
    animation: floating-y 10s ease-in-out infinite alternate-reverse;
  }
  @keyframes floating-x {
    0% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(10px, 10px);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  .fv .fv_bg_plus_sp .fadein_13 {
    animation: floating-y 8s ease-in-out infinite alternate-reverse;
  }
  @keyframes floating-x {
    0% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(6px, 6px);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  .fv .fv_bg_plus_sp .fadein_14 {
    animation: floating-x 6s ease-in-out infinite alternate-reverse;
  }
  @keyframes floating-y {
    0% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(-6px, -6px);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  .fv .fv_bg_plus_sp .fadein_15 {
    animation: floating-x 11s ease-in-out infinite alternate-reverse;
  }
  @keyframes floating-y {
    0% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(10px, 10px);
    }
    100% {
      transform: translate(0, 0);
    }
  }
}
.fv .fv_wrap {
  max-width: 87.8477306003vw;
  display: flex;
  margin: 0 auto;
  padding-top: 9.5168374817vw;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  align-items: flex-end;
  /* 下から */
}
@media screen and (max-width: 599px) {
  .fv .fv_wrap {
    flex-direction: column;
    padding: 0 2rem;
    align-items: center;
  }
}
.fv .fv_wrap .fv_left {
  max-width: 50.5124450952vw;
}
@media screen and (max-width: 599px) {
  .fv .fv_wrap .fv_left {
    margin-top: 17.9487179487vw;
    max-width: 88.4615384615vw;
  }
}
.fv .fv_wrap .fv_left .fv_left_text {
  display: flex;
  align-items: end;
  width: 50.1464128843vw;
}
@media screen and (max-width: 599px) {
  .fv .fv_wrap .fv_left .fv_left_text {
    display: block;
    width: 88.4615384615vw;
  }
}
.fv .fv_wrap .fv_left .catchcopy {
  font-size: 2.9282576867vw;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
}
.fv .fv_wrap .fv_left .catchcopy img {
  vertical-align: initial;
  width: 26.7935578331vw;
  margin-left: -1.0980966325vw;
}
@media screen and (max-width: 599px) {
  .fv .fv_wrap .fv_left .catchcopy img {
    width: 54.8717948718vw;
    height: auto;
    margin-left: -8px;
  }
}
@media screen and (max-width: 599px) {
  .fv .fv_wrap .fv_left .catchcopy {
    font-size: 6.1538461538vw;
  }
}
.fv .fv_wrap .fv_left .catchcopy .big {
  font-size: 3.513909224vw;
}
@media screen and (max-width: 599px) {
  .fv .fv_wrap .fv_left .catchcopy .big {
    font-size: 8.2051282051vw;
  }
}
.fv .fv_wrap .fv_left .catchcopy .orange {
  color: #f38423;
}
.fv .fv_wrap .fv_left .fadeleft {
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
  transform: translateX(-200px);
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fv .fv_wrap .fv_left .logo_wrap {
  justify-content: center;
}
.fv .fv_wrap .fv_left .cathcopy_wrap p {
  color: #fff;
  padding-top: 1.4641288433vw;
  font-weight: 700;
  font-size: 1.1713030747vw;
  letter-spacing: 0.05em;
}
.fv .fv_wrap .fv_left .cathcopy_wrap p .big02 {
  font-size: 1.756954612vw;
}
@media screen and (max-width: 599px) {
  .fv .fv_wrap .fv_left .cathcopy_wrap p {
    font-size: 3.5897435897vw;
    line-height: 1.7;
  }
  .fv .fv_wrap .fv_left .cathcopy_wrap p .big02 {
    font-size: 4.6153846154vw;
  }
}
.fv .fv_wrap .fv_left .cathcopy_wrap p .annotation {
  font-size: 0.878477306vw;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .fv .fv_wrap .fv_left .cathcopy_wrap p .annotation {
    font-size: 1rem;
  }
}
.fv .fv_wrap .fv_left .fadeleft_2 {
  animation-name: fadeLeftAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
  transform: translateX(-200px);
}
.fv .fv_wrap .fv_left .fadeleft_2 br.sp {
  display: none;
}
@media (max-width: 1025px) {
  .fv .fv_wrap .fv_left .fadeleft_2 br.sp {
    display: block;
  }
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fv .fv_wrap .fv_left .reach_wrap {
  text-align: right;
  width: 11.7130307467vw;
}
@media screen and (max-width: 599px) {
  .fv .fv_wrap .fv_left .reach_wrap {
    text-align: right;
    margin: -3rem 10rem 0 auto;
  }
}
.fv .fv_wrap .fv_left .reach_wrap .reach {
  width: 11.7130307467vw;
  height: 11.7130307467vw;
}
@media screen and (max-width: 599px) {
  .fv .fv_wrap .fv_left .reach_wrap .reach {
    width: 30.2564102564vw;
    height: 30.2564102564vw;
  }
}
.fv .fv_wrap .fv_left .fv_img_sp {
  display: none;
}
.fv .fv_wrap .fv_left .fv_btn {
  text-align: left;
}
.fv .fv_wrap .fv_left .fadeleft_3 {
  animation-name: fadeLeftAnime;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
  opacity: 0;
  transform: translateX(-200px);
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fv .fv_wrap .fv_left .annotation_txt {
  color: #fff;
  font-size: 0.878477306vw;
  margin-top: 4.39238653vw;
}
@media screen and (max-width: 599px) {
  .fv .fv_wrap .fv_left .annotation_txt {
    display: none;
  }
}
.fv .fv_wrap .fv_img {
  width: 39.8243045388vw;
}
.fv .fv_wrap .fv_img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 599px) {
  .fv .fv_wrap .fv_img {
    width: 80.7692307692vw;
    margin-top: -12.8205128205vw;
  }
}
.fv .fv_wrap .fadeup {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

.fv_sp_btn {
  display: none;
}
@media screen and (max-width: 599px) {
  .fv_sp_btn {
    display: block;
    text-align: center;
  }
}

.fix_btn_wrap {
  position: fixed;
  z-index: 5;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #c76611;
  border-radius: 20px 0 0 20px;
  display: flex;
  right: 0;
  top: 15rem;
  width: 5.3rem;
  height: 20.6rem;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .fix_btn_wrap {
    display: none;
  }
}
.fix_btn_wrap a.fix_btn {
  margin: 0.3rem 0 0 0.3rem;
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  font-weight: 700;
  width: 5rem;
  height: 20rem;
  padding: 1rem 1rem 2.5rem 1rem;
  background-color: #f38423;
  border-radius: 20px 0 0 20px;
  color: #fff;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  transition: all 0.2s;
}
.fix_btn_wrap a.fix_btn img {
  padding-bottom: 0.8rem;
}
.fix_btn_wrap a.fix_btn:hover {
  opacity: 0.7;
}

.annotation_txt_sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .annotation_txt_sp {
    display: block;
    color: #fff;
    font-size: 2.5641025641vw;
    padding: 0 2rem;
    margin-top: 5.1282051282vw;
  }
}

/*ーーーーーーーーーーーIndeed PLUSとは？ーーーーーーーーーーー*/
.about {
  padding: 7rem 0 0 0;
  text-align: center;
}
.about p {
  padding-top: 5rem;
}
@media screen and (max-width: 599px) {
  .about p {
    padding-top: 3rem;
    text-align: left;
  }
}
.about .slide {
  margin-top: 7rem;
  width: 100%;
  height: auto;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 599px) {
  .about .slide {
    margin-top: 3rem;
  }
}
.about .slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/*ーーーーーーーーーーーIndeed PLUSって何がいいの？ーーーーーーーーーーー*/
.good-about {
  padding: 12rem 0 0 0;
}
@media screen and (max-width: 599px) {
  .good-about {
    padding: 6rem 0 0 0;
  }
}
.good-about .good-about_content_wrap:nth-child(2n) {
  flex-direction: row-reverse;
}
.good-about .good-about_content_wrap:nth-child(2n) .good-about_content_text_wrap {
  margin-right: 0;
  margin-left: 10rem;
}
@media screen and (max-width: 599px) {
  .good-about .good-about_content_wrap:nth-child(2n) .good-about_content_text_wrap {
    margin-left: initial;
  }
}
.good-about .good-about_content_wrap01 {
  padding-top: 12rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .good-about .good-about_content_wrap01 {
    display: block;
    padding-top: 6rem;
  }
}
.good-about .good-about_content_wrap01 .good-about_content_text_wrap01 .good-about_content_title_wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.good-about .good-about_content_wrap01 .good-about_content_text_wrap01 .good-about_content_title_wrap h3 {
  text-align: left;
  z-index: 2;
}
.good-about .good-about_content_wrap01 .good-about_content_text_wrap01 .good-about_content_title_wrap .good_about_content_number {
  font-size: 12rem;
  font-family: "Josefin Sans", sans-serif;
  color: #e5ecf4;
  justify-content: right;
  position: absolute;
  top: -10rem;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .good-about .good-about_content_wrap01 .good-about_content_text_wrap01 .good-about_content_title_wrap .good_about_content_number {
    font-size: 8rem;
    top: -5rem;
    right: 0;
  }
}
.good-about .good-about_content_wrap01 .good-about_content_text_wrap01 .good_about_content_text {
  padding-top: 3rem;
  align-items: left;
  text-align: left;
  text-align: justify;
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .good-about .good-about_content_wrap01 .good-about_content_text_wrap01 .good_about_content_text {
    font-size: 1.4rem;
  }
}
.good-about .good-about_content_wrap01 .good-about_content_text_wrap01 .good_about_content_text .navy {
  color: #004171;
  font-weight: 700;
}
.good-about .good-about_content_wrap01 .good-about_content_text_wrap01 .good_about_content_text .annotation02 {
  font-size: 1.2rem;
}
@media screen and (max-width: 599px) {
  .good-about .good-about_content_wrap01 .good-about_content_text_wrap01 .good_about_content_text .annotation02 {
    font-size: 1rem;
  }
}
.good-about .good-about_content_wrap01 .good-about_content_text_wrap01 .annotation_txt_about {
  padding-top: 20px;
  font-size: 1.2rem;
}
@media screen and (max-width: 599px) {
  .good-about .good-about_content_wrap01 .good-about_content_text_wrap01 .annotation_txt_about {
    padding-top: 10px;
    font-size: 1rem;
  }
}
.good-about .good-about_content_wrap01 .good-about_content_text_wrap01 .slide02 {
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
  margin-top: 5rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 599px) {
  .good-about .good-about_content_wrap01 .good-about_content_text_wrap01 .slide02 {
    margin-top: 3rem;
  }
}
.good-about .good-about_content_wrap01 .good-about_content_text_wrap01 .slide02 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.good-about .good-about_content_wrap {
  padding-top: 12rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .good-about .good-about_content_wrap {
    display: block;
    padding-top: 6rem;
  }
}
.good-about .good-about_content_wrap .good-about_content_text_wrap {
  margin-right: 10rem;
  width: 50vw;
}
@media screen and (max-width: 599px) {
  .good-about .good-about_content_wrap .good-about_content_text_wrap {
    margin-right: initial;
    width: 100%;
  }
}
.good-about .good-about_content_wrap .good-about_content_text_wrap .good-about_content_title_wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.good-about .good-about_content_wrap .good-about_content_text_wrap .good-about_content_title_wrap h3 {
  text-align: left;
  z-index: 2;
}
.good-about .good-about_content_wrap .good-about_content_text_wrap .good-about_content_title_wrap .good_about_content_number {
  font-size: 12rem;
  font-family: "Josefin Sans", sans-serif;
  color: #e5ecf4;
  justify-content: right;
  position: absolute;
  top: -10rem;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .good-about .good-about_content_wrap .good-about_content_text_wrap .good-about_content_title_wrap .good_about_content_number {
    font-size: 8rem;
    top: -5rem;
    right: 0;
  }
}
.good-about .good-about_content_wrap .good-about_content_text_wrap .good_about_content_text {
  padding-top: 3rem;
  align-items: left;
  text-align: left;
  text-align: justify;
}
.good-about .good-about_content_wrap .good-about_content_text_wrap .good_about_content_text .navy {
  color: #004171;
  font-weight: 700;
}
.good-about .good-about_content_wrap .good_about_content_img {
  width: 28.8433382138vw;
  height: auto;
}
@media screen and (max-width: 599px) {
  .good-about .good-about_content_wrap .good_about_content_img {
    width: 80%;
    height: auto;
    margin: 3rem auto 0 auto;
  }
}
.good-about .good-about_content_wrap .good_about_content_img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 599px) {
  .good-about .good-about_content_wrap .good_about_content_img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

/*ーーーーーーーーーーーCTAーーーーーーーーーーー*/
.cta {
  margin-top: 12rem;
  width: 100%;
  height: auto;
  padding-bottom: 60px;
  background-image: url("../images/cta-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .cta {
    background-image: url("../images/cta_bg_sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-top: 15.3846153846vw;
  }
}
.cta .content_wrap .cta_wrap {
  padding-top: 15rem;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .cta .content_wrap .cta_wrap {
    padding-top: 8.5rem;
    display: block;
  }
}
.cta .content_wrap .cta_wrap .cta_text_wrap {
  width: 45.0219619327vw;
  color: #fff;
  text-align: left;
  padding-right: 4.0263543192vw;
}
@media screen and (max-width: 1024px) {
  .cta .content_wrap .cta_wrap .cta_text_wrap {
    width: 84.6153846154vw;
    padding-right: initial;
  }
}
@media screen and (max-width: 599px) {
  .cta .content_wrap .cta_wrap .cta_text_wrap {
    padding: initial;
    text-align: center;
  }
}
.cta .content_wrap .cta_wrap .cta_text_wrap .cta_title {
  font-size: 2.7818448023vw;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .cta .content_wrap .cta_wrap .cta_text_wrap .cta_title {
    font-size: 2.8rem;
  }
}
.cta .content_wrap .cta_wrap .cta_text_wrap .cta_text {
  padding-top: 5rem;
  font-size: 1.317715959vw;
}
@media screen and (max-width: 599px) {
  .cta .content_wrap .cta_wrap .cta_text_wrap .cta_text {
    font-size: 1.4rem;
    padding-top: 4rem;
    text-align: left;
  }
}
.cta .content_wrap .cta_wrap .cta_text_wrap .cta_img_wrap_sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .cta .content_wrap .cta_wrap .cta_text_wrap .cta_img_wrap_sp {
    display: block;
    display: flex;
    align-items: flex-end;
    padding-top: 3rem;
  }
  .cta .content_wrap .cta_wrap .cta_text_wrap .cta_img_wrap_sp .cta_img {
    width: 50.2564102564vw;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .cta .content_wrap .cta_wrap .cta_text_wrap .cta_img_wrap_sp .pertner_logo_wrap {
    margin: 0 auto 0 -20px;
  }
  .cta .content_wrap .cta_wrap .cta_text_wrap .cta_img_wrap_sp .pertner_logo_wrap .pertner_logo {
    width: 33.0769230769vw;
    height: auto;
  }
  .cta .content_wrap .cta_wrap .cta_text_wrap .cta_img_wrap_sp .pertner_logo_wrap .pertner_text {
    font-size: 0.9rem;
    white-space: nowrap;
    padding-top: 0.9rem;
  }
}
.cta .content_wrap .cta_wrap .cta_text_wrap .btn_wrap {
  text-align: center;
}
.cta .content_wrap .cta_wrap .cta_text_wrap .btn_wrap .cta_btn {
  margin: 3rem auto 0 auto;
}
.cta .content_wrap .cta_wrap .cta_img_wrap {
  display: flex;
  align-items: flex-end;
  width: 30.0878477306vw;
}
@media screen and (max-width: 1024px) {
  .cta .content_wrap .cta_wrap .cta_img_wrap {
    margin-right: 3rem;
  }
}
@media screen and (max-width: 599px) {
  .cta .content_wrap .cta_wrap .cta_img_wrap {
    display: none;
  }
}
.cta .content_wrap .cta_wrap .cta_img_wrap .guid {
  width: 80%;
}
.cta .content_wrap .cta_wrap .cta_img_wrap .pertner_logo_wrap {
  width: 171px;
  height: auto;
}
.cta .content_wrap .cta_wrap .cta_img_wrap .pertner_logo_wrap .pertner_logo {
  width: 171px;
  height: 171px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cta .content_wrap .cta_wrap .cta_img_wrap .pertner_logo_wrap .pertner_text {
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  padding-top: 1.0980966325vw;
}

/*ーーーーーーーーーーーSTRENGTHーーーーーーーーーーー*/
.strength {
  padding: 12rem 0;
  background-color: #eff5fd;
}
@media screen and (max-width: 599px) {
  .strength {
    padding: 6rem 0;
  }
}
.strength .title_wrap .title {
  line-height: 1.2;
}
.strength .strength_content_wrap {
  padding-top: 7rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px;
  grid-template-rows: 490px 490px;
}
@media screen and (max-width: 599px) {
  .strength .strength_content_wrap {
    padding-top: 4rem;
    display: block;
  }
}
.strength .strength_content_wrap .strength_content {
  background-color: #fff;
  text-align: center;
  border-radius: 2rem;
  padding: 3rem 2rem;
  filter: drop-shadow(5px 5px 15px rgba(4, 14, 33, 0.15));
}
@media screen and (max-width: 599px) {
  .strength .strength_content_wrap .strength_content {
    padding: 3rem 1.5rem;
    border-radius: 1rem;
    width: 290px;
    margin: 0 auto 3rem auto;
  }
}
.strength .strength_content_wrap .strength_content img {
  width: 130px;
  height: 130px;
}
@media screen and (max-width: 599px) {
  .strength .strength_content_wrap .strength_content img {
    width: 100px;
    height: 100px;
  }
}
.strength .strength_content_wrap .strength_content h4 {
  font-size: 2rem;
  font-weight: 700;
  padding-top: 2rem;
}
@media screen and (max-width: 599px) {
  .strength .strength_content_wrap .strength_content h4 {
    font-size: 1.6rem;
    padding-top: 1.5rem;
  }
}
.strength .strength_content_wrap .strength_content h4 .big {
  font-size: 3.2rem;
  color: #004171;
}
@media screen and (max-width: 599px) {
  .strength .strength_content_wrap .strength_content h4 .big {
    font-size: 2.4rem;
  }
}
.strength .strength_content_wrap .strength_content p {
  font-size: 1.6rem;
  padding-top: 2rem;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .strength .strength_content_wrap .strength_content p {
    font-size: 1.4rem;
    padding-top: 1.5rem;
  }
}
.strength .strength_content_wrap .strength_content p .strength_line {
  text-underline-offset: -0.8em;
}
.strength .strength_content_wrap .strength_content .strength_text {
  padding-top: 4rem;
}
@media screen and (max-width: 599px) {
  .strength .strength_content_wrap .strength_content .strength_text {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 599px) {
  .strength .strength_content_wrap .strength_content:last-child {
    margin-bottom: 0;
  }
}

/*ーーーーーーーーーーーCASE STUDYーーーーーーーーーーー*/
.case-study {
  padding: 12rem 0;
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 599px) {
  .case-study {
    padding: 6rem 0;
    background-image: none;
  }
}
.case-study .gear {
  position: absolute;
  top: 14%;
  right: 19%;
  /* 回転アイコン共通 */
  animation-name: rotate;
  animation-duration: 6s;
  animation-timing-function: cubic-bezier(0.5, 0.51, 0.51, 0.52);
  animation-iteration-count: infinite;
}
@media screen and (max-width: 599px) {
  .case-study .gear {
    display: none;
  }
}
@keyframes rotate {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.case-study .gear_2 {
  position: absolute;
  top: 18%;
  right: 10%;
}
.case-study .gear_3 {
  position: absolute;
  top: 62%;
  left: 3%;
}
.case-study .gear_4 {
  position: absolute;
  top: 85%;
  right: 8%;
}
.case-study .title_wrap .title {
  line-height: 1.2;
}
.case-study .li_wrap {
  text-align: center;
}
.case-study .li_wrap .case-study_wrap:nth-child(2n) {
  flex-direction: row-reverse;
  border-radius: 20px 0px 0px 20px;
  position: relative;
  margin: 7rem 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .case-study .li_wrap .case-study_wrap:nth-child(2n) {
    flex-direction: column-reverse;
    border-radius: 10px;
    margin: 3rem 3rem 0 3rem;
  }
}
.case-study .li_wrap .case-study_wrap:nth-child(2n) .case-study_text_wrap {
  padding: 5rem 14.3rem 5rem 9rem;
}
@media screen and (max-width: 1024px) {
  .case-study .li_wrap .case-study_wrap:nth-child(2n) .case-study_text_wrap {
    padding: 3rem 2rem;
  }
}
.case-study .li_wrap .case-study_wrap:nth-child(2n) .case-study_img {
  width: 400px;
  height: 472px;
  border-radius: 2rem 0 0 2rem;
}
@media screen and (max-width: 1024px) {
  .case-study .li_wrap .case-study_wrap:nth-child(2n) .case-study_img {
    width: 100%;
    height: 31rem;
    border-radius: 1rem 1rem 0 0;
  }
}
.case-study .li_wrap .case-study_wrap:nth-child(2n) .case-study_img img {
  width: 400px;
  height: 475px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 2rem 0 0 2rem;
}
@media screen and (max-width: 1024px) {
  .case-study .li_wrap .case-study_wrap:nth-child(2n) .case-study_img img {
    width: 100%;
    height: 31rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 1rem 1rem 0 0;
  }
}
.case-study .li_wrap .case-study_wrap {
  margin: 7rem auto 0 0;
  display: flex;
  align-items: center;
  max-width: 983px;
  position: relative;
  background-color: #fafafa;
  border-radius: 0px 20px 20px 0px;
  box-shadow: 5px 5px 15px 0px rgba(2, 10, 24, 0.15);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .case-study .li_wrap .case-study_wrap {
    margin: 3rem 3rem 0 3rem;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    border-radius: 10px;
  }
}
.case-study .li_wrap .case-study_wrap .case-study_text_wrap {
  padding: 5rem 9rem 5rem 14.3rem;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .case-study .li_wrap .case-study_wrap .case-study_text_wrap {
    padding: 3rem 2rem;
  }
}
.case-study .li_wrap .case-study_wrap .case-study_text_wrap .line {
  margin-bottom: -6rem;
}
@media screen and (max-width: 1024px) {
  .case-study .li_wrap .case-study_wrap .case-study_text_wrap .line {
    margin-bottom: -4rem;
    width: 9rem;
    height: auto;
  }
}
.case-study .li_wrap .case-study_wrap .case-study_text_wrap h3 {
  color: #f38423;
  padding-bottom: 2rem;
}
.case-study .li_wrap .case-study_wrap .case-study_text_wrap h3 .number {
  font-size: 3.8rem;
}
@media screen and (max-width: 599px) {
  .case-study .li_wrap .case-study_wrap .case-study_text_wrap h3 .number {
    font-size: 2.8rem;
  }
}
.case-study .li_wrap .case-study_wrap .case-study_text_wrap h2 {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .case-study .li_wrap .case-study_wrap .case-study_text_wrap h2 {
    font-size: 1.8rem;
  }
}
.case-study .li_wrap .case-study_wrap .case-study_text_wrap p {
  font-size: 1.6rem;
  padding: 2rem 0;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .case-study .li_wrap .case-study_wrap .case-study_text_wrap p {
    font-size: 1.4rem;
    padding: 1.5rem 0;
  }
}
.case-study .li_wrap .case-study_wrap .case-study_text_wrap .tag {
  display: flex;
  align-items: center;
}
.case-study .li_wrap .case-study_wrap .case-study_text_wrap .tag p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #004171;
  margin-left: 1.5rem;
  padding: initial;
}
@media screen and (max-width: 599px) {
  .case-study .li_wrap .case-study_wrap .case-study_text_wrap .tag p {
    font-size: 1.2rem;
  }
}
.case-study .li_wrap .case-study_wrap .case-study_img {
  width: 400px;
  height: 472px;
  border-radius: 0 2rem 2rem 0;
}
@media screen and (max-width: 1024px) {
  .case-study .li_wrap .case-study_wrap .case-study_img {
    width: 100%;
    height: 31rem;
    border-radius: 1rem 1rem 0 0;
  }
}
.case-study .li_wrap .case-study_wrap .case-study_img img {
  width: 400px;
  height: 472px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0px 20px 20px 0px;
}
@media screen and (max-width: 1024px) {
  .case-study .li_wrap .case-study_wrap .case-study_img img {
    width: 100%;
    height: 31rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 1rem 1rem 0 0;
  }
}

/*ーーーーーーーーーーーQ&Aーーーーーーーーーーー*/
.qa .qa_wrapper {
  max-width: 1080px;
  background-color: #eff5fd;
  padding: 12rem 0;
  border-radius: 2rem;
  margin: 0 auto 12rem auto;
}
@media screen and (max-width: 599px) {
  .qa .qa_wrapper {
    padding: 6rem 3rem 4rem 3rem;
    border-radius: 0;
    margin: 0 auto 4rem auto;
  }
}
.qa .qa_wrapper .title_wrap .title {
  line-height: 1.2;
}
.qa .qa_wrapper .qa_img {
  width: 220px;
  height: auto;
  margin: -5rem 0 0 10rem;
}
@media screen and (max-width: 599px) {
  .qa .qa_wrapper .qa_img {
    width: 157px;
    height: auto;
    margin: 0 0 -5rem 0;
  }
}
.qa .qa_wrapper .qa_wrap {
  max-width: 880px;
  margin: 0 auto;
  /* 一部ブラウザで消えなかった場合は以下も追記 */
}
@media screen and (max-width: 599px) {
  .qa .qa_wrapper .qa_wrap {
    margin: 5rem auto 0 auto;
    width: 100%;
  }
}
.qa .qa_wrapper .qa_wrap .qa-7 {
  margin-bottom: 2rem;
}
.qa .qa_wrapper .qa_wrap .qa-7 summary {
  border: none;
  border-radius: 1rem;
  background-color: #fff;
  align-items: center;
  position: relative;
  padding: 2rem 5em;
  color: #333333;
  font-size: 1.6rem;
  cursor: pointer;
  display: block;
  list-style: none;
}
@media screen and (max-width: 599px) {
  .qa .qa_wrapper .qa_wrap .qa-7 summary {
    font-size: 1.4rem;
    align-items: flex-start;
    padding: 1.5rem 6rem 1.5rem 5rem;
  }
}
.qa .qa_wrapper .qa_wrap .qa-7 summary::-webkit-details-marker {
  display: none;
}
.qa .qa_wrapper .qa_wrap .qa-7 summary::before,
.qa .qa_wrapper .qa_wrap .qa-7 p::before {
  position: absolute;
  left: 1em;
  font-size: 2.8rem;
}
@media screen and (max-width: 599px) {
  .qa .qa_wrapper .qa_wrap .qa-7 summary::before,
  .qa .qa_wrapper .qa_wrap .qa-7 p::before {
    font-size: 2rem;
  }
}
.qa .qa_wrapper .qa_wrap .qa-7 summary::before {
  color: #004171;
  content: "Q";
  font-family: "Josefin Sans", sans-serif;
}
.qa .qa_wrapper .qa_wrap .qa-7 summary::after {
  position: absolute;
  top: 28%;
  right: 5%;
  content: url(../images/plus_icon.svg);
  vertical-align: middle;
  display: inline-block;
  background-size: cover;
  width: 2rem;
  height: 2rem;
  transition: transform 0.5s;
}
@media screen and (max-width: 599px) {
  .qa .qa_wrapper .qa_wrap .qa-7 summary::after {
    top: 20%;
    right: 10%;
  }
}
.qa .qa_wrapper .qa_wrap .qa-7[open] summary::after {
  content: url(../images/minus_icon.svg);
  background-size: cover;
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 599px) {
  .qa .qa_wrapper .qa_wrap .qa-7[open] summary::after {
    top: 20%;
    right: 10%;
  }
}
.qa .qa_wrapper .qa_wrap .qa-7 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 2rem 9rem 1rem 5em;
  color: #333;
  font-size: 1.6rem;
  transition: transform 0.5s, opacity 0.5s;
}
@media screen and (max-width: 599px) {
  .qa .qa_wrapper .qa_wrap .qa-7 p {
    font-size: 1.4rem;
    padding: 2rem 6rem 1rem 3.5em;
  }
}
.qa .qa_wrapper .qa_wrap .qa-7[open] p {
  transform: none;
  opacity: 1;
}
.qa .qa_wrapper .qa_wrap .qa-7[open] p .annotation {
  font-size: 1.2rem;
}
@media screen and (max-width: 599px) {
  .qa .qa_wrapper .qa_wrap .qa-7[open] p .annotation {
    font-size: 1rem;
  }
}
.qa .qa_wrapper .qa_wrap .qa-7[open] p.annotation_txt {
  font-size: 1.2rem;
  padding: 2rem 9rem 1rem 6em;
}
@media screen and (max-width: 599px) {
  .qa .qa_wrapper .qa_wrap .qa-7[open] p.annotation_txt {
    font-size: 1rem;
    padding: 2rem 6rem 1rem 4em;
  }
}

/*ーーーーーーーーーーースマホ固定btnーーーーーーーーーーー*/
.sp-fixed {
  display: none;
}

@media screen and (max-width: 599px) {
  .sp-fixed {
    display: block;
    background-color: #f38423;
    display: flex;
    justify-content: center;
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 50;
  }
  .sp-fixed .btn {
    width: 100%;
    height: 4.9rem;
    text-align: center;
  }
  .sp-fixed .btn a {
    display: block;
    background-color: #f38423;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 1.1rem 0;
    margin: 0 auto;
    text-decoration: none;
  }
  .sp-fixed .btn a img {
    margin-right: 1.2rem;
  }
  .sp-fixed .btn a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
/*ーーーーーーーーーーーfooter CTAーーーーーーーーーーー*/
.footer_cta {
  background-color: #004171;
  padding: 6rem 0 0 0;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .footer_cta {
    padding: 6rem 0;
  }
}
.footer_cta .footer_cta_wrap {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 599px) {
  .footer_cta .footer_cta_wrap {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 599px) {
  .footer_cta .footer_cta_wrap .footer_bg_plus {
    display: none;
  }
}
.footer_cta .footer_cta_wrap .footer_bg_plus .cross_20 {
  opacity: 0.8;
  position: absolute;
  top: 15%;
  right: 3%;
}
.footer_cta .footer_cta_wrap .footer_bg_plus .cross_21 {
  opacity: 0.8;
  position: absolute;
  top: 50%;
  right: 10%;
}
.footer_cta .footer_cta_wrap .footer_bg_plus .cross_22 {
  opacity: 0.8;
  position: absolute;
  top: 25%;
  right: 15%;
}
.footer_cta .footer_cta_wrap .footer_bg_plus .cross_23 {
  opacity: 0.8;
  position: absolute;
  top: 35%;
  left: 14%;
}
.footer_cta .footer_cta_wrap .footer_bg_plus .cross_24 {
  opacity: 0.8;
  position: absolute;
  top: 8%;
  left: 6%;
}
.footer_cta .footer_cta_wrap .footer_bg_plus .fadein_20 {
  animation: floating-y 10s ease-in-out infinite alternate-reverse;
}
@keyframes floating-X {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(12px, 12px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.footer_cta .footer_cta_wrap .footer_bg_plus .fadein_21 {
  animation: floating-y 8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-X {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.footer_cta .footer_cta_wrap .footer_bg_plus .fadein_22 {
  animation: floating-X 6s ease-in-out infinite alternate-reverse;
}
@keyframes floating-X {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(135px, 135px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.footer_cta .footer_cta_wrap .footer_bg_plus .fadein_23 {
  animation: floating-x 10s ease-in-out infinite alternate-reverse;
}
@keyframes floating-X {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-12px, -12px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.footer_cta .footer_cta_wrap .footer_bg_plus .fadein_24 {
  animation: floating-y 8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-X {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, 12px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.footer_cta .footer_cta_wrap .footer_sp_plus {
  display: none;
}
@media screen and (max-width: 599px) {
  .footer_cta .footer_cta_wrap .footer_sp_plus {
    display: block;
  }
  .footer_cta .footer_cta_wrap .footer_sp_plus .cross_25 {
    opacity: 0.8;
    position: absolute;
    bottom: 20%;
    right: 12%;
  }
  .footer_cta .footer_cta_wrap .footer_sp_plus .cross_26 {
    opacity: 0.8;
    position: absolute;
    top: -10%;
    left: 10%;
  }
  .footer_cta .footer_cta_wrap .footer_sp_plus .cross_27 {
    opacity: 0.8;
    position: absolute;
    bottom: 30%;
    right: 30%;
  }
  .footer_cta .footer_cta_wrap .footer_sp_plus .cross_28 {
    opacity: 0.8;
    position: absolute;
    bottom: 40%;
    right: 7%;
  }
  .footer_cta .footer_cta_wrap .footer_sp_plus .cross_29 {
    opacity: 0.8;
    position: absolute;
    top: 10%;
    left: 3%;
  }
  .footer_cta .footer_cta_wrap .footer_sp_plus .fadein_25 {
    animation: floating-x 8s ease-in-out infinite alternate-reverse;
  }
  @keyframes floating-y {
    0% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(-6px, -6px);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  .footer_cta .footer_cta_wrap .footer_sp_plus .fadein_26 {
    animation: floating-y 10s ease-in-out infinite alternate-reverse;
  }
  @keyframes floating-x {
    0% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(10px, 10px);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  .footer_cta .footer_cta_wrap .footer_sp_plus .fadein_27 {
    animation: floating-y 8s ease-in-out infinite alternate-reverse;
  }
  @keyframes floating-x {
    0% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(6px, 6px);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  .footer_cta .footer_cta_wrap .footer_sp_plus .fadein_28 {
    animation: floating-x 6s ease-in-out infinite alternate-reverse;
  }
  @keyframes floating-y {
    0% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(-6px, -6px);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  .footer_cta .footer_cta_wrap .footer_sp_plus .fadein_29 {
    animation: floating-x 10s ease-in-out infinite alternate-reverse;
  }
  @keyframes floating-y {
    0% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(10px, 10px);
    }
    100% {
      transform: translate(0, 0);
    }
  }
}
.footer_cta .footer_cta_wrap .footer_cta_title {
  font-size: 3.8rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .footer_cta .footer_cta_wrap .footer_cta_title {
    font-size: 2.8rem;
  }
}
.footer_cta .footer_cta_wrap .footer_cta_text {
  font-size: 1.8rem;
  color: #fff;
  padding-top: 30px;
}
@media screen and (max-width: 599px) {
  .footer_cta .footer_cta_wrap .footer_cta_text {
    font-size: 1.4rem;
    text-align: left;
  }
}
.footer_cta .footer_cta_wrap .footer_cta_btn .btn {
  margin: 30px auto 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 599px) {
  .footer_cta .footer_cta_wrap .footer_cta_btn .btn {
    margin: 0 auto;
  }
}
.footer_cta .footer_cta_wrap .footer_cta_img {
  width: 211px;
  height: auto;
  margin: -10rem 0 0 -60rem;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 599px) {
  .footer_cta .footer_cta_wrap .footer_cta_img {
    margin: initial;
    width: 126px;
    height: auto;
    margin: 2rem 10rem 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .footer_cta .footer_cta_wrap .order1 {
    order: 1;
  }
  .footer_cta .footer_cta_wrap .order2 {
    order: 2;
    z-index: 5;
  }
}

.footer {
  background-color: #022a3a;
}
.footer .footer_content_wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 1.2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .footer .footer_content_wrap {
    padding: 1.4rem 3rem;
  }
}
.footer .footer_content_wrap .footer_logo {
  width: 175px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .footer .footer_content_wrap .footer_logo {
    width: 120px;
    height: auto;
  }
}
.footer .footer_content_wrap .copyright {
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .footer .footer_content_wrap .copyright {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */