@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: 500;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  /* -webkit-appearance: none; 1 */
  /* appearance: none; */
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 500;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  overflow-y: auto;
}

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

p {
  margin-bottom: 1rem;
  line-height: 1.875;
}

main {
  background-color: #F5F6FA;
  padding-bottom: 3rem;
}
main p.text-center {
  text-align: center;
}
main p.font-medium {
  font-weight: 500;
}
main p.font-semibold {
  font-weight: 600;
}
main p.font-bold {
  font-weight: bold;
}
main ul.wp-block-list {
  list-style-position: outside;
  list-style-type: disc;
  margin: 5px 0 1.5rem 1.5rem;
}
main ul.wp-block-list li {
  line-height: 1.875;
}
main ul.wp-block-list li:not(:last-child) {
  margin-bottom: 8px;
}
main ul.wp-block-list li::marker {
  color: #F0B522;
  font-size: 1rem;
}
main ol {
  margin: 5px 0 1.5rem 1.5rem;
  list-style-type: decimal;
  /* デフォルトの番号表示 */
  list-style-position: outside;
  /* 番号をリスト項目内側に配置 */
}
main ol li {
  line-height: 1.875;
}
main ol li::marker {
  color: #F06622;
}
main .wp-block-embed-youtube {
  margin: 4rem 0;
}
main .wp-block-embed-youtube iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
main hr,
main hr.wp-block-separator {
  margin: 4rem 0;
  border: solid 1px #ccc;
}
main .wp-block-group.is-layout-grid {
  gap: 20px;
}
@media screen and (max-width: 767px) {
  main .wp-block-column img {
    margin-left: auto;
    margin-right: auto;
  }
}
main figure.wp-block-image.rad-10 img {
  border-radius: 10px;
}
main figcaption {
  font-size: 0.8rem;
  line-height: 1.4;
}

.pc-only {
  display: block;
}

.mobile-only {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pc-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}
.admin-bar header#site-header-pc {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar header#site-header-sp {
    top: 46px;
  }
}
header#site-header-pc {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid #929292;
}
@media screen and (max-width: 1024px) {
  header#site-header-pc {
    display: none;
  }
}
header#site-header-pc .site-header-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

.site-logo {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 10px;
}
@media (max-width: 1060px) {
  .site-logo {
    font-size: 16px;
  }
}
.site-logo a {
  display: flex;
  align-items: center;
}
.site-logo a .logo {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.site-logo a .logo img {
  width: 100%;
  height: auto;
}

.header-side {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .header-side {
    gap: 5px;
  }
}

.gnav ul {
  display: flex;
}
.gnav ul > li {
  text-align: center;
}
.gnav ul > li a {
  color: #000;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding-inline: 20px;
}
@media (max-width: 1340px) {
  .gnav ul > li a {
    padding-inline: 10px;
  }
}
@media (max-width: 1195px) {
  .gnav ul > li a {
    padding-inline: 7px;
    font-size: 14px;
  }
}
@media (max-width: 1040px) {
  .gnav ul > li a {
    padding-inline: 7px;
    font-size: 13px;
  }
}
.gnav ul > li a:hover {
  color: #153499;
}
.gnav ul > li.menu-item-has-children {
  position: relative;
  cursor: pointer;
}
.gnav ul > li.menu-item-has-children > a::after {
  content: "\f107";
  display: inline-block;
  margin-left: 0.25em;
  color: #153499;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
}
.gnav ul > li.menu-item-has-children ul.sub-menu {
  position: absolute;
  top: 49px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  min-width: 150px;
  background: #153499;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease;
  flex-direction: column;
  gap: 0;
}
.gnav ul > li.menu-item-has-children ul.sub-menu li {
  margin-right: 0;
  text-align: left;
}
.gnav ul > li.menu-item-has-children ul.sub-menu li a {
  padding: 20px 16px;
  font-size: 15px;
  color: white;
  display: block;
  border-bottom: 1px solid white;
}
.gnav ul > li.menu-item-has-children ul.sub-menu li a:hover {
  background: #10297a;
}
.gnav ul > li.menu-item-has-children ul.sub-menu li a:after {
  display: none;
}
.gnav ul > li.menu-item-has-children ul.sub-menu li:last-child a {
  border-bottom: none;
}
.gnav ul > li.menu-item-has-children:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
}

.gnav ul .gnav ul li.current_page_item a,
.gnav ul li.current-menu-item a {
  color: #153499;
}

.head-btn {
  display: flex;
  gap: 10px;
  padding-right: 8px;
}
.head-btn a {
  font-weight: 600;
  font-size: 11px;
  width: 90px;
  height: 68px;
  transition: 0.7s;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 1160px) {
  .head-btn a {
    width: 80px;
    height: 58px;
  }
}
.head-btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.head-btn a.member {
  background-color: #153499;
}
.head-btn a.member::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url("images/i_member.png") no-repeat center/contain;
}
.head-btn a.member:hover {
  background-color: white;
  color: #153499;
  border: 1px solid #153499;
}
.head-btn a.member:hover::before {
  background: url("images/i_b_member.png") no-repeat center/contain;
}
.head-btn a.contact {
  background-color: #F06622;
}
.head-btn a.contact::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url("images/i_mail.png") no-repeat center/contain;
}
.head-btn a.contact:hover {
  background-color: white;
  color: #F06622;
  border: 1px solid #F06622;
}
.head-btn a.contact:hover::before {
  background: url("images/i_or_mail.png") no-repeat center/contain;
}

header#site-header-sp {
  display: none;
  transition: transform 0.4s ease;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  header#site-header-sp {
    display: block;
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #153499;
  }
}
header#site-header-sp.is-hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 350px) {
  header#site-header-sp h1.site-logo {
    font-size: 0.8rem;
  }
}
header#site-header-sp .site-header-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
}
header#site-header-sp #header-nav-toggle {
  display: flex;
}
header#site-header-sp #header-nav-toggle > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  gap: 6px;
  color: white;
  width: 60px;
  height: 70px;
  font-weight: bold;
}
header#site-header-sp #header-nav-toggle > div::before {
  content: "";
  display: block;
}
header#site-header-sp #header-nav-toggle > div.member-btn {
  background-color: #153499;
}
header#site-header-sp #header-nav-toggle > div.member-btn:before {
  width: 28px;
  height: 28px;
  background: url("images/i_member.png") no-repeat center/contain;
}
header#site-header-sp #header-nav-toggle > div#toggle_menu {
  background-color: #F06622;
}
header#site-header-sp #header-nav-toggle > div#toggle_menu:before {
  width: 28px;
  height: 28px;
  background: url("images/i_bar.png") no-repeat center/contain;
}
header#site-header-sp #header-nav-toggle > div#toggle_menu.active:before {
  background: url("images/i_close.png") no-repeat center/contain;
}

nav#sp-navs {
  /* 初期状態は非表示 */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  overflow-y: scroll;
  overscroll-behavior: none;
  width: 100vw;
  height: 100vh;
  background: #153499;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  color: white;
  padding-bottom: 3rem;
  -webkit-overflow-scrolling: touch;
}
nav#sp-navs.is-active {
  opacity: 1;
  visibility: visible;
}
nav#sp-navs #sp-bavs-header {
  border-bottom: 1px solid #f3f3f3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 5px 20px 5px 10px;
}
nav#sp-navs #sp-bavs-header .menu-close {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  gap: 6px;
}
nav#sp-navs #sp-bavs-header .menu-close img {
  width: 26px;
  height: 26px;
}
nav#sp-navs .sp-menu-wrap {
  padding: 2rem;
}
nav#sp-navs ul.nav_container {
  margin-bottom: 2rem;
  font-weight: 500;
}
nav#sp-navs ul.nav_container > li:not(.menu-item-has-children) {
  padding: 18px 25px 18px 10px;
  font-size: 18px;
  border-bottom: 1px dashed #2c50c7;
}
nav#sp-navs ul.nav_container > li:not(.menu-item-has-children):first-child {
  border-top: 1px dashed #2c50c7;
}
nav#sp-navs ul.nav_container > li:not(.menu-item-has-children) a {
  display: block;
  position: relative;
}
nav#sp-navs ul.nav_container > li:not(.menu-item-has-children) a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background: url("images/i_arrow_w.png") no-repeat center/contain;
}
nav#sp-navs ul.nav_container > li:not(.menu-item-has-children) a:hover {
  color: #F06622;
}
nav#sp-navs ul.nav_container > li.menu-item-has-children {
  position: relative;
  padding: 18px 25px 18px 10px;
  font-size: 18px;
  border-bottom: 1px dashed #2c50c7;
}
nav#sp-navs ul.nav_container > li.menu-item-has-children > a::before {
  display: block;
  position: absolute;
  top: 24px;
  right: 25px;
  content: "";
  width: 1rem;
  height: 1rem;
  background: url("images/i_arrow_w.png") no-repeat center/contain;
  transform: rotate(90deg);
}
nav#sp-navs ul.nav_container > li.menu-item-has-children > a.active::before {
  transform: rotate(-90deg);
}
nav#sp-navs ul.nav_container ul.sub-menu {
  display: none;
}
nav#sp-navs ul.nav_container ul.sub-menu > li > a {
  display: block;
  padding: 1rem 1rem 0.5rem 1rem;
  font-size: 16px;
  position: relative;
}
nav#sp-navs ul.nav_container ul.sub-menu > li > a::after {
  content: none;
}
nav#sp-navs ul.nav_container ul.sub-menu > li > a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("images/i_arrow_w.png") no-repeat center/contain;
  margin-right: 10px;
}
nav#sp-navs ul.nav_container ul.sub-menu > li > a:hover {
  color: #F06622;
}
nav#sp-navs ul.nav_container ul.sub-menu > li:first-child a {
  padding: 24px 1rem 0.5rem 1rem;
}
nav#sp-navs ul.nav_container ul.sub-menu > li:last-child a {
  padding: 1rem 1rem 0.7rem 1rem;
}
nav#sp-navs .sp-head-cta > div {
  margin-bottom: 2rem;
}
nav#sp-navs .sp-head-cta > div p {
  font-size: 0.875rem;
  color: white;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
nav#sp-navs .sp-head-cta > div:hover {
  opacity: 0.9;
}
nav#sp-navs .sp-head-cta a.sp-member-button {
  border-radius: 4px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  background: #4190DD;
  padding: 2rem;
  border-radius: 4px;
  font-size: 18px;
  position: relative;
  transition: 0.7s;
}
nav#sp-navs .sp-head-cta a.sp-member-button::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("images/i_member.png") no-repeat center/contain;
  margin-right: 0.5rem;
}
nav#sp-navs a.button-mail {
  width: 100%;
  margin-top: 10px;
  background: #F06622;
  padding: 2rem;
  text-align: left;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
nav#sp-navs a.button-mail:hover {
  color: white;
}
nav#sp-navs a.button-mail::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("images/i_mail.png") no-repeat center/contain;
  margin-right: 0.5rem;
}

@media (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
#cta {
  width: 100%;
}
#cta .cta-blue {
  background: #E1E7FA;
}
#cta .cta-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 3rem;
}
@media screen and (max-width: 1024px) {
  #cta .cta-container {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #cta .cta-container {
    padding: 3rem 0;
  }
}
#cta .cta-container .item {
  width: 48%;
}
#cta .cta-container .item .cta-ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #cta .cta-container .item {
    width: 100%;
  }
}
#cta .cta-container .item .cta-mail {
  width: 100%;
  max-width: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
#cta .cta-container .item .cta-mail .desc h3 {
  font-weight: 500;
  margin-bottom: 0.5rem;
}
#cta .cta-container .item .cta-mail .desc h3::before {
  display: inline-block;
  content: "";
  background: url(images/cta-mail.png) no-repeat center/contain;
  width: 28px;
  height: 20px;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  #cta .cta-container .item .cta-mail .desc h3::before {
    display: block;
    margin-inline: auto;
    margin-bottom: 1rem;
  }
}
#cta .cta-container .item .cta-mail .desc p {
  margin-bottom: 0;
}
#cta .cta-container .item .cta-mail .btn {
  width: 140px;
}
#cta .cta-container .item .cta-mail .l-circle-btn {
  background-color: #F06622;
  color: #fff;
  outline: 1px solid #F06622;
  outline-offset: 4px;
  padding-bottom: 30px;
}
#cta .cta-container .item .cta-mail .l-circle-btn:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translate(-50%);
  width: 36px;
  height: 20px;
  background: url(images/w_arrow.png) no-repeat center/contain;
  transition: background 0.3s;
  z-index: 3;
}
#cta .cta-container .item .cta-mail .l-circle-btn:after {
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  transition: transform ease 0.4s;
  z-index: -1;
  aspect-ratio: 1/1;
}
#cta .cta-container .item .cta-mail .l-circle-btn:hover {
  color: #F06622;
  outline: 0;
  outline-offset: 0;
}
#cta .cta-container .item .cta-mail .l-circle-btn:hover:before {
  background-image: url(images/or_arrow.png);
}
#cta .cta-container .item .cta-mail .l-circle-btn:hover:after {
  transform: translate(-50%, -50%) scale(1, 1);
  box-shadow: 0px 0px 15px 2px #F06622;
}
#cta .cta-container .item p.time {
  font-size: 14px;
  font-weight: 400;
  margin: 4px 0 0;
}
#cta .cta-btm-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  justify-content: center;
  align-items: stretch;
  gap: 0;
}
#cta .cta-btm-wrap > div {
  padding: 2rem 1rem;
}
#cta .cta-btm-wrap > div .inner {
  max-width: 465px;
  margin-inline: auto;
}
#cta .cta-btm-wrap > div .inner .desc {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#cta .cta-btm-wrap > div .inner .desc p {
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 425px) {
  #cta .cta-btm-wrap > div .inner .desc p {
    display: none;
  }
}
#cta .cta-btm-wrap > div .inner .desc h3 {
  padding-bottom: 1rem;
}
#cta .cta-btm-wrap > div .inner .btn {
  width: 140px;
  margin-inline: auto;
}
#cta .cta-btm-wrap .mail {
  background-color: #FAE6DC;
}
#cta .cta-btm-wrap .mail h3 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #cta .cta-btm-wrap .mail h3 {
    font-size: 1rem;
  }
}
#cta .cta-btm-wrap .mail h3::before {
  display: inline-block;
  content: "";
  background: url(images/cta-mail.png) no-repeat center/contain;
  width: 28px;
  height: 20px;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  #cta .cta-btm-wrap .mail h3::before {
    display: block;
    margin-inline: auto;
    margin-bottom: 1rem;
  }
}
#cta .cta-btm-wrap .mail .l-circle-btn {
  background-color: #F06622;
  color: #fff;
  outline: 1px solid #F06622;
  outline-offset: 4px;
  padding-bottom: 30px;
}
#cta .cta-btm-wrap .mail .l-circle-btn:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translate(-50%);
  width: 36px;
  height: 20px;
  background: url(images/w_arrow.png) no-repeat center/contain;
  transition: background 0.3s;
  z-index: 3;
}
#cta .cta-btm-wrap .mail .l-circle-btn:after {
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  transition: transform ease 0.4s;
  z-index: -1;
  aspect-ratio: 1/1;
}
#cta .cta-btm-wrap .mail .l-circle-btn:hover {
  color: #F06622;
  outline: 0;
  outline-offset: 0;
}
#cta .cta-btm-wrap .mail .l-circle-btn:hover:before {
  background-image: url(images/or_arrow.png);
}
#cta .cta-btm-wrap .mail .l-circle-btn:hover:after {
  transform: translate(-50%, -50%) scale(1, 1);
  box-shadow: 0px 0px 15px 2px #F06622;
}
#cta .cta-btm-wrap .faq {
  background-color: #FAF1DC;
}
#cta .cta-btm-wrap .faq h3 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #cta .cta-btm-wrap .faq h3 {
    font-size: 1rem;
  }
}
#cta .cta-btm-wrap .faq h3::before {
  display: inline-block;
  content: "";
  background: url(images/cta_faq.png) no-repeat center/contain;
  width: 28px;
  height: 28px;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #cta .cta-btm-wrap .faq h3::before {
    display: block;
    margin-inline: auto;
    margin-bottom: 0.5rem;
  }
}
#cta .cta-btm-wrap .faq .l-circle-btn {
  background-color: #F0B522;
  color: #fff;
  outline: 1px solid #F0B522;
  outline-offset: 4px;
  padding-bottom: 20px;
}
#cta .cta-btm-wrap .faq .l-circle-btn:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
  width: 36px;
  height: 20px;
  background: url(images/w_arrow.png) no-repeat center/contain;
  transition: background 0.3s;
  z-index: 3;
}
#cta .cta-btm-wrap .faq .l-circle-btn:after {
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  transition: transform ease 0.4s;
  z-index: -1;
}
#cta .cta-btm-wrap .faq .l-circle-btn:hover {
  color: #F0B522;
  outline: 0;
  outline-offset: 0;
}
#cta .cta-btm-wrap .faq .l-circle-btn:hover:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
  width: 36px;
  height: 20px;
  transition: background 0.3s;
  z-index: 3;
  background-image: url(images/yl_arrow.png);
}
#cta .cta-btm-wrap .faq .l-circle-btn:hover:after {
  transform: translate(-50%, -50%) scale(1, 1);
  box-shadow: 0px 0px 15px 2px #F0B522;
}

#site-footer #site-footer-inner {
  width: 100%;
  max-width: 100%;
  background: #153499;
  color: white;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  #site-footer #site-footer-inner {
    padding: 4rem 2rem 3rem 2rem;
  }
}
#site-footer #site-footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 1140px;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  #site-footer #site-footer-content {
    flex-direction: column;
    align-items: center;
    padding: 0;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
#site-footer #site-footer-content #site-footer-address {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  #site-footer #site-footer-content #site-footer-address {
    width: 100%;
  }
}
#site-footer #site-footer-content #site-footer-address h1.footer-logo {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
#site-footer #site-footer-content #site-footer-address h1.footer-logo .logo {
  max-width: 280px;
  width: 100%;
  margin-bottom: 2rem;
}
#site-footer #site-footer-content #site-footer-address h1.footer-logo .logo img {
  width: 283px;
  height: 104px;
}
@media screen and (max-width: 1024px) {
  #site-footer #site-footer-content #site-footer-address h1.footer-logo {
    margin-bottom: 2rem;
  }
}
#site-footer #site-footer-content #site-footer-address address p {
  margin-bottom: 0;
  text-decoration: none;
  line-height: 1.3;
}
#site-footer #site-footer-content #site-footer-menu {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 20%;
}
@media screen and (max-width: 1024px) {
  #site-footer #site-footer-content #site-footer-menu {
    width: 100%;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
}
#site-footer #site-footer-content #site-footer-menu nav ul.menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0 80px;
  max-height: 200px;
}
@media screen and (max-width: 1024px) {
  #site-footer #site-footer-content #site-footer-menu nav ul.menu {
    flex-direction: row;
    max-height: 100%;
    padding-top: 2rem;
  }
}
#site-footer #site-footer-content #site-footer-menu nav ul.menu > li {
  margin-bottom: 1rem;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  #site-footer #site-footer-content #site-footer-menu nav ul.menu > li {
    width: 100%;
  }
}
#site-footer #site-footer-content #site-footer-menu nav ul.menu > li:before {
  content: "";
  font-family: "FontAwesome";
  content: "\f068";
  font-size: 13px;
  color: white;
  margin-right: 0.5rem;
}
#site-footer #site-footer-content #site-footer-menu nav ul.menu > li a[href] {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
}
#site-footer #site-footer-content #site-footer-menu nav ul.menu > li a[href]::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}
#site-footer #site-footer-content #site-footer-menu nav ul.menu > li a[href]:hover::after {
  width: 100%;
}
#site-footer #site-footer-content #site-footer-menu nav ul.menu > li:first-child {
  margin-bottom: 1.5rem;
}
#site-footer #site-footer-content #site-footer-menu .members a {
  display: flex;
  align-items: center;
}
#site-footer #site-footer-content #site-footer-menu .members a::before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(images/i_member.png) no-repeat center/contain;
  margin-right: 0.5rem;
}
#site-footer #site-footer-content #site-footer-menu .members a.l-circle-btn {
  background-color: white;
  color: #153499;
  outline: 1px solid white;
  outline-offset: 4px;
  padding-top: 40px;
}
#site-footer #site-footer-content #site-footer-menu .members a.l-circle-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%);
  width: 36px;
  height: 36px;
  background: url(images/i_b_member.png) no-repeat center/contain;
  transition: background 0.3s;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  #site-footer #site-footer-content #site-footer-menu .members a.l-circle-btn:before {
    width: 24px;
    height: 24px;
    left: 0;
  }
}
#site-footer #site-footer-content #site-footer-menu .members a.l-circle-btn:after {
  background-color: #4190DD;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  transition: transform ease 0.4s;
  z-index: -1;
}
#site-footer #site-footer-content #site-footer-menu .members a.l-circle-btn:hover {
  color: white;
  outline: 0;
  outline-offset: 0;
}
#site-footer #site-footer-content #site-footer-menu .members a.l-circle-btn:hover:before {
  background-image: url(images/i_member.png);
}
#site-footer #site-footer-content #site-footer-menu .members a.l-circle-btn:hover:after {
  transform: translate(-50%, -50%) scale(1, 1);
  box-shadow: 0px 0px 15px 2px #4190DD;
}

.copyright {
  padding: 1rem 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

.copyright p {
  color: white;
  text-decoration: none;
  font-size: 12px;
}

#back-top {
  display: block;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #back-top {
    bottom: 10px;
  }
}

#back-top a {
  color: #153499;
  display: block;
  background: #E1E7FA;
  width: 44px;
  height: 44px;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}

#back-top a:hover {
  display: block;
  background: #4190DD;
}

.l-circle-btn {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  gap: 0.5rem;
  flex-direction: column;
  width: 140px;
  height: 140px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  transition: color 0.3s;
  text-decoration: none;
  z-index: 1;
}
.l-circle-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 140px;
  background-color: #000;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  transition: transform ease 0.4s;
  z-index: -1;
}
.l-circle-btn:hover:before {
  background-image: url(images/yl_arrow.png);
}
.l-circle-btn:hover:after {
  transform: translate(-50%, -50%) scale(1.1, 1.1);
}

.c-button {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  width: fit-content;
  gap: 1rem;
  transition: 0.4s;
}
.c-button:hover {
  color: #153499;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.c-button:hover .circle-btn {
  background-color: white;
  outline: 0;
  outline-offset: 0;
  box-shadow: 0px 0px 15px 3px #4190DD;
}
.c-button:hover .circle-btn:before {
  position: absolute;
  background: url("images/n_arrow.png") no-repeat center/contain;
  width: 23px;
  height: 14px;
}
.c-button:hover .r_circle-btn {
  background-color: white;
  outline: 0;
  outline-offset: 0;
  box-shadow: 0px 0px 15px 3px #4190DD;
}
.c-button:hover .r_circle-btn:before {
  position: absolute;
  background: url("images/r_n_arrow.png") no-repeat center/contain;
  width: 23px;
  height: 14px;
}
.c-button .circle-btn {
  position: relative;
  background: #153499;
  padding: 0.7rem;
  border-radius: 100vh;
  width: 56px;
  height: 56px;
  text-align: center;
  transition: 0.4s;
  outline: 1px solid #153499;
  outline-offset: 2px;
}
.c-button .circle-btn:before {
  content: "";
  display: block;
  background: url("images/w_arrow.png") no-repeat center/contain;
  transition: 0.3s ease-in-out;
  width: 23px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-button .or_circle-btn {
  position: relative;
  background: #F06622;
  padding: 0.7rem;
  border-radius: 100vh;
  width: 56px;
  height: 56px;
  text-align: center;
  transition: 0.4s;
  outline: 1px solid #F06622;
  outline-offset: 2px;
}
.c-button .or_circle-btn:before {
  content: "";
  display: block;
  background: url("images/w_arrow.png") no-repeat center/contain;
  transition: 0.3s ease-in-out;
  width: 23px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-button .r_circle-btn {
  position: relative;
  background: #153499;
  padding: 0.7rem;
  border-radius: 100vh;
  width: 56px;
  height: 56px;
  text-align: center;
  transition: 0.4s;
  outline: 1px solid #153499;
  outline-offset: 2px;
}
.c-button .r_circle-btn:before {
  content: "";
  display: block;
  background: url("images/r_w_arrow.png") no-repeat center/contain;
  transition: 0.3s ease-in-out;
  width: 23px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-button:has(.or_circle-btn):hover {
  color: #F06622;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.c-button:has(.or_circle-btn):hover .or_circle-btn {
  background-color: white;
  outline: 0;
  outline-offset: 0;
  box-shadow: 0px 0px 15px 3px #F06622;
}
.c-button:has(.or_circle-btn):hover .or_circle-btn:before {
  position: absolute;
  background: url("images/or_arrow.png") no-repeat center/contain;
  width: 23px;
  height: 14px;
}

body.home main {
  padding-bottom: 0;
}

#main-visual-pc {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  position: relative;
}

#main-visual-sp {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 600px;
  position: relative;
}

.slider-label {
  position: absolute;
  bottom: 7%;
  left: 2rem;
  font-size: 3rem;
  color: white;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 767px) {
  .slider-label {
    left: 1.5rem;
    bottom: 2.5rem;
    font-size: 1.5rem;
  }
}

.maincopy {
  position: absolute;
  top: 70%;
  left: 20%;
  transform: translate(-20%, -60%);
  z-index: 99;
  max-width: 800px;
}
@media screen and (max-width: 1024px) {
  .maincopy {
    top: 55%;
  }
}
.maincopy h2,
.maincopy h3 {
  background: rgba(255, 255, 255, 0.85);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
.maincopy h3 {
  display: inline-block;
  padding: 0.7rem 1rem;
  font-size: 42px;
}
@media screen and (max-width: 1024px) {
  .maincopy h3 {
    font-size: 24px;
    white-space: nowrap;
  }
}
.maincopy h2 {
  display: inline-block;
  font-size: 48px;
  padding: 0.7rem 1rem 1rem 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 1024px) {
  .maincopy h2 {
    font-size: 40px;
    white-space: nowrap;
    margin-top: 0;
    padding: 0.7rem;
    margin-top: 0.5rem;
  }
}
.maincopy h2 span {
  font-size: 62px;
}
@media screen and (max-width: 1024px) {
  .maincopy h2 span {
    font-size: 48px;
  }
}
.maincopy h2 span.or {
  color: #F06622;
}
.maincopy h2 span.yl {
  color: #F0B522;
}
.maincopy h2 span.punct {
  letter-spacing: -0.4em;
  margin-right: -0.1em;
}

@keyframes fluffy1 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-15px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

.fadeInRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.kv_movie {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 250px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .kv_movie {
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 768px) {
  .kv_movie {
    right: -30px;
    bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .kv_movie {
    right: -30px;
    bottom: -30px;
    width: 240px;
    height: 240px;
  }
}
.kv_movie img {
  width: 130px;
  height: 130px;
  display: block;
}
@media screen and (max-width: 767px) {
  .kv_movie img {
    width: 120px;
    height: 120px;
  }
}
.kv_movie .kv_movie_wrap {
  position: relative;
  z-index: 2;
}
.kv_movie .btn-link {
  display: block;
  position: relative;
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 767px) {
  .kv_movie .btn-link {
    width: 140px;
    height: 140px;
  }
}
.kv_movie .btn-link img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.7s;
}
.kv_movie .btn-link .over {
  opacity: 0;
}
.kv_movie .btn-link:hover .default {
  opacity: 0;
}
.kv_movie .btn-link:hover .over {
  opacity: 1;
}
.kv_movie:after {
  animation: rotate 30s linear infinite;
  top: 0;
  left: 0;
  content: "";
  background: url(images/front/kv_movie_roll.png) no-repeat center/contain;
  position: absolute;
  width: 230px;
  height: 230px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kv_movie:after {
    width: 220px;
    height: 220px;
  }
}
.kv_movie:after {
  /* 回転アニメーション */
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#front-about {
  position: relative;
  z-index: 1;
  padding: 6rem 0;
  color: white;
  /* 青グラデーション */
  background: linear-gradient(to bottom, #153499 0%, #7A8DCC 60%, rgba(122, 141, 204, 0) 100%);
  overflow: visible;
}
#front-about p.intro {
  font-size: 24px;
  line-height: 2.5;
  text-align: center;
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  #front-about p.intro {
    font-size: 20px;
  }
}
#front-about .logo-bg {
  width: 100%;
  height: 220px;
  background: url(images/front/logo_bg.png) no-repeat left 20px bottom/contain;
}
#front-about .l-circle-btn {
  background-color: white;
  color: #153499;
  outline: 1px solid white;
  outline-offset: 4px;
  padding-bottom: 30px;
  font-size: 20px;
}
#front-about .l-circle-btn:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%);
  width: 36px;
  height: 20px;
  background: url(images/n_arrow.png) no-repeat center/contain;
  transition: background 0.3s;
  z-index: 3;
}
#front-about .l-circle-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #4190DD;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  transition: transform ease 0.4s;
  z-index: -1;
}
#front-about .l-circle-btn:hover {
  color: white;
  outline: 0;
  outline-offset: 0;
}
#front-about .l-circle-btn:hover:before {
  background-image: url(images/w_arrow.png);
}
#front-about .l-circle-btn:hover:after {
  transform: translate(-50%, -50%) scale(1, 1);
  box-shadow: 0px 0px 15px 2px #4190DD;
}

#front-news {
  background-image: url(images/front/dot_bg.png);
  background-repeat: repeat-x;
  position: relative;
  margin-top: -14rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  #front-news {
    padding-bottom: 0;
  }
}
#front-news .front-news-inner {
  position: relative;
  padding-top: 14rem;
}
@media screen and (max-width: 1024px) {
  #front-news .front-news-inner {
    flex-direction: column;
  }
}
#front-news .front-news-inner .or_box {
  position: absolute;
  left: 0;
  width: 50%;
  color: white;
  background-color: #F06622;
  z-index: 2;
}
#front-news .front-news-inner .or_box .ttl {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  #front-news .front-news-inner .or_box .ttl {
    justify-content: center;
  }
}
#front-news .front-news-inner .or_box .ttl h2 {
  font-size: 22px;
}
#front-news .front-news-inner .or_box .ttl p {
  font-size: 64px;
}
@media screen and (max-width: 1024px) {
  #front-news .front-news-inner .or_box {
    width: 100%;
  }
}
#front-news .front-news-inner .news-container {
  max-width: 1020px;
  width: 100%;
  padding-top: 1.5rem;
  margin-inline: auto;
}
#front-news .front-news-inner .news-container .news-line {
  max-width: 1018px;
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 0;
  border: solid 1px #707070;
  padding-top: 7rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #front-news .front-news-inner .news-container .news-line {
    border: none;
  }
}
#front-news .front-news-inner .news-container .news-line::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: -20px;
  right: -20px;
  left: 20px;
  border: solid 1px #707070;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #front-news .front-news-inner .news-container .news-line::before {
    border: none;
  }
}
@media screen and (max-width: 1024px) {
  #front-news .front-news-inner .news-container {
    width: 100%;
  }
}
#front-news .front-news-inner .news-container .news-list {
  max-width: 788px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #front-news .front-news-inner .news-container .news-list {
    padding-inline: 1rem;
  }
}
#front-news .front-news-inner .news-container .news-list {
  padding-bottom: 0;
}

#front-activity,
#front-tournament {
  position: relative;
}
#front-activity p.read,
#front-tournament p.read {
  font-size: 20px;
  line-height: 1.65;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  #front-activity p.read,
  #front-tournament p.read {
    font-size: 18px;
  }
}

#front-activity {
  background-color: #f3f3f3;
  padding: 5rem 0 7rem 0;
  z-index: 1;
}
#front-activity::after {
  content: "";
  background-image: url("images/deco_logo.png");
  background-repeat: no-repeat;
  width: 453px;
  height: 601px;
  position: absolute;
  bottom: -250px;
  right: 0;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #front-activity::after {
    width: 290px;
    height: 385px;
    bottom: -150px;
    background-size: contain;
  }
}
@media screen and (max-width: 425px) {
  #front-activity::after {
    width: 200px;
    height: 265px;
    bottom: -100px;
  }
}
#front-activity .front-activity-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 1.5rem;
  margin: 0 auto;
  max-width: 1140px;
}
@media screen and (max-width: 767px) {
  #front-activity .front-activity-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
#front-activity .front-activity-content article {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: white;
  border-radius: 8px;
  padding: 2rem;
}
#front-activity .front-activity-content article p {
  flex-grow: 1;
  margin-bottom: 1rem;
}
#front-activity .front-activity-content article figure {
  z-index: 1;
  overflow: hidden;
  width: 100%;
}
#front-activity .front-activity-content article figure img {
  transform: scale(1.02);
}
#front-activity .front-activity-content article * {
  transition: all 0.3s;
}
#front-activity .front-activity-content article > a {
  display: block;
  position: relative;
}
#front-activity .front-activity-content article > a:hover, #front-activity .front-activity-content article > a:focus-within {
  position: relative;
}
#front-activity .front-activity-content article > a:hover figure img, #front-activity .front-activity-content article > a:focus-within figure img {
  transform: scale(1.1);
}
#front-activity .front-activity-content article.competition {
  background-color: #153499;
}
#front-activity .front-activity-content article.competition .c-button:hover .circle-btn:before {
  background: url("images/n_arrow.png") no-repeat center/contain;
}
#front-activity .front-activity-content article.popularization {
  background-color: #F0B522;
}
#front-activity .front-activity-content article.popularization .c-button:hover .circle-btn {
  box-shadow: 0px 0px 15px 2px #FAF1DC;
}
#front-activity .front-activity-content article.popularization .c-button:hover .circle-btn:before {
  background: url("images/yl_arrow.png") no-repeat center/contain;
}
#front-activity .front-activity-content article.exchange {
  background-color: #F06622;
}
#front-activity .front-activity-content article.exchange .c-button:hover .circle-btn {
  box-shadow: 0px 0px 15px 2px #FAF1DC;
}
#front-activity .front-activity-content article.exchange .c-button:hover .circle-btn:before {
  background: url("images/or_arrow.png") no-repeat center/contain;
}
#front-activity .front-activity-content article .c-button {
  position: relative;
  z-index: 10;
}
#front-activity .front-activity-content article .c-button:hover {
  color: white;
}
#front-activity .front-activity-content article .circle-btn {
  background: white;
  outline: 1px solid white;
}
#front-activity .front-activity-content article .circle-btn:before {
  background: url("images/k_arrow.png") no-repeat center/contain;
}
#front-activity .front-activity-content article h3 {
  font-size: 24px;
  margin-bottom: 1rem;
}
#front-activity .front-activity-content article figure {
  margin-bottom: 10px;
}

#front-tournament {
  padding: 5rem 0;
  width: 100%;
  box-sizing: border-box;
  background: #FAF1DC;
  z-index: 0;
}
#front-tournament .front-tournament-inner {
  position: relative;
  z-index: 1;
}
#front-tournament .top-works-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 2rem 1rem;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  #front-tournament .top-works-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
#front-tournament .top-works-wrap article p {
  color: #707070;
  margin-bottom: 0;
  font-size: 14px;
}
#front-tournament .top-works-wrap article h3 {
  font-size: 1rem;
}
#front-tournament .top-works-wrap article figure {
  position: relative;
}
#front-tournament .top-works-wrap article figure .works_cat {
  position: absolute;
  right: 1px;
  top: 0;
  background: #153499;
  color: #fff;
  padding: 4px 8px;
  font-size: 13px;
}

#front-info {
  position: relative;
  background-color: white;
  padding: 4rem 3rem 5rem 3rem;
}
@media screen and (max-width: 767px) {
  #front-info {
    padding: 4rem 0;
  }
}
#front-info::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-image: url("images/front/info_bg.png");
  background-size: auto;
  background-position: bottom;
  background-repeat: repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #front-info::after {
    height: 60%;
  }
}
#front-info .or_box {
  position: absolute;
  right: 0;
  width: 50%;
  color: white;
  background-color: #F06622;
  z-index: 2;
}
@media (max-width: 1210px) {
  #front-info .or_box {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  #front-info .or_box {
    padding-block: 1.5rem;
  }
}
#front-info .or_box .ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  padding-left: 3.5rem;
}
@media screen and (max-width: 767px) {
  #front-info .or_box .ttl {
    justify-content: center;
    padding-left: 1rem;
    gap: 0.5rem;
  }
}
#front-info .or_box .ttl h2 {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  #front-info .or_box .ttl h2 {
    font-size: 17px;
  }
}
@media screen and (max-width: 425px) {
  #front-info .or_box .ttl h2 {
    font-size: 1rem;
  }
}
#front-info .or_box .ttl p {
  font-size: 64px;
}
@media screen and (max-width: 767px) {
  #front-info .or_box .ttl p {
    font-size: 35px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 425px) {
  #front-info .or_box .ttl p {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  #front-info .or_box {
    width: 100%;
  }
}
#front-info .front-info-inner {
  padding-top: 9rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 56px;
}
@media screen and (max-width: 1024px) {
  #front-info .front-info-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #front-info .front-info-inner .fc-item {
    margin: 0 auto;
  }
}
#front-info .front-info-inner .fc-item * {
  transition: all 0.3s;
}
#front-info .front-info-inner .fc-item > a {
  display: block;
  position: relative;
}
#front-info .front-info-inner .fc-item > a:hover, #front-info .front-info-inner .fc-item > a:focus-within {
  position: relative;
}
#front-info .front-info-inner .fc-item > a:hover figure img, #front-info .front-info-inner .fc-item > a:focus-within figure img {
  transform: scale(1.1);
}
#front-info .front-info-inner .fc-item figure {
  z-index: 1;
  overflow: hidden;
  width: 100%;
}
#front-info .front-info-inner .fc-item .ttl {
  z-index: 2;
  position: absolute;
  left: 36px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #front-info .front-info-inner .fc-item .ttl {
    left: 1rem;
  }
}
#front-info .front-info-inner .fc-item .ttl p {
  font-size: 16px;
  color: white;
  text-align: left;
  margin-bottom: 0;
}
#front-info .front-info-inner .fc-item .ttl p.desc {
  font-size: 14px;
  font-weight: 400;
  max-width: 410px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1024px) {
  #front-info .front-info-inner .fc-item .ttl p.desc {
    max-width: 100%;
  }
}
@media screen and (max-width: 425px) {
  #front-info .front-info-inner .fc-item .ttl p.desc {
    font-size: 11px;
  }
}
@media screen and (max-width: 425px) {
  #front-info .front-info-inner .fc-item .ttl p {
    font-size: 12px;
  }
}
#front-info .front-info-inner .fc-item .ttl h3 {
  justify-content: flex-start;
  text-align: left;
  font-size: 1.5rem;
  color: white;
}
#front-info .front-info-inner .fc-item .ttl h3.line-left {
  margin: 10px 0 40px 0;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 425px) {
  #front-info .front-info-inner .fc-item .ttl h3.line-left {
    margin: 10px 0 1.5rem 0;
    font-size: 1rem;
  }
}
#front-info .front-info-inner .fc-item .ttl h3.line-left:after {
  background-color: white;
  content: "";
  position: absolute;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
}
@media screen and (max-width: 425px) {
  #front-info .front-info-inner .fc-item .ttl h3.line-left:after {
    bottom: -10px;
  }
}

#front-partner {
  width: 100%;
  background-color: #F5F6FA;
  padding: 5rem 0;
}
#front-partner .partner-wrap {
  max-width: 1030px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.5rem 4rem;
  margin-top: 3rem;
  margin-inline: auto;
}
#front-partner .partner-wrap .partner-item {
  width: 100%;
  max-width: 300px;
}

.entry-wrap {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .entry-wrap {
    flex-direction: column;
  }
}
.entry-wrap .entry-content {
  max-width: 840px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .entry-wrap .entry-content {
    padding: 0;
    width: 100%;
  }
}
.entry-wrap .entry-content .side-content {
  max-width: 250px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .entry-wrap .entry-content .side-content {
    width: 100%;
  }
}

.container {
  margin-inline: auto;
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  position: relative;
}

.page-container {
  margin-inline: auto;
  max-width: 1140px;
  width: 100%;
  background-color: white;
  padding-block: 3rem;
}

.main-container {
  margin-inline: auto;
  max-width: 1140px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .main-container {
    padding-inline: 1rem;
  }
}

.grid-1000 {
  margin-inline: auto;
  max-width: 952px;
}
@media screen and (max-width: 1024px) {
  .grid-1000 {
    padding-inline: 1rem;
  }
}

.grid-700 {
  margin: 0 auto;
  max-width: 700px;
}

.grid-750 {
  margin: 0 auto;
  max-width: 750px;
}

.grid-800 {
  margin: 0 auto;
  max-width: 800px;
}

.grid-c4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .grid-c4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid-c3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .grid-c3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.text-center {
  text-align: center;
}

.aligncenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.alignleft {
  display: flex;
  justify-content: flex-start;
}

.alignright {
  display: flex;
  justify-content: flex-end;
}

.align-hcenter {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.ml-0 {
  margin-left: 0;
}

.ml-6 {
  margin-left: 1.5rem;
}

.my-20 {
  margin: 5rem 0;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.py-4 {
  padding-block: 1rem;
}

.py-6 {
  padding-block: 1.5rem;
}

.py-8 {
  padding-block: 2rem;
}

.py-10 {
  padding-block: 2.5rem;
}

.py-20 {
  padding-block: 5rem;
}

.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pr-40 {
  padding-right: 10rem;
}

.px-6 {
  padding-inline: 1.5rem;
}

.px-8 {
  padding-inline: 2rem;
}

.px-10 {
  padding-inline: 2.5rem;
}

.grecaptcha-badge {
  visibility: hidden;
}

.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 25px 10px 50px 10px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs ul {
    padding: 25px 0;
  }
}
.breadcrumbs li {
  font-size: 0.9em;
  line-height: 1.4;
}
.breadcrumbs li + li::before {
  content: "\f105";
  color: #bbb;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 0.8em;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}
.breadcrumbs a {
  color: #153499;
  text-decoration: none;
}

.page-mv {
  position: relative;
  width: 100%;
  height: 380px;
  padding-top: 80px;
  background-image: url("images/front/info_bg.png");
  background-size: auto;
  background-repeat: repeat;
  background-position: right center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 3px solid #153499;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-mv {
    padding-top: 60px;
    height: 240px;
  }
}
.page-mv::after {
  content: "";
  position: absolute;
  background-image: url("images/pmv_logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 233px;
  height: 233px;
  right: 20%;
  top: 60%;
  transform: translateY(-50%);
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .page-mv::after {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .page-mv::after {
    top: 65%;
    width: 100px;
    height: 100px;
    right: 10%;
  }
}
.page-mv .ttl-inner {
  width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .page-mv .ttl-inner {
    width: 90%;
  }
}
.page-mv .ttl-inner p {
  font-size: 25px;
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
}
.page-mv .ttl-inner p::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("images/i_circle.png") no-repeat center/contain;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .page-mv .ttl-inner p::before {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-mv .ttl-inner p {
    font-size: 1rem;
  }
}
.page-mv .ttl-inner h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .page-mv .ttl-inner h1 {
    font-size: 24px;
  }
}

body.is-restricted .page-mv {
  background-image: url("images/member_pmv_bg.png");
}

main.about-type .grid-1000 {
  max-width: 1000px;
}

main.about h2.navy {
  font-size: 32px;
  padding-top: 20px;
  font-weight: 700;
  color: #153499;
}
main.about p.message {
  font-size: 20px;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  main.about p.message {
    font-size: 18px;
    line-height: 1.8;
  }
}
main.about ul.history {
  list-style: none;
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 2px;
  margin-left: 3rem;
  margin-bottom: 3rem;
}
main.about ul.history::before {
  background: #bbb;
  content: "";
  height: 100%;
  left: 7px;
  position: absolute;
  top: 0;
  width: 2px;
}
main.about ul.history li.history-item {
  padding-left: 2.25rem;
  margin-bottom: 1.5rem;
  position: relative;
}
main.about ul.history li.history-item p {
  margin-bottom: 0;
  padding-inline: 0;
}
main.about ul.history li.history-item p.data {
  font-weight: 700;
}
main.about ul.history li.history-item::before {
  background: #F0B522;
  border-radius: 50%;
  content: "";
  left: 0;
  position: absolute;
  top: 0.5rem;
  width: 1rem;
  height: 1rem;
}
main.about .message {
  gap: 3rem;
}

.wp-block-table.yakuin-data table td {
  padding: 1.5rem;
  border-left: none;
  border-right: none;
  border-top: none;
  line-height: 1.875;
}
.wp-block-table.yakuin-data table td em {
  font-style: normal;
  color: #707070;
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  .wp-block-table.yakuin-data table td {
    display: block;
  }
}
.wp-block-table.yakuin-data table td:first-child {
  padding: 1.5rem;
  width: 340px;
  vertical-align: middle;
  font-weight: 600;
  background-color: #FAF1DC;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .wp-block-table.yakuin-data table td:first-child {
    width: 100%;
    border-bottom: none;
  }
}
.wp-block-table.yakuin-data table td:last-child {
  padding: 1.5rem;
  border-bottom: 1px solid #bbb;
}
@media screen and (max-width: 767px) {
  .wp-block-table.yakuin-data table {
    border-top: 1px solid #bbb;
  }
}

.history-inner {
  position: relative;
}
.history-inner:before {
  content: "";
  position: absolute;
  left: 60px;
  top: 50px;
  background: #bbb;
  width: 2px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .history-inner:before {
    left: 40px;
  }
}

.history-item {
  width: 100%;
}

.history-item-Content {
  display: flex;
  align-items: stretch;
  padding: 10px 0 10px 30px;
}
@media screen and (max-width: 767px) {
  .history-item-Content {
    padding: 10px 0 10px 10px;
  }
}

.history-item-Content-Number {
  position: relative;
  margin-right: 40px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 18px;
  text-align: center;
  background-color: #FAE6DC;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F06622;
  font-weight: 600;
}

.history-item-Content-Description {
  width: calc(90% - 80px);
}

.history-detail {
  padding-left: 80px;
}

.history-item-Content-Description h3 {
  font-size: 20px;
}

.is-layout-flex > .grid-1000 {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .activity01,
  .activity03 {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .schedule-table {
    width: 100%;
    overflow-x: auto;
  }
}
.schedule-table table {
  width: 100%;
  min-width: 767px;
  border-collapse: collapse;
  border: 1px solid #bbb;
}
.schedule-table table tr:nth-child(even) {
  background-color: #f8f9fa;
}
.schedule-table table th,
.schedule-table table td {
  padding: 1rem;
  border: 1px solid #bbb;
  vertical-align: middle;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .schedule-table table th,
  .schedule-table table td {
    font-size: 15px;
    padding: 0.5rem;
  }
}
.schedule-table table th:nth-child(1),
.schedule-table table td:nth-child(1) {
  width: 15%;
  text-align: center;
}
.schedule-table table th:nth-child(2),
.schedule-table table td:nth-child(2) {
  width: 22%;
}
.schedule-table table th:nth-child(3),
.schedule-table table td:nth-child(3) {
  width: 28%;
}
.schedule-table table th:nth-child(4),
.schedule-table table td:nth-child(4) {
  width: 20%;
}
.schedule-table table th:nth-child(5),
.schedule-table table td:nth-child(5) {
  width: 15%;
  text-align: center;
}
.schedule-table table th {
  background-color: #153499;
  font-weight: 600;
  text-align: center;
  color: white;
}
.schedule-table table td:nth-child(1) a::before, .schedule-table table td:nth-child(5) a::before {
  content: "\f105";
  color: #bbb;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 0.8em;
  padding-right: 10px;
  display: inline-block;
}
.schedule-table table td:nth-child(5) a.result[href$=".pdf"] {
  color: #F06622;
  text-decoration: underline;
  background: none;
  /* 念のため通常のPDFボタンの背景をリセット */
  padding: 0;
  /* 念のため通常のPDFボタンの余白をリセット */
  display: inline;
  /* target="_blank" が付いている場合も付いていない場合も、
     こちらのPDFアイコン（pdf.png）を確実に適用する */
}
.schedule-table table td:nth-child(5) a.result[href$=".pdf"]::after, .schedule-table table td:nth-child(5) a.result[href$=".pdf"][target=_blank]::after {
  content: "";
  background: url("images/pdf.png") no-repeat center/contain;
  width: 18px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

.trial.schedule-table th {
  background-color: #F06622;
  font-weight: 600;
  text-align: center;
  color: white;
}

main.faq details {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
main.faq details summary {
  display: flex;
  align-items: center;
  line-height: 1.5;
  cursor: pointer;
  position: relative;
  padding-left: 88px;
  padding-right: 84px;
  padding-block: 1.5rem;
  font-weight: 600;
  font-size: 18px;
  height: auto;
}
@media screen and (max-width: 767px) {
  main.faq details summary {
    font-size: 16px;
    padding-left: 5rem;
    padding-right: 4rem;
    padding-block: 1rem;
  }
}
main.faq details summary + * {
  display: none;
}
main.faq details summary::marker, main.faq details summary::-webkit-details-marker {
  display: none;
}
main.faq details summary:before {
  content: "Q";
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: white;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  background-color: #153499;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  main.faq details summary:before {
    left: 1rem;
  }
}
main.faq details summary::after {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: url("images/plus.png") no-repeat center/contain;
  width: 30px;
  height: 30px;
  transition: background-image 0.3s linear;
}
@media screen and (max-width: 767px) {
  main.faq details summary::after {
    right: 1rem;
  }
}
main.faq details p {
  background-color: #FAF1DC;
  padding: 2.5rem 2rem 2rem 5.5rem;
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  main.faq details p {
    padding: 1rem 1rem 1rem 5rem;
  }
}
main.faq details p::before {
  content: "A";
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #153499;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  top: 2.5rem;
  left: 2rem;
  background-color: white;
  border: 2px solid #153499;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  main.faq details p::before {
    top: 1.6rem;
    left: 1rem;
  }
}
main.faq details p:last-of-type {
  margin-bottom: 2rem;
}
main.faq details p a {
  color: #F06622;
  text-decoration: underline;
}
main.faq details p a[target=_blank]::after {
  content: "";
  background-image: url(images/link.png);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-left: 8px;
}
main.faq details[open] summary::after {
  background: url("images/minus.png") no-repeat center/contain;
}
main.faq details + details {
  border-top: none;
}

.time-table em {
  all: unset;
  display: inline;
}
@media screen and (max-width: 767px) {
  .time-table {
    overflow-x: auto;
    white-space: nowrap;
  }
}
.time-table table {
  width: 100%;
}
.time-table table tr:nth-child(even) td:not(:has(em)) {
  background: #fff;
}
.time-table table tr:first-child td {
  font-weight: 600;
}
.time-table table td {
  background: #F9FAFB;
  padding: 1rem !important;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .time-table table td {
    font-size: 15px;
  }
}
.time-table table td:has(em) {
  background-color: #FAE6DC;
}
.time-table table td:first-child {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .time-table table td:first-child {
    width: auto;
  }
}

.step {
  max-width: 750px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .step {
    gap: 10px;
  }
}
@media screen and (max-width: 425px) {
  .step figure img {
    max-width: 100px;
  }
}
.step h4 {
  padding-bottom: 1rem;
}
.step h4 span {
  display: inline-block;
  background-color: #153499;
  padding: 4px 10px;
  color: white;
  font-size: 18px;
  margin-right: 10px;
  font-weight: 400;
  border-radius: 4px;
  line-height: 1.6;
}
.step:last-child {
  padding-bottom: 0;
}

.header-line {
  position: relative;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 2px;
  background: #cfcfcf;
}

/* 下向きの突起（矢印部分）の作成 */
.header-line::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 2px;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: #fff;
  border-left: 2px solid #cfcfcf;
  border-bottom: 2px solid #cfcfcf;
}

@media screen and (max-width: 767px) {
  main.join #cta .cta-container {
    padding: 1rem 0;
  }
}
main.join #cta .cta-container .item {
  width: 100%;
}
main.join #cta .cta-container .item .cta-mail {
  background-color: #FAE6DC;
  max-width: 720px;
  width: 100%;
  padding: 2rem;
  margin-inline: auto;
}
main.join #cta .cta-container .item .cta-mail .l-circle-btn {
  text-decoration: none;
}
main.join #cta .cta-container .item .cta-mail p {
  padding-inline: 0;
}
@media screen and (max-width: 767px) {
  main.join #cta .cta-container .item .cta-mail {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  figure.possess {
    width: 100%;
    overflow-x: auto;
  }
}
figure.possess table {
  width: 100%;
  min-width: 767px;
  border-collapse: collapse;
}
figure.possess table tr:first-child td {
  background: #E1E7FA;
  text-align: center;
}
figure.possess table tr:nth-child(even) {
  background: #fff;
}
figure.possess table tr:nth-child(odd) {
  background: #F5FAFF;
}
figure.possess table tr td:first-child {
  width: 15%;
}
figure.possess table tr td:nth-of-type(2) {
  width: 20%;
}
figure.possess table tr td:nth-of-type(3) {
  width: 25%;
}
figure.possess table tr td:nth-of-type(4) {
  width: 40%;
}
figure.possess table tr td {
  padding: 1rem !important;
  vertical-align: middle;
  border: 1px solid #707070;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  figure.possess table tr td {
    font-size: 15px;
  }
}

.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40%;
  margin: 10px 0;
  overflow: hidden;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .gmap {
    padding-top: 72%;
  }
}

.contact-info .wp-block-column {
  border-left: 1px solid #bbb;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .contact-info .wp-block-column {
    border-left: none;
    border-bottom: 1px solid #bbb;
  }
}
.contact-info .wp-block-column:last-child {
  border-right: 1px solid #bbb;
}
@media screen and (max-width: 767px) {
  .contact-info .wp-block-column:last-child {
    border-right: none;
  }
}
.contact-info .wp-block-column .c-button {
  color: #153499;
}
.contact-info .wp-block-column .c-button .circle-btn {
  width: 42px;
  height: 42px;
}
.contact-info .wp-block-column .c-button .circle-btn:before {
  width: 16px;
  height: 9px;
}
.contact-info .wp-block-column .c-button .circle-btn:hover:before {
  width: 16px;
  height: 9px;
}
.contact-info .wp-block-column .current .c-button .circle-btn {
  transform: rotate(90deg);
}
.contact-info .wp-block-column h3 {
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.contact-info .wp-block-column p {
  line-height: 1.3;
}

.wpcf7 {
  max-width: 850px;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea,
.wpcf7 select {
  background: #f3f3f3;
  padding: 10px;
  width: 100% !important;
  font-size: 15px !important;
  border: 1px solid #bbb;
  border-radius: 4px;
}
.wpcf7 .form-required {
  display: inline-block;
  background: #E70000;
  padding: 5px 8px;
  color: white;
  font-size: 0.6rem;
  font-weight: 500;
}
.wpcf7 .wp-block-table {
  width: 100%;
  margin-bottom: 0;
}
.wpcf7 .wp-block-table table {
  width: 100%;
  max-width: 850px;
}
.wpcf7 .wp-block-table table td {
  border: none;
  padding: 1.5rem;
}
.wpcf7 .wp-block-table table td:first-child {
  white-space: nowrap;
  background: #FAE6DC;
  position: relative;
  vertical-align: middle;
  border-bottom: 1px solid #F06622;
  width: 260px;
}
@media screen and (max-width: 767px) {
  .wpcf7 .wp-block-table table td:first-child {
    width: 100%;
  }
}
.wpcf7 .wp-block-table table td:first-child .form-required {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.wpcf7 .wp-block-table table td:last-child {
  border-bottom: 1px solid #FAE6DC;
}
@media screen and (max-width: 767px) {
  .wpcf7 .wp-block-table table td {
    display: block;
  }
  .wpcf7 .wp-block-table table td:first-child {
    border-bottom: none;
  }
  .wpcf7 .wp-block-table table td:last-child {
    padding-bottom: 2rem;
  }
}
.wpcf7 .wp-block-table td.apptype label {
  align-items: center;
  cursor: pointer;
  display: flex;
  margin-right: 2.5rem;
}
.wpcf7 input[type=radio]::before {
  background-color: #F06622;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 14px;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 14px;
}
.wpcf7 input[type=radio]:checked::before {
  opacity: 1;
}
.wpcf7 input[type=radio] {
  appearance: none;
  border: 1px solid #F06622;
  border-radius: 50%;
  height: 24px;
  left: -0.7em;
  margin: 0;
  position: relative;
  width: 24px;
}
.wpcf7 p.ex {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 5px;
}
.wpcf7 .privacy-confirm {
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.wpcf7 .privacy-confirm .wpcf7-list-item-label {
  margin-left: 5px;
  margin-right: 5px;
}
.wpcf7 a {
  color: #153499;
  text-decoration: underline;
}
.wpcf7 input[type=submit] {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 380px;
  margin: 25px auto;
  padding: 1.5rem 2rem;
  border: none;
  background: #F06622;
  color: #fff;
  transition: 0.7s;
  font-weight: bold !important;
  border-radius: 60px;
}
.wpcf7 .wpcf7-submit:hover {
  background: white;
  border: 1px solid #F06622;
  color: #F06622;
}

body.error404 .main-container a {
  color: #153499;
  text-decoration: underline;
}

.member-ttl {
  margin-bottom: 2rem;
}
.member-ttl p {
  color: #153499;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.member-ttl h2 {
  font-size: 36px;
}

/* グリッドコンテナの設定 */
.member-nav-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
  padding: 16px;
  box-sizing: border-box;
  /* カード単体のスタイル */
}
.member-nav-wrap .member-nav-item {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.member-nav-wrap {
  /* タイトル */
}
.member-nav-wrap h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 16px 0;
}
.member-nav-wrap .circle-btn {
  width: 3rem;
  height: 3rem;
}
.member-nav-wrap {
  /* 画像エリア */
}
.member-nav-wrap figure {
  width: 100%;
  aspect-ratio: 4/3;
  /* 画像のアスペクト比を維持（デザインに合わせ調整可） */
  overflow: hidden;
  margin-bottom: 24px;
}
.member-nav-wrap figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 領域いっぱいにトリミング */
}

.bg-theme-main-100 {
  background: #E1E7FA;
}

.bg-white {
  background: white;
}

.bg-gray {
  background-color: #F5F6FA;
}

.main-color {
  color: #153499;
}

.red-color {
  color: #E70000;
}

.has-luminous-vivid-orange-color {
  color: #F06622 !important;
}

.font-zenkakugo {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.bl-bg {
  background-color: #E0F0FF;
  padding: 1rem 1rem 1rem 2rem;
  border-radius: 6px;
  margin-bottom: 2rem;
  margin-inline: -1.5rem;
}
@media screen and (max-width: 767px) {
  .bl-bg {
    margin-inline: 0;
    padding: 1rem;
  }
}

.yl-bg {
  background-color: #FAF1DC;
  padding: 1rem 1rem 1rem 2rem;
  border-radius: 6px;
  margin-bottom: 2rem;
  margin-inline: -1.5rem;
}
@media screen and (max-width: 767px) {
  .yl-bg {
    margin-inline: 0;
    padding: 1rem;
  }
}

.gr-bg {
  background-color: #e5e5e5;
  padding: 1rem 1rem 1rem 2rem;
  border-radius: 6px;
  margin-bottom: 2rem;
  margin-inline: -1.5rem;
}
@media screen and (max-width: 767px) {
  .gr-bg {
    margin-inline: 0;
    padding: 1rem;
  }
}

.or-bg {
  background-color: #FAE6DC;
  padding: 1rem 1rem 1rem 2rem;
  border-radius: 6px;
  margin-bottom: 2rem;
  margin-inline: -1.5rem;
}
@media screen and (max-width: 767px) {
  .or-bg {
    margin-inline: 0;
    padding: 1rem;
  }
}

.bl-line {
  font-size: 24px;
  border-left: 6px solid #4190DD;
  padding-left: 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .bl-line {
    font-size: 20px;
  }
}

.or-line {
  font-size: 24px;
  border-left: 6px solid #F0B522;
  padding-left: 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .or-line {
    font-size: 20px;
  }
}

.line-left {
  margin: -10px 0 40px 0;
  position: relative;
}
.line-left:after {
  background-color: #153499;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
}

.line-center {
  margin-top: -10px;
  margin-bottom: 60px;
  text-align: center;
}
.line-center:after {
  background-color: #153499;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  margin: 0 auto;
}

.line-left_or {
  margin: -10px 0 40px 0;
  position: relative;
}
.line-left_or:after {
  background-color: #F06622;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
}

.circle {
  font-weight: 600;
}
.circle::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("images/i_circle.png") no-repeat center/contain;
  margin-right: 0.5rem;
  margin-bottom: 3px;
  vertical-align: middle;
}

.circle_or {
  font-weight: 600;
  color: #F06622;
}
.circle_or::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("images/or_circle.png") no-repeat center/contain;
  margin-right: 0.5rem;
  margin-bottom: 3px;
  vertical-align: middle;
}

.circle_red {
  font-weight: 600;
}
.circle_red::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("images/red_circle.png") no-repeat center/contain;
  margin-right: 0.5rem;
  margin-bottom: 3px;
  vertical-align: middle;
}

.line-left_or {
  margin: 0 0 40px 0;
  position: relative;
}
.line-left_or:after {
  background-color: #F06622;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
}

.ttl h2 {
  font-weight: 500;
  font-size: 23px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ttl h2 {
    font-size: 20px;
  }
}
.ttl h2.circle::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("images/i_circle.png") no-repeat center/contain;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.ttl h2.circle.center {
  text-align: center;
  justify-content: center;
}
.ttl p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 72px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .ttl p {
    font-size: 50px;
  }
}

h2 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.2rem;
  }
}

h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
h4.circle {
  font-weight: 600;
}
h4.circle::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("images/i_circle.png") no-repeat center/contain;
  margin-right: 0.5rem;
  margin-bottom: 3px;
  vertical-align: middle;
}

h5 {
  font-size: 17px;
  font-weight: 600;
}

h6 {
  font-size: 16px;
  font-weight: 600;
}

p.medium {
  font-size: 15px;
}
p.small {
  font-size: 13px;
}
p.gr-text {
  color: #707070;
}
p.comments {
  text-align: right;
}
@media screen and (max-width: 767px) {
  p.comments {
    text-align: left;
  }
}

main.single .entry-inner a:not(.c-button):not(.result):not(.wp-block-button__link),
main.page .page-container a:not(.c-button):not(.result):not(.wp-block-button__link) {
  color: #F06622;
  text-decoration: underline;
}
main.single .entry-inner a:not(.c-button):not(.result):not(.wp-block-button__link):focus, main.single .entry-inner a:not(.c-button):not(.result):not(.wp-block-button__link):hover,
main.page .page-container a:not(.c-button):not(.result):not(.wp-block-button__link):focus,
main.page .page-container a:not(.c-button):not(.result):not(.wp-block-button__link):hover {
  text-decoration: underline;
}
main.single .entry-inner a:not(.c-button):not(.result):not(.wp-block-button__link)[target=_blank]::after,
main.page .page-container a:not(.c-button):not(.result):not(.wp-block-button__link)[target=_blank]::after {
  content: "";
  background-image: url("images/link.png");
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-left: 8px;
}
main.single .entry-inner a:not(.c-button):not(.result):not(.wp-block-button__link),
main.page .page-container a:not(.c-button):not(.result):not(.wp-block-button__link) {
  /* 画像のみを含むリンクは除外 */
}
main.single .entry-inner a:not(.c-button):not(.result):not(.wp-block-button__link)[target=_blank]:has(img:only-child)::after,
main.page .page-container a:not(.c-button):not(.result):not(.wp-block-button__link)[target=_blank]:has(img:only-child)::after {
  content: none;
}
main.single .entry-inner a:not(.c-button):not(.result):not(.wp-block-button__link)[href$=".pdf"]:not(:has(img)),
main.page .page-container a:not(.c-button):not(.result):not(.wp-block-button__link)[href$=".pdf"]:not(:has(img)) {
  display: inline-block;
  background-color: #F06622;
  color: white;
  padding: 1rem 2.5rem;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 1rem;
}
main.single .entry-inner a:not(.c-button):not(.result):not(.wp-block-button__link)[href$=".pdf"]:not(:has(img))::after,
main.page .page-container a:not(.c-button):not(.result):not(.wp-block-button__link)[href$=".pdf"]:not(:has(img))::after {
  content: "";
  background: url("images/w_pdf.png") no-repeat center/contain;
  width: 24px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
main.single .entry-inner a:not(.c-button):not(.result):not(.wp-block-button__link)[href$=".pdf"]:not(:has(img)):hover,
main.page .page-container a:not(.c-button):not(.result):not(.wp-block-button__link)[href$=".pdf"]:not(:has(img)):hover {
  color: white;
  text-decoration: none;
}
main.single .entry-inner .wp-block-button .wp-block-button__link,
main.page .page-container .wp-block-button .wp-block-button__link {
  display: inline-block;
  background-color: #F06622;
  border: 1px solid #F06622;
  color: white;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  transition: 0.3s;
  padding: 16px 24px;
  font-size: 14px;
  border-radius: 4px;
  min-width: 250px;
  line-height: 1.4;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  main.single .entry-inner .wp-block-button .wp-block-button__link,
  main.page .page-container .wp-block-button .wp-block-button__link {
    min-width: auto;
    width: 100%;
  }
}
main.single .entry-inner .wp-block-button .wp-block-button__link:hover,
main.page .page-container .wp-block-button .wp-block-button__link:hover {
  background-color: white;
  color: #F06622;
}
main.single .entry-inner .wp-block-button .wp-block-button__link[href$=".pdf"],
main.page .page-container .wp-block-button .wp-block-button__link[href$=".pdf"] {
  font-weight: 700;
}
@media screen and (max-width: 425px) {
  main.single .entry-inner .wp-block-button .wp-block-button__link[href$=".pdf"],
  main.page .page-container .wp-block-button .wp-block-button__link[href$=".pdf"] {
    padding: 12px 16px;
  }
}
main.single .entry-inner .wp-block-button .wp-block-button__link[href$=".pdf"]::after,
main.page .page-container .wp-block-button .wp-block-button__link[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  background: url("images/w_pdf.png") no-repeat center/contain;
  width: 24px;
  height: 25px;
  vertical-align: middle;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  main.single .entry-inner .wp-block-button .wp-block-button__link[href$=".pdf"]::after,
  main.page .page-container .wp-block-button .wp-block-button__link[href$=".pdf"]::after {
    width: 18px;
    height: 17px;
  }
}
main.single .entry-inner .wp-block-button .wp-block-button__link[href$=".pdf"]:hover,
main.page .page-container .wp-block-button .wp-block-button__link[href$=".pdf"]:hover {
  background-color: white;
  color: #F06622;
}
main.single .entry-inner .wp-block-button .wp-block-button__link[href$=".pdf"]:hover::after,
main.page .page-container .wp-block-button .wp-block-button__link[href$=".pdf"]:hover::after {
  background-image: url("images/pdf.png");
}

body.is-restricted main.page:not(.faq) .page-container a:not(.c-button):not(.result),
body.is-restricted main.single .entry-inner a:not(.c-button):not(.result),
body.is-restricted main.page a:not(.c-button):not(.result) {
  color: #153499;
}
body.is-restricted main.page:not(.faq) .page-container a:not(.c-button):not(.result)[href$=".pdf"],
body.is-restricted main.single .entry-inner a:not(.c-button):not(.result)[href$=".pdf"],
body.is-restricted main.page a:not(.c-button):not(.result)[href$=".pdf"] {
  background-color: #153499;
  color: white;
}
body.is-restricted main.page:not(.faq) .page-container a:not(.c-button):not(.result)[href$=".pdf"]:hover,
body.is-restricted main.single .entry-inner a:not(.c-button):not(.result)[href$=".pdf"]:hover,
body.is-restricted main.page a:not(.c-button):not(.result)[href$=".pdf"]:hover {
  color: white;
}
body.is-restricted main.page:not(.faq) .page-container .wp-block-button__link,
body.is-restricted main.single .entry-inner .wp-block-button__link,
body.is-restricted main.page .wp-block-button__link {
  background-color: #153499;
  border-color: #153499;
  color: white;
}
body.is-restricted main.page:not(.faq) .page-container .wp-block-button__link:hover,
body.is-restricted main.single .entry-inner .wp-block-button__link:hover,
body.is-restricted main.page .wp-block-button__link:hover {
  background-color: white;
  color: #153499;
  border-color: #153499;
}
body.is-restricted .archive-tournament td a {
  color: #153499;
  text-decoration: underline;
}
body.is-restricted .archive-tournament .schedule-table table td:nth-child(5) a.result[href$=".pdf"] {
  color: #153499;
  text-decoration: underline;
}
body.is-restricted .archive-tournament .schedule-table table td:nth-child(5) a.result[href$=".pdf"]::after {
  content: "";
  background: url(images/bl_pdf.png) no-repeat center/contain;
  width: 18px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  main.news .main-container:has(> .entry-wrap) {
    padding-inline: 0;
  }
}
.news-wrap {
  padding: 2.5rem 2rem;
  background: url("images/front/info_bg.png") repeat center/auto;
}
@media screen and (max-width: 767px) {
  .news-wrap {
    padding: 2rem 1rem;
  }
}

.news-list {
  padding-bottom: 2rem;
}
.news-list article a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1.5rem;
  padding: 30px 15px;
  border-bottom: solid 1px #bbb;
  background-color: white;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .news-list article a {
    flex-direction: column;
    align-items: flex-start;
  }
}
.news-list article a:hover {
  color: #153499;
}
.news-list article a .archive-title {
  flex: 1;
}
.news-list article a .archive-title .title {
  line-height: 1.5;
  margin-bottom: 0;
}

.archive-meta {
  display: inline-flex;
  width: auto;
  gap: 20px;
  align-items: center;
}
.archive-meta .category {
  white-space: nowrap;
  margin-bottom: 0;
}
.archive-meta .category span {
  color: white;
  background: #F06622;
  display: inline-block;
  padding: 0.25em 0;
  font-size: 0.75rem;
  width: 130px;
  text-align: center;
}

body.is-restricted .archive-meta .category span {
  background: #153499;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin: 3rem auto;
  font-size: 15px;
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  background: #FFF;
  padding: 10px 14px !important;
  margin: 6px;
  font-size: 15px;
  color: #153499;
  border-radius: 4px;
}
.wp-pagenavi a {
  border: 1px solid #153499 !important;
}
.wp-pagenavi a:hover {
  border: 1px solid #153499;
  background: #153499;
  color: #fff;
}
.wp-pagenavi span.current {
  border: 1px solid #153499;
  background: #153499;
  color: #fff;
  font-weight: 400;
  border: none;
}
.wp-pagenavi span.pages, .wp-pagenavi span.extend {
  background: none;
  border: none;
}

.tournament-wrap {
  max-width: 926px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 70px;
  padding-block: 1.5rem;
}
@media screen and (max-width: 767px) {
  .tournament-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.tournament-wrap article {
  position: relative;
  max-width: 430px;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #153499;
  padding: 1rem 1rem 64px 1rem;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .tournament-wrap article {
    max-width: 100%;
  }
}
.tournament-wrap article .open {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #F06622;
  color: white;
  padding: 12px 1rem;
  border-radius: 0 4px 0 4px;
}
.tournament-wrap article .closed {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #bbb;
  color: white;
  padding: 12px 1rem;
  border-radius: 0 4px 0 4px;
}
.tournament-wrap article p {
  color: #707070;
}
.tournament-wrap article figure {
  max-width: 200px;
  width: 100%;
  margin: 0 auto 1rem auto;
}
.tournament-wrap article dl dt {
  display: inline-block;
  width: 120px;
  background-color: #153499;
  text-align: center;
  color: white;
  font-size: 13px;
  padding: 4px 2.5rem;
  margin-bottom: 0.5rem;
}
.tournament-wrap article dl dd {
  margin-bottom: 1rem;
  line-height: 1.4;
}
.tournament-wrap article .alignright {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.tournament-wrap article .c-button {
  color: #153499;
}
.tournament-wrap article .c-button:hover .circle-btn {
  box-shadow: 0px 0px 15px 3px #153499;
}
.tournament-wrap article .c-button:hover .circle-btn:before {
  position: absolute;
  background: url("images/n_arrow.png") no-repeat center/contain;
  width: 23px;
  height: 14px;
}
.tournament-wrap article .circle-btn {
  background: #153499;
  outline: 1px solid #153499;
}

main.single-entry .entry-inner {
  position: relative;
}
main.single-entry .open {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #F06622;
  color: white;
  padding: 12px 2rem;
  border-radius: 0 4px 0 4px;
}
main.single-entry .closed {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #bbb;
  color: white;
  padding: 12px 2rem;
  border-radius: 0 4px 0 4px;
}
main.single-entry .entry-item .cover-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 1.5em;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  main.single-entry .entry-item .cover-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
main.single-entry .entry-item dl.tournament-data {
  padding-bottom: 2rem;
}
main.single-entry .entry-item dl.tournament-data dt {
  font-size: 24px;
  border-left: 4px solid #153499;
  text-indent: 1rem;
  margin: 0 0 1rem 0;
}
@media screen and (max-width: 767px) {
  main.single-entry .entry-item dl.tournament-data dt {
    font-size: 18px;
    text-indent: 0.8rem;
  }
}
main.single-entry .entry-item dl.tournament-data dd {
  margin-bottom: 2.5rem;
  line-height: 1.4;
}
main.single-entry .entry-item dl.tournament-data dd:last-child {
  margin-bottom: 0;
}
main.single-entry .entry-item dl.tournament-data .btn-wrap a {
  color: #153499;
}

main.archive-trial-event .tournament-wrap article {
  border: 2px solid #F06622;
}
main.archive-trial-event .tournament-wrap dl dt {
  background-color: #F06622;
}
main.archive-trial-event .tournament-wrap .c-button {
  color: #F06622;
}
main.archive-trial-event .tournament-wrap .c-button:hover .circle-btn {
  background: white;
  outline: 0;
  box-shadow: 0px 0px 15px 3px #F06622;
}
main.archive-trial-event .tournament-wrap .c-button:hover .circle-btn:before {
  position: absolute;
  background: url("images/or_arrow.png") no-repeat center/contain;
  width: 23px;
  height: 14px;
}
main.archive-trial-event .tournament-wrap .circle-btn {
  background: #F06622;
  outline: 1px solid #F06622;
}
main.archive-trial-event .tournament-wrap .circle-btn:before {
  content: "";
  display: block;
  background: url("images/w_arrow.png") no-repeat center/contain;
  transition: 0.3s ease-in-out;
  width: 23px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

h2.news-head {
  font-weight: 600;
  margin: 15px 0;
  font-size: 24px;
  line-height: 1.6;
  padding-bottom: 10px;
  text-indent: 5px;
  border-bottom: 1px solid #F0B522;
}

.archive-meta time {
  color: #707070;
}
.archive-meta .newscat {
  width: 100%;
  color: white;
  background: #F06622;
  padding: 4px 10px;
  margin: 0;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}

.entry-content .data {
  color: #bbb;
  font-size: 0.8em;
  margin-left: 10px;
}
.entry-content .entry-inner {
  padding: 2.5rem 1.5rem;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .entry-content .entry-inner {
    padding: 1.5rem 1rem;
  }
}
.entry-content .entry-inner h3 {
  font-size: 22px;
  border-left: 6px solid #F0B522;
  padding-left: 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .entry-content .entry-inner h3 {
    font-size: 18px;
  }
}
.entry-content .entry-inner a {
  color: #153499;
  text-decoration: underline;
}
.entry-content .entry-inner a:focus, .entry-content .entry-inner a:hover {
  text-decoration: underline;
}
.entry-content .entry-inner p {
  margin-bottom: 20px;
  padding-left: 0;
}
.entry-content .entry-inner figure.wp-block-image {
  margin: 2rem 0;
}
.entry-content .entry-item {
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .entry-content .entry-item {
    padding: 0;
  }
}
.entry-content .navPage {
  margin: 25px auto;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.entry-content .navPage .next a,
.entry-content .navPage .prev a {
  color: #153499;
  position: relative;
}
.entry-content .navPage .next a:hover,
.entry-content .navPage .prev a:hover {
  opacity: 0.8;
}
.entry-content .navPage .next a::before {
  position: absolute;
  top: 0;
  left: -18px;
  font-family: "FontAwesome";
  content: "\f104";
  color: #4190DD;
}
.entry-content .navPage .prev a::before {
  position: absolute;
  top: 0;
  left: -18px;
  font-family: "FontAwesome";
  content: "\f105";
  margin-right: 12px;
  color: #4190DD;
}

.side-content {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .side-content {
    width: 100%;
  }
}
.side-content .side-head {
  font-size: 20px;
  padding: 15px;
  font-weight: 500;
  border-bottom: 1px solid #F06622;
  margin-bottom: 10px;
}
.side-content .side-head::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("images/or_circle.png") no-repeat center/contain;
  margin-right: 0.5rem;
}
.side-content .inner {
  padding: 6px;
  margin-bottom: 40px;
  background-color: white;
}
.side-content ul {
  margin: 0;
  padding-bottom: 30px;
}
.side-content ul li {
  list-style-type: none;
}
.side-content ul li a {
  border-bottom: 1px solid #bbb;
  padding: 1rem 10px;
  display: block;
}
.side-content ul li a:hover {
  color: #153499;
}
.side-content ul.categorylist li a:before {
  content: "・";
  margin-right: 5px;
  color: #153499;
}

body.is-restricted .side-content .side-head {
  border-bottom: 1px solid #153499;
  margin-bottom: 10px;
}
body.is-restricted .side-content .side-head::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 24px;
  background: url("images/i_b_member.png") no-repeat center/contain;
  margin-right: 0.5rem;
  vertical-align: middle;
}
body.is-restricted h2.news-head {
  border-bottom: 1px solid #153499;
}
body.is-restricted .archive-meta .newscat {
  background: #153499;
}
body.is-restricted .entry-content .entry-inner h3 {
  font-size: 24px;
  border-left: 6px solid #4190DD;
  margin-bottom: 1.5rem;
}

.wpmem-login-wrapper {
  max-width: 520px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .wpmem-login-wrapper {
    padding: 1rem;
  }
}/*# sourceMappingURL=style.css.map */