@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

input, select {
  vertical-align: middle;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  padding: 0;
  background: none;
}

ul, ol {
  list-style: none;
}

address {
  font-style: normal;
}

input,
textarea,
select,
option {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

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

/*******************************************************************************
foundation
base
*******************************************************************************/
body {
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1127px) {
  body {
    font-size: calc(14px + (2) * ((100vw - 767px) / 360));
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
_:lang(x)::-ms-backdrop, body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

body.resize-anime-stopper * {
  -webkit-animation: none !important;
          animation: none !important;
  transition: none !important;
}

img {
  height: auto;
  width: 100%;
  vertical-align: bottom;
}

p,
dd,
address {
  line-height: 2;
}

a {
  color: #000;
  transition: opacity 0.4s linear;
}
a:hover {
  opacity: 0.5;
}

/*******************************************************************************
layout
ラッパー
*******************************************************************************/
.l-wrapper {
  overflow: hidden;
}

/*******************************************************************************
layout
オーバーレイ
*******************************************************************************/
@media screen and (max-width: 1127px) {
  .l-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    background: #000;
    transition: 0.6s visibility linear, 0.6s opacity linear;
  }
  .l-overlay.is-show {
    visibility: visible;
    opacity: 0.5;
    pointer-events: auto;
  }
}

/*******************************************************************************
layout
ヘッダー
*******************************************************************************/
.l-header {
  position: fixed;
  z-index: 3;
  width: 100%;
  padding: 20px 0;
  background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0));
}
@media screen and (max-width: 1127px) {
  .l-header {
    position: static;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    padding: 0;
    height: 100px;
  }
}
@media screen and (max-width: 1127px) and (max-width: 767px) {
  .l-header {
    height: 80px;
  }
}
.l-header__icon {
  display: none;
}
@media screen and (max-width: 1127px) {
  .l-header__icon {
    display: block;
  }
}
@media screen and (max-width: 1127px) {
  .l-header__icon--top {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__icon--top {
    width: 75px;
  }
}
@media screen and (max-width: 1127px) {
  .l-header__icon--mission {
    width: 65px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__icon--mission {
    width: 45px;
  }
}
@media screen and (max-width: 1127px) {
  .l-header__icon--topics {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__icon--topics {
    width: 43px;
  }
}
@media screen and (max-width: 1127px) {
  .l-header__inner {
    position: fixed;
    top: 0;
    right: -50%;
    z-index: 4;
    height: 100vh;
    width: 50%;
    transition: 0.6s right cubic-bezier(0.45, 0, 0.55, 1);
    background: #fff;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 1127px) {
  .l-header__inner::before, .l-header__inner::after {
    content: "";
    position: absolute;
    top: 0;
    width: 45px;
    height: 100%;
    background: url(../../assets/img/common/bg_side.svg) center top/contain repeat-y;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner::before, .l-header__inner::after {
    width: 30px;
  }
}
@media screen and (max-width: 1127px) {
  .l-header__inner::before {
    left: 10px;
  }
}
@media screen and (max-width: 1127px) {
  .l-header__inner::after {
    right: 10px;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    right: -80%;
    width: 80%;
  }
}
@media screen and (max-width: 1127px) {
  .l-header__inner.is-show {
    right: 0;
  }
}
.l-header__inner > .l-container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media screen and (max-width: 1127px) {
  .l-header__inner > .l-container {
    padding: 100px 0;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner > .l-container {
    padding: 50px 0 100px;
  }
}
.l-header__logo {
  width: 211px;
}
@media screen and (max-width: 1127px) {
  .l-header__logo {
    width: 140px;
  }
}

/*******************************************************************************
layout
ナビ
*******************************************************************************/
.l-nav {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 900;
}
@media screen and (max-width: 1127px) {
  .l-nav {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-nav {
    margin-top: 30px;
  }
}
.l-nav__list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
@media screen and (max-width: 1127px) {
  .l-nav__list {
    -webkit-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.l-nav__list li:not(:first-child) {
  margin-left: 25px;
}
@media screen and (max-width: 1127px) {
  .l-nav__list li:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__list li:not(:first-child) {
    margin-top: 5px;
  }
}
@media screen and (max-width: 1127px) {
  .l-nav__list li:not(:last-child) {
    width: 100%;
  }
}
.l-nav__list li:not(:last-child) a {
  display: inline-block;
  position: relative;
}
.l-nav__list li:not(:last-child) a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 16px;
  background: #fff000;
  transition: width 0.4s cubic-bezier(0.45, 0, 0.55, 1);
}
.l-nav__list li:not(:last-child) a:hover {
  opacity: 1;
}
.l-nav__list li:not(:last-child) a:hover::before {
  width: 100%;
}
@media screen and (max-width: 1127px) {
  .l-nav__list li:not(:last-child) a {
    display: block;
    width: 100%;
    text-align: center;
  }
  .l-nav__list li:not(:last-child) a::before {
    content: none;
  }
}
@media screen and (max-width: 1127px) {
  .l-nav__list li a {
    padding: 15px 0;
  }
}
.l-nav__list-entry {
  width: 142px;
}
@media screen and (max-width: 1127px) {
  .l-nav__list-entry {
    position: relative;
    margin-top: 35px !important;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__list-entry {
    width: 110px;
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 1127px) {
  .l-nav__list-entry::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -70px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 180px;
    height: 54.2168674699px;
    background: url(../../assets/img/common/figure_human_multi.svg) center center/contain no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__list-entry::after {
    bottom: -60px;
    width: 150px;
    height: 45.1807228916px;
  }
}

/*******************************************************************************
layout
ハンバーガーメニュー
*******************************************************************************/
.l-hamburger {
  display: none;
}
@media screen and (max-width: 1127px) {
  .l-hamburger {
    position: fixed;
    top: calc( (100px - 60px) / 2 );
    right: 8%;
    z-index: 5;
    display: block;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 25px;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .l-hamburger {
    top: calc( (80px - 50px) / 2 );
    right: 5%;
    width: 50px;
    height: 50px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1127px) {
  .l-hamburger span {
    position: absolute;
    left: 15px;
    display: block;
    height: 3px;
    width: 30px;
    background: #000;
    border-radius: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-hamburger span {
    left: 13px;
    width: 24px;
    height: 2px;
  }
}
@media screen and (max-width: 1127px) {
  .l-hamburger span:nth-child(1) {
    top: 17px;
  }
}
@media screen and (max-width: 767px) {
  .l-hamburger span:nth-child(1) {
    top: 15px;
  }
}
@media screen and (max-width: 1127px) {
  .l-hamburger span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 1127px) {
  .l-hamburger span:nth-child(3) {
    bottom: 17px;
  }
}
@media screen and (max-width: 767px) {
  .l-hamburger span:nth-child(3) {
    bottom: 15px;
  }
}

/*******************************************************************************
layout
メイン
*******************************************************************************/
.l-main-wrapper {
  position: relative;
  overflow: hidden;
}
.l-main-wrapper::before, .l-main-wrapper::after {
  position: absolute;
  z-index: 1;
  top: 660px;
  content: "";
  width: 57px;
  height: 100%;
  background: url(../../assets/img/common/bg_side.svg) center top/contain repeat-y;
  pointer-events: none;
}
@media screen and (max-width: 1127px) {
  .l-main-wrapper::before, .l-main-wrapper::after {
    content: none;
  }
}
.l-main-wrapper::before {
  left: 20px;
}
.l-main-wrapper::after {
  right: 20px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.l-main {
  position: relative;
  display: block;
  /* IEのバグ回避 */
  padding-bottom: 85px;
}
@media screen and (max-width: 1127px) {
  .l-main {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-bottom: 50px;
  }
}
.l-main::before, .l-main::after {
  position: absolute;
  z-index: 1;
  top: 225px;
  content: "";
  width: 62px;
  height: 284px;
  background: url(../../assets/img/common/figure_side.svg) center center/contain no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 1127px) {
  .l-main::before, .l-main::after {
    content: none;
  }
}
.l-main::before {
  left: 20px;
}
.l-main::after {
  right: 20px;
}

.home .l-main {
  padding-bottom: 0;
}
.home .l-main::before, .home .l-main::after {
  content: none;
}

.p-post-wrapper--single.l-main-wrapper::before, .p-post-wrapper--single.l-main-wrapper::after {
  top: 950px;
}

/*******************************************************************************
layout
コンテナー
*******************************************************************************/
.l-container {
  max-width: 995px;
  margin: 0 auto;
}
@media screen and (max-width: 1127px) {
  .l-container {
    max-width: 100%;
    padding: 0 8%;
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding: 0 5%;
  }
}
.l-container--lg {
  max-width: 1128px;
}
@media screen and (max-width: 1127px) {
  .l-container--lg {
    max-width: 100%;
  }
}

/*******************************************************************************
layout
フッター
*******************************************************************************/
.l-footer {
  padding: 55px 0 40px;
  background: #e2e2e2;
}
@media screen and (max-width: 1127px) {
  .l-footer {
    padding: 40px 0 40px;
  }
}
.l-footer > .l-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}
.l-footer__logo {
  width: 232px;
}
@media screen and (max-width: 1127px) {
  .l-footer__logo {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 180px;
  }
}
.l-footer__body {
  display: -webkit-flex;
  display: flex;
  margin-top: 30px;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1127px) {
  .l-footer__body {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
  }
}
.l-footer__copyright {
  margin-left: 66px;
}
@media screen and (max-width: 1127px) {
  .l-footer__copyright {
    margin-left: auto;
    text-align: center;
  }
}
.l-footer__sns {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .l-footer__sns {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 1127px) {
  .l-footer__sns li {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__sns li {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.l-footer__sns li:not(:first-child) {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer__sns li:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }
}

/*******************************************************************************
component
グリッド
*******************************************************************************/
.c-grid {
  width: 995px;
  margin: 0 auto;
}
@media screen and (max-width: 1127px) {
  .c-grid {
    width: 655px;
  }
}
@media screen and (max-width: 767px) {
  .c-grid {
    width: 315px;
  }
}
@media screen and (max-width: 359px) {
  .c-grid {
    width: 270px;
  }
}
.c-grid__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -25px;
  margin-top: -50px;
}
.c-grid__item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 315px;
  background: #fff;
  border-radius: 15px;
  padding: 20px 14px;
  margin-left: 25px;
  margin-top: 50px;
  font-weight: 900;
}
@media screen and (max-width: 359px) {
  .c-grid__item {
    width: 100%;
  }
}
.c-grid__item-category {
  position: absolute;
  z-index: 1;
  top: -15px;
  left: -15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
  width: 64px;
  height: 64px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff000;
}
.c-grid__item-category--news {
  font-size: 12px;
  font-size: 0.75rem;
}
.c-grid__item-category--blog {
  font-size: 15px;
  font-size: 0.9375rem;
}
.c-grid__item-figure {
  -webkit-align-self: flex-start;
          align-self: flex-start;
  width: 100%;
  transition: opacity 0.4s linear;
}
.c-grid__item-figure--closed {
  position: relative;
}
.c-grid__item-figure--closed::before {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 90px;
  height: 107px;
  background: url(../../assets/img/common/icon_closed.svg) center/contain no-repeat;
  pointer-events: none;
}
.c-grid__item-figure:hover {
  opacity: 0.5;
}
.c-grid__item-figure a {
  transition: none;
}
.c-grid__item-figure a:hover {
  opacity: 1;
}
.c-grid__item-figure .is-object-fit {
  width: 100%;
  height: 195px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 359px) {
  .c-grid__item-figure .is-object-fit {
    height: 46vw;
  }
}
.c-grid__item-body {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 100%;
  margin-top: 10px;
}
.c-grid__item-title {
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4375;
  text-align: justify;
  font-weight: 900;
}
@media screen and (max-width: 1127px) {
  .c-grid__item-title {
    font-size: calc(18px + (2) * ((100vw - 767px) / 360));
  }
}
@media screen and (max-width: 767px) {
  .c-grid__item-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-grid__item-info {
  margin-top: auto;
  font-size: 10px;
  font-size: 0.625rem;
}
.c-grid__item-info:nth-of-type(2) {
  margin-top: 19px;
}
.c-grid__item-info-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -16px;
}
.c-grid__item-info-details {
  margin-top: 16px;
  line-height: 1.4;
  letter-spacing: 0;
}
.c-grid__item-info-details:first-child {
  margin-right: 15px;
}
.c-grid__item-info-details.c-period span:nth-child(2) {
  margin-left: 12px;
  padding-left: 0;
}
.c-grid__item-tag-wrapper {
  margin-top: 15px;
}
.c-grid__item-tag-wrapper .c-vertical-line::before {
  height: calc(100% - 6px);
  top: auto;
  bottom: 0;
  -webkit-transform: none;
          transform: none;
}
.c-grid__item-tag li {
  transition: opacity 0.4s linear;
  cursor: pointer;
}
.c-grid__item-tag li > a {
  transition: none;
}
.c-grid__item-tag li > a:hover {
  opacity: 1;
}
.c-grid__item-tag li:hover {
  opacity: 0.5;
}
.c-grid__item-tag li.is-active {
  background: #fff000;
}
.c-grid--pickup {
  width: 100%;
}
@media screen and (max-width: 1127px) {
  .c-grid--pickup {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-grid--pickup {
    padding: 0 30px;
  }
}
.c-grid--pickup .c-grid__item {
  -webkit-flex-direction: row;
          flex-direction: row;
  width: 690px;
  margin: 0 auto;
  padding: 35px 25px;
  border: 2px solid #000;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .c-grid--pickup .c-grid__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-grid--pickup .c-grid__item {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.c-grid--pickup .c-grid__item-figure {
  width: 285px;
}
@media screen and (max-width: 767px) {
  .c-grid--pickup .c-grid__item-figure {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .c-grid--pickup .c-grid__item-figure .is-object-fit {
    height: 45vw;
  }
}
.c-grid--pickup .c-grid__item-body {
  width: 325px;
  margin-left: 25px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-grid--pickup .c-grid__item-body {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.c-grid--pickup .c-grid__item-info {
  margin-top: 20px;
}
.c-grid--pickup .c-grid__item-txt {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6923076923;
}
@media screen and (max-width: 1127px) {
  .c-grid--pickup .c-grid__item-txt {
    font-size: calc(12px + (1) * ((100vw - 767px) / 360));
  }
}
@media screen and (max-width: 767px) {
  .c-grid--pickup .c-grid__item-txt {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-grid--pickup .c-grid__item-tag-wrapper {
  margin-top: 20px;
}

.c-grid .search-filter-results {
  width: 100%;
}
.c-grid .search-filter-results__inner {
  width: 995px;
  margin: 0 auto;
}
@media screen and (max-width: 1127px) {
  .c-grid .search-filter-results__inner {
    width: 655px;
  }
}
@media screen and (max-width: 767px) {
  .c-grid .search-filter-results__inner {
    width: 315px;
  }
}
@media screen and (max-width: 359px) {
  .c-grid .search-filter-results__inner {
    width: 270px;
  }
}
.c-grid .search-filter-results__inner-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -25px;
}
.c-grid .search-filter-results__no-posts {
  margin-top: 50px;
  margin-left: 25px;
  font-size: 16px;
  font-size: 1rem;
}

/*******************************************************************************
component
フォーム
*******************************************************************************/
.c-form {
  max-width: 935px;
  margin: 36px auto 0;
  padding: 56px 0 83px;
  border: 3px solid #000;
  border-radius: 17px;
}
@media screen and (max-width: 1127px) {
  .c-form {
    padding: 45px 8% 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-form {
    padding: 35px 5% 40px;
  }
}
.c-form__inner {
  width: 695px;
  margin: 0 auto;
}
@media screen and (max-width: 1127px) {
  .c-form__inner {
    max-width: 695px;
    width: 100%;
  }
}
.c-form__item:not(:first-child) {
  margin-top: 25px;
}
.c-form__item dt {
  margin-bottom: 10px;
}
@media screen and (max-width: 359px) {
  .c-form__item dt {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.c-form__item input,
.c-form__item textarea,
.c-form__item select {
  width: 100%;
  padding: 9px 8px;
  border: 3px solid #000;
  font-size: 16px;
  font-size: 1rem;
  font-family: inherit;
  font-weight: 700;
}
@media screen and (max-width: 1127px) {
  .c-form__item input,
.c-form__item textarea,
.c-form__item select {
    font-size: calc(14px + (2) * ((100vw - 767px) / 360));
  }
}
@media screen and (max-width: 767px) {
  .c-form__item input,
.c-form__item textarea,
.c-form__item select {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-form__item textarea {
  resize: vertical;
  height: 275px;
}
.c-form__item--2col dl, .c-form__item--3col dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-form__item--2col dt, .c-form__item--3col dt {
  width: 100%;
}
.c-form__item--2col dd {
  width: 342.5px;
}
@media screen and (max-width: 1127px) {
  .c-form__item--2col dd {
    width: 100%;
  }
}
.c-form__item--2col dd:last-child {
  margin-left: 10px;
}
@media screen and (max-width: 1127px) {
  .c-form__item--2col dd:last-child {
    margin-top: 20px;
    margin-left: 0;
  }
}
.c-form__item--2col dd span {
  display: block;
  margin-top: 5px;
  color: #727171;
  line-height: 1;
  font-size: 13px;
  font-size: 0.8125rem;
}
.c-form__item--3col dl {
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media screen and (max-width: 1127px) {
  .c-form__item--3col dl {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 1127px) {
  .c-form__item--3col dd {
    width: calc( (100% - ( 15px * 2) ) / 3 );
  }
}
@media screen and (max-width: 767px) {
  .c-form__item--3col dd {
    width: calc(50% - ( 15px * 2 ));
  }
}
@media screen and (max-width: 1127px) {
  .c-form__item--3col dd:nth-of-type(2), .c-form__item--3col dd:nth-of-type(3) {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-form__item--3col dd:nth-of-type(2), .c-form__item--3col dd:nth-of-type(3) {
    width: 25%;
  }
}
.c-form__item--3col dd div {
  display: -webkit-flex;
  display: flex;
}
.c-form__item--3col dd span {
  margin-left: 8px;
  letter-spacing: 0;
  line-height: 1;
  -webkit-align-self: flex-end;
          align-self: flex-end;
}
.c-form__item--3col dd input {
  width: 195px;
}
@media screen and (max-width: 1127px) {
  .c-form__item--3col dd input {
    width: 100%;
  }
}
.c-form__item--half dl {
  width: 342.5px;
}
@media screen and (max-width: 1127px) {
  .c-form__item--half dl {
    width: 100%;
  }
}
.c-form__item--select {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-form__item--select {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.c-form__item--select > dl {
  width: 342.5px;
}
@media screen and (max-width: 1127px) {
  .c-form__item--select > dl {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .c-form__item--select > dl {
    width: 100%;
  }
}
.c-form__item--select > dl dd {
  position: relative;
}
.c-form__item--select > dl dd::before {
  position: absolute;
  right: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 18px;
  background: url(../img/common/icon_arrow_bottom.svg) center/contain no-repeat;
  pointer-events: none;
}
.c-form__item--select > dl select {
  height: 48px;
  cursor: pointer;
  background: #fff;
}
@media screen and (max-width: 1127px) {
  .c-form__item--select > dl select {
    height: 44px;
  }
}
.c-form__item--select .c-form__item-select-type {
  position: relative;
  width: 275px;
}
@media screen and (max-width: 1127px) {
  .c-form__item--select .c-form__item-select-type {
    width: 37%;
  }
}
@media screen and (max-width: 767px) {
  .c-form__item--select .c-form__item-select-type {
    width: 100%;
  }
}
.c-form__item--select .c-form__item-select-type::before {
  position: absolute;
  top: 32px;
  left: -55px;
  content: "";
  width: 33px;
  height: 37px;
  background: url(../img/common/icon_arrow_right_fill.svg) center/contain no-repeat;
}
@media screen and (max-width: 1127px) {
  .c-form__item--select .c-form__item-select-type::before {
    left: -25%;
  }
}
@media screen and (max-width: 767px) {
  .c-form__item--select .c-form__item-select-type::before {
    position: static;
    display: block;
    width: 33px;
    height: 37px;
    margin: 20px auto 10px;
    background: url(../img/common/icon_arrow_right_fill.svg) center/contain no-repeat;
    -webkit-transform: rotate(90deg) scale(0.8);
            transform: rotate(90deg) scale(0.8);
  }
}
.c-form__item--select .c-form__item-select-mission,
.c-form__item--select .c-form__item-select-topics {
  display: none;
}
.c-form__item--select .c-form__item-select-mission dd,
.c-form__item--select .c-form__item-select-topics dd {
  position: relative;
}
.c-form__item--select .c-form__item-select-mission dd .error,
.c-form__item--select .c-form__item-select-topics dd .error {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .c-form__item--select .c-form__item-select-mission dd .error,
.c-form__item--select .c-form__item-select-topics dd .error {
    position: static;
  }
}
.c-form__item--textarea dd {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  word-break: break-all;
}
.c-form__item--mt-lg {
  margin-top: 45px !important;
}
.c-form__item-txt {
  line-height: 1.75;
}
.c-form__item-radio > span, .c-form__item-checkbox > span {
  display: block;
}
.c-form__item-radio span, .c-form__item-checkbox span {
  font-family: inherit;
  font-weight: 700;
}
.c-form__item-radio label, .c-form__item-checkbox label {
  display: -webkit-inline-flex;
  display: inline-flex;
  position: relative;
  padding-left: 23px;
  padding-left: 28px;
  cursor: pointer;
}
.c-form__item-radio label::before, .c-form__item-checkbox label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 3px solid #000;
}
.c-form__item-radio label input, .c-form__item-checkbox label input {
  display: none;
}
.c-form__item-radio label input[type=radio]:checked + span::before,
.c-form__item-radio label input[type=checkbox]:checked + span::before, .c-form__item-checkbox label input[type=radio]:checked + span::before,
.c-form__item-checkbox label input[type=checkbox]:checked + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 12px;
  border-radius: 50%;
  background: url(../img/entry/icon_check.svg) center/contain no-repeat;
}
.c-form__item-radio {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-form__item-radio {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .c-form__item-radio > span:not(:first-child) {
    margin-top: 35px;
  }
}
.c-form__item-radio label {
  margin-top: 10px;
}
.c-form__item-radio .horizontal-item::before {
  display: block;
  content: "";
  background: center/contain no-repeat;
}
.c-form__item-radio .horizontal-item:nth-child(1)::before {
  width: 249px;
  height: 159px;
  background-image: url(../img/entry/visual_card_1.png);
}
@media screen and (max-width: 1127px) {
  .c-form__item-radio .horizontal-item:nth-child(1)::before {
    width: 180px;
    height: 114.9397590361px;
  }
}
@media screen and (max-width: 767px) {
  .c-form__item-radio .horizontal-item:nth-child(1)::before {
    width: 230px;
    height: 146.8674698795px;
  }
}
.c-form__item-radio .horizontal-item:nth-child(2)::before {
  background-image: url(../img/entry/visual_card_2.png);
}
.c-form__item-radio .horizontal-item:nth-child(3)::before {
  background-image: url(../img/entry/visual_card_3.png);
}
.c-form__item-radio .horizontal-item:nth-child(2)::before, .c-form__item-radio .horizontal-item:nth-child(3)::before {
  width: 159px;
  height: 249px;
}
@media screen and (max-width: 1127px) {
  .c-form__item-radio .horizontal-item:nth-child(2)::before, .c-form__item-radio .horizontal-item:nth-child(3)::before {
    width: 120px;
    height: 187.9245283019px;
  }
}
@media screen and (max-width: 767px) {
  .c-form__item-radio .horizontal-item:nth-child(2)::before, .c-form__item-radio .horizontal-item:nth-child(3)::before {
    width: 147px;
    height: 230.2075471698px;
  }
}
.c-form__item-checkbox {
  margin-top: 25px;
}
.c-form__item-checkbox > span:not(:first-child) {
  margin-top: 25px;
}
.c-form__item-other {
  margin-top: 25px;
}
.c-form__button {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 83px;
}
@media screen and (max-width: 1127px) {
  .c-form__button {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-form__button {
    margin-top: 45px;
  }
}
.c-form__button button,
.c-form__button input {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 163px;
  height: 63px;
  border: 2px solid #000;
  border-radius: 50px;
  box-shadow: 0 3px 0 #a6a6a6;
  transition: box-shadow 0.4s linear, opacity 0.4s linear, -webkit-transform 0.4s linear;
  transition: transform 0.4s linear, box-shadow 0.4s linear, opacity 0.4s linear;
  transition: transform 0.4s linear, box-shadow 0.4s linear, opacity 0.4s linear, -webkit-transform 0.4s linear;
  cursor: pointer;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900;
}
.c-form__button button:hover,
.c-form__button input:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  box-shadow: 0 3px 0 transparent;
  opacity: 0.5;
}
.c-form__button button {
  background: #f2f2f2;
  margin-right: 20px;
}
.c-form__button input {
  background: #fff000;
}

.c-form .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.c-form .mw_wp_form .error {
  margin-top: 8px;
  margin-left: 0;
  color: #ed1c24;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
}

/*******************************************************************************
確認画面
*******************************************************************************/
.is-confirm .c-form__item:not(:first-child) {
  margin-top: 45px;
}
.is-confirm .c-form__item--select {
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.is-confirm .c-form__item--select > dl::after {
  content: none;
}
.is-confirm .c-form__item--select > dl dd::before {
  content: none;
}
.is-confirm .c-form__item--select .c-form__item-select-type {
  width: 100%;
  margin-top: 35px;
}
.is-confirm .c-form__item--select .c-form__item-select-type::before {
  content: none;
}
.is-confirm .c-form__item-radio {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .is-confirm .c-form__item-radio {
    display: -webkit-flex;
    display: flex;
  }
}
.is-confirm .c-form__item-radio.card-a::before, .is-confirm .c-form__item-radio.card-b::before, .is-confirm .c-form__item-radio.card-c::before {
  display: block;
  content: "";
  background: center/contain no-repeat;
  margin-bottom: 10px;
}
.is-confirm .c-form__item-radio.card-a::before {
  width: 249px;
  height: 159px;
  background-image: url(../img/entry/visual_card_1.png);
}
@media screen and (max-width: 1127px) {
  .is-confirm .c-form__item-radio.card-a::before {
    width: 180px;
    height: 114.9397590361px;
  }
}
@media screen and (max-width: 767px) {
  .is-confirm .c-form__item-radio.card-a::before {
    width: 230px;
    height: 146.8674698795px;
  }
}
.is-confirm .c-form__item-radio.card-b::before {
  background-image: url(../img/entry/visual_card_2.png);
}
.is-confirm .c-form__item-radio.card-c::before {
  background-image: url(../img/entry/visual_card_3.png);
}
.is-confirm .c-form__item-radio.card-b::before, .is-confirm .c-form__item-radio.card-c::before {
  width: 159px;
  height: 249px;
}
@media screen and (max-width: 1127px) {
  .is-confirm .c-form__item-radio.card-b::before, .is-confirm .c-form__item-radio.card-c::before {
    width: 120px;
    height: 187.9245283019px;
  }
}
@media screen and (max-width: 767px) {
  .is-confirm .c-form__item-radio.card-b::before, .is-confirm .c-form__item-radio.card-c::before {
    width: 147px;
    height: 230.2075471698px;
  }
}
.is-confirm .c-caution {
  display: none;
}

/*******************************************************************************
component
必須、任意項目の注意文
*******************************************************************************/
.c-caution {
  display: -webkit-inline-flex;
  display: inline-flex;
  margin-left: 20px;
  padding: 5px 9px 7px;
  background: #ed1c24;
  color: #fff;
  line-height: 1;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .c-caution {
    font-size: 12px;
    font-size: 0.75rem;
    margin-left: 10px;
  }
}
@media screen and (max-width: 359px) {
  .c-caution {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.c-caution--optional {
  background: #727171;
}
.c-caution--sm {
  -webkit-align-self: center;
          align-self: center;
  margin: 0 5px;
  font-size: 11px;
  font-size: 0.6875rem;
}

/*******************************************************************************
component
囲み線
*******************************************************************************/
.c-frame {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 11px 0;
  background: #fff000;
  border: 3px solid #000;
  border-radius: 14px;
}

/*******************************************************************************
component
ボタン
*******************************************************************************/
.c-button-scale {
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
@media screen and (max-width: 1127px) {
  .c-button-scale {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media screen and (max-width: 767px) {
  .c-button-scale {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.c-button-wrapper {
  display: block;
}

.c-button {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  min-width: 228px;
  height: 55px;
  padding-left: 60px;
  background: #fff000;
  border: 2px solid #000;
  border-radius: 50px;
  box-shadow: 0 3px 0 #a6a6a6;
  transition: box-shadow 0.4s linear, -webkit-transform 0.4s linear;
  transition: transform 0.4s linear, box-shadow 0.4s linear;
  transition: transform 0.4s linear, box-shadow 0.4s linear, -webkit-transform 0.4s linear;
}
.c-button:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  box-shadow: 0 3px 0 transparent;
}
.c-button::before {
  position: absolute;
  content: "";
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #000 url(../../assets/img/common/icon_arrow_right.svg) center/8px 18px no-repeat;
  border-radius: 50%;
}

/*******************************************************************************
component
SNS
*******************************************************************************/
.c-sns-wrapper {
  display: block;
}

.c-sns {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  width: 256px;
  height: 42px;
  padding-left: 45px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 50px;
  box-shadow: 0 3px 0 #a6a6a6;
  transition: box-shadow 0.4s linear, -webkit-transform 0.4s linear;
  transition: transform 0.4s linear, box-shadow 0.4s linear;
  transition: transform 0.4s linear, box-shadow 0.4s linear, -webkit-transform 0.4s linear;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
}
.c-sns:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  box-shadow: 0 3px 0 transparent;
}
.c-sns::before {
  position: absolute;
  content: "";
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: center/30px 30px no-repeat;
}
.c-sns--facebook::before {
  background-image: url(../../assets/img/common/icon_facebook.svg);
}
.c-sns--facebook img {
  width: 188px;
}
.c-sns--instagram::before {
  background-image: url(../../assets/img/common/icon_instagram.svg);
}
.c-sns--instagram img {
  width: 181px;
}

/*******************************************************************************
component
アクセス
*******************************************************************************/
.c-access {
  width: 780px;
  margin: 0 auto;
}
@media screen and (max-width: 1127px) {
  .c-access {
    max-width: 780px;
    width: 100%;
  }
}
.c-access__map {
  padding: 30px 0;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 1127px) {
  .c-access__map {
    padding: 30px;
  }
}
.c-access__map img {
  width: 697px;
}
@media screen and (max-width: 1127px) {
  .c-access__map img {
    width: 100%;
  }
}
.c-access__body {
  margin-top: 50px;
}
.c-access__item:not(:first-child) {
  margin-top: 30px;
}
.c-access__item--boat {
  position: relative;
}
.c-access__item--boat::after {
  content: "";
  position: absolute;
  top: 80px;
  right: 0;
  width: 227px;
  height: 75px;
  background: url(../../assets/img/common/figure_boat.svg) center/contain no-repeat;
}
@media screen and (max-width: 1127px) {
  .c-access__item--boat::after {
    content: none;
  }
}
.c-access__item-title {
  font-weight: 900;
}
.c-access__item-txt {
  margin-top: 5px;
}
.c-access__gmap {
  width: 100%;
  height: 252px;
  margin-top: 65px;
}
@media screen and (max-width: 1127px) {
  .c-access__gmap {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .c-access__gmap {
    height: 420px;
  }
}
.c-access__gmap iframe {
  width: 100%;
  height: 100%;
}

/*******************************************************************************
component
タイトルの旗
*******************************************************************************/
.c-flag {
  position: relative;
}
.c-flag::before, .c-flag::after {
  position: absolute;
  top: -45px;
  content: "";
  width: 56px;
  height: 77px;
  background: url(../../assets/img/common/icon_flag.svg) center/contain no-repeat;
}
.c-flag--white::before, .c-flag--white::after {
  width: 64px;
  height: 84px;
  background-image: url(../../assets/img/common/icon_flag_white.svg);
}
.c-flag::before {
  left: -70px;
}
.c-flag::after {
  right: -70px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

/*******************************************************************************
component
タイトルの線
*******************************************************************************/
.c-title-border {
  position: relative;
  padding-bottom: 15px;
}
.c-title-border::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  width: 280px;
  height: 1px;
  margin: 0 auto;
  background: #000;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*******************************************************************************
component
タグ
*******************************************************************************/
.c-tag {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -6px;
}
.c-tag li {
  margin-top: 6px;
  margin-right: 7px;
  font-size: 10px;
  font-size: 0.625rem;
}
.c-tag a {
  display: block;
  padding: 4px 6px;
  border: 1px solid #000;
  border-radius: 20px;
}

/*******************************************************************************
component
縦線
*******************************************************************************/
.c-vertical-line {
  position: relative;
  padding-left: 6px;
}
.c-vertical-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 120%;
  background: #000;
}

/*******************************************************************************
component
スッタク（フレキシブルコンテンツ）
*******************************************************************************/
.c-stack__txt {
  font-weight: 400;
  text-align: justify;
}
.c-stack__txt:not(:first-child) {
  margin-top: 75px;
}
@media screen and (max-width: 1127px) {
  .c-stack__txt:not(:first-child) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-stack__txt:not(:first-child) {
    margin-top: 40px;
  }
}
.c-stack__txt p:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 1127px) {
  .c-stack__txt p:not(:first-child) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-stack__txt p:not(:first-child) {
    margin-top: 20px;
  }
}
.c-stack__figure--2col {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.c-stack__figure--2col img {
  -webkit-align-self: flex-start;
          align-self: flex-start;
  width: 315px;
}
@media screen and (max-width: 1127px) {
  .c-stack__figure--2col img {
    width: 49%;
  }
}
.c-stack__figure:not(:first-child) {
  margin-top: 75px;
}
@media screen and (max-width: 1127px) {
  .c-stack__figure:not(:first-child) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-stack__figure:not(:first-child) {
    margin-top: 40px;
  }
}

/*******************************************************************************
component
著者
*******************************************************************************/
.c-author {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  border: 2px solid #000;
  border-radius: 14px;
  background: #fff;
}
.c-author__title, .c-author__name {
  height: 100%;
  padding: 15px 22px;
}
.c-author__title {
  white-space: nowrap;
}
.c-author__name {
  border-left: 2px solid #000;
}

/*******************************************************************************
component
詳細情報
*******************************************************************************/
.c-details {
  width: 1030px;
  margin: 0 auto;
}
@media screen and (max-width: 1127px) {
  .c-details {
    max-width: 1030px;
    width: 100%;
    padding: 0 8%;
  }
}
@media screen and (max-width: 767px) {
  .c-details {
    padding: 0 5%;
  }
}
.c-details__title {
  position: relative;
  width: 162px;
  padding-left: 120px;
  box-sizing: content-box;
}
.c-details__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 93px;
  height: 66px;
  background: url(../../assets/img/common/icon_megaphone.svg) center/contain no-repeat;
}
@media screen and (max-width: 1127px) {
  .c-details__title {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
}
@media screen and (max-width: 767px) {
  .c-details__title {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.c-details__contents {
  display: -webkit-flex;
  display: flex;
  margin-top: 68px;
}
@media screen and (max-width: 1127px) {
  .c-details__contents {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-details__contents {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
    margin-top: 40px;
  }
}
.c-details__figure-wrapper {
  width: 421px;
}
@media screen and (max-width: 1127px) {
  .c-details__figure-wrapper {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .c-details__figure-wrapper {
    max-width: 421px;
    width: 100%;
  }
}
.c-details__figure .is-object-fit {
  width: 100%;
  height: 286px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 1127px) {
  .c-details__figure .is-object-fit {
    height: 28.6vw;
  }
}
@media screen and (max-width: 767px) {
  .c-details__figure .is-object-fit {
    max-height: 286px;
    height: 65vw;
  }
}
.c-details__sns {
  display: -webkit-flex;
  display: flex;
  margin-top: 22px;
}
.c-details__sns .c-button {
  background: #fff;
  width: 100px;
  min-width: 100px;
  height: 31px;
  padding-left: 35px;
}
.c-details__sns .c-button::before {
  left: 3px;
  width: 22px;
  height: 22px;
  background: none;
}
.c-details__sns-share .c-button::before {
  background: url(../../assets/img/common/icon_facebook.svg) center/contain no-repeat;
}
.c-details__sns-share img {
  width: 42px;
}
.c-details__sns-tweet {
  margin-left: 20px;
}
.c-details__sns-tweet .c-button::before {
  background: url(../../assets/img/common/icon_twitter.svg) center/contain no-repeat;
}
.c-details__sns-tweet img {
  width: 49px;
}
.c-details__info {
  width: 577px;
  margin-left: 32px;
}
@media screen and (max-width: 1127px) {
  .c-details__info {
    width: calc(50% - 10px);
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-details__info {
    max-width: 577px;
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }
}
.c-details__info-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
.c-details__info-list .c-frame {
  width: 130px;
}
@media screen and (max-width: 1127px) {
  .c-details__info-list .c-frame {
    width: 80px;
    border-width: 2px;
    border-radius: 11px;
  }
}
.c-details__info-list .c-period span:nth-child(2)::before {
  top: 14px;
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 1127px) {
  .c-details__info-list .c-period span:nth-child(2)::before {
    top: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .c-details__info-list .c-period span:nth-child(2)::before {
    top: 8px;
  }
}
.c-details__info-list dd {
  width: 425px;
  margin-left: 22px;
  padding-top: 4px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  word-break: break-all;
}
@media screen and (max-width: 1127px) {
  .c-details__info-list dd {
    width: calc( 100% - (80px + 10px) );
    margin-left: 10px;
    padding-top: 0.8vw;
    font-size: calc(14px + (4) * ((100vw - 767px) / 360));
  }
}
@media screen and (max-width: 767px) {
  .c-details__info-list dd {
    padding-top: 7px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-details__info-list dd:not(:first-of-type) {
  margin-top: 17px;
}
.c-details__name {
  -webkit-align-self: flex-start;
          align-self: flex-start;
}
.c-details__name:not(:first-of-type) {
  margin-top: 17px;
}
.c-details__name img {
  width: 86px;
}
@media screen and (max-width: 1127px) {
  .c-details__name img {
    width: 60px;
  }
}
.c-details__gmap {
  width: 100%;
  height: 330px;
  margin-top: 35px;
}
.c-details__gmap iframe {
  width: 100%;
  height: 100%;
}

/*******************************************************************************
component
個別ページのヘッダー
*******************************************************************************/
.c-single-header {
  width: 942px;
  margin: 0 auto;
}
@media screen and (max-width: 1127px) {
  .c-single-header {
    max-width: 942px;
    width: 100%;
  }
}
.c-single-header__header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 1127px) {
  .c-single-header__header {
    margin-top: 20px;
  }
}
.c-single-header__category {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 116px;
  height: 116px;
  background: #fff000;
  border: 3px solid #000;
  letter-spacing: 0;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  border-radius: 50%;
}
@media screen and (max-width: 1127px) {
  .c-single-header__category {
    width: 90px;
    height: 90px;
    border-width: 2px;
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .c-single-header__category {
    width: 70px;
    height: 70px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-single-header__info {
  width: 806px;
  margin-left: 20px;
}
@media screen and (max-width: 1127px) {
  .c-single-header__info {
    width: calc(100% - 110px);
  }
}
@media screen and (max-width: 767px) {
  .c-single-header__info {
    width: calc(100% - 80px);
    margin-left: 10px;
  }
}
.c-single-header__info-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #666;
}
@media screen and (max-width: 1127px) {
  .c-single-header__info-inner {
    font-size: calc(14px + (1) * ((100vw - 767px) / 360));
  }
}
@media screen and (max-width: 767px) {
  .c-single-header__info-inner {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1127px) {
  .c-single-header__info-inner--pc {
    display: none;
  }
}
.c-single-header__info-inner--tb {
  display: none;
}
@media screen and (max-width: 1127px) {
  .c-single-header__info-inner--tb {
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .c-single-header__info-inner--tb {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .c-single-header__info-inner--tb .c-single-header__recruitment-period {
    margin-left: 0;
    margin-top: 10px;
  }
}
.c-single-header__recruitment-period, .c-single-header__slug {
  margin-left: 22px;
}
.c-single-header__slug--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-single-header__slug--sp {
    display: block;
    margin-left: auto;
    margin-top: 10px;
    text-align: right;
    color: #666;
  }
}
.c-single-header__title {
  margin-top: 12px;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.2857142857;
  font-weight: 900;
}
@media screen and (max-width: 1127px) {
  .c-single-header__title {
    margin-top: 0;
    font-size: calc(22px + (13) * ((100vw - 767px) / 360));
  }
}
@media screen and (max-width: 767px) {
  .c-single-header__title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.c-single-header__figure {
  margin-top: 25px;
}
.c-single-header__figure--closed {
  position: relative;
}
.c-single-header__figure--closed::before {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 138px;
  height: 172px;
  background: url(../../assets/img/common/icon_closed.svg) center/contain no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-single-header__figure--closed::before {
    bottom: 2px;
    right: 10px;
    width: 90px;
    height: 107px;
  }
}
.c-single-header__tag {
  margin-top: 16px;
}
.c-single-header__tag .c-tag li {
  margin-right: 11px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 1127px) {
  .c-single-header__tag .c-tag li {
    font-size: calc(12px + (4) * ((100vw - 767px) / 360));
  }
}
@media screen and (max-width: 767px) {
  .c-single-header__tag .c-tag li {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-single-header__tag .c-tag a {
  padding: 10px 20px;
  border-width: 2px;
}
@media screen and (max-width: 1127px) {
  .c-single-header__tag .c-tag a {
    padding: 8px 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-single-header__tag .c-tag a {
    padding: 6px 12px;
  }
}

/*******************************************************************************
component
期間の矢印
*******************************************************************************/
.c-period {
  display: -webkit-inline-flex;
  display: inline-flex;
}
.c-period span {
  position: relative;
}
.c-period span:nth-child(2) {
  margin-left: 13px;
  padding-left: 3px;
}
.c-period span:nth-child(2)::before {
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 8.3px;
  height: 9.4px;
  background: url(../../assets/img/common/icon_arrow_black.svg) center/contain no-repeat;
}

/*******************************************************************************
component
ページネーション
*******************************************************************************/
.c-pagination {
  margin-top: 45px;
  padding: 15px 0;
  background: #fff;
}
.c-pagination.wp-pagenavi {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 900;
}
@media screen and (max-width: 1127px) {
  .c-pagination.wp-pagenavi {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-pagination.wp-pagenavi {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-pagination.wp-pagenavi span:first-child {
  margin-left: 73px;
}
@media screen and (max-width: 1127px) {
  .c-pagination.wp-pagenavi span:first-child {
    margin-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-pagination.wp-pagenavi span:first-child {
    margin-left: 45px;
  }
}
@media screen and (max-width: 359px) {
  .c-pagination.wp-pagenavi span:first-child {
    margin-left: 41px;
  }
}
.c-pagination.wp-pagenavi span:last-child {
  margin-right: 73px;
}
@media screen and (max-width: 1127px) {
  .c-pagination.wp-pagenavi span:last-child {
    margin-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-pagination.wp-pagenavi span:last-child {
    margin-right: 45px;
  }
}
@media screen and (max-width: 359px) {
  .c-pagination.wp-pagenavi span:last-child {
    margin-right: 41px;
  }
}
.c-pagination.wp-pagenavi a,
.c-pagination.wp-pagenavi span,
.c-pagination.wp-pagenavi .previouspostslink,
.c-pagination.wp-pagenavi .nextpostslink {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 43px;
  height: 43px;
  border: 3px solid #000;
  border-radius: 50%;
  box-shadow: 0 3px 0 #a6a6a6;
  transition: box-shadow 0.4s linear, opacity 0.4s linear, -webkit-transform 0.4s linear;
  transition: transform 0.4s linear, box-shadow 0.4s linear, opacity 0.4s linear;
  transition: transform 0.4s linear, box-shadow 0.4s linear, opacity 0.4s linear, -webkit-transform 0.4s linear;
}
@media screen and (max-width: 1127px) {
  .c-pagination.wp-pagenavi a,
.c-pagination.wp-pagenavi span,
.c-pagination.wp-pagenavi .previouspostslink,
.c-pagination.wp-pagenavi .nextpostslink {
    width: 35px;
    height: 35px;
    box-shadow: 0 2px 0 #a6a6a6;
    border: 2px solid #000;
  }
}
@media screen and (max-width: 767px) {
  .c-pagination.wp-pagenavi a,
.c-pagination.wp-pagenavi span,
.c-pagination.wp-pagenavi .previouspostslink,
.c-pagination.wp-pagenavi .nextpostslink {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 359px) {
  .c-pagination.wp-pagenavi a,
.c-pagination.wp-pagenavi span,
.c-pagination.wp-pagenavi .previouspostslink,
.c-pagination.wp-pagenavi .nextpostslink {
    width: 28px;
    height: 28px;
  }
}
.c-pagination.wp-pagenavi a:hover,
.c-pagination.wp-pagenavi span:hover,
.c-pagination.wp-pagenavi .previouspostslink:hover,
.c-pagination.wp-pagenavi .nextpostslink:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  box-shadow: 0 3px 0 transparent;
}
.c-pagination.wp-pagenavi span {
  background: #fff000;
}
.c-pagination.wp-pagenavi span.current {
  box-shadow: none;
  transition: none;
}
.c-pagination.wp-pagenavi span.current:hover {
  -webkit-transform: none;
          transform: none;
}
.c-pagination.wp-pagenavi a.page,
.c-pagination.wp-pagenavi span {
  margin-left: 30px;
}
@media screen and (max-width: 1127px) {
  .c-pagination.wp-pagenavi a.page,
.c-pagination.wp-pagenavi span {
    margin-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-pagination.wp-pagenavi a.page,
.c-pagination.wp-pagenavi span {
    margin-left: 15px;
  }
}
@media screen and (max-width: 359px) {
  .c-pagination.wp-pagenavi a.page,
.c-pagination.wp-pagenavi span {
    margin-left: 13px;
  }
}
.c-pagination.wp-pagenavi .previouspostslink,
.c-pagination.wp-pagenavi .nextpostslink {
  position: relative;
  background: #000;
}
.c-pagination.wp-pagenavi .previouspostslink::before,
.c-pagination.wp-pagenavi .nextpostslink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 9px;
  height: 21px;
  background: url(../../assets/img/common/icon_arrow_right.svg) center/contain no-repeat;
}
@media screen and (max-width: 1127px) {
  .c-pagination.wp-pagenavi .previouspostslink::before,
.c-pagination.wp-pagenavi .nextpostslink::before {
    height: 16.3333333333px;
  }
}
@media screen and (max-width: 767px) {
  .c-pagination.wp-pagenavi .previouspostslink::before,
.c-pagination.wp-pagenavi .nextpostslink::before {
    height: 14px;
  }
}
.c-pagination.wp-pagenavi .previouspostslink {
  margin-right: 30px;
}
@media screen and (max-width: 1127px) {
  .c-pagination.wp-pagenavi .previouspostslink {
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-pagination.wp-pagenavi .previouspostslink {
    margin-right: 15px;
  }
}
@media screen and (max-width: 359px) {
  .c-pagination.wp-pagenavi .previouspostslink {
    margin-right: 13px;
  }
}
.c-pagination.wp-pagenavi .previouspostslink::before {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}
.c-pagination.wp-pagenavi .previouspostslink + a.page {
  margin-left: 0;
}
.c-pagination.wp-pagenavi .nextpostslink {
  margin-left: 30px;
}
@media screen and (max-width: 1127px) {
  .c-pagination.wp-pagenavi .nextpostslink {
    margin-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-pagination.wp-pagenavi .nextpostslink {
    margin-left: 15px;
  }
}
@media screen and (max-width: 359px) {
  .c-pagination.wp-pagenavi .nextpostslink {
    margin-left: 13px;
  }
}

/*******************************************************************************
project
トップページ
*******************************************************************************/
.p-top {
  margin-top: 50px;
  /**************************************
  about
  ***************************************/
  /**************************************
  2カラム
  ***************************************/
  /**************************************
  crew
  ***************************************/
  /**************************************
  mission
  ***************************************/
  /**************************************
  topics
  ***************************************/
  /**************************************
  pickup
  ***************************************/
  /**************************************
  contact
  ***************************************/
  /**************************************
  access
  ***************************************/
}
.p-top-sec {
  margin-top: 15px;
  padding: 60px 0;
}
.p-top-sec--deco {
  position: relative;
  margin-top: 140px;
}
@media screen and (max-width: 1127px) {
  .p-top-sec--deco {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec--deco {
    margin-top: 100px;
  }
}
.p-top-sec--deco::before {
  content: "";
  position: absolute;
  width: 227px;
  height: 75px;
  top: -107px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../../assets/img/common/figure_boat.svg) center/contain no-repeat;
}
@media screen and (max-width: 1127px) {
  .p-top-sec--deco::before {
    top: -90px;
    width: 190px;
    height: 62.7753303965px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec--deco::before {
    top: -79px;
    width: 170px;
    height: 56.1674008811px;
  }
}
.p-top__about.p-top-sec {
  margin-top: 0;
  padding: 0 0 25px;
}
@media screen and (max-width: 1127px) {
  .p-top__about.p-top-sec {
    padding-bottom: 0;
  }
}
.p-top__about-title {
  width: 829px;
  margin: 0 auto;
}
@media screen and (max-width: 1127px) {
  .p-top__about-title {
    max-width: 829px;
    width: 100%;
  }
}
.p-top__about-body {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 56px;
}
@media screen and (max-width: 1127px) {
  .p-top__about-body {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.p-top__about-figure {
  width: 607px;
}
.p-top__about-figure img {
  margin-left: -40px;
}
@media screen and (max-width: 1127px) {
  .p-top__about-figure img {
    margin-left: 0;
  }
}
@media screen and (max-width: 1127px) {
  .p-top__about-figure {
    max-width: 607px;
    width: 100%;
    margin: 0 auto;
  }
}
.p-top__about-info {
  width: 347px;
  margin-left: 51px;
  text-align: justify;
  font-weight: 900;
}
@media screen and (max-width: 1127px) {
  .p-top__about-info {
    max-width: 607px;
    width: 100%;
    margin: 30px auto 0;
  }
}
.p-top__about-info-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
}
.p-top__about-info-txt {
  margin-top: 10px;
}
.p-top__about-link {
  margin-top: 31px;
}
@media screen and (max-width: 1127px) {
  .p-top__about-link {
    width: 314px;
    margin: 31px auto 0;
  }
}
.p-top__about-link li:not(:first-child) {
  margin-top: 15px;
}
.p-top__about-link .c-frame {
  min-width: 228px;
}
.p-top__about-link-crew span img {
  width: 209px;
}
.p-top__about-link-mission span img {
  width: 189px;
}
@media screen and (max-width: 1127px) {
  .p-top-2col {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-2col {
    padding: 60px 5%;
  }
}
.p-top-2col__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 995px;
  margin: 0 auto;
}
@media screen and (max-width: 1127px) {
  .p-top-2col__inner {
    -webkit-justify-content: center;
            justify-content: center;
    max-width: 995px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-2col__inner {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
  }
}
.p-top-2col__inner--reverse {
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 50px;
}
@media screen and (max-width: 1127px) {
  .p-top-2col__inner--reverse {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-2col__inner--reverse {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 1127px) {
  .p-top-2col__inner--reverse .p-top-2col__info {
    margin-right: 0;
    margin-left: 40px;
    padding-right: 40px;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-2col__inner--reverse .p-top-2col__info {
    margin-left: 0;
    padding-right: 0;
  }
}
.p-top-2col__info {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  font-weight: 900;
}
@media screen and (max-width: 1127px) {
  .p-top-2col__info {
    width: calc( 50% - 40px );
    margin-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-2col__info {
    width: auto;
    margin-right: 0;
    padding-left: 0;
  }
  _:lang(x)::-ms-backdrop, .p-top-2col__info {
    min-height: 0%;
  }
}
@media screen and (max-width: 1127px) {
  _:lang(x)::-ms-backdrop, .p-top-2col__info-figure {
    min-height: 0%;
  }
}
.p-top-2col__info-figure figcaption {
  margin-top: 26px;
  text-align: center;
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1127px) {
  .p-top-2col__info-figure figcaption {
    font-size: calc(18px + (3) * ((100vw - 767px) / 360));
  }
}
@media screen and (max-width: 767px) {
  .p-top-2col__info-figure figcaption {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-top-2col__info-title {
  margin: 0 auto;
  /* ie11で要素が縦に伸びるのを回避 */
}
@media screen and (max-width: 1127px) {
  .p-top-2col__info-title {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media screen and (max-width: 767px) {
  .p-top-2col__info-title {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
_:lang(x)::-ms-backdrop, .p-top-2col__info-title {
  flex-shrink: 0;
}

.p-top-2col__info-txt {
  width: 292px;
  margin-top: 20px;
  text-align: justify;
}
@media screen and (max-width: 1127px) {
  .p-top-2col__info-txt {
    max-width: 292px;
    width: 100%;
  }
}
.p-top-2col__info-more {
  margin-top: 40px;
}
.p-top-2col__info-more .c-button {
  width: 250px;
}
.p-top-2col__info-more .c-button img {
  width: 131px;
}
.p-top-2col__visual {
  position: relative;
  width: 508px;
  margin-right: 24px;
}
@media screen and (max-width: 1127px) {
  .p-top-2col__visual {
    width: 50%;
    margin-right: 0;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-2col__visual {
    max-width: 350px;
    width: 100%;
    margin-top: 80px;
    padding: 0 5%;
  }
  _:lang(x)::-ms-backdrop, .p-top-2col__visual {
    min-height: 0%;
  }
}
.p-top-2col__visual--reverse {
  margin-left: 65px;
}
@media screen and (max-width: 1127px) {
  .p-top-2col__visual--reverse {
    margin-left: 0;
    padding-left: 40px;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-2col__visual--reverse {
    padding: 0 5%;
  }
}
.p-top-2col__visual-info {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}
@media screen and (max-width: 1127px) {
  .p-top-2col__visual-info {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media screen and (max-width: 767px) {
  .p-top-2col__visual-info {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
.p-top-2col__visual-info--crew {
  top: -50px;
  right: -24px;
  width: 482px;
  height: 287px;
  padding: 21px 15px 25px;
  background: url(../../assets/img/top/crew_speech-bubble.svg) center/contain no-repeat;
}
@media screen and (max-width: 1127px) {
  .p-top-2col__visual-info--crew {
    top: -30px;
    right: 25px;
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
}
@media screen and (max-width: 767px) {
  .p-top-2col__visual-info--crew {
    right: 5px;
  }
}
.p-top-2col__visual-info--mission {
  top: -70px;
  left: -20px;
  width: 491px;
  height: 221px;
  padding: 21px 15px 25px;
  background: url(../../assets/img/top/mission_speech-bubble.svg) center/contain no-repeat;
}
@media screen and (max-width: 1127px) {
  .p-top-2col__visual-info--mission {
    top: -50px;
    left: 25px;
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}
@media screen and (max-width: 767px) {
  .p-top-2col__visual-info--mission {
    left: 5px;
  }
}
.p-top-2col__visual-info--topics {
  top: -75px;
  right: -24px;
  width: 491px;
  height: 250px;
  padding: 21px 15px 25px;
  background: url(../../assets/img/top/topics_speech-bubble.svg) center/contain no-repeat;
}
@media screen and (max-width: 1127px) {
  .p-top-2col__visual-info--topics {
    top: -55px;
    right: 25px;
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
}
@media screen and (max-width: 767px) {
  .p-top-2col__visual-info--topics {
    right: 5px;
  }
}
.p-top-2col__visual-info-txt {
  display: inline-block;
  margin-top: 15px;
  text-align: justify;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.6470588235;
  font-weight: 900;
}
.p-top__crew {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-top__crew {
    padding-top: 60px;
  }
}
.p-top__crew .p-top-2col__inner {
  padding-left: 52px;
}
@media screen and (max-width: 1127px) {
  .p-top__crew .p-top-2col__inner {
    padding-left: 0;
  }
}
.p-top__crew-info-figure {
  width: 376px;
}
@media screen and (max-width: 1127px) {
  .p-top__crew-info-figure {
    max-width: 376px;
    width: 100%;
  }
}
.p-top__crew-info-title {
  margin-top: 60px;
}
.p-top__crew-info-title img {
  width: 239px;
}
.p-top__crew-info-title.c-frame {
  padding-left: 14px;
  padding-right: 14px;
}
.p-top__crew-visual {
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .p-top__crew-visual {
    margin-top: 60px;
  }
}
.p-top__crew-visual .p-top-2col__visual-info-figure {
  width: 231px;
}
.p-top__crew-visual .p-top-2col__visual-info-title {
  width: 256px;
  margin-top: 13px;
}
.p-top__mission {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-top__mission {
    padding-top: 60px;
  }
}
.p-top__mission .p-top-2col__info {
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  .p-top__mission .p-top-2col__info {
    margin-top: 0;
  }
}
.p-top__mission-info-figure {
  width: 293px;
}
@media screen and (max-width: 1127px) {
  .p-top__mission-info-figure {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__mission-info-figure {
    width: 230px;
  }
}
.p-top__mission-info-title {
  margin-top: 32px;
}
.p-top__mission-info-title img {
  width: 215px;
}
.p-top__mission-info-title.c-frame {
  padding-left: 31px;
  padding-right: 31px;
}
.p-top__mission-visual .p-top-2col__visual-info-title {
  width: 216px;
  margin-top: 15px;
}
.p-top__topics {
  padding-top: 125px;
}
@media screen and (max-width: 767px) {
  .p-top__topics {
    padding-top: 60px;
  }
}
.p-top__topics .p-top-2col__inner {
  padding-left: 55px;
}
@media screen and (max-width: 1127px) {
  .p-top__topics .p-top-2col__inner {
    padding-left: 0;
  }
}
.p-top__topics .p-top-2col__info {
  margin-top: 30px;
}
@media screen and (max-width: 1127px) {
  .p-top__topics .p-top-2col__info {
    margin-top: 0;
  }
}
.p-top__topics .p-top-2col__info-more {
  margin-top: 80px;
}
@media screen and (max-width: 1127px) {
  .p-top__topics .p-top-2col__info-more {
    margin-top: 40px;
  }
}
.p-top__topics-info-figure {
  width: 326px;
}
@media screen and (max-width: 1127px) {
  .p-top__topics-info-figure {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__topics-info-figure {
    width: 250px;
  }
}
.p-top__topics-info-title {
  margin-top: 30px;
}
.p-top__topics-info-title img {
  width: 255px;
}
.p-top__topics-info-title.c-frame {
  padding-left: 16px;
  padding-right: 16px;
}
.p-top__topics-visual .p-top-2col__visual-info-title {
  width: 258px;
  margin-top: 15px;
}
.p-top__pickup .c-grid__item-category--open,
.p-top__pickup .c-grid__item-category--closed {
  font-size: 10px;
  font-size: 0.625rem;
}
.p-top__pickup-title {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1127px) {
  .p-top__pickup-title {
    margin-bottom: 60px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media screen and (max-width: 767px) {
  .p-top__pickup-title {
    margin-bottom: 40px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.p-top__pickup-main-title {
  position: relative;
  width: 401px;
}
@media screen and (max-width: 767px) {
  .p-top__pickup-main-title {
    width: 330px;
  }
}
@media screen and (max-width: 359px) {
  .p-top__pickup-main-title {
    width: 300px;
  }
}
.p-top__pickup-main-title::before, .p-top__pickup-main-title::after {
  content: "";
  position: absolute;
  width: 227px;
  height: 75px;
  background: url(../../assets/img/common/figure_boat.svg) center/contain no-repeat;
}
@media screen and (max-width: 1127px) {
  .p-top__pickup-main-title::before, .p-top__pickup-main-title::after {
    content: none;
  }
}
.p-top__pickup-main-title::before {
  top: 0;
  left: -330px;
}
.p-top__pickup-main-title::after {
  top: 20px;
  right: -330px;
}
.p-top__pickup-sub-title {
  margin-top: 19px;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 900;
}
.p-top__pickup-link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin-top: 53px;
}
.p-top__pickup-link li:not(:first-child) {
  margin-top: 15px;
}
.p-top__pickup-link .c-button {
  width: 321px;
}
.p-top__pickup-link-mission span img {
  width: 215px;
}
.p-top__pickup-link-topics span img {
  width: 228px;
}
.p-top__contact .p-top-2col__inner {
  padding-left: 78px;
  padding-right: 88px;
}
@media screen and (max-width: 1127px) {
  .p-top__contact .p-top-2col__inner {
    padding: 0 8%;
  }
}
.p-top__contact .p-top-2col__info-txt {
  max-width: 352px;
  width: 100%;
}
.p-top__contact-info-figure {
  width: 209px;
}
@media screen and (max-width: 1127px) {
  .p-top__contact-info-figure {
    width: 190px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__contact-info-figure {
    width: 170px;
  }
}
.p-top__contact-info-title {
  margin-top: 47px;
}
.p-top__contact-info-title img {
  width: 244px;
}
@media screen and (max-width: 1127px) {
  .p-top__contact-info-title img {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__contact-info-title img {
    width: 200px;
  }
}
@media screen and (max-width: 1127px) {
  .p-top__contact-list {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__contact-list {
    margin-left: 0;
    margin-top: -30px;
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
}
.p-top__contact-link {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-top__contact-link {
    margin-top: 0;
  }
}
.p-top__contact-link li:not(:first-child) {
  margin-top: 15px;
}
.p-top__contact-link .c-button {
  width: 321px;
  height: 74px;
  padding-left: 80px;
}
.p-top__contact-link .c-button::before {
  width: 55px;
  height: 55px;
  background-size: 10px 24px;
}
.p-top__contact-link-crew img, .p-top__contact-link-mission img, .p-top__contact-link-topics img {
  width: 189px;
}
.p-top__contact-link-mihama img {
  width: 147px;
}
.p-top__contact-link-mihama .c-button {
  padding-left: 100px;
}
@media screen and (max-width: 1127px) {
  .p-top__access {
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media screen and (max-width: 767px) {
  .p-top__access {
    padding-left: 5%;
    padding-right: 5%;
  }
}

/*******************************************************************************
project
トップページ メイン画像
*******************************************************************************/
.p-hero__body {
  position: relative;
  height: 665px;
}
@media screen and (max-width: 1127px) {
  .p-hero__body {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .p-hero__body {
    height: 350px;
  }
}
.p-hero__body::before, .p-hero__body::after {
  position: absolute;
  z-index: 2;
  top: 225px;
  content: "";
  width: 62px;
  height: 284px;
  background: url(../../assets/img/common/figure_side.svg) center center/contain no-repeat;
}
@media screen and (max-width: 1127px) {
  .p-hero__body::before, .p-hero__body::after {
    content: none;
  }
}
.p-hero__body::before {
  left: 20px;
}
.p-hero__body::after {
  right: 20px;
}
.p-hero__body > .l-container {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-hero__logo {
  position: absolute;
  left: 50%;
  top: calc(50% + 20px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 396px;
}
@media screen and (max-width: 1127px) {
  .p-hero__logo {
    top: 50%;
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .p-hero__logo {
    width: 230px;
  }
}

.p-hero .swiper-container {
  width: 100%;
  height: 100%;
}
.p-hero .swiper-container .swiper-wrapper .swiper-slide {
  background: center/cover no-repeat;
}
.p-hero__pager {
  margin-top: 15px;
}
@media screen and (max-width: 1127px) {
  .p-hero__pager {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media screen and (max-width: 767px) {
  .p-hero__pager {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.p-hero__pager .swiper-pagination {
  position: static;
}
.p-hero__pager .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 22px;
  height: 22px;
  border: 4px solid #000;
  border-radius: 50%;
  background: #ccc;
  opacity: 1;
}
.p-hero__pager .swiper-pagination .swiper-pagination-bullet::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 32px;
  height: 32px;
}
.p-hero__pager .swiper-pagination .swiper-pagination-bullet:not(:first-child) {
  margin-left: 10px;
}
.p-hero__pager .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff000;
}

/*******************************************************************************
project
応援ミッション
*******************************************************************************/
.p-mission__hero {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  height: 550px;
  background: url(../../assets/img/mission/visual_hero.jpg) center/cover no-repeat;
}
@media screen and (max-width: 1127px) {
  .p-mission__hero {
    height: auto;
  }
}
.p-mission__hero-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 120px;
}
@media screen and (max-width: 1127px) {
  .p-mission__hero-inner {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-mission__hero-inner {
    padding: 60px 0;
  }
}
.p-mission__hero-inner::before {
  display: block;
  content: "";
  width: 124px;
  height: 110px;
  margin-bottom: 20px;
  background: url(../../assets/img/mission/icon_mission.svg) center/contain no-repeat;
}
@media screen and (max-width: 1127px) {
  .p-mission__hero-inner::before {
    content: none;
  }
}
.p-mission__hero-title {
  width: 333px;
  margin: 0 auto;
}
@media screen and (max-width: 1127px) {
  .p-mission__hero-title {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .p-mission__hero-title {
    width: 230px;
  }
}
.p-mission__hero-txt {
  width: 545px;
  margin-top: 40px;
  text-align: justify;
}
@media screen and (max-width: 1127px) {
  .p-mission__hero-txt {
    max-width: 545px;
    width: 100%;
    padding: 0 8%;
  }
}
@media screen and (max-width: 767px) {
  .p-mission__hero-txt {
    padding: 0 5%;
  }
}
.p-mission__link {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  position: absolute;
  top: 700px;
  right: 10px;
}
.p-mission__link li:last-child {
  margin-top: 15px;
}
.p-mission__link .c-button {
  -webkit-justify-content: center;
          justify-content: center;
  min-width: auto;
  width: 88px;
  height: 88px;
  padding: 0;
  border-radius: 50%;
}
.p-mission__link .c-button::before {
  content: none;
}
@media screen and (max-width: 1127px) {
  .p-mission__link--pc {
    display: none;
  }
}
.p-mission__link--tb {
  display: none;
}
@media screen and (max-width: 1127px) {
  .p-mission__link--tb {
    position: fixed;
    z-index: 2;
    top: auto;
    bottom: 20px;
    right: auto;
    left: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: calc(16px + (2) * ((100vw - 767px) / 360));
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s linear, visibility 0.4s linear;
  }
  .p-mission__link--tb.is-hide {
    opacity: 0;
    visibility: hidden;
  }
  .p-mission__link--tb li:last-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 1127px) and (max-width: 1127px) {
  .p-mission__link--tb .c-button {
    width: 180px;
    height: 70px;
    border-radius: 50px;
  }
}
@media screen and (max-width: 1127px) and (max-width: 767px) {
  .p-mission__link--tb .c-button {
    width: 150px;
    height: 58.3333333333px;
  }
}
@media screen and (max-width: 1127px) and (max-width: 767px) {
  .p-mission__link--tb .c-button {
    width: 130px;
    height: 50.5555555556px;
  }
}
@media screen and (max-width: 767px) {
  .p-mission__link--tb {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-mission .c-single-header__category {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2857142857;
}
@media screen and (max-width: 1127px) {
  .p-mission .c-single-header__category {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mission .c-single-header__category {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-mission .c-single-header__category span {
  font-size: 17px;
  font-size: 1.0625rem;
}
@media screen and (max-width: 1127px) {
  .p-mission .c-single-header__category span {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mission .c-single-header__category span {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.p-mission .p-post__grid .c-grid__item-category--open,
.p-mission .p-post__grid .c-grid__item-category--closed {
  font-size: 10px;
  font-size: 0.625rem;
}
.p-mission .p-post__grid-title {
  width: 223px;
}

/*******************************************************************************
project
トピックス
*******************************************************************************/
.p-topics__hero {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  height: 550px;
  background: url(../../assets/img/topics/visual_hero.jpg) center/cover no-repeat;
}
@media screen and (max-width: 1127px) {
  .p-topics__hero {
    height: auto;
  }
}
.p-topics__hero-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 185px;
}
@media screen and (max-width: 1127px) {
  .p-topics__hero-inner {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-topics__hero-inner {
    padding: 60px 0;
  }
}
.p-topics__hero-inner::before {
  display: block;
  content: "";
  width: 379px;
  height: 204px;
  margin-right: 40px;
  background: url(../../assets/img/topics/icon_topics.svg) center/contain no-repeat;
}
@media screen and (max-width: 1127px) {
  .p-topics__hero-inner::before {
    content: none;
  }
}
@media screen and (max-width: 1127px) {
  .p-topics__hero-info {
    padding: 0 8%;
  }
}
@media screen and (max-width: 767px) {
  .p-topics__hero-info {
    padding: 0 5%;
  }
}
.p-topics__hero-title {
  width: 375px;
}
@media screen and (max-width: 1127px) {
  .p-topics__hero-title {
    width: 330px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-topics__hero-title {
    width: 300px;
  }
}
@media screen and (max-width: 359px) {
  .p-topics__hero-title {
    max-width: 300px;
    width: 100%;
  }
}
.p-topics__hero-txt {
  width: 430px;
  margin-top: 40px;
  text-align: justify;
}
@media screen and (max-width: 1127px) {
  .p-topics__hero-txt {
    max-width: 430px;
    width: 100%;
  }
}

/*******************************************************************************
project
投稿ページ（応援ミッション、トピックス）
*******************************************************************************/
.p-post__grid {
  padding-top: 70px;
}
.p-post__grid .c-grid {
  margin-top: 70px;
}
@media screen and (max-width: 1127px) {
  .p-post__grid .c-grid {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-post__grid .c-grid {
    margin-top: 50px;
  }
}
.p-post__grid .c-flag::before, .p-post__grid .c-flag::after {
  top: -25px;
}
@media screen and (max-width: 1127px) {
  .p-post__grid-title-wrapper {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (max-width: 767px) {
  .p-post__grid-title-wrapper {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
.p-post__grid-title {
  width: 198px;
  margin: 0 auto;
}
.p-post__grid-sub-title {
  text-align: center;
  margin-top: 15px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 900;
}

.p-post--archive {
  background: #e2e2e2;
}
.p-post--archive .p-post__grid .c-grid {
  margin-top: 40px;
  width: 100%;
}
.p-post--archive .p-post__grid .c-grid__inner {
  margin-left: auto;
}
.p-post--archive .c-tag li {
  padding: 4px 6px;
  border: 1px solid #000;
  border-radius: 20px;
}
.p-post__pickup-inner {
  padding: 15px 0 62px;
}
.p-post__pickup-inner .c-grid {
  margin-top: 40px;
}
.p-post__pickup-title {
  width: 221px;
  margin: 0 auto;
}
@media screen and (max-width: 1127px) {
  .p-post__pickup-title {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (max-width: 767px) {
  .p-post__pickup-title {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
.p-post__order {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  width: 995px;
  margin: 20px auto 0;
}
@media screen and (max-width: 1127px) {
  .p-post__order {
    max-width: 995px;
    width: 100%;
    padding: 0 8%;
  }
}
@media screen and (max-width: 767px) {
  .p-post__order {
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    margin-top: 30px;
    padding: 0 5%;
  }
}
.p-post__order .searchandfilter > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.p-post__order .searchandfilter ul li {
  padding: 0;
}
.p-post__order .searchandfilter ul li ul {
  display: -webkit-flex;
  display: flex;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
}
.p-post__order .searchandfilter ul li ul li:not(:first-child) {
  margin-left: 30px;
}
.p-post__order .searchandfilter ul li ul li input {
  display: none;
}
.p-post__order .searchandfilter ul li ul li input:checked + label::after {
  content: "";
  position: absolute;
  top: calc( 50% + 1px );
  left: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 8px;
  background: url(../../assets/img/common/icon_checked.svg) center/contain no-repeat;
}
.p-post__order .searchandfilter ul li ul li label {
  position: relative;
  padding: 10px 0;
  padding-left: 20px;
  cursor: pointer;
}
.p-post__order .searchandfilter ul li ul li label::before {
  content: "";
  position: absolute;
  top: calc( 50% + 1px );
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 2px solid #000;
  border-radius: 6px;
  background: #fff;
}
.p-post__order .searchandfilter .sf-field-sort_order {
  margin-left: 6px;
}
.p-post__order .searchandfilter .sf-field-sort_order label {
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.p-post__order .searchandfilter .sf-field-sort_order label::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  width: 12.9px;
  height: 11.6px;
  background: url(../../assets/img/common/icon_arrow_black.svg) center/contain no-repeat;
  pointer-events: none;
}
.p-post__order .searchandfilter .sf-field-sort_order select {
  min-width: 100%;
  padding: 6px 12px;
  padding-right: 40px;
  border: 2px solid #000;
  border-radius: 7px;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: center right;
          transform-origin: center right;
  font-weight: 700;
  background: #fff;
}
.p-post__order .searchandfilter .sf-field-sort_order option {
  font-weight: 700;
}
.p-post__order .searchandfilter .sf-field-taxonomy-tag_topics,
.p-post__order .searchandfilter .sf-field-taxonomy-tag_mission {
  display: none;
}
.p-post .is-option-hide {
  display: none;
}
.p-post__order-count {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-post__order-count {
    margin-top: 20px;
  }
}

.p-post--single {
  padding: 150px 0 0;
}
@media screen and (max-width: 1127px) {
  .p-post--single {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-post--single {
    padding-top: 40px;
  }
}
.p-post__contents {
  width: 640px;
  margin: 50px auto 0;
  padding-bottom: 40px;
}
@media screen and (max-width: 1127px) {
  .p-post__contents {
    max-width: 640px;
    width: 100%;
  }
}
.p-post__contents-author {
  margin-top: 80px;
}
@media screen and (max-width: 1127px) {
  .p-post__contents-author {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-post__contents-author {
    margin-top: 40px;
  }
}
.p-post__link {
  position: relative;
  margin-top: 96px;
  padding-bottom: 81px;
}
@media screen and (max-width: 1127px) {
  .p-post__link {
    margin-top: 70px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-post__link {
    margin-top: 50px;
    padding-bottom: 20px;
  }
}
.p-post__link::before, .p-post__link::after {
  content: "";
  position: absolute;
  top: -10px;
  z-index: 1;
  width: 91px;
  height: 107px;
  background: url(../../assets/img/common/figure_human.svg) center/contain no-repeat;
}
@media screen and (max-width: 1127px) {
  .p-post__link::before, .p-post__link::after {
    content: none;
  }
}
.p-post__link::before {
  left: 200px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.p-post__link::after {
  right: 200px;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}
.p-post__link-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-post__link-list {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
  }
}
.p-post__link-list .c-button {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
          justify-content: center;
  width: 282px;
  height: 82px;
  padding-left: 0;
}
.p-post__link-list .c-button::before {
  content: none;
}
.p-post__link-list-entry img {
  width: 169px;
}
.p-post__link-list-contact {
  margin-left: 65px;
}
@media screen and (max-width: 767px) {
  .p-post__link-list-contact {
    margin-top: 40px;
    margin-left: 0;
  }
}
.p-post__link-list-contact img {
  width: 227px;
}
.p-post__details {
  padding: 55px 0 70px;
}
@media screen and (max-width: 1127px) {
  .p-post__details {
    padding-bottom: 60px;
  }
}
.p-post--single .p-post__grid {
  padding: 130px 0 85px;
}
@media screen and (max-width: 1127px) {
  .p-post--single .p-post__grid {
    padding: 90px 0 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-post--single .p-post__grid {
    padding: 60px 0 50px;
  }
}
.p-post--single .p-post__grid-item:not(:first-child) {
  margin-top: 115px;
}
@media screen and (max-width: 1127px) {
  .p-post--single .p-post__grid-item:not(:first-child) {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-post--single .p-post__grid-item:not(:first-child) {
    margin-top: 90px;
  }
}
.p-post--single .p-post__grid-title {
  position: relative;
}
.p-post--single .p-post__grid-title::before, .p-post--single .p-post__grid-title::after {
  position: absolute;
  top: 0;
  content: "";
  width: 225px;
  height: 75px;
  background: url(../../assets/img/common/figure_boat.svg) center/contain no-repeat;
}
@media screen and (max-width: 1127px) {
  .p-post--single .p-post__grid-title::before, .p-post--single .p-post__grid-title::after {
    content: none;
  }
}
.p-post--single .p-post__grid-title::before {
  left: -450px;
}
.p-post--single .p-post__grid-title::after {
  right: -450px;
}
.p-post--single .p-post__grid-author {
  width: 640px;
  margin: 70px auto 0;
}
@media screen and (max-width: 1127px) {
  .p-post--single .p-post__grid-author {
    max-width: 640px;
    width: 100%;
    margin-top: 50px;
    padding: 0 8%;
  }
}
@media screen and (max-width: 767px) {
  .p-post--single .p-post__grid-author {
    margin-top: 40px;
    padding: 0 5%;
  }
}
.p-post--single .p-post__grid-link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding-top: 70px;
  background: #e2e2e2;
}
.p-post--single .p-post__grid-link li:not(:first-child) {
  margin-top: 15px;
}
.p-post--single .p-post__grid-link .c-button {
  width: 321px;
}
.p-post--single .p-post__grid-link-mission span img {
  width: 215px;
}
.p-post--single .p-post__grid-link-topics span img {
  width: 228px;
}

.p-post.p-mission .p-post__contents {
  padding-bottom: 0;
}

/*******************************************************************************
project
応援クルーとは？
*******************************************************************************/
.p-crew {
  padding-top: 130px;
}
@media screen and (max-width: 1127px) {
  .p-crew {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-crew {
    padding-top: 40px;
  }
}
.p-crew__header::after {
  display: block;
  content: "";
  margin: 43px auto 0;
  width: 411px;
  height: 137px;
  background: url(../../assets/img/common/figure_boat.svg) center/contain no-repeat;
}
@media screen and (max-width: 1127px) {
  .p-crew__header::after {
    width: 300px;
    height: 93.3333333333px;
  }
}
@media screen and (max-width: 767px) {
  .p-crew__header::after {
    width: 230px;
    height: 60px;
  }
}
.p-crew__header-title {
  width: 573px;
  margin: 0 auto;
}
@media screen and (max-width: 1127px) {
  .p-crew__header-title {
    width: 540px;
  }
}
@media screen and (max-width: 767px) {
  .p-crew__header-title {
    max-width: 540px;
    width: 100%;
  }
}
.p-crew__header-txt {
  margin: 35px auto 0;
  width: 550px;
  text-align: justify;
}
@media screen and (max-width: 1127px) {
  .p-crew__header-txt {
    max-width: 550px;
    width: 100%;
  }
}
.p-crew__requirement {
  position: relative;
  width: 750px;
  margin: 57px auto 0;
  padding: 35px 29px 45px;
  background: #efefef;
  border-radius: 15px;
  text-align: center;
}
.p-crew__requirement::before {
  position: absolute;
}
@media screen and (max-width: 1127px) {
  .p-crew__requirement {
    max-width: 750px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-crew__requirement {
    padding: 35px 5% 45px;
  }
}
.p-crew__requirement-title, .p-crew__requirement-sub-title {
  font-weight: 700;
}
.p-crew__requirement-title {
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (max-width: 1127px) {
  .p-crew__requirement-title {
    font-size: calc(22px + (6) * ((100vw - 767px) / 360));
  }
}
@media screen and (max-width: 767px) {
  .p-crew__requirement-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-crew__requirement-sub-title {
  margin-top: 30px;
  line-height: 1.5;
}
.p-crew__requirement-list {
  display: inline-block;
  margin-top: 40px;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.5789473684;
  text-align: left;
}
@media screen and (max-width: 1127px) {
  .p-crew__requirement-list {
    margin-top: 30px;
    font-size: calc(16px + (3) * ((100vw - 767px) / 360));
  }
}
@media screen and (max-width: 767px) {
  .p-crew__requirement-list {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-crew__requirement-list li {
  display: -webkit-flex;
  display: flex;
}
.p-crew__requirement-list li:not(:first-child) {
  margin-top: 5px;
}
.p-crew__card {
  margin-top: 63px;
}
@media screen and (max-width: 1127px) {
  .p-crew__card {
    margin-top: 40px;
  }
}
.p-crew__card::before {
  display: block;
  content: "";
  margin: 0 auto;
  width: 157px;
  height: 182px;
  background: url(../../assets/img/common/figure_human.svg) center/contain no-repeat;
}
@media screen and (max-width: 1127px) {
  .p-crew__card::before {
    height: 139.1082802548px;
  }
}
@media screen and (max-width: 767px) {
  .p-crew__card::before {
    height: 115.923566879px;
  }
}
.p-crew__card-txt {
  margin: 45px auto 0;
  width: 550px;
  text-align: justify;
}
.p-crew__card-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 60px;
}
@media screen and (max-width: 1127px) {
  .p-crew__card-list {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-crew__card-list {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  _:lang(x)::-ms-backdrop, .p-crew__card-list li {
    min-height: 0%;
  }
}
.p-crew__card-list li:not(:first-child) {
  margin-left: 45px;
}
@media screen and (max-width: 767px) {
  .p-crew__card-list li:not(:first-child) {
    margin-left: 0;
    margin-top: 45px;
  }
}
.p-crew__card-list li:nth-child(1) {
  width: 282px;
}
@media screen and (max-width: 1127px) {
  .p-crew__card-list li:nth-child(1) {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-crew__card-list li:nth-child(1) {
    width: 282px;
  }
}
.p-crew__card-list li:nth-child(2), .p-crew__card-list li:nth-child(3) {
  width: 175px;
}
@media screen and (max-width: 1127px) {
  .p-crew__card-list li:nth-child(2), .p-crew__card-list li:nth-child(3) {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-crew__card-list li:nth-child(2), .p-crew__card-list li:nth-child(3) {
    width: 175px;
  }
}
.p-crew__list {
  margin-top: 65px;
  padding: 65px 0;
  background: #fffbdb;
  text-align: center;
}
@media screen and (max-width: 1127px) {
  .p-crew__list {
    padding: 55px 8%;
  }
}
@media screen and (max-width: 767px) {
  .p-crew__list {
    padding: 45px 5%;
  }
}
.p-crew__list-txt {
  width: 550px;
  margin: 0 auto;
  text-align: justify;
}
@media screen and (max-width: 1127px) {
  .p-crew__list-txt {
    max-width: 550px;
    width: 100%;
  }
}
.p-crew__list-list {
  display: inline-block;
  margin-top: 50px;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.4736842105;
  text-align: left;
}
@media screen and (max-width: 1127px) {
  .p-crew__list-list {
    margin-top: 30px;
    font-size: calc(16px + (3) * ((100vw - 767px) / 360));
  }
}
@media screen and (max-width: 767px) {
  .p-crew__list-list {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-crew__list-list li:not(:first-child) {
  margin-top: 10px;
}
.p-crew__entry {
  padding-top: 85px;
}
@media screen and (max-width: 1127px) {
  .p-crew__entry {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-crew__entry {
    padding-top: 50px;
  }
}
.p-crew__entry-title {
  width: 268px;
  margin: 0 auto;
}
@media screen and (max-width: 1127px) {
  .p-crew__entry-title {
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  .p-crew__entry-title {
    width: 200px;
  }
}
.p-crew__entry-link {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 45px;
}
.p-crew__entry-link .c-button {
  width: 321px;
}
.p-crew__entry-link .c-button img {
  width: 214px;
}

/*******************************************************************************
project
みはま応援クルー登録フォーム
*******************************************************************************/
.p-entry {
  padding-top: 150px;
}
@media screen and (max-width: 1127px) {
  .p-entry {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-entry {
    padding-top: 40px;
  }
}
.p-entry__info {
  width: 564px;
  margin: 0 auto;
}
@media screen and (max-width: 1127px) {
  .p-entry__info {
    max-width: 564px;
    width: 100%;
  }
}
.p-entry__info-title {
  width: 376px;
  margin: 0 auto;
}
@media screen and (max-width: 1127px) {
  .p-entry__info-title {
    width: 330px;
  }
}
@media screen and (max-width: 767px) {
  .p-entry__info-title {
    max-width: 280px;
    width: 100%;
  }
}
.p-entry__info-txt, .p-entry__info-list {
  border-bottom: 2px dashed #888;
  padding-bottom: 15px;
}
.p-entry__info-txt {
  margin-top: 55px;
  line-height: 1.5625;
  text-align: justify;
}
.p-entry__info-list {
  margin-top: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7857142857;
  text-align: justify;
}
.p-entry__info-list li {
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 1127px) {
  .p-entry__info-list li {
    display: block;
  }
}
.p-entry__info-list li:not(:first-child) {
  margin-top: 8px;
}
.p-entry__requirement {
  width: 610px;
  margin: 27px auto 0;
  padding: 20px 29px 29px;
  background: #efefef;
  border-radius: 15px;
}
@media screen and (max-width: 1127px) {
  .p-entry__requirement {
    max-width: 610px;
    width: 100%;
  }
}
.p-entry__requirement-title {
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 1127px) {
  .p-entry__requirement-title {
    font-size: calc(18px + (2) * ((100vw - 767px) / 360));
  }
}
@media screen and (max-width: 767px) {
  .p-entry__requirement-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-entry__requirement-list {
  margin-top: 15px;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.5789473684;
}
@media screen and (max-width: 1127px) {
  .p-entry__requirement-list {
    font-size: calc(17px + (2) * ((100vw - 767px) / 360));
  }
}
@media screen and (max-width: 767px) {
  .p-entry__requirement-list {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.p-entry__requirement-list li {
  display: -webkit-flex;
  display: flex;
}
.p-entry__requirement-list li:not(:first-child) {
  margin-top: 5px;
}
.p-entry--cofirm .p-entry__info-txt {
  border-bottom: none;
  text-align: center;
}

/*******************************************************************************
project
美浜町について
*******************************************************************************/
.p-about {
  background: #e2e2e2;
}
.p-about__hero {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  height: 620px;
  padding-top: 60px;
  background: url(../../assets/img/about/visual_hero.jpg) center/cover no-repeat;
}
@media screen and (max-width: 1127px) {
  .p-about__hero {
    height: auto;
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-about__hero {
    padding: 60px 0;
  }
}
.p-about__hero-title {
  width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 1127px) {
  .p-about__hero-title {
    width: 270px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__hero-title {
    width: 240px;
  }
}
.p-about__hero-txt {
  width: 786px;
  margin-top: 45px;
  text-align: justify;
}
@media screen and (max-width: 1127px) {
  .p-about__hero-txt {
    max-width: 786px;
    width: 100%;
    margin-top: 30px;
    padding: 0 8%;
  }
}
@media screen and (max-width: 767px) {
  .p-about__hero-txt {
    padding: 0 5%;
  }
}
.p-about__access {
  margin-top: 65px;
}
@media screen and (max-width: 1127px) {
  .p-about__access {
    margin-top: 45px;
  }
}
.p-about__access-title {
  width: 289px;
  margin: 0 auto;
}
@media screen and (max-width: 1127px) {
  .p-about__access-title {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__access-title {
    width: 230px;
  }
}
.p-about__access-txt {
  width: 780px;
  margin: 55px auto 0;
  text-align: justify;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media screen and (max-width: 1127px) {
  .p-about__access-txt {
    max-width: 780px;
    width: 100%;
    margin-top: 35px;
    font-size: calc(15px + (2) * ((100vw - 767px) / 360));
  }
}
@media screen and (max-width: 767px) {
  .p-about__access-txt {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-about .c-access {
  margin-top: 50px;
}

/*******************************************************************************
project
お問い合わせ
*******************************************************************************/
.p-contact {
  padding-top: 150px;
}
@media screen and (max-width: 1127px) {
  .p-contact {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-top: 40px;
  }
}
.p-contact__info {
  width: 510px;
  margin: 0 auto;
}
@media screen and (max-width: 1127px) {
  .p-contact__info {
    max-width: 510px;
    width: 100%;
  }
}
.p-contact__info-title {
  width: 244px;
  margin: 0 auto;
}
@media screen and (max-width: 1127px) {
  .p-contact__info-title {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__info-title {
    width: 160px;
  }
}
.p-contact__info-txt {
  margin-top: 55px;
  line-height: 1.5625;
  text-align: justify;
}
@media screen and (max-width: 1127px) {
  .p-contact__info-txt {
    margin-top: 40px;
  }
}

/*******************************************************************************
project
サンクス
*******************************************************************************/
.p-thanks {
  padding-top: 150px;
}
@media screen and (max-width: 1127px) {
  .p-thanks {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-thanks {
    padding-top: 40px;
  }
}
.p-thanks__sec {
  width: 760px;
  margin: 0 auto;
  text-align: justify;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 1127px) {
  .p-thanks__sec {
    max-width: 760px;
    width: 100%;
    font-size: calc(14px + (6) * ((100vw - 767px) / 360));
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__sec {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-thanks__title, .p-thanks__lead {
  margin-top: 55px;
  font-weight: 700;
  line-height: 1.85;
  text-align: center;
}
@media screen and (max-width: 1127px) {
  .p-thanks__title, .p-thanks__lead {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__title, .p-thanks__lead {
    margin-top: 30px;
  }
}
.p-thanks__title {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 1127px) {
  .p-thanks__title {
    font-size: calc(18px + (2) * ((100vw - 767px) / 360));
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-thanks__title--big {
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (max-width: 1127px) {
  .p-thanks__title--big {
    font-size: calc(20px + (8) * ((100vw - 767px) / 360));
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__title--big {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-thanks__txt-body {
  width: 716px;
  margin: 55px auto 0;
}
@media screen and (max-width: 1127px) {
  .p-thanks__txt-body {
    max-width: 716px;
    width: 100%;
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__txt-body {
    margin-top: 35px;
  }
}
.p-thanks__txt {
  line-height: 1.85;
}
.p-thanks__txt:not(:first-child) {
  margin-top: 35px;
}
@media screen and (max-width: 1127px) {
  .p-thanks__txt:not(:first-child) {
    margin-top: 25px;
  }
}
.p-thanks__link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin-top: 65px;
}
@media screen and (max-width: 1127px) {
  .p-thanks__link {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__link {
    margin-top: 40px;
  }
}
.p-thanks__link li:not(:first-child) {
  margin-top: 15px;
}
.p-thanks__link-mission, .p-thanks__link-topics {
  width: 283px;
}
.p-thanks__link-mission span img {
  width: 181px;
}
.p-thanks__link-topics span img {
  width: 200px;
}
.p-thanks__link-top {
  width: 251px;
}
.p-thanks__link-top span img {
  width: 135px;
}

/*******************************************************************************
project
404 not found
*******************************************************************************/
.p-404 {
  padding-top: 150px;
}
@media screen and (max-width: 1127px) {
  .p-404 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-404 {
    padding-top: 40px;
  }
}
.p-404__title {
  text-align: center;
}
.p-404__main-title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.375;
  font-weight: 700;
}
@media screen and (max-width: 1127px) {
  .p-404__main-title {
    font-size: calc(24px + (8) * ((100vw - 767px) / 360));
  }
}
@media screen and (max-width: 767px) {
  .p-404__main-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-404__sub-title {
  margin-top: 20px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 1127px) {
  .p-404__sub-title {
    font-size: calc(18px + (6) * ((100vw - 767px) / 360));
  }
}
@media screen and (max-width: 767px) {
  .p-404__sub-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-404__txt {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 1127px) {
  .p-404__txt {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-404__txt {
    margin-top: 40px;
  }
}
.p-404__link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin-top: 65px;
}
@media screen and (max-width: 1127px) {
  .p-404__link {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-404__link {
    margin-top: 40px;
  }
}
.p-404__link-top {
  width: 251px;
}
.p-404__link-top span img {
  width: 135px;
}

/*******************************************************************************
utility
横幅の設定
*******************************************************************************/
.u-width-100 {
  width: 100%;
}

/* 親要素の幅を超えて、ブラウザいっぱいの横幅に変更 */
.u-width-100vw {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

@media screen and (max-width: 1127px) {
  .u-width-100vw-tb {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .u-width-100vw-sp {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }
}
/*******************************************************************************
utility
横幅ごとの要素の表示、非表示
*******************************************************************************/
/* タブレット */
@media screen and (max-width: 1127px) {
  .u-hide-tb {
    display: none;
  }
}

.u-show-tb {
  display: none;
}
@media screen and (max-width: 1127px) {
  .u-show-tb {
    display: block;
  }
}

/* スマートフォン */
@media screen and (max-width: 767px) {
  .u-hide-sp {
    display: none;
  }
}

.u-show-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-show-sp {
    display: block;
  }
}

/*******************************************************************************
utility
余白の設定
*******************************************************************************/
.u-ml-0 {
  margin-left: 0 !important;
}

.u-ml-5px {
  margin-left: 5px !important;
}

.u-ml-10px {
  margin-left: 10px !important;
}

.u-ml-15px {
  margin-left: 15px !important;
}

.u-ml-20px {
  margin-left: 20px !important;
}

.u-ml-25px {
  margin-left: 25px !important;
}

.u-ml-30px {
  margin-left: 30px !important;
}

.u-mr-0 {
  margin-right: 0 !important;
}

.u-mr-5px {
  margin-right: 5px !important;
}

.u-mr-10px {
  margin-right: 10px !important;
}

.u-mr-15px {
  margin-right: 15px !important;
}

.u-mr-20px {
  margin-right: 20px !important;
}

.u-mr-25px {
  margin-right: 25px !important;
}

.u-mr-30px {
  margin-right: 30px !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-5px {
  margin-top: 5px !important;
}

.u-mt-10px {
  margin-top: 10px !important;
}

.u-mt-15px {
  margin-top: 15px !important;
}

.u-mt-20px {
  margin-top: 20px !important;
}

.u-mt-25px {
  margin-top: 25px !important;
}

.u-mt-30px {
  margin-top: 30px !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-5px {
  margin-bottom: 5px !important;
}

.u-mb-10px {
  margin-bottom: 10px !important;
}

.u-mb-15px {
  margin-bottom: 15px !important;
}

.u-mb-20px {
  margin-bottom: 20px !important;
}

.u-mb-25px {
  margin-bottom: 25px !important;
}

.u-mb-30px {
  margin-bottom: 30px !important;
}

/*******************************************************************************
utility
背景色の設定
*******************************************************************************/
.u-bg-white {
  background-color: #fff;
}

.u-bg-grey {
  background-color: #e2e2e2;
}

.u-bg-yellow {
  background-color: #fffcdc;
}

/*******************************************************************************
utility
袋文字の設定
*******************************************************************************/
.u-outline-txt {
  text-shadow: white 2px 0px 0px, white 1.75517px 0.958851px 0px, white 1.0806px 1.68294px 0px, white 0.141474px 1.99499px 0px, white -0.832294px 1.81859px 0px, white -1.60229px 1.19694px 0px, white -1.97998px 0.28224px 0px, white -1.87291px -0.701566px 0px, white -1.30729px -1.5136px 0px, white -0.421592px -1.95506px 0px, white 0.567324px -1.91785px 0px, white 1.41734px -1.41108px 0px, white 1.92034px -0.558831px 0px;
}
