@charset "UTF-8";
html {
  scroll-behavior: auto; }

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px; }

a {
  text-decoration: none;
  transition: all 0.5s ease; }
  a:focus {
    color: #fff; }

p {
  font-size: 18px;
  line-height: 1.8; }
  @media (max-width: 768px) {
    p {
      font-size: 4vw; } }

i {
  font-style: normal; }

h1 {
  padding: 0; }

h2 {
  background: none;
  color: #222; }
  h2 span:before {
    display: none; }

h3 {
  border: none;
  background: none;
  color: #222; }

h4 {
  border: none; }

.title-eng {
  text-align: center;
  font-size: 36px;
  color: #133784;
  padding: 40px 0 20px;
  line-height: 1.4; }
  .title-eng .eng {
    display: block;
    font-size: 18px;
    color: #0C72C5;
    padding: 12px 0;
    margin-left: 0; }
  @media (max-width: 1200px) {
    .title-eng {
      font-size: 30px;
      padding: 4% 0 3%; } }
  @media (max-width: 768px) {
    .title-eng {
      font-size: 6vw; } }

.title-jp {
  color: #133784;
  text-align: center;
  font-size: 28px;
  line-height: 1.3; }
  @media (max-width: 1200px) {
    .title-jp {
      font-size: 23px;
      padding: 4% 0 3%; } }
  @media (max-width: 768px) {
    .title-jp {
      font-size: 4.6vw;
      padding: 6% 0 4%; } }

.color-orange {
  color: #FF682E; }

.text-center {
  text-align: center; }

@media (max-width: 768px) {
  .text-left_sp {
    text-align: left; } }
.wrap {
  max-width: 1200px;
  width: 100%;
  margin: auto; }
  @media (max-width: 1240px) {
    .wrap {
      padding-left: 2%;
      padding-right: 2%;
      box-sizing: border-box; } }
  @media (max-width: 768px) {
    .wrap {
      padding-left: 4%;
      padding-right: 4%; } }

.btn-orange {
  background: linear-gradient(to right, #FFAE31, #FF652D);
  color: #fff;
  border-radius: 100px;
  font-weight: bold;
  padding: 2% 8%;
  text-align: center;
  transition: all 0.5s ease;
  box-sizing: border-box;
  cursor: pointer; }
  .btn-orange:hover {
    opacity: 0.8;
    color: #fff; }

.btn-blue {
  background: linear-gradient(to right, #0071CD, #1A92F4);
  color: #fff;
  border-radius: 100px;
  font-weight: bold;
  padding: 2% 8%;
  text-align: center;
  transition: all 0.5s ease;
  box-sizing: border-box;
  cursor: pointer; }
  .btn-blue:hover {
    opacity: 0.8;
    color: #fff; }

.arrow {
  position: relative;
  padding-right: 10%; }
  .arrow:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    border-top: #fff solid 2px;
    border-right: #fff solid 2px;
    transform: rotate(45deg); }

.btn-shadow {
  box-shadow: 0px 6px 2px 0px rgba(0, 0, 0, 0.12), inset 0px 0px 4px 0px rgba(255, 255, 255, 0.5); }

.box-shadow {
  box-shadow: 0px 0px 20px 0px rgba(124, 174, 232, 0.2); }

.sp {
  display: none; }

@media (max-width: 768px) {
  .pc {
    display: none; }

  .tab {
    display: none; }

  .sp {
    display: block; } }
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  background: linear-gradient(to right, #0071CD, #1A92F4); }
  header .header_wrap {
    display: flex;
    justify-content: space-between;
    padding: 20px; }
    @media (max-width: 768px) {
      header .header_wrap {
        padding: 3%; } }
    header .header_wrap .logo {
      display: flex;
      align-items: center; }
      header .header_wrap .logo a img {
        width: 270px;
        margin-right: 12px;
        transition: all 0.5s ease; }
      header .header_wrap .logo a:hover {
        opacity: 0.5; }
      header .header_wrap .logo p {
        font-size: 17px;
        line-height: 1.2;
        color: #fff;
        font-weight: normal;
        transition: all 0.5s ease; }
    header .header_wrap .contact {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      header .header_wrap .contact .tel {
        color: #fff;
        width: 280px;
        font-weight: 500; }
        header .header_wrap .contact .tel .num {
          font-family: "Roboto", sans-serif;
          display: flex;
          align-items: center;
          font-size: 34px;
          line-height: 1; }
          header .header_wrap .contact .tel .num img {
            margin-right: 4px; }
        header .header_wrap .contact .tel p {
          font-size: 13px;
          font-weight: bold;
          letter-spacing: 0.2px; }
          header .header_wrap .contact .tel p span {
            color: #0C72C5;
            background: #fff;
            font-size: 10px;
            border-radius: 20px;
            padding: 0 12px;
            margin-right: 12px; }
      header .header_wrap .contact .btn-cta {
        font-size: 18px;
        width: 370px;
        padding: 2% 6% 2% 2%; }
        header .header_wrap .contact .btn-cta i {
          font-size: 14px;
          background: #fff;
          display: inline-block;
          border-radius: 20px;
          color: #FF682E;
          padding: 4px 18px;
          font-weight: bold;
          margin-right: 12px; }
    @media (max-width: 1300px) {
      header .header_wrap .logo a img {
        width: 200px;
        margin-right: 6px; }
      header .header_wrap .logo p {
        font-size: 14px; }
      header .header_wrap .contact .tel {
        width: 220px; }
        header .header_wrap .contact .tel .num {
          font-size: 28px; }
        header .header_wrap .contact .tel p {
          font-size: 10px; }
          header .header_wrap .contact .tel p span {
            font-size: 9px; }
      header .header_wrap .contact .btn-cta {
        font-size: 14px;
        width: 300px; }
        header .header_wrap .contact .btn-cta i {
          font-size: 12px; }
        header .header_wrap .contact .btn-cta.arrow:after {
          width: 8px;
          height: 8px; } }
    @media (max-width: 1040px) {
      header .header_wrap .logo p {
        display: none; } }
    @media (max-width: 768px) {
      header .header_wrap .logo {
        width: 48%;
        display: block; }
        header .header_wrap .logo a img {
          width: 100%; }
        header .header_wrap .logo p {
          display: block;
          font-size: 2.5vw; }
      header .header_wrap .contact {
        width: 48%; }
        header .header_wrap .contact .tel {
          display: none; }
        header .header_wrap .contact .btn-cta {
          width: 100%;
          line-height: 1.4;
          padding: 7.5% 9% 7% 0%;
          font-size: 3.9vw; }
          header .header_wrap .contact .btn-cta i {
            position: relative;
            top: -0.4vw;
            font-size: 3vw;
            margin-right: 3%;
            padding: 1.3% 5.4% 1.6%; }
          header .header_wrap .contact .btn-cta .sp {
            display: inline-block; } }
  header.header_min .header_wrap {
    padding: 12px 20px; }
    header.header_min .header_wrap .logo a img {
      width: 180px; }
    header.header_min .header_wrap .logo p {
      font-size: 14px; }
    header.header_min .header_wrap .contact .tel {
      width: 220px; }
      header.header_min .header_wrap .contact .tel .num {
        font-size: 28px; }
      header.header_min .header_wrap .contact .tel p {
        font-size: 10px; }
        header.header_min .header_wrap .contact .tel p span {
          font-size: 9px; }
    header.header_min .header_wrap .contact .btn-cta {
      font-size: 12px;
      width: 280px; }
      header.header_min .header_wrap .contact .btn-cta i {
        font-size: 10px; }
      header.header_min .header_wrap .contact .btn-cta.arrow:after {
        width: 8px;
        height: 8px; }
  @media (max-width: 768px) {
    header.header_min .header_wrap {
      padding: 1.6% 2%; }
      header.header_min .header_wrap .logo {
        width: 40%; }
        header.header_min .header_wrap .logo a img {
          width: 90%; }
        header.header_min .header_wrap .logo p {
          font-size: 2vw;
          padding-bottom: 1%; }
      header.header_min .header_wrap .contact {
        width: 46%; }
        header.header_min .header_wrap .contact .btn-cta {
          padding: 5% 12% 5% 2%;
          font-size: 3.8vw;
          width: 100%; }
          header.header_min .header_wrap .contact .btn-cta i {
            font-size: 2.7vw; }
          header.header_min .header_wrap .contact .btn-cta.arrow:after {
            width: 8px;
            height: 8px; } }

.mv {
  margin-top: 86px;
  background: url(../../images/transfer_support/mv-bg.jpg) no-repeat center bottom;
  background-size: cover;
  overflow: hidden; }
  @media (max-width: 768px) {
    .mv {
      background: url(../../images/transfer_support/mv-bg_sp.jpg) no-repeat center bottom;
      background-size: cover;
      margin-top: 20.4vw; } }
  .mv .mv_wrap {
    position: relative; }
    @media (max-width: 768px) {
      .mv .mv_wrap {
        padding: 0; } }
    .mv .mv_wrap .mv_inner {
      width: 720px;
      padding: 90px 0; }
      .mv .mv_wrap .mv_inner .mv_title {
        margin-bottom: 46px; }
      .mv .mv_wrap .mv_inner .mv-doctor {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 69%;
        transition: all 0.5s ease; }
      .mv .mv_wrap .mv_inner .mv_poit {
        max-width: 560px;
        display: flex;
        align-items: center;
        font-weight: 500;
        justify-content: space-between; }
        .mv .mv_wrap .mv_inner .mv_poit li {
          background: rgba(255, 255, 255, 0.7);
          aspect-ratio: 1 / 1;
          width: 30%;
          border-radius: 50%;
          box-sizing: border-box;
          padding: 7.3% 0 0;
          font-size: 14px;
          text-align: center; }
          .mv .mv_wrap .mv_inner .mv_poit li i {
            font-size: 18px;
            color: #FF682E;
            font-weight: bold;
            margin-bottom: 4px;
            display: inline-block; }
          .mv .mv_wrap .mv_inner .mv_poit li p {
            font-size: 14px;
            line-height: 1.4; }
            .mv .mv_wrap .mv_inner .mv_poit li p .big {
              font-size: 180% !important; }
      .mv .mv_wrap .mv_inner .mv_cta-text {
        max-width: 560px;
        font-size: 19px;
        text-align: center;
        padding: 24px 0 12px;
        font-weight: normal; }
      .mv .mv_wrap .mv_inner .mv_btn-cta {
        font-weight: 500;
        max-width: 560px;
        display: block;
        font-size: 28px;
        letter-spacing: 1px;
        line-height: 1;
        padding: 3.2% 0;
        position: relative;
        top: 0;
        transition: all 0.5s ease; }
        .mv .mv_wrap .mv_inner .mv_btn-cta .min {
          font-size: 18px; }
        .mv .mv_wrap .mv_inner .mv_btn-cta:hover {
          opacity: 0.9;
          top: 4px;
          box-shadow: 0px 6px 2px 0px rgba(0, 0, 0, 0); }
        .mv .mv_wrap .mv_inner .mv_btn-cta:after {
          width: 18px;
          height: 18px;
          right: 36px;
          border-top: 3px solid #fff;
          border-right: 3px solid #fff; }
      @media (max-width: 1280px) {
        .mv .mv_wrap .mv_inner {
          width: 55%;
          padding: 4% 0; }
          .mv .mv_wrap .mv_inner .mv-doctor {
            left: 48%;
            width: 60%; } }
      @media (max-width: 1040px) {
        .mv .mv_wrap .mv_inner .mv_poit li i {
          font-size: 1.6vw; }
        .mv .mv_wrap .mv_inner .mv_poit li p {
          font-size: 1.3vw; }
          .mv .mv_wrap .mv_inner .mv_poit li p .big {
            font-size: 180%; }
        .mv .mv_wrap .mv_inner .mv_cta-text {
          font-size: 16px;
          padding: 24px 0 12px; }
        .mv .mv_wrap .mv_inner .mv_btn-cta {
          font-size: 22px;
          padding: 3.2% 0; }
          .mv .mv_wrap .mv_inner .mv_btn-cta .min {
            font-size: 70%; }
          .mv .mv_wrap .mv_inner .mv_btn-cta:after {
            width: 12px;
            height: 12px; } }
      @media (max-width: 768px) {
        .mv .mv_wrap .mv_inner {
          width: 100%;
          padding: 4% 0 0; }
          .mv .mv_wrap .mv_inner .mv_title {
            width: 90%;
            padding: 2% 0;
            margin: 0 auto; }
          .mv .mv_wrap .mv_inner .mv-doctor {
            position: relative;
            bottom: auto;
            left: auto;
            width: 75%;
            margin: 0 auto; }
          .mv .mv_wrap .mv_inner .bg_sp-blue {
            background: linear-gradient(to right, #0071CD, #1A92F4);
            padding: 4% 4% 6%; }
            .mv .mv_wrap .mv_inner .bg_sp-blue .mv_poit {
              max-width: 100%; }
              .mv .mv_wrap .mv_inner .bg_sp-blue .mv_poit li {
                background: rgba(255, 255, 255, 0.9); }
                .mv .mv_wrap .mv_inner .bg_sp-blue .mv_poit li i {
                  font-size: 3.2vw; }
                .mv .mv_wrap .mv_inner .bg_sp-blue .mv_poit li p {
                  font-size: 2.4vw; }
                  .mv .mv_wrap .mv_inner .bg_sp-blue .mv_poit li p .big {
                    font-size: 180%; }
            .mv .mv_wrap .mv_inner .bg_sp-blue .mv_cta-text {
              max-width: 100%;
              font-size: 4vw;
              padding: 5% 0 4%;
              line-height: 1.6;
              color: #fff; }
            .mv .mv_wrap .mv_inner .bg_sp-blue .mv_btn-cta {
              max-width: 100%;
              font-size: 4.8vw;
              padding: 4% 0; }
              .mv .mv_wrap .mv_inner .bg_sp-blue .mv_btn-cta:after {
                right: 6%; } }

.mv-renogate {
  background: #EBF7FF; }
  .mv-renogate .mv-renogate_wrap {
    padding: 30px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    @media (max-width: 1240px) {
      .mv-renogate .mv-renogate_wrap {
        padding-left: 2%; } }
    .mv-renogate .mv-renogate_wrap img {
      margin-right: 60px; }
    @media (max-width: 768px) {
      .mv-renogate .mv-renogate_wrap {
        display: block;
        padding: 8% 4%; }
        .mv-renogate .mv-renogate_wrap img {
          margin: 0 auto 6%;
          width: 42%; } }

.worries .worries_wrap {
  padding-top: 40px;
  padding-bottom: 60px; }
  .worries .worries_wrap .list-speech {
    padding: 40px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .worries .worries_wrap .list-speech li {
      font-size: 19px;
      width: 32%;
      background: #fff;
      border-radius: 24px;
      margin: 0 2% 2% 0;
      box-sizing: border-box;
      padding: 2.6%;
      aspect-ratio: 2 / 1; }
      .worries .worries_wrap .list-speech li:nth-child(3), .worries .worries_wrap .list-speech li:nth-child(5) {
        margin-right: 0; }
      .worries .worries_wrap .list-speech li:nth-child(1) {
        background: url(../../images/transfer_support/speech-img1.png) no-repeat bottom right;
        background-size: 50%; }
      .worries .worries_wrap .list-speech li:nth-child(2) {
        background: url(../../images/transfer_support/speech-img2.png) no-repeat bottom right;
        background-size: 50%; }
      .worries .worries_wrap .list-speech li:nth-child(3) {
        background: url(../../images/transfer_support/speech-img3.png) no-repeat bottom right;
        background-size: 50%; }
      .worries .worries_wrap .list-speech li:nth-child(4) {
        background: url(../../images/transfer_support/speech-img4.png) no-repeat bottom right;
        background-size: 50%; }
      .worries .worries_wrap .list-speech li:nth-child(5) {
        background: url(../../images/transfer_support/speech-img5.png) no-repeat bottom right;
        background-size: 50%; }
  .worries .worries_wrap .worries_content {
    display: flex;
    justify-content: space-between; }
    .worries .worries_wrap .worries_content img {
      width: 32%;
      aspect-ratio: 1/0.965; }
    .worries .worries_wrap .worries_content .text {
      width: 65%; }
      .worries .worries_wrap .worries_content .text p {
        padding: 10px 0; }
        .worries .worries_wrap .worries_content .text p .min {
          font-size: 80%; }
  .worries .worries_wrap .worries-doctor_img-box {
    border-radius: 24px;
    overflow: hidden; }
  @media (max-width: 1240px) {
    .worries .worries_wrap .list-speech {
      padding: 40px 0;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .worries .worries_wrap .list-speech li {
        font-size: 1.5vw; }
    .worries .worries_wrap .worries_content {
      position: relative; }
      .worries .worries_wrap .worries_content img {
        position: absolute;
        width: 37%;
        left: -3%; }
      .worries .worries_wrap .worries_content .text {
        margin-left: 37%; }
        .worries .worries_wrap .worries_content .text p {
          font-size: 1.8vw; } }
  @media (max-width: 768px) {
    .worries .worries_wrap .list-speech li {
      padding: 0 24% 0 6%;
      width: 100%;
      font-size: 3.6vw;
      margin-bottom: 4%;
      aspect-ratio: 3 / 1;
      align-items: center;
      display: flex;
      flex-wrap: wrap; }
      .worries .worries_wrap .list-speech li:nth-child(1) {
        background: url(../../images/transfer_support/speech-img1.png) no-repeat;
        background-size: 46%;
        background-position: bottom 0 right -10%; }
      .worries .worries_wrap .list-speech li:nth-child(2) {
        background: url(../../images/transfer_support/speech-img2.png) no-repeat;
        background-size: 46%;
        background-position: bottom 0 right -10%; }
      .worries .worries_wrap .list-speech li:nth-child(3) {
        background: url(../../images/transfer_support/speech-img3.png) no-repeat;
        background-size: 46%;
        background-position: bottom 0 right -10%; }
      .worries .worries_wrap .list-speech li:nth-child(4) {
        background: url(../../images/transfer_support/speech-img4.png) no-repeat;
        background-size: 46%;
        background-position: bottom 0 right -10%; }
      .worries .worries_wrap .list-speech li:nth-child(5) {
        background: url(../../images/transfer_support/speech-img5.png) no-repeat;
        background-size: 46%;
        background-position: bottom 0 right -10%; }
      .worries .worries_wrap .list-speech li span {
        display: inline; }
    .worries .worries_wrap .worries_content {
      display: block; }
      .worries .worries_wrap .worries_content img {
        width: 100%;
        position: relative;
        width: 85%;
        left: auto;
        margin: 0 auto; }
      .worries .worries_wrap .worries_content .text {
        margin: 0;
        width: 100%; }
        .worries .worries_wrap .worries_content .text p {
          font-size: 4vw; }
          .worries .worries_wrap .worries_content .text p .min {
            display: block;
            line-height: 1.6; }
    .worries .worries_wrap .title-jp {
      padding-bottom: 8%; } }

.about .about_wrap {
  padding-bottom: 40px; }
  .about .about_wrap .about-table {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    padding: 2% 3.6% 3.6%;
    border-radius: 24px; }
    .about .about_wrap .about-table dt {
      width: 12%;
      font-size: 18px;
      margin: 0 4% 0 0;
      padding: 0.6% 0;
      text-align: center;
      background: #0C72C5;
      border-radius: 8px;
      color: #fff; }
    .about .about_wrap .about-table dd {
      width: 76%;
      font-size: 22px;
      line-height: 1.3;
      text-align: left;
      padding: 0;
      min-height: 70px;
      font-weight: 500;
      display: flex;
      align-items: center;
      position: relative; }
      .about .about_wrap .about-table dd:after, .about .about_wrap .about-table dd:before {
        display: none; }
      .about .about_wrap .about-table dd .min {
        font-size: 80%; }
      .about .about_wrap .about-table dd .note {
        position: absolute;
        bottom: -6px;
        left: 0;
        font-size: 65%; }
  @media (max-width: 1240px) {
    .about .about_wrap .about-table dd {
      font-size: 18px; } }
  @media (max-width: 768px) {
    .about .about_wrap .about-table {
      display: block;
      padding: 8% 4% 2%; }
      .about .about_wrap .about-table dt {
        width: 30%;
        font-size: 4vw;
        margin: 0 auto 4%;
        padding: 1% 0; }
      .about .about_wrap .about-table dd {
        font-size: 4.6vw;
        width: 100%;
        display: block;
        text-align: center;
        min-height: auto;
        padding: 0 0 8%; }
        .about .about_wrap .about-table dd .min {
          font-size: 76%;
          display: block;
          padding-top: 3%; }
        .about .about_wrap .about-table dd .note {
          position: relative;
          bottom: auto;
          left: auto; } }

.strength {
  overflow: hidden;
  position: relative; }
  .strength .strength_wrap .strength_content {
    position: relative;
    margin-bottom: 120px;
    padding: 80px 0; }
    .strength .strength_wrap .strength_content .img-bg {
      position: absolute;
      top: 0;
      left: 30%;
      z-index: -1;
      height: 100%;
      width: 70vw;
      object-fit: cover;
      object-position: center;
      border-radius: 24px 0 0 24px; }
    .strength .strength_wrap .strength_content .text {
      background: #fff;
      border-radius: 24px;
      width: 57%;
      padding: 36px 40px; }
      .strength .strength_wrap .strength_content .text h3 {
        display: flex;
        align-items: center;
        padding-top: 0; }
        .strength .strength_wrap .strength_content .text h3 i {
          margin-right: 12px;
          font-size: 80px;
          color: #0C72C5;
          font-family: 'Yu Gothic Medium', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif; }
          .strength .strength_wrap .strength_content .text h3 i:after {
            content: '';
            display: block;
            width: 100%;
            height: 4px;
            background: #0C72C5;
            position: relative;
            top: 6px; }
        .strength .strength_wrap .strength_content .text h3 .jp {
          font-size: 34px;
          font-weight: 600;
          line-height: 1.3; }
          .strength .strength_wrap .strength_content .text h3 .jp .tab {
            display: none; }
          .strength .strength_wrap .strength_content .text h3 .jp .eng {
            color: #0C72C5;
            display: block;
            font-size: 16px;
            padding: 0 0 0 1%; }
    .strength .strength_wrap .strength_content.content2:after, .strength .strength_wrap .strength_content.content4:after {
      display: block;
      content: '';
      overflow: hidden;
      clear: both; }
    .strength .strength_wrap .strength_content.content2 .img-bg, .strength .strength_wrap .strength_content.content4 .img-bg {
      left: auto;
      right: 30%;
      border-radius: 0 24px 24px 0; }
    .strength .strength_wrap .strength_content.content2 .text, .strength .strength_wrap .strength_content.content4 .text {
      float: right; }
  .strength:before {
    content: '';
    display: block;
    background: #EBF7FF;
    height: 360px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1; }
  @media (max-width: 1420px) {
    .strength .strength_wrap .strength_content .img-bg.pc {
      display: none; }
    .strength .strength_wrap .strength_content .img-bg.pc-min {
      display: block; }
    .strength .strength_wrap .strength_content .img-bg.tab {
      display: none; } }
  @media (max-width: 1280px) {
    .strength .strength_wrap .strength_content .img-bg.pc {
      display: none; }
    .strength .strength_wrap .strength_content .img-bg.pc-min {
      display: none; }
    .strength .strength_wrap .strength_content .img-bg.tab {
      display: block; }
    .strength .strength_wrap .strength_content .text {
      width: 50%; }
      .strength .strength_wrap .strength_content .text h3 i {
        font-size: 6vw; }
      .strength .strength_wrap .strength_content .text h3 .jp {
        font-size: 2.6vw; }
        .strength .strength_wrap .strength_content .text h3 .jp .eng {
          font-size: 1.2vw; }
      .strength .strength_wrap .strength_content .text p {
        font-size: 16px; } }
  @media (max-width: 980px) {
    .strength .strength_wrap .strength_content .text h3 i {
      font-size: 8vw; }
    .strength .strength_wrap .strength_content .text h3 .jp {
      font-size: 3vw; }
      .strength .strength_wrap .strength_content .text h3 .jp .tab {
        display: block; }
      .strength .strength_wrap .strength_content .text h3 .jp .eng {
        font-size: 1.6vw; } }
  @media (max-width: 768px) {
    .strength .strength_wrap {
      padding: 0; }
      .strength .strength_wrap .strength_content {
        margin-bottom: 0;
        padding: 80vw 0 16vw; }
        .strength .strength_wrap .strength_content .img-bg {
          top: 0;
          left: 0;
          height: 100vw;
          width: 100%;
          border-radius: 0; }
          .strength .strength_wrap .strength_content .img-bg.tab {
            display: none; }
        .strength .strength_wrap .strength_content.content2 .img-bg, .strength .strength_wrap .strength_content.content4 .img-bg {
          right: 0;
          border-radius: 0; }
        .strength .strength_wrap .strength_content.content2 .text, .strength .strength_wrap .strength_content.content4 .text {
          float: none; }
        .strength .strength_wrap .strength_content .text {
          width: 92%;
          margin: 0 auto;
          padding: 4% 4% 8%; }
          .strength .strength_wrap .strength_content .text h3 {
            display: block;
            text-align: center;
            position: relative;
            padding-top: 2vw;
            margin-bottom: 8%; }
            .strength .strength_wrap .strength_content .text h3 i {
              margin-right: 0;
              margin-bottom: 8%;
              font-size: 12vw;
              display: block; }
              .strength .strength_wrap .strength_content .text h3 i:after {
                width: 30%;
                position: absolute;
                top: auto;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto; }
            .strength .strength_wrap .strength_content .text h3 .jp {
              font-size: 6.4vw; }
              .strength .strength_wrap .strength_content .text h3 .jp .tab {
                display: none; }
              .strength .strength_wrap .strength_content .text h3 .jp .eng {
                font-size: 3.8vw;
                position: absolute;
                top: 16.6vw;
                left: 0;
                right: 0;
                margin: auto; }
          .strength .strength_wrap .strength_content .text p {
            font-size: 4vw; } }

.case {
  background: #EBF7FF;
  overflow: hidden; }
  .case .case_wrap .case_content {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    margin-bottom: 80px;
    position: relative; }
    .case .case_wrap .case_content h3 {
      text-align: center;
      color: #133784;
      font-size: 32px; }
    .case .case_wrap .case_content .user {
      text-align: center; }
    .case .case_wrap .case_content .user-img {
      position: absolute;
      right: 0;
      top: 200px; }
    .case .case_wrap .case_content .text {
      width: 70%;
      padding: 0 0 4%; }
      .case .case_wrap .case_content .text h4 {
        color: #133784;
        font-size: 24px;
        padding-bottom: 20px; }
    .case .case_wrap .case_content .after {
      background: #EBF7FF;
      border-radius: 12px;
      padding: 40px;
      display: flex;
      justify-content: space-between; }
      .case .case_wrap .case_content .after h4 {
        font-size: 20px;
        background: linear-gradient(to right, #0071CD, #1A92F4);
        color: #fff;
        width: 16%;
        text-align: center;
        border-radius: 12px;
        display: flex;
        align-items: center;
        padding: 0;
        justify-content: center; }
      .case .case_wrap .case_content .after p {
        width: 80%; }
    .case .case_wrap .case_content .more {
      cursor: pointer;
      border-radius: 24px;
      background: linear-gradient(to right, #0071CD, #1A92F4);
      color: #fff;
      text-align: center;
      padding: 1.2% 0;
      margin: 3% 0 0; }
  @media (max-width: 1080px) {
    .case .case_wrap .case_content h3 {
      font-size: 28px; }
    .case .case_wrap .case_content .user-img {
      top: 220px;
      width: 30%; }
    .case .case_wrap .case_content .after h4 {
      width: 22%; }
    .case .case_wrap .case_content .after p {
      width: 74%;
      line-height: 1.6; } }
  @media (max-width: 768px) {
    .case .case_wrap .case_content {
      padding: 8% 4%;
      margin-bottom: 10vw; }
      .case .case_wrap .case_content h3 {
        font-size: 5.4vw; }
      .case .case_wrap .case_content .user {
        font-size: 3.4vw; }
      .case .case_wrap .case_content .user-img {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        margin: 8% auto; }
      .case .case_wrap .case_content .text {
        width: 100%; }
        .case .case_wrap .case_content .text h4 {
          font-size: 5vw;
          text-align: center; }
      .case .case_wrap .case_content .after {
        padding: 5% 5% 8%;
        display: block;
        margin-bottom: 6%; }
        .case .case_wrap .case_content .after h4 {
          font-size: 5vw;
          width: 100%;
          padding: 5% 0;
          margin-bottom: 4%; }
        .case .case_wrap .case_content .after p {
          line-height: 1.8;
          width: 100%; }
      .case .case_wrap .case_content .more {
        padding: 4% 0;
        position: relative;
        font-size: 3.4vw; }
        .case .case_wrap .case_content .more span.close {
          display: none; }
        .case .case_wrap .case_content .more:after, .case .case_wrap .case_content .more:before {
          content: '';
          display: block;
          position: absolute;
          width: 4.2vw;
          height: 2px;
          background: #fff;
          top: 0;
          bottom: 0;
          right: 6%;
          border-radius: 10px;
          margin: auto; }
        .case .case_wrap .case_content .more:after {
          transform: rotate(90deg);
          transition: all 0.5s ease; }
      .case .case_wrap .case_content .sp-drop {
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        transition: all 0.5s ease; }
      .case .case_wrap .case_content.active .sp-drop {
        max-height: 1200px;
        opacity: 1; }
      .case .case_wrap .case_content.active .more {
        background: #888;
        margin-top: 0; }
        .case .case_wrap .case_content.active .more:after {
          transform: rotate(180deg); }
        .case .case_wrap .case_content.active .more .open {
          display: none; }
        .case .case_wrap .case_content.active .more .close {
          display: block; } }

.step .step_wrap {
  padding-top: 40px;
  padding-bottom: 80px; }
  @media (max-width: 768px) {
    .step .step_wrap {
      padding-left: 0;
      padding-right: 0; }
      .step .step_wrap .text-center {
        padding: 0 4%; } }
  .step .step_wrap .step_content {
    position: relative;
    padding: 40px;
    display: flex;
    justify-content: space-between; }
    .step .step_wrap .step_content img {
      width: 24%;
      height: auto; }
    .step .step_wrap .step_content .text {
      width: 72%; }
      .step .step_wrap .step_content .text h3 {
        overflow: hidden;
        line-height: 1;
        padding: 0 0 2%;
        font-size: 28px;
        display: inline-block;
        border-bottom: #0C72C5 2px solid; }
        .step .step_wrap .step_content .text h3 i {
          color: #0C72C5;
          font-size: 36px; }
    .step .step_wrap .step_content.step1 p {
      margin-bottom: 5%; }
    .step .step_wrap .step_content:after {
      content: '';
      display: block;
      position: absolute;
      left: 150px;
      bottom: -10px;
      width: 0;
      height: 0;
      border-left: 24px solid transparent;
      border-right: 24px solid transparent;
      border-top: 24px solid #0C72C5; }
    .step .step_wrap .step_content:last-child:after {
      display: none; }
  @media (max-width: 1240px) {
    .step .step_wrap .step_content {
      position: relative;
      aspect-ratio: 3.4 / 1; }
      .step .step_wrap .step_content img {
        position: absolute; }
      .step .step_wrap .step_content .text {
        margin-left: 30%; }
      .step .step_wrap .step_content:after {
        left: 14%; } }
  @media (max-width: 980px) {
    .step .step_wrap .step_content {
      aspect-ratio: 2.9 / 1; }
      .step .step_wrap .step_content .text p {
        font-size: 16px; } }
  @media (max-width: 768px) {
    .step .step_wrap .slide-sp {
      padding: 4% 0;
      position: relative;
      overflow: hidden; }
      .step .step_wrap .slide-sp .track {
        display: flex;
        transition: transform .3s ease;
        will-change: transform;
        touch-action: pan-y; }
        .step .step_wrap .slide-sp .track .step_content {
          flex: 0 0 100%;
          width: 100%;
          aspect-ratio: auto;
          box-sizing: border-box;
          padding: 4% 10%;
          display: block; }
          .step .step_wrap .slide-sp .track .step_content img {
            position: relative;
            width: 100%;
            height: auto; }
          .step .step_wrap .slide-sp .track .step_content .text {
            width: 100%;
            margin-left: 0; }
            .step .step_wrap .slide-sp .track .step_content .text h3 {
              display: block;
              font-size: 5.6vw;
              padding: 6% 0 5%;
              margin-bottom: 4%; }
              .step .step_wrap .slide-sp .track .step_content .text h3 i {
                font-size: 6.2vw; }
            .step .step_wrap .slide-sp .track .step_content .text p {
              font-size: 4vw; }
            .step .step_wrap .slide-sp .track .step_content .text .btn-orange {
              width: 100%;
              display: block;
              padding: 4% 0;
              font-size: 4.6vw; }
          .step .step_wrap .slide-sp .track .step_content:after {
            display: none; }
      .step .step_wrap .slide-sp .prev, .step .step_wrap .slide-sp .next {
        position: absolute;
        top: 34vw;
        z-index: 2;
        background: none;
        border: none; }
        .step .step_wrap .slide-sp .prev:after, .step .step_wrap .slide-sp .next:after {
          content: "";
          display: block;
          width: 0;
          height: 0;
          border-left: 20px solid transparent;
          border-right: 20px solid transparent;
          border-top: 20px solid #0C72C5; }
      .step .step_wrap .slide-sp .prev {
        left: -2vw;
        transform: rotate(90deg); }
      .step .step_wrap .slide-sp .next {
        right: -2vw;
        transform: rotate(-90deg); }
      .step .step_wrap .slide-sp .prev[disabled], .step .step_wrap .slide-sp .next[disabled] {
        display: none;
        opacity: 0.3;
        pointer-events: none; }
      .step .step_wrap .slide-sp .dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        gap: 2vw;
        justify-content: center; }
        .step .step_wrap .slide-sp .dots button {
          width: 4vw;
          height: 4vw;
          border-radius: 50%;
          border: none;
          background: #ccc; }
        .step .step_wrap .slide-sp .dots button[aria-selected="true"] {
          background: #0C72C5; } }

.faq {
  background: #EBF7FF; }
  .faq .faq_wrap {
    padding-top: 40px;
    padding-bottom: 70px; }
    @media (max-width: 768px) {
      .faq .faq_wrap {
        padding-bottom: 15vw; } }
    .faq .faq_wrap .faq_content {
      background: #fff;
      border-radius: 24px;
      margin-bottom: 20px;
      cursor: pointer;
      padding: 24px 40px;
      position: relative;
      top: 0;
      transition: all 0.5s ease; }
      .faq .faq_wrap .faq_content h3 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 22px;
        padding: 0;
        position: relative; }
        .faq .faq_wrap .faq_content h3 i {
          background: #0C72C5;
          color: #fff;
          border-radius: 50px;
          width: 60px;
          height: 60px;
          display: flex;
          align-items: center;
          justify-content: center;
          aspect-ratio: 1 / 1;
          font-weight: 500;
          padding-bottom: 0.4%;
          margin-right: 2%; }
        .faq .faq_wrap .faq_content h3 span {
          width: calc( 100% - 90px); }
        .faq .faq_wrap .faq_content h3:after, .faq .faq_wrap .faq_content h3:before {
          content: '';
          display: block;
          position: absolute;
          width: 32px;
          height: 4px;
          background: #0C72C5;
          top: 0;
          bottom: 0;
          right: 0;
          border-radius: 10px;
          margin: auto; }
        .faq .faq_wrap .faq_content h3:after {
          transform: rotate(90deg);
          transition: all 0.5s ease; }
      .faq .faq_wrap .faq_content .answer {
        border-top: #0C72C5 1px solid;
        display: flex;
        justify-content: flex-start;
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        transition: all 0.5s ease; }
        .faq .faq_wrap .faq_content .answer i {
          background: #EBF7FF;
          color: #0C72C5;
          border-radius: 50px;
          width: 60px;
          height: 60px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 500;
          padding-bottom: 0.4%;
          margin-right: 2%; }
        .faq .faq_wrap .faq_content .answer p {
          width: calc(100% - 90px); }
      .faq .faq_wrap .faq_content.active h3:after {
        transform: rotate(180deg); }
      .faq .faq_wrap .faq_content.active .answer {
        margin-top: 20px;
        padding-top: 20px;
        max-height: 1000px;
        opacity: 1; }
      .faq .faq_wrap .faq_content:hover {
        transform: scale(1.01); }
    @media (max-width: 768px) {
      .faq .faq_wrap .faq_content {
        padding: 4%; }
        .faq .faq_wrap .faq_content h3 {
          font-size: 4vw; }
          .faq .faq_wrap .faq_content h3 i {
            width: 13%;
            height: auto;
            padding-bottom: 1%;
            margin-right: 4%; }
          .faq .faq_wrap .faq_content h3:after, .faq .faq_wrap .faq_content h3:before {
            width: 6vw;
            right: 1%;
            height: 3px; }
        .faq .faq_wrap .faq_content .answer i {
          width: 13%;
          height: 13%;
          padding-bottom: 1%;
          aspect-ratio: 1 / 1;
          box-sizing: border-box;
          margin-right: 4%; }
        .faq .faq_wrap .faq_content .answer p {
          font-size: 3.8vw;
          width: calc(100% - 15%); } }

.contact .content_bg {
  background: url(../../images/transfer_support/contact.jpg) no-repeat center center;
  background-size: cover; }
  .contact .content_bg .contact_wrap {
    padding: 40px 0 160px; }
    .contact .content_bg .contact_wrap .title-jp {
      font-size: 36px; }
    .contact .content_bg .contact_wrap p {
      font-size: 20px; }
  @media (max-width: 1360px) {
    .contact .content_bg .contact_wrap {
      padding: 20px 0 80px; }
      .contact .content_bg .contact_wrap .title-jp {
        font-size: 2.6vw; }
      .contact .content_bg .contact_wrap p {
        font-size: 16px; } }
  @media (max-width: 768px) {
    .contact .content_bg {
      background: url(../../images/transfer_support/contact_sp.jpg) no-repeat center center;
      background-size: cover; }
      .contact .content_bg .contact_wrap {
        padding: 6vw 4% 100vw; }
        .contact .content_bg .contact_wrap .title-jp {
          font-size: 5.4vw;
          padding: 6% 0; }
        .contact .content_bg .contact_wrap p {
          font-size: 3.8vw; } }
.contact .contact-form_wrap {
  position: relative;
  top: -120px;
  border-radius: 24px;
  overflow: hidden; }
  .contact .contact-form_wrap .title-jp {
    background: linear-gradient(to right, #0071CD, #1A92F4);
    color: #fff;
    font-weight: 500; }
    .contact .contact-form_wrap .title-jp i {
      display: block;
      background: #fff;
      width: 240px;
      padding: 6px 0;
      text-align: center;
      margin: 20px auto 0;
      color: #0C72C5;
      font-size: 18px;
      border-radius: 20px; }
  @media (max-width: 1360px) {
    .contact .contact-form_wrap {
      top: -40px; }
      .contact .contact-form_wrap .title-jp {
        border-radius: 24px 24px 0 0;
        font-size: 26px;
        padding: 2.6% 0; }
        .contact .contact-form_wrap .title-jp i {
          font-size: 14px; } }
  @media (max-width: 1240px) {
    .contact .contact-form_wrap {
      padding: 0;
      width: 92%;
      margin: 0 auto; } }
  @media (max-width: 768px) {
    .contact .contact-form_wrap {
      width: 100%;
      top: -36.8vw;
      margin-bottom: -20vw; }
      .contact .contact-form_wrap .title-jp {
        background: rgba(73, 165, 240, 0.95);
        padding: 6% 0;
        font-size: 3.6vw; }
        .contact .contact-form_wrap .title-jp i {
          width: 46%; } }
  .contact .contact-form_wrap .contact-form {
    background: #fff; }
    .contact .contact-form_wrap .contact-form .contact-form_inner {
      max-width: 960px;
      margin: 0 auto; }
      .contact .contact-form_wrap .contact-form .contact-form_inner .form-step_wrap {
        box-sizing: border-box;
        padding-top: 40px; }
        .contact .contact-form_wrap .contact-form .contact-form_inner .form-step_wrap ol {
          margin: 0; }
          .contact .contact-form_wrap .contact-form .contact-form_inner .form-step_wrap ol li {
            font-size: 16px; }
            .contact .contact-form_wrap .contact-form .contact-form_inner .form-step_wrap ol li span {
              font-size: 16px; }
      .contact .contact-form_wrap .contact-form .contact-form_inner p.form-step_wrap_text-center {
        font-size: 16px; }
      .contact .contact-form_wrap .contact-form .contact-form_inner table tr {
        border: none; }
        .contact .contact-form_wrap .contact-form .contact-form_inner table tr:nth-child(even) {
          background: #F8F8F8; }
      .contact .contact-form_wrap .contact-form .contact-form_inner table th {
        font-size: 16px;
        background: none; }
        .contact .contact-form_wrap .contact-form .contact-form_inner table th .label_required {
          font-size: 12px; }
      .contact .contact-form_wrap .contact-form .contact-form_inner table td {
        font-size: 16px;
        background: none; }
        .contact .contact-form_wrap .contact-form .contact-form_inner table td input {
          font-size: 16px; }
        .contact .contact-form_wrap .contact-form .contact-form_inner table td select {
          font-size: 16px; }
        .contact .contact-form_wrap .contact-form .contact-form_inner table td .list_fullname li {
          margin-bottom: 0; }
        .contact .contact-form_wrap .contact-form .contact-form_inner table td .label_example, .contact .contact-form_wrap .contact-form .contact-form_inner table td .label_note {
          font-size: 13px; }
        .contact .contact-form_wrap .contact-form .contact-form_inner table td .mwform-radio-field-text {
          font-size: 15px; }
        .contact .contact-form_wrap .contact-form .contact-form_inner table td .error {
          font-size: 13px; }
        .contact .contact-form_wrap .contact-form .contact-form_inner table td .location-wrap {
          position: relative; }
          .contact .contact-form_wrap .contact-form .contact-form_inner table td .location-wrap .location-btn {
            position: absolute;
            top: 0;
            left: 0;
            background: #fff;
            width: 270px;
            text-align: center;
            font-size: 15px;
            padding: .2em;
            display: inline-block;
            border: #aaa solid 1px;
            border-radius: 8px;
            pointer-events: none;
            display: none;
            cursor: pointer; }
            .contact .contact-form_wrap .contact-form .contact-form_inner table td .location-wrap .location-btn.active {
              display: block; }
            .contact .contact-form_wrap .contact-form .contact-form_inner table td .location-wrap .location-btn:after {
              content: '';
              display: block;
              position: absolute;
              right: 10px;
              top: 0;
              bottom: 0px;
              margin: auto;
              width: 0;
              height: 0;
              border-left: 4px solid transparent;
              border-right: 4px solid transparent;
              border-top: 4px solid #0C72C5; }
          .contact .contact-form_wrap .contact-form .contact-form_inner table td .location-wrap select {
            text-align: center;
            font-size: 15px; }
        .contact .contact-form_wrap .contact-form .contact-form_inner table td #location {
          max-width: 100%;
          width: 270px;
          border-radius: 8px; }
      .contact .contact-form_wrap .contact-form .contact-form_inner .m10-b {
        padding-top: 30px;
        font-weight: 500; }
        .contact .contact-form_wrap .contact-form .contact-form_inner .m10-b a {
          color: #0C72C5;
          text-decoration: underline; }
      .contact .contact-form_wrap .contact-form .contact-form_inner .btn-orange {
        width: 340px;
        padding: 2% 0;
        font-size: 20px;
        box-sizing: border-box;
        border-radius: 50px;
        border: none;
        margin: 20px 0 40px;
        display: inline; }
      .contact .contact-form_wrap .contact-form .contact-form_inner .btn-blue {
        width: 140px;
        padding: 2% 0;
        font-size: 20px;
        box-sizing: border-box;
        border-radius: 50px;
        border: none;
        margin: 20px 20px 40px 0;
        display: inline; }
      .contact .contact-form_wrap .contact-form .contact-form_inner .note3 {
        font-size: 13px;
        margin-bottom: 50px;
        text-indent: -1.4em;
        padding-left: 1.4em; }
    @media (max-width: 1040px) {
      .contact .contact-form_wrap .contact-form .contact-form_inner .form-step_wrap ol {
        margin: 0; }
        .contact .contact-form_wrap .contact-form .contact-form_inner .form-step_wrap ol li {
          font-size: 14px; }
          .contact .contact-form_wrap .contact-form .contact-form_inner .form-step_wrap ol li span {
            font-size: 14px; }
      .contact .contact-form_wrap .contact-form .contact-form_inner p.form-step_wrap_text-center {
        font-size: 16px; }
      .contact .contact-form_wrap .contact-form .contact-form_inner table th {
        font-size: 14px; }
        .contact .contact-form_wrap .contact-form .contact-form_inner table th .label_required {
          font-size: 11px; }
      .contact .contact-form_wrap .contact-form .contact-form_inner table td {
        font-size: 14px; }
        .contact .contact-form_wrap .contact-form .contact-form_inner table td input {
          font-size: 14px; }
        .contact .contact-form_wrap .contact-form .contact-form_inner table td select {
          font-size: 14px; } }
@media (max-width: 1040px) and (max-width: 768px) {
  .contact .contact-form_wrap .contact-form .contact-form_inner {
    padding-top: 4.4vw; }
    .contact .contact-form_wrap .contact-form .contact-form_inner .form-step_wrap ol {
      padding: 0 4%;
      margin: 0; }
      .contact .contact-form_wrap .contact-form .contact-form_inner .form-step_wrap ol li {
        font-size: 12px; }
        .contact .contact-form_wrap .contact-form .contact-form_inner .form-step_wrap ol li span {
          font-size: 12px; }
        .contact .contact-form_wrap .contact-form .contact-form_inner .form-step_wrap ol li:after {
          right: -39.5px; }
    .contact .contact-form_wrap .contact-form .contact-form_inner p.form-step_wrap_text-center {
      font-size: 3.4vw; }
    .contact .contact-form_wrap .contact-form .contact-form_inner .note3 {
      font-size: 3vw; }
    .contact .contact-form_wrap .contact-form .contact-form_inner .btn-orange {
      width: 90%;
      padding: 7% 0;
      font-size: 5vw;
      line-height: 1; }
    .contact .contact-form_wrap .contact-form .contact-form_inner .btn-blue {
      width: 25%;
      padding: 2% 0;
      font-size: 5vw;
      margin: 0 3% 0 0; }
  .contact .contact-form_wrap .contact-form .form_wrap {
    margin: 0; }
    .contact .contact-form_wrap .contact-form .form_wrap table {
      padding: 0; }
      .contact .contact-form_wrap .contact-form .form_wrap table th {
        padding: 4% 4% 1%; }
      .contact .contact-form_wrap .contact-form .form_wrap table td {
        padding: 0 4% 4%; }
        .contact .contact-form_wrap .contact-form .form_wrap table td .error {
          font-size: 12px; }
        .contact .contact-form_wrap .contact-form .form_wrap table td .mwform-radio-field:nth-child(4) {
          display: block;
          margin-left: 0; }
        .contact .contact-form_wrap .contact-form .form_wrap table td .mwform-radio-field:nth-child(5) {
          margin-left: 0; }
        .contact .contact-form_wrap .contact-form .form_wrap table td input#email, .contact .contact-form_wrap .contact-form .form_wrap table td input#tel {
          max-width: 1000px;
          width: 100%; }
        .contact .contact-form_wrap .contact-form .form_wrap table td .location-wrap .location-btn {
          width: 100%;
          padding: 2% 0; }
        .contact .contact-form_wrap .contact-form .form_wrap table td .location-wrap select {
          width: 100% !important;
          padding: 2% 0;
          height: 40px;
          box-sizing: border-box; }
        .contact .contact-form_wrap .contact-form .form_wrap table td .location-wrap input {
          width: 100% !important;
          height: 40px;
          box-sizing: border-box; } }

  .contact .contact-form_wrap #location option:first-child {
    display: none; }

@media (max-width: 768px) {
  .mw_wp_form_confirm .contact-form .btn-orange {
    width: 70% !important; } }
.mw_wp_form_input .contact-form .form-step_wrap li:nth-child(1),
.mw_wp_form_confirm .contact-form .form-step_wrap li:nth-child(2),
.mw_wp_form_complete .contact-form .form-step_wrap li:nth-child(3) {
  background-color: #0C72C5;
  color: #fff; }

.mw_wp_form_input .contact-form .form-step_wrap li:nth-child(1)::after,
.mw_wp_form_confirm .contact-form .form-step_wrap li:nth-child(2)::after,
.mw_wp_form_complete .contact-form .form-step_wrap li:nth-child(3)::after {
  border-left-color: #0C72C5; }

.contact-form .form_text p {
  display: none; }

.mw_wp_form_input .contact-form .form_text p.step_1,
.mw_wp_form_confirm .contact-form .form_text p.step_2,
.mw_wp_form_complete .contact-form .form_text p {
  display: block; }

.mw_wp_form_confirm .contact-form .list_fullname dd p {
  line-height: 1.6; }

.mw_wp_form_complete .contact-form .form_text {
  padding: 60px 0 100px; }
  .mw_wp_form_complete .contact-form .form_text .step_3_title {
    font-size: 30px;
    color: #133784; }
  @media (max-width: 768px) {
    .mw_wp_form_complete .contact-form .form_text {
      padding: 4% 4% 12%; }
      .mw_wp_form_complete .contact-form .form_text .step_3_title {
        font-size: 4.6vw; } }

.scroll-top {
  position: fixed;
  bottom: -100px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #0071CD, #1A92F4);
  color: #fff;
  border-radius: 100px;
  width: 86px;
  height: 86px;
  z-index: 11;
  padding-top: 12px;
  box-sizing: border-box; }
  .scroll-top::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    margin: auto;
    border-top: #fff solid 2px;
    border-left: #fff solid 2px;
    transform: rotate(45deg); }
  .scroll-top:hover {
    opacity: 0.7;
    color: #fff; }
  .scroll-top.active {
    bottom: 40px; }
  @media (max-width: 768px) {
    .scroll-top {
      right: 4vw;
      padding-top: 3vw;
      font-size: 3.6vw;
      width: 16vw;
      height: 16vw; }
      .scroll-top::after {
        width: 2vw;
        height: 2vw;
        top: 4.4vw; }
      .scroll-top.active {
        bottom: 4vw; } }

footer .footer_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px; }
  footer .footer_wrap .official {
    display: block;
    width: 24%; }
    footer .footer_wrap .official img {
      width: 100%; }
    footer .footer_wrap .official:hover {
      opacity: 0.5; }
  footer .footer_wrap .footer_link {
    width: 820px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    footer .footer_wrap .footer_link a {
      display: block;
      width: 49%; }
      footer .footer_wrap .footer_link a:hover {
        opacity: 0.5; }
      footer .footer_wrap .footer_link a:focus {
        color: #333; }
      footer .footer_wrap .footer_link a span {
        font-size: 14px; }
        footer .footer_wrap .footer_link a span:before {
          content: '';
          display: inline-block;
          width: 16px;
          height: 10px;
          background: url(../../images/transfer_support/arrow.svg) no-repeat center center; }
  @media (max-width: 1100px) {
    footer .footer_wrap .footer_link {
      width: 70%;
      align-items: start; }
      footer .footer_wrap .footer_link a span {
        font-size: 11px; } }
  @media (max-width: 920px) {
    footer .footer_wrap {
      display: block;
      padding: 4%; }
      footer .footer_wrap .official {
        width: 30%;
        margin: 0 auto 4%; }
      footer .footer_wrap .footer_link {
        width: 100%; }
        footer .footer_wrap .footer_link a span {
          font-size: 1.6vw; } }
  @media (max-width: 768px) {
    footer .footer_wrap .official {
      width: 70%;
      margin-bottom: 12%; }
    footer .footer_wrap .footer_link {
      width: 100%;
      display: block; }
      footer .footer_wrap .footer_link a {
        width: 100%;
        margin-bottom: 8%; }
        footer .footer_wrap .footer_link a img {
          width: 100%; }
        footer .footer_wrap .footer_link a span {
          font-size: 3.2vw; } }
footer .copy {
  background: linear-gradient(to right, #0071CD, #1A92F4);
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 1.4% 0; }
  @media (max-width: 768px) {
    footer .copy {
      font-size: 3.6vw;
      padding: 6% 0; } }
