@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) {
  .apeal {
    position: relative;
  }
  .apeal .firstqu {
    margin-left: 8%;
  }
  .apeal .btn-primary {
    display: inline-block;
    margin-top: 1rem;
    background-color: #007bff;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
  }
  .apeal .quiz-container {
    max-width: 88%;
    margin-left: 7vw;
    padding: 1.5vw;
    background: white;
    border-radius: 12px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-top: 1.5vw;
    padding-bottom: 2vw;
  }
  .apeal .question h2 {
    font-size: 1.6vw;
    margin-top: 0;
    margin-bottom: 0;
    color: orangered;
    text-align: left;
  }
  .apeal .question h2 span {
    background-color: orangered;
    display: inline-block;
    padding: .5vw 1vw;
    color: white;
    border-radius: 2vw;
    margin-right: .5vw;
  }
  .apeal .question b {
    font-size: 1vw;
  }
  .apeal .options label {
    display: block;
    background: #f1f1f1;
    border-radius: 8px;
    cursor: pointer;
    color: black;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    margin-top: .5vw !important;
    padding: 1vw 0;
    letter-spacing: .01vw;
  }
  .apeal .opb {
    display: block;
    text-align: center;
    font-size: 1vw;
  }
  .apeal .options label:hover {
    background: #e0e0e0;
  }
  .apeal .submit-btn, .apeal .close-btn {
    display: block;
    background-color: orangered;
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    margin: 1rem auto 0;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    font-size: 1.2vw;
  }
  .apeal .submit-btn span, .apeal .close-btn span {
    font-size: 1vw;
  }
  .apeal .submit-btn:hover {
    background-color: #218838;
  }
  .apeal .close-btn {
    background-color: #dc3545;
  }
  .apeal .close-btn:hover {
    background-color: #c82333;
  }
  .apeal .result {
    margin-top: 2rem;
    padding: 1.5rem;
    background: #e3fbe3;
    border: 1px solid #28a745;
    border-radius: 12px;
    display: none;
    position: relative;
  }
  .apeal .result::before {
    content: "💡幸せの黄金鯛焼き誕生の秘話！";
    display: block;
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    color: #155724;
  }
  .apeal .ktyu-line {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    background-color: white;
    text-decoration: none;
    color: #155724;
    border-radius: 2vw;
    padding: 1vw 0;
    font-weight: bold;
    margin-top: 1vw;
  }
  .apeal .bh1 {
    margin-left: 8vw;
    margin-bottom: 3vw;
    width: 42%;
    display: block;
    font-weight: normal;
    font-size: 1vw;
    font-weight: bold;
    margin-top: 1vw;
    margin-bottom: 0;
  }
  .apeal .bh1 span {
    color: #17b7ba;
  }
  .apeal .lecom {
    margin-left: 8vw;
  }
  .apeal .lecom .grid_lecom {
    width: 50%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    margin-top: 2vw;
    gap: .5vw;
  }
  .apeal .lecom .grid_lecom .glc {
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 1vw;
    font-size: 1vw;
    border-radius: 1vw;
  }
  .apeal .lecom .grid_lecom .glc h4 {
    text-align: center;
  }
  .apeal .lecom h3 {
    font-size: 1.2vw;
    font-weight: bold;
    border-left: 2vw solid #17b7ba;
    padding-left: 1vw;
    margin-top: 0;
  }
  .apeal .lecom h3 span {
    color: #17b7ba;
    font-size: 1.7vw;
  }
  .apeal .quiz {
    display: block;
    text-decoration: none;
    font-size: 1.2vw;
    width: 40%;
    padding: 1vw 3vw;
    background-color: #17b7ba;
    border-radius: 4vw;
    color: white;
    text-align: center;
    margin-top: 2vw;
  }
  .apeal .quiz:hover {
    background-color: white;
    color: #17b7ba;
    -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;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .apeal #click-btns {
    width: 85%;
    display: block;
    font-size: 16px;
    border: 0;
    padding: 6px 10px;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    border-radius: 30px;
    padding: 15px 0;
    margin-top: 2vw;
    background-color: none;
    -webkit-animation: anime1 1s ease 0s infinite alternate;
            animation: anime1 1s ease 0s infinite alternate;
  }
  @-webkit-keyframes anime1 {
    from {
      -webkit-transform: scale(0.9, 0.9);
              transform: scale(0.9, 0.9);
    }
    to {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
  }
  @keyframes anime1 {
    from {
      -webkit-transform: scale(0.9, 0.9);
              transform: scale(0.9, 0.9);
    }
    to {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
  }
  .apeal #popup-wrappers {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
  }
  .apeal #popup-insides {
    text-align: center;
    width: 100%;
    max-width: 60%;
    background: white;
    margin: 10% auto;
    padding: 2vw 1vw;
    position: relative;
    border-radius: 1vw;
    margin-bottom: 10vw;
  }
  .apeal .pop_a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    width: 80%;
    gap: 1vw;
    margin: 0 auto;
    margin-top: 1vw;
  }
  .apeal #messages a {
    text-decoration: none;
    padding: 6px 10px;
    padding: 1vw 0;
    border-radius: 4vw;
  }
  .apeal #messages a:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: .5s;
    transition: .5s;
  }
  .apeal .sama {
    background-color: #17b7ba;
    color: white;
    border: .2vw solid #17b7ba;
    position: relative;
  }
  .apeal .sama::after {
    position: absolute;
    top: 1.4vw;
    right: 7%;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .apeal .jira {
    background-color: #ffffff;
    color: #17b7ba;
    border: .2vw solid #17b7ba;
    position: relative;
  }
  .apeal .jira::after {
    position: absolute;
    top: 1.4vw;
    right: 7%;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid #17b7ba;
    border-right: 3px solid #17b7ba;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .apeal #closes {
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
    font-size: 50px;
  }
  .apeal .grid_aaa {
    width: 95%;
    margin: 0 auto;
  }
  .apeal .grid_aaa .contact_last_under {
    width: 36%;
    margin: 0 auto;
    position: absolute;
    top: -3vw;
    right: 5%;
    -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: 1vw;
    background-color: white;
    padding-bottom: .5vw;
  }
  .apeal .grid_aaa .contact_last_under .clu {
    position: relative;
  }
  .apeal .grid_aaa .contact_last_under .clu .b {
    position: absolute;
    top: -.5vw;
    right: -.5vw;
    background-color: #17b7ba;
    font-size: 1vw;
    color: white;
    padding: .5vw;
    border-radius: 0 0 .3vw .3vw;
    padding: 1vw;
    text-align: center;
  }
  .apeal .grid_aaa .contact_last_under .clu .b span {
    display: inline-block;
    font-size: 1.5vw;
  }
  .apeal .grid_aaa .contact_last_under .clu .bb {
    position: absolute;
    top: 2vw;
    left: 0vw;
    font-size: 1vw;
    color: #17b7ba;
    padding: 1.2vw .3vw;
    text-align: center;
    border: .1vw solid #17b7ba;
  }
  .apeal .grid_aaa .contact_last_under h2 {
    font-size: 2.9vw;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    color: #17b7ba;
    text-align: left;
    margin-left: 4vw;
  }
  .apeal .grid_aaa .contact_last_under h2 .h2s {
    font-size: 1vw;
    color: black;
  }
  .apeal .grid_aaa .contact_last_under h2 .hs {
    font-size: 1vw;
    color: black;
  }
  .apeal .grid_aaa .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;
  }
  .apeal .grid_aaa .contact_last_under h3 span {
    border-bottom: 0.3vw solid #17b7ba;
  }
  .apeal .grid_aaa .contact_last_under p {
    font-size: 1vw;
    margin-bottom: 2vw;
  }
  .apeal .grid_aaa .contact_last_under p .samp {
    font-size: .9vw;
    color: #ff7a7a;
  }
  .apeal .grid_aaa label {
    line-height: 25px;
    font-size: 15px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .apeal .grid_aaa label .must {
    color: white;
    background-color: #ff8400;
    padding: 0px 3px;
    font-size: 13px;
    background-color: #17b7ba;
  }
  .apeal .grid_aaa label .cummon {
    width: 95%;
    margin: 0 auto;
    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: 3px solid #ffffff;
    border-radius: 5px;
  }
  .apeal .grid_aaa 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;
  }
  .apeal .grid_aaa label .text_area {
    width: 100%;
    display: block;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    height: 40vh;
    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;
  }
  .apeal .grid_aaa label .drop {
    height: 25px;
    display: block;
    width: 30%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .apeal .grid_aaa .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: #17b7ba;
    border: 2px solid white;
    margin-top: 1vw;
  }
  .apeal .apeal_under {
    width: 100%;
    margin: 0 auto;
  }
  .apeal .apeal_under .sample1 {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
  .apeal .ap_p_u {
    font-size: .8vw;
    text-align: right;
  }
  .apeal .ap_u {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    width: 80%;
    margin: 0 auto;
  }
  .apeal h3 {
    font-size: 1.3vw;
    letter-spacing: 2px;
    font-weight: normal;
    margin: 0;
    margin-top: 2vh;
    width: 78%;
  }
  .apeal .i {
    margin-bottom: 3vh;
    width: 72%;
    margin-left: 7.5vw;
    margin-bottom: 3vw;
    font-size: 1.5vw;
    font-weight: bold;
    line-height: 3vw;
    letter-spacing: 0.1vw;
  }
  .apeal .i span {
    border-bottom: .5vw solid #17b7ba;
  }
  .apeal h1 {
    font-size: 2.5vw;
    margin-left: 7.5vw;
    margin-top: 0;
    font-weight: bold;
  }
  .apeal .a {
    font-size: 2.2vw;
    line-height: 3vw;
    border-left: 2vw solid #17b7ba;
    padding: .5vw;
    padding-top: 0;
    padding-left: 1.5vw;
    margin-top: 2vw;
    font-weight: bold;
  }
  .apeal .a span {
    color: white;
    padding: .5vw 0;
    color: #17b7ba;
  }
  .apeal .last {
    margin-top: 5vh;
    background-color: white;
    text-align: left;
    color: black;
  }
  .apeal .last span {
    opacity: 0;
  }
  .apeal .ap_img {
    gap: 20px;
  }
  .apeal .o_o_1 {
    display: block;
    width: 110%;
    margin: 0 auto;
  }
  .apeal .ap_a {
    display: block;
    width: 80%;
    margin-top: 5vh;
    font-size: 1.1vw;
    text-decoration: none;
    background-color: #17b7ba;
    padding: 10px;
    color: white;
    border-radius: 10px;
    text-align: center;
  }
  .apeal b {
    display: block;
  }
  .apeal .about_h3 {
    width: 85%;
    line-height: 55px;
    font-size: 1.4vw;
    font-weight: bold;
  }
  .apeal .totyu {
    font-size: 4rem;
    width: 95%;
    margin: 0 auto;
    display: none;
    padding: 8vh 0;
    background-color: #17b7ba;
    color: white;
  }
  .apeal .merit {
    position: relative;
    margin-top: 5vh;
  }
  .apeal .merit .merit_under {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    width: 70%;
    margin: 0 auto;
    gap: 10px;
  }
  .apeal .merit .merit_under div {
    padding: 30px 15px;
    -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: 20px;
    position: relative;
  }
  .apeal .merit .merit_under div img {
    display: block;
    position: absolute;
    bottom: 10%;
    right: 3%;
    width: 30%;
    margin: 0 auto;
    border-radius: 50%;
    margin-top: 5vh;
  }
  .apeal .merit .merit_under div h3 {
    font-size: 25px;
    width: 90%;
    margin-left: 5%;
  }
  .apeal .merit .merit_under div p {
    font-size: 16px;
    width: 60%;
    margin-bottom: 20px;
    font-weight: 5400;
    margin-left: 5%;
  }
  .apeal .merit a {
    display: block;
    text-decoration: none;
    background-color: #17b7ba;
    color: white;
    font-size: 18px;
    text-align: center;
    padding: 20px 0px;
    border-radius: 50px;
    width: 30%;
    margin: 0 auto;
    margin-top: 50px;
  }
  .apeal_smf {
    display: none;
  }
  .goods {
    -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;
    padding: 1vw;
    width: 50%;
    border-radius: 1vw;
    margin: 0 auto;
  }
  .goods h2 {
    text-align: center;
    font-size: 2vw;
  }
  .goods h3 {
    border-bottom: 0.3vw solid #ffc400;
  }
  .goods .family {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .goods .imo_divd {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr;
        grid-template-columns: 2fr 1fr;
    gap: 1vw;
    font-size: 1vw;
    margin-bottom: 1vw;
  }
  .goods .img_nagare {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3fr;
        grid-template-columns: 1fr 3fr;
    gap: 1vw;
    display: none;
  }
  .apealtai {
    width: 90%;
    margin: 0 auto;
    margin-top: 5vw;
    margin-bottom: 3vw;
  }
  .apealtai h2 {
    text-align: center;
    font-size: 2.5vw;
  }
  .apealtai h2 span {
    background-color: #ffc400;
    color: white;
  }
  .apealtai .aptaig {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.3fr;
        grid-template-columns: 1fr 1.3fr;
    width: 80%;
    gap: 1vw;
    margin: 0 auto;
  }
  .apealtai .uuuutai {
    margin-top: 2vw;
    gap: 1vw;
  }
  .apealtai .uuuutai 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;
    height: 8vw;
    border-left: 2vw solid #ffc400;
  }
  .apealtai .uuuutai div h3 {
    padding-top: 3vw;
    padding-left: 2vw;
    font-size: 1.6vw;
  }
  /*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;
  }
  .totyu-line {
    display: block;
    width: 40%;
    margin: 0 auto;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .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: 2vw;
    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: #ffc400;
    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: #ffc400;
    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, #ffc400;
    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: #ffc400;
  }
  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;
    -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: 4.5vw;
    display: block;
    margin-bottom: 0;
    color: black;
    line-height: 4.5vw;
  }
  header .h1 h1 .rikuaji {
    font-size: 2vw;
    margin-bottom: 0;
    background-color: white;
  }
  header .h1 h1 .riku {
    color: #ffc400;
    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: 2.5vw;
    margin-top: 1vw;
    background-color: rgba(255, 255, 255, 0.5);
    padding: .5vw;
  }
  header .h1 .top_merit {
    display: block;
    width: 100%;
    margin-top: 2vw;
  }
  header .h1 .top_merit p {
    font-size: 2.2vw;
    color: white;
    padding-left: .5vw;
    margin-bottom: 0;
    margin-top: 0;
    display: inline-block;
    line-height: 4vw;
    font-weight: bold;
  }
  header .h1 .top_merit p span {
    background-color: #ffc400;
    padding: .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;
  }
  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: #F5a621;
    -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;
  }
  header .h1 .rip {
    width: 80%;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 1vw;
    line-height: 2vw;
    border-radius: 1vw;
  }
  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;
  }
  .ooki {
    display: block;
    width: 80%;
    margin: 0 auto;
    -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;
    padding: 2vw 0;
    border-radius: 2vw;
    margin-top: 3vw;
    border: 1vw solid #ffc400;
  }
  .ooki .sookiimg {
    display: none;
  }
  .ooki a {
    display: block;
    width: 40%;
    margin: 0 auto;
    padding: 2vw 1vw;
    text-align: center;
    text-decoration: none;
    background-color: #17b7ba;
    color: white;
    border-radius: 3vw;
    font-size: 1.5vw;
  }
  .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 2vw;
  }
  .container h2 {
    font-size: 3vw;
  }
  .container .split-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 80%;
    border-radius: 12px;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .container .left, .container .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    min-height: 400px;
  }
  .container .left {
    background-color: #ffc400;
    color: white;
  }
  .container .bubble {
    background: white;
    color: black;
    border-radius: 20px;
    padding: 1vw;
    margin: 0.5rem 0;
    width: 80%;
    font-weight: bold;
  }
  .container .right {
    background-color: #f7941d;
    color: white;
  }
  .container .right .bubble {
    background: white;
    color: black;
    border-radius: 20px;
    padding: 1vw;
    margin: 0.5rem 0;
    width: 80%;
    margin-left: auto;
    font-weight: bold;
  }
  .container .center-circle {
    position: absolute;
    background: white;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem;
  }
  .container .highlight {
    color: #f7941d;
    font-size: 2rem;
    margin-top: 0.5rem;
  }
  .container .characters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.5rem;
    margin-top: 2rem;
  }
  .container .character {
    width: 60px;
    height: 60px;
    background: #ccc;
    border-radius: 50%;
  }
  .section-header {
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 5vw;
  }
  .section-header h2 {
    font-size: 3vw;
    text-align: center;
    margin-bottom: 0;
  }
  .section-header p {
    text-align: center;
  }
  .step-container {
    max-width: 800px;
    margin: auto;
  }
  .step-container .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem;
    background-color: #fff2cc;
    border-bottom: 1px solid #eee;
  }
  .step-container .step:nth-child(even) {
    background-color: #ffeac1;
  }
  .step-container .step-icon {
    width: 50px;
    height: 50px;
    margin-right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    font-size: 1.2rem;
  }
  .step-container .step-number {
    font-weight: bold;
    color: #f7941d;
    width: 80px;
  }
  .step-container .step-text {
    font-size: 1rem;
    font-weight: 500;
  }
  .top_under_dis {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    margin-top: .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 h4 {
    font-size: 3.5vw;
    color: #ffc400;
    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: #ffc400;
    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;
  }
  @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;
  }
  .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: #ffa600;
    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: 98%;
    height: 18vw;
    border-radius: 1vw;
    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;
    margin-top: 1vw;
  }
  .five_section_people .five_under_second_div .ffd .ufd {
    background-color: #ffc400;
  }
  .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: 98%;
    margin: 0 auto;
    padding-bottom: 2vw;
  }
  .five_section_people .five_under_second_div .ffd .under_f_d h2 {
    text-align: center;
    margin-top: 2vw;
    font-size: 1.5vw;
  }
  .five_section_people .five_under_second_div .ffd .under_f_d p {
    margin: 0 auto;
    line-height: 2vw;
    width: 95%;
  }
  .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;
  }
  .aaction {
    width: 70%;
    display: block;
    margin: 0 auto;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
  .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: #ff8400;
    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: 1.2fr 1fr;
        grid-template-columns: 1.2fr 1fr;
    width: 80%;
    margin: 0 auto;
  }
  .ten_section_people .ten_under_second_div .franchise-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ten_section_people .ten_under_second_div .franchise-info-box {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 30px;
    border-radius: 12px;
    width: 100%;
    margin-top: 0vw;
  }
  .ten_section_people .ten_under_second_div .franchise-info-box h3 {
    font-size: 2vw;
    margin-top: 0;
  }
  .ten_section_people .ten_under_second_div h4 {
    margin-bottom: 0.5vw;
    margin-top: 1.5vw;
  }
  .ten_section_people .ten_under_second_div .franchise-item {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 1vw;
    font-size: 1vw;
    color: #333;
  }
  .ten_section_people .ten_under_second_div .franchise-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    color: #333;
  }
  .ten_section_people .ten_under_second_div .franchise-note {
    margin-top: 20px;
    font-size: 16px;
    color: #444;
    line-height: 1.5;
    border: 1px solid black;
    padding: 1vw;
  }
  .ten_section_people .contact_last_unders {
    width: 100%;
    padding: .5vw 1.5vw;
    border-radius: 1.5vw;
    background-color: white;
    margin-top: 0vw;
    padding-bottom: .5vw;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    z-index: 99999;
    margin-top: 7vw;
    height: 38vw;
    border: 1vw solid #ffa600;
  }
  .ten_section_people .contact_last_unders .fl {
    font-size: 1.3vw;
    text-align: center;
    display: block;
    margin-bottom: .5vw;
  }
  .ten_section_people .contact_last_unders .wpcf7-list-item {
    display: block;
    margin-top: 1vw;
  }
  .ten_section_people .contact_last_unders .wpcf7-list-item label {
    font-size: 1.2vw;
  }
  .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: #ffa600;
    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: #ffa600;
    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 .question {
    font-size: 2vw;
    text-align: center;
    font-weight: bold;
  }
  .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 white;
    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 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-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: #ff8400;
    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: 4vw;
    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) {
  .apeal {
    margin-top: 3em;
  }
  .apeal h1 {
    font-size: 1.45em;
    margin-top: 15vh;
    margin-bottom: 0;
    font-weight: bold;
  }
  .apeal h1 span {
    font-size: .8em;
    letter-spacing: 0;
  }
  .apeal .btn-primary {
    display: inline-block;
    margin-top: 1rem;
    background-color: #007bff;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
  }
  .apeal .quiz-container {
    max-width: 98%;
    margin: 0 auto;
    padding: 2em .3em;
    background: white;
    border-radius: 12px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-top: 1em;
    padding-bottom: 2em;
  }
  .apeal .question h2 {
    font-size: 1em;
    margin-bottom: 0;
    margin-top: 0;
    color: orangered;
    text-align: left;
    font-weight: bold;
  }
  .apeal .question h2 span {
    color: white;
    background-color: orangered;
    padding: .3em .5em;
    border-radius: 4em;
    margin-right: .5em;
  }
  .apeal .options label {
    display: block;
    background: #f1f1f1;
    margin: 1.25rem 0;
    /* increased vertical spacing */
    padding: 0.75rem 1em;
    border-radius: 8px;
    width: 90% !important;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    font-size: .8em !important;
    margin-top: .5em !important;
    font-weight: bold;
  }
  .apeal .options label:hover {
    background: #e0e0e0;
  }
  .apeal .submit-btn, .apeal .close-btn {
    display: block;
    background-color: orangered;
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    margin: 1rem auto 0;
    cursor: pointer;
    font-size: 1em;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .apeal .submit-btn span, .apeal .close-btn span {
    font-size: .8em;
    display: block;
  }
  .apeal .submit-btn:hover {
    background-color: #218838;
  }
  .apeal .close-btn {
    background-color: #dc3545;
  }
  .apeal .close-btn:hover {
    background-color: #c82333;
  }
  .apeal .result {
    margin-top: 2rem;
    padding: 1.5rem;
    background: #e3fbe3;
    border: 1px solid #28a745;
    border-radius: 12px;
    display: none;
    position: relative;
  }
  .apeal .result::before {
    content: "💡幸せの黄金鯛焼き誕生の秘話！";
    display: block;
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    color: #155724;
  }
  .apeal .ktyu-line {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    background-color: white;
    text-decoration: none;
    color: #155724;
    border-radius: 2em;
    padding: 1em 0;
    font-weight: bold;
    margin-top: 1em;
  }
  .apeal .bh1 {
    font-size: .7em;
    margin-top: .5em;
    display: block;
  }
  .apeal .bh1 span {
    color: #17b7ba;
  }
  .apeal .lecom {
    margin-top: 1.5em;
  }
  .apeal .lecom .grid_lecom {
    width: 99%;
    margin-top: 1em;
    gap: .5em;
  }
  .apeal .lecom .grid_lecom .glc {
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: .3em;
    border-radius: .4em;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.5fr;
        grid-template-columns: 1fr 1.5fr;
    margin-top: .5em;
  }
  .apeal .lecom .grid_lecom .glc h4 {
    text-align: center;
    font-size: .8em;
    padding-top: 1.5em;
  }
  .apeal .lecom .grid_lecom .glc p {
    font-size: .7em;
  }
  .apeal .lecom h3 {
    font-size: 1em;
    font-weight: bold;
    border-left: 2vw solid #17b7ba;
    padding-left: 1vw;
    margin-top: 0;
  }
  .apeal .lecom h3 span {
    color: #17b7ba;
    font-size: 1.2em;
  }
  .apeal .grid_aaa {
    width: 95%;
    margin: 0 auto;
  }
  .apeal .grid_aaa .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: 1vw;
    background-color: white;
    padding-bottom: .5vw;
    display: block;
    display: none;
  }
  .apeal .grid_aaa .contact_last_under .clu {
    position: relative;
  }
  .apeal .grid_aaa .contact_last_under .clu .b {
    position: absolute;
    top: -.5vw;
    right: -.5vw;
    background-color: #17b7ba;
    font-size: 1vw;
    color: white;
    padding: .5vw;
    border-radius: 0 0 .3vw .3vw;
    padding: 1vw;
    text-align: center;
  }
  .apeal .grid_aaa .contact_last_under .clu .b span {
    display: inline-block;
    font-size: 1.5vw;
  }
  .apeal .grid_aaa .contact_last_under .clu .bb {
    position: absolute;
    top: 2vw;
    left: 0vw;
    font-size: 1vw;
    color: #17b7ba;
    padding: 1.2vw .3vw;
    text-align: center;
    border: .1vw solid #17b7ba;
  }
  .apeal .grid_aaa .contact_last_under h2 {
    font-size: 2.9vw;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    color: #17b7ba;
    text-align: left;
    margin-left: 4vw;
  }
  .apeal .grid_aaa .contact_last_under h2 .h2s {
    font-size: 1vw;
    color: black;
  }
  .apeal .grid_aaa .contact_last_under h2 .hs {
    font-size: 1vw;
    color: black;
  }
  .apeal .grid_aaa .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;
  }
  .apeal .grid_aaa .contact_last_under h3 span {
    border-bottom: 0.3vw solid #17b7ba;
  }
  .apeal .grid_aaa .contact_last_under p {
    font-size: 1vw;
    margin-bottom: 2vw;
  }
  .apeal .grid_aaa .contact_last_under p .samp {
    font-size: .9vw;
    color: #ff7a7a;
  }
  .apeal .grid_aaa label {
    line-height: 25px;
    font-size: 15px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .apeal .grid_aaa label .must {
    color: white;
    background-color: #ff8400;
    padding: 0px 3px;
    font-size: 13px;
    background-color: #17b7ba;
  }
  .apeal .grid_aaa label .cummon {
    width: 95%;
    margin: 0 auto;
    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: 3px solid #ffffff;
    border-radius: 5px;
  }
  .apeal .grid_aaa 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;
  }
  .apeal .grid_aaa label .text_area {
    width: 100%;
    display: block;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    height: 40vh;
    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;
  }
  .apeal .grid_aaa label .drop {
    height: 25px;
    display: block;
    width: 30%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .apeal .grid_aaa .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: #17b7ba;
    border: 2px solid white;
    margin-top: 1vw;
  }
  .apeal .quiz {
    display: block;
    text-decoration: none;
    font-size: 1em;
    margin: 0 auto;
    width: 90%;
    padding: 1vw 3vw;
    background-color: #17b7ba;
    border-radius: 10em;
    color: white;
    text-align: center;
    margin-top: 3em;
  }
  .apeal .quiz:hover {
    background-color: white;
    color: #17b7ba;
    -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;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .apeal #click-btns {
    width: 85%;
    display: block;
    font-size: 16px;
    border: 0;
    padding: 6px 10px;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    border-radius: 30px;
    padding: 15px 0;
    margin-top: 2vw;
    margin: 0 auto;
    background-color: none;
    -webkit-animation: anime1 1s ease 0s infinite alternate;
            animation: anime1 1s ease 0s infinite alternate;
  }
  @-webkit-keyframes anime1 {
    from {
      -webkit-transform: scale(0.9, 0.9);
              transform: scale(0.9, 0.9);
    }
    to {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
  }
  @keyframes anime1 {
    from {
      -webkit-transform: scale(0.9, 0.9);
              transform: scale(0.9, 0.9);
    }
    to {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
  }
  .apeal #popup-wrappers {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
  }
  .apeal #popup-insides {
    text-align: center;
    width: 100%;
    max-width: 60%;
    background: white;
    margin: 10% auto;
    padding: 2vw 1vw;
    position: relative;
    border-radius: 1vw;
    margin-bottom: 10vw;
  }
  .apeal .pop_a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    width: 80%;
    gap: 1vw;
    margin: 0 auto;
    margin-top: 1vw;
  }
  .apeal #messages a {
    text-decoration: none;
    padding: 6px 10px;
    padding: 1vw 0;
    border-radius: 4vw;
  }
  .apeal #messages a:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: .5s;
    transition: .5s;
  }
  .apeal .sama {
    background-color: #17b7ba;
    color: white;
    border: .2vw solid #17b7ba;
    position: relative;
  }
  .apeal .sama::after {
    position: absolute;
    top: 1.4vw;
    right: 7%;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .apeal .jira {
    background-color: #ffffff;
    color: #17b7ba;
    border: .2vw solid #17b7ba;
    position: relative;
  }
  .apeal .jira::after {
    position: absolute;
    top: 1.4vw;
    right: 7%;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid #17b7ba;
    border-right: 3px solid #17b7ba;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .apeal #closes {
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
    font-size: 50px;
  }
  .apeal .ap_img img {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .apeal h2 {
    font-size: 1.3rem;
    margin-left: 5%;
    margin-bottom: 0;
  }
  .apeal .i {
    margin-top: 3vh;
    font-weight: bold;
    margin-bottom: 5vh;
    font-size: 1.1em;
    letter-spacing: .05em;
  }
  .apeal h3 {
    font-weight: normal;
    margin-top: 0;
    font-size: 14px;
    line-height: 4vh;
    margin-left: 1%;
  }
  .apeal .ap_a {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 5vh;
    font-size: 13px;
    text-decoration: none;
    background-color: #17b7ba;
    padding: 10px;
    color: white;
    text-align: center;
    margin-bottom: 3vh;
  }
  .apeal .o_o_1 {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .apeal .a {
    font-weight: bold;
    font-size: 18px;
    border-left: 20px solid #17b7ba;
    padding-left: 10px;
    margin-top: 3vh;
  }
  .apeal .a span {
    color: #17b7ba;
  }
  .apeal b {
    margin-left: 5%;
    font-size: 1rem;
  }
  .apeal .apeal_under {
    width: 98%;
    margin: 0 auto;
  }
  .apeal .last {
    margin-top: 4vh;
  }
  .apeal .about_h3 {
    width: 90%;
    margin-left: 5%;
    font-size: 1rem;
    line-height: 5vh;
    font-weight: bold;
  }
  .apeal .about_h3 span {
    background-color: #17b7ba;
    color: white;
  }
  .apeal .totyu {
    font-size: 4rem;
    width: 95%;
    margin: 0 auto;
    display: none;
    padding: 8vh 0;
    background-color: #17b7ba;
    color: white;
  }
  .apeal .merit {
    position: relative;
    margin-top: 5vh;
  }
  .apeal .merit .merit_under {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    width: 70%;
    margin: 0 auto;
    gap: 10px;
  }
  .apeal .merit .merit_under div {
    padding: 30px 15px;
    -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: 20px;
    position: relative;
  }
  .apeal .merit .merit_under div img {
    display: block;
    position: absolute;
    bottom: 10%;
    right: 3%;
    width: 30%;
    margin: 0 auto;
    border-radius: 50%;
    margin-top: 5vh;
  }
  .apeal .merit .merit_under div h3 {
    font-size: 25px;
    width: 90%;
    margin-left: 5%;
  }
  .apeal .merit .merit_under div p {
    font-size: 16px;
    width: 60%;
    margin-bottom: 20px;
    font-weight: 5400;
    margin-left: 5%;
  }
  .apeal .merit a {
    display: block;
    text-decoration: none;
    background-color: #17b7ba;
    color: white;
    font-size: 18px;
    text-align: center;
    padding: 20px 0px;
    border-radius: 50px;
    width: 30%;
    margin: 0 auto;
    margin-top: 50px;
  }
  .goods {
    -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;
    padding: 1em;
    width: 80%;
    border-radius: 1em;
    margin: 0 auto;
  }
  .goods h2 {
    text-align: center;
    font-size: 1.2em;
  }
  .goods h3 {
    border-bottom: 0.3em solid #ffc400;
  }
  .goods .family {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .goods .imo_divd {
    display: -ms-grid;
    display: grid;
    gap: .5em;
    font-size: 13px;
    margin-bottom: 1vw;
  }
  .goods .imo_divd .imo {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .goods .img_nagare {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3fr;
        grid-template-columns: 1fr 3fr;
    gap: 1vw;
    display: none;
  }
  .apealtai {
    width: 95%;
    margin: 0 auto;
    margin-top: 3em;
    margin-bottom: 2em;
  }
  .apealtai h2 {
    text-align: center;
    font-size: 2em;
  }
  .apealtai h2 span {
    background-color: #ffc400;
    color: white;
  }
  .apealtai .aptaig {
    width: 95%;
    gap: 1vw;
    margin: 0 auto;
  }
  .apealtai .uuuutai {
    margin-top: 2vw;
    gap: 1vw;
  }
  .apealtai .uuuutai 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;
    height: 4em;
    border-left: 1em solid #ffc400;
  }
  .apealtai .uuuutai div h3 {
    padding-top: 1.2em;
    padding-left: 1em;
    font-size: 1em;
  }
  .totyu-line {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .ooki {
    display: block;
    width: 96%;
    margin: 0 auto;
    -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;
    padding: 1em 0;
    border-radius: 1em;
    margin-top: 3em;
    border: 0.2em solid #ffc400;
  }
  .ooki .ookiimg {
    display: none;
  }
  .ooki a {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 2vw 1vw;
    text-align: center;
    text-decoration: none;
    background-color: #17b7ba;
    color: white;
    border-radius: 2em;
    font-size: 1em;
  }
  .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 2em;
  }
  .container h2 {
    font-size: 1.5em;
  }
  .container .split-section {
    width: 100%;
    max-width: 90%;
    border-radius: 12px;
    overflow: hidden;
    width: 0 auto;
  }
  .container .left, .container .right {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 99%;
    margin: 0 auto;
    text-align: center;
    padding: 2em 0;
  }
  .container .left {
    background-color: #ffc400;
    color: white;
  }
  .container .bubble {
    margin: 0 auto;
    background: white;
    color: black;
    margin: 0 auto;
    border-radius: 20px;
    padding: 1vw;
    font-weight: bold;
    text-align: center;
    margin-top: 1em;
    width: 90%;
  }
  .container .right {
    background-color: #f7941d;
    color: white;
  }
  .container .center-circle {
    background: white;
    border-radius: 50%;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1em;
    font-weight: bold;
    color: #333;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: .5rem;
  }
  .container .highlight {
    color: #f7941d;
    font-size: 2rem;
    margin-top: 0.5rem;
  }
  .container .characters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.5rem;
    margin-top: 2rem;
  }
  .container .character {
    width: 60px;
    height: 60px;
    background: #ccc;
    border-radius: 50%;
  }
  .section-header {
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 5vw;
  }
  .section-header h2 {
    font-size: 3vw;
    text-align: center;
    margin-bottom: 0;
  }
  .section-header p {
    text-align: center;
  }
  .step-container {
    max-width: 800px;
    margin: auto;
  }
  .step-container .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem;
    background-color: #fff2cc;
    border-bottom: 1px solid #eee;
  }
  .step-container .step:nth-child(even) {
    background-color: #ffeac1;
  }
  .step-container .step-icon {
    width: 50px;
    height: 50px;
    margin-right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    font-size: 1.2rem;
  }
  .step-container .step-number {
    font-weight: bold;
    color: #f7941d;
    width: 80px;
  }
  .step-container .step-text {
    font-size: 1rem;
    font-weight: 500;
  }
  .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: -5em;
    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 #ffc400;
    display: none;
  }
  header .contact_last_under .clu {
    position: relative;
  }
  header .contact_last_under .clu .b {
    position: absolute;
    top: -2.8vh;
    right: 1vh;
    background-color: #ffc400;
    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: #ffc400;
    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, #ffc400;
  }
  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: #ffc400;
  }
  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: 0rem;
    position: relative;
    z-index: 99;
  }
  header .h1 .logosta {
    display: block;
    width: 20%;
    margin-bottom: 1vw;
  }
  header .h1 h1 {
    font-size: 3em;
    display: block;
    margin-bottom: 0;
    color: black;
    line-height: 1em;
  }
  header .h1 h1 .rikuaji {
    font-size: 1rem;
    margin-left: 2vw;
    margin-bottom: 0;
  }
  header .h1 h1 .riku {
    color: #ffc400;
    -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: 1.8em;
    color: white;
    padding-left: .5vw;
    margin-bottom: 0;
    margin-top: 10px;
    display: inline-block;
  }
  header .h1 .top_merit p span {
    background-color: #ffc400;
    padding: .5vw;
  }
  .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_diss {
    margin-top: 1.5vh;
    gap: 1vw;
    width: 90%;
    margin: 0 auto;
    margin-top: 5vh;
    display: none;
  }
  .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: 100%;
    text-align: center;
    margin-right: auto;
    margin-right: 0;
    background-color: white;
    padding: 2.5vh 0;
    margin-top: 1vh;
    border-radius: .5rem;
    color: #000000;
  }
  .top_under_diss div b {
    font-size: 1.2rem;
  }
  .top_under_diss div h3 {
    font-size: 2rem;
    color: #ffc400;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #000000;
    margin-top: 0;
    margin-bottom: 0;
  }
  .top_under_diss .left {
    margin-right: 0;
    padding-top: 2vh;
  }
  .top_under_diss .right {
    padding-top: 2vh;
  }
  .top_under_diss .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: #ffc400;
    -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;
  }
  .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;
  }
  @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: 5em;
  }
  .third_section_people .third_under_div {
    width: 95%;
    margin: 0 auto;
  }
  .third_section_people .third_under_div h2 {
    font-size: 2em;
    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: 95%;
    margin: 0 auto;
    padding: 2vh;
    margin-top: 0vh;
    border-radius: 2vh;
  }
  .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: 1em;
    text-align: center;
    background-color: #ffc400;
    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: #rgb 255, 196, 0;
    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;
    font-size: 1.2em;
  }
  .five_section_people .five_under_second_div .ffd .under_f_d p {
    line-height: 3vh;
    letter-spacing: 0;
    font-size: 13px;
  }
  .five_section_people .five_under_second_div .ffd b {
    display: block;
    font-size: 2rem;
    color: #ffc400;
    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: #ffc400;
    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 #ffc400;
  }
  .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: #ffc400;
    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: #ffc400;
    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, #ffc400;
  }
  .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 #ffc400;
    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: #ffc400;
  }
  .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: #ffc400;
    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: 3em;
    margin-bottom: 0;
  }
  .ten_section_people .ten_under_second_div {
    width: 95%;
    margin: 0 auto;
  }
  .ten_section_people .ten_under_second_div .franchise-item {
    font-size: 13px;
  }
  .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: 4em;
  }
  .ten_section_people .ten_under_second_div .question {
    font-size: 2em;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .ten_section_people .contact_last_unders {
    width: 95%;
    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;
    position: relative;
    border: 1vw solid #ffc400;
  }
  .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: #ffc400;
    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.5rem;
    margin-top: 2vh;
    margin-bottom: 0;
    color: #ffc400;
    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, #ffc400;
  }
  .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 .fl {
    font-size: 1.3em;
    text-align: center;
    display: block;
    margin-bottom: .5vw;
  }
  .ten_section_people .wpcf7-list-item {
    display: block;
    margin-top: .5em;
  }
  .ten_section_people .wpcf7-list-item label {
    font-size: 1em;
  }
  .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: #ffc400;
  }
  .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: #ffc400;
    background-color: #ffc400;
    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;
  }
  .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 white;
  }
  .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 white;
  }
  .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;
  }
  .top_under_dis {
    margin-top: 1.5vh;
    gap: 1vw;
    width: 90%;
    margin: 0 auto;
    margin-top: 5vh;
    color: black;
  }
  .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;
    color: #000000;
  }
  .top_under_dis div b {
    font-size: 1.2rem;
  }
  .top_under_dis div h3 {
    font-size: 2rem;
    color: #ffc400;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #000000;
    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;
  }
  .doj {
    font-size: 2rem;
    color: #ffc400;
    margin-top: 0;
    margin-bottom: 0;
  }
  footer {
    width: 100%;
    background-color: #f1f1f1;
    padding-top: 5vh;
    background-color: #00243c;
    color: white;
    background-color: #ffffff;
    z-index: 100;
    background-color: #ffc400;
    border-radius: 2vh 2vh 0  0;
    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: 2em;
    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;
  }
}

@media screen and (min-width: 640px) {
  .top_header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    height: 60px;
    width: 95%;
    overflow: hidden;
    background-color: white;
    margin: 0 auto;
  }
  .top_header .second_header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    position: fixed;
    gap: 2px;
    z-index: 99;
    right: -8%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .top_header .second_header .top_logo_2 {
    height: 28px;
    width: auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    margin-top: 8px;
    display: block;
    margin-left: auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    -webkit-box-shadow: 0 0 3px rgba(128, 128, 128, 0.8);
            box-shadow: 0 0 3px rgba(128, 128, 128, 0.8);
    border-radius: 20px;
    padding: 8px;
    color: #fff;
    background-color: white;
  }
  .top_header .second_header .top_logo_3 {
    height: 28px;
    width: auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    margin-top: 8px;
    display: inline-block;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    -webkit-box-shadow: 0 0 3px rgba(128, 128, 128, 0.8);
            box-shadow: 0 0 3px rgba(128, 128, 128, 0.8);
    border-radius: 20px;
    background-color: white;
    padding: 8px;
    color: #fff;
  }
  .top_header .second_header .top_logo_4 {
    height: 28px;
    width: auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    margin-top: 8px;
    display: inline-block;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    -webkit-box-shadow: 0 0 3px rgba(128, 128, 128, 0.8);
            box-shadow: 0 0 3px rgba(128, 128, 128, 0.8);
    border-radius: 20px;
    padding: 8px;
    position: fixed;
    color: #fff;
  }
  .top_header .top_logo {
    height: 50px;
    width: auto;
    display: block;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    margin-right: auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .header_space {
    width: 100%;
    height: 3px;
  }
  .hamburger-menu {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  #menu-btn-check {
    display: none;
  }
  .menu-content .icon_menu {
    width: 16%;
    display: inline-block;
    -webkit-transform: translate(-2px, 4px);
            transform: translate(-2px, 4px);
    margin: 0 auto;
  }
  .menu-content .al {
    font-size: 13px;
  }
  .menu-content ul {
    width: 70%;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding: 0;
    text-align: center;
    z-index: 50;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    margin-bottom: 2vh;
    position: fixed;
    right: 10%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .menu-content ul li {
    width: 100%;
    list-style: none;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .menu-content ul li:hover {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .menu-content ul li a {
    text-decoration: none;
    display: block;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-weight: lighter;
    font-size: 15px;
    text-align: center;
    color: black;
    padding: 3px 0 1px 0;
  }
  .menu-content ul li a:hover {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .top_twitter_3 {
    width: 20%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    margin-top: 3vh;
    display: block;
    margin-left: auto;
    margin-right: 4%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: white;
    padding: 3px;
    display: none;
    border-radius: 50%;
  }
}

@media screen and (max-width: 640px) {
  .top_header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    height: 60px;
    width: 100%;
    margin: 0 auto;
  }
  .top_header .top_logo_2 {
    height: 20px;
    width: auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    margin-top: 10px;
    display: block;
    margin-left: auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    display: none;
  }
  .top_header .top_logo_3 {
    height: 20px;
    width: auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    margin-top: 10px;
    display: block;
    margin-left: auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    display: none;
  }
  .top_header .top_logo {
    width: 80%;
    display: block;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    margin-right: auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .header_space {
    display: none;
  }
  .menu-btn {
    position: fixed;
    top: 0px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    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: 90;
  }
  .icon_menu {
    display: none;
  }
  .al {
    font-size: 13px;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: #000000;
    position: absolute;
    z-index: 8001;
  }
  .menu-btn span:before {
    bottom: 8px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .menu-btn span:after {
    top: 8px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    z-index: 8000;
  }
  #menu-btn-check {
    display: none;
  }
  .menu-content {
    width: 60%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 8000;
    background-color: #00896c;
    background-attachment: fixed;
    background-size: cover;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    /*アニメーション設定*/
  }
  .top_twitter_3 {
    width: 20%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    margin-top: 3vh;
    display: block;
    margin-left: auto;
    margin-right: 4%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: white;
    padding: 3px;
    border-radius: 20px;
  }
  .menu-content ul {
    margin: 0 auto;
    padding: 70px 10px 0;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
    z-index: 8000;
  }
  .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 40%;
    /*メニューを画面内へ*/
  }
}

@media screen and (min-width: 640px) {
  .tttt {
    padding: 2vw 0;
    width: 80%;
  }
  .container {
    max-width: 80%;
    margin: 0 auto;
    background: #fff;
    padding: 3vw;
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
  }
  .headline {
    color: #17b7ba;
    font-weight: bold;
    font-size: 2vw;
    text-align: center;
    margin-bottom: 30px;
  }
  .lead {
    font-size: 1.2vw;
    margin-bottom: 1vw;
    padding: 1vw;
    font-weight: bold;
  }
  .section {
    margin-bottom: 1vw;
  }
  .section h2 {
    font-size: 1.2vw;
    margin-bottom: 10px;
    color: #1e1e1e;
  }
  .highlight-box {
    background: #17b7ba;
    color: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    font-size: 1.6vw;
    font-weight: bold;
    margin: 1vw 0;
  }
  .cta {
    text-align: center;
    font-size: 1.1em;
    margin-top: 40px;
  }
  #splash {
    /*fixedで全面に固定*/
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999;
    text-align: center;
    color: #fff;
    background-color: white;
  }
  /* Loading画像中央配置　*/
  #splash_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  /* Loading アイコンの大きさ設定　*/
  .first_top {
    display: block;
    width: 100%;
    margin: 0 auto;
    color: black;
    text-align: center;
    font-size: 2vw;
    color: white;
    color: #00a191;
    color: black;
  }
  .first_top_sp {
    display: block;
    width: 100%;
    margin: 0 auto;
    color: black;
    text-align: center;
    font-size: 2vw;
    color: white;
    color: #00a191;
    color: black;
    display: none;
  }
  .second_top {
    display: block;
    width: 100%;
    margin: 0 auto;
    color: black;
    text-align: center;
    font-size: 1.3vw;
    color: white;
    color: #00a191;
    color: black;
  }
  /* fadeUpをするアイコンの動き */
  .fadeUp {
    -webkit-animation-name: fadeUpAnime;
            animation-name: fadeUpAnime;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
  }
  @-webkit-keyframes fadeUpAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes fadeUpAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  .siryo_te {
    position: absolute;
    top: 18%;
    left: 5%;
    display: block;
    width: 45%;
    border-radius: 2vw;
  }
  .siryo_te h1 {
    text-align: center;
    margin-top: 2vw;
    margin-bottom: 2vw;
    background-color: white;
    line-height: 3vw;
    padding: 1vw 0;
  }
  .siryo_te img {
    margin-left: auto;
    margin-right: 0;
    margin-top: 0vw;
    display: block;
    width: 100%;
    border-radius: 2vw;
  }
  .siryo_te .ssi {
    display: none;
  }
  .contact_last_s {
    margin-top: 0vw;
    margin-left: auto;
    margin-right: 4vw;
    width: 45%;
    padding: 1vw 0;
    padding-top: 2vw;
    border-radius: 2vw;
    background-color: #f8f8f8;
    background-color: white;
    height: 50vw;
  }
  .contact_last_s .fl {
    display: inline-block;
    font-weight: bold;
    font-size: 1.2vw;
    margin-bottom: 1vw;
  }
  .contact_last_s .wpcf7-checkbox {
    display: block;
  }
  .contact_last_s .wpcf7-checkbox .wpcf7-list-item {
    margin-top: 1vw;
    display: block;
  }
  .contact_last_s .wpcf7-checkbox .wpcf7-list-item label {
    font-size: 1.1vw;
    font-weight: normal;
  }
  .contact_last_s .wpcf7-checkbox .last {
    color: black;
    background-color: white;
    text-align: left;
  }
  .contact_last_s h2 {
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.5vw;
    margin-bottom: 3vw;
    padding-top: 2vw;
  }
  .contact_last_s h2 span {
    color: #17b7ba;
    font-size: 1.2vw;
  }
  .contact_last_s b {
    display: block;
    text-align: center;
  }
  .contact_last_s h3 {
    text-align: center;
  }
  .contact_last_s .sam_p {
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    margin-top: 3vh;
    margin-bottom: 3vh;
  }
  .contact_last_s .sam_p_p {
    font-size: 13px;
    width: 85%;
    padding: 12px;
    margin: 0 auto;
    margin-top: 3vh;
    margin-bottom: 3vh;
    border: 1px solid black;
  }
  .contact_last_s .contact_last_under {
    width: 70%;
    margin: 0 auto;
  }
  .contact_last_s label {
    line-height: 25px;
    font-size: 15px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .contact_last_s label .must {
    color: white;
    background-color: #ff8400;
    padding: 0px 3px;
    font-size: 13px;
    background-color: #ff6455;
  }
  .contact_last_s 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: 3px solid #000000;
    border-radius: 5px;
  }
  .contact_last_s 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;
  }
  .contact_last_s label .text_area {
    width: 100%;
    display: block;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    height: 40vh;
    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;
  }
  .contact_last_s label .drop {
    height: 25px;
    display: block;
    width: 30%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .contact_last_s .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: orangered;
    border: 2px solid white;
  }
}

@media screen and (max-width: 640px) {
  .container {
    max-width: 600px;
    margin: 0 auto;
    background: #ffffff;
    padding: 24px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
  }
  .tttt {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .headline {
    color: #17b7ba;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .lead {
    font-size: 1em;
    margin-bottom: 30px;
    font-weight: bold;
  }
  .section {
    margin-bottom: 30px;
    display: none;
    font-size: 0.95em;
  }
  .highlight-box {
    background: #17b7ba;
    color: #ffffff;
    text-align: center;
    padding: 18px 12px;
    border-radius: 10px;
    font-size: 1.2em;
    font-weight: bold;
    margin: 32px 0;
    display: none;
  }
  .cta {
    text-align: center;
    font-size: 1em;
    margin-top: 30px;
    display: none;
  }
  .highlight-box {
    font-size: 1.1em;
    padding: 16px;
  }
  #splash {
    /*fixedで全面に固定*/
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999;
    text-align: center;
    color: #fff;
    background-color: white;
  }
  /* Loading画像中央配置　*/
  #splash_logo {
    position: absolute;
    top: 50%;
    left: 52%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  /* Loading アイコンの大きさ設定　*/
  .first_top {
    display: block;
    width: 100%;
    margin: 0 auto;
    color: black;
    text-align: center;
    font-size: 3vw;
    color: white;
    color: #00a191;
    color: black;
    display: none;
  }
  .first_top_sp {
    display: block;
    width: 100%;
    margin: 0 auto;
    color: black;
    text-align: center;
    font-size: 6vw;
    color: white;
    color: #00a191;
    color: black;
  }
  .second_top {
    display: block;
    width: 100%;
    margin: 0 auto;
    color: black;
    text-align: center;
    font-size: 3vw;
    color: white;
    color: #00a191;
    color: black;
    display: none;
  }
  /* fadeUpをするアイコンの動き */
  .fadeUp {
    -webkit-animation-name: fadeUpAnime;
            animation-name: fadeUpAnime;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
  }
  @-webkit-keyframes fadeUpAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes fadeUpAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  .news {
    padding: 0vh 0 10vh 0;
  }
  .news b {
    display: block;
    text-align: center;
  }
  .news h2 {
    text-align: center;
  }
  .news div {
    margin-top: 5vh;
  }
  .news p {
    width: 90%;
    padding-bottom: 1vh;
    padding-left: 1vh;
    margin: 0 auto;
    margin-bottom: 3vh;
    font-size: 11px;
    border-bottom: 1px solid black;
  }
  .siryo_te {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 2vh;
  }
  .siryo_te h1 {
    text-align: center;
    font-size: 1.1rem;
    line-height: 5vh;
    margin-top: 10vh;
  }
  .siryo_te img {
    display: none;
  }
  .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 4vh solid transparent;
    border-left: 4vh solid transparent;
    border-top: 5vh solid #17b7ba;
    border-bottom: 0;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 1vw;
    margin-bottom: 2vh;
  }
  .contact_last_s {
    margin-top: 5vh;
    margin-top: 8vh;
  }
  .contact_last_s h2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 1rem;
    margin-bottom: 3vh;
  }
  .contact_last_s h2 span {
    font-size: 1.5rem;
    color: #17b7ba;
  }
  .contact_last_s .ssi {
    display: block;
    margin-bottom: 5vh;
  }
  .contact_last_s .fl {
    display: inline-block;
    font-weight: bold;
    font-size: 1.1rem;
    letter-spacing: 0;
    margin-bottom: 1vw;
  }
  .contact_last_s .wpcf7-checkbox {
    display: block;
  }
  .contact_last_s .wpcf7-checkbox .wpcf7-list-item {
    margin-top: 3vh;
    display: block;
  }
  .contact_last_s .wpcf7-checkbox .wpcf7-list-item input {
    display: inline-block;
    font-size: 1.5rem;
    -webkit-transform: scale(140%);
            transform: scale(140%);
  }
  .contact_last_s .wpcf7-checkbox .wpcf7-list-item label {
    font-size: 1.1rem;
    font-weight: normal;
  }
  .contact_last_s .wpcf7-checkbox .last {
    color: black;
    background-color: white;
    text-align: left;
  }
  .contact_last_s b {
    display: block;
    text-align: center;
  }
  .contact_last_s .sam_p {
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    margin-top: 3vh;
    margin-bottom: 3vh;
  }
  .contact_last_s .sam_p_p {
    font-size: 13px;
    width: 85%;
    padding: 12px;
    margin: 0 auto;
    margin-top: 3vh;
    margin-bottom: 3vh;
    border: 1px solid black;
  }
  .contact_last_s .contact_last_under {
    width: 90%;
    margin: 0 auto;
  }
  .contact_last_s label {
    line-height: 25px;
    font-size: 15px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .contact_last_s label .must {
    color: white;
    background-color: #ff6455;
    padding: 0px 3px;
    font-size: 13px;
  }
  .contact_last_s 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 #00a191;
    border: 2px solid #000000;
  }
  .contact_last_s 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: 2px solid #000000;
  }
  .contact_last_s label .drop {
    height: 25px;
    display: block;
    width: 60%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    border: 2px solid black;
  }
  .contact_last_s .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;
  }
}
/*# sourceMappingURL=mainsiryo.css.map */