html,
body {
  margin: 0;
  font-family: 'Inter';
}

@media screen and (width > 750px) {
  .page_content {
    width: 100%;
  }

  .page_content .top {
    position: relative;
    background: url(./img/banner.jpg);
    height: 300px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .banner_2 {
    background: url(./img/banner2.jpg);
    height: 200px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
  }
  .page_content .top_content {
    cursor: pointer;
    width: 1200px;
    margin: 0px auto;
    padding-top: 2%;
  }
  .page_content .top_content .title {
    display: flex;
    flex-direction: column;
    gap: 38%;
    height: 300px;
  }
  .banner_2 h2 {
    background: #000000;
    padding: 5px 10px;
    display: inline-block;
    font-size: 42px;
    line-height: 1.2;
    -webkit-text-stroke: 0;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .page_content .top .title_h2 {
    background: #000000;
    padding: 5px 10px;
    display: inline-block;
  }
  .page_content .top h2 {
    font-size: 42px;
    line-height: 1.2;
    -webkit-text-stroke: 0;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
  }
  .page_content .top .title_bottom {
    background: #000000;
    width: 100%;
    padding: 5px 20px 20px;
    text-align: center;
    box-sizing: border-box;
  }

  .page_content .top p {
    font-size: 16px;
    color: #ffffff;
  }

  .page_click_button,
  .submit_go,
  .submit_close {
    background: #004fcb;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
  }
  .submit_close {
    padding: 10px;
  }
  .page_click_button span {
    display: inline-block;
    padding: 10px;
    color: #ffffff;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }

  .page_click_button:hover span {
    background: #003a9b !important;
  }
  .bottom .join:hover,
  .submit_go:hover {
    background: #003a9b !important;
  }

  .middle,
  .middle_2,
  .scroll_module,
  .bottom {
    padding: 0 24px;
  }
  .pc_page .middle_content {
    background: #faf9f8;
    padding-bottom: 100px;
  }
  .pc_page .middle,
  .pc_page .middle_2 {
    width: 1200px;
    margin: 0 auto;
  }
  .pc_page .middle {
    padding: 120px 0 0 !important;
  }
  .pc_page .middle h2,
  .pc_page .middle_2 h2 {
    font-size: 24px;
    font-weight: 700;
    color: #111111;
    text-align: left;
    padding: 20px 0;
    margin: 0 auto;
    letter-spacing: -0.75px;
  }

  .middle .item,
  .middle_2 .item {
    display: flex;
    align-items: flex-start;
    margin: 20px auto;
    justify-content: space-around;
  }

  .middle .items,
  .middle_2 .items {
    width: 24%;
    background: #ffffff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.1s ease;
    min-height: 510px;
  }
  .middle .items img,
  .middle_2 .items img {
    width: 100%;
    min-height: 200px;
  }
  .middle .items .items_bottom,
  .middle_2 .items .items_bottom {
    padding: 20px;
  }
  .middle .items h1,
  .middle_2 .items h1 {
    font-size: 20px;
    font-weight: 700;
    color: #111111;
    margin: 0 0 30px;
  }
  .middle .items p,
  .middle_2 .items p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
  }

  .middle .items:hover {
    transform: scale(1.02);
  }

  .middle_2 .items:hover {
    transform: scale(1.02);
  }

  .reviews_content {
    background: #ffffff;
    width: 1200px;
    margin: 50px auto;
  }
  .reviews_content .swiper-slide {
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
    justify-items: center;
    padding: 20px 0 0;
    border-top: none;
    background: #faf9f8;
  }
  .reviews_content .swiper-slide img {
    width: 78px;
  }
  .reviews_content .swiper-slide .reviews {
    width: 80%;
    margin: 20px 0;
    min-height: 48px;
    font-size: 12px;
  }

  .bottom {
    margin: 10px auto;
    text-align: center;
    width: 1200px;
    background: #000000;
    box-sizing: border-box;
    padding: 10px 20px;
  }

  .bottom p {
    font-size: 1.2rem;
    margin: 0;
    color: #ffffff;
  }

  .bottom p span {
    font-size: 1.6rem;
  }
  .bottom .join,
  .submit_go {
    background: #004fcb;
    color: #ffffff;
    margin: 20px 0;
    padding: 10px 20px;
    box-sizing: border-box;
  }

  .bottom_text {
    width: 60%;
    margin: 0 auto;
    color: #999999;
    line-height: 1;
    padding-bottom: 80px;
  }

  .page_window,
  .page_window_2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(217, 217, 217, 0.7);
    display: none;
    z-index: 3;
  }

  .page_window .content,
  .page_window_2 .content {
    width: 500px;
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 40px;
    text-align: center;
    background: #ffffff;
  }

  .page_window .content .question {
    text-align: left;
  }

  .page_window .content .question h2 {
    font-size: 24px;
    margin-bottom: 20px;
    display: inline-block;
    text-align: center;
  }

  .page_window .content .question .input_item_2 .input_items {
    margin-bottom: 10px;
  }

  .submit_go {
    margin: 10px auto;
  }

  .input_items input[type='radio'] {
    display: none;
  }

  .input_items {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
  }

  .input_items input[type='radio'] + span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #000000;
    background: #ffffff;
  }

  .input_items input[type='radio']:checked + span::before {
    background: #004fcb;
    border-color: #004fcb;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }

  .hint {
    font-size: 12px;
    font-weight: bold;
    color: #004fcb;
    display: none;
  }
  .join-page {
    position: fixed;
    bottom: 50px;
    right: 10px;
    width: 100px;
    color: #ffffff;
    border-radius: 3px;
    text-align: center;
    padding: 10px 0;
    z-index: 2;
  }
}

@media screen and (width < 750px) {
  .page_content {
    width: 100%;
  }

  .page_content .top {
    position: relative;
    background: url(./img/banner.jpg);
    height: 400px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 160%;
  }
  .banner_2 {
    background: url(./img/banner2.jpg);
    height: 100px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
  }
  .page_content .top_content {
    cursor: pointer;
    width: 100%;
  }
  .page_content .top_content .title {
    display: flex;
    flex-direction: column;
    gap: 50%;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .banner_2 h2 {
    background: #000000;
    padding: 5px 10px;
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    -webkit-text-stroke: 0;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
  }
  .page_content .top .title_h2 {
    background: #000000;
    padding: 5px 10px;
    display: inline-block;
    width: 80vw;
  }
  .page_content .top h2 {
    font-size: 30px;
    line-height: 1.2;
    -webkit-text-stroke: 0;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    text-align: left;
  }
  .page_content .top .title_bottom {
    background: #000000;
    text-align: center;
    box-sizing: border-box;
    padding: 0 20px 20px;
  }

  .page_content .top p {
    font-size: 14px;
    color: #ffffff;
    text-align: left;
  }

  .page_click_button,
  .submit_go,
  .submit_close {
    background: #004fcb;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
  }
  .page_click_button span {
    display: inline-block;
    padding: 10px;
    color: #ffffff;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
  }

  .middle,
  .middle_2,
  .scroll_module,
  .bottom {
    padding: 0 24px;
  }
  .pc_page .middle_content {
    background: #faf9f8;
    padding-bottom: 30px;
  }
  .pc_page .middle,
  .pc_page .middle_2 {
    margin: 0 auto;
  }
  .pc_page .middle {
    padding: 80px 15px 0 !important;
  }
  .pc_page .middle h2,
  .pc_page .middle_2 h2 {
    font-size: 24px;
    font-weight: 700;
    color: #111111;
    text-align: left;
    padding: 20px 0 10px;
    margin: 0 auto;
    letter-spacing: -0.75px;
  }

  .middle .item,
  .middle_2 .item {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .middle .items,
  .middle_2 .items {
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    margin: 0 0 20px;
  }
  .middle .items img,
  .middle_2 .items img {
    width: 100%;
    min-height: 130px;
  }
  .middle .items .items_bottom,
  .middle_2 .items .items_bottom {
    padding: 10px;
  }
  .middle .items h1,
  .middle_2 .items h1 {
    font-size: 14px;
    font-weight: 700;
    color: #111111;
    margin: 0 0 5px;
  }
  .middle .items p,
  .middle_2 .items p {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
  }
  .reviews_content {
    background: #ffffff;
    margin: 25px auto;
  }
  .reviews_content .swiper-slide {
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
    justify-items: center;
    padding: 10px 0 0;
    border-top: none;
    background: #faf9f8;
  }
  .reviews_content .swiper-slide img {
    width: 78px;
  }
  .reviews_content .swiper-slide .reviews {
    width: 80%;
    margin: 20px 0;
    min-height: 48px;
    font-size: 12px;
  }

  .bottom {
    margin: 10px auto 0;
    text-align: center;
    width: 100vw;
    background: #000000;
    box-sizing: border-box;
    padding: 5px 10px;
  }

  .bottom p {
    font-size: 0.8rem;
    margin: 0;
    color: #ffffff;
  }

  .bottom p span {
    font-size: 1.2rem;
  }
  .bottom .join,
  .submit_go {
    background: #004fcb;
    color: #ffffff;
    margin: 10px 0;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 14px;
  }

  .bottom_text {
    width: 60%;
    margin: 0 auto;
    color: #999999;
    line-height: 1;
    padding-bottom: 80px;
  }

  .page_window,
  .page_window_2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(217, 217, 217, 0.7);
    display: none;
    z-index: 3;
  }

  .page_window .content,
  .page_window_2 .content {
    width: 80vw;
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px 20px;
    text-align: center;
    background: #ffffff;
  }

  .page_window .content .question {
    text-align: left;
  }

  .page_window .content .question h2 {
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    text-align: center;
  }

  .page_window .content .question .input_item_2 .input_items {
    margin-bottom: 5px;
  }

  .submit_go {
    margin: 15px auto;
  }

  .input_items input[type='radio'] {
    display: none;
  }

  .input_items {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
  }
  .submit_close {
    padding: 10px;
  }

  .input_items input[type='radio'] + span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #000000;
    background: #ffffff;
  }

  .input_items input[type='radio']:checked + span::before {
    background: #004fcb;
    border-color: #004fcb;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }

  .hint {
    font-size: 12px;
    font-weight: bold;
    color: #004fcb;
    display: none;
  }
  .join-page {
    position: fixed;
    bottom: 100px;
    right: 10px;
    width: 50px;
    color: #ffffff;
    border-radius: 3px;
    text-align: center;
    padding: 10px 0;
    z-index: 2;
    font-size: 12px;
  }
}
.join-page .join-text {
  padding: 0;
  animation: pulseText 1.5s ease-in-out infinite;
}
.join-page:hover .join-text {
  background: transparent !important;
}
@keyframes pulseText {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.85;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
