@charset "UTF-8";
body {
  max-width: 1800px;
  margin: 0 auto;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

@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: 81%;
    overflow: hidden;
    background-color: white;
    margin: 0 auto;
  }
  .top_header .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%;
  }
  .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: 80%;
    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%;
    border-right: 1px solid black;
    border-left: 1px solid black;
  }
  .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;
  }
  .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%;
  }
  #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: 80;
    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;
  }
  .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) {
  .fotter_all {
    border-top: 3px solid #34963e;
    margin-top: 15vh;
  }
  .fotter_all .fotter_one {
    width: 85%;
    margin: 0 auto;
    color: black;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3.5fr 1fr;
        grid-template-columns: 3.5fr 1fr;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .fotter_all .fotter_one .fotter {
    width: 90%;
    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;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .fotter_all .fotter_one .fotter a {
    width: 100%;
    display: block;
    color: black;
    font-size: 13px;
    letter-spacing: -2px;
  }
  .fotter_all .fotter_one h2 {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .fotter_all .fotter_one .fotter_img {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  footer img {
    display: block;
    width: 10%;
    margin: 0 auto;
  }
  footer p {
    font-size: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .fotter_all {
    border-top: 3px solid #02964e;
    margin-top: 15vh;
  }
  .fotter_all .fotter_one {
    width: 95%;
    margin: 0 auto;
    color: black;
    margin-top: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.5fr 1fr;
        grid-template-columns: 1.5fr 1fr;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .fotter_all .fotter_one .fotter {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .fotter_all .fotter_one .fotter a {
    width: 100%;
    display: block;
    color: black;
    font-size: 13px;
    margin-top: 10px;
    letter-spacing: -2px;
  }
  .fotter_all .fotter_one h2 {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .fotter_all .fotter_one .fotter_img {
    width: 80%;
    display: block;
    margin-top: 27px;
  }
  footer img {
    display: block;
    width: 30%;
    margin: 0 auto;
  }
  footer p {
    font-size: 10px;
    text-align: center;
  }
}

@media screen and (min-width: 640px) {
  .side_bar {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .side_bar h2 {
    width: 90%;
    margin-left: 3%;
    font-size: 20px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    border-bottom: 2px solid green;
  }
  .side_bar h2 span {
    color: green;
  }
  .side_bar .brand {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 5px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .side_bar .side_contact {
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 3vh;
    border-radius: 5px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    padding: 12px 0;
  }
  .side_bar .side_contact .side_contact_img {
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed black;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .side_bar .side_contact p {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    margin-top: 3px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .side_bar .side_banner {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 15px;
  }
  .side_bar .topic .p {
    width: 90%;
    margin: 0 auto;
    margin-top: 5px;
    font-size: 15px;
    border-bottom: 1px dashed black;
  }
}

@media screen and (max-width: 640px) {
  .side_bar {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .side_bar h2 {
    width: 90%;
    margin-left: 3%;
    margin-top: 15px;
    font-size: 16px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    border-bottom: 2px solid green;
  }
  .side_bar h2 span {
    color: green;
  }
  .side_bar .brand-side {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .side_bar .brand {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 5px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .side_bar .side_contact {
    width: 90%;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 3vh;
    border-radius: 5px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    padding: 12px 0;
  }
  .side_bar .side_contact .side_contact_img {
    width: 70%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed black;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .side_bar .side_contact p {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    margin-top: 3px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .side_bar .side_banner {
    display: block;
    width: 75%;
    margin: 0 auto;
    margin-top: 15px;
  }
  .side_bar .topic .p {
    width: 90%;
    margin: 0 auto;
    margin-top: 5px;
    font-size: 15px;
    border-bottom: 1px dashed black;
  }
}

html {
  font-size: 100%;
}

body {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

@media screen and (min-width: 640px) {
  header {
    position: relative;
    z-index: 99;
    text-align: center;
    height: 65vw;
  }
  header .all_header {
    position: absolute;
    top: 0;
    z-index: 99;
  }
  header .first_header {
    padding-top: 25vh;
    width: 60%;
    margin: 0 auto;
  }
  header .first_header h2 {
    font-size: 4rem;
    color: black;
    margin-bottom: 0;
    background-color: white;
    padding-top: 5vh;
  }
  header .first_header h2 span {
    color: #fa0175;
  }
  header .first_header .h2_sp {
    display: none;
  }
  header .first_header p {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 0;
    color: black;
    background-color: white;
    margin-bottom: 0;
    padding-bottom: 3vh;
  }
  header .first_header p span {
    background-color: yellow;
  }
  header .second_header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    width: 60%;
    margin: 0 auto;
  }
  header .second_header .sd {
    background-color: white;
    padding: 10px;
    padding-bottom: 5vh;
  }
  header .second_header .sd div {
    background-color: #fff6f9;
    padding: 20px;
    border-radius: 70px;
  }
  header .second_header h3 {
    font-size: 1.3rem;
    margin-top: 0;
    color: #fa0175;
    margin-bottom: 10px;
    margin: 0;
  }
  header .second_header p {
    font-size: 15px;
    width: 100%;
    margin: 0 auto;
  }
  .fc_top {
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: 0;
    display: block;
    width: 100%;
  }
  .second {
    text-align: center;
    background-color: #fa0175;
    padding: 2vh 0;
  }
  .second h2 {
    font-size: 2.3rem;
    color: white;
    margin-top: 0;
  }
  .second p {
    font-size: 1.7rem;
    color: black;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .third {
    padding: 10vh 0;
    background-color: #fff8fa;
  }
  .third .g_third h2 {
    font-size: 2.5rem;
    margin-bottom: 0;
    text-align: center;
  }
  .third .g_third h3 {
    text-align: center;
    font-size: 2.5rem;
    margin-top: 0;
    color: #fa0175;
  }
  .third .third_under {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    width: 80%;
    gap: 5%;
    margin: 0 auto;
  }
  .third .third_under p {
    font-size: 1.2rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background-color: white;
    padding: 10px;
    border-radius: 30px;
    position: relative;
    display: inline-block;
    color: #000000;
    border-radius: 15px;
  }
  .third .third_under p span {
    color: #fa0175;
    border-bottom: 6px solid yellow;
    font-size: 1.5rem;
  }
  .third .third_under p::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #ffffff;
  }
  .third .fc_q {
    display: block;
    width: 40%;
    margin: 0 auto;
  }
  .third .fc_q2 {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  .third .fc_q3 {
    display: block;
    width: 40%;
    margin: 0 auto;
  }
  .third .aida {
    width: 75%;
    margin: 0 auto;
    padding: 5vh;
    margin-top: 5vh;
    background-color: white;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr;
        grid-template-columns: 1fr 2fr;
    gap: 20px;
  }
  .third .aida h3 {
    font-size: 1.8rem;
    width: 100%;
  }
  .third .aida h3 span {
    color: #fa0175;
  }
  .third .aida p {
    font-size: 18px;
    width: 100%;
  }
  .third .aida .fc_con {
    display: block;
    width: 100%;
  }
  .four {
    background-color: #fff8fa;
    padding: 10vh 0;
  }
  .four h2 {
    font-size: 2.5rem;
    margin-bottom: 0;
    text-align: center;
  }
  .four .four_under {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 85%;
    margin: 0 auto;
    margin-top: 3vh;
  }
  .four div {
    background-color: white;
    padding: 10px;
  }
  .four h3 {
    font-size: 1.2rem;
    text-align: center;
    color: #fa0175;
    margin-top: 0;
  }
  .four p {
    width: 92%;
    margin: 0 auto;
    font-size: 16px;
  }
  .four .four_contact {
    display: block;
    margin-top: 5vh;
  }
  .four .four_contact a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: white;
    background-color: #fa0175;
    width: 40%;
    margin: 0 auto;
    padding: 3vh 0;
    font-size: 1.3rem;
    border-radius: 50px;
  }
  .four .four_contact b {
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
  .five {
    background-image: url(../img/five.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .five h2 {
    font-size: 3rem;
    margin-bottom: 0;
    text-align: center;
    color: white;
    padding-top: 10vh;
    margin-top: 0vh;
  }
  .five h2 span {
    border-bottom: 13px solid yellow;
  }
  .five h3 {
    margin-bottom: 0;
    text-align: center;
    color: #fa0175;
    margin: 0 auto;
    margin-top: 10vh;
    background-color: white;
    width: 50%;
    padding: 3vh 0;
    position: relative;
    background: #ffffff;
    padding: 20px;
    font-size: 2.8rem;
    font-weight: bold;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
    -moz-border-radius: 15px;
  }
  .five h3::before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(90, 230, 40, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 30px;
    border-right-width: 30px;
    margin-top: -10px;
    border-right-color: #ffffff;
    right: 100%;
    top: 50%;
  }
  .five .five_under {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 10vh 0;
  }
  .five .five_under p {
    width: 40%;
    margin: 0 auto;
    margin-top: 3vh;
    background-color: white;
    border-bottom: 3px dotted black;
    padding: 5px 10px;
  }
  .five .five_under p span {
    margin-right: 10px;
  }
  .six {
    background-color: #fff8fa;
    padding: 10vh 0;
  }
  .six h2 {
    font-size: 2.5rem;
    margin-bottom: 0;
    text-align: center;
  }
  .six h2 span {
    color: #fa0175;
  }
  .six .p {
    font-size: 1rem;
    margin-bottom: 0;
    text-align: center;
  }
  .six .six_under {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    width: 70%;
    gap: 20px;
    margin: 0 auto;
    margin-top: 10vh;
    margin-bottom: 10vh;
    padding: 20px;
  }
  .six .six_under div {
    background-color: white;
    padding: 0px 20px;
  }
  .six h3 {
    font-size: 1.1rem;
    margin-bottom: 0;
  }
  .six h3 span {
    background-color: yellow;
  }
  .six p {
    font-size: 15px;
  }
  .six h4 {
    width: 90%;
    margin: 0 auto;
    font-size: 2.8rem;
    text-align: center;
    color: black;
    border-bottom: 20px solid yellow;
  }
  .seven {
    background-color: #fff8fa;
    padding: 5vh 0;
  }
  .seven h2 {
    font-size: 2.5rem;
    margin-bottom: 0;
    text-align: center;
  }
  .seven h2 span {
    font-size: 4rem;
    color: #fa0175;
  }
  .seven .seven_under div {
    background-color: white;
    padding: 10vh 0;
    margin-top: 2vh;
    width: 80%;
    margin: 0 auto;
  }
  .seven .seven_under div h3 {
    font-size: 2rem;
    width: 80%;
    margin: 0 auto;
  }
  .seven .seven_under div h3 span {
    color: #fa0175;
    border-bottom: 10px solid yellow;
  }
  .seven .seven_under div p {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .seven .seven_contact {
    width: 70%;
    margin: 0 auto;
    background-color: white;
    padding: 5vh;
    margin-top: 5vh;
  }
  .seven .seven_contact h3 {
    font-size: 2rem;
    color: #fa0175;
  }
  .seven .seven_contact p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
  }
  .seven .seven_con {
    display: block;
    margin-top: 5vh;
  }
  .seven .seven_con a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: white;
    background-color: #fa0175;
    width: 40%;
    margin: 0 auto;
    padding: 3vh 0;
    font-size: 1.3rem;
    border-radius: 50px;
  }
  .seven .seven_con b {
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
  .siryo {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0px;
  }
  .siryo_h2 {
    font-size: 2rem;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    margin-bottom: 0;
    padding: 10px 0px;
    text-align: center;
  }
  .siryo_h2 span {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  label {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3fr;
        grid-template-columns: 1fr 3fr;
    line-height: 25px;
    font-size: 15px;
    width: 90%;
    margin: 0 auto;
  }
  label .cummon {
    width: 90%;
    display: block;
    height: 25px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: #f0f0f0;
    border: 2px solid white;
  }
  label .place_number {
    width: 50%;
    display: block;
    height: 25px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: #f0f0f0;
    border: 2px solid white;
  }
  label .text_area {
    width: 90%;
    display: block;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    background-color: #f0f0f0;
    border: 2px solid white;
  }
  label .drop {
    height: 25px;
    display: block;
    width: 30%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .submit {
    display: block;
    cursor: pointer;
    width: 40%;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 0vh;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    height: 50px;
    color: white;
    margin-top: 0vh;
    background-color: orangered;
  }
}

@media screen and (max-width: 640px) {
  header {
    z-index: 99;
  }
  header .first_header {
    padding-top: 5vh;
    width: 100%;
    margin: 0 auto;
  }
  header .first_header .h2_sp {
    font-size: 3.2rem;
    color: black;
    margin-bottom: 0;
    background-color: white;
    padding-top: 5vh;
    text-align: center;
  }
  header .first_header .h2_sp span {
    color: #fa0175;
    font-size: 7rem;
  }
  header .first_header .h2_pc {
    display: none;
  }
  header .first_header p {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 0;
    color: black;
    background-color: white;
    margin-bottom: 0;
    padding-bottom: 3vh;
    text-align: center;
  }
  header .first_header p span {
    background-color: yellow;
  }
  header .second_header {
    width: 90%;
    margin: 0 auto;
    margin-top: 3vh;
  }
  header .second_header .sd {
    padding: 20px;
    display: -ms-grid;
    display: grid;
    background-color: white;
  }
  header .second_header h3 {
    font-size: 1.3rem;
    margin-top: 0;
    color: #fa0175;
    margin-bottom: 10px;
  }
  header .second_header p {
    font-size: 15px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 1vh;
  }
  .fc_top {
    top: 0%;
    right: 0%;
    z-index: 0;
    display: block;
    width: 100%;
  }
  .second {
    text-align: center;
    background-color: #fa0175;
    padding: 2vh 0;
  }
  .second h2 {
    font-size: 18px;
    color: white;
    margin-top: 0;
    width: 90%;
    margin: 0 auto;
  }
  .second p {
    font-size: 14px;
    color: black;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .third {
    padding: 10vh 0;
    background-color: #fff8fa;
  }
  .third .g_third h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
    text-align: center;
  }
  .third .g_third h3 {
    text-align: center;
    font-size: 1.5rem;
    margin-top: 0;
  }
  .third .third_under {
    width: 90%;
    gap: 5%;
    margin: 0 auto;
  }
  .third .third_under p {
    font-size: 1rem;
    font-weight: bold;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    background-color: white;
    padding: 20px;
    border-radius: 30px;
    position: relative;
    display: inline-block;
    color: #000000;
    border-radius: 15px;
  }
  .third .third_under p span {
    color: #fa0175;
    border-bottom: 6px solid yellow;
    font-size: 1.5rem;
  }
  .third .third_under p::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #ffffff;
  }
  .third .fc_q {
    display: block;
    width: 40%;
    margin: 0 auto;
  }
  .third .fc_q2 {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  .third .fc_q3 {
    display: block;
    width: 40%;
    margin: 0 auto;
  }
  .third .aida {
    width: 75%;
    margin: 0 auto;
    padding: 5vh;
    margin-top: 5vh;
    background-color: white;
    gap: 20px;
  }
  .third .aida h3 {
    font-size: 1.2rem;
    width: 100%;
  }
  .third .aida h3 span {
    color: #fa0175;
  }
  .third .aida p {
    font-size: 14px;
    width: 100%;
  }
  .third .aida .fc_con {
    display: block;
    width: 100%;
  }
  .four {
    background-color: #fff8fa;
    padding: 10vh 0;
  }
  .four h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
    text-align: center;
  }
  .four .four_under {
    width: 90%;
    margin: 0 auto;
    margin-top: 3vh;
  }
  .four div {
    background-color: white;
    padding: 10px;
    margin-top: 15px;
  }
  .four h3 {
    font-size: 1.2rem;
    text-align: center;
    color: #fa0175;
    margin-top: 0;
  }
  .four p {
    width: 92%;
    margin: 0 auto;
    font-size: 16px;
  }
  .four .four_contact {
    display: block;
    margin-top: 5vh;
  }
  .four .four_contact a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: white;
    background-color: #fa0175;
    width: 80%;
    margin: 0 auto;
    padding: 3vh 0;
    font-size: 1rem;
    border-radius: 50px;
  }
  .four .four_contact b {
    text-align: center;
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
  }
  .five {
    background-image: url(../img/five.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .five h2 {
    font-size: 1.8rem;
    margin-bottom: 0;
    text-align: center;
    color: white;
    padding-top: 10vh;
    margin-top: 0vh;
  }
  .five h2 span {
    border-bottom: 13px solid yellow;
  }
  .five h3 {
    margin-bottom: 0;
    text-align: center;
    color: #fa0175;
    margin: 0 auto;
    margin-top: 10vh;
    background-color: white;
    width: 70%;
    padding: 3vh 0;
    position: relative;
    background: #ffffff;
    padding: 20px;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
    -moz-border-radius: 15px;
  }
  .five h3::before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(90, 230, 40, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 30px;
    border-right-width: 30px;
    margin-top: -10px;
    border-right-color: #ffffff;
    right: 100%;
    top: 50%;
  }
  .five .five_under {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10vh 0;
  }
  .five .five_under p {
    width: 90%;
    margin: 0 auto;
    margin-top: 2vh;
    background-color: white;
    border-bottom: 3px dotted black;
  }
  .five .five_under p span {
    margin-right: 10px;
  }
  .six {
    background-color: #fff8fa;
    padding: 10vh 0;
  }
  .six h2 {
    font-size: 1.3rem;
    margin-bottom: 0;
    text-align: center;
  }
  .six h2 span {
    color: #fa0175;
  }
  .six .p {
    font-size: 1rem;
    margin-bottom: 0;
    text-align: center;
  }
  .six .six_under {
    width: 90%;
    gap: 20px;
    margin: 0 auto;
    margin-top: 10vh;
    margin-bottom: 10vh;
  }
  .six .six_under div {
    background-color: white;
    padding: 10px 20px;
    margin-top: 5px;
  }
  .six h3 {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  .six h3 span {
    background-color: yellow;
  }
  .six h4 {
    font-size: 1.2rem;
    text-align: center;
    border-bottom: 10px solid yellow;
  }
  .seven {
    background-color: #fff8fa;
    padding: 5vh 0;
  }
  .seven h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
    text-align: center;
  }
  .seven h2 span {
    font-size: 3rem;
    color: #fa0175;
  }
  .seven .seven_under div {
    background-color: white;
    margin: 0 auto;
    padding: 10vh 0;
    margin-top: 2vh;
    width: 100%;
  }
  .seven .seven_under div h3 {
    font-size: 1.2rem;
    width: 90%;
    margin: 0 auto;
    color: #fa0175;
  }
  .seven .seven_under div p {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .seven .seven_contact {
    width: 80%;
    margin: 0 auto;
    background-color: white;
    padding: 5vh;
    margin-top: 5vh;
  }
  .seven .seven_contact h3 {
    font-size: 1.2rem;
    color: #fa0175;
  }
  .seven .seven_contact p {
    font-size: 15px;
  }
  .seven .seven_con {
    display: block;
    margin-top: 5vh;
  }
  .seven .seven_con a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: white;
    background-color: #fa0175;
    width: 80%;
    margin: 0 auto;
    padding: 3vh 0;
    font-size: 1rem;
    border-radius: 50px;
  }
  .seven .seven_con b {
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
  .siryo {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0px;
  }
  .siryo_h2 {
    font-size: 2rem;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    margin-bottom: 0;
    padding: 10px 0px;
    text-align: center;
  }
  .siryo_h2 span {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  label {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3fr;
        grid-template-columns: 1fr 3fr;
    line-height: 25px;
    font-size: 15px;
    width: 90%;
    margin: 0 auto;
  }
  label .cummon {
    width: 90%;
    display: block;
    height: 25px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: #f0f0f0;
    border: 2px solid white;
  }
  label .place_number {
    width: 50%;
    display: block;
    height: 25px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: #f0f0f0;
    border: 2px solid white;
  }
  label .text_area {
    width: 90%;
    display: block;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    background-color: #f0f0f0;
    border: 2px solid white;
  }
  label .drop {
    height: 25px;
    display: block;
    width: 30%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .submit {
    display: block;
    cursor: pointer;
    width: 40%;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 0vh;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    height: 50px;
    color: white;
    margin-top: 0vh;
    background-color: orangered;
  }
}
/*# sourceMappingURL=fc.css.map */