/* ------------------------------------
definition
------------------------------------ */
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

body {
  font-size: 16px;
  color: #3E3E3E;
  font-family: 'Montserrat','Noto Sans JP',sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

img {
  width: 100%;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: content-box;
}

@media screen and (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

/* header
------------------------------------*/
.header {
  background: rgba(255, 255, 255, 0.1);
  opacity: .9;
}

/* ------------------------------------
main, common
------------------------------------ */
.main {
  padding-top: 0px;
}

@media screen and (max-width: 767px) {
  .main {
    padding-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-top: 60px;
  }
}

.util-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #3E3E3E;
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .util-title {
    font-size: 30px;
  }
}

.util-link {
  font-size: 20px;
  background: #FFAA3B;
  padding: 20px 80px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .util-link {
    font-size: 18px;
    padding: 16px 100px;
  }
}

.util-button, .news-footer-button, .results-footer-button, .access-button {
  display: inline-block;
  font-size: 20px;
  padding: 9px 50px;
  letter-spacing: 4px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .util-button, .news-footer-button, .results-footer-button, .access-button {
    padding: 9px 90px;
  }
}

/* ------------------------------------
header
------------------------------------ */
.header {
  max-width: 1280px;
  margin: 0 auto;
  background: #CECDCD;
  height: 83px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.drawer--right .header .drawer-hamburger {
  width: 25px;
  padding: 30px;
}

.drawer-hamburger-icon {
  border-radius: 15px;
  height: 3px;
}

.drawer-hamburger-icon::before, .drawer-hamburger-icon::after {
  height: 3px;
}

.header-logo {
  font-size: 23px;
  font-weight: bold;
  line-height: 83px;
  padding-left: 4%;
}

@media screen and (min-width: 768px) {
  .header-nav {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .header-nav {
    padding-top: 160px;
  }
}

.header-nav-list {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .header-nav-list {
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .header-nav-item + .header-nav-item {
    margin-left: 40px;
  }
}

.header-nav-item-link {
  color: #3E3E3E;
  display: block;
  height: 83px;
  line-height: 83px;
}

@media screen and (max-width: 767px) {
  .header-nav-item-link {
    height: 45px;
    line-height: 45px;
    font-weight: bold;
  }
}

/* ------------------------------------
main
------------------------------------ */
/* top
------------------------------------*/
.top {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.top.inner {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .top-picture {
    position: relative;
    padding-top: 50.625%;
    background: url(../img/mv.png) center center/cover;
  }
}

@media screen and (max-width: 767px) {
  .top-picture {
    padding-top: 177.86667%;
    background: url(../img/mv.png) center left 22%/cover;
  }
}

@media screen and (min-width: 768px) {
  .top-text_box {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translateY(-50%);
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .top-text_box {
    position: absolute;
    top: 32%;
    padding-right: 20px;
    text-align: center;
    padding: 15px;
  }
}

.top-title {
  color: #3E3E3E;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: .02px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .top-title {
    font-size: 24px;
    letter-spacing: -.1px;
    text-align: left;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-title {
    font-size: 24px;
  }
  .top-subtitle {
    font-size: 16px;
  }
}

.top-subtitle {
  color: #3E3E3E;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .45px;
  line-height: 1.55556;
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  .top-subtitle {
    font-size: 14px;
    letter-spacing: 0;
    text-align: left;
  }
}

.top-button {
  display: inline-block;
  transition: all 0.3s ease 0s;
}

.top-button:hover {
  transform: translateY(3px);
}

.top-button-a {
  color: #fff;
  font-weight: bold;
  padding: 16px 50px;
  background: #FFAA3B;
  border-radius: 10px;
  box-shadow: 3px 3px 15px rgba(96, 96, 96, 0.3);
  transition: all 0.3s ease 0s;
}

.top-button-a:hover {
  box-shadow: none;
}

/* news
------------------------------------*/
.news {
  background: #F3F3F3;
  padding: 120px 40px;
}

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

.news.section {
  margin-top: 0;
}

.news-inner {
  background: #fff;
  padding: 0 60px 40px;
  box-shadow: 3px 3px 15px rgba(96, 96, 96, 0.2);
}

@media screen and (max-width: 767px) {
  .news-inner {
    position: relative;
    top: -40px;
    padding: 0 0 40px;
  }
}

.news-inner > .util-title {
  padding: 40px 0;
}

.article-link {
  display: block;
  border-top: 2px solid #CECDCD;
}

.article-link + .article-link + .article-link {
  border-bottom: 2px solid #CECDCD;
}

.article {
  padding: 40px 0;
  position: relative;
  color: #3E3E3E;
}

@media screen and (min-width: 768px) {
  .article {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .article {
    padding: 10px 16px;
  }
}

.article::after {
  position: absolute;
  content: "";
  background: url(../img/news-arrow.png) no-repeat;
  width: 16px;
  height: 26px;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
}

.article-time {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .article-time {
    flex: 0 0 252px;
  }
}

.news-date {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .news-date {
    font-size: 14px;
  }
}

.news-title {
  font-size: 14px;
  padding: 2px 32px;
  border: 2px solid #3B69FF;
  border-radius: 50px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .news-title {
    margin-left: 24px;
    font-size: 12px;
    padding: 2px 20px;
  }
}

.article-text {
  flex: 0 1 100%;
  margin-left: 40px;
  padding-right: 83px;
}

@media screen and (max-width: 767px) {
  .article-text {
    margin-top: 8px;
    margin-left: 0;
    padding-right: 24px;
  }
}

.news-text {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .news-text {
    font-size: 14px;
  }
}

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

.news-footer-button {
  border: 1px solid #707070;
  color: #3E3E3E;
}

/* service
------------------------------------*/
.service {
  background: linear-gradient(180deg, #3E3E3E 0%, #3E3E3E 67%, #fff 67%, #fff 100%);
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .service {
    background: linear-gradient(180deg, #3E3E3E 0%, #3E3E3E 53%, #fff 53%, #fff 100%);
    padding-bottom: 60px;
  }
}

.service > .util-title {
  color: #fff;
}

.service-contents {
  background: #fff;
  max-width: 960px;
  margin: 0 auto;
}

.service-wrap {
  box-shadow: 3px 3px 15px rgba(96, 96, 96, 0.4);
}

@media screen and (min-width: 768px) {
  .service-wrap {
    display: flex;
    justify-content: space-between;
  }
}

.service-content {
  color: #3E3E3E;
  padding: 60px 25px;
}

@media screen and (max-width: 767px) {
  .service-content {
    padding: 40px 15px;
  }
  .service-content + .service-content {
    padding: 0 15px 40px;
  }
}

.content-picture {
  width: 64px;
  margin: 0 auto;
}

.service-title {
  font-size: 20px;
  letter-spacing: 4px;
  text-align: center;
  font-weight: 700;
  margin: 8px 20px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .service-title {
    font-size: 16px;
  }
}

.service-text {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .service-text {
    margin-top: 12px;
  }
}

/* results
------------------------------------*/
.results {
  background: #3E3E3E;
  padding-bottom: 60px;
}

.results > .util-title {
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .results > .util-title {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .results.section {
    margin-top: 0;
  }
}

.swiper-slide {
  background: #fff;
}

.carousel-body {
  padding: 15px;
}

.carousel-title {
  font-size: 20px;
  font-weight: bold;
}

.carousel-text {
  font-size: 16px;
}

.swiper-pagination {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #results > div.results-all >
div.swiper-pagination.swiper-pagination-white.swiper-pagination-clickable.swiper-pagination-bullets {
    z-index: 5;
    left: 50%;
    transform: translateX(-50%);
  }
}

.swiper-pagination-bullet {
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0 10px !important;
  opacity: 1;
  position: relative;
}

.swiper-pagination-bullet:focus {
  outline: none;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  position: absolute;
  content: '';
  display: block;
  border: solid 1px #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
}

.results-footer {
  margin-top: 80px;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .results-footer {
    text-align: center;
  }
}

.results-footer-button {
  border: 1px solid #fff;
  color: #fff;
}

/* price
------------------------------------*/
.price {
  background: #F3F3F3;
  padding-bottom: 130px;
}

@media screen and (min-width: 768px) {
  .price {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .price {
    padding-bottom: 0;
  }
}

.price-table-wrap {
  max-width: 960px;
  margin: 0 auto;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000;
  line-height: 1;
}

.price-table_tr + .price-table_tr {
  border-top: 1px solid #707070;
}

.price-table_th {
  background: #3E3E3E;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  display: inline-block;
  padding: 16px 100px;
}

@media screen and (max-width: 767px) {
  .price-table_th {
    padding: 10px 20px;
    font-size: 20px;
  }
}

.price-table_td {
  padding-left: 40px;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .price-table_td {
    padding-left: 20px;
  }
}

.price-table_notes {
  font-size: 12px;
  margin-top: 12px;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .price-table_notes {
    margin-bottom: 0;
    padding-bottom: 120px;
  }
}

/* comments
------------------------------------*/
@media screen and (min-width: 768px) {
  .price-comments {
    background: #3E3E3E;
  }
}

@media screen and (max-width: 767px) {
  .price-comments {
    background: #3E3E3E;
  }
  .price-comments.section {
    margin-top: 0;
  }
}

.comments-all {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .comments-all {
    position: relative;
  }
}

.comments-wrap {
  padding: 120px 60px 120px;
  background: #fff;
  max-width: 666px;
  display: inline-block;
  box-shadow: 3px 3px 15px rgba(96, 96, 96, 0.3);
  position: relative;
  top: -65px;
}

@media screen and (max-width: 767px) {
  .comments-wrap {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 767px) {
  .comments-wrap > .util-title {
    text-align: left;
    padding: 0 0 40px 0;
  }
}

@media screen and (min-width: 1280px) {
  .price {
    padding-bottom: 110px;
  }
  .price-comments {
    background: #F3F3F3;
  }
  .comments-wrap {
    top: -165px;
    padding-bottom: 130px;
  }
  .comments-all {
    position: relative;
    text-align: left;
  }
  .comments-all::before {
    position: absolute;
    content: "";
    background: url(../img/comments-bg.jpg);
    width: 980px;
    height: 576px;
    top: -30px;
    left: -40px;
  }
  .comments-wrap::after {
    position: absolute;
    content: "";
    background: url(../img/comments3.png) center center/cover;
    top: 50%;
    right: -534px;
    transform: translateY(-50%);
    width: 534px;
    height: 447px;
  }
}

.comments-content {
  display: flex;
}

.comments-content + .comments-content {
  margin-top: 60px;
}

.comments-picture {
  flex: 0 0 100px;
}

@media screen and (max-width: 767px) {
  .comments-picture {
    flex: 0 0 60px;
  }
}

.comments-text {
  margin-left: 20px;
  flex: 0 1 100%;
  color: #3E3E3E;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .comments-text {
    font-size: 14px;
  }
}

/* qa
------------------------------------*/
.qa {
  background: url(../img/qa-bg.png) center center/cover;
  padding-bottom: 40px;
  background-attachment: fixed;
  background-position: top;
}

/* qa second
------------------------------------*/
.qa__item {
  background: #fff;
  border-radius: 4px;
  width: 50%;
  position: relative;
  left: 50%;
  padding: 20px;
}

.qa__item + .qa__item {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .qa__item {
    width: 100%;
    left: 0;
  }
}

.accordion__head {
  display: flex;
  position: relative;
}

.q-icon {
  color: #fff;
  background: #4973FF;
  padding: 0 6px;
  align-self: baseline;
  border-radius: 999px;
}

.q-text {
  margin-left: 16px;
}

.q-text-icon {
  position: absolute;
  content: "";
  background: url(../img/plus.png) no-repeat center center/contain;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 17px;
  height: 16px;
  transition: .3s;
}

.q-text-icon.is-open {
  background: url(../img/minus.png) no-repeat center center/contain;
}

.accordion__body {
  background: rgba(59, 105, 255, 0.3);
  padding: 16px;
  border-radius: 4px;
  display: none;
  margin-top: 20px;
}

/* access
------------------------------------*/
.access {
  max-width: 1280px;
  margin: 0 auto;
  background: #f3f3f3;
  position: relative;
  background: #3E3E3E;
  padding-bottom: 260px;
}

@media screen and (max-width: 767px) {
  .access {
    padding-bottom: 60px;
  }
}

.access-content-wrap {
  position: relative;
}

@media screen and (min-width: 768px) {
  .access-content-wrap {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .access-left {
    margin-bottom: 10px;
  }
}

.access-left > .util-title {
  color: #fff;
  text-align: left;
  padding: 120px 0 60px 60px;
}

@media screen and (max-width: 767px) {
  .access-left > .util-title {
    padding: 40px 0 40px 0;
  }
}

.access-detail {
  color: #fff;
  padding-left: 60px;
}

@media screen and (max-width: 767px) {
  .access-detail {
    padding-left: 0;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .access-right {
    margin-left: auto;
    position: relative;
    width: 50%;
    height: 100%;
    padding-top: 120px;
    margin-left: auto;
  }
}

.map__iframe-wrap {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .map__iframe-wrap {
    padding-top: 70%;
  }
}

@media screen and (max-width: 767px) {
  .map__iframe-wrap {
    padding-top: 55%;
  }
}

.map__iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access-footer {
  text-align: center;
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .access-footer {
    padding-left: 60px;
  }
}

.access-button {
  width: 100%;
  color: #fff;
  border: 2px solid #fff;
  padding: 9px 70px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .access-button {
    padding: 9px 35px;
  }
}

@media screen and (min-width: 1280px) {
  .access {
    background: #f3f3f3;
  }
  .access > .inner {
    position: relative;
  }
  .access-bg {
    width: 980px;
    height: 504px;
    background: #3E3E3E;
    position: relative;
    left: -40px;
    z-index: 0;
  }
  .access-content-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .access-right {
    padding-right: 40px;
    width: 64%;
  }
}

/* contact
------------------------------------*/
.contact {
  background: url(../img/contact-bg.png) center center/cover;
  padding: 60px 0;
  max-width: 1280px;
  margin: 0 auto;
}

.contact-title-box {
  background: url(../img/contact1.png) center center/cover;
  text-align: center;
  padding: 60px 0;
  max-width: 960px;
  margin: 0 auto;
  border-radius: 12px 12px 0 0;
}

.contact-title-box > .util-title {
  color: #fff;
  padding: 0;
  margin-bottom: 16px;
}

.contact-text {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .contact-text {
    padding: 0 16px;
    font-size: 14px;
    text-align: left;
  }
}

.contact-form {
  background: #fff;
  border-radius: 0 0 12px 12px;
  padding: 60px 120px;
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .contact-form {
    padding: 60px 12px;
  }
}

.contact-item {
  margin-top: 40px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .contact-item {
    display: initial;
  }
  .contact-item + .contact-item {
    margin-top: 30px;
  }
}

.contact-item-input {
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .contact-item-input {
    margin-left: 0;
  }
}

.contact-item-input:not(.dd-select) {
  width: 100%;
}

.contact-item-input.dd-text {
  margin-left: 0;
}

.contact-item-title {
  color: #3E3E3E;
  flex: 0 0 128px;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
}

@media screen and (max-width: 767px) {
  .contact-item-title {
    padding-top: 20px;
  }
}

input[type="text"],
input[type="email"],
select,
textarea {
  width: 100%;
  font-size: 16px;
  padding: .2em .5em;
  border: 0;
  border-radius: 2px;
}

input[type="text"],
input[type="email"] {
  height: 40px;
  border-bottom: 2px solid rgba(96, 96, 96, 0.16);
}

select {
  height: 40px;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
  padding: 7px 30px 7px 10px;
  font-size: 93%;
  line-height: 1.1em;
  border-radius: 5px;
  border: none;
  background-image: url(../img/news-arrow.png);
  background-repeat: no-repeat;
  background-size: 7px 10px;
  background-position: right 10px center;
  border: 2px solid rgba(96, 96, 96, 0.3);
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

textarea {
  min-height: 200px;
  resize: vertical;
  border: 2px solid rgba(96, 96, 96, 0.16);
}

@media screen and (max-width: 767px) {
  textarea {
    min-height: 160px;
  }
}

.contact-item-title-inline {
  font-size: 12px;
  background: #FF4646;
  border-radius: 2px;
  padding: 2px 8px;
  color: #fff;
  margin-left: 12px;
}

.contact-footer-submit > .util-link {
  padding: 7px 30px;
  border-radius: 10px;
  font-size: 18px;
  transition: .3s;
  box-shadow: 3px 3px 15px rgba(96, 96, 96, 0.3);
}

.contact-footer-submit > .util-link:hover {
  cursor: pointer;
}

.contact-footer-submit > .util-link.-active {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .contact-footer-submit {
    text-align: center;
  }
}

.contact-footer-text {
  margin: 40px 0;
}

.contact-message {
  text-align: center;
  margin-top: 60px;
  display: none;
  color: #fff;
}

.contact-message.-error {
  color: #f00;
}

.check-test {
  display: none;
}

.check-test > span {
  margin-left: 21px;
}

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

.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: -15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}

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

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

/* footer
------------------------------------*/
.footer {
  background: #3E3E3E;
  color: #fff;
  max-width: 1200px;
}

.footer-wrap {
  max-width: 960px;
  padding: 60px 0;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .footer-wrap {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .footer-wrap {
    text-align: center;
  }
}

.fa-twitter {
  color: #F3F3F3;
}

.fa-facebook-square {
  margin-left: 32px;
  color: #F3F3F3;
}

.footer-left-text {
  margin-top: 43px;
}

@media screen and (max-width: 767px) {
  .footer-left-text {
    font-size: 14px;
  }
}

.footer-text + .footer-text {
  margin-top: 24px;
}

.footer-logo {
  font-size: 40px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .footer-logo {
    font-size: 32px;
    margin-top: 40px;
  }
}

.footer-right-copyright {
  margin-top: 10px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .footer-right-copyright {
    text-align: center;
  }
}

/* floating button
------------------------------------*/
.floating {
  position: fixed;
  right: 8px;
  bottom: 8px;
  display: none;
}

.floating a {
  display: block;
  color: #fff;
  background: #000;
  padding: 8px;
  text-decoration: none;
  opacity: 0.6;
}

.floating a:hover {
  opacity: 1;
}
