@charset "UTF-8";
body {
  font-family: "Montserrat", "游ゴシック体", "Noto Serif JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "sans-serif", sans-serif;
  color: #3E3E3E;
  background: #F3F3F3;
}

a {
  text-decoration: none;
  color: #3E3E3E;
}

.container {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0 16px;
  }
}
@media (min-width: 1025px) {
  .container {
    padding: 0 40px;
  }
}
.container.access-container {
  position: relative;
}

#header {
  width: 100%;
  background: rgba(255, 255, 255, 0.1019607843);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  #header {
    height: 63px;
  }
}
@media (min-width: 1025px) {
  #header {
    height: 83px;
  }
}

@media screen and (max-width: 1024px) {
  .header-nav-title {
    font-size: 23px;
    line-height: 63px;
    font-weight: 700;
  }
}
@media (min-width: 1025px) {
  .header-nav-title {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .header-nav-list {
    display: none;
  }
}
@media (min-width: 1025px) {
  .header-nav-list {
    display: flex;
    justify-content: center;
  }
  .header-nav-list .header-nav-list-item {
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: 83px;
  }
  .header-nav-list .header-nav-list-item:not(:first-child) {
    margin-left: 40px;
  }
  .header-nav-list .header-nav-list-item a {
    position: relative;
  }
  .header-nav-list .header-nav-list-item a::after {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: -4px;
    content: "";
    width: 100%;
    height: 1px;
    background: #3E3E3E;
    visibility: hidden;
    transition: 0.5s;
  }
  .header-nav-list .header-nav-list-item a:hover:after {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 1025px) {
  .drawer-icon {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .drawer-icon {
    display: block;
    position: fixed;
    top: 24px;
    right: 20px;
    z-index: 300;
    transition: transform 0.5s ease 0s;
  }
  .drawer-icon ul {
    width: 22px;
    height: 20px;
    display: block;
    position: relative;
  }
  .drawer-icon ul li {
    position: absolute;
    width: 26px;
    height: 4px;
    background: #3E3E3E;
    top: 0;
    left: 0;
  }
  .drawer-icon ul .drawer-icon__bar1 {
    top: 0;
  }
  .drawer-icon ul .drawer-icon__bar2 {
    top: 8px;
  }
  .drawer-icon ul .drawer-icon__bar3 {
    top: 16px;
  }
  .drawer-icon.is-active {
    transform: translateX(-300px);
  }
}
@media screen and (max-width: 1024px) and (max-width: 350px) {
  .drawer-icon.is-active {
    transform: translateX(-200px);
  }
}
@media screen and (max-width: 1024px) {
  .drawer-icon.is-active .drawer-icon__bar1 {
    background: #ffffff;
    top: 8px;
    transform: rotate(-45deg);
    border-radius: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .drawer-icon.is-active .drawer-icon__bar2 {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .drawer-icon.is-active .drawer-icon__bar3 {
    background: #ffffff;
    top: 8px;
    transform: rotate(45deg);
    border-radius: 20px;
  }
}

@media (min-width: 1025px) {
  .drawer-content {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .drawer-content {
    width: 300px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: white;
    z-index: 299;
    transform: translateX(101%);
    transition: transform 0.5s ease 0s;
    padding-top: 160px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 350px) {
  .drawer-content {
    width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .drawer-content li {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 1.2222222222;
    font-weight: 500;
  }
  .drawer-content li a {
    display: block;
    text-decoration: none;
    color: #707070;
    text-align: center;
    position: relative;
  }
  .drawer-content li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1024px) {
  .drawer-content.is-active {
    transform: translateX(0);
  }
}

.drawer-background {
  display: none;
}
.drawer-background.is-active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 298;
}

.title {
  text-align: center;
}
@media (max-width: 767px) {
  .title {
    font-size: 30px;
    line-height: 1.2333333333;
    font-weight: 600;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .title {
    font-size: 36px;
    line-height: 1.2222222222;
    font-weight: 600;
    margin-bottom: 60px;
  }
}

#top {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #top {
    height: 667px;
    background: url(../image/mv.png);
    background-position: 21% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1025px) {
  #top {
    background: url(../image/mv.png) no-repeat center center/cover;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 648px;
  }
}

@media (max-width: 767px) {
  .top-contents {
    width: 100%;
    text-align: left;
    padding: 220px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-contents {
    width: 60%;
    margin-left: auto;
    padding: 230px 23px 230px 16px;
  }
}
@media (min-width: 1025px) {
  .top-contents {
    width: 50%;
    margin-left: auto;
    padding: 230px 0;
  }
}

@media (max-width: 767px) {
  .top-title {
    font-size: 24px;
    line-height: 1.6666666667;
    font-weight: 700;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .top-title {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0.02px;
    margin-bottom: 28px;
    font-weight: 700;
  }
}

.top-text {
  text-align: center;
}
@media (max-width: 767px) {
  .top-text {
    width: 336px;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-text {
    width: 448px;
  }
}

.top-text-item {
  text-align: left;
}
@media (max-width: 767px) {
  .top-text-item {
    font-size: 14px;
    line-height: 1.4285714286;
    font-weight: 700;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .top-text-item {
    font-size: 18px;
    line-height: 1.5555555556;
    letter-spacing: 0.45px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .top-button {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .top-button {
    text-align: left;
  }
}
.top-button a {
  display: inline-block;
  border-radius: 10px;
  color: #ffffff;
  background: #FFAA3B;
  box-shadow: rgba(62, 62, 62, 0.2) 0 3px 5px;
}
@media (max-width: 767px) {
  .top-button a {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    padding: 14px 32px;
  }
}
@media screen and (min-width: 768px) {
  .top-button a {
    font-size: 18px;
    line-height: 1.4444444444;
    letter-spacing: 0.45px;
    font-weight: 700;
    padding: 16px 50px;
  }
}
.top-button a:hover {
  background: #F18900;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  #news {
    margin-top: -40px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1025px) {
  #news {
    margin: 120px 0;
  }
}

.news-contents {
  background: #ffffff;
  box-shadow: rgba(62, 62, 62, 0.2) 0 5px 12px;
}
@media screen and (max-width: 1024px) {
  .news-contents {
    padding: 40px 0;
  }
}
@media (min-width: 1025px) {
  .news-contents {
    padding: 60px 60px 40px 60px;
  }
}

.news-list {
  border-bottom: 1px solid rgba(62, 62, 62, 0.2);
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .news-list {
    margin-bottom: 38px;
  }
}
.news-list dl {
  border-top: 1px solid rgba(62, 62, 62, 0.2);
  position: relative;
}
.news-list dl::after {
  content: "";
  background: url(../image/news-arrow-1.png) center center/cover;
  position: absolute;
  width: 12px;
  height: 21px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .news-list dl::after {
    right: 16px;
  }
}
@media (min-width: 1025px) {
  .news-list dl::after {
    right: 16px;
  }
}
.news-list dl:hover {
  background: rgba(73, 115, 255, 0.1019607843);
  cursor: pointer;
}

.news-item {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .news-item {
    flex-wrap: wrap;
    padding: 14px 0 12px 16px;
  }
}
@media (min-width: 1025px) {
  .news-item {
    align-items: center;
  }
}

.news-item-date {
  color: #3E3E3E;
}
@media (max-width: 767px) {
  .news-item-date {
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0.35px;
    font-weight: 400;
    margin-right: 24px;
  }
}
@media screen and (min-width: 768px) {
  .news-item-date {
    font-size: 18px;
    line-height: 1.4444444444;
    letter-spacing: 0.45px;
    font-weight: 400;
    margin-right: 40px;
  }
}

@media (max-width: 767px) {
  .news-item-title {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.3px;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .news-item-title {
    text-align: center;
    font-size: 14px;
    line-height: 1.8571428571;
    letter-spacing: 0.35px;
  }
}
.news-item-title .circ {
  border: 2px solid #3B69FF;
  border-radius: 50px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .news-item-title .circ {
    padding: 1px 14px;
  }
}
@media screen and (min-width: 768px) {
  .news-item-title .circ {
    padding: 4px 30px;
  }
}

@media (max-width: 767px) {
  .news-item-text {
    width: 85%;
    font-size: 14px;
    line-height: 1.4285714286;
    font-weight: 400;
    padding-top: 4px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .news-item-text {
    width: 87.45%;
    font-size: 18px;
    line-height: 1.5555555556;
    letter-spacing: 0.45px;
    font-weight: 500;
    padding-top: 12px;
    padding-bottom: 14px;
  }
}
@media (min-width: 1025px) {
  .news-item-text {
    width: 64.63%;
    font-size: 18px;
    line-height: 1.5555555556;
    letter-spacing: 0.45px;
    font-weight: 500;
    padding: 38px 0;
    margin-left: 40px;
  }
}

.news-button {
  text-align: center;
}
.news-button a {
  display: inline-block;
  border: #707070 1px solid;
  font-weight: 600;
}
@media (max-width: 767px) {
  .news-button a {
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: 3.6px;
    padding: 14px 98px;
  }
}
@media screen and (min-width: 768px) {
  .news-button a {
    font-size: 20px;
    line-height: 1.125;
    letter-spacing: 4px;
    padding: 20px 80px;
  }
}
.news-button a:hover {
  background: #3E3E3E;
  color: #ffffff;
}

#service {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  #service {
    padding: 40px 0 60px;
  }
}
@media screen and (min-width: 768px) {
  #service {
    padding: 60px 0 120px;
  }
}
#service::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  background: #3E3E3E;
  width: 100%;
}
@media (max-width: 767px) {
  #service::after {
    height: 480px;
  }
}
@media screen and (min-width: 768px) {
  #service::after {
    height: 400px;
  }
}

.service-title {
  color: white;
  position: relative;
  z-index: 10;
}

.service-contents {
  position: relative;
  z-index: 10;
  max-width: 960px;
  background: #ffffff;
  box-shadow: rgba(62, 62, 62, 0.2) 0 5px 12px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .service-contents {
    width: 100%;
    padding: 40px 16px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .service-contents {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 40px 20px;
  }
}
@media (min-width: 1025px) {
  .service-contents {
    width: 80%;
    display: flex;
    justify-content: space-between;
    padding: 60px 45px;
  }
}

.service-item {
  text-align: center;
}
@media (max-width: 767px) {
  .service-item {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .service-item {
    width: 30%;
  }
  .service-item:not(:last-child) {
    margin-right: 40px;
  }
}
@media (min-width: 1025px) {
  .service-item {
    width: 33%;
  }
  .service-item:not(:last-child) {
    margin-right: 90px;
  }
}

.image {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 8px;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-item-title {
  letter-spacing: 4px;
  font-weight: 600;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .service-item-title {
    margin-bottom: 13px;
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .service-item-title {
    font-size: 20px;
    line-height: 1.4;
  }
}

.service-item-text {
  text-align: left;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 500;
}
@media (max-width: 767px) {
  .service-item-text {
    padding-bottom: 38px;
    width: 315px;
    max-width: 100%;
    margin: 0 auto;
  }
}

#results {
  background: #3E3E3E;
}
@media (max-width: 767px) {
  #results {
    padding: 40px 0 40px 16px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  #results {
    padding: 60px 0 60px 60px;
    margin-left: 40px;
    margin-bottom: 120px;
  }
}

.results-container {
  text-align: center;
  position: relative;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .results-container {
    text-align: left;
  }
}

.results-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .results-title {
    text-align: center;
    font-size: 30px;
    line-height: 1.2333333333;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) {
  .results-title {
    text-align: left;
  }
}

.swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    top: 79%;
    left: -4px;
  }
}
@media screen and (min-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    top: 81%;
    left: -5px;
  }
}

@media (max-width: 767px) {
  .swiper-pagination {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .swiper-pagination {
    text-align: left;
  }
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ffffff;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  position: absolute;
  top: -4px;
  left: -4px;
  content: "";
  border: solid #ffffff 1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.swiper-card {
  width: 99%;
  background: #ffffff;
}
.swiper-card img {
  width: 100%;
  height: 171px;
}
@media screen and (min-width: 768px) {
  .swiper-card img {
    height: 250px;
  }
}
.swiper-card .swiper-title {
  font-size: 14px;
  line-height: 1.1428571429;
  font-weight: 700;
  padding: 12px 12px 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .swiper-card .swiper-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    padding: 16px 16px 0;
  }
}
.swiper-card .swiper-text {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.01px;
  padding: 12px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .swiper-card .swiper-text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    padding: 8px 16px 16px;
  }
}

@media (max-width: 767px) {
  .results-button {
    margin-top: 60px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .results-button {
    margin-top: 101px;
    text-align: left;
  }
}
.results-button a {
  display: inline-block;
  border: #ffffff 1px solid;
  color: #ffffff;
  font-weight: 600;
}
@media (max-width: 767px) {
  .results-button a {
    font-size: 18px;
    line-height: 1.2777777778;
    letter-spacing: 3.6px;
    padding: 14px 98px;
  }
}
@media screen and (min-width: 768px) {
  .results-button a {
    font-size: 20px;
    line-height: 1.125;
    letter-spacing: 4px;
    padding: 20px 78px;
  }
}
.results-button a:hover {
  background: #ffffff;
  color: #3E3E3E;
}

#price {
  padding-bottom: 80px;
}

.price-table {
  width: 100%;
  max-width: 960px;
  border-collapse: collapse;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .price-table {
    width: 80%;
  }
}
.price-table th {
  max-width: 262px;
  background: #3E3E3E;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  border: 1px #707070 solid;
}
@media (max-width: 767px) {
  .price-table th {
    width: 29%;
    font-size: 20px;
    line-height: 1.2;
    padding: 14px;
  }
}
@media screen and (max-width: 767px) and (max-width: 350px) {
  .price-table th {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .price-table th {
    width: 28.2%;
    padding: 15px 0;
    font-size: 24px;
    line-height: 1.2083333333;
  }
}
.price-table td {
  width: 72.8%;
  max-width: 698px;
  color: #3E3E3E;
  background: #ffffff;
  text-align: left;
  font-weight: 600;
  border: 1px #707070 solid;
}
@media (max-width: 767px) {
  .price-table td {
    padding: 15px 20px;
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .price-table td {
    padding: 15px 40px;
    font-size: 24px;
    line-height: 1.2083333333;
  }
}
.price-table::after {
  content: "※ 上記料金はサンプルです。";
  position: absolute;
  left: 0;
  font-size: 12px;
  line-height: 1.6666666667;
  font-weight: 500;
}
@media (max-width: 767px) {
  .price-table::after {
    top: calc(100% + 6px);
  }
}
@media screen and (min-width: 768px) {
  .price-table::after {
    top: calc(100% + 12px);
  }
}

#comments {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  #comments {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  #comments {
    margin-bottom: 120px;
  }
}
#comments::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -60px;
  left: 0;
  background: #3E3E3E;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #comments::after {
    width: 76.56%;
    height: 95.364%;
    bottom: -120px;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .comments-container {
    display: flex;
    align-items: center;
  }
}

.comments-contents {
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1607843137) 0 0 10px;
  position: relative;
  z-index: 10;
  padding: 40px 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .comments-contents {
    padding: 80px 40px;
    width: 55.5%;
  }
}
@media (min-width: 1025px) {
  .comments-contents {
    padding: 120px 60px;
    width: 55.5%;
  }
}

.comments-title {
  font-size: 30px;
  line-height: 1.2333333333;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .comments-title {
    font-size: 36px;
    line-height: 1.2222222222;
  }
}

.comments-item {
  display: flex;
}
@media (max-width: 767px) {
  .comments-item {
    margin-top: 36px;
  }
}
@media screen and (min-width: 768px) {
  .comments-item {
    margin-top: 60px;
  }
}
.comments-item img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .comments-item img {
    width: 100px;
    height: 100px;
  }
}

.comments-text {
  padding-left: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4285714286;
}
@media screen and (min-width: 768px) {
  .comments-text {
    padding-left: 32px;
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .comments-image {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .comments-image {
    width: 44.5%;
    z-index: 2;
  }
  .comments-image img {
    width: 100%;
  }
}

#faqs {
  background: url(../image/qa-bg.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  #faqs {
    padding: 40px 0 60px 0;
  }
}
@media screen and (min-width: 768px) {
  #faqs {
    padding: 60px 0 120px 0;
  }
}

.faqs-contents {
  width: 100%;
}
@media (min-width: 1025px) {
  .faqs-contents {
    width: 50.93%;
    margin-left: auto;
  }
}

.faqs-item {
  background: #ffffff;
  border-radius: 4px;
  padding: 16px;
}
@media (max-width: 767px) {
  .faqs-item:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .faqs-item:not(:last-child) {
    margin-bottom: 32px;
  }
}

.faqs-title {
  padding-left: 40px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
}
.faqs-title::before {
  content: "Q";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  background: #3B69FF;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
.faqs-title::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  color: #3B69FF;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.faqs-title.is-active::after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  color: #3B69FF;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.faqs-text {
  display: none;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  background: rgba(59, 105, 255, 0.2);
  border-radius: 4px;
}
@media (max-width: 767px) {
  .faqs-text {
    padding: 8px 12px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .faqs-text {
    margin-top: 20px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.5;
  }
}

#access {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #access {
    height: 100%;
    background: #3E3E3E;
    padding: 40px 0 60px;
  }
}
@media (min-width: 1025px) {
  #access {
    height: 756px;
    max-width: 100%;
    padding: 120px 0 0 60px;
  }
}

@media screen and (max-width: 1024px) {
  .access-bg {
    display: none;
  }
}
@media (min-width: 1025px) {
  .access-bg {
    background: #3E3E3E;
    width: 76.56%;
    height: 504px;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (min-width: 1025px) {
  .access-contents {
    display: flex;
  }
}

.access-item-text {
  width: 100%;
}
@media (min-width: 1025px) {
  .access-item-text {
    width: 40%;
    position: relative;
  }
}

.access-item-map {
  padding-top: 72%;
  width: 60%;
  position: relative;
}
.access-item-map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 60%;
}

@media (min-width: 1025px) {
  .sp-only-map {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .sp-none {
    display: none;
  }
  .sp-only-map {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 70.26%;
  }
  .sp-only-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.access-text-title {
  text-align: left;
  color: #ffffff;
  padding-top: 0;
}
@media (max-width: 767px) {
  .access-text-title {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 768px) {
  .access-text-title {
    margin-bottom: 54px;
  }
}

.access-text-address {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .access-text-address {
    font-size: 16px;
    line-height: 1.5;
  }
}

.access-text-button {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .access-text-button {
    text-align: center;
    margin-top: 20px;
  }
}
.access-text-button a {
  display: inline-block;
  border: #ffffff 1px solid;
  color: #ffffff;
  font-weight: 600;
}
@media (max-width: 767px) {
  .access-text-button a {
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: 1.8px;
    padding: 14px 98px;
  }
}
@media screen and (max-width: 767px) and (max-width: 370px) {
  .access-text-button a {
    font-size: 18px;
    padding: 14px 60px;
  }
}
@media screen and (min-width: 768px) {
  .access-text-button a {
    padding: 20px 78px;
    font-size: 20px;
    line-height: 1.125;
    letter-spacing: 2px;
  }
}
.access-text-button a:hover {
  background: #ffffff;
  color: #3E3E3E;
}

#contact {
  background: url(../image/contact-bg.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  #contact {
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  #contact {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .contact-container {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .contact-container {
    padding-bottom: 60px;
    width: 1040px;
    max-width: 100%;
  }
}

.contact-title {
  border-radius: 12px 12px 0 0;
  background: url(../image/contact1.png) no-repeat center center/cover;
}

.contact-title-main {
  font-size: 30px;
  line-height: 1.3333333333;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-title-main {
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .contact-title-main {
    padding-top: 60px;
    font-size: 36px;
    line-height: 1.1111111111;
  }
}

.contact-title-sub {
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 767px) {
  .contact-title-sub {
    padding: 8px 0 36px 16px;
    font-size: 14px;
    line-height: 1.4285714286;
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .contact-title-sub {
    padding: 12px 16px 40px 16px;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 60px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.contact-form {
  text-align: left;
  background: #ffffff;
  border-radius: 0 0 12px 12px;
}
@media (max-width: 767px) {
  .contact-form {
    padding: 38px 12px 40px;
  }
}
@media screen and (min-width: 768px) {
  .contact-form {
    padding: 57px 120px;
  }
}

@media screen and (max-width: 1024px) {
  .contact-item:not(:last-child) {
    margin-bottom: 24px;
  }
  .contact-item:last-child {
    margin-bottom: 37.5px;
  }
}
@media (min-width: 1025px) {
  .contact-item {
    display: flex;
    align-items: center;
  }
  .contact-item:not(:last-child) {
    margin-bottom: 31px;
  }
  .contact-item:last-child {
    margin-bottom: 37.5px;
  }
}
.contact-item.no-flex {
  display: block;
}

.contact-item-title {
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .contact-item-title {
    padding-bottom: 8px;
  }
}
@media (min-width: 1025px) {
  .contact-item-title {
    width: 26.11%;
    margin-right: 50px;
  }
}
.contact-item-title .contact-item-inline {
  font-size: 12px;
  font-weight: 700;
  padding: 2px 8px;
  color: #ffffff;
  background: #FF4646;
  border-radius: 2px;
  margin-left: 16px;
  border: none;
}

@media (min-width: 1025px) {
  .contact-item-input {
    width: 73.89%;
  }
}
.contact-item-input .under-line {
  position: relative;
}
.contact-item-input .under-line::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #707070;
}
.contact-item-input input::-moz-placeholder {
  font-size: 16px;
  color: #3E3E3E;
  opacity: 0.5;
}
.contact-item-input input::placeholder {
  font-size: 16px;
  color: #3E3E3E;
  opacity: 0.5;
}
.contact-item-input:hover .under-line, .contact-item-input:focus .under-line {
  position: relative;
}
.contact-item-input:hover .under-line::after, .contact-item-input:focus .under-line::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #4973FF;
  box-shadow: rgba(73, 115, 255, 0.5019607843) 0 5px 4px;
}
.contact-item-input:last-child {
  width: 100%;
}
.contact-item-input select {
  padding: 10px;
  border: #707070 1px solid;
  border-radius: none;
}
@media (max-width: 767px) {
  .contact-item-input select {
    width: 100%;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .contact-item-input select {
    width: 178px;
    height: 40px;
    font-size: 16px;
  }
}
.contact-item-input select:hover {
  box-shadow: rgba(73, 115, 255, 0.5019607843) 0 0 5px;
}
.contact-item-input input[type=text],
.contact-item-input input[type=email] {
  padding-bottom: 8px;
  width: 100%;
  height: 32px;
  border: none;
  outline: none;
}
@media screen and (min-width: 768px) {
  .contact-item-input input[type=text],
.contact-item-input input[type=email] {
    padding-left: 10px;
  }
}
.contact-item-input textarea {
  resize: vertical;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .contact-item-input textarea {
    height: 160px;
  }
}
@media (min-width: 1025px) {
  .contact-item-input textarea {
    height: 200px;
  }
}
.contact-item-input textarea:hover, .contact-item-input textarea:focus {
  box-shadow: #4973FF 0 0 8px;
  outline: solid 1px #4973FF;
}
.contact-item-input .contact-radio-wrap {
  display: flex;
}
.contact-item-input .contact-radio-wrap:hover {
  cursor: pointer;
}
.contact-item-input .contact-radio-item {
  display: flex;
  align-items: center;
  height: 16px;
}
.contact-item-input .contact-radio {
  padding-right: 4px;
}
.contact-item-input input[type=radio] {
  display: none;
}
.contact-item-input .contact-radio-label {
  margin-right: 40px;
}
.contact-item-input .contact-radio-button {
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  padding: 2px;
  background-clip: content-box;
}
.contact-item-input .contact-radio-button:hover {
  cursor: pointer;
}
.contact-item-input .is-radio-shadow {
  border: #4973FF 1px solid;
  box-shadow: rgba(73, 115, 255, 0.2) 0 0 6px;
}
.contact-item-input .is-radio-bg {
  border: #4973FF 1px solid;
  background-color: rgba(73, 115, 255, 0.2);
  padding: 0;
}
.contact-item-input input[type=radio]:checked + .contact-radio-button {
  background-color: #3B69FF;
  padding: 1px;
}

.contact-footer-text {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .contact-footer-text {
    margin-bottom: 22px;
  }
}
@media (min-width: 1025px) {
  .contact-footer-text {
    margin-bottom: 36px;
  }
}
.contact-footer-text:hover {
  cursor: pointer;
}

.contact-privacy {
  position: relative;
  height: 20px;
  width: 20px;
  display: inline-block;
}

.contact-privacy {
  position: relative;
  height: 20px;
  width: 20px;
  display: inline-block;
  border: 1px solid #3E3E3E;
}

.contact-privacy-part {
  display: inline-block;
  height: 18px;
  width: 18px;
  border: solid 1px #3E3E3E;
  background: #ffffff;
  vertical-align: middle;
  opacity: 0;
}

.is-privacy-shadow {
  border-color: #4973FF;
  box-shadow: rgba(73, 115, 255, 0.2) 0 0 6px;
}

.is-privacy-bg {
  border: #4973FF 1px solid;
  background-color: rgba(73, 115, 255, 0.2);
}

.contact-privacy-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.contact-privacy-input:checked + .contact-privacy-part {
  position: absolute;
  opacity: 1;
  width: 8px;
  border-right: solid 2px #4973FF;
  border-bottom: solid 2px #4973FF;
  border-top: 0;
  border-left: 0;
  background: transparent;
  transform: rotate(45deg);
  top: -2px;
  left: 5px;
}

.contact-privacy-text {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .contact-privacy-text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .contact-privacy-text {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
  }
}

@media screen and (max-width: 1024px) {
  .contact-button {
    text-align: center;
  }
}
.contact-button .contact-submit {
  display: inline-block;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px;
  background: #B2B2B2;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0.45px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .contact-button .contact-submit {
    padding: 12px 46px;
  }
}
@media screen and (min-width: 768px) {
  .contact-button .contact-submit {
    padding: 14px 50px;
  }
}
.contact-button .contact-submit.is-active {
  background: #FFAA3B;
  cursor: pointer;
}
.contact-button .contact-submit.is-active:hover {
  background: #F18900;
}

.contact-message {
  text-align: center;
  margin-top: 40px;
  display: none;
}
.contact-message.-error {
  color: red;
}

footer {
  background: #3E3E3E;
}

.footer-container {
  width: 100%;
  max-width: 1040px;
}

.footer-contents {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-contents {
    text-align: left;
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
  }
}

.footer-icon {
  display: flex;
  color: #ffffff;
  opacity: 0.6;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .footer-icon {
    padding-top: 60px;
    justify-content: center;
  }
}
.footer-icon .fa-brands {
  font-size: 36px;
}
@media (max-width: 767px) {
  .footer-icon .fa-brands {
    margin-right: 25px;
    margin-left: 25px;
  }
}
@media screen and (min-width: 768px) {
  .footer-icon .fa-brands:first-child {
    margin-right: 32px;
  }
}

.footer-list {
  font-weight: 500;
}
.footer-list a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .footer-list a {
    font-size: 14px;
    line-height: 1.8571428571;
    letter-spacing: 0.35px;
  }
}
@media screen and (min-width: 768px) {
  .footer-list a {
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0.4px;
  }
}
.footer-list a:hover {
  opacity: 0.7;
  cursor: pointer;
}
.footer-list li:not(:first-child) {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .footer-logo {
    margin-top: 38px;
  }
}
.footer-logo a {
  color: #E3E3E3;
  font-weight: 700;
}
@media (max-width: 767px) {
  .footer-logo a {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .footer-logo a {
    font-size: 40px;
    margin-bottom: 10px;
    padding-top: 0;
  }
}

.copyright {
  margin-top: 16px;
  font-size: 12px;
  letter-spacing: 0.3px;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.6;
  text-align: right;
}
@media (max-width: 767px) {
  .copyright {
    text-align: center;
    padding-bottom: 57px;
  }
}

.to-top {
  position: fixed;
  bottom: 13px;
  right: 16px;
  width: 50px;
  height: 50px;
  background: #F3F3F3;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 280;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.to-top .fa-sharp {
  font-size: 25px;
}
.to-top.is-show {
  opacity: 1;
  visibility: visible;
}