@charset "UTF-8";
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:where([hidden]:not([hidden="until-found"])) {
  display: none !important;
}
:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}
@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}
:where(textarea) {
  resize: vertical;
  resize: block;
}
:where(button, label, select, summary, [role="button"], [role="option"]) {
  cursor: pointer;
}
:where(:disabled) {
  cursor: not-allowed;
}
:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}
:where(button) {
  border-style: solid;
}
:where(a) {
  text-underline-offset: 0.2ex;
}
:where(ul, ol) {
  list-style: none;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}
:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}
:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}
:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}
:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}
:where(
  .visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)
) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}
._sp {
  display: none !important;
}
@media screen and (max-width: 787px) {
  ._sp {
    display: block !important;
  }
}
._sp_df {
  display: none !important;
}
@media screen and (max-width: 787px) {
  ._sp_df {
    display: flex !important;
  }
}
._pc {
  display: block !important;
}
@media screen and (max-width: 787px) {
  ._pc {
    display: none !important;
  }
}
._pc_df {
  display: flex !important;
}
@media screen and (max-width: 787px) {
  ._pc_df {
    display: none !important;
  }
}
html,
body {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
}
body {
  width: 100%;
  background: #f4efe3;
  font-size: 15px;
  line-height: 1.8;
  color: #1d1d1d;
  font-family:
    Zen Kaku Gothic New,
    sans-serif;
}
@media screen and (max-width: 787px) {
  body {
    font-size: 14px;
  }
}
body a {
  color: #1d1d1d;
  text-decoration: none;
}
body ::selection {
  color: #fff;
  background-color: #40aecc;
}
.grecaptcha-badge {
  display: none;
}
.singlePageNav {
  width: calc(100% - 40px);
  display: flex;
  justify-content: space-between;
  max-width: 750px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 787px) {
  .singlePageNav {
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 788px) {
  .singlePageNav a:hover .text {
    background: #ddd8cc;
  }
}
.singlePageNav .text {
  display: block;
  border: 2px solid #ddd8cc;
  padding: 8px 20px;
  transition: 0.3s;
}
@media screen and (max-width: 787px) {
  .singlePageNav .text {
    padding: 8px 10px;
    font-size: 13px;
  }
}
.singlePageNav .arrow {
  width: 15px;
  height: 15px;
  position: relative;
}
@media screen and (max-width: 787px) {
  .singlePageNav .arrow {
    width: 15px;
    height: 15px;
  }
}
.singlePageNav .arrow:after {
  content: "";
  background: #40aecc;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 60%;
  right: 0;
  transform: translateY(-50%);
}
.singlePageNav .prev,
.singlePageNav .next {
  width: 150px;
}
@media screen and (max-width: 787px) {
  .singlePageNav .prev,
  .singlePageNav .next {
    width: 110px;
  }
}
.singlePageNav .prev a,
.singlePageNav .next a {
  display: flex;
  align-items: center;
}
.singlePageNav .prev .text {
  margin-left: 10px;
}
@media screen and (max-width: 787px) {
  .singlePageNav .prev .text {
    margin-left: 6px;
  }
}
.singlePageNav .prev .arrow:after {
  content: "";
  clip-path: polygon(100% 0%, 30% 50%, 100% 100%);
}
.singlePageNav .next .text {
  margin-right: 10px;
}
@media screen and (max-width: 787px) {
  .singlePageNav .next .text {
    margin-right: 6px;
  }
}
.singlePageNav .next .arrow:after {
  content: "";
  clip-path: polygon(0% 0%, 70% 50%, 0% 100%);
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  width: 40px;
  height: 40px;
  border: 1px solid #ddd8cc;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-pagenavi a.current,
.wp-pagenavi span.current {
  background: #a4d6eb;
  border: 1px solid #a4d6eb;
  border: #a4d6eb;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  border: none;
}
.wp-pagenavi .previouspostslink:after,
.wp-pagenavi .nextpostslink:after {
  color: #a4d6eb;
}
.wp-pagenavi .previouspostslink:after {
  content: "◀";
}
.wp-pagenavi .nextpostslink:after {
  content: "▶";
}
.lowkeyvisual {
  width: 100%;
  padding: 150px 0 120px;
  position: relative;
}
@media screen and (max-width: 787px) {
  .lowkeyvisual {
    padding: 110px 0 30px;
  }
}
.lowkeyvisual .textAnimaWrap {
  display: inline-block;
}
.lowkeyvisual-title {
  position: relative;
  padding: 50px 15% 50px 10%;
  display: inline-block;
}
@media screen and (max-width: 787px) {
  .lowkeyvisual-title {
    padding: 50px 15% 50px 10%;
  }
}
.lowkeyvisual-title-inner {
  padding-left: 20px;
  position: relative;
}
.lowkeyvisual-title-inner:before {
  content: "";
  background: #40aecc;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  border-radius: 3px;
}
.lowkeyvisual-title span {
  font-size: 38px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 787px) {
  .lowkeyvisual-title span {
    font-size: 24px;
  }
}
.lowkeyvisual-title:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 110px 110px 0;
}
@media screen and (max-width: 787px) {
  .lowkeyvisual-title:after {
    border-radius: 0 40px 40px 0;
  }
}
.lowkeyvisual-img {
  width: 90%;
  height: 450px;
  margin: -240px 0 0 auto;
  border-radius: 110px 0 0 110px;
  overflow: hidden;
}
@media screen and (max-width: 787px) {
  .lowkeyvisual-img {
    height: 200px;
    margin: -80px 0 0 auto;
    border-radius: 40px 0 0 40px;
  }
}
.lowkeyvisual-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lowkeyvisual-img .img-reveal {
  height: 100%;
}
.lowkeyvisual-deco {
  position: absolute;
  z-index: -2;
}
.lowkeyvisual-deco.deco_1 {
  bottom: 60%;
  right: 0;
  width: 40%;
  max-width: 400px;
}
@media screen and (max-width: 787px) {
  .lowkeyvisual-deco.deco_1 {
    width: 50%;
  }
}
.lowkeyvisual-deco.deco_2 {
  top: 65%;
  left: -2%;
  width: 20%;
  max-width: 280px;
}
@media screen and (max-width: 787px) {
  .lowkeyvisual-deco.deco_2 {
    width: 30%;
  }
}
.lowcontent {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 120px !important;
  flex-wrap: wrap;
}
@media screen and (max-width: 787px) {
  .lowcontent {
    margin: 0 auto 40px !important;
  }
}
.lowcontent-left {
  width: 200px;
}
@media screen and (max-width: 787px) {
  .lowcontent-left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.lowcontent-right {
  width: calc(100% - 240px);
}
@media screen and (max-width: 787px) {
  .lowcontent-right {
    width: 100%;
  }
}
.lowcontent-navbox:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 787px) {
  .lowcontent-navbox:not(:last-child) {
    margin-bottom: 8px;
  }
}
.lowcontent-navbox:nth-child(1) .lowcontent-navlist > li a {
  color: #3296c0;
}
.lowcontent-navbox:nth-child(2) .lowcontent-navlist > li a {
  color: #50bf3f;
}
.lowcontent-navbox:nth-child(3) .lowcontent-navlist > li a {
  color: #f29f3d;
}
.lowcontent-navbox .lowcontent-navlist > li a {
  background: none;
  padding: 0;
  margin-bottom: 0;
}
.lowcontent-navbox .lowcontent-navlist li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 787px) {
  .lowcontent-navbox .lowcontent-navlist li:not(:last-child) {
    margin: 0 10px 10px 0;
  }
}
.lowcontent-navbox .lowcontent-navlist a {
  min-width: 100px;
  text-align: center;
  background: #e7e4dc;
  border-radius: 20px;
  display: inline-block;
  padding: 0 15px;
}
.lowcontent-navtitle {
  margin-bottom: 15px;
  display: inline-block;
}
@media screen and (max-width: 787px) {
  .lowcontent-navtitle {
    margin-bottom: 10px;
  }
}
.lowcontent-navtitle:before {
  content: "●";
  margin-right: 5px;
  font-size: 14px;
}
@media screen and (max-width: 787px) {
  .lowcontent-navlist {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 787px) {
  .lowcontent-navlist ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
.bluetext {
  color: #40aecc;
}
.greentext {
  color: #50bf3f;
}
.orangetext {
  color: #f29f3d;
}
.w1100 {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
}
.w900 {
  width: calc(100% - 40px);
  max-width: 900px;
  margin: 0 auto;
}
.newsListStyle li {
  display: flex;
  border-bottom: 1px solid #edebeb;
}
.newsListStyle li:first-child {
  border-top: 1px solid #edebeb;
}
.newsListStyle a {
  width: 100%;
  color: #1d1d1d;
  text-decoration: none;
  padding: 30px 0;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 787px) {
  .newsListStyle a {
    padding: 20px 0;
  }
}
@media screen and (min-width: 787px) {
  .newsListStyle a:hover {
    color: #40aecc;
  }
  .newsListStyle a:hover:after {
    transform: scale(1);
  }
}
.newsListStyle a:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #40aecc;
  bottom: -1px;
  transform: scaleX(0);
  transform-origin: left top;
  transition: transform 0.5s;
}
.newsListStyle span {
  display: block;
}
.newsListStyle span:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 787px) {
  .newsListStyle span:not(:last-child) {
    margin-right: 10px;
  }
}
.newsListStyle .date {
  width: 70px;
}
.newsListStyle .category {
  width: 130px;
  text-align: center;
  background: #eeedeb;
  border-radius: 20px;
  display: inline-block;
  padding: 0 10px;
}
.newsListStyle .title {
  width: calc(100% - 210px);
}
@media screen and (max-width: 787px) {
  .newsListStyle .title {
    width: 100%;
    margin-top: 5px;
  }
}
header {
  position: fixed;
  z-index: 999;
  width: calc(100% - 40px);
  top: 20px;
  left: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 787px) {
  header {
    top: 0;
    left: 0;
    width: 100%;
  }
}
header .logo {
  width: 130px;
}
@media screen and (max-width: 787px) {
  header .logo {
    width: 100px;
    position: fixed;
    top: 10px;
    left: 10px;
  }
}
header nav {
  width: 80%;
  max-width: 820px;
}
.header-nav {
  background: #fff;
  padding: 0 40px;
  border-radius: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 787px) {
  .header-nav {
    border: 1px solid #eee;
  }
}
@media screen and (max-width: 787px) {
  .header-nav {
    padding: 50px 0 0;
  }
}
.header-nav-main {
  position: relative;
}
@media screen and (max-width: 787px) {
  .header-nav-main {
    border-bottom: 3px dotted #ddd;
  }
}
.header-nav-main:nth-child(2) > a,
.header-nav-main:nth-child(3) > a,
.header-nav-main:nth-child(4) > a {
  position: relative;
  padding-right: 20px;
}
.header-nav-main:nth-child(2) > a:after,
.header-nav-main:nth-child(3) > a:after,
.header-nav-main:nth-child(4) > a:after {
  content: "";
  margin-left: 5px;
  background: #40aecc;
  height: 51.9615242271px;
  width: 14px;
  height: 14px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 80%);
  position: absolute;
  top: 52%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 787px) {
  .header-nav-main:nth-child(2) > a:after,
  .header-nav-main:nth-child(3) > a:after,
  .header-nav-main:nth-child(4) > a:after {
    content: "";
    clip-path: polygon(0% 0%, 70% 50%, 0% 100%);
    position: absolute;
    transform: translateY(-50%);
    top: 56%;
    right: 0;
  }
}
@media screen and (min-width: 787px) {
  .header-nav-main:nth-child(1) a:hover,
  .header-nav-main:nth-child(5) a:hover,
  .header-nav-main:nth-child(6) a:hover {
    color: #40aecc;
  }
}
.header-nav-main:nth-child(2) a:after {
  background: #40aecc;
}
@media screen and (min-width: 787px) {
  .header-nav-main:nth-child(2) a:hover {
    color: #3296c0;
  }
}
@media screen and (min-width: 787px) {
  .header-nav-main:nth-child(2) .header-nav-sub {
    border: 1px solid #3296c0;
    background: #e0f6ff;
  }
  .header-nav-main:nth-child(2) .header-nav-sub li:not(:last-child) {
    border-bottom: 2px dotted #3296c0;
  }
}
.header-nav-main:nth-child(3) a:after {
  background: #50bf3f;
}
@media screen and (min-width: 787px) {
  .header-nav-main:nth-child(3) a:hover {
    color: #50bf3f;
  }
}
@media screen and (min-width: 787px) {
  .header-nav-main:nth-child(3) .header-nav-sub {
    border: 1px solid #50bf3f;
    background: #e4f5e2;
  }
  .header-nav-main:nth-child(3) .header-nav-sub li:not(:last-child) {
    border-bottom: 2px dotted #50bf3f;
  }
}
.header-nav-main:nth-child(4) a:after {
  background: #f29f3d;
}
@media screen and (min-width: 787px) {
  .header-nav-main:nth-child(4) a:hover {
    color: #f29f3d;
  }
}
@media screen and (min-width: 787px) {
  .header-nav-main:nth-child(4) .header-nav-sub {
    border: 1px solid #f29f3d;
    background: #fff1e1;
  }
  .header-nav-main:nth-child(4) .header-nav-sub li:not(:last-child) {
    border-bottom: 2px dotted #f29f3d;
  }
}
@media screen and (max-width: 787px) {
  .header-nav-main:nth-child(4) {
    border-bottom: none;
  }
}
.header-nav-main a {
  color: #333;
  text-decoration: none;
  font-weight: 700;
  padding: 25px 0;
  display: inline-block;
  transition: 0.3s;
}
@media screen and (max-width: 787px) {
  .header-nav-main a {
    text-align: left;
  }
}
@media screen and (min-width: 787px) {
  .header-nav-main:hover .header-nav-sub {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (min-width: 787px) {
  .header-nav-sub {
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    position: absolute;
    top: calc(100% - 10px);
    left: 50%;
    transform: translate(-50%);
    background: #fff;
    border-radius: 10px;
    width: 150px;
    padding: 0 12px;
  }
}
@media screen and (max-width: 787px) {
  .header-nav-sub {
    position: static;
    padding-bottom: 15px;
    display: flex !important;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 787px) {
  .header-nav-sub li {
    display: inline-block;
    margin: 4px;
  }
}
.header-nav-sub li a {
  padding: 12px 4px 12px 0;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 787px) {
  .header-nav-sub li a {
    background: #e7e4dc;
    border-radius: 20px;
    padding: 4px 15px;
    font-size: 13px;
  }
}
.header-nav-sub li a:before {
  content: "#";
  margin-right: 3px;
}
@media screen and (max-width: 787px) {
  #g-nav {
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 10px;
    right: 10px;
    border-radius: 20px;
    width: 70%;
    background: #fff;
    transition: all 0.3s;
    pointer-events: none;
  }
  #g-nav.panelactive {
    padding: 0 25px 20px;
    opacity: 1;
    z-index: 999;
    pointer-events: auto;
    border: 1px solid #ddd;
  }
  #g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #g-nav ul {
    display: none;
    z-index: 999;
    top: 50%;
    left: 50%;
  }
  #g-nav.panelactive ul {
    display: block;
  }
  #g-nav .header-nav-main {
    list-style: none;
    text-align: center;
  }
  #g-nav .header-nav-main > a {
    color: #333;
    text-decoration: none;
    padding: 18px 10px 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    pointer-events: all;
  }
  .openbtn1 {
    position: fixed;
    z-index: 9999;
    background: #fff;
    border-radius: 15px;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 55px;
    height: 55px;
  }
  .openbtn1 span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    background-color: #40aecc;
    width: 45%;
    border-radius: 2px;
  }
  .openbtn1 span:nth-of-type(1) {
    top: 18px;
  }
  .openbtn1 span:nth-of-type(2) {
    top: 50%;
  }
  .openbtn1 span:nth-of-type(3) {
    top: calc(100% - 18px);
  }
  .openbtn1.active span:nth-of-type(1) {
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
    left: 50%;
  }
  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn1.active span:nth-of-type(3) {
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    left: 50%;
  }
}
footer {
  background: #e6e0d0;
  padding: 4% 5%;
  width: calc(100% - 80px);
  margin: 0 auto;
  border-radius: 20px 20px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 787px) {
  footer {
    width: calc(100% - 20px);
    padding: 30px 20px;
  }
}
.footer-left {
  width: 300px;
}
@media screen and (max-width: 1000px) {
  .footer-left {
    width: 100%;
  }
}
.footer-right {
  width: calc(100% - 340px);
  max-width: 700px;
  display: flex;
  margin-top: 40px;
  align-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .footer-right {
    width: 100%;
    margin-top: 30px;
  }
}
.footer-logo {
  display: block;
  max-width: 240px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .footer-logo {
    width: 150px;
  }
}
.footer-address {
  font-size: 13px;
}
.footer-mainnav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 787px) {
  .footer-mainnav {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 787px) {
  .footer-mainnav-item {
    width: 50%;
    margin-bottom: 20px;
  }
}
.footer-mainnav-item > a {
  margin-bottom: 20px;
}
@media screen and (max-width: 787px) {
  .footer-mainnav-item > a {
    margin-bottom: 8px;
  }
}
.footer-mainnav-item a {
  display: inline-block;
  transition: 0.3s;
}
@media screen and (min-width: 787px) {
  .footer-mainnav-item a:hover {
    color: #40aecc;
  }
}
.footer-mainnav-item-sub a {
  font-size: 14px;
}
@media screen and (max-width: 787px) {
  .footer-mainnav-item-sub a {
    font-size: 13px;
  }
}
.footer-mainnav-item-sub a:before {
  content: "-";
  color: #aaa;
  margin-right: 10px;
}
.footer-rightbottom {
  width: 100%;
  text-align: right;
  font-size: 13px;
}
@media screen and (max-width: 1000px) {
  .footer-rightbottom {
    margin-top: 10px;
    text-align: left;
  }
}
.footer-subnav {
  display: flex;
  justify-content: end;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .footer-subnav {
    justify-content: start;
  }
}
.footer-subnav li:not(:last-child) {
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .footer-subnav li:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
  }
}
.footer-subnav li:not(:last-child):after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #aaa;
}
.footer-subnav a {
  transition: 0.3s;
}
@media screen and (min-width: 787px) {
  .footer-subnav a:hover {
    color: #40aecc;
  }
}
.privacypolicy .lowcontent h3 {
  color: #40aecc;
  font-size: 24px;
  margin: 40px 0 20px;
  display: block;
}
@media screen and (max-width: 787px) {
  .privacypolicy .lowcontent h3 {
    font-size: 20px;
  }
}
.privacypolicy .lowcontent h4 {
  font-size: 18px;
  display: block;
  width: 100%;
  margin: 20px 0 10px;
}
@media screen and (max-width: 787px) {
  .privacypolicy .lowcontent h4 {
    font-size: 16px;
  }
}
.businessperson-first {
  margin-bottom: 120px;
}
@media screen and (max-width: 787px) {
  .businessperson-first {
    margin-bottom: 60px;
  }
}
.businessperson-first-komidashi {
  color: #40aecc;
}
.businessperson-first-list {
  margin-bottom: 40px;
}
@media screen and (max-width: 787px) {
  .businessperson-first-list {
    margin-bottom: 20px;
  }
}
.businessperson-first-list li:not(:last-child) {
  margin-bottom: 5px;
}
.businessperson-first-list li:before {
  content: "●";
  color: #40aecc;
  margin-right: 10px;
}
.businessperson-btnsec {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.businessperson-btnsec a {
  background: #fff;
  display: flex;
  justify-content: center;
  width: 49%;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  padding: 20px 10px;
  height: 100px;
  font-weight: 700;
  color: #40aecc;
  font-size: 18px;
  line-height: 1.6;
  position: relative;
  text-decoration: none !important;
}
@media screen and (max-width: 787px) {
  .businessperson-btnsec a {
    width: 100%;
    margin-bottom: 10px;
    height: 75px;
    font-size: 16px;
    line-height: 1.4;
  }
}
.businessperson-btnsec a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 13.8564064606px solid #40aecc;
  transform: translateY(-50%);
}
@media screen and (max-width: 787px) {
  .businessperson-btnsec a:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10.3923048454px solid #40aecc;
  }
}
.businessperson .lowcontent h3 {
  color: #40aecc;
  font-size: 24px;
  margin: 40px 0 20px;
  display: block;
}
@media screen and (max-width: 787px) {
  .businessperson .lowcontent h3 {
    font-size: 20px;
  }
}
.businessperson .lowcontent h4 {
  font-size: 18px;
  display: block;
  width: 100%;
  margin: 20px 0 10px;
}
@media screen and (max-width: 787px) {
  .businessperson .lowcontent h4 {
    font-size: 16px;
  }
}
.businessperson .lowcontent p {
  margin-top: 15px;
}
.businessperson .lowcontent a {
  color: #40aecc;
  text-decoration: underline;
}
.businessperson-inner {
  margin-top: 80px;
  padding-top: 50px;
  border-top: 1px solid #ddd8cc;
}
@media screen and (max-width: 787px) {
  .businessperson-inner {
    margin-top: 40px;
    padding-top: 0;
  }
}
.businessperson-contact {
  margin-top: 80px;
  background: #fff;
  border-radius: 10px;
  padding: 50px 60px;
  width: 100%;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 787px) {
  .businessperson-contact {
    padding: 30px;
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.businessperson-contact-title {
  font-size: 18px !important;
  margin: 0 60px 0 0 !important;
}
@media screen and (max-width: 787px) {
  .businessperson-contact-title {
    margin: 0 0 10px !important;
    width: 100%;
  }
}
.businessperson-contact p {
  margin: 0 !important;
}
.keyvisual {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/10;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 787px) {
  .keyvisual {
    aspect-ratio: 9/16;
    overflow: visible;
  }
}
.keyvisual swiper-container {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 787px) {
  .keyvisual swiper-container {
    width: 100%;
  }
}
@media screen and (max-width: 787px) {
  .keyvisual swiper-container swiper-slide {
    width: 100%;
    justify-content: flex-end !important;
  }
}
.keyvisual swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.keyvisual-img {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: -1;
  flex-wrap: wrap;
}
@media screen and (max-width: 787px) {
  .keyvisual-img {
    width: auto;
    height: 80%;
    margin: 0 0 0 auto;
    padding-top: 30px;
  }
}
.keyvisual-img img {
  width: 100%;
}
@media screen and (max-width: 787px) {
  .keyvisual-img img {
    width: 40%;
    height: 100%;
  }
}
.keyvisual-img1 {
  width: calc(25% - 30px);
  margin-right: 30px;
  height: fit-content;
}
@media screen and (max-width: 787px) {
  .keyvisual-img1 {
    width: 35%;
    height: 35%;
    margin: 20px 0 0;
  }
}
.keyvisual-img1 .img {
  width: 100%;
}
.keyvisual-img2 {
  width: 50%;
}
@media screen and (max-width: 787px) {
  .keyvisual-img2 {
    width: auto;
    height: 80%;
    order: -1;
  }
}
.keyvisual-img2 video {
  width: 100%;
}
@media screen and (max-width: 787px) {
  .keyvisual-img2 video {
    width: auto;
    height: 100%;
  }
}
.keyvisual-text {
  position: absolute;
  bottom: 3%;
  left: 6%;
  width: 35%;
  z-index: 2;
}
@media screen and (max-width: 787px) {
  .keyvisual-text {
    width: 59%;
    left: 4%;
    bottom: auto;
    top: 52%;
  }
}
.keyvisual-text1 {
  width: 40%;
  margin-bottom: 40px;
}
@media screen and (max-width: 787px) {
  .keyvisual-text1 {
    width: 90%;
    margin: 0 auto 55px;
  }
}
.keyvisual-text1 img,
.keyvisual-logo {
  width: 100%;
}
.keyvisual-deco > img {
  position: absolute;
}
.keyvisual-deco .deco_1 {
  filter: blur(2px);
  top: -5%;
  left: 18%;
  width: 18%;
}
.keyvisual-deco .deco_2 {
  filter: blur(3px);
  top: 15%;
  left: 15%;
  width: 12%;
}
@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.topw100img {
  width: 100%;
  margin-top: -40px;
  position: relative;
  z-index: -2;
  aspect-ratio: 16/7;
  overflow: hidden;
}
@media screen and (max-width: 787px) {
  .topw100img {
    aspect-ratio: 16/9;
    margin-top: 0;
  }
}
.topw100img img {
  width: 100%;
  height: 160%;
  object-fit: cover;
}
@media screen and (max-width: 787px) {
  .topw100img img {
    height: 160%;
  }
}
.topConcept {
  width: calc(100% - 40px);
  max-width: 840px;
  margin: 0 auto;
  overflow: hidden;
}
.topConcept-wrap {
  width: 100%;
  position: relative;
  padding: 200px 0;
  overflow: hidden;
  margin: -60px 0;
}
@media screen and (max-width: 787px) {
  .topConcept-wrap {
    margin: -40px 0 -80px;
    padding: 120px 0 160px;
  }
}
.topConcept-title {
  font-size: 50px;
  margin-bottom: 60px;
  line-height: 1.4;
}
@media screen and (max-width: 787px) {
  .topConcept-title {
    font-size: 33px;
    margin-bottom: 30px;
  }
}
.topConcept p {
  width: 90%;
  margin: 0 0 0 auto;
  max-width: 580px;
  line-height: 2.3;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 787px) {
  .topConcept p {
    font-size: 15px;
    line-height: 2;
  }
}
.topConcept-deco {
  position: absolute;
}
.topConcept-deco.deco_1 {
  top: 0;
  right: -4%;
  width: 25%;
  filter: blur(2px);
}
@media screen and (max-width: 787px) {
  .topConcept-deco.deco_1 {
    width: 35%;
  }
}
.topConcept-deco.deco_2 {
  bottom: 0;
  left: -4%;
  width: 33%;
}
.topConcept-deco.deco_2 span {
  display: block;
  filter: blur(1px);
}
.topConcept-deco.deco_2 span:first-child {
  width: 70%;
  margin: 0 0 0 auto;
}
.topConcept-deco.deco_2 span:last-child {
  width: 50%;
  margin: -30% 0 0;
}
@media screen and (max-width: 787px) {
  .topConcept-deco.deco_2 {
    width: 45%;
    left: auto;
    right: 0;
  }
}
.topConcept-deco img {
  width: 100%;
}
.topNews {
  width: calc(100% - 80px);
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
  padding: 80px 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 787px) {
  .topNews {
    padding: 60px 5%;
    width: 92%;
    margin: 0 2% 60px auto;
  }
}
.topNews-wrap {
  position: relative;
  width: 100%;
}
.topNews-wrap:after {
  content: "";
  width: calc(50vw + 640px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  z-index: -1;
  border-radius: 110px 0 0 110px;
}
@media screen and (max-width: 1300px) {
  .topNews-wrap:after {
    width: calc(100% - 20px);
    border-radius: 50px 0 0 50px;
  }
}
.topNews-left {
  width: 20%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
@media screen and (max-width: 787px) {
  .topNews-left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.topNews-btn {
  width: 100%;
  display: block;
  color: #1d1d1d;
  background: #a4d6eb;
  text-align: center;
  text-decoration: none;
  padding: 15px;
  border-radius: 30px;
  margin-top: 40px;
  transition: 0.3s;
}
@media screen and (max-width: 787px) {
  .topNews-btn {
    margin-top: 0;
  }
}
@media screen and (min-width: 787px) {
  .topNews-btn:hover {
    background: #3296c0;
    color: #fff;
  }
}
.topNews-title {
  width: 100%;
  font-size: 40px;
}
@media screen and (max-width: 787px) {
  .topNews-title {
    font-size: 28px;
  }
}
.topNews .newsListStyle {
  width: 72%;
}
@media screen and (max-width: 787px) {
  .topNews .newsListStyle {
    width: 100%;
    margin-bottom: 40px;
  }
}
.topMap {
  margin-bottom: 120px;
  position: relative;
  padding-bottom: 60vw;
}
@media screen and (max-width: 787px) {
  .topMap {
    margin-bottom: 70px;
    padding-bottom: 0;
  }
}
.topMap-title {
  margin-left: 5%;
}
.topMap-title .textAnima {
  font-size: 40px;
  line-height: 1;
}
@media screen and (max-width: 787px) {
  .topMap-title .textAnima {
    font-size: 28px;
  }
}
.topMap-title .textAnima:first-child {
  font-size: 22px;
  margin-bottom: 10px;
}
@media screen and (max-width: 787px) {
  .topMap-title .textAnima:first-child {
    font-size: 16px;
  }
}
.topMap-illust {
  width: 100%;
  position: absolute;
  top: 10%;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 787px) {
  .topMap-illust {
    position: static;
  }
}
.topMap-illust img {
  width: 100%;
}
@media screen and (max-width: 787px) {
  .topMap-btnlist {
    width: 90%;
    margin: 20px auto 0;
    display: flex;
    justify-content: space-between;
  }
}
.topMap-btnlist li {
  position: absolute;
}
@media screen and (max-width: 787px) {
  .topMap-btnlist li {
    position: static;
    width: calc(33.3333333333% - 5px);
  }
}
.topMap-btnlist li a {
  border: 1px solid #1d1d1d;
  padding: 1vw 6vw;
  display: inline-block;
  font-size: clamp(16px, 2vw, 50px);
  color: #fff;
  border-radius: 100px;
  font-weight: 500;
  white-space: nowrap;
  transition: 0.3s;
}
@media screen and (max-width: 787px) {
  .topMap-btnlist li a {
    width: 100%;
    text-align: center;
  }
}
.topMap-btnlist li.yama {
  top: 52%;
  left: 15%;
}
.topMap-btnlist li.yama a {
  background: #50bf3fcc;
}
@media screen and (min-width: 787px) {
  .topMap-btnlist li.yama a:hover {
    background: #50bf3f;
  }
}
.topMap-btnlist li.umi {
  top: 45%;
  right: 8%;
}
.topMap-btnlist li.umi a {
  background: #40aecccc;
}
@media screen and (min-width: 787px) {
  .topMap-btnlist li.umi a:hover {
    background: #40aecc;
  }
}
.topMap-btnlist li.machi {
  top: 68%;
  left: 50%;
}
.topMap-btnlist li.machi a {
  background: #f29f3dcc;
}
@media screen and (min-width: 787px) {
  .topMap-btnlist li.machi a:hover {
    background: #f29f3d;
  }
}
.topInstagram {
  overflow: hidden;
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 787px) {
  .topInstagram {
    margin-bottom: 40px;
  }
}
.topInstagram-title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 787px) {
  .topInstagram-title {
    margin-bottom: 30px;
  }
}
.topInstagram-title .textAnima {
  text-align: center;
  line-height: 1.5;
}
.topInstagram-title .textAnima:first-child span {
  font-size: 24px;
}
@media screen and (max-width: 787px) {
  .topInstagram-title .textAnima:first-child span {
    font-size: 18px;
  }
}
.topInstagram-title .textAnima:last-child span {
  font-size: 43px;
}
@media screen and (max-width: 787px) {
  .topInstagram-title .textAnima:last-child span {
    font-size: 32px;
  }
}
.topInstagram-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 787px) {
  .topInstagram-list {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.topInstagram-list li {
  width: calc(16.6666666667% - 10px);
}
@media screen and (max-width: 787px) {
  .topInstagram-list li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
.topInstagram-list img {
  width: 100%;
}
.topActivity {
  overflow: hidden;
  padding: 100px 0 120px;
}
@media screen and (max-width: 787px) {
  .topActivity {
    padding: 60px 0 80px;
  }
}
.topActivity-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 140px;
}
@media screen and (max-width: 787px) {
  .topActivity-wrap {
    margin-bottom: 80px;
  }
}
.topActivity-wrap:after {
  content: "";
  width: calc(50vw + 640px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
  border-radius: 0 110px 110px 0;
}
@media screen and (max-width: 1300px) {
  .topActivity-wrap:after {
    width: calc(100% - 20px);
    border-radius: 0 50px 50px 0;
  }
}
.topActivity-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
@media screen and (max-width: 787px) {
  .topActivity-inner {
    margin-bottom: 0;
  }
}
.topActivity-left {
  width: 25%;
}
@media screen and (max-width: 787px) {
  .topActivity-left {
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    align-items: end;
    justify-content: space-between;
  }
}
.topActivity-title {
  font-size: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 787px) {
  .topActivity-title {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 787px) {
  .topActivity-category {
    width: 45%;
  }
}
.topActivity-category li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 787px) {
  .topActivity-category li:not(:last-child) {
    margin-bottom: 7px;
  }
}
.topActivity-category li a {
  position: relative;
  padding-right: 22px;
}
.topActivity-category li a:after {
  content: "";
  background: #40aecc;
  height: 51.9615242271px;
  width: 14px;
  height: 14px;
  clip-path: polygon(0% 0%, 70% 50%, 0% 100%);
  position: absolute;
  top: 60%;
  right: 0;
  transform: translateY(-50%);
}
.topActivity-category li:nth-child(1) a:after {
  background: #3296c0;
}
.topActivity-category li:nth-child(2) a:after {
  background: #50bf3f;
}
.topActivity-category li:nth-child(3) a:after {
  background: #f29f3d;
}
.topActivity-category a {
  font-weight: 700;
}
.topActivity-list {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 787px) {
  .topActivity-list {
    width: 100%;
  }
}
.topActivity-list-item {
  width: calc(50% - 15px);
  margin-bottom: 50px;
}
@media screen and (max-width: 787px) {
  .topActivity-list-item {
    width: 95%;
  }
}
.topActivity-list-item span {
  display: block;
}
.topActivity-list-item a {
  color: #1d1d1d;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s;
}
@media screen and (min-width: 787px) {
  .topActivity-list-item a:hover {
    color: #3296c0;
  }
}
.topActivity-list-item .img {
  width: 100%;
  aspect-ratio: 4.5/3;
  margin-bottom: 15px;
}
.topActivity-list-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topActivity-list-item .title {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.5;
}
.topActivity-list-item .name {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}
.topActivity-list-item .name:before {
  content: "";
  background: url(../static/svg/pin.svg) no-repeat;
  background-size: 100% 100%;
  width: 12px;
  height: 17px;
  display: block;
  margin-right: 5px;
}
.topActivity-list-item .category {
  display: flex;
  flex-wrap: wrap;
}
.topActivity-list-item .category li {
  margin-right: 10px;
  font-size: 12px;
  opacity: 0.5;
}
.topActivity-list-item .category li:before {
  content: "#";
}
.topActivity-btnwrap {
  text-align: center;
}
.topActivity-btn {
  background: #a4d6eb;
  color: #1d1d1d;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding: 18px 80px;
  border-radius: 40px;
  transition: 0.3s;
}
@media screen and (min-width: 787px) {
  .topActivity-btn:hover {
    background: #3296c0;
    color: #fff;
  }
}
.topActivity-deco {
  width: 30%;
  position: absolute;
  top: 90%;
  right: 0;
}
@media screen and (max-width: 787px) {
  .topActivity-deco {
    top: calc(100% - 60px);
    width: 40%;
  }
}
.topActivity-deco span {
  display: block;
  filter: blur(1px);
}
.topActivity-deco span:first-child {
  width: 70%;
  margin: 0 0 0 auto;
}
.topActivity-deco span:last-child {
  width: 50%;
  margin: -20% 0 0;
}
@media screen and (max-width: 787px) {
  .topActivity-deco span:last-child {
    margin: -30% 0 0;
  }
}
@keyframes infinity-scroll-left {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(-100%);
  }
}
.scroll-infinity {
  margin-bottom: 60px;
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 120s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: 100vw;
  margin-left: 0.2%;
}
@media screen and (max-width: 787px) {
  .scroll-infinity__item {
    width: 200vw;
  }
}
.scroll-infinity__item > img {
  width: 100%;
}
@media screen and (max-width: 787px) {
  .keyvisual .img-reveal {
    width: auto;
    height: 100%;
  }
}
.img-reveal {
  position: relative;
  opacity: 0;
  visibility: hidden;
}
.img-reveal .inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.img-reveal .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f4efe3;
  z-index: 2;
  margin-bottom: 60px;
}
.img-reveal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
}
.img-reveal-two {
  background-color: #f4efe3;
}
.reveal {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 600px;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.reveal img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.img-reveal-three {
  background: #333;
}
.reveal-with-layer {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}
.reveal-with-layer img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0;
}
.reveal-with-layer .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: gray;
  z-index: 2;
  margin-bottom: 60px;
  display: block;
}
.textAnimaWrap {
  display: block;
  overflow: hidden;
}
.textAnimaWrap .textAnima {
  display: flex;
  align-items: center;
}
.textAnimaWrap .textAnima span {
  line-height: 1.4;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.char {
  display: inline-block;
  transform: translateY(100%);
  transition: transfrom 0.5s;
  opacity: 0;
}
.topInstagram .textAnima {
  justify-content: center;
}
.topInstagram .textAnima .char {
  display: inline-block;
}
.fesbanner {
  width: 60%;
  margin: 0 auto 120px;
}
@media screen and (max-width: 787px) {
  .fesbanner {
    width: 95%;
    margin: 0 auto 60px;
  }
}
.fesbanner img {
  width: 100%;
}
.topModelcourse {
  width: 100%;
  margin-bottom: 120px;
}
@media screen and (max-width: 787px) {
  .topModelcourse {
    margin-bottom: 60px;
  }
}
.topModelcourse-title .textAnima span {
  margin: 0 auto;
  letter-spacing: 0.1rem;
}
.topModelcourse-title .textAnima:first-child {
  font-size: 22px;
}
@media screen and (max-width: 787px) {
  .topModelcourse-title .textAnima:first-child {
    font-size: 16px;
  }
}
.topModelcourse-title .textAnima:last-child {
  font-size: 40px;
}
@media screen and (max-width: 787px) {
  .topModelcourse-title .textAnima:last-child {
    font-size: 28px;
  }
}
.topModelcourse swiper-container {
  margin: 50px 0;
}
@media screen and (max-width: 787px) {
  .topModelcourse swiper-container {
    margin: 30px 0;
  }
}
.topModelcourse swiper-container a {
  width: 47vw;
  height: 47vw;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding: 80px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .topModelcourse swiper-container a {
    padding: 40px;
  }
}
@media screen and (max-width: 787px) {
  .topModelcourse swiper-container a {
    padding: 10px;
    width: 70vw;
    height: 70vw;
  }
}
.topModelcourse swiper-container .shoulder {
  width: 100%;
}
@media screen and (max-width: 787px) {
  .topModelcourse swiper-container .shoulder {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.topModelcourse swiper-container .shoulder span {
  display: block;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.topModelcourse swiper-container .shoulder span:first-child {
  font-size: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 787px) {
  .topModelcourse swiper-container .shoulder span:first-child {
    font-size: 14px;
    margin: 0 10px 0 0;
  }
}
.topModelcourse swiper-container .shoulder span:last-child {
  font-size: 35px;
}
@media screen and (max-width: 787px) {
  .topModelcourse swiper-container .shoulder span:last-child {
    font-size: 28px;
  }
}
.topModelcourse swiper-container .main {
  width: 100%;
  font-size: clamp(14px, 2.8vw, 38px);
  display: block;
  line-height: 1.6;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 787px) {
  .topModelcourse swiper-container .main {
    font-size: 19px;
    line-height: 1.5;
  }
}
.topModelcourse swiper-container .more {
  display: inline-block;
  background: #fff;
  color: #40aecc;
  font-weight: 700;
  padding: 5px 50px;
  border-radius: 20px;
}
@media screen and (max-width: 787px) {
  .topModelcourse swiper-container .more {
    padding: 0 30px;
    font-size: 12px;
  }
}
.topModelcourse swiper-container .img {
  width: 100%;
  height: 47vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 787px) {
  .topModelcourse swiper-container .img {
    height: 70vw;
  }
}
.topModelcourse swiper-container .img:after {
  content: "";
  width: 95%;
  height: 95%;
  background: #0003;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
.topModelcourse swiper-container .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topCoupon {
  width: 100%;
  margin-bottom: 120px;
  padding-top: 80px;
  position: relative;
}
@media screen and (max-width: 787px) {
  .topCoupon {
    padding-top: 40px;
  }
}
.topCoupon:before {
  content: "";
  width: 90%;
  height: 50%;
  background: #e6e0d0;
  border-radius: 110px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (max-width: 787px) {
  .topCoupon:before {
    border-radius: 40px;
  }
}
.topCoupon-title {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 787px) {
  .topCoupon-title {
    margin-bottom: 30px;
  }
}
.topCoupon-title .textAnima span {
  margin: 0 auto;
  letter-spacing: 0.1rem;
}
.topCoupon-title .textAnima:first-child {
  font-size: 22px;
  margin-bottom: 10px;
}
@media screen and (max-width: 787px) {
  .topCoupon-title .textAnima:first-child {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.topCoupon-title .textAnima:last-child {
  font-size: 40px;
}
@media screen and (max-width: 787px) {
  .topCoupon-title .textAnima:last-child {
    font-size: 24px;
  }
}
.topCoupon swiper-slide:nth-child(4n) li {
  border: 6px solid #40aecc;
}
.topCoupon swiper-slide:nth-child(4n) li .deco {
  filter: drop-shadow(2px 3px 0px #40aecc);
}
.topCoupon swiper-slide:nth-child(4n) li .main {
  color: #40aecc;
}
.topCoupon swiper-slide:nth-child(4n) li .category {
  background: #40aecc;
}
.topCoupon swiper-slide:nth-child(4n) li .couponbottom a {
  background: #40aecc;
}
.topCoupon swiper-slide:nth-child(4n + 1) li {
  border: 6px solid #f29f3d;
}
.topCoupon swiper-slide:nth-child(4n + 1) li .deco {
  filter: drop-shadow(2px 3px 0px #f29f3d);
}
.topCoupon swiper-slide:nth-child(4n + 1) li .main {
  color: #f29f3d;
}
.topCoupon swiper-slide:nth-child(4n + 1) li .category {
  background: #f29f3d;
}
.topCoupon swiper-slide:nth-child(4n + 1) li .couponbottom a {
  background: #f29f3d;
}
.topCoupon swiper-slide:nth-child(4n + 2) li {
  border: 6px solid #dc5d65;
}
.topCoupon swiper-slide:nth-child(4n + 2) li .deco {
  filter: drop-shadow(2px 3px 0px #dc5d65);
}
.topCoupon swiper-slide:nth-child(4n + 2) li .main {
  color: #dc5d65;
}
.topCoupon swiper-slide:nth-child(4n + 2) li .category {
  background: #dc5d65;
}
.topCoupon swiper-slide:nth-child(4n + 2) li .couponbottom a {
  background: #dc5d65;
}
.topCoupon swiper-slide:nth-child(4n + 3) li {
  border: 6px solid #50bf3f;
}
.topCoupon swiper-slide:nth-child(4n + 3) li .deco {
  filter: drop-shadow(2px 3px 0px #50bf3f);
}
.topCoupon swiper-slide:nth-child(4n + 3) li .main {
  color: #50bf3f;
}
.topCoupon swiper-slide:nth-child(4n + 3) li .category {
  background: #50bf3f;
}
.topCoupon swiper-slide:nth-child(4n + 3) li .couponbottom a {
  background: #50bf3f;
}
.topCoupon .coupon-list li {
  width: 100%;
}
@media screen and (max-width: 787px) {
  .topCoupon .coupon-list li .textbox {
    height: 270px;
  }
}
.news .newsListStyle li {
  border-bottom: 1px solid #ddd8cc;
}
.news .newsListStyle li:first-child {
  border-top: 1px solid #ddd8cc;
}
.news .newsListStyle .category {
  background: #e7e4dc;
}
@media screen and (max-width: 787px) {
  .news .deco_1 {
    bottom: 68%;
  }
}
@media screen and (max-width: 787px) {
  .news .deco_2 {
    left: -20%;
  }
}
.news-pagetitleWrap {
  position: relative;
  width: calc(100% - 40px);
  margin: 200px auto 60px;
}
@media screen and (max-width: 787px) {
  .news-pagetitleWrap {
    margin: 140px auto 30px;
  }
}
.news-pagetitle {
  margin: 0 auto;
  max-width: 940px;
  border-bottom: 2px solid #ddd8cc;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 787px) {
  .news-pagetitle {
    padding-bottom: 30px;
  }
}
.news-pagetitle-top {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 787px) {
  .news-pagetitle-top {
    margin-bottom: 15px;
  }
}
.news-pagetitle .date {
  margin-right: 15px;
}
.news-pagetitle .category {
  width: 130px;
  text-align: center;
  background: #e7e4dc;
  border-radius: 20px;
  display: inline-block;
  padding: 0 10px;
}
.news-pagetitle-main {
  font-size: 38px;
}
@media screen and (max-width: 787px) {
  .news-pagetitle-main {
    font-size: 26px;
  }
}
.news-content {
  width: calc(100% - 40px);
  margin: 0 auto 80px;
  max-width: 750px;
}
@media screen and (max-width: 787px) {
  .news-content {
    margin: 0 auto 40px;
  }
}
.news-content p {
  line-height: 2.2;
  letter-spacing: 0.05em;
  margin: 40px 0;
}
.news-content img {
  width: 100%;
  height: auto;
  margin: 40px 0;
}
.news-content a {
  color: #40aecc;
  border-bottom: 1px solid #40aecc;
}
.activity .topActivity-list {
  width: 100%;
}
@media screen and (max-width: 787px) {
  .activity .topActivity-list-item {
    width: 100%;
  }
}
.activity .singlePageNav {
  width: 100%;
  max-width: none;
  margin: 0 auto;
}
.activity-keyvisual {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 787px) {
  .activity-keyvisual {
    margin-bottom: 40px;
  }
}
.activity-keyvisual .deco_1 {
  bottom: 68%;
}
@media screen and (max-width: 787px) {
  .activity-keyvisual .deco_1 {
    bottom: 75%;
  }
}
.activity-keyvisual .deco_2 {
  top: 80%;
  z-index: 1;
}
@media screen and (max-width: 787px) {
  .activity-keyvisual .deco_2 {
    top: 85%;
  }
}
.activity-titlesec {
  padding: 250px 0 55px;
  margin: 0 auto;
}
@media screen and (max-width: 787px) {
  .activity-titlesec {
    padding: 150px 0 40px;
  }
}
.activity-titlesec .main {
  font-size: 38px;
  padding-left: 20px;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 787px) {
  .activity-titlesec .main {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.activity-titlesec .main:before {
  content: "";
  background: #40aecc;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  border-radius: 3px;
}
.activity-titlesec .name {
  font-weight: 700;
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 787px) {
  .activity-titlesec .name {
    font-size: 17px;
  }
}
.activity-titlesec .tag {
  display: flex;
  flex-wrap: wrap;
}
.activity-titlesec .tag li {
  font-weight: 700;
}
@media screen and (max-width: 787px) {
  .activity-titlesec .tag li {
    font-size: 13px;
  }
}
.activity-titlesec .tag li:not(:last-child) {
  margin-right: 15px;
}
@media screen and (max-width: 787px) {
  .activity-titlesec .tag li:not(:last-child) {
    margin-right: 10px;
  }
}
.activity-titlesec .tag li:before {
  content: "#";
}
.activity-mainimg {
  width: 100%;
  aspect-ratio: 4.5/3;
  overflow: hidden;
}
.activity-mainimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 787px) {
  .activity .lowcontent-left {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 787px) {
  .activity .lowcontent-right {
    order: -1;
    margin-bottom: 40px;
  }
}
.activity-content h2 {
  font-size: 38px;
  line-height: 1.5;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 787px) {
  .activity-content h2 {
    font-size: 24px;
    padding-bottom: 30px;
  }
}
.activity-content h2:first-child {
  margin: 0 0 20px;
}
@media screen and (max-width: 787px) {
  .activity-content h2:first-child {
    margin: 0 0 30px;
  }
}
.activity-content h2:not(:first-child) {
  margin: 80px 0 20px;
}
@media screen and (max-width: 787px) {
  .activity-content h2:not(:first-child) {
    margin: 50px 0 30px;
  }
}
.activity-content h2:after {
  content: "";
  background: #40aecc;
  width: 120px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 787px) {
  .activity-content h2:after {
    height: 3px;
    width: 80px;
  }
}
.activity-content h3 {
  font-size: 30px;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 787px) {
  .activity-content h3 {
    font-size: 20px;
    padding-left: 20px;
  }
}
.activity-content h3:first-child {
  margin: 0 0 30px;
}
@media screen and (max-width: 787px) {
  .activity-content h3:first-child {
    margin: 0 0 20px;
  }
}
.activity-content h3:not(:first-child) {
  margin: 80px 0 30px;
}
@media screen and (max-width: 787px) {
  .activity-content h3:not(:first-child) {
    margin: 50px 0 20px;
  }
}
.activity-content h3:before {
  content: "";
  background: #40aecc;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 0;
}
@media screen and (max-width: 787px) {
  .activity-content h3:before {
    width: 8px;
    height: 8px;
    top: 10px;
  }
}
.activity-content h4 {
  color: #40aecc;
  font-size: 22px;
}
@media screen and (max-width: 787px) {
  .activity-content h4 {
    font-size: 19px;
  }
}
.activity-content h4:first-child {
  margin: 0 0 20px;
}
@media screen and (max-width: 787px) {
  .activity-content h4:first-child {
    margin: 0 0 15px;
  }
}
.activity-content h4:not(:first-child) {
  margin: 40px 0 20px;
}
@media screen and (max-width: 787px) {
  .activity-content h4:not(:first-child) {
    margin: 20px 0 10px;
  }
}
.activity-content p {
  margin: 20px 0;
  line-height: 2;
}
@media screen and (max-width: 787px) {
  .activity-content p {
    margin: 10px 0;
  }
}
.activity-content img {
  width: 100%;
  height: auto;
  margin: 40px 0;
}
@media screen and (max-width: 787px) {
  .activity-content img {
    margin: 20px 0;
  }
}
.activity-content a {
  color: #40aecc;
  text-decoration: underline;
}
.activity-content .wp-element-caption {
  margin: -30px 0 0;
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (max-width: 787px) {
  .activity-content .wp-element-caption {
    margin: -10px 0 0;
  }
}
.activity-whitebg {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  margin: 40px 0;
}
@media screen and (max-width: 787px) {
  .activity-whitebg {
    padding: 30px 20px;
  }
}
.activity-whitebg-title {
  color: #40aecc;
  font-size: 22px;
}
@media screen and (max-width: 787px) {
  .activity-whitebg-title {
    font-size: 19px;
  }
}
.activity-whitebg-title:first-child {
  margin: 0 0 20px;
}
@media screen and (max-width: 787px) {
  .activity-whitebg-title:first-child {
    margin: 0 0 15px;
  }
}
.activity-whitebg-title:not(:first-child) {
  margin: 40px 0 20px;
}
@media screen and (max-width: 787px) {
  .activity-whitebg-title:not(:first-child) {
    margin: 40px 0 10px;
  }
}
.activity-whitebg-table,
.activity-whitebg-table tbody {
  width: 100%;
}
.activity-whitebg-table tr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
}
@media screen and (max-width: 787px) {
  .activity-whitebg-table tr {
    padding: 15px 0;
  }
}
.activity-whitebg-table tr:first-child {
  border-top: 1px solid #e6e6e6;
}
.activity-whitebg-table th {
  width: 150px;
  text-align-last: left;
}
@media screen and (max-width: 787px) {
  .activity-whitebg-table th {
    width: 100%;
    font-size: 16px;
    margin-bottom: 3px;
  }
}
.activity-whitebg-table td {
  width: calc(100% - 180px);
}
@media screen and (max-width: 787px) {
  .activity-whitebg-table td {
    width: 100%;
  }
}
.activity-whitebg-table a {
  color: #1d1d1d;
  text-decoration: underline;
  transition: 0.3s;
}
@media screen and (min-width: 787px) {
  .activity-whitebg-table a:hover {
    background: #3296c0;
    color: #fff;
  }
}
.activity-whitebg iframe {
  width: 100%;
  height: 350px;
}
@media screen and (max-width: 787px) {
  .activity-whitebg iframe {
    height: 220px;
  }
}
.activity-coupon {
  position: relative;
}
.activity-coupon-text {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: fit-content;
}
@media screen and (max-width: 787px) {
  .activity-coupon-text {
    padding: 20px;
  }
}
.activity-coupon-textinner {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 787px) {
  .activity-coupon-textinner {
    padding: 25px;
  }
}
.activity-coupon-textinner span {
  display: block;
  width: fit-content;
  text-align: center;
  width: 100%;
  line-height: 1;
}
.activity-coupon-textinner span.text1 {
  font-size: 35px;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 787px) {
  .activity-coupon-textinner span.text1 {
    font-size: 25px;
  }
}
.activity-coupon-textinner span.text1:after {
  content: "";
  width: 100px;
  height: 2px;
  border-bottom: 2px dotted #40aecc;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
.activity-coupon-textinner span.text2 {
  font-size: 20px;
  line-height: 1.5 !important;
  margin-bottom: 10px;
}
@media screen and (max-width: 787px) {
  .activity-coupon-textinner span.text2 {
    font-size: 16px;
  }
}
.activity-coupon-textinner span.text3 {
  font-size: 55px;
}
@media screen and (max-width: 787px) {
  .activity-coupon-textinner span.text3 {
    font-size: 40px;
  }
}
.activity-coupon-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.activity-coupon-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.activity-btn {
  margin: 60px 0;
  text-align: center;
  border-bottom: 1px solid #ddd8cc;
  padding-bottom: 60px;
}
@media screen and (max-width: 787px) {
  .activity-btn {
    margin: 40px 0;
    padding-bottom: 40px;
  }
}
.activity-btn a {
  background: #a4d6eb;
  padding: 20px 80px;
  display: inline-block;
  border-radius: 60px;
  color: #1d1d1d;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 787px) {
  .activity-btn a {
    padding: 20px 100px;
  }
}
@media screen and (min-width: 787px) {
  .activity-btn a:hover {
    background: #3296c0;
    color: #fff;
  }
}
.contact-toptextwrap {
  padding-bottom: 60px;
  border-bottom: 1px solid #ddd8cc;
  margin-bottom: 60px;
  width: 100%;
}
@media screen and (max-width: 787px) {
  .contact-toptextwrap {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
}
.contact-toptext {
  background: #fcfaf7;
  color: #e15858;
  padding: 40px;
  border-radius: 10px;
  font-size: 18px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 787px) {
  .contact-toptext {
    font-size: 16px;
    padding: 25px;
    line-height: 1.6;
    font-weight: 700;
  }
}
.contact-title {
  font-size: 23px;
  text-align: center;
  width: 100%;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 787px) {
  .contact-title {
    font-size: 19px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.contact-title:after {
  content: "";
  background: #a4d6eb;
  width: 50px;
  height: 3px;
  border-radius: 2px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
}
.contact-step {
  width: 100%;
  max-width: 280px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 787px) {
  .contact-step {
    max-width: 240px;
    margin: 0 auto 30px;
  }
}
.contact-step li {
  background: #dedede;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.contact-step li:not(:last-child) {
  position: relative;
}
.contact-step li:not(:last-child):after {
  content: "";
  width: 30px;
  height: 2px;
  background: #ddd8cc;
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  transform: translateY(-50%);
}
@media screen and (max-width: 787px) {
  .contact-step li:not(:last-child):after {
    width: 16px;
    left: calc(100% + 8px);
  }
}
.contact-step li:not(:last-child).on:after {
  background: #a4d6eb;
}
.contact-step li.on {
  background: #a4d6eb;
}
.contact-form {
  width: 100%;
  margin-top: 30px;
}
.contact-form label {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 787px) {
  .contact-form label {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
.contact-form .title {
  width: 200px;
  font-weight: 700;
  margin: 20px 0 0;
}
@media screen and (max-width: 787px) {
  .contact-form .title {
    width: 100%;
    margin: 0 0 5px;
  }
}
.contact-form .red {
  color: #e15858;
}
.contact-form .wpcf7-form-control-wrap {
  width: calc(100% - 200px);
}
@media screen and (max-width: 787px) {
  .contact-form .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.contact-form input,
.contact-form textarea {
  background: #fcfaf7;
  border: none;
  padding: 20px;
  width: 100%;
  display: block;
  border-radius: 10px;
  font-size: 16px;
}
.contact-form ::placeholder {
  color: #1d1d1d33;
}
.contact-form .btnWrap {
  display: flex;
  justify-content: space-around;
  margin-top: 60px;
}
@media screen and (max-width: 787px) {
  .contact-form .btn {
    width: 47%;
  }
}
.contact-form .btn input {
  background: #a4d6eb;
  padding: 20px 80px;
  border-radius: 60px;
  cursor: pointer;
}
@media screen and (max-width: 787px) {
  .contact-form .btn input {
    padding: 20px 0;
    font-size: 14px;
  }
}
.contact-form .btn.back input {
  background: #d8d8d8;
}
.contact-form-thanks {
  text-align: center;
  font-size: 23px;
  margin-bottom: 30px;
}
@media screen and (max-width: 787px) {
  .contact-form-thanks {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
.contact-form .tac {
  text-align: center;
}
.contact-form .topbtn {
  background: #a4d6eb;
  padding: 20px 80px;
  border-radius: 60px;
  margin: 40px auto 0;
  display: inline-block;
}
@media screen and (max-width: 787px) {
  .contact-form .topbtn {
    margin-top: 20px;
  }
}
.confirmsec .contact-form .title {
  margin: 0;
}
.confirmsec .contact-form label {
  margin: 40px 0 0;
}
@media screen and (max-width: 787px) {
  .confirmsec .contact-form label {
    margin: 20px 0 0;
  }
}
.coupon-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.coupon-list li {
  width: calc(33.3333333333% - 20px);
  margin-bottom: 40px;
  display: block;
  background: #fff;
  border-radius: 15px;
}
@media screen and (max-width: 1000px) {
  .coupon-list li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 787px) {
  .coupon-list li {
    width: 100%;
  }
}
.coupon-list li:nth-child(4n) {
  border: 6px solid #40aecc;
}
.coupon-list li:nth-child(4n) .deco {
  filter: drop-shadow(2px 3px 0px #40aecc);
}
.coupon-list li:nth-child(4n) .main {
  color: #40aecc;
}
.coupon-list li:nth-child(4n) .category {
  background: #40aecc;
}
.coupon-list li:nth-child(4n) .couponbottom a {
  background: #40aecc;
}
.coupon-list li:nth-child(4n + 1) {
  border: 6px solid #f29f3d;
}
.coupon-list li:nth-child(4n + 1) .deco {
  filter: drop-shadow(2px 3px 0px #f29f3d);
}
.coupon-list li:nth-child(4n + 1) .main {
  color: #f29f3d;
}
.coupon-list li:nth-child(4n + 1) .category {
  background: #f29f3d;
}
.coupon-list li:nth-child(4n + 1) .couponbottom a {
  background: #f29f3d;
}
.coupon-list li:nth-child(4n + 2) {
  border: 6px solid #dc5d65;
}
.coupon-list li:nth-child(4n + 2) .deco {
  filter: drop-shadow(2px 3px 0px #dc5d65);
}
.coupon-list li:nth-child(4n + 2) .main {
  color: #dc5d65;
}
.coupon-list li:nth-child(4n + 2) .category {
  background: #dc5d65;
}
.coupon-list li:nth-child(4n + 2) .couponbottom a {
  background: #dc5d65;
}
.coupon-list li:nth-child(4n + 3) {
  border: 6px solid #50bf3f;
}
.coupon-list li:nth-child(4n + 3) .deco {
  filter: drop-shadow(2px 3px 0px #50bf3f);
}
.coupon-list li:nth-child(4n + 3) .main {
  color: #50bf3f;
}
.coupon-list li:nth-child(4n + 3) .category {
  background: #50bf3f;
}
.coupon-list li:nth-child(4n + 3) .couponbottom a {
  background: #50bf3f;
}
.coupon-list .img {
  width: 100%;
  height: 200px;
}
.coupon-list .img img {
  border-radius: 9px 9px 0 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.coupon-list .deco {
  margin: -15px auto 0;
  display: block;
  width: fit-content;
}
.coupon-list .textbox {
  padding: 25px;
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 787px) {
  .coupon-list .textbox {
    height: auto;
  }
}
@media screen and (max-width: 787px) {
  .coupon-list .textbox > div {
    width: 100%;
  }
}
.coupon-list .textbox .category {
  text-align: center;
  display: block;
  font-weight: 700;
  color: #fff;
  border-radius: 20px;
  width: fit-content;
  margin: 0 auto 15px;
  padding: 0 20px;
  font-size: 13px;
}
.coupon-list .textbox .sub {
  font-size: 17px;
  display: block;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 787px) {
  .coupon-list .textbox .sub {
    font-size: 16px;
  }
}
.coupon-list .textbox .main {
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 15px;
  display: block;
  font-weight: 700;
  text-align: center;
}
.coupon-list .textbox p {
  line-height: 1.5;
  font-size: 14px;
}
.coupon-list .textbox p:not(:last-child) {
  margin-bottom: 10px;
}
.coupon-list .textbox a {
  font-size: 13px;
  border-bottom: 1px solid #ddd;
}
.coupon-list .couponbottom {
  text-align: center;
}
.coupon-list .couponbottom .line {
  display: block;
  width: 100%;
  border-bottom: 2px dashed #ddd;
  position: relative;
}
.coupon-list .couponbottom .line:before,
.coupon-list .couponbottom .line:after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f4efe3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.coupon-list .couponbottom .line:before {
  left: -20px;
}
.coupon-list .couponbottom .line:after {
  right: -20px;
}
.coupon-list .couponbottom a {
  display: inline-block;
  background: #333;
  padding: 15px 0;
  width: 80%;
  border-radius: 40px;
  color: #fff;
  margin: 20px auto;
  font-weight: 700;
  line-height: 1.3;
}
.modelcourse_list-ul li:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 787px) {
  .modelcourse_list-ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.modelcourse_list-ul a {
  display: block;
  background: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  height: 350px;
  align-items: center;
}
@media screen and (max-width: 787px) {
  .modelcourse_list-ul a {
    flex-wrap: wrap;
    height: auto;
  }
}
.modelcourse_list-ul .img {
  width: 40%;
  height: 350px;
}
@media screen and (max-width: 787px) {
  .modelcourse_list-ul .img {
    width: 100%;
    height: 200px;
  }
}
.modelcourse_list-ul .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modelcourse_list-ul .textbox {
  width: 60%;
  padding: 60px 50px;
}
@media screen and (max-width: 787px) {
  .modelcourse_list-ul .textbox {
    width: 100%;
    padding: 30px 25px;
  }
}
.modelcourse_list-ul .textbox .title {
  font-size: 30px;
  color: #40aecc;
  margin-bottom: 20px;
  font-weight: 700;
  display: block;
  line-height: 1.4;
}
@media screen and (max-width: 787px) {
  .modelcourse_list-ul .textbox .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.modelcourse_list-ul .textbox .body {
  color: #a0a0a0;
  margin-bottom: 20px;
  line-height: 1.5;
}
.modelcourse_list-ul .textbox .root {
  display: flex;
}
.modelcourse_list-ul .textbox .root p {
  line-height: 1.5;
  margin-left: 10px;
}
.modelcourse-kv-inner {
  width: 80%;
  margin: 120px auto 40px;
}
@media screen and (max-width: 787px) {
  .modelcourse-kv-inner {
    margin: 40px auto;
    width: 90%;
  }
}
.modelcourse-kv-inner .root {
  display: flex;
  align-items: center;
}
.modelcourse-kv-inner .root p {
  margin-left: 10px;
}
.modelcourse .lowkeyvisual {
  width: 100%;
  padding: 150px 0 120px;
  position: relative;
}
@media screen and (max-width: 787px) {
  .modelcourse .lowkeyvisual {
    padding: 110px 0 40px;
  }
}
.modelcourse .lowkeyvisual .textAnimaWrap {
  display: inline-block;
}
.modelcourse .lowkeyvisual-title {
  padding: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 787px) {
  .modelcourse .lowkeyvisual-title {
    padding: 0;
    margin-bottom: 10px;
  }
}
.modelcourse .lowkeyvisual-title:after {
  content: none;
}
.modelcourse .lowkeyvisual-title span {
  font-size: 38px;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 787px) {
  .modelcourse .lowkeyvisual-title span {
    font-size: 24px;
  }
}
.modelcourse .lowkeyvisual-img {
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 0;
  margin: 0;
}
@media screen and (max-width: 787px) {
  .modelcourse .lowkeyvisual-img {
    height: 200px;
  }
}
.modelcourse .lowkeyvisual-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modelcourse-intro {
  width: calc(100% - 80px);
  margin-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 787px) {
  .modelcourse-intro {
    width: calc(100% - 20px);
    margin: 0 auto 60px;
  }
}
.modelcourse-intro .main {
  color: #40aecc;
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 60px;
}
@media screen and (max-width: 787px) {
  .modelcourse-intro .main {
    font-size: 21px;
    margin-bottom: 30px;
  }
}
.modelcourse-intro .body {
  width: 75%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 787px) {
  .modelcourse-intro .body {
    width: 100%;
  }
}
.modelcourse-intro .body span {
  color: #40aecc;
  font-weight: 700;
  display: block;
}
.modelcourse-intro .body p,
.modelcourse-intro .body span {
  line-height: 2.2;
  font-size: 17px;
}
@media screen and (max-width: 787px) {
  .modelcourse-intro .body p,
  .modelcourse-intro .body span {
    font-size: 15px;
    line-height: 1.9;
  }
}
.modelcourse-intro .body p:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 787px) {
  .modelcourse-intro .body p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.modelcourse-nav {
  background: #e6e0d0;
  padding: 120px 20px;
  margin-bottom: 120px;
}
@media screen and (max-width: 787px) {
  .modelcourse-nav {
    padding: 50px 20px;
    margin-bottom: 60px;
  }
}
.modelcourse-nav.column4 .modelcourse-nav-inner {
  max-width: 1000px;
}
.modelcourse-nav.column4 .modelcourse-nav-inner li {
  width: calc(25% - 20px);
}
@media screen and (max-width: 787px) {
  .modelcourse-nav.column4 .modelcourse-nav-inner li {
    width: calc(50% - 8px);
  }
}
.modelcourse-nav-inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.modelcourse-nav-title {
  color: #40aecc;
  font-size: 27px;
  margin-bottom: 20px;
}
@media screen and (max-width: 787px) {
  .modelcourse-nav-title {
    font-size: 22px;
  }
}
.modelcourse-nav .date {
  background: #40aecc;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 4px 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.05rem;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 787px) {
  .modelcourse-nav .date {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.modelcourse-nav-list {
  width: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
}
.modelcourse-nav-list:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 787px) {
  .modelcourse-nav-list:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 787px) {
  .modelcourse-nav-list {
    flex-wrap: wrap;
  }
}
.modelcourse-nav-list li {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 787px) {
  .modelcourse-nav-list li {
    width: calc(50% - 8px);
    margin-bottom: 15px;
  }
}
.modelcourse-nav-list li:not(:last-child) a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10%;
  transform: translateY(-50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 17.3205080757px solid #999999;
}
@media screen and (max-width: 787px) {
  .modelcourse-nav-list li:not(:last-child) a:after {
    right: -12px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 8.6602540378px solid #999999;
  }
}
.modelcourse-nav-list a {
  width: 100%;
  background: #fff;
  display: block;
  border-radius: 10px;
  padding: 12px;
  position: relative;
}
.modelcourse-nav-list .spot {
  color: #888;
  margin-left: 5px;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 787px) {
  .modelcourse-nav-list .spot {
    font-size: 12px;
  }
}
.modelcourse-nav-list .name {
  color: #40aecc;
  display: block;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 10px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 787px) {
  .modelcourse-nav-list .name {
    height: 70px;
    font-size: 12px;
  }
}
.modelcourse-nav-list .img {
  width: 100%;
  height: 120px;
}
@media screen and (max-width: 787px) {
  .modelcourse-nav-list .img {
    height: 90px;
  }
}
.modelcourse-nav-list .img img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.modelcourse-contents {
  margin-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 787px) {
  .modelcourse-contents {
    margin-bottom: 80px;
  }
}
.modelcourse-contents:after {
  content: "";
  border-left: 2px dashed #b1b1b1;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
}
.modelcourse-contents > * {
  display: block;
  margin: 0 auto;
}
.modelcourse-contents > *:not(:last-child) {
  margin: 0 auto 40px;
}
@media screen and (max-width: 787px) {
  .modelcourse-contents > *:not(:last-child) {
    margin: 0 auto 20px;
  }
}
.modelcourse-contents .bgblue {
  background: #40aecc;
  color: #fff;
  text-align: center;
  width: fit-content;
  padding: 8px 50px;
  border-radius: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: 17px;
}
@media screen and (max-width: 787px) {
  .modelcourse-contents .bgblue {
    font-size: 15px;
  }
}
.modelcourse-contents .bgblue i {
  margin-right: 10px;
}
.modelcourse-contents .arrow {
  display: block;
  height: 25.9807621135px;
  width: 30px;
  clip-path: polygon(0% 0, 100% 0%, 50% 100%);
  background: #40aecc;
}
@media screen and (max-width: 787px) {
  .modelcourse-contents .arrow {
    height: 21.6506350946px;
    width: 25px;
  }
}
.modelcourse-contents .soptbox {
  background: #fff;
  border-radius: 10px;
  padding: 90px 60px;
  margin-top: 90px;
  position: relative;
}
@media screen and (max-width: 787px) {
  .modelcourse-contents .soptbox {
    padding: 25px 25px 30px;
    margin-top: 40px;
  }
}
.modelcourse-contents .soptbox .sopt {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #40aecc;
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (max-width: 787px) {
  .modelcourse-contents .soptbox .sopt {
    width: 70px;
    height: 70px;
    top: -25px;
  }
}
.modelcourse-contents .soptbox .sopt span {
  display: block;
  width: 100%;
  line-height: 1;
  font-weight: 700;
}
.modelcourse-contents .soptbox .sopt span:first-child {
  font-size: 17px;
  color: #888;
}
@media screen and (max-width: 787px) {
  .modelcourse-contents .soptbox .sopt span:first-child {
    font-size: 13px;
  }
}
.modelcourse-contents .soptbox .sopt span:last-child {
  font-size: 40px;
  color: #40aecc;
}
@media screen and (max-width: 787px) {
  .modelcourse-contents .soptbox .sopt span:last-child {
    font-size: 30px;
  }
}
.modelcourse-contents .soptbox-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.modelcourse-contents .soptbox-top .text {
  width: 47%;
}
@media screen and (max-width: 787px) {
  .modelcourse-contents .soptbox-top .text {
    width: 100%;
  }
}
.modelcourse-contents .soptbox-top .img {
  width: 47%;
}
@media screen and (max-width: 787px) {
  .modelcourse-contents .soptbox-top .img {
    width: 100%;
    order: -1;
    margin-bottom: 25px;
  }
}
.modelcourse-contents .soptbox-top .main {
  color: #40aecc;
  font-size: 33px;
  margin-bottom: 20px;
}
@media screen and (max-width: 787px) {
  .modelcourse-contents .soptbox-top .main {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.modelcourse-contents .soptbox-top p {
  line-height: 2;
  margin-bottom: 30px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 787px) {
  .modelcourse-contents .soptbox-top p {
    margin-bottom: 20px;
    line-height: 1.7;
  }
}
.modelcourse-contents .soptbox-top .time {
  display: flex;
}
.modelcourse-contents .soptbox-top .time span {
  display: inline-block;
}
@media screen and (max-width: 787px) {
  .modelcourse-contents .soptbox-top .time span {
    font-size: 14px;
  }
}
.modelcourse-contents .soptbox-top .time span:first-child {
  background: #b69e7d;
  color: #fff;
  border-radius: 30px;
  margin-right: 10px;
  padding: 0 15px;
}
.modelcourse-contents .soptbox-top .btnsec {
  margin-top: 30px;
  display: flex;
  gap: 8px 5px;
  flex-wrap: wrap;
}
.modelcourse-contents .soptbox-top a {
  display: inline-block;
  background: #a4d6eb;
  text-align: center;
  padding: 12px 25px;
  border-radius: 40px;
}
@media screen and (max-width: 787px) {
  .modelcourse-contents .soptbox-top a {
    padding: 10px 25px;
  }
}
.modelcourse-contents .soptbox .slideimg {
  margin: 80px 0 0;
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (max-width: 787px) {
  .modelcourse-contents .soptbox .slideimg {
    margin: 40px 0 0;
  }
}
.modelcourse-contents .soptbox .slideimg swiper-container {
  overflow: visible !important;
}
.modelcourse-contents .soptbox .slideimg .swiper {
  overflow: visible !important;
}
.modelcourse-contents .soptbox .slideimg img {
  width: 100%;
}
.modelcourse-contents .soptbox .stopdate {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.modelcourse-contents .soptbox .stopdate:nth-child(4) {
  margin-top: 80px;
}
@media screen and (max-width: 787px) {
  .modelcourse-contents .soptbox .stopdate:nth-child(4) {
    margin-top: 40px;
  }
}
.modelcourse-contents .soptbox .stopdate:not(:last-child) {
  margin-bottom: 40px;
}
.modelcourse-contents .soptbox .stopdate .text {
  width: 50%;
}
@media screen and (max-width: 787px) {
  .modelcourse-contents .soptbox .stopdate .text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.modelcourse-contents .soptbox .stopdate .name {
  color: #888;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 787px) {
  .modelcourse-contents .soptbox .stopdate .name {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.modelcourse-contents .soptbox .stopdate-list li {
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #bdbdbd;
  align-items: baseline;
}
@media screen and (max-width: 787px) {
  .modelcourse-contents .soptbox .stopdate-list li {
    padding: 8px 0;
  }
}
.modelcourse-contents .soptbox .stopdate-list span {
  background: #b69e7d;
  width: 100px;
  border-radius: 20px;
  color: #fff;
  margin-right: 25px;
  text-align: center;
}
@media screen and (max-width: 787px) {
  .modelcourse-contents .soptbox .stopdate-list span {
    font-size: 13px;
    width: 80px;
    margin-right: 15px;
  }
}
.modelcourse-contents .soptbox .stopdate-list p {
  width: calc(100% - 100px);
  line-height: 1.4;
}
@media screen and (max-width: 787px) {
  .modelcourse-contents .soptbox .stopdate-list p {
    width: calc(100% - 80px);
  }
}
.modelcourse-contents .soptbox .stopdate .map {
  width: 45%;
}
@media screen and (max-width: 787px) {
  .modelcourse-contents .soptbox .stopdate .map {
    width: 100%;
  }
}
.modelcourse-contents .soptbox .stopdate .map iframe {
  width: 100%;
  height: 250px;
}
@media screen and (max-width: 787px) {
  .modelcourse-contents .soptbox .stopdate .map iframe {
    height: 200px;
  }
}
.othercourse {
  margin-bottom: 120px;
}
@media screen and (max-width: 787px) {
  .othercourse {
    margin-bottom: 60px;
  }
}
.othercourse-title {
  font-size: 24px;
  border-left: 3px solid #40aecc;
  padding-left: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 787px) {
  .othercourse-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
/* パンくずリストを横並びに */
.breadcrumb__list {
  margin-bottom: 20px;
}
.breadcrumb__list li {
  display: inline;
  margin-right: 5px;
  font-size: 0.9em;
}

/* 「>>」を自動で追加 */
.breadcrumb__list li::after {
  content: " >>";
  margin-left: 5px;
}

/* 最後の項目だけ「>>」を消す */
.breadcrumb__list li:last-child::after {
  content: "";
}
.mt30 {
  margin-top: 30px;
}

.wp-block-button .wp-block-button__link {
  background-color: #fff !important;
  margin-top: 1em;
}
