@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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;
}

/* 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 {
  -webkit-box-sizing: content-box;
          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 */
  -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;
}

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

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-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;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-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;
  -moz-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;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Thin.otf") format("otf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Black.otf") format("otf");
  font-weight: 900;
  font-style: normal;
}
html {
  font-size: 62.5%;
}

body {
  min-width: 1200px;
  color: #191818;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.032em;
  line-height: 2.2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #FFFCE2;
}
@media (max-width: 780px) {
  body {
    min-width: unset;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.is-pc {
  display: block;
}
@media (max-width: 780px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media (max-width: 780px) {
  .is-sp {
    display: block;
  }
}

.l-wrap {
  overflow: hidden;
}

.l-header {
  border-bottom: 4px solid #191818;
}
@media (max-width: 780px) {
  .l-header {
    border-bottom: 2px solid #191818;
  }
}

.l-footer {
  position: relative;
  padding: 120px 0 80px;
  color: #fff;
  background-color: #191818;
}
@media (max-width: 780px) {
  .l-footer {
    padding: 80px 0 64px;
  }
}
.l-footer::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #FFFCE2;
}
@media (max-width: 780px) {
  .l-footer::before {
    top: 24px;
    height: 4px;
  }
}
.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 780px) {
  .l-footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.l-footer__item {
  width: 250px;
  background-color: #191818;
  border: 2px solid #fff;
  border-radius: 8px;
  text-align: center;
  -webkit-transition: all 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 780px) {
  .l-footer__item {
    width: 64%;
  }
}
.l-footer__item a {
  display: block;
  padding: 16px 0;
  font-size: 1.8rem;
  line-height: 1;
}
@media (max-width: 780px) {
  .l-footer__item a {
    font-size: 1.6rem;
  }
}
.l-footer__item:hover {
  color: #191818;
  background-color: #fff;
}
.l-footer__copy {
  margin-top: 48px;
  text-align: center;
}
.l-footer__copy small {
  font-size: 1.4rem;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 780px) {
  .l-footer__copy small {
    font-size: 1.2rem;
  }
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.p-intro__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-color: #FFEE07;
}
.p-intro__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.p-intro__list--left {
  -webkit-animation: infinity-scroll-left 60s infinite linear 0.5s both;
          animation: infinity-scroll-left 60s infinite linear 0.5s both;
}
.p-intro__list--right {
  -webkit-animation: infinity-scroll-right 60s infinite linear 0.5s both;
          animation: infinity-scroll-right 60s infinite linear 0.5s both;
}
.p-intro__item {
  margin: 0 10px;
  white-space: nowrap;
}
@media (max-width: 780px) {
  .p-intro__item {
    font-size: 1.4rem;
    margin: 0 8px;
  }
}
.p-intro__content {
  position: relative;
  margin: 64px auto;
  padding: 48px 0 64px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  text-align: center;
}
@media (max-width: 780px) {
  .p-intro__content {
    width: 92% !important;
    margin: 56px auto;
    padding: 48px 20px 64px;
  }
}
.p-intro__para p {
  margin-top: 24px;
}
@media (max-width: 780px) {
  .p-intro__para p {
    margin-top: 16px;
    font-size: 1.6rem;
  }
}
.p-intro__prime {
  color: #D31F26;
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1.45;
}
@media (max-width: 780px) {
  .p-intro__prime {
    font-size: 2rem !important;
  }
}
.p-intro__deco {
  position: absolute;
}
.p-intro__deco--1 {
  top: -24px;
  left: -24px;
}
@media (max-width: 780px) {
  .p-intro__deco--1 {
    top: -4%;
    left: 8%;
    width: 17%;
  }
}
.p-intro__deco--2 {
  top: 100px;
  left: -32px;
}
@media (max-width: 780px) {
  .p-intro__deco--2 {
    top: 7%;
    left: -5%;
    width: 12%;
  }
}
.p-intro__deco--3 {
  top: 200px;
  left: -140px;
}
@media (max-width: 780px) {
  .p-intro__deco--3 {
    top: 36%;
    left: -9%;
    width: 18%;
  }
}
.p-intro__deco--4 {
  top: 240px;
  left: 132px;
}
@media (max-width: 780px) {
  .p-intro__deco--4 {
    top: 72%;
    left: -4%;
    width: 16%;
  }
}
.p-intro__deco--5 {
  bottom: 20px;
  left: -80px;
}
@media (max-width: 780px) {
  .p-intro__deco--5 {
    bottom: -5%;
    left: -6%;
    width: 24%;
  }
}
.p-intro__deco--6 {
  bottom: -20px;
  left: 100px;
}
@media (max-width: 780px) {
  .p-intro__deco--6 {
    bottom: -2%;
    left: 24%;
    width: 12%;
  }
}
.p-intro__deco--7 {
  top: -40px;
  right: 24px;
}
@media (max-width: 780px) {
  .p-intro__deco--7 {
    top: -8%;
    right: -1%;
    width: 26%;
  }
}
.p-intro__deco--8 {
  top: 136px;
  right: -40px;
}
@media (max-width: 780px) {
  .p-intro__deco--8 {
    top: 11%;
    right: -3%;
    width: 11%;
  }
}
.p-intro__deco--9 {
  top: 200px;
  right: 100px;
}
@media (max-width: 780px) {
  .p-intro__deco--9 {
    top: 50%;
    right: -6%;
    width: 16%;
  }
}
.p-intro__deco--10 {
  bottom: 140px;
  right: 32px;
}
@media (max-width: 780px) {
  .p-intro__deco--10 {
    bottom: 14%;
    right: 2%;
    width: 16%;
  }
}
.p-intro__deco--11 {
  bottom: -16px;
  right: 180px;
}
@media (max-width: 780px) {
  .p-intro__deco--11 {
    bottom: -4%;
    right: 20%;
    width: 16%;
  }
}
.p-intro__deco--12 {
  bottom: -48px;
  right: -72px;
}
@media (max-width: 780px) {
  .p-intro__deco--12 {
    bottom: -6%;
    right: -12%;
    width: 28%;
  }
}

.p-slider {
  padding: 72px 0;
  background-color: #fff;
  border-top: 8px dashed #191818;
  border-bottom: 8px dashed #191818;
}
@media (max-width: 780px) {
  .p-slider {
    padding: 40px 0;
    border-top: 4px dashed #191818;
    border-bottom: 4px dashed #191818;
  }
}
.p-slider__item {
  position: relative;
  width: 1000px;
  height: 562px;
  margin: 0 55px;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 780px) {
  .p-slider__item {
    width: 100vw;
    height: 54vw;
    margin: 0 4vw;
  }
}
.p-slider__item:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.p-slider__item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-slider__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64px;
  height: 64px;
  color: #fff;
  background-color: #191818;
  z-index: 1;
}
@media (max-width: 780px) {
  .p-slider__arrow {
    width: 32px;
    height: 32px;
    font-size: 1.4rem;
  }
}
.p-slider__arrow--prev {
  left: 64px;
}
@media (max-width: 780px) {
  .p-slider__arrow--prev {
    left: 0px;
  }
}
.p-slider__arrow--next {
  right: 64px;
}
@media (max-width: 780px) {
  .p-slider__arrow--next {
    right: 0px;
  }
}

.p-mission {
  margin-top: 132px;
}
@media (max-width: 780px) {
  .p-mission {
    margin-top: 96px;
  }
}
.p-mission__body {
  margin-top: -4px;
  border-top: 4px solid #191818;
  border-bottom: 4px solid #191818;
  background-size: 40px 40px;
  background-position: top center;
  background-image: repeating-linear-gradient(90deg, #C2E5EF, #C2E5EF 2px, transparent 2px, transparent 40px), repeating-linear-gradient(0deg, #C2E5EF, #C2E5EF 2px, #fff 2px, #fff 40px);
}
@media (max-width: 780px) {
  .p-mission__body {
    margin-top: -2px;
    border-top: 2px solid #191818;
    border-bottom: 2px solid #191818;
    background-size: 20px 20px;
    background-position: top center;
    background-image: repeating-linear-gradient(90deg, #C2E5EF, #C2E5EF 2px, transparent 2px, transparent 40px), repeating-linear-gradient(0deg, #C2E5EF, #C2E5EF 2px, #fff 2px, #fff 40px);
  }
}
.p-mission__content {
  padding: 88px 50px 120px;
}
@media (max-width: 780px) {
  .p-mission__content {
    padding: 56px 20px 80px;
  }
}
.p-mission__section {
  display: none;
}
.p-mission__section.is-active {
  display: block;
}

.p-tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media (max-width: 780px) {
  .p-tab__list {
    gap: 8px;
  }
}
.p-tab__item {
  position: relative;
  width: 400px;
  padding: 12px 0;
  border: 4px solid #191818;
  border-bottom: unset;
  color: #fff;
  background-color: #191818;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 780px) {
  .p-tab__item {
    width: 40%;
    padding: 8px 0;
    border: 2px solid #191818;
    border-bottom: unset;
    font-size: 1.4rem;
  }
}
.p-tab__item:hover, .p-tab__item.is-active {
  color: #191818;
  background-color: #fff;
}

.p-month__name {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 420px;
  padding: 16px 10px;
  margin-left: auto;
  border: 4px solid #191818;
  border-radius: 40px;
  background-color: #FFEE07;
  z-index: 1;
}
@media (max-width: 780px) {
  .p-month__name {
    width: 80%;
    margin-right: auto;
    border: 2px solid #191818;
  }
}
.p-month__name span {
  line-height: 1;
}
.p-month__name .main {
  color: #D31F26;
  font-size: 3.2rem;
  font-weight: 700;
}
@media (max-width: 780px) {
  .p-month__name .main {
    font-size: 1.8rem;
  }
}
.p-month__name .sub {
  font-size: 1.6rem;
}
@media (max-width: 780px) {
  .p-month__name .sub {
    font-size: 1.2rem;
  }
}
.p-month__name::before, .p-month__name::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}
.p-month__name::before {
  bottom: -42px;
  border-width: 40px 16px 0 16px;
  border-color: #191818 transparent transparent transparent;
}
@media (max-width: 780px) {
  .p-month__name::before {
    bottom: -20px;
    border-width: 20px 8px 0 8px;
  }
}
.p-month__name::after {
  bottom: -34px;
  border-width: 40px 16px 0 16px;
  border-color: #FFEE07 transparent transparent transparent;
}
@media (max-width: 780px) {
  .p-month__name::after {
    bottom: -16px;
    border-width: 20px 8px 0 8px;
  }
}
.p-month__title {
  position: relative;
  margin-top: -16px;
  padding: 40px 0;
  color: #fff;
  background-color: #fff;
  background-position: right 96px bottom 8px;
  background-repeat: no-repeat;
  border-top: 8px solid #191818;
  border-bottom: 8px solid #191818;
}
@media (max-width: 780px) {
  .p-month__title {
    margin-top: -8px;
    padding: 28px 0;
    border-top: 4px solid #191818;
    border-bottom: 4px solid #191818;
    background-image: unset !important;
  }
}
.p-month__title--1 {
  background-color: #005185;
  background-image: url(../img/mission/bg_01.svg);
}
.p-month__title--2 {
  background-color: #E36E26;
  background-image: url(../img/mission/bg_02.svg);
}
.p-month__title--3 {
  background-color: #764482;
  background-image: url(../img/mission/bg_03.svg);
}
.p-month__title--4 {
  background-color: #78B73A;
  background-image: url(../img/mission/bg_04.svg);
}
.p-month__title--5 {
  background-color: #008E40;
  background-image: url(../img/mission/bg_05.svg);
}
.p-month__title--6 {
  background-color: #009DC3;
  background-image: url(../img/mission/bg_06.svg);
}
.p-month__title--7 {
  background-color: #D73642;
  background-image: url(../img/mission/bg_07.svg);
}
.p-month__title--8 {
  background-color: #00745C;
  background-image: url(../img/mission/bg_08.svg);
}
.p-month__title--9 {
  background-color: #4672A9;
  background-image: url(../img/mission/bg_09.svg);
}
.p-month__title--10 {
  background-color: #893D37;
  background-image: url(../img/mission/bg_10.svg);
}
.p-month__title--11 {
  background-color: #28A163;
  background-image: url(../img/mission/bg_11.svg);
}
.p-month__title--12 {
  background-color: #D5327B;
  background-image: url(../img/mission/bg_12.svg);
}
.p-month__title::before, .p-month__title::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.p-month__title::before {
  top: 0;
  left: 0;
  border-width: 64px 64px 0 0;
  border-color: #191818 transparent transparent transparent;
}
@media (max-width: 780px) {
  .p-month__title::before {
    border-width: 24px 24px 0 0;
  }
}
.p-month__title::after {
  bottom: 0;
  right: 0;
  border-width: 0 0 64px 64px;
  border-color: transparent transparent #191818 transparent;
}
@media (max-width: 780px) {
  .p-month__title::after {
    border-width: 0 0 24px 24px;
  }
}
.p-month__title span {
  display: block;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 4.4rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-shadow: 2px 2px 0 #191818, -2px -2px 0 #191818, -2px 2px 0 #191818, 2px -2px 0 #191818, 0px 2px 0 #191818, 0 2px 0 #191818, -2px 0 0 #191818, 2px 0 0 #191818;
  text-align: center;
}
@media (max-width: 780px) {
  .p-month__title span {
    width: 90%;
    font-size: 2.2rem;
  }
}
.p-month__body {
  margin-top: 56px;
}
@media (max-width: 780px) {
  .p-month__body {
    margin-top: 32px;
  }
}
.p-month__item {
  position: relative;
  margin-top: 40px;
  border: 4px solid #191818;
  overflow: hidden;
  background-color: #fff;
}
@media (max-width: 780px) {
  .p-month__item {
    margin-top: 12px;
    border: 2px solid #191818;
  }
}
.p-month__item:hover img {
  -webkit-transform: scale(1.06) rotate(1deg);
          transform: scale(1.06) rotate(1deg);
}
.p-month__item img {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-month__item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-year__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 780px) {
  .p-year__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-year__item {
  width: 500px;
  border: 2px solid #191818;
}
@media (max-width: 780px) {
  .p-year__item {
    width: 100%;
  }
}
.p-year__thumb {
  position: relative;
  height: 280px;
  background-size: 104% auto;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: background-size 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 780px) {
  .p-year__thumb {
    height: 50vw;
  }
}
.p-year__thumb.is-active {
  background-size: 110% auto;
}
.p-year__month {
  position: absolute;
  top: -2px;
  left: -2px;
  display: inline-block;
  border: 2px solid #191818;
}
@media (max-width: 780px) {
  .p-year__month {
    width: 14vw;
  }
}
.p-year__text {
  padding: 24px 40px 48px;
  border-top: 2px solid #191818;
  background-color: #fff;
  background-position: center right 40px;
  background-repeat: no-repeat;
}
@media (max-width: 780px) {
  .p-year__text {
    padding: 20px 32px 40px;
    background-position: center right 20px;
    background-size: 18% auto;
  }
}
.p-year__title {
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 780px) {
  .p-year__title {
    font-size: 2rem;
  }
}
.p-year__teacher {
  line-height: 1;
  font-size: 1.4rem;
}
@media (max-width: 780px) {
  .p-year__teacher {
    font-size: 1.2rem;
  }
}
.p-year__teacher span {
  font-size: 1.8rem;
}
@media (max-width: 780px) {
  .p-year__teacher span {
    font-size: 1.6rem;
  }
}
.p-year__button {
  position: relative;
  border-top: 2px solid #191818;
  color: #fff;
  background-color: #191818;
}
.p-year__button:hover a {
  letter-spacing: 0.24em;
}
.p-year__button--1 {
  background-color: #005185;
}
.p-year__button--2 {
  background-color: #E36E26;
}
.p-year__button--3 {
  background-color: #764482;
}
.p-year__button--4 {
  background-color: #78B73A;
}
.p-year__button--5 {
  background-color: #008E40;
}
.p-year__button--6 {
  background-color: #009DC3;
}
.p-year__button--7 {
  background-color: #D73642;
}
.p-year__button--8 {
  background-color: #00745C;
}
.p-year__button--9 {
  background-color: #4672A9;
}
.p-year__button--10 {
  background-color: #893D37;
}
.p-year__button--11 {
  background-color: #28A163;
}
.p-year__button--12 {
  background-color: #D5327B;
}
.p-year__button::before {
  content: "▶︎";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
@media (max-width: 780px) {
  .p-year__button::before {
    right: 16px;
  }
}
.p-year__button a {
  display: block;
  padding: 6px 0;
  letter-spacing: 0.04em;
  text-align: center;
  -webkit-transition: letter-spacing 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: letter-spacing 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 780px) {
  .p-year__button a {
    padding: 6px 0;
    font-size: 1.4rem;
  }
}

.p-middle {
  padding-bottom: 120px;
  background-color: #fff;
  background-size: 40px 40px;
  background-position: top center;
  background-image: repeating-linear-gradient(90deg, #C2E5EF, #C2E5EF 2px, transparent 2px, transparent 40px), repeating-linear-gradient(0deg, #C2E5EF, #C2E5EF 2px, #fff 2px, #fff 40px);
}
@media (max-width: 780px) {
  .p-middle {
    padding-bottom: 80px;
    background-size: 20px 20px;
    background-position: top center;
    background-image: repeating-linear-gradient(90deg, #C2E5EF, #C2E5EF 2px, transparent 2px, transparent 40px), repeating-linear-gradient(0deg, #C2E5EF, #C2E5EF 2px, #fff 2px, #fff 40px);
  }
}
.p-middle__head {
  padding: 32px 0;
  text-align: center;
  background-color: #E36E26;
  background-image: url(../img/bg_ribbon.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 3px rgba(0, 0, 0, 0.16);
}
@media (max-width: 780px) {
  .p-middle__head {
    padding: 16px 0;
    background-size: auto 100%;
  }
}
@media (max-width: 780px) {
  .p-middle__head img {
    width: 72%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-middle__body {
  margin-top: 72px;
}
@media (max-width: 780px) {
  .p-middle__body {
    margin-top: 36px;
  }
}
.p-middle__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media (max-width: 780px) {
  .p-middle__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.p-middle__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 560px;
  height: 320px;
  background-color: #191818;
  overflow: hidden;
}
@media (max-width: 780px) {
  .p-middle__item {
    width: 90%;
    height: 56vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-middle__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  -webkit-transform: skewX(-45deg) translateX(-130%);
          transform: skewX(-45deg) translateX(-130%);
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.72s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.72s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.72s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.72s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.72s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-middle__item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-middle__item--active::after {
  display: none;
}
.p-middle__item--active:hover::before {
  -webkit-transform: skewX(-45deg) translateX(-24%);
          transform: skewX(-45deg) translateX(-24%);
}
.p-middle__item--active:hover .p-middle__ja {
  color: #191818;
}
.p-middle__item--active:hover .p-middle__frame {
  -webkit-transform: translate(-50%, -50%) scale(0.96);
          transform: translate(-50%, -50%) scale(0.96);
}
.p-middle__title {
  position: relative;
  text-align: center;
}
.p-middle__title span {
  display: block;
  line-height: 1;
}
.p-middle__en {
  font-family: "Work Sans", sans-serif;
  font-size: 9.6rem;
  font-style: italic;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
@media (max-width: 780px) {
  .p-middle__en {
    font-size: 4.8rem;
  }
}
.p-middle__en--report {
  color: #009DC3;
}
.p-middle__en--check {
  color: #D73642;
}
.p-middle__en--event {
  color: #008E40;
}
.p-middle__en--watch {
  color: #FFEE07;
  text-shadow: 2px 2px 0 #191818, -2px -2px 0 #191818, -2px 2px 0 #191818, 2px -2px 0 #191818, 0px 2px 0 #191818, 0 -2px 0 #191818, -2px 0 0 #191818, 2px 0 0 #191818;
}
.p-middle__ja {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 900;
  -webkit-transition: color 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: color 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 780px) {
  .p-middle__ja {
    font-size: 2rem;
  }
}
.p-middle__frame {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-width: 4px;
  border-style: solid;
  -webkit-transition: -webkit-transform 0.96s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.96s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.96s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.96s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.96s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-middle__frame--report {
  border-color: #009DC3;
}
.p-middle__frame--check {
  border-color: #D73642;
}
.p-middle__frame--event {
  border-color: #008E40;
}
.p-middle__frame--watch {
  border-color: #FFEE07;
}
.p-middle__arrow {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 780px) {
  .p-middle__arrow {
    width: 56px;
  }
}
.p-middle__arrow svg {
  display: block;
  width: 100%;
  height: auto;
}

.p-calendar {
  padding: 170px 0;
  background-image: url(../img/calendar/bg_01.svg), url(../img/calendar/bg_01.svg);
  background-position: top center, bottom center;
  background-repeat: no-repeat;
}
@media (max-width: 780px) {
  .p-calendar {
    padding: 120px 0;
    background-size: auto 10vw;
  }
}
.p-calendar__content {
  border: 4px solid #191818;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 780px) {
  .p-calendar__content {
    width: 90% !important;
    border: 2px solid #191818;
    border-radius: 8px;
  }
}
.p-calendar__head {
  padding: 20px 0;
  background-color: #E36E26;
  text-align: center;
}
@media (max-width: 780px) {
  .p-calendar__head {
    padding: 12px 0;
  }
}
.p-calendar__title {
  display: inline-block;
}
.p-calendar__title span {
  display: block;
}
.p-calendar__title .mini {
  padding: 4px 0;
  border-radius: 64px;
  background-color: #FFEE07;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 780px) {
  .p-calendar__title .mini {
    font-size: 1.2rem;
  }
}
.p-calendar__title .main {
  margin-top: 8px;
  color: #FFFCE2;
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media (max-width: 780px) {
  .p-calendar__title .main {
    font-size: 2rem;
  }
}
.p-calendar__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 100px;
  padding: 64px 0 96px;
  background-color: #fff;
}
@media (max-width: 780px) {
  .p-calendar__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    padding: 32px 20px 56px;
  }
}
.p-calendar__bg {
  position: absolute;
  top: 44%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 21rem;
  font-family: "Work Sans", sans-serif;
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.06;
}
@media (max-width: 780px) {
  .p-calendar__bg {
    left: unset;
    right: 12%;
    font-size: 10rem;
    -webkit-transform: translateY(-50%) translateX(0) rotate(90deg);
            transform: translateY(-50%) translateX(0) rotate(90deg);
  }
}
.p-calendar__img {
  position: relative;
  width: 270px;
}
@media (max-width: 780px) {
  .p-calendar__img {
    width: 100%;
  }
}
.p-calendar__text {
  position: relative;
  width: 500px;
  padding-top: 32px;
}
@media (max-width: 780px) {
  .p-calendar__text {
    width: 100%;
    padding-top: 16px;
  }
}
.p-calendar__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background-color: #E36E26;
}
@media (max-width: 780px) {
  .p-calendar__text::before {
    width: 40px;
    height: 2px;
  }
}
.p-calendar__para p {
  line-height: 2.6;
}
@media (max-width: 780px) {
  .p-calendar__para p {
    line-height: 2.2;
  }
}
.p-calendar__bottom {
  margin-top: 24px;
}
@media (max-width: 780px) {
  .p-calendar__bottom {
    margin-top: 32px;
  }
}
.p-calendar__button {
  width: 220px;
  color: #fff;
  background-color: #E36E26;
  border: 2px solid #E36E26;
  border-radius: 56px;
  -webkit-transition: all 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 780px) {
  .p-calendar__button {
    width: 72%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-calendar__button a {
  display: block;
  padding: 2px 0;
  text-align: center;
}
.p-calendar__button:hover {
  color: #E36E26;
  background-color: #fff;
}

.m-content {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 780px) {
  .m-content {
    width: 100%;
  }
}

.m-big {
  font-size: 2.8rem;
  font-weight: 900;
}
@media (max-width: 780px) {
  .m-big {
    font-size: 1.8rem;
  }
}

.m-yellow {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FFEE07));
  background-image: linear-gradient(transparent 60%, #FFEE07 0%);
}

.m-middle {
  margin-top: 132px;
}