@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap');

body {
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  padding: 0;
  padding-left: 100px;
  position: relative;
  font-size: 16px;
}
* {
  box-sizing: border-box;
}
a {
  color: #000;
  text-decoration: none;
}
h1,h2,h3,h4 {
  margin: 0;
}
p {
  margin: 0;
  line-height: 2;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
  margin: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.off {
  display: none;
}
.font-change {
  font-family: 'Noto Serif JP', serif;
}
a.nolink {
  pointer-events: none;
  cursor: inherit;
}
li a.nolink {
  opacity: .25;
}
.lang-change .nolink {
  opacity: .25;
}
footer a.nolink {
  opacity: .25;
}
.pc-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0px 0;
  background: white;
  border-right: 1px solid #ccc;
  position: fixed;
  width: 100px;
  height: 100vh;
  z-index: 100;
  left: 0;
  top: 0;
}
.sp-menu {
  display: none;
}
.menu {
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 6px;
    cursor: pointer;
}
.menu-btn {
    margin: auto;
    display: block;
    width: 46px;
    height: 18px;
    position: relative;
    margin-bottom: 15px;
}
.menu-btn::before,
.menu-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  left: 0;
}
.menu-btn::before {
  top: 0;
}
.menu-btn::after {
  bottom: 0;
}
.menu.on .menu-btn::before {
  top: 8px;
  transform: rotate(30deg);
}
.menu.on .menu-btn::after {
  bottom: 8px;
  transform: rotate(-30deg);
}
.menu-txt {
    display: block;
    line-height: 1;
}
.logo {
  width: 50px;
  margin: 40px auto 20px;
}
.logo-txt {
  width: 20px;
  margin: auto;
}
.header-sub-menu {
  width: 100%;
}
.sub-btn {
  width: 100%;
  padding: 10px 0;
  cursor: pointer;
  font-family: 'Noto Serif JP', serif;
}
.sub-btn a p {
  color: #000;
}
.sub-btn:hover {
  background-color: #084698;
}
.sub-btn.active {
  background-color: #084698;
}
.sub-btn img {
  width: 30px;
}
.sub-btn:hover .on {
  display: none;
}
.sub-btn:hover .off {
  display: block;
}
.sub-btn.active .on {
  display: none;
}
.sub-btn.active .off {
  display: block;
}
.sub-btn p {
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}
.sub-btn:hover p {
  color: #fff;
}
.sub-btn a:hover p {
  color: #fff;
}
.sub-btn.active a p {
  color: #fff;
}
.sub-btn.active p {
  color: #fff;
}

.sub-btn.nolink {
  cursor: inherit;
  opacity: .25;
}
.sub-btn:hover .nolink .on {
  display: block;
}
.sub-btn:hover .nolink .off {
  display: none;
}
.sub-btn:hover .nolink p {
  color: #000;
}
.sub-btn.nolink:hover .on {
  display: block;
}
.sub-btn.nolink:hover .off {
  display: none;
}
.sub-btn.nolink:hover p {
  color: #000;
}
.sub-btn.nolink:hover {
  background-color: #fff;
}

  .sp-menu-main {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    padding: 20px 0;
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 75px;
  }
  .sp-main-link {
    font-size: 16px;
    line-height: 50px;
    margin: 0 20px;
    border-top: 1px solid #dcdcdc;
    position: relative;
  }
  .sp-main-link.nolink a {
    opacity: .25;
  }
  .sp-menu-sub {
    display: none;
    background: #f5f5f5;
    padding: 0 20px;
  }
  .sp-menu-sub li {
    font-size: 14px;
    line-height: 40px;
    border-top: 1px solid #dcdcdc;
  }
  .sp-menu-sub li a {
    display: block;
    color: #000;
  }
  
  .sp-sub-btn a span {
    display: block;
    position: relative;
  }
  .sp-sub-btn a span::before,
  .sp-sub-btn a span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translate(50%, -50%);
    background-color: #7a7a7a;
  }
  .sp-sub-btn a span::before {
    width: 15px;
    height: 2px;
  }
  .sp-sub-btn a span::after {
    height: 15px;
    width: 2px;
  }
  .sp-sub-btn.active a span::after {
    display: none;
  }
  .sp-lang {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    border-top: 1px solid #dcdcdc;
    margin: 0 20px;
  }
  .sp-lang a {
    margin: 0 10px;
  }

.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-right: 100px;
}

.hero img {
  width: 100%;
  display: block;
}

.hero-text {
  position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    padding: 20px 50px 30px;
    z-index: 2;
    width: 850px;
    text-align: center;
}
.hero-text br {
  display: none;
}
.hero-pagination-wrapper {
    margin-bottom: 55px;
}
.swiper-pagination {
  position: static;
  height: 20px;
}
.swiper-pagination-bullet {
  background-color: #ccc;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #000;
}

.hero-text p {
  font-size: 30px;
    margin-bottom: 35px;
    line-height: 1;
}
.hero-text h1 {
    font-size: 50px;
    margin-bottom: 40px;
    line-height: 1;
}

.btn {
    display: inline-block;
    margin-top: 1rem;
    padding: 0 1rem;
    background: #084698;
    color: white;
    text-decoration: none;
    width: 300px;
    text-align: left;
    line-height: 60px;
    font-size: 20px;
    position: relative;
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 14px;
  height: 12px;
  background-image: url(img/arrow_white.svg);
  transform: translateY(-50%);
}

.main {
  padding: 130px 100px;
}
.title-h2 {
  display: inline-block;
  margin-bottom: 30px;
  font-family: 'Noto Serif JP', serif;
}
.title-h2 p {
  font-size: 20px;
  color: #084698;
  line-height: 1;
  margin-bottom: 23px;
}
.title-h2 h2 {
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 4px solid #084698;
}
.features_img {
  margin-top: 60px;
  margin-bottom: 50px;
}
.txt-r {
  text-align: right;
}
.txt-c {
  text-align: center;
}
.btn-01 {
  display: inline-block;
}
.btn-01 a {
  display: flex;
  align-items: center;
}
.btn-01 a span {
  display: inline-block;
  margin-right: 14px;
  line-height: 1;
  position: relative;
}
.btn-01 a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.btn-01 img {
  width: 50px;
}

.news {
  margin-top: 100px;
  margin-bottom: 70px;
}
.news-inner {
  display: flex;
  align-items: flex-start;
}
.news .title-h2 {
  width: 160px;
  margin-right: 140px;
}
.news-list {
  width: calc(100% - 300px);
  margin-bottom: 30px;
}
.news-list li {
  background-color: #f5f5f5;
  padding: 25px 50px;
  margin-bottom: 2px;
  line-height: 20px;
}
.news-list .date {
  display: inline-block;
  margin-right: 50px;
}
.news-list .cat {
    display: inline-block;
    line-height: 30px;
    width: 60px;
    text-align: center;
    background-color: #084698;
    color: #fff;
    margin-right: 10px;
}

.about-list {
  display: flex;
  margin-top: 20px;
  margin-bottom: 90px;
}
.about-list a {
  display: block;
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  color: #000;
}
.about-list a:last-of-type {
  margin-right: 0;
}
.about-list div {
  overflow: hidden;
}
.about-list img {
  position: relative;
  transition: all ease .3s;
}
.about-list a:hover {
  opacity: .7;
}
.about-list a:hover img {
  transform: scale(1.05,1.05);
  transition: all ease .3s;
} 
.about-list a.nolink:hover {
  opacity: 1;
}
.about-list a.nolink:hover img {
  transform: scale(1,1);
  transition: all ease .3s;
} 
.about-list a p {
  font-size: 20px;
  line-height: 1;
  padding: 30px 0;
  text-align: center;
}

.campus-list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 85px;
}
.campus-list a {
  display: block;
  width: calc((100% - 30px) / 2);
  border: 1px solid #dcdcdc;
}
.campus-list a:hover {
  opacity: .7;
}
.campus-list a div {
  overflow: hidden;
}
.campus-list a img {
  position: relative;
  transition: all ease .3s;
}
.campus-list a:hover img {
  transform: scale(1.05,1.05);
  transition: all ease .3s;
}
.campus-list a.nolink:hover {
  opacity: 1;
}
.campus-list a.nolink:hover img {
  transform: scale(1,1);
  transition: all ease .3s;
}
.campus-list a p {
  font-size: 20px;
  line-height: 1;
  padding: 30px 0;
  text-align: center;
}

.admission-link {
  display: block;
  overflow: hidden;
  position: relative;
  transition: all ease .3s;
  height: 380px;
  background-image: url(img/admission_img_pc.jpg);
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  color: #000;
}
.admission-link:hover {
  opacity: .7;
  background-size: 110% auto;
}
.admission-link p {
  position: absolute;
  width: 660px;
  padding: 21px 40px;
  font-size: 30px;
  line-height: 1.8;
  padding-right: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #fff;
}
.admission-link .link-arrow {
  position: absolute;
  right: 30px;
  bottom: 20px;
  width: 50px;
}

footer {
  background: #00469b;
  color: white;
  padding: 90px 100px 40px;
  font-size: 14px;
}

.footer-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-logo {
  width: 335px;
}
.footer-menu {
  display: flex;
  justify-content: flex-end;
}
.footer-column {
  margin-left: 50px;
}
.footer-column h4 {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 1;
  font-family: 'Noto Serif JP', serif;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ft-about-sub p {
  font-size: 15px;
  font-family: 'Noto Serif JP', serif;
}
.footer-column li {
  font-size: 14px;
  line-height: 24px;
}

.footer-column a {
  color: white;
  text-decoration: none;
}
.footer-column a:hover {
  opacity: .7;
}
.footer-column li a strong {
  font-weight: 700;
}
.footer-column li a {
  padding-left: 10px;
  position: relative;
}
.footer-column li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #fff;
}

.footer-bottom {
  margin-top: 20px;
  font-size: 12px;
  color: #fff;
}

.main-menu {
  position: fixed;
    width: auto;
    height: 100vh;
    left: 100px;
    top: 0;
    z-index: 95;
    background: #fff;
    padding-top: 120px;
    width: 300px;
    transform: translateX(-300px);
}
.main-menu.active {
  transform: translateX(0);
  transition: all ease .3s;
}

nav ul {
  margin: 0;
  width: 300px;
  padding: 0;
}
.main-menu li {
  font-size: 16px;
}
.main-menu li a {
    display: block;
    text-decoration: none;
    color: #000;
  padding: 0 20px;
}
.main-menu li:hover {
  background-color: #f5f5f5;
} 
.main-menu li a span {
  display: block;
  border-top: 1px solid #dcdcdc;
  position: relative;
  line-height: 60px;
}
.main-menu li:hover a span {
  opacity: .7;
}
.main-menu li:last-child p {
  border-bottom: 1px solid #dcdcdc;
}
.main-menu li.sub-link {
  cursor: pointer;
}
.main-menu li.sub-link a span::before,
.main-menu li.sub-link a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translate(50%, -50%);
  background-color: #7a7a7a;
}
.main-menu li.sub-link a span::before {
  width: 15px;
  height: 2px;
}
.main-menu li.sub-link a span::after {
  height: 15px;
  width: 2px;
}
.main-menu li.sub-link.active a span::after {
  display: none;
}
.sub-menu {
  position: fixed;
  left: 400px;
  top: 0;
  width: 300px;
  background-color: #f5f5f5;
  z-index: 90;
  transform: translateX(-600px);
  height: 100vh;
  padding-top: 120px;
}
.sub-menu.standby {
  transform: translateX(-300px);
  transition: all ease .3s;
}
.sub-menu.active {
  transform: translate(0);
  transition: all ease .3s;
  z-index: 91;
}
.sub-menu li {
  font-size: 14px;
}
.sub-menu li a {
  display: block;
  padding: 0 20px;
  color: #000;
  line-height: 60px;
}
.sub-menu li a span {
  display: block;
  border-top: 1px solid #dcdcdc;
}
.sub-menu li a:hover span {
  opacity: .7;
}
.sub-menu li:last-child a span {
  border-bottom: 1px solid #dcdcdc;
}
.about-sub {
    margin: 0 20px;
    display: flex;
    border-top: 1px solid #dcdcdc;
}
.about-sub p {
  line-height: 60px;
  width: 65px;
}
.about-sub ul {
  width: calc(100% - 65px);
}
.sub-menu li.about-sub a {
  padding: 0;
}
.sub-menu li.about-sub a span {
  border: 0;
  border-bottom: 1px solid #dcdcdc;
}
.sub-menu .about-sub li:first-child {
  border-top: 0;
}
.search {
    position: fixed;
    width: 300px;
    bottom: 0;
    left: 100px;
    padding: 25px;
    background: #83a2cb;
  transform: translateX(-300px);
  z-index: 99;
}
.search.active {
  transform: translate(0);
  transition: all ease .3s;
}
.search-form {
    display: flex;
}
.search-form input {
  width: 180px;
    border: 0;
    height: 40px;
    padding: 0 10px;
    font-size: 16px;
    border-radius: 5px 0 0 5px;
}
.search-form button {
    width: 70px;
    border: 0;
    border-radius: 0 5px 5px 0;
    background: #084698;
    color: #fff;
    font-size: 16px;
}
.pc-lang {
    display: flex;
    justify-content: flex-end;
    height: 80px;
    padding-right: 50px;
    align-items: center;
}
.pc-lang a {
  margin: 0 15px;
}
.pc-lang:hover a {
  opacity: .7;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 13px;
}

.sp-view {
  display: none;
}

.sp-fixed-menu {
  display: none;
}
@media screen and (max-width: 1700px) {
  .footer-column {
    margin-left: 20px;
  }
  .admission-link {
    background-size: auto 100%;
  }
  .admission-link:hover {
    background-size: auto 110%;
  }
}
@media screen and (max-width: 1500px) {
  .footer-container {
    justify-content: center;
  }
  .footer-menu {
    display: none;
  }
  .footer-bottom {
    margin-top: 150px;
    text-align: center;
  }
}
@media screen and (max-width: 1300px) {
  .news-inner {
    display: block;
  }
  .news-list {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .sp-view {
    display: block;
  }
  .pc-view {
    display: none;
  }
  .main {
    padding: 100px 50px;
  }
  .hero {
    padding-right: 50px;
  }
  .hero-text {
    width: 550px;
  }
  .hero-pagination-wrapper {
    margin-bottom: 35px;
  }
  .hero-text p {
    margin-bottom: 15px;
  }
  .hero-text h1 {
    margin-bottom: 20px;
    line-height: 1.2;
  }
  .hero-text br {
    display: block;
  }
}
@media screen and (max-width: 850px) {
  .admission-link {
    height: 100vw;
    background-image: url(img/admission_img_sp.jpg);
    background-size: cover;
  }
  .admission-link p {
    width: auto;
    padding: 20px 20px;
    top: 40px;
    transform: translateY(0%);
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    padding-left: 0;
    padding-top: 60px;
    padding-bottom: 75px;
  }
  .pc-lang {
    display: none;
  }
  .pc-menu {
    display: none;
  }
  .main-menu {
    display: none;
  }
  .sub-menu {
    display: none;
  }
  .search {
    transform: translateY(75px);
    bottom: 75px;
    left: 0;
    width: 100%;
    padding: 15px 20px;
  }
  .sp-menu {
    position: fixed;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-right: 0;
    height: 60px;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #fff;
  }
  .sp-menu a {
    display: flex;
  }
  .sp-logo-img {
    width: 35px;
    margin: 0;
    margin-right: 15px;
  }
  .sp-logo-txt {
    width: 215px;
    margin: 0;
  }
  .sp-menu-btn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 22px;
    height: 10px;
  }
  .sp-menu-btn::before,
  .sp-menu-btn::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
  }
  .sp-menu-btn::before {
    top: 0;
  }
  .sp-menu-btn::after {
    bottom: 0;
  }
  .sp-menu-btn.active::before {
    top: 5px;
    transform: translateY(-50%) rotate(30deg);
  }
  .sp-menu-btn.active::after {
    bottom: 5px;
    transform: translateY(50%) rotate(-30deg);
  }
  .sp-fixed-menu {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 101;
  }
  .sub-btn {
    width: calc(100% / 3);
  }
  .sub-btn img {
    margin-bottom: 5px;
  }

  .hero {
    padding-left: 35px;
    padding-right: 0;
  }
  .hero-text {
    width: 275px;
    left: 0;
    right: inherit;
    padding: 5px 15px 10px;
  }
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
  }
  .hero-text p {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .hero-text h1 {
      margin-bottom: 20px;
      line-height: 1.3;
      font-size: 30px;
  }
  .btn {
    width: 200px;
    line-height: 50px;
    font-size: 16px;
    margin-top: 10px;
  }
  .main {
    padding: 50px 20px 75px;
  }
  .title-h2 {
    margin-bottom: 25px;
  }
  .title-h2 p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .title-h2 h2 {
    font-size: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #084698;
  }
  p {
    line-height: 1.8;
  }
  .features_img {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .news {
    margin-top: 85px;
    margin-bottom: 85px;
  }
  .news-list li {
    padding: 20px;
    line-height: 1.8;
  }
  .news-list .date {
    display: inline-block;
    margin-right: 20px;
  }
  .news-list .cat {
    display: inline-block;
    line-height: 21px;
    width: 45px;
    margin-right: 5px;
  }
  .news-list li a {
    display: block;
    margin-top: 10px;
  }
  .about-list {
    display: block;
    margin-top: 0;
    margin-bottom: 75px;
  }
  .about-list a {
    width: 100%;
    margin-bottom: 25px;
  }
  .about-list a p {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 0;
  }
  .campus-list {
    display: block;
    margin-top: 0;
    margin-bottom: 75px;
  }
  .campus-list a {
    width: 100%;
    margin-bottom: 25px;
  }
  .campus-list a p {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 0;
  }
  .admission-link:hover {
    background-size: 110%;
  }
  .admission-link p {
    font-size: 20px;
  }
  footer {
    padding: 70px 0 20px;
  }
  .footer-logo {
    width: 265px;
  }
  .footer-bottom {
    margin-top: 100px;
  }
  .about-sub {
      padding: 0px;
      display: flex;
      margin: 0;
  }
  .about-sub p {
    line-height: 40px;
    width: 65px;
  }
  .about-sub ul {
    width: calc(100% - 65px);
  }
  .sp-menu-sub .about-sub li:first-child {
    border-top: 0;
  }
}

.page-top {
    height: 450px;
    position: relative;
}
.page-ttl {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 35px 100px 40px;
    background-color: #fff;
}
.page-ttl-h1 {
  padding-bottom: 25px;
  border-bottom: 4px solid #084698;
  display: inline-block;
  font-family: 'Noto Serif JP', serif;
}
.page-ttl-h1 p {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 25px;
  color: #084698;
}
.page-ttl-h1 h1 {
  font-size: 50px;
  line-height: 1;
}
.page-main {
  padding: 0 100px 160px;
}
.page-top-contents {
    display: flex;
    flex-wrap: wrap;
}
.page-top-item {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
    margin-bottom: 30px;
    border: 1px solid #dcdcdc;
}
.page-top-item a:hover {
  opacity: .7;
}
.page-top-item:nth-of-type(2n) {
    margin-right: 0;
}
.page-top-item a {
  color: #000;
}
.page-top-item div {
  overflow: hidden;
}
.page-top-item img {
  position: relative;
}
.page-top-item a:hover img {
  transform: scale(1.05,1.05);
  transition: all ease .3s;
}
.page-top-item a.nolink p {
  opacity: .25;
}
.page-top-item a.nolink:hover {
  opacity: 1;
}
.page-top-item a.nolink:hover img {
  transform: scale(1,1);
  transition: all ease .3s;
}
.page-top-item p {
  font-size: 20px;
  line-height: 1;
  padding: 30px 0;
  text-align: center;
}
.page-top {
  position: relative;
}
.page-top::after {
  content: "";
  width: calc(100% - 100px);
  height: 50px;
  background-color: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.page-about .page-top {
  background-image: url(img/about/mv_pc.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-admission .page-top {
  background-image: url(img/admission/mv_pc.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.school-content {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.school-item {
    width: calc((100% - 30px) / 2);
}
.school-item h3 {
    font-size: 32px;
    line-height: 1;
    padding-bottom: 15px;
    border-bottom: 4px solid #084698;
    display: inline-block;
    font-family: 'Noto Serif JP', serif;
}
.school-info {
    margin-top: 35px;
    border: 1px solid #dcdcdc;
}
.school-link {
    display: flex;
    padding: 20px 0;
}
.sch-btn {
    display: flex;
    width: calc(100% / 3);
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #dcdcdc;
}
.sch-btn:last-of-type {
  border-right: 0;
}
.sch-btn:hover {
  opacity: .7;
}
.sch-btn p {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
}
.sch-btn img {
  width: 50px;
}
.setagaya-bg {
  background-image: url(img/about/school/setagaya_mv_pc.jpg);
}
.ariake-bg {
  background-image: url(img/about/school/ariake_mv_pc.jpg);
}
.school_page-h2 {
    font-size: 32px;
    padding-bottom: 25px;
    margin-bottom: 40px;
    border-bottom: 4px solid #084698;
    display: inline-block;
}
.access-inner {
    display: flex;
}
.access-info {
    width: 450px;
    margin-right: 50px;
}
.access-info p {
    line-height: 1;
}
.school-name {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 25px;
}
.access-info div {
  padding: 25px 30px;
    background: #f5f5f5;
    margin-top: 25px;
}
.access-info div p {
  line-height: 1.5;
}
.map {
    width: calc(100% - 500px);
}
iframe {
    width: 100%;
    height: 400px;
}
.facility-inner {
    display: flex;
    flex-wrap: wrap;
}
.facility-item {
    width: calc((100% - 60px) / 3);
    border: 1px solid #dcdcdc;
    margin-bottom: 30px;
    margin-right: 30px;
}
.facility-item:nth-of-type(3n) {
  margin-right: 0;
}
.facility-txt {
    font-size: 20px;
    text-align: center;
    padding: 30px 10px;
    line-height: 1;
}
.teacher-inner {
    display: flex;
    flex-wrap: wrap;
}
.teacher-item {
    width: calc((100% - 120px) / 5);
    margin-right: 30px;
    margin-bottom: 40px;
}
.teacher-item:nth-of-type(5n) {
  margin-right: 0;
}
.frame {
    border: 1px solid #dcdcdc;
    text-align: center;
    padding-bottom: 25px;
}
.teacher-ttl {
    line-height: 1;
    margin: 25px 0 15px;
}
.teacher-name {
    line-height: 1;
    font-size: 20px;
}
.teacher-item > p {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 15px;
}
@media screen and (max-width: 1200px) {
  .teacher-item {
      width: calc((100% - 120px) / 4);
      margin-right: 30px;
      margin-bottom: 40px;
  }
  .teacher-item:nth-of-type(5n) {
    margin-right: 30px;
  }
  .teacher-item:nth-of-type(4n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1100px) {
  .access-inner {
      display: flex;
  }
  .access-info {
      width: 100%;
      margin-right: 0px;
  }
  .map {
      width: 100%;
      margin-top: 50px;
  }
  .facility-item {
      width: calc((100% - 30px) / 2);
      border: 1px solid #dcdcdc;
      margin-bottom: 30px;
  }
  .facility-item:nth-of-type(3n) {
    margin-right: 30px;
  }
  .facility-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-top {
    height: 67vw;
  }
  .page-top::after {
    display: none;
  }
  .page-about .page-top {
    background-image: url(img/about/mv_sp.jpg);
  }
  .page-admission .page-top {
    background-image: url(img/admission/mv_sp.jpg);
  }
  .page-ttl {
    padding: 20px 40px 25px;
    top: 50%;
    transform: translate(-50%,-50%);
    white-space: nowrap;
  }
  .page-ttl-h1 {
    padding-bottom: 15px;
    border-bottom: 2px solid #084698;
  }
  .page-ttl-h1 p{
    font-size: 14px;
    margin-bottom: 15px;
  }
  .page-ttl-h1 h1 {
    font-size: 30px;
  }
  .page-main {
    padding: 35px 20px 80px;
  }
  .page-top-contents {
    display: block;
  }
  .page-top-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .page-top-item p {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 0;
  }
  .school-content {
    display: block;
      margin-top: 45px;
  }
  .school-item {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .school-item h3 {
      font-size: 25px;
      padding-bottom: 15px;
  }
  .school-info {
      margin-top: 20px;
  }
  .school-link {
      padding: 10px 0;
  }
  .sch-btn {
    justify-content: space-between;
    padding-top: .75em;
  }
  .sch-btn:first-of-type {
    padding-top: 0;
  }
  .sch-btn:hover {
    opacity: .7;
  }
  .sch-btn p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: center;
  }
  .sch-btn img {
    width: 30px;
    margin:  0 auto;
  }
  .setagaya-bg {
    background-image: url(img/about/school/setagaya_mv_sp.jpg);
  }
  .ariake-bg {
    background-image: url(img/about/school/ariake_mv_sp.jpg);
  }
  .school_page-h2 {
      font-size: 20px;
      padding-bottom: 15px;
      margin-bottom: 35px;
  }
  .access-inner {
      display: block;
  }
  .school-name {
      font-size: 18px;
      margin-bottom: 20px;
  }
  .access-info div {
    padding: 30px;
      background: #f5f5f5;
      margin-top: 25px;
  }
  .map {
    margin-top: 25px;
  }
  iframe {
      width: 100%;
      height: 250px;
  }
  .facility-inner {
      display: block;
  }
  .facility-item {
      width: 100%;
      margin-bottom: 25px;
  }
  .facility-txt {
      font-size: 16px;
      padding: 15px 10px;
  }
  .teacher-item {
      width: calc((100% - 15px) / 2);
      margin-right: 15px;
      margin-bottom: 25px;
  }
  .teacher-item:nth-of-type(5n) {
    margin-right: 15px;
  }
  .teacher-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .frame {
      border: 1px solid #dcdcdc;
      text-align: center;
      padding-bottom: 15px;
  }
  .teacher-ttl {
      line-height: 1;
      margin: 17px 0 10px;
  }
  .teacher-name {
      line-height: 1;
      font-size: 16px;
  }
  .teacher-item > p {
      font-size: 12px;
      line-height: 1.5;
      margin-top: 7px;
  }
}

.page-page {
    padding: 0 100px 140px;
}
.page-mv {
    height: 321px;
    position: relative;
    margin-bottom: 60px;
}
.page-bg {
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.message-bg {
  background-image: url(img/about/page1_mv_pc.jpg);
}
.page-h1 {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 50px;
    background-color: #fff;
}
.page-h1 h1 {
  font-size: 50px;
  line-height: 1;
  font-family: 'Noto Serif JP', serif;
}
.page-link-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 110px;
}
.page-link-list a {
    display: block;
    width: calc((100% - 48px) / 5);
    text-align: center;
    line-height: 40px;
    background: #f5f5f5;
    border-radius: 20px;
    color: #000;
}
.page-link-list a.on {
  background-color: #084698;
  color: #fff;
}
.page-link-list a:hover {
  background-color: #084698;
  color: #fff;
}
.page-link-list a.nolink {
  opacity: .25;
}
.page-link-list a.nolink:hover {
    background: #f5f5f5;
    color: #000;
} 
.movie {
  width: 100%;
  max-width: 800px;
  height: 450px;
    margin: 70px auto 70px;
}
.movie iframe {
  width: 100%;
  height: 100%;
}
.page-h2 {
    font-size: 32px;
    margin-bottom: 25px;
  font-family: 'Noto Serif JP', serif;
}
@media screen and (max-width: 1500px) {
  .page-link-list a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1300px) {
  .page-page {
    padding: 0 50px 140px;
  }
}
@media screen and (max-width: 1200px) {
  .page-link-list {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .page-link-list a {
    width: 165px;
    margin-right: 12px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-page {
    padding: 0 20px 115px;
  }
  .page-mv {
    height: 200px;
    margin-bottom: 35px;
  }
  .page-bg {
    background-size: 100% auto;
  }
  .message-bg {
    background-image: url(img/about/page1_mv_sp.jpg);
  }
  .page-h1 {
    padding: 20px;
  }
  .page-h1 h1 {
    font-size: 30px;
  }
  .page-link-list {
    margin-bottom: 60px;
  }
  .page-link-list a {
    width: calc((100% - 5px) / 2);
    margin-right: 5px;
  }
  .page-link-list a:nth-of-type(2n) {
    margin-right: 0;
  } 
  .movie {
    height: 50vw;
    margin: 45px auto 45px;
  }
  .page-h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.philosophy-bg {
  background-image: url(img/about/page2_mv_pc.jpg);
}
.philosophy-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 70px;
}
.philosophy-ttl {
  width: 300px;
}
.philosophy-txt {
    width: calc(100% - 300px);
}
.philosophy-txt h3 {
  font-size: 32px;
  margin-bottom: 15px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.4;
}
@media screen and (max-width: 1100px) {
  .philosophy-item {
    display: block;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px)  {
  .philosophy-bg {
    background-image: url(img/about/page2_mv_sp.jpg);
  }
  .philosophy-item:last-of-type {
    margin-bottom: 0;
  }
  .philosophy-txt {
    width: 100%;
  }
  .philosophy-txt h3 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.7;
  }
}

.recruitment-bg {
  background-image: url(img/admission/page1_mv_pc.jpg);
}
.explanation-bg {
  background-image: url(img/admission/page2_mv_pc.jpg);
}
.qa-bg {
  background-image: url(img/admission/page4_mv_pc.jpg);
}
.page-link-list.link-list02 {
  justify-content: center;
}
.page-link-list.link-list02 a {
  margin-right: 12px;
}
.page-link-list.link-list02 a:last-of-type {
  margin-right: 0;
}
.admission-page-content {
  display: flex;
  align-items: flex-start;
}
.page-h2-type02 {
    font-size: 32px;
    margin-right: 140px;
    display: inline-block;
    padding-bottom: 15px;
    line-height: 1.8;
    border-bottom: 4px solid #084698;
  font-family: 'Noto Serif JP', serif;
}
.recruitment-content .page-h2-type02 {
  margin-right: 120px;
}
.recruitment-content .page-h2-type02 span {
  font-size: 24px;
}
.explanation-info {
  width: calc(100% - 300px);
  padding: 20px;
  background-color: #f5f5f5;
}
.recruitment-info {
  width: calc(100% - 293px);
  background-color: #f5f5f5;
}
.recruitment-info dl {
  display: flex;
    flex-wrap: wrap;
    margin: 0;
    line-height: 2;
}
.recruitment-info dt {
  margin: 0;
    padding: 23px 30px;
    width: 160px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    color: #084698;
    font-weight: 600;
}
.recruitment-info dd {
  margin: 0;
    padding: 23px 50px;
    width: calc(100% - 160px);
    border-bottom: 2px solid #fff;
}
.explanation-info-inner {
  background-color: #fff;
  padding: 50px;
  height: 600px;
}
.explanation-info-inner h3 {
  font-size: 24px;
  color: #084698;
  margin-bottom: 25px;
}
.explanation-info-inner a {
  text-decoration: underline;
  color: #084698;
  font-weight: bold;
}

.admission-contact {
    margin-top: 110px;
    padding: 65px 0;
    background: #e6ecf5;
}
.adminssion-ct {
    display: flex;
    background: #fff;
    width: 700px;
    padding: 20px 40px;
    align-items: center;
    margin: auto;
}
.admi-ct-txt p {
  
}
.ct-info-ttl {
  font-size: 20px;
  line-height: 1;
  color: #084698;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 10px;
}
.admi-ct-info {
    margin-left: 40px;
}
.admi-ct-info p {
  color: #084698;
}
.ct-tel {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 15px;
}
.ct-mail {
    font-size: 20px;
    line-height: 1;
}
.qa-item {
    background: #f5f5f5;
    padding: 30px;
    margin-bottom: 2px;
}
.q {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.qa-item img {
    width: 50px;
    margin: 0;
    margin-right: 25px;
}
.q p {
  font-size: 20px;
  line-height: 1.6;
}
.a {
    display: flex;
    padding: 25px 30px 30px;
    background: #fff;
    align-items: center;
}
.a p {
  line-height: 2;
  margin: 0;
}
.a p.t1 {
  padding-left: 5em;
  text-indent: -5em;
}
.a p.t2 {
  padding-left: 1.55em;
  text-indent: -1.55em;
}

@media screen and (max-width: 1200px)  {
  .admission-page-content {
    display: block;
  }
  .page-h2-type02 {
    margin-right: 0;
  }
  .recruitment-content .page-h2-type02 {
    margin-right: 0px;
  }
  .explanation-info {
    width: 100%;
    margin-top: 60px;
  }
  .recruitment-info {
      width: 100%;
      margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .recruitment-bg {
    background-image: url(img/admission/page1_mv_sp.jpg);
  }
  .explanation-bg {
    background-image: url(img/admission/page2_mv_sp.jpg);
  }
  .qa-bg {
    background-image: url(img/admission/page4_mv_sp.jpg);
  }
  .page-link-list.link-list02 {
    justify-content: flex-start;
  }
  .page-link-list.link-list02 a {
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .page-link-list.link-list02 a:nth-of-type(2n) {
    margin-right: 0;
  }
  .page-h2-type02 {
    line-height: 1;
    margin-bottom: 15px;
    font-size: 20px;
  }
  .recruitment-content .page-h2-type02 span {
    font-size: 14px;
  }
  .explanation-info {
    margin-top: 15px;
    padding: 10px;
  }
  .recruitment-info {
      margin-top: 15px;
  }
  .explanation-info-inner {
    padding: 30px 20px;
  }
  .explanation-info-inner h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .recruitment-info dl {
    display: flex;
      flex-wrap: wrap;
      margin: 0;
      line-height: 2;
  }
  .recruitment-info dt {
      padding: 20px 20px 5px;
      width: 100%;
      border-right:0;
      border-bottom: 0;
      line-height: 1;
  }
  .recruitment-info dd {
      padding: 5px 20px 20px;
      width: 100%;
      border-bottom: 1px solid #fff;
      line-height: 1.8;
  }
  .admission-contact {
    margin-top: 0px;
    padding: 20px;
  }
  .adminssion-ct {
    width: 100%;
    display: block;
    text-align: center;
  }
  .ct-info-ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .admi-ct-info {
    margin-top: 10px;
    margin-left: 0;
  }
  .ct-tel {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .ct-mail {
    font-size: 14px;
  }
  .qa-item {
      padding: 20px;
  }
  .q {
      display: flex;
      align-items: flex-start;
      margin-bottom: 15px;
  }
  .qa-item img {
      width: 30px;
      margin-right: 11px;
  }
  .q p {
    font-size: 16px;
    line-height: 1.4;
    padding-top: 3px;
  }
  .a {
      padding: 10px;
      background: #fff;
      align-items: flex-start;
  }
  .a p {
    line-height: 1.4;
    margin: 0;
  }
}

.page-features .page-top {
    background-image: url(img/features/mv_pc.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.policy-bg {
  background-image: url(img/features/page1_mv_pc.jpg);
}
.policy-content {
  text-align: center;
}
.policy-content h2 {
  font-size: 32px;
  margin-bottom: 25px;
  font-family: 'Noto Serif JP', serif;
}
.course-bg {
  background-image: url(img/features/page2_mv_pc.jpg);
}
.cor-h2 {
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    margin-bottom: 30px;
    color: #084698;
    font-weight: 450;
  font-family: 'Noto Serif JP', serif;
}
.cor-h3 {
  font-size: 24px;
    font-weight: 450;
    line-height: 1;
    margin-bottom: 30px;
  font-family: 'Noto Serif JP', serif;
}
.cor-tb {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 50px;
}
.cor-tb th {
  width: calc(100% / 6);
    background: #f5f5f5;
    height: 50px;
    border: 1px solid #dcdcdc;
}
.cor-tb td {
  text-align: center;
  height: 50px;
    border: 1px solid #dcdcdc;
}
.cor-tb tr:nth-of-type(2n+1) td {
  background-color: #e6ecf5;
}
.subject-bg {
  background-image: url(img/features/page4_mv_pc.jpg);
}
.subject-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.subject-item {
    width: calc((100% - 60px) / 3);
    margin-bottom: 60px;
}
.subject-ttl {
  margin-bottom: 0;
}
.subject-item h2 {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 25px;
    color: #084698;
  font-family: 'Noto Serif JP', serif;
}
.subject-info {
    border: 1px solid #dcdcdc;
    padding-bottom: 40px;
}
.subject-info p {
  padding: 0 30px;
}
.subject-info .sub-ttl {
  font-family: 'Noto Serif JP', serif;
    margin: 25px 0 10px;
    font-size: 24px;
    line-height: 1.6;
}
.course-bg {
  background-image: url(img/features/page2_mv_pc.jpg);
}
@media screen and (max-width: 767px) {
  .page-features .page-top {
      background-image: url(img/features/mv_sp.jpg);
  }
  .policy-bg {
    background-image: url(img/features/page1_mv_sp.jpg);
  }
  .policy-content {
    text-align: left;
  }
  .policy-content h2 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1;
  }
  .course-bg {
    background-image: url(img/features/page2_mv_sp.jpg);
  }
  .cor-h2 {
      font-size: 18px;
      line-height: 1.5;
      margin-bottom: 25px;
  }
  .cor-h3 {
    font-size: 18px;
      margin-bottom: 15px;
  }
  .cor-tb {
    margin-bottom: 50px;
  }
  .cor-tb th {
      height: 30px;
  }
  .cor-tb td {
    height: auto;
    padding: 5px;
  }
  .cor-tb tr:nth-of-type(2n+1) td {
    background-color: #e6ecf5;
  }
  .subject-bg {
    background-image: url(img/features/page4_mv_sp.jpg);
  }
  .subject-content {
      display: block;
  }
  .subject-item {
    width: 100%;
      margin-bottom: 30px;
  }
  .subject-ttl {
    margin-bottom: 0;
  }
  .subject-item h2 {
      font-size: 25px;
      margin-bottom: 15px;
  }
  .subject-info {
      padding-bottom: 0px;
      border: 0;
  }
  .subject-info p {
    padding: 0 20px;
  }
  .subject-info .sub-ttl {
    font-family: 'Noto Serif JP', serif;
      margin: 15px 0 5px;
      font-size: 18px;
      line-height: 1.5;
  }
  .sub-sp-info {
      padding-bottom: 20px;
    border: 1px solid #dcdcdc;
  }
}

.single-post {
    padding: 0 100px 150px;
}
.container {
    width: 100%;
    max-width: 900px;
    margin: 60px auto 0;
}
.post-tags span {
  display: inline-block;
  line-height: 30px;
  width: 60px;
  text-align: center;
  background-color: #084698;
  color: #fff;
  margin-right: 10px;
}
.post-date {
    margin: 30px auto 15px;
}
.post-title {
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 25px;
}
.sns-share {
    display: flex;
}
.sns-share a img {
    width: 24px;
    margin-right: 10px;
}
.post-content {
    margin-top: 30px;
    padding-top: 40px;
    border-top: 2px solid;
    padding-bottom: 80px;
    margin-bottom: 50px;
    border-bottom: 2px solid;
}
.post-content img {
    width: 100%;
    margin: auto;
    max-width: 800px;
    margin-bottom: 50px;
}
.news-post {
  text-align: center;
}
.breadcrumb {
  text-align: left;
}
.single-post .page-ttl-h1 {
    margin: 100px auto 90px;
}
.news-content .news-list {
  width: 100%;
  text-align: left;
}
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
    border: 0;
    border-bottom: 1px solid;
    padding: 0;
    width: 10px;
    margin: 0 20px;
    padding-bottom: 10px;
}
@media screen and (max-width: 1300px) {
  .single-post {
      padding: 0 50px 100px;
  }
}
@media screen and (max-width: 767px) {
  .single-post {
      padding: 0 20px 100px;
  }
  .container {
      margin: 0px auto;
  }
  .single-post .breadcrumb {
    display: none;
  }
  .post-tags span {
    display: inline-block;
    line-height: 21px;
    width: 45px;
    margin-right: 5px;
  }
  .post-date {
      margin: 30px auto 15px;
  }
  .post-title {
      font-size: 25px;
      line-height: 1.5;
      margin-bottom: 25px;
  }
  .sns-share a img {
      width: 24px;
      margin-right: 10px;
  }
  .post-content {
      margin-top: 25px;
      padding-top: 25px;
      border-top: 1px solid;
      padding-bottom: 50px;
      margin-bottom: 35px;
      border-bottom: 1px solid;
  }
  .post-content img {
      margin-bottom: 30px;
  }
  .single-post .page-ttl-h1 {
    margin: 0 auto 40px;
  }
}

.page-contact {
    padding: 0 100px;
    text-align: center;
}
.page-contact .page-ttl-h1 {
    margin: 90px auto 100px;
    text-align: center;
}
.contact-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 160px;
}
.contact-item {
    display: block;
    width: calc((100% - 60px) / 3);
    border: 1px solid #dcdcdc;
    padding-bottom: 30px;
}
.contact-item img {
    margin-bottom: 30px;
}
.contact-item span {
  display: block;
  margin-bottom: 20px;
  line-height: 1;
}
.contact-item p {
    font-size: 24px;
    line-height: 1;
}
.contact-item.nolink p {
  opacity: .25;
}
.ct-page-content {
    display: flex;
    align-items: flex-start;
    margin-top: 90px;
    margin-bottom: 130px;
}
.ct-page-content .page-h2-type02 {
  width: 225px;
    margin-right: 75px;
    line-height: 1;
}
.ct-page-content .page-h2-type02 span {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 20px;
}
.ct-general-content .page-h2-type02 {
  text-align: left;
  line-height: 1.4;
}
.consultation-tab {
    width: calc(100% - 300px);
}
.consultation-tab dl {
  margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.consultation-tab dt {
    padding: 20px 0;
  padding-left: 40px;
    background: #f5f5f5;
    width: 300px;
    margin-bottom: 2px;
    text-align: left;
}
.consultation-tab dd {
    margin: 0;
    padding: 20px 0;
    padding-right: 40px;
    width: calc(100% - 300px);
    background: #f5f5f5;
    margin-bottom: 2px;
    text-align: left;
}
.consultation-tab dd.ck-dd {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
} 
.consultation-tab dd input[type="checkbox"] {
  display: none;
}
.consultation-tab dd input[type="text"],
.consultation-tab dd input[type="email"]  {
  width: 400px;
  height: 40px;
  font-size: 16px;
  padding: 12px 20px;
  border: 1px solid #dcdcdc;
  margin: 0;
  max-width: 100%;
} 
.consultation-tab dd input[type="email"] {
  width: 600px;
}
.consultation-tab dd textarea {
  width: 100%;
  height: 200px;
  font-size: 16px;
  padding: 12px 20px;
  border: 1px solid #dcdcdc;
}
.ck-btn {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.mwform-checkbox-field {
  padding: 0 30px;
  margin-bottom: 10px;
}
.mwform-checkbox-field-text {
  position: relative;
}
.mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}
.consultation-tab dd input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  left: -27px;
  top: 50%;
  background-color: #084698;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
}
.privacy {
  margin: 60px auto 25px;
  text-align: center;
}
.privacy-btn {
  display: none;
}
.privacy .mwform-checkbox-field-text {
  position: relative;
}
.privacy .mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}
.privacy-btn:checked + .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  left: -27px;
  top: 50%;
  background-color: #084698;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
}
.privacy .mwform-checkbox-field-text a {
  position: relative;
}
.privacy .mwform-checkbox-field-text a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.send {
  display: block;
  margin: auto;
    width: 250px;
    height: 50px;
    border-radius: 25px;
    border: 0;
    color: #fff;
    background-color: #084698;
    cursor: pointer;
}
span.mwform-checkbox-field.horizontal-item {
  display: block;
  margin-bottom: 10px;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.conf-txt {
  display: none;
}
.confir-tab .conf-txt {
  display: block;
}
.confir-tab .conf-blk {
  background-color: #f5f5f5;
  padding: 20px;
}
.confir-tab .conf-inner {
  background-color: #fff;
  padding: 40px 50px;
  text-align: left;
}
.confir-tab .con-inner dt {
  padding: 0;
  width: 280px;
  background-color: transparent;
  border-bottom: 0;
  margin-top: 30px;
}
.confir-tab .con-inner dd {
  padding: 0;
  width: calc(100% - 280px);
  background-color: transparent;
  border-bottom: 0;
  margin-top: 30px;
}
.confir-tab .con-inner .privacy {
  display: none;
}
.confir-tab .form-btn {
    display: flex;
    margin-top: 60px;
    justify-content: center;
}
.back {
    display: block;
    margin: 0 10px;
    width: 250px;
    height: 50px;
    border-radius: 25px;
    border: 0;
    color: #fff;
    background-color: #c8c8c8;
    cursor: pointer;
}
.confir-tab .con-inner .send {
  margin: 0 10px;
}
.fin-blk {
    padding: 20px;
    background: #f5f5f5;
    margin-bottom: 50px;
}
.fin-inner {
    background: #fff;
    padding: 70px 0 60px;
}
.fin-ttl {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 15px;
    font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 1200px) {
  .page-contact {
      padding: 0 50px;
  }
  .ct-page-content {
      display: block;
      text-align: left;
  }
  .ct-page-content .page-h2-type02 {
    width: auto;
    margin-right: 0;
  }
  .consultation-tab {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-contact {
      padding: 0 20px;
  }
  .page-contact .breadcrumb {
    display: none;
  }
  .page-contact .page-ttl-h1 {
    margin: 0 auto 40px;
  }
  .contact-content {
      display: block;
      margin-bottom: 70px;
  }
  .contact-item {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .contact-item img {
      margin-bottom: 20px;
  }
  .contact-item span {
    display: block;
    margin-bottom: 15px;
  }
  .contact-item p {
      font-size: 18px;
  }
  .ct-page-content {
      display: block;
      margin-top: 0px;
      margin-bottom: 95px;
      text-align: left;
  }
  .ct-page-content .page-h2-type02 {
    width: auto;
    margin-right: 0;
  }
  .ct-page-content .page-h2-type02 span {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .ct-page-content {
      margin-top: 0px;
      margin-bottom: 95px;
  }
  .consultation-tab {
    margin-top: 15px;
  }
  .consultation-tab dl {
      margin: 0;
      display: block;
  }
  .consultation-tab dt {
      padding: 20px 20px 25px;
      padding-left: 20px;
      width: 100%;
      margin-bottom: 0px;
  }
  .consultation-tab dd {
      margin: 0;
      padding: 0px 20px 20px;
      padding-right: 20px;
      width: 100%;
      margin-bottom: 2px;
  }
  .consultation-tab dd.ck-dd {
    padding-bottom: 0px;
  } 
  .consultation-tab dd input[type="text"],
  .consultation-tab dd input[type="tel"],
  .consultation-tab dd input[type="email"]  {
    font-size: 16px;
    padding: 12px 10px;
    border: 1px solid #dcdcdc;
    margin: 0;
    max-width: 100%;
  } 
  .consultation-tab dd input[type="email"] {
    width: 600px;
  }
  .ck-btn {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .ck-btn li {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 20px;
  }
  .ck-btn li.sp-ck {
    max-width: 50%;
  }
  .checkmark a::after {
    bottom: -5px; 
  }
  .back {
    width: 200px;
  }
  .send {
      width: 200px;
  }
  .confir-tab .conf-blk {
    background-color: #f5f5f5;
    padding: 20px;
  }
  .confir-tab .conf-inner {
    padding: 30px 25px;
  }
  .confir-tab .con-inner dl {
    margin-top: 30px;
  }
  .confir-tab .con-inner dt {
    width: 100%;
    margin-top: 15px;
  }
  .confir-tab .con-inner dd {
    width: 100%;
    margin-top: 10px;
  }
  .fin-blk {
      padding: 10px;
      margin-bottom: 40px;
      text-align: center;
  }
  .fin-inner {
      background: #fff;
      padding: 50px 0 55px;
  }
  .fin-ttl {
      font-size: 20px;
      line-height: 1.5;
      margin-bottom: 10px;
  }
}

.privacy-bg {
  background-image: url(img/privacy/mv_pc.png?1);
}
.h1-sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .h1-sp-br{
    display: block;
  }
  .privacy-bg {
    background-image: url(img/privacy/mv_sp.png?1);
  }
}

.mt-ps {
  position: relative;
  margin-bottom: 30px;
}
.mt-ps::after {
  content: "※全て必須です。";
  font-size: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(40px);
  color: #084698;
}
.ct-general-content .mt-ps::after {
  content: "※必須項目です";
}
.mt-mark {
  position: relative;
}
.mt-mark::after {
  content: "※";
  font-size: 16px;
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translate(100%, -50%);
  color: #084698;
}
.confir-tab .mt-mark::after {
  display: none;
}
@media screen and (max-width: 767px)  {
  .mt-ps::after {
    font-size: 16px;
    transform: translateY(30px);
  }
}