@charset "UTF-8";
.contents_inner {
  max-width: 970px;
  margin: 0px auto;
}

.marker_title .title {
  text-align: center;
  font-size: min(5.8666666667vw, 2.8rem);
  line-height: 1.6em;
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  .marker_title .title {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 640px) {
  .marker_title .title {
    line-height: 1.7em;
    font-size: 3vw;
  }
}
@media screen and (min-width: 980px) {
  .marker_title .title {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1180px) {
  .marker_title .title {
    letter-spacing: 0.1em;
    line-height: 1.85em;
  }
}
.marker_title .title .large {
  display: inline-block;
  font-size: min(10.6666666667vw, 5rem);
  letter-spacing: 0.05em;
  line-height: 1.3em;
}
@media screen and (min-width: 640px) {
  .marker_title .title .large {
    line-height: 1.4em;
    font-size: 7.5vw;
  }
}
@media screen and (min-width: 980px) {
  .marker_title .title .large {
    font-size: 8rem;
    line-height: 1.45em;
  }
}
.marker_title .title .marker {
  margin: 0px 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(88%, rgba(255, 255, 255, 0)), color-stop(0%, #FFDB12));
  background-image: linear-gradient(rgba(255, 255, 255, 0) 88%, #FFDB12 0%);
  background-position: bottom 4px left 0px;
}

.box_title {
  position: relative;
  padding-bottom: 10vw;
  margin-bottom: 10px;
}
@media screen and (min-width: 980px) {
  .box_title {
    padding-bottom: 85px;
    margin-bottom: 65px;
  }
}
.box_title .top, .box_title .title {
  position: relative;
  z-index: 11;
  display: block;
  text-align: center;
  font-weight: 700;
}
.box_title .top {
  color: #003067;
  font-size: min(5.8666666667vw, 3rem);
  line-height: 1.4em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 639px) {
  .box_title .top {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 640px) {
  .box_title .top {
    line-height: 1.8em;
    font-size: 4vw;
  }
}
@media screen and (min-width: 980px) {
  .box_title .top {
    font-size: 3.6rem;
    letter-spacing: 0.15em;
    margin-bottom: 5px;
  }
}
.box_title .box {
  display: inline-block;
  font-size: min(10.6666666667vw, 5rem);
  background-color: #003067;
  color: #FFDB12;
  text-align: center;
  padding: 0.25em 0.25em;
  line-height: 0.9em;
  border-radius: 5px;
  width: 1.5em;
  height: 1.5em;
  margin: 8px 3px 0px 3px;
}
@media screen and (min-width: 640px) {
  .box_title .box {
    font-size: 6vw;
  }
}
@media screen and (min-width: 980px) {
  .box_title .box {
    font-size: 7rem;
  }
}
.box_title .box + .box {
  margin-left: 0px;
}
.box_title .en {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  color: #F7F7F7;
  font-size: min(13.3333333333vw, 6rem);
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 640px) {
  .box_title .en {
    font-size: 9.5vw;
  }
}
@media screen and (min-width: 980px) {
  .box_title .en {
    font-size: 13rem;
  }
}
.box_title .en._nowrap {
  white-space: nowrap;
}

.cta_content {
  background-image: url(../../img/common/cta_bg_sp.webp);
  background-size: cover;
}
@media screen and (min-width: 980px) {
  .cta_content {
    background-image: url(../../img/common/cta_bg.webp);
  }
}
@media screen and (min-width: 1180px) {
  .cta_content {
    padding-top: 110px;
  }
}

.cta_content_box .cta_content_box_link {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  background-color: #fff;
  color: #333333;
  padding: 30px 20px 0px 20px;
  border-radius: 10px;
}
@media screen and (min-width: 640px) {
  .cta_content_box .cta_content_box_link {
    padding-top: 50px;
    max-width: 90%;
    margin: 0px auto;
  }
}
@media screen and (min-width: 980px) {
  .cta_content_box .cta_content_box_link {
    padding-top: 45px;
    width: 85%;
    max-width: 870px;
  }
}
@media screen and (min-width: 1180px) {
  .cta_content_box .cta_content_box_link {
    padding-top: 50px;
    width: 870px;
  }
}
@media (any-hover: hover) {
  .cta_content_box .cta_content_box_link:hover {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
}
.cta_content_box .cta_content_title._consult {
  max-width: 63.4666666667vw;
  margin: 0px auto;
}
@media screen and (min-width: 640px) {
  .cta_content_box .cta_content_title._consult {
    max-width: 60%;
  }
}
@media screen and (min-width: 1180px) {
  .cta_content_box .cta_content_title._consult {
    max-width: 537px;
  }
}
.cta_content_box .cta_content_title._consult img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 980px) {
  .cta_content_box .cta_content_title._guide .large {
    font-size: 6.5rem;
  }
}
@media screen and (min-width: 1366px) {
  .cta_content_box .cta_content_title._guide .large {
    font-size: 7rem;
    letter-spacing: 0.05em;
  }
}
.cta_content_box .cta_content_title .sub, .cta_content_box .cta_content_title .title {
  display: block;
  text-align: center;
  font-weight: 700;
}
.cta_content_box .cta_content_title .sub + .sub, .cta_content_box .cta_content_title .sub + .title, .cta_content_box .cta_content_title .title + .sub, .cta_content_box .cta_content_title .title + .title {
  margin-top: 0.5em;
}
.cta_content_box .cta_content_title .line, .cta_content_box .cta_content_title .marker {
  margin: 0px 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, rgba(255, 255, 255, 0)), color-stop(0%, #FFDB12));
  background-image: linear-gradient(rgba(255, 255, 255, 0) 85%, #FFDB12 0%);
  background-position: bottom 0.1em left 0px;
}
.cta_content_box .cta_content_title .sub {
  color: #003067;
  font-size: min(5.8666666667vw, 2.5rem);
  line-height: 1.2em;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 980px) {
  .cta_content_box .cta_content_title .sub {
    font-weight: 800;
    font-size: 3.6rem;
  }
}
.cta_content_box .cta_content_title .title {
  font-size: min(4.8vw, 2.2rem);
  line-height: 1.6em;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 980px) {
  .cta_content_box .cta_content_title .title {
    font-size: 2.6rem;
  }
}
.cta_content_box .cta_content_title .large {
  color: #003067;
  font-size: min(10.6666666667vw, 5rem);
  line-height: 1.2em;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 980px) {
  .cta_content_box .cta_content_title .large {
    font-size: 7rem;
  }
}
@media screen and (min-width: 1366px) {
  .cta_content_box .cta_content_title .large {
    font-size: 8rem;
    letter-spacing: 0.05em;
  }
}
.cta_content_box .cta_content_title .box {
  display: inline-block;
  font-size: min(5.8666666667vw, 2.5rem);
  background-color: #003067;
  color: #fff;
  text-align: center;
  padding: 0.2em 0.2em;
  line-height: 0.9em;
  border-radius: 5px;
  width: 1.4em;
  height: 1.4em;
  margin: 8px 3px 0px 3px;
}
@media screen and (min-width: 980px) {
  .cta_content_box .cta_content_title .box {
    font-size: 3.6rem;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1180px) {
  .cta_content_box .cta_content_title .box {
    margin-top: 10px;
  }
}
.cta_content_box .cta_content_title .box + .box {
  margin-left: 0px;
}
.cta_content_box .cta_content_btn {
  margin: 30px -20px 0px -20px;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
}
@media screen and (min-width: 980px) {
  .cta_content_box .cta_content_btn {
    margin-top: 40px;
  }
}
.cta_content_box .cta_content_btn .btn {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #EA6C00;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 22px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 980px) {
  .cta_content_box .cta_content_btn .btn {
    padding: 20px 20px;
    font-size: 1.8rem;
  }
}
.cta_content_box .cta_content_btn .btn:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}
.cta_content_icon01, .cta_content_icon02, .cta_content_icon03 {
  position: absolute;
  z-index: 11;
}
.cta_content_icon01 img, .cta_content_icon02 img, .cta_content_icon03 img {
  width: 100%;
  height: auto;
}

.cta_content_icon01 {
  right: -8px;
  top: -10px;
  width: 25px;
}
@media screen and (min-width: 980px) {
  .cta_content_icon01 {
    width: 36px;
  }
}

.cta_content_icon02 {
  left: 12px;
  bottom: 78px;
  width: 54px;
}
@media screen and (min-width: 980px) {
  .cta_content_icon02 {
    width: 118px;
    left: 23px;
    bottom: 84px;
  }
}
@media screen and (min-width: 1180px) {
  .cta_content_icon02 {
    left: 63px;
  }
}

.cta_content_icon03 {
  right: 12px;
  bottom: 65px;
  width: 56px;
}
@media screen and (min-width: 980px) {
  .cta_content_icon03 {
    width: 102px;
    bottom: 64px;
    right: 23px;
  }
}
@media screen and (min-width: 1180px) {
  .cta_content_icon03 {
    right: 63px;
  }
}

@media screen and (min-width: 980px) {
  .cta_content_box._consult .cta_content_btn {
    margin-top: 45px;
  }
}
.cta_content_box._money .cta_content_title .title .marker {
  color: #003067;
}
@media screen and (max-width: 639px) {
  .cta_content_box._money .cta_content_title .title .marker {
    font-size: min(5.8666666667vw, 2.6rem);
  }
}
@media screen and (min-width: 980px) {
  .cta_content_box._money .cta_content_title .title .marker {
    font-size: 2.8rem;
    line-height: 1.25em;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 980px) {
  .cta_content_box._money .cta_content_title .title .marker {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 980px) {
  .cta_content_box._money .cta_content_title .large {
    font-size: 6.5rem;
  }
}
@media screen and (min-width: 1366px) {
  .cta_content_box._money .cta_content_title .large {
    font-size: 7rem;
  }
}
@media screen and (min-width: 1180px) {
  .cta_content_box._money .cta_content_icon02 {
    left: 33px;
    bottom: 94px;
  }
}
@media screen and (min-width: 1180px) {
  .cta_content_box._money .cta_content_icon03 {
    right: 43px;
  }
}
@media screen and (min-width: 980px) {
  .cta_content_box._money .cta_content_btn {
    margin-top: 50px;
  }
}

.highlight_content {
  padding: 30px 5vw 30px 5vw;
  border-radius: 10px;
  background-image: url(../../img/common/pattern01.webp);
  background-position: center center;
  background-color: #FFDB12;
  border: 3px solid #333333;
}
@media screen and (min-width: 980px) {
  .highlight_content {
    padding: 48px 30px 52px 30px;
    width: 90%;
    max-width: 970px;
    margin: 0px auto;
  }
}
@media screen and (min-width: 1180px) {
  .highlight_content {
    width: 970px;
  }
}
.highlight_content .highlight_content_text .top, .highlight_content .highlight_content_text .title {
  display: block;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}
.highlight_content .highlight_content_text .top + .top, .highlight_content .highlight_content_text .top + .title, .highlight_content .highlight_content_text .title + .top, .highlight_content .highlight_content_text .title + .title {
  margin-top: 8px;
}
.highlight_content .highlight_content_text .top {
  line-height: 1.4em;
  font-size: min(4.8vw, 2.2rem);
}
@media screen and (min-width: 640px) {
  .highlight_content .highlight_content_text .top {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 980px) {
  .highlight_content .highlight_content_text .top {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1180px) {
  .highlight_content .highlight_content_text .top {
    font-size: 2.6rem;
    letter-spacing: 0.08em;
  }
}
.highlight_content .highlight_content_text .title {
  line-height: 2em;
  font-size: min(4.8vw, 2.2rem);
}
@media screen and (min-width: 640px) {
  .highlight_content .highlight_content_text .title {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 980px) {
  .highlight_content .highlight_content_text .title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1180px) {
  .highlight_content .highlight_content_text .title {
    font-size: 2.6rem;
    letter-spacing: 0.08em;
  }
}
.highlight_content .highlight_content_text .title .large {
  line-height: 1.2em;
  font-size: min(10.6666666667vw, 5rem);
}
@media screen and (min-width: 640px) {
  .highlight_content .highlight_content_text .title .large {
    font-size: 6vw;
  }
}
@media screen and (min-width: 980px) {
  .highlight_content .highlight_content_text .title .large {
    font-size: 6.2rem;
  }
}
@media screen and (min-width: 1180px) {
  .highlight_content .highlight_content_text .title .large {
    font-size: 7rem;
    letter-spacing: 0.1em;
  }
}
.highlight_content .highlight_content_text .maker {
  margin: 0px 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(88%, rgba(255, 255, 255, 0)), color-stop(0%, #fff));
  background-image: linear-gradient(rgba(255, 255, 255, 0) 88%, #fff 0%);
  background-position: bottom 5px left 0px;
}
.highlight_content .highlight_content_sub {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .highlight_content .highlight_content_sub {
    margin-top: 35px;
  }
}
@media screen and (min-width: 640px) {
  .highlight_content .highlight_content_sub > span {
    font-weight: 700;
    background-color: #fff;
    padding: 0.1em 10px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 980px) {
  .highlight_content .highlight_content_sub > span {
    display: inline-block;
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1180px) {
  .highlight_content .highlight_content_sub > span {
    font-size: 3.6rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 639px) {
  .highlight_content .highlight_content_sub > span span {
    line-height: 1.4em;
    font-size: min(5.8666666667vw, 2.8rem);
    font-weight: 700;
    background-color: #fff;
    padding: 0.1em 10px;
    letter-spacing: 0.1em;
  }
}

#fv {
  overflow: hidden;
  position: relative;
  padding: 15vw 0px 0px 0px;
  background-color: #003067;
}
@media screen and (min-width: 640px) {
  #fv {
    padding: 0px;
  }
}
#fv .contents_inner {
  max-width: 100%;
}
#fv .fv_inner {
  position: relative;
  z-index: 11;
}
@media screen and (min-width: 640px) {
  #fv .fv_inner {
    padding: 40px 25px 0px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width: 980px) {
  #fv .fv_inner {
    padding: 40px 5vw 0px 5vw;
  }
}
@media screen and (min-width: 1366px) {
  #fv .fv_inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 72px 60px 0px 60px;
  }
}
#fv .fv_inner:after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 639px) {
  #fv .fv_inner:after {
    width: 100%;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    background-image: -webkit-gradient(linear, right top, left top, from(#0055b5), to(#002857));
    background-image: linear-gradient(-90deg, #0055b5, #002857);
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}
@media screen and (min-width: 640px) {
  #fv .fv_inner:after {
    width: 70%;
    background-color: #fff;
    clip-path: polygon(28% 0, 100% 0, 100% 100%, 0% 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#0055b5), to(#002857));
    background-image: linear-gradient(90deg, #0055b5, #002857);
  }
}
@media screen and (min-width: 980px) {
  #fv .fv_inner:after {
    width: 74%;
  }
}

.fv_title {
  color: #fff;
  font-size: min(8vw, 4rem);
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .fv_title {
    text-align: left;
    font-size: 5vw;
  }
}
@media screen and (min-width: 1366px) {
  .fv_title {
    line-height: 1em;
    font-size: 4.8rem;
  }
}
.fv_title .text {
  position: relative;
  z-index: 11;
}
@media screen and (min-width: 640px) {
  .fv_title .text {
    padding-top: 0.5em;
    background-image: -webkit-gradient(linear, left top, left bottom, to(#003067));
    background-image: linear-gradient(#003067 100%);
  }
}
@media screen and (min-width: 1366px) {
  .fv_title .text {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 45px;
  }
}
@media screen and (min-width: 640px) {
  .fv_title .text._l2 {
    padding-top: 0px;
  }
}
@media screen and (min-width: 1366px) {
  .fv_title .text._l2 {
    font-size: 5.6rem;
    line-height: 1.35em;
    padding-top: 8px;
  }
}
.fv_title .inner {
  position: relative;
  z-index: 11;
}
@media screen and (min-width: 1180px) {
  .fv_title .inner {
    letter-spacing: 0.08em;
  }
}
.fv_title .inner .large {
  line-height: 1.35em;
  font-size: min(13.8666666667vw, 6.2rem);
  color: #FFDB12;
  background: top left/1.03em 1.48em repeat-x radial-gradient(circle, #FFDB12 0.06em, rgba(0, 0, 0, 0) 0.06em);
  padding-top: 0.6em;
}
@media screen and (min-width: 640px) {
  .fv_title .inner .large {
    font-size: 7vw;
  }
}
@media screen and (min-width: 1180px) {
  .fv_title .inner .large {
    font-size: 6vw;
    background: top -0.6em left -0.06em/1.058em 1.4em repeat-x radial-gradient(circle, #FFDB12 0.06em, rgba(0, 0, 0, 0) 0.06em);
    padding-top: 0px;
  }
}
@media screen and (min-width: 1366px) {
  .fv_title .inner .large {
    letter-spacing: 0.05em;
    font-size: 8.2rem;
  }
}
@media screen and (min-width: 1180px) {
  .fv_title .inner .laptop {
    display: none;
  }
}

.fv_text01 {
  margin-top: 10px;
}
@media screen and (min-width: 1366px) {
  .fv_text01 {
    margin-top: 15px;
  }
}

.fv_text01 {
  text-align: center;
}
@media screen and (min-width: 640px) {
  .fv_text01 {
    text-align: left;
  }
}
@media screen and (min-width: 1366px) {
  .fv_text01 {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1180px) {
  .fv_text01 .fv_text01_01, .fv_text01 .fv_text01_02 {
    line-height: 1em;
  }
}
.fv_text01 .fv_text01_01 img, .fv_text01 .fv_text01_02 img {
  width: auto;
  height: 5.3333333333vw;
}
@media screen and (min-width: 640px) {
  .fv_text01 .fv_text01_01 img, .fv_text01 .fv_text01_02 img {
    height: 3.90625vw;
  }
}
@media screen and (min-width: 1180px) {
  .fv_text01 .fv_text01_01 img, .fv_text01 .fv_text01_02 img {
    height: 2.8vw;
    max-height: 37px;
  }
}
@media screen and (min-width: 1180px) {
  .fv_text01 .fv_text01_02 {
    margin-top: 3px;
  }
}

.fv_text02 {
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .fv_text02 {
    text-align: left;
  }
}
.fv_text02 img {
  max-width: 90%;
}
@media screen and (min-width: 640px) {
  .fv_text02 img {
    max-width: 70%;
  }
}
@media screen and (min-width: 1180px) {
  .fv_text02 img {
    width: 70%;
    height: auto;
    max-width: 618px;
  }
}
@media screen and (min-width: 1366px) {
  .fv_text02 img {
    width: 100%;
  }
}

@media screen and (min-width: 640px) {
  .fv_textarea {
    position: relative;
    z-index: 11;
    width: 75%;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1180px) {
  .fv_textarea {
    width: 70%;
  }
}
@media screen and (min-width: 1366px) {
  .fv_textarea {
    width: 777px;
    margin-right: -55px;
    padding-bottom: 37px;
  }
}

.fv_imgarea {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 640px) {
  .fv_imgarea {
    position: relative;
    width: 40%;
    margin-left: -10%;
  }
}
@media screen and (min-width: 980px) {
  .fv_imgarea {
    width: 45%;
    margin-left: -15%;
  }
}
@media screen and (min-width: 1366px) {
  .fv_imgarea {
    width: 518px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 639px) {
  .fv_imgarea .fv_img {
    width: 62.933%;
  }
}
@media screen and (min-width: 1366px) {
  .fv_imgarea .fv_img {
    width: 343px;
  }
}
.fv_imgarea .fv_img img {
  height: auto;
}
.fv_imgarea .fv_label {
  width: 41.067%;
  margin-left: -8%;
}
@media screen and (min-width: 640px) and (max-width: 1179px) {
  .fv_imgarea .fv_label {
    position: absolute;
    right: 0px;
    bottom: 20px;
    width: 40%;
  }
}
@media screen and (min-width: 1366px) {
  .fv_imgarea .fv_label {
    width: 203px;
  }
}
.fv_imgarea .fv_label img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 980px) {
  .fv_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.fv_headcount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 5vw;
  background-image: repeating-linear-gradient(290deg, rgba(245, 184, 19, 0.5019607843), rgba(245, 184, 19, 0.5019607843) 5px, transparent 5px, transparent 13px);
  background-color: #FFDB12;
}
@media screen and (min-width: 640px) {
  .fv_headcount {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0px 30px;
    padding: 20px 15px;
  }
}
@media screen and (min-width: 980px) {
  .fv_headcount {
    width: 58%;
    gap: 0px 3%;
  }
}
@media screen and (min-width: 1180px) {
  .fv_headcount {
    gap: 0px 30px;
  }
}
@media screen and (min-width: 1366px) {
  .fv_headcount {
    width: 64.6%;
  }
}
.fv_headcount .fv_headcount_title {
  width: 42%;
}
@media screen and (min-width: 640px) {
  .fv_headcount .fv_headcount_title {
    width: 30%;
  }
}
@media screen and (min-width: 980px) {
  .fv_headcount .fv_headcount_title {
    width: 42%;
  }
}
@media screen and (min-width: 1366px) {
  .fv_headcount .fv_headcount_title {
    width: 317px;
  }
}
@media screen and (min-width: 980px) {
  .fv_headcount .fv_headcount_title img {
    height: auto;
    width: 100%;
  }
}
.fv_headcount .fv_headcount_no {
  width: 55%;
}
@media screen and (min-width: 640px) {
  .fv_headcount .fv_headcount_no {
    width: 40%;
  }
}
@media screen and (min-width: 980px) {
  .fv_headcount .fv_headcount_no {
    width: 55%;
  }
}
@media screen and (min-width: 1180px) {
  .fv_headcount .fv_headcount_no {
    width: 465px;
  }
}
@media screen and (min-width: 980px) {
  .fv_headcount .fv_headcount_no img {
    height: auto;
    width: 100%;
  }
}

.fv_comment {
  background-color: #0652A8;
  padding: 20px 5vw;
  color: #fff;
}
@media screen and (min-width: 640px) {
  .fv_comment {
    padding: 20px 3vw;
  }
}
@media screen and (min-width: 640px) and (max-width: 979px) {
  .fv_comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 980px) {
  .fv_comment {
    width: 42%;
    padding: 15px 3vw;
  }
}
@media screen and (min-width: 1180px) {
  .fv_comment {
    padding: 15px 30px 20px 30px;
  }
}
@media screen and (min-width: 1366px) {
  .fv_comment {
    width: 35.4%;
  }
}
.fv_comment .fv_comment_title {
  position: relative;
  font-size: min(4.2666666667vw, 1.8rem);
  font-weight: 700;
  padding-left: 26px;
  margin-bottom: 3px;
}
@media screen and (min-width: 640px) {
  .fv_comment .fv_comment_title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1180px) {
  .fv_comment .fv_comment_title {
    margin-bottom: 5px;
    padding-left: 34px;
    font-size: 1.8rem;
  }
}
.fv_comment .fv_comment_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 14px;
  height: 14px;
  margin-top: -6px;
  background-image: url(../../img/top/fv_icon01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1180px) {
  .fv_comment .fv_comment_title::before {
    width: 24px;
    height: 24px;
    margin-top: -10px;
  }
}
.fv_comment .fv_comment_title .marker {
  margin: 0px 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, rgba(255, 255, 255, 0)), color-stop(0%, #FFDB12));
  background-image: linear-gradient(rgba(255, 255, 255, 0) 85%, #FFDB12 0%);
  background-position: bottom 3px left 0px;
}

.fv_comment_list {
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .fv_comment_list {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1180px) {
  .fv_comment_list .fv_comment_item {
    line-height: 1em;
  }
}
.fv_comment_list .fv_comment_item span {
  display: inline-block;
  background-color: #fff;
  color: #003067;
  font-size: min(3.4666666667vw, 1.6rem);
  font-weight: 700;
  padding: 0.15em 1em;
  border-radius: 80px;
}
@media screen and (min-width: 640px) {
  .fv_comment_list .fv_comment_item span {
    font-size: 2vw;
  }
}
@media screen and (min-width: 980px) {
  .fv_comment_list .fv_comment_item span {
    padding: 0.15em 1em;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1180px) {
  .fv_comment_list .fv_comment_item span {
    padding: 0.55em 1.5em 0.6em 1.5em;
    letter-spacing: 0.08em;
    line-height: 1em;
  }
}
.fv_comment_list .fv_comment_item + .fv_comment_item {
  margin-top: 8px;
}
@media screen and (min-width: 1180px) {
  .fv_comment_list .fv_comment_item + .fv_comment_item {
    margin-top: 5px;
  }
}

#top_about {
  padding: 40px 0px 0px 0px;
}
@media screen and (min-width: 980px) {
  #top_about {
    padding-top: 80px;
  }
}
#top_about .contents_inner {
  max-width: 100%;
}

.top_about_title {
  display: block;
  color: #003067;
  font-weight: 700;
  font-size: min(6.9333333333vw, 3.4rem);
  line-height: 1.5em;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .top_about_title {
    font-size: 4vw;
  }
}
@media screen and (min-width: 980px) {
  .top_about_title {
    font-size: 3.6rem;
    padding-bottom: 80px;
  }
}
.top_about_title span {
  margin: 0px 3px;
  line-height: 1.2em;
  color: #FFDB12;
  background-color: #003067;
  padding: 0.15em 0.3em;
}
@media screen and (min-width: 1180px) {
  .top_about_title span {
    padding: 2px 8px;
  }
}

@media screen and (min-width: 640px) {
  .top_about_box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 640px) {
  .top_about_box:before {
    content: "";
    background: white;
    height: 10.3923048454px;
    width: 17px;
    margin-left: -8px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    left: 50%;
    top: -1px;
    z-index: 11;
  }
}
@media screen and (min-width: 980px) {
  .top_about_box:before {
    width: 30px;
    height: 18.1865334795px;
    margin-left: -15px;
  }
}

.top_about_img {
  position: relative;
}
@media screen and (min-width: 640px) {
  .top_about_img {
    width: 50%;
  }
}
@media screen and (min-width: 980px) {
  .top_about_img {
    max-height: 546.5px;
  }
}
@media screen and (max-width: 639px) {
  .top_about_img:before {
    content: "";
    background: white;
    height: 10.3923048454px;
    width: 17px;
    margin-left: -8px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    left: 50%;
    top: -1px;
  }
}
@media screen and (min-width: 640px) {
  .top_about_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (min-width: 640px) {
  .top_about_list {
    width: 50%;
  }
}
.top_about_list .top_about_item {
  padding: 20px 12vw;
}
@media screen and (min-width: 640px) {
  .top_about_list .top_about_item {
    padding: 20px 3vw;
  }
}
@media screen and (min-width: 980px) {
  .top_about_list .top_about_item {
    padding: 30px 40px;
  }
}
.top_about_list .top_about_item:nth-child(odd) {
  background-color: #003067;
}
.top_about_list .top_about_item:nth-child(even) {
  background-color: #004493;
}
.top_about_list .top_about_item .text {
  position: relative;
  color: #fff;
  font-size: min(4.2666666667vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  padding-left: 40px;
  line-height: 1.7em;
}
@media screen and (min-width: 640px) {
  .top_about_list .top_about_item .text {
    line-height: 1.8em;
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 980px) {
  .top_about_list .top_about_item .text {
    padding-left: 55px;
    line-height: 1.6em;
    font-size: 2.6rem;
  }
}
.top_about_list .top_about_item .text::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0px;
  width: 25px;
  height: 25px;
  background-image: url(../../img/common/icon_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 980px) {
  .top_about_list .top_about_item .text::before {
    top: 6px;
    width: 37px;
    height: 37px;
  }
}
.top_about_list .top_about_item .text strong {
  margin: 0px 3px;
  font-weight: 800;
  color: #FFDB12;
  font-size: min(6.9333333333vw, 3.2rem);
}
@media screen and (min-width: 640px) {
  .top_about_list .top_about_item .text strong {
    font-size: 3.8vw;
  }
}
@media screen and (min-width: 980px) {
  .top_about_list .top_about_item .text strong {
    font-size: 3.6rem;
  }
}
.top_about_list .top_about_item .text br + strong {
  margin-left: 0px;
}

#top_manager {
  padding-top: 50px;
}
@media screen and (min-width: 980px) {
  #top_manager {
    padding-top: 52px;
  }
}

.top_manager_title {
  margin-bottom: 25px;
}
@media screen and (min-width: 980px) {
  .top_manager_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0px 15px;
    margin-bottom: 45px;
  }
}
.top_manager_title .label {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  .top_manager_title .label {
    margin-bottom: 0px;
  }
}
.top_manager_title .label span {
  position: relative;
  display: inline-block;
  font-size: min(4.2666666667vw, 2rem);
  font-weight: 700;
  color: #003067;
  background-color: #F7F7F7;
  padding: 0.7em 70px;
  border-radius: 100px;
}
@media screen and (min-width: 980px) {
  .top_manager_title .label span {
    padding: 15px 30px 15px 30px;
    font-size: 2.6rem;
  }
}
.top_manager_title .label span:before, .top_manager_title .label span:after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}
.top_manager_title .label span:before {
  background-image: url(../../img/common/icon_moya.svg);
  width: 40px;
  height: 35px;
  right: 0%;
  top: -18px;
}
.top_manager_title .label span:after {
  background-image: url(../../img/common/icon_hukidashi.svg);
  width: 33px;
  height: 28px;
  left: 0%;
  bottom: -18px;
}
.top_manager_title .title {
  display: block;
  text-align: center;
  font-size: min(4.5333333333vw, 2rem);
  font-weight: 700;
  color: #003067;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}
@media screen and (min-width: 980px) {
  .top_manager_title .title {
    font-size: 2.6rem;
  }
}

#top_logic {
  margin-top: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #F7F7F7;
}
@media screen and (min-width: 640px) {
  #top_logic {
    margin-top: 0px;
  }
}

@media screen and (max-width: 639px) {
  .top_logic_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 640px) {
  .top_logic_head {
    position: relative;
    top: -20px;
    margin-bottom: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0px 5%;
  }
}
@media screen and (min-width: 1180px) {
  .top_logic_head {
    gap: 0px 40px;
    top: -50px;
    margin-bottom: -50px;
  }
}
.top_logic_head .top_logic_img {
  position: relative;
}
@media screen and (max-width: 639px) {
  .top_logic_head .top_logic_img {
    top: -40px;
    margin-bottom: -40px;
  }
}
@media screen and (min-width: 640px) {
  .top_logic_head .top_logic_img {
    width: 55%;
  }
}
@media screen and (min-width: 1180px) {
  .top_logic_head .top_logic_img {
    width: 588px;
    margin-left: -150px;
  }
}
.top_logic_head .top_logic_img img {
  width: 100%;
  height: auto;
}
.top_logic_head .top_logic_title {
  margin-top: 20px;
}
@media screen and (min-width: 640px) {
  .top_logic_head .top_logic_title {
    margin-top: 0px;
    width: 40%;
  }
}
@media screen and (min-width: 1180px) {
  .top_logic_head .top_logic_title {
    width: 480px;
  }
}
.top_logic_head .top_logic_title .logo {
  max-width: 98px;
  margin: 0px auto;
}
@media screen and (min-width: 640px) {
  .top_logic_head .top_logic_title .logo {
    margin: 0px;
  }
}
.top_logic_head .top_logic_title .name {
  margin-top: 10px;
}
@media screen and (min-width: 1366px) {
  .top_logic_head .top_logic_title .name {
    margin-top: 20px;
  }
}
.top_logic_head .top_logic_title .name .sub, .top_logic_head .top_logic_title .name .company {
  display: block;
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 640px) {
  .top_logic_head .top_logic_title .name .sub, .top_logic_head .top_logic_title .name .company {
    text-align: left;
  }
}
.top_logic_head .top_logic_title .name .sub {
  letter-spacing: 0.08em;
  line-height: 1.4em;
  font-size: min(4.2666666667vw, 2rem);
}
@media screen and (min-width: 640px) {
  .top_logic_head .top_logic_title .name .sub {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1180px) {
  .top_logic_head .top_logic_title .name .sub {
    font-size: 1.8rem;
  }
}
.top_logic_head .top_logic_title .name .company {
  margin-top: 10px;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  font-size: min(5.3333333333vw, 2.6rem);
}
@media screen and (min-width: 640px) {
  .top_logic_head .top_logic_title .name .company {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 1180px) {
  .top_logic_head .top_logic_title .name .company {
    font-size: 3.4rem;
    letter-spacing: 0.2em;
  }
}

.top_logic_content {
  margin-top: 30px;
}
@media screen and (min-width: 640px) {
  .top_logic_content {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  .top_logic_content {
    margin-top: 75px;
  }
}
.top_logic_content .head {
  position: relative;
  z-index: 11;
  text-align: center;
}
.top_logic_content .head span {
  display: inline-block;
  line-height: 1.4em;
  font-size: min(4.8vw, 2.4rem);
  font-weight: 700;
  background-color: #333333;
  color: #fff;
  padding: 0.1em 10px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 640px) {
  .top_logic_content .head span {
    font-size: 2rem;
  }
}
@media screen and (min-width: 980px) {
  .top_logic_content .head span {
    font-size: 2.6rem;
  }
}
.top_logic_content .head::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background-color: #333333;
  z-index: -1;
}
@media screen and (min-width: 640px) {
  .top_logic_content .head::after {
    width: 100%;
  }
}
.top_logic_content .marker_title {
  position: relative;
  z-index: 11;
  padding-top: 20px;
}
@media screen and (min-width: 980px) {
  .top_logic_content .marker_title {
    margin-top: 5px;
    padding-top: 20px;
  }
}
.top_logic_content .marker_title:after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-image: url(../../img/common/marker_line_sp.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}
@media screen and (min-width: 980px) {
  .top_logic_content .marker_title:after {
    background-image: url(../../img/common/marker_line.webp);
    background-size: 915px 167px;
  }
}

.top_logic_bottom {
  overflow: hidden;
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  .top_logic_bottom {
    margin-top: -40px;
  }
}
.top_logic_bottom span {
  display: block;
  text-align: center;
  font-size: 13.3333333333vw;
  line-height: 1em;
  margin-bottom: -0.1em;
  color: #E5E5E5;
}
@media screen and (min-width: 640px) {
  .top_logic_bottom span {
    font-size: 9.5vw;
  }
}
@media screen and (min-width: 980px) {
  .top_logic_bottom span {
    font-size: 13rem;
  }
}

#top_strategy {
  padding: 0px 0px;
}
#top_strategy .contents_inner {
  max-width: 100%;
}

.top_strategy_head {
  position: relative;
  z-index: 11;
  padding: 60px 5vw 60px 5vw;
}
@media screen and (min-width: 980px) {
  .top_strategy_head {
    padding: 100px 20px 100px 20px;
  }
}
.top_strategy_head .title {
  position: relative;
  z-index: 11;
}
.top_strategy_head .title .top, .top_strategy_head .title .sub, .top_strategy_head .title .large {
  text-align: center;
}
.top_strategy_head .title .top > span, .top_strategy_head .title .sub > span, .top_strategy_head .title .large > span {
  display: inline-block;
  line-height: 1.2em;
  font-weight: 700;
  padding: 0.1em 10px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 980px) {
  .top_strategy_head .title .top > span, .top_strategy_head .title .sub > span, .top_strategy_head .title .large > span {
    padding: 0.05em 10px 0.1em 10px;
  }
}
@media screen and (min-width: 1180px) {
  .top_strategy_head .title .top > span, .top_strategy_head .title .sub > span, .top_strategy_head .title .large > span {
    letter-spacing: 0.05em;
    padding: 0.1em 8px 0.15em 8px;
  }
}
.top_strategy_head .title .top > span {
  background-color: #003067;
  color: #fff;
  font-size: min(10.6666666667vw, 5rem);
}
@media screen and (min-width: 640px) {
  .top_strategy_head .title .top > span {
    font-size: 6vw;
  }
}
@media screen and (min-width: 980px) {
  .top_strategy_head .title .top > span {
    font-size: 7rem;
  }
}
@media screen and (min-width: 1180px) {
  .top_strategy_head .title .top > span {
    font-size: 8rem;
  }
}
.top_strategy_head .title .sub {
  margin-top: 5px;
}
.top_strategy_head .title .sub > span {
  background-color: #fff;
  color: #003067;
  font-size: min(5.8666666667vw, 2.6rem);
}
@media screen and (max-width: 639px) {
  .top_strategy_head .title .sub > span {
    white-space: nowrap;
    padding: 0.1em 8px;
  }
}
@media screen and (min-width: 640px) {
  .top_strategy_head .title .sub > span {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 980px) {
  .top_strategy_head .title .sub > span {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1180px) {
  .top_strategy_head .title .sub > span {
    letter-spacing: 0.12em;
    font-size: 3.6rem;
  }
}
.top_strategy_head .title .large {
  margin-top: 5px;
}
.top_strategy_head .title .large > span {
  position: relative;
  padding-top: 0.15em;
  padding-bottom: 0.1em;
  background-color: #FFDB12;
  color: #003067;
  font-size: min(10.6666666667vw, 5rem);
}
@media screen and (min-width: 640px) {
  .top_strategy_head .title .large > span {
    font-size: 6.5vw;
  }
}
@media screen and (min-width: 980px) {
  .top_strategy_head .title .large > span {
    font-size: 7rem;
  }
}
@media screen and (min-width: 1180px) {
  .top_strategy_head .title .large > span {
    font-size: 8rem;
  }
}
.top_strategy_head .title .large > span:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: top left 0.2em/1.1em 0.35em repeat-x radial-gradient(circle, #003067 0.04em, rgba(0, 0, 0, 0) 0.04em);
  position: absolute;
  left: 0px;
  top: 0px;
}
@media screen and (min-width: 980px) {
  .top_strategy_head .title .large > span:before {
    background: top left 0.2em/1.02em 0.3em repeat-x radial-gradient(circle, #003067 0.05em, rgba(0, 0, 0, 0) 0.05em);
  }
}
.top_strategy_head .bg {
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.top_strategy_head .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_strategy_head .bottom {
  position: absolute;
  left: 0px;
  bottom: 0px;
  text-align: center;
  color: #fff;
  font-size: 13.3333333333vw;
  line-height: 1em;
  margin-bottom: -0.1em;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 640px) {
  .top_strategy_head .bottom {
    font-size: 9.5vw;
  }
}
@media screen and (min-width: 980px) {
  .top_strategy_head .bottom {
    font-size: 13rem;
    white-space: nowrap;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.top_strategy_content {
  padding: 60px 5vw 60px 5vw;
}
@media screen and (min-width: 980px) {
  .top_strategy_content {
    padding: 100px 5vw 100px 5vw;
  }
}
@media screen and (min-width: 1180px) {
  .top_strategy_content {
    padding: 100px 40px 90px 40px;
  }
}

.top_strategy_content_box {
  background-color: #E5E5E5;
  border-radius: 10px;
  padding: 35px 5vw;
}
@media screen and (min-width: 980px) {
  .top_strategy_content_box {
    max-width: 970px;
    margin: 0px auto;
    padding: 50px 50px;
  }
}
.top_strategy_content_box .title {
  text-align: center;
}
@media screen and (min-width: 980px) {
  .top_strategy_content_box .title {
    margin-bottom: 30px;
  }
}
.top_strategy_content_box .title span {
  display: inline-block;
  line-height: 1.4em;
  font-size: min(5.8666666667vw, 2.6rem);
  font-weight: 700;
  background-color: #333333;
  color: #fff;
  padding: 0.1em 10px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 980px) {
  .top_strategy_content_box .title span {
    font-size: 3.6rem;
    padding: 0.05em 10px;
  }
}

.top_strategy_content_head {
  position: relative;
  z-index: 11;
}
@media screen and (min-width: 640px) {
  .top_strategy_content_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px 30px;
  }
}
@media screen and (min-width: 1180px) {
  .top_strategy_content_head {
    max-width: 753px;
    margin: 0px auto;
  }
}
.top_strategy_content_head .personnel {
  margin-top: 10px;
  padding-top: 20px;
}
@media screen and (min-width: 980px) {
  .top_strategy_content_head .personnel {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 15px;
    margin-top: 0px;
  }
}
.top_strategy_content_head .personnel .num {
  text-align: center;
  font-weight: 700;
  font-size: min(6.9333333333vw, 3.2rem);
  letter-spacing: 0.1em;
}
@media screen and (min-width: 640px) {
  .top_strategy_content_head .personnel .num {
    font-size: 4vw;
  }
}
@media screen and (min-width: 980px) {
  .top_strategy_content_head .personnel .num {
    font-size: 3.6rem;
  }
}
.top_strategy_content_head .personnel .num span {
  font-size: min(18.6666666667vw, 8rem);
  line-height: 1em;
  margin: 0px 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(92%, rgba(255, 255, 255, 0)), color-stop(0%, #FFDB12));
  background-image: linear-gradient(rgba(255, 255, 255, 0) 92%, #FFDB12 0%);
  background-position: bottom 0.25em left 0px;
  letter-spacing: 0.04em;
  margin-right: 0.08em;
}
@media screen and (min-width: 640px) {
  .top_strategy_content_head .personnel .num span {
    font-size: 12.5vw;
  }
}
@media screen and (min-width: 980px) {
  .top_strategy_content_head .personnel .num span {
    font-size: 13rem;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 639px) {
  .top_strategy_content_head .icon {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40.8vw;
    z-index: -1;
  }
}
@media screen and (min-width: 980px) {
  .top_strategy_content_head .icon {
    width: 283px;
  }
}
.top_strategy_content_head .notice {
  margin-top: 20px;
  font-size: min(4.2666666667vw, 1.6rem);
  line-height: 1.5em;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 640px) {
  .top_strategy_content_head .notice {
    margin-top: 7px;
  }
}
@media screen and (min-width: 980px) {
  .top_strategy_content_head .notice {
    max-width: 970px;
  }
}
@media screen and (min-width: 1180px) {
  .top_strategy_content_head .notice {
    max-width: 420px;
    line-height: 1.4em;
    padding-left: 10px;
    padding-right: 40px;
  }
}

.top_strategy_content_bottom {
  margin-top: 20px;
  background-image: repeating-linear-gradient(290deg, #F7F7F7, #F7F7F7 5px, transparent 5px, transparent 8px);
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 5vw;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .top_strategy_content_bottom {
    margin-top: 30px;
    padding: 50px 25px;
  }
}
.top_strategy_content_bottom .head {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: min(4.8vw, 2.2rem);
  line-height: 1.2em;
  font-weight: 700;
  padding: 0px 1.1em;
}
@media screen and (min-width: 980px) {
  .top_strategy_content_bottom .head {
    font-size: 2.6rem;
    padding: 0px 28px;
  }
}
.top_strategy_content_bottom .head .large {
  font-size: min(9.6vw, 4rem);
}
@media screen and (min-width: 640px) {
  .top_strategy_content_bottom .head .large {
    font-size: 6.5vw;
  }
}
@media screen and (min-width: 980px) {
  .top_strategy_content_bottom .head .large {
    font-size: 4.6rem;
  }
}
.top_strategy_content_bottom .head:before, .top_strategy_content_bottom .head:after {
  content: "";
  width: 2px;
  height: 1.5em;
  position: absolute;
  bottom: 0px;
  background-color: #333;
}
@media screen and (min-width: 980px) {
  .top_strategy_content_bottom .head:before, .top_strategy_content_bottom .head:after {
    width: 3px;
  }
}
.top_strategy_content_bottom .head:before {
  left: 0px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.top_strategy_content_bottom .head:after {
  right: 0px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.top_strategy_content_bottom .text {
  margin-top: 10px;
  font-size: min(4.8vw, 2.2rem);
  line-height: 1.2em;
  font-weight: 700;
}
@media screen and (min-width: 980px) {
  .top_strategy_content_bottom .text {
    font-size: 2.6rem;
    line-height: 1.5em;
    margin-top: 10px;
  }
}
.top_strategy_content_bottom .text .large {
  position: relative;
  display: inline-block;
  font-size: min(13.3333333333vw, 6rem);
  line-height: 1.2em;
}
@media screen and (min-width: 640px) {
  .top_strategy_content_bottom .text .large {
    font-size: 6.5vw;
  }
}
@media screen and (min-width: 980px) {
  .top_strategy_content_bottom .text .large {
    font-size: 7rem;
  }
}
.top_strategy_content_bottom .text .large sup {
  position: absolute;
  font-size: 25%;
  line-height: 1em;
  top: 0.5em;
  padding-left: 0.2em;
}
.top_strategy_content_bottom .text .marker {
  margin: 0px 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, rgba(255, 255, 255, 0)), color-stop(0%, #FFDB12));
  background-image: linear-gradient(rgba(255, 255, 255, 0) 85%, #FFDB12 0%);
  background-position: bottom 0.1em left 0px;
}
.top_strategy_content_bottom .text strong {
  font-size: min(5.8666666667vw, 2.6rem);
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 640px) {
  .top_strategy_content_bottom .text strong {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 980px) {
  .top_strategy_content_bottom .text strong {
    font-size: 3.6rem;
    line-height: 1.4em;
    letter-spacing: 0.08em;
  }
}

.top_strategy_content_note {
  max-width: 970px;
  margin: 0px auto;
  margin-top: 10px;
  text-align: right;
}
@media screen and (min-width: 640px) {
  .top_strategy_content_note {
    margin-top: 6px;
    font-size: 1.3rem;
  }
}

#top_strengths {
  padding-bottom: 0px;
}
@media screen and (min-width: 1180px) {
  #top_strengths {
    padding-top: 95px;
  }
}

.top_strengths_content_box {
  margin-top: 30px;
}
@media screen and (max-width: 639px) {
  .top_strengths_content_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 640px) {
  .top_strengths_content_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0px 5%;
  }
}
@media screen and (min-width: 980px) {
  .top_strengths_content_box {
    margin-top: 55px;
  }
}

@media screen and (min-width: 640px) {
  .top_strengths_img {
    width: 40%;
  }
}
@media screen and (min-width: 980px) {
  .top_strengths_img {
    width: 45%;
  }
}
@media screen and (min-width: 1180px) {
  .top_strengths_img {
    width: 588px;
    margin-left: -150px;
  }
}
.top_strengths_img img {
  width: 100%;
  height: auto;
}

.top_strengths_list {
  margin-top: 20px;
}
@media screen and (min-width: 640px) {
  .top_strengths_list {
    margin-top: 0px;
    width: 55%;
  }
}
@media screen and (min-width: 980px) {
  .top_strengths_list {
    width: 50%;
  }
}
@media screen and (min-width: 1180px) {
  .top_strengths_list {
    width: 480px;
  }
}
.top_strengths_list .top_strengths_item {
  padding: 20px 5vw;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px 20px;
}
@media screen and (min-width: 980px) {
  .top_strengths_list .top_strengths_item {
    padding: 20px 20px;
  }
}
@media screen and (min-width: 1180px) {
  .top_strengths_list .top_strengths_item {
    padding: 23px 20px;
  }
}
.top_strengths_list .top_strengths_item:nth-child(odd) {
  background-color: #F7F7F7;
}
.top_strengths_list .top_strengths_item .num {
  position: relative;
  color: #003067;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  padding-right: 20px;
}
@media screen and (min-width: 980px) {
  .top_strengths_list .top_strengths_item .num {
    font-size: 2.6rem;
  }
}
.top_strengths_list .top_strengths_item .num:after {
  content: "";
  width: 1px;
  height: 100%;
  width: 2px;
  position: absolute;
  background-image: url(../../img/common/dot.webp);
  right: 0px;
  top: 0px;
}
.top_strengths_list .top_strengths_item .head {
  font-size: min(3.7333333333vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3em;
}
@media screen and (min-width: 640px) {
  .top_strengths_list .top_strengths_item .head {
    font-size: 2vw;
  }
}
@media screen and (min-width: 980px) {
  .top_strengths_list .top_strengths_item .head {
    font-size: 1.8rem;
  }
}
.top_strengths_list .top_strengths_item .large {
  color: #003067;
  font-size: min(5.8666666667vw, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3em;
}
@media screen and (min-width: 640px) {
  .top_strengths_list .top_strengths_item .large {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 980px) {
  .top_strengths_list .top_strengths_item .large {
    font-size: 3.4rem;
    line-height: 1.25em;
  }
}
@media screen and (min-width: 1180px) {
  .top_strengths_list .top_strengths_item .large {
    margin-top: 8px;
    font-size: 3.6rem;
    letter-spacing: 0.12em;
  }
}

#top_match {
  padding-top: 40px;
  padding-bottom: 0px;
}
@media screen and (min-width: 980px) {
  #top_match {
    padding-top: 70px;
  }
}
@media screen and (min-width: 980px) {
  #top_match .marker_title .title {
    line-height: 1em;
  }
}
@media screen and (min-width: 980px) {
  #top_match .marker_title .title .large {
    line-height: 1.6em;
  }
}
@media screen and (min-width: 980px) {
  #top_match .marker_title .title .large .marker {
    background-position: bottom 9px left 0px;
    display: inline-block;
    margin-bottom: 10px;
  }
}

.top_match_content {
  position: relative;
  margin: 60px -5vw 0px -5vw;
  padding: 60px 5vw;
  background-color: rgba(0, 48, 103, 0.7);
}
@media screen and (min-width: 640px) {
  .top_match_content {
    padding: 70px 30px 60px 30px;
  }
}
.top_match_content .bg {
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.top_match_content .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 640px) {
  .top_match_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px 2%;
  }
}
@media screen and (min-width: 980px) {
  .top_match_list {
    max-width: 970px;
    margin: 0px auto;
  }
}
@media screen and (min-width: 1180px) {
  .top_match_list {
    gap: 0px 17px;
  }
}

.top_match_item {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 5vw;
}
@media screen and (min-width: 640px) {
  .top_match_item {
    padding: 20px 10px;
    width: 32.666%;
  }
}
@media screen and (min-width: 980px) {
  .top_match_item {
    padding: 30px 20px 20px 20px;
  }
}
@media screen and (min-width: 1180px) {
  .top_match_item {
    width: 312px;
  }
}
@media screen and (max-width: 639px) {
  .top_match_item + .top_match_item {
    margin-top: 20px;
  }
}
.top_match_item .label {
  border-radius: 10px 0px 10px 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #003067;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2em;
  padding: 20px 15px 10px 15px;
  font-size: 1.6rem;
}
@media screen and (min-width: 640px) {
  .top_match_item .label {
    padding: 15px 10px 10px 10px;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 980px) {
  .top_match_item .label {
    padding: 20px 15px 20px 15px;
    font-size: 1.6rem;
  }
}
.top_match_item .label span {
  text-align: center;
  display: block;
  font-size: 2.6rem;
  line-height: 1.3em;
}
@media screen and (min-width: 640px) {
  .top_match_item .label span {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 980px) {
  .top_match_item .label span {
    line-height: 1em;
    font-size: 2.6rem;
  }
}
.top_match_item .img {
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  .top_match_item .img {
    margin-bottom: 15px;
  }
}
.top_match_item .img img {
  width: 100%;
  height: auto;
}
.top_match_item .title {
  text-align: center;
  font-size: min(5.8666666667vw, 2.6rem);
  line-height: 1.4em;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .top_match_item .title {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 980px) {
  .top_match_item .title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1180px) {
  .top_match_item .title {
    font-size: 2.6rem;
  }
}
.top_match_item .title .highlight {
  display: inline-block;
  background-color: #FFDB12;
  color: #003067;
  padding: 0.1em 10px;
  letter-spacing: 0.08em;
  margin: 0px 3px;
}
@media screen and (min-width: 640px) {
  .top_match_item .title .highlight {
    padding: 0.1em 5px;
  }
}
.top_match_item .text {
  margin-top: 10px;
  font-size: min(4.2666666667vw, 1.8rem);
  line-height: 1.6em;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 640px) {
  .top_match_item .text {
    font-size: min(2.2vw, 1.6rem);
  }
}
@media screen and (min-width: 980px) {
  .top_match_item .text {
    margin-top: 8px;
    font-size: 1.6rem;
    letter-spacing: 0.11em;
  }
}
.top_match_item .text strong {
  font-weight: 700;
}

.top_match_item:nth-child(2) .label {
  background-color: #0652A8;
}
.top_match_item:nth-child(3) .label {
  background-color: #4985C9;
}

#top_professional {
  padding: 0px;
}
#top_professional .contents_inner {
  max-width: 100%;
}

.top_professional_head {
  background-color: #003067;
  color: #fff;
  padding: 40px 5vw 0px 5vw;
}
@media screen and (min-width: 640px) {
  .top_professional_head {
    padding: 30px 30px 0px 30px;
  }
}
@media screen and (min-width: 980px) {
  .top_professional_head {
    padding: 45px 30px 50px 30px;
  }
}
@media screen and (min-width: 640px) {
  .top_professional_head .top_professional_head_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0px 5%;
  }
}
@media screen and (min-width: 980px) {
  .top_professional_head .top_professional_head_inner {
    gap: 0px 20px;
  }
}
@media screen and (min-width: 1180px) {
  .top_professional_head .top_professional_head_inner {
    max-width: 960px;
    margin: 0px auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 30px;
  }
}
.top_professional_head .title_area {
  text-align: center;
}
.top_professional_head .title_area .top, .top_professional_head .title_area .title {
  display: block;
  text-align: center;
  line-height: 1.4em;
  font-weight: 700;
}
.top_professional_head .title_area .top {
  font-size: min(4.8vw, 2.2rem);
}
@media screen and (min-width: 640px) {
  .top_professional_head .title_area .top {
    font-size: 3vw;
  }
}
@media screen and (min-width: 980px) {
  .top_professional_head .title_area .top {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1180px) {
  .top_professional_head .title_area .top {
    letter-spacing: 0.1em;
  }
}
.top_professional_head .title_area .title {
  display: block;
}
.top_professional_head .title_area .title span {
  position: relative;
  margin-top: 8px;
  font-size: min(5.8666666667vw, 2.8rem);
  font-weight: 700;
  color: #003067;
  background-color: #fff;
  padding: 0.5em 0px;
  border-radius: 100px;
}
@media screen and (max-width: 639px) {
  .top_professional_head .title_area .title span {
    display: inline-block;
    width: 100%;
  }
}
@media screen and (min-width: 640px) {
  .top_professional_head .title_area .title span {
    display: inline-block;
    padding: 0.5em 60px;
    font-size: 3vw;
  }
}
@media screen and (min-width: 980px) {
  .top_professional_head .title_area .title span {
    margin-top: 10px;
    padding: 15px 30px;
    font-size: 3.6rem;
    line-height: 1em;
  }
}
@media screen and (min-width: 1180px) {
  .top_professional_head .title_area .title span {
    margin-top: 13px;
    padding: 18px 45px 18px 30px;
    letter-spacing: 0.085em;
  }
}
.top_professional_head .title_area .title span:before {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  background-image: url(../../img/common/icon_moya02.svg);
  width: 26px;
  height: 23px;
  right: 0%;
  top: -18px;
}
@media screen and (min-width: 980px) {
  .top_professional_head .title_area .title span:before {
    width: 40px;
    height: 35px;
  }
}
.top_professional_head .icon {
  width: 92px;
  margin: 10px auto 0px auto;
}
@media screen and (min-width: 640px) {
  .top_professional_head .icon {
    margin: 0px;
  }
}
@media screen and (min-width: 980px) {
  .top_professional_head .icon {
    width: 138px;
  }
}

.top_professional_content {
  background-color: #F7F7F7;
  padding: 0px 5vw 60px 5vw;
}
@media screen and (min-width: 980px) {
  .top_professional_content {
    padding: 0px 40px 100px 40px;
  }
}
.top_professional_content .highlight_content {
  margin-top: 30px;
}
@media screen and (min-width: 980px) {
  .top_professional_content .highlight_content {
    margin-top: 40px;
  }
}
.top_professional_content .highlight_content._top {
  position: relative;
  z-index: 11;
  top: -30px;
  margin-bottom: -30px;
  margin-top: 0px;
}
@media screen and (min-width: 640px) {
  .top_professional_content .highlight_content._top {
    top: -20px;
    margin-bottom: -20px;
  }
}
@media screen and (min-width: 980px) {
  .top_professional_content .highlight_content._top {
    top: -60px;
    margin-bottom: -60px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1180px) {
  .top_professional_content .highlight_content._top .highlight_content_sub {
    margin-top: 15px;
  }
}
.top_professional_content .highlight_content._top:after {
  content: "";
  background: #333333;
  height: 12.9903810568px;
  width: 30px;
  margin-left: -15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: -15px;
  z-index: -1;
}

.top_professional_handle {
  max-width: 970px;
  margin: 0px auto;
  margin-top: 25px;
  background-color: #fff;
  padding: 40px 5vw 40px 5vw;
  border-radius: 10px;
}
@media screen and (min-width: 980px) {
  .top_professional_handle {
    padding: 50px 50px 60px 50px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 640px) {
  .top_professional_handle .handle_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0px 5%;
  }
}
@media screen and (min-width: 980px) {
  .top_professional_handle .handle_head {
    gap: 0px 70px;
  }
}
.top_professional_handle .head {
  font-size: min(4.2666666667vw, 1.8rem);
  font-weight: 700;
}
.top_professional_handle .handle_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0px 15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .top_professional_handle .handle_title {
    margin-bottom: 0px;
    width: 40%;
  }
}
@media screen and (min-width: 980px) {
  .top_professional_handle .handle_title {
    display: block;
    width: 225px;
  }
}
.top_professional_handle .handle_title .icon {
  width: 32px;
}
@media screen and (min-width: 980px) {
  .top_professional_handle .handle_title .icon {
    width: 50px;
    margin-bottom: 12px;
  }
}
.top_professional_handle .handle_title .title {
  color: #003067;
  font-size: min(4.2666666667vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5em;
}
@media screen and (min-width: 640px) {
  .top_professional_handle .handle_title .title {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 980px) {
  .top_professional_handle .handle_title .title {
    font-size: 1.8rem;
  }
}
.top_professional_handle .handle_title .title span {
  display: block;
  font-size: min(5.8666666667vw, 2.6rem);
}
@media screen and (min-width: 640px) {
  .top_professional_handle .handle_title .title span {
    line-height: 1.3em;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 980px) {
  .top_professional_handle .handle_title .title span {
    font-size: 3.6rem;
    line-height: 1.4em;
  }
}
@media screen and (min-width: 1180px) {
  .top_professional_handle .handle_title .title span {
    line-height: 1.55em;
  }
}
.top_professional_handle .handle_list {
  margin-top: 20px;
}
@media screen and (min-width: 640px) {
  .top_professional_handle .handle_list {
    margin-top: 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.top_professional_handle .handle_item {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.4em;
  font-size: min(4.2666666667vw, 1.8rem);
  letter-spacing: 0.08em;
}
@media screen and (min-width: 640px) {
  .top_professional_handle .handle_item {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 980px) {
  .top_professional_handle .handle_item {
    font-size: 1.8rem;
  }
}
.top_professional_handle .handle_item:before {
  content: "・";
  position: absolute;
  left: 0px;
  top: 0.7em;
  line-height: 1em;
  margin-top: -0.5em;
}
.top_professional_handle .handle_item + .handle_item {
  margin-top: 15px;
}
@media screen and (min-width: 980px) {
  .top_professional_handle .handle_item + .handle_item {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1180px) {
  .top_professional_handle .handle_item + .handle_item {
    margin-top: 19px;
  }
}
.top_professional_handle .marker_title {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 2px dotted #BEBEBE;
}
@media screen and (min-width: 980px) {
  .top_professional_handle .marker_title {
    margin-top: 50px;
    padding-top: 25px;
  }
}
@media screen and (min-width: 1180px) {
  .top_professional_handle .marker_title .title {
    line-height: 1.3em;
  }
}

.top_professional_flow {
  max-width: 970px;
  margin: 60px auto 0px auto;
}
@media screen and (min-width: 980px) {
  .top_professional_flow {
    margin-top: 45px;
  }
}
.top_professional_flow .flow_title {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 980px) {
  .top_professional_flow .flow_title {
    margin-bottom: 40px;
  }
}
.top_professional_flow .flow_title span {
  display: inline-block;
  line-height: 1.4em;
  font-size: min(5.8666666667vw, 2.6rem);
  font-weight: 700;
  background-color: #003067;
  color: #fff;
  padding: 0.1em 10px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 980px) {
  .top_professional_flow .flow_title span {
    padding: 8px 10px;
    line-height: 1em;
    font-size: 3.6rem;
  }
}
.top_professional_flow .flow_list {
  position: relative;
}
@media screen and (min-width: 640px) {
  .top_professional_flow .flow_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px 2%;
  }
}
@media screen and (min-width: 980px) {
  .top_professional_flow .flow_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0px;
  }
}
@media screen and (min-width: 1180px) {
  .top_professional_flow .flow_list {
    gap: 0px 34px;
  }
}
@media screen and (min-width: 640px) {
  .top_professional_flow .flow_list:after {
    content: "";
    width: 100%;
    height: 3px;
    border-top: 3px dotted #003067;
    position: absolute;
    left: 0px;
    top: 50%;
  }
}
.top_professional_flow .flow_item {
  position: relative;
  max-width: 50%;
  margin: 0px auto;
}
@media screen and (min-width: 640px) {
  .top_professional_flow .flow_item {
    z-index: 11;
    width: 23.5%;
  }
}
@media screen and (min-width: 980px) {
  .top_professional_flow .flow_item {
    width: 216px;
  }
}
@media screen and (max-width: 639px) {
  .top_professional_flow .flow_item + .flow_item {
    margin-top: 25px;
  }
}
.top_professional_flow .flow_item .text {
  font-size: min(4.5333333333vw, 2.1rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4em;
  text-align: center;
  margin-top: 5px;
}
@media screen and (min-width: 640px) {
  .top_professional_flow .flow_item .text {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 980px) {
  .top_professional_flow .flow_item .text {
    margin-top: 10px;
    font-size: 2.3rem;
  }
}

#top_trouble {
  padding: 0px;
}
#top_trouble .contents_inner {
  max-width: 100%;
}

.top_trouble_head {
  padding: 30px 5vw 30px 5vw;
}
@media screen and (min-width: 980px) {
  .top_trouble_head {
    padding: 60px 40px 60px 40px;
  }
}
.top_trouble_head .title_area .top, .top_trouble_head .title_area .title {
  display: block;
  text-align: center;
  font-weight: 700;
}
.top_trouble_head .title_area .top {
  font-size: min(4.8vw, 2.2rem);
  line-height: 1.7em;
}
@media screen and (max-width: 639px) {
  .top_trouble_head .title_area .top {
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 640px) {
  .top_trouble_head .title_area .top {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 980px) {
  .top_trouble_head .title_area .top {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1180px) {
  .top_trouble_head .title_area .top {
    line-height: 1.5em;
    letter-spacing: 0.1em;
  }
}
.top_trouble_head .title_area .title {
  margin-top: 8px;
  font-size: min(5.8666666667vw, 2.8rem);
  line-height: 1.5em;
}
@media screen and (max-width: 639px) {
  .top_trouble_head .title_area .title {
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 640px) {
  .top_trouble_head .title_area .title {
    font-size: 3.8vw;
  }
}
@media screen and (min-width: 980px) {
  .top_trouble_head .title_area .title {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1180px) {
  .top_trouble_head .title_area .title {
    letter-spacing: 0.08em;
  }
}
.top_trouble_head .title_area .maker {
  margin: 0px 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, rgba(255, 255, 255, 0)), color-stop(0%, #FFDB12));
  background-image: linear-gradient(rgba(255, 255, 255, 0) 85%, #FFDB12 0%);
  background-position: bottom 2px left 0px;
}

.top_trouble_content .head {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0055b5), to(#002857));
  background-image: linear-gradient(180deg, #0055b5, #002857);
  padding: 0px 5vw 0px 5vw;
}
@media screen and (min-width: 640px) {
  .top_trouble_content .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0px 40px 0px 40px;
  }
}
@media screen and (max-width: 979px) {
  .top_trouble_content .head .img {
    max-width: 51.4666666667vw;
    margin: 0px auto;
  }
}
@media screen and (min-width: 980px) {
  .top_trouble_content .head .img {
    width: 386px;
    height: 338px;
  }
}
@media screen and (min-width: 980px) {
  .top_trouble_content .head .img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top_trouble_content .head .text {
  margin-top: -8vw;
}
@media screen and (min-width: 640px) {
  .top_trouble_content .head .text {
    margin-top: 0px;
    text-align: right;
    margin-left: -12%;
  }
}
@media screen and (min-width: 1180px) {
  .top_trouble_content .head .text {
    margin-left: -50px;
  }
}
.top_trouble_content .head .text img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 980px) {
  .top_trouble_content .head .text img {
    max-width: 618px;
  }
}
@media screen and (min-width: 640px) {
  .top_trouble_content .head:before {
    content: "";
    background: #fff;
    height: 12.9903810568px;
    width: 17px;
    margin-left: -8px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    left: 50%;
    top: -1px;
    z-index: 11;
  }
}
@media screen and (min-width: 980px) {
  .top_trouble_content .head:before {
    width: 30px;
    margin-left: -15px;
    height: 17.3205080757px;
  }
}
.top_trouble_content .label {
  padding: 30px 0px;
  background-color: #001834;
}
.top_trouble_content .label .text {
  color: #FFDB12;
  text-align: center;
  font-weight: 700;
  line-height: 1.8em;
  letter-spacing: 0.08em;
  font-size: min(4.8vw, 2.2rem);
}
@media screen and (min-width: 980px) {
  .top_trouble_content .label .text {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1180px) {
  .top_trouble_content .label .text {
    letter-spacing: 0.12em;
  }
}
.top_trouble_content .label .text strong {
  font-size: min(5.8666666667vw, 2.8rem);
}
@media screen and (min-width: 980px) {
  .top_trouble_content .label .text strong {
    font-size: 3.6rem;
  }
}

.top_trouble_support {
  padding: 30px 5vw 30px 5vw;
}
@media screen and (min-width: 640px) {
  .top_trouble_support {
    padding: 50px 30px 50px 30px;
  }
}
@media screen and (min-width: 980px) {
  .top_trouble_support {
    padding: 60px 30px 60px 30px;
  }
}
.top_trouble_support .marker_title {
  text-align: center;
  max-width: 970px;
  margin: 0px auto;
}
.top_trouble_support .marker_title .label {
  display: inline;
  line-height: 1.4em;
  font-size: min(5.8666666667vw, 2.8rem);
  font-weight: 700;
  background-color: #333333;
  color: #fff;
  padding: 0.1em 10px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 640px) {
  .top_trouble_support .marker_title .label {
    display: inline-block;
    font-size: 3vw;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 980px) {
  .top_trouble_support .marker_title .label {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1180px) {
  .top_trouble_support .marker_title .label {
    line-height: 1em;
    padding: 7px 10px;
    letter-spacing: 0.13em;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 639px) {
  .top_trouble_support .marker_title .title {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1180px) {
  .top_trouble_support .marker_title .title {
    line-height: 1em;
  }
}
@media screen and (min-width: 1180px) {
  .top_trouble_support .marker_title .large {
    line-height: 1.45em;
    letter-spacing: 0.13em;
  }
}
@media screen and (min-width: 1180px) {
  .top_trouble_support .marker_title .large .marker {
    letter-spacing: 0.05em;
  }
}
.top_trouble_support .support_box {
  max-width: 970px;
  margin: 30px auto 0px auto;
  padding: 40px 5vw 40px 5vw;
  background-color: #F7F7F7;
  border-radius: 10px;
}
@media screen and (min-width: 640px) {
  .top_trouble_support .support_box {
    padding: 30px 5vw 30px 5vw;
  }
}
@media screen and (min-width: 980px) {
  .top_trouble_support .support_box {
    margin-top: 60px;
    padding: 60px 50px 60px 50px;
  }
}

@media screen and (min-width: 640px) {
  .support_box_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px 5%;
  }
}

@media screen and (min-width: 640px) {
  .support_box_column {
    width: 45%;
  }
}
.support_box_column .label {
  text-align: center;
}
@media screen and (min-width: 980px) {
  .support_box_column .label {
    text-align: left;
  }
}
.support_box_column .label span {
  display: inline-block;
  line-height: 1.4em;
  font-size: min(4.8vw, 2.2rem);
  font-weight: 700;
  background-color: #333333;
  color: #fff;
  padding: 0.1em 10px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 640px) {
  .support_box_column .label span {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 980px) {
  .support_box_column .label span {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1180px) {
  .support_box_column .label span {
    line-height: 1em;
    padding: 5px 10px;
    letter-spacing: 0.05em;
  }
}
.support_box_column .text {
  margin-top: 8px;
  font-weight: 700;
  font-size: min(4.2666666667vw, 2rem);
  line-height: 1.2em;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .support_box_column .text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 980px) {
  .support_box_column .text {
    margin-top: 10px;
    text-align: left;
    font-size: 1.8rem;
  }
}
.support_box_column .support_list {
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  .support_box_column .support_list {
    margin-top: 30px;
  }
}

.support_item {
  position: relative;
  padding-left: 35px;
  font-size: min(4.2666666667vw, 1.6rem);
}
@media screen and (min-width: 640px) {
  .support_item {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 980px) {
  .support_item {
    line-height: 1.7em;
    font-size: 1.8rem;
  }
}
.support_item + .support_item {
  margin-top: 10px;
}
@media screen and (min-width: 980px) {
  .support_item + .support_item {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1180px) {
  .support_item + .support_item {
    margin-top: 11px;
  }
}
.support_item .num {
  display: inline-block;
  font-size: 1.2rem;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-color: #fff;
  text-align: center;
  color: #BEBEBE;
  border-radius: 50%;
  padding-top: 1px;
  padding-left: 1px;
  position: absolute;
  left: 0px;
  top: 0px;
  margin-top: -2px;
}
@media screen and (min-width: 980px) {
  .support_item .num {
    margin-top: 1px;
  }
}

.support_box_column._optional {
  position: relative;
}
@media screen and (max-width: 639px) {
  .support_box_column._optional {
    border-top: 2px dotted #BEBEBE;
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media screen and (min-width: 640px) {
  .support_box_column._optional {
    width: 50%;
    border-left: 2px dotted #BEBEBE;
    padding-left: 5%;
  }
}
@media screen and (min-width: 980px) {
  .support_box_column._optional {
    padding-left: 10%;
  }
}
@media screen and (min-width: 1180px) {
  .support_box_column._optional {
    padding-left: 11.5%;
  }
}
.support_box_column._optional:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../../img/common/icon_plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  margin-top: -13px;
}
@media screen and (max-width: 639px) {
  .support_box_column._optional:before {
    left: 50%;
    top: 0px;
    margin-left: -15px;
  }
}
@media screen and (min-width: 640px) {
  .support_box_column._optional:before {
    left: 0px;
    top: 50%;
    margin-left: -13px;
  }
}
@media screen and (min-width: 980px) {
  .support_box_column._optional:before {
    width: 40px;
    height: 40px;
    margin-left: -21px;
  }
}
.support_box_column._optional .label span {
  background-color: #5CB9F4;
}
.support_box_column._optional .text {
  color: #5CB9F4;
}
.support_box_column._optional .support_item .num {
  background-color: #F2FCFF;
  color: #5CB9F4;
}

.support_box + .highlight_content {
  margin-top: 30px;
}
@media screen and (min-width: 980px) {
  .support_box + .highlight_content {
    margin-top: 45px;
  }
}

#top_worker {
  background-color: #E5E5E5;
}
@media screen and (min-width: 1180px) {
  #top_worker {
    padding-top: 135px;
  }
}
@media screen and (min-width: 980px) {
  #top_worker .box_title {
    margin-bottom: 0px;
  }
}

.top_voice_content {
  margin-top: 25px;
}
@media screen and (min-width: 640px) {
  .top_voice_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px 2%;
  }
}
@media screen and (min-width: 980px) {
  .top_voice_content {
    margin-top: -15px;
  }
}

.top_voice_box {
  position: relative;
  background-color: #fff;
  border: 2px solid #003067;
  padding: 30px 5vw 30px 5vw;
  border-radius: 10px;
}
@media screen and (min-width: 640px) {
  .top_voice_box {
    padding: 20px 2vw;
    width: 32%;
  }
}
@media screen and (min-width: 980px) {
  .top_voice_box {
    border-width: 3px;
    padding: 25px 20px;
  }
}
@media screen and (max-width: 639px) {
  .top_voice_box + .top_voice_box {
    margin-top: 10px;
  }
}
.top_voice_box .head {
  position: relative;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 20px;
}
@media screen and (min-width: 640px) {
  .top_voice_box .head {
    gap: 0px 5%;
  }
}
@media screen and (min-width: 1180px) {
  .top_voice_box .head {
    gap: 0px 15px;
  }
}
.top_voice_box .head .img {
  width: 40%;
}
@media screen and (min-width: 640px) {
  .top_voice_box .head .img {
    width: 35%;
  }
}
@media screen and (min-width: 980px) {
  .top_voice_box .head .img {
    width: 120px;
  }
}
.top_voice_box .head .img img {
  width: 100%;
  height: auto;
}
.top_voice_box .head .status {
  font-size: 1.2rem;
  line-height: 1.4em;
}
@media screen and (min-width: 640px) {
  .top_voice_box .head .status {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1180px) {
  .top_voice_box .head .status {
    font-size: 1.4rem;
  }
}
.top_voice_box .head .belong {
  display: inline-block;
  color: #fff;
  background-color: #003067;
  padding: 0.2em 8px;
  border-radius: 100px;
  line-height: 1.2em;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
}
@media screen and (min-width: 640px) {
  .top_voice_box .head .belong {
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 980px) {
  .top_voice_box .head .belong {
    font-size: 1.4rem;
  }
}
.top_voice_box .head .name {
  color: #003067;
  font-weight: 700;
  font-size: min(4.2666666667vw, 2rem);
  line-height: 1.2em;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 640px) {
  .top_voice_box .head .name {
    font-size: 2vw;
  }
}
@media screen and (min-width: 980px) {
  .top_voice_box .head .name {
    font-size: 1.6rem;
  }
}
.top_voice_box .head .name span {
  font-size: min(4.8vw, 2.2rem);
  padding-right: 3px;
}
@media screen and (min-width: 640px) {
  .top_voice_box .head .name span {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 980px) {
  .top_voice_box .head .name span {
    font-size: 1.7rem;
  }
}
.top_voice_box .text {
  position: relative;
  z-index: 11;
  margin-top: 10px;
  font-size: min(4.2666666667vw, 1.8rem);
  line-height: 1.6em;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 640px) {
  .top_voice_box .text {
    font-size: min(2.3vw, 1.6rem);
  }
}
@media screen and (min-width: 980px) {
  .top_voice_box .text {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}
.top_voice_box .text strong {
  font-weight: 700;
}
.top_voice_box .num {
  color: #F7F7F7;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: min(20.2666666667vw, 8rem);
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 640px) {
  .top_voice_box .num {
    font-size: 8vw;
  }
}
@media screen and (min-width: 980px) {
  .top_voice_box .num {
    font-size: 7.6rem;
    right: 15px;
  }
}

.top_present {
  background-color: #003067;
}

.present_head {
  position: relative;
  z-index: 11;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 980px) {
  .present_head {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 640px) {
  .present_head > span {
    display: inline-block;
    line-height: 1.4em;
    font-size: 3vw;
    font-weight: 700;
    background-color: #FFDB12;
    color: #003067;
    padding: 0.1em 10px;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 980px) {
  .present_head > span {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1180px) {
  .present_head > span {
    line-height: 1em;
    letter-spacing: 0.1em;
    padding: 4px 10px;
  }
}
@media screen and (max-width: 639px) {
  .present_head > span > span {
    display: inline-block;
    line-height: 1.4em;
    font-size: min(4.8vw, 2.2rem);
    font-weight: 700;
    background-color: #FFDB12;
    color: #003067;
    padding: 0.1em 10px;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 639px) {
  .present_head > span > span + span {
    margin-top: -1px;
  }
}
.present_head:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  background-color: #FFDB12;
  z-index: -1;
}
@media screen and (min-width: 640px) {
  .present_head:after {
    width: 100%;
  }
}

@media screen and (max-width: 639px) {
  .top_present_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 640px) {
  .top_present_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0px 5%;
  }
}
@media screen and (min-width: 980px) {
  .top_present_content {
    gap: 0px 60px;
  }
}
@media screen and (min-width: 640px) {
  .top_present_content .img {
    width: 38%;
  }
}
@media screen and (min-width: 1180px) {
  .top_present_content .img {
    width: 430px;
  }
}
.top_present_content .img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 639px) {
  .top_present_content .content {
    margin-top: 20px;
  }
}
@media screen and (min-width: 640px) {
  .top_present_content .content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.top_present_content .present_title .top, .top_present_content .present_title .title {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 1.7em;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 640px) {
  .top_present_content .present_title .top, .top_present_content .present_title .title {
    text-align: left;
  }
}
.top_present_content .present_title .top {
  font-size: min(4.8vw, 2.2rem);
}
@media screen and (min-width: 640px) {
  .top_present_content .present_title .top {
    font-size: 4vw;
  }
}
@media screen and (min-width: 980px) {
  .top_present_content .present_title .top {
    font-size: 2.6rem;
    line-height: 1.5em;
  }
}
.top_present_content .present_title .title {
  font-size: min(5.8666666667vw, 2.6rem);
}
@media screen and (max-width: 639px) {
  .top_present_content .present_title .title {
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 640px) {
  .top_present_content .present_title .title {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 980px) {
  .top_present_content .present_title .title {
    font-size: 3.6rem;
    line-height: 1.4em;
  }
}
.top_present_content .present_title .large, .top_present_content .present_title .color {
  color: #FFDB12;
}
.top_present_content .present_title .large {
  font-size: min(10.6666666667vw, 5rem);
  line-height: 1.4em;
  margin: 0px 3px;
}
@media screen and (max-width: 639px) {
  .top_present_content .present_title .large {
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 640px) {
  .top_present_content .present_title .large {
    font-size: 6.5vw;
  }
}
@media screen and (min-width: 980px) {
  .top_present_content .present_title .large {
    font-size: 8rem;
  }
}
@media screen and (min-width: 1180px) {
  .top_present_content .present_title .large {
    line-height: 1.2em;
  }
}
.top_present_content .list {
  margin-top: 20px;
  padding: 20px 5vw;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 640px) {
  .top_present_content .list {
    padding: 20px 3vw;
  }
}
@media screen and (min-width: 980px) {
  .top_present_content .list {
    margin-top: 35px;
    padding: 30px 20px 25px 20px;
  }
}
.top_present_content .list .item {
  position: relative;
  padding-left: 30px;
  line-height: 1.6em;
  font-size: min(4.2666666667vw, 1.8rem);
  color: #003067;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 640px) {
  .top_present_content .list .item {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 980px) {
  .top_present_content .list .item {
    font-size: 1.8rem;
  }
}
.top_present_content .list .item::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0px;
  width: 18px;
  height: 18px;
  background-image: url(../../img/common/icon_check02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.top_present_content .list .item + .item {
  margin-top: 10px;
}

#top_customer {
  background-color: #E5E5E5;
}
@media screen and (min-width: 1180px) {
  #top_customer {
    padding-top: 95px;
    padding-bottom: 95px;
  }
}
@media screen and (min-width: 980px) {
  #top_customer .box_title {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 980px) {
  #top_customer .box_title .top {
    font-size: 4.6rem;
    line-height: 1.4em;
  }
}

#top_cost {
  padding: 0px 0px;
}
#top_cost .contents_inner {
  max-width: 100%;
}

.top_cost_head {
  color: #fff;
  background-color: #003067;
  padding: 30px 5vw 60px 5vw;
}
@media screen and (min-width: 980px) {
  .top_cost_head {
    padding: 40px 40px 80px 40px;
  }
}
.top_cost_head .title {
  text-align: center;
}
.top_cost_head .title .top, .top_cost_head .title .label {
  display: block;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.top_cost_head .title .top {
  font-size: min(4.8vw, 2.2rem);
}
@media screen and (min-width: 980px) {
  .top_cost_head .title .top {
    font-size: 2.6rem;
  }
}
.top_cost_head .title .label {
  margin-top: 15px;
}
@media screen and (min-width: 980px) {
  .top_cost_head .title .label {
    margin-top: 10px;
  }
}
.top_cost_head .title .label span {
  display: inline-block;
  font-size: min(5.8666666667vw, 2.6rem);
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 0.08em;
  background-color: #fff;
  color: #003067;
  padding: 0.1em 10px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 980px) {
  .top_cost_head .title .label span {
    font-size: 3.6rem;
    line-height: 1em;
    padding: 8px 10px;
    letter-spacing: 0.1em;
  }
}

.top_cost_content {
  max-width: 970px;
  margin: 0px auto;
  padding: 0px 5vw 60px 5vw;
}
@media screen and (min-width: 980px) {
  .top_cost_content {
    padding: 0px 30px 110px 30px;
  }
}
@media screen and (min-width: 1180px) {
  .top_cost_content {
    padding: 0px 0px 110px 0px;
  }
}

.top_cost_img {
  margin: -30px auto 0px auto;
  padding: 5px 5px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.3));
}
@media screen and (min-width: 980px) {
  .top_cost_img {
    margin-top: -40px;
  }
}
@media screen and (min-width: 1180px) {
  .top_cost_img {
    padding: 5px 2px;
  }
}
.top_cost_img + .highlight_content {
  margin-top: 30px;
}
@media screen and (min-width: 980px) {
  .top_cost_img + .highlight_content {
    margin-top: 40px;
  }
}
.top_cost_img img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1180px) {
  #top_reason {
    padding-bottom: 105px;
  }
}
@media screen and (min-width: 980px) {
  #top_reason .box_title .top {
    font-size: 4.6rem;
    line-height: 1.4em;
  }
}

.top_reason_content {
  margin-top: 30px;
}

.top_reason_box + .top_reason_box {
  margin-top: 20px;
}
.top_reason_box:nth-child(even) .content {
  background-color: #E5E5E5;
}
.top_reason_box:nth-child(even) .content .bottom {
  color: #F7F7F7;
}
.top_reason_box .head {
  background-color: #003067;
  color: #fff;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px 10px 0px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 980px) {
  .top_reason_box .head {
    padding: 15px 20px;
  }
}
.top_reason_box .head .num {
  font-size: min(4.8vw, 2.2rem);
  line-height: 1.8em;
  font-weight: 700;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 2px dotted #fff;
}
@media screen and (min-width: 640px) {
  .top_reason_box .head .num {
    font-size: 2rem;
  }
}
@media screen and (min-width: 980px) {
  .top_reason_box .head .num {
    padding-top: 5px;
    font-size: 2.6rem;
  }
}
.top_reason_box .head .title {
  font-size: min(5.8666666667vw, 2.6rem);
  line-height: 1.4em;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .top_reason_box .head .title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 980px) {
  .top_reason_box .head .title {
    font-size: 3.6rem;
  }
}
.top_reason_box .content {
  background-color: #F7F7F7;
  padding: 20px 5vw;
  border-radius: 0px 0px 10px 10px;
}
@media screen and (min-width: 980px) {
  .top_reason_box .content {
    padding: 40px 50px;
  }
}
@media screen and (min-width: 1180px) {
  .top_reason_box .content {
    padding: 25px 50px 10px 50px;
  }
}
.top_reason_box .content .headline {
  font-size: min(5.8666666667vw, 2.6rem);
  line-height: 1.6em;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 640px) {
  .top_reason_box .content .headline {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 980px) {
  .top_reason_box .content .headline {
    font-size: 3.6rem;
    line-height: 1.5em;
  }
}
.top_reason_box .content .headline .large {
  font-size: min(10.6666666667vw, 5rem);
  line-height: 1.2em;
}
@media screen and (min-width: 640px) {
  .top_reason_box .content .headline .large {
    font-size: 6.5vw;
  }
}
@media screen and (min-width: 980px) {
  .top_reason_box .content .headline .large {
    font-size: 7rem;
    line-height: 1.5em;
  }
}
.top_reason_box .content .headline .marker {
  margin: 0px 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, rgba(255, 255, 255, 0)), color-stop(0%, #FFDB12));
  background-image: linear-gradient(rgba(255, 255, 255, 0) 85%, #FFDB12 0%);
  background-position: bottom 0.1em left 0px;
  margin: 0px 3px 0px 0px;
}
.top_reason_box .content .intro {
  margin-top: 15px;
}
@media screen and (min-width: 1180px) {
  .top_reason_box .content .intro {
    margin-top: 25px;
  }
}
.top_reason_box .content .intro .text {
  font-size: min(4.2666666667vw, 1.8rem);
  line-height: 1.6em;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 640px) {
  .top_reason_box .content .intro .text {
    font-size: 1.6rem;
  }
}
.top_reason_box .content .bottom {
  margin-top: 25px;
  color: #E5E5E5;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .top_reason_box .content .bottom {
    margin-top: 30px;
  }
}

#top_reason_02 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #F2FCFF;
}
#top_reason_02 .highlight_content {
  position: relative;
  z-index: 11;
  top: -30px;
  margin-bottom: -30px;
}
#top_reason_02 .highlight_content:after {
  content: "";
  background: #333333;
  height: 12.9903810568px;
  width: 30px;
  margin-left: -15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: -15px;
  z-index: -1;
}
@media screen and (min-width: 1180px) {
  #top_reason_02 .highlight_content:after {
    height: 17.3205080757px;
    bottom: -20px;
  }
}

.top_reason_support {
  margin-top: 40px;
  background-color: #fff;
  padding: 0px 5vw 30px 5vw;
  border-radius: 10px;
}
@media screen and (min-width: 980px) {
  .top_reason_support {
    margin-top: 65px;
    padding: 0px 50px 55px 50px;
  }
}
.top_reason_support .column + .column {
  margin-top: 35px;
}
@media screen and (min-width: 980px) {
  .top_reason_support .column + .column {
    margin-top: 55px;
  }
}
.top_reason_support .label {
  text-align: center;
}
@media screen and (min-width: 1180px) {
  .top_reason_support .label {
    max-width: 80%;
    margin: 0px auto;
  }
}
.top_reason_support .label span {
  display: inline-block;
  font-size: min(4.8vw, 2.2rem);
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.1em 10px;
}
@media screen and (min-width: 980px) {
  .top_reason_support .label span {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1180px) {
  .top_reason_support .label span {
    line-height: 1em;
    padding: 8px 8px;
  }
}
.top_reason_support .label._general {
  position: relative;
}
@media screen and (max-width: 639px) {
  .top_reason_support .label._general {
    top: -10px;
    margin-bottom: -10px;
  }
}
@media screen and (min-width: 980px) {
  .top_reason_support .label._general {
    top: -25px;
    margin-bottom: -25px;
  }
}
.top_reason_support .label._general span {
  background-color: #333333;
  color: #fff;
}
.top_reason_support .label._professional span {
  background-color: #003067;
  color: #FFDB12;
}
.top_reason_support .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 2%;
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  .top_reason_support .list {
    max-width: 640px;
    margin: 30px auto 0px auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px 40px;
  }
}
.top_reason_support .item {
  width: 32%;
}
@media screen and (min-width: 980px) {
  .top_reason_support .item {
    width: 130px;
  }
}
.top_reason_support .item .icon {
  text-align: center;
}
.top_reason_support .item .icon img {
  max-width: 90%;
}
@media screen and (min-width: 980px) {
  .top_reason_support .item .icon img {
    max-width: 130px;
  }
}
.top_reason_support .item .text {
  margin-top: 8px;
  text-align: center;
  font-size: min(3.4666666667vw, 1.4rem);
  line-height: 1.6em;
  font-weight: 700;
}
@media screen and (min-width: 980px) {
  .top_reason_support .item .text {
    font-size: 1.6rem;
    line-height: 1.4em;
  }
}
.top_reason_support .marker_title {
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  .top_reason_support .marker_title {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 3px dotted #BEBEBE;
  }
}
@media screen and (max-width: 639px) {
  .top_reason_support .marker_title .title {
    line-height: 1.4em;
    letter-spacing: 0.09em;
  }
}
@media screen and (min-width: 980px) {
  .top_reason_support .marker_title .title {
    line-height: 1.6em;
  }
}
.top_reason_support .marker_title .title .large {
  display: block;
}
@media screen and (min-width: 980px) {
  .top_reason_support .marker_title .title .large {
    line-height: 1.4em;
  }
}
@media screen and (min-width: 980px) {
  .top_reason_support .marker_title .title .large .marker {
    background-position: bottom 3px left 0px;
  }
}

.top_reason_bottom {
  padding: 30px 5vw;
  margin: 40px -5vw 0px -5vw;
  background-color: #fff;
}
@media screen and (min-width: 980px) {
  .top_reason_bottom {
    margin-top: 100px;
    padding: 50px 40px 40px 40px;
  }
}
.top_reason_bottom .top, .top_reason_bottom .title {
  text-align: center;
  line-height: 1.4em;
  font-weight: 700;
}
@media screen and (min-width: 1180px) {
  .top_reason_bottom .top, .top_reason_bottom .title {
    line-height: 1.3em;
  }
}
.top_reason_bottom .top {
  font-size: min(4.8vw, 2.2rem);
}
@media screen and (min-width: 980px) {
  .top_reason_bottom .top {
    letter-spacing: 0.08em;
    font-size: 2.6rem;
  }
}
.top_reason_bottom .title {
  margin-top: 0.3em;
  font-size: min(5.3333333333vw, 2.4rem);
  line-height: 1.5em;
}
@media screen and (min-width: 980px) {
  .top_reason_bottom .title {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1180px) {
  .top_reason_bottom .title {
    line-height: 1.35em;
    letter-spacing: 0.1em;
  }
}

#top_support {
  background-color: #F7F7F7;
}
#top_support .box_title .en {
  color: #E5E5E5;
}
@media screen and (min-width: 640px) {
  #top_support .box_title {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 980px) {
  #top_support .box_title .top {
    font-size: 4.6rem;
    line-height: 1.4em;
  }
}

.top_support_intro {
  margin-top: 20px;
}
@media screen and (max-width: 639px) {
  .top_support_intro .text {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.8em;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 640px) {
  .top_support_intro .text {
    text-align: center;
  }
}
@media screen and (min-width: 980px) {
  .top_support_intro .text {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
  }
}
.top_support_intro .text strong {
  font-weight: 700;
}

.top_support_content {
  margin-top: 30px;
  padding: 30px 5vw;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 980px) {
  .top_support_content {
    padding: 50px 50px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 1180px) {
  .top_support_content {
    padding: 40px 52px 50px 52px;
  }
}
.top_support_content .column + .column {
  margin-top: 30px;
}
@media screen and (min-width: 980px) {
  .top_support_content .column + .column {
    margin-top: 40px;
  }
}
.top_support_content .head {
  font-size: min(4.8vw, 1.8rem);
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  margin-bottom: 10px;
}
@media screen and (min-width: 980px) {
  .top_support_content .head {
    font-size: 2.6rem;
    margin-bottom: 35px;
    letter-spacing: 0.1em;
  }
}
.top_support_content .head strong {
  font-size: 120%;
}
@media screen and (min-width: 980px) {
  .top_support_content .head strong {
    font-size: 3.6rem;
  }
}
.top_support_content .head > span {
  position: relative;
  display: inline-block;
  padding: 0px 10px;
}
@media screen and (min-width: 980px) {
  .top_support_content .head > span {
    padding: 0px 15px;
  }
}
.top_support_content .head > span:before, .top_support_content .head > span::after {
  content: "";
  width: 50vw;
  height: 1px;
  background-color: #E5E5E5;
  position: absolute;
  top: 50%;
}
.top_support_content .head > span:before {
  left: 0px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.top_support_content .head > span:after {
  right: 0px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.top_support_content .logo {
  text-align: center;
}
.top_support_content .title {
  font-size: min(5.3333333333vw, 2.4rem);
  line-height: 1.6em;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .top_support_content .title {
    font-size: 3.6rem;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1180px) {
  .top_support_content .title {
    margin-top: -8px;
    line-height: 1.4em;
  }
}
.top_support_content .title .marker {
  margin: 0px 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, rgba(255, 255, 255, 0)), color-stop(0%, #FFDB12));
  background-image: linear-gradient(rgba(255, 255, 255, 0) 85%, #FFDB12 0%);
  background-position: bottom 0.1em left 0px;
}
.top_support_content .img {
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  .top_support_content .img {
    margin-top: 30px;
  }
}
.top_support_content .img img {
  width: 100%;
  height: auto;
}

#top_faq {
  padding-bottom: 0px;
}

.faq_content {
  margin-top: 30px;
}
.faq_content .faq_box + .faq_box {
  margin-top: 15px;
}
@media screen and (min-width: 1180px) {
  .faq_content .faq_box + .faq_box {
    margin-top: -3px;
  }
}
.faq_content .faq_box .question, .faq_content .faq_box .answer {
  padding: 20px 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0px 15px;
}
@media screen and (min-width: 640px) {
  .faq_content .faq_box .question, .faq_content .faq_box .answer {
    padding: 20px 3vw;
  }
}
@media screen and (min-width: 980px) {
  .faq_content .faq_box .question, .faq_content .faq_box .answer {
    padding: 30px 25px;
    gap: 0px 20px;
  }
}
@media screen and (min-width: 1180px) {
  .faq_content .faq_box .question, .faq_content .faq_box .answer {
    padding: 20px 22px 30px 22px;
  }
}
.faq_content .faq_box .question .num, .faq_content .faq_box .answer .num {
  font-size: 1.4rem;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  padding-left: 1px;
  padding-top: 1px;
}
@media screen and (min-width: 980px) {
  .faq_content .faq_box .question .num, .faq_content .faq_box .answer .num {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.faq_content .faq_box .question .title, .faq_content .faq_box .answer .title {
  font-weight: 700;
  color: #003067;
}
.faq_content .faq_box .question .title, .faq_content .faq_box .question .text, .faq_content .faq_box .answer .title, .faq_content .faq_box .answer .text {
  font-size: 1.6rem;
  line-height: 1.7em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 980px) {
  .faq_content .faq_box .question .title, .faq_content .faq_box .question .text, .faq_content .faq_box .answer .title, .faq_content .faq_box .answer .text {
    padding-top: 5px;
    font-size: 1.75rem;
  }
}
.faq_content .faq_box .question {
  background-color: #F7F7F7;
}
@media screen and (min-width: 980px) {
  .faq_content .faq_box .question {
    border-radius: 10px;
  }
}
.faq_content .faq_box .question .num {
  background-color: #003067;
  color: #FFDB12;
}
.faq_content .faq_box .answer .num {
  background-color: #F7F7F7;
  color: #003067;
}

@media screen and (min-width: 1180px) {
  #top_company {
    padding-top: 70px;
    padding-bottom: 105px;
  }
}

.top_company_box {
  background-color: #F7F7F7;
  padding: 40px 5vw 40px 5vw;
  border-radius: 10px;
}
@media screen and (min-width: 640px) {
  .top_company_box {
    padding: 30px 3vw;
  }
}
@media screen and (min-width: 980px) {
  .top_company_box {
    padding: 60px 100px;
  }
}
.top_company_box .top_company_title {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  .top_company_box .top_company_title {
    margin-bottom: 30px;
  }
}
.top_company_box .top_company_title span {
  display: inline-block;
  font-size: min(5.8666666667vw, 2.8rem);
  line-height: 1.5em;
  font-weight: 700;
  background-color: #003067;
  color: #fff;
  padding: 0.1em 10px;
}
@media screen and (min-width: 980px) {
  .top_company_box .top_company_title span {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1180px) {
  .top_company_box .top_company_title span {
    line-height: 1em;
    padding: 7px 10px;
  }
}

.top_company_content .column {
  padding: 15px 5vw;
}
@media screen and (min-width: 640px) {
  .top_company_content .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 3vw;
  }
}
@media screen and (min-width: 980px) {
  .top_company_content .column {
    padding: 25px 20px;
    gap: 0px 40px;
  }
}
.top_company_content .column:nth-child(odd) {
  background-color: #F7F7F7;
}
.top_company_content .column:nth-child(even) {
  background-color: #FFFFFF;
}
.top_company_content .column .title, .top_company_content .column .text, .top_company_content .column .item {
  font-size: min(4.2666666667vw, 1.8rem);
  line-height: 1.6em;
}
@media screen and (min-width: 640px) {
  .top_company_content .column .title, .top_company_content .column .text, .top_company_content .column .item {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 980px) {
  .top_company_content .column .title, .top_company_content .column .text, .top_company_content .column .item {
    font-size: 1.8rem;
  }
}
.top_company_content .column .title {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #003067;
  margin-bottom: 3px;
}
@media screen and (min-width: 640px) {
  .top_company_content .column .title {
    text-align: left;
    width: 25%;
  }
}
@media screen and (min-width: 980px) {
  .top_company_content .column .title {
    width: 120px;
    text-align: center;
  }
}
@media screen and (min-width: 640px) {
  .top_company_content .column .textarea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.top_company_content .column .text {
  text-align: center;
}
@media screen and (min-width: 640px) {
  .top_company_content .column .text {
    text-align: left;
  }
}
@media screen and (min-width: 1180px) {
  .top_company_content .column .list {
    margin-top: -5px;
  }
}
.top_company_content .column .item {
  position: relative;
  padding-left: 1.2em;
}
.top_company_content .column .item + .item {
  margin-top: 5px;
}
@media screen and (min-width: 1180px) {
  .top_company_content .column .item + .item {
    margin-top: 0px;
  }
}
.top_company_content .column .item:before {
  content: "・";
  position: absolute;
  left: 0px;
  top: 0.7em;
  line-height: 1em;
  margin-top: -0.5em;
}

#contact {
  background-color: #E5E5E5;
}
#contact .box_title .en {
  color: #fff;
  white-space: nowrap;
}

.contact_form {
  max-width: 700px;
  margin: 0px auto;
}

.form_item + .form_item {
  margin-top: 20px;
}
@media screen and (min-width: 640px) {
  .form_item + .form_item {
    margin-top: 30px;
  }
}
@media screen and (min-width: 980px) {
  .form_item + .form_item {
    margin-top: 40px;
  }
}
.form_item .label {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: 700;
}

.form_item .required, .form_item .any {
  margin-left: 0.8em;
  font-size: 1.1rem;
  line-height: 1em;
  padding: 0.2em 5px;
}
@media screen and (min-width: 980px) {
  .form_item .required, .form_item .any {
    font-size: 1.2rem;
  }
}
.form_item .required {
  color: #fff;
  background-color: #F65A4D;
}
.form_item .any {
  color: #333333;
  background-color: #BEBEBE;
}
.form_item .error_message {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px 0px;
}
.form_item .error_message span {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.3em;
  color: #F65A4D;
}
@media screen and (min-width: 640px) {
  .form_item .error_message span {
    font-size: 1.4rem;
  }
}
.form_item .error_message span:before {
  content: "※";
}
.form_item textarea, .form_item input[type=text], .form_item select {
  width: 100%;
  font-size: 1.6rem;
  padding: 0.7em 1em;
  line-height: 1.8em;
  border: 1px solid #fff;
  border-radius: 5px;
}
.form_item textarea:-moz-placeholder-shown, .form_item input[type=text]:-moz-placeholder-shown, .form_item select:-moz-placeholder-shown {
  color: #aaa;
}
.form_item textarea:-ms-input-placeholder, .form_item input[type=text]:-ms-input-placeholder, .form_item select:-ms-input-placeholder {
  color: #aaa;
}
.form_item textarea:placeholder-shown, .form_item input[type=text]:placeholder-shown, .form_item select:placeholder-shown {
  color: #aaa;
}
.form_item textarea::-webkit-input-placeholder, .form_item input[type=text]::-webkit-input-placeholder, .form_item select::-webkit-input-placeholder {
  color: #aaa;
}
.form_item textarea::-moz-placeholder, .form_item input[type=text]::-moz-placeholder, .form_item select::-moz-placeholder {
  color: #aaa;
}
.form_item textarea:-ms-input-placeholder, .form_item input[type=text]:-ms-input-placeholder, .form_item select:-ms-input-placeholder {
  color: #aaa;
}
.form_item textarea::-ms-input-placeholder, .form_item input[type=text]::-ms-input-placeholder, .form_item select::-ms-input-placeholder {
  color: #aaa;
}
.form_item textarea::placeholder, .form_item input[type=text]::placeholder, .form_item select::placeholder {
  color: #aaa;
}
.form_item textarea:focus, .form_item input[type=text]:focus, .form_item select:focus {
  background-color: #FFF;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form_item textarea {
  white-space: pre-wrap;
  height: 10em;
}
.form_item .select_wrap {
  position: relative;
  max-width: 340px;
}
.form_item .select_wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
}
.form_item .select_wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  width: 9px;
  height: 9px;
  margin-top: -1px;
  pointer-events: none;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
}

.privacy_area {
  padding: 20px 5vw;
  background-color: #fff;
  height: 10em;
  overflow-y: scroll;
  border-radius: 5px;
}
@media screen and (min-width: 640px) {
  .privacy_area {
    padding: 30px 25px;
  }
}
@media screen and (min-width: 980px) {
  .privacy_area {
    height: 220px;
  }
}
.privacy_area .row + .row {
  margin-top: 25px;
}
.privacy_area .ttl {
  font-size: 1.5rem;
  line-height: 1.6em;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.check_group {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .check_group {
    margin-top: 30px;
  }
}
.check_group label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  padding-left: 23px;
  display: inline-block;
}
@media screen and (min-width: 1180px) {
  .check_group label {
    padding-left: 34px;
  }
}
.check_group label input[type=radio], .check_group label input[type=checkbox] {
  display: none !important;
}
.check_group label input[type=radio] + span, .check_group label input[type=checkbox] + span {
  display: inline-block;
  font-size: 1.5rem;
  color: #333333;
}
@media screen and (min-width: 980px) {
  .check_group label input[type=radio] + span, .check_group label input[type=checkbox] + span {
    font-size: 1.6rem;
  }
}
.check_group label input[type=radio] + span:before, .check_group label input[type=radio] + span:after, .check_group label input[type=checkbox] + span:before, .check_group label input[type=checkbox] + span:after {
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.check_group label input[type=radio] + span:before, .check_group label input[type=checkbox] + span:before {
  z-index: 0;
  background-color: #FFF;
  width: 16px;
  height: 16px;
  border: 1px #B7B7B7 solid;
  border-radius: 3px;
}
@media screen and (min-width: 980px) {
  .check_group label input[type=radio] + span:before, .check_group label input[type=checkbox] + span:before {
    width: 24px;
    height: 24px;
  }
}
.check_group label input[type=radio] + span:after, .check_group label input[type=checkbox] + span:after {
  z-index: 1;
  width: 5px;
  height: 7px;
  opacity: 0;
  margin-left: 6px;
}
@media screen and (min-width: 980px) {
  .check_group label input[type=radio] + span:after, .check_group label input[type=checkbox] + span:after {
    width: 6px;
    height: 11px;
    margin-left: 9px;
    margin-top: -7px;
  }
}
.check_group label input[type=radio]:checked + span:before, .check_group label input[type=checkbox]:checked + span:before {
  background-color: #2B2B2B;
  border-color: #2B2B2B;
}
.check_group label input[type=radio]:checked + span:after, .check_group label input[type=checkbox]:checked + span:after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form_btn {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .form_btn {
    margin-top: 60px;
  }
}
.form_btn .submit_btn {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #EA6C00;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 22px 20px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 980px) {
  .form_btn .submit_btn {
    max-width: 310px;
    padding: 20px 20px;
    font-size: 1.8rem;
  }
}
.form_btn .submit_btn:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}
.form_btn .submit_btn._back, .form_btn .submit_btn._submit {
  display: none;
}
.form_btn .submit_btn._back {
  background-color: #333;
}
.form_btn .submit_btn._back:after {
  right: auto;
  left: 20px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
@media (any-hover: hover) {
  .form_btn .submit_btn:hover {
    background-color: #333;
    color: #fff;
  }
  .form_btn .submit_btn:hover:after {
    border-color: #fff;
  }
  .form_btn .submit_btn:hover._back {
    background-color: #003067;
  }
}

.form_item._details {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .form_item._details {
    padding-bottom: 30px;
  }
}
.form_item._privacy .error_message {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#form.confirm .input {
  display: none;
}
#form.confirm .form_item._privacy {
  display: none;
}
#form.confirm .required, #form.confirm .any {
  display: none;
}
#form.confirm .form_btn {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 980px) {
  #form.confirm .form_btn {
    margin-top: 60px;
  }
}
#form.confirm .form_btn .submit_btn._confirm {
  display: none;
}
#form.confirm .form_btn .submit_btn._back, #form.confirm .form_btn .submit_btn._submit {
  display: inline-block;
}

#body_bottom img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 980px) {
  #body_bottom img {
    max-height: 620px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#top_support .box_title .en {
  white-space: nowrap;
}

#new_option {
  background-color: #F7F7F7;
  margin-bottom: 60px;
}
@media screen and (min-width: 640px) {
  #new_option {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 980px) {
  #new_option {
    margin-bottom: 140px;
  }
}
#new_option .box_title {
  margin-bottom: 0px;
}
#new_option .box_title .en {
  color: #E5E5E5;
  white-space: nowrap;
}
#new_option .title._opbottom {
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  #new_option .title._opbottom {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 980px) {
  #new_option .column + .column {
    margin-top: 50px;
  }
}

.op_strengths_list {
  margin-top: 20px;
}

.op_strengths_item {
  padding: 20px 5vw;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px 20px;
}
@media screen and (min-width: 980px) {
  .op_strengths_item {
    padding: 20px 20px;
  }
}
@media screen and (min-width: 1180px) {
  .op_strengths_item {
    padding: 23px 20px;
  }
}
.op_strengths_item:nth-child(odd) {
  background-color: #F7F7F7;
}
.op_strengths_item .num {
  position: relative;
  color: #003067;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  padding-right: 20px;
}
@media screen and (min-width: 980px) {
  .op_strengths_item .num {
    font-size: 2.6rem;
  }
}
.op_strengths_item .num:after {
  content: "";
  width: 1px;
  height: 100%;
  width: 2px;
  position: absolute;
  background-image: url(../../img/common/dot.webp);
  right: 0px;
  top: 0px;
}
.op_strengths_item .head {
  font-size: min(3.7333333333vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3em;
  margin-bottom: 0px;
  text-align: left;
}
@media screen and (min-width: 640px) {
  .op_strengths_item .head {
    font-size: 2vw;
  }
}
@media screen and (min-width: 980px) {
  .op_strengths_item .head {
    font-size: 1.8rem;
  }
}
.op_strengths_item .large {
  color: #003067;
  font-size: min(5.8666666667vw, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3em;
}
@media screen and (min-width: 640px) {
  .op_strengths_item .large {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 980px) {
  .op_strengths_item .large {
    font-size: 3.4rem;
    line-height: 1.25em;
  }
}
@media screen and (min-width: 1180px) {
  .op_strengths_item .large {
    margin-top: 8px;
    font-size: 3.6rem;
    letter-spacing: 0.12em;
  }
}

.op_function_content {
  background-color: #F7F7F7;
  padding: 20px 5vw;
}
@media screen and (min-width: 640px) {
  .op_function_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 40px;
  }
}
@media screen and (min-width: 980px) {
  .op_function_content {
    padding: 25px 60px;
  }
}
@media screen and (min-width: 640px) {
  .op_function_content .op_function_list {
    width: 50%;
  }
}
.op_function_content .op_function_list + .op_function_list {
  margin-top: 20px;
}
@media screen and (min-width: 640px) {
  .op_function_content .op_function_list + .op_function_list {
    margin-top: 0px;
  }
}
.op_function_content .op_function_list .op_function_item {
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.3em;
  padding-left: 32px;
}
@media screen and (min-width: 640px) {
  .op_function_content .op_function_list .op_function_item {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1180px) {
  .op_function_content .op_function_list .op_function_item {
    font-size: 1.8rem;
  }
}
.op_function_content .op_function_list .op_function_item .num {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  color: #5CB9F4;
  background-color: #F2FCFF;
  font-size: 1.2rem;
  width: 26px;
  height: 26px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 50%;
  padding-top: 1px;
  padding-left: 1px;
}
.op_function_content .op_function_list .op_function_item + .op_function_item {
  margin-top: 8px;
}
@media screen and (min-width: 980px) {
  .op_function_content .op_function_list .op_function_item + .op_function_item {
    margin-top: 15px;
  }
}

.top_strategy_content_bottom .limach {
  display: inline-block;
  width: 32vw;
  margin: 0px 0.3em;
}
@media screen and (min-width: 640px) {
  .top_strategy_content_bottom .limach {
    width: 264px;
    height: 55px;
  }
}
.top_strategy_content_bottom .limach img {
  width: 100%;
  height: 100%;
}