@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;
  }
}
.about-section {
  padding: 0 2rem;
  margin: 5rem 0 12rem;
}
.about-section .container .wrap .block:nth-child(1) {
  margin-bottom: 3rem;
}
.about-section .container .wrap .block:nth-child(1) .ttl {
  margin: 4rem 0 2rem;
  font-size: 2.4rem;
  line-height: 1.5;
}
.about-section .container .wrap .block:nth-child(1) .txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
.about-section .container .wrap .block:nth-child(2) {
  position: relative;
  padding-left: 2rem;
}
.about-section .container .wrap .block:nth-child(2)::before {
  content: "";
  display: block;
  width: 70%;
  height: 100%;
  background-color: #ADE2F0;
  position: absolute;
  left: -2rem;
  bottom: -5rem;
  z-index: -1;
}
.about-section .container .wrap .block:nth-child(2) img {
  width: 75%;
}

.service-section {
  padding: 0 2rem;
  margin: 10rem 0;
}
.service-section .container .wrap .block:nth-child(1) {
  margin-bottom: 5rem;
}
.service-section .container .wrap .block:nth-child(1) .box {
  margin-top: 5rem;
}
.service-section .container .wrap .block:nth-child(1) .box div:not(:last-child) {
  margin-bottom: 5rem;
}
.service-section .container .wrap .block:nth-child(1) .box div .en {
  color: #1BAFD6;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.service-section .container .wrap .block:nth-child(1) .box div .ttl {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.service-section .container .wrap .block:nth-child(1) .box div .txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
.service-section .container .wrap .block:nth-child(1) .line {
  margin-top: 3rem;
  background-color: #F2EFE4;
  padding: 2rem;
  display: flex;
  align-items: center;
}
.service-section .container .wrap .block:nth-child(1) .line .txt {
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 1rem;
}
.service-section .container .wrap .block:nth-child(1) .line:active {
  opacity: 0.8;
}
.service-section .container .wrap .block:nth-child(2) img {
  width: 75%;
  margin: 0 -2rem 0 auto;
  display: block;
}

.news-section {
  padding: 8rem 2rem;
  background-color: #ADE2F0;
}
.news-section .container .en-ttl {
  text-align: center;
}
.news-section .container .news-list {
  list-style-type: none;
  padding: 0;
  margin: 3rem 0;
}
.news-section .container .news-list li:not(:last-child) {
  border-bottom: 1px solid #707070;
}
.news-section .container .news-list li a {
  display: block;
  padding: 2rem 0;
}
.news-section .container .news-list li a:active {
  opacity: 0.8;
}
.news-section .container .news-list li a .date {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: block;
}
.news-section .container .news-list li a .ttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.news-section .container .no-post {
  font-size: 1.4rem;
  text-align: center;
  margin: 5rem 0;
}
.news-section .container .btn-box {
  text-align: center;
}
.news-section .container .btn-box .btn {
  display: inline-flex;
  width: 250px;
  height: 55px;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
}
.news-section .container .btn-box .btn:active {
  opacity: 0.8;
}
.news-section .container .btn-box .btn .arrow {
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .about-section {
    margin: 12rem 0 30rem;
    position: relative;
  }
  .about-section::before {
    content: "";
    display: block;
    width: 36.142857%;
    height: 0;
    padding-bottom: 41.714286%;
    position: absolute;
    top: 13rem;
    left: 0;
    z-index: -1;
    background-color: #ADE2F0;
  }
  .about-section .container .wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .about-section .container .wrap .block:nth-child(1) {
    width: 48.5%;
  }
  .about-section .container .wrap .block:nth-child(1) .ttl {
    margin: 5rem 0 3rem;
    font-size: 3.6rem;
  }
  .about-section .container .wrap .block:nth-child(1) .txt {
    font-size: 1.6rem;
  }
  .about-section .container .wrap .block:nth-child(2) {
    width: 45%;
    padding-left: 0;
  }
  .about-section .container .wrap .block:nth-child(2)::before {
    display: none;
  }
  .about-section .container .wrap .block:nth-child(2) img {
    width: 100%;
  }
  .service-section {
    margin: 30rem 0 25rem;
    position: relative;
  }
  .service-section .container .wrap .block:nth-child(1) {
    width: 60%;
    margin-bottom: 0;
  }
  .service-section .container .wrap .block:nth-child(1) .box {
    margin-top: 8rem;
  }
  .service-section .container .wrap .block:nth-child(1) .box div:not(:last-child) {
    margin-bottom: 8rem;
  }
  .service-section .container .wrap .block:nth-child(1) .box div .ttl {
    font-size: 3.6rem;
  }
  .service-section .container .wrap .block:nth-child(1) .box div .txt {
    font-size: 1.6rem;
  }
  .service-section .container .wrap .block:nth-child(1) .line {
    margin-top: 5rem;
    padding: 2.5rem 2rem 2.5rem 7.5rem;
  }
  .service-section .container .wrap .block:nth-child(1) .line .txt {
    font-size: 2rem;
    margin-left: 2rem;
  }
  .service-section .container .wrap .block:nth-child(1) .line:hover {
    opacity: 0.8;
  }
  .service-section .container .wrap .block:nth-child(2) img {
    width: 35.714286%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .news-section {
    padding: 10rem 2rem;
  }
  .news-section .container .news-list {
    margin: 5rem 0;
  }
  .news-section .container .news-list li a {
    display: flex;
    justify-content: space-between;
    padding: 4rem 0;
  }
  .news-section .container .news-list li a:hover {
    opacity: 0.8;
  }
  .news-section .container .news-list li a .date {
    font-size: 1.4rem;
    width: 70px;
    white-space: nowrap;
    margin-bottom: 0;
    padding-top: 0.7rem;
  }
  .news-section .container .news-list li a .ttl {
    width: calc(100% - 70px - 70px);
    font-size: 2rem;
  }
  .news-section .container .no-post {
    font-size: 1.6rem;
    margin: 7rem 0;
  }
  .news-section .container .btn-box .btn:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .about-section {
    padding: 0 5vw;
  }
  .about-section .container .wrap .block:nth-child(1) .ttl {
    font-size: 2.4rem;
  }
  .service-section {
    padding: 0 5vw;
  }
  .service-section .container .wrap .block:nth-child(1) .box div .ttl {
    font-size: 2.8rem;
  }
  .service-section .container .wrap .block:nth-child(1) .line {
    padding: 2.5rem 3rem;
  }
  .news-section {
    padding: 10rem 5vw;
  }
}
@media screen and (min-width: 415px) and (max-width: 767px) {
  .about-section {
    padding: 0 10vw;
  }
  .about-section .container .wrap .block:nth-child(2)::before {
    left: -10vw;
  }
  .service-section {
    padding: 0 10vw;
  }
  .service-section .container .wrap .block:nth-child(2) img {
    margin-right: -10vw;
  }
  .news-section {
    padding: 8rem 10vw;
  }
}
@media screen and (max-width: 413px) {
  .service-section .container .wrap .block:nth-child(1) .box div .ttl {
    font-size: 2.2rem;
  }
}