@charset "UTF-8";
.clearfix::after {
  content: "";
  display: block;
  clear: both; }

/* ==========================================================================
   animation
   @media以下にcss animationの@keyframesを指定するとIEでアニメーションが動作しないので注意。
   ========================================================================== */
@keyframes animationA {
  0% { }
  100% { } }

/* ==========================================================================
   Foundation
   ========================================================================== */
body {
  color: #3E4C5F;
  font-family: "verdana", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word; }
  @media screen and (max-width: 481px) {
    body {
      font-size: 16px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    body {
      font-size: 18px; } }
  @media screen and (min-width: 769px) {
    body {
      font-size: 20px; } }
  body::before {
    content: '';
    width: 100vw;
    height: 100vh;
    background: linear-gradient(165deg, #fff 0%, #fff 60%, #77cefe 100%);
    opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0; }

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

ol,
ul {
  list-style: none; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
  border-style: none; }

a {
  color: #3E4C5F;
  text-decoration: none;
  outline: none;
  -webkit-touch-callout: none; }

@media screen and (min-width: 769px) {
  a:hover {
    text-decoration: none; } }

a:focus,
*:focus {
  outline: none; }

body {
  margin: 0; }

@media screen and (min-width: 769px) {
  a {
    opacity: 1;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out; } }

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.7; } }

@media screen and (min-width: 769px) {
  a:hover img {
    background-color: rgba(255, 255, 255, 0.01); } }

br.SPbr {
  display: none; }
  @media screen and (max-width: 481px) {
    br.SPbr {
      display: inline; } }

br.PCbr {
  display: inline; }
  @media screen and (max-width: 481px) {
    br.PCbr {
      display: none; } }

.SPview {
  display: none !important; }
  @media screen and (max-width: 481px) {
    .SPview {
      display: block !important; } }

.PCview {
  display: block !important; }
  @media screen and (max-width: 481px) {
    .PCview {
      display: none !important; } }

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  font-family: "verdana", sans-serif;
  cursor: pointer; }
  @media screen and (max-width: 481px) {
    input, button, textarea, select {
      font-size: 16px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    input, button, textarea, select {
      font-size: 18px; } }
  @media screen and (min-width: 769px) {
    input, button, textarea, select {
      font-size: 20px; } }

select::-ms-expand {
  display: none; }

/* iOSでのデフォルトスタイルをリセット */
input,
textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input::-webkit-search-decoration,
  textarea::-webkit-search-decoration {
    display: none; }
  input:focus,
  textarea:focus {
    outline-offset: -2px; }

.l-container {
  width: 100%;
  position: relative;
  min-height: 100vh;
  min-height: 100dvh; }
  @media screen and (max-width: 481px) {
    .l-container {
      padding: 0 0 0 40px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .l-container {
      padding: 0 0 0 40px; } }
  @media screen and (min-width: 769px) {
    .l-container {
      padding: 0 0 0 100px; } }

.l-loading {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s; }
  .l-loading::before {
    content: '';
    width: 100vw;
    height: 100vh;
    background: linear-gradient(165deg, #fff 0%, #fff 60%, #77cefe 100%);
    opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101; }
  .l-loading.is-hidden {
    opacity: 0;
    visibility: hidden; }
  .l-loading__inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 10px 20px;
    z-index: 102; }
  .l-loading__text {
    color: #74859D;
    font-weight: 700; }
    @media screen and (max-width: 481px) {
      .l-loading__text {
        width: 100%;
        text-align: center;
        align-self: flex-end;
        font-size: 24px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .l-loading__text {
        font-size: 28px; } }
    @media screen and (min-width: 769px) {
      .l-loading__text {
        font-size: 32px; } }
  .l-loading__logo {
    height: auto; }
    @media screen and (max-width: 481px) {
      .l-loading__logo {
        width: 180px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .l-loading__logo {
        width: 220px; } }
    @media screen and (min-width: 769px) {
      .l-loading__logo {
        width: 263px; } }
  .l-loading__btn {
    display: inline-block;
    max-width: 100%;
    padding: 13px 1em;
    border: 1px solid #3D4C60;
    border-radius: 8px;
    background-color: #fff;
    color: #74859D;
    text-align: center;
    font-weight: 700;
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s; }
    @media screen and (max-width: 481px) {
      .l-loading__btn {
        min-width: 200px;
        font-size: 12px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .l-loading__btn {
        min-width: 300px;
        font-size: 14px; } }
    @media screen and (min-width: 769px) {
      .l-loading__btn {
        min-width: 400px;
        font-size: 16px; } }
    .l-loading__btn.is-show {
      opacity: 1;
      visibility: visible; }

.no-js-text {
  position: fixed;
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 101;
  padding: 10px 20px;
  background-color: #fff;
  text-align: center;
  border: 4px double #E36D6D;
  color: #E36D6D;
  font-weight: 700; }

/* ==========================================================================
   Layout
   ========================================================================== */
.l-footer {
  background-color: #fff;
  border-top: 1px solid #EDF9FF; }
  @media screen and (max-width: 481px) {
    .l-footer {
      padding: 30px 20px 40px 20px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .l-footer {
      padding: 40px 60px 50px 40px; } }
  @media screen and (min-width: 769px) {
    .l-footer {
      padding: 40px 110px 50px 70px; } }
  .l-footer__head {
    margin: 0 0 40px; }
    @media screen and (min-width: 769px) {
      .l-footer__head {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center; } }
  @media screen and (max-width: 481px) {
    .l-footer__logo {
      margin: 0 0 20px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .l-footer__logo {
      margin: 0 0 40px; } }
  .l-footer__logo img {
    height: auto; }
    @media screen and (max-width: 481px) {
      .l-footer__logo img {
        width: 180px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .l-footer__logo img {
        width: 220px; } }
    @media screen and (min-width: 769px) {
      .l-footer__logo img {
        width: 263px; } }
  @media screen and (max-width: 481px) {
    .l-footer__nav {
      width: 100%; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .l-footer__nav {
      width: 100%; } }
  @media screen and (min-width: 769px) {
    .l-footer__nav {
      width: calc(100% - 343px); } }
  .l-footer__pages {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start; }
    @media screen and (max-width: 481px) {
      .l-footer__pages {
        justify-content: flex-start;
        gap: 8px 20px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .l-footer__pages {
        justify-content: flex-start;
        gap: 10px 40px; } }
    @media screen and (min-width: 769px) {
      .l-footer__pages {
        justify-content: flex-end;
        gap: 10px 40px; } }
    .l-footer__pages-item {
      line-height: 1.2; }
      @media screen and (min-width: 769px) {
        .l-footer__pages-item {
          text-align: right; } }
      .l-footer__pages-item a {
        color: #74859D; }
        @media screen and (max-width: 481px) {
          .l-footer__pages-item a {
            font-size: 14px; } }
        @media print, screen and (min-width: 482px) and (max-width: 768px) {
          .l-footer__pages-item a {
            font-size: 16px; } }
        @media screen and (min-width: 769px) {
          .l-footer__pages-item a {
            font-size: 16px; } }
        .l-footer__pages-item a:focus {
          outline: 2px solid #598CD1; }
      .l-footer__pages-item.is-current a {
        color: #3E4C5F;
        font-weight: 700; }
  .l-footer__foot {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center; }
  .l-footer__copyright {
    color: #3D4C61;
    font-size: 12px; }
  .l-footer__pagetop {
    font-size: 12px; }
    .l-footer__pagetop button {
      border: none;
      color: #3D4C61;
      font-size: 12px;
      font-weight: 500;
      text-decoration: underline; }
      .l-footer__pagetop button:focus {
        outline: 2px solid #598CD1; }

.l-localNav {
  height: 100vh;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  background: #EDF9FF;
  border: none;
  position: fixed;
  top: 0;
  z-index: 1; }
  @media screen and (max-width: 481px) {
    .l-localNav {
      width: 40px;
      left: 0; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .l-localNav {
      width: 40px;
      left: 0; } }
  @media screen and (min-width: 769px) {
    .l-localNav {
      width: 50px;
      left: 50px; } }
  .l-localNav__item {
    line-height: 1;
    position: relative; }
    .l-localNav__item:not(:last-child) {
      margin: 0 0 14px; }
  .l-localNav__dot {
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #598CD1;
    border-radius: 50%;
    background-color: #fff;
    transition: background-color .3s; }
    .l-localNav__dot:hover {
      background-color: #598CD1;
      opacity: 1; }
    .l-localNav__dot:focus {
      outline: 1px solid #598CD1; }
    .l-localNav__dot.is-current {
      background-color: #598CD1; }
  .l-localNav__text {
    display: block;
    width: auto;
    min-width: 280px;
    min-height: 40px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    background-color: #3E4C5F;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 36px;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s; }
    .l-localNav__text.is-show {
      opacity: 1;
      visibility: visible; }
    .l-localNav__text::before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-right: 15px solid #3E4C5F;
      border-left: 0;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(-100%, -50%); }

.l-header__btn {
  background: #95CAE9;
  border: none;
  position: fixed;
  top: 0;
  left: 0; }
  @media screen and (max-width: 481px) {
    .l-header__btn {
      width: 40px;
      height: 70px;
      z-index: 3; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .l-header__btn {
      width: 40px;
      height: 70px;
      z-index: 3; } }
  @media screen and (min-width: 769px) {
    .l-header__btn {
      width: 50px;
      height: 100vh;
      height: 100dvh;
      z-index: 1; } }
  .l-header__btn::before, .l-header__btn::after {
    content: '';
    width: 3px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: left .2s; }
    @media screen and (max-width: 481px) {
      .l-header__btn::before, .l-header__btn::after {
        height: 30px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .l-header__btn::before, .l-header__btn::after {
        height: 30px; } }
    @media screen and (min-width: 769px) {
      .l-header__btn::before, .l-header__btn::after {
        height: 40px; } }
  .l-header__btn::before {
    left: calc(50% + 4px); }
  .l-header__btn::after {
    left: calc(50% - 4px); }
  .l-header__btn:focus {
    border: 2px solid #598CD1; }
  .l-header__btn.is-active::before, .l-header__btn.is-active::after {
    left: 50%;
    transition: transform .3s; }
  .l-header__btn.is-active::before {
    transform: translate(-50%, -50%) rotate(30deg); }
  .l-header__btn.is-active::after {
    transform: translate(-50%, -50%) rotate(-30deg); }

.l-header__inner {
  height: 100vh;
  background: linear-gradient(165deg, #fff 0%, #fff 60%, #77cefe 100%);
  position: fixed;
  top: 0;
  overflow-x: visible;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s; }
  @media screen and (max-width: 481px) {
    .l-header__inner {
      width: 100vw;
      padding: 90px 40px 60px 50px;
      left: 0;
      z-index: 2; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .l-header__inner {
      width: 100vw;
      padding: 110px 40px 80px 50px;
      left: 0;
      z-index: 2; } }
  @media screen and (min-width: 769px) {
    .l-header__inner {
      width: calc(100vw - 50px);
      padding: 80px 110px;
      left: 50px;
      z-index: 2; } }
  .l-header__inner.is-open {
    opacity: 1;
    visibility: visible; }

@media screen and (max-width: 481px) {
  .l-header__logo {
    margin: 0 0 40px; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .l-header__logo {
    margin: 0 0 50px; } }

@media screen and (min-width: 769px) {
  .l-header__logo {
    margin: 0 0 60px; } }

.l-header__logo img {
  height: auto; }
  @media screen and (max-width: 481px) {
    .l-header__logo img {
      width: 180px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .l-header__logo img {
      width: 220px; } }
  @media screen and (min-width: 769px) {
    .l-header__logo img {
      width: 263px; } }

@media screen and (max-width: 481px) {
  .l-header__pages-item:not(:last-child) {
    margin: 0 0 15px; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .l-header__pages-item:not(:last-child) {
    margin: 0 0 15px; } }

@media screen and (min-width: 769px) {
  .l-header__pages-item:not(:last-child) {
    margin: 0 0 15px; } }

.l-header__pages-item a {
  font-weight: 700;
  color: #74859D; }
  @media screen and (max-width: 481px) {
    .l-header__pages-item a {
      font-size: 20px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .l-header__pages-item a {
      font-size: 26px; } }
  @media screen and (min-width: 769px) {
    .l-header__pages-item a {
      font-size: 32px; } }
  .l-header__pages-item a:focus {
    outline: 2px solid #598CD1; }

.l-header__pages-item.is-current a {
  color: #3E4C5F; }

/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
.l-main h1 {
  font-weight: 700;
  line-height: 1.36; }
  @media screen and (max-width: 481px) {
    .l-main h1 {
      margin: 0 0 30px;
      font-size: 26px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .l-main h1 {
      margin: 0 0 30px;
      font-size: 32px; } }
  @media screen and (min-width: 769px) {
    .l-main h1 {
      margin: 0 0 60px;
      font-size: 44px; } }

.l-main h2 {
  font-weight: 700; }
  @media screen and (max-width: 481px) {
    .l-main h2 {
      font-size: 24px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .l-main h2 {
      font-size: 28px; } }
  @media screen and (min-width: 769px) {
    .l-main h2 {
      font-size: 36px; } }

.l-main h3 {
  font-weight: 700; }
  @media screen and (max-width: 481px) {
    .l-main h3 {
      margin: 60px 0 40px;
      font-size: 20px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .l-main h3 {
      margin: 60px 0 40px;
      font-size: 24px; } }
  @media screen and (min-width: 769px) {
    .l-main h3 {
      margin: 60px 0 40px;
      font-size: 28px; } }

@media screen and (max-width: 481px) {
  .l-main .wp-block-columns {
    margin: 0 0 40px;
    gap: 0; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .l-main .wp-block-columns {
    margin: 0 0 40px;
    gap: 0; } }

@media screen and (min-width: 769px) {
  .l-main .wp-block-columns {
    margin: 0 0 40px; } }

@media screen and (max-width: 481px) {
  .l-main .wp-block-column .wp-block-image {
    max-width: 100%; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .l-main .wp-block-column .wp-block-image {
    max-width: 50%; } }

.l-main .has-border {
  padding: 0 0 0 calc(2em + 10px);
  position: relative; }
  .l-main .has-border::before {
    content: '';
    width: 2em;
    height: 2px;
    background-color: #3D4C60;
    position: absolute;
    top: .75em;
    left: 0;
    z-index: 0; }

@media screen and (max-width: 481px) {
  .l-main .has-small-font-size {
    font-size: 12px !important; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .l-main .has-small-font-size {
    font-size: 14px !important; } }

@media screen and (min-width: 769px) {
  .l-main .has-small-font-size {
    font-size: 16px !important; } }

@media screen and (max-width: 481px) {
  .l-main .has-medium-font-size {
    font-size: 18px !important; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .l-main .has-medium-font-size {
    font-size: 20px !important; } }

@media screen and (min-width: 769px) {
  .l-main .has-medium-font-size {
    font-size: 26px !important; } }

@media screen and (max-width: 481px) {
  .l-main .has-large-font-size {
    font-size: 20px !important; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .l-main .has-large-font-size {
    font-size: 24px !important; } }

@media screen and (min-width: 769px) {
  .l-main .has-large-font-size {
    font-size: 32px !important; } }

@media screen and (max-width: 481px) {
  .l-main .has-x-large-font-size {
    font-size: 24px !important; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .l-main .has-x-large-font-size {
    font-size: 28px !important; } }

@media screen and (min-width: 769px) {
  .l-main .has-x-large-font-size {
    font-size: 36px !important; } }

.l-main p:not(:last-child) {
  margin: 0 0 1em; }

.l-main a:not(.wp-block-button__link) {
  color: #598CD1;
  text-decoration: underline; }
  .l-main a:not(.wp-block-button__link):focus {
    outline: 2px solid #598CD1; }

.l-main ul li {
  position: relative; }
  @media screen and (max-width: 481px) {
    .l-main ul li {
      padding: 0 0 0 16px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .l-main ul li {
      padding: 0 0 0 20px; } }
  @media screen and (min-width: 769px) {
    .l-main ul li {
      padding: 0 0 0 20px; } }
  .l-main ul li:not(:last-child) {
    margin: 0 0 10px; }
  .l-main ul li::before {
    content: '';
    background-color: #3D4C60;
    border-radius: 50%;
    position: absolute;
    top: .55em;
    left: 0; }
    @media screen and (max-width: 481px) {
      .l-main ul li::before {
        width: 8px;
        height: 8px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .l-main ul li::before {
        width: 10px;
        height: 10px; } }
    @media screen and (min-width: 769px) {
      .l-main ul li::before {
        width: 10px;
        height: 10px; } }

.l-main .wp-block-button {
  margin: 15px 0 0; }
  .l-main .wp-block-button a {
    display: inline-block;
    max-width: 100%;
    padding: 13px 1em;
    border: 1px solid #3D4C60;
    border-radius: 8px;
    background-color: #fff;
    color: #3E4C5F;
    text-align: center;
    font-weight: 700; }
    @media screen and (max-width: 481px) {
      .l-main .wp-block-button a {
        min-width: 280px;
        font-size: 16px; } }
    @media screen and (min-width: 320px) and (max-width: 374px) {
      .l-main .wp-block-button a {
        min-width: 233px; } }
    @media screen and (max-width: 320px) {
      .l-main .wp-block-button a {
        min-width: inherit; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .l-main .wp-block-button a {
        min-width: 380px;
        font-size: 16px; } }
    @media screen and (min-width: 769px) {
      .l-main .wp-block-button a {
        min-width: 600px;
        font-size: 24px; } }
    .l-main .wp-block-button a:focus {
      outline: 2px solid #598CD1; }
  .l-main .wp-block-button.emphasis a {
    background-color: #3E4C5F;
    color: #fff; }
  .l-main .wp-block-button.is-disabled a {
    opacity: .3;
    pointer-events: none; }
  .l-main .wp-block-button.is-anchor {
    display: inline-block;
    margin: 0; }
    .l-main .wp-block-button.is-anchor a {
      min-width: inherit;
      padding: 13px 2em;
      border-radius: 2em; }

@media screen and (max-width: 481px) {
  .l-main .column-two {
    margin: 0 0 20px; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .l-main .column-two {
    margin: 0 0 40px; } }

@media screen and (min-width: 769px) {
  .l-main .column-two {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row nowrap;
    margin: 0 0 40px; } }

@media screen and (max-width: 481px) {
  .l-main .column-two > *:first-child {
    width: 200px;
    max-width: 100%;
    margin: 0 0 20px; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .l-main .column-two > *:first-child {
    width: 250px;
    margin: 0 0 20px; } }

@media screen and (min-width: 769px) {
  .l-main .column-two > *:first-child {
    width: 26.6%;
    max-width: 266px; } }

@media screen and (min-width: 769px) {
  .l-main .column-two > *:nth-child(2) {
    width: 73.4%;
    min-width: calc(100% - 266px);
    padding: 0 0 0 40px; } }

.l-main .wrapper {
  border: 1px solid #3D4C60; }
  @media screen and (max-width: 481px) {
    .l-main .wrapper {
      padding: 20px 25px 25px 25px;
      margin: 40px 0; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .l-main .wrapper {
      padding: 25px 30px 30px 30px;
      margin: 40px 0; } }
  @media screen and (min-width: 769px) {
    .l-main .wrapper {
      padding: 30px 40px 40px 40px;
      margin: 40px 0; } }
  .l-main .wrapper.bg-blue {
    background-color: #EDF9FF; }
  .l-main .wrapper.bg-green {
    background-color: #F7FFF7; }
  @media screen and (max-width: 481px) {
    .l-main .wrapper h3 {
      margin: 0 0 14px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .l-main .wrapper h3 {
      margin: 0 0 16px; } }
  @media screen and (min-width: 769px) {
    .l-main .wrapper h3 {
      margin: 0 0 20px; } }

/* Project
   ----------------------------------------------------------------- */
/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
.p-index__fv img {
  width: 100%;
  height: auto; }

@media screen and (max-width: 481px) {
  .p-index__contents {
    padding: 30px 20px 90px 20px; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .p-index__contents {
    padding: 50px 60px 110px 40px; } }

@media screen and (min-width: 769px) {
  .p-index__contents {
    padding: 75px 110px 140px 70px; } }

@media screen and (max-width: 481px) {
  .p-index__contents h2 {
    margin: 90px 0 30px; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .p-index__contents h2 {
    margin: 110px 0 30px; } }

@media screen and (min-width: 769px) {
  .p-index__contents h2 {
    margin: 140px 0 40px; } }

@media screen and (max-width: 481px) {
  .p-index__contents .wp-block-buttons {
    margin: 40px 0 0; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .p-index__contents .wp-block-buttons {
    margin: 60px 0 0; } }

@media screen and (min-width: 769px) {
  .p-index__contents .wp-block-buttons {
    margin: 80px 0 0; } }

.p-index__members {
  display: none; }
  @media screen and (max-width: 481px) {
    .p-index__members {
      margin: 40px -20px 40px 0; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-index__members {
      margin: 60px -60px 60px 0; } }
  @media screen and (min-width: 769px) {
    .p-index__members {
      margin: 60px -110px 60px 0; } }
  .p-index__members.slick-initialized {
    display: block; }
  @media screen and (max-width: 481px) {
    .p-index__members-item {
      width: 88px;
      height: 120px;
      margin: 0 5px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-index__members-item {
      width: 140px;
      height: 190px;
      margin: 0 10px; } }
  @media screen and (min-width: 769px) {
    .p-index__members-item {
      width: 140px;
      height: 190px;
      margin: 0 10px; } }
  .p-index__members img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
@media screen and (max-width: 481px) {
  .p-subpage__contents {
    padding: 40px 20px 90px 20px; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .p-subpage__contents {
    padding: 50px 60px 110px 40px; } }

@media screen and (min-width: 769px) {
  .p-subpage__contents {
    padding: 90px 110px 140px 70px; } }

@media screen and (max-width: 481px) {
  .p-subpage__contents h1 + h2 {
    margin: 40px 0 20px; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .p-subpage__contents h1 + h2 {
    margin: 60px 0 30px; } }

@media screen and (min-width: 769px) {
  .p-subpage__contents h1 + h2 {
    margin: 80px 0 40px; } }

@media screen and (max-width: 481px) {
  .p-subpage__contents h2 {
    margin: 60px 0 20px; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .p-subpage__contents h2 {
    margin: 80px 0 30px; } }

@media screen and (min-width: 769px) {
  .p-subpage__contents h2 {
    margin: 120px 0 40px; } }

@media screen and (max-width: 481px) {
  .p-subpage__contents .wp-block-buttons {
    margin: 40px 0 0; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .p-subpage__contents .wp-block-buttons {
    margin: 40px 0 0; } }

@media screen and (min-width: 769px) {
  .p-subpage__contents .wp-block-buttons {
    margin: 40px 0 0; } }

.p-subpage__contents .wpcf7-form {
  margin: 60px 0; }

.p-subpage__contents .p-form__item:not(:last-child) {
  margin: 0 0 40px; }

.p-subpage__contents .p-form__item label {
  display: block;
  margin: 0 0 5px; }
  .p-subpage__contents .p-form__item label .required {
    color: #E36D6D;
    font-weight: 700; }

.p-subpage__contents .p-form__item input:not([type="file"]):not([type="submit"]) {
  max-width: 100%;
  border: 1px solid #3D4C60;
  border-radius: 8px;
  background-color: #fff; }
  @media screen and (max-width: 481px) {
    .p-subpage__contents .p-form__item input:not([type="file"]):not([type="submit"]) {
      padding: 10px 15px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-subpage__contents .p-form__item input:not([type="file"]):not([type="submit"]) {
      padding: 10px 25px; } }
  @media screen and (min-width: 769px) {
    .p-subpage__contents .p-form__item input:not([type="file"]):not([type="submit"]) {
      min-width: 600px;
      padding: 10px 25px; } }
  .p-subpage__contents .p-form__item input:not([type="file"]):not([type="submit"])::placeholder {
    color: #9c9c9c; }
  .p-subpage__contents .p-form__item input:not([type="file"]):not([type="submit"]):focus {
    outline: 2px solid #598CD1; }

.p-subpage__contents .p-form__item input[type="file"] {
  max-width: 100%; }
  .p-subpage__contents .p-form__item input[type="file"]:focus {
    outline: 2px solid #598CD1; }

.p-subpage__contents .p-form__item input[type="submit"] {
  display: inline-block;
  max-width: 100%;
  padding: 13px 1em;
  border: 1px solid #3D4C60;
  border-radius: 8px;
  background-color: #3E4C5F;
  color: #fff;
  text-align: center;
  font-weight: 700; }
  @media screen and (max-width: 481px) {
    .p-subpage__contents .p-form__item input[type="submit"] {
      min-width: 280px;
      font-size: 16px; } }
  @media screen and (min-width: 320px) and (max-width: 374px) {
    .p-subpage__contents .p-form__item input[type="submit"] {
      min-width: 233px; } }
  @media screen and (max-width: 320px) {
    .p-subpage__contents .p-form__item input[type="submit"] {
      min-width: inherit; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-subpage__contents .p-form__item input[type="submit"] {
      min-width: 380px;
      font-size: 16px; } }
  @media screen and (min-width: 769px) {
    .p-subpage__contents .p-form__item input[type="submit"] {
      min-width: 600px;
      font-size: 24px; } }
  .p-subpage__contents .p-form__item input[type="submit"]:focus {
    outline: 2px solid #598CD1; }

.p-subpage__contents .p-form__item textarea {
  width: 100%;
  border: 1px solid #3D4C60;
  border-radius: 8px;
  background-color: #fff; }
  @media screen and (max-width: 481px) {
    .p-subpage__contents .p-form__item textarea {
      padding: 10px 15px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-subpage__contents .p-form__item textarea {
      padding: 10px 25px; } }
  @media screen and (min-width: 769px) {
    .p-subpage__contents .p-form__item textarea {
      min-width: 600px;
      padding: 10px 25px; } }
  .p-subpage__contents .p-form__item textarea::placeholder {
    color: #9c9c9c; }
  .p-subpage__contents .p-form__item textarea:focus {
    outline: 2px solid #598CD1; }

.p-subpage__contents .p-form__item .select-wrap {
  display: inline-block;
  max-width: 100%;
  background: #fff;
  border: 1px solid #3D4C60;
  border-radius: 8px;
  vertical-align: middle;
  position: relative; }
  @media screen and (max-width: 481px) {
    .p-subpage__contents .p-form__item .select-wrap {
      min-width: 200px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-subpage__contents .p-form__item .select-wrap {
      min-width: 300px; } }
  @media screen and (min-width: 769px) {
    .p-subpage__contents .p-form__item .select-wrap {
      min-width: 600px; } }
  .p-subpage__contents .p-form__item .select-wrap::before {
    content: '';
    width: 0;
    height: 0;
    border-width: 10px 7.5px 0 7.5px;
    border-style: solid;
    border-color: #3E4C5F transparent transparent transparent;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 1; }
  .p-subpage__contents .p-form__item .select-wrap select {
    max-width: 100%;
    appearance: none;
    border: none;
    border-radius: 8px;
    text-overflow: ellipsis; }
    @media screen and (max-width: 481px) {
      .p-subpage__contents .p-form__item .select-wrap select {
        min-width: 200px;
        padding: 10px 35px 10px 15px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .p-subpage__contents .p-form__item .select-wrap select {
        min-width: 300px;
        padding: 10px 45px 10px 25px; } }
    @media screen and (min-width: 769px) {
      .p-subpage__contents .p-form__item .select-wrap select {
        min-width: 600px;
        padding: 10px 45px 10px 25px; } }
    .p-subpage__contents .p-form__item .select-wrap select:focus {
      outline: 2px solid #598CD1; }

@media screen and (max-width: 481px) {
  .p-subpage__contents .wp-pagenavi {
    margin-top: 40px; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .p-subpage__contents .wp-pagenavi {
    margin-top: 60px; } }

@media screen and (min-width: 769px) {
  .p-subpage__contents .wp-pagenavi {
    margin-top: 80px; } }

.p-subpage__contents .wp-pagenavi .pages {
  display: none; }

.p-subpage__contents .wp-pagenavi span:not(.pages):not(.extend):not(.current),
.p-subpage__contents .wp-pagenavi a {
  display: inline-block;
  border: 1px solid #3D4C60;
  border-radius: 8px;
  background-color: #fff;
  color: #3E4C5F;
  text-decoration: none; }
  @media screen and (max-width: 481px) {
    .p-subpage__contents .wp-pagenavi span:not(.pages):not(.extend):not(.current),
    .p-subpage__contents .wp-pagenavi a {
      padding: 6px 12px;
      font-size: 16px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-subpage__contents .wp-pagenavi span:not(.pages):not(.extend):not(.current),
    .p-subpage__contents .wp-pagenavi a {
      padding: 8px 16px;
      font-size: 18px; } }
  @media screen and (min-width: 769px) {
    .p-subpage__contents .wp-pagenavi span:not(.pages):not(.extend):not(.current),
    .p-subpage__contents .wp-pagenavi a {
      padding: 10px 18px;
      font-size: 20px; } }

.p-subpage__contents .wp-pagenavi span.current {
  display: inline-block;
  border: 1px solid #3D4C60;
  border-radius: 8px;
  background-color: #3D4C60;
  color: #fff;
  text-decoration: none; }
  @media screen and (max-width: 481px) {
    .p-subpage__contents .wp-pagenavi span.current {
      padding: 6px 12px;
      font-size: 16px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-subpage__contents .wp-pagenavi span.current {
      padding: 8px 16px;
      font-size: 18px; } }
  @media screen and (min-width: 769px) {
    .p-subpage__contents .wp-pagenavi span.current {
      padding: 10px 18px;
      font-size: 20px; } }

.p-subpage__map {
  display: inline-block;
  margin: 40px 0;
  background-color: #EDF9FF;
  border: 1px solid #3D4C60; }

.p-subpage__card:not(:last-child) {
  margin: 0 0 40px; }

.p-subpage__card a {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #fff;
  border: 1px solid #598CD1;
  text-decoration: none !important; }
  @media screen and (max-width: 481px) {
    .p-subpage__card a {
      padding: 20px 20px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-subpage__card a {
      padding: 25px 30px; } }
  @media screen and (min-width: 769px) {
    .p-subpage__card a {
      padding: 30px 40px; } }
  .p-subpage__card a:focus {
    outline: 2px solid #598CD1; }

.p-subpage__card-thumb {
  outline: 1px solid #C7C7C7; }
  @media screen and (max-width: 481px) {
    .p-subpage__card-thumb {
      width: 100%;
      max-width: 350px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-subpage__card-thumb {
      width: 100%;
      max-width: 350px; } }
  @media screen and (min-width: 769px) {
    .p-subpage__card-thumb {
      width: 38%;
      max-width: 350px; } }

@media screen and (max-width: 481px) {
  .p-subpage__card-info {
    width: 100%;
    margin: 15px 0 0; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .p-subpage__card-info {
    width: 100%;
    margin: 15px 0 0; } }

@media screen and (min-width: 769px) {
  .p-subpage__card-info {
    width: 62%;
    min-width: calc(100% - 350px);
    padding: 0 0 0 50px; } }

.p-subpage__card-info .date {
  display: block;
  color: #9c9c9c; }
  @media screen and (max-width: 481px) {
    .p-subpage__card-info .date {
      margin: 0 0 8px;
      font-size: 14px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-subpage__card-info .date {
      margin: 0 0 8px;
      font-size: 14px; } }
  @media screen and (min-width: 769px) {
    .p-subpage__card-info .date {
      margin: 0 0 10px;
      font-size: 16px; } }

.p-subpage__card-info .title {
  color: #3E4C5F;
  font-weight: 700; }
  @media screen and (max-width: 481px) {
    .p-subpage__card-info .title {
      font-size: 20px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-subpage__card-info .title {
      font-size: 20px; } }
  @media screen and (min-width: 769px) {
    .p-subpage__card-info .title {
      font-size: 24px; } }

.p-subpage__card-info .btn {
  display: inline-block;
  background-color: #3D4C60;
  border-radius: 8px;
  color: #fff;
  font-weight: 700; }
  @media screen and (max-width: 481px) {
    .p-subpage__card-info .btn {
      padding: 8px 24px;
      font-size: 12px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-subpage__card-info .btn {
      padding: 10px 32px;
      font-size: 14px; } }
  @media screen and (min-width: 769px) {
    .p-subpage__card-info .btn {
      padding: 12px 40px;
      font-size: 16px; } }

.p-subpage__news-days {
  display: block;
  color: #9c9c9c; }
  @media screen and (max-width: 481px) {
    .p-subpage__news-days {
      margin: 0 0 20px;
      font-size: 14px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-subpage__news-days {
      margin: 0 0 20px;
      font-size: 14px; } }
  @media screen and (min-width: 769px) {
    .p-subpage__news-days {
      margin: 0 0 20px;
      font-size: 16px; } }

.p-subpage__news-thumbnail {
  display: inline-block;
  background-color: #fff;
  outline: 1px solid #C7C7C7; }

.p-subpage__news-content {
  margin: 60px 0; }

/* ==========================================================================
   print
   ========================================================================== */
t-size: 20px; } }
  @media screen and (min-width: 769px) {
    .p-subpage__card-info .title {
      font-size: 24px; } }

.p-subpage__card-info .btn {
  display: inline-block;
  background-color: #3D4C60;
  border-radius: 8px;
  color: #fff;
  font-weight: 700; }
  @media screen and (max-width: 481px) {
    .p-subpage__card-info .btn {
      padding: 8px 24px;
      font-size: 12px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-subpage__card-info .btn {
      padding: 10px 32px;
      font-size: 14px; } }
  @media screen and (min-width: 769px) {
    .p-subpage__card-info .btn {
      padding: 12px 40px;
      font-size: 16px; } }

.p-subpage__news-days {
  display: block;
  color: #9c9c9c; }
  @media screen and (max-width: 481px) {
    .p-subpage__news-days {
      margin: 0 0 20px;
      font-size: 14px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-subpage__news-days {
      margin: 0 0 20px;
      font-size: 14px; } }
  @media screen and (min-width: 769px) {
    .p-subpage__news-days {
      margin: 0 0 20px;
      font-size: 16px; } }

.p-subpage__news-thumbnail {
  display: inline-block;
  background-color: #fff;
  outline: 1px solid #C7C7C7; }

.p-subpage__news-content {
  margin: 60px 0; }

/* ==========================================================================
   print
   ========================================================================== */
