@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;
  }
}
.mv-section {
  position: relative;
  z-index: 1;
  height: 250px;
  background: url("../img/common/page-mv.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mv-section .container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv-section .container .page-ttl {
  color: #ffffff;
  font-size: 4.8rem;
  font-weight: 700;
  padding-top: 3rem;
}

.message-section {
  padding: 0 2rem;
  margin: 5rem 0;
}
.message-section .container .wrap .block:nth-child(1) {
  margin-bottom: 4rem;
}
.message-section .container .wrap .block:nth-child(1) .ttl {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 2rem;
}
.message-section .container .wrap .block:nth-child(2) .txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
.message-section .container .wrap .block:nth-child(2) .name {
  margin-top: 3rem;
  text-align: right;
  font-size: 1.4rem;
  font-weight: 500;
}

.profile-section {
  padding: 0 2rem;
  margin: 7rem 0 15rem;
}
.profile-section .container .wrap .block:nth-child(1) {
  margin-bottom: 5rem;
}
.profile-section .container .wrap .block:nth-child(1) .profile-table {
  width: 100%;
  margin-top: 3rem;
}
.profile-section .container .wrap .block:nth-child(1) .profile-table tr {
  padding: 2rem 0;
  display: block;
  border-bottom: 1px solid #B2B2B2;
}
.profile-section .container .wrap .block:nth-child(1) .profile-table tr th, .profile-section .container .wrap .block:nth-child(1) .profile-table tr td {
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
  width: 100%;
  text-align: left;
  line-height: 1.5;
}
.profile-section .container .wrap .block:nth-child(1) .profile-table tr th {
  margin-bottom: 1rem;
}
.profile-section .container .wrap .block:nth-child(2) img {
  width: 75%;
  display: block;
  margin: 0 -2rem 0 auto;
}

.news-section {
  padding: 0 2rem;
  margin: 2rem 0 15rem;
}
.news-section .section-inner {
  max-width: 800px;
}
.news-section .container .news-list {
  list-style-type: none;
  padding: 0;
}
.news-section .container .news-list .news-item {
  border-bottom: 1px solid #B2B2B2;
  padding: 3rem 0;
}
.news-section .container .news-list .news-item .date {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  display: block;
}
.news-section .container .news-list .news-item .ttl {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 2rem;
  color: #1BAFD6;
}
.news-section .container .no-post {
  font-size: 1.4rem;
  margin: 5rem 0;
}
.news-section .container .pagenavi {
  margin-top: 5rem;
}
.news-section .container .pagenavi .wp-pagenavi {
  display: flex;
  justify-content: center;
}
.news-section .container .pagenavi .wp-pagenavi a, .news-section .container .pagenavi .wp-pagenavi span {
  font-size: 1.6rem;
  color: #9A9A9A;
  display: block;
  margin: 0 1rem;
}
.news-section .container .pagenavi .wp-pagenavi span.current {
  color: #000000;
}
.news-section .container .pagenavi .wp-pagenavi a:active {
  color: #000000;
}

#article {
  overflow-wrap: word-break;
}
#article p {
  font-size: 1.4rem;
  line-height: 2;
}
#article h1, #article h2, #article h3, #article h4, #article h5, #article h6 {
  font-weight: 700;
  line-height: 1.5;
  margin: 3rem 0 2.5rem;
  position: relative;
}
#article h1 {
  font-size: 2.4rem;
}
#article h2 {
  font-size: 2.2rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid #000000;
}
#article h3 {
  font-size: 1.8rem;
}
#article h3::before {
  content: "◾️";
  display: inline-block;
  margin-right: 0.2rem;
}
#article h4 {
  font-size: 1.8rem;
  border-left: 1px solid #000000;
  padding-left: 1rem;
  margin-left: 0.8rem;
}
#article h5 {
  font-size: 1.6rem;
}
#article h6 {
  font-size: 1.4rem;
}
#article a {
  font-size: 1.4rem;
  line-height: 2;
  color: #1BAFD6;
  margin: 0 0 1.5rem;
  display: block;
}
#article a:active {
  opacity: 0.8;
}
#article ul, #article ol {
  display: block;
  width: 100%;
  margin: 2rem 0 3rem;
}
#article ul li, #article ol li {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
  position: relative;
  text-indent: -0.6em;
  margin-bottom: 0.5rem;
  letter-spacing: 1.8px;
}
#article ul {
  list-style-type: none;
  padding-left: 1.6rem;
}
#article ul li::before {
  content: "◾️";
  display: inline-block;
  margin-right: 0.2rem;
}
#article ol {
  padding-left: 2.1rem;
}
#article ol li {
  padding-left: 0.5rem;
}
#article table th, #article table td {
  border: 1px solid #000000;
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  text-align: left;
}
#article blockquote {
  border-left: 5px solid rgba(0, 0, 0, 0.05);
  padding: 2rem;
  font-size: 1.2rem;
  margin: 2rem 0 3rem;
  position: relative;
  line-height: 1.5;
}
#article blockquote p {
  margin-bottom: 1rem;
}
#article blockquote cite {
  font-size: 1.4rem;
  opacity: 0.5;
}
#article figure {
  margin: 3rem 0;
}
#article figure figcaption {
  margin-top: 1rem;
  font-size: 1.4rem;
}
#article img {
  display: block;
  max-width: 100%;
}
#article hr {
  border: none;
  height: 1px;
  background-color: #000000;
  margin: 3rem 0 2rem;
}

.contact-section {
  padding: 0 2rem;
  margin: 5rem 0 15rem;
}
.contact-section .section-inner {
  max-width: 800px;
}
.contact-section .container .txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.contact-section .container .form {
  margin-top: 3rem;
}
.contact-section .container .form .group {
  padding: 2rem 0;
  border-bottom: 1px solid #CECECE;
}
.contact-section .container .form .group .head {
  margin-bottom: 1rem;
}
.contact-section .container .form .group .head span {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.contact-section .container .form .group .data input[type=text], .contact-section .container .form .group .data input[type=email], .contact-section .container .form .group .data textarea {
  border: 1px solid #CECECE;
  padding: 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: none;
}
.contact-section .container .form .submit {
  margin-top: 4rem;
  text-align: center;
}
.contact-section .container .form .submit input[type=submit] {
  background-color: #1BAFD6;
  border: none;
  box-shadow: none;
  width: 200px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  color: #ffffff;
}

.wpcf7-spinner {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .mv-section {
    height: 400px;
  }
  .mv-section .container .page-ttl {
    font-size: 6rem;
    padding-top: 5rem;
  }
  .message-section {
    margin: 12rem 0 15rem;
  }
  .message-section .container .wrap {
    display: flex;
    justify-content: space-between;
  }
  .message-section .container .wrap .block:nth-child(1) {
    width: 40%;
    margin-bottom: 0;
  }
  .message-section .container .wrap .block:nth-child(1) .ttl {
    font-size: 2.6rem;
    margin-top: 4rem;
  }
  .message-section .container .wrap .block:nth-child(2) {
    width: 48.5%;
  }
  .message-section .container .wrap .block:nth-child(2) .txt {
    font-size: 1.6rem;
  }
  .message-section .container .wrap .block:nth-child(2) .name {
    font-size: 1.6rem;
    margin-top: 5rem;
  }
  .profile-section {
    margin: 10rem 0 20rem;
    position: relative;
  }
  .profile-section .container .wrap .block:nth-child(1) {
    width: 60%;
  }
  .profile-section .container .wrap .block:nth-child(1) .profile-table tr {
    padding: 3rem 0;
    display: flex;
    justify-content: space-between;
  }
  .profile-section .container .wrap .block:nth-child(1) .profile-table tr th, .profile-section .container .wrap .block:nth-child(1) .profile-table tr td {
    font-size: 1.6rem;
  }
  .profile-section .container .wrap .block:nth-child(1) .profile-table tr th {
    width: 16.666667%;
    margin-bottom: 0;
  }
  .profile-section .container .wrap .block:nth-child(1) .profile-table tr td {
    width: calc(83.333333% - 100px);
  }
  .profile-section .container .wrap .block:nth-child(2) img {
    width: 35.714286%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .news-section {
    margin: 7rem 0 20rem;
  }
  .news-section .container .news-list .news-item {
    padding: 5rem 0;
  }
  .news-section .container .news-list .news-item .date {
    margin-bottom: 2rem;
  }
  .news-section .container .news-list .news-item .ttl {
    font-size: 2rem;
  }
  .news-section .container .no-post {
    font-size: 1.6rem;
  }
  .news-section .container .pagenavi {
    margin-top: 10rem;
  }
  .news-section .container .pagenavi .wp-pagenavi a:hover {
    color: #000000;
  }
  #article p {
    font-size: 1.6rem;
  }
  #article a {
    font-size: 1.6rem;
  }
  #article ul li, #article ol li {
    font-size: 1.6rem;
  }
  .contact-section {
    margin: 12rem 0 20rem;
  }
  .contact-section .container .txt {
    font-size: 1.6rem;
  }
  .contact-section .container .form {
    margin-top: 5rem;
  }
  .contact-section .container .form .group {
    display: flex;
  }
  .contact-section .container .form .group .head {
    width: calc(40% - 20px);
    margin-right: 20px;
    margin-bottom: 0;
    padding-top: 1rem;
  }
  .contact-section .container .form .group .head span {
    font-size: 1.6rem;
  }
  .contact-section .container .form .group .data {
    width: 60%;
  }
  .contact-section .container .form .submit {
    margin-top: 6rem;
  }
  .contact-section .container .form .submit input[type=submit]:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .message-section {
    padding: 0 5vw;
  }
  .message-section .container .wrap .block:nth-child(1) {
    width: 45%;
  }
  .profile-section {
    padding: 0 5vw;
  }
  .news-section {
    padding: 0 5vw;
  }
  .contact-section {
    padding: 0 5vw;
  }
}
@media screen and (min-width: 415px) and (max-width: 767px) {
  .message-section {
    padding: 0 10vw;
  }
  .profile-section {
    padding: 0 10vw;
  }
  .profile-section .container .wrap .block:nth-child(2) img {
    margin-right: -10vw;
  }
  .news-section {
    padding: 0 10vw;
  }
  .contact-section {
    padding: 0 10vw;
  }
}