@charset "UTF-8";
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  width: 100%;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  color: #333;
  letter-spacing: 3px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media screen and (min-width: 640px) {
  /*popup*/
  .popup {
    position: fixed;
    bottom: 0;
    right: 2%;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 25%;
    height: 25%;
    z-index: 99000;
  }
  .popup-banner {
    position: absolute;
    bottom: 5%;
    right: 1%;
  }
  a {
    display: inline;
  }
  .popup-close {
    position: absolute;
    top: -1vw;
    right: -.6vw;
    display: block;
    width: 2vw;
    height: 2vw;
    line-height: 1.8vw;
    padding: .5vw;
    font-size: 2vw;
    padding-left: .7vw;
    border-radius: 50%;
    text-align: center;
    color: #FFFFFF;
    background-color: #ff6455;
    cursor: pointer;
    z-index: 10000;
  }
  .popup-img {
    width: 100%;
    height: auto;
    margin-left: auto;
    color: #F5a623;
  }
  .popup-img img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 1vw;
  }
  .popup.hidden {
    opacity: 0;
    z-index: -1000;
  }
  .logo_fadein {
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
  }
  .logo_fadein p {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
    width: 15%;
  }
  .logo_fadein p img {
    display: block;
    width: 100%;
  }
  .you_h2 {
    font-size: 1.3vw;
    text-align: center;
    margin-top: 9vw;
  }
  .youtube {
    display: block;
    width: 40%;
    height: 25vw;
    margin: 0 auto;
  }
  header {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  header .header_in {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.2fr 1fr;
        grid-template-columns: 1.2fr 1fr;
    width: 90%;
    margin-left: auto;
    margin-right: 2vw;
  }
  header .contact_last_under {
    width: 80%;
    -webkit-box-shadow: rgba(23, 183, 186, 0.3) 0px 2px 15px 0px;
            box-shadow: rgba(23, 183, 186, 0.3) 0px 2px 15px 0px;
    padding: .5vw 1.5vw;
    border-radius: 1.5vw;
    margin: 0 auto;
    background-color: white;
    margin-top: 8vw;
    padding-bottom: .5vw;
    z-index: 9999;
    border: 1vw solid white;
  }
  header .contact_last_under .clu {
    position: relative;
  }
  header .contact_last_under .clu .b {
    position: absolute;
    top: -2.8vw;
    right: -.5vw;
    background-color: #0080ff;
    background-image: linear-gradient(150deg, #0051ff, rgba(0, 128, 255, 0.34) 0%, rgba(0, 135, 255, 0.33) 40%, #00a4ff 68%, #0080ff 95%);
    font-size: 1vw;
    color: white;
    padding: .5vw;
    border-radius: 0 0 .3vw .3vw;
    padding: 1vw;
    text-align: center;
  }
  header .contact_last_under .clu .b span {
    display: inline-block;
    font-size: 1.5vw;
  }
  header .contact_last_under h2 {
    font-size: 2.9vw;
    margin-top: 2vw;
    margin-bottom: 0;
    color: #0080ff;
    background: -webkit-gradient(linear, right top, left top, from(#58c6ff), color-stop(40%, #076ad9), color-stop(80%, #0084ff));
    background: linear-gradient(270deg, #58c6ff 0%, #076ad9 40%, #0084ff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
  }
  header .contact_last_under h2 .h2s {
    font-size: 1vw;
    color: black;
  }
  header .contact_last_under h2 .hs {
    font-size: 1vw;
    color: black;
  }
  header .contact_last_under h3 {
    width: 100%;
    font-size: 1.1vw;
    margin-top: .5vw;
    font-weight: normal;
    margin-bottom: 2vw;
    letter-spacing: .05vw;
    line-height: 2vw;
    text-align: left;
  }
  header .contact_last_under h3 span {
    border-bottom: 0.3vw solid, #0080ff;
    background: -webkit-gradient(linear, right top, left top, from(#58c6ff), color-stop(40%, #076ad9), color-stop(80%, #0084ff));
    background: linear-gradient(270deg, #58c6ff 0%, #076ad9 40%, #0084ff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  header .contact_last_under p {
    font-size: 1vw;
    margin-bottom: 2vw;
  }
  header .contact_last_under p .samp {
    font-size: .9vw;
    color: #ff7a7a;
  }
  header label {
    line-height: 1.5vw;
    font-size: 1vw;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  header label .must {
    color: white;
    background-color: #ff8400;
    padding: 0px 3px;
    font-size: 13px;
    background-color: #17b7ba;
    background-color: #0080ff;
  }
  header label .cummon {
    width: 95%;
    margin: 0 auto;
    height: 1.5vw;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: white;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 3px solid #ffffff;
    border-radius: 5px;
  }
  header label .drop {
    display: block;
    width: 40%;
    height: 50px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: white;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 3px solid #000000;
    border-radius: 5px;
  }
  header label .text_area {
    width: 100%;
    display: block;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    height: 3vw;
    border: 4px solid orangered;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
  }
  header label .drop {
    height: 25px;
    display: block;
    width: 30%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  header .submit {
    display: block;
    cursor: pointer;
    width: 60%;
    font-size: 16px;
    margin: 0 auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    color: white;
    border-radius: 30px;
    padding: 15px 0;
    background-color: #ff6455;
    border: 2px solid white;
    margin-top: 1vw;
  }
  header .logo {
    display: block;
    width: 15%;
    position: fixed;
    top: 3%;
    left: 3%;
  }
  header .header_in_left {
    display: block;
    position: absolute;
    width: 35%;
    bottom: 5%;
    left: 3%;
  }
  header .header_in_right {
    display: block;
    position: absolute;
    width: 35%;
    top: 5%;
    right: 15%;
  }
  header .re {
    position: relative;
    margin-top: 5vw;
  }
  header .re .indo {
    position: absolute;
    display: block;
    width: 50%;
    top: 5vw;
    left: -10vw;
    z-index: 0;
  }
  header .re .indow {
    position: absolute;
    display: block;
    width: 35%;
    top: 12vw;
    left: -11vw;
    z-index: 0;
    display: none;
  }
  header .re .indos {
    display: none;
  }
  header .h1 {
    width: 100%;
    margin-left: 9vw;
    position: relative;
    z-index: 999;
  }
  header .h1 .logosta {
    display: block;
    width: 20%;
    margin-bottom: 1vw;
  }
  header .h1 h1 {
    font-size: 9vw;
    display: block;
    margin-bottom: 0;
    color: black;
    line-height: 6.5vw;
  }
  header .h1 h1 .rikuaji {
    font-size: 2vw;
    margin-left: 2vw;
    margin-bottom: 0;
  }
  header .h1 h1 .riku {
    color: #0080ff;
    background: -webkit-gradient(linear, right top, left top, from(#58c6ff), color-stop(40%, #076ad9), color-stop(80%, #0084ff));
    background: linear-gradient(270deg, #58c6ff 0%, #076ad9 40%, #0084ff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  header .h1 h2 {
    font-size: 1.5vw;
    margin-left: 1.2vw;
    margin-top: 3vw;
    background-color: white;
  }
  header .h1 .top_merit {
    display: block;
    width: 100%;
    margin-top: 2vw;
  }
  header .h1 .top_merit p {
    font-size: 1.8vw;
    color: white;
    padding-left: .5vw;
    margin-bottom: 0;
    margin-top: 0;
    display: inline-block;
    line-height: 3.5vw;
    font-weight: bold;
  }
  header .h1 .top_merit p span {
    background-color: #0080ff;
    background-image: -webkit-gradient(linear, right top, left top, from(#58c6ff), color-stop(40%, #076ad9), color-stop(80%, #0084ff));
    background-image: linear-gradient(270deg, #58c6ff 0%, #076ad9 40%, #0084ff 80%);
    padding: .5vw;
  }
  header .h1 .top_under_diss {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    margin-top: 1.5vw;
    gap: 0;
    width: 80%;
    display: none;
  }
  header .h1 .top_under_diss div {
    -webkit-box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
            box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
    width: 80%;
    text-align: center;
    margin-right: auto;
    padding: 0.5vw 1vw;
    border-radius: 1vw;
    margin-right: 0;
    background-color: white;
  }
  header .h1 .top_under_diss div b {
    font-size: 1vw;
  }
  header .h1 .top_under_diss div h3 {
    font-size: 2vw;
    color: #0080ff;
    background: -webkit-gradient(linear, right top, left top, from(#58c6ff), color-stop(40%, #076ad9), color-stop(80%, #0084ff));
    background: linear-gradient(270deg, #58c6ff 0%, #076ad9 40%, #0084ff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 0;
    margin-bottom: 0;
  }
  header .h1 .top_under_diss .left {
    margin-right: 0;
    padding-top: 1.2vw;
  }
  header .h1 .top_under_diss .right {
    padding-top: 1.2vw;
  }
  ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    position: fixed;
    top: 0%;
    width: 65%;
    right: 5%;
    padding: 10px 0px;
    z-index: 99;
  }
  ul li {
    list-style: none;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  ul li a {
    width: 100%;
    display: block;
    text-decoration: none;
    font-size: .9vw;
    text-align: center;
    color: #000000;
    font-weight: bold;
  }
  ul li a span {
    font-size: .7vw;
  }
  ul .contact_li {
    display: block;
    margin-left: 5%;
    background-color: orangered;
    padding: 10px 20px;
    border-radius: 10px;
    color: white;
    border-radius: 10px;
  }
  ul .contact_li a {
    color: white;
  }
  #menu-btn-check {
    position: fixed;
    top: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 100;
    display: none;
  }
  .top_under_dis {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    margin-top: 1.5vw;
    gap: 1vw;
    width: 90%;
    margin: 0 auto;
    margin-top: 5vw;
  }
  .top_under_dis div {
    -webkit-box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
            box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
    width: 100%;
    text-align: center;
    margin-right: auto;
    border-radius: 1vw;
    margin-right: 0;
    background-color: white;
    padding: 1.5vw 0;
  }
  .top_under_dis div b {
    font-size: 1.4vw;
  }
  .top_under_dis div h3 {
    font-size: 3.5vw;
    color: #0080ff;
    background: -webkit-gradient(linear, right top, left top, from(#58c6ff), color-stop(40%, #076ad9), color-stop(80%, #0084ff));
    background: linear-gradient(270deg, #58c6ff 0%, #076ad9 40%, #0084ff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 0;
    margin-bottom: 0;
  }
  .top_under_dis .left {
    margin-right: 0;
    padding-top: 1.2vw;
  }
  .top_under_dis .right {
    padding-top: 1.2vw;
  }
  .top_under_dis .center {
    padding-top: 1.2vw;
  }
  @-webkit-keyframes infinity-scroll-left {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-190%);
              transform: translateX(-190%);
    }
  }
  @keyframes infinity-scroll-left {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-190%);
              transform: translateX(-190%);
    }
  }
  .scroll-infinity__list--left {
    -webkit-animation: infinity-scroll-left 50s infinite linear .2s both;
            animation: infinity-scroll-left 50s infinite linear .2s both;
  }
  .scroll-infinity__item {
    width: calc(100vw / 6);
  }
  .scroll-infinity__item > img {
    width: 100%;
    width: 90%;
    height: auto;
    display: block;
  }
  .scroll-infinity__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
  }
  .scroll-infinity__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    width: 100%;
    margin-top: 3vw;
  }
  .scroll-infinity__list img {
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 3vw;
    height: 10vw;
  }
  .scroll-infinity__list--left {
    -webkit-animation: infinity-scroll-left 20s infinite linear .1s both;
            animation: infinity-scroll-left 20s infinite linear .1s both;
  }
  .first_section_people {
    margin-top: 10vw;
    background-color: #0080ff;
    background-image: linear-gradient(150deg, #0051ff, rgba(0, 128, 255, 0.34) 0%, rgba(0, 135, 255, 0.33) 40%, #00a4ff 68%, #0080ff 95%);
    padding: 5vw 0;
  }
  .first_section_people .under_first_div {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.1fr 1fr;
        grid-template-columns: 1.1fr 1fr;
    width: 80%;
    margin: 0 auto;
    color: white;
  }
  .first_section_people .under_first_div h2 {
    font-size: 3.5vw;
  }
  .first_section_people .under_first_div p {
    margin-top: 4vw;
    line-height: 2vw;
  }
  .first_section_people .under_second_div {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 80%;
    margin: 0 auto;
  }
  .first_section_people .under_second_div div {
    margin: 0 auto;
    width: 90%;
    -webkit-box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
            box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
    border-radius: 2vw;
    padding: 1vw 0;
    background-color: white;
  }
  .first_section_people .under_second_div div img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .first_section_people .under_second_div div p {
    width: 90%;
    margin: 0 auto;
    margin-top: 1.5vw;
    font-size: 1vw;
  }
  .totyu_btn {
    width: 80%;
    margin: 0 auto;
    margin-top: 2vw;
    -webkit-animation: anime1 1s ease 0s infinite alternate;
            animation: anime1 1s ease 0s infinite alternate;
  }
  .totyu_btn .btns {
    display: none;
  }
  @-webkit-keyframes anime1 {
    from {
      -webkit-transform: scale(0.95, 0.95);
              transform: scale(0.95, 0.95);
    }
    to {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
  }
  @keyframes anime1 {
    from {
      -webkit-transform: scale(0.95, 0.95);
              transform: scale(0.95, 0.95);
    }
    to {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
  }
  .third_section_people {
    margin-top: 5vw;
  }
  .third_section_people .third_under_div {
    width: 80%;
    margin: 0 auto;
  }
  .third_section_people .third_under_div h2 {
    font-size: 3.5vw;
    margin-bottom: 0;
  }
  .third_section_people .third_under_div h3 {
    margin-top: 0;
  }
  .third_section_people .third_under_second_div {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    width: 87%;
    margin: 0 auto;
  }
  .third_section_people .third_under_second_div img {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 2vw;
    border-radius: 2vw;
    -webkit-transform: translateY(-4vw);
            transform: translateY(-4vw);
  }
  .third_section_people .third_under_second_div div {
    margin: 0 auto;
    width: 90%;
    border-radius: 2vw;
    padding: 1vw 0;
  }
  .third_section_people .third_under_second_div div p {
    width: 90%;
    margin: 0 auto;
    line-height: 2vw;
    margin-top: 1.5vw;
    font-size: 1.1vw;
  }
  .third_section_people .third_under_second_div div a {
    background-color: orangered;
    display: block;
    width: 70%;
    text-align: center;
    text-decoration: none;
    color: white;
    padding: 1.5vw 0;
    margin-left: 5vw;
    margin-top: 2vw;
    border-radius: .5vw;
    -webkit-box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
            box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
  }
  .third_section_people .third_under_second_div div a span {
    background-color: white;
    color: orangered;
    margin-right: 1vw;
  }
  .four_section_people {
    margin-top: 5vw;
  }
  .four_section_people .four_under_div {
    width: 80%;
    margin: 0 auto;
  }
  .four_section_people .four_under_div h2 {
    font-size: 3.5vw;
    text-align: center;
    margin-bottom: 0;
  }
  .four_section_people .four_under_div h3 {
    margin-top: 0;
  }
  .four_section_people .four_under_second_div {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    width: 85%;
    margin: 0 auto;
    margin-top: 2vw;
  }
  .four_section_people .four_under_second_div .fou {
    -webkit-box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
            box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
    border-radius: 1vw;
  }
  .four_section_people .four_under_second_div .fou h3 {
    font-size: 1.2vw;
    margin-bottom: 0;
  }
  .four_section_people .four_under_second_div .fou h3 span {
    opacity: 0;
  }
  .four_section_people .four_under_second_div .fou b {
    margin-top: 1vw;
    display: block;
    text-align: center;
  }
  .four_section_people .four_under_second_div img {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    border-radius: 1vw;
  }
  .four_section_people .four_under_second_div div {
    margin: 0 auto;
    width: 95%;
  }
  .four_section_people .four_under_second_div div .small {
    margin: 0 auto;
    padding: 1vw;
    position: relative;
    z-index: 0;
  }
  .four_section_people .four_under_second_div div b {
    margin-top: .5vw;
    display: block;
    margin-bottom: 0;
  }
  .four_section_people .four_under_second_div div .syo {
    font-size: 1.5vw;
  }
  .four_section_people .four_under_second_div div h3 {
    font-size: 1.3vw;
    margin-bottom: 0;
    margin-left: 1vw;
  }
  .four_section_people .four_under_second_div div h3 span {
    opacity: 0;
  }
  .four_section_people .four_under_second_div div p {
    width: 95%;
    line-height: 2vw;
    margin-top: 0vw;
    font-size: 1vw;
    margin-left: 1vw;
  }
  .four_section_people .four_under_second_div div a {
    background-color: orangered;
    display: block;
    width: 70%;
    text-align: center;
    text-decoration: none;
    color: white;
    padding: 1.5vw 0;
    margin-left: 5vw;
    margin-top: 2vw;
    border-radius: .5vw;
    -webkit-box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
            box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
  }
  .four_section_people .four_under_second_div div a span {
    background-color: white;
    color: orangered;
    margin-right: 1vw;
  }
  .five_section_people {
    margin-top: 2vw;
  }
  .five_section_people .five_under_div {
    width: 80%;
    margin: 0 auto;
  }
  .five_section_people .five_under_div h2 {
    font-size: 3.5vw;
    margin-bottom: 0;
  }
  .five_section_people .five_under_div h3 {
    margin-top: 0;
  }
  .five_section_people h4 {
    font-size: 2.5vw;
    text-align: center;
    background-color: #0080ff;
    background-image: -webkit-gradient(linear, right top, left top, from(#58c6ff), color-stop(40%, #076ad9), color-stop(80%, #0084ff));
    background-image: linear-gradient(270deg, #58c6ff 0%, #076ad9 40%, #0084ff 80%);
    color: white;
    width: 70%;
    margin: 0 auto;
    border-radius: .5vw;
    margin-top: 2vw;
    padding: 1vw 0;
  }
  .five_section_people .five_under_second_div {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    width: 90%;
    margin: 0 auto;
    margin-top: 2vw;
  }
  .five_section_people .five_under_second_div .ffd {
    margin: 0 auto;
    width: 95%;
    border-radius: .5vw;
    -webkit-box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
            box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
  }
  .five_section_people .five_under_second_div .ffd .ufd {
    background-color: #2563eb;
  }
  .five_section_people .five_under_second_div .ffd .ufd img {
    display: block;
    height: 15vw;
    width: 80%;
    margin: 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .five_section_people .five_under_second_div .ffd .under_f_d {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 2vw;
  }
  .five_section_people .five_under_second_div .ffd .under_f_d h2 {
    text-align: center;
  }
  .five_section_people .five_under_second_div .ffd .under_f_d p {
    line-height: 2vw;
  }
  .five_section_people .five_under_second_div .ffd b {
    display: block;
    font-size: 5vw;
    color: #0080ff;
    background: -webkit-gradient(linear, right top, left top, from(#58c6ff), color-stop(40%, #076ad9), color-stop(80%, #0084ff));
    background: linear-gradient(270deg, #58c6ff 0%, #076ad9 40%, #0084ff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
  }
  .five_section_people .dis_five {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.5fr;
        grid-template-columns: 1fr 1.5fr;
    width: 80%;
    gap: 2vw;
    margin: 0 auto;
    margin-top: 2vw;
  }
  .five_section_people .dis_five .dis_under {
    position: relative;
    margin-bottom: 4vw;
  }
  .five_section_people .dis_five .dis_under h5 {
    font-size: 4vw;
    color: #0080ff;
    background: -webkit-gradient(linear, right top, left top, from(#58c6ff), color-stop(40%, #076ad9), color-stop(80%, #0084ff));
    background: linear-gradient(270deg, #58c6ff 0%, #076ad9 40%, #0084ff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: -7vw;
    top: -4vw;
  }
  .six_section_people {
    margin-top: 5vw;
  }
  .six_section_people .under_six_div {
    width: 80%;
    margin: 0 auto;
  }
  .six_section_people .under_six_div h2 {
    font-size: 3.5vw;
  }
  .six_section_people .under_six_div p {
    margin-top: 4vw;
    line-height: 2vw;
  }
  .six_section_people .six_under_second_div {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    width: 80%;
    margin: 0 auto;
  }
  .six_section_people .six_under_second_div .under_six {
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    width: 95%;
    -webkit-box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
            box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
    border-radius: 2vw;
    padding: 1vw 0;
    color: white;
  }
  .six_section_people .six_under_second_div .under_six img {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
  .six_section_people .six_under_second_div .under_six .syosai {
    width: 95%;
    margin: 0 auto;
    margin-right: auto;
    margin-left: 0;
    margin-top: 5vw;
    color: black;
  }
  .six_section_people .six_under_second_div .under_six .syosai p {
    width: 96%;
    margin: 0 auto;
    margin-top: 1vw;
    font-size: 1.1vw;
  }
  .six_section_people .six_under_second_div .m {
    -webkit-box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
            box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
    background-color: white;
  }
  .six_section_people .six_under_second_div .w {
    -webkit-box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
            box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
    background-color: white;
  }
  .seven_section_people {
    margin-top: 5vw;
  }
  .seven_section_people .seven_under_div {
    width: 80%;
    margin: 0 auto;
  }
  .seven_section_people .seven_under_div h2 {
    font-size: 3.5vw;
    margin-bottom: 0;
  }
  .seven_section_people .seven_under_div h3 {
    margin-top: 0;
  }
  .seven_section_people .seven_under_second_div {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.1fr 1fr;
        grid-template-columns: 1.1fr 1fr;
    width: 87%;
    margin: 0 auto;
  }
  .seven_section_people .seven_under_second_div .sus {
    margin: 0 auto;
    width: 90%;
    border-radius: 2vw;
    padding: 1vw 0;
  }
  .seven_section_people .seven_under_second_div .sus h3 {
    font-size: 1.5vw;
  }
  .seven_section_people .seven_under_second_div .sus p {
    width: 90%;
    line-height: 2vw;
    margin-top: 1.5vw;
    font-size: 1vw;
  }
  .seven_section_people .seven_under_second_div .sus a {
    background-color: orangered;
    display: block;
    width: 70%;
    text-align: center;
    text-decoration: none;
    color: white;
    padding: 1.5vw 0;
    margin-left: 5vw;
    margin-top: 2vw;
    border-radius: .5vw;
    -webkit-box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
            box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
  }
  .seven_section_people .seven_under_second_div .sus a span {
    background-color: white;
    color: orangered;
    margin-right: 1vw;
  }
  .seven_section_people .contact_last_unders {
    width: 85%;
    -webkit-box-shadow: rgba(23, 183, 186, 0.3) 0px 2px 15px 0px;
            box-shadow: rgba(23, 183, 186, 0.3) 0px 2px 15px 0px;
    padding: .5vw 1.5vw;
    -webkit-transform: translateY(-7vw);
            transform: translateY(-7vw);
    border-radius: 1.5vw;
    background-color: white;
    margin-top: 0vw;
    padding-bottom: .5vw;
    z-index: 9999;
    border: 1vw solid #0080ff;
    height: 40vw;
  }
  .seven_section_people .contact_last_unders .clus {
    position: relative;
  }
  .seven_section_people .contact_last_unders .clus .b {
    position: absolute;
    top: -1vw;
    right: -.5vw;
    background-color: #0080ff;
    font-size: 1vw;
    color: white;
    padding: .5vw;
    border-radius: 0 0 .3vw .3vw;
    padding: 1vw;
    text-align: center;
    display: none;
  }
  .seven_section_people .contact_last_unders .clus .b span {
    display: inline-block;
    font-size: 1.5vw;
  }
  .seven_section_people .contact_last_unders h2 {
    font-size: 2vw;
    margin-top: 1vw;
    margin-bottom: 0;
    color: #0080ff;
    text-align: center;
  }
  .seven_section_people .contact_last_unders h2 .h2s {
    font-size: 1vw;
    color: black;
  }
  .seven_section_people .contact_last_unders h2 .hs {
    font-size: 1vw;
    color: black;
  }
  .seven_section_people .contact_last_unders h3 {
    width: 100%;
    font-size: 1.1vw;
    margin-top: .5vw;
    font-weight: normal;
    margin-bottom: 2vw;
    letter-spacing: .05vw;
    line-height: 2vw;
    text-align: left;
    text-align: center;
  }
  .seven_section_people .contact_last_unders h3 span {
    border-bottom: 0.3vw solid, #0080ff;
  }
  .seven_section_people .contact_last_unders .cq {
    width: 100%;
    margin: 0 auto;
    padding: .5vw .5vw;
    height: 26vw;
    margin-bottom: .7vw;
    background-color: rgba(167, 196, 255, 0.3);
    padding-top: .5vw;
  }
  .seven_section_people .contact_last_unders .cq h3 {
    font-size: 1.6vw;
    margin: 0 auto;
    text-align: center;
    margin-top: 1vw;
    border: 2px solid black;
    height: 3vw;
    line-height: 3vw;
    width: 90%;
    background-color: white;
    border: 2px solid #0080ff;
    font-weight: bold;
  }
  .seven_section_people .contact_last_unders .cq .fl {
    display: inline-block;
    font-weight: bold;
    font-size: 1.5vw;
    line-height: 2vw;
    margin-bottom: 1vw;
    margin-left: 1vw;
    margin-top: 1vw;
    padding: .5vw;
    border-left: 1vw solid #0080ff;
    padding-left: 1vw;
    background-color: white;
  }
  .seven_section_people .contact_last_unders .cq .wpcf7-checkbox {
    display: block;
  }
  .seven_section_people .contact_last_unders .cq .wpcf7-checkbox .wpcf7-list-item {
    margin-top: 1vw;
    display: block;
  }
  .seven_section_people .contact_last_unders .cq .wpcf7-checkbox .wpcf7-list-item label {
    font-size: 1.1vw;
    font-weight: normal;
    color: #000000;
  }
  .seven_section_people .contact_last_unders .cq .wpcf7-checkbox .last {
    color: black;
    text-align: left;
    background-color: rgba(23, 183, 186, 0);
  }
  .seven_section_people .contact_last_unders .cq .submit {
    display: block;
    cursor: pointer;
    width: 90%;
    font-size: 1.2vw;
    margin: 0 auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    color: white;
    border-radius: 30px;
    padding: 15px 0;
    background-color: orangered;
    border: 2px solid white;
    margin-top: 1vw;
  }
  .seven_section_people .contact_last_unders p {
    font-size: 1vw;
    margin-bottom: 2vw;
  }
  .seven_section_people .contact_last_unders p .samp {
    font-size: .9vw;
    color: #ff7a7a;
  }
  .seven_section_people .contact_div {
    width: 100%;
  }
  .seven_section_people label {
    line-height: 1.5vw;
    font-size: 1vw;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .seven_section_people label .must {
    color: white;
    background-color: #ff8400;
    padding: 0px 3px;
    font-size: 13px;
    background-color: #17b7ba;
    background-color: #0080ff;
  }
  .seven_section_people label .cummon {
    width: 100%;
    margin: 0 auto;
    height: 1.5vw;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: white;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 3px solid #ffffff;
    border-radius: 5px;
  }
  .seven_section_people label .drop {
    display: block;
    width: 50%;
    height: 50px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: white;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 3px solid #000000;
    border-radius: 5px;
  }
  .seven_section_people label .text_area {
    width: 100%;
    display: block;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 1.2vw;
    height: 10vw;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 3px solid #ffffff;
    border-radius: 5px;
  }
  .seven_section_people label .drop {
    height: 25px;
    display: block;
    width: 30%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .seven_section_people .submit {
    display: block;
    cursor: pointer;
    width: 80%;
    font-size: 16px;
    margin: 0 auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    color: white;
    border-radius: 30px;
    padding: 15px 0;
    background-color: #ff6455;
    border: 2px solid white;
    margin-top: 1vw;
  }
  .eight_section_people {
    margin-top: 0vw;
    margin-bottom: 3vw;
  }
  .eight_section_people .eight_under_div {
    width: 80%;
    margin: 0 auto;
  }
  .eight_section_people .eight_under_div h2 {
    font-size: 3.5vw;
    margin-bottom: 0;
  }
  .eight_section_people .eight_under_div h3 {
    margin-top: 0;
  }
  .eight_section_people h4 {
    margin-left: 10vw;
    font-size: 2vw;
    color: #0080ff;
  }
  .eight_section_people .eight_under_second_div {
    width: 92%;
    margin: 0 auto;
  }
  .eight_section_people .eight_under_second_div img {
    display: block;
    width: 55%;
    margin: 0 auto;
    padding: 2vw;
    margin-bottom: 2vw;
    border-radius: 2vw;
    -webkit-box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
            box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
  }
  .eight_section_people .eight_under_second_div .case_s {
    display: none;
  }
  .nine_section_people {
    margin-top: 5vw;
  }
  .nine_section_people .nine_under_div {
    width: 80%;
    margin: 0 auto;
  }
  .nine_section_people .nine_under_div h2 {
    font-size: 3.5vw;
    text-align: center;
    margin-bottom: 0;
  }
  .nine_section_people .nine_under_div h3 {
    margin-top: 0;
    text-align: center;
  }
  .nine_section_people .nine_under_second_div {
    width: 70%;
    margin: 0 auto;
  }
  .nine_section_people .nine_under_second_div img {
    display: block;
    width: 60%;
    margin: 0 auto;
    padding: 2vw;
    border-radius: 2vw;
    position: relative;
    z-index: 1;
  }
  .nine_section_people .nine_under_second_div div {
    margin: 0 auto;
    width: 95%;
    border-radius: 1vw;
    padding: 1vw 2vw;
    margin-top: 1vw;
    -webkit-box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
            box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
  }
  .nine_section_people .nine_under_second_div div h4 {
    color: #0080ff;
    margin-bottom: 0;
  }
  .nine_section_people .nine_under_second_div div b {
    margin-top: 2vw;
    display: block;
  }
  .nine_section_people .nine_under_second_div div p {
    width: 95%;
    line-height: 2vw;
    margin-top: 1svw;
    font-size: 1vw;
  }
  .ten_section_people {
    margin-top: 5vw;
  }
  .ten_section_people .ten_btn {
    display: block;
    width: 100%;
    margin-top: 2vw;
  }
  .ten_section_people .ten_under_div {
    width: 80%;
    margin: 0 auto;
  }
  .ten_section_people .ten_under_div h2 {
    font-size: 3.5vw;
    margin-bottom: 0;
  }
  .ten_section_people .ten_under_div h3 {
    margin-top: 0;
  }
  .ten_section_people .ten_under_second_div {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    width: 80%;
    margin: 0 auto;
  }
  .ten_section_people .ten_under_second_div .sus {
    margin: 0 auto;
    width: 95%;
    border-radius: 2vw;
    padding: 1vw 0;
  }
  .ten_section_people .ten_under_second_div .sus h3 {
    font-size: 1.5vw;
    margin-bottom: 0;
  }
  .ten_section_people .ten_under_second_div .sus h4 {
    margin: 0;
  }
  .ten_section_people .ten_under_second_div .sus p {
    width: 90%;
    line-height: 2vw;
    font-size: 1vw;
  }
  .ten_section_people .contact_last_unders {
    width: 85%;
    -webkit-box-shadow: rgba(23, 183, 186, 0.3) 0px 2px 15px 0px;
            box-shadow: rgba(23, 183, 186, 0.3) 0px 2px 15px 0px;
    padding: .5vw 1.5vw;
    -webkit-transform: translateY(-4vw);
            transform: translateY(-4vw);
    border-radius: 1.5vw;
    background-color: white;
    margin-top: 0vw;
    padding-bottom: .5vw;
    margin-left: auto;
    z-index: 9999;
    border: 1vw solid #0080ff;
  }
  .ten_section_people .contact_last_unders .clus {
    position: relative;
  }
  .ten_section_people .contact_last_unders .clus .b {
    position: absolute;
    top: -1vw;
    right: -.5vw;
    background-color: #0080ff;
    font-size: 1vw;
    color: white;
    padding: .5vw;
    border-radius: 0 0 .3vw .3vw;
    padding: 1vw;
    text-align: center;
  }
  .ten_section_people .contact_last_unders .clus .b span {
    display: inline-block;
    font-size: 1.5vw;
  }
  .ten_section_people .contact_last_unders h2 {
    font-size: 2vw;
    margin-top: 1vw;
    margin-bottom: 0;
    color: #0080ff;
    text-align: left;
  }
  .ten_section_people .contact_last_unders h2 .h2s {
    font-size: 1vw;
    color: black;
  }
  .ten_section_people .contact_last_unders h2 .hs {
    font-size: 1vw;
    color: black;
  }
  .ten_section_people .contact_last_unders h3 {
    width: 100%;
    font-size: 1.1vw;
    margin-top: .5vw;
    font-weight: normal;
    margin-bottom: 2vw;
    letter-spacing: .05vw;
    line-height: 2vw;
    text-align: left;
  }
  .ten_section_people .contact_last_unders h3 span {
    border-bottom: 0.3vw solid, #0080ff;
  }
  .ten_section_people .contact_last_unders p {
    font-size: 1vw;
    margin-bottom: 2vw;
  }
  .ten_section_people .contact_last_unders p .samp {
    font-size: .9vw;
    color: #ff7a7a;
  }
  .ten_section_people .contact_div {
    width: 100%;
  }
  .ten_section_people label {
    line-height: 1.5vw;
    font-size: 1vw;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .ten_section_people label .must {
    color: white;
    background-color: #ff8400;
    padding: 0px 3px;
    font-size: 13px;
    background-color: #17b7ba;
    background-color: #0080ff;
  }
  .ten_section_people label .cummon {
    width: 100%;
    margin: 0 auto;
    height: 1.5vw;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: white;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 3px solid #ffffff;
    border-radius: 5px;
  }
  .ten_section_people label .drop {
    display: block;
    width: 50%;
    height: 50px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: white;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 3px solid #000000;
    border-radius: 5px;
  }
  .ten_section_people label .text_area {
    width: 100%;
    display: block;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 1.2vw;
    height: 10vw;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 3px solid #ffffff;
    border-radius: 5px;
  }
  .ten_section_people label .drop {
    height: 25px;
    display: block;
    width: 30%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .ten_section_people .submit {
    display: block;
    cursor: pointer;
    width: 80%;
    font-size: 16px;
    margin: 0 auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    color: white;
    border-radius: 30px;
    padding: 15px 0;
    background-color: #ff6455;
    border: 2px solid white;
    margin-top: 1vw;
  }
  .eleven_section_people {
    margin-top: 5vw;
  }
  .eleven_section_people .flow {
    display: block;
    width: 100%;
    margin-top: 2vw;
  }
  .eleven_section_people .flows {
    display: none;
  }
  .eleven_section_people .eleven_under_div {
    width: 80%;
    margin: 0 auto;
  }
  .eleven_section_people .eleven_under_div h2 {
    font-size: 3.5vw;
    margin-bottom: 0;
  }
  .eleven_section_people .eleven_under_div h3 {
    margin-top: 0;
  }
  .eleven_section_people .eleven_under_second_div {
    width: 75%;
    margin: 0 auto;
  }
  .eleven_section_people .eleven_under_second_div .sus {
    margin: 0 auto;
    width: 95%;
    border-radius: 2vw;
    padding: 1vw 0;
  }
  .eleven_section_people .eleven_under_second_div .sus h3 {
    font-size: 1.5vw;
    margin-bottom: 0;
  }
  .eleven_section_people .eleven_under_second_div .sus h4 {
    margin: 0;
  }
  .eleven_section_people .eleven_under_second_div .sus p {
    width: 90%;
    line-height: 2vw;
    font-size: 1vw;
  }
  .twelve_section_people {
    width: 85%;
    background-color: #0080ff;
    background-color: #0080ff;
    background-image: linear-gradient(150deg, #0051ff, rgba(0, 128, 255, 0.34) 0%, rgba(0, 135, 255, 0.33) 40%, #00a4ff 68%, #0080ff 95%);
    margin: 0 auto;
    padding: 2vw 0;
    padding-bottom: 3.5vw;
    border-radius: 3vw;
    -webkit-transform: translateY(3vw);
            transform: translateY(3vw);
    margin-top: 5vw;
  }
  .twelve_section_people .twelve_btn {
    display: block;
    width: 100%;
    margin-top: 2vw;
  }
  .twelve_section_people .twelve_under_div {
    width: 85%;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    color: white;
  }
  .twelve_section_people .twelve_under_div h2 {
    font-size: 2vw;
    margin-bottom: 0;
    margin-top: 0;
  }
  .twelve_section_people .twelve_under_div h3 {
    margin-top: 0;
    font-weight: normal;
    font-size: 1.1vw;
    margin-bottom: 0.5vw;
    margin-top: 4vw;
  }
  .twelve_section_people .twelve_under_div h4 {
    font-size: 1.3vw;
    margin-top: 3vw;
  }
  .twelve_section_people .twelve_under_div p {
    font-size: 1vw;
    width: 95%;
  }
  .twelve_section_people .twelve_under_second_div {
    width: 95%;
    margin: 0 auto;
    margin-top: 2vw;
  }
  .twelve_section_people .twelve_under_second_div img {
    display: block;
    width: 100%;
  }
  .contact_last {
    margin-top: 8vw;
  }
  .contact_last h2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 3.2vw;
  }
  .contact_last h3 {
    display: block;
    text-align: center;
    font-size: 1.2vw;
  }
  .contact_last .contact_divs {
    width: 80%;
    margin: 0 auto;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .contact_last label {
    line-height: 25px;
    font-size: 15px;
    width: 50%;
    display: block;
    margin: 0 auto;
    font-weight: bold;
  }
  .contact_last label .must {
    color: white;
    padding: 0px 3px;
    font-size: 13px;
    background-image: linear-gradient(150deg, #0051ff, rgba(0, 26, 255, 0.34) 0%, rgba(38, 0, 255, 0.33) 40%, #006aff 68%, #0080ff 95%);
    background-image: -webkit-gradient(linear, left top, right top, from(#fb4a24), color-stop(51%, #ff9028), to(#ff9800));
    background-image: linear-gradient(90deg, #fb4a24, #ff9028 51%, #ff9800);
  }
  .contact_last label .cummon {
    width: 100%;
    height: 30px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: white;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 4px solid #0080ff;
    border-radius: 5px;
  }
  .contact_last label .text_area {
    width: 100%;
    display: block;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    height: 40vh;
    border: 4px solid #0080ff;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
  }
  .contact_last label .drop {
    height: 25px;
    display: block;
    width: 30%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .contact_last .submit {
    display: block;
    cursor: pointer;
    width: 40%;
    font-size: 16px;
    margin: 0 auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    color: white;
    border-radius: 30px;
    padding: 15px 0;
    background-color: orangered;
    border: 2px solid white;
  }
  footer {
    width: 100%;
    background-color: #f1f1f1;
    padding-top: 5vw;
    background-color: #00243c;
    color: white;
    background-color: #ffffff;
    z-index: 100;
    background-color: #0055ff;
    background-color: #0080ff;
    background-image: linear-gradient(150deg, #0051ff, rgba(0, 26, 255, 0.34) 0%, rgba(38, 0, 255, 0.33) 40%, #006aff 68%, #0080ff 95%);
    border-radius: 2vw 2vw 0  0;
    padding-bottom: 3vw;
    margin-top: 5vw;
  }
  footer .footer_under {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    margin-top: 2vw;
  }
  footer .footer_under .footer_first {
    margin-left: 12vw;
  }
  footer .footer_under .footer_first h3 {
    font-size: 1.5vw;
    margin-bottom: 0;
    margin-top: 4vw;
  }
  footer .footer_under .footer_first h2 {
    margin-top: 0;
    font-size: 6vw;
    margin-bottom: 0;
  }
  footer .footer_under .footer_first p {
    font-size: 1.2vw;
    margin-top: 0;
  }
  footer .footer_under .footer_second {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    width: 80%;
  }
  footer .footer_under .footer_second a {
    display: block;
    text-decoration: none;
    color: white;
    margin-bottom: 2vw;
    font-size: 1vw;
  }
  body {
    letter-spacing: 1px !important;
  }
}

@media screen and (max-width: 640px) {
  .popup {
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
  }
  .popup-banner {
    position: absolute;
    bottom: 30%;
    right: 5%;
  }
  .popup-close {
    position: absolute;
    top: -.5vh;
    right: -.3vh;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 2vh;
    padding: 1.5vh;
    font-size: 1.4rem;
    border-radius: 50%;
    text-align: center;
    color: #FFFFFF;
    background-color: #ff6455;
    cursor: pointer;
    z-index: 200;
  }
  .popup-img {
    width: 90%;
    height: auto;
    margin-left: auto;
    color: #F5a623;
  }
  .popup-img img {
    display: block;
    border-radius: .5vw;
    border-radius: .5rem;
  }
  .popup.hidden {
    opacity: 0;
    opacity: 0;
    z-index: -1000;
  }
  header {
    z-index: 999;
    overflow-x: hidden;
  }
  header .re {
    position: relative;
  }
  header .re .indo {
    position: absolute;
    display: block;
    width: 55%;
    top: 28vw;
    right: -12vw;
    z-index: 0;
    display: none;
  }
  header .re .indow {
    position: absolute;
    display: block;
    width: 35%;
    top: -4%;
    right: -11vw;
    z-index: 0;
    display: none;
  }
  header .re .indos {
    position: absolute;
    display: block;
    width: 40%;
    top: -5vw;
    right: -7vw;
    z-index: 0;
  }
  header .contact_last_under {
    width: 90%;
    margin: 0 auto;
    -webkit-box-shadow: rgba(23, 183, 186, 0.3) 0px 2px 15px 0px;
            box-shadow: rgba(23, 183, 186, 0.3) 0px 2px 15px 0px;
    padding: .5vw 1.5vw;
    border-radius: 1.5vw;
    background-color: white;
    margin-top: 8vw;
    padding-bottom: .5vw;
    z-index: 999;
    border: 1vw solid #0080ff;
  }
  header .contact_last_under .clu {
    position: relative;
  }
  header .contact_last_under .clu .b {
    position: absolute;
    top: -2.8vh;
    right: 1vh;
    background-color: #0080ff;
    background-image: -webkit-gradient(linear, right top, left top, from(#58c6ff), color-stop(40%, #076ad9), color-stop(80%, #0084ff));
    background-image: linear-gradient(270deg, #58c6ff 0%, #076ad9 40%, #0084ff 80%);
    font-size: 13px;
    color: white;
    padding: .5vw;
    border-radius: 0 0 5px 5px;
    padding: 1vh;
    text-align: center;
  }
  header .contact_last_under .clu .b span {
    display: inline-block;
    font-size: 15px;
  }
  header .contact_last_under h2 {
    font-size: 1.8rem;
    margin-top: 2vh;
    margin-bottom: 0;
    color: #0080ff;
    text-align: left;
    background: -webkit-gradient(linear, right top, left top, from(#58c6ff), color-stop(40%, #076ad9), color-stop(80%, #0084ff));
    background: linear-gradient(270deg, #58c6ff 0%, #076ad9 40%, #0084ff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  header .contact_last_under h2 .h2s {
    font-size: 1vw;
    color: black;
  }
  header .contact_last_under h2 .hs {
    font-size: 1vw;
    color: black;
  }
  header .contact_last_under h3 {
    width: 100%;
    font-size: 13px;
    margin-top: 1vh;
    font-weight: normal;
    margin-bottom: 2vh;
    letter-spacing: 0;
    line-height: 2vh;
    text-align: left;
  }
  header .contact_last_under h3 span {
    border-bottom: 0.3vw solid, #0080ff;
  }
  header .contact_last_under p {
    font-size: 1vw;
    margin-bottom: 2vw;
  }
  header .contact_last_under p .samp {
    font-size: .9vw;
    color: #ff7a7a;
  }
  header label {
    line-height: 3vh;
    font-size: 13px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  header label .must {
    color: white;
    background-color: #ff8400;
    padding: 0px 3px;
    font-size: 13px;
    background-color: #17b7ba;
    background-color: #0080ff;
  }
  header label .cummon {
    width: 95%;
    margin: 0 auto;
    height: 4vh;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: white;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 3px solid #ffffff;
    border-radius: 5px;
  }
  header label .drop {
    display: block;
    width: 40%;
    height: 30px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: white;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 2px solid #000000;
    border-radius: 5px;
  }
  header label .text_area {
    width: 100%;
    display: block;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    height: 3vw;
    border: 4px solid orangered;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
  }
  header label .drop {
    height: 25px;
    display: block;
    width: 30%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  header .submit {
    display: block;
    cursor: pointer;
    width: 70%;
    font-size: 16px;
    margin: 0 auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    color: white;
    border-radius: 30px;
    padding: 15px 0;
    background-color: orangered;
    border: 2px solid white;
    margin-top: 1vw;
  }
  header .logo {
    display: block;
    width: 25%;
    position: fixed;
    top: 3%;
    left: 3%;
  }
  header .header_in_left {
    display: block;
    position: absolute;
    width: 35%;
    bottom: 5%;
    left: 3%;
  }
  header .header_in_right {
    display: block;
    position: absolute;
    width: 35%;
    top: 5%;
    right: 15%;
  }
  header .h1 {
    width: 100%;
    margin-left: 5px;
    margin-top: 7rem;
    position: relative;
    z-index: 99;
  }
  header .h1 .logosta {
    display: block;
    width: 20%;
    margin-bottom: 1vw;
  }
  header .h1 h1 {
    font-size: 4rem;
    display: block;
    margin-bottom: 0;
    color: black;
    line-height: 3rem;
  }
  header .h1 h1 .rikuaji {
    font-size: 1rem;
    margin-left: 2vw;
    margin-bottom: 0;
  }
  header .h1 h1 .riku {
    color: #0080ff;
    background: -webkit-gradient(linear, right top, left top, from(#58c6ff), color-stop(40%, #076ad9), color-stop(80%, #0084ff));
    background: linear-gradient(270deg, #58c6ff 0%, #076ad9 40%, #0084ff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  header .h1 h2 {
    font-size: 1rem;
    margin-left: 1.2vw;
    margin-top: 1rem;
    background-color: rgba(255, 255, 255, 0.8);
  }
  header .h1 .top_merit {
    display: block;
    width: 100%;
    margin-top: 2vw;
  }
  header .h1 .top_merit p {
    font-size: 1rem;
    color: white;
    padding-left: .5vw;
    margin-bottom: 0;
    margin-top: 10px;
    display: inline-block;
    line-height: 4vh;
  }
  header .h1 .top_merit p span {
    background-color: #0080ff;
    background-image: -webkit-gradient(linear, right top, left top, from(#58c6ff), color-stop(40%, #076ad9), color-stop(80%, #0084ff));
    background-image: linear-gradient(270deg, #58c6ff 0%, #076ad9 40%, #0084ff 80%);
    padding: .5vw;
  }
  header .h1 .top_under_diss {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    margin-top: 1.5vw;
    gap: 5px;
    width: 95%;
    margin-left: 5px;
    margin-top: 3vh;
    display: none;
  }
  header .h1 .top_under_diss div {
    -webkit-box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
            box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
    width: 95%;
    text-align: center;
    padding: 2vh 0vh;
    border-radius: 1vw;
    margin-right: 0;
    background-color: white;
  }
  header .h1 .top_under_diss div b {
    font-size: 14px;
  }
  header .h1 .top_under_diss div h3 {
    font-size: 1.5rem;
    color: #0080ff;
    margin-top: 0;
    margin-bottom: 0;
    background: -webkit-gradient(linear, right top, left top, from(#58c6ff), color-stop(40%, #076ad9), color-stop(80%, #0084ff));
    background: linear-gradient(270deg, #58c6ff 0%, #076ad9 40%, #0084ff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  header .h1 .top_under_diss .left {
    margin-right: 0;
  }
  header .h1 .top_under_diss .right {
    padding-top: 3.2vh;
  }
  .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 99999;
  }
  .top_under_dis {
    margin-top: 1.5vh;
    gap: 1vw;
    width: 90%;
    margin: 0 auto;
    margin-top: 5vh;
  }
  .top_under_dis div {
    -webkit-box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
            box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
    width: 100%;
    text-align: center;
    margin-right: auto;
    margin-right: 0;
    background-color: white;
    padding: 2.5vh 0;
    margin-top: 1vh;
    border-radius: .5rem;
  }
  .top_under_dis div b {
    font-size: 1.2rem;
  }
  .top_under_dis div h3 {
    font-size: 2rem;
    color: #0080ff;
    background: -webkit-gradient(linear, right top, left top, from(#58c6ff), color-stop(40%, #076ad9), color-stop(80%, #0084ff));
    background: linear-gradient(270deg, #58c6ff 0%, #076ad9 40%, #0084ff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 0;
    margin-bottom: 0;
  }
  .top_under_dis .left {
    margin-right: 0;
    padding-top: 2vh;
  }
  .top_under_dis .right {
    padding-top: 2vh;
  }
  .top_under_dis .center {
    padding-top: 2vh;
  }
  @-webkit-keyframes infinity-scroll-left {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-390%);
              transform: translateX(-390%);
    }
  }
  @keyframes infinity-scroll-left {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-390%);
              transform: translateX(-390%);
    }
  }
  .scroll-infinity__list--left {
    -webkit-animation: infinity-scroll-left 70s infinite linear .2s both;
            animation: infinity-scroll-left 70s infinite linear .2s both;
  }
  .scroll-infinity__item {
    width: calc(100vh / 6);
  }
  .scroll-infinity__item > img {
    width: 100%;
    width: 90%;
    height: auto;
    display: block;
  }
  .scroll-infinity__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
  }
  .scroll-infinity__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    width: 100%;
    margin-top: 3vh;
  }
  .scroll-infinity__list img {
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 3vh;
    height: 18vh;
  }
  .scroll-infinity__list--left {
    -webkit-animation: infinity-scroll-left 20s infinite linear .1s both;
            animation: infinity-scroll-left 20s infinite linear .1s both;
  }
  .gnav {
    margin-right: 10%;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #000000;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #menu-btn-check {
    display: none;
  }
  .menu-content {
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 99;
    background-color: #0080ff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    /*アニメーション設定*/
  }
  .menu-content ul {
    padding: 70px 10px 0;
  }
  .menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
  }
  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: white;
    text-decoration: none;
    padding: 9px 10px 10px 15px;
    position: relative;
  }
  .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
    z-index: 99;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 50%;
    /*メニューを画面内へ*/
  }
  .first_section_people {
    margin-top: 10vw;
    padding: 5vh 0;
    background-image: -webkit-gradient(linear, right top, left top, from(#58c6ff), color-stop(40%, #076ad9), color-stop(80%, #0084ff));
    background-image: linear-gradient(270deg, #58c6ff 0%, #076ad9 40%, #0084ff 80%);
  }
  .first_section_people .under_first_div {
    width: 95%;
    margin: 0 auto;
    color: white;
  }
  .first_section_people .under_first_div h2 {
    font-size: 2rem;
  }
  .first_section_people .under_first_div p {
    margin-top: 4vh;
    line-height: 3vh;
    font-size: 14px;
  }
  .first_section_people .under_second_div {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    width: 98%;
    margin: 0 auto;
    margin-top: 1vh;
  }
  .first_section_people .under_second_div div {
    margin: 0 auto;
    width: 95%;
    -webkit-box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
            box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
    border-radius: 10%;
    padding: 1vh 0;
    margin-bottom: 1vh;
    background-color: white;
  }
  .first_section_people .under_second_div div img {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
  .first_section_people .under_second_div div p {
    width: 90%;
    margin: 0 auto;
    margin-top: 1.5vw;
    font-size: 12px;
  }
  .totyu_btn {
    width: 99%;
    margin: 0 auto;
    margin-top: 5vh;
    -webkit-animation: anime1 1s ease 0s infinite alternate;
            animation: anime1 1s ease 0s infinite alternate;
  }
  .totyu_btn .logo {
    display: none;
  }
  .totyu_btn .btns {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  @-webkit-keyframes anime1 {
    from {
      -webkit-transform: scale(0.95, 0.95);
              transform: scale(0.95, 0.95);
    }
    to {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
  }
  @keyframes anime1 {
    from {
      -webkit-transform: scale(0.95, 0.95);
              transform: scale(0.95, 0.95);
    }
    to {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
  }
  .third_section_people {
    margin-top: 5vw;
  }
  .third_section_people .third_under_div {
    width: 95%;
    margin: 0 auto;
  }
  .third_section_people .third_under_div h2 {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .third_section_people .third_under_div h3 {
    margin-top: 0;
  }
  .third_section_people .third_under_second_div {
    width: 95%;
    margin: 0 auto;
  }
  .third_section_people .third_under_second_div img {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 2vh;
    margin-top: 5vh;
    border-radius: 2vh;
    -webkit-box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
            box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
  }
  .third_section_people .third_under_second_div div {
    margin: 0 auto;
    width: 100%;
    border-radius: 2vw;
    padding: 1vw 0;
  }
  .third_section_people .third_under_second_div div p {
    width: 98%;
    line-height: 3vh;
    margin-top: 1.5vw;
    font-size: 13px;
    margin-bottom: 3vh;
  }
  .third_section_people .third_under_second_div div a {
    background-color: orangered;
    display: block;
    margin: 0 auto;
    width: 90%;
    text-align: center;
    text-decoration: none;
    color: white;
    padding: 2.5vh 0;
    margin-top: 5vh;
    border-radius: 1vh;
    -webkit-box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
            box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
  }
  .third_section_people .third_under_second_div div a span {
    background-color: white;
    color: orangered;
    margin-right: 1vw;
  }
  .four_section_people {
    margin-top: 5vh;
  }
  .four_section_people .four_under_div {
    width: 95%;
    margin: 0 auto;
  }
  .four_section_people .four_under_div h2 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 0;
  }
  .four_section_people .four_under_div h3 {
    margin-top: 0;
  }
  .four_section_people .four_under_second_div {
    width: 95%;
    margin: 0 auto;
    margin-top: 3vh;
  }
  .four_section_people .four_under_second_div img {
    display: block;
    width: 98%;
    margin: 0 auto;
    margin-top: 3vh;
    position: relative;
    z-index: 1;
  }
  .four_section_people .four_under_second_div div {
    margin: 0 auto;
    width: 95%;
    border-radius: 2vw;
    padding: 0vh 0;
    -webkit-box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
            box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
  }
  .four_section_people .four_under_second_div div .small {
    width: 92%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    padding: 1vh .5vh 1vh 3vh;
  }
  .four_section_people .four_under_second_div div b {
    display: block;
    font-size: 13px;
    margin-bottom: 0;
  }
  .four_section_people .four_under_second_div div .syo {
    margin-bottom: 0;
    margin-top: 2vh;
    font-size: 1.5rem;
  }
  .four_section_people .four_under_second_div div h3 {
    font-size: 1.2rem;
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .four_section_people .four_under_second_div div h3 span {
    opacity: 0;
  }
  .four_section_people .four_under_second_div div p {
    width: 98%;
    line-height: 2vh;
    font-size: 14px;
    margin-top: 0;
  }
  .four_section_people .four_under_second_div div a {
    background-color: orangered;
    display: block;
    width: 70%;
    text-align: center;
    text-decoration: none;
    color: white;
    padding: 1.5vw 0;
    margin-left: 5vw;
    margin-top: 2vw;
    border-radius: .5vw;
    -webkit-box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
            box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
  }
  .four_section_people .four_under_second_div div a span {
    background-color: white;
    color: orangered;
    margin-right: 1vw;
  }
  .five_section_people {
    margin-top: 5vh;
  }
  .five_section_people .five_under_div {
    width: 95%;
    margin: 0 auto;
  }
  .five_section_people .five_under_div h2 {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .five_section_people .five_under_div h3 {
    margin-top: 0;
  }
  .five_section_people h4 {
    font-size: .8rem;
    text-align: center;
    background-color: #0080ff;
    background-image: -webkit-gradient(linear, right top, left top, from(#58c6ff), color-stop(40%, #076ad9), color-stop(80%, #0084ff));
    background-image: linear-gradient(270deg, #58c6ff 0%, #076ad9 40%, #0084ff 80%);
    color: white;
    width: 90%;
    padding: 2vh 0;
    margin: 0 auto;
    border-radius: 1vh;
    margin-top: 2vh;
  }
  .five_section_people .five_under_second_div {
    width: 95%;
    margin: 0 auto;
    margin-top: 2vw;
  }
  .five_section_people .five_under_second_div .ffd {
    margin: 0 auto;
    width: 98%;
    border-radius: 1vh;
    -webkit-box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
            box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
    margin-bottom: 1vh;
  }
  .five_section_people .five_under_second_div .ffd .ufd {
    background-color: #2563eb;
    padding: 2vh 0;
  }
  .five_section_people .five_under_second_div .ffd .under_f_d {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 1.5vh;
  }
  .five_section_people .five_under_second_div .ffd .under_f_d h2 {
    text-align: center;
  }
  .five_section_people .five_under_second_div .ffd .under_f_d p {
    line-height: 3vh;
    letter-spacing: 0;
  }
  .five_section_people .five_under_second_div .ffd b {
    display: block;
    font-size: 2rem;
    color: #0080ff;
    background: -webkit-gradient(linear, right top, left top, from(#58c6ff), color-stop(40%, #076ad9), color-stop(80%, #0084ff));
    background: linear-gradient(270deg, #58c6ff 0%, #076ad9 40%, #0084ff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-top: 2vh;
  }
  .five_section_people .dis_five {
    width: 90%;
    gap: 2vw;
    margin: 0 auto;
    margin-top: 2vh;
  }
  .five_section_people .dis_five img {
    display: none;
  }
  .five_section_people .dis_five .dis_under {
    position: relative;
    margin-bottom: 4vw;
  }
  .five_section_people .dis_five .dis_under h5 {
    font-size: 2rem;
    color: #0080ff;
    background: -webkit-gradient(linear, right top, left top, from(#58c6ff), color-stop(40%, #076ad9), color-stop(80%, #0084ff));
    background: linear-gradient(270deg, #58c6ff 0%, #076ad9 40%, #0084ff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
    margin-top: 0;
  }
  .five_section_people .dis_five .dis_under h2 {
    font-size: 1rem;
  }
  .five_section_people .dis_five .dis_under p {
    font-size: 13px;
  }
  .six_section_people {
    margin-top: 5vw;
  }
  .six_section_people .under_six_div {
    width: 95%;
    margin: 0 auto;
  }
  .six_section_people .under_six_div h2 {
    font-size: 1.8rem;
    width: 83%;
  }
  .six_section_people .under_six_div p {
    margin-top: 4vw;
    line-height: 2vw;
  }
  .six_section_people .six_under_second_div {
    width: 100%;
    margin: 0 auto;
  }
  .six_section_people .six_under_second_div .under_six {
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.8fr;
        grid-template-columns: 1fr 1.8fr;
    width: 95%;
    gap: 2vh;
    -webkit-box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
            box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
    border-radius: 2vw;
    padding: 1vh 0;
    margin-bottom: 2vh;
    color: white;
  }
  .six_section_people .six_under_second_div .under_six img {
    display: block;
    width: 100%;
    margin-left: 1vh;
  }
  .six_section_people .six_under_second_div .under_six .syosai {
    width: 95%;
    margin: 0 auto;
    margin-right: auto;
    margin-left: 0;
    margin-top: 2vh;
    color: black;
  }
  .six_section_people .six_under_second_div .under_six .syosai p {
    width: 100%;
    margin: 0 auto;
    margin-top: 1vh;
    font-size: 12px;
  }
  .six_section_people .six_under_second_div .m {
    -webkit-box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
            box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
  }
  .six_section_people .six_under_second_div .w {
    -webkit-box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
            box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
  }
  .seven_section_people {
    margin-top: 5vh;
  }
  .seven_section_people .seven_under_div {
    width: 95%;
    margin: 0 auto;
  }
  .seven_section_people .seven_under_div h2 {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .seven_section_people .seven_under_div h3 {
    margin-top: 0;
  }
  .seven_section_people .seven_under_second_div {
    width: 98%;
    margin: 0 auto;
  }
  .seven_section_people .seven_under_second_div .sus {
    margin: 0 auto;
    width: 92%;
    border-radius: 2vw;
    padding: 1vw 0;
  }
  .seven_section_people .seven_under_second_div .sus h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .seven_section_people .seven_under_second_div .sus p {
    width: 90%;
    line-height: 2.5vh;
    margin-top: 1.5vw;
    font-size: 13px;
  }
  .seven_section_people .seven_under_second_div .sus a {
    background-color: orangered;
    display: block;
    width: 70%;
    text-align: center;
    text-decoration: none;
    color: white;
    padding: 1.5vw 0;
    margin-left: 5vw;
    margin-top: 2vw;
    border-radius: .5vw;
    -webkit-box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
            box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
  }
  .seven_section_people .seven_under_second_div .sus a span {
    background-color: white;
    color: orangered;
    margin-right: 1vw;
  }
  .seven_section_people .contact_last_unders {
    width: 90%;
    margin: 0 auto;
    -webkit-box-shadow: rgba(23, 183, 186, 0.3) 0px 2px 15px 0px;
            box-shadow: rgba(23, 183, 186, 0.3) 0px 2px 15px 0px;
    padding: .5vw 1.5vw;
    border-radius: 1.5vw;
    background-color: white;
    margin-top: 8vw;
    padding-bottom: .5vw;
    z-index: 9999;
    border: 1vw solid #0080ff;
  }
  .seven_section_people .contact_last_unders .clus {
    position: relative;
  }
  .seven_section_people .contact_last_unders .clus .b {
    position: absolute;
    top: -2.8vh;
    right: 1vh;
    background-color: #0080ff;
    font-size: 13px;
    color: white;
    padding: .5vw;
    border-radius: 0 0 5px 5px;
    padding: 1vh;
    text-align: center;
    display: none;
  }
  .seven_section_people .contact_last_unders .clus .b span {
    display: inline-block;
    font-size: 15px;
  }
  .seven_section_people .contact_last_unders h2 {
    font-size: 1.8rem;
    margin-top: 2vh;
    margin-bottom: 0;
    color: #0080ff;
    text-align: left;
    text-align: center;
  }
  .seven_section_people .contact_last_unders h2 .h2s {
    font-size: 1vw;
    color: black;
  }
  .seven_section_people .contact_last_unders h2 .hs {
    font-size: 1vw;
    color: black;
  }
  .seven_section_people .contact_last_unders h3 {
    width: 100%;
    font-size: 13px;
    margin-top: 1vh;
    font-weight: normal;
    margin-bottom: 2vh;
    letter-spacing: 0;
    text-align: center;
  }
  .seven_section_people .contact_last_unders h3 span {
    border-bottom: 0.3vw solid, #0080ff;
  }
  .seven_section_people .contact_last_unders .question {
    margin: 0 auto;
    font-size: 1.5rem;
    margin-top: 3vh;
    margin-bottom: 5vh;
    background-color: #0084ff;
    font-weight: bold;
    color: white;
    width: 80%;
  }
  .seven_section_people .contact_last_unders p {
    font-size: 1vw;
    margin-bottom: 2vw;
  }
  .seven_section_people .contact_last_unders p .samp {
    font-size: .9vw;
    color: #ff7a7a;
  }
  .seven_section_people .fl {
    display: inline-block;
    font-weight: bold;
    font-size: 1rem;
    border-left: 1rem solid #0080ff;
    line-height: 4vh;
    margin-bottom: 1vw;
    background-color: white;
    padding-left: 1rem;
    width: 90%;
  }
  .seven_section_people .cq {
    background-color: rgba(167, 196, 255, 0.3);
    padding-top: 1vh;
  }
  .seven_section_people .cq1 {
    background-color: white;
    width: 98%;
    margin: 0 auto;
    -webkit-box-shadow: rgba(23, 183, 186, 0.1) 0px 1px 0px, rgba(23, 183, 186, 0.1) 0px 8px 24px, rgba(23, 183, 186, 0.1) 0px 16px 48px;
            box-shadow: rgba(23, 183, 186, 0.1) 0px 1px 0px, rgba(23, 183, 186, 0.1) 0px 8px 24px, rgba(23, 183, 186, 0.1) 0px 16px 48px;
  }
  .seven_section_people .cq1 h3 {
    text-align: center;
    margin-top: 0;
    font-size: 1rem;
    background-color: orangered;
    padding: .5vw 0;
    color: white;
  }
  .seven_section_people .cq1 .cqq {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.5fr;
        grid-template-columns: 1fr 1.5fr;
  }
  .seven_section_people .cq1 .cqq img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .seven_section_people .cq1 .cqq p {
    font-size: 13px;
    width: 95%;
  }
  .seven_section_people .cq1 .cqq .atention {
    border: 2px solid orangered;
    padding: .5vw;
  }
  .seven_section_people .wpcf7-checkbox {
    display: block;
  }
  .seven_section_people .wpcf7-checkbox .wpcf7-list-item {
    margin-top: 3vh;
    display: block;
  }
  .seven_section_people .wpcf7-checkbox .wpcf7-list-item input {
    display: inline-block;
    font-size: 1.5rem;
    -webkit-transform: scale(140%);
            transform: scale(140%);
  }
  .seven_section_people .wpcf7-checkbox .wpcf7-list-item label {
    font-size: .9rem;
    font-weight: normal;
  }
  .seven_section_people .wpcf7-checkbox .last {
    color: black;
    text-align: left;
  }
  .seven_section_people .submit {
    display: block;
    cursor: pointer;
    width: 90%;
    font-size: 1rem;
    margin: 0 auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    color: white;
    border-radius: 30px;
    padding: 15px 0;
    background-color: orangered;
    border: 2px solid white;
    margin-top: 2vh;
  }
  .eight_section_people {
    margin-top: 5vh;
  }
  .eight_section_people .eight_under_div {
    width: 95%;
    margin: 0 auto;
  }
  .eight_section_people .eight_under_div h2 {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .eight_section_people .eight_under_div h3 {
    margin-top: 0;
  }
  .eight_section_people h4 {
    margin-left: 0;
    font-size: 1rem;
    width: 90%;
    margin: 0 auto;
    color: #0080ff;
  }
  .eight_section_people .eight_under_second_div {
    width: 95%;
    margin: 0 auto;
  }
  .eight_section_people .eight_under_second_div img {
    display: block;
    width: 95%;
    margin: 0 auto;
    padding: 2vw;
    border-radius: 2vw;
    -webkit-box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
            box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
  }
  .eight_section_people .eight_under_second_div .case {
    display: none;
  }
  .eight_section_people .eight_under_second_div .case_s {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 2vw;
    border-radius: 2vw;
    -webkit-box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
            box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
    margin-bottom: 3vh;
  }
  .nine_section_people {
    margin-top: 5vh;
  }
  .nine_section_people .nine_under_div {
    width: 95%;
    margin: 0 auto;
  }
  .nine_section_people .nine_under_div h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 0;
  }
  .nine_section_people .nine_under_div h3 {
    margin-top: 0;
    text-align: center;
  }
  .nine_section_people .nine_under_second_div {
    width: 90%;
    margin-left: 1vh;
  }
  .nine_section_people .nine_under_second_div div {
    margin: 0 auto;
    width: 98%;
    border-radius: 1vh;
    padding: 1vh 2vh;
    margin-top: 1vw;
    -webkit-box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
            box-shadow: rgba(123, 123, 123, 0.3) 0px 2px 15px 0px;
    margin-bottom: 2vh;
  }
  .nine_section_people .nine_under_second_div div h4 {
    color: #0080ff;
    margin-bottom: 0;
    font-size: 15px;
  }
  .nine_section_people .nine_under_second_div div b {
    margin-top: 2vh;
    display: block;
  }
  .nine_section_people .nine_under_second_div div p {
    width: 98%;
    line-height: 2.5vh;
    margin-top: 1vw;
    font-size: 13px;
  }
  .ten_section_people {
    margin-top: 5vh;
  }
  .ten_section_people .ten_btn {
    display: block;
    width: 100%;
    margin-top: 2vh;
  }
  .ten_section_people .ten_under_div {
    width: 95%;
    margin: 0 auto;
  }
  .ten_section_people .ten_under_div h2 {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .ten_section_people .ten_under_div h3 {
    margin-top: 0;
  }
  .ten_section_people .ten_under_second_div {
    width: 95%;
    margin: 0 auto;
  }
  .ten_section_people .ten_under_second_div .sus {
    margin: 0 auto;
    width: 95%;
    border-radius: 2vw;
    padding: 1vw 0;
  }
  .ten_section_people .ten_under_second_div .sus h3 {
    font-size: 15px;
    margin-bottom: 0;
  }
  .ten_section_people .ten_under_second_div .sus h4 {
    margin: 0;
  }
  .ten_section_people .ten_under_second_div .sus p {
    width: 98%;
    line-height: 2.8vh;
    font-size: 13px;
  }
  .ten_section_people .contact_last_unders {
    width: 90%;
    margin: 0 auto;
    -webkit-box-shadow: rgba(23, 183, 186, 0.3) 0px 2px 15px 0px;
            box-shadow: rgba(23, 183, 186, 0.3) 0px 2px 15px 0px;
    padding: .5vw 1.5vw;
    border-radius: 1.5vw;
    background-color: white;
    margin-top: 8vw;
    padding-bottom: .5vw;
    z-index: 9999;
    border: 1vw solid #0080ff;
  }
  .ten_section_people .contact_last_unders .clus {
    position: relative;
  }
  .ten_section_people .contact_last_unders .clus .b {
    position: absolute;
    top: -2.8vh;
    right: 1vh;
    background-color: #0080ff;
    font-size: 13px;
    color: white;
    padding: .5vw;
    border-radius: 0 0 5px 5px;
    padding: 1vh;
    text-align: center;
  }
  .ten_section_people .contact_last_unders .clus .b span {
    display: inline-block;
    font-size: 15px;
  }
  .ten_section_people .contact_last_unders h2 {
    font-size: 1.8rem;
    margin-top: 2vh;
    margin-bottom: 0;
    color: #0080ff;
    text-align: left;
  }
  .ten_section_people .contact_last_unders h2 .h2s {
    font-size: 1vw;
    color: black;
  }
  .ten_section_people .contact_last_unders h2 .hs {
    font-size: 1vw;
    color: black;
  }
  .ten_section_people .contact_last_unders h3 {
    width: 100%;
    font-size: 13px;
    margin-top: 1vh;
    font-weight: normal;
    margin-bottom: 2vh;
    letter-spacing: 0;
    line-height: 2vh;
    text-align: left;
  }
  .ten_section_people .contact_last_unders h3 span {
    border-bottom: 0.3vw solid, #0080ff;
  }
  .ten_section_people .contact_last_unders p {
    font-size: 1vw;
    margin-bottom: 2vw;
  }
  .ten_section_people .contact_last_unders p .samp {
    font-size: .9vw;
    color: #ff7a7a;
  }
  .ten_section_people label {
    line-height: 3vh;
    font-size: 13px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .ten_section_people label .must {
    color: white;
    background-color: #ff8400;
    padding: 0px 3px;
    font-size: 13px;
    background-color: #17b7ba;
    background-color: #0080ff;
  }
  .ten_section_people label .cummon {
    width: 95%;
    margin: 0 auto;
    height: 4vh;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: white;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 3px solid #ffffff;
    border-radius: 5px;
  }
  .ten_section_people label .drop {
    display: block;
    width: 40%;
    height: 30px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: white;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 2px solid #000000;
    border-radius: 5px;
  }
  .ten_section_people label .text_area {
    width: 94%;
    display: block;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    height: 3vw;
    border: 4px solid white;
    height: 20vh;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
  }
  .ten_section_people label .drop {
    height: 25px;
    display: block;
    width: 30%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .ten_section_people .submit {
    display: block;
    cursor: pointer;
    width: 70%;
    font-size: 16px;
    margin: 0 auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    color: white;
    border-radius: 30px;
    padding: 15px 0;
    background-color: orangered;
    border: 2px solid white;
    margin-top: 1vw;
  }
  .eleven_section_people {
    margin-top: 5vh;
  }
  .eleven_section_people .flow_s {
    display: block;
    width: 100%;
    margin-top: 2vw;
  }
  .eleven_section_people .flow {
    display: none;
  }
  .eleven_section_people .eleven_under_div {
    width: 95%;
    margin: 0 auto;
  }
  .eleven_section_people .eleven_under_div h2 {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .eleven_section_people .eleven_under_div h3 {
    margin-top: 0;
  }
  .eleven_section_people .eleven_under_second_div {
    width: 95%;
    margin: 0 auto;
  }
  .twelve_section_people {
    width: 95%;
    background-color: #0080ff;
    background-color: #0080ff;
    background-image: linear-gradient(150deg, #0051ff, rgba(0, 128, 255, 0.34) 0%, rgba(0, 135, 255, 0.33) 40%, #00a4ff 68%, #0080ff 95%);
    margin: 0 auto;
    padding: 2vw 0;
    padding-bottom: 3.5vw;
    border-radius: 3vw;
    -webkit-transform: translateY(3vw);
            transform: translateY(3vw);
    margin-top: 5vw;
  }
  .twelve_section_people .twelve_btn {
    display: block;
    width: 100%;
    margin-top: 2vw;
  }
  .twelve_section_people .twelve_under_div {
    width: 85%;
    margin: 0 auto;
    color: white;
  }
  .twelve_section_people .twelve_under_div h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
    margin-top: 0;
  }
  .twelve_section_people .twelve_under_div h3 {
    margin-top: 0;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 0.5vw;
    margin-top: 4vh;
  }
  .twelve_section_people .twelve_under_div h4 {
    font-size: 1rem;
    margin-top: 3vw;
  }
  .twelve_section_people .twelve_under_div p {
    font-size: 13px;
    width: 95%;
  }
  .twelve_section_people .twelve_under_second_div {
    width: 100%;
    margin: 0 auto;
    margin-top: 4vh;
  }
  .twelve_section_people .twelve_under_second_div img {
    display: block;
    width: 100%;
    margin-bottom: 1vh;
  }
  .contact_last {
    margin-top: 10vh;
  }
  .contact_last h2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 1.5rem;
  }
  .contact_last h3 {
    display: block;
    text-align: center;
    margin-bottom: 3vh;
  }
  .contact_last .contact_last_under {
    width: 90%;
    margin: 0 auto;
  }
  .contact_last label {
    line-height: 25px;
    font-size: 15px;
    width: 90%;
    display: block;
    font-weight: bold;
    margin: 0 auto;
  }
  .contact_last label .must {
    color: white;
    background-color: black;
    padding: 0px 3px;
    font-size: 13px;
    background-image: linear-gradient(150deg, #0051ff, rgba(0, 26, 255, 0.34) 0%, rgba(38, 0, 255, 0.33) 40%, #006aff 68%, #0080ff 95%);
    background-image: -webkit-gradient(linear, left top, right top, from(#fb4a24), color-stop(51%, #ff9028), to(#ff9800));
    background-image: linear-gradient(90deg, #fb4a24, #ff9028 51%, #ff9800);
  }
  .contact_last label .cummon {
    width: 100%;
    height: 25px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: white;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 2px solid white;
    border: 3px solid #000000;
    border: 3px solid #0080ff;
  }
  .contact_last label .text_area {
    width: 100%;
    display: block;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    height: 34vh;
    border: 2px solid white;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 3px solid #0080ff;
  }
  .contact_last label .drop {
    height: 25px;
    display: block;
    width: 30%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .contact_last .submit {
    display: block;
    cursor: pointer;
    width: 80%;
    font-size: 16px;
    margin: 0 auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    color: white;
    border-radius: 30px;
    padding: 15px 0;
    background-color: orangered;
    border: 2px solid white;
  }
  footer {
    width: 100%;
    background-color: #f1f1f1;
    padding-top: 5vh;
    background-color: #00243c;
    color: white;
    background-color: #ffffff;
    z-index: 100;
    background-color: #0055ff;
    border-radius: 2vh 2vh 0  0;
    background-image: linear-gradient(150deg, #0051ff, rgba(0, 26, 255, 0.34) 0%, rgba(38, 0, 255, 0.33) 40%, #006aff 68%, #0080ff 95%);
    padding-bottom: 5vh;
  }
  footer .footer_under {
    margin-top: 3vw;
  }
  footer .footer_under .footer_first h3 {
    font-size: .8rem;
    margin-bottom: 0;
    margin-top: 4vw;
    text-align: center;
  }
  footer .footer_under .footer_first h2 {
    margin-top: 0;
    text-align: center;
    font-size: 4rem;
    margin-bottom: 0;
  }
  footer .footer_under .footer_first p {
    font-size: 13px;
    text-align: center;
    margin-top: 0;
  }
  footer .footer_under .footer_second {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    width: 80%;
    margin: 0 auto;
    margin-top: 5vh;
  }
  footer .footer_under .footer_second a {
    display: block;
    text-decoration: none;
    color: white;
    margin-bottom: 2vh;
    font-size: 13px;
  }
  body {
    letter-spacing: 1px !important;
  }
}
/*# sourceMappingURL=top.css.map */