@charset "UTF-8";
/* color */
/* font */
/* animation */
/* parts */
/* common */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  padding: 0;
  margin: 0;
  color: #000000;
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  letter-spacing: 0;
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.4rem;
}

h6 {
  font-size: 1.2rem;
}

p {
  padding: 0;
  margin: 0;
}

img, video {
  max-width: 100%;
  height: auto;
  margin: 0;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #000000;
}

ul, ol {
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
}

input, select, button, textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

input[type=text], input[type=email], textarea {
  width: 100%;
}

.pc {
  display: none;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.section-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.en-ttl {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
}

.header {
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.header .wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem 0 1rem;
}
.header .wrap .block:nth-child(1) .logo {
  display: block;
  width: 120px;
}
.header .wrap .block:nth-child(1) .logo:active {
  opacity: 0.8;
}
.header .wrap .block:nth-child(2) .hamburger {
  width: 30px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header .wrap .block:nth-child(2) .hamburger.active span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.header .wrap .block:nth-child(2) .hamburger.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.header .wrap .block:nth-child(2) .hamburger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
.header .wrap .block:nth-child(2) .hamburger span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #000000;
  transition: all 0.1s ease-out;
}
.header .wrap .block:nth-child(2) .menu {
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  background-color: #CCE8F5;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 1rem 0 2rem;
  display: none;
}
.header .wrap .block:nth-child(2) .menu .menu-nav ul li a {
  display: block;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.header .wrap .block:nth-child(2) .menu .menu-nav ul li a:active {
  opacity: 0.8;
}

.cta-section {
  padding: 5rem 2rem;
  background: url("../img/common/cta-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
}
.cta-section .container .wrap .block {
  text-align: center;
}
.cta-section .container .wrap .block:nth-child(1) {
  margin-bottom: 3rem;
}
.cta-section .container .wrap .block:nth-child(1) .tel {
  font-size: 2.4rem;
  font-weight: 500;
  color: #ffffff;
  display: block;
  margin-bottom: 1rem;
}
.cta-section .container .wrap .block:nth-child(1) .time {
  font-size: 1.4rem;
  line-height: 1.7;
}
.cta-section .container .wrap .block:nth-child(2) .email {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  padding: 2rem;
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  max-width: 300px;
}
.cta-section .container .wrap .block:nth-child(2) .email:active {
  opacity: 0.8;
}

.footer {
  padding: 3rem 2rem 2rem;
  background-color: #000000;
  color: #ffffff;
}
.footer .container .footer-nav {
  margin-bottom: 4rem;
}
.footer .container .footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  padding: 0;
}
.footer .container .footer-nav ul li {
  margin: 0 1.5rem 1rem;
}
.footer .container .footer-nav ul li a {
  display: block;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
}
.footer .container .footer-nav ul li a:active {
  opacity: 0.8;
}
.footer .container .logo {
  display: block;
  width: 150px;
  margin: 0 auto 3rem;
}
.footer .container .logo:active {
  opacity: 0.8;
}
.footer .container .txt {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1.7;
}
.footer .container .copyright {
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .en-ttl {
    font-size: 8rem;
  }
  .header {
    height: 80px;
  }
  .header .wrap {
    padding: 0 5rem;
  }
  .header .wrap .block:nth-child(1) .logo {
    width: 134px;
  }
  .header .wrap .block:nth-child(1) .logo:hover {
    opacity: 0.8;
  }
  .header .wrap .block:nth-child(2) .header-nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
  }
  .header .wrap .block:nth-child(2) .header-nav ul li {
    margin-right: 60px;
  }
  .header .wrap .block:nth-child(2) .header-nav ul li a {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .header .wrap .block:nth-child(2) .header-nav ul li a:hover {
    opacity: 0.8;
  }
  .header .wrap .block:nth-child(2) .hamburger {
    display: none;
  }
  .cta-section {
    height: 450px;
  }
  .cta-section .section-inner {
    height: 100%;
  }
  .cta-section .container {
    height: 100%;
  }
  .cta-section .container .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .cta-section .container .wrap .block {
    text-align: left;
  }
  .cta-section .container .wrap .block:nth-child(1) {
    margin-bottom: 0;
    margin-right: 8rem;
  }
  .cta-section .container .wrap .block:nth-child(1) .tel {
    font-size: 3.6rem;
  }
  .cta-section .container .wrap .block:nth-child(1) .time {
    font-size: 1.6rem;
  }
  .cta-section .container .wrap .block:nth-child(2) .email {
    min-width: 300px;
  }
  .cta-section .container .wrap .block:nth-child(2) .email:hover {
    opacity: 0.8;
  }
  .footer {
    padding: 5rem 2rem 2rem;
  }
  .footer .container .footer-nav {
    margin-bottom: 7rem;
  }
  .footer .container .footer-nav ul li a {
    font-size: 1.6rem;
  }
  .footer .container .footer-nav ul li a:hover {
    opacity: 0.8;
  }
  .footer .container .logo {
    margin-bottom: 5rem;
  }
  .footer .container .logo:hover {
    opacity: 0.8;
  }
  .footer .container .txt {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 899px) {
  .header .wrap {
    padding: 0 2rem;
  }
  .header .wrap .block:nth-child(2) .header-nav ul li {
    margin-right: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .en-ttl {
    font-size: 6rem;
  }
}