@charset "UTF-8";
:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-black2: #626765;
  --color-black3: #808080;
  --color-black4: #B4B4B4;
  --color-main: #015CB5;
  --color-main2: #F47F4B;
  --color-bg: #EEEFF3;
  --color-bg2: #004092;
  --color-bg3: #F1F6FA;
  --color-border: #CED2DD;
}

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 {
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ins {
  text-decoration: none;
}

mark {
  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;
}

hr {
  border: 0;
  border-top: 1px solid #000000;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}

* {
  box-sizing: border-box !important;
  font-size: 1.4rem;
}

html {
  font-size: 62.5%;
}
html.is-open {
  overflow: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  background-color: var(--color-bg);
  color: var(--color-black);
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  width: 100%;
}
body * {
  letter-spacing: 0.05em;
}

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

a {
  color: var(--color-black);
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

picture {
  display: block;
}

input[type=submit],
input[type=button],
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=date],
input[type=reset],
select,
button,
textarea {
  -webkit-appearance: none;
  background-color: var(--color-white);
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: var(--color-black);
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
input[type=number]::-webkit-search-decoration,
input[type=email]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
input[type=date]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
select::-webkit-search-decoration,
button::-webkit-search-decoration,
textarea::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=reset]:focus,
select:focus,
button:focus,
textarea:focus {
  outline-offset: 0;
}

input[type=date]::-webkit-date-and-time-value,
input[type=time]::-webkit-date-and-time-value,
input[type=datetime-local]::-webkit-date-and-time-value {
  text-align: left;
}

.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
.is-pc--inline {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .is-pc--inline {
    display: none;
  }
}

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

.swiper-container {
  overflow: visible;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .swiper-container {
    padding-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-container {
    padding-bottom: calc(50 / 375 * 100vw);
  }
}

.swiper-button-prev,
.swiper-button-next {
  display: block;
  height: auto;
  height: 342px;
  margin-top: 0;
  top: 0;
  width: auto;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  .swiper-button-prev,
.swiper-button-next {
    height: calc(342 / 1440 * 100vw);
    top: calc(0 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
.swiper-button-next {
    align-items: center;
    display: flex;
    height: calc(342 / 375 * 100vw);
    top: calc(0 / 375 * 100vw);
  }
}
.swiper-button-prev:after,
.swiper-button-next:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  display: block;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
  height: 25px;
  width: 25px;
}
@media screen and (max-width: 1439px) {
  .swiper-button-prev:after,
.swiper-button-next:after {
    filter: drop-shadow(0px 0px calc(20 / 1440 * 100vw) rgba(0, 0, 0, 0.1));
    height: calc(25 / 1440 * 100vw);
    width: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev:after,
.swiper-button-next:after {
    filter: drop-shadow(0px 0px calc(20 / 375 * 100vw) rgba(0, 0, 0, 0.1));
    height: calc(25 / 375 * 100vw);
    width: calc(25 / 375 * 100vw);
  }
}

.swiper-button-prev {
  left: 30px;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: calc(30 / 375 * 100vw) !important;
  }
}
.swiper-button-prev:after {
  background-image: url(../images/swiper_icon_prev.svg);
}

.swiper-button-next {
  right: 30px;
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: calc(30 / 375 * 100vw) !important;
  }
}
.swiper-button-next:after {
  background-image: url(../images/swiper_icon_next.svg);
}

.swiper-pagination {
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    bottom: calc(0 / 375 * 100vw) !important;
  }
}

.swiper-pagination-bullets {
  bottom: 0 !important;
  font-size: 0 !important;
  left: auto !important;
}

.swiper-pagination-bullet {
  background-color: var(--color-white);
  border: 1px solid var(--color-main);
  border-radius: 50%;
  height: 10px;
  margin: 0 10px !important;
  opacity: 1;
  width: 10px;
}
@media screen and (max-width: 1439px) {
  .swiper-pagination-bullet {
    height: calc(10 / 1440 * 100vw);
    margin: 0 calc(10 / 1440 * 100vw) !important;
    width: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    height: calc(10 / 375 * 100vw);
    margin: 0 calc(4 / 375 * 100vw) !important;
    width: calc(10 / 375 * 100vw);
  }
}
.swiper-pagination-bullet-active {
  background: var(--color-main);
  border: 1px solid var(--color-main);
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
    @media screen and (max-width: 1439px) {
      transform: translateY(calc(10 / 1440 * 100vw));
    }
    @media screen and (max-width: 767px) {
      transform: translateY(calc(10 / 375 * 100vw));
    }
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
    @media screen and (max-width: 1439px) {
      transform: translateY(calc(10 / 1440 * 100vw));
    }
    @media screen and (max-width: 767px) {
      transform: translateY(calc(10 / 375 * 100vw));
    }
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@-webkit-keyframes popup {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.8);
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.8);
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.lity-hide {
  display: none !important;
}

.lity-close,
.lity-close:hover {
  box-shadow: none !important;
  display: none !important;
  font-family: inherit !important;
  line-height: 1 !important;
  position: static !important;
  text-shadow: none !important;
}

/* noto-sans-jp-regular - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/barlow-v12-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/barlow-v12-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.l-container {
  margin: 0 auto;
  padding-left: 170px;
  padding-right: 170px;
  width: 1440px;
}
@media screen and (max-width: 1439px) {
  .l-container {
    padding-left: calc(170 / 1440 * 100vw);
    padding-right: calc(170 / 1440 * 100vw);
    width: calc(1440 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    width: 100%;
  }
}

.c-post__thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 191px;
}
@media screen and (max-width: 1439px) {
  .c-post__thumbnail {
    height: calc(191 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-post__thumbnail {
    height: calc(146 / 375 * 100vw);
  }
}
.c-post__textBox {
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .c-post__textBox {
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-post__textBox {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.c-post__textBox__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .c-post__textBox__title {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-post__textBox__title {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
  }
}
.c-post__textBox__tagList {
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .c-post__textBox__tagList {
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-post__textBox__tagList {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.c-post__textBox__tagList > ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -8px;
  margin-right: -8px;
}
@media screen and (max-width: 1439px) {
  .c-post__textBox__tagList > ul {
    margin-bottom: calc(-8 / 1440 * 100vw);
    margin-right: calc(-8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-post__textBox__tagList > ul {
    margin-bottom: calc(-5 / 375 * 100vw);
    margin-right: calc(-5 / 375 * 100vw);
  }
}
.c-post__textBox__tagList > ul > li {
  align-items: center;
  border: 1px solid var(--color-main);
  border-radius: 30px;
  color: var(--color-main);
  display: inline-flex;
  font-size: 13px;
  height: 25px;
  justify-content: center;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 0 14px;
}
@media screen and (max-width: 1439px) {
  .c-post__textBox__tagList > ul > li {
    border-radius: calc(30 / 1440 * 100vw);
    font-size: calc(13 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
    margin-bottom: calc(8 / 1440 * 100vw);
    margin-right: calc(8 / 1440 * 100vw);
    padding: 0 calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-post__textBox__tagList > ul > li {
    border-radius: calc(30 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
    margin-right: calc(5 / 375 * 100vw);
    padding: 0 calc(14 / 375 * 100vw);
  }
}
.c-post__textBox__info {
  align-items: center;
  display: flex;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .c-post__textBox__info {
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-post__textBox__info {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.c-post__textBox__info__pubDate {
  align-items: center;
  display: flex;
  font-family: "Barlow";
  font-size: 13px;
}
@media screen and (max-width: 1439px) {
  .c-post__textBox__info__pubDate {
    font-size: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-post__textBox__info__pubDate {
    font-size: calc(13 / 375 * 100vw);
  }
}
.c-post__textBox__info__pubDate::before {
  -webkit-mask-image: url(../images/icon_pub.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  content: "";
  display: block;
  height: 14px;
  margin-right: 3px;
          mask-image: url(../images/icon_pub.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  width: 14px;
}
@media screen and (max-width: 1439px) {
  .c-post__textBox__info__pubDate::before {
    height: calc(14 / 1440 * 100vw);
    margin-right: calc(3 / 1440 * 100vw);
    width: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-post__textBox__info__pubDate::before {
    height: calc(14 / 375 * 100vw);
    margin-right: calc(3 / 375 * 100vw);
    width: calc(14 / 375 * 100vw);
  }
}
.c-post__textBox__info__updateDate {
  align-items: center;
  display: flex;
  font-family: "Barlow";
  font-size: 13px;
  margin-left: 12px;
}
@media screen and (max-width: 1439px) {
  .c-post__textBox__info__updateDate {
    font-size: calc(13 / 1440 * 100vw);
    margin-left: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-post__textBox__info__updateDate {
    font-size: calc(13 / 375 * 100vw);
    margin-left: calc(12 / 375 * 100vw);
  }
}
.c-post__textBox__info__updateDate::before {
  -webkit-mask-image: url(../images/icon_update.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  content: "";
  display: block;
  height: 14px;
  margin-right: 3px;
          mask-image: url(../images/icon_update.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  width: 14px;
}
@media screen and (max-width: 1439px) {
  .c-post__textBox__info__updateDate::before {
    height: calc(14 / 1440 * 100vw);
    margin-right: calc(3 / 1440 * 100vw);
    width: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-post__textBox__info__updateDate::before {
    height: calc(14 / 375 * 100vw);
    margin-right: calc(3 / 375 * 100vw);
    width: calc(14 / 375 * 100vw);
  }
}

.p-header {
  background-color: var(--color-white);
  height: 70px;
}
@media screen and (max-width: 1439px) {
  .p-header {
    height: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header {
    height: calc(60 / 375 * 100vw);
  }
}
.p-header .l-container {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.p-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  padding-left: 18px;
}
@media screen and (max-width: 1439px) {
  .p-header__inner {
    padding-left: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-left: calc(15 / 375 * 100vw);
    padding-right: calc(10 / 375 * 100vw);
  }
}
.p-header__logo {
  width: 234px;
}
.p-header__logo img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-header__logo {
    width: calc(234 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: calc(174 / 375 * 100vw);
  }
}
.p-header__logo a {
  display: block;
}
.p-header__nav {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}
.p-header__nav > ul {
  align-items: center;
  display: flex;
}
.p-header__nav > ul > li {
  color: var(--color-black);
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-header__nav > ul > li {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__nav > ul > li {
    font-size: calc(14 / 375 * 100vw);
  }
}
.p-header__nav > ul > li + li {
  margin-left: 15px;
}
@media screen and (max-width: 1439px) {
  .p-header__nav > ul > li + li {
    margin-left: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__nav > ul > li + li {
    margin-left: calc(15 / 375 * 100vw);
  }
}
.p-header__nav a {
  color: var(--color-black);
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-header__nav a {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__nav a {
    font-size: calc(14 / 375 * 100vw);
  }
}
.p-header__subNav {
  margin-left: 20px;
}
@media screen and (max-width: 1439px) {
  .p-header__subNav {
    margin-left: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__subNav {
    display: none;
    margin-left: calc(20 / 375 * 100vw);
  }
}
.p-header__subNav > ul {
  align-items: center;
  display: flex;
}
.p-header__subNav > ul > li {
  color: var(--color-black2);
  font-size: 11px;
}
@media screen and (max-width: 1439px) {
  .p-header__subNav > ul > li {
    font-size: calc(11 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__subNav > ul > li {
    font-size: calc(11 / 375 * 100vw);
  }
}
.p-header__subNav > ul > li + li {
  margin-left: 10px;
}
@media screen and (max-width: 1439px) {
  .p-header__subNav > ul > li + li {
    margin-left: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__subNav > ul > li + li {
    margin-left: calc(10 / 375 * 100vw);
  }
}
.p-header__subNav a {
  color: var(--color-black2);
  font-size: 11px;
}
@media screen and (max-width: 1439px) {
  .p-header__subNav a {
    font-size: calc(11 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__subNav a {
    font-size: calc(11 / 375 * 100vw);
  }
}
.p-header__button {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__button {
    height: auto;
    margin-left: auto;
  }
}
.p-header__button > ul {
  align-items: center;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__button > ul {
    height: auto;
  }
}
.p-header__button > ul > li {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__button > ul > li {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-header__button > ul > li + li {
    margin-left: calc(8 / 375 * 100vw);
  }
}
.p-header__button a {
  align-items: center;
  display: flex;
  font-size: 13px;
  font-weight: bold;
  height: 100%;
  justify-content: center;
  padding: 0 25px;
}
@media screen and (max-width: 1439px) {
  .p-header__button a {
    font-size: calc(13 / 1440 * 100vw);
    padding: 0 calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__button a {
    border: 1px solid var(--color-main);
    border-radius: calc(30 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
    height: calc(31 / 375 * 100vw);
    padding: 0 calc(12 / 375 * 100vw);
  }
}
.p-header__button a.login {
  background-color: transparent;
  color: var(--color-main);
}
.p-header__button a.registration {
  background-color: var(--color-main);
  color: var(--color-white);
}

.p-footer {
  background-color: var(--color-bg2);
}
.p-footer__inner {
  padding-bottom: 20px;
  padding-top: 40px;
}
@media screen and (max-width: 1439px) {
  .p-footer__inner {
    padding-bottom: calc(20 / 1440 * 100vw);
    padding-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-bottom: calc(30 / 375 * 100vw);
    padding-top: calc(30 / 375 * 100vw);
  }
}
.p-footer__logo {
  margin: 0 auto;
  width: 234px;
}
.p-footer__logo img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-footer__logo {
    width: calc(234 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: calc(234 / 375 * 100vw);
  }
}
.p-footer__logo a {
  display: block;
}
.p-footer__nav {
  margin: 25px auto 0;
  width: 550px;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav {
    margin: calc(25 / 1440 * 100vw) auto 0;
    width: calc(550 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    margin: calc(25 / 375 * 100vw) auto 0;
    width: 100%;
  }
}
.p-footer__nav > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-footer__nav > ul > li {
  color: var(--color-white);
  font-size: 13px;
  line-height: 26px;
  margin: 0 1em;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav > ul > li {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav > ul > li {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
  }
}
.p-footer__nav a {
  color: var(--color-white);
  font-size: 13px;
  line-height: 26px;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav a {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav a {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
  }
}
.p-footer__subNav {
  margin: 0 auto;
}
.p-footer__subNav > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-footer__subNav > ul > li {
  color: var(--color-white);
  font-size: 13px;
  line-height: 26px;
  margin: 0 1em;
}
@media screen and (max-width: 1439px) {
  .p-footer__subNav > ul > li {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__subNav > ul > li {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
  }
}
.p-footer__subNav a {
  color: var(--color-white);
  font-size: 13px;
  line-height: 26px;
}
@media screen and (max-width: 1439px) {
  .p-footer__subNav a {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__subNav a {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
  }
}
.p-footer__copyright {
  color: var(--color-white);
  font-size: 11px;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-footer__copyright {
    font-size: calc(11 / 1440 * 100vw);
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: calc(11 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
  }
}

.p-breadCrumb {
  height: 60px;
}
@media screen and (max-width: 1439px) {
  .p-breadCrumb {
    height: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-breadCrumb {
    height: calc(45 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }
}
.p-breadCrumb .l-container {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.p-breadCrumb__inner {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0 70px;
}
@media screen and (max-width: 1439px) {
  .p-breadCrumb__inner {
    padding: 0 calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-breadCrumb__inner {
    padding: 0 calc(20 / 375 * 100vw);
  }
}
.p-breadCrumb__nav {
  -ms-overflow-style: none;
  overflow: scroll;
  scrollbar-width: none;
}
.p-breadCrumb__nav::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-breadCrumb__nav {
    padding-bottom: calc(5 / 375 * 100vw);
  }
}
.p-breadCrumb__nav > ul {
  display: flex;
}
.p-breadCrumb__nav > ul > li {
  color: var(--color-black3);
  font-size: 13px;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .p-breadCrumb__nav > ul > li {
    font-size: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-breadCrumb__nav > ul > li {
    font-size: calc(12 / 375 * 100vw);
  }
}
.p-breadCrumb__nav > ul > li + li::before {
  content: "＞";
  margin: 0 1em;
}
.p-breadCrumb__nav a {
  color: var(--color-black3);
  font-size: 13px;
}
@media screen and (max-width: 1439px) {
  .p-breadCrumb__nav a {
    font-size: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-breadCrumb__nav a {
    font-size: calc(12 / 375 * 100vw);
  }
}

.p-archive__titleBox {
  margin-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  .p-archive__titleBox {
    margin-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archive__titleBox {
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.p-archive__titleBox__titleEn {
  color: var(--color-main);
  font-family: "Barlow";
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  .p-archive__titleBox__titleEn {
    font-size: calc(15 / 1440 * 100vw);
    margin-bottom: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archive__titleBox__titleEn {
    display: none;
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.p-archive__titleBox__titleJa {
  color: var(--color-main);
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-archive__titleBox__titleJa {
    font-size: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archive__titleBox__titleJa {
    font-size: calc(16 / 375 * 100vw);
  }
}
.p-archive__content {
  background-color: var(--color-white);
  padding: 40px 50px 50px;
}
@media screen and (max-width: 1439px) {
  .p-archive__content {
    padding: calc(40 / 1440 * 100vw) calc(50 / 1440 * 100vw) calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archive__content {
    background-color: transparent;
    padding: 0;
  }
}
.p-archive__content__searchBox {
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .p-archive__content__searchBox {
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archive__content__searchBox {
    align-items: center;
    display: flex;
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.p-archive__content__searchBox__title {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  .p-archive__content__searchBox__title {
    font-size: calc(16 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archive__content__searchBox__title {
    flex-shrink: 0;
    font-size: calc(14 / 375 * 100vw);
    font-weight: normal;
    margin-bottom: calc(0 / 375 * 100vw);
    margin-right: calc(18 / 375 * 100vw);
  }
}
.p-archive__content__searchBox__title::before {
  -webkit-mask-image: url(../images/icon_search.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  content: "";
  display: block;
  height: 18px;
  margin-right: 10px;
          mask-image: url(../images/icon_search.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  width: 18px;
}
@media screen and (max-width: 1439px) {
  .p-archive__content__searchBox__title::before {
    height: calc(18 / 1440 * 100vw);
    margin-right: calc(10 / 1440 * 100vw);
    width: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archive__content__searchBox__title::before {
    display: none;
    height: calc(18 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
    width: calc(18 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archive__content__searchBox__nav {
    display: none;
  }
}
.p-archive__content__searchBox__nav > ul {
  align-items: center;
  display: flex;
}
.p-archive__content__searchBox__nav > ul > li {
  align-items: center;
  border-left: 1px solid var(--color-black4);
  display: flex;
  height: 24px;
  padding: 0 24px;
}
@media screen and (max-width: 1439px) {
  .p-archive__content__searchBox__nav > ul > li {
    height: calc(24 / 1440 * 100vw);
    padding: 0 calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archive__content__searchBox__nav > ul > li {
    height: calc(24 / 375 * 100vw);
    padding: 0 calc(24 / 375 * 100vw);
  }
}
.p-archive__content__searchBox__nav > ul > li:first-child {
  border-left: 0;
  padding-left: 0;
}
.p-archive__content__searchBox__nav > ul > li.is-current a {
  color: var(--color-main);
}
.p-archive__content__searchBox__nav a {
  color: var(--color-black4);
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  .p-archive__content__searchBox__nav a {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archive__content__searchBox__nav a {
    font-size: calc(16 / 375 * 100vw);
  }
}
.p-archive__content__searchBox__nav a:hover {
  color: var(--color-main);
  opacity: 1;
}
.p-archive__content__searchBox__select {
  display: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-archive__content__searchBox__select {
    display: block;
  }
}
.p-archive__content__searchBox__select select {
  background-image: url(../images/icon_arrow_select.svg);
  background-position: right calc(10 / 375 * 100vw) center;
  background-repeat: no-repeat;
  background-size: calc(10 / 375 * 100vw) calc(7 / 375 * 100vw);
  border: 1px solid var(--color-main);
  border-radius: calc(3 / 375 * 100vw);
  font-size: 16px;
  height: calc(27 / 375 * 100vw);
  padding: 0 calc(10 / 375 * 100vw);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-archive__content__block {
    background-color: var(--color-white);
    overflow: hidden;
    padding: calc(20 / 375 * 100vw) 0 calc(30 / 375 * 100vw);
  }
}
.p-archive__content__block__title {
  color: var(--color-main);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  .p-archive__content__block__title {
    font-size: calc(18 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archive__content__block__title {
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
    padding: 0 calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archive__content__block__postList {
    display: none;
  }
}
.p-archive__content__block__postList > ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -38px;
  margin-right: -38px;
}
@media screen and (max-width: 1439px) {
  .p-archive__content__block__postList > ul {
    margin-bottom: calc(-38 / 1440 * 100vw);
    margin-right: calc(-38 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archive__content__block__postList > ul {
    margin-bottom: calc(-38 / 375 * 100vw);
    margin-right: calc(-38 / 375 * 100vw);
  }
}
.p-archive__content__block__postList > ul > li {
  margin-bottom: 38px;
  margin-right: 38px;
  width: 308px;
}
@media screen and (max-width: 1439px) {
  .p-archive__content__block__postList > ul > li {
    margin-bottom: calc(38 / 1440 * 100vw);
    margin-right: calc(38 / 1440 * 100vw);
    width: calc(308 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archive__content__block__postList > ul > li {
    margin-bottom: calc(38 / 375 * 100vw);
    margin-right: calc(38 / 375 * 100vw);
    width: calc(308 / 375 * 100vw);
  }
}
.p-archive__content__block__postList > a {
  display: block;
}
.p-archive__content__block__swiper {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-archive__content__block__swiper {
    display: block;
    transform: translateX(calc(10 / 375 * 100vw));
    width: calc(256 / 375 * 100vw);
  }
}
.p-archive__content__block__swiper .c-post {
  margin: 0 auto;
  width: calc(236 / 375 * 100vw);
}
.p-archive__content__block__swiper .c-post__textBox {
  padding: 0;
}
.p-archive__content__block__swiper .swiper-pagination {
  transform: translateX(calc(-30 / 375 * 100vw));
  width: 100vw;
}
.p-archive__content__block + .p-archive__content__block {
  border-top: 1px solid var(--color-border);
  margin-top: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 1439px) {
  .p-archive__content__block + .p-archive__content__block {
    margin-top: calc(40 / 1440 * 100vw);
    padding-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archive__content__block + .p-archive__content__block {
    border-top: 0;
    margin-top: calc(20 / 375 * 100vw);
    padding-top: calc(20 / 375 * 100vw);
  }
}
.p-archive__content__block.is-hide {
  display: none;
}

.p-banner__inner {
  padding: 100px 0;
}
@media screen and (max-width: 1439px) {
  .p-banner__inner {
    padding: calc(100 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-banner__inner {
    padding: calc(50 / 375 * 100vw) 0;
  }
}
.p-banner__image {
  margin: 0 auto;
  width: 605px;
}
.p-banner__image img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-banner__image {
    width: calc(605 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-banner__image {
    width: 100%;
  }
}
.p-banner__image a {
  display: block;
}

.p-post__inner {
  background-color: var(--color-white);
  padding: 80px 230px;
}
@media screen and (max-width: 1439px) {
  .p-post__inner {
    padding: calc(80 / 1440 * 100vw) calc(230 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__inner {
    padding: calc(20 / 375 * 100vw);
  }
}
.p-post__infoBox {
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-post__infoBox {
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__infoBox {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-post__infoBox__title {
  color: var(--color-main);
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
}
@media screen and (max-width: 1439px) {
  .p-post__infoBox__title {
    font-size: calc(22 / 1440 * 100vw);
    line-height: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__infoBox__title {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}
.p-post__infoBox__info {
  align-items: center;
  display: flex;
  margin-top: 10px;
}
.p-post__infoBox__info__pubDate {
  align-items: center;
  display: flex;
  font-family: "Barlow";
  font-size: 13px;
}
@media screen and (max-width: 1439px) {
  .p-post__infoBox__info__pubDate {
    font-size: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__infoBox__info__pubDate {
    font-size: calc(13 / 375 * 100vw);
  }
}
.p-post__infoBox__info__pubDate::before {
  -webkit-mask-image: url(../images/icon_pub.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  content: "";
  display: block;
  height: 14px;
  margin-right: 3px;
          mask-image: url(../images/icon_pub.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  width: 14px;
}
@media screen and (max-width: 1439px) {
  .p-post__infoBox__info__pubDate::before {
    height: calc(14 / 1440 * 100vw);
    margin-right: calc(3 / 1440 * 100vw);
    width: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__infoBox__info__pubDate::before {
    height: calc(14 / 375 * 100vw);
    margin-right: calc(3 / 375 * 100vw);
    width: calc(14 / 375 * 100vw);
  }
}
.p-post__infoBox__info__updateDate {
  align-items: center;
  display: flex;
  font-family: "Barlow";
  font-size: 13px;
  margin-left: 12px;
}
@media screen and (max-width: 1439px) {
  .p-post__infoBox__info__updateDate {
    font-size: calc(13 / 1440 * 100vw);
    margin-left: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__infoBox__info__updateDate {
    font-size: calc(13 / 375 * 100vw);
    margin-left: calc(12 / 375 * 100vw);
  }
}
.p-post__infoBox__info__updateDate::before {
  -webkit-mask-image: url(../images/icon_update.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  content: "";
  display: block;
  height: 14px;
  margin-right: 3px;
          mask-image: url(../images/icon_update.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  width: 14px;
}
@media screen and (max-width: 1439px) {
  .p-post__infoBox__info__updateDate::before {
    height: calc(14 / 1440 * 100vw);
    margin-right: calc(3 / 1440 * 100vw);
    width: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__infoBox__info__updateDate::before {
    height: calc(14 / 375 * 100vw);
    margin-right: calc(3 / 375 * 100vw);
    width: calc(14 / 375 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-post__infoBox__info {
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__infoBox__info {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-post__infoBox__tagList {
  margin-top: 15px;
}
.p-post__infoBox__tagList > ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -8px;
  margin-right: -8px;
}
@media screen and (max-width: 1439px) {
  .p-post__infoBox__tagList > ul {
    margin-bottom: calc(-8 / 1440 * 100vw);
    margin-right: calc(-8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__infoBox__tagList > ul {
    margin-bottom: calc(-5 / 375 * 100vw);
    margin-right: calc(-5 / 375 * 100vw);
  }
}
.p-post__infoBox__tagList > ul > li {
  align-items: center;
  border: 1px solid var(--color-main);
  border-radius: 30px;
  color: var(--color-main);
  display: inline-flex;
  font-size: 13px;
  height: 25px;
  justify-content: center;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 0 14px;
}
@media screen and (max-width: 1439px) {
  .p-post__infoBox__tagList > ul > li {
    border-radius: calc(30 / 1440 * 100vw);
    font-size: calc(13 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
    margin-bottom: calc(8 / 1440 * 100vw);
    margin-right: calc(8 / 1440 * 100vw);
    padding: 0 calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__infoBox__tagList > ul > li {
    border-radius: calc(30 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
    margin-right: calc(5 / 375 * 100vw);
    padding: 0 calc(14 / 375 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-post__infoBox__tagList {
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__infoBox__tagList {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.p-post__infoBox__snsList {
  bottom: 0;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-post__infoBox__snsList {
    margin-top: calc(15 / 375 * 100vw);
    position: static;
  }
}
.p-post__infoBox__snsList > ul {
  align-items: center;
  display: flex;
}
.p-post__infoBox__snsList > ul > li {
  width: 36px;
}
.p-post__infoBox__snsList > ul > li img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-post__infoBox__snsList > ul > li {
    width: calc(36 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__infoBox__snsList > ul > li {
    width: calc(36 / 375 * 100vw);
  }
}
.p-post__infoBox__snsList > ul > li + li {
  margin-left: 8px;
}
@media screen and (max-width: 1439px) {
  .p-post__infoBox__snsList > ul > li + li {
    margin-left: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__infoBox__snsList > ul > li + li {
    margin-left: calc(8 / 375 * 100vw);
  }
}
.p-post__infoBox__snsList a {
  display: block;
}
.p-post__infoBox__snsList__clipboard {
  cursor: pointer;
  transition: 0.3s;
}
.p-post__infoBox__snsList__clipboard:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-post__infoBox__snsList__clipboard:hover {
    opacity: 1;
  }
}
.p-post__thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 396px;
}
@media screen and (max-width: 1439px) {
  .p-post__thumbnail {
    height: calc(396 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__thumbnail {
    height: calc(183 / 375 * 100vw);
  }
}
.p-post__toc {
  background-color: var(--color-bg3);
  margin-top: 40px;
  padding: 25px 30px;
}
@media screen and (max-width: 1439px) {
  .p-post__toc {
    margin-top: calc(40 / 1440 * 100vw);
    padding: calc(25 / 1440 * 100vw) calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__toc {
    margin-top: calc(30 / 375 * 100vw);
    padding: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.p-post__toc__title {
  color: var(--color-main);
  font-size: 15px !important;
  font-weight: bold;
  line-height: 1 !important;
  margin-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  .p-post__toc__title {
    font-size: calc(15 / 1440 * 100vw) !important;
    margin-bottom: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__toc__title {
    font-size: calc(15 / 375 * 100vw) !important;
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.p-post__toc__nav > ul > li {
  font-size: 14px !important;
  line-height: 28px !important;
}
@media screen and (max-width: 1439px) {
  .p-post__toc__nav > ul > li {
    font-size: calc(14 / 1440 * 100vw) !important;
    line-height: calc(28 / 1440 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .p-post__toc__nav > ul > li {
    font-size: calc(14 / 375 * 100vw) !important;
    line-height: calc(28 / 375 * 100vw) !important;
  }
}
.p-post__toc__nav .toc-h2 {
  counter-increment: h2;
  display: flex;
}
.p-post__toc__nav .toc-h2::before {
  content: counter(h2) ".";
  flex-shrink: 0;
  margin-right: 1em;
}
.p-post__toc__nav .toc-h2 + .toc-h3 {
  counter-reset: h3;
}
.p-post__toc__nav .toc-h3 {
  counter-increment: h3;
  display: flex;
  padding-left: 1.5em;
}
.p-post__toc__nav .toc-h3::before {
  content: counter(h2) "." counter(h3) ".";
  flex-shrink: 0;
  margin-right: 1em;
}
.p-post__entry {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .p-post__entry {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__entry {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-post__entry * + h2 {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .p-post__entry * + h2 {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__entry * + h2 {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-post__entry * + h3 {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .p-post__entry * + h3 {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__entry * + h3 {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-post__entry * + figure {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .p-post__entry * + figure {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__entry * + figure {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-post__entry p {
  font-size: 15px;
  line-height: 30px;
}
@media screen and (max-width: 1439px) {
  .p-post__entry p {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__entry p {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-post__entry h2 {
  border-left: 6px solid var(--color-main);
  color: var(--color-main);
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  margin-bottom: 20px;
  padding-left: 0.5em;
}
@media screen and (max-width: 1439px) {
  .p-post__entry h2 {
    border-left: calc(6 / 1440 * 100vw) solid var(--color-main);
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(27 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__entry h2 {
    border-left: calc(6 / 375 * 100vw) solid var(--color-main);
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.p-post__entry h3 {
  color: var(--color-main);
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
}
@media screen and (max-width: 1439px) {
  .p-post__entry h3 {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__entry h3 {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.p-post__cta {
  background-color: var(--color-main);
  border-radius: 15px;
  margin-top: 60px;
  padding: 40px 50px;
}
@media screen and (max-width: 1439px) {
  .p-post__cta {
    border-radius: calc(15 / 1440 * 100vw);
    margin-top: calc(60 / 1440 * 100vw);
    padding: calc(40 / 1440 * 100vw) calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__cta {
    border-radius: calc(15 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
    padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.p-post__cta__title {
  color: var(--color-white);
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-post__cta__title {
    font-size: calc(22 / 1440 * 100vw);
    margin-bottom: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__cta__title {
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.p-post__cta__textList {
  background-color: var(--color-white);
  border-radius: 5px;
  padding: 25px;
}
@media screen and (max-width: 1439px) {
  .p-post__cta__textList {
    border-radius: calc(5 / 1440 * 100vw);
    padding: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__cta__textList {
    border-radius: calc(0 / 375 * 100vw);
    padding: calc(20 / 375 * 100vw);
  }
}
.p-post__cta__textList > ul > li {
  display: flex;
  font-size: 15px;
  line-height: 30px;
}
@media screen and (max-width: 1439px) {
  .p-post__cta__textList > ul > li {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__cta__textList > ul > li {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
  }
}
.p-post__cta__textList > ul > li::before {
  content: "●";
  flex-shrink: 0;
  margin-right: 0.5em;
}
.p-post__cta__text {
  color: var(--color-white);
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-post__cta__text {
    font-size: calc(18 / 1440 * 100vw);
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__cta__text {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-post__cta__button {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .p-post__cta__button {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__cta__button {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.p-post__cta__button a {
  align-items: center;
  background-color: var(--color-main2);
  border-radius: 30px;
  color: var(--color-white);
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 48px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 212px;
}
@media screen and (max-width: 1439px) {
  .p-post__cta__button a {
    border-radius: calc(30 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
    height: calc(48 / 1440 * 100vw);
    width: calc(212 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__cta__button a {
    border-radius: calc(30 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    height: calc(46 / 375 * 100vw);
    width: calc(221 / 375 * 100vw);
  }
}
.p-post__cta__button a::after {
  -webkit-mask-image: url(../images/icon_arrow_button.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-white);
  bottom: 0;
  content: "";
  display: block;
  height: 14px;
  margin: auto 0;
          mask-image: url(../images/icon_arrow_button.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  position: absolute;
  right: 15px;
  top: 0;
  width: 8px;
}
@media screen and (max-width: 1439px) {
  .p-post__cta__button a::after {
    height: calc(14 / 1440 * 100vw);
    right: calc(15 / 1440 * 100vw);
    width: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__cta__button a::after {
    height: calc(14 / 375 * 100vw);
    right: calc(15 / 375 * 100vw);
    width: calc(8 / 375 * 100vw);
  }
}
.p-post__author {
  align-items: center;
  border: 1px solid var(--color-border);
  display: flex;
  margin-top: 40px;
  padding: 30px 40px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-post__author {
    margin-top: calc(40 / 1440 * 100vw);
    padding: calc(30 / 1440 * 100vw) calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__author {
    display: block;
    margin-top: calc(40 / 375 * 100vw);
    padding: calc(75 / 375 * 100vw) calc(20 / 375 * 100vw) calc(30 / 375 * 100vw);
  }
}
.p-post__author__label {
  align-items: center;
  background-color: var(--color-bg);
  border-radius: 0 30px 30px 0;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  height: 30px;
  left: 0;
  padding-left: 26px;
  padding-right: 18px;
  position: absolute;
  top: 25px;
}
@media screen and (max-width: 1439px) {
  .p-post__author__label {
    border-radius: 0 calc(30 / 1440 * 100vw) calc(30 / 1440 * 100vw) 0;
    font-size: calc(15 / 1440 * 100vw);
    height: calc(30 / 1440 * 100vw);
    padding-left: calc(26 / 1440 * 100vw);
    padding-right: calc(18 / 1440 * 100vw);
    top: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__author__label {
    border-radius: 0 calc(30 / 375 * 100vw) calc(30 / 375 * 100vw) 0;
    font-size: calc(14 / 375 * 100vw);
    height: calc(30 / 375 * 100vw);
    padding-left: calc(26 / 375 * 100vw);
    padding-right: calc(18 / 375 * 100vw);
    top: calc(22 / 375 * 100vw);
  }
}
.p-post__author__logo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 38px;
  margin-right: 46px;
  margin-top: 40px;
  text-align: center;
  width: 234px;
}
@media screen and (max-width: 1439px) {
  .p-post__author__logo {
    height: calc(38 / 1440 * 100vw);
    margin-right: calc(46 / 1440 * 100vw);
    margin-top: calc(40 / 1440 * 100vw);
    width: calc(234 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__author__logo {
    height: calc(30 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(0 / 375 * 100vw);
    width: calc(185 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__author__textBox {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-post__author__textBox__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1439px) {
  .p-post__author__textBox__title {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(27 / 1440 * 100vw);
    margin-bottom: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__author__textBox__title {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }
}
.p-post__author__textBox__text {
  font-size: 14px;
  line-height: 26px;
}
@media screen and (max-width: 1439px) {
  .p-post__author__textBox__text {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-post__author__textBox__text {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
  }
}