@charset "utf-8";

/* == base ============================================== */
html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Serif jp', Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo,
    sans-serif;
  /* -webkit-text-size-adjust: 100%; */
  /* -webkit-font-smoothing: antialiased; */
  /* font-feature-settings: "palt" 1; */
  /* letter-spacing: 0.05em; */
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #000;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
a:link,
a:visited,
a:active {
  text-decoration: none;
  color: inherit;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

main {
  display: block;
}

.all_wrapper {
  height: 100vh;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.pc_only {
  display: none !important;
}

#wpadminbar {
  display: none !important;
}

/* == parts ============================================== */
/* overlay-styles.css */
.hamburger-overlay {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  width: 60px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger-overlay__line {
  position: absolute;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #333;
  transition: all .6s;
}

.hamburger-overlay__line:nth-of-type(1) {
  top: 10px;
}

.hamburger-overlay__line:nth-of-type(2) {
  top: 23px;
}

.hamburger-overlay__line:nth-of-type(3) {
  top: 36px;
}

.hamburger-overlay.active .hamburger-overlay__line {
  background-color: #fff;
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
  transform: translateY(13px) rotate(-45deg);
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
  opacity: 0;
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
  transform: translateY(-13px) rotate(45deg);
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  visibility: hidden;
  opacity: 0;
  transition: all .6s;
  z-index: 900;
}

.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}

.nav-overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.nav-overlay__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-overlay__item {
  opacity: 0;
  transform: translateY(20px);
  transition: all .6s;
  color: #fff;
}

.nav-overlay.active .nav-overlay__item {
  opacity: 1;
  transform: translateY(0);
}

.nav-overlay.active .nav-overlay__item:nth-child(1) {
  transition-delay: 0.1s;
}

.nav-overlay.active .nav-overlay__item:nth-child(2) {
  transition-delay: 0.2s;
}

.nav-overlay.active .nav-overlay__item:nth-child(3) {
  transition-delay: 0.3s;
}

.nav-overlay.active .nav-overlay__item:nth-child(4) {
  transition-delay: 0.4s;
}

.nav-overlay__link {
  display: inline-block;
  padding: 20px;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  transition: color .3s;
}

.nav-overlay__link:hover {
  color: #4a90e2;
}

/* == header ============================================== */
header .logo {
  position: fixed;
  left: 0;
  top: 0;
}

header .logo img {
  width: 100px;
}

/* == section_mv ============================================== */
.section_mv {
  height: 100vh;
  background-image: url(../img/mv.svg);
  background-size: 150% 68%;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
}

.section_mv .main_copy {
  font-size: 50px;
  position: absolute;
  top: 25%;
  left: 2%;
}

.section_mv .main_copy strong {
  font-size: 70px;
}

/* == section_about ============================================== */
.section_title {
  margin: 40px;
}

.section_title span {
  display: block;
  text-align: center;
}

.section_about .section_title {
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: bottom;
  padding-bottom: 370px;
}

.section_about .section_title .en {
  font-size: 60px;
  line-height: 60px;
}

.section_about .section_title .ja {
  font-size: 20px;
}

.section_about .about_text {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 2;
}

.section_about .about_text p {
  margin: 0 0 30px;
}

/* == section_message ============================================== */
.section_message .section_title .en,
.section_service .section_title .en,
.section_company .section_title .en {
  font-size: 44px;
}

.section_message .img_area {
  margin: 40px auto;
}

.section_message .section_title .ja,
.section_service .section_title .ja,
.section_company .section_title .ja {
  font-size: 16px;
}

/* == section_service ============================================== */
.section_service .service_list li {
  background-color: #F6F6F6;
  padding: 20px 20px 30px 20px;
  margin: 0 20px 40px;
  height: 210px;
  text-align: center;
}

.section_service .service_list h3 {
  font-size: 24px;
  margin: 0 0 10px;
}

.section_service .service_list .link {
  color: #188be3;
  text-decoration: underline;
  transition: .3s;
}

.section_service .service_list .link:hover {
  opacity: .7;
  transition: .3s;
}

/* == section_company ============================================== */
.section_company .flex_2col {
  margin: 0 0 24px;
  padding: 0px 32px;
}

.section_company .map_area {
  padding: 16px;
}

.section_company .map_area iframe {
  height: 200px;
  width: 100%;
}

/* == section_contact ============================================== */
.section_contact .contact_btn a {
  display: block;
  height: 70px;
  background-color: #D9D9D9;
  text-align: center;
  line-height: 70px;
  margin: 80px 26px;
}

/* == footer ============================================== */
small {
  font-size: 10px;
  text-align: center;
  display: block;
}
.sns_link {
    display: flex;
    position: fixed;
    top: 20px;
    right: 90px;
}
.sns_link li{
    width: 48px;
    margin: 0 8px 0;
}
/* == frontpage ==============================================*/

/* == underpage ============================================== */
/* ======
page-name #
======*/
