@charset "UTF-8";
/*========================================================
# 初期設定
========================================================*/
body {
  color: #3E3E3E;
  font-family: "ヒラギノ明朝 ProN" , serif;
  background: #F3F3F3;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
    letter-spacing: 0.45px;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

body h1 {
  font-size: 32px;
}

body h2 {
  font-size: 28px;
}

body h3 {
  font-size: 20px;
}

body button, body a {
  color: #3E3E3E;
  transition: .4s;
}

.inner {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .inner {
    max-width: 1280px;
    padding: 60px 40px 0;
  }
}

@media screen and (max-width: 768px) {
  .inner {
    width: calc( 343 / 375 * 100%);
  }
}

.section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .section-title {
    font-size: 36px;
    line-height: 44px;
  }
  .section-title:not(:last-of-type) {
    margin-bottom: 60px;
  }
}

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

.cv-btn {
  background: #FFAA3B;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0 3px 5px rgba(62, 62, 62, 0.2);
}

@media screen and (min-width: 769px) {
  .cv-btn {
    font-size: 18px;
    height: 50px;
  }
}

.cv-btn:hover {
  background: #f18900;
}

.font-white {
  color: #fff;
}

.to-top {
  position: fixed;
  z-index: 100;
}

@media screen and (min-width: 769px) {
  .to-top {
    width: 70px;
    height: 70px;
    padding: 10px;
    bottom: 30px;
    right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .to-top {
    width: 50px;
    height: 50px;
    bottom: 13px;
    right: 16px;
  }
}

.to-top a {
  display: inline-block;
}

/*========================================================
# header
========================================================*/
.header {
  background: #FFFFFF1A;
  position: fixed;
  z-index: 100;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .header {
    height: 83px;
  }
}

@media screen and (max-width: 768px) {
  .header {
    height: 68px;
  }
}

.add-header-bgc .header {
  background: rgba(255, 255, 255, 0.6);
}

@media screen and (min-width: 769px) {
  .header__inner {
    margin-top: 32px;
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .header__inner {
    margin-top: 22px;
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .header-corp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .header-corp {
    font-size: 23px;
    font-weight: bold;
    color: #3E3E3E;
    font-family: "Montserrat";
  }
}

@media screen and (max-width: 768px) {
  .drawer-nav {
    width: 300px;
    position: fixed;
    right: -300px;
    top: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 100;
    transition: .4s;
  }
}

@media screen and (max-width: 768px) {
  .is-open-list {
    right: 0;
    transition: .4s;
  }
}

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

@media screen and (max-width: 768px) {
  .sp-hamburger {
    display: block;
    width: 26px;
    height: 22px;
    margin-left: auto;
    position: absolute;
    left: -40px;
    top: 22px;
    background: transparent;
    transition: .4s;
  }
}

@media screen and (max-width: 768px) {
  .sp-hamburger .hamburger-active {
    background: transparent;
  }
  .sp-hamburger .hamburger-active::before {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    background: #ffffff;
  }
  .sp-hamburger .hamburger-active::after {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    background: #ffffff;
  }
}

@media screen and (max-width: 768px) {
  .hamburger-menu {
    width: 100%;
    height: 4px;
    background: #3E3E3E;
    border-radius: 8px;
  }
  .hamburger-menu::before {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #3E3E3E;
    top: 0;
    left: 0;
    content: "";
    border-radius: 8px;
  }
  .hamburger-menu::after {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #3E3E3E;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 8px;
  }
}

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

@media screen and (max-width: 768px) {
  .header-nav-list {
    padding: 160px 100px;
  }
}

.header-nav-list li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .header-nav-list li {
    line-height: 19px;
    letter-spacing: .4px;
  }
  .header-nav-list li:not(:first-child) {
    margin-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .header-nav-list li {
    font-size: 18px;
  }
  .header-nav-list li:not(:last-child) {
    margin-bottom: 32px;
  }
}

.header-nav-list li .drawer-menu-item {
  color: #3E3E3E;
  display: block;
}

.header-nav-list li .drawer-menu-item:hover {
  text-decoration: underline;
  opacity: .4;
}

@media screen and (min-width: 769px) {
  .header-click-bgc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .header-click-bgc {
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
  }
}

@media screen and (max-width: 768px) {
  .nav-active {
    visibility: visible;
    opacity: 1;
    transition: .2s;
  }
}

/*========================================================
# main-visual
========================================================*/
.main-visual {
  position: relative;
  background: url(../img/mv.png) center center/cover no-repeat;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .main-visual {
    height: 565px;
  }
}

@media screen and (max-width: 768px) {
  .main-visual {
    background: url(../img/mv.png) 20% center/cover no-repeat;
    height: 667px;
  }
}

.main-text {
  position: absolute;
  font-family: "Montserrat", sans-serif;
}

@media screen and (min-width: 769px) {
  .main-text {
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    max-width: 600px;
  }
}

@media screen and (max-width: 768px) {
  .main-text {
    padding: 160px 16px 0;
  }
}

.main-title {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .main-title {
    letter-spacing: 0.02px;
    line-height: 48px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .main-title {
    letter-spacing: 0;
    line-height: 40px;
    font-size: 24px;
    margin-bottom: 32px;
  }
}

.main-description {
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  .main-description {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (max-width: 768px) {
  .main-description {
    margin-bottom: 30px;
    letter-spacing: 0;
    line-height: 20px;
  }
}

@media screen and (min-width: 769px) {
  .cv-contact {
    width: 282px;
  }
}

@media screen and (max-width: 768px) {
  .cv-contact {
    width: 222px;
    height: 48px;
  }
}

/*========================================================
# News
========================================================*/
@media screen and (max-width: 768px) {
  .news {
    margin-top: -40px;
    position: relative;
  }
}

.news__inner {
  background: #fff;
  box-shadow: 0 5px 12px rgba(62, 62, 62, 0.2);
  padding-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .news__inner {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .news__inner {
    padding-top: 40px;
  }
}

@media screen and (min-width: 769px) {
  .news__container {
    max-width: 1080px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .news__container {
    margin-top: 40px;
    width: 100%;
  }
}

.article {
  position: relative;
}

.article:first-child {
  border-top: 1px solid #CECDCD;
}

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

@media screen and (max-width: 768px) {
  .article__container {
    padding: 14px 16px;
  }
}

.news__item {
  border-bottom: 1px solid #CECDCD;
  display: block;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .news__item {
    padding: 38px 0;
    transition: background-color .2s;
  }
  .news__item:hover {
    background: rgba(73, 115, 255, 0.1);
  }
}

.news__meta {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .news__meta {
    width: calc( 392 / 1080 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .news__day {
    margin-right: 24px;
  }
}

.news__label {
  border: 2px solid #4973FF;
  border-radius: 50px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .news__label {
    font-size: 14px;
    margin-left: calc( 40 / 392 * 100%);
    padding: 8px 32px;
  }
}

@media screen and (max-width: 768px) {
  .news__label {
    font-size: 12px;
    padding: 4px 16px;
  }
}

.news__arrow {
  position: absolute;
  width: 10px;
  height: 21px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/news-arrow.svg) center center/contain no-repeat;
  right: 16px;
}

@media screen and (min-width: 769px) {
  .article__title {
    margin-left: calc( 40 / 1080 * 100%);
    line-height: 28px;
    padding-right: 5%;
    width: calc( 698 / 1080 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .article__title {
    line-height: 20px;
    margin-top: 12px;
    width: calc( 272 / 343 * 100%);
  }
}

.btn-more {
  text-align: center;
  margin-top: 40px;
}

.more {
  background: transparent;
  border: 1px solid #707070;
  font-weight: 600;
  font-family: 'Montserrat';
}

@media screen and (min-width: 769px) {
  .more {
    padding: 20px 80px;
    font-size: 20px;
    letter-spacing: 4px;
  }
  .more:hover {
    background: #3E3E3E;
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .more {
    padding: 16px 100px;
    font-size: 18px;
    letter-spacing: 3.6px;
  }
}

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

@media screen and (min-width: 769px) {
  .service {
    margin-top: 120px;
    background: linear-gradient(to bottom, #3e3e3e 0, #3e3e3e 400px, transparent 400px, transparent 100%);
  }
}

@media screen and (max-width: 768px) {
  .service {
    margin-top: 60px;
    background: linear-gradient(to bottom, #3e3e3e 0, #3e3e3e 400px, transparent 400px, transparent 100%);
  }
}

@media screen and (max-width: 768px) {
  .service__inner {
    padding-top: 40px;
  }
}

.service__container {
  background: #fff;
  box-shadow: 0 5px 12px rgba(62, 62, 62, 0.2);
  max-width: 980px;
}

@media screen and (min-width: 769px) {
  .service__container {
    padding: 60px 45px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .service__container {
    margin-top: 40px;
  }
}

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

@media screen and (max-width: 768px) {
  .service__contents {
    padding: 40px 16px;
  }
}

@media screen and (min-width: 769px) {
  .service__wrapper {
    width: 33.333%;
  }
}

@media screen and (max-width: 768px) {
  .service__wrapper:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 769px) {
  .service__wrapper:nth-child(2) {
    margin: 0 90px;
  }
}

.service__wrapper h3 {
  font-weight: 600;
  letter-spacing: 4px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .service__wrapper h3 {
    line-height: 28px;
  }
}

@media screen and (max-width: 768px) {
  .service__wrapper h3 {
    margin-bottom: 20px;
    line-height: 24px;
  }
}

.service__wrapper p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  .service__img {
    margin: 0 auto 20px;
    text-align: center;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .service__img {
    text-align: center;
    margin-bottom: 8px;
  }
}

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

@media screen and (min-width: 769px) {
  .results {
    margin-top: 120px;
  }
}

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

@media screen and (min-width: 769px) {
  .results__inner {
    padding-bottom: 60px;
  }
  .results__inner .section-title {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .results__inner {
    padding: 40px 0;
  }
  .results__inner .section-title {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .swiper {
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) {
  .results__link {
    display: block;
  }
  .results__link:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 769px) {
  .results__item {
    max-width: 400px;
    margin-right: 40px;
  }
}

.results__img img {
  width: 100%;
}

.results__info {
  background: #fff;
  padding: 16px;
  line-height: 24px;
}

.results__info h3 {
  font-weight: bold;
  margin-bottom: 16px;
}

.results-btn {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .results-btn {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .results-btn {
    margin-top: 24px;
  }
}

.results-btn .view-btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  .results-btn .view-btn {
    padding: 20px 80px;
    font-size: 20px;
    letter-spacing: 4px;
  }
  .results-btn .view-btn:hover {
    background: #fff;
    border: 1px solid #3E3E3E;
    color: #3E3E3E;
  }
}

@media screen and (max-width: 768px) {
  .results-btn .view-btn {
    padding: 16px 100px;
    font-size: 18px;
    letter-spacing: 3.6px;
  }
}

.swiper {
  max-width: 1160px;
}

.results-pagination {
  position: static !important;
}

@media screen and (min-width: 769px) {
  .results-pagination {
    margin: 44px 0 0 -5px;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .results-pagination {
    margin-top: 30px;
  }
}

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

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

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

/*========================================================
# Price
========================================================*/
@media screen and (max-width: 768px) {
  .price {
    margin-top: 40px;
  }
}

.price__inner {
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .price__inner {
    padding-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .price-title {
    margin-bottom: 40px;
  }
}

.table {
  border: 1px solid #707070;
  border-collapse: collapse;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .table {
    margin-top: 60px;
  }
}

.table tbody tr {
  font-size: 24px;
  font-weight: 600;
  border: 1px solid #707070;
  border-collapse: collapse;
}

.table tbody tr td:first-child {
  background: #3E3E3E;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .table tbody tr td:first-child {
    padding: 16px 0;
    width: calc(262 / 960 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .table tbody tr td:first-child {
    padding: 15px 5px;
  }
}

.table tbody tr td:nth-child(2) {
  background: #fff;
}

@media screen and (min-width: 769px) {
  .table tbody tr td:nth-child(2) {
    padding-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .table tbody tr td:nth-child(2) {
    padding-left: 20px;
  }
}

.price__note {
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .price__note {
    margin-top: 12px;
  }
}

@media screen and (max-width: 768px) {
  .price__note {
    margin-top: 8px;
  }
}

/*========================================================
# Comments
========================================================*/
.comments {
  margin-top: 60px;
  position: relative;
}

.comments__inner {
  position: relative;
  z-index: 2;
}

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

.comments__contents {
  background: #fff;
}

@media screen and (min-width: 769px) {
  .comments__contents {
    padding: 120px 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    max-width: calc(666 / 1200 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .comments__contents {
    padding: 40px 20px;
  }
}

.comments-title {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .comments-title {
    margin-bottom: 40px;
  }
}

.comments__wrapper {
  display: flex;
}

@media screen and (min-width: 769px) {
  .comments__wrapper:first-child {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .comments__wrapper:first-child {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 769px) {
  .comments__avatar {
    max-width: 50%;
    margin-right: 32px;
  }
}

@media screen and (max-width: 768px) {
  .comments__avatar {
    width: 60px;
    margin-right: 20px;
  }
}

.comments__avatar img {
  width: inherit;
}

@media screen and (min-width: 769px) {
  .comments__txt {
    line-height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .comments__txt {
    line-height: 20px;
  }
}

.comments-img {
  max-width: 50%;
}

.comments-img img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .comments-img {
    display: none;
  }
}

.comments__background {
  position: absolute;
  background: #3E3E3E;
  content: "";
  z-index: 1;
  left: 0;
}

@media screen and (min-width: 769px) {
  .comments__background {
    width: calc(980 / 1440 * 100%);
    height: 576px;
    bottom: -120px;
  }
}

@media screen and (max-width: 768px) {
  .comments__background {
    width: 100%;
    bottom: -60px;
    height: 430px;
  }
}

/*========================================================
# Q&A
========================================================*/
.faqs {
  background: url(../img/qa-bg.png) center center/cover no-repeat;
  background-attachment: fixed;
}

@media screen and (min-width: 769px) {
  .faqs {
    margin-top: 120px;
  }
}

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

@media screen and (min-width: 769px) {
  .faqs__inner {
    padding: 60px  40px 120px 0;
  }
}

@media screen and (max-width: 768px) {
  .faqs__inner {
    padding: 40px 0 60px;
  }
}

@media screen and (min-width: 769px) {
  .faqs__items {
    max-width: calc(650 / 1200 * 100%);
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .faqs__items {
    margin-top: 40px;
  }
}

.faqs__item {
  padding: 16px;
  background: #fff;
}

@media screen and (min-width: 769px) {
  .faqs__item:not(:last-child) {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 768px) {
  .faqs__item:not(:last-child) {
    margin-bottom: 24px;
  }
}

.faqs__question {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.faqs__question span {
  padding: 3px 6px;
  background: #4973FF;
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
}

.question__content {
  font-weight: bold;
  margin-left: 16px;
}

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

.faqs__bar {
  position: relative;
  width: 17px;
  height: 17px;
  margin-left: auto;
}

.faqs__bar.active .faqs__bar2 {
  transform: translateY(-50%) rotate(90deg);
}

.faqs__bar1 {
  position: absolute;
  content: "";
  width: 16px;
  height: 3px;
  background: #4973FF;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.faqs__bar2 {
  position: absolute;
  content: "";
  width: 3px;
  height: 16px;
  background: #4973FF;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
}

/*========================================================
# Access
========================================================*/
.access {
  color: #fff;
  position: relative;
}

@media screen and (min-width: 769px) {
  .access::before {
    content: "";
    background: #3E3E3E;
    width: calc(980 / 1440 * 100%);
    height: 504px;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .access {
    background: #3E3E3E;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 769px) {
  .access__inner {
    position: relative;
    z-index: 1;
    padding: 120px 8%;
    max-width: none;
  }
}

@media screen and (max-width: 768px) {
  .access__inner {
    padding: 40px 0 0;
  }
}

.access-title {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .access-title {
    margin-bottom: 40px;
  }
}

.access__address {
  line-height: 24px;
  margin-bottom: 32px;
}

@media screen and (min-width: 769px) {
  .google-map {
    position: absolute;
    content: "";
    top: 120px;
    right: 40px;
    z-index: 2;
    width: calc(726 / 1440 * 100%);
    height: 510px;
    box-shadow: 0 0 10px rgba(62, 62, 62, 0.2);
  }
}

@media screen and (max-width: 768px) {
  .google-map {
    width: calc(343 / 375 * 100%);
    height: 240px;
    display: block;
    margin: 0 auto;
  }
}

.google-map iframe {
  width: 100%;
  height: 100%;
}

.google-btn {
  z-index: 5;
}

@media screen and (min-width: 769px) {
  .google-btn {
    position: absolute;
    content: "";
    bottom: 60px;
    left: 8%;
  }
}

@media screen and (max-width: 768px) {
  .google-btn {
    text-align: center;
    margin-top: 24px;
  }
}

.black-btn {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  font-weight: 600;
}

.black-btn:hover {
  background: #fff;
  color: #3E3E3E;
}

@media screen and (min-width: 769px) {
  .black-btn {
    font-size: 20px;
    padding: 20px 80px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 768px) {
  .black-btn {
    font-size: 18px;
    padding: 16px 100px;
    letter-spacing: 1.8px;
    display: inline-block;
  }
}

/*========================================================
# Contact
========================================================*/
.contact {
  background: url(../img/contact-bg.png) center center/cover no-repeat;
}

@media screen and (min-width: 769px) {
  .contact {
    margin-top: 256px;
    padding: 60px 0;
  }
}

.contact__inner {
  max-width: 960px;
  padding-top: 0;
  margin: 0 auto;
  border-radius: 12px;
}

@media screen and (max-width: 768px) {
  .contact__inner {
    padding: 40px 0;
  }
}

.contact-head {
  background: url(../img/contact1.png) center center/cover no-repeat;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .contact-head {
    margin-top: 60px;
    padding: 60px 0;
  }
}

@media screen and (max-width: 768px) {
  .contact-head {
    padding: 40px 16px;
  }
}

@media screen and (min-width: 769px) {
  .contact-title-foot {
    margin-top: 16px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .contact-title-foot {
    margin-top: 12px;
  }
}

.form {
  background: #fff;
}

@media screen and (min-width: 769px) {
  .form {
    padding: 60px 120px 44px;
  }
}

@media screen and (max-width: 768px) {
  .form {
    padding: 40px 12px;
  }
}

.form dl:not(:last-of-type) {
  margin-bottom: 32px;
}

@media screen and (min-width: 769px) {
  .form dl:not(:last-of-type) {
    display: flex;
    align-items: center;
  }
}

.form dl select {
  padding: 12px 30px 12px 12px;
  appearance: none;
}

@media screen and (max-width: 768px) {
  .form dl select {
    width: 100%;
  }
}

.form dl select:hover {
  transition: .4s;
  border: 1px solid #4973FF;
  box-shadow: 0 0 8px rgba(73, 115, 255, 0.5);
}

.form dl select option:first-of-type {
  display: none;
}

.form dl dt {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .form dl dt {
    margin-right: 60px;
  }
}

@media screen and (max-width: 768px) {
  .form dl dt {
    margin-bottom: 16px;
  }
}

.form dl .select-box {
  position: relative;
}

.form dl .select-box::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #3E3E3E;
  border-right: 2px solid #3E3E3E;
  transform: rotate(45deg);
  top: 14px;
  right: 12px;
  width: 8px;
  height: 8px;
  display: block;
}

.form dl textarea {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .form dl textarea {
    resize: vertical;
    margin-top: 8px;
    min-height: 200px;
  }
}

@media screen and (max-width: 768px) {
  .form dl textarea {
    min-height: 160px;
  }
}

.form dl textarea:focus, .form dl textarea:hover {
  transition: .4s;
  border: 1px solid #4973FF;
  box-shadow: 0 0 8px rgba(73, 115, 255, 0.5);
}

.name-item {
  position: relative;
}

@media screen and (min-width: 769px) {
  .name-item::after {
    position: absolute;
    content: "必須";
    width: 40px;
    height: 16px;
    left: calc(40 / 32 * 100%);
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: bold;
    background: #FF4646;
    color: #ffffff;
    border-radius: 2px;
    padding: 2px 7px;
  }
}

@media screen and (max-width: 768px) {
  .name-item::after {
    position: absolute;
    content: "必須";
    width: 40px;
    height: 16px;
    top: 50%;
    margin-left: 20px;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: bold;
    background: #FF4646;
    color: #ffffff;
    border-radius: 2px;
    padding: 2px 7px;
  }
}

.name-box, .email-box, .gender-box {
  margin-left: auto;
  max-width: 532px;
  width: 100%;
}

input[type="text"], [type="email"] {
  border: none;
  border-bottom: 1px solid #cccccc;
  width: 100%;
}

@media screen and (min-width: 769px) {
  input[type="text"], [type="email"] {
    height: 32px;
    font-size: 16px;
    padding-left: 12px;
  }
}

@media screen and (max-width: 768px) {
  input[type="text"], [type="email"] {
    height: 19px;
  }
}

input[type="text"]:focus, input[type="text"]:hover, [type="email"]:focus, [type="email"]:hover {
  transition: .4s;
  border-bottom: 1px solid #4973FF;
  box-shadow: 0 5px 4px -5px rgba(73, 115, 255, 0.5);
}

input[type="text"]:focus, input[type="text"]:hover, [type="email"]:focus, [type="email"]:hover, textarea:focus, textarea:hover {
  outline: none;
}

.gender-box {
  display: flex;
  align-items: center;
}

.gender:not(:last-child) {
  margin-right: 40px;
}

.gender .radio-gender {
  color: #3E3E3E;
  position: relative;
  padding-left: 15px;
}

.gender .radio-gender::before {
  position: absolute;
  border: 1px solid #707070;
  border-radius: 50%;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.gender .radio-gender::after {
  position: absolute;
  background: #4973FF;
  border-radius: 50%;
  content: "";
  width: 6px;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
  opacity: 0;
}

.gender .radio-gender:hover::before {
  transition: .4s;
  border: 1px solid #4973FF;
  box-shadow: 0 0 8px rgba(73, 115, 255, 0.5);
}

.gender .radio-gender:active::before {
  background-color: rgba(73, 115, 255, 0.2);
  box-shadow: none;
}

input[type="radio"] {
  appearance: none;
  margin-left: 12px;
}

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

.agree {
  margin: 40px 0;
  line-height: 22.5px;
  color: #3E3E3E;
  font-weight: bold;
  font-size: 18px;
}

.agree label {
  display: flex;
  align-items: center;
}

input[type="checkbox"] {
  appearance: none;
}

.checkbox {
  position: relative;
  display: inline-block;
}

.checkbox::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  transition: 0.2s;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .checkbox::before {
    width: 18px;
    height: 18px;
  }
}

.checkbox::after {
  position: absolute;
  border-left: 3px solid #4973FF;
  border-bottom: 3px solid #4973FF;
  width: 15px;
  height: 6px;
  content: "";
  display: block;
  opacity: 0;
  top: 6px;
  transform: rotate(-45deg);
  transition: 0.2s;
  left: 2px;
}

@media screen and (min-width: 769px) {
  .checkbox::after {
    left: 4px;
    top: 8px;
  }
}

.checkbox:hover::before {
  transition: .2s;
  border: 1px solid #4973FF;
  box-shadow: 0 0 8px rgba(73, 115, 255, 0.5);
}

.checkbox:active::before {
  background-color: rgba(73, 115, 255, 0.2);
  box-shadow: none;
}

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

.agree__link {
  text-decoration: underline;
  margin-left: 40px;
}

.agree__link:hover {
  opacity: 0.7;
}

.cv-submit {
  padding: 16px 50px;
  width: 174px;
}

@media screen and (max-width: 768px) {
  .cv-submit {
    margin: 0 auto;
    display: block;
    font-size: 16px;
  }
}

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

@media screen and (min-width: 769px) {
  .footer__inner {
    padding: 60px 160px;
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
}

@media screen and (max-width: 768px) {
  .footer__inner {
    padding: 60px 70px;
  }
}

.footer__sns {
  display: flex;
  align-items: center;
}

.sns-item {
  height: 36px;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .footer__txt {
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .footer__txt li:not(:last-child) {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 768px) {
  .footer__txt li:not(:last-child) {
    margin-bottom: 26px;
  }
}

.footer__txt li a {
  color: #fff;
  letter-spacing: 0.4px;
  line-height: 26px;
}

.footer__company h1 {
  font-family: "Montserrat";
  color: #e3e3e3;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .footer__company h1 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .footer__company h1 {
    font-size: 32px;
    margin: 40px 0 12px;
  }
}

.footer__company p {
  color: #fff;
}
/*# sourceMappingURL=style.css.map */