@charset "UTF-8";
body {
  font-family: "Yu Mincho", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #333;
  line-height: 1.5;
}

.container {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: black;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

section {
  padding: 40px 0px;
}
section .section_title {
  text-align: center;
  font-size: 56px;
  margin-bottom: 30px;
  font-weight: bold;
}
section .section_title p {
  font-size: 24px;
  color: royalblue;
}

.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

::-webkit-input-placeholder {
  font-size: 20px;
}

::-moz-placeholder {
  font-size: 20px;
}

:-ms-input-placeholder {
  font-size: 20px;
}

::-ms-input-placeholder {
  font-size: 20px;
}

::placeholder {
  font-size: 20px;
}

.orangered {
  color: orangered;
}

.sp_br {
  display: none;
}

footer {
  font-size: 14px;
  text-align: center;
}

@media print, screen and (max-width: 1024px) {
  section {
    padding: 50px 0px;
  }
  section .section_title {
    font-size: 44px;
    margin-bottom: 30px;
  }
  section .section_title p {
    font-size: 24px;
  }
  .sp_br {
    display: block;
  }
}
@media print, screen and (max-width: 599px) {
  .flex_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section {
    padding: 30px 0px;
  }
  section .section_title {
    font-size: 34px;
    margin-bottom: 30px;
  }
  section .section_title p {
    font-size: 22px;
  }
  .sp_br {
    display: block;
  }
}
header {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.h_bar {
  width: 100%;
  max-width: 1920px;
  padding: 5px 30px 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 150;
}
.h_bar img {
  width: 80px;
}
.h_bar.transform {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.h_bar.transform .h_nav .h_menu li a {
  color: #000;
}
.h_bar.transform .h_logo img {
  opacity: 0;
}
.h_bar #js-hamburger, .h_bar .sp-global-menu, .h_bar .drawer-background {
  display: none;
}

nav .h_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
}
nav .h_menu .h_list {
  margin-right: 35px;
}
nav .h_menu .h_list:last-child {
  margin-right: 0;
}

@media print, screen and (max-width: 1024px) {
  .h_bar {
    padding: 5px 30px 0 30px;
  }
  .h_bar img {
    width: 70px;
  }
  nav .h_menu {
    font-size: 20px;
  }
  .sp-h-list {
    color: #000;
  }
}
@media print, screen and (max-width: 599px) {
  .h_bar {
    padding: 10px;
  }
  .h_bar img {
    width: 60px;
  }
  .h_bar #js-hamburger, .h_bar .sp-global-menu, .h_bar .drawer-background {
    display: block;
  }
  .button {
    display: inline-block;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
  }
  .hamburger {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
    width: 36px;
    height: 36px;
    -webkit-box-shadow: 0 0 2rem transparent;
            box-shadow: 0 0 2rem transparent;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .hamburger:hover, .hamburger:focus {
    -webkit-box-shadow: 0 0 0.5rem rgba(161, 161, 161, 0.5);
            box-shadow: 0 0 0.5rem rgba(161, 161, 161, 0.5);
  }
  .hamburger[aria-expanded=true] .hamburger__line {
    background-color: transparent;
  }
  .hamburger[aria-expanded=true] .hamburger__line::before, .hamburger[aria-expanded=true] .hamburger__line::after {
    top: 0;
    background-color: #333;
  }
  .hamburger[aria-expanded=true] .hamburger__line::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .hamburger[aria-expanded=true] .hamburger__line::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger__line {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 26px;
    height: 2px;
    background-color: #333;
    -webkit-transition: inherit;
    transition: inherit;
  }
  .hamburger__line::before, .hamburger__line::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: inherit;
    content: "";
    -webkit-transition: inherit;
    transition: inherit;
  }
  .hamburger__line::before {
    top: -10px;
  }
  .hamburger__line::after {
    top: 10px;
  }
  .drawer-background {
    position: absolute;
    z-index: 150;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    height: 100vh;
    background-color: black;
    color: #fff;
    visibility: hidden;
    opacity: 1;
  }
  .is-drawerActive .sp-global-menu {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .is-drawerActive .drawer-background {
    visibility: visible;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.3;
  }
  .sp-global-menu {
    position: absolute;
    z-index: 200;
    width: 200px;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.8);
    color: #fff;
    -webkit-transform: translateX(280px);
            transform: translateX(280px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sp-global-menu .sp-h-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .sp-global-menu .sp-h-menu {
    margin: 0 auto;
  }
  .sp-global-menu .sp-h-list {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .sp-global-menu .sp-h-list a {
    color: #333;
  }
  nav .h_menu {
    display: none;
  }
}
.fv .slider {
  padding: 0;
  margin: 0;
  line-height: 0;
  border: none;
  min-height: 100vh;
  max-height: 1079px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  overflow: hidden;
}
.fv .slider li img {
  width: 100%;
  min-height: 100vh;
  -webkit-filter: contrast(65%);
          filter: contrast(65%);
}
.fv .main_title {
  font-family: "Yu Mincho";
  font-size: 60px;
  line-height: 100px;
  font-weight: bold;
  letter-spacing: 4px;
  padding: 20px;
  position: absolute;
  top: 35%;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 1px 1px 1px 1px #333;
          box-shadow: 1px 1px 1px 1px #333;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    display: none;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    display: none;
    opacity: 0;
    z-index: -1;
  }
}
#loader {
  position: fixed;
  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;
  width: 100vw;
  height: 100vh;
  top: 0;
  background: #fff;
  z-index: 200;
}
#loader .big_logo img {
  width: 100%;
}

#loader.loaded {
  -webkit-animation: fadeOut 1s forwards;
          animation: fadeOut 1s forwards;
}

@media print, screen and (max-width: 1024px) {
  .fv .slider {
    min-height: 100vh;
  }
  .fv .slider li img {
    min-height: 100vh;
  }
  .fv .main_title {
    font-size: 38px;
    line-height: 80px;
    top: 30%;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media print, screen and (max-width: 599px) {
  .fv .slider {
    min-height: 100vh;
  }
  .fv .slider li img {
    min-height: 100vh;
  }
  .fv .main_title {
    font-size: 34px;
    line-height: 80px;
    top: 30%;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.concept {
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: lighten;
}
.concept .section_message {
  max-width: 100%;
  text-align: center;
}
.concept .section_message h2 {
  font-size: 36px;
  font-weight: bold;
}
.concept .section_message img {
  width: 45%;
  max-width: 700px;
  -webkit-filter: contrast(0.7);
          filter: contrast(0.7);
}
.concept .section_message .flex_box {
  margin-right: 50px;
}
.concept .section_message .flex_box.reverse {
  margin-left: 50px;
}
.concept .section_message .concept_text {
  width: 55%;
  max-width: 700px;
  margin-top: 100px;
  white-space: nowrap;
  border: 0.5px solid #eee;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.5;
  letter-spacing: 1px;
  position: relative;
  right: 10%;
  padding: 30px;
  z-index: 100;
}
.concept .section_message .concept_text.reverse {
  left: 10%;
}
.concept .section_message .concept_text.last {
  right: 0;
  left: 0;
  margin-top: 50px;
  margin-bottom: 100px;
  background-image: url(../image/concept_3.jpg);
  background-position: center;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}
.concept .section_message p {
  font-size: 24px;
}
.concept .section_message p span {
  font-size: 26px;
  color: orangered;
  font-weight: bold;
}
.concept .section_message p:first-of-type {
  margin-top: 30px;
}
.concept .section_message .flex_box:first-of-type {
  margin-bottom: 50px;
}
.concept .arrow {
  position: relative;
  width: 100px;
  margin: 0 auto;
}
.concept .arrow::before {
  -webkit-animation: arrow 2.5s infinite;
          animation: arrow 2.5s infinite;
  border: solid rgba(65, 105, 225, 0.5);
  border-width: 0 0 3px 3px;
  content: "";
  margin: auto;
  position: absolute;
  top: -84px;
  left: 25px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 40px;
  height: 40px;
}
.concept .arrow::after {
  -webkit-animation: arrow 2.5s infinite;
          animation: arrow 2.5s infinite;
  border: solid rgba(65, 105, 225, 0.5);
  border-width: 0 0 3px 3px;
  content: "";
  margin: auto;
  position: absolute;
  top: -54px;
  left: 25px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 40px;
  height: 40px;
}
.concept .att {
  font-size: 16px;
  font-weight: bold;
  color: #FF0000;
}
@-webkit-keyframes arrow {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
  }
  60% {
    -webkit-transform: rotate(-45deg) translate(-50px, 50px);
            transform: rotate(-45deg) translate(-50px, 50px);
  }
  0%, 60%, 100% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
}
@keyframes arrow {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
  }
  60% {
    -webkit-transform: rotate(-45deg) translate(-50px, 50px);
            transform: rotate(-45deg) translate(-50px, 50px);
  }
  0%, 60%, 100% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
}

@media print, screen and (max-width: 1024px) {
  .concept .section_message h2 {
    font-size: 22px;
  }
  .concept .section_message img {
    min-width: 350px;
  }
  .concept .section_message .flex_box {
    margin-right: 0px;
  }
  .concept .section_message .flex_box.reverse {
    margin-left: 0px;
  }
  .concept .section_message .concept_text {
    right: 10%;
    padding: 20px;
    line-height: 1.7;
  }
  .concept .section_message .concept_text.reverse {
    left: 10%;
  }
  .concept .section_message p {
    font-size: 18px;
  }
  .concept .section_message p span {
    font-size: 20px;
  }
  .concept .section_message p:first-of-type {
    margin-top: 10px;
  }
  .concept .section_message .flex_box:first-of-type {
    margin-bottom: 0px;
  }
  @-webkit-keyframes arrow {
    0% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
              transform: rotate(-45deg) translate(0, 0);
    }
    60% {
      -webkit-transform: rotate(-45deg) translate(-30px, 30px);
              transform: rotate(-45deg) translate(-30px, 30px);
    }
    0%, 60%, 100% {
      opacity: 0;
    }
    30% {
      opacity: 1;
    }
  }
  @keyframes arrow {
    0% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
              transform: rotate(-45deg) translate(0, 0);
    }
    60% {
      -webkit-transform: rotate(-45deg) translate(-30px, 30px);
              transform: rotate(-45deg) translate(-30px, 30px);
    }
    0%, 60%, 100% {
      opacity: 0;
    }
    30% {
      opacity: 1;
    }
  }
}
@media print, screen and (max-width: 599px) {
  .concept .section_message h2 {
    font-size: 24px;
  }
  .concept .section_message img {
    min-width: 90%;
  }
  .concept .section_message .concept_text {
    width: 85%;
    right: 0%;
    padding: 10px;
    line-height: 1.3;
    margin-top: 10px;
    border: none;
  }
  .concept .section_message .concept_text.reverse {
    left: 0%;
  }
  .concept .section_message .concept_text.last {
    margin-top: 50px;
  }
  .concept .section_message p {
    font-size: 18px;
  }
  .concept .section_message p span {
    font-size: 22px;
  }
  .concept .section_message p:first-of-type {
    margin-top: 10px;
  }
  .concept .section_message .flex_box:first-of-type {
    margin-bottom: 30px;
  }
}
.sponsorship {
  background-color: #eee;
}
.sponsorship .slider_2 {
  width: 100%;
  margin: 0 auto;
}
.sponsorship .sponsorship_logo img {
  width: 350px;
  height: 300px;
  margin: 0 auto;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

@media print, screen and (max-width: 1024px) {
  .sponsorship .slider_2 {
    width: 100%;
    margin: 0 auto;
  }
  .sponsorship .sponsorship_logo img {
    width: 150px;
    height: 150px;
  }
}
@media print, screen and (max-width: 599px) {
  .sponsorship .sponsorship_logo img {
    width: 300px;
    height: 300px;
  }
}
.movie .movie_area {
  width: 75%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px;
  background-color: rgba(192, 192, 192, 0.2);
}
.movie .movie_area .movie_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}
.movie .movie_area .movie_box .movie_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.movie .movie_area .movie_box .movie_list iframe {
  width: 50%;
  height: 340px;
}
.movie .movie_area .movie_box .movie_list .video_wrapper {
  width: 50%;
  height: 340px;
  position: relative;
  background-color: #000;
}
.movie .movie_area .movie_box .movie_list .video_wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-height: 340px;
}
.movie .movie_area .movie_box .movie_list .introduction {
  width: 50%;
  height: auto;
  text-align: center;
  font-size: 20px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.movie .movie_area .movie_box .movie_list .introduction p:first-child {
  font-weight: bold;
  font-size: 24px;
  margin: 25px 0 15px;
}
.movie .movie_area .movie_box .movie_list .introduction p:first-child span {
  font-size: 22px;
}
.movie .movie_area .movie_box .movie_list .introduction .more_btn {
  width: 250px;
  margin: 30px auto;
}
.movie .movie_area .movie_box .movie_list .introduction .more_btn a {
  color: #333;
  font-weight: bold;
  padding: 10px 70px 10px 50px;
  font-size: 16px;
  border: 2px solid #eee;
  border-radius: 100px;
  position: relative;
}
.movie .movie_area .movie_box .movie_list .introduction .more_btn a::before {
  content: ">>";
  font-size: 20px;
  position: absolute;
  color: #333;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.movie .movie_area .movie_box .movie_list .introduction .more_btn a:hover {
  background-color: #bbb;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.movie .movie_area .movie_box .movie_list.last {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.movie .movie_area .movie_box .movie_list.last img {
  width: 50%;
}
.movie .movie_area .movie_box .movie_list.last .introduction p {
  font-size: 46px;
}

@media print, screen and (max-width: 1024px) {
  .movie .movie_area {
    width: 80%;
    padding: 30px;
  }
  .movie .movie_area .movie_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .movie .movie_area .movie_box .movie_list {
    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;
  }
  .movie .movie_area .movie_box .movie_list iframe {
    width: 100%;
    height: 450px;
    margin-bottom: 20px;
  }
  .movie .movie_area .movie_box .movie_list .video_wrapper {
    width: 100%;
    height: 450px;
    position: relative;
    background-color: #000;
    margin-bottom: 20px;
  }
  .movie .movie_area .movie_box .movie_list .video_wrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
  .movie .movie_area .movie_box .movie_list .introduction {
    width: 85%;
    text-align: center;
    font-size: 20px;
  }
  .movie .movie_area .movie_box .movie_list .introduction p:first-child {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .movie .movie_area .movie_box .movie_list .introduction p:first-child span {
    font-size: 22px;
  }
  .movie .movie_area .movie_box .movie_list.last img {
    width: 100%;
    padding: 10px;
  }
  .movie .movie_area .movie_box .movie_list.last .introduction p {
    font-size: 36px;
  }
}
@media print, screen and (max-width: 599px) {
  .movie .movie_area {
    width: 90%;
    padding: 15px;
  }
  .movie .movie_area .movie_box .movie_list iframe {
    height: 300px;
  }
  .movie .movie_area .movie_box .movie_list .video_wrapper {
    height: 350px;
  }
  .movie .movie_area .movie_box .movie_list .introduction {
    width: 85%;
    text-align: center;
    font-size: 16px;
  }
  .movie .movie_area .movie_box .movie_list .introduction p:first-child {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .movie .movie_area .movie_box .movie_list .introduction p:first-child span {
    font-size: 18px;
  }
  .movie .movie_area .movie_box .movie_list.last .introduction p {
    font-size: 26px;
  }
}
.information table {
  width: 70%;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 80px;
}
.information table th {
  width: 50%;
  text-align: left;
  font-size: 24px;
  padding: 20px 0;
  padding-left: 50px;
}
.information table td {
  width: 50%;
  text-align: center;
  font-size: 24px;
}
.information table tr {
  border-bottom: 1px solid royalblue;
}

@media print, screen and (max-width: 1024px) {
  .information table {
    width: 90%;
  }
  .information table th {
    font-size: 20px;
  }
  .information table td {
    font-size: 20px;
  }
}
@media print, screen and (max-width: 599px) {
  .information table {
    width: 90%;
    margin-top: 30px;
  }
  .information table th {
    width: 20%;
    font-size: 18px;
    padding-left: 10px;
  }
  .information table td {
    font-size: 18px;
  }
}
.banner {
  text-align: center;
}
.banner .banner_sp {
  display: none;
}

@media print, screen and (max-width: 599px) {
  .banner .banner_pc {
    display: none;
  }
  .banner .banner_sp {
    display: block;
  }
}
footer {
  background-image: url(../image/building.png);
  background-size: cover;
  background-position: bottom;
  background-color: rgba(255, 255, 255, 0.9);
  background-blend-mode: lighten;
  padding: 80px 0 0;
}
footer .f_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  margin-bottom: 50px;
}
footer .f_menu .f_list {
  margin-right: 30px;
}
footer .f_menu .f_list:last-of-type {
  margin-right: 0;
}
footer .footer_sns {
  width: 30%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 0;
}
footer .footer_sns img {
  width: 60px;
  border-radius: 5px;
}
footer p {
  padding: 15px 0;
  font-size: 16px;
}
footer p span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}
footer .back {
  margin-top: 30px;
}
footer .back img {
  width: 50px;
}

@media print, screen and (max-width: 1024px) {
  footer .f_menu {
    font-size: 20px;
    margin-bottom: 50px;
  }
  footer .footer_sns {
    width: 60%;
  }
  footer .footer_sns img {
    width: 40px;
  }
  footer p {
    padding: 15px 0;
    font-size: 16px;
  }
  footer p span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
  }
  footer .back {
    margin-top: 30px;
  }
  footer .back img {
    width: 50px;
  }
}
@media print, screen and (max-width: 599px) {
  footer .f_menu {
    font-size: 20px;
    margin-bottom: 50px;
  }
  footer .footer_sns {
    width: 60%;
  }
  footer .footer_sns img {
    width: 40px;
  }
  footer p {
    padding: 15px 0;
    font-size: 14px;
  }
  footer p span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
  }
  footer .back {
    margin-top: 30px;
  }
  footer .back img {
    width: 50px;
  }
}
.contact {
  padding: 100px 0;
  background-image: url(../image/green.jpg);
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  background-size: cover;
}
.contact form {
  width: 80%;
  max-width: 1440px;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0 auto;
  font-size: 24px;
  padding: 50px 0;
}
.contact label {
  text-align: left;
  display: block;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 15px;
}
.contact label span.required {
  font-size: 16px;
  margin-left: 15px;
  padding: 0 2px;
  border-radius: 5px;
  color: #fff;
  background-color: orangered;
}
.contact label span.option {
  font-size: 16px;
  margin-left: 15px;
  padding: 0 2px;
  border-radius: 5px;
  color: #fff;
  background-color: #ccc;
}
.contact #select {
  display: block;
  width: 50%;
  margin: 0 auto;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
}
.contact #select option {
  font-size: 20px;
}
.contact input, .contact textarea {
  display: block;
  width: 50%;
  font-size: 20px;
  padding: 15px;
  border-radius: 15px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.contact input:focus::-webkit-input-placeholder, .contact textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.contact input:focus::-moz-placeholder, .contact textarea:focus::-moz-placeholder {
  color: transparent;
}
.contact input:focus:-ms-input-placeholder, .contact textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.contact input:focus::-ms-input-placeholder, .contact textarea:focus::-ms-input-placeholder {
  color: transparent;
}
.contact input:focus::placeholder, .contact textarea:focus::placeholder {
  color: transparent;
}
.contact textarea {
  height: 100px;
  margin-bottom: 30px;
  resize: none;
}
.contact input[type=submit] {
  width: 20%;
  margin: 0 auto;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  cursor: pointer;
}
.contact .end-message, .contact .false-message {
  display: none;
  text-align: center;
  font-size: 20px;
}
.contact .end-message {
  color: blueviolet;
}
.contact .false-message {
  color: red;
}

@media print, screen and (max-width: 1024px) {
  .contact form {
    font-size: 18px;
  }
  .contact label {
    width: 80%;
  }
  .contact label span.required {
    font-size: 14px;
  }
  .contact label span.option {
    font-size: 14px;
  }
  .contact input, .contact textarea {
    width: 80%;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .contact #select {
    width: 80%;
    margin-bottom: 30px;
    font-size: 18px;
  }
  .contact #select option {
    font-size: 18px;
  }
  .contact input[type=submit] {
    width: 35%;
    font-size: 18px;
    padding: 10px;
    background-color: #eee;
    color: #333;
  }
  .contact .end-message, .contact .false-message {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 599px) {
  .contact form {
    font-size: 18px;
  }
  .contact input, .contact textarea {
    font-size: 18px;
  }
  .contact #select {
    font-size: 18px;
  }
  .contact #select option {
    font-size: 18px;
  }
  .contact textarea {
    height: 100px;
  }
  .contact input[type=submit] {
    width: 45%;
    font-size: 18px;
  }
  .contact .end-message, .contact .false-message {
    font-size: 18px;
  }
}