@charset "UTF-8";
body {
  font-family: "游ゴシック体", Bold;
  font-size: 16px;
  line-height: 1.45;
  background: #F3F3F3;
  color: #3E3E3E;
}

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

.section-title {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  padding: 60px 0;
}

.header {
  position: fixed;
  background: rgba(255, 255, 255, 0.1);
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 83px;
  z-index: 1000;
}

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

.header-inner {
  padding: 32px 0;
}

.header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", Medium;
}
.header-nav li:not(:first-child) {
  margin-left: 40px;
}
.header-nav a {
  font-weight: bold;
  position: relative;
  display: inline-block;
  width: auto;
}
.header-nav a::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #3E3E3E;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3S;
}
.header-nav a:hover::after {
  transform: scale(1, 1);
}
@media (max-width: 767px) {
  .header-nav {
    display: none;
  }
}

.drawer-icon {
  position: fixed;
  top: 24px;
  right: 16px;
  z-index: 1010;
  cursor: pointer;
  display: none;
  transition: transform 0.5s ease 0s;
}
@media (max-width: 767px) {
  .drawer-icon {
    display: block;
  }
}
.drawer-icon.is-active {
  transform: translateX(-300px);
}
.drawer-icon.is-active .drawer-icon-bar1 {
  transform: rotate(-45deg);
  top: 8px;
  background: #fff;
}
.drawer-icon.is-active .drawer-icon-bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon-bar3 {
  transform: rotate(45deg);
  top: 8px;
  background: #fff;
}

.drawer-icon-bars {
  width: 22px;
  height: 20px;
  display: block;
  position: relative;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 22px;
  height: 4px;
  background: #3e3e3e;
  top: 0;
  left: 0;
}

.drawer-icon-bar1 {
  top: 0;
}

.drawer-icon-bar2 {
  top: 8px;
}

.drawer-icon-bar3 {
  top: 16px;
}

.drawer-content {
  width: 300px;
  height: 100%;
  text-align: center;
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 1005;
  padding: 160px 50px 0;
  transform: translateX(105%);
}
.drawer-content.is-active {
  transform: translateX(0);
}

.drawer-content-item {
  font-size: 18px;
  font-weight: bold;
}
.drawer-content-item a {
  display: inline-block;
  color: #3E3E3E;
  padding: 10px 20px;
}

.drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3E3E3E;
  opacity: 0.7;
  z-index: 1001;
  display: none;
}
.drawer-background.is-active {
  display: block;
}

/*=====================================================
# main
======================================================*/
.main-visual {
  background: url(/最終課題/img/mv.png) no-repeat center center/contain;
  height: 648px;
  background-size: cover;
}
@media (max-width: 767px) {
  .main-visual {
    background-position: 24% center;
  }
}

.main-visual-content {
  margin-left: auto;
  padding-left: 25px;
  padding-top: 230px;
  padding-right: 20px;
  max-width: 610px;
  height: 170px;
}
@media (max-width: 767px) {
  .main-visual-content {
    padding-left: 16px;
    padding-top: 226px;
  }
}

.main-visual-title {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.02px;
}
@media (max-width: 767px) {
  .main-visual-title {
    font-size: 24px;
  }
}

.main-visual-lead {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.45px;
  margin-top: 34px;
}
@media (max-width: 767px) {
  .main-visual-lead {
    font-size: 14px;
    margin-top: 24px;
  }
}

.mein-visual-button {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .mein-visual-button {
    margin-top: 30px;
  }
}
.mein-visual-button a {
  cursor: pointer;
  background-color: #ffaa3b;
  border-radius: 10px;
  box-shadow: 0 3px 5px rgba(62, 62, 62, 0.2);
  color: #fff;
  display: block;
  font-size: 18px;
  letter-spacing: 0.025em;
  line-height: 48px;
  height: 48px;
  margin-top: 40px;
  text-align: center;
  transition: background-color 0.2s;
  width: 280px;
  font-weight: bold;
  border: none;
}
@media (max-width: 767px) {
  .mein-visual-button a {
    margin-top: 30px;
    margin: 0 auto;
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .mein-visual-button a:not(:disabled):hover {
    background-color: #f18900;
  }
}

/*=====================================================
# news
======================================================*/
.news {
  background: rgb(243, 243, 243);
  margin: 120px auto 0;
  padding: 0 48px 120px;
  font-family: "Montserrat", Medium;
}
@media (max-width: 767px) {
  .news {
    margin: -20px 16px 0;
    padding: 0;
    position: relative;
    z-index: 1;
  }
}

.news-inner {
  background: #FFF;
  box-shadow: 0 5px 12px rgba(62, 62, 62, 0.2);
  padding: 60px 20px 40px;
}
@media (max-width: 767px) {
  .news-inner {
    padding: 40px 0 5px 0;
  }
}

.news-head {
  padding-top: 0;
}
@media (max-width: 767px) {
  .news-head {
    padding-bottom: 15px;
  }
}

.news-item a {
  margin: 0 auto;
  align-items: center;
  transition: background-color 0.2s;
  position: relative;
  border-bottom: 1px solid #CECDCD;
  border-top: 1px solid #CECDCD;
  margin-top: -1px;
}
.news-item a::after {
  content: "";
  position: absolute;
  right: 6px;
  width: 13px;
  height: 25px;
  background: url(/最終課題/img/news-arrow1.png) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .news-item a::after {
    top: 50%;
    right: 15px;
  }
}
@media (min-width: 1200px) {
  .news-item a:hover {
    background-color: rgba(73, 115, 255, 0.1);
  }
}

.news-items-link {
  display: flex;
  padding: 38px 110px 38px 12px;
}
@media (max-width: 767px) {
  .news-items-link {
    display: block;
    padding: 12px 34px 12px 16px;
  }
}

.news-item-head {
  display: flex;
}
@media (max-width: 767px) {
  .news-item-head {
    padding: 16px 16px 5px 0;
  }
}

.news-date {
  font-size: 18px;
  width: 150px;
}
@media (max-width: 767px) {
  .news-date {
    font-size: 14px;
    text-align: left;
    display: inline-block;
    padding: 2px;
    width: 100px;
  }
}

.news-label {
  width: 120px;
  height: 30px;
  font-size: 14px;
  padding: 2px 30px;
  margin-left: 20px;
  border: 2px solid #3B69FF;
  border-radius: 50px;
  background: #fff;
}
@media (max-width: 767px) {
  .news-label {
    margin-left: 0;
    width: 80px;
    height: 18px;
    font-size: 7px;
    padding: 3px 0;
    text-align: center;
  }
}

.news-tittle {
  margin: 0 20px 0 20px;
  line-height: 1.6;
  letter-spacing: 0.45em;
}
@media (max-width: 767px) {
  .news-tittle {
    line-height: 1.4;
    width: 100%;
    margin: 0;
    font-size: 10px;
  }
}

.news-more a {
  width: 236px;
  height: 64px;
  display: block;
  margin: 40px auto 0;
  text-align: center;
  padding: 18px 80px;
  color: #3E3E3E;
  font-size: 20px;
  letter-spacing: 4px;
  font-weight: 600;
  border: 1px solid #707070;
  transition: background-color 0.2s, color 0.2s;
}
@media (max-width: 767px) {
  .news-more a {
    width: 200px;
    height: 55px;
    margin: 45px auto;
    padding: 10px 20px;
  }
}
@media (min-width: 1200px) {
  .news-more a:hover {
    background: #3E3E3E;
    color: #fff;
  }
}

/*=====================================================
# service
======================================================*/
.service {
  background: linear-gradient(to bottom, #3e3e3e 0, #3e3e3e 400px, transparent 400px, transparent 100%);
}
@media (max-width: 767px) {
  .service {
    margin-top: 50px;
  }
}

.service-title {
  color: #fff;
  font-family: "Montserrat", Medium;
}
@media (max-width: 767px) {
  .service-title {
    padding-top: 30px;
    padding-bottom: 40px;
    font-size: 30px;
  }
}

.service-items {
  display: flex;
  background: #fff;
  margin: 0 20px 0px 20px;
  max-width: 980px;
  margin: 0 auto;
  padding: 65px 0;
  box-shadow: 0px 5px 12px rgba(62, 62, 62, 0.2);
}
@media (max-width: 767px) {
  .service-items {
    display: block;
    padding: 40px 0 20px;
  }
}

.service-item dt {
  text-align: center;
  align-items: center;
}
.service-item dt p {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 4px;
}
.service-item dd {
  font-size: 14px;
  padding: 20px 55px 0;
}
@media (max-width: 767px) {
  .service-item:not(:first-child) {
    margin-top: 40px;
  }
}

.service-item-img img {
  width: 50px;
  height: 32px;
  margin: 0 auto;
}

/*=====================================================
# results
======================================================*/
.slider-items {
  margin-top: 50px;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .slider-items {
    margin-top: 40px;
  }
  .slider-items:first-child {
    margin-left: 10px;
  }
}

.slide-item {
  max-width: 400px;
  margin-left: 40px;
  display: block;
}
@media (max-width: 767px) {
  .slide-item {
    max-width: 290px;
    height: 280px;
  }
}

.slide-body {
  background: #ffffff;
  padding: 16px;
}
@media (max-width: 767px) {
  .slide-body {
    padding: 5px;
  }
}

.slide-title {
  color: #3e3e3e;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .slide-title {
    font-size: 14px;
  }
}

.slide-text {
  font-size: 16px;
  margin-top: 14px;
  line-height: 1.5;
  color: #3e3e3e;
  position: relative;
}
@media (max-width: 767px) {
  .slide-text {
    font-size: 12px;
    margin-top: 0;
  }
}

.slick-dots {
  display: flex;
}
@media (max-width: 767px) {
  .slick-dots {
    align-items: center;
    justify-content: center;
  }
}
.slick-dots li.slick-active button {
  color: transparent;
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50%;
  background: #fff;
  margin: 35px 16px 44px 0;
  cursor: pointer;
  border: 2px solid #000;
  box-shadow: 0 0 0 1px #FFF;
  margin-top: 33px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .slick-dots li.slick-active button {
    margin-left: 10px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.slick-dots li button {
  color: transparent;
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background: #fff;
  margin: 35px 10px 40px 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .slick-dots li button {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}

.results {
  background: #3E3E3E;
  margin: 120px 0 60px 10px;
}
@media (max-width: 767px) {
  .results {
    margin-top: 30px;
    margin-left: 0;
    margin-bottom: 40px;
  }
}

.results-title {
  text-align: left;
  color: #fff;
  padding: 60px 0px 8px 50px;
  font-family: "Montserrat", Medium;
}
@media (max-width: 767px) {
  .results-title {
    margin-left: 80px;
    padding-top: 35px;
    padding-bottom: 0px;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .results-linkBox {
    text-align: center;
  }
}
.results-linkBox a {
  font-weight: 600;
  letter-spacing: 8px;
  width: 290px;
  height: 65px;
  display: inline-block;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  border: 1px solid #FFF;
  margin-left: 40px;
  margin-bottom: 60px;
  transition: background-color 0.2s, color 0.2s;
}
@media (max-width: 767px) {
  .results-linkBox a {
    margin-left: 0;
    width: 320px;
    height: 55px;
    margin-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .results-linkBox a:hover {
    background: #fff;
    color: #3E3E3E;
  }
}

/*=====================================================
# price
======================================================*/
.price-title {
  padding-top: 55px;
}
@media (max-width: 767px) {
  .price-title {
    padding-top: 0;
    padding-bottom: 30px;
    font-size: 30px;
  }
}

.price-table {
  width: 79.3333333333%;
  margin: auto;
}
@media (max-width: 767px) {
  .price-table {
    width: 91.4666666667%;
  }
}

.table {
  border-collapse: collapse; /* ボーダーをまとめた線にする */
  border: 1px solid #707070;
  background: #fff;
  width: 100%; /*指定した範囲いっぱいに表示*/
}
.table th,
.table td {
  border: 1px solid #707070;
  padding: 0 40px;
  height: 61px;
  vertical-align: middle; /* 行の縦の間隔を中央へ */
  font-weight: 600;
  font-size: 24px;
  font-family: "Montserrat", Medium;
}
@media (max-width: 767px) {
  .table th,
.table td {
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    height: 56px;
  }
}
.table th {
  background: #3E3E3E;
  color: #FFFFFF;
  text-align: center;
  width: 27.2916666667%;
}
@media (max-width: 767px) {
  .table th {
    padding: 0;
  }
}
.table td {
  width: 72.7083333333%;
}

.price-text {
  margin-top: 12px;
  font-size: 12px;
}

/*=====================================================
# bg-content
======================================================*/
.comments {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .comments {
    margin-top: 60px;
  }
}

.comments-inner {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .comments-inner {
    margin: 0 16px;
  }
}

.comments-title {
  font-family: "Montserrat", Medium;
  text-align: left;
  padding: 120px 0px 60px 60px;
}
@media (max-width: 767px) {
  .comments-title {
    padding-top: 40px;
    font-size: 30px;
    padding-left: 15px;
    padding-bottom: 40px;
  }
}

.bg-content {
  position: relative;
}
.bg-content:before {
  background: #3e3e3e;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 150px;
  width: 81.6666666667%;
}
@media (max-width: 767px) {
  .bg-content:before {
    width: 100%;
    top: 60px;
  }
}

.comments-body {
  background: #fff;
  z-index: 1;
  padding-bottom: 130px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 767px) {
  .comments-body {
    padding: 0 0 25px 0;
  }
}

.comments-box2 {
  z-index: 1;
  margin-top: 80px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .comments-box2 {
    display: none;
  }
}

.comments-item1,
.comments-item2 {
  max-width: 100%;
  margin: 0 10px;
  line-height: 1.5;
}
.comments-item1 p,
.comments-item2 p {
  padding: 10px 0 0 150px;
}
@media (max-width: 767px) {
  .comments-item1 p,
.comments-item2 p {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .comments-item1,
.comments-item2 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .comments-item1 p,
.comments-item2 p {
    padding-left: 100px;
  }
}

.comments-item1 {
  position: relative;
}
.comments-item1::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: url(/最終課題/img/comments1.png) no-repeat center center/contain;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .comments-item1::before {
    width: 60px;
    height: 60px;
    top: 0;
  }
}

.comments-item2 {
  position: relative;
}
.comments-item2 p {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .comments-item2 p {
    margin-top: 50px;
  }
}
.comments-item2::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: url(/最終課題/img/comments2.png) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .comments-item2::before {
    width: 60px;
    height: 60px;
    top: 0;
  }
}

/*=====================================================
# qa
======================================================*/
.qa {
  background-image: url(/最終課題/img/qa-bg.png);
  z-index: 1;
  background-position: top center;
  background-size: cover;
  margin-top: 110px;
  position: relative;
  padding-bottom: 90px;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .qa {
    margin-top: 60px;
    padding-bottom: 70px;
  }
}

.qa-title {
  font-family: "Montserrat", Medium;
}
@media (max-width: 767px) {
  .qa-title {
    padding: 40px 0 20px;
    font-size: 30px;
    color: #3E3E3E;
  }
}

.qa-item {
  background: #fff;
  max-width: 612px;
  margin-left: auto;
  padding: 0 10px;
  border-radius: 4px;
  cursor: pointer;
}
.qa-item:not(:first-child) {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .qa-item:not(:first-child) {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .qa-item {
    margin: 0 auto;
  }
}

.qa-inner {
  width: 100%;
  padding: 0 16px;
}

.qa-question {
  padding: 20px;
  font-weight: bold;
  margin-left: 30px;
  position: relative;
}
.qa-question::before {
  content: "Q";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -22px;
  width: 24px;
  height: 24px;
  color: #FFF;
  font-weight: bold;
  background: #3B69FF;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 767px) {
  .qa-question {
    padding: 10px;
  }
}

.qa-box_icon { /*右の±の表示*/
  width: 14px;
  height: 14px;
  position: absolute; /*うえのrelativeを基準としている*/
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.qa-box_icon.is-open .qa-box_bar2 {
  transform: rotate(90deg); /*９０度回転せる*/
}

.qa-box_bar1 { /*プラスの横の棒*/
  width: 14px;
  height: 2px;
  background: #3B69FF;
  border-radius: 20px;
  position: absolute; /*これ以降はiconに対する位置ぎめをする*/
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.qa-box_bar2 {
  width: 2px;
  height: 14px;
  background: #3B69FF;
  border-radius: 20px;
  position: absolute; /*これ以降はiconに対する位置ぎめをする*/
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  transition: all 0.3s ease 0s; /*アニメーションをつける*/
}

.qa-answer {
  display: none;
  padding-bottom: 16px;
}
.qa-answer p {
  padding: 14px;
  background: rgba(59, 105, 255, 0.2);
  border-radius: 4px;
  line-height: 1.5;
}

.qa-answer-text {
  position: relative; /*aの文字を入れるスペースを作るためのもの*/
  padding: 5px;
}
@media (max-width: 767px) {
  .qa-answer-text {
    font-size: 14px;
  }
}

/*=====================================================
# access
======================================================*/
.access {
  position: relative;
  z-index: 1;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .access {
    margin-top: 40px;
  }
}

.access-box {
  color: #fff;
  padding-left: 40px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .access-box {
    padding-left: 0;
  }
}

.access-title {
  text-align: left;
  font-family: "Montserrat", Medium;
  margin-top: 53px;
}
@media (max-width: 767px) {
  .access-title {
    margin-top: 0;
    padding-top: 0;
    font-size: 30px;
    padding-bottom: 35px;
  }
}

.access-link {
  margin-top: 30px;
}
.access-link a {
  margin-left: 40px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  border: 1px solid #fff;
  padding: 20px 80px;
  margin-bottom: 120px;
  transition: background-color 0.2s, color 0.2s;
}
@media (max-width: 767px) {
  .access-link a {
    width: 100%;
    margin-left: 0;
    text-align: center;
    padding: 12px 80px;
    margin-top: 24px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .access-link a:hover {
    background: #fff;
    color: #000;
  }
}

.access-map {
  position: absolute;
  height: 520px;
  width: 66.6666666667%;
  top: 70px;
  left: 450px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .access-map {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .access-map {
    position: static;
    width: 100%;
    height: 100%;
    margin-top: 24px;
  }
}

.iframe_wrap {
  width: 100%;
  padding-top: 62.5%; /* 縦横比の真ん中を保つ為の指示 */
  position: relative;
}
.iframe_wrap iframe {
  position: absolute; /* wrapのフレームに対して上部を覆う */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*=====================================================
# contact
======================================================*/
.contact {
  margin-top: 240px;
  background: url(/最終課題/img/contact-bg.png) center center/cover;
  padding: 65px 110px;
}
@media (max-width: 767px) {
  .contact {
    margin-top: 0;
    padding: 40px 16px;
  }
}

.contact-inner {
  background: #fff;
  border-radius: 12px;
  margin: 0 auto;
  max-width: 960px;
  overflow: hidden;
  width: 100%;
}

.contact-heder {
  background: url(/最終課題/img/contact1.png) center center/cover;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .contact-heder {
    padding: 40px 0;
  }
}

.contact-title {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  font-family: "Montserrat", Medium;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-title {
    font-size: 30px;
  }
}

.contact-fom-required {
  height: 16px;
  width: 40px;
  display: inline-block;
  background: #FF4646;
  color: #fff;
  font-size: 12px;
  padding: 0 8px;
  font-weight: bold;
  margin-left: 15px;
  border-radius: 2px;
}

.contact-heder-text {
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .contact-heder-text {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    padding: 0 16px;
  }
}

.contact-content {
  padding: 50px 120px 44px 120px;
}
@media (max-width: 767px) {
  .contact-content {
    padding: 30px 10px;
  }
}

.contact-form-label {
  font-weight: bold;
}
.contact-form-label label {
  display: inline-block;
  width: 180px;
  height: auto;
}

.contact-radio-title {
  font-weight: bold;
}

.contact-form-row {
  display: flex;
}
.contact-form-row:not(:first-child) {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .contact-form-row:not(:first-child) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .contact-form-row {
    display: block;
  }
}

.contact-form-radio {
  display: flex;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-form-radio {
    display: block;
  }
}
@media (max-width: 767px) {
  .contact-form-radio {
    display: block;
  }
}

.contact-form-input {
  width: 100%;
  position: relative;
}
.contact-form-input select {
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #707070;
  color: #3E3E3E;
  font-family: inherit;
  width: 178px;
  height: 40px;
  background: transparent;
  padding: 0 32px 0 12px;
  -webkit-appearance: menulist;
  transition: box-shadow 0.2s;
}
@media (max-width: 767px) {
  .contact-form-input select {
    font-size: 14px;
    margin-top: 10px;
    width: 100%;
  }
}
.contact-form-input select:hover {
  box-shadow: 0 0 4px #4973ff;
}
.contact-form-input input[type=text], .contact-form-input input[type=e-mail] {
  border: none;
  width: 100%;
  height: 32px;
  border-bottom: 1px solid #3E3E3E;
  transition: box-shadow 0.2s;
  font-size: 16px;
}
@media (max-width: 767px) {
  .contact-form-input input[type=text], .contact-form-input input[type=e-mail] {
    font-size: 14px;
  }
}
.contact-form-input input[type=text][type=text]:hover, .contact-form-input input[type=text][type=text]:focus, .contact-form-input input[type=e-mail][type=text]:hover, .contact-form-input input[type=e-mail][type=text]:focus {
  border-color: #4973ff;
  outline: none;
}
.contact-form-input input[type=text][type=e-mail]:hover, .contact-form-input input[type=text][type=e-mail]:focus, .contact-form-input input[type=e-mail][type=e-mail]:hover, .contact-form-input input[type=e-mail][type=e-mail]:focus {
  border-color: #4973ff;
  outline: none;
}
.contact-form-input input[type=text][type=text]:hover + .contact-focusLine, .contact-form-input input[type=text][type=text]:focus + .contact-focusLine, .contact-form-input input[type=e-mail][type=text]:hover + .contact-focusLine, .contact-form-input input[type=e-mail][type=text]:focus + .contact-focusLine {
  opacity: 1;
}
.contact-form-input input[type=text][type=e-mail]:hover + .contact-focusLine, .contact-form-input input[type=text][type=e-mail]:focus + .contact-focusLine, .contact-form-input input[type=e-mail][type=e-mail]:hover + .contact-focusLine, .contact-form-input input[type=e-mail][type=e-mail]:focus + .contact-focusLine {
  opacity: 1;
}
.contact-form-input input[type=text][type=radio], .contact-form-input input[type=e-mail][type=radio] {
  display: none;
  vertical-align: text-top;
}

textarea {
  height: 200px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #707070;
  padding: 10px 16px;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
}
@media (min-width: 1200px) {
  textarea:hover {
    border-color: #4973ff;
    box-shadow: 0 0 4px #4973ff;
  }
}

.contact-focusLine {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  box-shadow: 0 2px 4px rgba(73, 115, 255, 0.6);
  display: inline-block;
  opacity: 0;
}

.contact-form-radio {
  margin-top: 32px;
}

.contact-radio:not(:first-child) {
  margin-left: 40px;
}

.contact-radio-title {
  width: 180px;
}

.contact-inputBox {
  display: flex;
}

.contact-form-message {
  margin-top: 32px;
}

.contact-form_check input {
  opacity: 0;
}

.contact-privacy-label {
  cursor: pointer;
  display: block;
  padding-left: 38px;
  position: relative;
  font-weight: 700;
}
.contact-privacy-label:before {
  background: #fff;
  border: solid 1px #3e3e3e;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 2px;
  transition: 0.2s;
  width: 16px;
}
.contact-privacy-label:hover::before {
  border-color: #4973ff;
  box-shadow: 0 0 4px #4973ff;
}
.contact-privacy-label:active::before {
  background-color: rgba(73, 115, 255, 0.2);
  box-shadow: none;
}
.contact-privacy-label:after {
  border-bottom: solid 2px #4973ff;
  border-left: solid 2px #4973ff;
  content: "";
  display: block;
  height: 6px;
  left: 2px;
  opacity: 0;
  position: absolute;
  top: 6px;
  transform: rotate(-45deg);
  transition: 0.2s;
  width: 12px;
}

input[type=checkbox]:checked + .contact-privacy-label:after {
  opacity: 1;
}

.contact-form-button {
  margin-top: 38px;
}
.contact-form-button button {
  cursor: pointer;
  background-color: #b2b2b2;
  border-radius: 10px;
  box-shadow: 0 3px 5px rgba(62, 62, 62, 0.2);
  color: #fff;
  display: block;
  font-size: 18px;
  letter-spacing: 0.025em;
  line-height: 48px;
  height: 48px;
  margin-top: 40px;
  text-align: center;
  transition: background-color 0.2s;
  width: 180px;
  font-weight: bold;
  border: none;
}
.contact-form-button button:not(:disabled) {
  background-color: #FFAA3B;
}
.contact-form-button button:not(:disabled):hover {
  background-color: #f18900;
}
.contact-form-button button:disabled {
  background-color: #b2b2b2;
  cursor: auto;
}
@media (max-width: 767px) {
  .contact-form-button button {
    margin: 0 auto;
  }
}

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

/*=====================================================
# footer
======================================================*/
.footer {
  background: #3E3E3E;
}

.footer-inner {
  display: flex;
  padding: 60px 120px;
}
@media (max-width: 767px) {
  .footer-inner {
    display: block;
    padding: 40px 16px;
    text-align: center;
  }
}

.footer-sns {
  display: flex;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .footer-sns {
    align-items: center;
    justify-content: center;
  }
}

.footer-sns-list {
  padding: 16px;
}
.footer-sns-list a {
  font-size: 36px;
  color: #fff;
  display: inline-block;
  opacity: 0.6;
}
@media (min-width: 1200px) {
  .footer-sns-list a:hover {
    opacity: 1;
  }
}

.footer-nav-list:not(:first-child) {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .footer-nav-list:not(:first-child) {
    margin-top: 15px;
  }
}

.footer-nav {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .footer-nav {
    margin-top: 15px;
  }
}
.footer-nav a {
  color: #fff;
  letter-spacing: 0.4px;
  position: relative;
}
.footer-nav a::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
@media (max-width: 767px) {
  .footer-nav a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .footer-nav a:hover::after {
    opacity: 1;
  }
}

.footer-right {
  margin-left: auto;
  color: #fff;
}

.footer-title {
  font-size: 40px;
  font-weight: bold;
  color: #FFF;
  font-family: "Montserrat", Medium;
}
@media (max-width: 767px) {
  .footer-title {
    margin-top: 40px;
    font-size: 32px;
  }
}

.footer-subtitle {
  font-size: 12px;
  color: #FFF;
  opacity: 0.6;
  letter-spacing: 0.3px;
  text-align: right;
}
@media (max-width: 767px) {
  .footer-subtitle {
    text-align: center;
  }
}

.to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  z-index: 2001;
}
.to-top.is-show {
  opacity: 1;
  visibility: visible;
}
.to-top a {
  transition: all 0.3s ease 0s;
}
.to-top a img {
  width: 50px;
}
@media (min-width: 1200px) {
  .to-top a:hover {
    opacity: 0.7;
  }
}