@charset "UTF-8";
/* ==================================
共通
=====================================*/
body {
  font-size: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #3E3E3E;
  background-color: #F3F3F3;
}

.bold_ja {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}

.inner {
  max-width: 1200px;
  margin: auto;
}

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

.section__title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .section__title {
    padding: 40px 0;
  }
}

.more-btn {
  display: block;
  text-align: center;
  margin: 40px auto;
  font-size: 20px;
  border: 1px solid #707070;
  background-color: #fff;
  width: 236px;
  padding: 20px 0;
  letter-spacing: 4px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .more-btn {
    width: 268px;
    font-size: 18px;
    letter-spacing: 3.6px;
    padding: 16px 0;
  }
}
.more-btn:hover {
  color: #fff;
  background-color: #3E3E3E;
}

.floating {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
}
@media (max-width: 767px) {
  .floating {
    right: 16px;
    bottom: 13px;
  }
}
.floating a {
  display: block;
  opacity: 0.6;
}
.floating a:hover {
  opacity: 1;
}
.floating img {
  width: 70px;
  height: 70px;
}
@media (max-width: 767px) {
  .floating img {
    width: 50px;
    height: 50px;
  }
}

/* ==================================
header
=====================================*/
.header {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1019607843);
  position: fixed;
  z-index: 10;
}
@media (max-width: 767px) {
  .header {
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    z-index: 10;
  }
}

.header-logo {
  display: none;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .header-logo {
    display: inline-block;
    font-size: 23px;
    font-weight: bold;
    padding: 20px 0 20px 16px;
  }
}

.header-nav__items {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 83px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .header-nav__items {
    display: block;
    font-size: 18px;
    text-align: center;
    margin-top: 161px;
  }
}
.header-nav__items a {
  color: #3E3E3E;
  line-height: 1.1875;
}

.header-nav__item {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .header-nav__item {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .drawer-hamburger {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .drawer-hamburger {
    display: none;
  }
}

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

.drawer-open .drawer-hamburger-icon::before, .drawer-open .drawer-hamburger-icon::after {
  background-color: #fff;
}

.drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(62, 62, 62, 0.8);
  display: none;
}
.drawer-background.is-active {
  display: block;
}

/* ==================================
main-visual
=====================================*/
.main-visual {
  background: url(/lp-company/img/mv.png) no-repeat center center/cover;
  padding-top: 50.625%;
  position: relative;
}
@media (max-width: 767px) {
  .main-visual {
    padding-top: 0;
    width: 100%;
    height: 667px;
    background-position-x: 22%;
  }
}

@media (min-width: 1200px) {
  .main-visual__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0%, -50%);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main-visual__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0%, -50%);
  }
}

.main-visual__tll {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .main-visual__tll {
    font-size: 24px;
    font-weight: 700;
    padding: 224px 23px 32px 16px;
    line-height: 1.6666666667;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main-visual__tll {
    font-size: 24px;
  }
}

.main-visual__txt {
  margin: 40px 40px 40px 0;
  letter-spacing: 0.45px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5555555556;
}
@media (max-width: 767px) {
  .main-visual__txt {
    font-size: 14px;
    font-weight: 700;
    padding: 0 16px;
    margin: 0 0 30px 0;
    letter-spacing: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main-visual__txt {
    margin: 20px 20px 20px 0;
    font-size: 16px;
  }
}

.main-visual__btn {
  width: 282px;
  height: 50px;
  background: #FFAA3B;
  border-radius: 10px;
  border: none;
  box-shadow: 0 3px 5px rgba(62, 62, 62, 0.16);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.main-visual__btn:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .main-visual__btn {
    width: 222px;
    height: 48px;
    display: block;
    margin: auto;
  }
}
.main-visual__btn a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .main-visual__btn a {
    font-size: 16px;
  }
}

/* ==================================
news
=====================================*/
@media (max-width: 767px) {
  .news {
    margin-top: -40px;
    position: relative;
  }
}

.news__inner {
  background-color: #fff;
  padding-bottom: 40px;
  box-shadow: 0 5px 12px rgba(62, 62, 62, 0.16);
}
@media (max-width: 767px) {
  .news__inner {
    max-width: 90%;
    padding-bottom: 10px;
  }
}

.news__items {
  margin: 0 60px;
}
@media (max-width: 767px) {
  .news__items {
    margin: 0;
  }
}

.news__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #CECDCD;
}
.news__item:first-child {
  border-top: 1px solid #CECDCD;
}
@media (max-width: 767px) {
  .news__item {
    display: block;
  }
}

.news__meta {
  width: 260px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 767px) {
  .news__meta {
    margin-top: 10px;
    margin-left: 16px;
    justify-content: flex-start;
  }
}

.news__date {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.45px;
  line-height: 1.444;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .news__date {
    font-size: 14px;
    letter-spacing: 0.35px;
    padding: 0;
    margin-right: 24px;
  }
}

.news__label {
  padding: 5px 20px;
  border: 2px solid #3B69FF;
  border-radius: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .news__label {
    padding: 2px 16px;
    font-size: 12px;
    letter-spacing: 0.3px;
  }
}
.news__label a {
  display: block;
  color: #3E3E3E;
}

.news__text {
  width: 73.3333%;
  padding-right: 83px;
  margin-left: 40px;
  font-size: 18px;
  letter-spacing: 0.45px;
  line-height: 1.444;
  position: relative;
}
@media (max-width: 767px) {
  .news__text {
    width: 272px;
    font-size: 14px;
    padding: 10px 0 10px;
    margin-left: 16px;
    letter-spacing: 0;
  }
}
.news__text::after {
  position: absolute;
  content: "";
  background: url(/lp-company/img/news-arrow.png) no-repeat center center/cover;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 11px;
  height: 22px;
}
@media (max-width: 767px) {
  .news__text::after {
    top: 0;
    right: -7%;
    transform: translate(0, 7%);
  }
}

/* ==================================
service
=====================================*/
.service {
  background-color: #3E3E3E;
  height: 400px;
}
@media (max-width: 767px) {
  .service {
    height: 480px;
  }
}

.service__tll {
  color: #fff;
}

.service__container {
  width: 960px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 5px 12px rgba(62, 62, 62, 0.16);
  display: flex;
}
@media (max-width: 767px) {
  .service__container {
    width: 90%;
    display: block;
    padding: 40px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .service__container {
    width: 90%;
  }
}

.service__items {
  width: 320px;
  text-align: center;
}

.service__item__img01 {
  background: url(/lp-company/img/service1.png) no-repeat center center/contain;
  width: 64px;
  height: 64px;
  margin: 60px auto 0;
}
@media (max-width: 767px) {
  .service__item__img01 {
    margin: 0 auto;
  }
}

.service__item__img02 {
  background: url(/lp-company/img/service2.png) no-repeat center center/contain;
  width: 64px;
  height: 64px;
  margin: 60px auto 0;
}
@media (max-width: 767px) {
  .service__item__img02 {
    margin: 0 auto;
  }
}

.service__item__img03 {
  background: url(/lp-company/img/service3.png) no-repeat center center/contain;
  width: 64px;
  height: 64px;
  margin: 60px auto 0;
}
@media (max-width: 767px) {
  .service__item__img03 {
    margin: 0 auto;
  }
}

.service__item__tll {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 1.4;
  font-weight: 500;
  width: 156px;
  margin: auto;
  padding-top: 8px;
}

.service__item__txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142857143;
  padding: 20px 45px 60px;
  text-align: left;
}
@media (max-width: 767px) {
  .service__item__txt {
    padding: 20px 16px 40px;
  }
}

/* ==================================
results
=====================================*/
.results {
  margin-top: 215px;
}
@media (max-width: 767px) {
  .results {
    margin-top: 450px;
  }
}

.results__inner {
  margin-left: 40px;
  background-color: #3E3E3E;
  padding: 60px 0 60px 60px;
}
@media (max-width: 767px) {
  .results__inner {
    margin-left: 0;
    padding: 0 0 40px 0;
  }
}

.results__title {
  color: #fff;
}
@media (min-width: 1200px) {
  .results__title {
    text-align: left;
  }
}

.results__textarea {
  background: #fff;
}
.results__textarea p {
  font-size: 16px;
  padding: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .results__textarea p {
    font-size: 12px;
  }
}

.textarea__tll {
  font-size: 20px;
  font-weight: 700;
  padding: 16px 0 0 16px;
}
@media (max-width: 767px) {
  .textarea__tll {
    font-size: 14px;
  }
}

.results__more {
  width: 289px;
  text-align: center;
  letter-spacing: 4px;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .results__more {
    margin: auto;
  }
}

.results__btn {
  display: block;
  padding: 20px;
  background-color: #3E3E3E;
  color: #fff;
  border: 1px solid #fff;
}
.results__btn:hover {
  background-color: #fff;
  color: #3E3E3E;
}

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

.price__container {
  width: 960px;
  margin: auto;
}
@media (max-width: 767px) {
  .price__container {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .price__container {
    width: 90%;
  }
}

.price__table tr th, .price__table tr td {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .price__table tr th, .price__table tr td {
    font-size: 18px;
  }
}
.price__table tr th {
  width: 260px;
  padding: 16px 0;
  color: #fff;
  background-color: #3E3E3E;
}
.price__table tr td {
  width: 73%;
  padding: 16px 0 16px 40px;
  background-color: #fff;
  border: 1px solid #707070;
}
@media (max-width: 767px) {
  .price__table tr td {
    padding-left: 15px;
  }
}

.price__txt {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 500;
}

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

.bg_color {
  position: absolute;
  background-color: #3E3E3E;
  top: 146px;
  left: 0;
  width: 76%;
  height: 1980px;
  z-index: -1;
}
@media (max-width: 767px) {
  .bg_color {
    width: 100%;
    height: 1980px;
    top: 50px;
  }
}

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

.comments__container__left {
  width: 55%;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .comments__container__left {
    width: 90%;
    margin: auto;
  }
}

.comments__tll {
  padding: 120px 0 60px 60px;
  text-align: left;
  font-size: 36px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .comments__tll {
    padding: 40px 40px 40px 20px;
    font-size: 30px;
  }
}

.comments__box {
  display: flex;
}

.comments__box__img {
  width: 100px;
  height: 100px;
  padding: 0 32px 60px 60px;
}
@media (max-width: 767px) {
  .comments__box__img {
    padding: 0 20px 94px;
  }
}

.imgman {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .imgman {
    padding-bottom: 90px;
  }
}

.comments__box__txt {
  padding-right: 60px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .comments__box__txt {
    padding-right: 20px;
    font-size: 14px;
    line-height: 1.4285714286;
  }
}

.comments__container__right {
  width: 45%;
  margin: 80px 0;
}
@media (max-width: 767px) {
  .comments__container__right {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .comments__container__right img {
    width: 100%;
  }
}

/* ==================================
QA
=====================================*/
.qa {
  background-attachment: fixed;
  background-image: url(/lp-company/img/qa-bg.png);
  background-position: top center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.qa__inner {
  padding-bottom: 120px;
}

.qa__items {
  width: 612px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .qa__items {
    width: 90%;
    margin: auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .qa__items {
    margin: auto;
  }
}

.qa__item {
  background: #fff;
  border-radius: 4px;
  font-weight: 700;
  padding: 20px 16px 16px;
}
.qa__item:nth-child(n+2) {
  margin-top: 32px;
}
.qa-box__q {
  position: relative;
}

.qa-box__container {
  display: flex;
  align-items: center;
}

.qa-box__qicon {
  width: 19px;
  height: 19px;
  color: #fff;
  background: #3B69FF;
  text-align: center;
  border-radius: 50%;
  padding: 5px;
}

.qa-box__tll {
  padding-left: 16px;
  line-height: 1.5;
}

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

.qa-box__plus {
  background: url(/lp-company/img/plus@2x.png) no-repeat center center/cover;
  width: 17px;
  height: 17px;
}

.qa-box__minus {
  position: absolute;
  background: url(/lp-company/img/minus@2x.png) no-repeat center center/cover;
  width: 16px;
  height: 3px;
  top: 53%;
  left: 0;
  transform: translateY(-50%);
}

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

.qa-box__content {
  line-height: 1.5;
}

/* ==================================
access
=====================================*/
@media (max-width: 767px) {
  .access {
    padding: 40px 16px 0;
  }
}

.access__date {
  display: grid;
  margin: 60px 0 0 60px;
  grid-template-rows: 12vw 12vw;
  grid-template-columns: 414px 1fr;
}
@media (max-width: 767px) {
  .access__date {
    display: block;
    margin: 0;
  }
}

.access__tll {
  color: #fff;
  text-align: left;
}
@media (max-width: 767px) {
  .access__tll {
    padding: 20px 0 40px;
  }
}

.access__txt {
  color: #fff;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .access__txt {
    margin-top: 50px;
  }
}

.access__more {
  width: 289px;
  text-align: center;
  letter-spacing: 4px;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .access__more {
    margin: auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .access__more {
    margin-top: 100px;
  }
}

.access-btn {
  display: block;
  padding: 20px;
  background-color: #3E3E3E;
  color: #fff;
  border: 1px solid #fff;
}
.access-btn:hover {
  background-color: #fff;
  color: #3E3E3E;
}
@media (max-width: 767px) {
  .access-btn {
    margin: 16px auto 60px;
  }
}

.access__map {
  margin: 60px 0 0;
  grid-area: 1/2/3/3;
  box-shadow: 0 0 10px rgba(62, 62, 62, 0.16);
}
@media (max-width: 767px) {
  .access__map {
    padding-top: 24px;
    height: 240px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .access__map iframe {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .access__map iframe {
    width: 100%;
  }
}

/* ==================================
contact
=====================================*/
.contact {
  background: url(/lp-company/img/contact-bg.png) no-repeat center center/cover;
  padding-top: 60px;
  margin-top: 240px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .contact {
    margin-top: 0;
  }
}

.contact__header {
  background: url(/lp-company/img/contact1.png) no-repeat center center/cover;
  width: 960px;
  margin: auto;
  padding: 60px 0;
  border-radius: 12px 12px 0 0;
}
@media (max-width: 767px) {
  .contact__header {
    width: 90%;
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact__header {
    width: 90%;
  }
}

.contact__tll {
  color: #fff;
  padding: 0;
}

.contact__sabtll {
  color: #fff;
  text-align: center;
  padding: 16px 0 30px;
}
@media (max-width: 767px) {
  .contact__sabtll {
    font-size: 14px;
    text-align: left;
    width: 310px;
    margin: auto;
    line-height: 1.4285714286;
  }
}

form {
  width: 960px;
  margin: auto;
  background: #fff;
  padding: 60px 120px 40px;
  box-sizing: border-box;
  border-radius: 0 0 12px 12px;
}
@media (max-width: 767px) {
  form {
    width: 90%;
    margin: auto;
    padding: 40px 12px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  form {
    width: 90%;
  }
}

.contact__item {
  display: flex;
  align-items: center;
  margin: 32px 0;
}
@media (max-width: 767px) {
  .contact__item {
    display: block;
  }
}

.contact__item_tll {
  font-weight: 700;
  width: 26.3888%;
}
@media (max-width: 767px) {
  .contact__item_tll {
    width: 100%;
    padding-bottom: 16px;
  }
}

input[type=text], input[type=email] {
  border: none;
  border-bottom: 1px solid #3E3E3E;
  width: 100%;
  padding: 7px 0 7px 10px;
}
@media (max-width: 767px) {
  input[type=text], input[type=email] {
    padding-left: 0;
  }
}
input[type=radio] {
  display: none;
  vertical-align: text-top;
}
input[type=checkbox] {
  display: none;
  vertical-align: text-top;
}

.contact__selectBox {
  position: relative;
}
.contact__selectBox select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 12px 40px 12px 12px;
}
@media (max-width: 767px) {
  .contact__selectBox select {
    width: 96%;
  }
}
.contact__selectBox::after {
  position: absolute;
  content: "";
  background: transparent;
  display: block;
  width: 6px;
  height: 6px;
  top: 14px;
  left: 135px;
  border-bottom: 2px solid #3E3E3E;
  border-right: 2px solid #3E3E3E;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .contact__selectBox::after {
    left: 280px;
  }
}

.content__tllLabel {
  display: inline-block;
  width: 24px;
  height: 12px;
  font-size: 12px;
  font-weight: bold;
  margin-left: 12px;
  padding: 2px 8px;
  background: #FF4646;
  color: #fff;
  border-radius: 2px;
}

.contact__item_box {
  width: 73.8888%;
}
@media (max-width: 767px) {
  .contact__item_box {
    width: 96%;
  }
}

.contact__item_radio {
  display: flex;
}
@media (max-width: 767px) {
  .contact__item_radio {
    margin-top: 16px;
  }
}

.contact__radio {
  display: inline-block;
}
.contact__radio + .contact__radio {
  margin-left: 32px;
}

.contact__label {
  padding-left: 22px;
  position: relative;
}
.contact__label::before {
  background: #fff;
  border: 1px solid #3E3E3E;
  border-radius: 50%;
  display: block;
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
  width: 12px;
  height: 12px;
}
.contact__label:after {
  background: #4973ff;
  border-radius: 50%;
  display: block;
  position: absolute;
  content: "";
  top: 4px;
  left: 3px;
  width: 8px;
  height: 8px;
  opacity: 0;
}

input[type=radio]:checked + .contact__label:after {
  opacity: 1;
}

textarea {
  width: 720px;
  height: 200px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  textarea {
    width: 96%;
    height: 160px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  textarea {
    width: 100%;
  }
}

.content__privacy {
  margin: 41px 0 41px;
}

.checkbox__label {
  position: relative;
  padding: 2px 0 2px 40px;
  font-size: 18px;
  font-weight: bold;
}
.checkbox__label::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #707070;
  top: 0;
  left: 0;
}
.checkbox__label:after {
  border-bottom: 2px solid #3B69FF;
  border-left: 2px solid #3B69FF;
  position: absolute;
  content: "";
  display: block;
  top: 5px;
  left: 4px;
  height: 5px;
  width: 11px;
  transform: rotate(-45deg);
  opacity: 0;
}

input[type=checkbox]:checked + .checkbox__label:after {
  opacity: 1;
}

.contact__button {
  background: #FFAA3B;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  border: none;
  width: 173px;
  padding: 16px;
}
.contact__button:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .contact__button {
    display: block;
    margin: auto;
  }
}

/* ==================================
footer
=====================================*/
footer {
  background: #3E3E3E;
  padding: 60px 0;
  color: #fff;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
}

.footer__inner {
  width: 960px;
  margin: auto;
}
@media (max-width: 767px) {
  .footer__inner {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer__inner {
    width: 90%;
  }
}

.footer__container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer__container {
    display: block;
  }
}

.footer__icons {
  display: flex;
}
@media (max-width: 767px) {
  .footer__icons {
    justify-content: center;
  }
}

.footer__icon {
  font-size: 36px;
}
.footer__icon a {
  color: #fff;
  display: block;
}

.footer__icon_fb {
  margin-left: 32px;
}

.footer__nav {
  padding-top: 40px;
}
.footer__nav a {
  color: #fff;
}

.footer__link:nth-child(n+2) {
  padding-top: 24px;
}

@media (max-width: 767px) {
  .footer__company {
    padding-top: 40px;
  }
}

.footer__tll {
  font-size: 40px;
  font-weight: bold;
  color: #E3E3E3;
}

.footer__copyrigth {
  display: block;
  font-size: 12px;
  padding-top: 20px;
  margin-left: 75px;
}
@media (max-width: 767px) {
  .footer__copyrigth {
    margin-left: 0;
  }
}