@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap");
body {
  font-family: "Noto Sans JP", "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "YuGothic", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  padding-top: 100px;
}

body h2 {
  position: relative;
  color: #333333;
  font-weight: bold;
  font-size: 48px;
  margin-bottom: 116px;
  display: inline-block;
}

@media (max-width: 767px) {
  body h2 {
    margin-bottom: 30px;
  }
}

body h2::after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 60px;
  height: 4px;
  background-color: #3F51B5;
  left: 30%;
  top: 110%;
}

body .section {
  padding-top: 100px;
  color: #fff;
}

@media (max-width: 767px) {
  body .section {
    padding: 80px 0;
  }
}

body .section-title {
  font-family: "Lato";
}

body .english {
  font-family: "Lato";
}

body .container {
  margin: auto;
}

body .title-center {
  text-align: center;
}

.btn-section {
  margin-top: 30px;
  text-align: center;
}

.btn2 {
  position: relative;
  background-color: #3F51B5;
  width: 241px;
  height: 48px;
  display: inline-block;
  color: #ffffff;
  padding-top: 12px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
}

.btn2:hover {
  opacity: 0.7;
  cursor: pointer;
}

.btn2::after {
  position: absolute;
  content: url(img/button-arrow.svg);
  display: inline-block;
  left: 90%;
  top: 30%;
}

.btn {
  width: 384px;
  height: 72px;
  padding-top: 20px;
  display: inline-block;
  background-color: #3F51B5;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 4px;
  border: none;
}

@media (max-width: 767px) {
  .btn {
    width: 200px;
  }
}

.btn:hover {
  opacity: 0.7;
  cursor: pointer;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.clear::after {
  content: "";
  clear: both;
  display: block;
}

@media (max-width: 767px) {
  .clear::after {
    content: none;
  }
}

header {
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #3F51B5;
  position: fixed;
}

header .header-inner {
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 40px;
}

header .header-left {
  float: left;
}

@media (max-width: 767px) {
  header .header-left {
    float: none;
  }
}

header .header-left img {
  width: 205px;
  vertical-align: top;
}

header .header-right {
  float: right;
  margin-top: 10px;
}

@media (max-width: 767px) {
  header .header-right {
    float: none;
  }
}

@media (max-width: 767px) {
  header .header-nav {
    display: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header-nav-item {
  position: relative;
  float: left;
  margin-left: 40px;
  opacity: 0.7;
}

@media (max-width: 767px) {
  .header-nav-item {
    float: none;
    margin: 0;
  }
}

.header-nav-item .is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: #E81919;
}

.header-nav-item a {
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.header-nav-item a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #E81919;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-nav-item a:hover::after {
  width: 100%;
}

.drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  display: none;
}

@media (max-width: 767px) {
  .drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    z-index: 100;
    display: inline-block;
  }
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  width: 100%;
  height: 3px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: white;
}

.drawer-nav {
  width: 199px;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 183px;
}

.drawer-overlay {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.drawer-menu-item {
  padding: 20px;
  width: 100%;
  font-weight: normal;
  border-bottom: 1px dotted;
  display: inline-block;
  position: relative;
}

.drawer-menu-item::after {
  content: url(../img/arrow-b.svg);
  top: 0;
  left: 0;
  position: absolute;
  display: inline-block;
  -webkit-transform: translate(174px, 20px);
          transform: translate(174px, 20px);
}

.top {
  position: relative;
  height: 600px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  background-blend-mode: lighten;
}

@media (max-width: 767px) {
  .top {
    background-size: cover;
  }
}

.top .swiper-container {
  z-index: 2;
  width: 100%;
  text-align: center;
  position: relative;
  width: 100%;
  height: 600px;
}

.top .swiper-container .swiper-slide {
  background: transparent url(../img/scott-graham-OQMZwNd3ThU-unsplash.jpg) no-repeat top center/cover;
  padding-top: 174px;
  width: 100%;
  height: 700px;
}

.top .swiper-button-prev:after, .top .swiper-container-rtl .swiper-button-next:after {
  content: url(../img/arrow-prev.svg);
  margin-left: 40px;
}

@media (max-width: 767px) {
  .top .swiper-button-prev:after, .top .swiper-container-rtl .swiper-button-next:after {
    margin-top: 500px;
    margin-left: 200px;
  }
}

.top .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: white;
  opacity: 1;
}

.top .swiper-pagination-bullet-active {
  background: #2f7dc8;
}

.top .swiper-button-next:after, .top .swiper-container-rtl .swiper-button-prev:after {
  content: url(../img/arrow-next.svg);
  margin-right: 40px;
}

@media (max-width: 767px) {
  .top .swiper-button-next:after, .top .swiper-container-rtl .swiper-button-prev:after {
    margin-right: 200px;
    margin-top: 500px;
  }
}

.top .swiper-container-vertical > .swiper-pagination-bullets {
  right: 50%;
  top: 65%;
  -webkit-transform: translate3d(0px, 90%, 0) rotate(-90deg);
          transform: translate3d(0px, 90%, 0) rotate(-90deg);
}

@media (max-width: 767px) {
  .top .swiper-container-vertical > .swiper-pagination-bullets {
    display: none;
  }
}

.top .top-title {
  font-size: 64px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .top .top-title {
    font-size: 32px;
  }
}

.top .top-subtitle {
  font-size: 24px;
  margin-bottom: 34px;
  font-weight: bold;
}

.card {
  position: relative;
  padding: 100px 40px 120px 40px;
  background-color: #EFEFEF;
}

@media (max-width: 767px) {
  .card {
    padding: 30px 20px;
  }
}

@media (min-width: 768px) and (max-width: 1247px) {
  .card {
    padding: 50px 20px;
  }
}

.card .title-center {
  text-align: center;
}

.card .card-section-title {
  z-index: 1;
  position: relative;
  display: inline-block;
  margin-top: 0;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 63px;
}

@media (max-width: 767px) {
  .card .card-section-title {
    margin-bottom: 30px;
  }
}

.card .card-section-title::after {
  display: inline-block;
  content: "";
  background: #3f51b5;
  width: 60px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 29%;
  top: 110%;
}

.card .card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card .card-deck .card-main {
  background-color: #ffffff;
  padding: 16px;
  width: calc(33.3333333% - 24px * 2 / 3);
  margin-right: 24px;
  margin-top: 24px;
}

.card .card-deck .card-main img {
  height: 196px;
  margin-bottom: 6px;
}

.card .card-deck .card-main .card-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.card .card-deck .card-main .card-text {
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .card .card-deck .card-main {
    margin-right: 0;
    width: 100%;
  }
  .card .card-deck .card-main:ntn-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1247px) {
  .card .card-deck .card-main {
    width: calc(50% - 24px/2);
    margin-right: 0;
  }
  .card .card-deck .card-main:ntn-child(3n) {
    margin-right: 24px;
  }
  .card .card-deck .card-main:ntn-child(2n) {
    margin-right: 0;
  }
}

.card .card-deck .card-main:nth-child(3n) {
  margin-right: 0;
}

.news {
  z-index: 1;
  padding: 120px 240px;
}

@media (max-width: 767px) {
  .news {
    padding: 30px 20px;
  }
}

@media (min-width: 768px) and (max-width: 1247px) {
  .news {
    padding: 50px 20px;
  }
}

.news .label01 {
  position: relative;
  display: inline-block;
  padding: 20px 0 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .news .label01 {
    display: block;
  }
}

.news .label01 .info-meta {
  width: 185px;
}

@media (max-width: 767px) {
  .news .label01 .info-meta {
    width: 100%;
  }
}

.news .label01 .info-title {
  margin-left: 20px;
  width: calc(100% - 185px);
}

@media (max-width: 767px) {
  .news .label01 .info-title {
    padding: 12px 0;
    width: 100%;
  }
}

.news .label {
  position: relative;
  display: inline-block;
  padding: 20px 0 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .news .label {
    display: block;
  }
}

.news .label::after {
  position: absolute;
  content: '';
  display: inline-block;
  background-color: #707070;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .news .label::after {
    top: -10%;
  }
}

.news .label .info-meta {
  width: 185px;
}

@media (max-width: 767px) {
  .news .label .info-meta {
    width: 100%;
  }
}

.news .label .info-title {
  margin-left: 20px;
  width: calc(100% - 185px);
}

@media (max-width: 767px) {
  .news .label .info-title {
    width: 100%;
    padding: 12px 0;
  }
}

.news .red {
  z-index: 1;
  margin-top: 66px;
  position: relative;
  color: #E81919;
  display: inline-block;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .news .red {
    margin-top: 30px;
  }
}

.news .red::after {
  content: url(../img/news-arrow.svg);
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  -webkit-transform: translate(50px, 1px);
          transform: translate(50px, 1px);
}

.news .btn01 {
  margin-left: 10px;
  text-align: center;
  background-color: #666666;
  width: 80px;
  height: 32px;
  display: inline-block;
  color: #ffffff;
  padding-top: 5px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
}

.news .btn02 {
  margin-left: 10px;
  text-align: center;
  background-color: #3F51B5;
  width: 80px;
  height: 32px;
  display: inline-block;
  color: #ffffff;
  padding-top: 5px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
}

.news .btn03 {
  margin-left: 10px;
  text-align: center;
  background-color: #E81919;
  width: 80px;
  height: 32px;
  display: inline-block;
  color: #ffffff;
  padding-top: 5px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
}

.price {
  padding: 120px 40px;
  background-color: #EFEFEF;
}

@media (min-width: 768px) and (max-width: 1247px) {
  .price {
    padding: 50px 20px;
  }
}

@media (max-width: 767px) {
  .price {
    padding: 30px 20px 60px;
  }
}

.price h2 {
  margin-bottom: 108px;
}

@media (max-width: 767px) {
  .price h2 {
    margin-bottom: 40px;
  }
}

.price .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .price .block {
    display: block;
  }
}

.price .block .image-left {
  width: 454px;
  margin-right: 40px;
}

@media (max-width: 767px) {
  .price .block .image-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1247px) {
  .price .block .image-left {
    margin-right: 10px;
  }
}

.price .block .image-left img {
  height: 286px;
}

@media (max-width: 767px) {
  .price .block .image-left img {
    height: auto;
  }
}

.price .block .price-table {
  width: 706px;
  height: 286px;
  background-color: #6F7579;
  color: #333333;
  table-layout: fixed;
}

@media (max-width: 767px) {
  .price .block .price-table {
    width: 100%;
    height: 250px;
  }
}

.price .block .price-table p {
  margin-top: 12px;
}

.price .block .price-table p a {
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #333333;
}

.price .block .price-table table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}

.price .block .price-table table td {
  border: 1px solid #333333;
  vertical-align: middle;
}

.price .block .price-table table .height {
  line-height: 1;
}

.price .block .price-table table .red {
  color: #E81919;
}

.price .block .price-table table .kome {
  font-size: 12px;
  font-weight: bold;
}

.price .block .price-table table .column0 {
  width: 20%;
}

.price .block .price-table table .column1 {
  width: 40%;
}

.price .block .price-table table .column2 {
  width: 40%;
}

.price .block .price-table table .white {
  color: white;
  text-align: center;
}

.price .block .price-table table .right {
  text-align: right;
  padding-right: 20px;
  background-color: white;
}

.access {
  padding: 100px 240px 120px 240px;
}

@media (max-width: 767px) {
  .access {
    padding: 20px 20px;
  }
}

@media (min-width: 768px) and (max-width: 1247px) {
  .access {
    padding: 50px 20px;
  }
}

.access .map {
  position: relative;
  width: 100%;
  padding-top: 50%;
}

.access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access p {
  margin-top: 16px;
}

.access p .black {
  font-weight: bold;
  margin-right: 40px;
}

.access p .black1 {
  font-weight: bold;
  margin-right: 78px;
}

.access .btn-section {
  margin-top: 30px;
  text-align: center;
}

.access .btn2 {
  position: relative;
  background-color: #3F51B5;
  width: 241px;
  height: 48px;
  display: inline-block;
  color: #ffffff;
  padding-top: 12px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
}

.access .btn2::after {
  position: absolute;
  content: url(img/button-arrow.svg);
  display: inline-block;
  left: 90%;
  top: 30%;
}

.contact {
  padding: 100px 240px 120px 240px;
  background-color: #EFEFEF;
}

.contact-form {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .contact {
    padding: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1247px) {
  .contact {
    padding: 50px 20px;
  }
}

.contact form {
  width: 800px;
  height: 877px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .contact form {
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
  }
}

@media (min-width: 768px) and (max-width: 1247px) {
  .contact form {
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
  }
}

.contact form label {
  margin: 0 32px 0 60px;
  width: 128px;
}

@media (max-width: 767px) {
  .contact form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px 35px;
    width: 90%;
  }
}

.contact form label .need {
  margin-top: 8px;
  color: white;
  background-color: #E81919;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .contact form label .need {
    margin-top: 0;
    margin-left: 10px;
  }
}

.contact form select {
  width: 520px;
  height: 38px;
}

@media (max-width: 767px) {
  .contact form select {
    width: 260px;
    margin-left: 35px;
  }
}

@media (min-width: 768px) and (max-width: 1247px) {
  .contact form select {
    width: 450px;
  }
}

.contact .check-btn {
  margin-left: 24px;
  margin-top: 33px;
}

@media (max-width: 767px) {
  .contact .check-btn {
    margin-left: 0;
  }
}

.contact .check-btn input[type="radio"] {
  margin-left: 36px;
}

.contact input[type="text"],
.contact input[type="email"] {
  width: 520px;
  height: 38px;
}

@media (max-width: 767px) {
  .contact input[type="text"],
  .contact input[type="email"] {
    width: 260px;
    margin-left: 35px;
  }
}

@media (min-width: 768px) and (max-width: 1247px) {
  .contact input[type="text"],
  .contact input[type="email"] {
    width: 450px;
  }
}

.contact .customer-name {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .contact .customer-name {
    display: block;
  }
}

.contact .key {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .contact .key {
    display: block;
  }
}

.contact textarea {
  width: 520px;
  height: 240px;
}

@media (max-width: 767px) {
  .contact textarea {
    width: 260px;
    margin-left: 35px;
  }
}

@media (min-width: 768px) and (max-width: 1247px) {
  .contact textarea {
    width: 450px;
  }
}

.contact .privacy {
  text-align: center;
  margin-top: 67px;
}

@media (max-width: 767px) {
  .contact .privacy {
    margin-top: 30px;
  }
}

.contact .privacy a {
  margin-left: 24px;
  color: #333333;
  border-bottom: 1px solid #333333;
}

.contact .text-test {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
}

.contact .text-test:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.contact .textarea-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
}

.contact .textarea-text:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.contact .form-radio {
  display: none;
}

.contact .form-radio + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}

.contact .form-radio + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}

.contact .form-radio + span::after {
  -webkit-transform: translateY(-50%);
  background: #3F51B5;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 4px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 4px;
}

.contact .form-radio:checked + span::after {
  opacity: 1;
}

.contact .check-test {
  display: none;
}

.contact .check-test + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}

.contact .check-test + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}

.contact .check-test + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid #3F51B5;
  border-left: 3px solid #3F51B5;
  content: "";
  display: block;
  height: 0.6em;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 1em;
}

.contact .check-test:checked + span::after {
  opacity: 1;
}

.contact .select-test {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url("../img/select-arrow.svg") no-repeat center right 8px/16px 16px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
}

.contact .select-test::-ms-expand {
  display: none;
}

.contact .select-test:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.contact .submit-test {
  background: #3F51B5 url(img/button-arrow.svg) no-repeat center right 12px/17px 16px;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  width: 304px;
  height: 56px;
  border-radius: 10px;
  text-decoration: none;
}

.contact .submit-test:hover,
.contact .submit-test:focus {
  outline: none;
}

.contact .submit-test::-moz-foucus-inner {
  border: none;
  padding: 0;
}

footer {
  width: 100%;
  height: 258px;
  background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333));
  background: linear-gradient(#666666, #333333);
  color: white;
}

@media (max-width: 767px) {
  footer {
    height: 300px;
  }
}

footer .footer_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 40px 0 40px;
}

@media (max-width: 767px) {
  footer .footer_contents {
    display: block;
    padding: 30px 0;
    text-align: center;
  }
}

footer .footer_contents .footer_left {
  width: 35%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  footer .footer_contents .footer_left {
    width: 100%;
  }
}

footer .footer_contents .footer_left img {
  width: 205px;
  height: 40px;
}

footer .footer_contents .footer_left p {
  line-height: 32px;
  color: white;
  font-size: 14px;
}

footer .footer_contents .footer_center {
  width: 50%;
  padding: 8px 10px 0;
}

@media (max-width: 767px) {
  footer .footer_contents .footer_center {
    width: 100%;
  }
}

footer .footer_contents .footer_center ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  footer .footer_contents .footer_center ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer .footer_contents .footer_center ul .footer-item {
  margin-right: 40px;
}

@media (max-width: 767px) {
  footer .footer_contents .footer_center ul .footer-item {
    margin-right: 8px;
  }
}

footer .footer_contents .footer_right {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  footer .footer_contents .footer_right {
    width: 100%;
    margin-top: 20px;
  }
}

footer .footer_contents .footer_right img {
  width: 30px;
  height: 30px;
  margin-left: 16px;
}

footer .copy {
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 767px) {
  footer .copy {
    margin-top: 0;
  }
}

footer #page_top {
  z-index: 3;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 24px;
  bottom: 50px;
  opacity: 1;
}

footer #page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

footer #page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: url(../img/totop.svg);
  font-size: 25px;
  position: absolute;
  width: 25px;
  height: 25px;
  bottom: 0;
  right: 0;
  left: 0;
}

.q-a {
  padding: 100px 190px;
  background-color: rgba(0, 0, 0, 0.185);
}

@media (max-width: 767px) {
  .q-a {
    padding: 30px 20px;
  }
}

.q-a .accordion {
  width: 100%;
  height: auto;
}

.q-a .accordion .question {
  margin-top: 24px;
  background-color: #3F51B5;
  color: white;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 12px 0;
  width: 100%;
  padding-left: 56px;
}

.q-a .accordion .question::before {
  content: 'Q';
  position: absolute;
  left: 0;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
}

.q-a .accordion .question:hover, .q-a .accordion .question:active, .q-a .accordion .question.is-active {
  background-color: rgba(63, 81, 181, 0.8);
}

.q-a .accordion .question .accordion-icon {
  background: transparent url(../img/plus.svg) center/contain;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(-14px, 16px);
          transform: translate(-14px, 16px);
}

.q-a .accordion .question .accordion-icon.is-open {
  background: transparent url(../img/minus.svg) no-repeat center/contain;
}

.q-a .accordion .answer {
  width: 100%;
  background-color: white;
  padding: 16px 0;
  color: #3F51B5;
  display: none;
}

.q-a .accordion .answer .a-doc {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 55px;
  padding-right: 30px;
}

.q-a .accordion .answer .a-doc::before {
  content: 'A';
  position: absolute;
  left: 0;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
}

.q-a .accordion .question1 {
  margin-top: 0;
}

.modal {
  display: none;
  z-index: 1000;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
}

.modal_bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.batsu-icon {
  z-index: 1000;
  width: 100%;
  position: relative;
  display: inline-block;
}

.batsu-icon::after {
  content: url("../img/btn-batsu.svg");
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(-105px, 30%);
          transform: translate(-105px, 30%);
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 1247px) {
  .batsu-icon::after {
    -webkit-transform: translate(-60px, 250%);
            transform: translate(-60px, 250%);
  }
}

@media (max-width: 767px) {
  .batsu-icon::after {
    -webkit-transform: translate(-20px, 90%);
            transform: translate(-20px, 90%);
  }
}

.modal_content {
  background: #fff;
  left: 50%;
  padding: 40px 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
}

@media (min-width: 768px) and (max-width: 1247px) {
  .modal_content {
    height: 70%;
  }
}

.modal_content .modal-scroll {
  overflow-y: scroll;
  height: 60%;
  margin-top: 64px;
  padding: 0 40px;
}

@media (max-width: 767px) {
  .modal_content .modal-scroll {
    height: 70%;
  }
}

.modal_content h3 {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

.modal_content h3::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 3px;
  background-color: #3F51B5;
  top: 0;
  left: 0;
  -webkit-transform: translate(60px, 60px);
          transform: translate(60px, 60px);
}

.modal_content .privacy-title {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

.modal_content .privacy-title::before {
  content: '';
  display: inline-block;
  position: absolute;
  height: 20px;
  width: 4px;
  background-color: #3F51B5;
  top: 0;
  left: 0;
  -webkit-transform: translate(-16px, 6px);
          transform: translate(-16px, 6px);
}

.modal_content p {
  margin-top: 16px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.5;
}

.modal_content .btn-section {
  margin-top: 0;
}

@media (max-width: 767px) {
  .modal_content .btn-section {
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1247px) {
  .modal_content .btn-section {
    margin-top: 30px;
  }
}

.modal_content .btn {
  width: 176px;
  height: 48px;
  margin-top: 20px;
  padding-top: 11px;
  display: inline-block;
  background-color: #3F51B5;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  border: none;
}
