@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");
.en {
  font-family: "Roboto Flex", sans-serif;
}

.en {
  font-family: "Roboto Flex", sans-serif;
}

/**
 * デザインの文字サイズ（数値）を分母として、$base-fontsize（28）を割ることでem値を計算する関数。
 * 小数点第2位まで表示し、第3位を四捨五入します。
 * @param {Number} $design-fontsize - デザインで指定されたピクセル値の数値（例: 16, 単位なし）。
 * @return {Number} em値（小数点第2位まで）
 */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* タイトル・フォント */
.mainvisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  position: relative;
  height: 9.75em;
  overflow: hidden;
  margin-top: 8.75em;
}
@media (max-width: 750px) {
  .mainvisual {
    height: calc(170 / 750 * 100vw);
    margin-top: 5.14em;
  }
}
.mainvisual__side {
  background: #1a3580;
  width: 2.8em;
  border-radius: 0 20px 20px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 750px) {
  .mainvisual__side {
    width: 1em;
    border-radius: 0 8px 8px 0;
  }
}
.mainvisual__inner {
  background-color: #cceaf3;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 150px;
  border-radius: 20px 0px 0px 20px;
  height: 100%;
  margin-left: 3.3em;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  .mainvisual__inner {
    min-height: 90px;
    border-radius: 8px 0px 0px 8px;
    margin-left: 1.5em;
  }
}
.mainvisual__inner .inner {
  width: 1040px;
  max-width: 100%;
  margin: 0 auto;
  /* 必要ならpadding-left: 0; */
}
.mainvisual__title {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 750px) {
  .mainvisual__title {
    margin-left: 1.43em;
  }
}

/* 見出し2段 */
.hgroup {
  margin-bottom: 3.75em;
}
@media (max-width: 750px) {
  .hgroup {
    margin-bottom: 2.5em;
  }
}
.hgroup .en {
  font-size: 1.75em;
  font-weight: bold;
  color: #253D8E;
}
@media (max-width: 750px) {
  .hgroup .en {
    font-size: 1em;
    margin-bottom: auto;
  }
}

.h1default,
.h2default,
.h3default,
.h4default,
.postshosai h1,
.postshosai h2,
.postshosai h3,
.postshosai h4 {
  font-weight: bold;
}

.h1default {
  font-size: 2.375em;
}
@media (max-width: 750px) {
  .h1default {
    font-size: 1.29em;
  }
}

@media (max-width: 750px) {
  div.h1default {
    margin-left: 1.29em;
  }
}

.postshosai h1 {
  font-size: 2em;
}
@media (max-width: 750px) {
  .postshosai h1 {
    font-size: 1.36em;
  }
}

.h2default,
.h3default,
.h4default,
.postshosai h2,
.postshosai h3,
.postshosai h4 {
  margin-bottom: 1em;
}

.h2default {
  font-size: 2.125em;
}
.h2default::after {
  content: "";
  background-image: url("../images/common/icon_h2.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin-top: 1rem;
  width: 6.25em;
  height: 0.25rem;
}
@media (max-width: 750px) {
  .h2default {
    font-size: 1.29em;
  }
  .h2default::after {
    content: "";
    width: calc(100 / 750 * 100vw);
    height: 0.18rem;
  }
}

.h3default,
.postshosai h3 {
  font-size: 1.3125em;
  font-weight: bold;
  color: #253D8E;
  margin-top: 0;
}
@media (max-width: 750px) {
  .h3default,
  .postshosai h3 {
    font-size: 1.07em;
  }
}

.h3second,
.postshosai h3.h3second {
  font-size: 1.3125em;
  font-weight: bold;
  color: #253D8E;
  margin-top: 0;
}
@media (max-width: 750px) {
  .h3second,
  .postshosai h3.h3second {
    font-size: 1.07em;
  }
}

@media (max-width: 750px) {
  .h2default + .h3default {
    margin-top: calc(70 / 750 * 100vw);
  }
}

.h4default,
.postshosai h4 {
  font-size: 1.1em;
}

.postshosai h2 {
  margin-top: 2em;
}

.postshosai h3,
.postshosai h4 {
  margin-top: 1.5em;
}

.marker_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff00));
  background: linear-gradient(transparent 60%, #ffff00 60%);
}

/* 投稿ページ */
.postshosai ul {
  padding-left: 1.5em;
}
.postshosai ul > li {
  list-style-type: disc;
}
.postshosai ul > li > ul {
  padding-left: 1.5em;
}
.postshosai ol {
  padding-left: 1.5em;
}
.postshosai ol > li {
  list-style-type: decimal;
}
@media (min-width: 751px) {
  .postshosai .imgflex.icon .imgbox {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: initial;
    max-width: initial;
  }
}
.postshosai {
  /* 作業実績：投稿ページ */
}
.postshosai .entry-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6.875em;
  margin-bottom: 5.86em;
}
@media (min-width: 751px) {
  .postshosai .entry-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.5em;
  }
}
@media (max-width: 750px) {
  .postshosai .entry-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 6.43em;
    margin-top: 2.86em;
  }
}
.postshosai .entry-area {
  /* 本文・サイドバー共通 */
}
.postshosai .entry-area .entry-contents > h2,
.postshosai .entry-area .entry-aside > h2 {
  margin-bottom: 2rem;
  margin-top: 0;
}
.postshosai .entry-area {
  /* 本文 */
}
.postshosai .entry-area .entry-contents {
  width: 70%;
}
@media (max-width: 750px) {
  .postshosai .entry-area .entry-contents {
    width: 100%;
  }
}
.postshosai .entry-area .entry-contents > * {
  margin-bottom: 1rem;
}
.postshosai .entry-area .entry-contents .entry-thumb {
  margin-bottom: 5em;
}
.postshosai .entry-area .entry-contents div.section {
  margin-bottom: 8.75em;
}
.postshosai .entry-area .entry-contents .works-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
}
.postshosai .entry-area .entry-contents .works-voice .imgbox {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 15%;
          flex: 1 0 15%;
  width: 15%;
  max-width: 15%;
}
.postshosai .entry-area .entry-contents .works-voice .imgbox img {
  width: 6.25em;
}
.postshosai .entry-area .entry-contents .works-voice .textbox {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 80%;
          flex: 1 0 80%;
  width: 80%;
  max-width: 80%;
}
.postshosai .entry-area .entry-contents > .h2default + .h2default,
.postshosai .entry-area .entry-contents > .h2default ~ .h2default {
  margin-top: 2rem;
}
.postshosai .entry-area .entry-contents .h2default {
  margin-bottom: 3.125rem;
}
.postshosai .entry-area .entry-contents > .datebox {
  margin-top: 0;
}
.postshosai .entry-area {
  /* サイドバー */
}
.postshosai .entry-area .entry-aside {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  width: 25%;
  max-width: 25%;
}
@media (max-width: 750px) {
  .postshosai .entry-area .entry-aside {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
.postshosai .entry-area .entry-aside h2.aside-title {
  font-size: 1.125em;
  margin-bottom: 1rem;
  margin-top: 0;
  background-color: #253D8E;
  color: #fff;
  padding-block: 1.125rem;
  padding-inline: 1.375rem;
  border-top-right-radius: 0.5em;
  border-top-left-radius: 0.5em;
}
@media (max-width: 750px) {
  .postshosai .entry-area .entry-aside h2.aside-title {
    font-size: 1em;
    padding-left: 1.29em;
    margin-bottom: 0.5rem;
    position: relative;
  }
  .postshosai .entry-area .entry-aside h2.aside-title:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .postshosai .entry-area .entry-aside h2.aside-title::before, .postshosai .entry-area .entry-aside h2.aside-title:after {
    content: "";
    position: absolute;
    top: 56%;
    right: 6%;
    width: 2px;
    height: 12px;
    background-color: #fff;
    -webkit-transform-origin: 50% 1px;
            transform-origin: 50% 1px;
  }
  .postshosai .entry-area .entry-aside h2.aside-title::before {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .postshosai .entry-area .entry-aside h2.aside-title::after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .postshosai .entry-area .entry-aside h2.aside-title.active::before, .postshosai .entry-area .entry-aside h2.aside-title.active::after {
    top: 42%;
  }
  .postshosai .entry-area .entry-aside h2.aside-title.active::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .postshosai .entry-area .entry-aside h2.aside-title.active::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.postshosai .entry-area .entry-aside h3.aside-subtitle,
.postshosai .entry-area .entry-aside summary.aside-subtitle {
  font-size: 0.9375em;
  background-color: #cceaf3;
  font-weight: 600;
  padding-block: 0.875rem;
  padding-inline: 0.875rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #313131;
}
@media (max-width: 750px) {
  .postshosai .entry-area .entry-aside h3.aside-subtitle,
  .postshosai .entry-area .entry-aside summary.aside-subtitle {
    font-size: 1em;
  }
}
@media (max-width: 750px) {
  .postshosai .entry-area .entry-aside .aside-header .aside-subtitle {
    position: relative;
  }
  .postshosai .entry-area .entry-aside .aside-header .aside-subtitle::before, .postshosai .entry-area .entry-aside .aside-header .aside-subtitle::after {
    content: "";
    position: absolute;
    top: 55%;
    right: 8%;
    width: 2px;
    height: 12px;
    background-color: #313131;
    -webkit-transform-origin: 50% 1px;
            transform-origin: 50% 1px;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .postshosai .entry-area .entry-aside .aside-header .aside-subtitle::before, .postshosai .entry-area .entry-aside .aside-header .aside-subtitle::after {
    top: 56%;
    right: 6%;
    width: 2px;
    height: 12px;
  }
}
@media (max-width: 750px) {
  .postshosai .entry-area .entry-aside .aside-header .aside-subtitle::before {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .postshosai .entry-area .entry-aside .aside-header .aside-subtitle::after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .postshosai .entry-area .entry-aside .aside-header .aside-subtitle:hover, .postshosai .entry-area .entry-aside .aside-header .aside-subtitle:focus {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .postshosai .entry-area .entry-aside .aside-header .aside-subtitle.active::before, .postshosai .entry-area .entry-aside .aside-header .aside-subtitle.active::after {
    top: 58%;
  }
  .postshosai .entry-area .entry-aside .aside-header .aside-subtitle.active::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .postshosai .entry-area .entry-aside .aside-header .aside-subtitle.active::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.postshosai .entry-area .entry-aside .aside-footer .aside-subtitle {
  position: relative;
  cursor: pointer;
}
.postshosai .entry-area .entry-aside .aside-footer .aside-subtitle::before, .postshosai .entry-area .entry-aside .aside-footer .aside-subtitle::after {
  content: "";
  position: absolute;
  top: 56%;
  right: 8%;
  width: 2px;
  height: 12px;
  background-color: #313131;
  -webkit-transform-origin: 50% 1px;
          transform-origin: 50% 1px;
}
@media (max-width: 750px) {
  .postshosai .entry-area .entry-aside .aside-footer .aside-subtitle::before, .postshosai .entry-area .entry-aside .aside-footer .aside-subtitle::after {
    top: 56%;
    right: 6%;
    width: 2px;
    height: 12px;
  }
}
.postshosai .entry-area .entry-aside .aside-footer .aside-subtitle::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.postshosai .entry-area .entry-aside .aside-footer .aside-subtitle::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.postshosai .entry-area .entry-aside .aside-footer .aside-subtitle:hover, .postshosai .entry-area .entry-aside .aside-footer .aside-subtitle:focus {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.postshosai .entry-area .entry-aside .aside-footer .aside-subtitle.active::before, .postshosai .entry-area .entry-aside .aside-footer .aside-subtitle.active::after {
  top: 42%;
}
.postshosai .entry-area .entry-aside .aside-footer .aside-subtitle.active::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.postshosai .entry-area .entry-aside .aside-footer .aside-subtitle.active::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.postshosai .entry-area .entry-aside .category-list, .postshosai .entry-area .entry-aside .accordion-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5em;
  padding-left: 0;
  font-size: 0.875em;
  margin-bottom: 1.5em;
}
@media (max-width: 750px) {
  .postshosai .entry-area .entry-aside .category-list, .postshosai .entry-area .entry-aside .accordion-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.4em;
    font-size: 1em;
  }
}
.postshosai .entry-area .entry-aside .category-list .category-item, .postshosai .entry-area .entry-aside .accordion-list .category-item {
  list-style: none;
  width: initial;
  border-bottom-right-radius: initial;
  text-align: left;
  font-weight: normal;
}
@media (max-width: 750px) {
  .postshosai .entry-area .entry-aside .category-list .category-item, .postshosai .entry-area .entry-aside .accordion-list .category-item {
    width: 100%;
  }
}
.postshosai .entry-area .entry-aside .category-list .category-item a, .postshosai .entry-area .entry-aside .accordion-list .category-item a {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  height: 100%;
  padding-inline: 1em;
}
@media (max-width: 750px) {
  .postshosai .entry-area .entry-aside .category-list .category-item a, .postshosai .entry-area .entry-aside .accordion-list .category-item a {
    min-height: 9.3333333333vw;
    padding-block: 0.86em;
  }
}
.postshosai {
  /* バナー */
}
.postshosai .banner.works-banner {
  margin-bottom: 10em;
}
.postshosai {
  /* バナー */
}
.postshosai .bannerSP.works-banner {
  margin-bottom: 5em;
}
.postshosai {
  /* その他（サービス、お客様の声）：投稿ページ */
}
.postshosai section.entry-contents .h2default {
  margin-bottom: 1em;
}
.postshosai section.entry-contents > .h2default + .h2default,
.postshosai section.entry-contents > .h2default ~ .h2default {
  margin-top: 2rem;
}
.postshosai section.entry-contents .imgflex + .imgflex,
.postshosai section.entry-contents .imgflex + .textbox,
.postshosai section.entry-contents .imgflex + *,
.postshosai section.entry-contents .textbox + .textbox,
.postshosai section.entry-contents .textbox + figure,
.postshosai section.entry-contents .textbox + * .textbox {
  margin-top: 2em;
}
.postshosai section.entry-contents .lead {
  margin-bottom: 3em;
}
@media (max-width: 750px) {
  .postshosai section.entry-contents .lead {
    margin-bottom: 2em;
  }
}
.postshosai section.entry-contents div.section + * {
  margin-top: 4.5em;
}
@media (max-width: 750px) {
  .postshosai section.entry-contents div.section + * {
    margin-top: 15.33vw;
  }
}
.postshosai section.entry-contents figure img,
.postshosai section.entry-contents .imgbox img {
  max-width: 800px;
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-inline: auto;
}

/* コンテンツ */
.breadcrumb {
  font-size: 1em;
  margin-top: 1em;
}
.breadcrumb li {
  position: relative;
  display: inline;
  padding-right: 1.5em;
}
.breadcrumb li:not(:last-child):after {
  position: absolute;
  top: 0.5em;
  right: 0.6em;
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #313131;
  border-right: 1px solid #313131;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: auto;
}
.breadcrumb a {
  line-height: 1.2;
  color: inherit;
  text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  opacity: 0.8;
}
.breadcrumb {
  /* TOPに戻る */
}
.breadcrumb a.home,
.breadcrumb a {
  text-decoration: underline;
  color: #253D8E;
}
.breadcrumb a.home:hover, .breadcrumb a.home:focus,
.breadcrumb a:hover,
.breadcrumb a:focus {
  text-decoration-thickness: 0.1rem;
}
.breadcrumb {
  /* 現在のページ */
}
.breadcrumb span.current-item {
  color: #333;
}

.pagenav {
  margin-top: 1em;
}
.pagenav ul {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagenav li {
  margin: 0 0.5em;
}
.pagenav li a,
.pagenav li span {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.8em;
  height: 2.8em;
  text-decoration: none;
  background-color: #efefef;
}
@media (max-width: 750px) {
  .pagenav li a,
  .pagenav li span {
    font-size: 1.14em;
  }
}
.pagenav li a.link_first,
.pagenav li a.link_last {
  width: 2em;
  height: 2em;
  border-radius: 50%;
}
.pagenav li a.link_first:hover,
.pagenav li a.link_last:hover {
  opacity: 0.8;
}
.pagenav .link_page,
.pagenav .current_page {
  text-align: center;
  line-height: 2;
  margin: 0 0.25em;
}
.pagenav .link_page {
  background-color: #efefef;
  color: black;
}
.pagenav .link_page:hover {
  background-color: #253D8E;
  color: #fff;
  opacity: 1;
}
.pagenav .current_page {
  background-color: #253D8E;
  color: #fff;
}

.pagelink-custom .pagelink-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
  padding-left: 0;
  padding-top: 0.1em;
}
@media (max-width: 750px) {
  .pagelink-custom .pagelink-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1em;
  }
}
.pagelink-custom .pagelink-list .pagelink-item {
  width: 100%;
  list-style-type: none;
}
.pagelink-custom .pagelink-list .pagelink-item:nth-of-type(3n+1) {
  padding-right: 0.1em;
}
.pagelink-custom .pagelink-list a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 100%;
  position: relative;
  padding: 3px;
  border-radius: 14px;
  background-image: -webkit-gradient(linear, left top, right top, from(#253D8E), to(#3b89af));
  background-image: linear-gradient(to right, #253D8E, #3b89af);
  text-decoration: none;
}
@media (max-width: 750px) {
  .pagelink-custom .pagelink-list a {
    padding: 3.4px;
    border-radius: 12px;
  }
}
.pagelink-custom .pagelink-list a:hover {
  opacity: 0.8;
}
.pagelink-custom .pagelink-list a .pagelink-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.5em 1em;
  background-color: white;
  border-radius: 12px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .pagelink-custom .pagelink-list a .pagelink-item-inner {
    border-radius: 10px;
    padding-block: calc(28 / 750 * 100vw);
    padding-left: calc(32 / 750 * 100vw);
  }
}
.pagelink-custom .pagelink-list a .pagelink-item-inner:after {
  display: inline-block;
  content: url("../images/common/icon_arrow-down.png");
  position: absolute;
  right: 3.5%;
  top: 25%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media (max-width: 750px) {
  .pagelink-custom .pagelink-list a .pagelink-item-inner:after {
    top: 32%;
  }
}

.pagelink ul {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagelink li {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  /* no prefix */
  display: -webkit-box;
  display: flex;
}
@media (min-width: 751px) {
  .pagelink ul {
    margin-left: -1em;
  }
  .pagelink li:nth-child(n+6) {
    margin-top: 1em;
  }
}
@media (max-width: 750px) {
  .pagelink ul {
    margin-left: -4vw;
  }
  .pagelink li {
    width: calc(50% - 4vw);
    margin-left: 4vw;
  }
  .pagelink li:nth-of-type(2) {
    margin-top: 0;
  }
  .pagelink li:nth-child(n+3) {
    margin-top: 4vw;
  }
}
.pagelink a {
  position: relative;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  border: 1px solid #253D8E;
  color: #253D8E;
  background-color: white;
  padding: 0.5em 0.75em;
}
.pagelink a:hover {
  text-decoration: none;
  color: white;
  background-color: #253D8E;
}

.kakomi {
  background-color: whitesmoke;
  background-color: #33a5b6;
  padding: 2em;
}
@media (max-width: 750px) {
  .kakomi {
    padding: 1em;
  }
}

.banner {
  background-color: #33a5b6;
  border-radius: 1em;
}
@media (max-width: 750px) {
  .banner {
    display: none;
  }
}
.banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 2em;
}
.banner .banner-textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.banner .banner-textbox-title {
  color: #fff;
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 0.5rem;
}
.banner .banner-textbox-text {
  color: #fff;
  font-size: 1.25em;
  margin-bottom: 2rem;
}
.banner .banner-textbox .banner-linkbox .linkbox {
  background: #fff;
  border: #fff 1px solid;
  color: #33a5b6;
  font-weight: 500;
  margin: initial;
  margin-left: 5.625em;
}
.banner .banner-textbox .banner-linkbox .linkbox:hover, .banner .banner-textbox .banner-linkbox .linkbox:focus {
  opacity: 0.8;
}

.bannerSP {
  background-color: #33a5b6;
  border-radius: 10px;
  padding-inline: calc(24 / 750 * 100vw);
  padding-top: calc(32 / 750 * 100vw);
}
@media (min-width: 751px) {
  .bannerSP {
    display: none;
  }
}
.bannerSP-title {
  color: #fff;
  font-weight: bold;
  font-size: 1.29em;
  text-align: center;
  margin-bottom: 1rem;
}
.bannerSP-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 画像 */
}
.bannerSP-content-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
  margin-left: -8%;
}
.bannerSP-content {
  /* 右側 */
}
.bannerSP-content-desc {
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(390 / 750 * 100vw);
      flex-basis: calc(390 / 750 * 100vw);
  margin-bottom: 1.5em;
}
.bannerSP-content-desc p {
  margin-bottom: 1em;
}
.bannerSP-content-desc .link .linkbox-second {
  width: auto;
}

.banner.second {
  padding-block: 2em;
  padding-inline: 2em;
}
@media (max-width: 750px) {
  .banner.second {
    display: none;
  }
}
.banner.second-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 2em;
}
.banner.second .banner-imgbox img {
  width: 13.75em;
  height: auto;
}
.banner.second .banner-textbox-title {
  font-size: 1.5em;
  margin-bottom: 0.5rem;
}
.banner.second .banner-textbox-text {
  font-size: 1.125em;
}
.banner.second .banner-textbox .banner-linkbox .linkbox {
  background: #fff;
  border: #fff 1px solid;
  color: #33a5b6;
  font-weight: 500;
  margin: initial;
  margin-left: 5.625em;
}
.banner.second .banner-textbox .banner-linkbox .linkbox:hover, .banner.second .banner-textbox .banner-linkbox .linkbox:focus {
  opacity: 0.8;
}

.bannerSP.second .bannerSP-title {
  margin-bottom: 1em;
}
.bannerSP.second .bannerSP-content {
  gap: 0.5em;
}
.bannerSP.second .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  margin-left: -2%;
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
@media (max-width: 750px) {
  .map {
    margin-top: calc(90 / 750 * 100vw);
  }
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.fukidashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
}
@media (max-width: 750px) {
  .fukidashi {
    gap: 1em;
  }
}
.fukidashi-icon {
  width: 20%;
  max-width: 15em;
}
@media (max-width: 750px) {
  .fukidashi-icon {
    margin-top: 0.5em;
    width: 30%;
    width: 40%;
  }
}
.fukidashi-icon .pc-fukidashi {
  display: block;
}
@media (max-width: 750px) {
  .fukidashi-icon .pc-fukidashi {
    display: none;
  }
}
.fukidashi-icon .sp-fukidashi {
  display: none;
}
@media (max-width: 750px) {
  .fukidashi-icon .sp-fukidashi {
    display: block;
  }
}
.fukidashi-box {
  display: inline-block;
  width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  background-color: #cceaf3;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 1em;
  padding: 1.75em;
  position: relative;
}
.fukidashi-box::before {
  position: absolute;
  left: -12px;
  width: 12px;
  height: 16px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  content: "";
  background-color: #cceaf3;
}
@media (max-width: 750px) {
  .fukidashi-box::before {
    width: 14px;
    top: 18px;
    left: -10px;
  }
}

.cta-contact {
  background: -webkit-gradient(linear, left top, right top, from(#253D8E), to(#3b89af));
  background: linear-gradient(to right, #253D8E, #3b89af);
  color: #fff;
  padding-block: 5.625em;
  padding-inline: 4em;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .cta-contact {
    padding-inline: 5%;
    padding-block: calc(64 / 750 * 100vw);
  }
}
.cta-contact_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1040px;
  margin-inline: auto;
}
.cta-contact_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5em;
  margin-bottom: 4em;
}
@media (max-width: 750px) {
  .cta-contact_header {
    gap: calc(48 / 750 * 100vw);
    margin-bottom: calc(48 / 750 * 100vw);
  }
}
.cta-contact_header h2 {
  font-size: 2.5em;
  margin-bottom: 0;
}
.cta-contact_header h2:after {
  content: none;
}
@media (max-width: 750px) {
  .cta-contact_header h2 {
    font-size: 1.57em;
  }
}
.cta-contact_header p {
  text-align: center;
  font-size: 1.25em;
  font-weight: 500;
}
@media (max-width: 750px) {
  .cta-contact_header p {
    font-size: 1em;
  }
}
.cta-contact_footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 750px) {
  .cta-contact_footer {
    grid-template-columns: repeat(1, 1fr);
    gap: calc(64 / 750 * 100vw);
  }
}
.cta-contact_footer .cta-contact_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 750px) {
  .cta-contact_footer .cta-contact_left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cta-contact_footer .cta-contact_left a[href^="tel:"] {
  font-size: 2.5em;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 1rem;
  line-height: 1;
}
@media (max-width: 750px) {
  .cta-contact_footer .cta-contact_left a[href^="tel:"] {
    font-size: 2.14em;
    color: #fff;
    text-decoration: none;
    margin-bottom: 0.5rem;
  }
}
.cta-contact_footer .cta-contact_left a[href^="tel:"]::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0.2em;
  margin-right: 0.5rem;
  background: url("../images/common/icon_footer-tel.svg") no-repeat center/contain;
  vertical-align: middle;
}
.cta-contact_footer .cta-contact_left ul,
.cta-contact_footer .cta-contact_left p {
  font-size: 0.875em;
}
@media (max-width: 750px) {
  .cta-contact_footer .cta-contact_left ul,
  .cta-contact_footer .cta-contact_left p {
    text-align: center;
    font-size: 0.79em;
  }
}
.cta-contact_footer .cta-contact_left ul {
  font-weight: bold;
}
@media (max-width: 750px) {
  .cta-contact_footer .cta-contact_left ul {
    font-size: 0.93em;
    margin-bottom: 0.5em;
  }
}
@media (max-width: 750px) {
  .cta-contact_footer .cta-contact_left p {
    text-align: center;
    font-size: 0.79em;
  }
}
.cta-contact_footer {
  /* center */
}
.cta-contact_footer .cta-contact_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
}
.cta-contact_footer .cta-contact_center .cta-contact_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5em;
}
@media (max-width: 750px) {
  .cta-contact_footer .cta-contact_center .cta-contact_form {
    gap: 1em;
  }
}
.cta-contact_footer .cta-contact_center .cta-contact_form p {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 750px) {
  .cta-contact_footer .cta-contact_center .cta-contact_form p {
    font-size: 1.14em;
  }
}
.cta-contact_footer .cta-contact_center .cta-contact_form .cta-contact_button .linkbox {
  background: #fff;
  color: #253D8E;
  font-weight: 500;
}
.cta-contact_footer .cta-contact_center .cta-contact_form .cta-contact_button .linkbox:hover, .cta-contact_footer .cta-contact_center .cta-contact_form .cta-contact_button .linkbox:focus {
  opacity: 0.8;
}
.cta-contact {
  /* right */
}
.cta-contact .cta-contact_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
}
.cta-contact .cta-contact_right .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1rem;
}
@media (max-width: 750px) {
  .cta-contact .cta-contact_right .line {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
  }
}
.cta-contact .cta-contact_right .line-text {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 750px) {
  .cta-contact .cta-contact_right .line-text {
    font-size: 1.14em;
  }
}
.cta-contact .cta-contact_right .line-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.cta-contact .cta-contact_right .line-icon {
  width: 44px;
  height: 44px;
}

@media (min-width: 751px) {
  .imgflex {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    /* no prefix */
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2em;
  }
}
@media (max-width: 750px) {
  .imgflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2.14em;
  }
}
.imgflex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 751px) {
  .imgflex .imgbox {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 48%;
            flex: 1 0 48%;
    width: 48%;
    max-width: 48%;
  }
}
.imgflex .imgbox img {
  width: 100%;
}
.imgflex .textbox {
  text-align: left;
}
@media (max-width: 750px) {
  .imgflex .textbox {
    padding-top: 1em;
    padding-top: 0;
  }
}
@media (min-width: 751px) {
  .imgflex .textbox {
    gap: 2em;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 48%;
            flex: 1 0 48%;
    width: 48%;
    max-width: 48%;
  }
}
.imgflex {
  /* 画像左寄り */
}
@media (max-width: 750px) {
  .imgflex.left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 751px) {
  .imgflex.alter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (max-width: 750px) {
  .imgflex.alter .textbox {
    padding-top: 1em;
  }
}
@media (max-width: 750px) {
  .imgflex .button {
    margin-top: calc(80 / 750 * 100vw);
    text-align: center;
  }
}
.imgflex .linkbox {
  margin-inline: initial;
}
@media (max-width: 750px) {
  .imgflex .linkbox {
    margin-inline: auto;
  }
}

.wp-caption-text {
  font-size: 0.8em;
  color: gray;
  line-height: 1.4 !important;
  margin-top: 0.5em;
}

/* カードモジュール */
.cardbox,
.cardbox-second {
  display: grid;
  gap: 3em;
}
@media (max-width: 750px) {
  .cardbox,
  .cardbox-second {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.71em;
  }
}
.cardbox .card,
.cardbox-second .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.75em;
}
.cardbox .card .imgbox img,
.cardbox-second .card .imgbox img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 751px), print {
  .cardbox {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 751px), print {
  .cardbox-second {
    grid-template-columns: repeat(2, 1fr);
  }
}

.tablelist {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 750px) {
  .tablelist.normal table {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .tablelist.normal th,
  .tablelist.normal td {
    white-space: normal;
  }
}
@media (max-width: 750px) {
  .tablelist.block table {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .tablelist.block th,
  .tablelist.block td {
    display: block;
    /* 縦に並べる */
    width: 100%;
    white-space: normal;
    text-align: center;
  }
}

.tablelist.multihead {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 2em;
}
.tablelist.multihead table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.tablelist.multihead tbody:not(:first-child) > tr:first-child > * {
  border-top: 2em solid #fff;
}
.tablelist.multihead .table4 tr th[rowspan] {
  width: 2%;
  padding-inline: 1em;
  text-align: center;
  border-right: 2px solid #FFF;
  background-color: #cceaf3;
}
.tablelist.multihead .table4 tr:last-child td {
  background-color: #cceaf3;
}
.tablelist.multihead .table5 tr th[rowspan] {
  width: 20%;
  padding-inline: 1em;
  text-align: center;
  border-right: 2px solid #FFF;
  background-color: #cceaf3;
  white-space: normal;
}
@media (max-width: 750px) {
  .tablelist.multihead .table5 tr th[rowspan] {
    width: 20%;
  }
}
.tablelist.multihead .table5 tr th.nowrap {
  white-space: nowrap;
}
.tablelist.multihead .table5 tr th.months {
  text-align: center;
  width: 15%;
}
.tablelist.multihead thead th {
  background: #fff;
}
.tablelist.multihead thead tr {
  color: #313131;
  font-weight: bold;
  text-align: center;
}
.tablelist.multihead tbody th {
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}
.tablelist.multihead tbody tr:nth-child(2) th,
.tablelist.multihead tbody tr:nth-child(3) th {
  font-weight: bold;
}
.tablelist.multihead tbody td {
  white-space: nowrap;
}
.tablelist.multihead tbody.total th {
  text-align: center;
}
@media (max-width: 750px) {
  .tablelist.multihead table,
  .tablelist.multihead thead,
  .tablelist.multihead tbody,
  .tablelist.multihead th,
  .tablelist.multihead td,
  .tablelist.multihead tr {
    width: 100%;
    width: 500px;
  }
  .tablelist.multihead tbody tr {
    border-bottom: 2px solid #fff;
  }
  .tablelist.multihead tbody th {
    text-align: center;
    border-bottom: 2px solid #fff;
  }
  .tablelist.multihead tbody td {
    text-align: center;
    border: none;
  }
  .tablelist.multihead tbody td {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
  }
}

table {
  width: 100%;
}
table th,
table td {
  line-height: 1.6;
  border-bottom: 2px solid #fff;
  vertical-align: middle;
  padding: 1em;
  padding-block: 1.75em;
}
@media (max-width: 750px) {
  table th,
  table td {
    white-space: nowrap;
    padding: 0.5em 0.75em;
  }
}
table td {
  border-left: 2px solid #fff;
}
table th {
  text-align: center;
  border-left: none;
  white-space: normal;
  width: 22%;
}
@media (max-width: 750px) {
  table th {
    width: 100%;
    width: calc(280 / 750 * 100vw);
    text-align: left;
  }
}
table thead {
  color: white;
  background-color: #cceaf3;
}
table thead th {
  border-right: 1px solid white;
  color: #313131;
}
table tbody th {
  background-color: #cceaf3;
}
table tbody td {
  background-color: #ebf2f5;
}

.tablelist.normal th {
  white-space: nowrap;
}

.table-accordion {
  display: none;
  margin-bottom: 2em;
}

.tableopen {
  margin-bottom: 2em;
}

.table-label {
  background-color: #253D8E;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.125em;
  padding-block: 1em;
  padding-inline: 1em;
}
@media (max-width: 750px) {
  .table-label {
    padding-block: calc(24 / 750 * 100vw);
  }
}

.accordion {
  background-color: #253D8E;
  color: #fff;
  font-weight: bold;
  font-size: 1.125em;
  padding-block: 1em;
  padding-inline: 1em;
  position: relative;
}
@media (max-width: 750px) {
  .accordion {
    padding-block: calc(24 / 750 * 100vw);
  }
}
.accordion:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.accordion::before, .accordion::after {
  content: "";
  position: absolute;
  top: 55%;
  right: 3%;
  width: 2px;
  height: 14px;
  background-color: #fff;
  -webkit-transform-origin: 50% 1px;
          transform-origin: 50% 1px;
}
@media (max-width: 750px) {
  .accordion::before, .accordion::after {
    right: 5%;
  }
}
.accordion::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.accordion::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.accordion.active::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 40%;
}
.accordion.active::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 40%;
}

.details {
  font-weight: bold;
  font-size: 1.125em;
  margin-bottom: 1.5em;
}
.details summary {
  background-color: #cceaf3;
  padding-block: 0.5em;
  padding-inline: 1em;
  margin-bottom: 2em;
  position: relative;
}
.details summary:hover, .details summary:focus {
  opacity: 0.8;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.details summary:after {
  display: inline-block;
  content: url("../images/common/icon_arrow-down.png");
  position: absolute;
  right: 2%;
  top: 18%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media (max-width: 750px) {
  .details summary:after {
    right: 3%;
  }
}
@media (max-width: 750px) {
  .details {
    padding-block: calc(24 / 750 * 100vw);
  }
}
.details[open] summary::after {
  content: url("../images/common/icon_arrow-up.png");
}
.details li.category-item {
  width: auto;
}

.jisseki-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 3em;
     -moz-column-gap: 3em;
          column-gap: 3em;
  row-gap: 6.25em;
  margin-bottom: 6.25em;
}
@media (max-width: 750px) {
  .jisseki-wrap {
    grid-template-columns: repeat(1, 1fr);
    row-gap: calc(164 / 750 * 100vw);
    margin-top: calc(72 / 750 * 100vw);
    margin-bottom: calc(220 / 750 * 100vw);
  }
}
.jisseki-wrap .jisseki {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.jisseki-wrap .jisseki a {
  text-decoration: none;
}
.jisseki-wrap .jisseki-category {
  -ms-flex-item-align: start;
      align-self: flex-start;
  background: -webkit-gradient(linear, left top, right top, from(#253D8E), to(#3b89af));
  background: linear-gradient(to right, #253D8E, #3b89af);
  display: inline-block;
  min-width: 6.25em;
  text-align: center;
  margin-bottom: 1em;
}
.jisseki-wrap .jisseki-category a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 0.2em 0.5em;
  width: 100%;
}
.jisseki-wrap .jisseki-category a:hover, .jisseki-wrap .jisseki-category a:focus {
  opacity: 0.8;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.jisseki-wrap .jisseki-thumb {
  margin-bottom: 1.75em;
}
.jisseki-wrap .jisseki-thumb img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.jisseki-wrap .jisseki-title {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 0;
  color: #313131;
}
@media (max-width: 750px) {
  .jisseki-wrap .jisseki-title {
    font-size: 1.14em;
  }
}
.jisseki-wrap .jisseki-tag {
  margin-bottom: 2em;
}
.jisseki-wrap .jisseki-linkbox {
  background-color: #fff;
  color: #253D8E;
  border: 1px solid #253D8E;
  border-radius: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
}
@media (max-width: 750px) {
  .jisseki-wrap .jisseki-linkbox {
    width: calc(510 / 750 * 100vw);
    margin-inline: auto;
  }
}
.jisseki-wrap .jisseki-linkbox:hover {
  cursor: pointer;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  background: -webkit-gradient(linear, left top, right top, from(#253D8E), to(#3b89af));
  background: linear-gradient(to right, #253D8E, #3b89af);
  border: 1px solid #fff;
}
.jisseki-wrap .jisseki-linkbox a {
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  padding-block: 1em;
  width: 100%;
  height: 100%;
  text-align: center;
}
.jisseki-wrap .jisseki-linkbox a:hover {
  color: #fff;
}

.category {
  width: 11.25em;
  border-bottom-right-radius: 1em;
  background-color: #e3e6f0;
  font-weight: bold;
  text-align: center;
}
.category p,
.category a {
  display: inline-block;
  padding-block: 1em;
  color: #313131;
}
.category a {
  text-decoration: none;
}
.category a:hover, .category a:focus {
  text-decoration: underline;
}

.category-list, .accordion-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.75em;
}
@media (max-width: 750px) {
  .category-list, .accordion-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.71em;
  }
}
.category-list .category-item, .accordion-list .category-item {
  width: 11.25em;
  border-bottom-right-radius: 1em;
  background-color: #ebf2f5;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 750px) {
  .category-list .category-item, .accordion-list .category-item {
    width: 100%;
  }
}
.category-list .category-item a, .accordion-list .category-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 4.375em;
  width: 100%;
  color: #313131;
  text-decoration: none;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .category-list .category-item a, .accordion-list .category-item a {
    min-height: calc(130 / 750 * 100vw);
    padding-inline: 0.5em;
  }
}
.category-list .category-item a:hover, .accordion-list .category-item a:hover, .category-list .category-item a:focus, .accordion-list .category-item a:focus {
  text-decoration: underline;
}

.accordion-list {
  display: none;
}

.flickmessage {
  background-color: whitesmoke;
  text-align: center;
  padding: 0.5em;
  margin-bottom: 0.5em;
}
@media (min-width: 751px) {
  .flickmessage {
    display: none;
  }
}

.dlbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 751px) {
  .dllist dl {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    /* no prefix */
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.dllist dt,
.dllist dd {
  margin-bottom: 1em;
}
@media (max-width: 750px) {
  .dllist dt {
    margin-bottom: 0;
  }
}
@media (min-width: 751px) {
  .dllist dt {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 20%;
            flex: 1 0 20%;
    width: 20%;
    max-width: 20%;
  }
}
@media (min-width: 751px) {
  .dllist dd {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 80%;
            flex: 1 0 80%;
    width: 80%;
    max-width: 80%;
  }
}

.cta_dl {
  background-color: whitesmoke;
  padding: 3em;
}
.cta_dl .title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
}

.snsbox {
  text-align: center;
  margin-top: 1em;
}
.snsbox a {
  width: 2em;
  height: 2em;
  margin-right: 1em;
}
.snsbox a:before {
  content: "";
}
.snsbox:hover {
  opacity: 0.8;
}
@media (max-width: 750px) {
  .snsbox {
    width: 5.3vw;
  }
}

.faqwrap .question,
.faqwrap .answer {
  position: relative;
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 3em;
}
.faqwrap .question::before,
.faqwrap .answer::before {
  position: absolute;
  top: 1em;
  left: 0;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2em;
  line-height: 1;
  width: 2em;
  height: 2em;
}
.faqwrap .question::before {
  content: "Q";
  background-color: #253D8E;
  color: #fff;
  border-radius: 50%;
}
.faqwrap .question h1 {
  font-size: 1.3em;
}
.faqwrap .answer::before {
  content: "A";
  color: #fff;
  border-radius: 50%;
  background-color: #3b89af;
}
.faqwrap .answer > div {
  font-size: 1.1em;
}
.faqwrap#answeropen .question {
  cursor: pointer;
}
.faqwrap#answeropen .answer {
  display: none;
}

.faq {
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
}
@media (max-width: 750px) {
  .faq {
    margin-top: calc(64 / 750 * 100vw);
  }
}
.faq + .faq {
  margin-top: 0;
}
.faq summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 88%;
  position: relative;
  padding: 0 2em 0 3.5em;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (max-width: 750px) {
  .faq summary {
    width: 100%;
    padding-right: 0;
  }
}
.faq summary:hover {
  opacity: 0.8;
}
.faq summary .q-fukidashi {
  display: inline-block;
  width: 100%;
  background-color: #e8ecf5;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 1em;
  padding: 1em 3.5em 1.5em 2em;
  position: relative;
}
@media (max-width: 750px) {
  .faq summary .q-fukidashi {
    padding-bottom: 1em;
  }
}
.faq summary .q-fukidashi:after {
  display: inline-block;
  content: url("../images/common/icon_arrow-down.png");
  position: absolute;
  right: 2%;
  top: 28%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media (max-width: 750px) {
  .faq summary .q-fukidashi:after {
    right: 3%;
  }
}
.faq summary .q-fukidashi::before {
  position: absolute;
  left: -12px;
  width: 12px;
  height: 16px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  background-color: #e8ecf5;
  content: "";
}
.faq summary::before {
  position: absolute;
  position: absolute;
  top: 0.5em;
  left: 0;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.15em;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1;
  width: 2em;
  height: 2em;
}
.faq[open] .q-fukidashi::after {
  content: url("../images/common/icon_arrow-up.png");
}
.faq p::before {
  position: absolute;
  left: 1em;
  font-weight: 500;
  font-size: 1.3em;
}
.faq summary::before {
  content: "Q";
  background-color: #253D8E;
  color: #fff;
  border-radius: 50%;
}
.faq p {
  position: relative;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1em;
  width: 92%;
}
@media (max-width: 750px) {
  .faq p {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.faq p {
  /* FAQ吹き出し「A」 */
}
.faq p::after {
  content: "A";
  background-color: #3b89af;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.2em;
  line-height: 1;
  font-size: 1.2em;
  padding-left: 0.05em;
  padding-bottom: 0.1em;
  border-radius: 50%;
  width: 2em;
  height: 2em;
}
.faq p .a-fukidashi {
  display: inline-block;
  width: 80%;
  position: relative;
  background-color: #cceaf3;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 1em;
  padding: 1em 2em 1.5em 2em;
}
@media (max-width: 750px) {
  .faq p .a-fukidashi {
    width: 88%;
    padding-bottom: 1em;
  }
}
.faq p .a-fukidashi:after {
  position: absolute;
  top: 12px;
  right: -10px;
  width: 12px;
  height: 16px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #cceaf3;
  content: "";
}
.faq p .a-fukidashi .line-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  margin-top: 1em;
  padding-block: 1em;
  padding-inline: 1.5em;
  max-width: 22em;
  background-color: #fff;
  border-radius: 1em;
  text-decoration: none;
}
.faq p .a-fukidashi .line-btn::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url("../images/common/icon_line-green.png") no-repeat center center/contain;
  margin-right: 0;
}
.faq p .a-fukidashi .line-btn:after {
  content: none;
}
.faq p .a-fukidashi .line-btn:hover, .faq p .a-fukidashi .line-btn:focus {
  opacity: 0.8;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.faq[open] p {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

a.line-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  margin-top: 1em;
  padding-block: 1em;
  padding-inline: 1.5em;
  max-width: 22.25em;
  background-color: #fff;
  border-radius: 1em;
  text-decoration: none;
}
a.line-btn::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url("../images/common/icon_line-green.png") no-repeat center center/contain;
  margin-right: 0;
}
a.line-btn::after {
  content: none;
}
a.line-btn:hover, a.line-btn:focus {
  opacity: 0.8;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.tabwrap .tab-area {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  /* no prefix */
  display: -webkit-box;
  display: flex;
}
.tabwrap .tab-area .tab {
  width: 100%;
  background-color: lightgray;
  font-size: 1.1em;
  text-align: center;
  padding: 0.5em;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  cursor: pointer;
}
.tabwrap .tab-area .tab.active, .tabwrap .tab-area .tab:hover {
  color: white;
  background-color: #253D8E;
}
.tabwrap .tab-area .tab.active {
  cursor: auto;
}
.tabwrap .content-area .content {
  display: none;
}
.tabwrap .content-area .content.show {
  display: block;
  -webkit-animation: show 0.5s linear 0s;
          animation: show 0.5s linear 0s;
}

article.postshosai .articleheader {
  margin-bottom: 5em;
}
@media (max-width: 750px) {
  article.postshosai .articleheader {
    margin-bottom: 2.14em;
  }
}
article.postshosai .insert-image {
  margin: 1em 0;
}
article.postshosai .wp-caption {
  max-width: 100%;
  margin-bottom: 1em;
}
article.postshosai .wp-caption .insert-image {
  margin-bottom: 0;
}
article.postshosai .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

main.privacypolicy .postshosai ol > li > ul > li {
  list-style-type: lower-alpha;
}
main.privacypolicy .postshosai ol > li > ul > li > ul > li {
  list-style-type: lower-roman;
}

main.contact article .line-contact figure img {
  width: 44px;
}

h1.en,
h2.en,
h3.en,
h4.en,
h5.en,
h6.en {
  font-family: "Roboto Flex", sans-serif;
}

.btn.en {
  font-family: "Roboto Flex", sans-serif;
}