@charset "UTF-8";
/* リセットcss */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700&family=Noto+Sans+JP:wght@400;500;600&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-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; }

figure {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0; }

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

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

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

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;
  /* 2 */
  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; }

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none; }

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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; }

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * 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] {
  outline: none; }

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* ブレイクポイント設定 */
html {
  font-size: 62.5%; }

/* ヘッダー */
* {
  font-family: "Noto Sans JP", sans-serif;
  outline: 0; }

.header {
  position: fixed;
  width: 100%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.05);
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: bold; }
  @media only screen and (max-width: 1199px) {
    .header {
      font-size: 1.6rem;
      line-height: 1.75; } }
  .header__logo {
    max-width: 300px;
    width: 95%; }
    .header__logo img {
      width: 100%; }
    @media only screen and (max-width: 1199px) {
      .header__logo {
        max-width: 250px; } }
  .header .header__wrap {
    max-width: 1760px;
    width: 95%;
    margin: 0 auto;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header .header__menu {
    display: none; }
  .header .mega__menu_accordion {
    position: relative;
    padding-right: 2rem !important; }
    .header .mega__menu_accordion::after {
      content: "";
      position: absolute;
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-top: 9px solid transparent;
      border-bottom: 9px solid transparent;
      border-left: 16px solid #404040;
      border-right: 0;
      transition: 0.3s ease-in-out;
      top: 41%;
      right: -1px; }
    .header .mega__menu_accordion:active {
      pointer-events: none; }
    @media only screen and (max-width: 1199px) {
      .header .mega__menu_accordion::after {
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 12px solid #404040;
        right: auto;
        margin-left: 5px;
        top: 38%; }
      .header .mega__menu_accordion:hover::after {
        transform: none;
        border-left: 12px solid #404040; }
      .header .mega__menu_accordion.is-open::after {
        transform: rotate(90deg);
        border-left: 12px solid #4EBE3E; }
      .header .mega__menu_accordion:active {
        pointer-events: all; } }
  .header .snsIcon {
    display: none; }
    @media only screen and (max-width: 1199px) {
      .header .snsIcon {
        display: block; }
        .header .snsIcon ul {
          display: flex;
          justify-content: center; }
        .header .snsIcon a {
          display: block;
          padding: 10px;
          transition: 0.3s ease-in-out; }
          .header .snsIcon a:hover {
            opacity: 0.8; } }
  .header .hamburgerMenu-btn {
    display: none; }
  .header .header__pc_menu {
    display: inline-block !important;
    position: relative;
    list-style: none;
    padding: 0; }
    .header .header__pc_menu:nth-last-child(2) {
      padding-right: 0; }
    .header .header__pc_menu .mega__menu {
      display: inline-block;
      position: relative;
      padding-right: 2rem; }
      .header .header__pc_menu .mega__menu_a {
        display: inline-block;
        padding: 25px 0;
        transition: 0.3s ease-in-out; }
      .header .header__pc_menu .mega__menu_second {
        display: block !important;
        position: absolute;
        visibility: hidden;
        opacity: 0;
        top: 80px;
        left: 0;
        width: max-content;
        min-width: 300px;
        background: rgba(231, 237, 236, 0.9);
        /* メガメニューの背景色 */
        padding: 10px 20px;
        box-sizing: border-box;
        transition: 0.3s ease-in-out; }
        .header .header__pc_menu .mega__menu_second li {
          display: block;
          position: relative; }
        .header .header__pc_menu .mega__menu_second a {
          display: inline-block;
          transition: 0.3s ease-in-out;
          padding: .3em 0;
          color: #404040;
          font-size: 1.6rem;
          line-height: 1.625; }
          .header .header__pc_menu .mega__menu_second a:hover {
            background: linear-gradient(transparent 60%, #C3FE78 60%); }
      .header .header__pc_menu .mega__menu:hover {
        color: #4EBE3E; }
        .header .header__pc_menu .mega__menu:hover .mega__menu_accordion::after {
          transform: rotate(90deg);
          border-left: 16px solid #4EBE3E; }
    .header .header__pc_menu li.mega__menu:hover ul.mega__menu_second {
      visibility: visible;
      opacity: 1; }
  @media only screen and (max-width: 1199px) {
    .header .hamburgerMenu-btn {
      display: flex;
      position: relative;
      height: 40px;
      width: 40px;
      justify-content: center;
      align-items: center;
      z-index: 90;
      transition: 0.3s 0.3s ease-in-out;
      border: 1px solid #000; }
      .header .hamburgerMenu-btn::after {
        content: "";
        background: var(--grade-color01, linear-gradient(125deg, #9DEA3A 30.01%, #47DFF3 82.91%));
        mix-blend-mode: multiply;
        display: inline-block;
        height: 40px;
        width: 40px;
        position: absolute;
        top: 3px;
        right: 3px;
        transition: 0.2s; }
      .header .hamburgerMenu-btn:hover::after {
        top: 0px;
        right: 0px; }
      .header .hamburgerMenu-btn span, .header .hamburgerMenu-btn span:before, .header .hamburgerMenu-btn span:after {
        content: '';
        display: block;
        height: 2px;
        width: 20px;
        border-radius: 3px;
        background-color: #404040;
        position: absolute;
        transition: 0.3s ease-in-out; }
      .header .hamburgerMenu-btn span:before {
        bottom: 5px; }
      .header .hamburgerMenu-btn span:after {
        top: 5px; }
    .header .is-open.hamburgerMenu-btn span {
      background-color: rgba(255, 0, 0, 0); }
      .header .is-open.hamburgerMenu-btn span::after {
        top: 0px;
        right: 0px; }
      .header .is-open.hamburgerMenu-btn span::before, .header .is-open.hamburgerMenu-btn span::after {
        display: inline-block;
        position: absolute;
        content: "";
        width: 20px;
        height: 2px;
        top: 0;
        background-color: #404040; }
      .header .is-open.hamburgerMenu-btn span::before {
        transform: rotate(-45deg); }
      .header .is-open.hamburgerMenu-btn span::after {
        transform: rotate(45deg); }
    .header .header__wrap {
      height: 60px; }
    .header .header__sp_menu {
      display: none;
      position: fixed;
      margin: auto;
      height: 100vh;
      right: 0;
      left: 0;
      top: 60px;
      background-color: rgba(255, 255, 255, 0.9); }
      .header .header__sp_menu .mega__menu {
        border-bottom: 1px solid #D9D9D9;
        padding: 0;
        padding: 0 15px;
        display: block; }
        .header .header__sp_menu .mega__menu:first-child {
          border-top: 1px solid #D9D9D9; }
        .header .header__sp_menu .mega__menu_a {
          display: block;
          cursor: pointer;
          padding: 10px 0;
          width: 100%; }
        .header .header__sp_menu .mega__menu_second {
          visibility: visible;
          display: none;
          position: relative;
          z-index: 1;
          top: 0;
          opacity: 1;
          background: rgba(231, 237, 236, 0);
          padding: 0;
          padding-bottom: 5px;
          width: 100%; }
          .header .header__sp_menu .mega__menu_second li {
            position: relative;
            border-bottom: 1px dashed #D9D9D9;
            padding: 0 10px; }
            .header .header__sp_menu .mega__menu_second li:before {
              content: "";
              display: inline-block;
              position: absolute;
              top: 18px;
              background-color: #4EBE3E;
              width: 7px;
              height: 7px;
              transform: rotate(45deg); }
            .header .header__sp_menu .mega__menu_second li:last-child {
              border-bottom: 0; }
          .header .header__sp_menu .mega__menu_second a {
            width: 100%;
            font-size: 1.6rem;
            line-height: 2.5;
            padding-left: 15px; }
            .header .header__sp_menu .mega__menu_second a:hover {
              background: none;
              color: #4EBE3E; } }

/* 共通パーツ */
html {
  scroll-behavior: smooth;
  position: relative; }

.common-btn {
  display: inline-block;
  font-size: 2.1rem;
  line-height: 1.1904761905;
  padding: 8px 60px;
  margin-bottom: 5px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  border: 3px solid #404040;
  color: #404040;
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation; }
  .common-btn::after {
    content: "";
    background: var(--grade-color01, linear-gradient(125deg, #9DEA3A 30.01%, #47DFF3 82.91%));
    mix-blend-mode: multiply;
    display: inline-block;
    width: 101%;
    position: absolute;
    height: 109%;
    top: 5px;
    right: 7px;
    transition: 0.2s; }
  .common-btn:hover::after {
    top: -2px;
    right: 0px; }
  @media only screen and (max-width: 999px) {
    .common-btn {
      display: block;
      font-size: 1.8rem;
      line-height: 1.2222222222;
      padding: 8px 20px;
      margin: 0 auto;
      margin-bottom: 5px;
      width: 40%; } }
  @media only screen and (max-width: 767px) {
    .common-btn {
      font-size: 1.6rem;
      line-height: 1.375;
      padding: 8px 20px;
      width: 50%; } }

.list-btn {
  display: flex;
  align-items: center;
  position: relative;
  height: 60px;
  padding: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
  background-color: #fff;
  color: #404040;
  transition: 0.3s ease-in-out; }
  .list-btn img {
    width: 40px;
    height: 40px;
    object-fit: contain; }
  .list-btn p {
    font-size: 1.8rem;
    line-height: 1.1111111111;
    padding-left: 10px;
    text-align: left; }
  .list-btn::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../images/common/arrow-list.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    right: 10px;
    transition: 0.3s ease-in-out; }
  .list-btn:hover {
    color: #4EBE3E; }
  .list-btn:hover::after {
    background-image: url(../images/common/arrow-list-hover.svg); }
  @media only screen and (max-width: 767px) {
    .list-btn p {
      font-size: 1.6rem;
      line-height: 1.25; }
    .list-btn::after {
      width: 9px;
      height: 9px; } }

.openingAndClosing-btn {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  margin-top: 10px;
  padding: 8px 30px 8px 65px;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: 700;
  border: 3px solid #404040;
  background-color: #fff;
  cursor: pointer; }
  .openingAndClosing-btn:before, .openingAndClosing-btn:after {
    content: "";
    background: #404040;
    border-radius: 10px;
    width: 25px;
    height: 2px;
    position: absolute;
    top: 18px;
    left: 20px;
    transform-origin: center center;
    transition: 0.3s ease-in-out; }
  .openingAndClosing-btn:before {
    width: 2px;
    height: 25px;
    top: 7px;
    left: 32px; }
  .openingAndClosing-btn .textOpen {
    display: block; }
  .openingAndClosing-btn .textClose {
    display: none; }
  .openingAndClosing-btn.is-active {
    color: #E23B77; }
    .openingAndClosing-btn.is-active:after, .openingAndClosing-btn.is-active:before {
      transform: rotate(180deg);
      background: #E23B77; }
    .openingAndClosing-btn.is-active:before {
      opacity: 0; }
    .openingAndClosing-btn.is-active .textOpen {
      display: none; }
    .openingAndClosing-btn.is-active .textClose {
      display: block; }
  .openingAndClosing-btn [type=button] {
    padding: 8px 30px 8px 65px; }
  @media only screen and (max-width: 767px) {
    .openingAndClosing-btn {
      padding: 8px 15px 8px 50px; }
      .openingAndClosing-btn:before {
        left: 25px; }
      .openingAndClosing-btn:after {
        left: 13px; } }

.project-box {
  display: none; }

.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0; }

.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0; }

.scroll_left {
  transition: 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0); }

.scroll_left.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  transform: translateX(0); }

@media only screen and (max-width: 1199px) {
  .scroll_left {
    transform: translateX(0);
    transform: translateY(30px); }

  .scroll_left.on {
    transform: translateY(0);
    opacity: 1.0; } }
.scroll_right {
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0); }

.scroll_right.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  transform: translateX(0); }

@media only screen and (max-width: 1199px) {
  .scroll_right {
    transform: translateX(0);
    transform: translateY(30px); }

  .scroll_right.on {
    transform: translateY(0);
    opacity: 1.0; } }
.eyecatch {
  width: 100%;
  height: 180px;
  background-color: #F4F4F4; }

.acf__square_title {
  position: relative;
  font-size: 2.3rem;
  line-height: 1.3913043478;
  font-weight: 500;
  border-left: 10px solid #4EBE3E;
  padding-left: 10px;
  padding-bottom: 2px;
  margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .acf__square_title {
      font-size: 1.8rem;
      line-height: 1.4444444444;
      padding-left: 10px;
      margin-bottom: 8px; } }

.acf__circle_title {
  position: relative;
  padding-left: 25px;
  padding-bottom: 5px;
  font-size: 2.1rem;
  line-height: 1.4285714286; }
  .acf__circle_title::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    display: inline-block;
    border: 4px solid #4EBE3E;
    width: 20px;
    height: 20px;
    border-radius: 90px; }
  @media only screen and (max-width: 767px) {
    .acf__circle_title {
      font-size: 1.8rem;
      line-height: 1.4444444444; } }

.text-editor {
  width: 97%;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  text-align: justify;
  word-break: break-all;
  overflow-wrap: break-word; }
  @media only screen and (max-width: 999px) {
    .text-editor {
      font-size: 1.6rem;
      line-height: 1.75; } }
  .text-editor ul {
    margin-top: 10px; }
    .text-editor ul li {
      position: relative;
      padding-left: 25px; }
      .text-editor ul li:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 12px;
        left: 6px;
        width: 10px;
        height: 10px;
        background-color: #4EBE3E;
        transform: rotate(45deg); }
  .text-editor .bold {
    font-weight: bold; }
  .text-editor .red {
    color: #E23B77; }
  .text-editor .green {
    color: #4EBE3E; }
  .text-editor .blue {
    color: #1e3adb; }
  .text-editor .orange {
    color: #db631e; }
  .text-editor .yellow {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48.5%, #FDEE00 48.51%, #FDEE00 100%); }
  .text-editor a {
    border-bottom: 1px solid #4EBE3E;
    color: #4EBE3E;
    transition: 0.3s ease-in-out; }
    .text-editor a:hover {
      border-bottom: 1px solid #5AE0F2;
      color: #5AE0F2; }
  .text-editor ul li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 12px; }
    .text-editor ul li:last-child {
      padding-bottom: 0; }
    .text-editor ul li:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 9px;
      left: 0;
      width: 10px;
      height: 10px;
      background-color: #4EBE3E;
      transform: rotate(45deg); }
  .text-editor ol {
    counter-reset: item;
    margin-top: 10px; }
    .text-editor ol li {
      position: relative;
      padding-left: 25px;
      padding-bottom: 12px; }
      .text-editor ol li:last-child {
        padding-bottom: 0; }
      .text-editor ol li:before {
        display: inline-block;
        position: absolute;
        top: 1px;
        left: 0;
        counter-increment: item;
        content: counter(item);
        font-family: "Inter", sans-serif;
        font-weight: bold;
        color: #4EBE3E; }
      .text-editor ol li:nth-child(n+10):before {
        left: -5px; }
  @media only screen and (max-width: 767px) {
    .text-editor ul {
      padding-left: 0.5em; }
      .text-editor ul li {
        padding-left: 20px;
        padding-bottom: 12px; } }
  @media only screen and (max-width: 767px) {
    .text-editor ol {
      margin-left: 0.5em; }
      .text-editor ol li {
        padding-left: 20px;
        padding-bottom: 12px; } }

.caption {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  text-align: justify;
  word-break: break-all;
  overflow-wrap: break-word;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  width: 95%;
  margin: 0 auto;
  padding-top: 5px;
  text-align: center; }
  @media only screen and (max-width: 999px) {
    .caption {
      font-size: 1.6rem;
      line-height: 1.75; } }
  @media only screen and (max-width: 767px) {
    .caption {
      width: 100%; } }

#fancybox-outer {
  box-shadow: none !important; }

.preparation {
  text-align: center;
  height: 50vh;
  padding-top: 120px; }
  .preparation .text p {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    text-align: justify;
    word-break: break-all;
    overflow-wrap: break-word;
    padding-bottom: 20px;
    text-align: center; }
    @media only screen and (max-width: 999px) {
      .preparation .text p {
        font-size: 1.6rem;
        line-height: 1.75; } }
  @media only screen and (max-width: 767px) {
    .preparation {
      height: 80vh; } }

.sideMenu {
  position: fixed;
  height: 100vh;
  margin: auto;
  top: 20%;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden; }
  .sideMenu_fes a {
    padding: 17px 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-direction: row;
    writing-mode: vertical-rl;
    font-size: 1.8rem;
    line-height: 1.1666666667;
    font-weight: bold;
    border: 3px solid #404040;
    background-color: rgba(255, 255, 255, 0.8);
    border-left: 0;
    transition: 0.3s ease-in-out; }
    .sideMenu_fes a img {
      width: 35px; }
    .sideMenu_fes a:hover {
      opacity: .8;
      color: #E23B77; }
  @media only screen and (max-width: 999px) {
    .sideMenu_fes a {
      padding: 15px 10px;
      gap: 5px;
      font-size: 1.7rem;
      line-height: 1; }
      .sideMenu_fes a img {
        width: 20px; } }
  @media only screen and (max-width: 767px) {
    .sideMenu {
      display: none; } }

.active {
  opacity: 1;
  visibility: visible; }

/* トップページ */
.firstView {
  position: relative;
  display: flex;
  padding-top: 80px;
  height: 95vh; }
  @media only screen and (max-width: 1199px) {
    .firstView {
      padding-top: 60px; } }
  .firstView .catchPhrase {
    display: flex;
    justify-content: center;
    position: absolute;
    pointer-events: none; }
    .firstView .catchPhrase img {
      width: 98%;
      opacity: 0.95; }
  .firstView .catchPhraseSP {
    display: none; }
  .firstView #particles-js {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 40%;
    height: 100%; }
  .firstView .slider {
    display: block;
    overflow: hidden;
    width: 60%;
    height: auto; }
    .firstView .slider img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 0.3s ease-in-out; }
      .firstView .slider img:hover {
        transform: scale(1.03, 1.03); }
  .firstView .splide__track {
    height: 100%; }
  .firstView .splide {
    height: 100%; }
  .firstView .splide__progress__bar {
    position: relative;
    bottom: 3px;
    height: 3px;
    background: #E23B77; }
  .firstView .splide__pagination__page {
    background-color: #d8d8d8;
    border-radius: 0;
    opacity: .8;
    width: 12px;
    height: 12px;
    margin: 15px 10px; }
  .firstView .splide__pagination__page.is-active {
    background-color: #E23B77;
    border-radius: 0;
    opacity: 1;
    transform: scale(1.3); }
  @media only screen and (max-width: 1199px) {
    .firstView {
      display: block;
      height: auto;
      height: 500px; }
      .firstView .catchPhrase {
        display: none; }
      .firstView .catchPhraseSP {
        display: block;
        position: absolute;
        pointer-events: none;
        bottom: 3px;
        z-index: 1; }
        .firstView .catchPhraseSP img {
          width: 40%;
          opacity: 0.95; }
      .firstView #particles-js {
        width: 100%;
        position: absolute;
        z-index: -1;
        bottom: 0; }
      .firstView .slider {
        max-width: 680px;
        width: 95%;
        margin: 0 auto;
        margin: auto;
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: -60px;
        height: 420px; }
      .firstView .splide img {
        width: 100%; }
      .firstView .splide__pagination__page {
        width: 8px;
        height: 8px;
        margin: 10px 5px; } }
  @media only screen and (max-width: 767px) {
    .firstView {
      height: 400px; }
      .firstView .slider,
      .firstView .splide {
        height: 320px; } }
  @media only screen and (max-width: 399px) {
    .firstView {
      height: 350px; }
      .firstView .slider,
      .firstView .splide {
        height: 270px; } }

.accordionMenu {
  background: var(--grade-color01, linear-gradient(125deg, #9DEA3A 30.01%, #47DFF3 82.91%));
  padding: 30px 0; }
  .accordionMenu__Wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: 0 auto;
    justify-content: space-around; }
  .accordionMenu .details {
    max-width: 400px;
    width: 100%;
    padding: 10px; }
  .accordionMenu .details-summary {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 20px 90px;
    font-size: 2.3rem;
    line-height: 1.2173913043;
    font-weight: bold;
    background-color: #fff;
    color: #404040;
    transition: 0.3s ease-in-out;
    cursor: pointer; }
    .accordionMenu .details-summary:hover {
      background-color: #f1f1f1; }
    .accordionMenu .details-summary .btn {
      position: absolute;
      top: 30%;
      left: 8%;
      width: 30px;
      height: 30px;
      transform-origin: center center;
      transition-duration: 0.2s; }
      .accordionMenu .details-summary .btn:before, .accordionMenu .details-summary .btn:after {
        content: "";
        background: #8F8F8F;
        border-radius: 10px;
        width: 30px;
        height: 2px;
        position: absolute;
        top: 14px;
        left: 0;
        transform-origin: center center; }
      .accordionMenu .details-summary .btn:before {
        width: 2px;
        height: 30px;
        top: 0;
        left: 14px; }
    .accordionMenu .details-summary .student-title::before {
      content: "";
      position: absolute;
      display: inline-block;
      width: 75px;
      height: 50px;
      background-size: contain;
      background-repeat: no-repeat;
      top: 10%;
      right: 20px;
      background-image: url(../images/top/accordion-students-icon.svg);
      top: 12%; }
      @media only screen and (max-width: 767px) {
        .accordionMenu .details-summary .student-title::before {
          width: 50px; } }
    .accordionMenu .details-summary .student-title::after {
      position: absolute;
      mix-blend-mode: multiply;
      left: 90px;
      content: "";
      height: 15px;
      bottom: 17px;
      transform: scale(0, 1);
      transform-origin: left top;
      transition: transform 0.3s;
      background: rgba(3, 184, 223, 0.5);
      width: 30%; }
      @media only screen and (max-width: 767px) {
        .accordionMenu .details-summary .student-title::after {
          bottom: 13px;
          left: 80px; } }
      @media only screen and (max-width: 767px) {
        .accordionMenu .details-summary .student-title::after {
          width: 27%; } }
    .accordionMenu .details-summary .teacher-title::before {
      content: "";
      position: absolute;
      display: inline-block;
      width: 75px;
      height: 50px;
      background-size: contain;
      background-repeat: no-repeat;
      top: 10%;
      right: 20px;
      background-image: url(../images/top/accordion-teacher-icon.svg); }
      @media only screen and (max-width: 767px) {
        .accordionMenu .details-summary .teacher-title::before {
          width: 50px; } }
      @media only screen and (max-width: 767px) {
        .accordionMenu .details-summary .teacher-title::before {
          top: 7%; } }
    .accordionMenu .details-summary .teacher-title::after {
      position: absolute;
      mix-blend-mode: multiply;
      left: 90px;
      content: "";
      height: 15px;
      bottom: 17px;
      transform: scale(0, 1);
      transform-origin: left top;
      transition: transform 0.3s;
      background: rgba(187, 142, 178, 0.5);
      width: 36%; }
      @media only screen and (max-width: 767px) {
        .accordionMenu .details-summary .teacher-title::after {
          bottom: 13px;
          left: 80px; } }
      @media only screen and (max-width: 767px) {
        .accordionMenu .details-summary .teacher-title::after {
          width: 32%; } }
    .accordionMenu .details-summary .citizen-title::before {
      content: "";
      position: absolute;
      display: inline-block;
      width: 75px;
      height: 50px;
      background-size: contain;
      background-repeat: no-repeat;
      top: 10%;
      right: 20px;
      background-image: url(../images/top/accordion-citizen-icon.svg);
      top: 15%; }
      @media only screen and (max-width: 767px) {
        .accordionMenu .details-summary .citizen-title::before {
          width: 50px; } }
      @media only screen and (max-width: 767px) {
        .accordionMenu .details-summary .citizen-title::before {
          top: 9%; } }
    .accordionMenu .details-summary .citizen-title::after {
      position: absolute;
      mix-blend-mode: multiply;
      left: 90px;
      content: "";
      height: 15px;
      bottom: 17px;
      transform: scale(0, 1);
      transform-origin: left top;
      transition: transform 0.3s;
      background: rgba(237, 121, 128, 0.5);
      width: 48%; }
      @media only screen and (max-width: 767px) {
        .accordionMenu .details-summary .citizen-title::after {
          bottom: 13px;
          left: 80px; } }
      @media only screen and (max-width: 767px) {
        .accordionMenu .details-summary .citizen-title::after {
          width: 42%; } }
    .accordionMenu .details-summary.is-active .btn {
      transform: rotate(180deg); }
      .accordionMenu .details-summary.is-active .btn:before {
        opacity: 0;
        transform: rotate(180deg); }
    .accordionMenu .details-summary.is-active .student-title::after,
    .accordionMenu .details-summary.is-active .teacher-title::after,
    .accordionMenu .details-summary.is-active .citizen-title::after {
      transform: scale(1, 1);
      /*アンダーラインの縮尺比率。ホバー前はx方向に0*/ }
    .accordionMenu .details-summary::-webkit-details-marker {
      display: none; }
    @media only screen and (max-width: 767px) {
      .accordionMenu .details-summary {
        padding: 10px 80px;
        font-size: 2rem;
        line-height: 1.25; }
        .accordionMenu .details-summary .btn {
          top: 21%; } }
  .accordionMenu .details-content {
    max-width: 400px;
    padding: 10px 0;
    font-size: 2.2rem;
    line-height: 1.2272727273; }
    .accordionMenu .details-content li {
      position: relative;
      transition: 0.3s ease-in-out; }
      .accordionMenu .details-content li::after {
        position: absolute;
        content: "";
        display: inline-block;
        background-image: url(../images/common/arrow.svg);
        background-repeat: no-repeat;
        width: 15px;
        height: 15px;
        top: 36%;
        right: 25px;
        transition: 0.3s ease-in-out; }
      .accordionMenu .details-content li:hover {
        opacity: .8;
        color: #E23B77; }
        .accordionMenu .details-content li:hover::after {
          background-image: url(../images/common/arrow-red.svg); }
      .accordionMenu .details-content li .blankImg {
        width: 25px;
        padding-top: 4px;
        padding-left: 5px; }
      .accordionMenu .details-content li a {
        display: block;
        padding: 12px 25px; }
  .accordionMenu .student {
    background-color: #DDEFF3; }
  .accordionMenu .teacher {
    background-color: #F5EAF3; }
  .accordionMenu .citizen {
    background-color: #F2E4E5; }
    .accordionMenu .citizen .bracket {
      font-size: 1.8rem;
      line-height: 1.5; }
  @media only screen and (max-width: 1199px) {
    .accordionMenu {
      padding: 10px 0; }
      .accordionMenu__Wrap {
        justify-content: center; }
      .accordionMenu .details {
        padding: 5px; }
      .accordionMenu .details-content {
        font-size: 1.8rem;
        line-height: 1.0555555556; } }

.topMainTitle {
  font-weight: bold;
  text-align: left; }
  .topMainTitle span {
    color: #E23B77;
    font-size: 2.4rem;
    line-height: 1.1666666667;
    font-family: "Inter", sans-serif; }
  .topMainTitle h2 {
    font-size: 3.4rem;
    line-height: 1.2058823529; }
  @media only screen and (max-width: 999px) {
    .topMainTitle span {
      font-size: 2.1rem;
      line-height: 1.1904761905; }
    .topMainTitle h2 {
      font-size: 2.4rem;
      line-height: 1.2083333333; } }

.topSubTitle {
  display: inline-block;
  font-size: 2.7rem;
  line-height: 1.2222222222;
  border-top: 2px solid #404040;
  padding-top: 10px;
  font-weight: bold; }
  @media only screen and (max-width: 1199px) {
    .topSubTitle {
      font-size: 1.8rem;
      line-height: 1.0555555556; } }

.topNews {
  max-width: 1600px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 3%; }
  .topNews_info {
    flex: 1;
    padding-top: 60px; }
    @media only screen and (max-width: 1199px) {
      .topNews_info {
        padding-top: 50px; } }
  .topNews_area {
    overflow-y: auto;
    min-height: 500px;
    max-height: 500px;
    max-width: 100%;
    width: 100%;
    background-color: #F4F4F4;
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin-top: 25px;
    padding: 15px 20px;
    margin-bottom: 20px;
    text-align: left; }
    .topNews_area::-webkit-scrollbar {
      width: 10px;
      height: 10px; }
    .topNews_area::-webkit-scrollbar-track {
      background-color: #F4F4F4; }
    .topNews_area::-webkit-scrollbar-thumb {
      background-color: #999999; }
    .topNews_area li {
      border-bottom: 1px solid #BDBDBD;
      color: #404040;
      padding: 10px 15px;
      font-feature-settings: "palt";
      transition: 0.3s ease-in-out; }
      .topNews_area li .date {
        color: #8F8F8F; }
      .topNews_area li .news_wrap {
        display: flex;
        align-items: center;
        gap: 5px; }
      .topNews_area li .new, .topNews_area li .important {
        font-size: 1.1rem;
        line-height: 1;
        padding: 3px 5px;
        font-weight: bold;
        letter-spacing: 1.5px; }
      .topNews_area li .new {
        color: #000;
        background-color: #5AE0F2; }
      .topNews_area li .important {
        color: #fff;
        background-color: #E23B77; }
      .topNews_area li:hover {
        color: #4EBE3E; }
      .topNews_area li:last-child {
        border-bottom: 0; }
  @media only screen and (max-width: 1199px) {
    .topNews_area {
      font-size: 1.6rem;
      line-height: 1.4375; } }
  @media only screen and (max-width: 999px) {
    .topNews {
      display: block; }
      .topNews_area {
        padding: 10px;
        max-height: 300px;
        min-height: auto;
        font-size: 1.6rem;
        line-height: 1.4375; }
        .topNews_area li {
          padding: 10px; } }

.topAbout {
  background: var(--border02, linear-gradient(180deg, #FFF 0%, #FFF 54%, #E0F9D8 54%, #E0F9D8 100%));
  padding-top: 60px;
  padding-bottom: 20px; }
  @media only screen and (max-width: 1199px) {
    .topAbout {
      padding-top: 50px; } }
  .topAbout_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1440px;
    width: 95%;
    margin: 0 auto; }
    .topAbout_wrap .textArea {
      flex: 1; }
      .topAbout_wrap .textArea .text {
        font-size: 1.8rem;
        line-height: 1.6666666667;
        color: #404040;
        padding: 30px 0 50px 0;
        font-weight: 500;
        max-width: 610px;
        width: 100%; }
    .topAbout_wrap .imageArea {
      flex: 1; }
      .topAbout_wrap .imageArea img {
        width: 100%; }
  @media only screen and (max-width: 1199px) {
    .topAbout_wrap .textArea .text {
      font-size: 1.6rem;
      line-height: 1.875; }
    .topAbout .imageArea {
      text-align: center; }
      .topAbout .imageArea img {
        width: 70%; } }
  @media only screen and (max-width: 999px) {
    .topAbout {
      background: var(--border02, linear-gradient(180deg, #FFF 0%, #FFF 75%, #E0F9D8 75%, #E0F9D8 100%));
      padding-bottom: 20px; }
      .topAbout_wrap {
        display: block; }
        .topAbout_wrap .textArea {
          padding-bottom: 20px; }
          .topAbout_wrap .textArea .text {
            padding: 20px 0;
            font-size: 1.4rem;
            line-height: 1.8571428571; } }
  @media only screen and (max-width: 767px) {
    .topAbout_wrap .imageArea img {
      width: 90%; } }

.topProject {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media only screen and (max-width: 1199px) {
    .topProject {
      padding-top: 50px; } }
  .topProject_wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    max-width: 1440px;
    width: 95%;
    margin: 0 auto; }
    .topProject_wrap .textArea {
      flex: 2;
      padding-left: 5%; }
      .topProject_wrap .textArea .text {
        font-size: 1.8rem;
        line-height: 1.4444444444;
        color: #404040;
        padding: 30px 0 50px 0;
        font-weight: 500;
        max-width: 610px;
        width: 100%; }
      .topProject_wrap .textArea .icon01 {
        padding-top: 50px; }
    .topProject_wrap .imageArea {
      flex: 1; }
      .topProject_wrap .imageArea img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .topProject_wrap .icon_list {
      padding-top: 50px; }
      .topProject_wrap .icon_list ul {
        display: flex;
        align-items: baseline;
        flex-wrap: wrap;
        gap: 2%; }
        .topProject_wrap .icon_list ul li {
          padding-top: 10px;
          transition: 0.3s ease-in-out;
          width: 133px; }
          .topProject_wrap .icon_list ul li img {
            transition: 0.3s ease-in-out;
            width: 100%; }
          .topProject_wrap .icon_list ul li:hover {
            opacity: 0.8; }
            .topProject_wrap .icon_list ul li:hover img {
              transform: scale(1.1, 1.1); }
  @media only screen and (max-width: 1199px) {
    .topProject {
      padding-bottom: 40px; }
      .topProject .icon_list {
        padding-top: 30px; }
        .topProject .icon_list ul li {
          width: 120px; } }
  @media only screen and (max-width: 767px) {
    .topProject .imageArea {
      display: none; }
    .topProject .textArea {
      padding-left: 0;
      text-align: center; }
    .topProject .icon_list ul {
      justify-content: center; }
      .topProject .icon_list ul li {
        width: 100px; } }

.topMembers {
  background-color: #F4F4F4;
  padding: 50px 0; }
  .topMembers_wrap {
    max-width: 1500px;
    width: 95%;
    margin: 0 auto;
    text-align: center; }
    .topMembers_wrap .topMainTitle {
      max-width: 240px;
      margin: 0 auto;
      text-align: center;
      padding-bottom: 20px; }
    .topMembers_wrap .project-box .members_list {
      padding-top: 50px; }
      .topMembers_wrap .project-box .members_list ul {
        display: flex;
        flex-wrap: wrap;
        padding-top: 20px;
        gap: 15px 2%; }
        .topMembers_wrap .project-box .members_list ul li {
          width: calc(25% - 1.5%); }
    .topMembers_wrap .project-box .common-btn {
      margin-top: 40px; }
  @media only screen and (max-width: 1199px) {
    .topMembers .project-box .members_list {
      padding-top: 50px; }
      .topMembers .project-box .members_list ul li {
        width: calc(33.3% - 1.5%); } }
  @media only screen and (max-width: 999px) {
    .topMembers {
      padding: 30px 0; }
      .topMembers .project-box .members_list {
        padding-top: 30px; }
        .topMembers .project-box .members_list ul {
          justify-content: inherit; }
          .topMembers .project-box .members_list ul li {
            width: 49%; }
            .topMembers .project-box .members_list ul li .list-btn {
              width: 100%; }
      .topMembers .project-box .common-btn {
        margin-top: 20px; } }

/* アーカイブページ */
.pageWrap {
  position: relative;
  padding-top: 80px; }
  @media only screen and (max-width: 1199px) {
    .pageWrap {
      padding-top: 60px; } }
  .pageWrap .contents {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto; }

.bg_object {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url("../images/page/object01.svg"), url("../images/page/object02.svg");
  background-repeat: no-repeat;
  background-position: right 0, left bottom;
  background-size: 420px; }
  @media only screen and (max-width: 999px) {
    .bg_object {
      background-size: 300px; } }

.allContents {
  padding-bottom: 20px; }

.page-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
  background-color: #F4F4F4; }
  .page-title h1 {
    font-size: 3.2rem;
    line-height: 1.4375;
    text-align: center; }
    .page-title h1 span {
      display: block;
      margin: 0 auto;
      margin-top: 10px;
      width: 200px;
      height: 10px;
      background: var(--grade-color01, linear-gradient(125deg, #9DEA3A 30.01%, #47DFF3 82.91%));
      border-radius: 30px; }
  .page-title .fullTitle {
    flex: .8;
    padding-left: 13%; }
  .page-title .fullEyecatch {
    position: relative;
    flex: 1;
    height: 180px;
    width: 100%; }
    .page-title .fullEyecatch img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .page-title .fullEyecatch::before {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      width: 70px;
      height: 180px;
      background: linear-gradient(90deg, #F4F4F4 0%, #F4F4F4 43.75%, rgba(244, 244, 244, 0) 100%); }
  @media only screen and (max-width: 767px) {
    .page-title {
      height: 120px; }
      .page-title h1 {
        font-size: 2.5rem;
        line-height: 1.28; }
        .page-title h1 span {
          width: 110px;
          height: 7px; }
      .page-title .fullEyecatch {
        height: 120px;
        flex: 0.7; }
        .page-title .fullEyecatch::before {
          height: inherit; } }

.breadcrumb {
  font-size: 1.5rem;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 60px;
  color: #656565; }
  @media only screen and (max-width: 767px) {
    .breadcrumb {
      padding-bottom: 30px; } }

.acf__section_title {
  font-size: 3.2rem;
  line-height: 1.4375;
  background-color: #F4F4F4;
  margin-bottom: 30px; }
  .acf__section_title h2 {
    padding: 8px 20px; }
  .acf__section_title span {
    display: block;
    width: 100%;
    height: 6px;
    background: var(--grade-color01, linear-gradient(125deg, #9DEA3A 30.01%, #47DFF3 82.91%)); }
  @media only screen and (max-width: 767px) {
    .acf__section_title {
      font-size: 2.1rem;
      line-height: 1.4285714286;
      margin-bottom: 15px; } }

#formmail {
  margin-bottom: 50px;
  padding-top: 90px;
  margin-top: -90px; }
  @media only screen and (max-width: 1199px) {
    #formmail {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    #formmail {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 1199px) {
    #formmail {
      padding-top: 70px;
      margin-top: -70px; } }

#download {
  padding-bottom: 120px;
  padding-top: 90px;
  margin-top: -90px; }
  @media only screen and (max-width: 1199px) {
    #download {
      padding-bottom: 30px;
      padding-top: 70px;
      margin-top: -70px; } }

.download_area li {
  font-size: 1.8rem;
  line-height: 1.3888888889;
  position: relative;
  padding-left: 20px;
  padding-bottom: 12px; }
  .download_area li:before {
    content: "\f07b";
    font-family: 'Font Awesome 5 Free';
    padding-right: 10px; }
.download_area a {
  border-bottom: 1px solid #4EBE3E;
  color: #4EBE3E;
  transition: 0.3s ease-in-out; }
  .download_area a:hover {
    border-bottom: 1px solid #5AE0F2;
    color: #5AE0F2; }

.archive-list {
  background-color: #F4F4F4;
  padding: 40px 0;
  margin-bottom: -40px; }
  .archive-list__title {
    display: flex;
    justify-content: center;
    align-items: center; }
    .archive-list__title h1 {
      font-size: 3.2rem;
      line-height: 1.4375;
      text-align: center; }
      .archive-list__title h1 span {
        display: block;
        margin: 0 auto;
        margin-top: 10px;
        width: 200px;
        height: 10px;
        background: var(--grade-color01, linear-gradient(125deg, #9DEA3A 30.01%, #47DFF3 82.91%));
        border-radius: 30px; }
  .archive-list__wrap {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto; }
    .archive-list__wrap p {
      font-size: 1.8rem;
      line-height: 1.6666666667;
      text-align: justify;
      word-break: break-all;
      overflow-wrap: break-word;
      text-align: center;
      padding: 20px 0; }
      @media only screen and (max-width: 999px) {
        .archive-list__wrap p {
          font-size: 1.6rem;
          line-height: 1.75; } }
  .archive-list .sp-only {
    display: none; }
  .archive-list__area {
    overflow-y: auto;
    background-color: #fff;
    padding: 20px 25px;
    max-height: 400px;
    font-size: 1.8rem;
    line-height: 1.6666666667;
    text-align: justify;
    word-break: break-all;
    overflow-wrap: break-word; }
    .archive-list__area::-webkit-scrollbar {
      width: 10px;
      height: 10px; }
    .archive-list__area::-webkit-scrollbar-track {
      background-color: #F4F4F4; }
    .archive-list__area::-webkit-scrollbar-thumb {
      background-color: #999999; }
    @media only screen and (max-width: 999px) {
      .archive-list__area {
        font-size: 1.6rem;
        line-height: 1.75; } }
    .archive-list__area li {
      padding: 12px 0;
      border-bottom: 1px solid #BDBDBD; }
      .archive-list__area li:first-child {
        padding-top: 0; }
      .archive-list__area li:last-child {
        padding-bottom: 0;
        border-bottom: 0; }
      .archive-list__area li a {
        display: inline-block;
        border-bottom: 1px solid #ffffff;
        transition: 0.3s ease-in-out; }
        .archive-list__area li a:hover {
          color: #4EBE3E;
          border-bottom: 1px solid #4EBE3E; }
  @media only screen and (max-width: 767px) {
    .archive-list {
      padding-top: 30px;
      padding-bottom: 40px;
      margin-bottom: -20px; }
      .archive-list__title h1 {
        font-size: 2.5rem;
        line-height: 1.28; }
        .archive-list__title h1 span {
          width: 110px;
          height: 7px; }
      .archive-list .sp-only {
        display: block; }
      .archive-list__area {
        padding: 10px 15px; }
        .archive-list__area li {
          padding: 10px 0; } }

/* お知らせページ */
.news {
  max-width: 1600px;
  width: 95%;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 60px; }
  .news__wrap {
    display: flex;
    justify-content: space-between;
    gap: 3%; }
  .news_date {
    flex: 1;
    background-color: #F4F4F4; }
    .news_date ul {
      padding: 20px;
      font-size: 1.8rem;
      line-height: 1.4444444444; }
      .news_date ul li {
        margin-bottom: 10px; }
        .news_date ul li:last-child {
          margin-bottom: 0; }
        .news_date ul li a {
          display: block;
          background-color: #fff;
          padding: 10px;
          width: 100%; }
  .news_area {
    flex: 2;
    overflow-y: auto;
    min-height: 500px;
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin-bottom: 20px;
    text-align: left; }
    .news_area li {
      border-bottom: 1px solid #BDBDBD;
      color: #404040;
      padding: 10px 15px;
      font-feature-settings: "palt"; }
      .news_area li .date {
        color: #8F8F8F; }
      .news_area li .news_wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 5px; }
      .news_area li .cat_group {
        color: #404040;
        font-size: 1.1rem;
        line-height: 1;
        padding: 3px 5px;
        font-weight: bold;
        letter-spacing: 1.5px;
        box-sizing: border-box; }
      .news_area li .universities-tag {
        color: #fff;
        background-color: #E23B77; }
      .news_area li .city-tag {
        background-color: #AAF051; }
      .news_area li .organization-tag {
        background-color: #F0CD51; }
      .news_area li .secretariat-tag {
        background-color: #5AE0F2; }
      .news_area li .inquiry-tag {
        background: #FFF;
        border: 1px solid #E23B77;
        color: #E23B77; }
      .news_area li .well-tag {
        background: #FFF;
        border: 1px solid #9747FF;
        color: #9747FF; }
      .news_area li .notice-tag {
        background: #FFF;
        border: 1px solid #4EBE3E;
        color: #4EBE3E; }
      .news_area li .other-tag {
        background: #FFF;
        border: 1px solid #404040; }
      .news_area li a {
        transition: 0.3s ease-in-out; }
        .news_area li a:hover {
          color: #4EBE3E; }
      .news_area li:first-child {
        border-top: 1px solid #BDBDBD; }
  .news .navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    line-height: 1.5; }
    .news .navigation .page-numbers {
      padding: 5px 10px;
      border: 1px solid #000; }
    .news .navigation .current {
      background: var(--grade-color01, linear-gradient(125deg, #9DEA3A 30.01%, #47DFF3 82.91%)); }
    .news .navigation .prev,
    .news .navigation .next,
    .news .navigation .dots {
      border: 0; }
  @media only screen and (max-width: 1199px) {
    .news_area {
      font-size: 1.6rem;
      line-height: 1.4375; } }
  @media only screen and (max-width: 999px) {
    .news {
      display: block; }
      .news_date {
        display: none; }
      .news_area {
        padding: 10px;
        max-height: 300px;
        min-height: auto;
        font-size: 1.6rem;
        line-height: 1.4375; }
        .news_area li {
          padding: 10px; } }

/* 下層ページ デザインパーツ */
/*
acf デザインパーツ メインタイトル
*/
.acf__main-title {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  color: #4EBE3E;
  padding-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .acf__main-title {
      font-size: 2.1rem;
      line-height: 1.4285714286;
      padding-bottom: 10px; } }

/*
acf デザインパーツ テキスト・画像
*/
.acf__text-image {
  display: flex;
  margin-bottom: 50px;
  gap: 2%; }
  @media only screen and (max-width: 1199px) {
    .acf__text-image {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .acf__text-image {
      margin-bottom: 30px; } }
  .acf__text-image .text-wrap {
    flex: 1.5; }
  .acf__text-image .img-wrap {
    flex: 1.11;
    width: 500px;
    height: 300px; }
    .acf__text-image .img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      transition: 0.3s ease-in-out; }
      .acf__text-image .img-wrap img:hover {
        transform: scale(1.005, 1.005);
        opacity: 0.8; }
  @media only screen and (max-width: 767px) {
    .acf__text-image {
      display: block; }
      .acf__text-image .img-wrap {
        margin: 0 auto;
        width: 100%;
        height: auto;
        margin-top: 20px; } }

.left {
  flex-direction: row-reverse; }

/*
acf デザインパーツ テキスト
*/
.acf__text {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  text-align: justify;
  word-break: break-all;
  overflow-wrap: break-word;
  margin-bottom: 50px; }
  @media only screen and (max-width: 999px) {
    .acf__text {
      font-size: 1.6rem;
      line-height: 1.75; } }
  @media only screen and (max-width: 1199px) {
    .acf__text {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .acf__text {
      margin-bottom: 30px; } }

/*
acf デザインパーツ リスト
*/
.acf__list {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  text-align: justify;
  word-break: break-all;
  overflow-wrap: break-word;
  margin-bottom: 50px;
  font-size: 1.8rem;
  line-height: 1.3888888889; }
  @media only screen and (max-width: 999px) {
    .acf__list {
      font-size: 1.6rem;
      line-height: 1.75; } }
  @media only screen and (max-width: 1199px) {
    .acf__list {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .acf__list {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 999px) {
    .acf__list {
      font-size: 1.6rem;
      line-height: 1.375; } }
  .acf__list ol {
    counter-reset: item; }
  .acf__list .points {
    padding-left: 25px; }
    .acf__list .points li {
      position: relative;
      padding-left: 20px;
      padding-bottom: 12px; }
      .acf__list .points li:last-child {
        padding-bottom: 0; }
      .acf__list .points li:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 9px;
        left: 0;
        width: 10px;
        height: 10px;
        background-color: #4EBE3E;
        transform: rotate(45deg); }
      .acf__list .points li .bold {
        font-weight: bold; }
      .acf__list .points li .red {
        color: #E23B77; }
      .acf__list .points li .green {
        color: #4EBE3E; }
      .acf__list .points li .blue {
        color: #1e3adb; }
      .acf__list .points li .orange {
        color: #db631e; }
      .acf__list .points li .yellow {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48.5%, #FDEE00 48.51%, #FDEE00 100%); }
      .acf__list .points li a {
        border-bottom: 1px solid #4EBE3E;
        color: #4EBE3E;
        transition: 0.3s ease-in-out; }
        .acf__list .points li a:hover {
          border-bottom: 1px solid #5AE0F2;
          color: #5AE0F2; }
      .acf__list .points li ul li {
        position: relative;
        padding-left: 20px;
        padding-bottom: 12px; }
        .acf__list .points li ul li:last-child {
          padding-bottom: 0; }
        .acf__list .points li ul li:before {
          content: "";
          display: inline-block;
          position: absolute;
          top: 9px;
          left: 0;
          width: 10px;
          height: 10px;
          background-color: #4EBE3E;
          transform: rotate(45deg); }
      .acf__list .points li ol {
        counter-reset: item;
        margin-top: 10px; }
        .acf__list .points li ol li {
          position: relative;
          padding-left: 25px;
          padding-bottom: 12px; }
          .acf__list .points li ol li:last-child {
            padding-bottom: 0; }
          .acf__list .points li ol li:before {
            display: inline-block;
            position: absolute;
            top: 1px;
            left: 0;
            counter-increment: item;
            content: counter(item);
            font-family: "Inter", sans-serif;
            font-weight: bold;
            color: #4EBE3E; }
          .acf__list .points li ol li:nth-child(n+10):before {
            left: -5px; }
      @media only screen and (max-width: 767px) {
        .acf__list .points li ul {
          padding-left: 0.5em; }
          .acf__list .points li ul li {
            padding-left: 20px;
            padding-bottom: 12px; } }
      @media only screen and (max-width: 767px) {
        .acf__list .points li ol {
          margin-left: 0.5em; }
          .acf__list .points li ol li {
            padding-left: 20px;
            padding-bottom: 12px; } }
  .acf__list .number {
    margin-left: 1.25em; }
    .acf__list .number li {
      position: relative;
      padding-left: 25px;
      padding-bottom: 12px; }
      .acf__list .number li:last-child {
        padding-bottom: 0; }
      .acf__list .number li:before {
        display: inline-block;
        position: absolute;
        top: 1px;
        left: 0;
        counter-increment: item;
        content: counter(item);
        font-family: "Inter", sans-serif;
        font-weight: bold;
        color: #4EBE3E; }
      .acf__list .number li:nth-child(n+10):before {
        left: -5px; }
      .acf__list .number li .bold {
        font-weight: bold; }
      .acf__list .number li .red {
        color: #E23B77; }
      .acf__list .number li .green {
        color: #4EBE3E; }
      .acf__list .number li .blue {
        color: #1e3adb; }
      .acf__list .number li .orange {
        color: #db631e; }
      .acf__list .number li .yellow {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48.5%, #FDEE00 48.51%, #FDEE00 100%); }
      .acf__list .number li a {
        border-bottom: 1px solid #4EBE3E;
        color: #4EBE3E;
        transition: 0.3s ease-in-out; }
        .acf__list .number li a:hover {
          border-bottom: 1px solid #5AE0F2;
          color: #5AE0F2; }
      .acf__list .number li ul li {
        position: relative;
        padding-left: 20px;
        padding-bottom: 12px; }
        .acf__list .number li ul li:last-child {
          padding-bottom: 0; }
        .acf__list .number li ul li:before {
          content: "";
          display: inline-block;
          position: absolute;
          top: 9px;
          left: 0;
          width: 10px;
          height: 10px;
          background-color: #4EBE3E;
          transform: rotate(45deg); }
      .acf__list .number li ol {
        counter-reset: item;
        margin-top: 10px; }
        .acf__list .number li ol li {
          position: relative;
          padding-left: 25px;
          padding-bottom: 12px; }
          .acf__list .number li ol li:last-child {
            padding-bottom: 0; }
          .acf__list .number li ol li:before {
            display: inline-block;
            position: absolute;
            top: 1px;
            left: 0;
            counter-increment: item;
            content: counter(item);
            font-family: "Inter", sans-serif;
            font-weight: bold;
            color: #4EBE3E; }
          .acf__list .number li ol li:nth-child(n+10):before {
            left: -5px; }
      @media only screen and (max-width: 767px) {
        .acf__list .number li ul {
          padding-left: 0.5em; }
          .acf__list .number li ul li {
            padding-left: 20px;
            padding-bottom: 12px; } }
      @media only screen and (max-width: 767px) {
        .acf__list .number li ol {
          margin-left: 0.5em; }
          .acf__list .number li ol li {
            padding-left: 20px;
            padding-bottom: 12px; } }
  @media only screen and (max-width: 767px) {
    .acf__list .points {
      padding-left: 0.5em; }
      .acf__list .points li {
        padding-left: 20px;
        padding-bottom: 12px; }
        .acf__list .points li:before {
          top: 7px; } }
  @media only screen and (max-width: 767px) {
    .acf__list .number {
      margin-left: 0.5em; }
      .acf__list .number li {
        padding-left: 20px;
        padding-bottom: 12px; } }

/*
acf デザインパーツ ファイルボタン
*/
.acf__file-btn {
  margin-bottom: 50px;
  width: 100%; }
  @media only screen and (max-width: 1199px) {
    .acf__file-btn {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .acf__file-btn {
      margin-bottom: 30px; } }
  .acf__file-btn ul {
    width: 97%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 1%; }
    .acf__file-btn ul .file-btn {
      width: calc(33.3% - 1%);
      border: 0 !important; }
      .acf__file-btn ul .file-btn a {
        display: flex;
        align-items: center;
        position: relative;
        width: 100%;
        min-height: 60px;
        padding: 10px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
        background-color: #fff;
        color: #404040;
        transition: 0.3s ease-in-out;
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: 15px center; }
        .acf__file-btn ul .file-btn a img {
          width: 40px;
          height: 40px;
          object-fit: contain; }
        .acf__file-btn ul .file-btn a p {
          font-size: 1.7rem;
          line-height: 1.3529411765;
          padding: 0 15px;
          text-align: left; }
        .acf__file-btn ul .file-btn a::after {
          content: "";
          display: inline-block;
          position: absolute;
          background-image: url(../images/common/arrow-list.svg);
          background-repeat: no-repeat;
          width: 12px;
          height: 12px;
          right: 10px;
          top: 0;
          bottom: 0;
          margin: auto;
          transition: 0.3s ease-in-out; }
        .acf__file-btn ul .file-btn a:hover {
          color: #4EBE3E; }
        .acf__file-btn ul .file-btn a:hover::after {
          background-image: url(../images/common/arrow-list-hover.svg); }
        .acf__file-btn ul .file-btn a[href$='.pdf'] {
          padding-left: 35px; }
          .acf__file-btn ul .file-btn a[href$='.pdf']:before {
            content: "";
            position: absolute;
            display: inline-block;
            background-repeat: no-repeat;
            background-size: contain;
            width: 30px;
            height: 30px;
            padding-left: 45px;
            left: 12px;
            top: 0;
            bottom: 0;
            margin: auto;
            background-image: url(../images/common/pdf.svg); }
        .acf__file-btn ul .file-btn a[href$='.doc'], .acf__file-btn ul .file-btn a[href$='.docx'] {
          padding-left: 35px; }
          .acf__file-btn ul .file-btn a[href$='.doc']:before, .acf__file-btn ul .file-btn a[href$='.docx']:before {
            content: "";
            position: absolute;
            display: inline-block;
            background-repeat: no-repeat;
            background-size: contain;
            width: 30px;
            height: 30px;
            padding-left: 45px;
            left: 12px;
            top: 0;
            bottom: 0;
            margin: auto;
            background-image: url(../images/common/word.svg); }
        .acf__file-btn ul .file-btn a[href$='.png'] {
          padding-left: 35px; }
          .acf__file-btn ul .file-btn a[href$='.png']:before {
            content: "";
            position: absolute;
            display: inline-block;
            background-repeat: no-repeat;
            background-size: contain;
            width: 30px;
            height: 30px;
            padding-left: 45px;
            left: 12px;
            top: 0;
            bottom: 0;
            margin: auto;
            background-image: url(../images/common/png.svg); }
        .acf__file-btn ul .file-btn a[href$='.jpg'], .acf__file-btn ul .file-btn a[href$='.jpeg'] {
          padding-left: 35px; }
          .acf__file-btn ul .file-btn a[href$='.jpg']:before, .acf__file-btn ul .file-btn a[href$='.jpeg']:before {
            content: "";
            position: absolute;
            display: inline-block;
            background-repeat: no-repeat;
            background-size: contain;
            width: 30px;
            height: 30px;
            padding-left: 45px;
            left: 12px;
            top: 0;
            bottom: 0;
            margin: auto;
            background-image: url(../images/common/jpg.svg); }
        .acf__file-btn ul .file-btn a[href$='.xlsx'], .acf__file-btn ul .file-btn a[href$='.xls'] {
          padding-left: 35px; }
          .acf__file-btn ul .file-btn a[href$='.xlsx']:before, .acf__file-btn ul .file-btn a[href$='.xls']:before {
            content: "";
            position: absolute;
            display: inline-block;
            background-repeat: no-repeat;
            background-size: contain;
            width: 30px;
            height: 30px;
            padding-left: 45px;
            left: 12px;
            top: 0;
            bottom: 0;
            margin: auto;
            background-image: url(../images/common/excel.svg); }
        .acf__file-btn ul .file-btn a[href$='.pptx'], .acf__file-btn ul .file-btn a[href$='.ppt'] {
          padding-left: 35px; }
          .acf__file-btn ul .file-btn a[href$='.pptx']:before, .acf__file-btn ul .file-btn a[href$='.ppt']:before {
            content: "";
            position: absolute;
            display: inline-block;
            background-repeat: no-repeat;
            background-size: contain;
            width: 30px;
            height: 30px;
            padding-left: 45px;
            left: 12px;
            top: 0;
            bottom: 0;
            margin: auto;
            background-image: url(../images/common/pptx.svg); }
  @media only screen and (max-width: 999px) {
    .acf__file-btn ul .file-btn {
      width: calc(50% - 1%); }
      .acf__file-btn ul .file-btn a {
        width: 100%; } }
  @media only screen and (max-width: 767px) {
    .acf__file-btn ul {
      justify-content: center; }
      .acf__file-btn ul .file-btn {
        width: 100%; }
        .acf__file-btn ul .file-btn a {
          width: 100%; }
          .acf__file-btn ul .file-btn a p {
            font-size: 1.6rem;
            line-height: 1.25; } }

/*
acf デザインパーツ ファイルボタン
*/
.acf__link-btn {
  margin-bottom: 50px; }
  @media only screen and (max-width: 1199px) {
    .acf__link-btn {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .acf__link-btn {
      margin-bottom: 30px; } }
  .acf__link-btn ul {
    width: 97%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1%; }
    .acf__link-btn ul .link-btn {
      width: calc(33.3% - 1%); }
      .acf__link-btn ul .link-btn a {
        display: flex;
        align-items: center;
        position: relative;
        width: 100%;
        min-height: 60px;
        padding: 10px;
        background-color: #fff;
        color: #404040;
        transition: 0.3s ease-in-out;
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: 15px center;
        margin-bottom: 15px;
        padding-left: 35px; }
        .acf__link-btn ul .link-btn a img {
          width: 40px;
          height: 40px;
          object-fit: contain; }
        .acf__link-btn ul .link-btn a p {
          font-size: 1.7rem;
          line-height: 1.3529411765;
          padding: 0 15px;
          text-align: left; }
        .acf__link-btn ul .link-btn a::before {
          content: "";
          position: absolute;
          display: inline-block;
          background-repeat: no-repeat;
          background-size: contain;
          width: 30px;
          height: 30px;
          left: 12px;
          top: 0;
          bottom: 0;
          margin: auto;
          background-image: url(../images/common/blank_white.svg); }
        .acf__link-btn ul .link-btn a::after {
          content: "";
          display: inline-block;
          position: absolute;
          background-image: url(../images/common/arrow-list-white.svg);
          background-repeat: no-repeat;
          width: 12px;
          height: 12px;
          right: 10px;
          top: 0;
          bottom: 0;
          margin: auto;
          transition: 0.3s ease-in-out; }
    .acf__link-btn ul .redBtn a {
      color: #fff;
      background-color: #ff639a;
      border-radius: 3px;
      border-bottom: 7px solid #E23B77; }
      .acf__link-btn ul .redBtn a:hover {
        border-bottom: 0;
        border-bottom: 3px solid #E23B77; }
    .acf__link-btn ul .blueBtn a {
      color: #fff;
      background-color: #67d6ed;
      border-radius: 3px;
      border-bottom: 7px solid #06c6df; }
      .acf__link-btn ul .blueBtn a:hover {
        border-bottom: 0;
        border-bottom: 3px solid #06c6df; }
    .acf__link-btn ul .greenBtn a {
      color: #fff;
      background-color: #70d961;
      border-radius: 3px;
      border-bottom: 7px solid #4EBE3E; }
      .acf__link-btn ul .greenBtn a:hover {
        border-bottom: 0;
        border-bottom: 3px solid #4EBE3E; }
    .acf__link-btn ul .whiteBtn a {
      background-color: #F4F4F4;
      border-radius: 3px;
      border-bottom: 7px solid #dfdfdf; }
      .acf__link-btn ul .whiteBtn a:hover {
        border-bottom: 0;
        border-bottom: 3px solid #dfdfdf; }
      .acf__link-btn ul .whiteBtn a::before {
        background-image: url(../images/common/blank.svg);
        opacity: 0.7; }
      .acf__link-btn ul .whiteBtn a::after {
        background-image: url(../images/common/arrow-list.svg); }
  @media only screen and (max-width: 999px) {
    .acf__link-btn ul .link-btn {
      width: calc(50% - 1%); }
      .acf__link-btn ul .link-btn a {
        width: 100%; } }
  @media only screen and (max-width: 767px) {
    .acf__link-btn ul {
      justify-content: center; }
      .acf__link-btn ul .link-btn {
        width: 100%; }
        .acf__link-btn ul .link-btn a {
          width: 100%; }
          .acf__link-btn ul .link-btn a p {
            font-size: 1.6rem;
            line-height: 1.25; } }

/*
acf デザインパーツ 画像単品
*/
.acf__image {
  max-width: 750px;
  width: 95%;
  margin: 0 auto;
  transition: 0.3s ease-in-out;
  margin-bottom: 50px; }
  @media only screen and (max-width: 1199px) {
    .acf__image {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .acf__image {
      margin-bottom: 30px; } }
  .acf__image img {
    width: 100%;
    object-fit: contain;
    object-position: center;
    transition: 0.3s ease-in-out; }
  .acf__image:hover {
    opacity: 0.8; }
    .acf__image:hover img {
      transform: scale(1.005, 1.005); }

/*
acf デザインパーツ ギャラリー
*/
.acf__gallery {
  margin-bottom: 50px; }
  @media only screen and (max-width: 1199px) {
    .acf__gallery {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .acf__gallery {
      margin-bottom: 30px; } }
  .acf__gallery ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1%; }
    .acf__gallery ul li {
      max-width: 390px;
      transition: 0.3s ease-in-out;
      padding-bottom: 20px; }
      .acf__gallery ul li a {
        display: block;
        width: 390px;
        height: 300px; }
      .acf__gallery ul li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.3s ease-in-out; }
      .acf__gallery ul li:hover {
        opacity: 0.8; }
        .acf__gallery ul li:hover img {
          transform: scale(1.008, 1.008); }
  .acf__gallery .project-box {
    margin-top: 20px; }
  @media only screen and (max-width: 767px) {
    .acf__gallery ul {
      gap: 3%;
      justify-content: center; }
      .acf__gallery ul li {
        max-width: auto;
        width: 48%;
        padding-bottom: 10px; }
        .acf__gallery ul li a {
          width: auto;
          height: 150px; } }

/*
acf デザインパーツ 画像ギャラリー(URL埋め込み)
*/
/*
acf デザインパーツ 動画埋め込み
*/
.acf__youtube {
  margin-bottom: 50px; }
  @media only screen and (max-width: 1199px) {
    .acf__youtube {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .acf__youtube {
      margin-bottom: 30px; } }
  .acf__youtube .acf__circle_title {
    width: fit-content;
    margin: 0 auto; }
  .acf__youtube ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 1%; }
    .acf__youtube ul li {
      transition: 0.3s ease-in-out; }
      .acf__youtube ul li:hover {
        opacity: 0.8; }
        .acf__youtube ul li:hover img {
          transform: scale(1.008, 1.008); }
      .acf__youtube ul li .youtube_area {
        position: relative;
        width: 585px;
        height: 330px; }
        .acf__youtube ul li .youtube_area iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
  .acf__youtube .project-box {
    margin-top: 30px; }
  @media only screen and (max-width: 1199px) {
    .acf__youtube ul {
      gap: 30px 3%; }
      .acf__youtube ul li {
        max-width: auto;
        width: 48%;
        height: 100%; }
        .acf__youtube ul li .youtube_area {
          width: auto;
          height: 300px; } }
  @media only screen and (max-width: 767px) {
    .acf__youtube ul li .youtube_area {
      width: auto;
      height: 200px; } }

/*
acf デザインパーツ MP4動画埋め込み
*/
.acf__mp4 {
  margin-bottom: 50px; }
  @media only screen and (max-width: 1199px) {
    .acf__mp4 {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .acf__mp4 {
      margin-bottom: 30px; } }
  .acf__mp4 .acf__circle_title {
    width: fit-content;
    margin: 0 auto; }
  .acf__mp4 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 1%; }
    .acf__mp4 ul li {
      max-width: 590px;
      transition: 0.3s ease-in-out;
      padding-bottom: 20px; }
      .acf__mp4 ul li:hover {
        opacity: 0.8; }
        .acf__mp4 ul li:hover img {
          transform: scale(1.008, 1.008); }
      .acf__mp4 ul li .mp4_area {
        position: relative;
        width: 585px;
        height: 330px; }
        .acf__mp4 ul li .mp4_area iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
  .acf__mp4 .project-box {
    margin-top: 30px; }
  @media only screen and (max-width: 1199px) {
    .acf__mp4 ul {
      gap: 30px 3%; }
      .acf__mp4 ul li {
        max-width: auto;
        width: 48%;
        height: 100%; }
        .acf__mp4 ul li .mp4_area {
          width: auto;
          height: 300px; } }
  @media only screen and (max-width: 767px) {
    .acf__mp4 ul li .mp4_area {
      width: auto;
      height: 200px; } }

/*
acf デザインパーツ アコーディオンパネル + <details><summary>タグ整備
*/
.acf__accordion-panel {
  margin-bottom: 50px; }
  @media only screen and (max-width: 1199px) {
    .acf__accordion-panel {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .acf__accordion-panel {
      margin-bottom: 30px; } }

.accordion {
  display: block;
  background: #F4F4F4;
  padding: 20px;
  padding-bottom: 10px;
  margin: 10px 0;
  transition: 0.3s ease-in-out;
  font-size: 1.8rem;
  line-height: 1.3888888889; }
  .accordion summary {
    position: relative;
    list-style-type: none;
    padding-left: 30px;
    transition: 0.3s ease-in-out;
    padding-bottom: 10px;
    cursor: pointer; }
    .accordion summary:before, .accordion summary:after {
      content: "";
      background: #404040;
      border-radius: 10px;
      width: 16px;
      height: 2px;
      position: absolute;
      top: 12px;
      left: 0;
      transform-origin: center center;
      transition: 0.3s ease-in-out; }
    .accordion summary:before {
      width: 2px;
      height: 16px;
      top: 5px;
      left: 7px; }
    .accordion summary::marker {
      list-style-type: none; }
    .accordion summary.is-active {
      color: #E23B77; }
      .accordion summary.is-active:before, .accordion summary.is-active:after {
        background: #E23B77; }
      .accordion summary.is-active:before {
        opacity: 0;
        transform: rotate(180deg); }
  .accordion[open] {
    padding-bottom: 20px; }
  .accordion ol, .accordion ul {
    padding-left: 0 !important; }
  .accordion .bold {
    font-weight: bold; }
  .accordion .red {
    color: #E23B77; }
  .accordion .green {
    color: #4EBE3E; }
  .accordion .blue {
    color: #1e3adb; }
  .accordion .orange {
    color: #db631e; }
  .accordion .yellow {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48.5%, #FDEE00 48.51%, #FDEE00 100%); }
  .accordion a {
    border-bottom: 1px solid #4EBE3E;
    color: #4EBE3E;
    transition: 0.3s ease-in-out; }
    .accordion a:hover {
      border-bottom: 1px solid #5AE0F2;
      color: #5AE0F2; }
  .accordion ul li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 12px; }
    .accordion ul li:last-child {
      padding-bottom: 0; }
    .accordion ul li:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 9px;
      left: 0;
      width: 10px;
      height: 10px;
      background-color: #4EBE3E;
      transform: rotate(45deg); }
  .accordion ol {
    counter-reset: item;
    margin-top: 10px; }
    .accordion ol li {
      position: relative;
      padding-left: 25px;
      padding-bottom: 12px; }
      .accordion ol li:last-child {
        padding-bottom: 0; }
      .accordion ol li:before {
        display: inline-block;
        position: absolute;
        top: 1px;
        left: 0;
        counter-increment: item;
        content: counter(item);
        font-family: "Inter", sans-serif;
        font-weight: bold;
        color: #4EBE3E; }
      .accordion ol li:nth-child(n+10):before {
        left: -5px; }
  @media only screen and (max-width: 767px) {
    .accordion ul {
      padding-left: 0.5em; }
      .accordion ul li {
        padding-left: 20px;
        padding-bottom: 12px; } }
  @media only screen and (max-width: 767px) {
    .accordion ol {
      margin-left: 0.5em; }
      .accordion ol li {
        padding-left: 20px;
        padding-bottom: 12px; } }
  @media only screen and (max-width: 999px) {
    .accordion {
      font-size: 1.6rem;
      line-height: 1.375; } }
  @media only screen and (max-width: 767px) {
    .accordion {
      padding: 10px 15px;
      padding-bottom: 8px; }
      .accordion summary {
        padding-bottom: 5px; }
      .accordion[open] {
        padding-bottom: 10px; } }

.acf__table {
  margin-bottom: 50px; }
  @media only screen and (max-width: 1199px) {
    .acf__table {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .acf__table {
      margin-bottom: 30px; } }
  .acf__table_wrap {
    overflow-x: auto; }
    .acf__table_wrap::-webkit-scrollbar {
      width: 10px;
      height: 10px; }
    .acf__table_wrap::-webkit-scrollbar-track {
      background-color: #F4F4F4; }
    .acf__table_wrap::-webkit-scrollbar-thumb {
      background-color: #999999; }
  .acf__table table {
    width: 100%;
    table-layout: fixed;
    background-color: #fff;
    white-space: normal; }
    .acf__table table td {
      font-size: 1.8rem;
      line-height: 1.6666666667;
      text-align: justify;
      word-break: break-all;
      overflow-wrap: break-word;
      border-collapse: collapse;
      border: 1px solid #BDBDBD;
      padding: 5px 15px;
      vertical-align: middle; }
      @media only screen and (max-width: 999px) {
        .acf__table table td {
          font-size: 1.6rem;
          line-height: 1.75; } }
    .acf__table table .bold {
      font-weight: bold; }
    .acf__table table .red {
      color: #E23B77; }
    .acf__table table .green {
      color: #4EBE3E; }
    .acf__table table .blue {
      color: #1e3adb; }
    .acf__table table .orange {
      color: #db631e; }
    .acf__table table .yellow {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48.5%, #FDEE00 48.51%, #FDEE00 100%); }
    .acf__table table a {
      border-bottom: 1px solid #4EBE3E;
      color: #4EBE3E;
      transition: 0.3s ease-in-out; }
      .acf__table table a:hover {
        border-bottom: 1px solid #5AE0F2;
        color: #5AE0F2; }
    .acf__table table ul li {
      position: relative;
      padding-left: 20px;
      padding-bottom: 12px; }
      .acf__table table ul li:last-child {
        padding-bottom: 0; }
      .acf__table table ul li:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 9px;
        left: 0;
        width: 10px;
        height: 10px;
        background-color: #4EBE3E;
        transform: rotate(45deg); }
    .acf__table table ol {
      counter-reset: item;
      margin-top: 10px; }
      .acf__table table ol li {
        position: relative;
        padding-left: 25px;
        padding-bottom: 12px; }
        .acf__table table ol li:last-child {
          padding-bottom: 0; }
        .acf__table table ol li:before {
          display: inline-block;
          position: absolute;
          top: 1px;
          left: 0;
          counter-increment: item;
          content: counter(item);
          font-family: "Inter", sans-serif;
          font-weight: bold;
          color: #4EBE3E; }
        .acf__table table ol li:nth-child(n+10):before {
          left: -5px; }
    @media only screen and (max-width: 767px) {
      .acf__table table ul {
        padding-left: 0.5em; }
        .acf__table table ul li {
          padding-left: 20px;
          padding-bottom: 12px; } }
    @media only screen and (max-width: 767px) {
      .acf__table table ol {
        margin-left: 0.5em; }
        .acf__table table ol li {
          padding-left: 20px;
          padding-bottom: 12px; } }
    .acf__table table ul {
      margin-top: 0; }
    .acf__table table .other {
      background-color: transparent; }
    .acf__table table .left-title {
      background-color: #F4F4F4;
      font-weight: 500;
      width: 30%; }
    .acf__table table .top-title {
      background-color: #F4F4F4;
      font-weight: 500; }
      .acf__table table .top-title td {
        padding: 0px 15px; }
  @media only screen and (max-width: 767px) {
    .acf__table table {
      width: auto;
      table-layout: auto; }
      .acf__table table td {
        padding: 8px 10px;
        min-width: 300px; } }

.acf__column {
  text-align: center;
  margin-bottom: 50px; }
  @media only screen and (max-width: 1199px) {
    .acf__column {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .acf__column {
      margin-bottom: 30px; } }
  .acf__column .column {
    max-width: 800px;
    width: 95%;
    display: inline-block;
    background-color: #F4F4F4;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 1px;
    padding: 20px 50px;
    border-radius: 30px; }
    .acf__column .column_wrap {
      text-align: center; }
      .acf__column .column_wrap__title {
        font-size: 2.3rem;
        line-height: 1.652173913;
        font-weight: 600;
        color: #E23B77; }
    .acf__column .column_text {
      text-align: left;
      font-size: 1.8rem;
      line-height: 1.6666666667;
      text-align: justify;
      word-break: break-all;
      overflow-wrap: break-word; }
      @media only screen and (max-width: 999px) {
        .acf__column .column_text {
          font-size: 1.6rem;
          line-height: 1.75; } }
  @media only screen and (max-width: 999px) {
    .acf__column .column_wrap__title {
      font-size: 2.1rem;
      line-height: 1.7142857143; } }
  @media only screen and (max-width: 767px) {
    .acf__column .column {
      padding: 20px 30px; }
      .acf__column .column_wrap__title {
        font-size: 1.8rem;
        line-height: 1.6666666667; } }

/*
acf デザインパーツ FAQ
*/
.faqArea {
  margin-bottom: 50px; }
  @media only screen and (max-width: 1199px) {
    .faqArea {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .faqArea {
      margin-bottom: 30px; } }

.acf__faq summary::-webkit-details-marker {
  display: none; }
.acf__faq .acf__faq_section:last-child .acf__main_title {
  border-bottom: 0; }
.acf__faq .acf__faq_section .acf__main_title {
  padding: 20px 0;
  border-bottom: 1px solid #BDBDBD; }
.acf__faq .acf__faq_section:first-child .acf__main_title {
  padding-top: 0; }
.acf__faq .acf__faq_section .acf__square_title {
  display: block;
  margin-bottom: 0;
  cursor: pointer; }
  .acf__faq .acf__faq_section .acf__square_title .btn {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    width: 30px;
    height: 30px;
    transform-origin: center center;
    transition-duration: 0.2s; }
    .acf__faq .acf__faq_section .acf__square_title .btn:before, .acf__faq .acf__faq_section .acf__square_title .btn:after {
      content: "";
      background: #8F8F8F;
      border-radius: 10px;
      width: 30px;
      height: 2px;
      position: absolute;
      top: 14px;
      left: 0;
      transform-origin: center center; }
    .acf__faq .acf__faq_section .acf__square_title .btn:before {
      width: 2px;
      height: 30px;
      top: 0;
      left: 14px; }
    @media only screen and (max-width: 767px) {
      .acf__faq .acf__faq_section .acf__square_title .btn {
        width: 20px;
        height: 20px; }
        .acf__faq .acf__faq_section .acf__square_title .btn:before {
          height: 20px;
          left: 9px; }
        .acf__faq .acf__faq_section .acf__square_title .btn:after {
          width: 20px;
          top: 9px; } }
    .acf__faq .acf__faq_section .acf__square_title .btn:before, .acf__faq .acf__faq_section .acf__square_title .btn:after {
      background: #4EBE3E; }
  .acf__faq .acf__faq_section .acf__square_title.is-active .btn {
    transform: rotate(180deg); }
    .acf__faq .acf__faq_section .acf__square_title.is-active .btn:before {
      opacity: 0;
      transform: rotate(180deg); }
.acf__faq .acf__faq_area li:not(:last-child) {
  border-bottom: 1px dashed #BDBDBD; }
.acf__faq .acf__faq_area li:last-child details {
  padding-bottom: 0; }
.acf__faq .acf__faq_area li details {
  padding: 20px 0; }
  .acf__faq .acf__faq_area li details .details-summary {
    display: flex;
    list-style: none;
    position: relative;
    align-items: center;
    font-size: 1.8rem;
    line-height: 1.6666666667;
    text-align: justify;
    word-break: break-all;
    overflow-wrap: break-word;
    padding: 0 15px;
    cursor: pointer; }
    @media only screen and (max-width: 999px) {
      .acf__faq .acf__faq_area li details .details-summary {
        font-size: 1.6rem;
        line-height: 1.75; } }
    .acf__faq .acf__faq_area li details .details-summary p {
      width: 90%; }
    .acf__faq .acf__faq_area li details .details-summary:before {
      content: "";
      display: inline-block;
      width: 35px;
      height: 38px;
      margin-right: 10px;
      background-image: url("../images/page/question.svg");
      background-repeat: no-repeat;
      background-size: contain; }
    .acf__faq .acf__faq_area li details .details-summary .btn {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 15px;
      width: 30px;
      height: 30px;
      transform-origin: center center;
      transition-duration: 0.2s; }
      .acf__faq .acf__faq_area li details .details-summary .btn:before, .acf__faq .acf__faq_area li details .details-summary .btn:after {
        content: "";
        background: #8F8F8F;
        border-radius: 10px;
        width: 30px;
        height: 2px;
        position: absolute;
        top: 14px;
        left: 0;
        transform-origin: center center; }
      .acf__faq .acf__faq_area li details .details-summary .btn:before {
        width: 2px;
        height: 30px;
        top: 0;
        left: 14px; }
      @media only screen and (max-width: 767px) {
        .acf__faq .acf__faq_area li details .details-summary .btn {
          width: 20px;
          height: 20px; }
          .acf__faq .acf__faq_area li details .details-summary .btn:before {
            height: 20px;
            left: 9px; }
          .acf__faq .acf__faq_area li details .details-summary .btn:after {
            width: 20px;
            top: 9px; } }
    .acf__faq .acf__faq_area li details .details-summary.is-active .btn {
      transform: rotate(180deg); }
      .acf__faq .acf__faq_area li details .details-summary.is-active .btn:before {
        opacity: 0;
        transform: rotate(180deg); }
  .acf__faq .acf__faq_area li details .details-content {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    line-height: 1.6666666667;
    text-align: justify;
    word-break: break-all;
    overflow-wrap: break-word;
    margin-top: 20px;
    background-color: #F4F4F4;
    padding: 15px; }
    @media only screen and (max-width: 999px) {
      .acf__faq .acf__faq_area li details .details-content {
        font-size: 1.6rem;
        line-height: 1.75; } }
    .acf__faq .acf__faq_area li details .details-content p {
      width: 95%; }
      .acf__faq .acf__faq_area li details .details-content p .bold {
        font-weight: bold; }
      .acf__faq .acf__faq_area li details .details-content p .red {
        color: #E23B77; }
      .acf__faq .acf__faq_area li details .details-content p .green {
        color: #4EBE3E; }
      .acf__faq .acf__faq_area li details .details-content p .blue {
        color: #1e3adb; }
      .acf__faq .acf__faq_area li details .details-content p .orange {
        color: #db631e; }
      .acf__faq .acf__faq_area li details .details-content p .yellow {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48.5%, #FDEE00 48.51%, #FDEE00 100%); }
      .acf__faq .acf__faq_area li details .details-content p a {
        border-bottom: 1px solid #4EBE3E;
        color: #4EBE3E;
        transition: 0.3s ease-in-out; }
        .acf__faq .acf__faq_area li details .details-content p a:hover {
          border-bottom: 1px solid #5AE0F2;
          color: #5AE0F2; }
      .acf__faq .acf__faq_area li details .details-content p ul li {
        position: relative;
        padding-left: 20px;
        padding-bottom: 12px; }
        .acf__faq .acf__faq_area li details .details-content p ul li:last-child {
          padding-bottom: 0; }
        .acf__faq .acf__faq_area li details .details-content p ul li:before {
          content: "";
          display: inline-block;
          position: absolute;
          top: 9px;
          left: 0;
          width: 10px;
          height: 10px;
          background-color: #4EBE3E;
          transform: rotate(45deg); }
      .acf__faq .acf__faq_area li details .details-content p ol {
        counter-reset: item;
        margin-top: 10px; }
        .acf__faq .acf__faq_area li details .details-content p ol li {
          position: relative;
          padding-left: 25px;
          padding-bottom: 12px; }
          .acf__faq .acf__faq_area li details .details-content p ol li:last-child {
            padding-bottom: 0; }
          .acf__faq .acf__faq_area li details .details-content p ol li:before {
            display: inline-block;
            position: absolute;
            top: 1px;
            left: 0;
            counter-increment: item;
            content: counter(item);
            font-family: "Inter", sans-serif;
            font-weight: bold;
            color: #4EBE3E; }
          .acf__faq .acf__faq_area li details .details-content p ol li:nth-child(n+10):before {
            left: -5px; }
      @media only screen and (max-width: 767px) {
        .acf__faq .acf__faq_area li details .details-content p ul {
          padding-left: 0.5em; }
          .acf__faq .acf__faq_area li details .details-content p ul li {
            padding-left: 20px;
            padding-bottom: 12px; } }
      @media only screen and (max-width: 767px) {
        .acf__faq .acf__faq_area li details .details-content p ol {
          margin-left: 0.5em; }
          .acf__faq .acf__faq_area li details .details-content p ol li {
            padding-left: 20px;
            padding-bottom: 12px; } }
    .acf__faq .acf__faq_area li details .details-content:before {
      content: "";
      display: inline-block;
      width: 35px;
      height: 38px;
      margin-right: 10px;
      background-image: url("../images/page/answer.svg");
      background-repeat: no-repeat;
      background-size: contain; }
    .acf__faq .acf__faq_area li details .details-content_wrapper {
      width: 100%; }
      .acf__faq .acf__faq_area li details .details-content_wrapper ul {
        margin: 0; }
      .acf__faq .acf__faq_area li details .details-content_wrapper .acf__file-btn {
        margin: 0; }
      .acf__faq .acf__faq_area li details .details-content_wrapper .file-btn {
        margin-top: 10px; }
@media only screen and (max-width: 767px) {
  .acf__faq .acf__faq_section .acf__main_title {
    padding: 15px 0; }
  .acf__faq .acf__faq_area li {
    padding: 10px 0; }
    .acf__faq .acf__faq_area li:last-child {
      padding-bottom: 0; }
    .acf__faq .acf__faq_area li details {
      padding: 0; }
      .acf__faq .acf__faq_area li details .details-summary {
        padding: 0 10px; }
        .acf__faq .acf__faq_area li details .details-summary p {
          width: 85%; }
        .acf__faq .acf__faq_area li details .details-summary:before {
          width: 30px;
          height: 30px; }
      .acf__faq .acf__faq_area li details .details-content {
        margin-top: 10px;
        margin-bottom: 5px; }
        .acf__faq .acf__faq_area li details .details-content p {
          width: 90%; }
  .acf__faq .acf__faq_area .file-btn {
    padding: 0; } }

.acf__back-number {
  max-width: 850px;
  margin: 0 auto;
  margin-bottom: 50px; }
  @media only screen and (max-width: 1199px) {
    .acf__back-number {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .acf__back-number {
      margin-bottom: 30px; } }
  .acf__back-number .url-wrap {
    overflow-y: auto;
    max-height: 500px;
    max-width: 100%;
    width: 100%;
    background-color: #F4F4F4;
    font-size: 1.8rem;
    line-height: 1.4444444444;
    padding: 15px 20px;
    text-align: left; }
    .acf__back-number .url-wrap li {
      padding: 15px 0;
      border-bottom: 1px solid #BDBDBD; }
      .acf__back-number .url-wrap li:first-child {
        padding-top: 0; }
      .acf__back-number .url-wrap li:last-child {
        padding-bottom: 0;
        border-bottom: 0; }
      .acf__back-number .url-wrap li a {
        display: block;
        position: relative;
        transition: 0.3s ease-in-out;
        padding-left: 30px; }
        .acf__back-number .url-wrap li a:hover {
          opacity: .8;
          text-decoration: underline; }
        .acf__back-number .url-wrap li a[href$='.pdf']:after {
          content: "";
          position: absolute;
          display: inline-block;
          background-repeat: no-repeat;
          background-size: contain;
          width: 25px;
          height: 25px;
          left: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          background-image: url(../images/common/pdf.svg); }
        .acf__back-number .url-wrap li a[href$='.doc']:after, .acf__back-number .url-wrap li a[href$='.docx']:after {
          content: "";
          position: absolute;
          display: inline-block;
          background-repeat: no-repeat;
          background-size: contain;
          width: 25px;
          height: 25px;
          left: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          background-image: url(../images/common/word.svg); }
        .acf__back-number .url-wrap li a[href$='.png']:after {
          content: "";
          position: absolute;
          display: inline-block;
          background-repeat: no-repeat;
          background-size: contain;
          width: 25px;
          height: 25px;
          left: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          background-image: url(../images/common/png.svg); }
        .acf__back-number .url-wrap li a[href$='.jpg']:after, .acf__back-number .url-wrap li a[href$='.jpeg']:after {
          content: "";
          position: absolute;
          display: inline-block;
          background-repeat: no-repeat;
          background-size: contain;
          width: 25px;
          height: 25px;
          left: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          background-image: url(../images/common/jpg.svg); }
        .acf__back-number .url-wrap li a[href$='.xlsx']:after, .acf__back-number .url-wrap li a[href$='.xls']:after {
          content: "";
          position: absolute;
          display: inline-block;
          background-repeat: no-repeat;
          background-size: contain;
          width: 25px;
          height: 25px;
          left: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          background-image: url(../images/common/excel.svg); }
        .acf__back-number .url-wrap li a[href$='.pptx']:after, .acf__back-number .url-wrap li a[href$='.ppt']:after {
          content: "";
          position: absolute;
          display: inline-block;
          background-repeat: no-repeat;
          background-size: contain;
          width: 25px;
          height: 25px;
          left: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          background-image: url(../images/common/pptx.svg); }
  .acf__back-number .url-wrap {
    font-size: 1.6rem;
    line-height: 1.25; }
  @media only screen and (max-width: 767px) {
    .acf__back-number .url-wrap {
      max-height: 300px; } }

/*
acf デザインパーツ iframe埋め込み
*/
.acf__iframe {
  margin-bottom: 50px; }
  @media only screen and (max-width: 1199px) {
    .acf__iframe {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .acf__iframe {
      margin-bottom: 30px; } }

.acf__csv {
  margin-bottom: 50px; }
  @media only screen and (max-width: 1199px) {
    .acf__csv {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .acf__csv {
      margin-bottom: 30px; } }
  .acf__csv_wrap {
    overflow-x: auto; }
    .acf__csv_wrap::-webkit-scrollbar {
      width: 10px;
      height: 10px; }
    .acf__csv_wrap::-webkit-scrollbar-track {
      background-color: #F4F4F4; }
    .acf__csv_wrap::-webkit-scrollbar-thumb {
      background-color: #999999; }
  .acf__csv_sample {
    display: inline-block;
    background-color: #F4F4F4;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 1px;
    padding: 20px 50px;
    padding-top: 0;
    border-radius: 30px; }
  .acf__csv .acf__circle_title {
    margin-top: 30px; }
  .acf__csv .text-editor {
    margin-bottom: 10px;
    background-color: #E0F9D8;
    font-weight: bold; }
  .acf__csv .points {
    flex-wrap: wrap;
    padding-left: 45px;
    position: relative;
    padding-bottom: 14px; }
    .acf__csv .points:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 11px;
      left: 25px;
      width: 10px;
      height: 10px;
      background-color: #4EBE3E;
      transform: rotate(45deg); }
    .acf__csv .points li {
      display: inline;
      position: relative;
      font-size: 1.8rem;
      line-height: 1.6666666667;
      text-align: justify;
      word-break: break-all;
      overflow-wrap: break-word;
      font-size: 1.8rem;
      line-height: 1.2222222222; }
      @media only screen and (max-width: 999px) {
        .acf__csv .points li {
          font-size: 1.6rem;
          line-height: 1.75; } }
      .acf__csv .points li:last-child {
        padding-bottom: 0; }
      .acf__csv .points li .bold {
        font-weight: bold; }
      .acf__csv .points li .red {
        color: #E23B77; }
      .acf__csv .points li .green {
        color: #4EBE3E; }
      .acf__csv .points li .blue {
        color: #1e3adb; }
      .acf__csv .points li .orange {
        color: #db631e; }
      .acf__csv .points li .yellow {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48.5%, #FDEE00 48.51%, #FDEE00 100%); }
      .acf__csv .points li a {
        border-bottom: 1px solid #4EBE3E;
        color: #4EBE3E;
        transition: 0.3s ease-in-out; }
        .acf__csv .points li a:hover {
          border-bottom: 1px solid #5AE0F2;
          color: #5AE0F2; }
      .acf__csv .points li ul li {
        position: relative;
        padding-left: 20px;
        padding-bottom: 12px; }
        .acf__csv .points li ul li:last-child {
          padding-bottom: 0; }
        .acf__csv .points li ul li:before {
          content: "";
          display: inline-block;
          position: absolute;
          top: 9px;
          left: 0;
          width: 10px;
          height: 10px;
          background-color: #4EBE3E;
          transform: rotate(45deg); }
      .acf__csv .points li ol {
        counter-reset: item;
        margin-top: 10px; }
        .acf__csv .points li ol li {
          position: relative;
          padding-left: 25px;
          padding-bottom: 12px; }
          .acf__csv .points li ol li:last-child {
            padding-bottom: 0; }
          .acf__csv .points li ol li:before {
            display: inline-block;
            position: absolute;
            top: 1px;
            left: 0;
            counter-increment: item;
            content: counter(item);
            font-family: "Inter", sans-serif;
            font-weight: bold;
            color: #4EBE3E; }
          .acf__csv .points li ol li:nth-child(n+10):before {
            left: -5px; }
      @media only screen and (max-width: 767px) {
        .acf__csv .points li ul {
          padding-left: 0.5em; }
          .acf__csv .points li ul li {
            padding-left: 20px;
            padding-bottom: 12px; } }
      @media only screen and (max-width: 767px) {
        .acf__csv .points li ol {
          margin-left: 0.5em; }
          .acf__csv .points li ol li {
            padding-left: 20px;
            padding-bottom: 12px; } }
      .acf__csv .points li:not(:first-child) {
        padding-left: 1em; }
      .acf__csv .points li:nth-child(3) {
        display: block;
        margin-bottom: 5px; }
  @media only screen and (max-width: 767px) {
    .acf__csv .points {
      padding-left: 2em;
      padding-bottom: 5px; }
      .acf__csv .points:before {
        top: 7px;
        left: 1em; }
      .acf__csv .points li {
        padding-left: 0.5em;
        font-size: 1.6rem;
        line-height: 1.3125; } }

.acf__csv {
  margin-bottom: 50px; }

@media only screen and (max-width: 1199px) {
  .acf__csv {
    margin-bottom: 40px; } }
@media only screen and (max-width: 767px) {
  .acf__csv {
    margin-bottom: 30px; } }
.acf__csv_wrap {
  overflow-x: auto; }

.acf__csv_wrap::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

.acf__csv_wrap::-webkit-scrollbar-track {
  background-color: #F4F4F4; }

.acf__csv_wrap::-webkit-scrollbar-thumb {
  background-color: #999999; }

.acf__csv_sample {
  display: inline-block;
  background-color: #F4F4F4;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 1px;
  padding: 20px 50px;
  padding-top: 0;
  border-radius: 30px; }

.acf__csv .acf__circle_title {
  margin-top: 30px; }

.acf__csv .text-editor {
  margin-bottom: 10px;
  background-color: #E0F9D8;
  font-weight: bold; }

.acf__csv .points {
  flex-wrap: wrap;
  padding-left: 45px;
  position: relative;
  padding-bottom: 14px; }

.acf__csv .points:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 25px;
  width: 10px;
  height: 10px;
  background-color: #4EBE3E;
  transform: rotate(45deg); }

.acf__csv .points li {
  display: inline;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  text-align: justify;
  word-break: break-all;
  overflow-wrap: break-word;
  font-size: 1.8rem;
  line-height: 1.2222222222; }

@media only screen and (max-width: 999px) {
  .acf__csv .points li {
    font-size: 1.6rem;
    line-height: 1.75; } }
.acf__csv .points li:last-child {
  padding-bottom: 0; }

.acf__csv .points li .bold {
  font-weight: bold; }

.acf__csv .points li .red {
  color: #E23B77; }

.acf__csv .points li .green {
  color: #4EBE3E; }

.acf__csv .points li .blue {
  color: #1e3adb; }

.acf__csv .points li .orange {
  color: #db631e; }

.acf__csv .points li .yellow {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48.5%, #FDEE00 48.51%, #FDEE00 100%); }

.acf__csv .points li a {
  border-bottom: 1px solid #4EBE3E;
  color: #4EBE3E;
  transition: 0.3s ease-in-out; }

.acf__csv .points li a:hover {
  border-bottom: 1px solid #5AE0F2;
  color: #5AE0F2; }

.acf__csv .points li ul li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 12px; }

.acf__csv .points li ul li:last-child {
  padding-bottom: 0; }

.acf__csv .points li ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #4EBE3E;
  transform: rotate(45deg); }

.acf__csv .points li ol {
  counter-reset: item;
  margin-top: 10px; }

.acf__csv .points li ol li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 12px; }

.acf__csv .points li ol li:last-child {
  padding-bottom: 0; }

.acf__csv .points li ol li:before {
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
  counter-increment: item;
  content: counter(item);
  font-family: "Inter", sans-serif;
  font-weight: bold;
  color: #4EBE3E; }

.acf__csv .points li ol li:nth-child(n+10):before {
  left: -5px; }

@media only screen and (max-width: 767px) {
  .acf__csv .points li ul {
    padding-left: 0.5em; }

  .acf__csv .points li ul li {
    padding-left: 20px;
    padding-bottom: 12px; } }
@media only screen and (max-width: 767px) {
  .acf__csv .points li ol {
    margin-left: 0.5em; }

  .acf__csv .points li ol li {
    padding-left: 20px;
    padding-bottom: 12px; } }
.acf__csv .points li:not(:first-child) {
  padding-left: 1em; }

.acf__csv .points li:nth-child(3) {
  display: block;
  margin-bottom: 5px; }

@media only screen and (max-width: 767px) {
  .acf__csv .points {
    padding-left: 2em;
    padding-bottom: 5px; }

  .acf__csv .points:before {
    top: 7px;
    left: 1em; }

  .acf__csv .points li {
    padding-left: 0.5em;
    font-size: 1.6rem;
    line-height: 1.3125; } }
/* 交通アクセス */
.access .access-wrap {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
  gap: 3%; }
  .access .access-wrap img {
    width: 50px;
    height: 50px; }
.access .column_wrap__title {
  color: #404040; }
.access .human-train {
  flex: 1;
  width: 100%; }
  .access .human-train .column {
    height: 100%;
    background-color: #FFF2F3; }
    .access .human-train .column_text {
      padding-top: 15px; }
.access .car {
  flex: 1; }
  .access .car .column {
    background-color: #E5FAFF; }
@media only screen and (max-width: 767px) {
  .access .access-wrap {
    display: block; } }

/* お問い合わせ */
/*
acf デザインパーツ よくあるご質問
*/
.acf__faq_text {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  text-align: justify;
  word-break: break-all;
  overflow-wrap: break-word;
  padding-bottom: 20px; }
  @media only screen and (max-width: 999px) {
    .acf__faq_text {
      font-size: 1.6rem;
      line-height: 1.75; } }
  @media only screen and (max-width: 767px) {
    .acf__faq_text {
      padding-bottom: 10px; } }

.contactArea {
  margin-bottom: 50px; }
  @media only screen and (max-width: 1199px) {
    .contactArea {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .contactArea {
      margin-bottom: 30px; } }
  .contactArea .acf__square_title {
    margin-bottom: 25px; }
  .contactArea .contact_wrap {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    text-align: justify;
    word-break: break-all;
    overflow-wrap: break-word; }
    @media only screen and (max-width: 999px) {
      .contactArea .contact_wrap {
        font-size: 1.6rem;
        line-height: 1.75; } }
    .contactArea .contact_wrap .required {
      font-size: 1.6rem;
      line-height: 1;
      color: #fff;
      padding: 1px 14px;
      background-color: #E23B77;
      margin-left: 20px; }
    .contactArea .contact_wrap [type=text],
    .contactArea .contact_wrap textarea {
      background-color: #F4F4F4;
      padding: 5px 15px;
      width: 100%;
      border-radius: 8px; }
      .contactArea .contact_wrap [type=text]::placeholder,
      .contactArea .contact_wrap textarea::placeholder {
        color: #BDBDBD; }
    .contactArea .contact_wrap textarea {
      resize: vertical;
      min-height: 200px; }
    .contactArea .contact_wrap .message-box {
      margin-bottom: 40px; }
    .contactArea .contact_wrap .contact-box {
      width: 100%; }
      .contactArea .contact_wrap .contact-box tr {
        display: flex;
        padding-bottom: 25px; }
        .contactArea .contact_wrap .contact-box tr th {
          flex: 1;
          padding-left: 25px; }
        .contactArea .contact_wrap .contact-box tr td {
          flex: 3; }
      .contactArea .contact_wrap .contact-box .agree {
        width: 95%;
        margin: 0 auto;
        font-size: 1.8rem;
        line-height: 1.6666666667;
        text-align: justify;
        word-break: break-all;
        overflow-wrap: break-word; }
        @media only screen and (max-width: 999px) {
          .contactArea .contact_wrap .contact-box .agree {
            font-size: 1.6rem;
            line-height: 1.75; } }
        .contactArea .contact_wrap .contact-box .agree input[type="checkbox"] {
          position: relative;
          width: 17px;
          height: 17px;
          border: 1px solid #404040;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          transition: 0.3s ease-in-out;
          margin-bottom: 2px; }
          .contactArea .contact_wrap .contact-box .agree input[type="checkbox"]:checked {
            background-color: #4EBE3E;
            border: 1px solid #4EBE3E; }
            .contactArea .contact_wrap .contact-box .agree input[type="checkbox"]:checked:before {
              content: "";
              position: absolute;
              top: 1px;
              left: 4px;
              transform: rotate(50deg);
              width: 7px;
              height: 10px;
              border-right: 2px solid #fff;
              border-bottom: 2px solid #fff; }
        .contactArea .contact_wrap .contact-box .agree .underline {
          color: #4EBE3E;
          text-decoration: underline;
          transition: 0.3s ease-in-out;
          padding: 0 5px; }
          .contactArea .contact_wrap .contact-box .agree .underline:hover {
            color: #5AE0F2; }
  .contactArea .attention {
    font-size: 1.6rem;
    line-height: 1.5625;
    color: #E23B77;
    font-weight: bold;
    padding-left: 15px; }
  @media only screen and (max-width: 767px) {
    .contactArea .acf__square_title {
      margin-bottom: 10px; }
    .contactArea .contact_wrap .required {
      font-size: 1.4rem;
      line-height: 1;
      padding: 0 10px;
      padding-bottom: 2px;
      margin-left: 10px; }
    .contactArea .contact_wrap [type=text],
    .contactArea .contact_wrap textarea {
      display: block;
      width: 95%;
      margin: 0 auto; }
    .contactArea .contact_wrap textarea {
      min-height: 150px; }
    .contactArea .contact_wrap .contact-box tr {
      display: block;
      padding-bottom: 15px;
      border-bottom: 1px solid #BDBDBD; }
      .contactArea .contact_wrap .contact-box tr:not(:first-child) {
        padding-top: 10px; }
      .contactArea .contact_wrap .contact-box tr:last-child, .contactArea .contact_wrap .contact-box tr:nth-last-child(2) {
        border-bottom: 0; }
      .contactArea .contact_wrap .contact-box tr th {
        display: block;
        padding-left: 0;
        width: 95%;
        margin: 0 auto; }
      .contactArea .contact_wrap .contact-box tr td {
        display: block; }
    .contactArea .attention {
      width: 95%;
      margin: 0 auto;
      font-size: 1.4rem;
      line-height: 1.4285714286;
      padding-left: 0; } }

.submitArea {
  display: flex;
  justify-content: center; }
  .submitArea .submit-btn {
    display: inline-block;
    font-size: 2.1rem;
    line-height: 1.1904761905;
    margin-bottom: 5px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    border: 3px solid #404040;
    color: #404040;
    cursor: pointer;
    pointer-events: none;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation; }
    .submitArea .submit-btn::after {
      content: "";
      background: var(--grade-color01, linear-gradient(125deg, #9DEA3A 30.01%, #47DFF3 82.91%));
      mix-blend-mode: multiply;
      display: inline-block;
      width: 101%;
      position: absolute;
      height: 109%;
      top: 5px;
      right: 7px;
      transition: 0.2s; }
    .submitArea .submit-btn:hover::after {
      top: -2px;
      right: 0px; }
    .submitArea .submit-btn [type=submit] {
      padding: 8px 20px;
      cursor: pointer;
      pointer-events: auto; }
    @media only screen and (max-width: 999px) {
      .submitArea .submit-btn {
        display: block;
        font-size: 1.8rem;
        line-height: 1.2222222222;
        margin: 0 auto;
        margin-bottom: 5px; } }
    @media only screen and (max-width: 767px) {
      .submitArea .submit-btn {
        font-size: 1.6rem;
        line-height: 1.375; } }

.backArea {
  display: flex;
  justify-content: center; }
  .backArea .back-btn {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1.2222222222;
    padding: 6px 20px;
    margin-bottom: 5px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    border: 3px solid #404040;
    color: #404040;
    background-color: #F4F4F4;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out; }
    .backArea .back-btn:hover {
      background-color: #404040;
      color: #fff; }
    @media only screen and (max-width: 999px) {
      .backArea .back-btn {
        display: block;
        font-size: 1.6rem;
        line-height: 1.125;
        padding: 8px 20px;
        margin: 0 auto;
        margin-bottom: 10px;
        width: 40%; } }

.mw_wp_form .error {
  font-size: 80% !important;
  color: #E23B77 !important;
  display: block !important;
  padding: 2px 0;
  padding-left: 15px;
  font-weight: bold;
  background-color: #ffe4ee;
  border-radius: 8px; }
  @media only screen and (max-width: 767px) {
    .mw_wp_form .error {
      width: 95%;
      margin: 0 auto; } }

/* パスワード保護画面 */
.page_pass {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .page_pass {
      padding: 80px 0; } }
  .page_pass .text-editor {
    max-width: 620px;
    width: 95%;
    margin: 0 auto; }
  .page_pass_icon {
    margin-bottom: 10px; }
  .page_pass_form {
    max-width: 610px;
    width: 95%;
    margin: 0 auto;
    padding: 20px 0px; }
    .page_pass_form table {
      width: 100%; }
    .page_pass_form tr {
      display: flex;
      width: 100%;
      padding-bottom: 25px; }
      .page_pass_form tr th {
        flex: 1; }
      .page_pass_form tr td {
        flex: 3; }
  .page_pass_label {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    text-align: justify;
    word-break: break-all;
    overflow-wrap: break-word; }
    @media only screen and (max-width: 999px) {
      .page_pass_label {
        font-size: 1.6rem;
        line-height: 1.75; } }
  .page_pass_input {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    text-align: justify;
    word-break: break-all;
    overflow-wrap: break-word;
    background-color: #F4F4F4;
    padding: 5px 15px;
    width: 100%;
    border-radius: 8px; }
    @media only screen and (max-width: 999px) {
      .page_pass_input {
        font-size: 1.6rem;
        line-height: 1.75; } }
    .page_pass_input::placeholder {
      color: #BDBDBD; }
  .page_pass_checkbox {
    display: block;
    width: 95%;
    margin: 0 auto;
    margin-top: 8px;
    font-size: 1.8rem;
    line-height: 1.6666666667;
    text-align: justify;
    word-break: break-all;
    overflow-wrap: break-word;
    user-select: none; }
    @media only screen and (max-width: 999px) {
      .page_pass_checkbox {
        font-size: 1.6rem;
        line-height: 1.75; } }
    .page_pass_checkbox input[type="checkbox"] {
      position: relative;
      width: 17px;
      height: 17px;
      border: 1px solid #404040;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      transition: .3s ease-in-out;
      margin-bottom: 4px;
      margin-right: 5px; }
      .page_pass_checkbox input[type="checkbox"]:checked {
        background-color: #4EBE3E;
        border: 1px solid #4EBE3E; }
        .page_pass_checkbox input[type="checkbox"]:checked:before {
          content: "";
          position: absolute;
          top: 1px;
          left: 4px;
          transform: rotate(50deg);
          width: 7px;
          height: 10px;
          border-right: 2px solid #fff;
          border-bottom: 2px solid #fff; }
    .page_pass_checkbox .underline {
      color: #4EBE3E;
      text-decoration: underline;
      transition: 0.3s ease-in-out;
      padding: 0 5px; }
      .page_pass_checkbox .underline:hover {
        color: #5AE0F2; }
  .page_pass_submit {
    display: inline-block;
    font-size: 2.1rem;
    line-height: 1.1904761905;
    margin-bottom: 5px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    border: 3px solid #404040;
    color: #404040;
    cursor: pointer;
    pointer-events: none;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin-top: 40px; }
    .page_pass_submit::after {
      content: "";
      background: var(--grade-color01, linear-gradient(125deg, #9DEA3A 30.01%, #47DFF3 82.91%));
      mix-blend-mode: multiply;
      display: inline-block;
      width: 101%;
      position: absolute;
      height: 109%;
      top: 5px;
      right: 7px;
      transition: 0.3s ease-in-out; }
    .page_pass_submit:hover::after {
      top: -2px;
      right: 0px; }
    .page_pass_submit [type=submit] {
      padding: 8px 70px;
      cursor: pointer;
      pointer-events: auto; }
    @media only screen and (max-width: 999px) {
      .page_pass_submit {
        font-size: 1.8rem;
        line-height: 1.2222222222; } }
    @media only screen and (max-width: 767px) {
      .page_pass_submit {
        font-size: 1.6rem;
        line-height: 1.375; } }

.login_error {
  font-size: 1.8rem;
  line-height: 1;
  color: #E23B77;
  padding-top: 15px;
  font-weight: bold; }
  @media only screen and (max-width: 767px) {
    .login_error {
      width: 95%;
      margin: 0 auto; } }

.logout-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  font-size: 1.4rem;
  line-height: 1.1428571429;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 5px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  border: 3px solid #404040;
  color: #404040;
  background-color: #fff;
  cursor: pointer;
  position: fixed;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  bottom: 30px;
  right: 30px; }
  .logout-btn::after {
    content: "";
    background: var(--grade-color01, linear-gradient(125deg, #9DEA3A 30.01%, #47DFF3 82.91%));
    mix-blend-mode: multiply;
    display: inline-block;
    width: 105%;
    position: absolute;
    height: 105%;
    top: 5px;
    right: 5px;
    transition: 0.2s; }
  .logout-btn:hover::after {
    top: -2px;
    right: -2px; }
  @media only screen and (max-width: 999px) {
    .logout-btn {
      display: flex;
      justify-content: center;
      align-items: center;
      width: auto;
      height: auto;
      gap: 10px;
      padding: 5px 10px;
      bottom: 20px;
      right: 20px; }
      .logout-btn::after {
        width: 105%;
        height: 109%;
        top: 3px;
        right: 3px; }
      .logout-btn img {
        width: 30px; } }

/* フッター */
.footer {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  background-color: #fff; }
  .footer_border {
    height: 11px;
    width: 100%;
    background: var(--grade-color01, linear-gradient(125deg, #9DEA3A 30.01%, #47DFF3 82.91%)); }
  .footer_logo {
    padding: 30px 0;
    border-bottom: 1px solid #F4F4F4; }
  .footer_menu {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    font-size: 1.8rem;
    line-height: 1.1111111111; }
    .footer_menu li {
      border-right: 1px solid #000;
      padding: 0 15px; }
      .footer_menu li:last-child {
        border-right: 0; }
  .footer_snsIcon {
    display: flex;
    justify-content: center; }
    .footer_snsIcon li {
      padding: 0 10px;
      padding-top: 15px; }
  .footer_copyLight {
    display: block;
    font-size: 1.4rem;
    line-height: 1.8571428571;
    width: 100%;
    background-color: #F4F4F4;
    margin-top: 30px;
    padding: 8px 0; }
  @media only screen and (max-width: 999px) {
    .footer {
      margin-top: 20px; }
      .footer_menu {
        padding-top: 15px;
        font-size: 1.5rem;
        line-height: 1.3333333333; }
      .footer_copyLight {
        font-size: 1.2rem;
        line-height: 2.1666666667; } }

/*# sourceMappingURL=style.css.map */
