@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,600;0,700;1,300&family=M+PLUS+1p:wght@300;400;500;700&family=Source+Sans+Pro:wght@300;400;600;700&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;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg); }

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

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: 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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

select:disabled {
  opacity: inherit; }

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

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

legend {
  padding: 0; }

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

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

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

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto; }

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

caption {
  text-align: left; }

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

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

figure {
  padding: 0;
  margin: 0; }

*:focus {
  outline: 0;
  outline: none; }

/* clearfix */
.cf {
  zoom: 1; }

.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

a:hover {
  cursor: pointer; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
          appearance: none; }

@media (max-width: 768px) {
  .mt-XS-sp,
  .mt-XS {
    margin-top: 10px; }
  .mt-SS-sp,
  .mt-SS,
  .post-box-inner .wp-post div * + p,
  .post-box-inner .wp-post div h4,
  .post-box-inner .wp-post div h5,
  .post-box-inner .wp-post div ul,
  .post-box-inner .wp-post div ol,
  .post-box-inner .wp-post div img,
  .post-box-inner .wp-post div blockquote,
  .post-box-inner .wp-post div iframe {
    margin-top: 10px; }
  .mt-S-sp,
  .mt-S {
    margin-top: 20px; }
  .mt-M-sp,
  .mt-M,
  .post-box-inner .wp-post div * + h2,
  .post-box-inner .wp-post div h3 {
    margin-top: 30px; }
  .mt-L-sp,
  .mt-L {
    margin-top: 30px; }
  .mt-LL-sp,
  .mt-LL {
    margin-top: 30px; }
  .mt-XL-sp,
  .mt-XL {
    margin-top: 60px; }
  .mt-XXL-sp,
  .mt-XXL {
    margin-top: 80px; }
  .mb-XS-sp,
  .mb-XS {
    margin-bottom: 10px; }
  .mb-SS-sp,
  .mb-SS {
    margin-bottom: 10px; }
  .mb-S-sp,
  .mb-S {
    margin-bottom: 20px; }
  .mb-M-sp,
  .mb-M {
    margin-bottom: 30px; }
  .mb-L-sp,
  .mb-L {
    margin-bottom: 30px; }
  .mb-LL-sp,
  .mb-LL {
    margin-bottom: 30px; }
  .mb-XL-sp,
  .mb-XL {
    margin-bottom: 60px; }
  .mb-XXL-sp,
  .mb-XXL {
    margin-bottom: 80px; }
  .pt-XS-sp,
  .pt-XS {
    padding-top: 10px; }
  .pt-SS-sp,
  .pt-SS {
    padding-top: 10px; }
  .pt-S-sp,
  .pt-S {
    padding-top: 20px; }
  .pt-M-sp,
  .pt-M {
    padding-top: 30px; }
  .pt-L-sp,
  .pt-L {
    padding-top: 30px; }
  .pt-LL-sp,
  .pt-LL {
    padding-top: 30px; }
  .pt-XL-sp,
  .pt-XL {
    padding-top: 60px; }
  .pt-XXL-sp,
  .pt-XXL {
    padding-top: 80px; }
  .pb-XS-sp,
  .pb-XS {
    padding-bottom: 10px; }
  .pb-SS-sp,
  .pb-SS {
    padding-bottom: 10px; }
  .pb-S-sp,
  .pb-S {
    padding-bottom: 20px; }
  .pb-M-sp,
  .pb-M {
    padding-bottom: 30px; }
  .pb-L-sp,
  .pb-L {
    padding-bottom: 30px; }
  .pb-LL-sp,
  .pb-LL {
    padding-bottom: 30px; }
  .pb-XL-sp,
  .pb-XL {
    padding-bottom: 60px; }
  .pb-XXL-sp,
  .pb-XXL {
    padding-bottom: 80px; } }

@media (min-width: 769px) {
  .mt-XS-pc,
  .mt-XS {
    margin-top: 10px; }
  .mt-SS-pc,
  .mt-SS,
  .post-box-inner .wp-post div * + p,
  .post-box-inner .wp-post div h4,
  .post-box-inner .wp-post div h5,
  .post-box-inner .wp-post div ul,
  .post-box-inner .wp-post div ol,
  .post-box-inner .wp-post div img,
  .post-box-inner .wp-post div blockquote,
  .post-box-inner .wp-post div iframe {
    margin-top: 20px; }
  .mt-S-pc,
  .mt-S {
    margin-top: 30px; }
  .mt-M-pc,
  .mt-M,
  .post-box-inner .wp-post div * + h2,
  .post-box-inner .wp-post div h3 {
    margin-top: 40px; }
  .mt-L-pc,
  .mt-L {
    margin-top: 50px; }
  .mt-LL-pc,
  .mt-LL {
    margin-top: 70px; }
  .mt-XL-pc,
  .mt-XL {
    margin-top: 80px; }
  .mt-XXL-pc,
  .mt-XXL {
    margin-top: 100px; }
  .mb-XS-pc,
  .mb-XS {
    margin-bottom: 10px; }
  .mb-SS-pc,
  .mb-SS {
    margin-bottom: 20px; }
  .mb-S-pc,
  .mb-S {
    margin-bottom: 30px; }
  .mb-M-pc,
  .mb-M {
    margin-bottom: 40px; }
  .mb-L-pc,
  .mb-L {
    margin-bottom: 50px; }
  .mb-LL-pc,
  .mb-LL {
    margin-bottom: 70px; }
  .mb-XL-pc,
  .mb-XL {
    margin-bottom: 80px; }
  .mb-XXL-pc,
  .mb-XXL {
    margin-bottom: 100px; }
  .pt-XS-pc,
  .pt-XS {
    padding-top: 10px; }
  .pt-SS-pc,
  .pt-SS {
    padding-top: 20px; }
  .pt-S-pc,
  .pt-S {
    padding-top: 30px; }
  .pt-M-pc,
  .pt-M {
    padding-top: 40px; }
  .pt-L-pc,
  .pt-L {
    padding-top: 50px; }
  .pt-LL-pc,
  .pt-LL {
    padding-top: 70px; }
  .pt-XL-pc,
  .pt-XL {
    padding-top: 80px; }
  .pt-XXL-pc,
  .pt-XXL {
    padding-top: 100px; }
  .pb-XS-pc,
  .pb-XS {
    padding-bottom: 10px; }
  .pb-SS-pc,
  .pb-SS {
    padding-bottom: 20px; }
  .pb-S-pc,
  .pb-S {
    padding-bottom: 30px; }
  .pb-M-pc,
  .pb-M {
    padding-bottom: 40px; }
  .pb-L-pc,
  .pb-L {
    padding-bottom: 50px; }
  .pb-LL-pc,
  .pb-LL {
    padding-bottom: 70px; }
  .pb-XL-pc,
  .pb-XL {
    padding-bottom: 80px; }
  .pb-XXL-pc,
  .pb-XXL {
    padding-bottom: 100px; } }

/*----------------
フォント
-------------------*/
@media (max-width: 768px) {
  .f-XS-sp,
  .f-XS {
    font-size: 10px; }
  .f-SS-sp,
  .f-SS {
    font-size: 12px; }
  .f-S-sp,
  .f-S {
    font-size: 16px; }
  .f-M-sp,
  .f-M {
    font-size: 18px; }
  .f-L-sp,
  .f-L {
    font-size: 20px; }
  .f-LL-sp,
  .f-LL {
    font-size: 20px; }
  .f-XL-sp,
  .f-XL {
    font-size: 22px; } }

@media (min-width: 769px) {
  .f-XS-pc,
  .f-XS {
    font-size: 10px; }
  .f-SS-pc,
  .f-SS {
    font-size: 14px; }
  .f-S-pc,
  .f-S {
    font-size: 18px; }
  .f-M-pc,
  .f-M {
    font-size: 20px; }
  .f-L-pc,
  .f-L {
    font-size: 24px; }
  .f-LL-pc,
  .f-LL {
    font-size: 27px; }
  .f-XL-pc,
  .f-XL {
    font-size: 32px; } }

/*----------------
mixin
-------------------*/
/*----------------*/
/* 　全体レイアウト　　*/
/*----------------*/
html {
  font-family: 'M PLUS 1p',"メイリオ", Meiryo,"Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro","YoGo-Medium","游ゴシック体", "Yu Gothic", YuGothic, Arial, Helvetica, sans-serif;
  color: #202020;
  line-height: 1.8;
  position: relative;
  scroll-behavior: smooth;
  overflow: auto; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    html {
      height: 100%; } }
  @media screen and (-webkit-min-device-pixel-ratio: 0) and (min-width: 769px) {
    html {
      min-height: 100%;
      position: relative; } }
  @media all and (-ms-high-contrast: none) {
    html {
      font-family: "メイリオ", Meiryo, Helvetica, sans-serif; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    html:not(:target) {
      font-family: "メイリオ", Meiryo, Helvetica, sans-serif\9; } }

body {
  font-size: 18px;
  opacity: 1;
  transition: .2s .1s;
  position: absolute;
  width: 100%;
  padding-bottom: 0;
  z-index: -100;
  overflow: hidden;
  word-break: break-all;
  /* chrome safari opera */ }
  @media (max-width: 768px) {
    body {
      font-size: 16px; } }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    body {
      min-height: 100%; } }

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  font-size: 0;
  line-height: 0; }

a {
  color: #202020;
  cursor: pointer; }

h1, h2, h3, h4 {
  line-height: 1.4; }

p + p {
  margin-top: .2em; }

@media (max-width: 768px) {
  .is-pc {
    display: none !important; } }

@media (min-width: 769px) {
  .is-sp {
    display: none !important; } }

/*# sourceMappingURL=main.css.map */
/*----------------
　共通パーツ
----------------*/
.anker {
  margin-top: -84px;
  padding-top: 84px; }
  @media (min-width: 1080px) {
    .anker {
      margin-top: -130px;
      padding-top: 130px; } }

.head-padding {
  padding-top: 100px; }
  @media (min-width: 1080px) {
    .head-padding {
      padding-top: 200px; } }

.foot-padding {
  padding-bottom: 100px; }
  @media (min-width: 1080px) {
    .foot-padding {
      padding-bottom: 200px; } }

/* コンテンツ幅 */
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  width: 100%; }
  @media (max-width: 1095px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 830px) {
    .container-M {
      max-width: 800px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 730px) {
    .container-S {
      max-width: 700px;
      margin-left: auto;
      margin-right: auto; } }

/* 見出し */
.h-2 {
  text-align: center;
  padding: .5em .5em .4em;
  font-size: 18px;
  font-weight: 600; }
  .h-2 span {
    position: relative;
    padding-bottom: 10px; }
    .h-2 span::after {
      content: '';
      position: absolute;
      height: 2px;
      line-height: 2px;
      width: 90%;
      bottom: 0;
      left: 5%;
      background-color: #FFEA00; }
  @media (max-width: 768px) {
    .h-2 {
      width: 100%; } }
  @media (min-width: 769px) {
    .h-2 {
      font-size: 36px;
      padding: .3em 1em .2em; } }
  @media (min-width: 769px) {
    .h-2.h-jp {
      font-size: 32px;
      letter-spacing: .08em; } }

@media (max-width: 768px) {
  .h-icon img {
    height: 30%; } }

/* 位置 */
.t-left {
  text-align: left; }

.t-ctr {
  text-align: center; }
  @media (max-width: 768px) {
    .t-ctr-sp {
      text-align: center; } }
  @media (min-width: 769px) {
    .t-ctr-pc {
      text-align: center; } }

.t-right {
  text-align: right; }

/* フォント */
.f-bold {
  font-weight: 600; }

.f-brown {
  color: #202020; }

.f-main {
  color: #57ACE0; }

.f-white {
  color: #fff; }

.f-blw {
  font-family: 'Barlow', sans-serif;
  letter-spacing: .08em; }

.f-mp1 {
  font-family: 'M PLUS 1p', sans-serif; }

.f-ssp {
  font-family: 'Source Sans Pro', sans-serif; }

/* 背景 */
.bg-concept {
  background-color: rgba(87, 172, 224, 0.5); }

.bg-gray {
  background-color: rgba(235, 235, 235, 0.7);
  z-index: -1; }

.bg-accent {
  background-color: #FFEA00; }

.bg-main {
  background-color: #57ACE0; }

.bg-lightblue {
  background-color: rgba(87, 172, 224, 0.3); }

.list-ul li {
  position: relative;
  padding-left: 1.5em; }
  .list-ul li::before {
    position: absolute;
    content: '■';
    top: 0;
    left: 0; }

.btn-more {
  text-align: right; }
  .btn-more a {
    background-color: #FFEA00;
    padding: 1em 2em; }

.read-more {
  text-align: center;
  background-color: #FFEA00;
  padding: 1em 2em;
  width: 164px;
  margin-left: auto; }

/* レイアウト */
@media (min-width: 769px) {
  .flex {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-bottom: -20px; } }

@media (max-width: 768px) {
  .flex-item:not(:first-child) {
    margin-top: 20px; } }

@media (min-width: 769px) {
  .flex-item {
    margin-left: 30px;
    margin-bottom: 20px; }
    .flex-item.x1 {
      width: calc(8.33333% - 30px); }
    .flex-item.x2 {
      width: calc(16.66666% - 30px); }
    .flex-item.x3 {
      width: calc(24.99999% - 30px); }
    .flex-item.x4 {
      width: calc(33.33332% - 30px); }
    .flex-item.x5 {
      width: calc(41.66665% - 30px); }
    .flex-item.x6 {
      width: calc(49.99998% - 30px); }
    .flex-item.x7 {
      width: calc(58.33331% - 30px); }
    .flex-item.x8 {
      width: calc(66.66664% - 30px); }
    .flex-item.x9 {
      width: calc(74.99997% - 30px); }
    .flex-item.x10 {
      width: calc(83.3333% - 30px); }
    .flex-item.x11 {
      width: calc(91.66663% - 30px); } }

/* アニメーション */
.is-anime {
  opacity: 0; }
  .is-anime.fade {
    transition: .5s fade; }
  .is-anime.up {
    transition: .5s .5s;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }

.is-anime.is-show.fade {
  -webkit-animation: fade .7s linear .5s forwards;
          animation: fade .7s linear .5s forwards; }

.is-anime.is-show.up {
  -webkit-transform: none;
          transform: none;
  opacity: 1; }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*ヘッダー*/
.header {
  background-color: #fff;
  width: 100%;
  position: fixed;
  z-index: 10; }
  .header .header-sub {
    background-color: rgba(87, 172, 224, 0.3);
    height: 40px; }
    @media (min-width: 1080px) {
      .header .header-sub {
        height: 50px; } }
    .header .header-sub .header-sub-list {
      display: flex;
      height: 26px;
      align-items: center; }
      @media (min-width: 1080px) {
        .header .header-sub .header-sub-list {
          height: 50px;
          justify-content: flex-end; } }
      @media (max-width: 1080px) {
        .header .header-sub .header-sub-list li {
          margin-right: 10px;
          margin-top: 13px; } }
      @media (min-width: 1080px) {
        .header .header-sub .header-sub-list li {
          margin-left: 20px; } }
      @media (max-width: 1080px) {
        .header .header-sub .header-sub-list li img {
          height: auto;
          width: 70px; } }
  .header .header-main {
    position: relative;
    height: 48px;
    transition: 1s;
    background-color: #fff; }
    @media (min-width: 1080px) {
      .header .header-main {
        height: 125px; } }
    .header .header-main .header-main-inner {
      transition: 1s; }
      .header .header-main .header-main-inner .logo {
        position: absolute;
        top: 15px;
        left: 2%;
        transition: .5s;
        z-index: 20; }
        .header .header-main .header-main-inner .logo img {
          height: 235px;
          transition: 1s; }
          @media (min-width: 1080px) {
            .header .header-main .header-main-inner .logo img {
              height: 466px; } }
        @media (min-width: 1080px) {
          .header .header-main .header-main-inner .logo {
            top: -25px; } }
        @media (min-width: 1110px) {
          .header .header-main .header-main-inner .logo {
            left: 1%; } }
    .header .header-main.is-active .header-main-inner .logo {
      -webkit-transform: translateY(-500px);
              transform: translateY(-500px); }

.g-nav-item .item-btn {
  background-color: #202020;
  border: 2px solid #202020;
  color: #fff;
  text-align: center;
  padding: .8em 2.8em; }

@media (max-width: 1080px) {
  .g-nav {
    position: fixed;
    right: -320px;
    /* これで隠れる */
    top: 40px;
    width: 300px;
    /* スマホに収まるくらい */
    height: 100vh;
    padding-top: 60px;
    background-color: #57ACE0;
    transition: all .6s;
    z-index: 100;
    overflow-y: auto;
    /* メニューが多くなったらスクロールできるように */ }
  .burger {
    position: absolute;
    right: 15px;
    top: 5px;
    width: 40px;
    /* クリックしやすいようにちゃんと幅を指定する */
    height: 40px;
    /* クリックしやすいようにちゃんと高さを指定する */
    cursor: pointer;
    z-index: 300; }
  .g-nav-list {
    margin: 0;
    padding: 30px 0 0;
    list-style: none;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto; }
  .g-nav-item {
    text-align: center;
    padding: 0 15px; }
    .g-nav-item .item-btn {
      margin-top: 50px; }
  .g-nav-item a {
    font-size: 20px;
    display: block;
    padding: 30px 0 0;
    text-decoration: none;
    color: #fff;
    transition: .8; } }
  @media (max-width: 1080px) and (min-width: 769px) {
    .g-nav-item a {
      transition: .3s; }
      .g-nav-item a:hover {
        opacity: .7; } }
  @media (max-width: 1080px) and (min-width: 1080px) {
    .g-nav-item a {
      padding: 15px 0; } }

@media (max-width: 1080px) {
    .g-nav-item a:not(.item-btn) {
      border-bottom: 2px solid #fff; }
  .burger-line {
    position: absolute;
    left: 0px;
    height: 3px;
    background-color: #57ACE0;
    transition: all .6s; }
  .burger-line-1 {
    top: 10px;
    width: 30px; }
  .burger-line-2 {
    top: 18px;
    width: 30px; }
  .burger-line-3 {
    top: 26px;
    width: 20px; }
  /* 表示された時用のCSS */
  .nav-open .g-nav {
    right: 0;
    width: 100%; }
  .nav-open .burger-line {
    background-color: #fff; }
  .nav-open .burger-line-1 {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 20px; }
  .nav-open .burger-line-2 {
    width: 0;
    left: 50%; }
  .nav-open .burger-line-3 {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 20px;
    width: 30px; } }

@media (min-width: 1080px) {
  .header .header-main {
    width: 100%; }
    .header .header-main .header-main-inner {
      padding: 50px 0;
      width: 1080px;
      margin-left: auto;
      margin-right: auto; }
    .header .header-main.is-active {
      height: 80px; }
      .header .header-main.is-active .header-main-inner {
        padding: 25px 0; }
  .g-nav-list {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .g-nav-list .g-nav-item {
      padding-left: 30px;
      font-weight: 600; }
      .g-nav-list .g-nav-item.f-blw {
        font-weight: 700; }
      .g-nav-list .g-nav-item a {
        font-size: 20px; } }
      @media (min-width: 1080px) and (min-width: 769px) {
        .g-nav-list .g-nav-item a {
          transition: .3s; }
          .g-nav-list .g-nav-item a:hover {
            opacity: .7; } }

@media (min-width: 1080px) {
      .g-nav-list .g-nav-item .item-btn:hover {
        color: #202020;
        background: #fff; } }

/*-----
footer
-------*/
.footer {
  background-color: #EBEBEB;
  width: 100%; }
  .footer-main {
    position: relative;
    padding-top: 100px;
    padding-bottom: 70px; }
    @media (min-width: 769px) {
      .footer-main {
        padding-top: 60px;
        padding-bottom: 95px; } }
  .footer-sub {
    background-color: #57ACE0;
    position: relative;
    padding-top: 30px;
    padding-bottom: 100px; }
    @media (min-width: 769px) {
      .footer-sub {
        padding-top: 60px; } }
    .footer-sub .footer-logo {
      position: absolute; }
      @media (max-width: 1080px) {
        .footer-sub .footer-logo {
          top: -50px;
          left: 1%; }
          .footer-sub .footer-logo img {
            width: 80px;
            height: auto; } }
      @media (min-width: 1080px) {
        .footer-sub .footer-logo {
          left: 4%;
          bottom: 30px; } }
  .footer-nav li {
    font-size: 16px;
    line-height: 1; }
    @media (max-width: 768px) {
      .footer-nav li {
        margin-top: 1em; } }
    @media (min-width: 769px) {
      .footer-nav li {
        display: inline-block;
        border-right: 1px solid #fff; }
        .footer-nav li:first-child {
          border-left: 1px solid #fff; } }
    .footer-nav li a {
      color: #fff;
      padding: 0 1em; }
      @media (min-width: 769px) {
        .footer-nav li a {
          padding: 0 1.5em; } }
  .footer .copy {
    position: absolute;
    bottom: 20px;
    left: 5px;
    font-size: 10px; }
    @media (min-width: 769px) {
      .footer .copy {
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }

/*---------
各項目
-----------*/
.mv {
  width: 100%;
  position: relative;
  padding-top: 84px; }
  @media (min-width: 1080px) {
    .mv {
      padding-top: 176px; } }
  .mv img {
    width: 100%;
    height: auto; }
  @media (max-width: 1080px) {
    .mv.is-active .mv .logo {
      -webkit-transform: translate(200px, -500px);
              transform: translate(200px, -500px); }
      .mv.is-active .mv .logo img {
        height: 80px; } }

.introduction {
  padding-top: 85px;
  padding-bottom: 300px; }
  @media (min-width: 769px) {
    .introduction {
      padding-bottom: 155px; } }

.news {
  padding-top: 115px;
  padding-bottom: 100px; }
  @media (min-width: 769px) {
    .news {
      padding-bottom: 100px; } }
  @media (min-width: 769px) {
    .news-card .wp-posts {
      display: flex;
      flex-wrap: wrap;
      margin-left: -30px; } }
  .news-card .wp-posts li {
    margin-bottom: 30px;
    background-color: #fff; }
    @media (min-width: 769px) {
      .news-card .wp-posts li {
        width: calc(33.33332% - 30px);
        margin-left: 30px;
        padding-bottom: 10px;
        transition: .3s; }
        .news-card .wp-posts li:hover {
          -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.11));
                  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.11)); } }
    .news-card .wp-posts li img {
      height: 230px;
      width: auto;
      object-fit: cover; }
      @media (max-width: 768px) {
        .news-card .wp-posts li img {
          width: 100%;
          height: auto; } }
    .news-card .wp-posts li h2 {
      font-size: 20px;
      font-weight: 600;
      margin-top: 15px; }
    .news-card .wp-posts li .wp-excerpt {
      margin-top: 5px; }
    @media (min-width: 769px) {
      .news-card .wp-posts li h2, .news-card .wp-posts li .wp-excerpt {
        padding-left: 5px;
        padding-right: 5px; } }

.program {
  padding-top: 100px;
  padding-bottom: 143px; }
  .program-box {
    background-color: #fff;
    padding: 40px 20px;
    border-bottom: 8px solid #57ACE0; }
    @media (min-width: 769px) {
      .program-box {
        padding: 70px 80px; } }
  .program-card {
    background-color: #F7F7F7; }
    @media (min-width: 769px) {
      .program-card {
        display: flex;
        align-items: center; } }
    @media (min-width: 769px) {
      .program-card-thum {
        max-width: 200px; } }
    .program-card-content {
      flex: 1;
      padding: 20px 20px; }
    .program-card-title {
      font-size: 22px;
      font-weight: 600; }

.merit {
  padding-top: 100px;
  padding-bottom: 200px; }
  .merit-thum {
    text-align: center; }
    @media (min-width: 769px) {
      .merit-thum img {
        max-height: 300px;
        object-fit: cover; } }

.partners-box {
  border: 1px solid #75B8CC;
  padding: 40px 20px; }
  @media (min-width: 769px) {
    .partners-box {
      padding: 80px 70px; } }
  @media (min-width: 769px) {
    .partners-box-list {
      display: flex;
      flex-wrap: wrap;
      position: relative; }
      .partners-box-list.list-square:after {
        content: '';
        display: block;
        position: absolute;
        width: 124px;
        height: 146px;
        line-height: 146px;
        background-color: #fff;
        bottom: -73px;
        right: calc(50% - 62px);
        z-index: 2; } }
  @media (min-width: 769px) and (min-width: 769px) {
    .partners-box-list.list-pt {
      padding-top: 40px; } }
  @media (max-width: 768px) {
    .partners-box-list .partners-box-item {
      padding: 40px 0; } }
  @media (min-width: 769px) {
    .partners-box-list .partners-box-item {
      width: 50%; } }
  @media (max-width: 768px) {
    .partners-box-list .partners-box-item.item-border-bottom {
      border-bottom: 2px solid #75B8CC; } }
  @media (min-width: 769px) {
    .partners-box-list .partners-box-item.item-border-bottom {
      border-bottom: 1px solid #75B8CC; } }
  @media (min-width: 769px) {
    .partners-box-list .partners-box-item.item-left {
      border-right: 1px solid #75B8CC;
      padding-right: 60px;
      padding-bottom: 70px; }
    .partners-box-list .partners-box-item.item-right {
      padding-left: 60px;
      padding-bottom: 70px; }
    .partners-box-list .partners-box-item.item-last-left {
      border-right: 1px solid #75B8CC;
      padding-right: 60px;
      padding-bottom: 30px; }
    .partners-box-list .partners-box-item.item-last-right {
      padding-left: 60px;
      padding-bottom: 30px; } }
  @media (max-width: 768px) {
    .partners-box-list.half .partners-box-item:nth-child(1) {
      border-bottom: 2px solid #75B8CC; } }
  @media (min-width: 769px) {
    .partners-box-list.half .partners-box-item:nth-child(1) {
      border-right: 1px solid #75B8CC;
      padding: 0 60px 10px 0; } }
  @media (min-width: 769px) {
    .partners-box-list.half .partners-box-item:nth-child(2) {
      padding: 0 0 10px 60px; } }

.event {
  padding-top: 100px;
  padding-bottom: 230px; }
  .event-box {
    background-color: rgba(87, 172, 224, 0.2);
    padding: 30px 20px; }
    @media (min-width: 769px) {
      .event-box {
        padding: 70px 0 50px; } }
    .event-box-title {
      font-size: 27px;
      font-weight: 600;
      border-bottom: 3px solid #fff;
      padding-bottom: 20px; }
    @media (min-width: 769px) {
      .event-box-content {
        padding: 0 70px; } }

.apply {
  padding-top: 90px;
  padding-bottom: 150px; }
  .apply-box {
    background-color: #fff;
    padding: 30px 20px; }
    @media (min-width: 769px) {
      .apply-box {
        padding: 90px 100px; } }
  .apply-title {
    background-color: #EBEBEB;
    font-size: 19px;
    font-weight: 600;
    padding: .5em .5em .5em 3em;
    position: relative; }
    .apply-title span {
      position: absolute;
      left: 0;
      top: 0;
      background-color: #75B8CC;
      color: #fff;
      padding: .5em .8em;
      margin-right: .5em; }
  .apply-btn {
    text-align: center; }
    .apply-btn a {
      border: 2px solid #FFEA00;
      display: block;
      background-color: #FFEA00;
      padding: 1.2em;
      font-size: 30px;
      font-weight: 700;
      position: relative;
      transition: .3s; }
      .apply-btn a:hover {
        border: 2px solid #202020; }
      .apply-btn a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #202020;
        transition: width 0.3s; }
      .apply-btn a:hover::after {
        width: 100%; }

/* post */
.post-wrap {
  padding-top: 100px;
  padding-bottom: 150px; }
  @media (min-width: 1080px) {
    .post-wrap {
      padding-top: 260px; } }

.post-return {
  font-size: 15px;
  text-align: right;
  margin-bottom: .3em; }
  .post-return a {
    background-color: #202020;
    border: 2px solid #202020;
    color: #fff;
    text-align: center;
    padding: 0em 0.8em;

    display: inline-block;
    transition: .3s; }
    .post-return a:hover {
        color: #202020;
        background: #fff; }

.post-box {
  border: solid 3px #75B8CC; }
  @media (max-width: 768px) {
    .post-box-inner {
      padding: 50px 15px; } }
  @media (min-width: 769px) {
    .post-box-inner {
      max-width: 920px;
      margin-left: auto;
      margin-right: auto;
      padding: 100px 20px; } }
  .post-box-inner .wp-post h1 {
    border-bottom: solid 3px #75B8CC;
    text-align: center;
    padding: 0 .2em .8em;
    font-size: 22px; }
    @media (min-width: 769px) {
      .post-box-inner .wp-post h1 {
        font-size: 27px; } }
  .post-box-inner .wp-post div {
    margin-top: 40px; }
    @media (min-width: 769px) {
      .post-box-inner .wp-post div {
        width: 750px;
        margin-top: 60px;
        margin-left: auto;
        margin-right: auto; } }
    .post-box-inner .wp-post div h2, .post-box-inner .wp-post div h3, .post-box-inner .wp-post div h4, .post-box-inner .wp-post div h5 {
      font-weight: 600; }
    .post-box-inner .wp-post div h2 {
      font-size: 20px; }
      @media (min-width: 769px) {
        .post-box-inner .wp-post div h2 {
          font-size: 22px; } }
    .post-box-inner .wp-post div h3 {
      font-size: 18px; }
      @media (min-width: 769px) {
        .post-box-inner .wp-post div h3 {
          font-size: 20px; } }
    .post-box-inner .wp-post div img {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .post-box-inner .wp-post div ul > li {
      position: relative;
      padding-left: 1.3em; }
      .post-box-inner .wp-post div ul > li::before {
        position: absolute;
        content: '■';
        top: 0;
        left: 0; }
    .post-box-inner .wp-post div ol {
      counter-reset: num; }
      .post-box-inner .wp-post div ol > li {
        position: relative;
        padding-left: 1.3em; }
        .post-box-inner .wp-post div ol > li::before {
          position: absolute;
          font-weight: bold;
          counter-increment: num;
          content: counter(num) ".";
          top: 0;
          left: 0; }
    .post-box-inner .wp-post div a {
      color: #57ACE0; }
      @media (min-width: 769px) {
        .post-box-inner .wp-post div a {
          transition: .3s; }
          .post-box-inner .wp-post div a:hover {
            opacity: .7; } }
    .post-box-inner .wp-post div strong {
      font-weight: bold; }
    .post-box-inner .wp-post div blockquote {
      background-color: #F7F7F7;
      padding: 15px; }
    .post-box-inner .wp-post div iframe {
      max-width: 100%; }
      @media only screen and (max-width: 768px) {
        .post-box-inner .wp-post div iframe {
          width: 100%; } }
    .post-box-inner .wp-post div figure ul > li {
      padding-left: 0; }
      .post-box-inner .wp-post div figure ul > li::before {
        display: none; }

/* PROJECTページ */
.project-bg {
  padding-top: 5.8%;
  margin-top: -5.8%; }

@media (min-width: 1080px) {
  .project-card {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-bottom: -40px; } }

.project-card-item {
  background-color: #fff; }
  @media (max-width: 1079px) {
    .project-card-item:not(:first-child) {
      margin-top: 30px; } }
  @media (min-width: 1080px) {
    .project-card-item {
      margin-left: 40px;
      margin-bottom: 40px;
      width: calc( 50% - 40px); } }

.project-card .card-thum {
  position: relative; }
  .project-card .card-thum img {
    width: 100%;
    height: auto; }
  .project-card .card-thum .card-logo {
    position: absolute;
    top: -1px;
    left: 0;
    min-width: 140px;
    height: 60px;
    border-radius: 0 0 15px 0;
    border-left: 2px solid #fff;
    border-right: 2px solid rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: .5em .5em;
    text-align: center; }
    @media (min-width: 769px) {
      .project-card .card-thum .card-logo {
        min-width: 170px;
        height: 70px;
        padding: .5em 1em; } }
    .project-card .card-thum .card-logo img {
      height: 40px;
      width: auto; }
      @media (min-width: 769px) {
        .project-card .card-thum .card-logo img {
          height: 100%; } }

.project-card .card-content {
  padding: 30px 15px; }
  @media (min-width: 769px) {
    .project-card .card-content {
      padding: 30px 40px; } }
  .project-card .card-content .card-title {
    font-size: 22px;
    font-weight: 600; }
    @media (min-width: 769px) {
      .project-card .card-content .card-title {
        font-size: 26px; } }
  .project-card .card-content .card-list {
    position: relative;
    padding-left: 1em; }
    .project-card .card-content .card-list::before {
      content: '・';
      position: absolute;
      top: 0;
      left: 0; }
  .project-card .card-content .card-overview {
    border-top: 3px solid #EBEBEB;
    padding-top: 1.2em; }

/* イラスト配置 */
.content-wrap {
  position: relative; }

.illust-tonton {
  -webkit-animation: tonton ease-in-out 5s infinite alternate;
          animation: tonton ease-in-out 5s infinite alternate; }

.illust-item {
  position: absolute;
  z-index: 1; }
  .illust-item.item-01 {
    top: 80px;
    left: -20px; }
  .illust-item.item-02 {
    top: 60px;
    right: -20px; }
    @media (max-width: 1080px) {
      .illust-item.item-02 {
        display: none; } }
    @media (max-width: 1400px) {
      .illust-item.item-02 img {
        width: 200px; } }
  .illust-item.item-03 {
    bottom: -130px;
    left: 80px; }
    @media (max-width: 769px) {
      .illust-item.item-03 {
        bottom: -50px;
        left: calc( 50% - 60px); } }
    @media (max-width: 1200px) {
      .illust-item.item-03 img {
        width: 120px;
        height: auto; } }
  .illust-item.item-04 {
    bottom: -80px;
    right: 100px; }
  .illust-item.item-05 {
    bottom: 200px;
    left: 30px; }
  .illust-item.item-06 {
    bottom: -10px;
    right: 30px; }
  .illust-item.item-07 {
    top: -60px;
    left: 30px; }
    @media (max-width: 769px) {
      .illust-item.item-07 img {
        width: 135px;
        height: auto; } }
  .illust-item.item-08 {
    top: 50%;
    left: 20px; }
  .illust-item.item-09 {
    bottom: 40%;
    right: 30px; }
  .illust-item.item-10 {
    bottom: 0;
    left: -50px; }
    @media (max-width: 1080px) {
      .illust-item.item-10 img {
        width: 180px;
        height: auto; } }
  .illust-item.item-11 {
    top: -50px;
    right: 40px; }
    @media (max-width: 1080px) {
      .illust-item.item-11 img {
        width: 180px;
        height: auto; } }
  .illust-item.item-12 {
    top: 15%;
    left: 20px; }
    @media (max-width: 1080px) {
      .illust-item.item-12 {
        opacity: 0; } }
  .illust-item.item-13 {
    top: -50px;
    right: 20%; }
  .illust-item.item-14 {
    top: -50px;
    left: 10%; }
  .illust-item.item-15 {
    top: -130px;
    right: -20px; }
    @media (max-width: 1080px) {
      .illust-item.item-15 {
        opacity: 0; } }
  .illust-item.item-16 {
    top: 50%;
    left: 20px; }
  .illust-item.item-17 {
    top: -100px;
    left: 20px; }
  .illust-item.item-18 {
    top: -100px;
    right: -40px; }
  .illust-item.item-19 {
    top: -170px;
    left: -60px; }
    @media (max-width: 769px) {
      .illust-item.item-19 {
        opacity: 0; } }
    @media (max-width: 1080px) {
      .illust-item.item-19 {
        width: 200px;
        left: -40px; } }
  .illust-item.item-20 {
    top: -100px;
    right: 2%; }
  .illust-item.item-21 {
    top: 50px;
    right: 15%; }
  .illust-item.item-22 {
    top: -50px;
    left: 10px; }
  .illust-item.item-23 {
    top: -20px;
    right: -20px; }
  .illust-item.item-24 {
    bottom: 150px;
    right: 20px; }
  .illust-item.item-25 {
    top: -60px;
    left: calc(50% - 52px); }
  .illust-item.item-27 {
    bottom: 0;
    right: 20px; }
    @media (max-width: 1080px) {
      .illust-item.item-27 {
        opacity: 0; } }
    @media (max-width: 1200px) {
      .illust-item.item-27 img {
        width: 150px; } }
  .illust-item.item-28 {
    bottom: 0;
    right: -10px; }
    @media (min-width: 1080px) {
      .illust-item.item-28 {
        opacity: 0; } }

@-webkit-keyframes tonton {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  39% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  45% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  55% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  60% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  65% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes tonton {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  39% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  45% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  55% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  60% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  65% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
