@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  word-break: auto-phrase;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.container {
  width: 80%;
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  .container {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 90%;
  }
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.lower-fv {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .lower-fv {
    margin: 3.5rem 0 5.5rem;
  }
}
@media screen and (max-width: 767px) {
  .lower-fv {
    margin-bottom: 2rem;
  }
}
.lower-fv::before {
  content: "";
  position: absolute;
  width: 20%;
  height: auto;
  aspect-ratio: 295/406;
  top: -2%;
  left: 0;
  background: url(./images/lower-fv.png) no-repeat top left/contain;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .lower-fv::before {
    width: 25%;
  }
}
@media screen and (max-width: 1024px) {
  .lower-fv::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0.3));
  }
}
.lower-fv img {
  position: absolute;
  width: 65%;
  height: calc(100% - 2rem);
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -2;
  border-radius: 100px 0 0 0;
}
@media screen and (max-width: 1200px) {
  .lower-fv img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .lower-fv img {
    width: 70%;
  }
}
.lower-fv-text {
  padding: 11rem 12.5%;
}
@media screen and (max-width: 1024px) {
  .lower-fv-text {
    padding: 7rem 10%;
  }
}
@media screen and (max-width: 767px) {
  .lower-fv-text {
    padding: 5rem 5%;
  }
}
.lower-fv h1 {
  font-size: 28px;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .lower-fv h1 {
    font-size: 1.5rem;
  }
}

.wp-pagenavi {
  width: 100%;
  margin: 5rem auto;
  text-align: center;
  position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem 0;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 2.5rem;
  }
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi span,
.wp-pagenavi a {
  margin: 0 0.5rem;
  display: inline-block;
  color: #50A1C2;
  padding: 6px 5px !important;
  border-radius: 100px;
  border: 2px solid #50A1C2 !important;
  font-weight: bold;
  width: 40px;
  height: 40px;
}

.wp-pagenavi a.last,
.wp-pagenavi a.first{
font-size: 12px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1024px) {
  .wp-pagenavi span,
  .wp-pagenavi a {
    margin: 0 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .wp-pagenavi span,
  .wp-pagenavi a {
    padding: 8px 5px !important;
  }
}
.wp-pagenavi span.current {
  color: #fff;
  background-color: #50A1C2;
  border: 2px solid #50A1C2 !important;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi span.current {
    padding: 0.6rem 0rem;
  }
}

.content {
  width: 70%;
  margin: 5rem auto;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  .content {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .content {
    width: 90%;
    margin: 2.5rem auto;
  }
  .content .wp-block-spacer {
    height: 3rem !important;
  }
}

.wp-block-table th {
  word-break: auto-phrase !important;
}

.simple-sitemap-wrap h3 {
  background-color: #0077A8;
  color: #fff;
  padding: 4px 1rem;
  margin-bottom: 1rem;
}
.simple-sitemap-wrap a {
  color: #0000ee;
  text-decoration: underline;
}
.simple-sitemap-wrap ul, .simple-sitemap-wrap li {
  list-style: inside;
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.contact-banner {
  background: url(./images/company-banner.png) no-repeat center/cover;
  padding: 4rem 5%;
  color: #fff;
  position: relative;
  z-index: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-banner {
    padding: 2.5rem 5%;
  }
}
@media screen and (max-width: 1024px) {
  .contact-banner .container {
    width: 100%;
  }
}
.contact-banner h2 {
  font-size: clamp(1.25rem, 1.068rem + 0.61vw, 1.75rem);
  margin-bottom: 3rem;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .contact-banner h2 {
    margin-bottom: 1.5rem;
  }
}
.contact-banner h2 + p {
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .contact-banner h2 + p {
    line-height: 1.8;
  }
}
.contact-banner-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 784px;
  margin: 3rem auto 0;
}
@media screen and (max-width: 767px) {
  .contact-banner-wrap {
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
.contact-banner-item {
  width: 45%;
  max-width: 350px;
  padding: 1.5rem 2.5% 2.5rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  color: #000;
  font-size: clamp(1rem, 0.955rem + 0.15vw, 1.125rem);
}
@media screen and (max-width: 1200px) {
  .contact-banner-item {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .contact-banner-item {
    width: 100%;
    padding: 1rem;
  }
}
.contact-banner-item .header-btn {
  margin: 1.5rem auto 0;
  width: 80%;
  display: block;
}
@media screen and (max-width: 767px) {
  .contact-banner-item .header-btn {
    margin-top: 1rem;
  }
}
.contact-banner-item:nth-child(2) {
  position: relative;
}
.contact-banner-item:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: -12.5%;
}

.swiper {
  margin-top: 5rem;
}
.swiper .swiper-wrapper {
  transition-timing-function: linear;
}

header {
  width: 100%;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  header {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    background-color: #fff;
  }
}

.header-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 4px 9% 4px 7%;
}
@media screen and (max-width: 1024px) {
  .header-contents {
    padding: 4px 1.5% 4px 2.5%;
  }
}
@media screen and (max-width: 767px) {
  .header-contents {
    height: 70px;
    padding: 4px 1.5% 4px 0;
  }
}
.header-contents.header-top .header-btn img {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .header-contents.header-top .header-btn img {
    width: 200px;
  }
}
.header-contents.header-top .header-btn-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  .header-contents.header-top .header-btn-wrap {
    display: none;
  }
}
.header-contents.header-bottom {
  background-color: #0077A8;
  justify-content: center;
    padding: 13px 9% 13px 7%;
	display:block;
}
@media screen and (max-width: 1024px) {
  .header-contents.header-bottom {
    display: none;
  }
}

.header-left a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.header-left a img {
  width: 300px;
}
@media screen and (max-width: 1024px) {
  .header-left a img {
    width: 200px;
  }
}

.header-right > .hamburger-nav > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .header-right > .hamburger-nav > ul {
    display: none;
  }
}
.header-right > .hamburger-nav > ul li{
	width:20%;
	position: relative;
}

.header-right > .hamburger-nav > ul li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0rem;
  top: 0;
  background-color: #fff;
}

.header-right > .hamburger-nav > ul > li:last-child::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0rem;
  top: 0;
  background-color: #fff;
}
.header-right > .hamburger-nav > ul > li > a {
  color: #fff;
  display: flex;
    align-items: center;
    gap: 0.5rem;
	justify-content: center;
}
@media screen and (max-width: 1400px) {
  .header-right > .hamburger-nav > ul > li > a {
   gap:4px;
  }
}
.header-right > .hamburger-nav > ul > li > a img{
	width:18px;
}
.hamburger-menu {
  display: none;
}
@media screen and (max-width: 1024px) {
  .hamburger-menu {
    display: block;
  }
}
.hamburger-menu input {
  display: none;
}
.hamburger-menu .menu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 30;
  position: relative;
  height: 25px;
  width: 40px;
}
.hamburger-menu .menu-btn span,
.hamburger-menu .menu-btn span:before,
.hamburger-menu .menu-btn span:after {
  content: "";
  display: block;
  height: 2px;
  width: 30px;
  background-color: #50A1C2;
  position: absolute;
  transition: 0.3s;
}
.hamburger-menu .menu-btn span:before {
  bottom: 8px;
}
.hamburger-menu .menu-btn span:after {
  top: 8px;
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger-menu .menu-content .logo {
  width: 250px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .menu-content .logo {
    width: 180px;
  }
}
.hamburger-menu .menu-content .hamburger-wrap {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .menu-content .hamburger-wrap {
    width: 85%;
  }
}
.hamburger-menu .menu-content ul li a {
  font-weight: bold;
  font-size: 1rem;
  display: block;
  color: #50A1C2;
  text-align: center;
}
.hamburger-menu .menu-content ul li a img{
	display:none;
}
.hamburger-menu .gnavi__sp-style {
  position: fixed;
  z-index: -2;
  top: 70px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgb(143, 143, 143);
  width: 90%;
  height: 70vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.5s;
  opacity: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding: 4rem 0;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
	.hamburger-menu .gnavi__sp-style {
		top: 55%;
		height: 80vh;
		min-height:470px;
	}
}
.hamburger-menu .gnavi__sp-style::before {
  content: "";
  position: absolute;
  width: 30%;
  aspect-ratio: 295/406;
  background: url(./images/fv-bg.png) no-repeat top left/contain;
  top: 0;
  left: 0;
}
.hamburger-menu .gnavi__sp-style .hamburger-nav > ul > li {
  margin-bottom: 1.5rem;
}
.hamburger-menu .gnavi__sp-style .hamburger-nav > ul > li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .gnavi__sp-style .hamburger-nav > ul > li {
    margin-bottom: 1.5rem;
  }
}
.hamburger-menu .gnavi__sp-style.active {
  opacity: 1;
  z-index: 20;
  display: flex;
}

.footer {
  padding: 2.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 1.5rem;
  }
}
.footer-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 970px;
  margin: 0 auto 2rem;
  width: 90%;
}
@media screen and (max-width: 1200px) {
  .footer-wrap {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-wrap {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.5rem;
  }
}
.footer-left a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.footer-left a img {
  width: 350px;
}
@media screen and (max-width: 1024px) {
  .footer-left a img {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .footer-left a img {
    width: 230px;
  }
}
.footer-right {
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 400px);
}
@media screen and (max-width: 1024px) {
  .footer-right {
    max-width: calc(100% - 320px);
  }
}
@media screen and (max-width: 767px) {
  .footer-right {
    max-width: none;
  }
}
.footer-center {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 2.5rem;
  border-top: 1px solid #D7D7D7;
}
@media screen and (max-width: 767px) {
  .footer-center {
    padding-top: 1.5rem;
  }
}
.footer-center ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .footer-center ul {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .footer-center ul {
    width: 100%;
    gap: 1rem;
  }
}
.footer-center ul li {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  font-size: 14px;
  position: relative;
}
.footer-center ul li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: -1rem;
  top: 0;
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .footer-center ul li::before {
    left: -0.5rem;
  }
}
.footer-center ul li:last-child::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: -1rem;
  top: 0;
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .footer-center ul li:last-child::after {
    right: -0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-center ul li {
    text-align: center;
  }
}
.footer p.copyright {
  margin-top: 2rem;
  text-align: center;
  padding: 10px;
  background-color: #0077A8;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  h2, h3, h4, h5 {
    line-height: 1.5;
  }
}

a {
  text-decoration: none;
  color: #000;
  line-height: 1.5;
}

.blue-btn {
  color: #fff;
  padding: 10px 2.5rem 10px;
  width: -moz-fit-content;
  width: fit-content;
  background: url(./images/blue-btn.png) no-repeat center/cover;
  position: relative;
  border-radius: 6px;
  font-size: 22px;
  font-weight: bold;
  margin: 2rem auto 0;
  letter-spacing: 2px;
  display: block;
}
.blue-btn:hover {
  opacity: 0.7;
}

/*お知らせ一覧ページ*/
.news {
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  .news {
    margin: 2.5rem 0;
  }
}
.news .post-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 2rem;
}
@media screen and (max-width: 767px) {
  .news .post-list {
    gap: 2rem;
  }
}
.news .post-list .item {
  width: calc((100% - 4rem) / 3);
}
@media screen and (max-width: 1024px) {
  .news .post-list .item {
    width: calc((100% - 2rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .news .post-list .item {
    width: 100%;
  }
}
.news-text {
  margin-top: 1rem;
}
.news-text .category {
  font-size: 12px;
}
.news-text .post-title {
  color: #50A1C2;
  font-size: 14px;
}
.news-img {
  position: relative;
}
.news-img .news-label {
  position: absolute;
  left: 8px;
  top: 8px;
  color: #fff;
  padding: 2px 10px;
  border-radius: 24px;
  background-color: #E7B921;
}
.news-img .news-label:has(.cat-news-category2) {
  background-color: #50A1C2;
}
.news-img img {
  aspect-ratio: 312/206;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

/*詳細ページ*/
@media screen and (max-width: 1024px) {
  .single-main {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .single-main {
    margin-top: 2.5rem;
  }
}
.single .news-label {
  color: #fff;
  padding: 2px 10px;
  border-radius: 24px;
  background-color: #e7b921;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2rem;
}
.single .blue-btn {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .single .blue-btn {
    margin-top: 2.5rem;
  }
}

.news-contents {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .news-contents {
    flex-direction: column-reverse;
    gap: 5rem;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .news-contents {
    gap: 3rem;
  }
}
.news-contents .news-right {
  width: 260px;
}
.news-contents .news-left {
  width: calc(100% - 300px);
}
@media screen and (max-width: 1024px) {
  .news-contents .news-left {
    width: 100%;
  }
}
.news-contents .news-left h2 {
  font-size: clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
  padding-left: 1rem;
  border-left: 6px solid #E60012;
  margin-bottom: 1rem;
}
.news-contents .news-left .content {
  width: 100%;
  margin: 0;
}
.news-contents .news-left .content p {
  font-weight: 400;
}
.news-contents .news-left .content .wp-block-image img {
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem 0;
}

.single-side {
  background: url(./images/single-side.png) no-repeat center/cover;
  padding: 2rem 16px;
  border: 3px solid #50A1C2;
  margin-bottom: 2rem;
}
.single-side .header-btn {
  margin-top: 12px;
  display: block;
}
.single-side p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.single-side p:first-child {
  font-size: 14px;
  color: #E7B921;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4px;
}
.single-side p:first-child::before, .single-side p:first-child::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  background-color: #E7B921;
}
.single-side p:first-child::before {
  left: -1rem;
  transform: rotate(-30deg);
}
.single-side p:first-child::after {
  right: -1rem;
  transform: rotate(30deg);
}

.single-list-wrap {
  padding: 1.5rem 1rem 1rem;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}
.single-list-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #50A1C2;
  margin-bottom: 1rem;
}
.single-list-title img {
  width: 20px;
}
.single-list-title h2 {
  font-size: 18px;
  font-weight: 500;
}
.single-list h3 {
  font-size: 12px;
  padding-left: 1rem;
  position: relative;
  font-weight: 400;
  margin-bottom: 8px;
}
.single-list h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  background-color: #50A1C2;
  border-radius: 999vh;
}

.single-lower-fv .lower-fv-text {
  padding: 11rem 10%;
}
@media screen and (max-width: 1024px) {
  .single-lower-fv .lower-fv-text {
    padding: 7rem 10%;
  }
}
@media screen and (max-width: 767px) {
  .single-lower-fv .lower-fv-text {
    padding: 5rem 5%;
  }
}
.single-lower-fv h1 {
  line-height: 1.3;
  max-width: 400px;
}

/*contact*/
.contact-text {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .contact-text {
    margin-bottom: 2rem;
  }
}
.contact-text img {
  width: 3rem;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 767px) {
  .contact-text img {
    width: 2rem;
  }
}
.contact-text h2 {
  font-size: 28px;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .contact-text h2 {
    font-size: 20px;
    margin-bottom: 1rem;
  }
}
.contact .container {
  padding: 4rem 5%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .contact .container {
    padding: 2rem 5%;
    width: 100%;
  }
}
.contact form {
  max-width: 800px;
  margin: 0 auto 5rem;
  text-align: left;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 2rem 5%;
}
@media screen and (max-width: 767px) {
  .contact form {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.contact form > div:not(.submit-btn) {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}
.contact form > div:not(.submit-btn):not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .contact form > div:not(.submit-btn):not(:last-child) {
    margin-bottom: 20px;
  }
}
.contact form > div:not(.submit-btn) p {
  width: 100%;
}
.contact form > div:not(.submit-btn) p:first-child {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .contact form > div:not(.submit-btn) p:first-child {
    width: 100%;
    min-width: auto;
    justify-content: left;
  }
}
@media screen and (max-width: 767px) {
  .contact form > div:not(.submit-btn) p:first-child {
    gap: 0;
  }
}
.contact p:has(input[type=submit]) {
  width: 100% !important;
}
.contact input,
.contact textarea,
.contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #333;
  padding: 10px 1rem;
  width: 100%;
  border: 1px solid #D7D7D7;
  background-color: #F7F5F5;
  border-radius: 4px;
}
.contact select {
  padding-left: 2.5rem;
}
.contact p:has(select) {
  position: relative;
}
.contact p:has(select)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 12px solid #555555;
  border-bottom: 0;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
}
.contact span.required {
  color: #fff;
  background-color: #50A1C2;
  padding: 6px 8px;
  line-height: 1;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .contact span.required {
    font-size: 12px;
    margin-right: 0.5rem;
  }
}
.contact span.optional {
  color: #fff;
  background-color: #505050;
  padding: 6px 8px;
  line-height: 1;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .contact span.optional {
    font-size: 12px;
    margin-right: 0.5rem;
  }
}
.contact .wpcf7-list-item {
  margin: 0;
}
.contact p:has(.contact-policy) {
  text-align: center;
}
.contact .contact-policy label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .contact .contact-policy label {
    gap: 0.2rem;
  }
}
.contact .contact-policy input {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .contact .contact-policy input {
    width: 20px;
    height: 20px;
  }
}
.contact input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-radius: 0;
  margin: 0;
}
.contact input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(50deg);
  width: 8px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  z-index: 1;
}
.contact input[type=checkbox]:checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0077A8;
  content: "";
}
.contact .contact-policy a {
  text-decoration: underline;
  color: #50A1C2;
}
.contact p:has(input[type=submit]) {
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 2.5rem auto 0;
  position: relative;
}
.contact input[type=submit] {
  color: #fff;
  padding: 10px 2.5rem 10px 2.5rem;
  background: url(./images/blue-btn.png) no-repeat center/cover;
  border-radius: 10px;
  font-size: 22px;
  font-weight: bold;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  letter-spacing: 2px;
  transition: 0.3s;
}
.contact input[type=submit]:hover {
  opacity: 0.7;
}
.contact .wpcf7-not-valid {
  background-color: #FFE8E8;
}
.contact .wpcf7-spinner {
  display: none;
}
.contact textarea {
  resize: vertical; /* 縦方向のリサイズを許可 */
}

/*contact-thanks*/
.contact-thanks {
  word-break: auto-phrase;
  font-size: clamp(0.875rem, 0.739rem + 0.45vw, 1.25rem);
  text-align: center;
}
.contact-thanks br {
  display: block;
}
.contact-thanks a[href^="tel:"] {
  pointer-events: none;
  color: #333;
}
.contact-thanks p {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .contact-thanks p {
    margin-bottom: 1.5rem;
    text-align: left;
  }
}
.contact-thanks .contact-wrap {
  font-weight: bold;
  margin-top: 2rem;
}

/*404*/
.not-found {
  text-align: center;
  margin: 0 0 7.5rem;
}

.page-id-28 .content {
  margin-bottom: 7.5rem;
}
.page-id-28 .content h3 {
  margin: 2rem 0 1rem;
  padding: 0.5rem 1rem;
  background-color: #0077A8;
  color: #fff;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .page-id-28 .content h3 {
    margin-bottom: 0.5rem;
  }
}
.page-id-28 .content p span {
  display: inline-block;
}
.page-id-28 .content ol, .page-id-28 .content li {
  list-style: inside;
}
.page-id-28 .content ol.second-list li {
  list-style: lower-roman;
}
.page-id-28 .content-wrap {
  font-weight: bold;
}

.sec-policy {
  margin: 5rem 0;
}

.access iframe {
  width: 100%;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .access iframe {
    height: 350px;
  }
}
.access table {
  width: 100%;
  text-align: left;
  max-width: 1000px;
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  .access table {
    margin-top: 2rem;
  }
}
.access table tr {
  display: flex;
  border-top: 1px solid #AFAFAF;
}
.access table tr:last-child {
  border-bottom: 1px solid #AFAFAF;
}
.access table td {
  padding: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .access table td {
    padding: 1.5rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .access table td {
    padding: 1rem 0.5rem;
  }
}
.access table td:first-child {
  width: 240px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .access table td:first-child {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .access table td:first-child {
    width: 150px;
  }
}
.access table td:nth-child(2) {
  width: calc(100% - 240px);
}
@media screen and (max-width: 1024px) {
  .access table td:nth-child(2) {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 767px) {
  .access table td:nth-child(2) {
    width: calc(100% - 150px);
  }
}

.faq {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 2.5rem 0;
  }
}
.faq .container {
  max-width: 880px;
}
.faq .container h2 {
  margin: 5rem 0 2.5rem;
  padding: 0 0 0 1rem;
  border-left: 6px solid #E7B921;
  font-size: 1.5rem;
}
.faq .container h2:first-child {
  margin-top: 0;
}

.accordion {
  margin-top: 2.5rem;
}

.accordion-content {
  display: none;
}

.accordion-content a{
	text-decoration:underline;
	color:blue;
}

.accordion-header {
  background-color: #FFF;
  padding: 16px 45px 16px 16px;
  margin: 24px 0 0;
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative;
  color: #333;
  border-radius: 10px;
  border: 1px solid #C2C2C2;
  font-weight: bold;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.accordion-header::before,
.accordion-header::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #50A1C2;
}

.accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.accordion-header.active {
  color: #fff;
  background-color: #50A1C2;
  border-radius: 10px 10px 0 0;
}

.accordion-header.active::after {
  transform: rotate(0deg);
}

.accordion-content {
  background-color: #FFF;
  padding: 16px 16px 16px;
  border-radius: 0 0 10px 10px;
  border: 1px solid #C2C2C2;
  border-top: none;
  color: #50A1C2;
}

.accordion-header span,
.accordion-content span {
  padding-left: 40px;
  position: relative;
  display: block;
}

.accordion-header span::before {
  position: absolute;
  content: "Q";
  top: 0;
  left: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  background-color: #50A1C2;
  padding: 5px 6.6px;
  border-radius: 999vh;
}

.accordion-content span::before {
  position: absolute;
  content: "A";
  top: 0;
  left: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  background-color: #50A1C2;
  padding: 5px 7.6px;
  border-radius: 999vh;
}

.accordion-header.active span::before {
  background-color: #fff;
  color: #50A1C2;
}

.accordion-header.active::before,
.accordion-header.active::after {
  background-color: #fff;
}

.course a {
  background: url(./images/yellow-btn.png) no-repeat center/cover;
  color: #fff;
  border-radius: 6px;
  font-size: 22px;
  display: block;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .course a {
    font-size: 18px;
  }
}
.course table a {
  height: 3rem;
  width: 100%;
  max-width: 220px;
  display: block;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .course table a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .course .wp-block-table {
    overflow-x: scroll;
    margin-bottom: 2rem;
  }
}
.course table {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .course table {
    width: 100%;
    min-width: 560px;
    margin-bottom: 0;
  }
}
.course table td {
  padding: 1rem;
  text-align: center;
  border-color: #9F9F9F;
}
@media screen and (max-width: 1024px) {
  .course table td {
    padding: 1rem 0.5rem;
  }
}
.course table tr {
  border-color: #9F9F9F;
}
.course thead tr:first-child {
  color: #fff;
  background-color: #50A1C2;
  border-radius: 4px 4px 0 0;
}
.course h2 {
  margin: 2rem 0 1.5rem;
  padding: 0 0 0 1rem;
  border-left: 6px solid #50A1C2;
  font-size: 1.5rem;
}

.single-course .is-layout-flex {
  margin-bottom: 3.5rem;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
  padding: 3.5rem 5%;
  align-items: center !important;
}
@media screen and (max-width: 767px) {
  .single-course .is-layout-flex {
    padding: 1.5rem 5%;
    margin-bottom: 2rem;
  }
}
.single-course .is-layout-flex:nth-child(even) {
  flex-direction: row-reverse;
}
.single-course .is-layout-flex p:first-child {
  color: #50A1C2;
  margin-bottom: 1rem;
  font-size: clamp(1rem, 0.955rem + 0.15vw, 1.125rem);
  font-weight: bold;
}
/* .single-course table {
  table-layout: auto !important;
}
.single-course table tr:first-child td {
  text-align: center;
  color: #fff;
}
.single-course table tr:nth-child(n+2) td {
  width: 70%;
}
.single-course table tr:nth-child(n+2) td:first-child {
  width: 30%;
}
.single-course table td {
  text-align: left;
  border-left: none;
  border-right: none;
}
.single-course table td:first-child {
  color: #50A1C2;
}
 */
.about-yellow {
  background-color: #FFFCF2;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .about-yellow {
    padding: 3rem 0;
  }
}
.about-blue {
  background-color: #F6FCFF;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .about-blue {
    padding: 3rem 0;
  }
}
.about-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .about-wrap {
    align-items: center;
    flex-direction: column;
    gap: 2.5rem;
  }
}
.about-wrap img {
  width: 30%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .about-wrap img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .about-wrap img {
    width: 80%;
  }
}
.about-wrap div {
  width: 65%;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .about-wrap div {
    width: 100%;
  }
}
.about-wrap div p {
  font-weight: 400;
}
.about-wrap div p:not(:last-child) {
  margin-bottom: 1rem;
}

.point-wrap {
  display: flex;
  justify-content: space-between;
  padding: 3.5rem 5%;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .point-wrap {
    align-items: center;
    flex-direction: column-reverse;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .point-wrap {
    padding: 2.5rem 5%;
  }
}
.point-wrap:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .point-wrap:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.point-wrap::before {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  width: 7%;
  background: url(./images/point-bg1.png) no-repeat center/contain;
  left: 5%;
  top: -4%;
}
@media screen and (max-width: 1024px) {
  .point-wrap::before {
    width: 10%;
    top: -3%;
  }
}
@media screen and (max-width: 767px) {
  .point-wrap::before {
    width: 3.5rem;
    top: -17px;
  }
}
.point-wrap.first::before {
  background: url(./images/point-bg1.png) no-repeat center/contain;
}
.point-wrap.second {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .point-wrap.second {
    flex-direction: column-reverse;
  }
}
.point-wrap.second::before {
  background: url(./images/point-bg2.png) no-repeat center/contain;
}
.point-wrap.third::before {
  background: url(./images/point-bg3.png) no-repeat center/contain;
}
.point-wrap img {
  width: 47.5%;
    border-radius: 20px;
    object-fit: cover;
    aspect-ratio: 427 / 285;
}
@media screen and (max-width: 1024px) {
  .point-wrap img {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .point-wrap img {
    width: 100%;
  }
}
.point-wrap div {
  width: 47.5%;
}
@media screen and (max-width: 1024px) {
  .point-wrap div {
    width: 100%;
  }
}
.point-wrap div p:not(:last-child) {
  margin-bottom: 1rem;
}
.point-wrap div h3 {
  color: #50A1C2;
  font-size: clamp(1rem, 0.773rem + 0.76vw, 1.625rem);
  margin-bottom: 1rem;
}

.intro {
  padding: 5rem 0;
  position: relative;
  z-index: 0;
}
.intro::before {
  content: "";
  position: absolute;
  width: 30%;
  aspect-ratio: 1/1;
  top: 0;
  left: 0;
  background: url(./images/intro-before.png) no-repeat top left/contain;
  z-index: -1;
}
.intro::after {
  content: "";
  position: absolute;
  width: 30%;
  aspect-ratio: 1/1;
  bottom: 0;
  right: 0;
  background: url(./images/intro-after.png) no-repeat bottom right/contain;
  z-index: -1;
}
.intro-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .intro-wrap {
    align-items: center;
    flex-direction: column;
    gap: 1.5rem;
  }
}
.intro-wrap:not(:last-child) {
  margin-bottom: 5rem;
}
.intro-left {
  width: 30%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .intro-left {
    width: 80%;
  }
}
.intro-left div {
  margin: 1.5rem 0 1rem;
}
.intro-left div p {
  text-align: center;
  font-weight: bold;
}
.intro-left div p:first-child {
  color: #50A1C2;
  margin-bottom: 0.5rem;
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
}
.intro-left div + p {
  font-size: clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
}
.intro-right {
  width: 65%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .intro-right {
    width: 100%;
  }
}
.intro-right p {
  font-weight: 400;
}
.intro-right p:not(:last-child) {
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .home .blue-btn {
    font-size: 18px;
  }
}
.home .blue-btn::before {
  content: ">";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.fv {
  height: calc(100vh - 120px);
  height: calc(100svh - 120px);
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .fv {
    margin-top: 3.5rem;
    height: calc(100vh - 56px);
    height: calc(100svh - 56px);
  }
}
@media screen and (max-width: 1024px) and (min-height: 900px) {
  .fv {
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .fv {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
    height: calc(100vh - 70px);
    height: calc(100svh - 70px);
  }
}
.fv::before {
  content: "";
  position: absolute;
  width: 20%;
  aspect-ratio: 295/406;
  background: url(./images/fv-bg.png) no-repeat top left/contain;
    top: -10px;
    left: 0;
    z-index: -1;
}
@media screen and (max-width: 767px) {
  .fv::before {
    width: 35%;
  }
}
.fv-text {
  position: absolute;
  left: 8%;
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 1400px) {
  .fv-text {
    left: 6%;
    width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .fv-text {
    gap: 1.5rem;
    left: 5%;
  }
}
@media screen and (max-width: 1024px) and (min-height: 900px) {
  .fv-text {
    position: relative;
    left: auto;
    text-align: center;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .fv-text {
    position: relative;
    left: auto;
    text-align: center;
    width: 80%;
    gap: 0.5rem;
  }
}
.fv-text h1 {
  font-size: clamp(1.875rem, 1.648rem + 0.76vw, 2.5rem);
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1024px) and (min-height: 900px) {
  .fv-text h1 {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .fv-text h1 {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
  }
}
.fv-text h1 span {
  color: #50A1C2;
}
.fv-text > img {
  width: 85%;
}
@media screen and (max-width: 1024px) and (min-height: 900px) {
  .fv-text > img {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .fv-text > img {
    width: 90%;
    margin: 0 auto;
  }
}
.fv-text2 {
  width: 85%;
  text-align: center;
}
@media screen and (max-width: 1024px) and (min-height: 900px) {
  .fv-text2 {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .fv-text2 {
    width: 90%;
    margin: 0 auto;
  }
}
.fv-text2-p {
  font-size: clamp(0.875rem, 0.648rem + 0.76vw, 1.5rem);
  font-weight: bold;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.fv-text2-p::before, .fv-text2-p::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  top: 4px;
  background-color: #333;
}
.fv-text2-p::before {
  left: -1rem;
  transform: rotate(-30deg);
}
.fv-text2-p::after {
  right: -1rem;
  transform: rotate(30deg);
}
.fv-text2-p2 {
  font-size: clamp(0.875rem, 0.648rem + 0.76vw, 1.5rem);
}
.fv-text2 img {
  margin: 0.5rem 0 1rem;
}
@media screen and (max-width: 767px) {
  .fv-text2 img {
    margin: 0rem 0 0.5rem;
  }
}
.fv-sp-img {
  width: 90%;
  margin: 0.5rem auto 0;
}
.fv-img {
  width: 50%;
  border-radius: 300px 0 0 300px;
}
@media screen and (max-width: 1200px) {
  .fv-img {
    width: 48%;
  }
}
@media screen and (max-width: 1024px) and (min-height: 900px) {
  .fv-img {
    width: 80%;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .fv-img {
    width: 80%;
    margin: 0 0 0 auto;
  }
}

.top-achieve {
  overflow: hidden;
}

.top-swiper {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .top-swiper {
    margin-bottom: 2rem;
  }
}
.top-swiper .swiper-slide a {
  background-color: #fff;
  display: block;
  padding: 0 0 1rem;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
}
.top-swiper .news-text {
  padding: 0 1rem;
}
.top-swiper .news-img img {
  border-radius: 10px 10px 0 0;
}

.top-about {
  padding: 5rem 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top-about {
    padding: 7.5rem 0 10rem;
  }
}
.top-about::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  aspect-ratio: 461/634;
  background: url(./images/top-about-bg.png) no-repeat top right/contain;
  z-index: -1;
}
.top-about-text {
  max-width: 670px;
  margin: 0 auto;
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .top-about-text {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .top-about-text {
    width: 100%;
  }
}
.top-about-text p {
  line-height: 1.8;
}
.top-about-text p:not(:last-child) {
  margin-bottom: 1rem;
}
.top-about-img1, .top-about-img2 {
  position: absolute;
  aspect-ratio: 1/1;
  width: 23%;
}
@media screen and (max-width: 767px) {
  .top-about-img1, .top-about-img2 {
    width: 30%;
  }
}
.top-about-img1 {
  left: 1%;
  bottom: 5%;
}
@media screen and (max-width: 767px) {
  .top-about-img1 {
    bottom: 1%;
  }
}
.top-about-img2 {
  right: 1%;
  top: 8%;
}

.top-course::after {
  display: none;
}
.top-course .container > p {
  text-align: center;
}
.top-course-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin: 4rem 0;
}
@media screen and (max-width: 767px) {
  .top-course-wrap {
    gap: 1.5rem;
  }
}
.top-course-item {
  width: calc((100% - 2.5rem) / 2);
  padding: 2rem 1rem;
  background-color: #fff;
  border-radius: 1rem;
  border: 3px solid #E7B921;
  box-shadow: 0 6px 0 #E7B921;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-course-item {
    width: 100%;
    padding: 1.5rem 1rem;
  }
}
.top-course-item img {
  width: 4rem;
}
@media screen and (max-width: 1024px) {
  .top-course-item img {
    width: 3rem;
  }
}
.top-course-item div {
  width: calc(100% - 5rem);
}
@media screen and (max-width: 1024px) {
  .top-course-item div {
    width: calc(100% - 4rem);
  }
}
.top-course-item div p {
  word-break: break-all;
  font-size: clamp(0.875rem, 0.739rem + 0.45vw, 1.25rem);
}
.top-course-item div p:first-child {
  color: #50A1C2;
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
}

.top-feature .point-wrap::before {
  display: none;
}

.top-yellow-wrap {
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.top-yellow-wrap h3 {
  color: #fff;
  text-align: center;
  background-color: #50A1C2;
  padding: 8px;
  font-size: clamp(1.25rem, 1.068rem + 0.61vw, 1.75rem);
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}
.top-yellow-wrap div {
  background-color: #fff;
  padding: 1rem 1.5rem;
  text-align: left;
}
.top-yellow-wrap div p {
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
}

.intro-right .top-intro {
  font-weight: bold;
  color: #50A1C2;
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  margin: 12px;
}
.intro-right .top-intro + div p {
  margin: 0 0 0.5rem;
}

.flow {
  padding: 5rem 0;
  background-color: #F6FCFF;
}
.flow-wrap {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  padding: 2.5rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .flow-wrap {
    flex-direction: column;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .flow-wrap {
    gap: 0.5rem;
    padding: 1.5rem 1rem;
  }
}
.flow-wrap:not(:last-child) {
  margin-bottom: 3.5rem;
}
.flow-wrap > img {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .flow-wrap > img {
    width: 40%;
    max-width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .flow-wrap > img {
    width: 75%;
  }
}
.flow-wrap > div {
  width: 65%;
}
@media screen and (max-width: 1024px) {
  .flow-wrap > div {
    width: 100%;
  }
}
.flow-contact {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .flow-contact {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
}
.flow-contact > div {
  width: 32%;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow-contact > div {
    width: 80%;
  }
}
.flow-contact > div p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0.5rem;
  position: relative;
}
.flow-contact > div p::before, .flow-contact > div p::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  top: 4px;
  background-color: #333;
}
.flow-contact > div p::before {
  left: -0.5rem;
  transform: rotate(-30deg);
}
.flow-contact > div p::after {
  right: -0.5rem;
  transform: rotate(30deg);
}

.top-news {
  position: relative;
  padding: 5rem 0;
  z-index: 0;
  margin: 0;
}
.top-news::before {
  content: "";
  position: absolute;
  width: 30%;
  aspect-ratio: 538/693;
  background: url(./images/top-news.png) no-repeat top right/contain;
  z-index: -1;
  right: 0;
  top: 0;
}

.sns {
  padding: 5rem 0 100px;
  background-color: #FFFCF2;
  position: relative;
  z-index: 0;
}
.sns::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(./images/sns-bg.png) no-repeat center/cover;
  z-index: -1;
  top: 0;
  left: 0;
}
.sns-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .sns-wrap {
    flex-direction: column;
    gap: 3rem;
  }
}
.sns-p {
  position: relative;
  z-index: 0;
}
.sns .container{
	max-width: 1280px;
}
.sns-p p {
  text-align: center;
  font-weight: bold;
  font-size: clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2rem;
  padding: 0 1rem;
  background-color: #fff;
}
.sns-p::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #50A1C2;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: -1;
}
.sns-item {
  width: 47.5%;
  background-color: #fff;
  border-radius: 1rem;
  position: relative;
  padding: 2rem 1.5rem;
}
@media screen and (max-width: 1024px) {
  .sns-item {
    width: 100%;
  }
}
.sns-item > img {
  width: 3rem;
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.sns-item:first-child {
  border: 3px solid #50A1C2;
  box-shadow: 0 6px 0 #50A1C2;
  color: #50A1C2;
}
.sns-item:last-child {
  border: 3px solid #E7B921;
  box-shadow: 0 6px 0 #E7B921;
  color: #E7B921;
}
.sns-item:last-child .sns-p::before {
  background-color: #E7B921;
}

.intro-left img{
    aspect-ratio: 600 / 761;
    object-fit: cover;
    object-position: top;
	border-radius: 10px;
}

.intro-left.last img{
    object-position: bottom;
}

.page-template-page-single-course .wp-block-image img{
    aspect-ratio: 434 / 248;
    object-fit: cover;
    border-radius: 10px;
}

.faq-top-about li{
	list-style:inside;
}

.faq-top-about ul{
	margin:2rem 0;
}

@media screen and (max-width: 767px){
.top-about-img2 {
    top: 2%;
}
}
}