@charset "UTF-8";
/* CSS Document */
@font-face {
  src: url("../fonts/NotoSansJP-Black.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Afacad-Bold.woff2") format("woff2");
  font-family: "Afacad";
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Afacad-Medium.woff2") format("woff2");
  font-family: "Afacad medium";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url("../fonts/ZenKakuGothicNew-Bold.woff2") format("woff2");
  font-family: "ZenKakuGothicNew";
  font-weight: 700;
  font-display: swap;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100% !important;
}
@media (min-width: 750px) and (max-width: 1300px) {
  html {
    font-size: 1.25vw !important;
  }
}
@media (max-width: 750px) {
  html {
    font-size: 3.6vw !important;
    margin-top: 0 !important;
  }
}
@media (min-width: 750px) and (max-width: 1300px) {
  html .header, html .sitemap-box {
    font-size: 1vw !important;
  }
}

body {
  position: relative;
  letter-spacing: 0;
  font-family: "Noto Sans JP", "sans-serif";
  font-size: 100% !important;
  font-weight: 500;
  right: 0 !important;
  color: black;
  color: #333333;
  background-color: white;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
@media (max-width: 750px) {
  body {
    width: 100%;
    min-width: auto;
    margin-top: 0 !important;
    margin-bottom: 10vw;
  }
}
@media (max-width: 750px) {
  body.fixed {
    position: fixed;
  }
}

main section:last-of-type {
  padding-bottom: 0;
}

a {
  text-decoration-skip-ink: none;
  text-decoration: underline;
  display: inline-block;
  transition: all ease 0.5s;
  word-break: break-all;
}
a:hover {
  text-decoration-color: transparent;
  color: #00A8EF;
}
a:hover > img {
  opacity: 0.5;
}
a[href*=".pdf"]::after {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_pdf.svg) no-repeat center center/100%;
  width: 0.75rem;
  height: 1.125rem;
  margin-right: 0.25em;
  margin-left: 0.2em;
  margin-bottom: 0.1em;
}
a.remove-icon:after {
  display: none;
}

strong.large {
  font-size: 1.25em;
}
@media (max-width: 750px) {
  strong.large {
    font-size: 1.21em;
  }
}

@media (max-width: 750px) {
  .spNone {
    display: none !important;
  }
}

@media (min-width: 751px) {
  .pcNone {
    display: none !important;
  }
}

.switch {
  visibility: hidden;
}

.bold {
  font-weight: bold;
}

@media (max-width: 750px) {
  .spleft {
    text-align: left !important;
  }
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}
.center img {
  margin-right: auto;
  margin-left: auto;
}

.mt120 {
  margin-top: 7.5rem;
}
@media (max-width: 750px) {
  .mt120 {
    margin-top: 16vw;
  }
}

.mb120 {
  margin-bottom: 7.5rem;
}
@media (max-width: 750px) {
  .mb120 {
    margin-bottom: 16vw;
  }
}

.mt100 {
  margin-top: 6.25rem;
}
@media (max-width: 750px) {
  .mt100 {
    margin-top: 13.33vw;
  }
}

.mt90 {
  margin-top: 6.25rem;
}
@media (max-width: 750px) {
  .mt90 {
    margin-top: 14.67vw;
  }
}

.mb90 {
  margin-bottom: 6.25rem;
}
@media (max-width: 750px) {
  .mb90 {
    margin-bottom: 14.67vw;
  }
}

.mb80 {
  margin-bottom: 5rem;
}
@media (max-width: 750px) {
  .mb80 {
    margin-bottom: 10.66vw;
  }
}

.pb90 {
  padding-bottom: 6.25rem;
}
@media (max-width: 750px) {
  .pb90 {
    padding-bottom: 14.67vw;
  }
}

.mt80 {
  margin-top: 5rem;
}
@media (max-width: 750px) {
  .mt80 {
    margin-top: 10.66vw;
  }
}

.mt60 {
  margin-top: 3.75rem;
}
@media (max-width: 750px) {
  .mt60 {
    margin-top: 8vw;
  }
}

.mt40 {
  margin-top: 2.5rem;
}
@media (max-width: 750px) {
  .mt40 {
    margin-top: 5.33vw;
  }
}

.mt20 {
  margin-top: 1.25rem;
}
@media (max-width: 750px) {
  .mt20 {
    margin-top: 2.66vw;
  }
}

.mt3em {
  margin-top: 3rem;
}
@media (max-width: 750px) {
  .mt3em {
    margin-top: 2rem;
  }
}

.mb100 {
  margin-bottom: 6.25rem;
}
@media (max-width: 750px) {
  .mb100 {
    margin-bottom: 13.33vw;
  }
}

.mb3em {
  margin-bottom: 3rem;
}
@media (max-width: 750px) {
  .mb3em {
    margin-bottom: 2rem;
  }
}

.mt2em {
  margin-top: 2rem;
}
@media (max-width: 750px) {
  .mt2em {
    margin-top: 1rem;
  }
}

.mb2em {
  margin-bottom: 2rem;
}
@media (max-width: 750px) {
  .mb2em {
    margin-bottom: 1rem;
  }
}

.mt1em {
  margin-top: 1rem;
}

.mb1em {
  margin-bottom: 1rem;
}

.mt05em {
  margin-top: 0.5rem;
}

.mb05em {
  margin-bottom: 0.5rem;
}

.pt3em {
  padding-top: 3rem;
}
@media (max-width: 750px) {
  .pt3em {
    padding-top: 2rem;
  }
}

.pt2em {
  padding-top: 2rem;
}
@media (max-width: 750px) {
  .pt2em {
    padding-top: 1rem;
  }
}

.pt1em {
  padding-top: 1rem;
}

.pt05em {
  padding-top: 0.5rem;
}

.pl2em {
  padding-left: 2.5rem;
}
@media (max-width: 750px) {
  .pl2em {
    padding-left: 1rem;
  }
}

.pb0 {
  padding-bottom: 0;
}

.pb1em {
  padding-bottom: 1rem;
}

.pb2em {
  padding-bottom: 2rem;
}

.pb3em {
  padding-bottom: 3rem;
}

.red {
  color: #FB4840;
}

.theme {
  color: #00A8EF;
}

.blue {
  color: #036EB8;
}

.zenGothic {
  font-family: "ZenKakuGothicNew", serif-serif;
}

img {
  height: auto;
  width: 100%;
  transition: all ease 0.5s;
}
@media (max-width: 750px) {
  img.width80 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 750px) {
  img.width50 {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}

/* レイアウト関連 */
.inner, .inner980, .inner930, .inner930, .inner875, .inner840, .inner640, .inner525 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 750px) {
  .inner, .inner980, .inner930, .inner930, .inner875, .inner840, .inner640, .inner525 {
    width: 88vw;
  }
}

.inner {
  max-width: 1100px;
}
.inner .inner, .inner .inner980, .inner .inner930, .inner .inner930, .inner .inner875, .inner .inner840, .inner .inner640, .inner .inner525 {
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}

.inner980 {
  max-width: 980px;
}

.inner940 {
  max-width: 940px;
}

.inner930 {
  max-width: 930px;
}

.inner875 {
  max-width: 875px;
}

.inner840 {
  max-width: 840px;
}

.inner640 {
  max-width: 640px;
}

.inner525 {
  max-width: 525px;
  /* リンク・フォーム */
}

.linkbox, input[type=submit], input[type=button] {
  position: relative;
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix*/
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  text-align: center;
  line-height: 1.6;
  padding: 0.2em 2.5em 0.2em 1em;
  color: white;
  background-color: #00A8EF;
  border: 2px solid #00A8EF;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.125em;
  font-family: "ZenKakuGothicNew", serif-serif;
  min-width: 20.9375rem;
  min-height: 3.75rem;
  max-width: 100%;
  transition: all ease 0.5s;
}
@media (max-width: 750px) {
  .linkbox, input[type=submit], input[type=button] {
    font-size: 1.14em;
    padding: 0.8em 3em 0.8em 2em;
  }
}
.linkbox:hover, input[type=submit]:hover, input[type=button]:hover {
  color: #00A8EF;
  background-color: white;
}
.linkbox::before, .linkbox::after, input[type=submit]::before, input[type=submit]::after, input[type=button]::before, input[type=button]::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5625rem;
}
.linkbox::before, input[type=submit]::before, input[type=button]::before {
  content: "";
  width: 1rem;
  height: 3px;
  border-top: 3px solid;
}
.linkbox::after, input[type=submit]::after, input[type=button]::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 3px solid;
  border-right: 3px solid;
  transform: translateY(-50%) rotate(45deg);
}
.linkbox.center, input[type=submit].center, input[type=button].center {
  margin-right: auto;
  margin-left: auto;
}
.linkbox.black, input[type=submit].black, input[type=button].black {
  border-color: #333;
  color: #333;
  background-color: white;
}
.linkbox.black:hover, input[type=submit].black:hover, input[type=button].black:hover {
  color: white;
  background-color: #333;
}

@media (min-width: 751px) {
  .linkbox_wrap {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    /* no prefix*/
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.linkbox_wrap > * {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.linkbox_wrap > *:last-of-type {
  margin-left: 1em !important;
}
@media (min-width: 751px) {
  .linkbox_wrap > *:last-of-type {
    margin-left: 2em !important;
  }
}

.linkwrap {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix*/
  display: flex;
  justify-content: center;
  align-items: center;
}

input[type=text], input[type=tel], textarea, input[type=email], input[type=url] {
  width: 100%;
  border: 1px solid #333;
  font-size: 1.1em;
  background-color: white;
  padding: 0.75em;
  margin-top: 0.5em;
}

.wpcf7-list-item label {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix*/
  display: flex;
  align-items: center;
}
.wpcf7-list-item input {
  margin-right: 0.25em;
}

.selectbox {
  position: relative;
  display: inline-block;
  border: 1px solid #333;
  font-size: 1.1em;
  background-color: white;
  margin-top: 0.5em;
}
.selectbox .wpcf7-form-control-wrap {
  z-index: 2;
}
.selectbox select {
  z-index: 2;
  padding: 0.75em 1.5em 0.75em 1em;
}
@media (max-width: 750px) {
  .selectbox select {
    padding: 0.25em 1em 0.25em 0.5em;
  }
}
.selectbox::after {
  position: absolute;
  top: 0;
  right: 0.5em;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5em 0.37em 0 0.37em;
  border-color: #333 transparent transparent transparent;
  margin: auto;
  z-index: 1;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

div.menu-common-menu-container ul a, div.menu-header-menu-container ul a {
  text-decoration: none;
}
div.menu-common-menu-container ul a:hover, div.menu-header-menu-container ul a:hover {
  color: #00A8EF;
}
div.menu-common-menu-container ul.menu > li > a, div.menu-header-menu-container ul.menu > li > a {
  position: relative;
  font-size: 1.0625em;
  font-weight: bold;
  letter-spacing: 0;
  font-family: "ZenKakuGothicNew", serif-serif;
  padding-left: 1.3em;
  padding-bottom: 0.2rem;
}
@media (max-width: 750px) {
  div.menu-common-menu-container ul.menu > li > a, div.menu-header-menu-container ul.menu > li > a {
    padding-left: 1em;
  }
}
div.menu-common-menu-container ul.menu > li > a::before, div.menu-header-menu-container ul.menu > li > a::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #00A8EF;
  border-radius: 50%;
}
div.menu-common-menu-container ul.menu > li > a::after, div.menu-header-menu-container ul.menu > li > a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 1.3em);
  height: 3px;
  border-top: 3px dotted #00A8EF;
  transform: scale(0, 1);
  transform-origin: left;
  transition: 0.4s;
}
div.menu-common-menu-container ul.menu > li > a:hover::after, div.menu-header-menu-container ul.menu > li > a:hover::after {
  transform: scale(1);
}
div.menu-common-menu-container ul.sub-menu > li > a, div.menu-header-menu-container ul.sub-menu > li > a {
  position: relative;
  font-size: 0.875em;
  letter-spacing: 0;
  font-family: "ZenKakuGothicNew", serif-serif;
  margin-top: 0.8em;
  padding-left: 1.3em;
}
@media (min-width: 751px) {
  div.menu-common-menu-container ul.sub-menu > li > a, div.menu-header-menu-container ul.sub-menu > li > a {
    margin-left: 1.8em;
  }
}
@media (max-width: 750px) {
  div.menu-common-menu-container ul.sub-menu > li > a, div.menu-header-menu-container ul.sub-menu > li > a {
    margin-top: 0.5em;
    padding-left: 1em;
  }
}
div.menu-common-menu-container ul.sub-menu > li > a::before, div.menu-header-menu-container ul.sub-menu > li > a::before {
  position: absolute;
  top: -0.1em;
  left: 0;
  content: "-";
}
@media (max-width: 750px) {
  div.menu-common-menu-container ul.sub-menu > li > a::before, div.menu-header-menu-container ul.sub-menu > li > a::before {
    margin-right: 0.5rem;
  }
}

.iframeWrap {
  aspect-ratio: 16/9;
}
.iframeWrap iframe {
  width: 100%;
  height: 100%;
}

/* ヘッダー&フッター */
.header a[href*="tel:"], .footer a[href*="tel:"] {
  position: relative;
  font-size: 1.5625em;
  font-weight: bold;
  color: #00A8EF;
  text-decoration: none;
  letter-spacing: 0;
  padding-left: 0.7em;
}
@media (min-width: 751px) {
  .header a[href*="tel:"], .footer a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
@media (max-width: 750px) {
  .header a[href*="tel:"], .footer a[href*="tel:"] {
    font-size: 1.36em;
    font-weight: bold;
  }
}
.header a[href*="tel:"]::before, .footer a[href*="tel:"]::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.3em;
  width: 0.8em;
  height: 0.8em;
  background: url(../images/common/phone.svg) top center/contain no-repeat;
}

/* ヘッダー部分 */
.header {
  position: relative;
}
@media (max-width: 750px) {
  .header {
    padding-top: 0;
  }
}
.header .header-inner-sp {
  width: 100%;
  padding: 1em 2em;
}
@media (min-width: 751px) {
  .header .header-inner-sp {
    display: none;
  }
}
@media (max-width: 750px) {
  .header .header-inner-sp .logo {
    width: 7em;
  }
}
.header .header-inner {
  position: relative;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-align-items: flex-end;
  /* no prefix*/
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (min-width: 751px) {
  .header .header-inner {
    width: 80%;
  }
}
@media (max-width: 750px) {
  .header .header-inner {
    display: none;
  }
}
.header .header-inner > .logo {
  position: absolute;
}
@media (min-width: 751px) {
  .header .header-inner > .logo {
    width: 11.5625em;
    top: 50%;
    transform: translateY(-50%);
    left: -5.78125em;
  }
}
@media (max-width: 750px) {
  .header .header-inner > .logo {
    width: 7em;
    top: 1.07em;
    left: 1.93em;
  }
}
.header .header-inner > .logo a:hover {
  opacity: 0.5;
}
.header .header-inner .title {
  font-family: "ZenKakuGothicNew", serif-serif;
  font-size: 0.75em;
  color: #676666;
  margin-top: 1em;
}
.header .header-inner .info-box {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix*/
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
}
.header .header-inner .info-box .time {
  font-size: 0.9375em;
  font-weight: 400;
  margin-left: 0.8125rem;
}
.header .header-inner .linkbox-list {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix*/
  display: flex;
  align-items: center;
  gap: 0.8125em;
  margin-left: 2.1875rem;
  padding-left: 1.44rem;
  position: relative;
}
.header .header-inner .linkbox-list::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 60%;
  background-color: #333;
}
.header .header-inner .linkbox-list .linkbox {
  font-size: 1em;
  min-height: 2.8125em;
}
.header .header-inner .linkbox-list .linkbox:nth-of-type(1) {
  min-width: auto;
  width: 9.0625rem;
}
.header .header-inner .linkbox-list .linkbox:nth-of-type(2) {
  min-width: auto;
  width: 11.25rem;
}
.header .menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #00A8EF;
  border-radius: 0 0 0 1em;
  width: 6.5625em;
  height: 6.5625em;
  text-decoration: none;
  box-shadow: 0 0 1em #d3d3d3;
  z-index: 10;
}
@media (max-width: 750px) {
  .header .menu-trigger {
    width: 5em;
    height: 5.35em;
  }
}
.header .menu-trigger .icon {
  position: relative;
  width: 2.5em;
  height: 1.875em;
  background: url(../images/common/menu_open.svg) top center/contain no-repeat;
  transition: all ease 0.5s;
}
.header .menu-trigger .menu {
  color: white;
  letter-spacing: 0;
  font-family: "ZenKakuGothicNew", serif-serif;
  margin-top: 0.3em;
}
@media (max-width: 750px) {
  .header .menu-trigger .menu {
    font-size: 0.89em;
  }
}
.header.active .menu-trigger {
  position: fixed;
}
.header.active .menu-trigger .icon {
  background-image: url(../images/common/menu_close.svg);
}
@media (min-width: 751px) {
  .header .g_menu {
    position: fixed;
    top: 0;
    align-items: flex-start;
    justify-content: right;
    z-index: 9;
    width: 100%;
    height: 100%;
    background-color: white;
    transition: all ease 0.5s;
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 750px) {
  .header .g_menu {
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.3s ease-in-out;
    z-index: 8;
    box-sizing: border-box;
    overflow: auto;
    position: fixed;
    width: 100%;
    transform: translateX(100%);
  }
}
@media (max-width: 750px) {
  .header .g_menu.sitemap-box {
    padding-bottom: 18vw;
  }
  .header .g_menu.sitemap-box .right-box {
    display: block;
    margin-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    padding-top: 6.4em;
    padding-bottom: 2.31em;
  }
  .header .g_menu.sitemap-box .right-box .sns {
    margin-top: 2.14em;
  }
  .header .g_menu.sitemap-box .menu-common-menu-container ul.menu {
    height: auto;
    display: block;
  }
  .header .g_menu.sitemap-box .menu-common-menu-container ul.menu li {
    margin-bottom: 0;
    margin-right: 0;
    width: auto;
  }
  .header .g_menu.sitemap-box .menu-common-menu-container ul.menu li.active::before {
    opacity: 0;
  }
  .header .g_menu.sitemap-box .menu-common-menu-container ul.menu li.active > a {
    color: #00A8EF;
    border-color: #333;
  }
  .header .g_menu.sitemap-box .menu-common-menu-container ul.menu > li > a {
    border-bottom: 1px solid;
    width: 100%;
    font-size: 1.21em;
    padding-top: 1rem;
    padding-bottom: 0.3rem;
  }
  .header .g_menu.sitemap-box .menu-common-menu-container ul.menu > li > a::before {
    top: 1.8rem;
  }
  .header .g_menu.sitemap-box .menu-common-menu-container ul.menu > li > a::after {
    content: none;
  }
  .header .g_menu.sitemap-box .menu-common-menu-container ul.sub-menu {
    padding-left: 1em;
    padding-bottom: 1em;
    display: none;
  }
  .header .g_menu.sitemap-box .menu-common-menu-container li.menu-item-has-children {
    position: relative;
  }
  .header .g_menu.sitemap-box .menu-common-menu-container li.menu-item-has-children::before, .header .g_menu.sitemap-box .menu-common-menu-container li.menu-item-has-children::after {
    content: "";
    position: absolute;
    top: 1.7em;
    right: 1em;
    width: 1.07em;
    height: 1px;
    background-color: #333;
  }
  .header .g_menu.sitemap-box .menu-common-menu-container li.menu-item-has-children::before {
    transform: rotate(90deg);
    transition: all ease 0.5s;
  }
}
@media (min-width: 751px) {
  .header .g_menu.sitemap-box > div {
    width: 85em;
    margin-left: auto;
  }
}
@media (min-width: 751px) {
  .header .g_menu.sitemap-box .sitemap-box-inner {
    justify-content: right;
  }
}
@media (min-width: 751px) {
  .header .g_menu .left-box {
    background-color: #F5F5F5;
    padding-top: 7.5em;
  }
}
@media (min-width: 751px) {
  .header .g_menu .right-box {
    flex: 0 1 auto;
    padding-top: 7.5em;
  }
}
@media (min-width: 751px) {
  .header.active .g_menu {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 750px) {
  .header.active .g_menu {
    transform: translateX(0%);
  }
}
.header .menu-header-menu-container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  z-index: 1;
}
@media (max-width: 750px) {
  .header .menu-header-menu-container {
    display: none;
  }
}
.header .menu-header-menu-container ul.menu {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-justify-content: right;
  /* no prefix*/
  display: flex;
  justify-content: right;
  gap: 2em;
}
@media (max-width: 750px) {
  .header .menu-header-menu-container ul.menu {
    height: auto;
    display: block;
  }
}
.header .menu-header-menu-container ul.menu > li > a {
  padding-left: 0;
}
.header .menu-header-menu-container ul.menu > li > a::before {
  content: none;
}
.header .menu-header-menu-container ul.menu > li > a::after {
  width: 100%;
}
.header .menu-header-menu-container ul.sub-menu {
  position: absolute;
  background-color: white;
  padding: 0.5em 1.75em 1.44em 0;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.5s;
  border-radius: 0 0 1em 1em;
  width: 15em;
}
.header .menu-header-menu-container ul > li.menu-item:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 751px) {
  .header .menu-common-menu2-container {
    border-radius: 0 0 0 2.5em;
  }
}
@media (max-width: 750px) {
  .header .menu-common-menu2-container {
    background-color: #F5F5F5;
    margin-top: 2.85em;
  }
  .header .menu-common-menu2-container li::before {
    background-color: #333;
  }
  .header .menu-common-menu2-container a {
    color: #333;
  }
  .header .menu-common-menu2-container a::before {
    background-color: white;
  }
  .header .menu-common-menu2-container a::after {
    border-top-color: white;
    border-right-color: white;
  }
}

.sns {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix*/
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5em;
  margin-top: 2em;
}
@media (max-width: 750px) {
  .sns {
    gap: 1.43em;
    margin-top: 1.25em;
  }
}
.sns a {
  width: 2.1875em;
  height: 2.1875em;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.sns a:hover {
  opacity: 0.8;
}
.sns a::after {
  display: none !important;
}
.sns a[href*=insta] {
  background-image: url(../images/common/sns_ig.svg);
}
.sns a[href*=facebook] {
  background-image: url(../images/common/sns_fb.svg);
}
.sns a[href*=youtube] {
  background-image: url(../images/common/sns_youtube.svg);
}
.sns a[href*=line] {
  background-image: url(../images/common/sns_line.png);
}
.sns a[href*=x] {
  background-image: url(../images/common/sns_x.svg);
}
.sns a[data-sns=instagram] {
  background-image: url(../images/common/sns_ig.svg);
}
.sns a[data-sns=facebook] {
  background-image: url(../images/common/sns_fb.svg);
}
.sns a[data-sns=youtube] {
  background-image: url(../images/common/sns_youtube.svg);
}
.sns a[data-sns=line] {
  background-image: url(../images/common/sns_line.svg);
}
.sns a[data-sns=x] {
  background-image: url(../images/common/sns_x.svg);
}

@media (min-width: 751px) {
  .sitemap-box .sitemap-box-inner {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-justify-content: center;
    /* no prefix*/
    display: flex;
    justify-content: center;
  }
}
.sitemap-box a {
  text-decoration: none;
}
.sitemap-box .left-box {
  text-align: center;
}
@media (min-width: 751px) {
  .sitemap-box .left-box {
    width: 19.375em;
    padding: 5em 0;
  }
}
@media (max-width: 750px) {
  .sitemap-box .left-box {
    margin-top: 7.14em;
  }
}
.sitemap-box .logo {
  width: 11.25em;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 750px) {
  .sitemap-box .logo {
    width: 8.57em;
  }
}
.sitemap-box .logo:hover {
  opacity: 0.5;
}
.sitemap-box .reception-hour {
  letter-spacing: 0;
}
@media (max-width: 750px) {
  .sitemap-box .reception-hour {
    font-size: 0.86em;
  }
}
.sitemap-box .sitemap {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  /* no prefix*/
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2.8125em;
}
@media (max-width: 750px) {
  .sitemap-box .sitemap {
    margin-top: 1.93em;
  }
}
.sitemap-box .linkbox {
  font-size: 1em;
  min-width: 11.25em;
  min-height: 2.8125em;
}
@media (max-width: 750px) {
  .sitemap-box .linkbox {
    font-size: 1.14em;
    min-width: 14.3rem;
  }
}
.sitemap-box .linkbox:not(:first-of-type) {
  margin-top: 1.5625em;
}
.sitemap-box .linkbox::before, .sitemap-box .linkbox::after {
  right: 0.875em;
}
.sitemap-box .linkbox::before {
  border-top-width: 2px;
  width: 0.625em;
}
.sitemap-box .linkbox::after {
  width: 0.5em;
  height: 0.5em;
  border-top-width: 2px;
  border-right-width: 2px;
}
.sitemap-box .right-box {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  /* no prefix*/
  display: flex;
  background-color: #F5F5F5;
  padding-top: 5em;
  padding-left: 4.375em;
  padding-bottom: 3.125em;
}
@media (min-width: 751px) {
  .sitemap-box .right-box {
    flex: 1;
    border-radius: 2em 0 0 0;
  }
}
@media (max-width: 750px) {
  .sitemap-box .right-box {
    border-radius: 2.85em 2.85em 0 0;
    margin-top: 5em;
    padding: 4.28em 1.57em 1.43em;
  }
}
.sitemap-box .menu-common-menu-container ul.menu {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-flex-wrap: wrap;
  /* no prefix*/
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 38.2em;
}
@media (max-width: 750px) {
  .sitemap-box .menu-common-menu-container ul.menu {
    height: 55.5em;
  }
}
.sitemap-box .menu-common-menu-container ul.menu > li {
  margin-right: 4.6875em;
  margin-bottom: 2em;
}
@media (max-width: 750px) {
  .sitemap-box .menu-common-menu-container ul.menu > li {
    margin-right: 2.14em;
    margin-bottom: 1.43em;
    width: 10.7em;
  }
}
@media (min-width: 751px) {
  .sitemap-box .menu-common-menu-container ul.menu > li:nth-of-type(1) {
    margin-bottom: 4em;
  }
}
@media (max-width: 750px) {
  .sitemap-box .menu-common-menu-container ul.menu > li.menu-item-has-children {
    margin-bottom: 2.85rem;
  }
}
@media (min-width: 751px) {
  .sitemap-box .menu-common-menu-container ul.menu .sub-menu > li:first-of-type {
    display: none;
  }
}

.menu-common-menu2-container {
  background-color: #00A8EF;
  padding: 1.5em 0;
}
.menu-common-menu2-container ul {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix*/
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.0625em;
}
@media (max-width: 750px) {
  .menu-common-menu2-container ul {
    flex-wrap: wrap;
    gap: 1.25em 2.14em;
  }
}
.menu-common-menu2-container li {
  position: relative;
  transition: all ease 0.5s;
}
.menu-common-menu2-container li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.25em;
  height: 1.25em;
  background-color: white;
  border-radius: 50%;
}
@media (max-width: 750px) {
  .menu-common-menu2-container li::before {
    width: 0.71em;
    height: 0.71em;
  }
}
.menu-common-menu2-container li:hover {
  opacity: 0.5;
}
.menu-common-menu2-container a {
  position: relative;
  text-decoration: none;
  color: white;
  padding-left: 1.5em;
  font-family: "ZenKakuGothicNew", serif-serif;
  font-size: 1.125em;
  font-weight: bold;
}
@media (max-width: 750px) {
  .menu-common-menu2-container a {
    font-size: 1.07em;
    padding-left: 1rem;
  }
}
.menu-common-menu2-container a::before, .menu-common-menu2-container a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.3em;
}
@media (max-width: 750px) {
  .menu-common-menu2-container a::before, .menu-common-menu2-container a::after {
    left: 0.2em;
  }
}
.menu-common-menu2-container a::before {
  content: "";
  width: 0.44em;
  height: 1px;
  background-color: #00A8EF;
}
@media (max-width: 750px) {
  .menu-common-menu2-container a::before {
    width: 0.3em;
    height: 1px;
  }
}
.menu-common-menu2-container a::after {
  content: "";
  width: 0.44em;
  height: 0.44em;
  border-top: 2px solid #00A8EF;
  border-right: 2px solid #00A8EF;
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 750px) {
  .menu-common-menu2-container a::after {
    width: 0.3em;
    height: 0.3em;
    border-top-width: 1px;
    border-right-width: 1px;
  }
}
.menu-common-menu2-container a:hover {
  opacity: 0.5;
}

/* フッター部分 */
.banner01 {
  position: relative;
  background: url(../images/module/banner01_bg_pc.png) top center/cover no-repeat;
  padding: 2em 0.875em 1.125em;
  border-radius: 1em;
  border: 1px solid #00A8EF;
}
@media (max-width: 750px) {
  .banner01 {
    padding: 1em 2.5em 1.25em 1.79em;
    background-image: url(../images/module/banner01_bg_sp.png);
  }
}
.banner01 .deco-circle01, .banner01 .deco-circle02, .banner01 .deco-circle03 {
  position: absolute;
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.2;
  width: 4.6875rem;
  height: 4.6875rem;
  border: 2px solid white;
  border-radius: 50%;
  color: white;
  font-size: 1.0625em;
  font-weight: bold;
  font-family: "ZenKakuGothicNew", serif-serif;
}
@media (max-width: 750px) {
  .banner01 .deco-circle01, .banner01 .deco-circle02, .banner01 .deco-circle03 {
    font-size: 0.93em;
    width: 13.6vw;
    height: 13.6vw;
  }
}
.banner01 .deco-circle01 {
  background-color: #D49A4E;
  top: 1.125rem;
  left: 8.125rem;
}
@media (max-width: 750px) {
  .banner01 .deco-circle01 {
    top: -0.79rem;
    left: 1.93rem;
  }
}
.banner01 .deco-circle02 {
  background-color: #CA544A;
  top: 1.5rem;
  right: 3.4375rem;
}
@media (max-width: 750px) {
  .banner01 .deco-circle02 {
    top: 3.39rem;
    right: 1.29rem;
  }
}
.banner01 .deco-circle03 {
  background-color: #A9C863;
  top: 5rem;
  right: 8rem;
}
@media (max-width: 750px) {
  .banner01 .deco-circle03 {
    top: -0.71rem;
    right: -0.93rem;
  }
}
.banner01 .deco-icon01, .banner01 .deco-icon02 {
  position: absolute;
}
.banner01 .deco-icon01 {
  width: 9.6875em;
  top: 5.3125em;
  left: 2.8125em;
}
@media (max-width: 750px) {
  .banner01 .deco-icon01 {
    width: 3.75em;
    top: 4.46em;
    left: 0.89em;
  }
}
.banner01 .deco-icon02 {
  width: 1.875em;
  top: -2.1875em;
  right: 12.5em;
}
@media (max-width: 750px) {
  .banner01 .deco-icon02 {
    width: 1.07em;
    top: -1.5em;
    right: 5em;
  }
}
.banner01 .title-deco {
  width: 11.875em;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 750px) {
  .banner01 .title-deco {
    width: 25.3vw;
  }
}
.banner01 .title {
  line-height: 1;
  margin-top: 0.5em;
}
.banner01 .title span.blue {
  display: inline-block;
  font-size: 2.8125em;
  font-weight: bold;
  padding: 0.1em;
  background-color: #E9F8FF;
  font-family: "ZenKakuGothicNew", serif-serif;
}
@media (max-width: 750px) {
  .banner01 .title span.blue {
    font-size: 1.75em;
  }
}
.banner01 .title span.blue:not(:first-of-type) {
  margin-left: 0.1em;
}
.banner01 .title span.yellow {
  font-size: 2.125em;
  font-weight: bold;
  font-family: "ZenKakuGothicNew", serif-serif;
  background: linear-gradient(transparent 60%, rgba(230, 192, 53, 0.2) 60%);
  margin-left: 0.625rem;
}
@media (max-width: 750px) {
  .banner01 .title span.yellow {
    font-size: 1.29em;
  }
}
.banner01 .text {
  font-size: 1.3125em;
  margin-top: 0.875rem;
}
@media (max-width: 750px) {
  .banner01 .text {
    font-size: 0.89em;
  }
}
.banner01 .linkboxWrap {
  margin-top: 1.125em;
}
@media (min-width: 751px) {
  .banner01 .linkboxWrap {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    /* no prefix*/
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 750px) {
  .banner01 .linkboxWrap {
    margin-top: 0.79em;
  }
}
.banner01 .linkbox {
  font-size: 1.25em;
  min-height: auto;
  min-width: auto;
  border-color: white;
  line-height: 1.2;
  padding: 0.8125rem 2.5rem 0.8125rem 1rem;
}
@media (min-width: 751px) {
  .banner01 .linkbox {
    text-align: left;
  }
}
@media (max-width: 750px) {
  .banner01 .linkbox {
    width: 100%;
    font-size: 1.07em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    min-height: 3.3em;
  }
}
@media (max-width: 750px) {
  .banner01 .linkbox:not(:first-of-type) {
    margin-top: 0.93rem;
  }
}
.banner01 .linkbox::before, .banner01 .linkbox::after {
  right: 1em;
}
.banner01 .linkbox::before {
  width: 0.7rem;
  transform: translate(-0.1em, -0.07em);
}
@media (max-width: 750px) {
  .banner01 .linkbox::before {
    border-top-width: 2px;
  }
}
.banner01 .linkbox::after {
  width: 0.55rem;
  height: 0.55rem;
  background-image: none;
}
@media (max-width: 750px) {
  .banner01 .linkbox::after {
    border-top-width: 2px;
    border-right-width: 2px;
  }
}
.banner01 .linkbox span {
  font-size: 0.75em;
}
.banner01 .linkbox:nth-of-type(1) {
  color: white;
  background-color: #A9C863;
}
.banner01 .linkbox:nth-of-type(1):hover {
  color: #A9C863;
  background-color: white;
  border-color: #A9C863;
}
.banner01 .linkbox:nth-of-type(2) {
  color: white;
  background-color: #D49A4E;
}
.banner01 .linkbox:nth-of-type(2):hover {
  color: #D49A4E;
  background-color: white;
  border-color: #D49A4E;
}
.banner01 .linkbox:nth-of-type(3) {
  color: white;
  background-color: #CA544A;
}
.banner01 .linkbox:nth-of-type(3):hover {
  color: #CA544A;
  background-color: white;
  border-color: #CA544A;
}

.footer a[href*="tel:"] {
  margin-top: 1rem;
}
@media (max-width: 750px) {
  .footer a[href*="tel:"] {
    margin-top: 1.43rem;
  }
}
.footer .menu-common-menu3-container {
  background-color: #333;
  padding: 1.25em 0;
}
@media (max-width: 750px) {
  .footer .menu-common-menu3-container {
    padding: 1.25em 0;
  }
}
@media (min-width: 751px) {
  .footer .menu-common-menu3-container ul {
    text-align: center;
  }
}
@media (max-width: 750px) {
  .footer .menu-common-menu3-container ul {
    max-width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
}
.footer .menu-common-menu3-container li {
  display: inline-block;
  margin-inline: 1em;
}
@media (min-width: 751px) {
  .footer .menu-common-menu3-container li {
    margin-inline: 2em;
  }
}
.footer .menu-common-menu3-container a {
  text-decoration: none;
  color: white;
  font-family: "ZenKakuGothicNew", serif-serif;
  font-weight: bold;
}
@media (max-width: 750px) {
  .footer .menu-common-menu3-container a {
    font-size: 1.07em;
  }
}
.footer .menu-common-menu3-container a:hover {
  opacity: 0.5;
}
.footer .copy {
  font-size: 0.75em;
  padding: 2em 0;
  font-weight: 400;
}
@media (max-width: 750px) {
  .footer .copy {
    font-size: 0.6em;
  }
}
@media (max-width: 750px) {
  .footer .copy > div {
    font-size: 0.71rem;
  }
}
.footer .menu-common-menu-container ul .sub-menu > li:first-of-type {
  display: none;
}

.fix-menu {
  position: fixed;
  right: -100%;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #333;
  border-right: none;
  border-radius: 2em 0 0 2em;
  transition: all 0.5s;
  z-index: 20;
}
@media (max-width: 750px) {
  .fix-menu {
    display: none;
  }
}
.fix-menu.is-show {
  right: 0;
}
.fix-menu::after {
  content: "";
  display: block;
  position: absolute;
  top: -1em;
  right: 1em;
  width: 2.4em;
  height: 3.6em;
  background: url(../images/common/icon_clip.png) no-repeat center center/contain;
}
@media (max-width: 750px) {
  .fix-menu::after {
    display: none;
  }
}
.fix-menu .menu-common-menu2-container {
  padding: 2.1875em 1.0625em;
  border-top-left-radius: 2em;
}
.fix-menu .menu-common-menu2-container ul {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-align-items: flex-start;
  /* no prefix*/
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.fix-menu .menu-common-menu2-container a {
  text-decoration: underline;
  font-size: 1.25em;
}
.fix-menu .menu-common-menu2-container a::before {
  background-color: #333;
}
.fix-menu .menu-common-menu2-container a::after {
  border-color: #333;
}
.fix-menu .menu-common-menu2-container a:hover {
  text-decoration: none;
}
.fix-menu .bottom-box {
  background-color: #EBECED;
  padding: 1.6875em 0.75em;
  border-bottom-left-radius: 2em;
}
.fix-menu a[href*="tel:"] {
  color: #333;
  margin-top: 0;
}
.fix-menu a[href*="tel:"]::before {
  background-image: url(../images/common/phone_black.svg);
}
.fix-menu .reception-hour {
  text-align: center;
  font-size: 0.875em;
}
.fix-menu .access {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-justify-content: center;
  /* no prefix*/
  display: flex;
  justify-content: center;
}
.fix-menu .access li {
  position: relative;
  margin-top: 0.875rem;
}
.fix-menu .access li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.25em;
  height: 1.25em;
  background-color: #00A8EF;
  border-radius: 50%;
}
@media (max-width: 750px) {
  .fix-menu .access li::before {
    width: 0.71em;
    height: 0.71em;
  }
}
.fix-menu .access a {
  position: relative;
  color: #00A8EF;
  padding-left: 1.5em;
  font-family: "ZenKakuGothicNew", serif-serif;
  font-size: 1.125em;
  font-weight: bold;
}
@media (max-width: 750px) {
  .fix-menu .access a {
    font-size: 1.07em;
    padding-left: 1rem;
  }
}
.fix-menu .access a::before, .fix-menu .access a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.3em;
}
@media (max-width: 750px) {
  .fix-menu .access a::before, .fix-menu .access a::after {
    left: 0.2em;
  }
}
.fix-menu .access a::before {
  content: "";
  width: 0.44em;
  height: 1px;
  background-color: white;
}
@media (max-width: 750px) {
  .fix-menu .access a::before {
    width: 0.3em;
    height: 1px;
  }
}
.fix-menu .access a::after {
  content: "";
  width: 0.44em;
  height: 0.44em;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 750px) {
  .fix-menu .access a::after {
    width: 0.3em;
    height: 0.3em;
    border-top-width: 1px;
    border-right-width: 1px;
  }
}
.fix-menu .access a:hover {
  opacity: 0.5;
}
.fix-menu .sns {
  margin-top: 1.375em;
}
.fix-menu .sns a {
  width: 1.875em;
  height: 1.875em;
}

.totop {
  position: fixed;
  width: 5em;
  height: 5em;
  right: -100%;
  bottom: -1.5em;
  transform: translateY(-50%);
  transition: all 0.5s;
  z-index: 20;
}
@media (max-width: 750px) {
  .totop {
    bottom: 3em;
  }
}
.totop.is-show {
  right: 1em;
}

.f_menu {
  position: fixed;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix*/
  display: flex;
  align-items: center;
  width: 100%;
  background-color: white;
  z-index: 20;
}
@media (min-width: 751px) {
  .f_menu {
    display: none;
  }
}
.f_menu .logo {
  width: 18.66vw;
  padding: 0 0.28em;
}
.f_menu .f_menu-list {
  background-color: #00A8EF;
  flex: 1;
  padding: 0.86em 0.35em;
}
.f_menu .f_menu-items {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  /* no prefix*/
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.f_menu .f_menu-item.access {
  position: relative;
  transition: all ease 0.5s;
  background-color: #D7F0F9;
  border: 1px solid white;
  border-radius: 2rem;
}
.f_menu .f_menu-item.access::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.53rem;
  width: 1.25em;
  height: 1.25em;
  background-color: white;
  border-radius: 50%;
}
.f_menu .f_menu-item.access:hover {
  opacity: 0.5;
}
.f_menu a[href*=access] {
  position: relative;
  text-decoration: none;
  padding-left: 1.5em;
  font-family: "ZenKakuGothicNew", serif-serif;
  font-size: 0.86em;
  font-weight: bold;
  z-index: 1;
  line-height: 1;
  padding: 0.57rem 0.89rem 0.57rem 2.31rem;
}
.f_menu a[href*=access]::before, .f_menu a[href*=access]::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1em;
}
.f_menu a[href*=access]::before {
  content: "";
  width: 0.5em;
  height: 1px;
  background-color: #00A8EF;
}
.f_menu a[href*=access]::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #00A8EF;
  border-right: 1px solid #00A8EF;
  transform: translateY(-50%) rotate(45deg);
}
.f_menu a[href*=access] span {
  font-size: 1.2em;
}
.f_menu a[href*="tel:"] {
  position: relative;
  font-weight: bold;
  font-size: 1em;
  background-color: #D7F0F9;
  border: 1px solid white;
  border-radius: 2rem;
  text-decoration: none;
  line-height: 1;
  padding: 0.57rem 0.89rem 0.57rem 2.31rem;
  margin-top: 0;
}
.f_menu a[href*="tel:"]::before {
  content: "";
  position: absolute;
  background: url(../images/common/phone.svg) top center/contain no-repeat;
  width: 1.6em;
  height: 1.6em;
  left: 0.6em;
  top: 50%;
  transform: translateY(-50%);
}
.f_menu a[href*=line], .f_menu .contact-mail {
  width: 3.03em;
  height: 3.03em;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: white;
  padding: 0.53em;
  border-radius: 50%;
}
.f_menu a[href*=line] img, .f_menu .contact-mail img {
  width: 100%;
}

/* タイトル */
@media (min-width: 751px) {
  .f_18 {
    font-size: 1.1em;
  }
}

.f_20 {
  font-size: 1.2em;
}
@media (max-width: 750px) {
  .f_20 {
    font-size: 1.1em;
  }
}

.f_24 {
  font-size: 1.5em;
}
@media (max-width: 750px) {
  .f_24 {
    font-size: 1.1em;
  }
}

.f_26 {
  font-size: 1.6em;
}
@media (max-width: 750px) {
  .f_26 {
    font-size: 1.2em;
  }
}

.f_28 {
  font-size: 1.75em;
}
@media (max-width: 750px) {
  .f_28 {
    font-size: 1.25em;
  }
}

.f_30 {
  font-size: 1.87em;
}
@media (max-width: 750px) {
  .f_30 {
    font-size: 1.4em;
  }
}

.f_32 {
  font-size: 2em;
}
@media (max-width: 750px) {
  .f_32 {
    font-size: 1.4em;
  }
}

.f_40 {
  font-size: 2.5em;
}
@media (max-width: 750px) {
  .f_40 {
    font-size: 1.5em;
  }
}

/* コンテンツ */
section {
  padding-bottom: 7.5em;
}
@media (max-width: 750px) {
  section {
    padding-bottom: 18.66vw;
  }
}
section.mt {
  padding-top: 4.5em !important;
}
@media (max-width: 750px) {
  section.mt {
    padding-top: 15.33vw !important;
  }
}
section.mb80 {
  padding-bottom: 5em;
}
@media (max-width: 750px) {
  section.mb80 {
    padding-bottom: 10.66vw;
  }
}
section.mb {
  margin-bottom: 7.5em;
}
@media (max-width: 750px) {
  section.mb {
    margin-bottom: 18.66vw;
  }
}
section.mt0 {
  padding-top: 0;
}
@media (max-width: 750px) {
  section.mt0 {
    padding-top: 0;
  }
}
section.fullWidth {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media (max-width: 750px) {
  section.voice .h2default {
    margin-bottom: 0;
  }
}
@media (max-width: 750px) {
  section.voice .card-list {
    margin-top: 0;
    padding-top: 10.66vw;
  }
}
section.voice .card-item {
  position: relative;
}
section.voice .card-item::before {
  content: "";
  position: absolute;
  top: -2em;
  background: url(../images/top/voice_01.png) top center/contain no-repeat;
}
section.voice .card-item:nth-of-type(3n + 1)::before {
  left: -2em;
  width: 2.875em;
  height: 4.1875em;
}
section.voice .card-item:nth-of-type(3n + 2)::before {
  background-image: url(../images/top/voice_02.png);
  right: -2em;
  width: 2.375em;
  height: 3.875em;
}
section.voice .card-item:nth-of-type(3n)::before {
  background-image: url(../images/top/voice_03.png);
  top: -1em;
  right: -1em;
  width: 2.875em;
  height: 2.9375em;
}
section.voice .card-item__content {
  background-color: white;
}
@media (min-width: 751px) {
  section.voice .card-items {
    align-items: flex-start;
  }
  section.voice .card-item:nth-child(1), section.voice .card-item:nth-child(3) {
    margin-top: 3.75em;
  }
}

.bg-blue, .bg-gray {
  padding: 7.5em 0;
}
@media (max-width: 750px) {
  .bg-blue, .bg-gray {
    padding: 18.66vw 0;
  }
}
.bg-blue {
  background-color: #E9F8FF;
}
.bg-gray {
  background-color: #F5F5F5;
}

.contentwrap {
  margin-top: 5em;
  margin-bottom: 7.5em;
}
@media (max-width: 750px) {
  .contentwrap {
    margin-top: 18.66vw;
    margin-bottom: 4.28em;
  }
}
.contentwrap p, .contentwrap li {
  line-height: 1.8;
}

@media (min-width: 751px) {
  .column_2 > ul {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    /* no prefix*/
    display: flex;
    flex-wrap: wrap;
    margin-left: -8.75em;
  }
  .column_2 > ul > li {
    width: calc(50% - 8.75em);
    margin-left: 8.75em;
  }
  .column_2 > ul > li:nth-child(n+3) {
    margin-top: 1.5em;
  }
}
@media (max-width: 750px) {
  .column_2 > ul > li:not(:first-of-type) {
    margin-top: 4vw;
  }
}
@media (min-width: 751px) {
  .column_2.banner > ul {
    margin-left: -4.6875em;
  }
  .column_2.banner > ul > li {
    width: calc(50% - 4.6875em);
    margin-left: 4.6875em;
  }
  .column_2.banner > ul > li:nth-child(n+3) {
    margin-top: 3.75em;
  }
}
@media (max-width: 750px) {
  .column_2.banner > ul > li:not(:first-of-type) {
    margin-top: 8vw;
  }
}

@media (min-width: 751px) {
  .column_3 > ul {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    /* no prefix*/
    display: flex;
    flex-wrap: wrap;
    margin-left: -3.25em;
  }
  .column_3 > ul > li {
    width: calc(33% - 3.25em);
    margin-left: 3.25em;
  }
  .column_3 > ul > li:nth-child(n+4) {
    margin-top: 3.25em;
  }
}
@media (max-width: 750px) {
  .column_3 > ul > li:not(:first-child) {
    margin-top: 4vw;
  }
}

@media (min-width: 751px) {
  .column_4 > ul {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    /* no prefix*/
    display: flex;
    flex-wrap: wrap;
    margin-left: -3.25em;
  }
  .column_4 > ul > li {
    width: calc(25% - 3.25em);
    margin-left: 3.25em;
  }
  .column_4 > ul > li:nth-child(n+5) {
    margin-top: 3.25em;
  }
}
@media (max-width: 750px) {
  .column_4 > ul > li:not(:first-child) {
    margin-top: 4vw;
  }
}

.column_5 ul {
  display: grid;
  gap: 2em;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 750px) {
  .column_5.training ul {
    grid-template-columns: repeat(2, 1fr);
    width: 70vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.column_5.training .text {
  margin-top: 0.5em;
  text-align: center;
}
@media (min-width: 751px) {
  .column_5.training .text {
    font-size: 1.125em;
  }
}

@media (max-width: 750px) {
  .column_2_sp > ul {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    /* no prefix*/
    display: flex;
    flex-wrap: wrap;
    margin-left: -4vw;
  }
  .column_2_sp > ul > li {
    width: calc(50% - 4vw);
    margin-left: 4vw;
  }
  .column_2_sp > ul > li:not(:first-child) {
    margin-top: 0;
  }
  .column_2_sp > ul > li:nth-child(n+3) {
    margin-top: 4vw;
  }
}

.flex {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  /* no prefix*/
  display: flex;
}

.disc a, .decimal a, .circle a {
  display: inline;
}

.disc > ul {
  padding-left: 1.5em;
}
.disc > ul > li {
  list-style-type: disc;
}
.disc > ul > li > ul {
  padding-left: 1.5em;
}

.decimal > ol {
  padding-left: 1.5em;
}
.decimal > ol > li {
  list-style-type: decimal;
}

.dlcolor dl {
  width: 100%;
  max-width: 710px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 751px) {
  .dlcolor dl {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    /* no prefix*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.dlcolor dt, .dlcolor dd {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.dlcolor dt {
  background-color: #00A8EF;
  color: white;
  width: 7em;
  text-align: center;
  padding: 0.25em;
}
@media (min-width: 751px) {
  .dlcolor dt {
    -webkit-flex: 1 0 7em;
    flex: 1 0 7em;
    width: 7em;
    max-width: 7em;
    padding: 0.25em;
  }
}
@media (min-width: 751px) {
  .dlcolor dd {
    width: calc(100% - 7em);
    max-width: calc(100% - 7em);
    padding-left: 1em;
  }
}

.categorybox {
  color: white;
  background-color: #00A8EF;
  display: inline-block;
  font-size: 0.9375em;
  font-family: "ZenKakuGothicNew", serif-serif;
  min-width: 7.5rem;
  text-align: center;
  border-radius: 1rem;
  padding: 0 0.5em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

.datebox span::before {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  margin-right: 0.25em;
}
.datebox span.post::before {
  background: url(../images/common/icon_pen.svg) no-repeat center center/contain;
}
.datebox span.redo {
  margin-left: 1em;
}
.datebox span.redo::before {
  background: url(../images/common/icon_redo.svg) no-repeat center center/contain;
}

@media (min-width: 751px) {
  .card-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875em;
  }
}
.card-items .card-item {
  background-color: #F5F5F5;
  border-radius: 1em;
}
@media (max-width: 750px) {
  .card-items .card-item {
    margin-bottom: 2em;
  }
}
.card-items .card-item .icatch img {
  aspect-ratio: 537/251;
  object-fit: cover;
  border-radius: 1em 1em 0 0;
}
.card-items .card-item a {
  text-decoration: none;
  transition: all ease 0.5s;
}
.card-items .card-item .card-item__content {
  padding: 1.5rem;
}
.card-items .card-item .card-item__link:hover .title {
  text-decoration-color: transparent;
  color: #00A8EF;
}
.card-items .card-item .category {
  display: inline-block;
  color: white;
  background-color: #00A8EF;
  border-radius: 9999px;
  font-size: 0.9375em;
  font-family: "ZenKakuGothicNew", serif-serif;
  padding: 0.1em 1em;
  text-align: center;
  width: fit-content;
  min-width: 7.5rem;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
@media (max-width: 750px) {
  .card-items .card-item .category {
    font-size: 0.86em;
    min-width: 6.8rem;
  }
}
.card-items .card-item .category:hover {
  opacity: 0.5;
}
.card-items .card-item .date {
  font-size: 0.875em;
  margin-top: 0.875em;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  .card-items .card-item .date {
    font-size: 0.93em;
  }
}
.card-items .card-item .title {
  margin-top: 0.2rem;
  text-decoration: underline;
  transition: all ease 0.5s;
}
@media (min-width: 751px) {
  .card-items .card-item .title {
    font-size: 1.125em;
  }
}
.card-items .card-item .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.card-items .card-item .tag-items {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix*/
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 0.875rem;
}
.card-items .card-item .tag-item__link {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix*/
  display: flex;
  align-items: center;
  color: #676666;
  background-color: white;
  font-size: 0.875em;
  padding: 0.2rem 0.875em;
  border: 1px solid #00A8EF;
  border-radius: 0.5rem;
}
.card-items .card-item .tag-item__link:hover {
  opacity: 0.5;
}

.newsList {
  background-color: #F5F5F5;
  padding: 0.5em 2.5em;
  border-radius: 1em;
}
@media (max-width: 750px) {
  .newsList {
    padding: 0 1.07em;
  }
}
.newsList .news-item {
  border-bottom: 1px dotted #B5B5B5;
  padding: 1.2em 0;
}
@media (min-width: 751px) {
  .newsList .news-item {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-align-items: flex-start;
    /* no prefix*/
    display: flex;
    align-items: flex-start;
  }
}
@media (max-width: 750px) {
  .newsList .news-item {
    padding: 1.43em 0;
  }
}
.newsList .news-item:last-of-type {
  border: none;
}
.newsList .news-info {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix*/
  display: flex;
  align-items: center;
}
.newsList .time {
  color: #333;
  font-size: 1.125em;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  .newsList .time {
    font-size: 1.14em;
  }
}
.newsList .category {
  font-size: 0.9375em;
  font-weight: bold;
  font-family: "ZenKakuGothicNew", serif-serif;
  color: white;
  background-color: #00A8EF;
  border-radius: 9999px;
  margin-left: 2rem;
  text-align: center;
  width: 7.5rem;
  text-decoration: none;
  transition: all ease 0.5s;
}
.newsList .category:hover {
  opacity: 0.5;
}
.newsList .news-item_link {
  transition: all ease 0.5s;
}
@media (min-width: 751px) {
  .newsList .news-item_link {
    flex: 1;
    margin-left: 2rem;
  }
}
@media (max-width: 750px) {
  .newsList .news-item_link {
    margin-top: 0.5em;
  }
}
.newsList .news-item_link:hover {
  text-decoration-color: transparent;
}

@media (min-width: 751px) {
  .class-items, .list-menu-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5em;
  }
}

.class-item .title, .list-menu-item .title {
  font-weight: bold;
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix*/
  display: flex;
  align-items: center;
  position: relative;
  letter-spacing: 0;
}
@media (min-width: 751px) {
  .class-item .title, .list-menu-item .title {
    font-size: 1.5em;
  }
}
@media (min-width: 751px) {
  .class-item .icatch, .list-menu-item .icatch {
    margin-top: 2.375em;
  }
}
.class-item .icatch img, .list-menu-item .icatch img {
  border-radius: 1em;
  border: 1px solid #00A8EF;
}
.class-item .text, .list-menu-item .text {
  margin-top: 1.25em;
}
.class-item .linkbox, .list-menu-item .linkbox {
  margin-top: 2rem;
}

@media (min-width: 751px) {
  .list-menu-items {
    gap: 2.375em;
  }
}
@media (max-width: 750px) {
  .list-menu-items {
    width: 77.33vw;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 751px) {
  .list-menu-items .list-menu-item {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-flex-direction: column;
    /* no prefix*/
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 750px) {
  .list-menu-items .list-menu-item:not(:first-of-type) {
    margin-top: 2.85em;
  }
}
@media (max-width: 750px) {
  .list-menu-items .list-menu-item .title {
    font-size: 1.36em;
    margin-bottom: 1.43rem;
  }
}
.list-menu-items .list-menu-item img {
  border: 1px solid #00A8EF;
  border-radius: 1em;
}
.list-menu-items .list-menu-item .title-wrap {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix*/
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/module/list-menu-item_bg.png) no-repeat center center/contain;
  aspect-ratio: 680/510;
  border: 1px solid #00A8EF;
  border-radius: 1em;
  padding: 0.5em;
}
.list-menu-items .list-menu-item .title {
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
}
@media (max-width: 750px) {
  .list-menu-items .list-menu-item .title {
    font-size: 1.26em;
  }
}
.list-menu-items .list-menu-item .title small {
  display: block;
  font-weight: normal;
}
.list-menu-items .list-menu-item .linkbox {
  margin-top: 1.875rem;
  width: 100%;
  min-width: auto;
}
@media (max-width: 750px) {
  .list-menu-items .list-menu-item .linkbox {
    margin-top: 8vw;
  }
}
@media (min-width: 751px) {
  .list-menu-items .list-menu-item .mt1em {
    margin-top: auto;
  }
}

.class-item {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media (max-width: 750px) {
  .class-item {
    border: 1px solid #00A8EF;
    border-radius: 1em;
    transition: all ease 0.5s;
  }
  .class-item:not(:first-of-type) {
    margin-top: 1.43em;
  }
}
@media (max-width: 750px) {
  .class-item.purple {
    border-color: #A587E9;
  }
}
.class-item.purple .title::before, .class-item.purple .linkbox {
  background-color: #A587E9;
}
.class-item.purple .linkbox:hover {
  color: #A587E9;
  background-color: white;
}
.class-item.purple .icatch img, .class-item.purple .linkbox {
  border-color: #A587E9;
}
@media (max-width: 750px) {
  .class-item.green {
    border-color: #009844;
  }
}
.class-item.green .title::before, .class-item.green .linkbox {
  background-color: #009844;
}
.class-item.green .linkbox:hover {
  color: #009844;
  background-color: white;
}
.class-item.green .icatch img, .class-item.green .linkbox {
  border-color: #009844;
}
@media (max-width: 750px) {
  .class-item.light-green {
    border-color: #81E154;
  }
}
.class-item.light-green .title::before, .class-item.light-green .linkbox {
  background-color: #81E154;
}
.class-item.light-green .linkbox:hover {
  color: #81E154;
  background-color: white;
}
.class-item.light-green .icatch img, .class-item.light-green .linkbox {
  border-color: #81E154;
}
@media (max-width: 750px) {
  .class-item.color-red {
    border-color: #FB4840;
  }
}
.class-item.color-red .title::before, .class-item.color-red .linkbox {
  background-color: #FB4840;
}
.class-item.color-red .linkbox:hover {
  color: #FB4840;
  background-color: white;
}
.class-item.color-red .icatch img, .class-item.color-red .linkbox {
  border-color: #FB4840;
}
@media (max-width: 750px) {
  .class-item.pink {
    border-color: #FF4E9C;
  }
}
.class-item.pink .title::before, .class-item.pink .linkbox {
  background-color: #FF4E9C;
}
.class-item.pink .linkbox:hover {
  color: #FF4E9C;
  background-color: white;
}
.class-item.pink .icatch img, .class-item.pink .linkbox {
  border-color: #FF4E9C;
}
@media (max-width: 750px) {
  .class-item.yellow {
    border-color: #E6C035;
  }
}
.class-item.yellow .title::before, .class-item.yellow .linkbox {
  background-color: #E6C035;
}
.class-item.yellow .linkbox:hover {
  color: #E6C035;
  background-color: white;
}
.class-item.yellow .icatch img, .class-item.yellow .linkbox {
  border-color: #E6C035;
}
@media (max-width: 750px) {
  .class-item.blue {
    border-color: #2130D8;
  }
}
.class-item.blue .title::before, .class-item.blue .linkbox {
  background-color: #2130D8;
}
.class-item.blue .linkbox:hover {
  color: #2130D8;
  background-color: white;
}
.class-item.blue .icatch img, .class-item.blue .linkbox {
  border-color: #2130D8;
}
@media (max-width: 750px) {
  .class-item.brown {
    border-color: #AB2222;
  }
}
.class-item.brown .title::before, .class-item.brown .linkbox {
  background-color: #AB2222;
}
.class-item.brown .linkbox:hover {
  color: #AB2222;
  background-color: white;
}
.class-item.brown .icatch img, .class-item.brown .linkbox {
  border-color: #AB2222;
}
@media (max-width: 750px) {
  .class-item.black {
    border-color: #333;
  }
}
.class-item.black .title::before, .class-item.black .linkbox {
  background-color: #333;
}
.class-item.black .linkbox:hover {
  color: #333;
  background-color: white;
}
.class-item.black .icatch img, .class-item.black .linkbox {
  border-color: #333;
}
@media (max-width: 750px) {
  .class-item > .title {
    padding: 0.71em 1.43em;
  }
  .class-item > .title::after {
    content: "+";
    position: absolute;
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%);
    right: 1.07em;
  }
  .class-item > .title.active::after {
    content: "-";
  }
}
.class-item .title::before {
  content: "";
  flex: 0 0 0.875rem;
  height: 0.875rem;
  background-color: #00A8EF;
  border-radius: 50%;
  margin-top: 0.2rem;
  margin-right: 1.125rem;
}
.class-item .class-content {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-top: auto;
}
@media (max-width: 750px) {
  .class-item .class-content {
    display: none;
    padding: 1.5em 1.43em 2.14em;
  }
}
@media (min-width: 751px) {
  .class-item .class-content .title {
    display: none;
  }
}
@media (max-width: 750px) {
  .class-item .class-content .title {
    font-size: 1.36em;
    margin-bottom: 1.43rem;
  }
}
.class-item .class-content .icatch {
  margin-top: 0;
}
.class-item .class-content .text {
  margin-top: 0;
}
.class-item .class-content .linkbox {
  margin-top: auto;
}

@media (min-width: 751px) {
  .results-items {
    display: grid;
    gap: 2.8125em;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 750px) {
  .results-items {
    display: flex;
    gap: 0;
  }
}

.school-items {
  display: grid;
  gap: 5.3125em 1.375em;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 750px) {
  .school-items {
    gap: 3.92em 1.07em;
    grid-template-columns: repeat(2, 1fr);
  }
}

.school-item {
  position: relative;
}
.school-item .school-item_link {
  text-decoration: none;
}
.school-item .school-item_link:hover .deco {
  color: #00A8EF;
  background-color: white;
}
.school-item .school-item_link img {
  aspect-ratio: 650/488;
  object-fit: cover;
}
.school-item .school-item_img {
  border: 1px solid #00A8EF;
  border-radius: 1em;
}
@media (max-width: 750px) {
  .school-item .school-item_img {
    border-radius: 0.57em;
  }
}
.school-item .school-name {
  position: absolute;
  top: 1rem;
  left: 1.25rem;
  font-family: "ZenKakuGothicNew", serif-serif;
  font-weight: bold;
  padding: 0.5em 1.5rem;
  color: white;
  background-color: #333;
  border-radius: 1rem;
}
@media (min-width: 751px) {
  .school-item .school-name {
    font-size: 1.25em;
  }
}
@media (max-width: 750px) {
  .school-item .school-name {
    padding: 0.2em 0.5em;
    border-radius: 0.57em;
    top: 0.5em;
    left: 0.5em;
  }
}
.school-item .deco {
  position: absolute;
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix*/
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -1.375rem;
  right: 0.875rem;
  width: 5.625rem;
  height: 5.625rem;
  font-family: "ZenKakuGothicNew", serif-serif;
  color: white;
  background-color: #00A8EF;
  border: 1px solid #00A8EF;
  border-radius: 50%;
  padding-bottom: 0.5em;
  transition: all ease 0.5s;
}
@media (max-width: 750px) {
  .school-item .deco {
    width: 4.28em;
    height: 4.28em;
    bottom: -2.31em;
    right: 0.64em;
  }
}
.school-item .deco::before, .school-item .deco::after {
  position: absolute;
  right: 1.6em;
  bottom: 1.5em;
  transform-origin: left;
}
@media (max-width: 750px) {
  .school-item .deco::before, .school-item .deco::after {
    right: 1.4em;
    bottom: 1em;
  }
}
.school-item .deco::before {
  content: "";
  width: 2em;
  height: 1px;
  border-top: 1px solid;
}
@media (max-width: 750px) {
  .school-item .deco::before {
    width: 1.14em;
  }
}
.school-item .deco::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}
@media (max-width: 750px) {
  .school-item .deco::after {
    width: 0.4em;
    height: 0.4em;
  }
}

.suisen-items {
  display: grid;
  gap: 2.375em;
}
@media (min-width: 751px) {
  .suisen-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 750px) {
  .suisen-items {
    gap: 2.85em;
  }
}
@media (max-width: 750px) {
  .suisen-items .suisen-item {
    width: 77.33vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.suisen-items .suisen-item img {
  border: 1px solid #00A8EF;
  border-radius: 1em;
}
.suisen-items .suisen-item .linkbox {
  margin-top: 1.875rem;
  width: 100%;
  min-width: auto;
}
@media (max-width: 750px) {
  .suisen-items .suisen-item .linkbox {
    margin-top: 8vw;
  }
}

.suisen-pdf-items {
  display: grid;
  gap: 1.5625em;
}
@media (min-width: 751px) {
  .suisen-pdf-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 750px) {
  .suisen-pdf-items {
    gap: 2.85em;
  }
}
.suisen-pdf-items .suisen-pdf-item {
  border: 1px solid #333;
  border-radius: 1em;
  padding: 1.875em 1.25em;
}
@media (max-width: 750px) {
  .suisen-pdf-items .suisen-pdf-item {
    padding: 2.14em 1.43em;
  }
}
.suisen-pdf-items .suisen-pdf-item .title {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.4;
}
.suisen-pdf-items .suisen-pdf-item img {
  border: 1px solid #00A8EF;
  border-radius: 1em;
  margin-top: 1em;
}
.suisen-pdf-items .suisen-pdf-item .text {
  margin-top: 1em;
}
.suisen-pdf-items .suisen-pdf-item .linkbox {
  margin-top: 1.875rem;
  width: 100%;
  min-width: auto;
}
@media (max-width: 750px) {
  .suisen-pdf-items .suisen-pdf-item .linkbox {
    margin-top: 8vw;
  }
}

.imgbox-round-blue img {
  border: 1px solid #00A8EF;
  border-radius: 1em;
}

@media (max-width: 750px) {
  .teacher-list.tab {
    position: relative;
  }
}
.teacher-list.tab .teacher-item_link {
  padding-bottom: 1.875em;
}
.teacher-list.tab .teacher-item_link.active .icon {
  background: #DCDCDC;
}
.teacher-list.tab .teacher-item_link.active .icon .bar2 {
  opacity: 0;
}
.teacher-list.tab a {
  height: 100%;
}
.teacher-list.tab .icon {
  position: relative;
  width: 3.4375em;
  height: 3.4375em;
  background: #00A8EF;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  transition: all ease 0.5s;
}
.teacher-list.tab .icon .bar1, .teacher-list.tab .icon .bar2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all ease 0.5s;
  width: 1.375em;
  height: 3px;
  background-color: white;
}
.teacher-list.tab .icon .bar2 {
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  opacity: 1;
}
@media (max-width: 750px) {
  .teacher-list.tab .slide-pagination-wrapper {
    position: absolute;
    top: 15em;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 92vw;
    justify-content: space-between;
  }
}
@media (max-width: 750px) {
  .teacher-list.tab .slide-pagination-wrapper .swiper-button-prev::after, .teacher-list.tab .slide-pagination-wrapper .swiper-button-next::after {
    font-size: 3em;
  }
}

@media (min-width: 751px) {
  .teacher-items {
    display: grid;
    column-gap: 1.5625em;
    row-gap: 4.0625em;
    grid-template-columns: repeat(4, 1fr);
  }
}

.teacher-item_link {
  border-radius: 1em;
  background-color: #F5F5F5;
  text-decoration: none;
  cursor: pointer;
}
.teacher-item_link:hover {
  opacity: 0.5;
}

.teacher-item {
  display: flex;
  flex-direction: column;
}
.teacher-item .content-box {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-flex-direction: column;
  /* no prefix*/
  display: flex;
  flex-direction: column;
  height: 100%;
}
.teacher-item .teacher-item_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding-top: 1.875em;
  background-color: #F5F5F5;
  border-radius: 1em;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 750px) {
  .teacher-item .teacher-item_link {
    padding-top: 2.14em;
  }
}
.teacher-item .teacher-item_link:hover {
  opacity: 0.5;
}
.teacher-item .teacher-item_link > *:not(.deco) {
  padding-inline: 1.125em;
  padding-inline: 1.64em;
}
.teacher-item .teacher-item_link .name {
  font-size: 1.375em;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 750px) {
  .teacher-item .teacher-item_link .name {
    font-size: 1.29em;
  }
}
.teacher-item .teacher-item_link .place {
  font-weight: bold;
  color: #00A8EF;
  line-height: 1.5;
}
@media (min-width: 751px) {
  .teacher-item .teacher-item_link .place {
    text-align: center;
  }
}
.teacher-item .teacher-item_link .img, .teacher-item .teacher-item_link .class-title, .teacher-item .teacher-item_link .class-list {
  padding-top: 1.25em;
}
@media (max-width: 750px) {
  .teacher-item .teacher-item_link .img, .teacher-item .teacher-item_link .class-title, .teacher-item .teacher-item_link .class-list {
    padding-top: 1.07em;
  }
}
.teacher-item .teacher-item_link .img {
  border-radius: 50%;
  padding-top: 1.25em;
  display: block;
}
@media (max-width: 750px) {
  .teacher-item .teacher-item_link .img {
    padding-top: 1.07em;
    width: 38vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.teacher-item .teacher-item_link .class-title {
  font-weight: bold;
}
.teacher-item .teacher-item_link .class-list {
  padding-bottom: 1.25em;
}
.teacher-item .teacher-item_link .deco {
  width: 100%;
  position: relative;
  margin-top: auto;
  background-color: #00A8EF;
  border-radius: 0 0 1em 1em;
  font-size: 0.9375em;
  font-weight: bold;
  font-family: "ZenKakuGothicNew", serif-serif;
  color: white;
  text-align: center;
  padding-block: 0.9375rem;
}
@media (max-width: 750px) {
  .teacher-item .teacher-item_link .deco {
    font-size: 1.14em;
    padding: 0.79rem 0;
  }
}
.teacher-item .teacher-item_link .deco::before, .teacher-item .teacher-item_link .deco::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
@media (max-width: 750px) {
  .teacher-item .teacher-item_link .deco::before, .teacher-item .teacher-item_link .deco::after {
    right: 3.5rem;
  }
}
.teacher-item .teacher-item_link .deco::before {
  content: "";
  width: 0.8rem;
  height: 3px;
  border-top: 3px solid;
}
.teacher-item .teacher-item_link .deco::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-top: 3px solid;
  border-right: 3px solid;
  transform: translateY(-50%) rotate(45deg);
}

.profile-boxes {
  margin-top: 3.4375em;
}
@media (min-width: 751px) {
  .profile-boxes {
    width: 60.625em;
    margin-right: auto;
    margin-left: auto;
  }
}
.profile-boxes .profile-box {
  position: relative;
}
@media (min-width: 751px) {
  .profile-boxes .profile-box {
    display: none;
  }
  .profile-boxes .profile-box:nth-of-type(2)::before {
    left: 35%;
  }
  .profile-boxes .profile-box:nth-of-type(3)::before {
    left: 61.5%;
  }
  .profile-boxes .profile-box:nth-of-type(4)::before {
    left: 88%;
  }
}
@media (max-width: 750px) {
  .profile-boxes .profile-box {
    padding: 2.85em 1.71em;
  }
}
.profile-boxes .profile-box::before {
  content: "";
  position: absolute;
  top: calc(-2.1875em + 1px);
  left: 8%;
  width: 2.5em;
  height: 2.1875em;
  background-color: #E9F8FF;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
@media (max-width: 750px) {
  .profile-boxes .profile-box::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 751px) {
  .profile-boxes .profile-box .imgflex .imgbox {
    -webkit-flex: 1 0 18.125em;
    flex: 1 0 18.125em;
    width: 18.125em;
    max-width: 18.125em;
  }
}
@media (max-width: 750px) {
  .profile-boxes .profile-box .imgflex .imgbox {
    width: 10.35em;
  }
}
@media (min-width: 751px) {
  .profile-boxes .profile-box .kakomi .imgflex .imgbox {
    -webkit-flex: 1 0 6.25em;
    flex: 1 0 6.25em;
    width: 6.25em;
    max-width: 6.25em;
  }
}
@media (max-width: 750px) {
  .profile-boxes .profile-box .kakomi .imgflex .imgbox {
    width: 26vw;
  }
}

.profile-box {
  padding: 5em 3.75em;
  background-color: #E9F8FF;
  border-radius: 1em;
}
@media (max-width: 750px) {
  .profile-box {
    padding: 2.14em 1.71em;
  }
}
.profile-box .title {
  font-weight: bold;
  font-family: "ZenKakuGothicNew", serif-serif;
}
@media (min-width: 751px) {
  .profile-box .title {
    font-size: 1.375em;
  }
}
.profile-box .kakomi {
  padding: 2.5em;
  background-color: white;
}
@media (max-width: 750px) {
  .profile-box .kakomi {
    padding: 1.43em;
  }
}
@media (min-width: 751px) {
  .profile-box .imgflex .imgbox {
    -webkit-flex: 1 0 10.625em;
    flex: 1 0 10.625em;
    width: 10.625em;
    max-width: 10.625em;
  }
}
@media (max-width: 750px) {
  .profile-box .imgflex .imgbox {
    width: 7.14em;
    margin-right: auto;
    margin-left: auto;
  }
}
.profile-box .caption {
  margin-top: 1em;
}
.profile-box .caption span {
  font-size: 1.125em;
  font-weight: bold;
  font-family: "ZenKakuGothicNew", serif-serif;
}

@media (max-width: 750px) {
  .swiper-container {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}

.slide-pagination-wrapper {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix*/
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.14rem;
  gap: 1.79em;
}

.swiper-pagination {
  position: static;
}

.swiper-pagination-bullets {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix*/
  display: flex;
  align-items: center;
}

.swiper-pagination-bullet:not(:first-of-type) {
  margin-left: 1.43em;
}

.swiper-pagination-bullet-active {
  background-color: #00A8EF;
}

.swiper-button-prev, .swiper-button-next {
  position: static;
  width: auto;
  height: auto;
  color: #00A8EF;
  margin-top: 0;
}
.swiper-button-prev::after, .swiper-button-next::after {
  font-size: 1.5em;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

details summary {
  list-style: none;
  cursor: pointer;
}
details summary::-webkit-details-marker {
  display: none;
}