@charset "UTF-8";
/* CSS Document */
/*--- common ---*/
* {
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.0em;
  color: #828282;
}
html {
  font-size: 100%;
}
a {
  color: #828282;
  text-decoration: none;
}
ul {
  list-style: none;
}
/*--- SP ---*/
@media screen and (max-width:767px) {
  body {
    width: 100%;
    max-width: 767px;
    margin: 0;
    text-align: left;
    font-size: 0.9rem;
    letter-spacing: 0.2em;
    position: relative;
  }
  .sp_none {
    display: none !important;
  }
  header {
    width: 100%;
    margin: 0;
  }
  header h1 {
    font-size: 0.8rem;
    line-height: 1.5em;
    color: #FF8505;
    text-align: center;
    margin: 0;
    padding-top: 5vw;
  }
  .logo_wrapper {
    width: 25%;
    margin: 5vw auto 0;
  }
  .logo_wrapper img {
    width: 100%;
    height: auto;
  }
  section {
    width: 100%;
    margin: 0;
  }
  .main_heading {
    width: 42%;
    margin: 0 auto;
  }
  .main_heading img {
    width: 100%;
    height: auto;
  }
  .sub_heading {
    font-size: 1.1rem;
    font-weight: 700;
    color: #FF8505;
    text-align: center
  }
  #g_nav.panelactive {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100vh;
  }
  .circle_bg {
    position: fixed;
    z-index: 3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #EDA458;
    transform: scale(0);
    right: -50px;
    top: calc(50% - 50px);
    transition: all .9s;
  }
  .circle_bg.circleactive {
    transform: scale(50);
  }
  #g_nav_list {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #g_nav.panelactive #g_nav_list {
    display: block;
  }
  #g_nav ul {
    opacity: 0;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #g_nav.panelactive ul {
    opacity: 1;
  }
  #g_nav.panelactive ul li {
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: .2s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes gnaviAnime {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  #g_nav li {
    width: 80%;
    text-align: center;
    list-style: none;
    margin: 0 auto 10vw;
  }
  #g_nav li:last-of-type {
    margin-bottom: 0;
  }
  #g_nav li a {
    display: block;
    line-height: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #g_nav li a img {
    width: 100%;
    height: auto;
  }
  #g_nav li a:hover {
    opacity: 0.5;
  }
  .open_btn {
    position: fixed;
    top: 0;
    right: 1%;
    z-index: 9999;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  .open_btn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #828282;
    width: 45%;
  }
  .open_btn span:nth-of-type(1) {
    top: 15px;
  }
  .open_btn span:nth-of-type(2) {
    top: 23px;
  }
  .open_btn span:nth-of-type(3) {
    top: 31px;
  }
  .open_btn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .open_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .open_btn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  #fv {
    margin-top: 10vw;
  }
  .fv_wrapper {
    width: 100%;
    margin: 0 auto;
    line-height: 0;
  }
  .fv_wrapper img {
    width: 100%;
    height: auto;
  }
  #about {
    margin: 30vw 0 0;
  }
  .about_wrapper {
    width: 80%;
    margin: 20vw auto 0;
  }
  .about_wrapper p {
    line-height: 2.0em;
    text-align: left;
    margin-top: 5vw;
  }
  .about_wrapper p:first-of-type {
    margin-top: 0;
  }
  #staff {
    margin: 20vw 0 0;
  }
  .staff_wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .staff_wrapper img {
    width: 100%;
    height: auto;
  }
  #news {
    margin: 40vw 0 0;
  }
  .news_wrapper {
    width: 80%;
    margin: 20vw auto 0;
  }
  .news_item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #007AFA;
    margin-top: 10vw;
    padding-bottom: 10vw;
  }
  .news_item:first-of-type {
    margin-top: 0;
  }
  .news_tmb {
    width: 100%;
  }
  .news_tmb img {
    width: 100%;
    height: auto;
  }
  .news_detail {
    width: 100%;
  }
  .news_date {
    color: #FF8505;
    text-align: left;
    margin-top: 4vw;
    padding: 0 5%;
  }
  .news_heading {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.5em;
    text-align: left;
    margin-top: 4vw;
    padding: 0 5%;
  }
  .news_txt {
    line-height: 1.5em;
    text-align: left;
    margin-top: 4vw;
    padding: 0 5%;
  }
  #facility {
    margin: 40vw 0 0;
  }
  .facility_wrapper {
    width: 90%;
    margin: 20vw auto 0;
  }
  .splide__slide img {
    width: 100%;
    height: auto;
  }
  .facility_wrapper h3 {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.5em;
    color: #FF8505;
    text-align: left;
    margin-top: 4vw;
    padding: 0 5%;
  }
  .facility_wrapper p {
    line-height: 1.5em;
    text-align: left;
    margin-top: 4vw;
    padding: 0 5%;
  }
  .splide__arrow.splide__arrow--next, .splide__arrow.splide__arrow--prev {
    display: none;
  }
  .splide__pagination {
    bottom: -2.5em !important;
  }
  .splide__pagination__page.is-active {
    background: #FF8505 !important;
  }
  .facility_icon {
    width: 16%;
    margin: 14vw auto 0;
  }
  .facility_icon img {
    width: 100%;
    height: auto;
  }
  #use {
    margin: 40vw 0 0;
  }
  .use_wrapper {
    width: 90%;
    margin: 20vw auto 0;
  }
  .use_detail {
    width: 100%;
    margin: 0 auto;
  }
  .use_detail p {
    line-height: 1.5em;
    text-align: left;
    margin-top: 10vw;
  }
  .use_content {
    width: 80%;
    margin: 10vw auto 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .use_content_item {
    width: 100%;
    text-align: center;
    margin-top: 10vw;
  }
  .use_content_item:first-of-type {
    margin-top: 0;
  }
  .use_content_item img {
    width: 80%;
    height: auto;
  }
  .use_content_item h4 {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.5em;
    margin-top: 4vw;
  }
  .use_content_item li:last-of-type {
    line-height: 1.5em;
    margin-top: 4vw;
  }
  .use_flow {
    width: 100%;
    margin: 20vw auto 0;
  }
  .use_flow_inner {
    border-left: 2px solid #007AFA;
  }
  .use_flow_item {
    width: 100%;
    margin-top: 6vw;
  }
  .use_flow_item:first-of-type {
    margin-top: 10vw;
  }
  .use_flow_item h4 {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.5em;
    color: #007AFA;
    text-align: left;
    padding-left: 5%;
    box-sizing: border-box;
  }
  .use_flow_item li:nth-of-type(2) {
    line-height: 1.5em;
    text-align: left;
    margin: 4vw 0 0;
    padding-left: 10%;
    box-sizing: border-box;
  }
  .use_flow_item li:last-of-type {
    margin: 4vw 0 0;
    padding-left: 10%;
    box-sizing: border-box;
  }
  .use_flow_item img {
    width: 100%;
    height: auto;
  }
  .use_note {
    width: 100%;
    margin: 20vw auto 0;
  }
  .use_note_inner {
    width: 100%;
    margin: 10vw auto 0;
    background: #4D9AEB;
    border-radius: 40px;
    overflow: hidden;
  }
  .use_note_item {
    margin: 10vw 10% 0;
  }
  .use_note_item:last-of-type {
    margin-bottom: 10vw;
  }
  .use_note_item h4 {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.5em;
    color: #FFF;
    text-align: left;
  }
  .use_note_item p {
    line-height: 1.5em;
    color: #FFF;
    text-align: left;
    margin-top: 4vw;
  }
  .use_state {
    width: 100%;
    margin: 20vw auto 0;
  }
  #splide02 {
    margin-top: 10vw;
  }
  #faq {
    margin: 40vw 0 0;
  }
  .faq_wrapper {
    width: 100%;
    background: #EDA459;
    margin: 20vw auto 0;
  }
  .faq_inner {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 auto;
  }
  .faq_item {
    width: 100%;
    margin-top: 10vw;
  }
  .faq_item:first-of-type {
    margin-top: 20vw;
  }
  .faq_item:last-of-type {
    margin-bottom: 20vw;
  }
  .faq_item h3 {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.5em;
    text-align: left;
  }
  .faq_item p {
    line-height: 1.5em;
    text-align: left;
    margin-top: 4vw;
  }
  #company {
    margin: 40vw 0 0;
  }
  .company_wrapper {
    width: 100%;
    margin: 10vw auto;
    display: inline-block;
  }
  .company_table {
    width: 100%;
    border-collapse: collapse;
    margin: 10vw auto 0;
  }
  .company_table tr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding: 5vw 0;
  }
  .company_table tr:first-of-type {
    padding-top: 0;
  }
  .company_table th {
    width: 90%;
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.5em;
    text-align: left;
    border-top: 2px solid #FF8505;
    padding-top: 4vw;
  }
  .company_table td {
    width: 90%;
    font-size: 1.0rem;
    line-height: 1.5em;
    text-align: left;
    border-bottom: 2px solid #007AFA;
    margin-top: 4vw;
    padding-bottom: 4vw;
  }
  .company_lnk a {
    font-size: 1.0rem;
    line-height: 1.5em;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .company_lnk a:hover {
    opacity: 0.5;
  }
  #map {
    margin: 20vw 0 0;
  }
  .map_wrapper {
    position: relative;
    height: 0;
    margin-top: 10vw;
    padding-bottom: 75%;
    overflow: hidden;
  }
  .map_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #contact {
    margin: 40vw 0 0;
  }
  .contact_wrapper {
    width: 90%;
    margin: 20vw auto 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .contact_item {
    width: 100%;
    color: #fff;
    background: #EDA458;
    border-radius: 40px;
    margin-top: 10vw;
  }
  .contact_item:first-of-type {
    background: #4D9AEB;
    margin-top: 0;
  }
  .contact_item h3 {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.5em;
    color: #fff;
    text-align: center;
    margin-top: 10vw;
  }
  .contact_item p {
    line-height: 1.5em;
    color: #fff;
    text-align: left;
    margin-top: 10vw;
    padding: 0 8%;
    box-sizing: border-box;
  }
  .contact_btn {
    margin: 5vw 20% 0;
  }
  .contact_btn a {}
  .contact_btn a span {
    font-size: 1.0rem;
    font-weight: 700;
    text-align: center;
    display: block;
    padding: 4.0vw 0;
    background: #FFF;
    border-radius: 40px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .contact_btn a:hover span {
    opacity: 0.5;
  }
  .contact_note {
    font-size: 0.8rem;
    text-indent: -1em;
    padding-left: 1em;
    margin: 5vw 0 10vw !important;
  }
  footer {
    width: 100%;
    margin-top: 20vw;
  }
  .copyright {
    font-size: 0.8rem;
    text-align: center;
    padding-bottom: 2.0vw;
  }
}
/*--- PC ---*/
@media screen and (min-width:768px) {
  body {
    width: 100%;
    max-width: 1920px;
    margin: 0;
    text-align: center;
    font-size: 1.3vw;
    letter-spacing: 0.2em;
    position: relative;
  }
  .pc_none {
    display: none !important;
  }
  header {
    width: 100%;
    margin: 0;
  }
  header h1 {
    font-size: 1.2vw;
    color: #FF8505;
    margin: 0;
    padding-top: 2.5vw;
  }
  .logo_wrapper {
    width: 10%;
    margin: 2.5vw auto 0;
  }
  .logo_wrapper img {
    width: 100%;
    height: auto;
  }
  section {
    width: 100%;
    margin: 0;
  }
  .main_heading {
    width: 20%;
    margin: 0 auto;
  }
  .main_heading img {
    width: 100%;
    height: auto;
  }
  .sub_heading {
    font-size: 2.0vw;
    font-weight: 700;
    color: #FF8505;
  }
  #g_nav {
    margin-top: 5vw;
  }
  .circle_bg {
    display: none;
  }
  #g_nav_list {
    width: 70%;
    margin: 0 auto;
  }
  #g_nav ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  #g_nav li {
    list-style: none;
    margin-right: 5%;
  }
  #g_nav li:last-of-type {
    margin-right: 0;
  }
  #g_nav li a {
    display: block;
    line-height: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #g_nav li a img {
    width: 100%;
    height: auto;
  }
  #g_nav li a:hover {
    opacity: 0.5;
  }
  .open_btn {
    display: none;
  }
  #fv {
    margin-top: 5vw;
  }
  .fv_wrapper {
    width: 100%;
    margin: 0 auto;
    line-height: 0;
  }
  .fv_wrapper img {
    width: 100%;
    height: auto;
  }
  #about {
    margin: 15vw 0 0;
  }
  .about_wrapper {
    width: 55%;
    margin: 10vw auto 0;
  }
  .about_wrapper p {
    line-height: 2.0em;
    text-align: left;
    margin-top: 1.5vw;
  }
  .about_wrapper p:first-of-type {
    margin-top: 0;
  }
  #staff {
    margin: 10vw 0 0;
  }
  .staff_wrapper {
    width: 55%;
    margin: 0 auto;
  }
  .staff_wrapper img {
    width: 100%;
    height: auto;
  }
  #news {
    margin: 20vw 0 0;
  }
  .news_wrapper {
    width: 70%;
    margin: 10vw auto 0;
  }
  .news_item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #007AFA;
    margin-top: 5vw;
    padding-bottom: 5vw;
  }
  .news_item:first-of-type {
    margin-top: 0;
  }
  .news_tmb {
    width: 35%;
    margin-right: 5%;
  }
  .news_tmb img {
    width: 100%;
    height: auto;
  }
  .news_detail {
    width: 60%;
  }
  .news_date {
    color: #FF8505;
    text-align: left;
  }
  .news_heading {
    font-size: 1.5vw;
    font-weight: 700;
    line-height: 1.5em;
    text-align: left;
    margin-top: 2vw;
  }
  .news_txt {
    line-height: 1.5em;
    text-align: left;
    margin-top: 2vw;
  }
  #facility {
    margin: 20vw 0 0;
  }
  .facility_wrapper {
    width: 40%; /* もとは80% */
    margin: 10vw auto 0;
  }
  .splide__slide img {
    width: 100%;
    height: auto;
  }
  .facility_wrapper h3 {
    font-size: 1.5vw;
    font-weight: 700;
    line-height: 1.5em;
    color: #FF8505;
    text-align: left;
    margin-top: 2vw;
    padding: 0 5%;
  }
  .facility_wrapper p {
    line-height: 1.5em;
    text-align: left;
    margin-top: 2vw;
    padding: 0 5%;
  }
  .splide__arrow.splide__arrow--next, .splide__arrow.splide__arrow--prev {
    display: none;
  }
  .splide__pagination {
    bottom: -2.5em !important;
  }
  .splide__pagination__page.is-active {
    background: #FF8505 !important;
  }
  .facility_icon {
    width: 4%; /* もとは6% */
    margin: 5vw auto 0;
  }
  .facility_icon img {
    width: 100%;
    height: auto;
  }
  #use {
    margin: 20vw 0 0;
  }
  .use_wrapper {
    width: 80%;
    margin: 10vw auto 0;
  }
  .use_detail {
    width: 60%;
    margin: 0 auto;
  }
  .use_detail p {
    line-height: 1.5em;
    text-align: left;
    margin-top: 5vw;
  }
  .use_content {
    width: 80%;
    margin: 5vw auto 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .use_content_item {
    width: calc(calc(100% - 20%) / 2);
    margin-right: 20%;
  }
  .use_content_item:last-of-type {
    margin-right: 0;
  }
  .use_content_item img {
    width: 100%;
    height: auto;
  }
  .use_content_item h4 {
    font-size: 1.5vw;
    font-weight: 700;
    line-height: 1.5em;
    margin-top: 2vw;
  }
  .use_content_item li:last-of-type {
    line-height: 1.5em;
    margin-top: 2vw;
  }
  .use_flow {
    width: 80%;
    margin: 10vw auto 0;
  }
  .use_flow_inner {
    border-left: 2px solid #007AFA;
  }
  .use_flow_item {
    width: 100%;
    margin-top: 3vw;
  }
  .use_flow_item:first-of-type {
    margin-top: 5vw;
  }
  .use_flow_item h4 {
    font-size: 1.5vw;
    font-weight: 700;
    line-height: 1.5em;
    color: #007AFA;
    text-align: left;
    padding-left: 5%;
    box-sizing: border-box;
  }
  .use_flow_item li:nth-of-type(2) {
    line-height: 1.5em;
    text-align: left;
    margin: 2vw 0 0;
    padding-left: 10%;
    box-sizing: border-box;
  }
  .use_flow_item li:last-of-type {
    margin: 2vw 0 0;
    padding-left: 10%;
    box-sizing: border-box;
  }
  .use_flow_item img {
    width: 100%;
    height: auto;
  }
  .use_note {
    width: 100%;
    margin: 10vw auto 0;
  }
  .use_note_inner {
    width: 100%;
    margin: 5vw auto 0;
    background: #4D9AEB;
    border-radius: 40px;
    overflow: hidden;
  }
  .use_note_item {
    margin: 5vw 10% 0;
  }
  .use_note_item:last-of-type {
    margin-bottom: 5vw;
  }
  .use_note_item h4 {
    font-size: 1.5vw;
    font-weight: 700;
    line-height: 1.5em;
    color: #FFF;
    text-align: left;
  }
  .use_note_item p {
    line-height: 1.5em;
    color: #FFF;
    text-align: left;
    margin-top: 2vw;
  }
  .use_state {
    width: 100%;
    margin: 10vw auto 0;
  }
  #splide02 {
    margin-top: 5vw;
  }
  #faq {
    margin: 20vw 0 0;
  }
  .faq_wrapper {
    width: 100%;
    background: #EDA459;
    margin: 10vw auto 0;
  }
  .faq_inner {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    margin: 0 auto;
  }
  .faq_item {
    width: calc(calc(100% - 10%) / 3);
    margin: 5vw 5% 0 0;
  }
  .faq_item:nth-of-type(-n+3) {
    margin-top: 10vw;
  }
  .faq_item:nth-of-type(3n) {
    margin-right: 0;
  }
  .faq_item:nth-last-of-type(-n+3) {
    margin-bottom: 10vw;
  }
  .faq_item h3 {
    font-size: 1.5vw;
    font-weight: 700;
    line-height: 1.5em;
    text-align: left;
  }
  .faq_item p {
    line-height: 1.5em;
    text-align: left;
    margin-top: 2vw;
  }
  #company {
    margin: 20vw 0 0;
  }
  .company_wrapper {
    width: 50%;
    margin: 5vw auto;
    display: inline-block;
  }
  .company_table {
    width: 100%;
    border-collapse: collapse;
    margin: 5vw auto 0;
  }
  .company_table tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 2.5vw 0;
  }
  .company_table tr:first-of-type {
    padding-top: 0;
  }
  .company_table th {
    width: 15%;
    font-size: 1.5vw;
    font-weight: 700;
    text-align: left;
    border-bottom: 2px solid #FF8505;
    margin-right: 10%;
    padding-bottom: 2vw;
  }
  .company_table td {
    width: 75%;
    font-size: 1.5vw;
    text-align: left;
    border-bottom: 2px solid #007AFA;
    padding-bottom: 2vw;
  }
  .company_lnk a {
    font-size: 1.5vw;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .company_lnk a:hover {
    opacity: 0.5;
  }
  #map {
    margin: 10vw 0 0;
  }
  .map_wrapper {
    position: relative;
    height: 0;
    margin-top: 5vw;
    padding-bottom: 56.25%;
    overflow: hidden;
  }
  .map_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #contact {
    margin: 20vw 0 0;
  }
  .contact_wrapper {
    width: 80%;
    margin: 10vw auto 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
  .contact_item {
    width: calc(calc(100% - 10%) / 2);
    color: #fff;
    background: #4D9AEB;
    margin-right: 10%;
    border-radius: 40px;
  }
  .contact_item:last-of-type {
    background: #EDA458;
    margin-right: 0;
  }
  .contact_item h3 {
    font-size: 1.5vw;
    font-weight: 700;
    line-height: 1.5em;
    color: #fff;
    text-align: center;
    margin-top: 5vw;
  }
  .contact_item p {
    line-height: 1.5em;
    color: #fff;
    text-align: left;
    margin-top: 5vw;
    padding: 0 10%;
    box-sizing: border-box;
  }
  .contact_btn {
    margin: 2.5vw 20% 0;
  }
  .contact_btn a {}
  .contact_btn a span {
    font-size: 1.5vw;
    font-weight: 700;
    display: block;
    padding: 2.0vw 0;
    background: #FFF;
    border-radius: 40px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .contact_btn a:hover span {
    opacity: 0.5;
  }
  .contact_note {
    font-size: 1.2vw;
    text-indent: -1em;
    padding-left: 1em;
    margin: 2.5vw 0 5vw !important;
  }
  footer {
    width: 100%;
    margin-top: 10vw;
  }
  .copyright {
    font-size: 1.2vw;
    padding-bottom: 1.0vw;
  }
}