@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
/*=======
color
=======*/
@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
body {
  font-size: 16px;
  color: #3E3E3E;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
  margin: 0;
  padding: 0;
  background: #F3F3F3;
}

img {
  width: 100%;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  margin: 0;
  padding: 0;
}

.inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner {
    width: 343px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.section-title {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 30px;
  }
}

/*=======
header
=======*/
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  font-family: "Montserrat", sans-serif;
  background-color: rgba(255, 255, 255, 0.1019607843);
}

.header-nav-list {
  display: flex;
  margin: 0 auto;
  width: 627px;
  padding: 32px;
}
@media (max-width: 767px) {
  .header-nav-list {
    display: block;
    margin: 161px 99px;
    font-size: 18px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .header-nav-item:not(:first-child) {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .header-nav-item {
    margin-bottom: 32px;
  }
}

.header-nav-item-link {
  font-family: "Montserrat", sans-serif;
  color: #3E3E3E;
}
.header-nav-item-link:hover {
  text-decoration: underline;
  text-underline-offset: 9px;
  transition: all 0.3s ease 0s;
}

.header-logo {
  margin: 20px 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: bold;
  width: 100%;
}
@media (max-width: 767px) {
  .header-logo {
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .header-logo {
    display: none;
  }
}

.drawer-hamburger {
  margin: 12px 16px;
}
@media (min-width: 768px) {
  .drawer-hamburger {
    display: none;
  }
}

/*=======
top
=======*/
.top {
  background: url(/img/mv.png) center center/cover;
  height: 648px;
  position: relative;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .top {
    margin-bottom: 0;
    position: relative;
  }
}

.top-container {
  position: absolute;
  top: 226px;
  right: 40px;
}
@media (max-width: 767px) {
  .top-container {
    padding: 0 16px;
    top: 229px;
    right: 0;
  }
}

.top-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 23px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .top-title {
    font-size: 24px;
    margin-bottom: 24px;
    margin-top: -28px;
  }
}

.top-lead {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 55px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .top-lead {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .top-btn {
    text-align: center;
  }
}
.top-btn a {
  padding: 16px 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background: #FFAA3B;
  border: none;
  border-radius: 10px;
  box-shadow: 0 3px 5px rgba(62, 62, 62, 0.16);
}
@media (max-width: 767px) {
  .top-btn a {
    padding: 16px 32px;
    font-size: 16px;
    display: inline-block;
  }
}
.top-btn a:hover {
  background: #F18900;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

/*=======
news
=======*/
.news {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .news {
    margin-bottom: 60px;
  }
}

.section-title-news {
  border-bottom: 1px solid #CECDCD;
  padding-bottom: 60px;
}

.news-space {
  padding: 60px 60px 40px;
  background: #fff;
  box-shadow: 0 3px 5px rgba(62, 62, 62, 0.16);
}
@media (max-width: 767px) {
  .news-space {
    width: 100%;
    padding: 40px 0;
  }
}

.news-item {
  display: flex;
  border-bottom: 1px solid #CECDCD;
  padding: 43px 0;
  background: #FFFFFF;
  position: relative;
}
.news-item:hover {
  cursor: pointer;
  background: rgba(73, 115, 255, 0.1019607843);
}
@media (max-width: 767px) {
  .news-item {
    display: block;
    padding: 16px;
  }
}

.news-meta {
  display: flex;
  width: 301px;
}

.news-date {
  margin-right: 40px;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  margin-top: 2px;
}
@media (max-width: 767px) {
  .news-date {
    font-size: 14px;
  }
}

.news-label {
  font-size: 14px;
  border: #3B69FF 2px solid;
  border-radius: 50px;
  width: 121px;
  height: 26px;
  text-align: center;
  padding-top: 2px;
}
@media (max-width: 767px) {
  .news-label {
    font-size: 12px;
    width: 81px;
    height: 20px;
  }
}

.news-title {
  width: calc(100% - 301px);
  margin-top: 2px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .news-title {
    width: 100%;
    padding-right: 19px;
    line-height: 1.4;
    font-size: 14px;
  }
}

.news-btn {
  text-align: center;
  margin-top: 20px;
}
.news-btn a {
  background: #fff;
  padding: 20px 80px;
  border: 1px solid #707070;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  letter-spacing: 4px;
  font-size: 20px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .news-btn a {
    padding: 14px 90px;
  }
}
.news-btn a:hover {
  background: #3E3E3E;
  color: #fff;
}

.news-icon {
  width: 11px;
  height: 22px;
}
@media (max-width: 767px) {
  .news-icon {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 17px;
  }
}

/*=======
service
=======*/
.service {
  background: linear-gradient(180deg, #3E3E3E 0%, #3E3E3E 70%, #F3F3F3 70%, #F3F3F3 100%);
}
@media (max-width: 767px) {
  .service {
    margin-bottom: 60px;
  }
}

.service-title-top {
  color: #FFFFFF;
  padding-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .service-title-top {
    padding: 40px 0;
  }
}

.service-img {
  width: 64px;
  height: 64px;
  margin-bottom: 8px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .service-img {
    width: 50px;
    height: 50px;
  }
}

.service-content {
  background: #FFFFFF;
  display: flex;
  justify-content: space-between;
  padding: 60px 45px;
  box-shadow: 0 3px 5px rgba(62, 62, 62, 0.16);
  width: 80%;
  height: 331px;
  margin: 0 auto;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .service-content {
    display: block;
    padding: 40px 16px;
    width: 100%;
    margin: 0;
    height: 694px;
  }
}

.service-item {
  width: 230px;
}
.service-item:not(:first-child) {
  margin-left: 115px;
}
@media (max-width: 767px) {
  .service-item {
    width: 100%;
  }
  .service-item:not(:first-child) {
    margin-top: 84px;
    margin-left: 0;
  }
}

.service-title {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 8px 0px 20px 0px;
  text-align: center;
  letter-spacing: 4px;
}

.service-lead {
  font-size: 14px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
}

/*=======
results
=======*/
.results {
  background-color: #3E3E3E;
  padding: 60px 0px 60px 60px;
  position: relative;
}
@media (max-width: 767px) {
  .results {
    padding-top: 33px;
  }
}

.results-title {
  color: #FFFFFF;
  margin-bottom: 60px;
  text-align: left;
}
@media (max-width: 767px) {
  .results-title {
    text-align: center;
  }
}

.results-btn {
  margin-top: 60px;
}
.results-btn a {
  padding: 20px 80px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  border: 1px solid #fff;
  font-size: 20px;
  letter-spacing: 4px;
}
.results-btn a:hover {
  background: #fff;
  color: #3E3E3E;
  border: 1px solid #707070;
}

.swiper-item {
  background: #fff;
  height: 366px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .swiper-item {
    height: 253px;
    margin-bottom: 28px;
  }
}
.swiper-item img {
  height: 250px;
}
@media (max-width: 767px) {
  .swiper-item img {
    height: 171px;
  }
}

.swiper-text {
  padding: 16px;
}

.swiper-text-lead {
  font-size: 20px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
  margin-bottom: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .swiper-text-lead {
    font-size: 14px;
  }
}

.swiper-text-message {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
}
@media (max-width: 767px) {
  .swiper-text-message {
    font-size: 12px;
  }
}

.swiper-pagination {
  text-align: left;
}

.results-swiper .swiper-pagination-bullets {
  margin-left: 60px;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  display: none;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 135px;
}

.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  margin: auto;
  background-color: #Fff;
  border: solid 6px #3E3E3E;
  width: 20px;
  height: 20px;
  border-radius: 60px;
  box-shadow: 0 0 0 3px #fff;
  -webkit-box-shadow: 0 0 0 3px #fff;
  -moz-box-shadow: 0 0 0 3px #fff;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px);
}

/*=======
price
=======*/
.price {
  margin: 160px 170px;
}
@media (max-width: 767px) {
  .price {
    margin: 40px 16px 60px;
  }
}

.table {
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid #707070;
  background: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-top: 60px;
}
.table th, .table td {
  border: 1px solid #707070;
  height: 61px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .table th, .table td {
    font-size: 18px;
  }
}
.table th {
  background: #3E3E3E;
  color: #FFFFFF;
  width: 366px;
}
.table td {
  width: 960px;
  padding-left: 40px;
}

.price-text {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
  font-size: 14px;
}

/*=======
comments
=======*/
.comments {
  display: flex;
  position: relative;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .comments {
    padding: 0 16px;
  }
}

.comments-img {
  width: 100px;
  height: 100px;
}
@media (max-width: 767px) {
  .comments-img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
}

.comments-left {
  width: 60%;
  background: #fff;
  padding: 100px 60px;
  box-shadow: 0 3px 5px rgba(62, 62, 62, 0.16);
  z-index: 2;
}
@media (max-width: 767px) {
  .comments-left {
    width: 100%;
    padding: 40px 20px;
    height: 426px;
  }
}

.comments-item {
  display: flex;
  margin-bottom: 60px;
}

.comments-title {
  margin-bottom: 60px;
  text-align: left;
}

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

.comments-right {
  width: 40%;
  height: 444px;
  z-index: 2;
  padding-top: 100px;
}

.comments-back {
  width: 77%;
  height: 576px;
  background: #3E3E3E;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 121px;
}
@media (max-width: 767px) {
  .comments-back {
    height: 400px;
    width: 100%;
  }
}

/*=======
qa
=======*/
.qa {
  margin-top: 77px;
}
@media (max-width: 767px) {
  .qa {
    margin-top: 140px;
  }
}

.qa-title {
  margin-bottom: 60px;
}

.qa-container {
  background: url(../img/qa-bg.png) no-repeat center center/cover;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
  padding: 60px 40px 120px 0;
}
@media (max-width: 767px) {
  .qa-container {
    padding: 40px 16px 60px;
  }
}

.qa-item {
  background: #fff;
  margin-left: auto;
  border-radius: 4px;
  width: 612px;
  padding: 18px 16px 16px;
}
@media (max-width: 767px) {
  .qa-item {
    margin: 0 auto;
  }
}
.qa-item:not(:first-child) {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .qa-item {
    width: 100%;
    padding: 16px;
    margin-top: 24px;
  }
}

.qa-q {
  display: flex;
  margin-bottom: 3px;
  position: relative;
}

.qa-icon {
  width: 24px;
  height: 24px;
  background: #3B69FF;
  border-radius: 50%;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin-right: 16px;
  padding-top: 3px;
}

.qa-text {
  color: #3E3E3E;
  font-weight: 700;
  margin-top: 3px;
}

.qa-a {
  background: rgba(59, 105, 255, 0.2);
  border-radius: 4px;
  padding: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .qa-a {
    font-size: 14px;
  }
}

.qa-bar {
  position: absolute;
  width: 17px;
  height: 17px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.qa-bar.is-open .qa-bar2 {
  display: none;
}

.qa-bar1 {
  width: 17px;
  height: 4px;
  background: #3B69FF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.qa-bar2 {
  width: 4px;
  height: 17px;
  background: #3B69FF;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
}

/*=======
access
=======*/
.access {
  position: relative;
}

.access-container {
  width: 70%;
  background: #3E3E3E;
  color: #fff;
  padding: 120px 100px;
  z-index: 1;
}
@media (max-width: 767px) {
  .access-container {
    width: 100%;
    padding: 40px 16px 60px;
  }
}

.access-title {
  text-align: left;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .access-title {
    margin-bottom: 40px;
  }
}

.address {
  margin-bottom: 47px;
}
@media (max-width: 767px) {
  .address {
    margin-bottom: 289px;
  }
}

.google-btn {
  padding: 18px 89px;
  border: 1px solid #fff;
  background: #3E3E3E;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
@media (max-width: 767px) {
  .google-btn {
    padding: 16px 100px;
  }
}
.google-btn:hover {
  background: #fff;
  color: #3E3E3E;
}

.access-map {
  width: 726px;
  height: 520px;
  position: absolute;
  z-index: 2;
  top: 120px;
  right: 40px;
}
@media (max-width: 767px) {
  .access-map {
    width: 343px;
    height: 241px;
    margin: 0 16px;
    top: 195px;
    right: 7px;
  }
}

.iframe-wrap {
  width: 100%;
  padding-top: 71.6253443526%;
  position: relative;
}
@media (max-width: 767px) {
  .iframe-wrap {
    padding-top: 70.2623906706%;
  }
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*=======
contact
=======*/
.contact {
  margin-top: 270px;
}
@media (max-width: 767px) {
  .contact {
    margin-top: 0;
  }
}

.contact-container {
  background: url(../img/contact-bg.png);
  background-size: cover;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .contact-container {
    padding: 40px 16px;
  }
}

.contact-top {
  background-image: url(../img/contact1.png);
  background-size: cover;
  color: #fff;
  width: 960px;
  max-width: 100%;
  margin: -10px auto 0;
  padding: 54px 121px;
}
@media (max-width: 767px) {
  .contact-top {
    width: 100%;
    padding: 20px 16px;
    margin: 40px auto 0;
  }
}

.contact-title {
  margin: 19px 0 16px;
}

.contact-lead {
  text-align: center;
}

.contact-content {
  width: 960px;
  max-width: 100%;
  margin: 0 auto 60px;
  color: #3E3E3E;
  background: #fff;
  padding: 52px 120px;
  border-radius: 0 0 12px 12px;
}
@media (max-width: 767px) {
  .contact-content {
    width: 100%;
    padding: 40px 16px;
    margin: 0 auto 40px;
  }
}

.contact-form-row {
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .contact-form-row {
    display: block;
  }
}

.contact-form-label {
  font-weight: 700;
  width: 188px;
  padding-top: 5px;
}
.contact-form-label span {
  padding: 2px 8px;
  background: #FF4646;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .contact-form-label {
    text-align: left;
    margin-bottom: 16px;
  }
}

.label-message {
  margin-bottom: 8px;
}

.contact-form-input {
  width: calc(100% - 188px);
}
@media (max-width: 767px) {
  .contact-form-input {
    width: 100%;
  }
}
.contact-form-input [type=email] {
  box-shadow: none;
  background: #fff;
  border: none;
  border-bottom: 1px solid #707070;
  outline: none;
  width: 100%;
  height: 32px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: none;
  color: inherit;
}
.contact-form-input [type=email]:hover {
  box-shadow: 0px 5px 5px -5px rgba(73, 115, 255, 0.5019607843);
}
.contact-form-input [type=text] {
  box-shadow: none;
  background: #fff;
  border: none;
  border-bottom: 1px solid #707070;
  outline: none;
  width: 100%;
  height: 32px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: none;
  color: inherit;
}
.contact-form-input [type=text]:hover {
  box-shadow: 0px 5px 5px -5px rgba(73, 115, 255, 0.5019607843);
}

select {
  padding: 12px 40px 12px 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: none;
  box-shadow: none;
  border: 1px solid #707070;
  color: inherit;
  background: url(../img/news-arrow-1.svg) no-repeat right 12px center/16px 16px;
}
select:hover {
  box-shadow: 0px 0px 5px rgba(73, 115, 255, 0.5019607843);
  cursor: pointer;
}
@media (max-width: 767px) {
  select {
    width: 100%;
  }
}

textarea {
  width: 100%;
  height: 200px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: none;
  box-shadow: none;
  border: 1px solid #707070;
  color: inherit;
}
textarea:hover {
  box-shadow: 0px 0px 5px rgba(73, 115, 255, 0.5019607843);
}
@media (max-width: 767px) {
  textarea {
    margin-left: 0;
  }
}

.textarea-part {
  display: inline-block;
  width: 100%;
}

.contact-form-radio {
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .contact-form-radio {
    display: block;
    margin-bottom: 16px;
  }
}
.contact-form-radio [type=radio] {
  display: none;
}
.contact-form-radio span {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  margin-right: 40px;
}
.contact-form-radio span:hover {
  cursor: pointer;
}
.contact-form-radio span:hover::before {
  box-shadow: 0px 0px 5px rgba(73, 115, 255, 0.5019607843);
}
.contact-form-radio span:active::before {
  border: 1px solid #4973FF;
  background-color: rgba(73, 115, 255, 0.2);
}
.contact-form-radio span::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #707070;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
}
.contact-form-radio span::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 3px;
  background: #3B69FF;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: none;
}
.contact-form-radio [type=radio]:checked + span::after {
  display: block;
}

/*======= 
 .contact-form-check{
     [type="checkbox"]{
         display: none;
     }
     span{
         display: inline-block;
         padding-left: 40px;
         position: relative;

         &::before{
             content: "";
             width: 20px;
             height: 20px;
             background: #fff;
             border: 1px solid #707070;
             position: absolute;
             top: 50%;
             left: 0;
             transform: translateY(-50%);

         }
         &::after{
             content: "";
             width: 20px;
             height: 20px;
             position: absolute;
             top: 50%;
             left: 0;
             transform: translateY(-50%);

         }
     }
 }
 =======*/
.contact-form-check {
  margin-bottom: 41px;
}
.contact-form-check [type=checkbox] {
  display: none;
}
.contact-form-check span {
  display: inline-block;
  padding-left: 49px;
  position: relative;
}
.contact-form-check span:hover::before {
  box-shadow: 0px 0px 5px rgba(73, 115, 255, 0.5019607843);
}
.contact-form-check span:active::before {
  border: 1px solid #4973FF;
  background-color: rgba(73, 115, 255, 0.2);
}
.contact-form-check span::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.contact-form-check span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-bottom: 3px solid #3B69FF; /*チェックの太さ*/
  border-left: 3px solid #3B69FF; /*チェックの太さ*/
  opacity: 1; /*チェック前は非表示*/
  height: 10px; /*チェックの高さ*/
  width: 15px; /*チェックの横幅*/
  transform: rotate(-45deg);
  top: 0px; /*チェック時の位置調整*/
  left: 3px; /*チェック時の位置調整*/
  display: none;
}
.contact-form-check [type=checkbox]:checked + span::after {
  display: block;
}

.contact-form-btn {
  margin-bottom: 16px;
}
.contact-form-btn.-active {
  background: #FFAA3B;
}
.contact-form-btn [type=submit] {
  padding: 16px 59px;
  background: #B2B2B2;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 3px 5px rgba(62, 62, 62, 0.16);
  border: none;
}
.contact-form-btn [type=submit].-active {
  background: #FFAA3B;
}
@media (max-width: 767px) {
  .contact-form-btn [type=submit] {
    display: block;
    　margin: 0 auto;
  }
}

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

/*=======
footer
=======*/
.footer {
  background: #3E3E3E;
  color: #FFFFFF;
  width: 100%;
}

.footer-container {
  display: flex;
  margin: 0 auto;
  padding: 60px 151px;
}
@media (max-width: 767px) {
  .footer-container {
    display: block;
    width: 100%;
    padding: 60px 77px;
    height: 395px;
  }
}

.font-awesome {
  font-size: 36px;
  margin-bottom: 34px;
  opacity: 60%;
}
.font-awesome i {
  margin-right: 32px;
}

.footer-left {
  width: 167px;
  height: 172px;
  text-align: left;
}
@media (max-width: 767px) {
  .footer-left {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}

.footer-left-item:not(:first-child) {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .footer-left-item {
    margin-bottom: 40px;
  }
}

.footer-right {
  margin-left: auto;
}
@media (max-width: 767px) {
  .footer-right {
    margin-left: 0;
    text-align: center;
  }
}

.company-name {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .company-name {
    font-size: 32px;
    width: 100%;
  }
}

.copyright {
  font-size: 12px;
  opacity: 60%;
  right: 0;
}

.floating {
  position: fixed;
  right: 40px;
  bottom: 43px;
  display: none;
  width: 54px;
  height: 57px;
  z-index: 5;
}
@media (max-width: 767px) {
  .floating {
    width: 50px;
    height: 50px;
    right: 16px;
    bottom: 13px;
  }
}

.floating a {
  display: block;
  text-decoration: none;
  opacity: 0.6;
}

.floating a:hover {
  opacity: 1;
}